configure: Don't set target flags if build and host are the same.
[wine] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.15.
4 #
5 # Report bugs to <wine-devel@winehq.org>.
6 #
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization.  ##
13 ## --------------------- ##
14
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18   emulate sh
19   NULLCMD=:
20   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21   # is contrary to our usage.  Disable this feature.
22   alias -g '${1+"$@"}'='"$@"'
23   setopt NO_GLOB_SUBST
24 else
25   case `(set -o) 2>/dev/null` in
26   *posix*) set -o posix ;;
27 esac
28
29 fi
30
31
32
33
34 # PATH needs CR
35 # Avoid depending upon Character Ranges.
36 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39 as_cr_digits='0123456789'
40 as_cr_alnum=$as_cr_Letters$as_cr_digits
41
42 as_nl='
43 '
44 export as_nl
45 # Printing a long string crashes Solaris 7 /usr/bin/printf.
46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50   as_echo='printf %s\n'
51   as_echo_n='printf %s'
52 else
53   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55     as_echo_n='/usr/ucb/echo -n'
56   else
57     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58     as_echo_n_body='eval
59       arg=$1;
60       case $arg in
61       *"$as_nl"*)
62         expr "X$arg" : "X\\(.*\\)$as_nl";
63         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64       esac;
65       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66     '
67     export as_echo_n_body
68     as_echo_n='sh -c $as_echo_n_body as_echo'
69   fi
70   export as_echo_body
71   as_echo='sh -c $as_echo_body as_echo'
72 fi
73
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76   PATH_SEPARATOR=:
77   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79       PATH_SEPARATOR=';'
80   }
81 fi
82
83 # Support unset when possible.
84 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
85   as_unset=unset
86 else
87   as_unset=false
88 fi
89
90
91 # IFS
92 # We need space, tab and new line, in precisely that order.  Quoting is
93 # there to prevent editors from complaining about space-tab.
94 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
95 # splitting by setting IFS to empty value.)
96 IFS=" ""        $as_nl"
97
98 # Find who we are.  Look in the path if we contain no directory separator.
99 case $0 in
100   *[\\/]* ) as_myself=$0 ;;
101   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102 for as_dir in $PATH
103 do
104   IFS=$as_save_IFS
105   test -z "$as_dir" && as_dir=.
106   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107 done
108 IFS=$as_save_IFS
109
110      ;;
111 esac
112 # We did not find ourselves, most probably we were run as `sh COMMAND'
113 # in which case we are not to be found in the path.
114 if test "x$as_myself" = x; then
115   as_myself=$0
116 fi
117 if test ! -f "$as_myself"; then
118   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
119   { (exit 1); exit 1; }
120 fi
121
122 # Work around bugs in pre-3.0 UWIN ksh.
123 for as_var in ENV MAIL MAILPATH
124 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
125 done
126 PS1='$ '
127 PS2='> '
128 PS4='+ '
129
130 # NLS nuisances.
131 LC_ALL=C
132 export LC_ALL
133 LANGUAGE=C
134 export LANGUAGE
135
136 # Required to use basename.
137 if expr a : '\(a\)' >/dev/null 2>&1 &&
138    test "X`expr 00001 : '.*\(...\)'`" = X001; then
139   as_expr=expr
140 else
141   as_expr=false
142 fi
143
144 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
145   as_basename=basename
146 else
147   as_basename=false
148 fi
149
150
151 # Name of the executable.
152 as_me=`$as_basename -- "$0" ||
153 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
154          X"$0" : 'X\(//\)$' \| \
155          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
156 $as_echo X/"$0" |
157     sed '/^.*\/\([^/][^/]*\)\/*$/{
158             s//\1/
159             q
160           }
161           /^X\/\(\/\/\)$/{
162             s//\1/
163             q
164           }
165           /^X\/\(\/\).*/{
166             s//\1/
167             q
168           }
169           s/.*/./; q'`
170
171 # CDPATH.
172 $as_unset CDPATH
173
174
175 if test "x$CONFIG_SHELL" = x; then
176   if (eval ":") 2>/dev/null; then
177   as_have_required=yes
178 else
179   as_have_required=no
180 fi
181
182   if test $as_have_required = yes &&     (eval ":
183 (as_func_return () {
184   (exit \$1)
185 }
186 as_func_success () {
187   as_func_return 0
188 }
189 as_func_failure () {
190   as_func_return 1
191 }
192 as_func_ret_success () {
193   return 0
194 }
195 as_func_ret_failure () {
196   return 1
197 }
198
199 exitcode=0
200 if as_func_success; then
201   :
202 else
203   exitcode=1
204   echo as_func_success failed.
205 fi
206
207 if as_func_failure; then
208   exitcode=1
209   echo as_func_failure succeeded.
210 fi
211
212 if as_func_ret_success; then
213   :
214 else
215   exitcode=1
216   echo as_func_ret_success failed.
217 fi
218
219 if as_func_ret_failure; then
220   exitcode=1
221   echo as_func_ret_failure succeeded.
222 fi
223
224 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
225   :
226 else
227   exitcode=1
228   echo positional parameters were not saved.
229 fi
230
231 test \$exitcode = 0) || { (exit 1); exit 1; }
232
233 (
234   as_lineno_1=\$LINENO
235   as_lineno_2=\$LINENO
236   test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
237   test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
238 ") 2> /dev/null; then
239   :
240 else
241   as_candidate_shells=
242     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
243 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
244 do
245   IFS=$as_save_IFS
246   test -z "$as_dir" && as_dir=.
247   case $as_dir in
248          /*)
249            for as_base in sh bash ksh sh5; do
250              as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
251            done;;
252        esac
253 done
254 IFS=$as_save_IFS
255
256
257       for as_shell in $as_candidate_shells $SHELL; do
258          # Try only shells that exist, to save several forks.
259          if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
260                 { ("$as_shell") 2> /dev/null <<\_ASEOF
261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262   emulate sh
263   NULLCMD=:
264   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
265   # is contrary to our usage.  Disable this feature.
266   alias -g '${1+"$@"}'='"$@"'
267   setopt NO_GLOB_SUBST
268 else
269   case `(set -o) 2>/dev/null` in
270   *posix*) set -o posix ;;
271 esac
272
273 fi
274
275
276 :
277 _ASEOF
278 }; then
279   CONFIG_SHELL=$as_shell
280                as_have_required=yes
281                if { "$as_shell" 2> /dev/null <<\_ASEOF
282 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
283   emulate sh
284   NULLCMD=:
285   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
286   # is contrary to our usage.  Disable this feature.
287   alias -g '${1+"$@"}'='"$@"'
288   setopt NO_GLOB_SUBST
289 else
290   case `(set -o) 2>/dev/null` in
291   *posix*) set -o posix ;;
292 esac
293
294 fi
295
296
297 :
298 (as_func_return () {
299   (exit $1)
300 }
301 as_func_success () {
302   as_func_return 0
303 }
304 as_func_failure () {
305   as_func_return 1
306 }
307 as_func_ret_success () {
308   return 0
309 }
310 as_func_ret_failure () {
311   return 1
312 }
313
314 exitcode=0
315 if as_func_success; then
316   :
317 else
318   exitcode=1
319   echo as_func_success failed.
320 fi
321
322 if as_func_failure; then
323   exitcode=1
324   echo as_func_failure succeeded.
325 fi
326
327 if as_func_ret_success; then
328   :
329 else
330   exitcode=1
331   echo as_func_ret_success failed.
332 fi
333
334 if as_func_ret_failure; then
335   exitcode=1
336   echo as_func_ret_failure succeeded.
337 fi
338
339 if ( set x; as_func_ret_success y && test x = "$1" ); then
340   :
341 else
342   exitcode=1
343   echo positional parameters were not saved.
344 fi
345
346 test $exitcode = 0) || { (exit 1); exit 1; }
347
348 (
349   as_lineno_1=$LINENO
350   as_lineno_2=$LINENO
351   test "x$as_lineno_1" != "x$as_lineno_2" &&
352   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
353
354 _ASEOF
355 }; then
356   break
357 fi
358
359 fi
360
361       done
362
363       if test "x$CONFIG_SHELL" != x; then
364   for as_var in BASH_ENV ENV
365         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
366         done
367         export CONFIG_SHELL
368         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
369 fi
370
371
372     if test $as_have_required = no; then
373   echo This script requires a shell more modern than all the
374       echo shells that I found on your system.  Please install a
375       echo modern shell, or manually run the script under such a
376       echo shell if you do have one.
377       { (exit 1); exit 1; }
378 fi
379
380
381 fi
382
383 fi
384
385
386
387 (eval "as_func_return () {
388   (exit \$1)
389 }
390 as_func_success () {
391   as_func_return 0
392 }
393 as_func_failure () {
394   as_func_return 1
395 }
396 as_func_ret_success () {
397   return 0
398 }
399 as_func_ret_failure () {
400   return 1
401 }
402
403 exitcode=0
404 if as_func_success; then
405   :
406 else
407   exitcode=1
408   echo as_func_success failed.
409 fi
410
411 if as_func_failure; then
412   exitcode=1
413   echo as_func_failure succeeded.
414 fi
415
416 if as_func_ret_success; then
417   :
418 else
419   exitcode=1
420   echo as_func_ret_success failed.
421 fi
422
423 if as_func_ret_failure; then
424   exitcode=1
425   echo as_func_ret_failure succeeded.
426 fi
427
428 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
429   :
430 else
431   exitcode=1
432   echo positional parameters were not saved.
433 fi
434
435 test \$exitcode = 0") || {
436   echo No shell found that supports shell functions.
437   echo Please tell bug-autoconf@gnu.org about your system,
438   echo including any error possibly output before this message.
439   echo This can help us improve future autoconf versions.
440   echo Configuration will now proceed without shell functions.
441 }
442
443
444
445   as_lineno_1=$LINENO
446   as_lineno_2=$LINENO
447   test "x$as_lineno_1" != "x$as_lineno_2" &&
448   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
449
450   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
451   # uniformly replaced by the line number.  The first 'sed' inserts a
452   # line-number line after each line using $LINENO; the second 'sed'
453   # does the real work.  The second script uses 'N' to pair each
454   # line-number line with the line containing $LINENO, and appends
455   # trailing '-' during substitution so that $LINENO is not a special
456   # case at line end.
457   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
458   # scripts with optimization help from Paolo Bonzini.  Blame Lee
459   # E. McMahon (1931-1989) for sed's syntax.  :-)
460   sed -n '
461     p
462     /[$]LINENO/=
463   ' <$as_myself |
464     sed '
465       s/[$]LINENO.*/&-/
466       t lineno
467       b
468       :lineno
469       N
470       :loop
471       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
472       t loop
473       s/-\n.*//
474     ' >$as_me.lineno &&
475   chmod +x "$as_me.lineno" ||
476     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
477    { (exit 1); exit 1; }; }
478
479   # Don't try to exec as it changes $[0], causing all sort of problems
480   # (the dirname of $[0] is not the place where we might find the
481   # original and so on.  Autoconf is especially sensitive to this).
482   . "./$as_me.lineno"
483   # Exit status is that of the last command.
484   exit
485 }
486
487
488 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
489   as_dirname=dirname
490 else
491   as_dirname=false
492 fi
493
494 ECHO_C= ECHO_N= ECHO_T=
495 case `echo -n x` in
496 -n*)
497   case `echo 'x\c'` in
498   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
499   *)   ECHO_C='\c';;
500   esac;;
501 *)
502   ECHO_N='-n';;
503 esac
504 if expr a : '\(a\)' >/dev/null 2>&1 &&
505    test "X`expr 00001 : '.*\(...\)'`" = X001; then
506   as_expr=expr
507 else
508   as_expr=false
509 fi
510
511 rm -f conf$$ conf$$.exe conf$$.file
512 if test -d conf$$.dir; then
513   rm -f conf$$.dir/conf$$.file
514 else
515   rm -f conf$$.dir
516   mkdir conf$$.dir 2>/dev/null
517 fi
518 if (echo >conf$$.file) 2>/dev/null; then
519   if ln -s conf$$.file conf$$ 2>/dev/null; then
520     as_ln_s='ln -s'
521     # ... but there are two gotchas:
522     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
523     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
524     # In both cases, we have to default to `cp -p'.
525     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
526       as_ln_s='cp -p'
527   elif ln conf$$.file conf$$ 2>/dev/null; then
528     as_ln_s=ln
529   else
530     as_ln_s='cp -p'
531   fi
532 else
533   as_ln_s='cp -p'
534 fi
535 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
536 rmdir conf$$.dir 2>/dev/null
537
538 if mkdir -p . 2>/dev/null; then
539   as_mkdir_p=:
540 else
541   test -d ./-p && rmdir ./-p
542   as_mkdir_p=false
543 fi
544
545 if test -x / >/dev/null 2>&1; then
546   as_test_x='test -x'
547 else
548   if ls -dL / >/dev/null 2>&1; then
549     as_ls_L_option=L
550   else
551     as_ls_L_option=
552   fi
553   as_test_x='
554     eval sh -c '\''
555       if test -d "$1"; then
556         test -d "$1/.";
557       else
558         case $1 in
559         -*)set "./$1";;
560         esac;
561         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
562         ???[sx]*):;;*)false;;esac;fi
563     '\'' sh
564   '
565 fi
566 as_executable_p=$as_test_x
567
568 # Sed expression to map a string onto a valid CPP name.
569 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
570
571 # Sed expression to map a string onto a valid variable name.
572 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
573
574
575
576 exec 7<&0 </dev/null 6>&1
577
578 # Name of the host.
579 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
580 # so uname gets run too.
581 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
582
583 #
584 # Initializations.
585 #
586 ac_default_prefix=/usr/local
587 ac_clean_files=
588 ac_config_libobj_dir=.
589 LIBOBJS=
590 cross_compiling=no
591 subdirs=
592 MFLAGS=
593 MAKEFLAGS=
594 SHELL=${CONFIG_SHELL-/bin/sh}
595
596 # Identity of this package.
597 PACKAGE_NAME='Wine'
598 PACKAGE_TARNAME='wine'
599 PACKAGE_VERSION='1.1.15'
600 PACKAGE_STRING='Wine 1.1.15'
601 PACKAGE_BUGREPORT='wine-devel@winehq.org'
602
603 ac_unique_file="server/atom.c"
604 # Factoring default headers for most tests.
605 ac_includes_default="\
606 #include <stdio.h>
607 #ifdef HAVE_SYS_TYPES_H
608 # include <sys/types.h>
609 #endif
610 #ifdef HAVE_SYS_STAT_H
611 # include <sys/stat.h>
612 #endif
613 #ifdef STDC_HEADERS
614 # include <stdlib.h>
615 # include <stddef.h>
616 #else
617 # ifdef HAVE_STDLIB_H
618 #  include <stdlib.h>
619 # endif
620 #endif
621 #ifdef HAVE_STRING_H
622 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
623 #  include <memory.h>
624 # endif
625 # include <string.h>
626 #endif
627 #ifdef HAVE_STRINGS_H
628 # include <strings.h>
629 #endif
630 #ifdef HAVE_INTTYPES_H
631 # include <inttypes.h>
632 #endif
633 #ifdef HAVE_STDINT_H
634 # include <stdint.h>
635 #endif
636 #ifdef HAVE_UNISTD_H
637 # include <unistd.h>
638 #endif"
639
640 ac_subst_vars='LTLIBOBJS
641 LIBOBJS
642 ALL_WINETEST_DEPENDS
643 ALL_PROGRAM_BIN_INSTALL_DIRS
644 ALL_PROGRAM_INSTALL_DIRS
645 ALL_PROGRAM_DIRS
646 ALL_TEST_DIRS
647 ALL_IMPLIB_DIRS
648 ALL_DLL_DIRS
649 ALL_TOP_DIRS
650 ALL_MAKEFILE_DEPENDS
651 ALL_MAKEFILES
652 ALL_MAKERULES
653 DEPENDENCIES
654 LDAPLIBS
655 LIBPOLL
656 LIBDL
657 EXTRA_BINARIES
658 MAIN_BINARY
659 SOCKETLIBS
660 CRTLIBS
661 LDPATH
662 BUILTINFLAG
663 EXTRACFLAGS
664 FONTCONFIGINCL
665 CUPSINCL
666 AUDIOIOLIBS
667 ALSALIBS
668 ESDLIBS
669 ESDINCL
670 ESDCONFIG
671 FREETYPEINCL
672 FREETYPELIBS
673 ft_devel
674 LCMSLIBS
675 RESOLVLIBS
676 GPHOTO2INCL
677 GPHOTO2LIBS
678 gphoto2port_devel
679 gphoto2_devel
680 SANEINCL
681 sane_devel
682 GNUTLSINCL
683 HALINCL
684 XSLTINCL
685 XML2INCL
686 XML2LIBS
687 NASLIBS
688 X_EXTRA_LIBS
689 X_LIBS
690 X_PRE_LIBS
691 X_CFLAGS
692 XMKMF
693 LIBPTHREAD
694 CROSSTEST
695 CROSSWINDRES
696 CROSSCC
697 CARBONLIB
698 COREAUDIO
699 DISKARBITRATIONLIB
700 LDEXECFLAGS
701 IOKITLIB
702 COREFOUNDATIONLIB
703 SECURITYLIB
704 MINGWAR
705 DLLWRAP
706 DLLTOOL
707 LDD
708 LDRPATH_LOCAL
709 LDRPATH_INSTALL
710 IMPLIBEXT
711 LIBEXT
712 LDDLLFLAGS
713 LDSHARED
714 DLLFLAGS
715 DLLEXT
716 CPP
717 OPENGL_LIBS
718 XLIB
719 PRELINK
720 ICOTOOL
721 RSVG
722 PKG_CONFIG
723 FONTFORGE
724 LINTFLAGS
725 LINT
726 INSTALL_DATA
727 INSTALL_SCRIPT
728 INSTALL_PROGRAM
729 LDCONFIG
730 EGREP
731 GREP
732 LN
733 LN_S
734 WINDRES
735 STRIP
736 RANLIB
737 ARFLAGS
738 ac_ct_AR
739 AR
740 ac_ct_NM
741 NM
742 ac_ct_LD
743 LD
744 ac_ct_AS
745 AS
746 BISON
747 FLEX
748 TOOLSDIR
749 WIN16_INSTALL
750 WIN16_FILES
751 TARGETFLAGS
752 CPPBIN
753 ac_ct_CXX
754 CXXFLAGS
755 CXX
756 OBJEXT
757 EXEEXT
758 ac_ct_CC
759 CPPFLAGS
760 LDFLAGS
761 CFLAGS
762 CC
763 SET_MAKE
764 host_os
765 host_vendor
766 host_cpu
767 host
768 build_os
769 build_vendor
770 build_cpu
771 build
772 MAINTAINER_MODE
773 target_alias
774 host_alias
775 build_alias
776 LIBS
777 ECHO_T
778 ECHO_N
779 ECHO_C
780 DEFS
781 mandir
782 localedir
783 libdir
784 psdir
785 pdfdir
786 dvidir
787 htmldir
788 infodir
789 docdir
790 oldincludedir
791 includedir
792 localstatedir
793 sharedstatedir
794 sysconfdir
795 datadir
796 datarootdir
797 libexecdir
798 sbindir
799 bindir
800 program_transform_name
801 prefix
802 exec_prefix
803 PACKAGE_BUGREPORT
804 PACKAGE_STRING
805 PACKAGE_VERSION
806 PACKAGE_TARNAME
807 PACKAGE_NAME
808 PATH_SEPARATOR
809 SHELL'
810 ac_subst_files='MAKE_RULES
811 MAKE_DLL_RULES
812 MAKE_IMPLIB_RULES
813 MAKE_TEST_RULES
814 MAKE_PROG_RULES'
815 ac_user_opts='
816 enable_option_checking
817 enable_win16
818 enable_win64
819 enable_tests
820 enable_maintainer_mode
821 with_alsa
822 with_audioio
823 with_capi
824 with_cms
825 with_coreaudio
826 with_cups
827 with_curses
828 with_esd
829 with_fontconfig
830 with_freetype
831 with_gphoto
832 with_glu
833 with_gnutls
834 with_hal
835 with_jack
836 with_jpeg
837 with_ldap
838 with_nas
839 with_opengl
840 with_openssl
841 with_oss
842 with_png
843 with_pthread
844 with_sane
845 with_xcomposite
846 with_xcursor
847 with_xinerama
848 with_xinput
849 with_xml
850 with_xrandr
851 with_xrender
852 with_xshape
853 with_xshm
854 with_xslt
855 with_xxf86vm
856 with_wine_tools
857 with_x
858 '
859       ac_precious_vars='build_alias
860 host_alias
861 target_alias
862 CC
863 CFLAGS
864 LDFLAGS
865 LIBS
866 CPPFLAGS
867 CXX
868 CXXFLAGS
869 CCC
870 CPP
871 XMKMF'
872
873
874 # Initialize some variables set by options.
875 ac_init_help=
876 ac_init_version=false
877 ac_unrecognized_opts=
878 ac_unrecognized_sep=
879 # The variables have the same names as the options, with
880 # dashes changed to underlines.
881 cache_file=/dev/null
882 exec_prefix=NONE
883 no_create=
884 no_recursion=
885 prefix=NONE
886 program_prefix=NONE
887 program_suffix=NONE
888 program_transform_name=s,x,x,
889 silent=
890 site=
891 srcdir=
892 verbose=
893 x_includes=NONE
894 x_libraries=NONE
895
896 # Installation directory options.
897 # These are left unexpanded so users can "make install exec_prefix=/foo"
898 # and all the variables that are supposed to be based on exec_prefix
899 # by default will actually change.
900 # Use braces instead of parens because sh, perl, etc. also accept them.
901 # (The list follows the same order as the GNU Coding Standards.)
902 bindir='${exec_prefix}/bin'
903 sbindir='${exec_prefix}/sbin'
904 libexecdir='${exec_prefix}/libexec'
905 datarootdir='${prefix}/share'
906 datadir='${datarootdir}'
907 sysconfdir='${prefix}/etc'
908 sharedstatedir='${prefix}/com'
909 localstatedir='${prefix}/var'
910 includedir='${prefix}/include'
911 oldincludedir='/usr/include'
912 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
913 infodir='${datarootdir}/info'
914 htmldir='${docdir}'
915 dvidir='${docdir}'
916 pdfdir='${docdir}'
917 psdir='${docdir}'
918 libdir='${exec_prefix}/lib'
919 localedir='${datarootdir}/locale'
920 mandir='${datarootdir}/man'
921
922 ac_prev=
923 ac_dashdash=
924 for ac_option
925 do
926   # If the previous option needs an argument, assign it.
927   if test -n "$ac_prev"; then
928     eval $ac_prev=\$ac_option
929     ac_prev=
930     continue
931   fi
932
933   case $ac_option in
934   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
935   *)    ac_optarg=yes ;;
936   esac
937
938   # Accept the important Cygnus configure options, so we can diagnose typos.
939
940   case $ac_dashdash$ac_option in
941   --)
942     ac_dashdash=yes ;;
943
944   -bindir | --bindir | --bindi | --bind | --bin | --bi)
945     ac_prev=bindir ;;
946   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
947     bindir=$ac_optarg ;;
948
949   -build | --build | --buil | --bui | --bu)
950     ac_prev=build_alias ;;
951   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
952     build_alias=$ac_optarg ;;
953
954   -cache-file | --cache-file | --cache-fil | --cache-fi \
955   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
956     ac_prev=cache_file ;;
957   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
958   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
959     cache_file=$ac_optarg ;;
960
961   --config-cache | -C)
962     cache_file=config.cache ;;
963
964   -datadir | --datadir | --datadi | --datad)
965     ac_prev=datadir ;;
966   -datadir=* | --datadir=* | --datadi=* | --datad=*)
967     datadir=$ac_optarg ;;
968
969   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
970   | --dataroo | --dataro | --datar)
971     ac_prev=datarootdir ;;
972   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
973   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
974     datarootdir=$ac_optarg ;;
975
976   -disable-* | --disable-*)
977     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
978     # Reject names that are not valid shell variable names.
979     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
980       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
981    { (exit 1); exit 1; }; }
982     ac_useropt_orig=$ac_useropt
983     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
984     case $ac_user_opts in
985       *"
986 "enable_$ac_useropt"
987 "*) ;;
988       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
989          ac_unrecognized_sep=', ';;
990     esac
991     eval enable_$ac_useropt=no ;;
992
993   -docdir | --docdir | --docdi | --doc | --do)
994     ac_prev=docdir ;;
995   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
996     docdir=$ac_optarg ;;
997
998   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
999     ac_prev=dvidir ;;
1000   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1001     dvidir=$ac_optarg ;;
1002
1003   -enable-* | --enable-*)
1004     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1005     # Reject names that are not valid shell variable names.
1006     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1007       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1008    { (exit 1); exit 1; }; }
1009     ac_useropt_orig=$ac_useropt
1010     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1011     case $ac_user_opts in
1012       *"
1013 "enable_$ac_useropt"
1014 "*) ;;
1015       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1016          ac_unrecognized_sep=', ';;
1017     esac
1018     eval enable_$ac_useropt=\$ac_optarg ;;
1019
1020   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1021   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1022   | --exec | --exe | --ex)
1023     ac_prev=exec_prefix ;;
1024   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1025   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1026   | --exec=* | --exe=* | --ex=*)
1027     exec_prefix=$ac_optarg ;;
1028
1029   -gas | --gas | --ga | --g)
1030     # Obsolete; use --with-gas.
1031     with_gas=yes ;;
1032
1033   -help | --help | --hel | --he | -h)
1034     ac_init_help=long ;;
1035   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1036     ac_init_help=recursive ;;
1037   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1038     ac_init_help=short ;;
1039
1040   -host | --host | --hos | --ho)
1041     ac_prev=host_alias ;;
1042   -host=* | --host=* | --hos=* | --ho=*)
1043     host_alias=$ac_optarg ;;
1044
1045   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1046     ac_prev=htmldir ;;
1047   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1048   | --ht=*)
1049     htmldir=$ac_optarg ;;
1050
1051   -includedir | --includedir | --includedi | --included | --include \
1052   | --includ | --inclu | --incl | --inc)
1053     ac_prev=includedir ;;
1054   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1055   | --includ=* | --inclu=* | --incl=* | --inc=*)
1056     includedir=$ac_optarg ;;
1057
1058   -infodir | --infodir | --infodi | --infod | --info | --inf)
1059     ac_prev=infodir ;;
1060   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1061     infodir=$ac_optarg ;;
1062
1063   -libdir | --libdir | --libdi | --libd)
1064     ac_prev=libdir ;;
1065   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1066     libdir=$ac_optarg ;;
1067
1068   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1069   | --libexe | --libex | --libe)
1070     ac_prev=libexecdir ;;
1071   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1072   | --libexe=* | --libex=* | --libe=*)
1073     libexecdir=$ac_optarg ;;
1074
1075   -localedir | --localedir | --localedi | --localed | --locale)
1076     ac_prev=localedir ;;
1077   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1078     localedir=$ac_optarg ;;
1079
1080   -localstatedir | --localstatedir | --localstatedi | --localstated \
1081   | --localstate | --localstat | --localsta | --localst | --locals)
1082     ac_prev=localstatedir ;;
1083   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1084   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1085     localstatedir=$ac_optarg ;;
1086
1087   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1088     ac_prev=mandir ;;
1089   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1090     mandir=$ac_optarg ;;
1091
1092   -nfp | --nfp | --nf)
1093     # Obsolete; use --without-fp.
1094     with_fp=no ;;
1095
1096   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1097   | --no-cr | --no-c | -n)
1098     no_create=yes ;;
1099
1100   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1101   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1102     no_recursion=yes ;;
1103
1104   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1105   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1106   | --oldin | --oldi | --old | --ol | --o)
1107     ac_prev=oldincludedir ;;
1108   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1109   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1110   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1111     oldincludedir=$ac_optarg ;;
1112
1113   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1114     ac_prev=prefix ;;
1115   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1116     prefix=$ac_optarg ;;
1117
1118   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1119   | --program-pre | --program-pr | --program-p)
1120     ac_prev=program_prefix ;;
1121   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1122   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1123     program_prefix=$ac_optarg ;;
1124
1125   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1126   | --program-suf | --program-su | --program-s)
1127     ac_prev=program_suffix ;;
1128   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1129   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1130     program_suffix=$ac_optarg ;;
1131
1132   -program-transform-name | --program-transform-name \
1133   | --program-transform-nam | --program-transform-na \
1134   | --program-transform-n | --program-transform- \
1135   | --program-transform | --program-transfor \
1136   | --program-transfo | --program-transf \
1137   | --program-trans | --program-tran \
1138   | --progr-tra | --program-tr | --program-t)
1139     ac_prev=program_transform_name ;;
1140   -program-transform-name=* | --program-transform-name=* \
1141   | --program-transform-nam=* | --program-transform-na=* \
1142   | --program-transform-n=* | --program-transform-=* \
1143   | --program-transform=* | --program-transfor=* \
1144   | --program-transfo=* | --program-transf=* \
1145   | --program-trans=* | --program-tran=* \
1146   | --progr-tra=* | --program-tr=* | --program-t=*)
1147     program_transform_name=$ac_optarg ;;
1148
1149   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1150     ac_prev=pdfdir ;;
1151   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1152     pdfdir=$ac_optarg ;;
1153
1154   -psdir | --psdir | --psdi | --psd | --ps)
1155     ac_prev=psdir ;;
1156   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1157     psdir=$ac_optarg ;;
1158
1159   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1160   | -silent | --silent | --silen | --sile | --sil)
1161     silent=yes ;;
1162
1163   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1164     ac_prev=sbindir ;;
1165   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1166   | --sbi=* | --sb=*)
1167     sbindir=$ac_optarg ;;
1168
1169   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1170   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1171   | --sharedst | --shareds | --shared | --share | --shar \
1172   | --sha | --sh)
1173     ac_prev=sharedstatedir ;;
1174   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1175   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1176   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1177   | --sha=* | --sh=*)
1178     sharedstatedir=$ac_optarg ;;
1179
1180   -site | --site | --sit)
1181     ac_prev=site ;;
1182   -site=* | --site=* | --sit=*)
1183     site=$ac_optarg ;;
1184
1185   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1186     ac_prev=srcdir ;;
1187   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1188     srcdir=$ac_optarg ;;
1189
1190   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1191   | --syscon | --sysco | --sysc | --sys | --sy)
1192     ac_prev=sysconfdir ;;
1193   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1194   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1195     sysconfdir=$ac_optarg ;;
1196
1197   -target | --target | --targe | --targ | --tar | --ta | --t)
1198     ac_prev=target_alias ;;
1199   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1200     target_alias=$ac_optarg ;;
1201
1202   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1203     verbose=yes ;;
1204
1205   -version | --version | --versio | --versi | --vers | -V)
1206     ac_init_version=: ;;
1207
1208   -with-* | --with-*)
1209     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1210     # Reject names that are not valid shell variable names.
1211     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1212       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1213    { (exit 1); exit 1; }; }
1214     ac_useropt_orig=$ac_useropt
1215     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1216     case $ac_user_opts in
1217       *"
1218 "with_$ac_useropt"
1219 "*) ;;
1220       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1221          ac_unrecognized_sep=', ';;
1222     esac
1223     eval with_$ac_useropt=\$ac_optarg ;;
1224
1225   -without-* | --without-*)
1226     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1227     # Reject names that are not valid shell variable names.
1228     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1229       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1230    { (exit 1); exit 1; }; }
1231     ac_useropt_orig=$ac_useropt
1232     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1233     case $ac_user_opts in
1234       *"
1235 "with_$ac_useropt"
1236 "*) ;;
1237       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1238          ac_unrecognized_sep=', ';;
1239     esac
1240     eval with_$ac_useropt=no ;;
1241
1242   --x)
1243     # Obsolete; use --with-x.
1244     with_x=yes ;;
1245
1246   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1247   | --x-incl | --x-inc | --x-in | --x-i)
1248     ac_prev=x_includes ;;
1249   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1250   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1251     x_includes=$ac_optarg ;;
1252
1253   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1254   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1255     ac_prev=x_libraries ;;
1256   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1257   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1258     x_libraries=$ac_optarg ;;
1259
1260   -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1261 Try \`$0 --help' for more information." >&2
1262    { (exit 1); exit 1; }; }
1263     ;;
1264
1265   *=*)
1266     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1267     # Reject names that are not valid shell variable names.
1268     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1269       { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1270    { (exit 1); exit 1; }; }
1271     eval $ac_envvar=\$ac_optarg
1272     export $ac_envvar ;;
1273
1274   *)
1275     # FIXME: should be removed in autoconf 3.0.
1276     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1277     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1278       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1279     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1280     ;;
1281
1282   esac
1283 done
1284
1285 if test -n "$ac_prev"; then
1286   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1287   { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1288    { (exit 1); exit 1; }; }
1289 fi
1290
1291 if test -n "$ac_unrecognized_opts"; then
1292   case $enable_option_checking in
1293     no) ;;
1294     fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1295    { (exit 1); exit 1; }; } ;;
1296     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1297   esac
1298 fi
1299
1300 # Check all directory arguments for consistency.
1301 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1302                 datadir sysconfdir sharedstatedir localstatedir includedir \
1303                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1304                 libdir localedir mandir
1305 do
1306   eval ac_val=\$$ac_var
1307   # Remove trailing slashes.
1308   case $ac_val in
1309     */ )
1310       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1311       eval $ac_var=\$ac_val;;
1312   esac
1313   # Be sure to have absolute directory names.
1314   case $ac_val in
1315     [\\/$]* | ?:[\\/]* )  continue;;
1316     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1317   esac
1318   { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1319    { (exit 1); exit 1; }; }
1320 done
1321
1322 # There might be people who depend on the old broken behavior: `$host'
1323 # used to hold the argument of --host etc.
1324 # FIXME: To remove some day.
1325 build=$build_alias
1326 host=$host_alias
1327 target=$target_alias
1328
1329 # FIXME: To remove some day.
1330 if test "x$host_alias" != x; then
1331   if test "x$build_alias" = x; then
1332     cross_compiling=maybe
1333     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1334     If a cross compiler is detected then cross compile mode will be used." >&2
1335   elif test "x$build_alias" != "x$host_alias"; then
1336     cross_compiling=yes
1337   fi
1338 fi
1339
1340 ac_tool_prefix=
1341 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1342
1343 test "$silent" = yes && exec 6>/dev/null
1344
1345
1346 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1347 ac_ls_di=`ls -di .` &&
1348 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1349   { $as_echo "$as_me: error: working directory cannot be determined" >&2
1350    { (exit 1); exit 1; }; }
1351 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1352   { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1353    { (exit 1); exit 1; }; }
1354
1355
1356 # Find the source files, if location was not specified.
1357 if test -z "$srcdir"; then
1358   ac_srcdir_defaulted=yes
1359   # Try the directory containing this script, then the parent directory.
1360   ac_confdir=`$as_dirname -- "$as_myself" ||
1361 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1362          X"$as_myself" : 'X\(//\)[^/]' \| \
1363          X"$as_myself" : 'X\(//\)$' \| \
1364          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1365 $as_echo X"$as_myself" |
1366     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1367             s//\1/
1368             q
1369           }
1370           /^X\(\/\/\)[^/].*/{
1371             s//\1/
1372             q
1373           }
1374           /^X\(\/\/\)$/{
1375             s//\1/
1376             q
1377           }
1378           /^X\(\/\).*/{
1379             s//\1/
1380             q
1381           }
1382           s/.*/./; q'`
1383   srcdir=$ac_confdir
1384   if test ! -r "$srcdir/$ac_unique_file"; then
1385     srcdir=..
1386   fi
1387 else
1388   ac_srcdir_defaulted=no
1389 fi
1390 if test ! -r "$srcdir/$ac_unique_file"; then
1391   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1392   { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1393    { (exit 1); exit 1; }; }
1394 fi
1395 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1396 ac_abs_confdir=`(
1397         cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1398    { (exit 1); exit 1; }; }
1399         pwd)`
1400 # When building in place, set srcdir=.
1401 if test "$ac_abs_confdir" = "$ac_pwd"; then
1402   srcdir=.
1403 fi
1404 # Remove unnecessary trailing slashes from srcdir.
1405 # Double slashes in file names in object file debugging info
1406 # mess up M-x gdb in Emacs.
1407 case $srcdir in
1408 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1409 esac
1410 for ac_var in $ac_precious_vars; do
1411   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1412   eval ac_env_${ac_var}_value=\$${ac_var}
1413   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1414   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1415 done
1416
1417 #
1418 # Report the --help message.
1419 #
1420 if test "$ac_init_help" = "long"; then
1421   # Omit some internal or obsolete options to make the list less imposing.
1422   # This message is too long to be a string in the A/UX 3.1 sh.
1423   cat <<_ACEOF
1424 \`configure' configures Wine 1.1.15 to adapt to many kinds of systems.
1425
1426 Usage: $0 [OPTION]... [VAR=VALUE]...
1427
1428 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1429 VAR=VALUE.  See below for descriptions of some of the useful variables.
1430
1431 Defaults for the options are specified in brackets.
1432
1433 Configuration:
1434   -h, --help              display this help and exit
1435       --help=short        display options specific to this package
1436       --help=recursive    display the short help of all the included packages
1437   -V, --version           display version information and exit
1438   -q, --quiet, --silent   do not print \`checking...' messages
1439       --cache-file=FILE   cache test results in FILE [disabled]
1440   -C, --config-cache      alias for \`--cache-file=config.cache'
1441   -n, --no-create         do not create output files
1442       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1443
1444 Installation directories:
1445   --prefix=PREFIX         install architecture-independent files in PREFIX
1446                           [$ac_default_prefix]
1447   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1448                           [PREFIX]
1449
1450 By default, \`make install' will install all the files in
1451 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1452 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1453 for instance \`--prefix=\$HOME'.
1454
1455 For better control, use the options below.
1456
1457 Fine tuning of the installation directories:
1458   --bindir=DIR            user executables [EPREFIX/bin]
1459   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1460   --libexecdir=DIR        program executables [EPREFIX/libexec]
1461   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1462   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1463   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1464   --libdir=DIR            object code libraries [EPREFIX/lib]
1465   --includedir=DIR        C header files [PREFIX/include]
1466   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1467   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1468   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1469   --infodir=DIR           info documentation [DATAROOTDIR/info]
1470   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1471   --mandir=DIR            man documentation [DATAROOTDIR/man]
1472   --docdir=DIR            documentation root [DATAROOTDIR/doc/wine]
1473   --htmldir=DIR           html documentation [DOCDIR]
1474   --dvidir=DIR            dvi documentation [DOCDIR]
1475   --pdfdir=DIR            pdf documentation [DOCDIR]
1476   --psdir=DIR             ps documentation [DOCDIR]
1477 _ACEOF
1478
1479   cat <<\_ACEOF
1480
1481 X features:
1482   --x-includes=DIR    X include files are in DIR
1483   --x-libraries=DIR   X library files are in DIR
1484
1485 System types:
1486   --build=BUILD     configure for building on BUILD [guessed]
1487   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1488 _ACEOF
1489 fi
1490
1491 if test -n "$ac_init_help"; then
1492   case $ac_init_help in
1493      short | recursive ) echo "Configuration of Wine 1.1.15:";;
1494    esac
1495   cat <<\_ACEOF
1496
1497 Optional Features:
1498   --disable-option-checking  ignore unrecognized --enable/--with options
1499   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1500   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1501   --disable-win16         do not include Win16 support
1502   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1503                           binaries)
1504   --disable-tests         do not build the regression tests
1505   --enable-maintainer-mode
1506                           enable maintainer-specific build rules
1507
1508 Optional Packages:
1509   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1510   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1511   --without-alsa          do not use the Alsa sound support
1512   --without-audioio       do not use the AudioIO sound support
1513   --without-capi          do not use CAPI (ISDN support)
1514   --without-cms           do not use CMS (color management support)
1515   --without-coreaudio     do not use the CoreAudio sound support
1516   --without-cups          do not use CUPS
1517   --without-curses        do not use (n)curses
1518   --without-esd           do not use the EsounD sound support
1519   --without-fontconfig    do not use fontconfig
1520   --without-freetype      do not use the FreeType library
1521   --without-gphoto        do not use gphoto (Digital Camera support)
1522   --without-glu           do not use the GLU library
1523   --without-gnutls        do not use GnuTLS (schannel support)
1524   --without-hal           do not use HAL (dynamic device support)
1525   --without-jack          do not use the Jack sound support
1526   --without-jpeg          do not use JPEG
1527   --without-ldap          do not use LDAP
1528   --without-nas           do not use the NAS sound support
1529   --without-opengl        do not use OpenGL
1530   --without-openssl       do not use OpenSSL
1531   --without-oss           do not use the OSS sound support
1532   --without-png           do not use PNG
1533   --without-pthread       do not use the pthread library
1534   --without-sane          do not use SANE (scanner support)
1535   --without-xcomposite    do not use the Xcomposite extension
1536   --without-xcursor       do not use the Xcursor extension
1537   --without-xinerama      do not use Xinerama (multi-monitor support)
1538   --without-xinput        do not use the Xinput extension
1539   --without-xml           do not use XML
1540   --without-xrandr        do not use Xrandr (resolution changes)
1541   --without-xrender       do not use the Xrender extension
1542   --without-xshape        do not use the Xshape extension
1543   --without-xshm          do not use XShm (shared memory extension)
1544   --without-xslt          do not use XSLT
1545   --without-xxf86vm       do not use XFree video mode extension
1546   --with-wine-tools=DIR   use Wine tools from directory DIR
1547   --with-x                use the X Window System
1548
1549 Some influential environment variables:
1550   CC          C compiler command
1551   CFLAGS      C compiler flags
1552   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1553               nonstandard directory <lib dir>
1554   LIBS        libraries to pass to the linker, e.g. -l<library>
1555   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1556               you have headers in a nonstandard directory <include dir>
1557   CXX         C++ compiler command
1558   CXXFLAGS    C++ compiler flags
1559   CPP         C preprocessor
1560   XMKMF       Path to xmkmf, Makefile generator for X Window System
1561
1562 Use these variables to override the choices made by `configure' or to help
1563 it to find libraries and programs with nonstandard names/locations.
1564
1565 Report bugs to <wine-devel@winehq.org>.
1566 _ACEOF
1567 ac_status=$?
1568 fi
1569
1570 if test "$ac_init_help" = "recursive"; then
1571   # If there are subdirs, report their specific --help.
1572   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1573     test -d "$ac_dir" ||
1574       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1575       continue
1576     ac_builddir=.
1577
1578 case "$ac_dir" in
1579 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1580 *)
1581   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1582   # A ".." for each directory in $ac_dir_suffix.
1583   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1584   case $ac_top_builddir_sub in
1585   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1586   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1587   esac ;;
1588 esac
1589 ac_abs_top_builddir=$ac_pwd
1590 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1591 # for backward compatibility:
1592 ac_top_builddir=$ac_top_build_prefix
1593
1594 case $srcdir in
1595   .)  # We are building in place.
1596     ac_srcdir=.
1597     ac_top_srcdir=$ac_top_builddir_sub
1598     ac_abs_top_srcdir=$ac_pwd ;;
1599   [\\/]* | ?:[\\/]* )  # Absolute name.
1600     ac_srcdir=$srcdir$ac_dir_suffix;
1601     ac_top_srcdir=$srcdir
1602     ac_abs_top_srcdir=$srcdir ;;
1603   *) # Relative name.
1604     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1605     ac_top_srcdir=$ac_top_build_prefix$srcdir
1606     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1607 esac
1608 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1609
1610     cd "$ac_dir" || { ac_status=$?; continue; }
1611     # Check for guested configure.
1612     if test -f "$ac_srcdir/configure.gnu"; then
1613       echo &&
1614       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1615     elif test -f "$ac_srcdir/configure"; then
1616       echo &&
1617       $SHELL "$ac_srcdir/configure" --help=recursive
1618     else
1619       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1620     fi || ac_status=$?
1621     cd "$ac_pwd" || { ac_status=$?; break; }
1622   done
1623 fi
1624
1625 test -n "$ac_init_help" && exit $ac_status
1626 if $ac_init_version; then
1627   cat <<\_ACEOF
1628 Wine configure 1.1.15
1629 generated by GNU Autoconf 2.63
1630
1631 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1632 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1633 This configure script is free software; the Free Software Foundation
1634 gives unlimited permission to copy, distribute and modify it.
1635 _ACEOF
1636   exit
1637 fi
1638 cat >config.log <<_ACEOF
1639 This file contains any messages produced by compilers while
1640 running configure, to aid debugging if configure makes a mistake.
1641
1642 It was created by Wine $as_me 1.1.15, which was
1643 generated by GNU Autoconf 2.63.  Invocation command line was
1644
1645   $ $0 $@
1646
1647 _ACEOF
1648 exec 5>>config.log
1649 {
1650 cat <<_ASUNAME
1651 ## --------- ##
1652 ## Platform. ##
1653 ## --------- ##
1654
1655 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1656 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1657 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1658 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1659 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1660
1661 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1662 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1663
1664 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1665 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1666 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1667 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1668 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1669 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1670 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1671
1672 _ASUNAME
1673
1674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1675 for as_dir in $PATH
1676 do
1677   IFS=$as_save_IFS
1678   test -z "$as_dir" && as_dir=.
1679   $as_echo "PATH: $as_dir"
1680 done
1681 IFS=$as_save_IFS
1682
1683 } >&5
1684
1685 cat >&5 <<_ACEOF
1686
1687
1688 ## ----------- ##
1689 ## Core tests. ##
1690 ## ----------- ##
1691
1692 _ACEOF
1693
1694
1695 # Keep a trace of the command line.
1696 # Strip out --no-create and --no-recursion so they do not pile up.
1697 # Strip out --silent because we don't want to record it for future runs.
1698 # Also quote any args containing shell meta-characters.
1699 # Make two passes to allow for proper duplicate-argument suppression.
1700 ac_configure_args=
1701 ac_configure_args0=
1702 ac_configure_args1=
1703 ac_must_keep_next=false
1704 for ac_pass in 1 2
1705 do
1706   for ac_arg
1707   do
1708     case $ac_arg in
1709     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1710     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1711     | -silent | --silent | --silen | --sile | --sil)
1712       continue ;;
1713     *\'*)
1714       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1715     esac
1716     case $ac_pass in
1717     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1718     2)
1719       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1720       if test $ac_must_keep_next = true; then
1721         ac_must_keep_next=false # Got value, back to normal.
1722       else
1723         case $ac_arg in
1724           *=* | --config-cache | -C | -disable-* | --disable-* \
1725           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1726           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1727           | -with-* | --with-* | -without-* | --without-* | --x)
1728             case "$ac_configure_args0 " in
1729               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1730             esac
1731             ;;
1732           -* ) ac_must_keep_next=true ;;
1733         esac
1734       fi
1735       ac_configure_args="$ac_configure_args '$ac_arg'"
1736       ;;
1737     esac
1738   done
1739 done
1740 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1741 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1742
1743 # When interrupted or exit'd, cleanup temporary files, and complete
1744 # config.log.  We remove comments because anyway the quotes in there
1745 # would cause problems or look ugly.
1746 # WARNING: Use '\'' to represent an apostrophe within the trap.
1747 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1748 trap 'exit_status=$?
1749   # Save into config.log some information that might help in debugging.
1750   {
1751     echo
1752
1753     cat <<\_ASBOX
1754 ## ---------------- ##
1755 ## Cache variables. ##
1756 ## ---------------- ##
1757 _ASBOX
1758     echo
1759     # The following way of writing the cache mishandles newlines in values,
1760 (
1761   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1762     eval ac_val=\$$ac_var
1763     case $ac_val in #(
1764     *${as_nl}*)
1765       case $ac_var in #(
1766       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1767 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1768       esac
1769       case $ac_var in #(
1770       _ | IFS | as_nl) ;; #(
1771       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1772       *) $as_unset $ac_var ;;
1773       esac ;;
1774     esac
1775   done
1776   (set) 2>&1 |
1777     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1778     *${as_nl}ac_space=\ *)
1779       sed -n \
1780         "s/'\''/'\''\\\\'\'''\''/g;
1781           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1782       ;; #(
1783     *)
1784       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1785       ;;
1786     esac |
1787     sort
1788 )
1789     echo
1790
1791     cat <<\_ASBOX
1792 ## ----------------- ##
1793 ## Output variables. ##
1794 ## ----------------- ##
1795 _ASBOX
1796     echo
1797     for ac_var in $ac_subst_vars
1798     do
1799       eval ac_val=\$$ac_var
1800       case $ac_val in
1801       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1802       esac
1803       $as_echo "$ac_var='\''$ac_val'\''"
1804     done | sort
1805     echo
1806
1807     if test -n "$ac_subst_files"; then
1808       cat <<\_ASBOX
1809 ## ------------------- ##
1810 ## File substitutions. ##
1811 ## ------------------- ##
1812 _ASBOX
1813       echo
1814       for ac_var in $ac_subst_files
1815       do
1816         eval ac_val=\$$ac_var
1817         case $ac_val in
1818         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1819         esac
1820         $as_echo "$ac_var='\''$ac_val'\''"
1821       done | sort
1822       echo
1823     fi
1824
1825     if test -s confdefs.h; then
1826       cat <<\_ASBOX
1827 ## ----------- ##
1828 ## confdefs.h. ##
1829 ## ----------- ##
1830 _ASBOX
1831       echo
1832       cat confdefs.h
1833       echo
1834     fi
1835     test "$ac_signal" != 0 &&
1836       $as_echo "$as_me: caught signal $ac_signal"
1837     $as_echo "$as_me: exit $exit_status"
1838   } >&5
1839   rm -f core *.core core.conftest.* &&
1840     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1841     exit $exit_status
1842 ' 0
1843 for ac_signal in 1 2 13 15; do
1844   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1845 done
1846 ac_signal=0
1847
1848 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1849 rm -f -r conftest* confdefs.h
1850
1851 # Predefined preprocessor variables.
1852
1853 cat >>confdefs.h <<_ACEOF
1854 #define PACKAGE_NAME "$PACKAGE_NAME"
1855 _ACEOF
1856
1857
1858 cat >>confdefs.h <<_ACEOF
1859 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1860 _ACEOF
1861
1862
1863 cat >>confdefs.h <<_ACEOF
1864 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1865 _ACEOF
1866
1867
1868 cat >>confdefs.h <<_ACEOF
1869 #define PACKAGE_STRING "$PACKAGE_STRING"
1870 _ACEOF
1871
1872
1873 cat >>confdefs.h <<_ACEOF
1874 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1875 _ACEOF
1876
1877
1878 # Let the site file select an alternate cache file if it wants to.
1879 # Prefer an explicitly selected file to automatically selected ones.
1880 ac_site_file1=NONE
1881 ac_site_file2=NONE
1882 if test -n "$CONFIG_SITE"; then
1883   ac_site_file1=$CONFIG_SITE
1884 elif test "x$prefix" != xNONE; then
1885   ac_site_file1=$prefix/share/config.site
1886   ac_site_file2=$prefix/etc/config.site
1887 else
1888   ac_site_file1=$ac_default_prefix/share/config.site
1889   ac_site_file2=$ac_default_prefix/etc/config.site
1890 fi
1891 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1892 do
1893   test "x$ac_site_file" = xNONE && continue
1894   if test -r "$ac_site_file"; then
1895     { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1896 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1897     sed 's/^/| /' "$ac_site_file" >&5
1898     . "$ac_site_file"
1899   fi
1900 done
1901
1902 if test -r "$cache_file"; then
1903   # Some versions of bash will fail to source /dev/null (special
1904   # files actually), so we avoid doing that.
1905   if test -f "$cache_file"; then
1906     { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1907 $as_echo "$as_me: loading cache $cache_file" >&6;}
1908     case $cache_file in
1909       [\\/]* | ?:[\\/]* ) . "$cache_file";;
1910       *)                      . "./$cache_file";;
1911     esac
1912   fi
1913 else
1914   { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1915 $as_echo "$as_me: creating cache $cache_file" >&6;}
1916   >$cache_file
1917 fi
1918
1919 # Check that the precious variables saved in the cache have kept the same
1920 # value.
1921 ac_cache_corrupted=false
1922 for ac_var in $ac_precious_vars; do
1923   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1924   eval ac_new_set=\$ac_env_${ac_var}_set
1925   eval ac_old_val=\$ac_cv_env_${ac_var}_value
1926   eval ac_new_val=\$ac_env_${ac_var}_value
1927   case $ac_old_set,$ac_new_set in
1928     set,)
1929       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1930 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1931       ac_cache_corrupted=: ;;
1932     ,set)
1933       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1934 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1935       ac_cache_corrupted=: ;;
1936     ,);;
1937     *)
1938       if test "x$ac_old_val" != "x$ac_new_val"; then
1939         # differences in whitespace do not lead to failure.
1940         ac_old_val_w=`echo x $ac_old_val`
1941         ac_new_val_w=`echo x $ac_new_val`
1942         if test "$ac_old_val_w" != "$ac_new_val_w"; then
1943           { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1944 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1945           ac_cache_corrupted=:
1946         else
1947           { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1948 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1949           eval $ac_var=\$ac_old_val
1950         fi
1951         { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
1952 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1953         { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
1954 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1955       fi;;
1956   esac
1957   # Pass precious variables to config.status.
1958   if test "$ac_new_set" = set; then
1959     case $ac_new_val in
1960     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1961     *) ac_arg=$ac_var=$ac_new_val ;;
1962     esac
1963     case " $ac_configure_args " in
1964       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1965       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1966     esac
1967   fi
1968 done
1969 if $ac_cache_corrupted; then
1970   { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1971 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1972   { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1973 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1974   { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1975 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1976    { (exit 1); exit 1; }; }
1977 fi
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003 ac_ext=c
2004 ac_cpp='$CPP $CPPFLAGS'
2005 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2006 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2007 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2008
2009
2010
2011 ac_config_headers="$ac_config_headers include/config.h"
2012
2013 ac_aux_dir=
2014 for ac_dir in tools "$srcdir"/tools; do
2015   if test -f "$ac_dir/install-sh"; then
2016     ac_aux_dir=$ac_dir
2017     ac_install_sh="$ac_aux_dir/install-sh -c"
2018     break
2019   elif test -f "$ac_dir/install.sh"; then
2020     ac_aux_dir=$ac_dir
2021     ac_install_sh="$ac_aux_dir/install.sh -c"
2022     break
2023   elif test -f "$ac_dir/shtool"; then
2024     ac_aux_dir=$ac_dir
2025     ac_install_sh="$ac_aux_dir/shtool install -c"
2026     break
2027   fi
2028 done
2029 if test -z "$ac_aux_dir"; then
2030   { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2031 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2032    { (exit 1); exit 1; }; }
2033 fi
2034
2035 # These three variables are undocumented and unsupported,
2036 # and are intended to be withdrawn in a future Autoconf release.
2037 # They can cause serious problems if a builder's source tree is in a directory
2038 # whose full name contains unusual characters.
2039 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2040 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2041 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2042
2043
2044
2045
2046 # Check whether --enable-win16 was given.
2047 if test "${enable_win16+set}" = set; then
2048   enableval=$enable_win16;
2049 fi
2050
2051 # Check whether --enable-win64 was given.
2052 if test "${enable_win64+set}" = set; then
2053   enableval=$enable_win64;
2054 fi
2055
2056 # Check whether --enable-tests was given.
2057 if test "${enable_tests+set}" = set; then
2058   enableval=$enable_tests;
2059 fi
2060
2061 # Check whether --enable-maintainer-mode was given.
2062 if test "${enable_maintainer_mode+set}" = set; then
2063   enableval=$enable_maintainer_mode;
2064 else
2065   MAINTAINER_MODE=\#
2066
2067 fi
2068
2069
2070
2071 # Check whether --with-alsa was given.
2072 if test "${with_alsa+set}" = set; then
2073   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2074 fi
2075
2076
2077 # Check whether --with-audioio was given.
2078 if test "${with_audioio+set}" = set; then
2079   withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2080 fi
2081
2082
2083 # Check whether --with-capi was given.
2084 if test "${with_capi+set}" = set; then
2085   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2086 fi
2087
2088
2089 # Check whether --with-cms was given.
2090 if test "${with_cms+set}" = set; then
2091   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2092 fi
2093
2094
2095 # Check whether --with-coreaudio was given.
2096 if test "${with_coreaudio+set}" = set; then
2097   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2098 fi
2099
2100
2101 # Check whether --with-cups was given.
2102 if test "${with_cups+set}" = set; then
2103   withval=$with_cups;
2104 fi
2105
2106
2107 # Check whether --with-curses was given.
2108 if test "${with_curses+set}" = set; then
2109   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2110 fi
2111
2112
2113 # Check whether --with-esd was given.
2114 if test "${with_esd+set}" = set; then
2115   withval=$with_esd;
2116 fi
2117
2118
2119 # Check whether --with-fontconfig was given.
2120 if test "${with_fontconfig+set}" = set; then
2121   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2122 fi
2123
2124
2125 # Check whether --with-freetype was given.
2126 if test "${with_freetype+set}" = set; then
2127   withval=$with_freetype;
2128 fi
2129
2130
2131 # Check whether --with-gphoto was given.
2132 if test "${with_gphoto+set}" = set; then
2133   withval=$with_gphoto;
2134 fi
2135
2136
2137 # Check whether --with-glu was given.
2138 if test "${with_glu+set}" = set; then
2139   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2140 fi
2141
2142
2143 # Check whether --with-gnutls was given.
2144 if test "${with_gnutls+set}" = set; then
2145   withval=$with_gnutls;
2146 fi
2147
2148
2149 # Check whether --with-hal was given.
2150 if test "${with_hal+set}" = set; then
2151   withval=$with_hal;
2152 fi
2153
2154
2155 # Check whether --with-jack was given.
2156 if test "${with_jack+set}" = set; then
2157   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2158 fi
2159
2160
2161 # Check whether --with-jpeg was given.
2162 if test "${with_jpeg+set}" = set; then
2163   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2164 fi
2165
2166
2167 # Check whether --with-ldap was given.
2168 if test "${with_ldap+set}" = set; then
2169   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2170 fi
2171
2172
2173 # Check whether --with-nas was given.
2174 if test "${with_nas+set}" = set; then
2175   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2176 fi
2177
2178
2179 # Check whether --with-opengl was given.
2180 if test "${with_opengl+set}" = set; then
2181   withval=$with_opengl;
2182 fi
2183
2184
2185 # Check whether --with-openssl was given.
2186 if test "${with_openssl+set}" = set; then
2187   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2188 fi
2189
2190
2191 # Check whether --with-oss was given.
2192 if test "${with_oss+set}" = set; then
2193   withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2194 fi
2195
2196
2197 # Check whether --with-png was given.
2198 if test "${with_png+set}" = set; then
2199   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2200 fi
2201
2202
2203 # Check whether --with-pthread was given.
2204 if test "${with_pthread+set}" = set; then
2205   withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2206 fi
2207
2208
2209 # Check whether --with-sane was given.
2210 if test "${with_sane+set}" = set; then
2211   withval=$with_sane;
2212 fi
2213
2214
2215 # Check whether --with-xcomposite was given.
2216 if test "${with_xcomposite+set}" = set; then
2217   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2218 fi
2219
2220
2221 # Check whether --with-xcursor was given.
2222 if test "${with_xcursor+set}" = set; then
2223   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2224 fi
2225
2226
2227 # Check whether --with-xinerama was given.
2228 if test "${with_xinerama+set}" = set; then
2229   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2230 fi
2231
2232
2233 # Check whether --with-xinput was given.
2234 if test "${with_xinput+set}" = set; then
2235   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2236 fi
2237
2238
2239 # Check whether --with-xml was given.
2240 if test "${with_xml+set}" = set; then
2241   withval=$with_xml;
2242 fi
2243
2244
2245 # Check whether --with-xrandr was given.
2246 if test "${with_xrandr+set}" = set; then
2247   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2248 fi
2249
2250
2251 # Check whether --with-xrender was given.
2252 if test "${with_xrender+set}" = set; then
2253   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2254 fi
2255
2256
2257 # Check whether --with-xshape was given.
2258 if test "${with_xshape+set}" = set; then
2259   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2260 fi
2261
2262
2263 # Check whether --with-xshm was given.
2264 if test "${with_xshm+set}" = set; then
2265   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2266 fi
2267
2268
2269 # Check whether --with-xslt was given.
2270 if test "${with_xslt+set}" = set; then
2271   withval=$with_xslt;
2272 fi
2273
2274
2275 # Check whether --with-xxf86vm was given.
2276 if test "${with_xxf86vm+set}" = set; then
2277   withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2278 fi
2279
2280
2281
2282 # Check whether --with-wine-tools was given.
2283 if test "${with_wine_tools+set}" = set; then
2284   withval=$with_wine_tools;
2285 fi
2286
2287
2288 # Make sure we can run config.sub.
2289 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2290   { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2291 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2292    { (exit 1); exit 1; }; }
2293
2294 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2295 $as_echo_n "checking build system type... " >&6; }
2296 if test "${ac_cv_build+set}" = set; then
2297   $as_echo_n "(cached) " >&6
2298 else
2299   ac_build_alias=$build_alias
2300 test "x$ac_build_alias" = x &&
2301   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2302 test "x$ac_build_alias" = x &&
2303   { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2304 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2305    { (exit 1); exit 1; }; }
2306 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2307   { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2308 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2309    { (exit 1); exit 1; }; }
2310
2311 fi
2312 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2313 $as_echo "$ac_cv_build" >&6; }
2314 case $ac_cv_build in
2315 *-*-*) ;;
2316 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2317 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2318    { (exit 1); exit 1; }; };;
2319 esac
2320 build=$ac_cv_build
2321 ac_save_IFS=$IFS; IFS='-'
2322 set x $ac_cv_build
2323 shift
2324 build_cpu=$1
2325 build_vendor=$2
2326 shift; shift
2327 # Remember, the first character of IFS is used to create $*,
2328 # except with old shells:
2329 build_os=$*
2330 IFS=$ac_save_IFS
2331 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2332
2333
2334 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2335 $as_echo_n "checking host system type... " >&6; }
2336 if test "${ac_cv_host+set}" = set; then
2337   $as_echo_n "(cached) " >&6
2338 else
2339   if test "x$host_alias" = x; then
2340   ac_cv_host=$ac_cv_build
2341 else
2342   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2343     { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2344 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2345    { (exit 1); exit 1; }; }
2346 fi
2347
2348 fi
2349 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2350 $as_echo "$ac_cv_host" >&6; }
2351 case $ac_cv_host in
2352 *-*-*) ;;
2353 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2354 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2355    { (exit 1); exit 1; }; };;
2356 esac
2357 host=$ac_cv_host
2358 ac_save_IFS=$IFS; IFS='-'
2359 set x $ac_cv_host
2360 shift
2361 host_cpu=$1
2362 host_vendor=$2
2363 shift; shift
2364 # Remember, the first character of IFS is used to create $*,
2365 # except with old shells:
2366 host_os=$*
2367 IFS=$ac_save_IFS
2368 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2369
2370
2371
2372 case "$srcdir" in
2373  .) ;;
2374  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2375       { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2376 You need to run 'make distclean' in the source tree first." >&5
2377 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2378 You need to run 'make distclean' in the source tree first." >&2;}
2379    { (exit 1); exit 1; }; }
2380     fi ;;
2381 esac
2382
2383
2384 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2385 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2386 set x ${MAKE-make}
2387 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2388 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2389   $as_echo_n "(cached) " >&6
2390 else
2391   cat >conftest.make <<\_ACEOF
2392 SHELL = /bin/sh
2393 all:
2394         @echo '@@@%%%=$(MAKE)=@@@%%%'
2395 _ACEOF
2396 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2397 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2398   *@@@%%%=?*=@@@%%%*)
2399     eval ac_cv_prog_make_${ac_make}_set=yes;;
2400   *)
2401     eval ac_cv_prog_make_${ac_make}_set=no;;
2402 esac
2403 rm -f conftest.make
2404 fi
2405 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2406   { $as_echo "$as_me:$LINENO: result: yes" >&5
2407 $as_echo "yes" >&6; }
2408   SET_MAKE=
2409 else
2410   { $as_echo "$as_me:$LINENO: result: no" >&5
2411 $as_echo "no" >&6; }
2412   SET_MAKE="MAKE=${MAKE-make}"
2413 fi
2414
2415 ac_ext=c
2416 ac_cpp='$CPP $CPPFLAGS'
2417 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2418 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2419 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2420 if test -n "$ac_tool_prefix"; then
2421   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2422 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2423 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2424 $as_echo_n "checking for $ac_word... " >&6; }
2425 if test "${ac_cv_prog_CC+set}" = set; then
2426   $as_echo_n "(cached) " >&6
2427 else
2428   if test -n "$CC"; then
2429   ac_cv_prog_CC="$CC" # Let the user override the test.
2430 else
2431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2432 for as_dir in $PATH
2433 do
2434   IFS=$as_save_IFS
2435   test -z "$as_dir" && as_dir=.
2436   for ac_exec_ext in '' $ac_executable_extensions; do
2437   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2438     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2439     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2440     break 2
2441   fi
2442 done
2443 done
2444 IFS=$as_save_IFS
2445
2446 fi
2447 fi
2448 CC=$ac_cv_prog_CC
2449 if test -n "$CC"; then
2450   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2451 $as_echo "$CC" >&6; }
2452 else
2453   { $as_echo "$as_me:$LINENO: result: no" >&5
2454 $as_echo "no" >&6; }
2455 fi
2456
2457
2458 fi
2459 if test -z "$ac_cv_prog_CC"; then
2460   ac_ct_CC=$CC
2461   # Extract the first word of "gcc", so it can be a program name with args.
2462 set dummy gcc; ac_word=$2
2463 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2464 $as_echo_n "checking for $ac_word... " >&6; }
2465 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2466   $as_echo_n "(cached) " >&6
2467 else
2468   if test -n "$ac_ct_CC"; then
2469   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2470 else
2471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2472 for as_dir in $PATH
2473 do
2474   IFS=$as_save_IFS
2475   test -z "$as_dir" && as_dir=.
2476   for ac_exec_ext in '' $ac_executable_extensions; do
2477   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2478     ac_cv_prog_ac_ct_CC="gcc"
2479     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2480     break 2
2481   fi
2482 done
2483 done
2484 IFS=$as_save_IFS
2485
2486 fi
2487 fi
2488 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2489 if test -n "$ac_ct_CC"; then
2490   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2491 $as_echo "$ac_ct_CC" >&6; }
2492 else
2493   { $as_echo "$as_me:$LINENO: result: no" >&5
2494 $as_echo "no" >&6; }
2495 fi
2496
2497   if test "x$ac_ct_CC" = x; then
2498     CC=""
2499   else
2500     case $cross_compiling:$ac_tool_warned in
2501 yes:)
2502 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2503 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2504 ac_tool_warned=yes ;;
2505 esac
2506     CC=$ac_ct_CC
2507   fi
2508 else
2509   CC="$ac_cv_prog_CC"
2510 fi
2511
2512 if test -z "$CC"; then
2513           if test -n "$ac_tool_prefix"; then
2514     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2515 set dummy ${ac_tool_prefix}cc; ac_word=$2
2516 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2517 $as_echo_n "checking for $ac_word... " >&6; }
2518 if test "${ac_cv_prog_CC+set}" = set; then
2519   $as_echo_n "(cached) " >&6
2520 else
2521   if test -n "$CC"; then
2522   ac_cv_prog_CC="$CC" # Let the user override the test.
2523 else
2524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2525 for as_dir in $PATH
2526 do
2527   IFS=$as_save_IFS
2528   test -z "$as_dir" && as_dir=.
2529   for ac_exec_ext in '' $ac_executable_extensions; do
2530   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2531     ac_cv_prog_CC="${ac_tool_prefix}cc"
2532     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2533     break 2
2534   fi
2535 done
2536 done
2537 IFS=$as_save_IFS
2538
2539 fi
2540 fi
2541 CC=$ac_cv_prog_CC
2542 if test -n "$CC"; then
2543   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2544 $as_echo "$CC" >&6; }
2545 else
2546   { $as_echo "$as_me:$LINENO: result: no" >&5
2547 $as_echo "no" >&6; }
2548 fi
2549
2550
2551   fi
2552 fi
2553 if test -z "$CC"; then
2554   # Extract the first word of "cc", so it can be a program name with args.
2555 set dummy cc; ac_word=$2
2556 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2557 $as_echo_n "checking for $ac_word... " >&6; }
2558 if test "${ac_cv_prog_CC+set}" = set; then
2559   $as_echo_n "(cached) " >&6
2560 else
2561   if test -n "$CC"; then
2562   ac_cv_prog_CC="$CC" # Let the user override the test.
2563 else
2564   ac_prog_rejected=no
2565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2566 for as_dir in $PATH
2567 do
2568   IFS=$as_save_IFS
2569   test -z "$as_dir" && as_dir=.
2570   for ac_exec_ext in '' $ac_executable_extensions; do
2571   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2572     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2573        ac_prog_rejected=yes
2574        continue
2575      fi
2576     ac_cv_prog_CC="cc"
2577     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2578     break 2
2579   fi
2580 done
2581 done
2582 IFS=$as_save_IFS
2583
2584 if test $ac_prog_rejected = yes; then
2585   # We found a bogon in the path, so make sure we never use it.
2586   set dummy $ac_cv_prog_CC
2587   shift
2588   if test $# != 0; then
2589     # We chose a different compiler from the bogus one.
2590     # However, it has the same basename, so the bogon will be chosen
2591     # first if we set CC to just the basename; use the full file name.
2592     shift
2593     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2594   fi
2595 fi
2596 fi
2597 fi
2598 CC=$ac_cv_prog_CC
2599 if test -n "$CC"; then
2600   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2601 $as_echo "$CC" >&6; }
2602 else
2603   { $as_echo "$as_me:$LINENO: result: no" >&5
2604 $as_echo "no" >&6; }
2605 fi
2606
2607
2608 fi
2609 if test -z "$CC"; then
2610   if test -n "$ac_tool_prefix"; then
2611   for ac_prog in cl.exe
2612   do
2613     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2614 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2615 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2616 $as_echo_n "checking for $ac_word... " >&6; }
2617 if test "${ac_cv_prog_CC+set}" = set; then
2618   $as_echo_n "(cached) " >&6
2619 else
2620   if test -n "$CC"; then
2621   ac_cv_prog_CC="$CC" # Let the user override the test.
2622 else
2623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2624 for as_dir in $PATH
2625 do
2626   IFS=$as_save_IFS
2627   test -z "$as_dir" && as_dir=.
2628   for ac_exec_ext in '' $ac_executable_extensions; do
2629   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2630     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2631     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2632     break 2
2633   fi
2634 done
2635 done
2636 IFS=$as_save_IFS
2637
2638 fi
2639 fi
2640 CC=$ac_cv_prog_CC
2641 if test -n "$CC"; then
2642   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2643 $as_echo "$CC" >&6; }
2644 else
2645   { $as_echo "$as_me:$LINENO: result: no" >&5
2646 $as_echo "no" >&6; }
2647 fi
2648
2649
2650     test -n "$CC" && break
2651   done
2652 fi
2653 if test -z "$CC"; then
2654   ac_ct_CC=$CC
2655   for ac_prog in cl.exe
2656 do
2657   # Extract the first word of "$ac_prog", so it can be a program name with args.
2658 set dummy $ac_prog; ac_word=$2
2659 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2660 $as_echo_n "checking for $ac_word... " >&6; }
2661 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2662   $as_echo_n "(cached) " >&6
2663 else
2664   if test -n "$ac_ct_CC"; then
2665   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2666 else
2667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2668 for as_dir in $PATH
2669 do
2670   IFS=$as_save_IFS
2671   test -z "$as_dir" && as_dir=.
2672   for ac_exec_ext in '' $ac_executable_extensions; do
2673   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2674     ac_cv_prog_ac_ct_CC="$ac_prog"
2675     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2676     break 2
2677   fi
2678 done
2679 done
2680 IFS=$as_save_IFS
2681
2682 fi
2683 fi
2684 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2685 if test -n "$ac_ct_CC"; then
2686   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2687 $as_echo "$ac_ct_CC" >&6; }
2688 else
2689   { $as_echo "$as_me:$LINENO: result: no" >&5
2690 $as_echo "no" >&6; }
2691 fi
2692
2693
2694   test -n "$ac_ct_CC" && break
2695 done
2696
2697   if test "x$ac_ct_CC" = x; then
2698     CC=""
2699   else
2700     case $cross_compiling:$ac_tool_warned in
2701 yes:)
2702 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2703 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2704 ac_tool_warned=yes ;;
2705 esac
2706     CC=$ac_ct_CC
2707   fi
2708 fi
2709
2710 fi
2711
2712
2713 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2714 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2715 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2716 See \`config.log' for more details." >&5
2717 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2718 See \`config.log' for more details." >&2;}
2719    { (exit 1); exit 1; }; }; }
2720
2721 # Provide some information about the compiler.
2722 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2723 set X $ac_compile
2724 ac_compiler=$2
2725 { (ac_try="$ac_compiler --version >&5"
2726 case "(($ac_try" in
2727   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2728   *) ac_try_echo=$ac_try;;
2729 esac
2730 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2731 $as_echo "$ac_try_echo") >&5
2732   (eval "$ac_compiler --version >&5") 2>&5
2733   ac_status=$?
2734   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2735   (exit $ac_status); }
2736 { (ac_try="$ac_compiler -v >&5"
2737 case "(($ac_try" in
2738   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2739   *) ac_try_echo=$ac_try;;
2740 esac
2741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2742 $as_echo "$ac_try_echo") >&5
2743   (eval "$ac_compiler -v >&5") 2>&5
2744   ac_status=$?
2745   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2746   (exit $ac_status); }
2747 { (ac_try="$ac_compiler -V >&5"
2748 case "(($ac_try" in
2749   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2750   *) ac_try_echo=$ac_try;;
2751 esac
2752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2753 $as_echo "$ac_try_echo") >&5
2754   (eval "$ac_compiler -V >&5") 2>&5
2755   ac_status=$?
2756   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2757   (exit $ac_status); }
2758
2759 cat >conftest.$ac_ext <<_ACEOF
2760 /* confdefs.h.  */
2761 _ACEOF
2762 cat confdefs.h >>conftest.$ac_ext
2763 cat >>conftest.$ac_ext <<_ACEOF
2764 /* end confdefs.h.  */
2765
2766 int
2767 main ()
2768 {
2769
2770   ;
2771   return 0;
2772 }
2773 _ACEOF
2774 ac_clean_files_save=$ac_clean_files
2775 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2776 # Try to create an executable without -o first, disregard a.out.
2777 # It will help us diagnose broken compilers, and finding out an intuition
2778 # of exeext.
2779 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2780 $as_echo_n "checking for C compiler default output file name... " >&6; }
2781 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2782
2783 # The possible output files:
2784 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2785
2786 ac_rmfiles=
2787 for ac_file in $ac_files
2788 do
2789   case $ac_file in
2790     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2791     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2792   esac
2793 done
2794 rm -f $ac_rmfiles
2795
2796 if { (ac_try="$ac_link_default"
2797 case "(($ac_try" in
2798   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2799   *) ac_try_echo=$ac_try;;
2800 esac
2801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2802 $as_echo "$ac_try_echo") >&5
2803   (eval "$ac_link_default") 2>&5
2804   ac_status=$?
2805   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2806   (exit $ac_status); }; then
2807   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2808 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2809 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
2810 # so that the user can short-circuit this test for compilers unknown to
2811 # Autoconf.
2812 for ac_file in $ac_files ''
2813 do
2814   test -f "$ac_file" || continue
2815   case $ac_file in
2816     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2817         ;;
2818     [ab].out )
2819         # We found the default executable, but exeext='' is most
2820         # certainly right.
2821         break;;
2822     *.* )
2823         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2824         then :; else
2825            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2826         fi
2827         # We set ac_cv_exeext here because the later test for it is not
2828         # safe: cross compilers may not add the suffix if given an `-o'
2829         # argument, so we may need to know it at that point already.
2830         # Even if this section looks crufty: it has the advantage of
2831         # actually working.
2832         break;;
2833     * )
2834         break;;
2835   esac
2836 done
2837 test "$ac_cv_exeext" = no && ac_cv_exeext=
2838
2839 else
2840   ac_file=''
2841 fi
2842
2843 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2844 $as_echo "$ac_file" >&6; }
2845 if test -z "$ac_file"; then
2846   $as_echo "$as_me: failed program was:" >&5
2847 sed 's/^/| /' conftest.$ac_ext >&5
2848
2849 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2850 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2851 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2852 See \`config.log' for more details." >&5
2853 $as_echo "$as_me: error: C compiler cannot create executables
2854 See \`config.log' for more details." >&2;}
2855    { (exit 77); exit 77; }; }; }
2856 fi
2857
2858 ac_exeext=$ac_cv_exeext
2859
2860 # Check that the compiler produces executables we can run.  If not, either
2861 # the compiler is broken, or we cross compile.
2862 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2863 $as_echo_n "checking whether the C compiler works... " >&6; }
2864 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2865 # If not cross compiling, check that we can run a simple program.
2866 if test "$cross_compiling" != yes; then
2867   if { ac_try='./$ac_file'
2868   { (case "(($ac_try" in
2869   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2870   *) ac_try_echo=$ac_try;;
2871 esac
2872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2873 $as_echo "$ac_try_echo") >&5
2874   (eval "$ac_try") 2>&5
2875   ac_status=$?
2876   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2877   (exit $ac_status); }; }; then
2878     cross_compiling=no
2879   else
2880     if test "$cross_compiling" = maybe; then
2881         cross_compiling=yes
2882     else
2883         { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2884 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2885 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2886 If you meant to cross compile, use \`--host'.
2887 See \`config.log' for more details." >&5
2888 $as_echo "$as_me: error: cannot run C compiled programs.
2889 If you meant to cross compile, use \`--host'.
2890 See \`config.log' for more details." >&2;}
2891    { (exit 1); exit 1; }; }; }
2892     fi
2893   fi
2894 fi
2895 { $as_echo "$as_me:$LINENO: result: yes" >&5
2896 $as_echo "yes" >&6; }
2897
2898 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2899 ac_clean_files=$ac_clean_files_save
2900 # Check that the compiler produces executables we can run.  If not, either
2901 # the compiler is broken, or we cross compile.
2902 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2903 $as_echo_n "checking whether we are cross compiling... " >&6; }
2904 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2905 $as_echo "$cross_compiling" >&6; }
2906
2907 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2908 $as_echo_n "checking for suffix of executables... " >&6; }
2909 if { (ac_try="$ac_link"
2910 case "(($ac_try" in
2911   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2912   *) ac_try_echo=$ac_try;;
2913 esac
2914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2915 $as_echo "$ac_try_echo") >&5
2916   (eval "$ac_link") 2>&5
2917   ac_status=$?
2918   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2919   (exit $ac_status); }; then
2920   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2921 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2922 # work properly (i.e., refer to `conftest.exe'), while it won't with
2923 # `rm'.
2924 for ac_file in conftest.exe conftest conftest.*; do
2925   test -f "$ac_file" || continue
2926   case $ac_file in
2927     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2928     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2929           break;;
2930     * ) break;;
2931   esac
2932 done
2933 else
2934   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2935 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2936 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2937 See \`config.log' for more details." >&5
2938 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2939 See \`config.log' for more details." >&2;}
2940    { (exit 1); exit 1; }; }; }
2941 fi
2942
2943 rm -f conftest$ac_cv_exeext
2944 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2945 $as_echo "$ac_cv_exeext" >&6; }
2946
2947 rm -f conftest.$ac_ext
2948 EXEEXT=$ac_cv_exeext
2949 ac_exeext=$EXEEXT
2950 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2951 $as_echo_n "checking for suffix of object files... " >&6; }
2952 if test "${ac_cv_objext+set}" = set; then
2953   $as_echo_n "(cached) " >&6
2954 else
2955   cat >conftest.$ac_ext <<_ACEOF
2956 /* confdefs.h.  */
2957 _ACEOF
2958 cat confdefs.h >>conftest.$ac_ext
2959 cat >>conftest.$ac_ext <<_ACEOF
2960 /* end confdefs.h.  */
2961
2962 int
2963 main ()
2964 {
2965
2966   ;
2967   return 0;
2968 }
2969 _ACEOF
2970 rm -f conftest.o conftest.obj
2971 if { (ac_try="$ac_compile"
2972 case "(($ac_try" in
2973   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2974   *) ac_try_echo=$ac_try;;
2975 esac
2976 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2977 $as_echo "$ac_try_echo") >&5
2978   (eval "$ac_compile") 2>&5
2979   ac_status=$?
2980   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2981   (exit $ac_status); }; then
2982   for ac_file in conftest.o conftest.obj conftest.*; do
2983   test -f "$ac_file" || continue;
2984   case $ac_file in
2985     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2986     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2987        break;;
2988   esac
2989 done
2990 else
2991   $as_echo "$as_me: failed program was:" >&5
2992 sed 's/^/| /' conftest.$ac_ext >&5
2993
2994 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2995 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2996 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2997 See \`config.log' for more details." >&5
2998 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2999 See \`config.log' for more details." >&2;}
3000    { (exit 1); exit 1; }; }; }
3001 fi
3002
3003 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3004 fi
3005 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3006 $as_echo "$ac_cv_objext" >&6; }
3007 OBJEXT=$ac_cv_objext
3008 ac_objext=$OBJEXT
3009 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3010 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3011 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3012   $as_echo_n "(cached) " >&6
3013 else
3014   cat >conftest.$ac_ext <<_ACEOF
3015 /* confdefs.h.  */
3016 _ACEOF
3017 cat confdefs.h >>conftest.$ac_ext
3018 cat >>conftest.$ac_ext <<_ACEOF
3019 /* end confdefs.h.  */
3020
3021 int
3022 main ()
3023 {
3024 #ifndef __GNUC__
3025        choke me
3026 #endif
3027
3028   ;
3029   return 0;
3030 }
3031 _ACEOF
3032 rm -f conftest.$ac_objext
3033 if { (ac_try="$ac_compile"
3034 case "(($ac_try" in
3035   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3036   *) ac_try_echo=$ac_try;;
3037 esac
3038 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3039 $as_echo "$ac_try_echo") >&5
3040   (eval "$ac_compile") 2>conftest.er1
3041   ac_status=$?
3042   grep -v '^ *+' conftest.er1 >conftest.err
3043   rm -f conftest.er1
3044   cat conftest.err >&5
3045   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3046   (exit $ac_status); } && {
3047          test -z "$ac_c_werror_flag" ||
3048          test ! -s conftest.err
3049        } && test -s conftest.$ac_objext; then
3050   ac_compiler_gnu=yes
3051 else
3052   $as_echo "$as_me: failed program was:" >&5
3053 sed 's/^/| /' conftest.$ac_ext >&5
3054
3055         ac_compiler_gnu=no
3056 fi
3057
3058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3059 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3060
3061 fi
3062 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3063 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3064 if test $ac_compiler_gnu = yes; then
3065   GCC=yes
3066 else
3067   GCC=
3068 fi
3069 ac_test_CFLAGS=${CFLAGS+set}
3070 ac_save_CFLAGS=$CFLAGS
3071 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3072 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3073 if test "${ac_cv_prog_cc_g+set}" = set; then
3074   $as_echo_n "(cached) " >&6
3075 else
3076   ac_save_c_werror_flag=$ac_c_werror_flag
3077    ac_c_werror_flag=yes
3078    ac_cv_prog_cc_g=no
3079    CFLAGS="-g"
3080    cat >conftest.$ac_ext <<_ACEOF
3081 /* confdefs.h.  */
3082 _ACEOF
3083 cat confdefs.h >>conftest.$ac_ext
3084 cat >>conftest.$ac_ext <<_ACEOF
3085 /* end confdefs.h.  */
3086
3087 int
3088 main ()
3089 {
3090
3091   ;
3092   return 0;
3093 }
3094 _ACEOF
3095 rm -f conftest.$ac_objext
3096 if { (ac_try="$ac_compile"
3097 case "(($ac_try" in
3098   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3099   *) ac_try_echo=$ac_try;;
3100 esac
3101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3102 $as_echo "$ac_try_echo") >&5
3103   (eval "$ac_compile") 2>conftest.er1
3104   ac_status=$?
3105   grep -v '^ *+' conftest.er1 >conftest.err
3106   rm -f conftest.er1
3107   cat conftest.err >&5
3108   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3109   (exit $ac_status); } && {
3110          test -z "$ac_c_werror_flag" ||
3111          test ! -s conftest.err
3112        } && test -s conftest.$ac_objext; then
3113   ac_cv_prog_cc_g=yes
3114 else
3115   $as_echo "$as_me: failed program was:" >&5
3116 sed 's/^/| /' conftest.$ac_ext >&5
3117
3118         CFLAGS=""
3119       cat >conftest.$ac_ext <<_ACEOF
3120 /* confdefs.h.  */
3121 _ACEOF
3122 cat confdefs.h >>conftest.$ac_ext
3123 cat >>conftest.$ac_ext <<_ACEOF
3124 /* end confdefs.h.  */
3125
3126 int
3127 main ()
3128 {
3129
3130   ;
3131   return 0;
3132 }
3133 _ACEOF
3134 rm -f conftest.$ac_objext
3135 if { (ac_try="$ac_compile"
3136 case "(($ac_try" in
3137   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3138   *) ac_try_echo=$ac_try;;
3139 esac
3140 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3141 $as_echo "$ac_try_echo") >&5
3142   (eval "$ac_compile") 2>conftest.er1
3143   ac_status=$?
3144   grep -v '^ *+' conftest.er1 >conftest.err
3145   rm -f conftest.er1
3146   cat conftest.err >&5
3147   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3148   (exit $ac_status); } && {
3149          test -z "$ac_c_werror_flag" ||
3150          test ! -s conftest.err
3151        } && test -s conftest.$ac_objext; then
3152   :
3153 else
3154   $as_echo "$as_me: failed program was:" >&5
3155 sed 's/^/| /' conftest.$ac_ext >&5
3156
3157         ac_c_werror_flag=$ac_save_c_werror_flag
3158          CFLAGS="-g"
3159          cat >conftest.$ac_ext <<_ACEOF
3160 /* confdefs.h.  */
3161 _ACEOF
3162 cat confdefs.h >>conftest.$ac_ext
3163 cat >>conftest.$ac_ext <<_ACEOF
3164 /* end confdefs.h.  */
3165
3166 int
3167 main ()
3168 {
3169
3170   ;
3171   return 0;
3172 }
3173 _ACEOF
3174 rm -f conftest.$ac_objext
3175 if { (ac_try="$ac_compile"
3176 case "(($ac_try" in
3177   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3178   *) ac_try_echo=$ac_try;;
3179 esac
3180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3181 $as_echo "$ac_try_echo") >&5
3182   (eval "$ac_compile") 2>conftest.er1
3183   ac_status=$?
3184   grep -v '^ *+' conftest.er1 >conftest.err
3185   rm -f conftest.er1
3186   cat conftest.err >&5
3187   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3188   (exit $ac_status); } && {
3189          test -z "$ac_c_werror_flag" ||
3190          test ! -s conftest.err
3191        } && test -s conftest.$ac_objext; then
3192   ac_cv_prog_cc_g=yes
3193 else
3194   $as_echo "$as_me: failed program was:" >&5
3195 sed 's/^/| /' conftest.$ac_ext >&5
3196
3197
3198 fi
3199
3200 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3201 fi
3202
3203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3204 fi
3205
3206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3207    ac_c_werror_flag=$ac_save_c_werror_flag
3208 fi
3209 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3210 $as_echo "$ac_cv_prog_cc_g" >&6; }
3211 if test "$ac_test_CFLAGS" = set; then
3212   CFLAGS=$ac_save_CFLAGS
3213 elif test $ac_cv_prog_cc_g = yes; then
3214   if test "$GCC" = yes; then
3215     CFLAGS="-g -O2"
3216   else
3217     CFLAGS="-g"
3218   fi
3219 else
3220   if test "$GCC" = yes; then
3221     CFLAGS="-O2"
3222   else
3223     CFLAGS=
3224   fi
3225 fi
3226 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3227 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3228 if test "${ac_cv_prog_cc_c89+set}" = set; then
3229   $as_echo_n "(cached) " >&6
3230 else
3231   ac_cv_prog_cc_c89=no
3232 ac_save_CC=$CC
3233 cat >conftest.$ac_ext <<_ACEOF
3234 /* confdefs.h.  */
3235 _ACEOF
3236 cat confdefs.h >>conftest.$ac_ext
3237 cat >>conftest.$ac_ext <<_ACEOF
3238 /* end confdefs.h.  */
3239 #include <stdarg.h>
3240 #include <stdio.h>
3241 #include <sys/types.h>
3242 #include <sys/stat.h>
3243 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3244 struct buf { int x; };
3245 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3246 static char *e (p, i)
3247      char **p;
3248      int i;
3249 {
3250   return p[i];
3251 }
3252 static char *f (char * (*g) (char **, int), char **p, ...)
3253 {
3254   char *s;
3255   va_list v;
3256   va_start (v,p);
3257   s = g (p, va_arg (v,int));
3258   va_end (v);
3259   return s;
3260 }
3261
3262 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3263    function prototypes and stuff, but not '\xHH' hex character constants.
3264    These don't provoke an error unfortunately, instead are silently treated
3265    as 'x'.  The following induces an error, until -std is added to get
3266    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3267    array size at least.  It's necessary to write '\x00'==0 to get something
3268    that's true only with -std.  */
3269 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3270
3271 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3272    inside strings and character constants.  */
3273 #define FOO(x) 'x'
3274 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3275
3276 int test (int i, double x);
3277 struct s1 {int (*f) (int a);};
3278 struct s2 {int (*f) (double a);};
3279 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3280 int argc;
3281 char **argv;
3282 int
3283 main ()
3284 {
3285 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3286   ;
3287   return 0;
3288 }
3289 _ACEOF
3290 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3291         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3292 do
3293   CC="$ac_save_CC $ac_arg"
3294   rm -f conftest.$ac_objext
3295 if { (ac_try="$ac_compile"
3296 case "(($ac_try" in
3297   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3298   *) ac_try_echo=$ac_try;;
3299 esac
3300 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3301 $as_echo "$ac_try_echo") >&5
3302   (eval "$ac_compile") 2>conftest.er1
3303   ac_status=$?
3304   grep -v '^ *+' conftest.er1 >conftest.err
3305   rm -f conftest.er1
3306   cat conftest.err >&5
3307   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3308   (exit $ac_status); } && {
3309          test -z "$ac_c_werror_flag" ||
3310          test ! -s conftest.err
3311        } && test -s conftest.$ac_objext; then
3312   ac_cv_prog_cc_c89=$ac_arg
3313 else
3314   $as_echo "$as_me: failed program was:" >&5
3315 sed 's/^/| /' conftest.$ac_ext >&5
3316
3317
3318 fi
3319
3320 rm -f core conftest.err conftest.$ac_objext
3321   test "x$ac_cv_prog_cc_c89" != "xno" && break
3322 done
3323 rm -f conftest.$ac_ext
3324 CC=$ac_save_CC
3325
3326 fi
3327 # AC_CACHE_VAL
3328 case "x$ac_cv_prog_cc_c89" in
3329   x)
3330     { $as_echo "$as_me:$LINENO: result: none needed" >&5
3331 $as_echo "none needed" >&6; } ;;
3332   xno)
3333     { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3334 $as_echo "unsupported" >&6; } ;;
3335   *)
3336     CC="$CC $ac_cv_prog_cc_c89"
3337     { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3338 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3339 esac
3340
3341
3342 ac_ext=c
3343 ac_cpp='$CPP $CPPFLAGS'
3344 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3345 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3346 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3347
3348 ac_ext=cpp
3349 ac_cpp='$CXXCPP $CPPFLAGS'
3350 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3351 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3352 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3353 if test -z "$CXX"; then
3354   if test -n "$CCC"; then
3355     CXX=$CCC
3356   else
3357     if test -n "$ac_tool_prefix"; then
3358   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3359   do
3360     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3361 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3362 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3363 $as_echo_n "checking for $ac_word... " >&6; }
3364 if test "${ac_cv_prog_CXX+set}" = set; then
3365   $as_echo_n "(cached) " >&6
3366 else
3367   if test -n "$CXX"; then
3368   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3369 else
3370 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3371 for as_dir in $PATH
3372 do
3373   IFS=$as_save_IFS
3374   test -z "$as_dir" && as_dir=.
3375   for ac_exec_ext in '' $ac_executable_extensions; do
3376   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3377     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3378     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3379     break 2
3380   fi
3381 done
3382 done
3383 IFS=$as_save_IFS
3384
3385 fi
3386 fi
3387 CXX=$ac_cv_prog_CXX
3388 if test -n "$CXX"; then
3389   { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3390 $as_echo "$CXX" >&6; }
3391 else
3392   { $as_echo "$as_me:$LINENO: result: no" >&5
3393 $as_echo "no" >&6; }
3394 fi
3395
3396
3397     test -n "$CXX" && break
3398   done
3399 fi
3400 if test -z "$CXX"; then
3401   ac_ct_CXX=$CXX
3402   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3403 do
3404   # Extract the first word of "$ac_prog", so it can be a program name with args.
3405 set dummy $ac_prog; ac_word=$2
3406 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3407 $as_echo_n "checking for $ac_word... " >&6; }
3408 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3409   $as_echo_n "(cached) " >&6
3410 else
3411   if test -n "$ac_ct_CXX"; then
3412   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3413 else
3414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3415 for as_dir in $PATH
3416 do
3417   IFS=$as_save_IFS
3418   test -z "$as_dir" && as_dir=.
3419   for ac_exec_ext in '' $ac_executable_extensions; do
3420   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3421     ac_cv_prog_ac_ct_CXX="$ac_prog"
3422     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3423     break 2
3424   fi
3425 done
3426 done
3427 IFS=$as_save_IFS
3428
3429 fi
3430 fi
3431 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3432 if test -n "$ac_ct_CXX"; then
3433   { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3434 $as_echo "$ac_ct_CXX" >&6; }
3435 else
3436   { $as_echo "$as_me:$LINENO: result: no" >&5
3437 $as_echo "no" >&6; }
3438 fi
3439
3440
3441   test -n "$ac_ct_CXX" && break
3442 done
3443
3444   if test "x$ac_ct_CXX" = x; then
3445     CXX="g++"
3446   else
3447     case $cross_compiling:$ac_tool_warned in
3448 yes:)
3449 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3450 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3451 ac_tool_warned=yes ;;
3452 esac
3453     CXX=$ac_ct_CXX
3454   fi
3455 fi
3456
3457   fi
3458 fi
3459 # Provide some information about the compiler.
3460 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3461 set X $ac_compile
3462 ac_compiler=$2
3463 { (ac_try="$ac_compiler --version >&5"
3464 case "(($ac_try" in
3465   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3466   *) ac_try_echo=$ac_try;;
3467 esac
3468 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3469 $as_echo "$ac_try_echo") >&5
3470   (eval "$ac_compiler --version >&5") 2>&5
3471   ac_status=$?
3472   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3473   (exit $ac_status); }
3474 { (ac_try="$ac_compiler -v >&5"
3475 case "(($ac_try" in
3476   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3477   *) ac_try_echo=$ac_try;;
3478 esac
3479 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3480 $as_echo "$ac_try_echo") >&5
3481   (eval "$ac_compiler -v >&5") 2>&5
3482   ac_status=$?
3483   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3484   (exit $ac_status); }
3485 { (ac_try="$ac_compiler -V >&5"
3486 case "(($ac_try" in
3487   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3488   *) ac_try_echo=$ac_try;;
3489 esac
3490 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3491 $as_echo "$ac_try_echo") >&5
3492   (eval "$ac_compiler -V >&5") 2>&5
3493   ac_status=$?
3494   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3495   (exit $ac_status); }
3496
3497 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3498 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3499 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3500   $as_echo_n "(cached) " >&6
3501 else
3502   cat >conftest.$ac_ext <<_ACEOF
3503 /* confdefs.h.  */
3504 _ACEOF
3505 cat confdefs.h >>conftest.$ac_ext
3506 cat >>conftest.$ac_ext <<_ACEOF
3507 /* end confdefs.h.  */
3508
3509 int
3510 main ()
3511 {
3512 #ifndef __GNUC__
3513        choke me
3514 #endif
3515
3516   ;
3517   return 0;
3518 }
3519 _ACEOF
3520 rm -f conftest.$ac_objext
3521 if { (ac_try="$ac_compile"
3522 case "(($ac_try" in
3523   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3524   *) ac_try_echo=$ac_try;;
3525 esac
3526 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3527 $as_echo "$ac_try_echo") >&5
3528   (eval "$ac_compile") 2>conftest.er1
3529   ac_status=$?
3530   grep -v '^ *+' conftest.er1 >conftest.err
3531   rm -f conftest.er1
3532   cat conftest.err >&5
3533   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3534   (exit $ac_status); } && {
3535          test -z "$ac_cxx_werror_flag" ||
3536          test ! -s conftest.err
3537        } && test -s conftest.$ac_objext; then
3538   ac_compiler_gnu=yes
3539 else
3540   $as_echo "$as_me: failed program was:" >&5
3541 sed 's/^/| /' conftest.$ac_ext >&5
3542
3543         ac_compiler_gnu=no
3544 fi
3545
3546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3547 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3548
3549 fi
3550 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3551 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3552 if test $ac_compiler_gnu = yes; then
3553   GXX=yes
3554 else
3555   GXX=
3556 fi
3557 ac_test_CXXFLAGS=${CXXFLAGS+set}
3558 ac_save_CXXFLAGS=$CXXFLAGS
3559 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3560 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3561 if test "${ac_cv_prog_cxx_g+set}" = set; then
3562   $as_echo_n "(cached) " >&6
3563 else
3564   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3565    ac_cxx_werror_flag=yes
3566    ac_cv_prog_cxx_g=no
3567    CXXFLAGS="-g"
3568    cat >conftest.$ac_ext <<_ACEOF
3569 /* confdefs.h.  */
3570 _ACEOF
3571 cat confdefs.h >>conftest.$ac_ext
3572 cat >>conftest.$ac_ext <<_ACEOF
3573 /* end confdefs.h.  */
3574
3575 int
3576 main ()
3577 {
3578
3579   ;
3580   return 0;
3581 }
3582 _ACEOF
3583 rm -f conftest.$ac_objext
3584 if { (ac_try="$ac_compile"
3585 case "(($ac_try" in
3586   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3587   *) ac_try_echo=$ac_try;;
3588 esac
3589 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3590 $as_echo "$ac_try_echo") >&5
3591   (eval "$ac_compile") 2>conftest.er1
3592   ac_status=$?
3593   grep -v '^ *+' conftest.er1 >conftest.err
3594   rm -f conftest.er1
3595   cat conftest.err >&5
3596   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3597   (exit $ac_status); } && {
3598          test -z "$ac_cxx_werror_flag" ||
3599          test ! -s conftest.err
3600        } && test -s conftest.$ac_objext; then
3601   ac_cv_prog_cxx_g=yes
3602 else
3603   $as_echo "$as_me: failed program was:" >&5
3604 sed 's/^/| /' conftest.$ac_ext >&5
3605
3606         CXXFLAGS=""
3607       cat >conftest.$ac_ext <<_ACEOF
3608 /* confdefs.h.  */
3609 _ACEOF
3610 cat confdefs.h >>conftest.$ac_ext
3611 cat >>conftest.$ac_ext <<_ACEOF
3612 /* end confdefs.h.  */
3613
3614 int
3615 main ()
3616 {
3617
3618   ;
3619   return 0;
3620 }
3621 _ACEOF
3622 rm -f conftest.$ac_objext
3623 if { (ac_try="$ac_compile"
3624 case "(($ac_try" in
3625   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3626   *) ac_try_echo=$ac_try;;
3627 esac
3628 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3629 $as_echo "$ac_try_echo") >&5
3630   (eval "$ac_compile") 2>conftest.er1
3631   ac_status=$?
3632   grep -v '^ *+' conftest.er1 >conftest.err
3633   rm -f conftest.er1
3634   cat conftest.err >&5
3635   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3636   (exit $ac_status); } && {
3637          test -z "$ac_cxx_werror_flag" ||
3638          test ! -s conftest.err
3639        } && test -s conftest.$ac_objext; then
3640   :
3641 else
3642   $as_echo "$as_me: failed program was:" >&5
3643 sed 's/^/| /' conftest.$ac_ext >&5
3644
3645         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3646          CXXFLAGS="-g"
3647          cat >conftest.$ac_ext <<_ACEOF
3648 /* confdefs.h.  */
3649 _ACEOF
3650 cat confdefs.h >>conftest.$ac_ext
3651 cat >>conftest.$ac_ext <<_ACEOF
3652 /* end confdefs.h.  */
3653
3654 int
3655 main ()
3656 {
3657
3658   ;
3659   return 0;
3660 }
3661 _ACEOF
3662 rm -f conftest.$ac_objext
3663 if { (ac_try="$ac_compile"
3664 case "(($ac_try" in
3665   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3666   *) ac_try_echo=$ac_try;;
3667 esac
3668 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3669 $as_echo "$ac_try_echo") >&5
3670   (eval "$ac_compile") 2>conftest.er1
3671   ac_status=$?
3672   grep -v '^ *+' conftest.er1 >conftest.err
3673   rm -f conftest.er1
3674   cat conftest.err >&5
3675   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3676   (exit $ac_status); } && {
3677          test -z "$ac_cxx_werror_flag" ||
3678          test ! -s conftest.err
3679        } && test -s conftest.$ac_objext; then
3680   ac_cv_prog_cxx_g=yes
3681 else
3682   $as_echo "$as_me: failed program was:" >&5
3683 sed 's/^/| /' conftest.$ac_ext >&5
3684
3685
3686 fi
3687
3688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3689 fi
3690
3691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3692 fi
3693
3694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3695    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3696 fi
3697 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3698 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3699 if test "$ac_test_CXXFLAGS" = set; then
3700   CXXFLAGS=$ac_save_CXXFLAGS
3701 elif test $ac_cv_prog_cxx_g = yes; then
3702   if test "$GXX" = yes; then
3703     CXXFLAGS="-g -O2"
3704   else
3705     CXXFLAGS="-g"
3706   fi
3707 else
3708   if test "$GXX" = yes; then
3709     CXXFLAGS="-O2"
3710   else
3711     CXXFLAGS=
3712   fi
3713 fi
3714 ac_ext=c
3715 ac_cpp='$CPP $CPPFLAGS'
3716 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3717 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3718 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3719
3720 if test -n "$ac_tool_prefix"; then
3721   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3722 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3723 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3724 $as_echo_n "checking for $ac_word... " >&6; }
3725 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3726   $as_echo_n "(cached) " >&6
3727 else
3728   if test -n "$CPPBIN"; then
3729   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3730 else
3731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3732 for as_dir in $PATH
3733 do
3734   IFS=$as_save_IFS
3735   test -z "$as_dir" && as_dir=.
3736   for ac_exec_ext in '' $ac_executable_extensions; do
3737   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3738     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3739     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3740     break 2
3741   fi
3742 done
3743 done
3744 IFS=$as_save_IFS
3745
3746 fi
3747 fi
3748 CPPBIN=$ac_cv_prog_CPPBIN
3749 if test -n "$CPPBIN"; then
3750   { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3751 $as_echo "$CPPBIN" >&6; }
3752 else
3753   { $as_echo "$as_me:$LINENO: result: no" >&5
3754 $as_echo "no" >&6; }
3755 fi
3756
3757
3758 fi
3759 if test -z "$ac_cv_prog_CPPBIN"; then
3760   ac_ct_CPPBIN=$CPPBIN
3761   # Extract the first word of "cpp", so it can be a program name with args.
3762 set dummy cpp; ac_word=$2
3763 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3764 $as_echo_n "checking for $ac_word... " >&6; }
3765 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3766   $as_echo_n "(cached) " >&6
3767 else
3768   if test -n "$ac_ct_CPPBIN"; then
3769   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3770 else
3771 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3772 for as_dir in $PATH
3773 do
3774   IFS=$as_save_IFS
3775   test -z "$as_dir" && as_dir=.
3776   for ac_exec_ext in '' $ac_executable_extensions; do
3777   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3778     ac_cv_prog_ac_ct_CPPBIN="cpp"
3779     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3780     break 2
3781   fi
3782 done
3783 done
3784 IFS=$as_save_IFS
3785
3786 fi
3787 fi
3788 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3789 if test -n "$ac_ct_CPPBIN"; then
3790   { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3791 $as_echo "$ac_ct_CPPBIN" >&6; }
3792 else
3793   { $as_echo "$as_me:$LINENO: result: no" >&5
3794 $as_echo "no" >&6; }
3795 fi
3796
3797   if test "x$ac_ct_CPPBIN" = x; then
3798     CPPBIN="cpp"
3799   else
3800     case $cross_compiling:$ac_tool_warned in
3801 yes:)
3802 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3803 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3804 ac_tool_warned=yes ;;
3805 esac
3806     CPPBIN=$ac_ct_CPPBIN
3807   fi
3808 else
3809   CPPBIN="$ac_cv_prog_CPPBIN"
3810 fi
3811
3812
3813 case $host in
3814   x86_64*)
3815     if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3816     then
3817       CC="$CC -m32"
3818       CXX="$CXX -m32"
3819       { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3820 $as_echo_n "checking whether $CC works... " >&6; }
3821
3822 cat >conftest.$ac_ext <<_ACEOF
3823 /* confdefs.h.  */
3824 _ACEOF
3825 cat confdefs.h >>conftest.$ac_ext
3826 cat >>conftest.$ac_ext <<_ACEOF
3827 /* end confdefs.h.  */
3828
3829 int
3830 main ()
3831 {
3832
3833   ;
3834   return 0;
3835 }
3836 _ACEOF
3837 rm -f conftest.$ac_objext conftest$ac_exeext
3838 if { (ac_try="$ac_link"
3839 case "(($ac_try" in
3840   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3841   *) ac_try_echo=$ac_try;;
3842 esac
3843 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3844 $as_echo "$ac_try_echo") >&5
3845   (eval "$ac_link") 2>conftest.er1
3846   ac_status=$?
3847   grep -v '^ *+' conftest.er1 >conftest.err
3848   rm -f conftest.er1
3849   cat conftest.err >&5
3850   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3851   (exit $ac_status); } && {
3852          test -z "$ac_c_werror_flag" ||
3853          test ! -s conftest.err
3854        } && test -s conftest$ac_exeext && {
3855          test "$cross_compiling" = yes ||
3856          $as_test_x conftest$ac_exeext
3857        }; then
3858   { $as_echo "$as_me:$LINENO: result: yes" >&5
3859 $as_echo "yes" >&6; }
3860 else
3861   $as_echo "$as_me: failed program was:" >&5
3862 sed 's/^/| /' conftest.$ac_ext >&5
3863
3864         { $as_echo "$as_me:$LINENO: result: no" >&5
3865 $as_echo "no" >&6; }
3866                       { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3867 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3868    { (exit 1); exit 1; }; }
3869 fi
3870
3871 rm -rf conftest.dSYM
3872 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3873       conftest$ac_exeext conftest.$ac_ext
3874       LD="${LD:-ld} -m elf_i386"
3875       AS="${AS:-as} --32"
3876       host_cpu="i386"
3877       notice_platform="32-bit "
3878       TARGETFLAGS="-m32"
3879
3880     else
3881       TARGETFLAGS="-m64"
3882
3883     fi
3884     ;;
3885 esac
3886
3887 case $host_cpu in
3888   *i[3456789]86*)
3889     enable_win16=${enable_win16:-yes}
3890     ;;
3891   *)
3892     enable_win16=${enable_win16:-no}
3893     enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
3894     enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
3895     enable_monodebg_vxd=${enable_monodebg_vxd:-no}
3896     enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
3897     enable_vmm_vxd=${enable_vmm_vxd:-no}
3898     enable_vnbt_vxd=${enable_vnbt_vxd:-no}
3899     enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
3900     enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
3901     enable_vwin32_vxd=${enable_vwin32_vxd:-no}
3902     enable_w32skrnl=${enable_w32skrnl:-no}
3903     enable_winedos=${enable_winedos:-no}
3904     enable_winevdm=${enable_winevdm:-no}
3905     ;;
3906 esac
3907
3908 WIN16_FILES="\$(WIN16_FILES)"
3909
3910 WIN16_INSTALL="\$(WIN16_INSTALL)"
3911
3912 if test "x$enable_win16" != "xyes"
3913 then
3914   WIN16_FILES=""
3915   WIN16_INSTALL=""
3916 fi
3917
3918 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3919 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3920 if test "${wine_cv_toolsdir+set}" = set; then
3921   $as_echo_n "(cached) " >&6
3922 else
3923   if test -z "$with_wine_tools"; then
3924      if test "$cross_compiling" = "yes"; then
3925        { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3926 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3927    { (exit 1); exit 1; }; }
3928      else
3929        wine_cv_toolsdir="\$(TOPOBJDIR)"
3930      fi
3931    elif test -d "$with_wine_tools/tools/winebuild"; then
3932      case $with_wine_tools in
3933        /*) wine_cv_toolsdir="$with_wine_tools" ;;
3934        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3935      esac
3936    else
3937      { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3938 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3939    { (exit 1); exit 1; }; }
3940    fi
3941 fi
3942 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3943 $as_echo "$wine_cv_toolsdir" >&6; }
3944 TOOLSDIR=$wine_cv_toolsdir
3945
3946 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3947 then
3948     TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3949
3950 fi
3951
3952 for ac_prog in flex
3953 do
3954   # Extract the first word of "$ac_prog", so it can be a program name with args.
3955 set dummy $ac_prog; ac_word=$2
3956 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3957 $as_echo_n "checking for $ac_word... " >&6; }
3958 if test "${ac_cv_prog_FLEX+set}" = set; then
3959   $as_echo_n "(cached) " >&6
3960 else
3961   if test -n "$FLEX"; then
3962   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3963 else
3964 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3965 for as_dir in $PATH
3966 do
3967   IFS=$as_save_IFS
3968   test -z "$as_dir" && as_dir=.
3969   for ac_exec_ext in '' $ac_executable_extensions; do
3970   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3971     ac_cv_prog_FLEX="$ac_prog"
3972     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3973     break 2
3974   fi
3975 done
3976 done
3977 IFS=$as_save_IFS
3978
3979 fi
3980 fi
3981 FLEX=$ac_cv_prog_FLEX
3982 if test -n "$FLEX"; then
3983   { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
3984 $as_echo "$FLEX" >&6; }
3985 else
3986   { $as_echo "$as_me:$LINENO: result: no" >&5
3987 $as_echo "no" >&6; }
3988 fi
3989
3990
3991   test -n "$FLEX" && break
3992 done
3993 test -n "$FLEX" || FLEX="none"
3994
3995 if test "$FLEX" = "none"
3996 then
3997   { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
3998 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
3999    { (exit 1); exit 1; }; }
4000 fi
4001
4002 for ac_prog in bison
4003 do
4004   # Extract the first word of "$ac_prog", so it can be a program name with args.
4005 set dummy $ac_prog; ac_word=$2
4006 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4007 $as_echo_n "checking for $ac_word... " >&6; }
4008 if test "${ac_cv_prog_BISON+set}" = set; then
4009   $as_echo_n "(cached) " >&6
4010 else
4011   if test -n "$BISON"; then
4012   ac_cv_prog_BISON="$BISON" # Let the user override the test.
4013 else
4014 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4015 for as_dir in $PATH
4016 do
4017   IFS=$as_save_IFS
4018   test -z "$as_dir" && as_dir=.
4019   for ac_exec_ext in '' $ac_executable_extensions; do
4020   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4021     ac_cv_prog_BISON="$ac_prog"
4022     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4023     break 2
4024   fi
4025 done
4026 done
4027 IFS=$as_save_IFS
4028
4029 fi
4030 fi
4031 BISON=$ac_cv_prog_BISON
4032 if test -n "$BISON"; then
4033   { $as_echo "$as_me:$LINENO: result: $BISON" >&5
4034 $as_echo "$BISON" >&6; }
4035 else
4036   { $as_echo "$as_me:$LINENO: result: no" >&5
4037 $as_echo "no" >&6; }
4038 fi
4039
4040
4041   test -n "$BISON" && break
4042 done
4043 test -n "$BISON" || BISON="none"
4044
4045 if test "$BISON" = "none"
4046 then
4047   { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4048 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4049    { (exit 1); exit 1; }; }
4050 fi
4051
4052 if test -n "$ac_tool_prefix"; then
4053   for ac_prog in gas as
4054   do
4055     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4056 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4057 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4058 $as_echo_n "checking for $ac_word... " >&6; }
4059 if test "${ac_cv_prog_AS+set}" = set; then
4060   $as_echo_n "(cached) " >&6
4061 else
4062   if test -n "$AS"; then
4063   ac_cv_prog_AS="$AS" # Let the user override the test.
4064 else
4065 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4066 for as_dir in $PATH
4067 do
4068   IFS=$as_save_IFS
4069   test -z "$as_dir" && as_dir=.
4070   for ac_exec_ext in '' $ac_executable_extensions; do
4071   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4072     ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
4073     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4074     break 2
4075   fi
4076 done
4077 done
4078 IFS=$as_save_IFS
4079
4080 fi
4081 fi
4082 AS=$ac_cv_prog_AS
4083 if test -n "$AS"; then
4084   { $as_echo "$as_me:$LINENO: result: $AS" >&5
4085 $as_echo "$AS" >&6; }
4086 else
4087   { $as_echo "$as_me:$LINENO: result: no" >&5
4088 $as_echo "no" >&6; }
4089 fi
4090
4091
4092     test -n "$AS" && break
4093   done
4094 fi
4095 if test -z "$AS"; then
4096   ac_ct_AS=$AS
4097   for ac_prog in gas as
4098 do
4099   # Extract the first word of "$ac_prog", so it can be a program name with args.
4100 set dummy $ac_prog; ac_word=$2
4101 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4102 $as_echo_n "checking for $ac_word... " >&6; }
4103 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
4104   $as_echo_n "(cached) " >&6
4105 else
4106   if test -n "$ac_ct_AS"; then
4107   ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
4108 else
4109 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4110 for as_dir in $PATH
4111 do
4112   IFS=$as_save_IFS
4113   test -z "$as_dir" && as_dir=.
4114   for ac_exec_ext in '' $ac_executable_extensions; do
4115   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4116     ac_cv_prog_ac_ct_AS="$ac_prog"
4117     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4118     break 2
4119   fi
4120 done
4121 done
4122 IFS=$as_save_IFS
4123
4124 fi
4125 fi
4126 ac_ct_AS=$ac_cv_prog_ac_ct_AS
4127 if test -n "$ac_ct_AS"; then
4128   { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
4129 $as_echo "$ac_ct_AS" >&6; }
4130 else
4131   { $as_echo "$as_me:$LINENO: result: no" >&5
4132 $as_echo "no" >&6; }
4133 fi
4134
4135
4136   test -n "$ac_ct_AS" && break
4137 done
4138
4139   if test "x$ac_ct_AS" = x; then
4140     AS="as"
4141   else
4142     case $cross_compiling:$ac_tool_warned in
4143 yes:)
4144 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4145 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4146 ac_tool_warned=yes ;;
4147 esac
4148     AS=$ac_ct_AS
4149   fi
4150 fi
4151
4152 if test -n "$ac_tool_prefix"; then
4153   for ac_prog in ld gld
4154   do
4155     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4156 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4157 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4158 $as_echo_n "checking for $ac_word... " >&6; }
4159 if test "${ac_cv_prog_LD+set}" = set; then
4160   $as_echo_n "(cached) " >&6
4161 else
4162   if test -n "$LD"; then
4163   ac_cv_prog_LD="$LD" # Let the user override the test.
4164 else
4165 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4166 for as_dir in $PATH
4167 do
4168   IFS=$as_save_IFS
4169   test -z "$as_dir" && as_dir=.
4170   for ac_exec_ext in '' $ac_executable_extensions; do
4171   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4172     ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
4173     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4174     break 2
4175   fi
4176 done
4177 done
4178 IFS=$as_save_IFS
4179
4180 fi
4181 fi
4182 LD=$ac_cv_prog_LD
4183 if test -n "$LD"; then
4184   { $as_echo "$as_me:$LINENO: result: $LD" >&5
4185 $as_echo "$LD" >&6; }
4186 else
4187   { $as_echo "$as_me:$LINENO: result: no" >&5
4188 $as_echo "no" >&6; }
4189 fi
4190
4191
4192     test -n "$LD" && break
4193   done
4194 fi
4195 if test -z "$LD"; then
4196   ac_ct_LD=$LD
4197   for ac_prog in ld gld
4198 do
4199   # Extract the first word of "$ac_prog", so it can be a program name with args.
4200 set dummy $ac_prog; ac_word=$2
4201 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4202 $as_echo_n "checking for $ac_word... " >&6; }
4203 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4204   $as_echo_n "(cached) " >&6
4205 else
4206   if test -n "$ac_ct_LD"; then
4207   ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4208 else
4209 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4210 for as_dir in $PATH
4211 do
4212   IFS=$as_save_IFS
4213   test -z "$as_dir" && as_dir=.
4214   for ac_exec_ext in '' $ac_executable_extensions; do
4215   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4216     ac_cv_prog_ac_ct_LD="$ac_prog"
4217     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4218     break 2
4219   fi
4220 done
4221 done
4222 IFS=$as_save_IFS
4223
4224 fi
4225 fi
4226 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4227 if test -n "$ac_ct_LD"; then
4228   { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4229 $as_echo "$ac_ct_LD" >&6; }
4230 else
4231   { $as_echo "$as_me:$LINENO: result: no" >&5
4232 $as_echo "no" >&6; }
4233 fi
4234
4235
4236   test -n "$ac_ct_LD" && break
4237 done
4238
4239   if test "x$ac_ct_LD" = x; then
4240     LD="ld"
4241   else
4242     case $cross_compiling:$ac_tool_warned in
4243 yes:)
4244 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4245 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4246 ac_tool_warned=yes ;;
4247 esac
4248     LD=$ac_ct_LD
4249   fi
4250 fi
4251
4252 if test -n "$ac_tool_prefix"; then
4253   for ac_prog in nm gnm
4254   do
4255     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4256 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4257 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4258 $as_echo_n "checking for $ac_word... " >&6; }
4259 if test "${ac_cv_prog_NM+set}" = set; then
4260   $as_echo_n "(cached) " >&6
4261 else
4262   if test -n "$NM"; then
4263   ac_cv_prog_NM="$NM" # Let the user override the test.
4264 else
4265 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4266 for as_dir in $PATH
4267 do
4268   IFS=$as_save_IFS
4269   test -z "$as_dir" && as_dir=.
4270   for ac_exec_ext in '' $ac_executable_extensions; do
4271   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4272     ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
4273     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4274     break 2
4275   fi
4276 done
4277 done
4278 IFS=$as_save_IFS
4279
4280 fi
4281 fi
4282 NM=$ac_cv_prog_NM
4283 if test -n "$NM"; then
4284   { $as_echo "$as_me:$LINENO: result: $NM" >&5
4285 $as_echo "$NM" >&6; }
4286 else
4287   { $as_echo "$as_me:$LINENO: result: no" >&5
4288 $as_echo "no" >&6; }
4289 fi
4290
4291
4292     test -n "$NM" && break
4293   done
4294 fi
4295 if test -z "$NM"; then
4296   ac_ct_NM=$NM
4297   for ac_prog in nm gnm
4298 do
4299   # Extract the first word of "$ac_prog", so it can be a program name with args.
4300 set dummy $ac_prog; ac_word=$2
4301 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4302 $as_echo_n "checking for $ac_word... " >&6; }
4303 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
4304   $as_echo_n "(cached) " >&6
4305 else
4306   if test -n "$ac_ct_NM"; then
4307   ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4308 else
4309 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4310 for as_dir in $PATH
4311 do
4312   IFS=$as_save_IFS
4313   test -z "$as_dir" && as_dir=.
4314   for ac_exec_ext in '' $ac_executable_extensions; do
4315   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4316     ac_cv_prog_ac_ct_NM="$ac_prog"
4317     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4318     break 2
4319   fi
4320 done
4321 done
4322 IFS=$as_save_IFS
4323
4324 fi
4325 fi
4326 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4327 if test -n "$ac_ct_NM"; then
4328   { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
4329 $as_echo "$ac_ct_NM" >&6; }
4330 else
4331   { $as_echo "$as_me:$LINENO: result: no" >&5
4332 $as_echo "no" >&6; }
4333 fi
4334
4335
4336   test -n "$ac_ct_NM" && break
4337 done
4338
4339   if test "x$ac_ct_NM" = x; then
4340     NM="nm"
4341   else
4342     case $cross_compiling:$ac_tool_warned in
4343 yes:)
4344 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4345 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4346 ac_tool_warned=yes ;;
4347 esac
4348     NM=$ac_ct_NM
4349   fi
4350 fi
4351
4352 if test -n "$ac_tool_prefix"; then
4353   for ac_prog in ar gar
4354   do
4355     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4356 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4357 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4358 $as_echo_n "checking for $ac_word... " >&6; }
4359 if test "${ac_cv_prog_AR+set}" = set; then
4360   $as_echo_n "(cached) " >&6
4361 else
4362   if test -n "$AR"; then
4363   ac_cv_prog_AR="$AR" # Let the user override the test.
4364 else
4365 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4366 for as_dir in $PATH
4367 do
4368   IFS=$as_save_IFS
4369   test -z "$as_dir" && as_dir=.
4370   for ac_exec_ext in '' $ac_executable_extensions; do
4371   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4372     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4373     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4374     break 2
4375   fi
4376 done
4377 done
4378 IFS=$as_save_IFS
4379
4380 fi
4381 fi
4382 AR=$ac_cv_prog_AR
4383 if test -n "$AR"; then
4384   { $as_echo "$as_me:$LINENO: result: $AR" >&5
4385 $as_echo "$AR" >&6; }
4386 else
4387   { $as_echo "$as_me:$LINENO: result: no" >&5
4388 $as_echo "no" >&6; }
4389 fi
4390
4391
4392     test -n "$AR" && break
4393   done
4394 fi
4395 if test -z "$AR"; then
4396   ac_ct_AR=$AR
4397   for ac_prog in ar gar
4398 do
4399   # Extract the first word of "$ac_prog", so it can be a program name with args.
4400 set dummy $ac_prog; ac_word=$2
4401 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4402 $as_echo_n "checking for $ac_word... " >&6; }
4403 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4404   $as_echo_n "(cached) " >&6
4405 else
4406   if test -n "$ac_ct_AR"; then
4407   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4408 else
4409 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4410 for as_dir in $PATH
4411 do
4412   IFS=$as_save_IFS
4413   test -z "$as_dir" && as_dir=.
4414   for ac_exec_ext in '' $ac_executable_extensions; do
4415   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4416     ac_cv_prog_ac_ct_AR="$ac_prog"
4417     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4418     break 2
4419   fi
4420 done
4421 done
4422 IFS=$as_save_IFS
4423
4424 fi
4425 fi
4426 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4427 if test -n "$ac_ct_AR"; then
4428   { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4429 $as_echo "$ac_ct_AR" >&6; }
4430 else
4431   { $as_echo "$as_me:$LINENO: result: no" >&5
4432 $as_echo "no" >&6; }
4433 fi
4434
4435
4436   test -n "$ac_ct_AR" && break
4437 done
4438
4439   if test "x$ac_ct_AR" = x; then
4440     AR="ar"
4441   else
4442     case $cross_compiling:$ac_tool_warned in
4443 yes:)
4444 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4445 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4446 ac_tool_warned=yes ;;
4447 esac
4448     AR=$ac_ct_AR
4449   fi
4450 fi
4451
4452 ARFLAGS=rc
4453
4454 if test -n "$ac_tool_prefix"; then
4455   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4456 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4457 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4458 $as_echo_n "checking for $ac_word... " >&6; }
4459 if test "${ac_cv_prog_RANLIB+set}" = set; then
4460   $as_echo_n "(cached) " >&6
4461 else
4462   if test -n "$RANLIB"; then
4463   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4464 else
4465 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4466 for as_dir in $PATH
4467 do
4468   IFS=$as_save_IFS
4469   test -z "$as_dir" && as_dir=.
4470   for ac_exec_ext in '' $ac_executable_extensions; do
4471   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4472     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4473     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4474     break 2
4475   fi
4476 done
4477 done
4478 IFS=$as_save_IFS
4479
4480 fi
4481 fi
4482 RANLIB=$ac_cv_prog_RANLIB
4483 if test -n "$RANLIB"; then
4484   { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
4485 $as_echo "$RANLIB" >&6; }
4486 else
4487   { $as_echo "$as_me:$LINENO: result: no" >&5
4488 $as_echo "no" >&6; }
4489 fi
4490
4491
4492 fi
4493 if test -z "$ac_cv_prog_RANLIB"; then
4494   ac_ct_RANLIB=$RANLIB
4495   # Extract the first word of "ranlib", so it can be a program name with args.
4496 set dummy ranlib; ac_word=$2
4497 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4498 $as_echo_n "checking for $ac_word... " >&6; }
4499 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4500   $as_echo_n "(cached) " >&6
4501 else
4502   if test -n "$ac_ct_RANLIB"; then
4503   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4504 else
4505 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4506 for as_dir in $PATH
4507 do
4508   IFS=$as_save_IFS
4509   test -z "$as_dir" && as_dir=.
4510   for ac_exec_ext in '' $ac_executable_extensions; do
4511   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4512     ac_cv_prog_ac_ct_RANLIB="ranlib"
4513     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4514     break 2
4515   fi
4516 done
4517 done
4518 IFS=$as_save_IFS
4519
4520 fi
4521 fi
4522 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4523 if test -n "$ac_ct_RANLIB"; then
4524   { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4525 $as_echo "$ac_ct_RANLIB" >&6; }
4526 else
4527   { $as_echo "$as_me:$LINENO: result: no" >&5
4528 $as_echo "no" >&6; }
4529 fi
4530
4531   if test "x$ac_ct_RANLIB" = x; then
4532     RANLIB=":"
4533   else
4534     case $cross_compiling:$ac_tool_warned in
4535 yes:)
4536 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4537 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4538 ac_tool_warned=yes ;;
4539 esac
4540     RANLIB=$ac_ct_RANLIB
4541   fi
4542 else
4543   RANLIB="$ac_cv_prog_RANLIB"
4544 fi
4545
4546 if test -n "$ac_tool_prefix"; then
4547   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4548 set dummy ${ac_tool_prefix}strip; ac_word=$2
4549 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4550 $as_echo_n "checking for $ac_word... " >&6; }
4551 if test "${ac_cv_prog_STRIP+set}" = set; then
4552   $as_echo_n "(cached) " >&6
4553 else
4554   if test -n "$STRIP"; then
4555   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4556 else
4557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4558 for as_dir in $PATH
4559 do
4560   IFS=$as_save_IFS
4561   test -z "$as_dir" && as_dir=.
4562   for ac_exec_ext in '' $ac_executable_extensions; do
4563   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4564     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4565     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4566     break 2
4567   fi
4568 done
4569 done
4570 IFS=$as_save_IFS
4571
4572 fi
4573 fi
4574 STRIP=$ac_cv_prog_STRIP
4575 if test -n "$STRIP"; then
4576   { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4577 $as_echo "$STRIP" >&6; }
4578 else
4579   { $as_echo "$as_me:$LINENO: result: no" >&5
4580 $as_echo "no" >&6; }
4581 fi
4582
4583
4584 fi
4585 if test -z "$ac_cv_prog_STRIP"; then
4586   ac_ct_STRIP=$STRIP
4587   # Extract the first word of "strip", so it can be a program name with args.
4588 set dummy strip; ac_word=$2
4589 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4590 $as_echo_n "checking for $ac_word... " >&6; }
4591 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4592   $as_echo_n "(cached) " >&6
4593 else
4594   if test -n "$ac_ct_STRIP"; then
4595   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4596 else
4597 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4598 for as_dir in $PATH
4599 do
4600   IFS=$as_save_IFS
4601   test -z "$as_dir" && as_dir=.
4602   for ac_exec_ext in '' $ac_executable_extensions; do
4603   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4604     ac_cv_prog_ac_ct_STRIP="strip"
4605     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4606     break 2
4607   fi
4608 done
4609 done
4610 IFS=$as_save_IFS
4611
4612 fi
4613 fi
4614 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4615 if test -n "$ac_ct_STRIP"; then
4616   { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4617 $as_echo "$ac_ct_STRIP" >&6; }
4618 else
4619   { $as_echo "$as_me:$LINENO: result: no" >&5
4620 $as_echo "no" >&6; }
4621 fi
4622
4623   if test "x$ac_ct_STRIP" = x; then
4624     STRIP="strip"
4625   else
4626     case $cross_compiling:$ac_tool_warned in
4627 yes:)
4628 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4629 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4630 ac_tool_warned=yes ;;
4631 esac
4632     STRIP=$ac_ct_STRIP
4633   fi
4634 else
4635   STRIP="$ac_cv_prog_STRIP"
4636 fi
4637
4638 if test -n "$ac_tool_prefix"; then
4639   # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4640 set dummy ${ac_tool_prefix}windres; ac_word=$2
4641 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4642 $as_echo_n "checking for $ac_word... " >&6; }
4643 if test "${ac_cv_prog_WINDRES+set}" = set; then
4644   $as_echo_n "(cached) " >&6
4645 else
4646   if test -n "$WINDRES"; then
4647   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4648 else
4649 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4650 for as_dir in $PATH
4651 do
4652   IFS=$as_save_IFS
4653   test -z "$as_dir" && as_dir=.
4654   for ac_exec_ext in '' $ac_executable_extensions; do
4655   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4656     ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4657     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4658     break 2
4659   fi
4660 done
4661 done
4662 IFS=$as_save_IFS
4663
4664 fi
4665 fi
4666 WINDRES=$ac_cv_prog_WINDRES
4667 if test -n "$WINDRES"; then
4668   { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
4669 $as_echo "$WINDRES" >&6; }
4670 else
4671   { $as_echo "$as_me:$LINENO: result: no" >&5
4672 $as_echo "no" >&6; }
4673 fi
4674
4675
4676 fi
4677 if test -z "$ac_cv_prog_WINDRES"; then
4678   ac_ct_WINDRES=$WINDRES
4679   # Extract the first word of "windres", so it can be a program name with args.
4680 set dummy windres; ac_word=$2
4681 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4682 $as_echo_n "checking for $ac_word... " >&6; }
4683 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4684   $as_echo_n "(cached) " >&6
4685 else
4686   if test -n "$ac_ct_WINDRES"; then
4687   ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4688 else
4689 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4690 for as_dir in $PATH
4691 do
4692   IFS=$as_save_IFS
4693   test -z "$as_dir" && as_dir=.
4694   for ac_exec_ext in '' $ac_executable_extensions; do
4695   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4696     ac_cv_prog_ac_ct_WINDRES="windres"
4697     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4698     break 2
4699   fi
4700 done
4701 done
4702 IFS=$as_save_IFS
4703
4704 fi
4705 fi
4706 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4707 if test -n "$ac_ct_WINDRES"; then
4708   { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4709 $as_echo "$ac_ct_WINDRES" >&6; }
4710 else
4711   { $as_echo "$as_me:$LINENO: result: no" >&5
4712 $as_echo "no" >&6; }
4713 fi
4714
4715   if test "x$ac_ct_WINDRES" = x; then
4716     WINDRES="false"
4717   else
4718     case $cross_compiling:$ac_tool_warned in
4719 yes:)
4720 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4721 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4722 ac_tool_warned=yes ;;
4723 esac
4724     WINDRES=$ac_ct_WINDRES
4725   fi
4726 else
4727   WINDRES="$ac_cv_prog_WINDRES"
4728 fi
4729
4730 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4731 $as_echo_n "checking whether ln -s works... " >&6; }
4732 LN_S=$as_ln_s
4733 if test "$LN_S" = "ln -s"; then
4734   { $as_echo "$as_me:$LINENO: result: yes" >&5
4735 $as_echo "yes" >&6; }
4736 else
4737   { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4738 $as_echo "no, using $LN_S" >&6; }
4739 fi
4740
4741 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4742 $as_echo_n "checking whether ln works... " >&6; }
4743 rm -f conf$$ conf$$.file
4744 echo >conf$$.file
4745 if ln conf$$.file conf$$ 2>/dev/null; then
4746   LN=ln
4747
4748   { $as_echo "$as_me:$LINENO: result: yes" >&5
4749 $as_echo "yes" >&6; }
4750 else
4751   LN="cp -p"
4752
4753   { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4754 $as_echo "no, using $LN" >&6; }
4755 fi
4756 rm -f conf$$ conf$$.file
4757 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4758 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4759 if test "${ac_cv_path_GREP+set}" = set; then
4760   $as_echo_n "(cached) " >&6
4761 else
4762   if test -z "$GREP"; then
4763   ac_path_GREP_found=false
4764   # Loop through the user's path and test for each of PROGNAME-LIST
4765   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4766 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4767 do
4768   IFS=$as_save_IFS
4769   test -z "$as_dir" && as_dir=.
4770   for ac_prog in grep ggrep; do
4771     for ac_exec_ext in '' $ac_executable_extensions; do
4772       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4773       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4774 # Check for GNU ac_path_GREP and select it if it is found.
4775   # Check for GNU $ac_path_GREP
4776 case `"$ac_path_GREP" --version 2>&1` in
4777 *GNU*)
4778   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4779 *)
4780   ac_count=0
4781   $as_echo_n 0123456789 >"conftest.in"
4782   while :
4783   do
4784     cat "conftest.in" "conftest.in" >"conftest.tmp"
4785     mv "conftest.tmp" "conftest.in"
4786     cp "conftest.in" "conftest.nl"
4787     $as_echo 'GREP' >> "conftest.nl"
4788     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4789     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4790     ac_count=`expr $ac_count + 1`
4791     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4792       # Best one so far, save it but keep looking for a better one
4793       ac_cv_path_GREP="$ac_path_GREP"
4794       ac_path_GREP_max=$ac_count
4795     fi
4796     # 10*(2^10) chars as input seems more than enough
4797     test $ac_count -gt 10 && break
4798   done
4799   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4800 esac
4801
4802       $ac_path_GREP_found && break 3
4803     done
4804   done
4805 done
4806 IFS=$as_save_IFS
4807   if test -z "$ac_cv_path_GREP"; then
4808     { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4809 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4810    { (exit 1); exit 1; }; }
4811   fi
4812 else
4813   ac_cv_path_GREP=$GREP
4814 fi
4815
4816 fi
4817 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4818 $as_echo "$ac_cv_path_GREP" >&6; }
4819  GREP="$ac_cv_path_GREP"
4820
4821
4822 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4823 $as_echo_n "checking for egrep... " >&6; }
4824 if test "${ac_cv_path_EGREP+set}" = set; then
4825   $as_echo_n "(cached) " >&6
4826 else
4827   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4828    then ac_cv_path_EGREP="$GREP -E"
4829    else
4830      if test -z "$EGREP"; then
4831   ac_path_EGREP_found=false
4832   # Loop through the user's path and test for each of PROGNAME-LIST
4833   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4834 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4835 do
4836   IFS=$as_save_IFS
4837   test -z "$as_dir" && as_dir=.
4838   for ac_prog in egrep; do
4839     for ac_exec_ext in '' $ac_executable_extensions; do
4840       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4841       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4842 # Check for GNU ac_path_EGREP and select it if it is found.
4843   # Check for GNU $ac_path_EGREP
4844 case `"$ac_path_EGREP" --version 2>&1` in
4845 *GNU*)
4846   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4847 *)
4848   ac_count=0
4849   $as_echo_n 0123456789 >"conftest.in"
4850   while :
4851   do
4852     cat "conftest.in" "conftest.in" >"conftest.tmp"
4853     mv "conftest.tmp" "conftest.in"
4854     cp "conftest.in" "conftest.nl"
4855     $as_echo 'EGREP' >> "conftest.nl"
4856     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4857     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4858     ac_count=`expr $ac_count + 1`
4859     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4860       # Best one so far, save it but keep looking for a better one
4861       ac_cv_path_EGREP="$ac_path_EGREP"
4862       ac_path_EGREP_max=$ac_count
4863     fi
4864     # 10*(2^10) chars as input seems more than enough
4865     test $ac_count -gt 10 && break
4866   done
4867   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4868 esac
4869
4870       $ac_path_EGREP_found && break 3
4871     done
4872   done
4873 done
4874 IFS=$as_save_IFS
4875   if test -z "$ac_cv_path_EGREP"; then
4876     { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4877 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4878    { (exit 1); exit 1; }; }
4879   fi
4880 else
4881   ac_cv_path_EGREP=$EGREP
4882 fi
4883
4884    fi
4885 fi
4886 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4887 $as_echo "$ac_cv_path_EGREP" >&6; }
4888  EGREP="$ac_cv_path_EGREP"
4889
4890
4891 # Extract the first word of "ldconfig", so it can be a program name with args.
4892 set dummy ldconfig; ac_word=$2
4893 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4894 $as_echo_n "checking for $ac_word... " >&6; }
4895 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4896   $as_echo_n "(cached) " >&6
4897 else
4898   case $LDCONFIG in
4899   [\\/]* | ?:[\\/]*)
4900   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4901   ;;
4902   *)
4903   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4904 for as_dir in /sbin /usr/sbin $PATH
4905 do
4906   IFS=$as_save_IFS
4907   test -z "$as_dir" && as_dir=.
4908   for ac_exec_ext in '' $ac_executable_extensions; do
4909   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4910     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4911     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4912     break 2
4913   fi
4914 done
4915 done
4916 IFS=$as_save_IFS
4917
4918   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4919   ;;
4920 esac
4921 fi
4922 LDCONFIG=$ac_cv_path_LDCONFIG
4923 if test -n "$LDCONFIG"; then
4924   { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4925 $as_echo "$LDCONFIG" >&6; }
4926 else
4927   { $as_echo "$as_me:$LINENO: result: no" >&5
4928 $as_echo "no" >&6; }
4929 fi
4930
4931
4932 # Find a good install program.  We prefer a C program (faster),
4933 # so one script is as good as another.  But avoid the broken or
4934 # incompatible versions:
4935 # SysV /etc/install, /usr/sbin/install
4936 # SunOS /usr/etc/install
4937 # IRIX /sbin/install
4938 # AIX /bin/install
4939 # AmigaOS /C/install, which installs bootblocks on floppy discs
4940 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4941 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4942 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4943 # OS/2's system install, which has a completely different semantic
4944 # ./install, which can be erroneously created by make from ./install.sh.
4945 # Reject install programs that cannot install multiple files.
4946 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4947 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4948 if test -z "$INSTALL"; then
4949 if test "${ac_cv_path_install+set}" = set; then
4950   $as_echo_n "(cached) " >&6
4951 else
4952   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4953 for as_dir in $PATH
4954 do
4955   IFS=$as_save_IFS
4956   test -z "$as_dir" && as_dir=.
4957   # Account for people who put trailing slashes in PATH elements.
4958 case $as_dir/ in
4959   ./ | .// | /cC/* | \
4960   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4961   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4962   /usr/ucb/* ) ;;
4963   *)
4964     # OSF1 and SCO ODT 3.0 have their own names for install.
4965     # Don't use installbsd from OSF since it installs stuff as root
4966     # by default.
4967     for ac_prog in ginstall scoinst install; do
4968       for ac_exec_ext in '' $ac_executable_extensions; do
4969         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4970           if test $ac_prog = install &&
4971             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4972             # AIX install.  It has an incompatible calling convention.
4973             :
4974           elif test $ac_prog = install &&
4975             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4976             # program-specific install script used by HP pwplus--don't use.
4977             :
4978           else
4979             rm -rf conftest.one conftest.two conftest.dir
4980             echo one > conftest.one
4981             echo two > conftest.two
4982             mkdir conftest.dir
4983             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4984               test -s conftest.one && test -s conftest.two &&
4985               test -s conftest.dir/conftest.one &&
4986               test -s conftest.dir/conftest.two
4987             then
4988               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4989               break 3
4990             fi
4991           fi
4992         fi
4993       done
4994     done
4995     ;;
4996 esac
4997
4998 done
4999 IFS=$as_save_IFS
5000
5001 rm -rf conftest.one conftest.two conftest.dir
5002
5003 fi
5004   if test "${ac_cv_path_install+set}" = set; then
5005     INSTALL=$ac_cv_path_install
5006   else
5007     # As a last resort, use the slow shell script.  Don't cache a
5008     # value for INSTALL within a source directory, because that will
5009     # break other packages using the cache if that directory is
5010     # removed, or if the value is a relative name.
5011     INSTALL=$ac_install_sh
5012   fi
5013 fi
5014 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
5015 $as_echo "$INSTALL" >&6; }
5016
5017 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5018 # It thinks the first close brace ends the variable substitution.
5019 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5020
5021 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5022
5023 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5024
5025 case "$INSTALL" in
5026   [\\/$]* | ?:[\\/]* ) ;;
5027   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
5028 esac
5029
5030 for ac_prog in lclint lint
5031 do
5032   # Extract the first word of "$ac_prog", so it can be a program name with args.
5033 set dummy $ac_prog; ac_word=$2
5034 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5035 $as_echo_n "checking for $ac_word... " >&6; }
5036 if test "${ac_cv_prog_LINT+set}" = set; then
5037   $as_echo_n "(cached) " >&6
5038 else
5039   if test -n "$LINT"; then
5040   ac_cv_prog_LINT="$LINT" # Let the user override the test.
5041 else
5042 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5043 for as_dir in $PATH
5044 do
5045   IFS=$as_save_IFS
5046   test -z "$as_dir" && as_dir=.
5047   for ac_exec_ext in '' $ac_executable_extensions; do
5048   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5049     ac_cv_prog_LINT="$ac_prog"
5050     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5051     break 2
5052   fi
5053 done
5054 done
5055 IFS=$as_save_IFS
5056
5057 fi
5058 fi
5059 LINT=$ac_cv_prog_LINT
5060 if test -n "$LINT"; then
5061   { $as_echo "$as_me:$LINENO: result: $LINT" >&5
5062 $as_echo "$LINT" >&6; }
5063 else
5064   { $as_echo "$as_me:$LINENO: result: no" >&5
5065 $as_echo "no" >&6; }
5066 fi
5067
5068
5069   test -n "$LINT" && break
5070 done
5071
5072 if test "$LINT" = "lint"
5073 then
5074   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
5075   fi
5076
5077
5078
5079 for ac_prog in fontforge
5080 do
5081   # Extract the first word of "$ac_prog", so it can be a program name with args.
5082 set dummy $ac_prog; ac_word=$2
5083 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5084 $as_echo_n "checking for $ac_word... " >&6; }
5085 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
5086   $as_echo_n "(cached) " >&6
5087 else
5088   if test -n "$FONTFORGE"; then
5089   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5090 else
5091 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5092 for as_dir in $PATH
5093 do
5094   IFS=$as_save_IFS
5095   test -z "$as_dir" && as_dir=.
5096   for ac_exec_ext in '' $ac_executable_extensions; do
5097   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5098     ac_cv_prog_FONTFORGE="$ac_prog"
5099     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5100     break 2
5101   fi
5102 done
5103 done
5104 IFS=$as_save_IFS
5105
5106 fi
5107 fi
5108 FONTFORGE=$ac_cv_prog_FONTFORGE
5109 if test -n "$FONTFORGE"; then
5110   { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
5111 $as_echo "$FONTFORGE" >&6; }
5112 else
5113   { $as_echo "$as_me:$LINENO: result: no" >&5
5114 $as_echo "no" >&6; }
5115 fi
5116
5117
5118   test -n "$FONTFORGE" && break
5119 done
5120 test -n "$FONTFORGE" || FONTFORGE="false"
5121
5122 for ac_prog in pkg-config
5123 do
5124   # Extract the first word of "$ac_prog", so it can be a program name with args.
5125 set dummy $ac_prog; ac_word=$2
5126 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5127 $as_echo_n "checking for $ac_word... " >&6; }
5128 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5129   $as_echo_n "(cached) " >&6
5130 else
5131   if test -n "$PKG_CONFIG"; then
5132   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5133 else
5134 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5135 for as_dir in $PATH
5136 do
5137   IFS=$as_save_IFS
5138   test -z "$as_dir" && as_dir=.
5139   for ac_exec_ext in '' $ac_executable_extensions; do
5140   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5141     ac_cv_prog_PKG_CONFIG="$ac_prog"
5142     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5143     break 2
5144   fi
5145 done
5146 done
5147 IFS=$as_save_IFS
5148
5149 fi
5150 fi
5151 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5152 if test -n "$PKG_CONFIG"; then
5153   { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
5154 $as_echo "$PKG_CONFIG" >&6; }
5155 else
5156   { $as_echo "$as_me:$LINENO: result: no" >&5
5157 $as_echo "no" >&6; }
5158 fi
5159
5160
5161   test -n "$PKG_CONFIG" && break
5162 done
5163 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5164
5165 for ac_prog in rsvg
5166 do
5167   # Extract the first word of "$ac_prog", so it can be a program name with args.
5168 set dummy $ac_prog; ac_word=$2
5169 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5170 $as_echo_n "checking for $ac_word... " >&6; }
5171 if test "${ac_cv_prog_RSVG+set}" = set; then
5172   $as_echo_n "(cached) " >&6
5173 else
5174   if test -n "$RSVG"; then
5175   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5176 else
5177 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5178 for as_dir in $PATH
5179 do
5180   IFS=$as_save_IFS
5181   test -z "$as_dir" && as_dir=.
5182   for ac_exec_ext in '' $ac_executable_extensions; do
5183   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5184     ac_cv_prog_RSVG="$ac_prog"
5185     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5186     break 2
5187   fi
5188 done
5189 done
5190 IFS=$as_save_IFS
5191
5192 fi
5193 fi
5194 RSVG=$ac_cv_prog_RSVG
5195 if test -n "$RSVG"; then
5196   { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
5197 $as_echo "$RSVG" >&6; }
5198 else
5199   { $as_echo "$as_me:$LINENO: result: no" >&5
5200 $as_echo "no" >&6; }
5201 fi
5202
5203
5204   test -n "$RSVG" && break
5205 done
5206 test -n "$RSVG" || RSVG="false"
5207
5208 for ac_prog in icotool
5209 do
5210   # Extract the first word of "$ac_prog", so it can be a program name with args.
5211 set dummy $ac_prog; ac_word=$2
5212 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5213 $as_echo_n "checking for $ac_word... " >&6; }
5214 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
5215   $as_echo_n "(cached) " >&6
5216 else
5217   if test -n "$ICOTOOL"; then
5218   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5219 else
5220 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5221 for as_dir in $PATH
5222 do
5223   IFS=$as_save_IFS
5224   test -z "$as_dir" && as_dir=.
5225   for ac_exec_ext in '' $ac_executable_extensions; do
5226   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5227     ac_cv_prog_ICOTOOL="$ac_prog"
5228     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5229     break 2
5230   fi
5231 done
5232 done
5233 IFS=$as_save_IFS
5234
5235 fi
5236 fi
5237 ICOTOOL=$ac_cv_prog_ICOTOOL
5238 if test -n "$ICOTOOL"; then
5239   { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
5240 $as_echo "$ICOTOOL" >&6; }
5241 else
5242   { $as_echo "$as_me:$LINENO: result: no" >&5
5243 $as_echo "no" >&6; }
5244 fi
5245
5246
5247   test -n "$ICOTOOL" && break
5248 done
5249 test -n "$ICOTOOL" || ICOTOOL="false"
5250
5251
5252 if test "${enable_maintainer_mode+set}" = set
5253 then
5254   if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5255   if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5256   if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5257 fi
5258
5259 case $host_cpu in
5260   *i[3456789]86*)
5261     # Extract the first word of "prelink", so it can be a program name with args.
5262 set dummy prelink; ac_word=$2
5263 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5264 $as_echo_n "checking for $ac_word... " >&6; }
5265 if test "${ac_cv_path_PRELINK+set}" = set; then
5266   $as_echo_n "(cached) " >&6
5267 else
5268   case $PRELINK in
5269   [\\/]* | ?:[\\/]*)
5270   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5271   ;;
5272   *)
5273   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5274 for as_dir in /sbin /usr/sbin $PATH
5275 do
5276   IFS=$as_save_IFS
5277   test -z "$as_dir" && as_dir=.
5278   for ac_exec_ext in '' $ac_executable_extensions; do
5279   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5280     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5281     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5282     break 2
5283   fi
5284 done
5285 done
5286 IFS=$as_save_IFS
5287
5288   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5289   ;;
5290 esac
5291 fi
5292 PRELINK=$ac_cv_path_PRELINK
5293 if test -n "$PRELINK"; then
5294   { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
5295 $as_echo "$PRELINK" >&6; }
5296 else
5297   { $as_echo "$as_me:$LINENO: result: no" >&5
5298 $as_echo "no" >&6; }
5299 fi
5300
5301
5302     ;;
5303 esac
5304
5305
5306
5307 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5308 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5309 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5310   $as_echo_n "(cached) " >&6
5311 else
5312   ac_check_lib_save_LIBS=$LIBS
5313 LIBS="-li386  $LIBS"
5314 cat >conftest.$ac_ext <<_ACEOF
5315 /* confdefs.h.  */
5316 _ACEOF
5317 cat confdefs.h >>conftest.$ac_ext
5318 cat >>conftest.$ac_ext <<_ACEOF
5319 /* end confdefs.h.  */
5320
5321 /* Override any GCC internal prototype to avoid an error.
5322    Use char because int might match the return type of a GCC
5323    builtin and then its argument prototype would still apply.  */
5324 #ifdef __cplusplus
5325 extern "C"
5326 #endif
5327 char i386_set_ldt ();
5328 int
5329 main ()
5330 {
5331 return i386_set_ldt ();
5332   ;
5333   return 0;
5334 }
5335 _ACEOF
5336 rm -f conftest.$ac_objext conftest$ac_exeext
5337 if { (ac_try="$ac_link"
5338 case "(($ac_try" in
5339   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5340   *) ac_try_echo=$ac_try;;
5341 esac
5342 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5343 $as_echo "$ac_try_echo") >&5
5344   (eval "$ac_link") 2>conftest.er1
5345   ac_status=$?
5346   grep -v '^ *+' conftest.er1 >conftest.err
5347   rm -f conftest.er1
5348   cat conftest.err >&5
5349   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5350   (exit $ac_status); } && {
5351          test -z "$ac_c_werror_flag" ||
5352          test ! -s conftest.err
5353        } && test -s conftest$ac_exeext && {
5354          test "$cross_compiling" = yes ||
5355          $as_test_x conftest$ac_exeext
5356        }; then
5357   ac_cv_lib_i386_i386_set_ldt=yes
5358 else
5359   $as_echo "$as_me: failed program was:" >&5
5360 sed 's/^/| /' conftest.$ac_ext >&5
5361
5362         ac_cv_lib_i386_i386_set_ldt=no
5363 fi
5364
5365 rm -rf conftest.dSYM
5366 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5367       conftest$ac_exeext conftest.$ac_ext
5368 LIBS=$ac_check_lib_save_LIBS
5369 fi
5370 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5371 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5372 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
5373   cat >>confdefs.h <<_ACEOF
5374 #define HAVE_LIBI386 1
5375 _ACEOF
5376
5377   LIBS="-li386 $LIBS"
5378
5379 fi
5380
5381
5382 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5383 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5384 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5385   $as_echo_n "(cached) " >&6
5386 else
5387   ac_check_lib_save_LIBS=$LIBS
5388 LIBS="-lossaudio  $LIBS"
5389 cat >conftest.$ac_ext <<_ACEOF
5390 /* confdefs.h.  */
5391 _ACEOF
5392 cat confdefs.h >>conftest.$ac_ext
5393 cat >>conftest.$ac_ext <<_ACEOF
5394 /* end confdefs.h.  */
5395
5396 /* Override any GCC internal prototype to avoid an error.
5397    Use char because int might match the return type of a GCC
5398    builtin and then its argument prototype would still apply.  */
5399 #ifdef __cplusplus
5400 extern "C"
5401 #endif
5402 char _oss_ioctl ();
5403 int
5404 main ()
5405 {
5406 return _oss_ioctl ();
5407   ;
5408   return 0;
5409 }
5410 _ACEOF
5411 rm -f conftest.$ac_objext conftest$ac_exeext
5412 if { (ac_try="$ac_link"
5413 case "(($ac_try" in
5414   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5415   *) ac_try_echo=$ac_try;;
5416 esac
5417 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5418 $as_echo "$ac_try_echo") >&5
5419   (eval "$ac_link") 2>conftest.er1
5420   ac_status=$?
5421   grep -v '^ *+' conftest.er1 >conftest.err
5422   rm -f conftest.er1
5423   cat conftest.err >&5
5424   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5425   (exit $ac_status); } && {
5426          test -z "$ac_c_werror_flag" ||
5427          test ! -s conftest.err
5428        } && test -s conftest$ac_exeext && {
5429          test "$cross_compiling" = yes ||
5430          $as_test_x conftest$ac_exeext
5431        }; then
5432   ac_cv_lib_ossaudio__oss_ioctl=yes
5433 else
5434   $as_echo "$as_me: failed program was:" >&5
5435 sed 's/^/| /' conftest.$ac_ext >&5
5436
5437         ac_cv_lib_ossaudio__oss_ioctl=no
5438 fi
5439
5440 rm -rf conftest.dSYM
5441 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5442       conftest$ac_exeext conftest.$ac_ext
5443 LIBS=$ac_check_lib_save_LIBS
5444 fi
5445 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5446 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5447 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5448   cat >>confdefs.h <<_ACEOF
5449 #define HAVE_LIBOSSAUDIO 1
5450 _ACEOF
5451
5452   LIBS="-lossaudio $LIBS"
5453
5454 fi
5455
5456
5457 XLIB=""
5458
5459 OPENGL_LIBS=""
5460
5461
5462
5463 ac_ext=c
5464 ac_cpp='$CPP $CPPFLAGS'
5465 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5466 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5467 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5468 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5469 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5470 # On Suns, sometimes $CPP names a directory.
5471 if test -n "$CPP" && test -d "$CPP"; then
5472   CPP=
5473 fi
5474 if test -z "$CPP"; then
5475   if test "${ac_cv_prog_CPP+set}" = set; then
5476   $as_echo_n "(cached) " >&6
5477 else
5478       # Double quotes because CPP needs to be expanded
5479     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5480     do
5481       ac_preproc_ok=false
5482 for ac_c_preproc_warn_flag in '' yes
5483 do
5484   # Use a header file that comes with gcc, so configuring glibc
5485   # with a fresh cross-compiler works.
5486   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5487   # <limits.h> exists even on freestanding compilers.
5488   # On the NeXT, cc -E runs the code through the compiler's parser,
5489   # not just through cpp. "Syntax error" is here to catch this case.
5490   cat >conftest.$ac_ext <<_ACEOF
5491 /* confdefs.h.  */
5492 _ACEOF
5493 cat confdefs.h >>conftest.$ac_ext
5494 cat >>conftest.$ac_ext <<_ACEOF
5495 /* end confdefs.h.  */
5496 #ifdef __STDC__
5497 # include <limits.h>
5498 #else
5499 # include <assert.h>
5500 #endif
5501                      Syntax error
5502 _ACEOF
5503 if { (ac_try="$ac_cpp conftest.$ac_ext"
5504 case "(($ac_try" in
5505   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5506   *) ac_try_echo=$ac_try;;
5507 esac
5508 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5509 $as_echo "$ac_try_echo") >&5
5510   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5511   ac_status=$?
5512   grep -v '^ *+' conftest.er1 >conftest.err
5513   rm -f conftest.er1
5514   cat conftest.err >&5
5515   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5516   (exit $ac_status); } >/dev/null && {
5517          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5518          test ! -s conftest.err
5519        }; then
5520   :
5521 else
5522   $as_echo "$as_me: failed program was:" >&5
5523 sed 's/^/| /' conftest.$ac_ext >&5
5524
5525   # Broken: fails on valid input.
5526 continue
5527 fi
5528
5529 rm -f conftest.err conftest.$ac_ext
5530
5531   # OK, works on sane cases.  Now check whether nonexistent headers
5532   # can be detected and how.
5533   cat >conftest.$ac_ext <<_ACEOF
5534 /* confdefs.h.  */
5535 _ACEOF
5536 cat confdefs.h >>conftest.$ac_ext
5537 cat >>conftest.$ac_ext <<_ACEOF
5538 /* end confdefs.h.  */
5539 #include <ac_nonexistent.h>
5540 _ACEOF
5541 if { (ac_try="$ac_cpp conftest.$ac_ext"
5542 case "(($ac_try" in
5543   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5544   *) ac_try_echo=$ac_try;;
5545 esac
5546 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5547 $as_echo "$ac_try_echo") >&5
5548   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5549   ac_status=$?
5550   grep -v '^ *+' conftest.er1 >conftest.err
5551   rm -f conftest.er1
5552   cat conftest.err >&5
5553   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5554   (exit $ac_status); } >/dev/null && {
5555          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5556          test ! -s conftest.err
5557        }; then
5558   # Broken: success on invalid input.
5559 continue
5560 else
5561   $as_echo "$as_me: failed program was:" >&5
5562 sed 's/^/| /' conftest.$ac_ext >&5
5563
5564   # Passes both tests.
5565 ac_preproc_ok=:
5566 break
5567 fi
5568
5569 rm -f conftest.err conftest.$ac_ext
5570
5571 done
5572 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5573 rm -f conftest.err conftest.$ac_ext
5574 if $ac_preproc_ok; then
5575   break
5576 fi
5577
5578     done
5579     ac_cv_prog_CPP=$CPP
5580
5581 fi
5582   CPP=$ac_cv_prog_CPP
5583 else
5584   ac_cv_prog_CPP=$CPP
5585 fi
5586 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5587 $as_echo "$CPP" >&6; }
5588 ac_preproc_ok=false
5589 for ac_c_preproc_warn_flag in '' yes
5590 do
5591   # Use a header file that comes with gcc, so configuring glibc
5592   # with a fresh cross-compiler works.
5593   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5594   # <limits.h> exists even on freestanding compilers.
5595   # On the NeXT, cc -E runs the code through the compiler's parser,
5596   # not just through cpp. "Syntax error" is here to catch this case.
5597   cat >conftest.$ac_ext <<_ACEOF
5598 /* confdefs.h.  */
5599 _ACEOF
5600 cat confdefs.h >>conftest.$ac_ext
5601 cat >>conftest.$ac_ext <<_ACEOF
5602 /* end confdefs.h.  */
5603 #ifdef __STDC__
5604 # include <limits.h>
5605 #else
5606 # include <assert.h>
5607 #endif
5608                      Syntax error
5609 _ACEOF
5610 if { (ac_try="$ac_cpp conftest.$ac_ext"
5611 case "(($ac_try" in
5612   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5613   *) ac_try_echo=$ac_try;;
5614 esac
5615 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5616 $as_echo "$ac_try_echo") >&5
5617   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5618   ac_status=$?
5619   grep -v '^ *+' conftest.er1 >conftest.err
5620   rm -f conftest.er1
5621   cat conftest.err >&5
5622   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5623   (exit $ac_status); } >/dev/null && {
5624          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5625          test ! -s conftest.err
5626        }; then
5627   :
5628 else
5629   $as_echo "$as_me: failed program was:" >&5
5630 sed 's/^/| /' conftest.$ac_ext >&5
5631
5632   # Broken: fails on valid input.
5633 continue
5634 fi
5635
5636 rm -f conftest.err conftest.$ac_ext
5637
5638   # OK, works on sane cases.  Now check whether nonexistent headers
5639   # can be detected and how.
5640   cat >conftest.$ac_ext <<_ACEOF
5641 /* confdefs.h.  */
5642 _ACEOF
5643 cat confdefs.h >>conftest.$ac_ext
5644 cat >>conftest.$ac_ext <<_ACEOF
5645 /* end confdefs.h.  */
5646 #include <ac_nonexistent.h>
5647 _ACEOF
5648 if { (ac_try="$ac_cpp conftest.$ac_ext"
5649 case "(($ac_try" in
5650   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5651   *) ac_try_echo=$ac_try;;
5652 esac
5653 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5654 $as_echo "$ac_try_echo") >&5
5655   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5656   ac_status=$?
5657   grep -v '^ *+' conftest.er1 >conftest.err
5658   rm -f conftest.er1
5659   cat conftest.err >&5
5660   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5661   (exit $ac_status); } >/dev/null && {
5662          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5663          test ! -s conftest.err
5664        }; then
5665   # Broken: success on invalid input.
5666 continue
5667 else
5668   $as_echo "$as_me: failed program was:" >&5
5669 sed 's/^/| /' conftest.$ac_ext >&5
5670
5671   # Passes both tests.
5672 ac_preproc_ok=:
5673 break
5674 fi
5675
5676 rm -f conftest.err conftest.$ac_ext
5677
5678 done
5679 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5680 rm -f conftest.err conftest.$ac_ext
5681 if $ac_preproc_ok; then
5682   :
5683 else
5684   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5685 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5686 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5687 See \`config.log' for more details." >&5
5688 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5689 See \`config.log' for more details." >&2;}
5690    { (exit 1); exit 1; }; }; }
5691 fi
5692
5693 ac_ext=c
5694 ac_cpp='$CPP $CPPFLAGS'
5695 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5696 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5697 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5698
5699
5700 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5701 $as_echo_n "checking for ANSI C header files... " >&6; }
5702 if test "${ac_cv_header_stdc+set}" = set; then
5703   $as_echo_n "(cached) " >&6
5704 else
5705   cat >conftest.$ac_ext <<_ACEOF
5706 /* confdefs.h.  */
5707 _ACEOF
5708 cat confdefs.h >>conftest.$ac_ext
5709 cat >>conftest.$ac_ext <<_ACEOF
5710 /* end confdefs.h.  */
5711 #include <stdlib.h>
5712 #include <stdarg.h>
5713 #include <string.h>
5714 #include <float.h>
5715
5716 int
5717 main ()
5718 {
5719
5720   ;
5721   return 0;
5722 }
5723 _ACEOF
5724 rm -f conftest.$ac_objext
5725 if { (ac_try="$ac_compile"
5726 case "(($ac_try" in
5727   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5728   *) ac_try_echo=$ac_try;;
5729 esac
5730 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5731 $as_echo "$ac_try_echo") >&5
5732   (eval "$ac_compile") 2>conftest.er1
5733   ac_status=$?
5734   grep -v '^ *+' conftest.er1 >conftest.err
5735   rm -f conftest.er1
5736   cat conftest.err >&5
5737   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5738   (exit $ac_status); } && {
5739          test -z "$ac_c_werror_flag" ||
5740          test ! -s conftest.err
5741        } && test -s conftest.$ac_objext; then
5742   ac_cv_header_stdc=yes
5743 else
5744   $as_echo "$as_me: failed program was:" >&5
5745 sed 's/^/| /' conftest.$ac_ext >&5
5746
5747         ac_cv_header_stdc=no
5748 fi
5749
5750 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5751
5752 if test $ac_cv_header_stdc = yes; then
5753   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5754   cat >conftest.$ac_ext <<_ACEOF
5755 /* confdefs.h.  */
5756 _ACEOF
5757 cat confdefs.h >>conftest.$ac_ext
5758 cat >>conftest.$ac_ext <<_ACEOF
5759 /* end confdefs.h.  */
5760 #include <string.h>
5761
5762 _ACEOF
5763 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5764   $EGREP "memchr" >/dev/null 2>&1; then
5765   :
5766 else
5767   ac_cv_header_stdc=no
5768 fi
5769 rm -f conftest*
5770
5771 fi
5772
5773 if test $ac_cv_header_stdc = yes; then
5774   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5775   cat >conftest.$ac_ext <<_ACEOF
5776 /* confdefs.h.  */
5777 _ACEOF
5778 cat confdefs.h >>conftest.$ac_ext
5779 cat >>conftest.$ac_ext <<_ACEOF
5780 /* end confdefs.h.  */
5781 #include <stdlib.h>
5782
5783 _ACEOF
5784 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5785   $EGREP "free" >/dev/null 2>&1; then
5786   :
5787 else
5788   ac_cv_header_stdc=no
5789 fi
5790 rm -f conftest*
5791
5792 fi
5793
5794 if test $ac_cv_header_stdc = yes; then
5795   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5796   if test "$cross_compiling" = yes; then
5797   :
5798 else
5799   cat >conftest.$ac_ext <<_ACEOF
5800 /* confdefs.h.  */
5801 _ACEOF
5802 cat confdefs.h >>conftest.$ac_ext
5803 cat >>conftest.$ac_ext <<_ACEOF
5804 /* end confdefs.h.  */
5805 #include <ctype.h>
5806 #include <stdlib.h>
5807 #if ((' ' & 0x0FF) == 0x020)
5808 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5809 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5810 #else
5811 # define ISLOWER(c) \
5812                    (('a' <= (c) && (c) <= 'i') \
5813                      || ('j' <= (c) && (c) <= 'r') \
5814                      || ('s' <= (c) && (c) <= 'z'))
5815 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5816 #endif
5817
5818 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5819 int
5820 main ()
5821 {
5822   int i;
5823   for (i = 0; i < 256; i++)
5824     if (XOR (islower (i), ISLOWER (i))
5825         || toupper (i) != TOUPPER (i))
5826       return 2;
5827   return 0;
5828 }
5829 _ACEOF
5830 rm -f conftest$ac_exeext
5831 if { (ac_try="$ac_link"
5832 case "(($ac_try" in
5833   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5834   *) ac_try_echo=$ac_try;;
5835 esac
5836 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5837 $as_echo "$ac_try_echo") >&5
5838   (eval "$ac_link") 2>&5
5839   ac_status=$?
5840   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5841   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5842   { (case "(($ac_try" in
5843   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5844   *) ac_try_echo=$ac_try;;
5845 esac
5846 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5847 $as_echo "$ac_try_echo") >&5
5848   (eval "$ac_try") 2>&5
5849   ac_status=$?
5850   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5851   (exit $ac_status); }; }; then
5852   :
5853 else
5854   $as_echo "$as_me: program exited with status $ac_status" >&5
5855 $as_echo "$as_me: failed program was:" >&5
5856 sed 's/^/| /' conftest.$ac_ext >&5
5857
5858 ( exit $ac_status )
5859 ac_cv_header_stdc=no
5860 fi
5861 rm -rf conftest.dSYM
5862 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5863 fi
5864
5865
5866 fi
5867 fi
5868 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5869 $as_echo "$ac_cv_header_stdc" >&6; }
5870 if test $ac_cv_header_stdc = yes; then
5871
5872 cat >>confdefs.h <<\_ACEOF
5873 #define STDC_HEADERS 1
5874 _ACEOF
5875
5876 fi
5877
5878 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5879
5880
5881
5882
5883
5884
5885
5886
5887
5888 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5889                   inttypes.h stdint.h unistd.h
5890 do
5891 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5892 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5893 $as_echo_n "checking for $ac_header... " >&6; }
5894 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5895   $as_echo_n "(cached) " >&6
5896 else
5897   cat >conftest.$ac_ext <<_ACEOF
5898 /* confdefs.h.  */
5899 _ACEOF
5900 cat confdefs.h >>conftest.$ac_ext
5901 cat >>conftest.$ac_ext <<_ACEOF
5902 /* end confdefs.h.  */
5903 $ac_includes_default
5904
5905 #include <$ac_header>
5906 _ACEOF
5907 rm -f conftest.$ac_objext
5908 if { (ac_try="$ac_compile"
5909 case "(($ac_try" in
5910   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5911   *) ac_try_echo=$ac_try;;
5912 esac
5913 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5914 $as_echo "$ac_try_echo") >&5
5915   (eval "$ac_compile") 2>conftest.er1
5916   ac_status=$?
5917   grep -v '^ *+' conftest.er1 >conftest.err
5918   rm -f conftest.er1
5919   cat conftest.err >&5
5920   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5921   (exit $ac_status); } && {
5922          test -z "$ac_c_werror_flag" ||
5923          test ! -s conftest.err
5924        } && test -s conftest.$ac_objext; then
5925   eval "$as_ac_Header=yes"
5926 else
5927   $as_echo "$as_me: failed program was:" >&5
5928 sed 's/^/| /' conftest.$ac_ext >&5
5929
5930         eval "$as_ac_Header=no"
5931 fi
5932
5933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5934 fi
5935 ac_res=`eval 'as_val=${'$as_ac_Header'}
5936                  $as_echo "$as_val"'`
5937                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5938 $as_echo "$ac_res" >&6; }
5939 as_val=`eval 'as_val=${'$as_ac_Header'}
5940                  $as_echo "$as_val"'`
5941    if test "x$as_val" = x""yes; then
5942   cat >>confdefs.h <<_ACEOF
5943 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5944 _ACEOF
5945
5946 fi
5947
5948 done
5949
5950
5951
5952
5953
5954
5955
5956
5957
5958
5959
5960
5961
5962
5963
5964
5965
5966
5967
5968
5969
5970
5971
5972
5973
5974
5975
5976
5977
5978
5979
5980
5981
5982
5983
5984
5985
5986
5987
5988
5989
5990
5991
5992
5993
5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
6040
6041
6042
6043
6044
6045
6046
6047
6048
6049
6050
6051
6052
6053
6054
6055
6056
6057
6058
6059
6060
6061
6062
6063
6064
6065
6066
6067 for ac_header in \
6068         AudioUnit/AudioUnit.h \
6069         Carbon/Carbon.h \
6070         CoreAudio/CoreAudio.h \
6071         DiskArbitration/DiskArbitration.h \
6072         IOKit/IOKitLib.h \
6073         alias.h \
6074         alsa/asoundlib.h \
6075         arpa/inet.h \
6076         arpa/nameser.h \
6077         asm/types.h \
6078         capi20.h \
6079         curses.h \
6080         direct.h \
6081         dirent.h \
6082         dlfcn.h \
6083         elf.h \
6084         float.h \
6085         fontconfig/fontconfig.h \
6086         getopt.h \
6087         grp.h \
6088         ieeefp.h \
6089         io.h \
6090         jack/jack.h \
6091         jpeglib.h \
6092         lber.h \
6093         lcms.h \
6094         lcms/lcms.h \
6095         ldap.h \
6096         libaudioio.h \
6097         link.h \
6098         linux/cdrom.h \
6099         linux/compiler.h \
6100         linux/hdreg.h \
6101         linux/input.h \
6102         linux/ioctl.h \
6103         linux/joystick.h \
6104         linux/major.h \
6105         linux/param.h \
6106         linux/serial.h \
6107         linux/types.h \
6108         linux/ucdrom.h \
6109         mach/mach.h \
6110         mach/machine.h \
6111         machine/cpu.h \
6112         machine/limits.h \
6113         machine/soundcard.h \
6114         mntent.h \
6115         ncurses.h \
6116         netdb.h \
6117         netinet/in.h \
6118         netinet/in_systm.h \
6119         netinet/tcp.h \
6120         netinet/tcp_fsm.h \
6121         openssl/err.h \
6122         openssl/ssl.h \
6123         png.h \
6124         poll.h \
6125         process.h \
6126         pthread.h \
6127         pwd.h \
6128         regex.h \
6129         sched.h \
6130         scsi/scsi.h \
6131         scsi/scsi_ioctl.h \
6132         scsi/sg.h \
6133         soundcard.h \
6134         stdint.h \
6135         strings.h \
6136         sys/asoundlib.h \
6137         sys/cdio.h \
6138         sys/elf32.h \
6139         sys/epoll.h \
6140         sys/errno.h \
6141         sys/event.h \
6142         sys/exec_elf.h \
6143         sys/filio.h \
6144         sys/ioctl.h \
6145         sys/ipc.h \
6146         sys/limits.h \
6147         sys/link.h \
6148         sys/lwp.h \
6149         sys/mman.h \
6150         sys/modem.h \
6151         sys/msg.h \
6152         sys/mtio.h \
6153         sys/param.h \
6154         sys/poll.h \
6155         sys/prctl.h \
6156         sys/protosw.h \
6157         sys/ptrace.h \
6158         sys/reg.h \
6159         sys/resource.h \
6160         sys/scsiio.h \
6161         sys/shm.h \
6162         sys/signal.h \
6163         sys/socket.h \
6164         sys/socketvar.h \
6165         sys/sockio.h \
6166         sys/soundcard.h \
6167         sys/statvfs.h \
6168         sys/strtio.h \
6169         sys/syscall.h \
6170         sys/time.h \
6171         sys/timeout.h \
6172         sys/times.h \
6173         sys/uio.h \
6174         sys/un.h \
6175         sys/utsname.h \
6176         sys/vm86.h \
6177         sys/wait.h \
6178         syscall.h \
6179         termios.h \
6180         unistd.h \
6181         utime.h \
6182         valgrind/memcheck.h \
6183         valgrind/valgrind.h
6184
6185 do
6186 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6187 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6188   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6189 $as_echo_n "checking for $ac_header... " >&6; }
6190 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6191   $as_echo_n "(cached) " >&6
6192 fi
6193 ac_res=`eval 'as_val=${'$as_ac_Header'}
6194                  $as_echo "$as_val"'`
6195                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6196 $as_echo "$ac_res" >&6; }
6197 else
6198   # Is the header compilable?
6199 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
6200 $as_echo_n "checking $ac_header usability... " >&6; }
6201 cat >conftest.$ac_ext <<_ACEOF
6202 /* confdefs.h.  */
6203 _ACEOF
6204 cat confdefs.h >>conftest.$ac_ext
6205 cat >>conftest.$ac_ext <<_ACEOF
6206 /* end confdefs.h.  */
6207 $ac_includes_default
6208 #include <$ac_header>
6209 _ACEOF
6210 rm -f conftest.$ac_objext
6211 if { (ac_try="$ac_compile"
6212 case "(($ac_try" in
6213   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6214   *) ac_try_echo=$ac_try;;
6215 esac
6216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6217 $as_echo "$ac_try_echo") >&5
6218   (eval "$ac_compile") 2>conftest.er1
6219   ac_status=$?
6220   grep -v '^ *+' conftest.er1 >conftest.err
6221   rm -f conftest.er1
6222   cat conftest.err >&5
6223   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6224   (exit $ac_status); } && {
6225          test -z "$ac_c_werror_flag" ||
6226          test ! -s conftest.err
6227        } && test -s conftest.$ac_objext; then
6228   ac_header_compiler=yes
6229 else
6230   $as_echo "$as_me: failed program was:" >&5
6231 sed 's/^/| /' conftest.$ac_ext >&5
6232
6233         ac_header_compiler=no
6234 fi
6235
6236 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6237 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6238 $as_echo "$ac_header_compiler" >&6; }
6239
6240 # Is the header present?
6241 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
6242 $as_echo_n "checking $ac_header presence... " >&6; }
6243 cat >conftest.$ac_ext <<_ACEOF
6244 /* confdefs.h.  */
6245 _ACEOF
6246 cat confdefs.h >>conftest.$ac_ext
6247 cat >>conftest.$ac_ext <<_ACEOF
6248 /* end confdefs.h.  */
6249 #include <$ac_header>
6250 _ACEOF
6251 if { (ac_try="$ac_cpp conftest.$ac_ext"
6252 case "(($ac_try" in
6253   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6254   *) ac_try_echo=$ac_try;;
6255 esac
6256 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6257 $as_echo "$ac_try_echo") >&5
6258   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6259   ac_status=$?
6260   grep -v '^ *+' conftest.er1 >conftest.err
6261   rm -f conftest.er1
6262   cat conftest.err >&5
6263   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6264   (exit $ac_status); } >/dev/null && {
6265          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6266          test ! -s conftest.err
6267        }; then
6268   ac_header_preproc=yes
6269 else
6270   $as_echo "$as_me: failed program was:" >&5
6271 sed 's/^/| /' conftest.$ac_ext >&5
6272
6273   ac_header_preproc=no
6274 fi
6275
6276 rm -f conftest.err conftest.$ac_ext
6277 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6278 $as_echo "$ac_header_preproc" >&6; }
6279
6280 # So?  What about this header?
6281 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6282   yes:no: )
6283     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6284 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6285     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6286 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6287     ac_header_preproc=yes
6288     ;;
6289   no:yes:* )
6290     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6291 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6292     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
6293 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
6294     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6295 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6296     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
6297 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
6298     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6299 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6300     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6301 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6302     ( cat <<\_ASBOX
6303 ## ------------------------------------ ##
6304 ## Report this to wine-devel@winehq.org ##
6305 ## ------------------------------------ ##
6306 _ASBOX
6307      ) | sed "s/^/$as_me: WARNING:     /" >&2
6308     ;;
6309 esac
6310 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6311 $as_echo_n "checking for $ac_header... " >&6; }
6312 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6313   $as_echo_n "(cached) " >&6
6314 else
6315   eval "$as_ac_Header=\$ac_header_preproc"
6316 fi
6317 ac_res=`eval 'as_val=${'$as_ac_Header'}
6318                  $as_echo "$as_val"'`
6319                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6320 $as_echo "$ac_res" >&6; }
6321
6322 fi
6323 as_val=`eval 'as_val=${'$as_ac_Header'}
6324                  $as_echo "$as_val"'`
6325    if test "x$as_val" = x""yes; then
6326   cat >>confdefs.h <<_ACEOF
6327 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6328 _ACEOF
6329
6330 fi
6331
6332 done
6333
6334 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6335 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6336 if test "${ac_cv_header_stat_broken+set}" = set; then
6337   $as_echo_n "(cached) " >&6
6338 else
6339   cat >conftest.$ac_ext <<_ACEOF
6340 /* confdefs.h.  */
6341 _ACEOF
6342 cat confdefs.h >>conftest.$ac_ext
6343 cat >>conftest.$ac_ext <<_ACEOF
6344 /* end confdefs.h.  */
6345 #include <sys/types.h>
6346 #include <sys/stat.h>
6347
6348 #if defined S_ISBLK && defined S_IFDIR
6349 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6350 #endif
6351
6352 #if defined S_ISBLK && defined S_IFCHR
6353 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6354 #endif
6355
6356 #if defined S_ISLNK && defined S_IFREG
6357 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6358 #endif
6359
6360 #if defined S_ISSOCK && defined S_IFREG
6361 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6362 #endif
6363
6364 _ACEOF
6365 rm -f conftest.$ac_objext
6366 if { (ac_try="$ac_compile"
6367 case "(($ac_try" in
6368   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6369   *) ac_try_echo=$ac_try;;
6370 esac
6371 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6372 $as_echo "$ac_try_echo") >&5
6373   (eval "$ac_compile") 2>conftest.er1
6374   ac_status=$?
6375   grep -v '^ *+' conftest.er1 >conftest.err
6376   rm -f conftest.er1
6377   cat conftest.err >&5
6378   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6379   (exit $ac_status); } && {
6380          test -z "$ac_c_werror_flag" ||
6381          test ! -s conftest.err
6382        } && test -s conftest.$ac_objext; then
6383   ac_cv_header_stat_broken=no
6384 else
6385   $as_echo "$as_me: failed program was:" >&5
6386 sed 's/^/| /' conftest.$ac_ext >&5
6387
6388         ac_cv_header_stat_broken=yes
6389 fi
6390
6391 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6392 fi
6393 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6394 $as_echo "$ac_cv_header_stat_broken" >&6; }
6395 if test $ac_cv_header_stat_broken = yes; then
6396
6397 cat >>confdefs.h <<\_ACEOF
6398 #define STAT_MACROS_BROKEN 1
6399 _ACEOF
6400
6401 fi
6402
6403
6404
6405
6406
6407
6408
6409
6410 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6411 do
6412 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6413 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6414 $as_echo_n "checking for $ac_header... " >&6; }
6415 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6416   $as_echo_n "(cached) " >&6
6417 else
6418   cat >conftest.$ac_ext <<_ACEOF
6419 /* confdefs.h.  */
6420 _ACEOF
6421 cat confdefs.h >>conftest.$ac_ext
6422 cat >>conftest.$ac_ext <<_ACEOF
6423 /* end confdefs.h.  */
6424 #include <sys/types.h>
6425      #ifdef HAVE_SYS_PARAM_H
6426      # include <sys/param.h>
6427      #endif
6428
6429 #include <$ac_header>
6430 _ACEOF
6431 rm -f conftest.$ac_objext
6432 if { (ac_try="$ac_compile"
6433 case "(($ac_try" in
6434   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6435   *) ac_try_echo=$ac_try;;
6436 esac
6437 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6438 $as_echo "$ac_try_echo") >&5
6439   (eval "$ac_compile") 2>conftest.er1
6440   ac_status=$?
6441   grep -v '^ *+' conftest.er1 >conftest.err
6442   rm -f conftest.er1
6443   cat conftest.err >&5
6444   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6445   (exit $ac_status); } && {
6446          test -z "$ac_c_werror_flag" ||
6447          test ! -s conftest.err
6448        } && test -s conftest.$ac_objext; then
6449   eval "$as_ac_Header=yes"
6450 else
6451   $as_echo "$as_me: failed program was:" >&5
6452 sed 's/^/| /' conftest.$ac_ext >&5
6453
6454         eval "$as_ac_Header=no"
6455 fi
6456
6457 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6458 fi
6459 ac_res=`eval 'as_val=${'$as_ac_Header'}
6460                  $as_echo "$as_val"'`
6461                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6462 $as_echo "$ac_res" >&6; }
6463 as_val=`eval 'as_val=${'$as_ac_Header'}
6464                  $as_echo "$as_val"'`
6465    if test "x$as_val" = x""yes; then
6466   cat >>confdefs.h <<_ACEOF
6467 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6468 _ACEOF
6469
6470 fi
6471
6472 done
6473
6474
6475
6476
6477
6478
6479
6480
6481
6482
6483
6484
6485
6486
6487
6488 for ac_header in \
6489         netinet/ip.h \
6490         net/if.h \
6491         net/if_arp.h \
6492         net/if_dl.h \
6493         net/if_types.h \
6494         net/route.h \
6495         netinet/if_ether.h \
6496         netinet/if_inarp.h \
6497         netinet/in_pcb.h \
6498         netinet/ip_icmp.h \
6499         netinet/ip_var.h \
6500         netinet/udp.h \
6501         netipx/ipx.h \
6502
6503 do
6504 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6505 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6506 $as_echo_n "checking for $ac_header... " >&6; }
6507 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6508   $as_echo_n "(cached) " >&6
6509 else
6510   cat >conftest.$ac_ext <<_ACEOF
6511 /* confdefs.h.  */
6512 _ACEOF
6513 cat confdefs.h >>conftest.$ac_ext
6514 cat >>conftest.$ac_ext <<_ACEOF
6515 /* end confdefs.h.  */
6516 #include <sys/types.h>
6517      #ifdef HAVE_SYS_SOCKET_H
6518      # include <sys/socket.h>
6519      #endif
6520      #ifdef HAVE_SYS_SOCKETVAR_H
6521      # include <sys/socketvar.h>
6522      #endif
6523      #ifdef HAVE_NET_ROUTE_H
6524      # include <net/route.h>
6525      #endif
6526      #ifdef HAVE_NETINET_IN_H
6527      # include <netinet/in.h>
6528      #endif
6529      #ifdef HAVE_NETINET_IN_SYSTM_H
6530      # include <netinet/in_systm.h>
6531      #endif
6532      #ifdef HAVE_NET_IF_H
6533      # include <net/if.h>
6534      #endif
6535      #ifdef HAVE_NETINET_IP_H
6536      # include <netinet/ip.h>
6537      #endif
6538
6539 #include <$ac_header>
6540 _ACEOF
6541 rm -f conftest.$ac_objext
6542 if { (ac_try="$ac_compile"
6543 case "(($ac_try" in
6544   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6545   *) ac_try_echo=$ac_try;;
6546 esac
6547 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6548 $as_echo "$ac_try_echo") >&5
6549   (eval "$ac_compile") 2>conftest.er1
6550   ac_status=$?
6551   grep -v '^ *+' conftest.er1 >conftest.err
6552   rm -f conftest.er1
6553   cat conftest.err >&5
6554   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6555   (exit $ac_status); } && {
6556          test -z "$ac_c_werror_flag" ||
6557          test ! -s conftest.err
6558        } && test -s conftest.$ac_objext; then
6559   eval "$as_ac_Header=yes"
6560 else
6561   $as_echo "$as_me: failed program was:" >&5
6562 sed 's/^/| /' conftest.$ac_ext >&5
6563
6564         eval "$as_ac_Header=no"
6565 fi
6566
6567 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6568 fi
6569 ac_res=`eval 'as_val=${'$as_ac_Header'}
6570                  $as_echo "$as_val"'`
6571                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6572 $as_echo "$ac_res" >&6; }
6573 as_val=`eval 'as_val=${'$as_ac_Header'}
6574                  $as_echo "$as_val"'`
6575    if test "x$as_val" = x""yes; then
6576   cat >>confdefs.h <<_ACEOF
6577 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6578 _ACEOF
6579
6580 fi
6581
6582 done
6583
6584
6585
6586
6587
6588
6589 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6590 do
6591 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6592 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6593 $as_echo_n "checking for $ac_header... " >&6; }
6594 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6595   $as_echo_n "(cached) " >&6
6596 else
6597   cat >conftest.$ac_ext <<_ACEOF
6598 /* confdefs.h.  */
6599 _ACEOF
6600 cat confdefs.h >>conftest.$ac_ext
6601 cat >>conftest.$ac_ext <<_ACEOF
6602 /* end confdefs.h.  */
6603 #include <sys/types.h>
6604      #ifdef HAVE_ALIAS_H
6605      # include <alias.h>
6606      #endif
6607      #ifdef HAVE_SYS_SOCKET_H
6608      # include <sys/socket.h>
6609      #endif
6610      #ifdef HAVE_SYS_SOCKETVAR_H
6611      # include <sys/socketvar.h>
6612      #endif
6613      #ifdef HAVE_SYS_TIMEOUT_H
6614      # include <sys/timeout.h>
6615      #endif
6616      #ifdef HAVE_NETINET_IN_H
6617      # include <netinet/in.h>
6618      #endif
6619      #ifdef HAVE_NETINET_IN_SYSTM_H
6620      # include <netinet/in_systm.h>
6621      #endif
6622      #ifdef HAVE_NETINET_IP_H
6623      # include <netinet/ip.h>
6624      #endif
6625      #ifdef HAVE_NETINET_IP_VAR_H
6626      # include <netinet/ip_var.h>
6627      #endif
6628      #ifdef HAVE_NETINET_IP_ICMP_H
6629      # include <netinet/ip_icmp.h>
6630      #endif
6631      #ifdef HAVE_NETINET_UDP_H
6632      # include <netinet/udp.h>
6633      #endif
6634      #ifdef HAVE_NETINET_TCP_H
6635      # include <netinet/tcp.h>
6636      #endif
6637      #ifdef HAVE_NETINET_TCP_TIMER_H
6638      #include <netinet/tcp_timer.h>
6639      #endif
6640
6641 #include <$ac_header>
6642 _ACEOF
6643 rm -f conftest.$ac_objext
6644 if { (ac_try="$ac_compile"
6645 case "(($ac_try" in
6646   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6647   *) ac_try_echo=$ac_try;;
6648 esac
6649 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6650 $as_echo "$ac_try_echo") >&5
6651   (eval "$ac_compile") 2>conftest.er1
6652   ac_status=$?
6653   grep -v '^ *+' conftest.er1 >conftest.err
6654   rm -f conftest.er1
6655   cat conftest.err >&5
6656   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6657   (exit $ac_status); } && {
6658          test -z "$ac_c_werror_flag" ||
6659          test ! -s conftest.err
6660        } && test -s conftest.$ac_objext; then
6661   eval "$as_ac_Header=yes"
6662 else
6663   $as_echo "$as_me: failed program was:" >&5
6664 sed 's/^/| /' conftest.$ac_ext >&5
6665
6666         eval "$as_ac_Header=no"
6667 fi
6668
6669 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6670 fi
6671 ac_res=`eval 'as_val=${'$as_ac_Header'}
6672                  $as_echo "$as_val"'`
6673                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6674 $as_echo "$ac_res" >&6; }
6675 as_val=`eval 'as_val=${'$as_ac_Header'}
6676                  $as_echo "$as_val"'`
6677    if test "x$as_val" = x""yes; then
6678   cat >>confdefs.h <<_ACEOF
6679 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6680 _ACEOF
6681
6682 fi
6683
6684 done
6685
6686
6687
6688 for ac_header in linux/ipx.h
6689 do
6690 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6691 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6692 $as_echo_n "checking for $ac_header... " >&6; }
6693 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6694   $as_echo_n "(cached) " >&6
6695 else
6696   cat >conftest.$ac_ext <<_ACEOF
6697 /* confdefs.h.  */
6698 _ACEOF
6699 cat confdefs.h >>conftest.$ac_ext
6700 cat >>conftest.$ac_ext <<_ACEOF
6701 /* end confdefs.h.  */
6702 #include <sys/types.h>
6703      #ifdef HAVE_ASM_TYPES_H
6704      # include <asm/types.h>
6705      #endif
6706      #ifdef HAVE_SYS_SOCKET_H
6707      # include <sys/socket.h>
6708      #endif
6709      #ifdef HAVE_LINUX_TYPES_H
6710      # include <linux/types.h>
6711      #endif
6712
6713 #include <$ac_header>
6714 _ACEOF
6715 rm -f conftest.$ac_objext
6716 if { (ac_try="$ac_compile"
6717 case "(($ac_try" in
6718   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6719   *) ac_try_echo=$ac_try;;
6720 esac
6721 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6722 $as_echo "$ac_try_echo") >&5
6723   (eval "$ac_compile") 2>conftest.er1
6724   ac_status=$?
6725   grep -v '^ *+' conftest.er1 >conftest.err
6726   rm -f conftest.er1
6727   cat conftest.err >&5
6728   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6729   (exit $ac_status); } && {
6730          test -z "$ac_c_werror_flag" ||
6731          test ! -s conftest.err
6732        } && test -s conftest.$ac_objext; then
6733   eval "$as_ac_Header=yes"
6734 else
6735   $as_echo "$as_me: failed program was:" >&5
6736 sed 's/^/| /' conftest.$ac_ext >&5
6737
6738         eval "$as_ac_Header=no"
6739 fi
6740
6741 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6742 fi
6743 ac_res=`eval 'as_val=${'$as_ac_Header'}
6744                  $as_echo "$as_val"'`
6745                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6746 $as_echo "$ac_res" >&6; }
6747 as_val=`eval 'as_val=${'$as_ac_Header'}
6748                  $as_echo "$as_val"'`
6749    if test "x$as_val" = x""yes; then
6750   cat >>confdefs.h <<_ACEOF
6751 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6752 _ACEOF
6753
6754 fi
6755
6756 done
6757
6758
6759
6760 for ac_header in resolv.h
6761 do
6762 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6763 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6764 $as_echo_n "checking for $ac_header... " >&6; }
6765 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6766   $as_echo_n "(cached) " >&6
6767 else
6768   cat >conftest.$ac_ext <<_ACEOF
6769 /* confdefs.h.  */
6770 _ACEOF
6771 cat confdefs.h >>conftest.$ac_ext
6772 cat >>conftest.$ac_ext <<_ACEOF
6773 /* end confdefs.h.  */
6774 #include <sys/types.h>
6775      #ifdef HAVE_SYS_SOCKET_H
6776      # include <sys/socket.h>
6777      #endif
6778      #ifdef HAVE_NETINET_IN_H
6779      # include <netinet/in.h>
6780      #endif
6781      #ifdef HAVE_ARPA_NAMESER_H
6782      # include <arpa/nameser.h>
6783      #endif
6784
6785 #include <$ac_header>
6786 _ACEOF
6787 rm -f conftest.$ac_objext
6788 if { (ac_try="$ac_compile"
6789 case "(($ac_try" in
6790   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6791   *) ac_try_echo=$ac_try;;
6792 esac
6793 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6794 $as_echo "$ac_try_echo") >&5
6795   (eval "$ac_compile") 2>conftest.er1
6796   ac_status=$?
6797   grep -v '^ *+' conftest.er1 >conftest.err
6798   rm -f conftest.er1
6799   cat conftest.err >&5
6800   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6801   (exit $ac_status); } && {
6802          test -z "$ac_c_werror_flag" ||
6803          test ! -s conftest.err
6804        } && test -s conftest.$ac_objext; then
6805   eval "$as_ac_Header=yes"
6806 else
6807   $as_echo "$as_me: failed program was:" >&5
6808 sed 's/^/| /' conftest.$ac_ext >&5
6809
6810         eval "$as_ac_Header=no"
6811 fi
6812
6813 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6814 fi
6815 ac_res=`eval 'as_val=${'$as_ac_Header'}
6816                  $as_echo "$as_val"'`
6817                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6818 $as_echo "$ac_res" >&6; }
6819 as_val=`eval 'as_val=${'$as_ac_Header'}
6820                  $as_echo "$as_val"'`
6821    if test "x$as_val" = x""yes; then
6822   cat >>confdefs.h <<_ACEOF
6823 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6824 _ACEOF
6825
6826 fi
6827
6828 done
6829
6830
6831
6832 for ac_header in ucontext.h
6833 do
6834 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6835 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6836 $as_echo_n "checking for $ac_header... " >&6; }
6837 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6838   $as_echo_n "(cached) " >&6
6839 else
6840   cat >conftest.$ac_ext <<_ACEOF
6841 /* confdefs.h.  */
6842 _ACEOF
6843 cat confdefs.h >>conftest.$ac_ext
6844 cat >>conftest.$ac_ext <<_ACEOF
6845 /* end confdefs.h.  */
6846 #include <signal.h>
6847
6848 #include <$ac_header>
6849 _ACEOF
6850 rm -f conftest.$ac_objext
6851 if { (ac_try="$ac_compile"
6852 case "(($ac_try" in
6853   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6854   *) ac_try_echo=$ac_try;;
6855 esac
6856 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6857 $as_echo "$ac_try_echo") >&5
6858   (eval "$ac_compile") 2>conftest.er1
6859   ac_status=$?
6860   grep -v '^ *+' conftest.er1 >conftest.err
6861   rm -f conftest.er1
6862   cat conftest.err >&5
6863   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6864   (exit $ac_status); } && {
6865          test -z "$ac_c_werror_flag" ||
6866          test ! -s conftest.err
6867        } && test -s conftest.$ac_objext; then
6868   eval "$as_ac_Header=yes"
6869 else
6870   $as_echo "$as_me: failed program was:" >&5
6871 sed 's/^/| /' conftest.$ac_ext >&5
6872
6873         eval "$as_ac_Header=no"
6874 fi
6875
6876 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6877 fi
6878 ac_res=`eval 'as_val=${'$as_ac_Header'}
6879                  $as_echo "$as_val"'`
6880                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6881 $as_echo "$ac_res" >&6; }
6882 as_val=`eval 'as_val=${'$as_ac_Header'}
6883                  $as_echo "$as_val"'`
6884    if test "x$as_val" = x""yes; then
6885   cat >>confdefs.h <<_ACEOF
6886 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6887 _ACEOF
6888
6889 fi
6890
6891 done
6892
6893
6894
6895 for ac_header in sys/thr.h
6896 do
6897 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6898 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6899 $as_echo_n "checking for $ac_header... " >&6; }
6900 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6901   $as_echo_n "(cached) " >&6
6902 else
6903   cat >conftest.$ac_ext <<_ACEOF
6904 /* confdefs.h.  */
6905 _ACEOF
6906 cat confdefs.h >>conftest.$ac_ext
6907 cat >>conftest.$ac_ext <<_ACEOF
6908 /* end confdefs.h.  */
6909 #include <sys/types.h>
6910 #ifdef HAVE_UCONTEXT_H
6911 #include <ucontext.h>
6912 #endif
6913
6914 #include <$ac_header>
6915 _ACEOF
6916 rm -f conftest.$ac_objext
6917 if { (ac_try="$ac_compile"
6918 case "(($ac_try" in
6919   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6920   *) ac_try_echo=$ac_try;;
6921 esac
6922 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6923 $as_echo "$ac_try_echo") >&5
6924   (eval "$ac_compile") 2>conftest.er1
6925   ac_status=$?
6926   grep -v '^ *+' conftest.er1 >conftest.err
6927   rm -f conftest.er1
6928   cat conftest.err >&5
6929   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6930   (exit $ac_status); } && {
6931          test -z "$ac_c_werror_flag" ||
6932          test ! -s conftest.err
6933        } && test -s conftest.$ac_objext; then
6934   eval "$as_ac_Header=yes"
6935 else
6936   $as_echo "$as_me: failed program was:" >&5
6937 sed 's/^/| /' conftest.$ac_ext >&5
6938
6939         eval "$as_ac_Header=no"
6940 fi
6941
6942 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6943 fi
6944 ac_res=`eval 'as_val=${'$as_ac_Header'}
6945                  $as_echo "$as_val"'`
6946                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6947 $as_echo "$ac_res" >&6; }
6948 as_val=`eval 'as_val=${'$as_ac_Header'}
6949                  $as_echo "$as_val"'`
6950    if test "x$as_val" = x""yes; then
6951   cat >>confdefs.h <<_ACEOF
6952 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6953 _ACEOF
6954
6955 fi
6956
6957 done
6958
6959
6960
6961 for ac_header in pthread_np.h
6962 do
6963 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6964 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6965 $as_echo_n "checking for $ac_header... " >&6; }
6966 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6967   $as_echo_n "(cached) " >&6
6968 else
6969   cat >conftest.$ac_ext <<_ACEOF
6970 /* confdefs.h.  */
6971 _ACEOF
6972 cat confdefs.h >>conftest.$ac_ext
6973 cat >>conftest.$ac_ext <<_ACEOF
6974 /* end confdefs.h.  */
6975 #ifdef HAVE_PTHREAD_H
6976 #include <pthread.h>
6977 #endif
6978
6979 #include <$ac_header>
6980 _ACEOF
6981 rm -f conftest.$ac_objext
6982 if { (ac_try="$ac_compile"
6983 case "(($ac_try" in
6984   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6985   *) ac_try_echo=$ac_try;;
6986 esac
6987 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6988 $as_echo "$ac_try_echo") >&5
6989   (eval "$ac_compile") 2>conftest.er1
6990   ac_status=$?
6991   grep -v '^ *+' conftest.er1 >conftest.err
6992   rm -f conftest.er1
6993   cat conftest.err >&5
6994   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6995   (exit $ac_status); } && {
6996          test -z "$ac_c_werror_flag" ||
6997          test ! -s conftest.err
6998        } && test -s conftest.$ac_objext; then
6999   eval "$as_ac_Header=yes"
7000 else
7001   $as_echo "$as_me: failed program was:" >&5
7002 sed 's/^/| /' conftest.$ac_ext >&5
7003
7004         eval "$as_ac_Header=no"
7005 fi
7006
7007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7008 fi
7009 ac_res=`eval 'as_val=${'$as_ac_Header'}
7010                  $as_echo "$as_val"'`
7011                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7012 $as_echo "$ac_res" >&6; }
7013 as_val=`eval 'as_val=${'$as_ac_Header'}
7014                  $as_echo "$as_val"'`
7015    if test "x$as_val" = x""yes; then
7016   cat >>confdefs.h <<_ACEOF
7017 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7018 _ACEOF
7019
7020 fi
7021
7022 done
7023
7024
7025
7026 for ac_header in linux/videodev.h
7027 do
7028 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7029 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7030 $as_echo_n "checking for $ac_header... " >&6; }
7031 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7032   $as_echo_n "(cached) " >&6
7033 else
7034   cat >conftest.$ac_ext <<_ACEOF
7035 /* confdefs.h.  */
7036 _ACEOF
7037 cat confdefs.h >>conftest.$ac_ext
7038 cat >>conftest.$ac_ext <<_ACEOF
7039 /* end confdefs.h.  */
7040 #ifdef HAVE_SYS_TIME_H
7041 #include <sys/time.h>
7042 #endif
7043 #include <sys/types.h>
7044 #ifdef HAVE_ASM_TYPES_H
7045 #include <asm/types.h>
7046 #endif
7047
7048 #include <$ac_header>
7049 _ACEOF
7050 rm -f conftest.$ac_objext
7051 if { (ac_try="$ac_compile"
7052 case "(($ac_try" in
7053   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7054   *) ac_try_echo=$ac_try;;
7055 esac
7056 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7057 $as_echo "$ac_try_echo") >&5
7058   (eval "$ac_compile") 2>conftest.er1
7059   ac_status=$?
7060   grep -v '^ *+' conftest.er1 >conftest.err
7061   rm -f conftest.er1
7062   cat conftest.err >&5
7063   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7064   (exit $ac_status); } && {
7065          test -z "$ac_c_werror_flag" ||
7066          test ! -s conftest.err
7067        } && test -s conftest.$ac_objext; then
7068   eval "$as_ac_Header=yes"
7069 else
7070   $as_echo "$as_me: failed program was:" >&5
7071 sed 's/^/| /' conftest.$ac_ext >&5
7072
7073         eval "$as_ac_Header=no"
7074 fi
7075
7076 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7077 fi
7078 ac_res=`eval 'as_val=${'$as_ac_Header'}
7079                  $as_echo "$as_val"'`
7080                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7081 $as_echo "$ac_res" >&6; }
7082 as_val=`eval 'as_val=${'$as_ac_Header'}
7083                  $as_echo "$as_val"'`
7084    if test "x$as_val" = x""yes; then
7085   cat >>confdefs.h <<_ACEOF
7086 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7087 _ACEOF
7088
7089 fi
7090
7091 done
7092
7093
7094
7095 for ac_header in linux/capi.h
7096 do
7097 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7098 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7099 $as_echo_n "checking for $ac_header... " >&6; }
7100 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7101   $as_echo_n "(cached) " >&6
7102 else
7103   cat >conftest.$ac_ext <<_ACEOF
7104 /* confdefs.h.  */
7105 _ACEOF
7106 cat confdefs.h >>conftest.$ac_ext
7107 cat >>conftest.$ac_ext <<_ACEOF
7108 /* end confdefs.h.  */
7109 #define __user
7110
7111 #include <$ac_header>
7112 _ACEOF
7113 rm -f conftest.$ac_objext
7114 if { (ac_try="$ac_compile"
7115 case "(($ac_try" in
7116   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7117   *) ac_try_echo=$ac_try;;
7118 esac
7119 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7120 $as_echo "$ac_try_echo") >&5
7121   (eval "$ac_compile") 2>conftest.er1
7122   ac_status=$?
7123   grep -v '^ *+' conftest.er1 >conftest.err
7124   rm -f conftest.er1
7125   cat conftest.err >&5
7126   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7127   (exit $ac_status); } && {
7128          test -z "$ac_c_werror_flag" ||
7129          test ! -s conftest.err
7130        } && test -s conftest.$ac_objext; then
7131   eval "$as_ac_Header=yes"
7132 else
7133   $as_echo "$as_me: failed program was:" >&5
7134 sed 's/^/| /' conftest.$ac_ext >&5
7135
7136         eval "$as_ac_Header=no"
7137 fi
7138
7139 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7140 fi
7141 ac_res=`eval 'as_val=${'$as_ac_Header'}
7142                  $as_echo "$as_val"'`
7143                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7144 $as_echo "$ac_res" >&6; }
7145 as_val=`eval 'as_val=${'$as_ac_Header'}
7146                  $as_echo "$as_val"'`
7147    if test "x$as_val" = x""yes; then
7148   cat >>confdefs.h <<_ACEOF
7149 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7150 _ACEOF
7151
7152 fi
7153
7154 done
7155
7156
7157
7158 DLLEXT=""
7159
7160 DLLFLAGS="-D_REENTRANT"
7161
7162 LDSHARED=""
7163
7164 LDDLLFLAGS=""
7165
7166 LIBEXT="so"
7167
7168 IMPLIBEXT="def"
7169
7170 LDRPATH_INSTALL=""
7171
7172 LDRPATH_LOCAL=""
7173
7174 # Extract the first word of "ldd", so it can be a program name with args.
7175 set dummy ldd; ac_word=$2
7176 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7177 $as_echo_n "checking for $ac_word... " >&6; }
7178 if test "${ac_cv_path_LDD+set}" = set; then
7179   $as_echo_n "(cached) " >&6
7180 else
7181   case $LDD in
7182   [\\/]* | ?:[\\/]*)
7183   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7184   ;;
7185   *)
7186   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7187 as_dummy="/sbin:/usr/sbin:$PATH"
7188 for as_dir in $as_dummy
7189 do
7190   IFS=$as_save_IFS
7191   test -z "$as_dir" && as_dir=.
7192   for ac_exec_ext in '' $ac_executable_extensions; do
7193   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7194     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7195     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7196     break 2
7197   fi
7198 done
7199 done
7200 IFS=$as_save_IFS
7201
7202   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7203   ;;
7204 esac
7205 fi
7206 LDD=$ac_cv_path_LDD
7207 if test -n "$LDD"; then
7208   { $as_echo "$as_me:$LINENO: result: $LDD" >&5
7209 $as_echo "$LDD" >&6; }
7210 else
7211   { $as_echo "$as_me:$LINENO: result: no" >&5
7212 $as_echo "no" >&6; }
7213 fi
7214
7215
7216
7217 case $host_os in
7218   cygwin*|mingw32*)
7219     if test -n "$ac_tool_prefix"; then
7220   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7221 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7222 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7223 $as_echo_n "checking for $ac_word... " >&6; }
7224 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7225   $as_echo_n "(cached) " >&6
7226 else
7227   if test -n "$DLLTOOL"; then
7228   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7229 else
7230 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7231 for as_dir in $PATH
7232 do
7233   IFS=$as_save_IFS
7234   test -z "$as_dir" && as_dir=.
7235   for ac_exec_ext in '' $ac_executable_extensions; do
7236   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7237     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7238     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7239     break 2
7240   fi
7241 done
7242 done
7243 IFS=$as_save_IFS
7244
7245 fi
7246 fi
7247 DLLTOOL=$ac_cv_prog_DLLTOOL
7248 if test -n "$DLLTOOL"; then
7249   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7250 $as_echo "$DLLTOOL" >&6; }
7251 else
7252   { $as_echo "$as_me:$LINENO: result: no" >&5
7253 $as_echo "no" >&6; }
7254 fi
7255
7256
7257 fi
7258 if test -z "$ac_cv_prog_DLLTOOL"; then
7259   ac_ct_DLLTOOL=$DLLTOOL
7260   # Extract the first word of "dlltool", so it can be a program name with args.
7261 set dummy dlltool; ac_word=$2
7262 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7263 $as_echo_n "checking for $ac_word... " >&6; }
7264 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7265   $as_echo_n "(cached) " >&6
7266 else
7267   if test -n "$ac_ct_DLLTOOL"; then
7268   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7269 else
7270 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7271 for as_dir in $PATH
7272 do
7273   IFS=$as_save_IFS
7274   test -z "$as_dir" && as_dir=.
7275   for ac_exec_ext in '' $ac_executable_extensions; do
7276   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7277     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7278     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7279     break 2
7280   fi
7281 done
7282 done
7283 IFS=$as_save_IFS
7284
7285 fi
7286 fi
7287 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7288 if test -n "$ac_ct_DLLTOOL"; then
7289   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7290 $as_echo "$ac_ct_DLLTOOL" >&6; }
7291 else
7292   { $as_echo "$as_me:$LINENO: result: no" >&5
7293 $as_echo "no" >&6; }
7294 fi
7295
7296   if test "x$ac_ct_DLLTOOL" = x; then
7297     DLLTOOL="false"
7298   else
7299     case $cross_compiling:$ac_tool_warned in
7300 yes:)
7301 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7302 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7303 ac_tool_warned=yes ;;
7304 esac
7305     DLLTOOL=$ac_ct_DLLTOOL
7306   fi
7307 else
7308   DLLTOOL="$ac_cv_prog_DLLTOOL"
7309 fi
7310
7311     if test -n "$ac_tool_prefix"; then
7312   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7313 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7314 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7315 $as_echo_n "checking for $ac_word... " >&6; }
7316 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7317   $as_echo_n "(cached) " >&6
7318 else
7319   if test -n "$DLLWRAP"; then
7320   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7321 else
7322 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7323 for as_dir in $PATH
7324 do
7325   IFS=$as_save_IFS
7326   test -z "$as_dir" && as_dir=.
7327   for ac_exec_ext in '' $ac_executable_extensions; do
7328   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7329     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7330     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7331     break 2
7332   fi
7333 done
7334 done
7335 IFS=$as_save_IFS
7336
7337 fi
7338 fi
7339 DLLWRAP=$ac_cv_prog_DLLWRAP
7340 if test -n "$DLLWRAP"; then
7341   { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7342 $as_echo "$DLLWRAP" >&6; }
7343 else
7344   { $as_echo "$as_me:$LINENO: result: no" >&5
7345 $as_echo "no" >&6; }
7346 fi
7347
7348
7349 fi
7350 if test -z "$ac_cv_prog_DLLWRAP"; then
7351   ac_ct_DLLWRAP=$DLLWRAP
7352   # Extract the first word of "dllwrap", so it can be a program name with args.
7353 set dummy dllwrap; ac_word=$2
7354 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7355 $as_echo_n "checking for $ac_word... " >&6; }
7356 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7357   $as_echo_n "(cached) " >&6
7358 else
7359   if test -n "$ac_ct_DLLWRAP"; then
7360   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7361 else
7362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7363 for as_dir in $PATH
7364 do
7365   IFS=$as_save_IFS
7366   test -z "$as_dir" && as_dir=.
7367   for ac_exec_ext in '' $ac_executable_extensions; do
7368   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7369     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7370     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7371     break 2
7372   fi
7373 done
7374 done
7375 IFS=$as_save_IFS
7376
7377 fi
7378 fi
7379 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7380 if test -n "$ac_ct_DLLWRAP"; then
7381   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7382 $as_echo "$ac_ct_DLLWRAP" >&6; }
7383 else
7384   { $as_echo "$as_me:$LINENO: result: no" >&5
7385 $as_echo "no" >&6; }
7386 fi
7387
7388   if test "x$ac_ct_DLLWRAP" = x; then
7389     DLLWRAP="false"
7390   else
7391     case $cross_compiling:$ac_tool_warned in
7392 yes:)
7393 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7394 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7395 ac_tool_warned=yes ;;
7396 esac
7397     DLLWRAP=$ac_ct_DLLWRAP
7398   fi
7399 else
7400   DLLWRAP="$ac_cv_prog_DLLWRAP"
7401 fi
7402
7403     if test -n "$ac_tool_prefix"; then
7404   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7405 set dummy ${ac_tool_prefix}ar; ac_word=$2
7406 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7407 $as_echo_n "checking for $ac_word... " >&6; }
7408 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7409   $as_echo_n "(cached) " >&6
7410 else
7411   if test -n "$MINGWAR"; then
7412   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7413 else
7414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7415 for as_dir in $PATH
7416 do
7417   IFS=$as_save_IFS
7418   test -z "$as_dir" && as_dir=.
7419   for ac_exec_ext in '' $ac_executable_extensions; do
7420   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7421     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7422     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7423     break 2
7424   fi
7425 done
7426 done
7427 IFS=$as_save_IFS
7428
7429 fi
7430 fi
7431 MINGWAR=$ac_cv_prog_MINGWAR
7432 if test -n "$MINGWAR"; then
7433   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7434 $as_echo "$MINGWAR" >&6; }
7435 else
7436   { $as_echo "$as_me:$LINENO: result: no" >&5
7437 $as_echo "no" >&6; }
7438 fi
7439
7440
7441 fi
7442 if test -z "$ac_cv_prog_MINGWAR"; then
7443   ac_ct_MINGWAR=$MINGWAR
7444   # Extract the first word of "ar", so it can be a program name with args.
7445 set dummy ar; ac_word=$2
7446 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7447 $as_echo_n "checking for $ac_word... " >&6; }
7448 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7449   $as_echo_n "(cached) " >&6
7450 else
7451   if test -n "$ac_ct_MINGWAR"; then
7452   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7453 else
7454 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7455 for as_dir in $PATH
7456 do
7457   IFS=$as_save_IFS
7458   test -z "$as_dir" && as_dir=.
7459   for ac_exec_ext in '' $ac_executable_extensions; do
7460   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7461     ac_cv_prog_ac_ct_MINGWAR="ar"
7462     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7463     break 2
7464   fi
7465 done
7466 done
7467 IFS=$as_save_IFS
7468
7469 fi
7470 fi
7471 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7472 if test -n "$ac_ct_MINGWAR"; then
7473   { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7474 $as_echo "$ac_ct_MINGWAR" >&6; }
7475 else
7476   { $as_echo "$as_me:$LINENO: result: no" >&5
7477 $as_echo "no" >&6; }
7478 fi
7479
7480   if test "x$ac_ct_MINGWAR" = x; then
7481     MINGWAR="false"
7482   else
7483     case $cross_compiling:$ac_tool_warned in
7484 yes:)
7485 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7486 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7487 ac_tool_warned=yes ;;
7488 esac
7489     MINGWAR=$ac_ct_MINGWAR
7490   fi
7491 else
7492   MINGWAR="$ac_cv_prog_MINGWAR"
7493 fi
7494
7495     if test "$DLLWRAP" = "false"; then
7496       LIBEXT="a"
7497     else
7498             LIBEXT="dll"
7499     fi
7500     IMPLIBEXT="a"
7501         WIN16_FILES=""
7502     WIN16_INSTALL=""
7503         enable_iphlpapi=${enable_iphlpapi:-no}
7504     enable_kernel32=${enable_kernel32:-no}
7505     enable_msvcrt=${enable_msvcrt:-no}
7506     enable_ntdll=${enable_ntdll:-no}
7507     enable_ws2_32=${enable_ws2_32:-no}
7508     enable_loader=${enable_loader:-no}
7509     enable_server=${enable_server:-no}
7510         with_x=${with_x:-no}
7511     with_pthread=${with_pthread:-no}
7512     ;;
7513   darwin*|macosx*)
7514     DLLEXT=".so"
7515     LIBEXT="dylib"
7516     DLLFLAGS="$DLLFLAGS -fPIC"
7517     LDDLLFLAGS="-bundle -multiply_defined suppress"
7518     LIBWINE_LDFLAGS="-multiply_defined suppress"
7519     LDSHARED="\$(CC) -dynamiclib"
7520     STRIP="$STRIP -x"
7521     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7522         SECURITYLIB="-framework Security -framework CoreFoundation"
7523
7524     COREFOUNDATIONLIB="-framework CoreFoundation"
7525
7526     IOKITLIB="-framework IOKit -framework CoreFoundation"
7527
7528     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7529
7530     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7531     then
7532                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7533
7534     fi
7535     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7536     then
7537                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7538
7539     fi
7540     case $host_cpu in
7541       *powerpc*)
7542         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
7543     esac
7544         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7545     then
7546         CARBONLIB="-framework Carbon"
7547
7548         enable_winequartz_drv=${enable_winequartz_drv:-yes}
7549     fi
7550     ;;
7551   *)
7552     DLLFLAGS="$DLLFLAGS -fPIC"
7553     DLLEXT=".so"
7554     { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7555 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7556 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7557   $as_echo_n "(cached) " >&6
7558 else
7559   ac_wine_try_cflags_saved=$CFLAGS
7560 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7561 cat >conftest.$ac_ext <<_ACEOF
7562 void myfunc() {}
7563 _ACEOF
7564 rm -f conftest.$ac_objext conftest$ac_exeext
7565 if { (ac_try="$ac_link"
7566 case "(($ac_try" in
7567   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7568   *) ac_try_echo=$ac_try;;
7569 esac
7570 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7571 $as_echo "$ac_try_echo") >&5
7572   (eval "$ac_link") 2>conftest.er1
7573   ac_status=$?
7574   grep -v '^ *+' conftest.er1 >conftest.err
7575   rm -f conftest.er1
7576   cat conftest.err >&5
7577   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7578   (exit $ac_status); } && {
7579          test -z "$ac_c_werror_flag" ||
7580          test ! -s conftest.err
7581        } && test -s conftest$ac_exeext && {
7582          test "$cross_compiling" = yes ||
7583          $as_test_x conftest$ac_exeext
7584        }; then
7585   ac_cv_c_dll_gnuelf="yes"
7586 else
7587   $as_echo "$as_me: failed program was:" >&5
7588 sed 's/^/| /' conftest.$ac_ext >&5
7589
7590         ac_cv_c_dll_gnuelf="no"
7591 fi
7592
7593 rm -rf conftest.dSYM
7594 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7595       conftest$ac_exeext conftest.$ac_ext
7596 CFLAGS=$ac_wine_try_cflags_saved
7597 fi
7598 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7599 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7600     if test "$ac_cv_c_dll_gnuelf" = "yes"
7601     then
7602       LDSHARED="\$(CC) -shared"
7603       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7604       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7605 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7606 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_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,-soname,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__soname_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__soname_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__soname_confest_so_1" >&5
7661 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7662 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7663   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7664 else
7665   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7666 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7667 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7668   $as_echo_n "(cached) " >&6
7669 else
7670   ac_wine_try_cflags_saved=$CFLAGS
7671 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7672 cat >conftest.$ac_ext <<_ACEOF
7673 /* confdefs.h.  */
7674 _ACEOF
7675 cat confdefs.h >>conftest.$ac_ext
7676 cat >>conftest.$ac_ext <<_ACEOF
7677 /* end confdefs.h.  */
7678
7679 int
7680 main ()
7681 {
7682
7683   ;
7684   return 0;
7685 }
7686 _ACEOF
7687 rm -f conftest.$ac_objext conftest$ac_exeext
7688 if { (ac_try="$ac_link"
7689 case "(($ac_try" in
7690   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7691   *) ac_try_echo=$ac_try;;
7692 esac
7693 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7694 $as_echo "$ac_try_echo") >&5
7695   (eval "$ac_link") 2>conftest.er1
7696   ac_status=$?
7697   grep -v '^ *+' conftest.er1 >conftest.err
7698   rm -f conftest.er1
7699   cat conftest.err >&5
7700   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7701   (exit $ac_status); } && {
7702          test -z "$ac_c_werror_flag" ||
7703          test ! -s conftest.err
7704        } && test -s conftest$ac_exeext && {
7705          test "$cross_compiling" = yes ||
7706          $as_test_x conftest$ac_exeext
7707        }; then
7708   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7709 else
7710   $as_echo "$as_me: failed program was:" >&5
7711 sed 's/^/| /' conftest.$ac_ext >&5
7712
7713         ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7714 fi
7715
7716 rm -rf conftest.dSYM
7717 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7718       conftest$ac_exeext conftest.$ac_ext
7719 CFLAGS=$ac_wine_try_cflags_saved
7720 fi
7721 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7722 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7723 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7724   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7725 fi
7726
7727 fi
7728
7729
7730       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7731 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7732 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7733   $as_echo_n "(cached) " >&6
7734 else
7735   ac_wine_try_cflags_saved=$CFLAGS
7736 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7737 cat >conftest.$ac_ext <<_ACEOF
7738 /* confdefs.h.  */
7739 _ACEOF
7740 cat confdefs.h >>conftest.$ac_ext
7741 cat >>conftest.$ac_ext <<_ACEOF
7742 /* end confdefs.h.  */
7743
7744 int
7745 main ()
7746 {
7747
7748   ;
7749   return 0;
7750 }
7751 _ACEOF
7752 rm -f conftest.$ac_objext conftest$ac_exeext
7753 if { (ac_try="$ac_link"
7754 case "(($ac_try" in
7755   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7756   *) ac_try_echo=$ac_try;;
7757 esac
7758 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7759 $as_echo "$ac_try_echo") >&5
7760   (eval "$ac_link") 2>conftest.er1
7761   ac_status=$?
7762   grep -v '^ *+' conftest.er1 >conftest.err
7763   rm -f conftest.er1
7764   cat conftest.err >&5
7765   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7766   (exit $ac_status); } && {
7767          test -z "$ac_c_werror_flag" ||
7768          test ! -s conftest.err
7769        } && test -s conftest$ac_exeext && {
7770          test "$cross_compiling" = yes ||
7771          $as_test_x conftest$ac_exeext
7772        }; then
7773   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7774 else
7775   $as_echo "$as_me: failed program was:" >&5
7776 sed 's/^/| /' conftest.$ac_ext >&5
7777
7778         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7779 fi
7780
7781 rm -rf conftest.dSYM
7782 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7783       conftest$ac_exeext conftest.$ac_ext
7784 CFLAGS=$ac_wine_try_cflags_saved
7785 fi
7786 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7787 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7788 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7789   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7790 fi
7791
7792
7793       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7794 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7795 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7796   $as_echo_n "(cached) " >&6
7797 else
7798   ac_wine_try_cflags_saved=$CFLAGS
7799 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7800 cat >conftest.$ac_ext <<_ACEOF
7801 /* confdefs.h.  */
7802 _ACEOF
7803 cat confdefs.h >>conftest.$ac_ext
7804 cat >>conftest.$ac_ext <<_ACEOF
7805 /* end confdefs.h.  */
7806
7807 int
7808 main ()
7809 {
7810
7811   ;
7812   return 0;
7813 }
7814 _ACEOF
7815 rm -f conftest.$ac_objext conftest$ac_exeext
7816 if { (ac_try="$ac_link"
7817 case "(($ac_try" in
7818   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7819   *) ac_try_echo=$ac_try;;
7820 esac
7821 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7822 $as_echo "$ac_try_echo") >&5
7823   (eval "$ac_link") 2>conftest.er1
7824   ac_status=$?
7825   grep -v '^ *+' conftest.er1 >conftest.err
7826   rm -f conftest.er1
7827   cat conftest.err >&5
7828   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7829   (exit $ac_status); } && {
7830          test -z "$ac_c_werror_flag" ||
7831          test ! -s conftest.err
7832        } && test -s conftest$ac_exeext && {
7833          test "$cross_compiling" = yes ||
7834          $as_test_x conftest$ac_exeext
7835        }; then
7836   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7837 else
7838   $as_echo "$as_me: failed program was:" >&5
7839 sed 's/^/| /' conftest.$ac_ext >&5
7840
7841         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7842 fi
7843
7844 rm -rf conftest.dSYM
7845 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7846       conftest$ac_exeext conftest.$ac_ext
7847 CFLAGS=$ac_wine_try_cflags_saved
7848 fi
7849 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7850 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7851 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7852   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7853 fi
7854
7855
7856       echo '{ global: *; };' >conftest.map
7857       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7858 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7859 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7860   $as_echo_n "(cached) " >&6
7861 else
7862   ac_wine_try_cflags_saved=$CFLAGS
7863 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7864 cat >conftest.$ac_ext <<_ACEOF
7865 /* confdefs.h.  */
7866 _ACEOF
7867 cat confdefs.h >>conftest.$ac_ext
7868 cat >>conftest.$ac_ext <<_ACEOF
7869 /* end confdefs.h.  */
7870
7871 int
7872 main ()
7873 {
7874
7875   ;
7876   return 0;
7877 }
7878 _ACEOF
7879 rm -f conftest.$ac_objext conftest$ac_exeext
7880 if { (ac_try="$ac_link"
7881 case "(($ac_try" in
7882   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7883   *) ac_try_echo=$ac_try;;
7884 esac
7885 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7886 $as_echo "$ac_try_echo") >&5
7887   (eval "$ac_link") 2>conftest.er1
7888   ac_status=$?
7889   grep -v '^ *+' conftest.er1 >conftest.err
7890   rm -f conftest.er1
7891   cat conftest.err >&5
7892   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7893   (exit $ac_status); } && {
7894          test -z "$ac_c_werror_flag" ||
7895          test ! -s conftest.err
7896        } && test -s conftest$ac_exeext && {
7897          test "$cross_compiling" = yes ||
7898          $as_test_x conftest$ac_exeext
7899        }; then
7900   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7901 else
7902   $as_echo "$as_me: failed program was:" >&5
7903 sed 's/^/| /' conftest.$ac_ext >&5
7904
7905         ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7906 fi
7907
7908 rm -rf conftest.dSYM
7909 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7910       conftest$ac_exeext conftest.$ac_ext
7911 CFLAGS=$ac_wine_try_cflags_saved
7912 fi
7913 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7914 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7915 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7916   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7917 fi
7918
7919       rm -f conftest.map
7920
7921       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7922 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
7923 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7924   $as_echo_n "(cached) " >&6
7925 else
7926   ac_wine_try_cflags_saved=$CFLAGS
7927 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7928 cat >conftest.$ac_ext <<_ACEOF
7929 /* confdefs.h.  */
7930 _ACEOF
7931 cat confdefs.h >>conftest.$ac_ext
7932 cat >>conftest.$ac_ext <<_ACEOF
7933 /* end confdefs.h.  */
7934
7935 int
7936 main ()
7937 {
7938
7939   ;
7940   return 0;
7941 }
7942 _ACEOF
7943 rm -f conftest.$ac_objext conftest$ac_exeext
7944 if { (ac_try="$ac_link"
7945 case "(($ac_try" in
7946   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7947   *) ac_try_echo=$ac_try;;
7948 esac
7949 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7950 $as_echo "$ac_try_echo") >&5
7951   (eval "$ac_link") 2>conftest.er1
7952   ac_status=$?
7953   grep -v '^ *+' conftest.er1 >conftest.err
7954   rm -f conftest.er1
7955   cat conftest.err >&5
7956   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7957   (exit $ac_status); } && {
7958          test -z "$ac_c_werror_flag" ||
7959          test ! -s conftest.err
7960        } && test -s conftest$ac_exeext && {
7961          test "$cross_compiling" = yes ||
7962          $as_test_x conftest$ac_exeext
7963        }; then
7964   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7965 else
7966   $as_echo "$as_me: failed program was:" >&5
7967 sed 's/^/| /' conftest.$ac_ext >&5
7968
7969         ac_cv_cflags__fPIC__Wl___export_dynamic=no
7970 fi
7971
7972 rm -rf conftest.dSYM
7973 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7974       conftest$ac_exeext conftest.$ac_ext
7975 CFLAGS=$ac_wine_try_cflags_saved
7976 fi
7977 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7978 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7979 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7980   LDEXECFLAGS="-Wl,--export-dynamic"
7981
7982 fi
7983
7984
7985       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7986 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7987 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
7988 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7989   $as_echo_n "(cached) " >&6
7990 else
7991   ac_wine_try_cflags_saved=$CFLAGS
7992 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7993 cat >conftest.$ac_ext <<_ACEOF
7994 /* confdefs.h.  */
7995 _ACEOF
7996 cat confdefs.h >>conftest.$ac_ext
7997 cat >>conftest.$ac_ext <<_ACEOF
7998 /* end confdefs.h.  */
7999
8000 int
8001 main ()
8002 {
8003
8004   ;
8005   return 0;
8006 }
8007 _ACEOF
8008 rm -f conftest.$ac_objext conftest$ac_exeext
8009 if { (ac_try="$ac_link"
8010 case "(($ac_try" in
8011   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8012   *) ac_try_echo=$ac_try;;
8013 esac
8014 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8015 $as_echo "$ac_try_echo") >&5
8016   (eval "$ac_link") 2>conftest.er1
8017   ac_status=$?
8018   grep -v '^ *+' conftest.er1 >conftest.err
8019   rm -f conftest.er1
8020   cat conftest.err >&5
8021   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8022   (exit $ac_status); } && {
8023          test -z "$ac_c_werror_flag" ||
8024          test ! -s conftest.err
8025        } && test -s conftest$ac_exeext && {
8026          test "$cross_compiling" = yes ||
8027          $as_test_x conftest$ac_exeext
8028        }; then
8029   eval "$as_ac_var=yes"
8030 else
8031   $as_echo "$as_me: failed program was:" >&5
8032 sed 's/^/| /' conftest.$ac_ext >&5
8033
8034         eval "$as_ac_var=no"
8035 fi
8036
8037 rm -rf conftest.dSYM
8038 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8039       conftest$ac_exeext conftest.$ac_ext
8040 CFLAGS=$ac_wine_try_cflags_saved
8041 fi
8042 ac_res=`eval 'as_val=${'$as_ac_var'}
8043                  $as_echo "$as_val"'`
8044                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8045 $as_echo "$ac_res" >&6; }
8046 if test `eval 'as_val=${'$as_ac_var'}
8047                  $as_echo "$as_val"'` = yes; then
8048   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8049                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8050 else
8051   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
8052 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8053 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8054 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8055   $as_echo_n "(cached) " >&6
8056 else
8057   ac_wine_try_cflags_saved=$CFLAGS
8058 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8059 cat >conftest.$ac_ext <<_ACEOF
8060 /* confdefs.h.  */
8061 _ACEOF
8062 cat confdefs.h >>conftest.$ac_ext
8063 cat >>conftest.$ac_ext <<_ACEOF
8064 /* end confdefs.h.  */
8065
8066 int
8067 main ()
8068 {
8069
8070   ;
8071   return 0;
8072 }
8073 _ACEOF
8074 rm -f conftest.$ac_objext conftest$ac_exeext
8075 if { (ac_try="$ac_link"
8076 case "(($ac_try" in
8077   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8078   *) ac_try_echo=$ac_try;;
8079 esac
8080 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8081 $as_echo "$ac_try_echo") >&5
8082   (eval "$ac_link") 2>conftest.er1
8083   ac_status=$?
8084   grep -v '^ *+' conftest.er1 >conftest.err
8085   rm -f conftest.er1
8086   cat conftest.err >&5
8087   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8088   (exit $ac_status); } && {
8089          test -z "$ac_c_werror_flag" ||
8090          test ! -s conftest.err
8091        } && test -s conftest$ac_exeext && {
8092          test "$cross_compiling" = yes ||
8093          $as_test_x conftest$ac_exeext
8094        }; then
8095   eval "$as_ac_var=yes"
8096 else
8097   $as_echo "$as_me: failed program was:" >&5
8098 sed 's/^/| /' conftest.$ac_ext >&5
8099
8100         eval "$as_ac_var=no"
8101 fi
8102
8103 rm -rf conftest.dSYM
8104 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8105       conftest$ac_exeext conftest.$ac_ext
8106 CFLAGS=$ac_wine_try_cflags_saved
8107 fi
8108 ac_res=`eval 'as_val=${'$as_ac_var'}
8109                  $as_echo "$as_val"'`
8110                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8111 $as_echo "$ac_res" >&6; }
8112 if test `eval 'as_val=${'$as_ac_var'}
8113                  $as_echo "$as_val"'` = yes; then
8114   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8115                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8116 fi
8117
8118 fi
8119
8120
8121       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8122 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8123 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8124   $as_echo_n "(cached) " >&6
8125 else
8126   ac_wine_try_cflags_saved=$CFLAGS
8127 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8128 cat >conftest.$ac_ext <<_ACEOF
8129 /* confdefs.h.  */
8130 _ACEOF
8131 cat confdefs.h >>conftest.$ac_ext
8132 cat >>conftest.$ac_ext <<_ACEOF
8133 /* end confdefs.h.  */
8134
8135 int
8136 main ()
8137 {
8138
8139   ;
8140   return 0;
8141 }
8142 _ACEOF
8143 rm -f conftest.$ac_objext conftest$ac_exeext
8144 if { (ac_try="$ac_link"
8145 case "(($ac_try" in
8146   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8147   *) ac_try_echo=$ac_try;;
8148 esac
8149 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8150 $as_echo "$ac_try_echo") >&5
8151   (eval "$ac_link") 2>conftest.er1
8152   ac_status=$?
8153   grep -v '^ *+' conftest.er1 >conftest.err
8154   rm -f conftest.er1
8155   cat conftest.err >&5
8156   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8157   (exit $ac_status); } && {
8158          test -z "$ac_c_werror_flag" ||
8159          test ! -s conftest.err
8160        } && test -s conftest$ac_exeext && {
8161          test "$cross_compiling" = yes ||
8162          $as_test_x conftest$ac_exeext
8163        }; then
8164   ac_cv_cflags__Wl___enable_new_dtags=yes
8165 else
8166   $as_echo "$as_me: failed program was:" >&5
8167 sed 's/^/| /' conftest.$ac_ext >&5
8168
8169         ac_cv_cflags__Wl___enable_new_dtags=no
8170 fi
8171
8172 rm -rf conftest.dSYM
8173 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8174       conftest$ac_exeext conftest.$ac_ext
8175 CFLAGS=$ac_wine_try_cflags_saved
8176 fi
8177 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8178 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8179 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8180   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8181 fi
8182
8183
8184       case $host_cpu in
8185         *i[3456789]86* | x86_64)
8186           { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8187 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8188 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8189   $as_echo_n "(cached) " >&6
8190 else
8191   ac_wine_try_cflags_saved=$CFLAGS
8192 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8193 cat >conftest.$ac_ext <<_ACEOF
8194 /* confdefs.h.  */
8195 _ACEOF
8196 cat confdefs.h >>conftest.$ac_ext
8197 cat >>conftest.$ac_ext <<_ACEOF
8198 /* end confdefs.h.  */
8199
8200 int
8201 main ()
8202 {
8203
8204   ;
8205   return 0;
8206 }
8207 _ACEOF
8208 rm -f conftest.$ac_objext conftest$ac_exeext
8209 if { (ac_try="$ac_link"
8210 case "(($ac_try" in
8211   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8212   *) ac_try_echo=$ac_try;;
8213 esac
8214 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8215 $as_echo "$ac_try_echo") >&5
8216   (eval "$ac_link") 2>conftest.er1
8217   ac_status=$?
8218   grep -v '^ *+' conftest.er1 >conftest.err
8219   rm -f conftest.er1
8220   cat conftest.err >&5
8221   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8222   (exit $ac_status); } && {
8223          test -z "$ac_c_werror_flag" ||
8224          test ! -s conftest.err
8225        } && test -s conftest$ac_exeext && {
8226          test "$cross_compiling" = yes ||
8227          $as_test_x conftest$ac_exeext
8228        }; then
8229   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8230 else
8231   $as_echo "$as_me: failed program was:" >&5
8232 sed 's/^/| /' conftest.$ac_ext >&5
8233
8234         ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8235 fi
8236
8237 rm -rf conftest.dSYM
8238 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8239       conftest$ac_exeext conftest.$ac_ext
8240 CFLAGS=$ac_wine_try_cflags_saved
8241 fi
8242 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8243 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8244 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8245   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8246 fi
8247
8248           ;;
8249       esac
8250
8251     else
8252       { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8253 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8254 if test "${ac_cv_c_dll_unixware+set}" = set; then
8255   $as_echo_n "(cached) " >&6
8256 else
8257   ac_wine_try_cflags_saved=$CFLAGS
8258 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8259 cat >conftest.$ac_ext <<_ACEOF
8260 void myfunc() {}
8261 _ACEOF
8262 rm -f conftest.$ac_objext conftest$ac_exeext
8263 if { (ac_try="$ac_link"
8264 case "(($ac_try" in
8265   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8266   *) ac_try_echo=$ac_try;;
8267 esac
8268 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8269 $as_echo "$ac_try_echo") >&5
8270   (eval "$ac_link") 2>conftest.er1
8271   ac_status=$?
8272   grep -v '^ *+' conftest.er1 >conftest.err
8273   rm -f conftest.er1
8274   cat conftest.err >&5
8275   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8276   (exit $ac_status); } && {
8277          test -z "$ac_c_werror_flag" ||
8278          test ! -s conftest.err
8279        } && test -s conftest$ac_exeext && {
8280          test "$cross_compiling" = yes ||
8281          $as_test_x conftest$ac_exeext
8282        }; then
8283   ac_cv_c_dll_unixware="yes"
8284 else
8285   $as_echo "$as_me: failed program was:" >&5
8286 sed 's/^/| /' conftest.$ac_ext >&5
8287
8288         ac_cv_c_dll_unixware="no"
8289 fi
8290
8291 rm -rf conftest.dSYM
8292 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8293       conftest$ac_exeext conftest.$ac_ext
8294 CFLAGS=$ac_wine_try_cflags_saved
8295 fi
8296 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8297 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8298       if test "$ac_cv_c_dll_unixware" = "yes"
8299       then
8300         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8301         LDDLLFLAGS="-Wl,-G,-B,symbolic"
8302
8303       else
8304         { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8305 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8306 if test "${ac_cv_c_dll_hpux+set}" = set; then
8307   $as_echo_n "(cached) " >&6
8308 else
8309   ac_wine_try_cflags_saved=$CFLAGS
8310 CFLAGS="$CFLAGS -shared"
8311 cat >conftest.$ac_ext <<_ACEOF
8312 void myfunc() {}
8313 _ACEOF
8314 rm -f conftest.$ac_objext conftest$ac_exeext
8315 if { (ac_try="$ac_link"
8316 case "(($ac_try" in
8317   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8318   *) ac_try_echo=$ac_try;;
8319 esac
8320 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8321 $as_echo "$ac_try_echo") >&5
8322   (eval "$ac_link") 2>conftest.er1
8323   ac_status=$?
8324   grep -v '^ *+' conftest.er1 >conftest.err
8325   rm -f conftest.er1
8326   cat conftest.err >&5
8327   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8328   (exit $ac_status); } && {
8329          test -z "$ac_c_werror_flag" ||
8330          test ! -s conftest.err
8331        } && test -s conftest$ac_exeext && {
8332          test "$cross_compiling" = yes ||
8333          $as_test_x conftest$ac_exeext
8334        }; then
8335   ac_cv_c_dll_hpux="yes"
8336 else
8337   $as_echo "$as_me: failed program was:" >&5
8338 sed 's/^/| /' conftest.$ac_ext >&5
8339
8340         ac_cv_c_dll_hpux="no"
8341 fi
8342
8343 rm -rf conftest.dSYM
8344 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8345       conftest$ac_exeext conftest.$ac_ext
8346 CFLAGS=$ac_wine_try_cflags_saved
8347 fi
8348 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8349 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8350         if test "$ac_cv_c_dll_hpux" = "yes"
8351         then
8352           LIBEXT="sl"
8353           DLLEXT=".sl"
8354           LDDLLFLAGS="-shared -fPIC"
8355           LDSHARED="\$(CC) -shared"
8356         fi
8357       fi
8358     fi
8359     ;;
8360 esac
8361
8362 enable_winequartz_drv=${enable_winequartz_drv:-no}
8363
8364 if test "$LIBEXT" = "a"; then
8365   { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8366 It is currently not possible to build Wine without shared library
8367 (.so) support to allow transparent switch between .so and .dll files.
8368 If you are using Linux, you will need a newer binutils.
8369 " >&5
8370 $as_echo "$as_me: error: could not find a way to build shared libraries.
8371 It is currently not possible to build Wine without shared library
8372 (.so) support to allow transparent switch between .so and .dll files.
8373 If you are using Linux, you will need a newer binutils.
8374 " >&2;}
8375    { (exit 1); exit 1; }; }
8376 fi
8377
8378 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8379 then
8380     for ac_prog in $host_cpu-pc-mingw32-gcc i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc i686-pc-mingw32-gcc mingw-gcc
8381 do
8382   # Extract the first word of "$ac_prog", so it can be a program name with args.
8383 set dummy $ac_prog; ac_word=$2
8384 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8385 $as_echo_n "checking for $ac_word... " >&6; }
8386 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8387   $as_echo_n "(cached) " >&6
8388 else
8389   if test -n "$CROSSCC"; then
8390   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8391 else
8392 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8393 for as_dir in $PATH
8394 do
8395   IFS=$as_save_IFS
8396   test -z "$as_dir" && as_dir=.
8397   for ac_exec_ext in '' $ac_executable_extensions; do
8398   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8399     ac_cv_prog_CROSSCC="$ac_prog"
8400     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8401     break 2
8402   fi
8403 done
8404 done
8405 IFS=$as_save_IFS
8406
8407 fi
8408 fi
8409 CROSSCC=$ac_cv_prog_CROSSCC
8410 if test -n "$CROSSCC"; then
8411   { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8412 $as_echo "$CROSSCC" >&6; }
8413 else
8414   { $as_echo "$as_me:$LINENO: result: no" >&5
8415 $as_echo "no" >&6; }
8416 fi
8417
8418
8419   test -n "$CROSSCC" && break
8420 done
8421 test -n "$CROSSCC" || CROSSCC="false"
8422
8423     for ac_prog in $host_cpu-pc-mingw32-dlltool i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool i686-pc-mingw32-dlltool mingw-dlltool
8424 do
8425   # Extract the first word of "$ac_prog", so it can be a program name with args.
8426 set dummy $ac_prog; ac_word=$2
8427 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8428 $as_echo_n "checking for $ac_word... " >&6; }
8429 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8430   $as_echo_n "(cached) " >&6
8431 else
8432   if test -n "$DLLTOOL"; then
8433   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8434 else
8435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8436 for as_dir in $PATH
8437 do
8438   IFS=$as_save_IFS
8439   test -z "$as_dir" && as_dir=.
8440   for ac_exec_ext in '' $ac_executable_extensions; do
8441   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8442     ac_cv_prog_DLLTOOL="$ac_prog"
8443     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8444     break 2
8445   fi
8446 done
8447 done
8448 IFS=$as_save_IFS
8449
8450 fi
8451 fi
8452 DLLTOOL=$ac_cv_prog_DLLTOOL
8453 if test -n "$DLLTOOL"; then
8454   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8455 $as_echo "$DLLTOOL" >&6; }
8456 else
8457   { $as_echo "$as_me:$LINENO: result: no" >&5
8458 $as_echo "no" >&6; }
8459 fi
8460
8461
8462   test -n "$DLLTOOL" && break
8463 done
8464 test -n "$DLLTOOL" || DLLTOOL="false"
8465
8466     for ac_prog in $host_cpu-pc-mingw32-windres i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres i686-pc-mingw32-windres mingw-windres
8467 do
8468   # Extract the first word of "$ac_prog", so it can be a program name with args.
8469 set dummy $ac_prog; ac_word=$2
8470 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8471 $as_echo_n "checking for $ac_word... " >&6; }
8472 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8473   $as_echo_n "(cached) " >&6
8474 else
8475   if test -n "$CROSSWINDRES"; then
8476   ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8477 else
8478 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8479 for as_dir in $PATH
8480 do
8481   IFS=$as_save_IFS
8482   test -z "$as_dir" && as_dir=.
8483   for ac_exec_ext in '' $ac_executable_extensions; do
8484   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8485     ac_cv_prog_CROSSWINDRES="$ac_prog"
8486     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8487     break 2
8488   fi
8489 done
8490 done
8491 IFS=$as_save_IFS
8492
8493 fi
8494 fi
8495 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8496 if test -n "$CROSSWINDRES"; then
8497   { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8498 $as_echo "$CROSSWINDRES" >&6; }
8499 else
8500   { $as_echo "$as_me:$LINENO: result: no" >&5
8501 $as_echo "no" >&6; }
8502 fi
8503
8504
8505   test -n "$CROSSWINDRES" && break
8506 done
8507 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8508
8509     for ac_prog in $host_cpu-pc-mingw32-ar i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar i686-pc-mingw32-ar mingw-ar
8510 do
8511   # Extract the first word of "$ac_prog", so it can be a program name with args.
8512 set dummy $ac_prog; ac_word=$2
8513 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8514 $as_echo_n "checking for $ac_word... " >&6; }
8515 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8516   $as_echo_n "(cached) " >&6
8517 else
8518   if test -n "$MINGWAR"; then
8519   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8520 else
8521 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8522 for as_dir in $PATH
8523 do
8524   IFS=$as_save_IFS
8525   test -z "$as_dir" && as_dir=.
8526   for ac_exec_ext in '' $ac_executable_extensions; do
8527   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8528     ac_cv_prog_MINGWAR="$ac_prog"
8529     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8530     break 2
8531   fi
8532 done
8533 done
8534 IFS=$as_save_IFS
8535
8536 fi
8537 fi
8538 MINGWAR=$ac_cv_prog_MINGWAR
8539 if test -n "$MINGWAR"; then
8540   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8541 $as_echo "$MINGWAR" >&6; }
8542 else
8543   { $as_echo "$as_me:$LINENO: result: no" >&5
8544 $as_echo "no" >&6; }
8545 fi
8546
8547
8548   test -n "$MINGWAR" && break
8549 done
8550 test -n "$MINGWAR" || MINGWAR="false"
8551
8552     if test "$CROSSCC" != "false"
8553     then
8554         CROSSTEST="\$(CROSSTEST)"
8555
8556     fi
8557 fi
8558
8559
8560 if test "$ac_cv_header_pthread_h" = "yes"
8561 then
8562     { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8563 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8564 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8565   $as_echo_n "(cached) " >&6
8566 else
8567   ac_check_lib_save_LIBS=$LIBS
8568 LIBS="-lpthread  $LIBS"
8569 cat >conftest.$ac_ext <<_ACEOF
8570 /* confdefs.h.  */
8571 _ACEOF
8572 cat confdefs.h >>conftest.$ac_ext
8573 cat >>conftest.$ac_ext <<_ACEOF
8574 /* end confdefs.h.  */
8575
8576 /* Override any GCC internal prototype to avoid an error.
8577    Use char because int might match the return type of a GCC
8578    builtin and then its argument prototype would still apply.  */
8579 #ifdef __cplusplus
8580 extern "C"
8581 #endif
8582 char pthread_create ();
8583 int
8584 main ()
8585 {
8586 return pthread_create ();
8587   ;
8588   return 0;
8589 }
8590 _ACEOF
8591 rm -f conftest.$ac_objext conftest$ac_exeext
8592 if { (ac_try="$ac_link"
8593 case "(($ac_try" in
8594   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8595   *) ac_try_echo=$ac_try;;
8596 esac
8597 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8598 $as_echo "$ac_try_echo") >&5
8599   (eval "$ac_link") 2>conftest.er1
8600   ac_status=$?
8601   grep -v '^ *+' conftest.er1 >conftest.err
8602   rm -f conftest.er1
8603   cat conftest.err >&5
8604   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8605   (exit $ac_status); } && {
8606          test -z "$ac_c_werror_flag" ||
8607          test ! -s conftest.err
8608        } && test -s conftest$ac_exeext && {
8609          test "$cross_compiling" = yes ||
8610          $as_test_x conftest$ac_exeext
8611        }; then
8612   ac_cv_lib_pthread_pthread_create=yes
8613 else
8614   $as_echo "$as_me: failed program was:" >&5
8615 sed 's/^/| /' conftest.$ac_ext >&5
8616
8617         ac_cv_lib_pthread_pthread_create=no
8618 fi
8619
8620 rm -rf conftest.dSYM
8621 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8622       conftest$ac_exeext conftest.$ac_ext
8623 LIBS=$ac_check_lib_save_LIBS
8624 fi
8625 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8626 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8627 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8628   LIBPTHREAD="-lpthread"
8629
8630 fi
8631
8632 fi
8633 if test "x$LIBPTHREAD" = "x"; then
8634   case "x$with_pthread" in
8635   xno) ;;
8636   *)   { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8637 Wine cannot support threads without libpthread.
8638 Use the --without-pthread option if you really want this." >&5
8639 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8640 Wine cannot support threads without libpthread.
8641 Use the --without-pthread option if you really want this." >&2;}
8642    { (exit 1); exit 1; }; } ;;
8643 esac
8644 fi
8645
8646
8647
8648 { $as_echo "$as_me:$LINENO: checking for X" >&5
8649 $as_echo_n "checking for X... " >&6; }
8650
8651
8652 # Check whether --with-x was given.
8653 if test "${with_x+set}" = set; then
8654   withval=$with_x;
8655 fi
8656
8657 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8658 if test "x$with_x" = xno; then
8659   # The user explicitly disabled X.
8660   have_x=disabled
8661 else
8662   case $x_includes,$x_libraries in #(
8663     *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8664 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8665    { (exit 1); exit 1; }; };; #(
8666     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8667   $as_echo_n "(cached) " >&6
8668 else
8669   # One or both of the vars are not set, and there is no cached value.
8670 ac_x_includes=no ac_x_libraries=no
8671 rm -f -r conftest.dir
8672 if mkdir conftest.dir; then
8673   cd conftest.dir
8674   cat >Imakefile <<'_ACEOF'
8675 incroot:
8676         @echo incroot='${INCROOT}'
8677 usrlibdir:
8678         @echo usrlibdir='${USRLIBDIR}'
8679 libdir:
8680         @echo libdir='${LIBDIR}'
8681 _ACEOF
8682   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8683     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8684     for ac_var in incroot usrlibdir libdir; do
8685       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8686     done
8687     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8688     for ac_extension in a so sl dylib la dll; do
8689       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8690          test -f "$ac_im_libdir/libX11.$ac_extension"; then
8691         ac_im_usrlibdir=$ac_im_libdir; break
8692       fi
8693     done
8694     # Screen out bogus values from the imake configuration.  They are
8695     # bogus both because they are the default anyway, and because
8696     # using them would break gcc on systems where it needs fixed includes.
8697     case $ac_im_incroot in
8698         /usr/include) ac_x_includes= ;;
8699         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8700     esac
8701     case $ac_im_usrlibdir in
8702         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8703         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8704     esac
8705   fi
8706   cd ..
8707   rm -f -r conftest.dir
8708 fi
8709
8710 # Standard set of common directories for X headers.
8711 # Check X11 before X11Rn because it is often a symlink to the current release.
8712 ac_x_header_dirs='
8713 /usr/X11/include
8714 /usr/X11R6/include
8715 /usr/X11R5/include
8716 /usr/X11R4/include
8717
8718 /usr/include/X11
8719 /usr/include/X11R6
8720 /usr/include/X11R5
8721 /usr/include/X11R4
8722
8723 /usr/local/X11/include
8724 /usr/local/X11R6/include
8725 /usr/local/X11R5/include
8726 /usr/local/X11R4/include
8727
8728 /usr/local/include/X11
8729 /usr/local/include/X11R6
8730 /usr/local/include/X11R5
8731 /usr/local/include/X11R4
8732
8733 /usr/X386/include
8734 /usr/x386/include
8735 /usr/XFree86/include/X11
8736
8737 /usr/include
8738 /usr/local/include
8739 /usr/unsupported/include
8740 /usr/athena/include
8741 /usr/local/x11r5/include
8742 /usr/lpp/Xamples/include
8743
8744 /usr/openwin/include
8745 /usr/openwin/share/include'
8746
8747 if test "$ac_x_includes" = no; then
8748   # Guess where to find include files, by looking for Xlib.h.
8749   # First, try using that file with no special directory specified.
8750   cat >conftest.$ac_ext <<_ACEOF
8751 /* confdefs.h.  */
8752 _ACEOF
8753 cat confdefs.h >>conftest.$ac_ext
8754 cat >>conftest.$ac_ext <<_ACEOF
8755 /* end confdefs.h.  */
8756 #include <X11/Xlib.h>
8757 _ACEOF
8758 if { (ac_try="$ac_cpp conftest.$ac_ext"
8759 case "(($ac_try" in
8760   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8761   *) ac_try_echo=$ac_try;;
8762 esac
8763 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8764 $as_echo "$ac_try_echo") >&5
8765   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8766   ac_status=$?
8767   grep -v '^ *+' conftest.er1 >conftest.err
8768   rm -f conftest.er1
8769   cat conftest.err >&5
8770   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8771   (exit $ac_status); } >/dev/null && {
8772          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8773          test ! -s conftest.err
8774        }; then
8775   # We can compile using X headers with no special include directory.
8776 ac_x_includes=
8777 else
8778   $as_echo "$as_me: failed program was:" >&5
8779 sed 's/^/| /' conftest.$ac_ext >&5
8780
8781   for ac_dir in $ac_x_header_dirs; do
8782   if test -r "$ac_dir/X11/Xlib.h"; then
8783     ac_x_includes=$ac_dir
8784     break
8785   fi
8786 done
8787 fi
8788
8789 rm -f conftest.err conftest.$ac_ext
8790 fi # $ac_x_includes = no
8791
8792 if test "$ac_x_libraries" = no; then
8793   # Check for the libraries.
8794   # See if we find them without any special options.
8795   # Don't add to $LIBS permanently.
8796   ac_save_LIBS=$LIBS
8797   LIBS="-lX11 $LIBS"
8798   cat >conftest.$ac_ext <<_ACEOF
8799 /* confdefs.h.  */
8800 _ACEOF
8801 cat confdefs.h >>conftest.$ac_ext
8802 cat >>conftest.$ac_ext <<_ACEOF
8803 /* end confdefs.h.  */
8804 #include <X11/Xlib.h>
8805 int
8806 main ()
8807 {
8808 XrmInitialize ()
8809   ;
8810   return 0;
8811 }
8812 _ACEOF
8813 rm -f conftest.$ac_objext conftest$ac_exeext
8814 if { (ac_try="$ac_link"
8815 case "(($ac_try" in
8816   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8817   *) ac_try_echo=$ac_try;;
8818 esac
8819 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8820 $as_echo "$ac_try_echo") >&5
8821   (eval "$ac_link") 2>conftest.er1
8822   ac_status=$?
8823   grep -v '^ *+' conftest.er1 >conftest.err
8824   rm -f conftest.er1
8825   cat conftest.err >&5
8826   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8827   (exit $ac_status); } && {
8828          test -z "$ac_c_werror_flag" ||
8829          test ! -s conftest.err
8830        } && test -s conftest$ac_exeext && {
8831          test "$cross_compiling" = yes ||
8832          $as_test_x conftest$ac_exeext
8833        }; then
8834   LIBS=$ac_save_LIBS
8835 # We can link X programs with no special library path.
8836 ac_x_libraries=
8837 else
8838   $as_echo "$as_me: failed program was:" >&5
8839 sed 's/^/| /' conftest.$ac_ext >&5
8840
8841         LIBS=$ac_save_LIBS
8842 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8843 do
8844   # Don't even attempt the hair of trying to link an X program!
8845   for ac_extension in a so sl dylib la dll; do
8846     if test -r "$ac_dir/libX11.$ac_extension"; then
8847       ac_x_libraries=$ac_dir
8848       break 2
8849     fi
8850   done
8851 done
8852 fi
8853
8854 rm -rf conftest.dSYM
8855 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8856       conftest$ac_exeext conftest.$ac_ext
8857 fi # $ac_x_libraries = no
8858
8859 case $ac_x_includes,$ac_x_libraries in #(
8860   no,* | *,no | *\'*)
8861     # Didn't find X, or a directory has "'" in its name.
8862     ac_cv_have_x="have_x=no";; #(
8863   *)
8864     # Record where we found X for the cache.
8865     ac_cv_have_x="have_x=yes\
8866         ac_x_includes='$ac_x_includes'\
8867         ac_x_libraries='$ac_x_libraries'"
8868 esac
8869 fi
8870 ;; #(
8871     *) have_x=yes;;
8872   esac
8873   eval "$ac_cv_have_x"
8874 fi # $with_x != no
8875
8876 if test "$have_x" != yes; then
8877   { $as_echo "$as_me:$LINENO: result: $have_x" >&5
8878 $as_echo "$have_x" >&6; }
8879   no_x=yes
8880 else
8881   # If each of the values was on the command line, it overrides each guess.
8882   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8883   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8884   # Update the cache value to reflect the command line values.
8885   ac_cv_have_x="have_x=yes\
8886         ac_x_includes='$x_includes'\
8887         ac_x_libraries='$x_libraries'"
8888   { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8889 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
8890 fi
8891
8892 if test "$no_x" = yes; then
8893   # Not all programs may use this symbol, but it does not hurt to define it.
8894
8895 cat >>confdefs.h <<\_ACEOF
8896 #define X_DISPLAY_MISSING 1
8897 _ACEOF
8898
8899   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8900 else
8901   if test -n "$x_includes"; then
8902     X_CFLAGS="$X_CFLAGS -I$x_includes"
8903   fi
8904
8905   # It would also be nice to do this for all -L options, not just this one.
8906   if test -n "$x_libraries"; then
8907     X_LIBS="$X_LIBS -L$x_libraries"
8908     # For Solaris; some versions of Sun CC require a space after -R and
8909     # others require no space.  Words are not sufficient . . . .
8910     { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8911 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
8912     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8913     ac_xsave_c_werror_flag=$ac_c_werror_flag
8914     ac_c_werror_flag=yes
8915     cat >conftest.$ac_ext <<_ACEOF
8916 /* confdefs.h.  */
8917 _ACEOF
8918 cat confdefs.h >>conftest.$ac_ext
8919 cat >>conftest.$ac_ext <<_ACEOF
8920 /* end confdefs.h.  */
8921
8922 int
8923 main ()
8924 {
8925
8926   ;
8927   return 0;
8928 }
8929 _ACEOF
8930 rm -f conftest.$ac_objext conftest$ac_exeext
8931 if { (ac_try="$ac_link"
8932 case "(($ac_try" in
8933   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8934   *) ac_try_echo=$ac_try;;
8935 esac
8936 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8937 $as_echo "$ac_try_echo") >&5
8938   (eval "$ac_link") 2>conftest.er1
8939   ac_status=$?
8940   grep -v '^ *+' conftest.er1 >conftest.err
8941   rm -f conftest.er1
8942   cat conftest.err >&5
8943   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8944   (exit $ac_status); } && {
8945          test -z "$ac_c_werror_flag" ||
8946          test ! -s conftest.err
8947        } && test -s conftest$ac_exeext && {
8948          test "$cross_compiling" = yes ||
8949          $as_test_x conftest$ac_exeext
8950        }; then
8951   { $as_echo "$as_me:$LINENO: result: no" >&5
8952 $as_echo "no" >&6; }
8953        X_LIBS="$X_LIBS -R$x_libraries"
8954 else
8955   $as_echo "$as_me: failed program was:" >&5
8956 sed 's/^/| /' conftest.$ac_ext >&5
8957
8958         LIBS="$ac_xsave_LIBS -R $x_libraries"
8959        cat >conftest.$ac_ext <<_ACEOF
8960 /* confdefs.h.  */
8961 _ACEOF
8962 cat confdefs.h >>conftest.$ac_ext
8963 cat >>conftest.$ac_ext <<_ACEOF
8964 /* end confdefs.h.  */
8965
8966 int
8967 main ()
8968 {
8969
8970   ;
8971   return 0;
8972 }
8973 _ACEOF
8974 rm -f conftest.$ac_objext conftest$ac_exeext
8975 if { (ac_try="$ac_link"
8976 case "(($ac_try" in
8977   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8978   *) ac_try_echo=$ac_try;;
8979 esac
8980 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8981 $as_echo "$ac_try_echo") >&5
8982   (eval "$ac_link") 2>conftest.er1
8983   ac_status=$?
8984   grep -v '^ *+' conftest.er1 >conftest.err
8985   rm -f conftest.er1
8986   cat conftest.err >&5
8987   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8988   (exit $ac_status); } && {
8989          test -z "$ac_c_werror_flag" ||
8990          test ! -s conftest.err
8991        } && test -s conftest$ac_exeext && {
8992          test "$cross_compiling" = yes ||
8993          $as_test_x conftest$ac_exeext
8994        }; then
8995   { $as_echo "$as_me:$LINENO: result: yes" >&5
8996 $as_echo "yes" >&6; }
8997           X_LIBS="$X_LIBS -R $x_libraries"
8998 else
8999   $as_echo "$as_me: failed program was:" >&5
9000 sed 's/^/| /' conftest.$ac_ext >&5
9001
9002         { $as_echo "$as_me:$LINENO: result: neither works" >&5
9003 $as_echo "neither works" >&6; }
9004 fi
9005
9006 rm -rf conftest.dSYM
9007 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9008       conftest$ac_exeext conftest.$ac_ext
9009 fi
9010
9011 rm -rf conftest.dSYM
9012 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9013       conftest$ac_exeext conftest.$ac_ext
9014     ac_c_werror_flag=$ac_xsave_c_werror_flag
9015     LIBS=$ac_xsave_LIBS
9016   fi
9017
9018   # Check for system-dependent libraries X programs must link with.
9019   # Do this before checking for the system-independent R6 libraries
9020   # (-lICE), since we may need -lsocket or whatever for X linking.
9021
9022   if test "$ISC" = yes; then
9023     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9024   else
9025     # Martyn Johnson says this is needed for Ultrix, if the X
9026     # libraries were built with DECnet support.  And Karl Berry says
9027     # the Alpha needs dnet_stub (dnet does not exist).
9028     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9029     cat >conftest.$ac_ext <<_ACEOF
9030 /* confdefs.h.  */
9031 _ACEOF
9032 cat confdefs.h >>conftest.$ac_ext
9033 cat >>conftest.$ac_ext <<_ACEOF
9034 /* end confdefs.h.  */
9035
9036 /* Override any GCC internal prototype to avoid an error.
9037    Use char because int might match the return type of a GCC
9038    builtin and then its argument prototype would still apply.  */
9039 #ifdef __cplusplus
9040 extern "C"
9041 #endif
9042 char XOpenDisplay ();
9043 int
9044 main ()
9045 {
9046 return XOpenDisplay ();
9047   ;
9048   return 0;
9049 }
9050 _ACEOF
9051 rm -f conftest.$ac_objext conftest$ac_exeext
9052 if { (ac_try="$ac_link"
9053 case "(($ac_try" in
9054   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9055   *) ac_try_echo=$ac_try;;
9056 esac
9057 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9058 $as_echo "$ac_try_echo") >&5
9059   (eval "$ac_link") 2>conftest.er1
9060   ac_status=$?
9061   grep -v '^ *+' conftest.er1 >conftest.err
9062   rm -f conftest.er1
9063   cat conftest.err >&5
9064   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9065   (exit $ac_status); } && {
9066          test -z "$ac_c_werror_flag" ||
9067          test ! -s conftest.err
9068        } && test -s conftest$ac_exeext && {
9069          test "$cross_compiling" = yes ||
9070          $as_test_x conftest$ac_exeext
9071        }; then
9072   :
9073 else
9074   $as_echo "$as_me: failed program was:" >&5
9075 sed 's/^/| /' conftest.$ac_ext >&5
9076
9077         { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
9078 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9079 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
9080   $as_echo_n "(cached) " >&6
9081 else
9082   ac_check_lib_save_LIBS=$LIBS
9083 LIBS="-ldnet  $LIBS"
9084 cat >conftest.$ac_ext <<_ACEOF
9085 /* confdefs.h.  */
9086 _ACEOF
9087 cat confdefs.h >>conftest.$ac_ext
9088 cat >>conftest.$ac_ext <<_ACEOF
9089 /* end confdefs.h.  */
9090
9091 /* Override any GCC internal prototype to avoid an error.
9092    Use char because int might match the return type of a GCC
9093    builtin and then its argument prototype would still apply.  */
9094 #ifdef __cplusplus
9095 extern "C"
9096 #endif
9097 char dnet_ntoa ();
9098 int
9099 main ()
9100 {
9101 return dnet_ntoa ();
9102   ;
9103   return 0;
9104 }
9105 _ACEOF
9106 rm -f conftest.$ac_objext conftest$ac_exeext
9107 if { (ac_try="$ac_link"
9108 case "(($ac_try" in
9109   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9110   *) ac_try_echo=$ac_try;;
9111 esac
9112 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9113 $as_echo "$ac_try_echo") >&5
9114   (eval "$ac_link") 2>conftest.er1
9115   ac_status=$?
9116   grep -v '^ *+' conftest.er1 >conftest.err
9117   rm -f conftest.er1
9118   cat conftest.err >&5
9119   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9120   (exit $ac_status); } && {
9121          test -z "$ac_c_werror_flag" ||
9122          test ! -s conftest.err
9123        } && test -s conftest$ac_exeext && {
9124          test "$cross_compiling" = yes ||
9125          $as_test_x conftest$ac_exeext
9126        }; then
9127   ac_cv_lib_dnet_dnet_ntoa=yes
9128 else
9129   $as_echo "$as_me: failed program was:" >&5
9130 sed 's/^/| /' conftest.$ac_ext >&5
9131
9132         ac_cv_lib_dnet_dnet_ntoa=no
9133 fi
9134
9135 rm -rf conftest.dSYM
9136 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9137       conftest$ac_exeext conftest.$ac_ext
9138 LIBS=$ac_check_lib_save_LIBS
9139 fi
9140 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9141 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9142 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
9143   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9144 fi
9145
9146     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9147       { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9148 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9149 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9150   $as_echo_n "(cached) " >&6
9151 else
9152   ac_check_lib_save_LIBS=$LIBS
9153 LIBS="-ldnet_stub  $LIBS"
9154 cat >conftest.$ac_ext <<_ACEOF
9155 /* confdefs.h.  */
9156 _ACEOF
9157 cat confdefs.h >>conftest.$ac_ext
9158 cat >>conftest.$ac_ext <<_ACEOF
9159 /* end confdefs.h.  */
9160
9161 /* Override any GCC internal prototype to avoid an error.
9162    Use char because int might match the return type of a GCC
9163    builtin and then its argument prototype would still apply.  */
9164 #ifdef __cplusplus
9165 extern "C"
9166 #endif
9167 char dnet_ntoa ();
9168 int
9169 main ()
9170 {
9171 return dnet_ntoa ();
9172   ;
9173   return 0;
9174 }
9175 _ACEOF
9176 rm -f conftest.$ac_objext conftest$ac_exeext
9177 if { (ac_try="$ac_link"
9178 case "(($ac_try" in
9179   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9180   *) ac_try_echo=$ac_try;;
9181 esac
9182 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9183 $as_echo "$ac_try_echo") >&5
9184   (eval "$ac_link") 2>conftest.er1
9185   ac_status=$?
9186   grep -v '^ *+' conftest.er1 >conftest.err
9187   rm -f conftest.er1
9188   cat conftest.err >&5
9189   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9190   (exit $ac_status); } && {
9191          test -z "$ac_c_werror_flag" ||
9192          test ! -s conftest.err
9193        } && test -s conftest$ac_exeext && {
9194          test "$cross_compiling" = yes ||
9195          $as_test_x conftest$ac_exeext
9196        }; then
9197   ac_cv_lib_dnet_stub_dnet_ntoa=yes
9198 else
9199   $as_echo "$as_me: failed program was:" >&5
9200 sed 's/^/| /' conftest.$ac_ext >&5
9201
9202         ac_cv_lib_dnet_stub_dnet_ntoa=no
9203 fi
9204
9205 rm -rf conftest.dSYM
9206 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9207       conftest$ac_exeext conftest.$ac_ext
9208 LIBS=$ac_check_lib_save_LIBS
9209 fi
9210 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9211 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9212 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
9213   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9214 fi
9215
9216     fi
9217 fi
9218
9219 rm -rf conftest.dSYM
9220 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9221       conftest$ac_exeext conftest.$ac_ext
9222     LIBS="$ac_xsave_LIBS"
9223
9224     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9225     # to get the SysV transport functions.
9226     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9227     # needs -lnsl.
9228     # The nsl library prevents programs from opening the X display
9229     # on Irix 5.2, according to T.E. Dickey.
9230     # The functions gethostbyname, getservbyname, and inet_addr are
9231     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9232     { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
9233 $as_echo_n "checking for gethostbyname... " >&6; }
9234 if test "${ac_cv_func_gethostbyname+set}" = set; then
9235   $as_echo_n "(cached) " >&6
9236 else
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 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9244    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9245 #define gethostbyname innocuous_gethostbyname
9246
9247 /* System header to define __stub macros and hopefully few prototypes,
9248     which can conflict with char gethostbyname (); below.
9249     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9250     <limits.h> exists even on freestanding compilers.  */
9251
9252 #ifdef __STDC__
9253 # include <limits.h>
9254 #else
9255 # include <assert.h>
9256 #endif
9257
9258 #undef gethostbyname
9259
9260 /* Override any GCC internal prototype to avoid an error.
9261    Use char because int might match the return type of a GCC
9262    builtin and then its argument prototype would still apply.  */
9263 #ifdef __cplusplus
9264 extern "C"
9265 #endif
9266 char gethostbyname ();
9267 /* The GNU C library defines this for functions which it implements
9268     to always fail with ENOSYS.  Some functions are actually named
9269     something starting with __ and the normal name is an alias.  */
9270 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9271 choke me
9272 #endif
9273
9274 int
9275 main ()
9276 {
9277 return gethostbyname ();
9278   ;
9279   return 0;
9280 }
9281 _ACEOF
9282 rm -f conftest.$ac_objext conftest$ac_exeext
9283 if { (ac_try="$ac_link"
9284 case "(($ac_try" in
9285   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9286   *) ac_try_echo=$ac_try;;
9287 esac
9288 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9289 $as_echo "$ac_try_echo") >&5
9290   (eval "$ac_link") 2>conftest.er1
9291   ac_status=$?
9292   grep -v '^ *+' conftest.er1 >conftest.err
9293   rm -f conftest.er1
9294   cat conftest.err >&5
9295   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9296   (exit $ac_status); } && {
9297          test -z "$ac_c_werror_flag" ||
9298          test ! -s conftest.err
9299        } && test -s conftest$ac_exeext && {
9300          test "$cross_compiling" = yes ||
9301          $as_test_x conftest$ac_exeext
9302        }; then
9303   ac_cv_func_gethostbyname=yes
9304 else
9305   $as_echo "$as_me: failed program was:" >&5
9306 sed 's/^/| /' conftest.$ac_ext >&5
9307
9308         ac_cv_func_gethostbyname=no
9309 fi
9310
9311 rm -rf conftest.dSYM
9312 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9313       conftest$ac_exeext conftest.$ac_ext
9314 fi
9315 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9316 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9317
9318     if test $ac_cv_func_gethostbyname = no; then
9319       { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9320 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9321 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9322   $as_echo_n "(cached) " >&6
9323 else
9324   ac_check_lib_save_LIBS=$LIBS
9325 LIBS="-lnsl  $LIBS"
9326 cat >conftest.$ac_ext <<_ACEOF
9327 /* confdefs.h.  */
9328 _ACEOF
9329 cat confdefs.h >>conftest.$ac_ext
9330 cat >>conftest.$ac_ext <<_ACEOF
9331 /* end confdefs.h.  */
9332
9333 /* Override any GCC internal prototype to avoid an error.
9334    Use char because int might match the return type of a GCC
9335    builtin and then its argument prototype would still apply.  */
9336 #ifdef __cplusplus
9337 extern "C"
9338 #endif
9339 char gethostbyname ();
9340 int
9341 main ()
9342 {
9343 return gethostbyname ();
9344   ;
9345   return 0;
9346 }
9347 _ACEOF
9348 rm -f conftest.$ac_objext conftest$ac_exeext
9349 if { (ac_try="$ac_link"
9350 case "(($ac_try" in
9351   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9352   *) ac_try_echo=$ac_try;;
9353 esac
9354 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9355 $as_echo "$ac_try_echo") >&5
9356   (eval "$ac_link") 2>conftest.er1
9357   ac_status=$?
9358   grep -v '^ *+' conftest.er1 >conftest.err
9359   rm -f conftest.er1
9360   cat conftest.err >&5
9361   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9362   (exit $ac_status); } && {
9363          test -z "$ac_c_werror_flag" ||
9364          test ! -s conftest.err
9365        } && test -s conftest$ac_exeext && {
9366          test "$cross_compiling" = yes ||
9367          $as_test_x conftest$ac_exeext
9368        }; then
9369   ac_cv_lib_nsl_gethostbyname=yes
9370 else
9371   $as_echo "$as_me: failed program was:" >&5
9372 sed 's/^/| /' conftest.$ac_ext >&5
9373
9374         ac_cv_lib_nsl_gethostbyname=no
9375 fi
9376
9377 rm -rf conftest.dSYM
9378 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9379       conftest$ac_exeext conftest.$ac_ext
9380 LIBS=$ac_check_lib_save_LIBS
9381 fi
9382 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9383 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9384 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9385   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9386 fi
9387
9388       if test $ac_cv_lib_nsl_gethostbyname = no; then
9389         { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9390 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9391 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9392   $as_echo_n "(cached) " >&6
9393 else
9394   ac_check_lib_save_LIBS=$LIBS
9395 LIBS="-lbsd  $LIBS"
9396 cat >conftest.$ac_ext <<_ACEOF
9397 /* confdefs.h.  */
9398 _ACEOF
9399 cat confdefs.h >>conftest.$ac_ext
9400 cat >>conftest.$ac_ext <<_ACEOF
9401 /* end confdefs.h.  */
9402
9403 /* Override any GCC internal prototype to avoid an error.
9404    Use char because int might match the return type of a GCC
9405    builtin and then its argument prototype would still apply.  */
9406 #ifdef __cplusplus
9407 extern "C"
9408 #endif
9409 char gethostbyname ();
9410 int
9411 main ()
9412 {
9413 return gethostbyname ();
9414   ;
9415   return 0;
9416 }
9417 _ACEOF
9418 rm -f conftest.$ac_objext conftest$ac_exeext
9419 if { (ac_try="$ac_link"
9420 case "(($ac_try" in
9421   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9422   *) ac_try_echo=$ac_try;;
9423 esac
9424 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9425 $as_echo "$ac_try_echo") >&5
9426   (eval "$ac_link") 2>conftest.er1
9427   ac_status=$?
9428   grep -v '^ *+' conftest.er1 >conftest.err
9429   rm -f conftest.er1
9430   cat conftest.err >&5
9431   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9432   (exit $ac_status); } && {
9433          test -z "$ac_c_werror_flag" ||
9434          test ! -s conftest.err
9435        } && test -s conftest$ac_exeext && {
9436          test "$cross_compiling" = yes ||
9437          $as_test_x conftest$ac_exeext
9438        }; then
9439   ac_cv_lib_bsd_gethostbyname=yes
9440 else
9441   $as_echo "$as_me: failed program was:" >&5
9442 sed 's/^/| /' conftest.$ac_ext >&5
9443
9444         ac_cv_lib_bsd_gethostbyname=no
9445 fi
9446
9447 rm -rf conftest.dSYM
9448 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9449       conftest$ac_exeext conftest.$ac_ext
9450 LIBS=$ac_check_lib_save_LIBS
9451 fi
9452 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9453 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9454 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9455   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9456 fi
9457
9458       fi
9459     fi
9460
9461     # lieder@skyler.mavd.honeywell.com says without -lsocket,
9462     # socket/setsockopt and other routines are undefined under SCO ODT
9463     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
9464     # on later versions), says Simon Leinen: it contains gethostby*
9465     # variants that don't use the name server (or something).  -lsocket
9466     # must be given before -lnsl if both are needed.  We assume that
9467     # if connect needs -lnsl, so does gethostbyname.
9468     { $as_echo "$as_me:$LINENO: checking for connect" >&5
9469 $as_echo_n "checking for connect... " >&6; }
9470 if test "${ac_cv_func_connect+set}" = set; then
9471   $as_echo_n "(cached) " >&6
9472 else
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 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9480    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9481 #define connect innocuous_connect
9482
9483 /* System header to define __stub macros and hopefully few prototypes,
9484     which can conflict with char connect (); below.
9485     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9486     <limits.h> exists even on freestanding compilers.  */
9487
9488 #ifdef __STDC__
9489 # include <limits.h>
9490 #else
9491 # include <assert.h>
9492 #endif
9493
9494 #undef connect
9495
9496 /* Override any GCC internal prototype to avoid an error.
9497    Use char because int might match the return type of a GCC
9498    builtin and then its argument prototype would still apply.  */
9499 #ifdef __cplusplus
9500 extern "C"
9501 #endif
9502 char connect ();
9503 /* The GNU C library defines this for functions which it implements
9504     to always fail with ENOSYS.  Some functions are actually named
9505     something starting with __ and the normal name is an alias.  */
9506 #if defined __stub_connect || defined __stub___connect
9507 choke me
9508 #endif
9509
9510 int
9511 main ()
9512 {
9513 return connect ();
9514   ;
9515   return 0;
9516 }
9517 _ACEOF
9518 rm -f conftest.$ac_objext conftest$ac_exeext
9519 if { (ac_try="$ac_link"
9520 case "(($ac_try" in
9521   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9522   *) ac_try_echo=$ac_try;;
9523 esac
9524 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9525 $as_echo "$ac_try_echo") >&5
9526   (eval "$ac_link") 2>conftest.er1
9527   ac_status=$?
9528   grep -v '^ *+' conftest.er1 >conftest.err
9529   rm -f conftest.er1
9530   cat conftest.err >&5
9531   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9532   (exit $ac_status); } && {
9533          test -z "$ac_c_werror_flag" ||
9534          test ! -s conftest.err
9535        } && test -s conftest$ac_exeext && {
9536          test "$cross_compiling" = yes ||
9537          $as_test_x conftest$ac_exeext
9538        }; then
9539   ac_cv_func_connect=yes
9540 else
9541   $as_echo "$as_me: failed program was:" >&5
9542 sed 's/^/| /' conftest.$ac_ext >&5
9543
9544         ac_cv_func_connect=no
9545 fi
9546
9547 rm -rf conftest.dSYM
9548 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9549       conftest$ac_exeext conftest.$ac_ext
9550 fi
9551 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9552 $as_echo "$ac_cv_func_connect" >&6; }
9553
9554     if test $ac_cv_func_connect = no; then
9555       { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9556 $as_echo_n "checking for connect in -lsocket... " >&6; }
9557 if test "${ac_cv_lib_socket_connect+set}" = set; then
9558   $as_echo_n "(cached) " >&6
9559 else
9560   ac_check_lib_save_LIBS=$LIBS
9561 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9562 cat >conftest.$ac_ext <<_ACEOF
9563 /* confdefs.h.  */
9564 _ACEOF
9565 cat confdefs.h >>conftest.$ac_ext
9566 cat >>conftest.$ac_ext <<_ACEOF
9567 /* end confdefs.h.  */
9568
9569 /* Override any GCC internal prototype to avoid an error.
9570    Use char because int might match the return type of a GCC
9571    builtin and then its argument prototype would still apply.  */
9572 #ifdef __cplusplus
9573 extern "C"
9574 #endif
9575 char connect ();
9576 int
9577 main ()
9578 {
9579 return connect ();
9580   ;
9581   return 0;
9582 }
9583 _ACEOF
9584 rm -f conftest.$ac_objext conftest$ac_exeext
9585 if { (ac_try="$ac_link"
9586 case "(($ac_try" in
9587   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9588   *) ac_try_echo=$ac_try;;
9589 esac
9590 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9591 $as_echo "$ac_try_echo") >&5
9592   (eval "$ac_link") 2>conftest.er1
9593   ac_status=$?
9594   grep -v '^ *+' conftest.er1 >conftest.err
9595   rm -f conftest.er1
9596   cat conftest.err >&5
9597   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9598   (exit $ac_status); } && {
9599          test -z "$ac_c_werror_flag" ||
9600          test ! -s conftest.err
9601        } && test -s conftest$ac_exeext && {
9602          test "$cross_compiling" = yes ||
9603          $as_test_x conftest$ac_exeext
9604        }; then
9605   ac_cv_lib_socket_connect=yes
9606 else
9607   $as_echo "$as_me: failed program was:" >&5
9608 sed 's/^/| /' conftest.$ac_ext >&5
9609
9610         ac_cv_lib_socket_connect=no
9611 fi
9612
9613 rm -rf conftest.dSYM
9614 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9615       conftest$ac_exeext conftest.$ac_ext
9616 LIBS=$ac_check_lib_save_LIBS
9617 fi
9618 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9619 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9620 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9621   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9622 fi
9623
9624     fi
9625
9626     # Guillermo Gomez says -lposix is necessary on A/UX.
9627     { $as_echo "$as_me:$LINENO: checking for remove" >&5
9628 $as_echo_n "checking for remove... " >&6; }
9629 if test "${ac_cv_func_remove+set}" = set; then
9630   $as_echo_n "(cached) " >&6
9631 else
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 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9639    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9640 #define remove innocuous_remove
9641
9642 /* System header to define __stub macros and hopefully few prototypes,
9643     which can conflict with char remove (); below.
9644     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9645     <limits.h> exists even on freestanding compilers.  */
9646
9647 #ifdef __STDC__
9648 # include <limits.h>
9649 #else
9650 # include <assert.h>
9651 #endif
9652
9653 #undef remove
9654
9655 /* Override any GCC internal prototype to avoid an error.
9656    Use char because int might match the return type of a GCC
9657    builtin and then its argument prototype would still apply.  */
9658 #ifdef __cplusplus
9659 extern "C"
9660 #endif
9661 char remove ();
9662 /* The GNU C library defines this for functions which it implements
9663     to always fail with ENOSYS.  Some functions are actually named
9664     something starting with __ and the normal name is an alias.  */
9665 #if defined __stub_remove || defined __stub___remove
9666 choke me
9667 #endif
9668
9669 int
9670 main ()
9671 {
9672 return remove ();
9673   ;
9674   return 0;
9675 }
9676 _ACEOF
9677 rm -f conftest.$ac_objext conftest$ac_exeext
9678 if { (ac_try="$ac_link"
9679 case "(($ac_try" in
9680   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9681   *) ac_try_echo=$ac_try;;
9682 esac
9683 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9684 $as_echo "$ac_try_echo") >&5
9685   (eval "$ac_link") 2>conftest.er1
9686   ac_status=$?
9687   grep -v '^ *+' conftest.er1 >conftest.err
9688   rm -f conftest.er1
9689   cat conftest.err >&5
9690   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9691   (exit $ac_status); } && {
9692          test -z "$ac_c_werror_flag" ||
9693          test ! -s conftest.err
9694        } && test -s conftest$ac_exeext && {
9695          test "$cross_compiling" = yes ||
9696          $as_test_x conftest$ac_exeext
9697        }; then
9698   ac_cv_func_remove=yes
9699 else
9700   $as_echo "$as_me: failed program was:" >&5
9701 sed 's/^/| /' conftest.$ac_ext >&5
9702
9703         ac_cv_func_remove=no
9704 fi
9705
9706 rm -rf conftest.dSYM
9707 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9708       conftest$ac_exeext conftest.$ac_ext
9709 fi
9710 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9711 $as_echo "$ac_cv_func_remove" >&6; }
9712
9713     if test $ac_cv_func_remove = no; then
9714       { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9715 $as_echo_n "checking for remove in -lposix... " >&6; }
9716 if test "${ac_cv_lib_posix_remove+set}" = set; then
9717   $as_echo_n "(cached) " >&6
9718 else
9719   ac_check_lib_save_LIBS=$LIBS
9720 LIBS="-lposix  $LIBS"
9721 cat >conftest.$ac_ext <<_ACEOF
9722 /* confdefs.h.  */
9723 _ACEOF
9724 cat confdefs.h >>conftest.$ac_ext
9725 cat >>conftest.$ac_ext <<_ACEOF
9726 /* end confdefs.h.  */
9727
9728 /* Override any GCC internal prototype to avoid an error.
9729    Use char because int might match the return type of a GCC
9730    builtin and then its argument prototype would still apply.  */
9731 #ifdef __cplusplus
9732 extern "C"
9733 #endif
9734 char remove ();
9735 int
9736 main ()
9737 {
9738 return remove ();
9739   ;
9740   return 0;
9741 }
9742 _ACEOF
9743 rm -f conftest.$ac_objext conftest$ac_exeext
9744 if { (ac_try="$ac_link"
9745 case "(($ac_try" in
9746   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9747   *) ac_try_echo=$ac_try;;
9748 esac
9749 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9750 $as_echo "$ac_try_echo") >&5
9751   (eval "$ac_link") 2>conftest.er1
9752   ac_status=$?
9753   grep -v '^ *+' conftest.er1 >conftest.err
9754   rm -f conftest.er1
9755   cat conftest.err >&5
9756   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9757   (exit $ac_status); } && {
9758          test -z "$ac_c_werror_flag" ||
9759          test ! -s conftest.err
9760        } && test -s conftest$ac_exeext && {
9761          test "$cross_compiling" = yes ||
9762          $as_test_x conftest$ac_exeext
9763        }; then
9764   ac_cv_lib_posix_remove=yes
9765 else
9766   $as_echo "$as_me: failed program was:" >&5
9767 sed 's/^/| /' conftest.$ac_ext >&5
9768
9769         ac_cv_lib_posix_remove=no
9770 fi
9771
9772 rm -rf conftest.dSYM
9773 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9774       conftest$ac_exeext conftest.$ac_ext
9775 LIBS=$ac_check_lib_save_LIBS
9776 fi
9777 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9778 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9779 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9780   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9781 fi
9782
9783     fi
9784
9785     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9786     { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9787 $as_echo_n "checking for shmat... " >&6; }
9788 if test "${ac_cv_func_shmat+set}" = set; then
9789   $as_echo_n "(cached) " >&6
9790 else
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 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9798    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9799 #define shmat innocuous_shmat
9800
9801 /* System header to define __stub macros and hopefully few prototypes,
9802     which can conflict with char shmat (); below.
9803     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9804     <limits.h> exists even on freestanding compilers.  */
9805
9806 #ifdef __STDC__
9807 # include <limits.h>
9808 #else
9809 # include <assert.h>
9810 #endif
9811
9812 #undef shmat
9813
9814 /* Override any GCC internal prototype to avoid an error.
9815    Use char because int might match the return type of a GCC
9816    builtin and then its argument prototype would still apply.  */
9817 #ifdef __cplusplus
9818 extern "C"
9819 #endif
9820 char shmat ();
9821 /* The GNU C library defines this for functions which it implements
9822     to always fail with ENOSYS.  Some functions are actually named
9823     something starting with __ and the normal name is an alias.  */
9824 #if defined __stub_shmat || defined __stub___shmat
9825 choke me
9826 #endif
9827
9828 int
9829 main ()
9830 {
9831 return shmat ();
9832   ;
9833   return 0;
9834 }
9835 _ACEOF
9836 rm -f conftest.$ac_objext conftest$ac_exeext
9837 if { (ac_try="$ac_link"
9838 case "(($ac_try" in
9839   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9840   *) ac_try_echo=$ac_try;;
9841 esac
9842 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9843 $as_echo "$ac_try_echo") >&5
9844   (eval "$ac_link") 2>conftest.er1
9845   ac_status=$?
9846   grep -v '^ *+' conftest.er1 >conftest.err
9847   rm -f conftest.er1
9848   cat conftest.err >&5
9849   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9850   (exit $ac_status); } && {
9851          test -z "$ac_c_werror_flag" ||
9852          test ! -s conftest.err
9853        } && test -s conftest$ac_exeext && {
9854          test "$cross_compiling" = yes ||
9855          $as_test_x conftest$ac_exeext
9856        }; then
9857   ac_cv_func_shmat=yes
9858 else
9859   $as_echo "$as_me: failed program was:" >&5
9860 sed 's/^/| /' conftest.$ac_ext >&5
9861
9862         ac_cv_func_shmat=no
9863 fi
9864
9865 rm -rf conftest.dSYM
9866 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9867       conftest$ac_exeext conftest.$ac_ext
9868 fi
9869 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9870 $as_echo "$ac_cv_func_shmat" >&6; }
9871
9872     if test $ac_cv_func_shmat = no; then
9873       { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9874 $as_echo_n "checking for shmat in -lipc... " >&6; }
9875 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9876   $as_echo_n "(cached) " >&6
9877 else
9878   ac_check_lib_save_LIBS=$LIBS
9879 LIBS="-lipc  $LIBS"
9880 cat >conftest.$ac_ext <<_ACEOF
9881 /* confdefs.h.  */
9882 _ACEOF
9883 cat confdefs.h >>conftest.$ac_ext
9884 cat >>conftest.$ac_ext <<_ACEOF
9885 /* end confdefs.h.  */
9886
9887 /* Override any GCC internal prototype to avoid an error.
9888    Use char because int might match the return type of a GCC
9889    builtin and then its argument prototype would still apply.  */
9890 #ifdef __cplusplus
9891 extern "C"
9892 #endif
9893 char shmat ();
9894 int
9895 main ()
9896 {
9897 return shmat ();
9898   ;
9899   return 0;
9900 }
9901 _ACEOF
9902 rm -f conftest.$ac_objext conftest$ac_exeext
9903 if { (ac_try="$ac_link"
9904 case "(($ac_try" in
9905   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9906   *) ac_try_echo=$ac_try;;
9907 esac
9908 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9909 $as_echo "$ac_try_echo") >&5
9910   (eval "$ac_link") 2>conftest.er1
9911   ac_status=$?
9912   grep -v '^ *+' conftest.er1 >conftest.err
9913   rm -f conftest.er1
9914   cat conftest.err >&5
9915   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9916   (exit $ac_status); } && {
9917          test -z "$ac_c_werror_flag" ||
9918          test ! -s conftest.err
9919        } && test -s conftest$ac_exeext && {
9920          test "$cross_compiling" = yes ||
9921          $as_test_x conftest$ac_exeext
9922        }; then
9923   ac_cv_lib_ipc_shmat=yes
9924 else
9925   $as_echo "$as_me: failed program was:" >&5
9926 sed 's/^/| /' conftest.$ac_ext >&5
9927
9928         ac_cv_lib_ipc_shmat=no
9929 fi
9930
9931 rm -rf conftest.dSYM
9932 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9933       conftest$ac_exeext conftest.$ac_ext
9934 LIBS=$ac_check_lib_save_LIBS
9935 fi
9936 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9937 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9938 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
9939   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9940 fi
9941
9942     fi
9943   fi
9944
9945   # Check for libraries that X11R6 Xt/Xaw programs need.
9946   ac_save_LDFLAGS=$LDFLAGS
9947   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9948   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9949   # check for ICE first), but we must link in the order -lSM -lICE or
9950   # we get undefined symbols.  So assume we have SM if we have ICE.
9951   # These have to be linked with before -lX11, unlike the other
9952   # libraries we check for below, so use a different variable.
9953   # John Interrante, Karl Berry
9954   { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9955 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9956 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9957   $as_echo_n "(cached) " >&6
9958 else
9959   ac_check_lib_save_LIBS=$LIBS
9960 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9961 cat >conftest.$ac_ext <<_ACEOF
9962 /* confdefs.h.  */
9963 _ACEOF
9964 cat confdefs.h >>conftest.$ac_ext
9965 cat >>conftest.$ac_ext <<_ACEOF
9966 /* end confdefs.h.  */
9967
9968 /* Override any GCC internal prototype to avoid an error.
9969    Use char because int might match the return type of a GCC
9970    builtin and then its argument prototype would still apply.  */
9971 #ifdef __cplusplus
9972 extern "C"
9973 #endif
9974 char IceConnectionNumber ();
9975 int
9976 main ()
9977 {
9978 return IceConnectionNumber ();
9979   ;
9980   return 0;
9981 }
9982 _ACEOF
9983 rm -f conftest.$ac_objext conftest$ac_exeext
9984 if { (ac_try="$ac_link"
9985 case "(($ac_try" in
9986   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9987   *) ac_try_echo=$ac_try;;
9988 esac
9989 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9990 $as_echo "$ac_try_echo") >&5
9991   (eval "$ac_link") 2>conftest.er1
9992   ac_status=$?
9993   grep -v '^ *+' conftest.er1 >conftest.err
9994   rm -f conftest.er1
9995   cat conftest.err >&5
9996   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9997   (exit $ac_status); } && {
9998          test -z "$ac_c_werror_flag" ||
9999          test ! -s conftest.err
10000        } && test -s conftest$ac_exeext && {
10001          test "$cross_compiling" = yes ||
10002          $as_test_x conftest$ac_exeext
10003        }; then
10004   ac_cv_lib_ICE_IceConnectionNumber=yes
10005 else
10006   $as_echo "$as_me: failed program was:" >&5
10007 sed 's/^/| /' conftest.$ac_ext >&5
10008
10009         ac_cv_lib_ICE_IceConnectionNumber=no
10010 fi
10011
10012 rm -rf conftest.dSYM
10013 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10014       conftest$ac_exeext conftest.$ac_ext
10015 LIBS=$ac_check_lib_save_LIBS
10016 fi
10017 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
10018 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
10019 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
10020   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
10021 fi
10022
10023   LDFLAGS=$ac_save_LDFLAGS
10024
10025 fi
10026
10027
10028 if test "$have_x" = "yes"
10029 then
10030     XLIB="-lXext -lX11"
10031     ac_save_CPPFLAGS="$CPPFLAGS"
10032     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10033
10034     { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
10035 $as_echo_n "checking for -lX11... " >&6; }
10036 if test "${ac_cv_lib_soname_X11+set}" = set; then
10037   $as_echo_n "(cached) " >&6
10038 else
10039   ac_check_soname_save_LIBS=$LIBS
10040 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10041   cat >conftest.$ac_ext <<_ACEOF
10042 /* confdefs.h.  */
10043 _ACEOF
10044 cat confdefs.h >>conftest.$ac_ext
10045 cat >>conftest.$ac_ext <<_ACEOF
10046 /* end confdefs.h.  */
10047
10048 /* Override any GCC internal prototype to avoid an error.
10049    Use char because int might match the return type of a GCC
10050    builtin and then its argument prototype would still apply.  */
10051 #ifdef __cplusplus
10052 extern "C"
10053 #endif
10054 char XCreateWindow ();
10055 int
10056 main ()
10057 {
10058 return XCreateWindow ();
10059   ;
10060   return 0;
10061 }
10062 _ACEOF
10063 rm -f conftest.$ac_objext conftest$ac_exeext
10064 if { (ac_try="$ac_link"
10065 case "(($ac_try" in
10066   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10067   *) ac_try_echo=$ac_try;;
10068 esac
10069 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10070 $as_echo "$ac_try_echo") >&5
10071   (eval "$ac_link") 2>conftest.er1
10072   ac_status=$?
10073   grep -v '^ *+' conftest.er1 >conftest.err
10074   rm -f conftest.er1
10075   cat conftest.err >&5
10076   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10077   (exit $ac_status); } && {
10078          test -z "$ac_c_werror_flag" ||
10079          test ! -s conftest.err
10080        } && test -s conftest$ac_exeext && {
10081          test "$cross_compiling" = yes ||
10082          $as_test_x conftest$ac_exeext
10083        }; then
10084   case "$LIBEXT" in
10085     dll) ;;
10086     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'` ;;
10087     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10088   esac
10089 else
10090   $as_echo "$as_me: failed program was:" >&5
10091 sed 's/^/| /' conftest.$ac_ext >&5
10092
10093
10094 fi
10095
10096 rm -rf conftest.dSYM
10097 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10098       conftest$ac_exeext conftest.$ac_ext
10099   LIBS=$ac_check_soname_save_LIBS
10100 fi
10101 if test "x$ac_cv_lib_soname_X11" = "x"; then
10102   { $as_echo "$as_me:$LINENO: result: not found" >&5
10103 $as_echo "not found" >&6; }
10104
10105 else
10106   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10107 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10108
10109 cat >>confdefs.h <<_ACEOF
10110 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10111 _ACEOF
10112
10113
10114 fi
10115
10116     { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10117 $as_echo_n "checking for -lXext... " >&6; }
10118 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10119   $as_echo_n "(cached) " >&6
10120 else
10121   ac_check_soname_save_LIBS=$LIBS
10122 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10123   cat >conftest.$ac_ext <<_ACEOF
10124 /* confdefs.h.  */
10125 _ACEOF
10126 cat confdefs.h >>conftest.$ac_ext
10127 cat >>conftest.$ac_ext <<_ACEOF
10128 /* end confdefs.h.  */
10129
10130 /* Override any GCC internal prototype to avoid an error.
10131    Use char because int might match the return type of a GCC
10132    builtin and then its argument prototype would still apply.  */
10133 #ifdef __cplusplus
10134 extern "C"
10135 #endif
10136 char XextCreateExtension ();
10137 int
10138 main ()
10139 {
10140 return XextCreateExtension ();
10141   ;
10142   return 0;
10143 }
10144 _ACEOF
10145 rm -f conftest.$ac_objext conftest$ac_exeext
10146 if { (ac_try="$ac_link"
10147 case "(($ac_try" in
10148   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10149   *) ac_try_echo=$ac_try;;
10150 esac
10151 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10152 $as_echo "$ac_try_echo") >&5
10153   (eval "$ac_link") 2>conftest.er1
10154   ac_status=$?
10155   grep -v '^ *+' conftest.er1 >conftest.err
10156   rm -f conftest.er1
10157   cat conftest.err >&5
10158   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10159   (exit $ac_status); } && {
10160          test -z "$ac_c_werror_flag" ||
10161          test ! -s conftest.err
10162        } && test -s conftest$ac_exeext && {
10163          test "$cross_compiling" = yes ||
10164          $as_test_x conftest$ac_exeext
10165        }; then
10166   case "$LIBEXT" in
10167     dll) ;;
10168     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'` ;;
10169     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10170   esac
10171 else
10172   $as_echo "$as_me: failed program was:" >&5
10173 sed 's/^/| /' conftest.$ac_ext >&5
10174
10175
10176 fi
10177
10178 rm -rf conftest.dSYM
10179 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10180       conftest$ac_exeext conftest.$ac_ext
10181   LIBS=$ac_check_soname_save_LIBS
10182 fi
10183 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10184   { $as_echo "$as_me:$LINENO: result: not found" >&5
10185 $as_echo "not found" >&6; }
10186
10187 else
10188   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10189 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10190
10191 cat >>confdefs.h <<_ACEOF
10192 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10193 _ACEOF
10194
10195
10196 fi
10197
10198
10199
10200
10201
10202
10203
10204
10205
10206
10207
10208
10209
10210
10211 for ac_header in X11/Xlib.h \
10212                       X11/XKBlib.h \
10213                       X11/Xutil.h \
10214                       X11/Xcursor/Xcursor.h \
10215                       X11/extensions/shape.h \
10216                       X11/extensions/XInput.h \
10217                       X11/extensions/XShm.h \
10218                       X11/extensions/Xcomposite.h \
10219                       X11/extensions/Xinerama.h \
10220                       X11/extensions/Xrandr.h \
10221                       X11/extensions/Xrender.h \
10222                       X11/extensions/xf86vmode.h
10223 do
10224 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10225 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10226 $as_echo_n "checking for $ac_header... " >&6; }
10227 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10228   $as_echo_n "(cached) " >&6
10229 else
10230   cat >conftest.$ac_ext <<_ACEOF
10231 /* confdefs.h.  */
10232 _ACEOF
10233 cat confdefs.h >>conftest.$ac_ext
10234 cat >>conftest.$ac_ext <<_ACEOF
10235 /* end confdefs.h.  */
10236 #ifdef HAVE_X11_XLIB_H
10237 # include <X11/Xlib.h>
10238 #endif
10239 #ifdef HAVE_X11_XUTIL_H
10240 # include <X11/Xutil.h>
10241 #endif
10242
10243 #include <$ac_header>
10244 _ACEOF
10245 rm -f conftest.$ac_objext
10246 if { (ac_try="$ac_compile"
10247 case "(($ac_try" in
10248   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10249   *) ac_try_echo=$ac_try;;
10250 esac
10251 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10252 $as_echo "$ac_try_echo") >&5
10253   (eval "$ac_compile") 2>conftest.er1
10254   ac_status=$?
10255   grep -v '^ *+' conftest.er1 >conftest.err
10256   rm -f conftest.er1
10257   cat conftest.err >&5
10258   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10259   (exit $ac_status); } && {
10260          test -z "$ac_c_werror_flag" ||
10261          test ! -s conftest.err
10262        } && test -s conftest.$ac_objext; then
10263   eval "$as_ac_Header=yes"
10264 else
10265   $as_echo "$as_me: failed program was:" >&5
10266 sed 's/^/| /' conftest.$ac_ext >&5
10267
10268         eval "$as_ac_Header=no"
10269 fi
10270
10271 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10272 fi
10273 ac_res=`eval 'as_val=${'$as_ac_Header'}
10274                  $as_echo "$as_val"'`
10275                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10276 $as_echo "$ac_res" >&6; }
10277 as_val=`eval 'as_val=${'$as_ac_Header'}
10278                  $as_echo "$as_val"'`
10279    if test "x$as_val" = x""yes; then
10280   cat >>confdefs.h <<_ACEOF
10281 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10282 _ACEOF
10283
10284 fi
10285
10286 done
10287
10288
10289                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10290         then
10291               { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10292 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10293 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10294   $as_echo_n "(cached) " >&6
10295 else
10296   ac_check_lib_save_LIBS=$LIBS
10297 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10298 cat >conftest.$ac_ext <<_ACEOF
10299 /* confdefs.h.  */
10300 _ACEOF
10301 cat confdefs.h >>conftest.$ac_ext
10302 cat >>conftest.$ac_ext <<_ACEOF
10303 /* end confdefs.h.  */
10304
10305 /* Override any GCC internal prototype to avoid an error.
10306    Use char because int might match the return type of a GCC
10307    builtin and then its argument prototype would still apply.  */
10308 #ifdef __cplusplus
10309 extern "C"
10310 #endif
10311 char XkbQueryExtension ();
10312 int
10313 main ()
10314 {
10315 return XkbQueryExtension ();
10316   ;
10317   return 0;
10318 }
10319 _ACEOF
10320 rm -f conftest.$ac_objext conftest$ac_exeext
10321 if { (ac_try="$ac_link"
10322 case "(($ac_try" in
10323   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10324   *) ac_try_echo=$ac_try;;
10325 esac
10326 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10327 $as_echo "$ac_try_echo") >&5
10328   (eval "$ac_link") 2>conftest.er1
10329   ac_status=$?
10330   grep -v '^ *+' conftest.er1 >conftest.err
10331   rm -f conftest.er1
10332   cat conftest.err >&5
10333   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10334   (exit $ac_status); } && {
10335          test -z "$ac_c_werror_flag" ||
10336          test ! -s conftest.err
10337        } && test -s conftest$ac_exeext && {
10338          test "$cross_compiling" = yes ||
10339          $as_test_x conftest$ac_exeext
10340        }; then
10341   ac_cv_lib_X11_XkbQueryExtension=yes
10342 else
10343   $as_echo "$as_me: failed program was:" >&5
10344 sed 's/^/| /' conftest.$ac_ext >&5
10345
10346         ac_cv_lib_X11_XkbQueryExtension=no
10347 fi
10348
10349 rm -rf conftest.dSYM
10350 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10351       conftest$ac_exeext conftest.$ac_ext
10352 LIBS=$ac_check_lib_save_LIBS
10353 fi
10354 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10355 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10356 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10357
10358 cat >>confdefs.h <<\_ACEOF
10359 #define HAVE_XKB 1
10360 _ACEOF
10361
10362 fi
10363
10364         fi
10365
10366                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10367         then
10368             { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10369 $as_echo_n "checking for -lXcursor... " >&6; }
10370 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10371   $as_echo_n "(cached) " >&6
10372 else
10373   ac_check_soname_save_LIBS=$LIBS
10374 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10375   cat >conftest.$ac_ext <<_ACEOF
10376 /* confdefs.h.  */
10377 _ACEOF
10378 cat confdefs.h >>conftest.$ac_ext
10379 cat >>conftest.$ac_ext <<_ACEOF
10380 /* end confdefs.h.  */
10381
10382 /* Override any GCC internal prototype to avoid an error.
10383    Use char because int might match the return type of a GCC
10384    builtin and then its argument prototype would still apply.  */
10385 #ifdef __cplusplus
10386 extern "C"
10387 #endif
10388 char XcursorImageLoadCursor ();
10389 int
10390 main ()
10391 {
10392 return XcursorImageLoadCursor ();
10393   ;
10394   return 0;
10395 }
10396 _ACEOF
10397 rm -f conftest.$ac_objext conftest$ac_exeext
10398 if { (ac_try="$ac_link"
10399 case "(($ac_try" in
10400   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10401   *) ac_try_echo=$ac_try;;
10402 esac
10403 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10404 $as_echo "$ac_try_echo") >&5
10405   (eval "$ac_link") 2>conftest.er1
10406   ac_status=$?
10407   grep -v '^ *+' conftest.er1 >conftest.err
10408   rm -f conftest.er1
10409   cat conftest.err >&5
10410   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10411   (exit $ac_status); } && {
10412          test -z "$ac_c_werror_flag" ||
10413          test ! -s conftest.err
10414        } && test -s conftest$ac_exeext && {
10415          test "$cross_compiling" = yes ||
10416          $as_test_x conftest$ac_exeext
10417        }; then
10418   case "$LIBEXT" in
10419     dll) ;;
10420     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'` ;;
10421     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10422   esac
10423 else
10424   $as_echo "$as_me: failed program was:" >&5
10425 sed 's/^/| /' conftest.$ac_ext >&5
10426
10427
10428 fi
10429
10430 rm -rf conftest.dSYM
10431 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10432       conftest$ac_exeext conftest.$ac_ext
10433   LIBS=$ac_check_soname_save_LIBS
10434 fi
10435 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10436   { $as_echo "$as_me:$LINENO: result: not found" >&5
10437 $as_echo "not found" >&6; }
10438
10439 else
10440   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10441 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10442
10443 cat >>confdefs.h <<_ACEOF
10444 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10445 _ACEOF
10446
10447
10448 fi
10449
10450         fi
10451         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10452   case "x$with_xcursor" in
10453   x)   wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10454   xno) ;;
10455   *)   { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10456 This is an error since --with-xcursor was requested." >&5
10457 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10458 This is an error since --with-xcursor was requested." >&2;}
10459    { (exit 1); exit 1; }; } ;;
10460 esac
10461 fi
10462
10463
10464                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10465         then
10466             { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10467 $as_echo_n "checking for -lXi... " >&6; }
10468 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10469   $as_echo_n "(cached) " >&6
10470 else
10471   ac_check_soname_save_LIBS=$LIBS
10472 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10473   cat >conftest.$ac_ext <<_ACEOF
10474 /* confdefs.h.  */
10475 _ACEOF
10476 cat confdefs.h >>conftest.$ac_ext
10477 cat >>conftest.$ac_ext <<_ACEOF
10478 /* end confdefs.h.  */
10479
10480 /* Override any GCC internal prototype to avoid an error.
10481    Use char because int might match the return type of a GCC
10482    builtin and then its argument prototype would still apply.  */
10483 #ifdef __cplusplus
10484 extern "C"
10485 #endif
10486 char XOpenDevice ();
10487 int
10488 main ()
10489 {
10490 return XOpenDevice ();
10491   ;
10492   return 0;
10493 }
10494 _ACEOF
10495 rm -f conftest.$ac_objext conftest$ac_exeext
10496 if { (ac_try="$ac_link"
10497 case "(($ac_try" in
10498   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10499   *) ac_try_echo=$ac_try;;
10500 esac
10501 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10502 $as_echo "$ac_try_echo") >&5
10503   (eval "$ac_link") 2>conftest.er1
10504   ac_status=$?
10505   grep -v '^ *+' conftest.er1 >conftest.err
10506   rm -f conftest.er1
10507   cat conftest.err >&5
10508   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10509   (exit $ac_status); } && {
10510          test -z "$ac_c_werror_flag" ||
10511          test ! -s conftest.err
10512        } && test -s conftest$ac_exeext && {
10513          test "$cross_compiling" = yes ||
10514          $as_test_x conftest$ac_exeext
10515        }; then
10516   case "$LIBEXT" in
10517     dll) ;;
10518     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'` ;;
10519     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10520   esac
10521 else
10522   $as_echo "$as_me: failed program was:" >&5
10523 sed 's/^/| /' conftest.$ac_ext >&5
10524
10525
10526 fi
10527
10528 rm -rf conftest.dSYM
10529 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10530       conftest$ac_exeext conftest.$ac_ext
10531   LIBS=$ac_check_soname_save_LIBS
10532 fi
10533 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10534   { $as_echo "$as_me:$LINENO: result: not found" >&5
10535 $as_echo "not found" >&6; }
10536
10537 else
10538   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10539 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10540
10541 cat >>confdefs.h <<_ACEOF
10542 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10543 _ACEOF
10544
10545
10546 fi
10547
10548         fi
10549         if test "x$ac_cv_lib_soname_Xi" = "x"; then
10550   case "x$with_xinput" in
10551   x)   wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10552   xno) ;;
10553   *)   { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10554 This is an error since --with-xinput was requested." >&5
10555 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10556 This is an error since --with-xinput was requested." >&2;}
10557    { (exit 1); exit 1; }; } ;;
10558 esac
10559 fi
10560
10561
10562                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10563         then
10564               { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10565 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10566 if test "${ac_cv_lib_Xext_XShmQueryExtension+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 XShmQueryExtension ();
10585 int
10586 main ()
10587 {
10588 return XShmQueryExtension ();
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_XShmQueryExtension=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_XShmQueryExtension=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_XShmQueryExtension" >&5
10628 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10629 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10630
10631 cat >>confdefs.h <<\_ACEOF
10632 #define HAVE_LIBXXSHM 1
10633 _ACEOF
10634
10635 fi
10636
10637         fi
10638         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10639   case "x$with_xshm" in
10640   x)   wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10641   xno) ;;
10642   *)   { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10643 This is an error since --with-xshm was requested." >&5
10644 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10645 This is an error since --with-xshm was requested." >&2;}
10646    { (exit 1); exit 1; }; } ;;
10647 esac
10648 fi
10649
10650
10651                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10652         then
10653               { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10654 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10655 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10656   $as_echo_n "(cached) " >&6
10657 else
10658   ac_check_lib_save_LIBS=$LIBS
10659 LIBS="-lXext $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 XShapeQueryExtension ();
10674 int
10675 main ()
10676 {
10677 return XShapeQueryExtension ();
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   ac_cv_lib_Xext_XShapeQueryExtension=yes
10704 else
10705   $as_echo "$as_me: failed program was:" >&5
10706 sed 's/^/| /' conftest.$ac_ext >&5
10707
10708         ac_cv_lib_Xext_XShapeQueryExtension=no
10709 fi
10710
10711 rm -rf conftest.dSYM
10712 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10713       conftest$ac_exeext conftest.$ac_ext
10714 LIBS=$ac_check_lib_save_LIBS
10715 fi
10716 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10717 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10718 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10719
10720 cat >>confdefs.h <<\_ACEOF
10721 #define HAVE_LIBXSHAPE 1
10722 _ACEOF
10723
10724 fi
10725
10726         fi
10727         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10728   case "x$with_xshape" in
10729   x)   wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10730   xno) ;;
10731   *)   { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10732 This is an error since --with-xshape was requested." >&5
10733 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10734 This is an error since --with-xshape was requested." >&2;}
10735    { (exit 1); exit 1; }; } ;;
10736 esac
10737 fi
10738
10739
10740                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10741         then
10742             { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10743 $as_echo_n "checking for -lXxf86vm... " >&6; }
10744 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10745   $as_echo_n "(cached) " >&6
10746 else
10747   ac_check_soname_save_LIBS=$LIBS
10748 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10749   cat >conftest.$ac_ext <<_ACEOF
10750 /* confdefs.h.  */
10751 _ACEOF
10752 cat confdefs.h >>conftest.$ac_ext
10753 cat >>conftest.$ac_ext <<_ACEOF
10754 /* end confdefs.h.  */
10755
10756 /* Override any GCC internal prototype to avoid an error.
10757    Use char because int might match the return type of a GCC
10758    builtin and then its argument prototype would still apply.  */
10759 #ifdef __cplusplus
10760 extern "C"
10761 #endif
10762 char XF86VidModeQueryExtension ();
10763 int
10764 main ()
10765 {
10766 return XF86VidModeQueryExtension ();
10767   ;
10768   return 0;
10769 }
10770 _ACEOF
10771 rm -f conftest.$ac_objext conftest$ac_exeext
10772 if { (ac_try="$ac_link"
10773 case "(($ac_try" in
10774   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10775   *) ac_try_echo=$ac_try;;
10776 esac
10777 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10778 $as_echo "$ac_try_echo") >&5
10779   (eval "$ac_link") 2>conftest.er1
10780   ac_status=$?
10781   grep -v '^ *+' conftest.er1 >conftest.err
10782   rm -f conftest.er1
10783   cat conftest.err >&5
10784   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10785   (exit $ac_status); } && {
10786          test -z "$ac_c_werror_flag" ||
10787          test ! -s conftest.err
10788        } && test -s conftest$ac_exeext && {
10789          test "$cross_compiling" = yes ||
10790          $as_test_x conftest$ac_exeext
10791        }; then
10792   case "$LIBEXT" in
10793     dll) ;;
10794     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'` ;;
10795     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10796   esac
10797 else
10798   $as_echo "$as_me: failed program was:" >&5
10799 sed 's/^/| /' conftest.$ac_ext >&5
10800
10801
10802 fi
10803
10804 rm -rf conftest.dSYM
10805 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10806       conftest$ac_exeext conftest.$ac_ext
10807   LIBS=$ac_check_soname_save_LIBS
10808 fi
10809 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10810   { $as_echo "$as_me:$LINENO: result: not found" >&5
10811 $as_echo "not found" >&6; }
10812
10813 else
10814   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10815 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10816
10817 cat >>confdefs.h <<_ACEOF
10818 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10819 _ACEOF
10820
10821
10822 fi
10823
10824         fi
10825         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10826   case "x$with_xxf86vm" in
10827   x)   wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10828   xno) ;;
10829   *)   { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10830 This is an error since --with-xxf86vm was requested." >&5
10831 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10832 This is an error since --with-xxf86vm was requested." >&2;}
10833    { (exit 1); exit 1; }; } ;;
10834 esac
10835 fi
10836
10837
10838                 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"
10839         then
10840             { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10841 $as_echo_n "checking for -lXrender... " >&6; }
10842 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10843   $as_echo_n "(cached) " >&6
10844 else
10845   ac_check_soname_save_LIBS=$LIBS
10846 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10847   cat >conftest.$ac_ext <<_ACEOF
10848 /* confdefs.h.  */
10849 _ACEOF
10850 cat confdefs.h >>conftest.$ac_ext
10851 cat >>conftest.$ac_ext <<_ACEOF
10852 /* end confdefs.h.  */
10853
10854 /* Override any GCC internal prototype to avoid an error.
10855    Use char because int might match the return type of a GCC
10856    builtin and then its argument prototype would still apply.  */
10857 #ifdef __cplusplus
10858 extern "C"
10859 #endif
10860 char XRenderQueryExtension ();
10861 int
10862 main ()
10863 {
10864 return XRenderQueryExtension ();
10865   ;
10866   return 0;
10867 }
10868 _ACEOF
10869 rm -f conftest.$ac_objext conftest$ac_exeext
10870 if { (ac_try="$ac_link"
10871 case "(($ac_try" in
10872   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10873   *) ac_try_echo=$ac_try;;
10874 esac
10875 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10876 $as_echo "$ac_try_echo") >&5
10877   (eval "$ac_link") 2>conftest.er1
10878   ac_status=$?
10879   grep -v '^ *+' conftest.er1 >conftest.err
10880   rm -f conftest.er1
10881   cat conftest.err >&5
10882   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10883   (exit $ac_status); } && {
10884          test -z "$ac_c_werror_flag" ||
10885          test ! -s conftest.err
10886        } && test -s conftest$ac_exeext && {
10887          test "$cross_compiling" = yes ||
10888          $as_test_x conftest$ac_exeext
10889        }; then
10890   case "$LIBEXT" in
10891     dll) ;;
10892     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'` ;;
10893     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10894   esac
10895 else
10896   $as_echo "$as_me: failed program was:" >&5
10897 sed 's/^/| /' conftest.$ac_ext >&5
10898
10899
10900 fi
10901
10902 rm -rf conftest.dSYM
10903 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10904       conftest$ac_exeext conftest.$ac_ext
10905   LIBS=$ac_check_soname_save_LIBS
10906 fi
10907 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10908   { $as_echo "$as_me:$LINENO: result: not found" >&5
10909 $as_echo "not found" >&6; }
10910
10911 else
10912   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10913 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10914
10915 cat >>confdefs.h <<_ACEOF
10916 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10917 _ACEOF
10918
10919        { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10920 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10921 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10922   $as_echo_n "(cached) " >&6
10923 else
10924   ac_check_lib_save_LIBS=$LIBS
10925 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10926 cat >conftest.$ac_ext <<_ACEOF
10927 /* confdefs.h.  */
10928 _ACEOF
10929 cat confdefs.h >>conftest.$ac_ext
10930 cat >>conftest.$ac_ext <<_ACEOF
10931 /* end confdefs.h.  */
10932
10933 /* Override any GCC internal prototype to avoid an error.
10934    Use char because int might match the return type of a GCC
10935    builtin and then its argument prototype would still apply.  */
10936 #ifdef __cplusplus
10937 extern "C"
10938 #endif
10939 char XRenderSetPictureTransform ();
10940 int
10941 main ()
10942 {
10943 return XRenderSetPictureTransform ();
10944   ;
10945   return 0;
10946 }
10947 _ACEOF
10948 rm -f conftest.$ac_objext conftest$ac_exeext
10949 if { (ac_try="$ac_link"
10950 case "(($ac_try" in
10951   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10952   *) ac_try_echo=$ac_try;;
10953 esac
10954 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10955 $as_echo "$ac_try_echo") >&5
10956   (eval "$ac_link") 2>conftest.er1
10957   ac_status=$?
10958   grep -v '^ *+' conftest.er1 >conftest.err
10959   rm -f conftest.er1
10960   cat conftest.err >&5
10961   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10962   (exit $ac_status); } && {
10963          test -z "$ac_c_werror_flag" ||
10964          test ! -s conftest.err
10965        } && test -s conftest$ac_exeext && {
10966          test "$cross_compiling" = yes ||
10967          $as_test_x conftest$ac_exeext
10968        }; then
10969   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10970 else
10971   $as_echo "$as_me: failed program was:" >&5
10972 sed 's/^/| /' conftest.$ac_ext >&5
10973
10974         ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10975 fi
10976
10977 rm -rf conftest.dSYM
10978 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10979       conftest$ac_exeext conftest.$ac_ext
10980 LIBS=$ac_check_lib_save_LIBS
10981 fi
10982 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10983 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10984 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10985
10986 cat >>confdefs.h <<\_ACEOF
10987 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10988 _ACEOF
10989
10990 fi
10991
10992 fi
10993
10994
10995         fi
10996         if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10997   case "x$with_xrender" in
10998   x)   wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10999   xno) ;;
11000   *)   { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11001 This is an error since --with-xrender was requested." >&5
11002 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11003 This is an error since --with-xrender was requested." >&2;}
11004    { (exit 1); exit 1; }; } ;;
11005 esac
11006 fi
11007
11008
11009                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
11010         then
11011                 cat >conftest.$ac_ext <<_ACEOF
11012 /* confdefs.h.  */
11013 _ACEOF
11014 cat confdefs.h >>conftest.$ac_ext
11015 cat >>conftest.$ac_ext <<_ACEOF
11016 /* end confdefs.h.  */
11017 #include <X11/Xlib.h>
11018 #include <X11/extensions/Xrandr.h>
11019 int
11020 main ()
11021 {
11022 static typeof(XRRSetScreenConfigAndRate) * func;
11023   ;
11024   return 0;
11025 }
11026 _ACEOF
11027 rm -f conftest.$ac_objext
11028 if { (ac_try="$ac_compile"
11029 case "(($ac_try" in
11030   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11031   *) ac_try_echo=$ac_try;;
11032 esac
11033 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11034 $as_echo "$ac_try_echo") >&5
11035   (eval "$ac_compile") 2>conftest.er1
11036   ac_status=$?
11037   grep -v '^ *+' conftest.er1 >conftest.err
11038   rm -f conftest.er1
11039   cat conftest.err >&5
11040   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11041   (exit $ac_status); } && {
11042          test -z "$ac_c_werror_flag" ||
11043          test ! -s conftest.err
11044        } && test -s conftest.$ac_objext; then
11045   { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
11046 $as_echo_n "checking for -lXrandr... " >&6; }
11047 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
11048   $as_echo_n "(cached) " >&6
11049 else
11050   ac_check_soname_save_LIBS=$LIBS
11051 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11052   cat >conftest.$ac_ext <<_ACEOF
11053 /* confdefs.h.  */
11054 _ACEOF
11055 cat confdefs.h >>conftest.$ac_ext
11056 cat >>conftest.$ac_ext <<_ACEOF
11057 /* end confdefs.h.  */
11058
11059 /* Override any GCC internal prototype to avoid an error.
11060    Use char because int might match the return type of a GCC
11061    builtin and then its argument prototype would still apply.  */
11062 #ifdef __cplusplus
11063 extern "C"
11064 #endif
11065 char XRRQueryExtension ();
11066 int
11067 main ()
11068 {
11069 return XRRQueryExtension ();
11070   ;
11071   return 0;
11072 }
11073 _ACEOF
11074 rm -f conftest.$ac_objext conftest$ac_exeext
11075 if { (ac_try="$ac_link"
11076 case "(($ac_try" in
11077   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11078   *) ac_try_echo=$ac_try;;
11079 esac
11080 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11081 $as_echo "$ac_try_echo") >&5
11082   (eval "$ac_link") 2>conftest.er1
11083   ac_status=$?
11084   grep -v '^ *+' conftest.er1 >conftest.err
11085   rm -f conftest.er1
11086   cat conftest.err >&5
11087   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11088   (exit $ac_status); } && {
11089          test -z "$ac_c_werror_flag" ||
11090          test ! -s conftest.err
11091        } && test -s conftest$ac_exeext && {
11092          test "$cross_compiling" = yes ||
11093          $as_test_x conftest$ac_exeext
11094        }; then
11095   case "$LIBEXT" in
11096     dll) ;;
11097     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'` ;;
11098     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
11099   esac
11100 else
11101   $as_echo "$as_me: failed program was:" >&5
11102 sed 's/^/| /' conftest.$ac_ext >&5
11103
11104
11105 fi
11106
11107 rm -rf conftest.dSYM
11108 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11109       conftest$ac_exeext conftest.$ac_ext
11110   LIBS=$ac_check_soname_save_LIBS
11111 fi
11112 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11113   { $as_echo "$as_me:$LINENO: result: not found" >&5
11114 $as_echo "not found" >&6; }
11115
11116 else
11117   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11118 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11119
11120 cat >>confdefs.h <<_ACEOF
11121 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11122 _ACEOF
11123
11124
11125 fi
11126
11127 else
11128   $as_echo "$as_me: failed program was:" >&5
11129 sed 's/^/| /' conftest.$ac_ext >&5
11130
11131
11132 fi
11133
11134 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11135         fi
11136         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11137   case "x$with_xrandr" in
11138   x)   wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11139   xno) ;;
11140   *)   { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11141 This is an error since --with-xrandr was requested." >&5
11142 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11143 This is an error since --with-xrandr was requested." >&2;}
11144    { (exit 1); exit 1; }; } ;;
11145 esac
11146 fi
11147
11148
11149                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11150         then
11151                 cat >conftest.$ac_ext <<_ACEOF
11152 /* confdefs.h.  */
11153 _ACEOF
11154 cat confdefs.h >>conftest.$ac_ext
11155 cat >>conftest.$ac_ext <<_ACEOF
11156 /* end confdefs.h.  */
11157 #include <X11/Xlib.h>
11158 #include <X11/extensions/Xinerama.h>
11159 int
11160 main ()
11161 {
11162 static typeof(XineramaQueryScreens) * func;
11163   ;
11164   return 0;
11165 }
11166 _ACEOF
11167 rm -f conftest.$ac_objext
11168 if { (ac_try="$ac_compile"
11169 case "(($ac_try" in
11170   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11171   *) ac_try_echo=$ac_try;;
11172 esac
11173 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11174 $as_echo "$ac_try_echo") >&5
11175   (eval "$ac_compile") 2>conftest.er1
11176   ac_status=$?
11177   grep -v '^ *+' conftest.er1 >conftest.err
11178   rm -f conftest.er1
11179   cat conftest.err >&5
11180   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11181   (exit $ac_status); } && {
11182          test -z "$ac_c_werror_flag" ||
11183          test ! -s conftest.err
11184        } && test -s conftest.$ac_objext; then
11185   { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11186 $as_echo_n "checking for -lXinerama... " >&6; }
11187 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11188   $as_echo_n "(cached) " >&6
11189 else
11190   ac_check_soname_save_LIBS=$LIBS
11191 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11192   cat >conftest.$ac_ext <<_ACEOF
11193 /* confdefs.h.  */
11194 _ACEOF
11195 cat confdefs.h >>conftest.$ac_ext
11196 cat >>conftest.$ac_ext <<_ACEOF
11197 /* end confdefs.h.  */
11198
11199 /* Override any GCC internal prototype to avoid an error.
11200    Use char because int might match the return type of a GCC
11201    builtin and then its argument prototype would still apply.  */
11202 #ifdef __cplusplus
11203 extern "C"
11204 #endif
11205 char XineramaQueryScreens ();
11206 int
11207 main ()
11208 {
11209 return XineramaQueryScreens ();
11210   ;
11211   return 0;
11212 }
11213 _ACEOF
11214 rm -f conftest.$ac_objext conftest$ac_exeext
11215 if { (ac_try="$ac_link"
11216 case "(($ac_try" in
11217   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11218   *) ac_try_echo=$ac_try;;
11219 esac
11220 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11221 $as_echo "$ac_try_echo") >&5
11222   (eval "$ac_link") 2>conftest.er1
11223   ac_status=$?
11224   grep -v '^ *+' conftest.er1 >conftest.err
11225   rm -f conftest.er1
11226   cat conftest.err >&5
11227   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11228   (exit $ac_status); } && {
11229          test -z "$ac_c_werror_flag" ||
11230          test ! -s conftest.err
11231        } && test -s conftest$ac_exeext && {
11232          test "$cross_compiling" = yes ||
11233          $as_test_x conftest$ac_exeext
11234        }; then
11235   case "$LIBEXT" in
11236     dll) ;;
11237     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'` ;;
11238     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
11239   esac
11240 else
11241   $as_echo "$as_me: failed program was:" >&5
11242 sed 's/^/| /' conftest.$ac_ext >&5
11243
11244
11245 fi
11246
11247 rm -rf conftest.dSYM
11248 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11249       conftest$ac_exeext conftest.$ac_ext
11250   LIBS=$ac_check_soname_save_LIBS
11251 fi
11252 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11253   { $as_echo "$as_me:$LINENO: result: not found" >&5
11254 $as_echo "not found" >&6; }
11255
11256 else
11257   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11258 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11259
11260 cat >>confdefs.h <<_ACEOF
11261 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11262 _ACEOF
11263
11264
11265 fi
11266
11267 else
11268   $as_echo "$as_me: failed program was:" >&5
11269 sed 's/^/| /' conftest.$ac_ext >&5
11270
11271
11272 fi
11273
11274 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11275         fi
11276         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11277   case "x$with_xinerama" in
11278   x)   wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11279   xno) ;;
11280   *)   { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11281 This is an error since --with-xinerama was requested." >&5
11282 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11283 This is an error since --with-xinerama was requested." >&2;}
11284    { (exit 1); exit 1; }; } ;;
11285 esac
11286 fi
11287
11288
11289                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11290         then
11291             { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11292 $as_echo_n "checking for -lXcomposite... " >&6; }
11293 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11294   $as_echo_n "(cached) " >&6
11295 else
11296   ac_check_soname_save_LIBS=$LIBS
11297 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11298   cat >conftest.$ac_ext <<_ACEOF
11299 /* confdefs.h.  */
11300 _ACEOF
11301 cat confdefs.h >>conftest.$ac_ext
11302 cat >>conftest.$ac_ext <<_ACEOF
11303 /* end confdefs.h.  */
11304
11305 /* Override any GCC internal prototype to avoid an error.
11306    Use char because int might match the return type of a GCC
11307    builtin and then its argument prototype would still apply.  */
11308 #ifdef __cplusplus
11309 extern "C"
11310 #endif
11311 char XCompositeRedirectWindow ();
11312 int
11313 main ()
11314 {
11315 return XCompositeRedirectWindow ();
11316   ;
11317   return 0;
11318 }
11319 _ACEOF
11320 rm -f conftest.$ac_objext conftest$ac_exeext
11321 if { (ac_try="$ac_link"
11322 case "(($ac_try" in
11323   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11324   *) ac_try_echo=$ac_try;;
11325 esac
11326 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11327 $as_echo "$ac_try_echo") >&5
11328   (eval "$ac_link") 2>conftest.er1
11329   ac_status=$?
11330   grep -v '^ *+' conftest.er1 >conftest.err
11331   rm -f conftest.er1
11332   cat conftest.err >&5
11333   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11334   (exit $ac_status); } && {
11335          test -z "$ac_c_werror_flag" ||
11336          test ! -s conftest.err
11337        } && test -s conftest$ac_exeext && {
11338          test "$cross_compiling" = yes ||
11339          $as_test_x conftest$ac_exeext
11340        }; then
11341   case "$LIBEXT" in
11342     dll) ;;
11343     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'` ;;
11344     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11345   esac
11346 else
11347   $as_echo "$as_me: failed program was:" >&5
11348 sed 's/^/| /' conftest.$ac_ext >&5
11349
11350
11351 fi
11352
11353 rm -rf conftest.dSYM
11354 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11355       conftest$ac_exeext conftest.$ac_ext
11356   LIBS=$ac_check_soname_save_LIBS
11357 fi
11358 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11359   { $as_echo "$as_me:$LINENO: result: not found" >&5
11360 $as_echo "not found" >&6; }
11361
11362 else
11363   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11364 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11365
11366 cat >>confdefs.h <<_ACEOF
11367 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11368 _ACEOF
11369
11370
11371 fi
11372
11373         fi
11374         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11375   case "x$with_xcomposite" in
11376   x)   wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11377   xno) ;;
11378   *)   { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11379 This is an error since --with-xcomposite was requested." >&5
11380 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11381 This is an error since --with-xcomposite was requested." >&2;}
11382    { (exit 1); exit 1; }; } ;;
11383 esac
11384 fi
11385
11386
11387                 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11388 $as_echo_n "checking for XICCallback.callback... " >&6; }
11389 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11390   $as_echo_n "(cached) " >&6
11391 else
11392   cat >conftest.$ac_ext <<_ACEOF
11393 /* confdefs.h.  */
11394 _ACEOF
11395 cat confdefs.h >>conftest.$ac_ext
11396 cat >>conftest.$ac_ext <<_ACEOF
11397 /* end confdefs.h.  */
11398 #ifdef HAVE_X11_XLIB_H
11399 #include <X11/Xlib.h>
11400 #endif
11401
11402 int
11403 main ()
11404 {
11405 static XICCallback ac_aggr;
11406 if (ac_aggr.callback)
11407 return 0;
11408   ;
11409   return 0;
11410 }
11411 _ACEOF
11412 rm -f conftest.$ac_objext
11413 if { (ac_try="$ac_compile"
11414 case "(($ac_try" in
11415   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11416   *) ac_try_echo=$ac_try;;
11417 esac
11418 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11419 $as_echo "$ac_try_echo") >&5
11420   (eval "$ac_compile") 2>conftest.er1
11421   ac_status=$?
11422   grep -v '^ *+' conftest.er1 >conftest.err
11423   rm -f conftest.er1
11424   cat conftest.err >&5
11425   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11426   (exit $ac_status); } && {
11427          test -z "$ac_c_werror_flag" ||
11428          test ! -s conftest.err
11429        } && test -s conftest.$ac_objext; then
11430   ac_cv_member_XICCallback_callback=yes
11431 else
11432   $as_echo "$as_me: failed program was:" >&5
11433 sed 's/^/| /' conftest.$ac_ext >&5
11434
11435         cat >conftest.$ac_ext <<_ACEOF
11436 /* confdefs.h.  */
11437 _ACEOF
11438 cat confdefs.h >>conftest.$ac_ext
11439 cat >>conftest.$ac_ext <<_ACEOF
11440 /* end confdefs.h.  */
11441 #ifdef HAVE_X11_XLIB_H
11442 #include <X11/Xlib.h>
11443 #endif
11444
11445 int
11446 main ()
11447 {
11448 static XICCallback ac_aggr;
11449 if (sizeof ac_aggr.callback)
11450 return 0;
11451   ;
11452   return 0;
11453 }
11454 _ACEOF
11455 rm -f conftest.$ac_objext
11456 if { (ac_try="$ac_compile"
11457 case "(($ac_try" in
11458   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11459   *) ac_try_echo=$ac_try;;
11460 esac
11461 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11462 $as_echo "$ac_try_echo") >&5
11463   (eval "$ac_compile") 2>conftest.er1
11464   ac_status=$?
11465   grep -v '^ *+' conftest.er1 >conftest.err
11466   rm -f conftest.er1
11467   cat conftest.err >&5
11468   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11469   (exit $ac_status); } && {
11470          test -z "$ac_c_werror_flag" ||
11471          test ! -s conftest.err
11472        } && test -s conftest.$ac_objext; then
11473   ac_cv_member_XICCallback_callback=yes
11474 else
11475   $as_echo "$as_me: failed program was:" >&5
11476 sed 's/^/| /' conftest.$ac_ext >&5
11477
11478         ac_cv_member_XICCallback_callback=no
11479 fi
11480
11481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11482 fi
11483
11484 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11485 fi
11486 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11487 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11488 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11489
11490 cat >>confdefs.h <<_ACEOF
11491 #define HAVE_XICCALLBACK_CALLBACK 1
11492 _ACEOF
11493
11494
11495 fi
11496
11497
11498
11499         opengl_msg=""
11500     if test "x$with_opengl" != "xno"
11501     then
11502
11503
11504
11505
11506 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11507 do
11508 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11509 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11510 $as_echo_n "checking for $ac_header... " >&6; }
11511 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11512   $as_echo_n "(cached) " >&6
11513 else
11514   cat >conftest.$ac_ext <<_ACEOF
11515 /* confdefs.h.  */
11516 _ACEOF
11517 cat confdefs.h >>conftest.$ac_ext
11518 cat >>conftest.$ac_ext <<_ACEOF
11519 /* end confdefs.h.  */
11520 #ifdef HAVE_GL_GLX_H
11521 # include <GL/glx.h>
11522 #endif
11523
11524 #include <$ac_header>
11525 _ACEOF
11526 rm -f conftest.$ac_objext
11527 if { (ac_try="$ac_compile"
11528 case "(($ac_try" in
11529   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11530   *) ac_try_echo=$ac_try;;
11531 esac
11532 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11533 $as_echo "$ac_try_echo") >&5
11534   (eval "$ac_compile") 2>conftest.er1
11535   ac_status=$?
11536   grep -v '^ *+' conftest.er1 >conftest.err
11537   rm -f conftest.er1
11538   cat conftest.err >&5
11539   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11540   (exit $ac_status); } && {
11541          test -z "$ac_c_werror_flag" ||
11542          test ! -s conftest.err
11543        } && test -s conftest.$ac_objext; then
11544   eval "$as_ac_Header=yes"
11545 else
11546   $as_echo "$as_me: failed program was:" >&5
11547 sed 's/^/| /' conftest.$ac_ext >&5
11548
11549         eval "$as_ac_Header=no"
11550 fi
11551
11552 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11553 fi
11554 ac_res=`eval 'as_val=${'$as_ac_Header'}
11555                  $as_echo "$as_val"'`
11556                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11557 $as_echo "$ac_res" >&6; }
11558 as_val=`eval 'as_val=${'$as_ac_Header'}
11559                  $as_echo "$as_val"'`
11560    if test "x$as_val" = x""yes; then
11561   cat >>confdefs.h <<_ACEOF
11562 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11563 _ACEOF
11564
11565 fi
11566
11567 done
11568
11569         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11570         then
11571                     { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11572 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11573 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11574   $as_echo_n "(cached) " >&6
11575 else
11576   cat >conftest.$ac_ext <<_ACEOF
11577 /* confdefs.h.  */
11578 _ACEOF
11579 cat confdefs.h >>conftest.$ac_ext
11580 cat >>conftest.$ac_ext <<_ACEOF
11581 /* end confdefs.h.  */
11582 #include <GL/gl.h>
11583 int
11584 main ()
11585 {
11586 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11587   ;
11588   return 0;
11589 }
11590 _ACEOF
11591 rm -f conftest.$ac_objext
11592 if { (ac_try="$ac_compile"
11593 case "(($ac_try" in
11594   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11595   *) ac_try_echo=$ac_try;;
11596 esac
11597 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11598 $as_echo "$ac_try_echo") >&5
11599   (eval "$ac_compile") 2>conftest.er1
11600   ac_status=$?
11601   grep -v '^ *+' conftest.er1 >conftest.err
11602   rm -f conftest.er1
11603   cat conftest.err >&5
11604   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11605   (exit $ac_status); } && {
11606          test -z "$ac_c_werror_flag" ||
11607          test ! -s conftest.err
11608        } && test -s conftest.$ac_objext; then
11609   wine_cv_opengl_header_version_OK="yes"
11610 else
11611   $as_echo "$as_me: failed program was:" >&5
11612 sed 's/^/| /' conftest.$ac_ext >&5
11613
11614         wine_cv_opengl_header_version_OK="no"
11615 fi
11616
11617 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11618 fi
11619 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11620 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11621
11622             if test "$wine_cv_opengl_header_version_OK" = "yes"
11623             then
11624                                 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11625 $as_echo_n "checking for -lGL... " >&6; }
11626 if test "${ac_cv_lib_soname_GL+set}" = set; then
11627   $as_echo_n "(cached) " >&6
11628 else
11629   ac_check_soname_save_LIBS=$LIBS
11630 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11631   cat >conftest.$ac_ext <<_ACEOF
11632 /* confdefs.h.  */
11633 _ACEOF
11634 cat confdefs.h >>conftest.$ac_ext
11635 cat >>conftest.$ac_ext <<_ACEOF
11636 /* end confdefs.h.  */
11637
11638 /* Override any GCC internal prototype to avoid an error.
11639    Use char because int might match the return type of a GCC
11640    builtin and then its argument prototype would still apply.  */
11641 #ifdef __cplusplus
11642 extern "C"
11643 #endif
11644 char glXCreateContext ();
11645 int
11646 main ()
11647 {
11648 return glXCreateContext ();
11649   ;
11650   return 0;
11651 }
11652 _ACEOF
11653 rm -f conftest.$ac_objext conftest$ac_exeext
11654 if { (ac_try="$ac_link"
11655 case "(($ac_try" in
11656   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11657   *) ac_try_echo=$ac_try;;
11658 esac
11659 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11660 $as_echo "$ac_try_echo") >&5
11661   (eval "$ac_link") 2>conftest.er1
11662   ac_status=$?
11663   grep -v '^ *+' conftest.er1 >conftest.err
11664   rm -f conftest.er1
11665   cat conftest.err >&5
11666   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11667   (exit $ac_status); } && {
11668          test -z "$ac_c_werror_flag" ||
11669          test ! -s conftest.err
11670        } && test -s conftest$ac_exeext && {
11671          test "$cross_compiling" = yes ||
11672          $as_test_x conftest$ac_exeext
11673        }; then
11674   case "$LIBEXT" in
11675     dll) ;;
11676     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'` ;;
11677     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11678   esac
11679 else
11680   $as_echo "$as_me: failed program was:" >&5
11681 sed 's/^/| /' conftest.$ac_ext >&5
11682
11683
11684 fi
11685
11686 rm -rf conftest.dSYM
11687 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11688       conftest$ac_exeext conftest.$ac_ext
11689   LIBS=$ac_check_soname_save_LIBS
11690 fi
11691 if test "x$ac_cv_lib_soname_GL" = "x"; then
11692   { $as_echo "$as_me:$LINENO: result: not found" >&5
11693 $as_echo "not found" >&6; }
11694        { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11695 $as_echo_n "checking for -lGL... " >&6; }
11696 if test "${ac_cv_lib_soname_GL+set}" = set; then
11697   $as_echo_n "(cached) " >&6
11698 else
11699   ac_check_soname_save_LIBS=$LIBS
11700 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"
11701   cat >conftest.$ac_ext <<_ACEOF
11702 /* confdefs.h.  */
11703 _ACEOF
11704 cat confdefs.h >>conftest.$ac_ext
11705 cat >>conftest.$ac_ext <<_ACEOF
11706 /* end confdefs.h.  */
11707
11708 /* Override any GCC internal prototype to avoid an error.
11709    Use char because int might match the return type of a GCC
11710    builtin and then its argument prototype would still apply.  */
11711 #ifdef __cplusplus
11712 extern "C"
11713 #endif
11714 char glXCreateContext ();
11715 int
11716 main ()
11717 {
11718 return glXCreateContext ();
11719   ;
11720   return 0;
11721 }
11722 _ACEOF
11723 rm -f conftest.$ac_objext conftest$ac_exeext
11724 if { (ac_try="$ac_link"
11725 case "(($ac_try" in
11726   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11727   *) ac_try_echo=$ac_try;;
11728 esac
11729 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11730 $as_echo "$ac_try_echo") >&5
11731   (eval "$ac_link") 2>conftest.er1
11732   ac_status=$?
11733   grep -v '^ *+' conftest.er1 >conftest.err
11734   rm -f conftest.er1
11735   cat conftest.err >&5
11736   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11737   (exit $ac_status); } && {
11738          test -z "$ac_c_werror_flag" ||
11739          test ! -s conftest.err
11740        } && test -s conftest$ac_exeext && {
11741          test "$cross_compiling" = yes ||
11742          $as_test_x conftest$ac_exeext
11743        }; then
11744   case "$LIBEXT" in
11745     dll) ;;
11746     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'` ;;
11747     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11748   esac
11749 else
11750   $as_echo "$as_me: failed program was:" >&5
11751 sed 's/^/| /' conftest.$ac_ext >&5
11752
11753
11754 fi
11755
11756 rm -rf conftest.dSYM
11757 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11758       conftest$ac_exeext conftest.$ac_ext
11759   LIBS=$ac_check_soname_save_LIBS
11760 fi
11761 if test "x$ac_cv_lib_soname_GL" = "x"; then
11762   { $as_echo "$as_me:$LINENO: result: not found" >&5
11763 $as_echo "not found" >&6; }
11764        if test -f /usr/X11R6/lib/libGL.a
11765                                     then
11766                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11767 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11768                                     else
11769                                         opengl_msg="No OpenGL library found on this system."
11770                                     fi
11771 else
11772   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11773 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11774
11775 cat >>confdefs.h <<_ACEOF
11776 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11777 _ACEOF
11778
11779        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"
11780
11781 cat >>confdefs.h <<\_ACEOF
11782 #define HAVE_OPENGL 1
11783 _ACEOF
11784
11785 fi
11786
11787 else
11788   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11789 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11790
11791 cat >>confdefs.h <<_ACEOF
11792 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11793 _ACEOF
11794
11795        OPENGL_LIBS="-lGL"
11796
11797 cat >>confdefs.h <<\_ACEOF
11798 #define HAVE_OPENGL 1
11799 _ACEOF
11800
11801 fi
11802
11803                  if test "$ac_cv_header_GL_glu_h" = "yes"
11804                  then
11805                     { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11806 $as_echo_n "checking for -lGLU... " >&6; }
11807 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11808   $as_echo_n "(cached) " >&6
11809 else
11810   ac_check_soname_save_LIBS=$LIBS
11811 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11812   cat >conftest.$ac_ext <<_ACEOF
11813 /* confdefs.h.  */
11814 _ACEOF
11815 cat confdefs.h >>conftest.$ac_ext
11816 cat >>conftest.$ac_ext <<_ACEOF
11817 /* end confdefs.h.  */
11818
11819 /* Override any GCC internal prototype to avoid an error.
11820    Use char because int might match the return type of a GCC
11821    builtin and then its argument prototype would still apply.  */
11822 #ifdef __cplusplus
11823 extern "C"
11824 #endif
11825 char gluLookAt ();
11826 int
11827 main ()
11828 {
11829 return gluLookAt ();
11830   ;
11831   return 0;
11832 }
11833 _ACEOF
11834 rm -f conftest.$ac_objext conftest$ac_exeext
11835 if { (ac_try="$ac_link"
11836 case "(($ac_try" in
11837   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11838   *) ac_try_echo=$ac_try;;
11839 esac
11840 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11841 $as_echo "$ac_try_echo") >&5
11842   (eval "$ac_link") 2>conftest.er1
11843   ac_status=$?
11844   grep -v '^ *+' conftest.er1 >conftest.err
11845   rm -f conftest.er1
11846   cat conftest.err >&5
11847   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11848   (exit $ac_status); } && {
11849          test -z "$ac_c_werror_flag" ||
11850          test ! -s conftest.err
11851        } && test -s conftest$ac_exeext && {
11852          test "$cross_compiling" = yes ||
11853          $as_test_x conftest$ac_exeext
11854        }; then
11855   case "$LIBEXT" in
11856     dll) ;;
11857     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'` ;;
11858     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11859   esac
11860 else
11861   $as_echo "$as_me: failed program was:" >&5
11862 sed 's/^/| /' conftest.$ac_ext >&5
11863
11864
11865 fi
11866
11867 rm -rf conftest.dSYM
11868 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11869       conftest$ac_exeext conftest.$ac_ext
11870   LIBS=$ac_check_soname_save_LIBS
11871 fi
11872 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11873   { $as_echo "$as_me:$LINENO: result: not found" >&5
11874 $as_echo "not found" >&6; }
11875
11876 else
11877   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11878 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11879
11880 cat >>confdefs.h <<_ACEOF
11881 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11882 _ACEOF
11883
11884
11885 fi
11886
11887                  fi
11888                  if test "x$ac_cv_lib_soname_GLU" = "x"; then
11889   case "x$with_glu" in
11890   x)   wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11891   xno) ;;
11892   *)   { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11893 This is an error since --with-glu was requested." >&5
11894 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11895 This is an error since --with-glu was requested." >&2;}
11896    { (exit 1); exit 1; }; } ;;
11897 esac
11898 fi
11899
11900              else
11901                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11902              fi
11903          else
11904              opengl_msg="OpenGL development headers not found."
11905          fi
11906          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11907          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11908     else
11909          enable_opengl32=${enable_opengl32:-no}
11910          enable_glu32=${enable_glu32:-no}
11911     fi
11912     if test -n "$opengl_msg"; then
11913   case "x$with_opengl" in
11914   x)   wine_warnings="$wine_warnings|$opengl_msg
11915 OpenGL and Direct3D won't be supported." ;;
11916   xno) ;;
11917   *)   { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11918 OpenGL and Direct3D won't be supported.
11919 This is an error since --with-opengl was requested." >&5
11920 $as_echo "$as_me: error: $opengl_msg
11921 OpenGL and Direct3D won't be supported.
11922 This is an error since --with-opengl was requested." >&2;}
11923    { (exit 1); exit 1; }; } ;;
11924 esac
11925 fi
11926
11927
11928         NASLIBS=""
11929
11930
11931 for ac_header in audio/audiolib.h
11932 do
11933 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11934 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11935   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11936 $as_echo_n "checking for $ac_header... " >&6; }
11937 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11938   $as_echo_n "(cached) " >&6
11939 fi
11940 ac_res=`eval 'as_val=${'$as_ac_Header'}
11941                  $as_echo "$as_val"'`
11942                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11943 $as_echo "$ac_res" >&6; }
11944 else
11945   # Is the header compilable?
11946 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11947 $as_echo_n "checking $ac_header usability... " >&6; }
11948 cat >conftest.$ac_ext <<_ACEOF
11949 /* confdefs.h.  */
11950 _ACEOF
11951 cat confdefs.h >>conftest.$ac_ext
11952 cat >>conftest.$ac_ext <<_ACEOF
11953 /* end confdefs.h.  */
11954 $ac_includes_default
11955 #include <$ac_header>
11956 _ACEOF
11957 rm -f conftest.$ac_objext
11958 if { (ac_try="$ac_compile"
11959 case "(($ac_try" in
11960   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11961   *) ac_try_echo=$ac_try;;
11962 esac
11963 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11964 $as_echo "$ac_try_echo") >&5
11965   (eval "$ac_compile") 2>conftest.er1
11966   ac_status=$?
11967   grep -v '^ *+' conftest.er1 >conftest.err
11968   rm -f conftest.er1
11969   cat conftest.err >&5
11970   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11971   (exit $ac_status); } && {
11972          test -z "$ac_c_werror_flag" ||
11973          test ! -s conftest.err
11974        } && test -s conftest.$ac_objext; then
11975   ac_header_compiler=yes
11976 else
11977   $as_echo "$as_me: failed program was:" >&5
11978 sed 's/^/| /' conftest.$ac_ext >&5
11979
11980         ac_header_compiler=no
11981 fi
11982
11983 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11984 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11985 $as_echo "$ac_header_compiler" >&6; }
11986
11987 # Is the header present?
11988 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11989 $as_echo_n "checking $ac_header presence... " >&6; }
11990 cat >conftest.$ac_ext <<_ACEOF
11991 /* confdefs.h.  */
11992 _ACEOF
11993 cat confdefs.h >>conftest.$ac_ext
11994 cat >>conftest.$ac_ext <<_ACEOF
11995 /* end confdefs.h.  */
11996 #include <$ac_header>
11997 _ACEOF
11998 if { (ac_try="$ac_cpp conftest.$ac_ext"
11999 case "(($ac_try" in
12000   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12001   *) ac_try_echo=$ac_try;;
12002 esac
12003 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12004 $as_echo "$ac_try_echo") >&5
12005   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12006   ac_status=$?
12007   grep -v '^ *+' conftest.er1 >conftest.err
12008   rm -f conftest.er1
12009   cat conftest.err >&5
12010   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12011   (exit $ac_status); } >/dev/null && {
12012          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12013          test ! -s conftest.err
12014        }; then
12015   ac_header_preproc=yes
12016 else
12017   $as_echo "$as_me: failed program was:" >&5
12018 sed 's/^/| /' conftest.$ac_ext >&5
12019
12020   ac_header_preproc=no
12021 fi
12022
12023 rm -f conftest.err conftest.$ac_ext
12024 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12025 $as_echo "$ac_header_preproc" >&6; }
12026
12027 # So?  What about this header?
12028 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12029   yes:no: )
12030     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12031 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12032     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12033 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12034     ac_header_preproc=yes
12035     ;;
12036   no:yes:* )
12037     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12038 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12039     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12040 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12041     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12042 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12043     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12044 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12045     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12046 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12047     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12048 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12049     ( cat <<\_ASBOX
12050 ## ------------------------------------ ##
12051 ## Report this to wine-devel@winehq.org ##
12052 ## ------------------------------------ ##
12053 _ASBOX
12054      ) | sed "s/^/$as_me: WARNING:     /" >&2
12055     ;;
12056 esac
12057 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12058 $as_echo_n "checking for $ac_header... " >&6; }
12059 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12060   $as_echo_n "(cached) " >&6
12061 else
12062   eval "$as_ac_Header=\$ac_header_preproc"
12063 fi
12064 ac_res=`eval 'as_val=${'$as_ac_Header'}
12065                  $as_echo "$as_val"'`
12066                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12067 $as_echo "$ac_res" >&6; }
12068
12069 fi
12070 as_val=`eval 'as_val=${'$as_ac_Header'}
12071                  $as_echo "$as_val"'`
12072    if test "x$as_val" = x""yes; then
12073   cat >>confdefs.h <<_ACEOF
12074 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12075 _ACEOF
12076
12077 for ac_header in audio/soundlib.h
12078 do
12079 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12080 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12081 $as_echo_n "checking for $ac_header... " >&6; }
12082 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12083   $as_echo_n "(cached) " >&6
12084 else
12085   cat >conftest.$ac_ext <<_ACEOF
12086 /* confdefs.h.  */
12087 _ACEOF
12088 cat confdefs.h >>conftest.$ac_ext
12089 cat >>conftest.$ac_ext <<_ACEOF
12090 /* end confdefs.h.  */
12091 #include <audio/audiolib.h>
12092
12093 #include <$ac_header>
12094 _ACEOF
12095 rm -f conftest.$ac_objext
12096 if { (ac_try="$ac_compile"
12097 case "(($ac_try" in
12098   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12099   *) ac_try_echo=$ac_try;;
12100 esac
12101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12102 $as_echo "$ac_try_echo") >&5
12103   (eval "$ac_compile") 2>conftest.er1
12104   ac_status=$?
12105   grep -v '^ *+' conftest.er1 >conftest.err
12106   rm -f conftest.er1
12107   cat conftest.err >&5
12108   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12109   (exit $ac_status); } && {
12110          test -z "$ac_c_werror_flag" ||
12111          test ! -s conftest.err
12112        } && test -s conftest.$ac_objext; then
12113   eval "$as_ac_Header=yes"
12114 else
12115   $as_echo "$as_me: failed program was:" >&5
12116 sed 's/^/| /' conftest.$ac_ext >&5
12117
12118         eval "$as_ac_Header=no"
12119 fi
12120
12121 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12122 fi
12123 ac_res=`eval 'as_val=${'$as_ac_Header'}
12124                  $as_echo "$as_val"'`
12125                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12126 $as_echo "$ac_res" >&6; }
12127 as_val=`eval 'as_val=${'$as_ac_Header'}
12128                  $as_echo "$as_val"'`
12129    if test "x$as_val" = x""yes; then
12130   cat >>confdefs.h <<_ACEOF
12131 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12132 _ACEOF
12133
12134 fi
12135
12136 done
12137
12138           { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12139 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12140 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12141   $as_echo_n "(cached) " >&6
12142 else
12143   ac_check_lib_save_LIBS=$LIBS
12144 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12145 cat >conftest.$ac_ext <<_ACEOF
12146 /* confdefs.h.  */
12147 _ACEOF
12148 cat confdefs.h >>conftest.$ac_ext
12149 cat >>conftest.$ac_ext <<_ACEOF
12150 /* end confdefs.h.  */
12151
12152 /* Override any GCC internal prototype to avoid an error.
12153    Use char because int might match the return type of a GCC
12154    builtin and then its argument prototype would still apply.  */
12155 #ifdef __cplusplus
12156 extern "C"
12157 #endif
12158 char AuCreateFlow ();
12159 int
12160 main ()
12161 {
12162 return AuCreateFlow ();
12163   ;
12164   return 0;
12165 }
12166 _ACEOF
12167 rm -f conftest.$ac_objext conftest$ac_exeext
12168 if { (ac_try="$ac_link"
12169 case "(($ac_try" in
12170   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12171   *) ac_try_echo=$ac_try;;
12172 esac
12173 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12174 $as_echo "$ac_try_echo") >&5
12175   (eval "$ac_link") 2>conftest.er1
12176   ac_status=$?
12177   grep -v '^ *+' conftest.er1 >conftest.err
12178   rm -f conftest.er1
12179   cat conftest.err >&5
12180   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12181   (exit $ac_status); } && {
12182          test -z "$ac_c_werror_flag" ||
12183          test ! -s conftest.err
12184        } && test -s conftest$ac_exeext && {
12185          test "$cross_compiling" = yes ||
12186          $as_test_x conftest$ac_exeext
12187        }; then
12188   ac_cv_lib_audio_AuCreateFlow=yes
12189 else
12190   $as_echo "$as_me: failed program was:" >&5
12191 sed 's/^/| /' conftest.$ac_ext >&5
12192
12193         ac_cv_lib_audio_AuCreateFlow=no
12194 fi
12195
12196 rm -rf conftest.dSYM
12197 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12198       conftest$ac_exeext conftest.$ac_ext
12199 LIBS=$ac_check_lib_save_LIBS
12200 fi
12201 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12202 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12203 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12204
12205 cat >>confdefs.h <<\_ACEOF
12206 #define HAVE_NAS 1
12207 _ACEOF
12208
12209                         { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12210 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12211 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12212   $as_echo_n "(cached) " >&6
12213 else
12214   ac_check_lib_save_LIBS=$LIBS
12215 LIBS="-lXau $X_LIBS $LIBS"
12216 cat >conftest.$ac_ext <<_ACEOF
12217 /* confdefs.h.  */
12218 _ACEOF
12219 cat confdefs.h >>conftest.$ac_ext
12220 cat >>conftest.$ac_ext <<_ACEOF
12221 /* end confdefs.h.  */
12222
12223 /* Override any GCC internal prototype to avoid an error.
12224    Use char because int might match the return type of a GCC
12225    builtin and then its argument prototype would still apply.  */
12226 #ifdef __cplusplus
12227 extern "C"
12228 #endif
12229 char XauGetBestAuthByAddr ();
12230 int
12231 main ()
12232 {
12233 return XauGetBestAuthByAddr ();
12234   ;
12235   return 0;
12236 }
12237 _ACEOF
12238 rm -f conftest.$ac_objext conftest$ac_exeext
12239 if { (ac_try="$ac_link"
12240 case "(($ac_try" in
12241   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12242   *) ac_try_echo=$ac_try;;
12243 esac
12244 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12245 $as_echo "$ac_try_echo") >&5
12246   (eval "$ac_link") 2>conftest.er1
12247   ac_status=$?
12248   grep -v '^ *+' conftest.er1 >conftest.err
12249   rm -f conftest.er1
12250   cat conftest.err >&5
12251   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12252   (exit $ac_status); } && {
12253          test -z "$ac_c_werror_flag" ||
12254          test ! -s conftest.err
12255        } && test -s conftest$ac_exeext && {
12256          test "$cross_compiling" = yes ||
12257          $as_test_x conftest$ac_exeext
12258        }; then
12259   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12260 else
12261   $as_echo "$as_me: failed program was:" >&5
12262 sed 's/^/| /' conftest.$ac_ext >&5
12263
12264         ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12265 fi
12266
12267 rm -rf conftest.dSYM
12268 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12269       conftest$ac_exeext conftest.$ac_ext
12270 LIBS=$ac_check_lib_save_LIBS
12271 fi
12272 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12273 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12274 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12275   NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12276 else
12277   NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12278 fi
12279
12280
12281 fi
12282
12283 fi
12284
12285 done
12286
12287
12288     CPPFLAGS="$ac_save_CPPFLAGS"
12289 else
12290     XLIB=""
12291     X_CFLAGS=""
12292     X_LIBS=""
12293     enable_winex11_drv=${enable_winex11_drv:-no}
12294     enable_opengl32=${enable_opengl32:-no}
12295     enable_glu32=${enable_glu32:-no}
12296 fi
12297 if test "x$XLIB" = "x"; then
12298   case "x$with_x" in
12299   xno) ;;
12300   *)   { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12301 without X support, which probably isn't what you want. You will need to install
12302 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12303 Use the --without-x option if you really want this." >&5
12304 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12305 without X support, which probably isn't what you want. You will need to install
12306 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12307 Use the --without-x option if you really want this." >&2;}
12308    { (exit 1); exit 1; }; } ;;
12309 esac
12310 fi
12311
12312
12313
12314 XML2LIBS=""
12315
12316 XML2INCL=""
12317
12318 XSLTINCL=""
12319
12320 if test "x$with_xml" != "xno"
12321 then
12322     ac_save_CPPFLAGS="$CPPFLAGS"
12323     if test "$PKG_CONFIG" != "false"
12324     then
12325         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12326         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12327     else
12328         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12329         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
12330     fi
12331     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12332
12333 for ac_header in libxml/parser.h
12334 do
12335 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12336 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12337   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12338 $as_echo_n "checking for $ac_header... " >&6; }
12339 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12340   $as_echo_n "(cached) " >&6
12341 fi
12342 ac_res=`eval 'as_val=${'$as_ac_Header'}
12343                  $as_echo "$as_val"'`
12344                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12345 $as_echo "$ac_res" >&6; }
12346 else
12347   # Is the header compilable?
12348 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12349 $as_echo_n "checking $ac_header usability... " >&6; }
12350 cat >conftest.$ac_ext <<_ACEOF
12351 /* confdefs.h.  */
12352 _ACEOF
12353 cat confdefs.h >>conftest.$ac_ext
12354 cat >>conftest.$ac_ext <<_ACEOF
12355 /* end confdefs.h.  */
12356 $ac_includes_default
12357 #include <$ac_header>
12358 _ACEOF
12359 rm -f conftest.$ac_objext
12360 if { (ac_try="$ac_compile"
12361 case "(($ac_try" in
12362   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12363   *) ac_try_echo=$ac_try;;
12364 esac
12365 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12366 $as_echo "$ac_try_echo") >&5
12367   (eval "$ac_compile") 2>conftest.er1
12368   ac_status=$?
12369   grep -v '^ *+' conftest.er1 >conftest.err
12370   rm -f conftest.er1
12371   cat conftest.err >&5
12372   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12373   (exit $ac_status); } && {
12374          test -z "$ac_c_werror_flag" ||
12375          test ! -s conftest.err
12376        } && test -s conftest.$ac_objext; then
12377   ac_header_compiler=yes
12378 else
12379   $as_echo "$as_me: failed program was:" >&5
12380 sed 's/^/| /' conftest.$ac_ext >&5
12381
12382         ac_header_compiler=no
12383 fi
12384
12385 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12386 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12387 $as_echo "$ac_header_compiler" >&6; }
12388
12389 # Is the header present?
12390 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12391 $as_echo_n "checking $ac_header presence... " >&6; }
12392 cat >conftest.$ac_ext <<_ACEOF
12393 /* confdefs.h.  */
12394 _ACEOF
12395 cat confdefs.h >>conftest.$ac_ext
12396 cat >>conftest.$ac_ext <<_ACEOF
12397 /* end confdefs.h.  */
12398 #include <$ac_header>
12399 _ACEOF
12400 if { (ac_try="$ac_cpp conftest.$ac_ext"
12401 case "(($ac_try" in
12402   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12403   *) ac_try_echo=$ac_try;;
12404 esac
12405 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12406 $as_echo "$ac_try_echo") >&5
12407   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12408   ac_status=$?
12409   grep -v '^ *+' conftest.er1 >conftest.err
12410   rm -f conftest.er1
12411   cat conftest.err >&5
12412   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12413   (exit $ac_status); } >/dev/null && {
12414          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12415          test ! -s conftest.err
12416        }; then
12417   ac_header_preproc=yes
12418 else
12419   $as_echo "$as_me: failed program was:" >&5
12420 sed 's/^/| /' conftest.$ac_ext >&5
12421
12422   ac_header_preproc=no
12423 fi
12424
12425 rm -f conftest.err conftest.$ac_ext
12426 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12427 $as_echo "$ac_header_preproc" >&6; }
12428
12429 # So?  What about this header?
12430 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12431   yes:no: )
12432     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12433 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12434     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12435 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12436     ac_header_preproc=yes
12437     ;;
12438   no:yes:* )
12439     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12440 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12441     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12442 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12443     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12444 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12445     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12446 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12447     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12448 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12449     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12450 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12451     ( cat <<\_ASBOX
12452 ## ------------------------------------ ##
12453 ## Report this to wine-devel@winehq.org ##
12454 ## ------------------------------------ ##
12455 _ASBOX
12456      ) | sed "s/^/$as_me: WARNING:     /" >&2
12457     ;;
12458 esac
12459 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12460 $as_echo_n "checking for $ac_header... " >&6; }
12461 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12462   $as_echo_n "(cached) " >&6
12463 else
12464   eval "$as_ac_Header=\$ac_header_preproc"
12465 fi
12466 ac_res=`eval 'as_val=${'$as_ac_Header'}
12467                  $as_echo "$as_val"'`
12468                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12469 $as_echo "$ac_res" >&6; }
12470
12471 fi
12472 as_val=`eval 'as_val=${'$as_ac_Header'}
12473                  $as_echo "$as_val"'`
12474    if test "x$as_val" = x""yes; then
12475   cat >>confdefs.h <<_ACEOF
12476 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12477 _ACEOF
12478  { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12479 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12480 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12481   $as_echo_n "(cached) " >&6
12482 else
12483   ac_check_lib_save_LIBS=$LIBS
12484 LIBS="-lxml2 $ac_xml_libs $LIBS"
12485 cat >conftest.$ac_ext <<_ACEOF
12486 /* confdefs.h.  */
12487 _ACEOF
12488 cat confdefs.h >>conftest.$ac_ext
12489 cat >>conftest.$ac_ext <<_ACEOF
12490 /* end confdefs.h.  */
12491
12492 /* Override any GCC internal prototype to avoid an error.
12493    Use char because int might match the return type of a GCC
12494    builtin and then its argument prototype would still apply.  */
12495 #ifdef __cplusplus
12496 extern "C"
12497 #endif
12498 char xmlParseMemory ();
12499 int
12500 main ()
12501 {
12502 return xmlParseMemory ();
12503   ;
12504   return 0;
12505 }
12506 _ACEOF
12507 rm -f conftest.$ac_objext conftest$ac_exeext
12508 if { (ac_try="$ac_link"
12509 case "(($ac_try" in
12510   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12511   *) ac_try_echo=$ac_try;;
12512 esac
12513 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12514 $as_echo "$ac_try_echo") >&5
12515   (eval "$ac_link") 2>conftest.er1
12516   ac_status=$?
12517   grep -v '^ *+' conftest.er1 >conftest.err
12518   rm -f conftest.er1
12519   cat conftest.err >&5
12520   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12521   (exit $ac_status); } && {
12522          test -z "$ac_c_werror_flag" ||
12523          test ! -s conftest.err
12524        } && test -s conftest$ac_exeext && {
12525          test "$cross_compiling" = yes ||
12526          $as_test_x conftest$ac_exeext
12527        }; then
12528   ac_cv_lib_xml2_xmlParseMemory=yes
12529 else
12530   $as_echo "$as_me: failed program was:" >&5
12531 sed 's/^/| /' conftest.$ac_ext >&5
12532
12533         ac_cv_lib_xml2_xmlParseMemory=no
12534 fi
12535
12536 rm -rf conftest.dSYM
12537 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12538       conftest$ac_exeext conftest.$ac_ext
12539 LIBS=$ac_check_lib_save_LIBS
12540 fi
12541 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12542 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12543 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12544
12545 cat >>confdefs.h <<\_ACEOF
12546 #define HAVE_LIBXML2 1
12547 _ACEOF
12548
12549                  XML2LIBS="$ac_xml_libs"
12550                  XML2INCL="$ac_xml_cflags"
12551 fi
12552
12553              { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12554 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12555 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12556   $as_echo_n "(cached) " >&6
12557 else
12558   ac_check_lib_save_LIBS=$LIBS
12559 LIBS="-lxml2 $ac_xml_libs $LIBS"
12560 cat >conftest.$ac_ext <<_ACEOF
12561 /* confdefs.h.  */
12562 _ACEOF
12563 cat confdefs.h >>conftest.$ac_ext
12564 cat >>conftest.$ac_ext <<_ACEOF
12565 /* end confdefs.h.  */
12566
12567 /* Override any GCC internal prototype to avoid an error.
12568    Use char because int might match the return type of a GCC
12569    builtin and then its argument prototype would still apply.  */
12570 #ifdef __cplusplus
12571 extern "C"
12572 #endif
12573 char xmlReadMemory ();
12574 int
12575 main ()
12576 {
12577 return xmlReadMemory ();
12578   ;
12579   return 0;
12580 }
12581 _ACEOF
12582 rm -f conftest.$ac_objext conftest$ac_exeext
12583 if { (ac_try="$ac_link"
12584 case "(($ac_try" in
12585   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12586   *) ac_try_echo=$ac_try;;
12587 esac
12588 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12589 $as_echo "$ac_try_echo") >&5
12590   (eval "$ac_link") 2>conftest.er1
12591   ac_status=$?
12592   grep -v '^ *+' conftest.er1 >conftest.err
12593   rm -f conftest.er1
12594   cat conftest.err >&5
12595   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12596   (exit $ac_status); } && {
12597          test -z "$ac_c_werror_flag" ||
12598          test ! -s conftest.err
12599        } && test -s conftest$ac_exeext && {
12600          test "$cross_compiling" = yes ||
12601          $as_test_x conftest$ac_exeext
12602        }; then
12603   ac_cv_lib_xml2_xmlReadMemory=yes
12604 else
12605   $as_echo "$as_me: failed program was:" >&5
12606 sed 's/^/| /' conftest.$ac_ext >&5
12607
12608         ac_cv_lib_xml2_xmlReadMemory=no
12609 fi
12610
12611 rm -rf conftest.dSYM
12612 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12613       conftest$ac_exeext conftest.$ac_ext
12614 LIBS=$ac_check_lib_save_LIBS
12615 fi
12616 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12617 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12618 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12619
12620 cat >>confdefs.h <<\_ACEOF
12621 #define HAVE_XMLREADMEMORY 1
12622 _ACEOF
12623
12624 fi
12625
12626              { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12627 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12628 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12629   $as_echo_n "(cached) " >&6
12630 else
12631   ac_check_lib_save_LIBS=$LIBS
12632 LIBS="-lxml2 $ac_xml_libs $LIBS"
12633 cat >conftest.$ac_ext <<_ACEOF
12634 /* confdefs.h.  */
12635 _ACEOF
12636 cat confdefs.h >>conftest.$ac_ext
12637 cat >>conftest.$ac_ext <<_ACEOF
12638 /* end confdefs.h.  */
12639
12640 /* Override any GCC internal prototype to avoid an error.
12641    Use char because int might match the return type of a GCC
12642    builtin and then its argument prototype would still apply.  */
12643 #ifdef __cplusplus
12644 extern "C"
12645 #endif
12646 char xmlNewDocPI ();
12647 int
12648 main ()
12649 {
12650 return xmlNewDocPI ();
12651   ;
12652   return 0;
12653 }
12654 _ACEOF
12655 rm -f conftest.$ac_objext conftest$ac_exeext
12656 if { (ac_try="$ac_link"
12657 case "(($ac_try" in
12658   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12659   *) ac_try_echo=$ac_try;;
12660 esac
12661 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12662 $as_echo "$ac_try_echo") >&5
12663   (eval "$ac_link") 2>conftest.er1
12664   ac_status=$?
12665   grep -v '^ *+' conftest.er1 >conftest.err
12666   rm -f conftest.er1
12667   cat conftest.err >&5
12668   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12669   (exit $ac_status); } && {
12670          test -z "$ac_c_werror_flag" ||
12671          test ! -s conftest.err
12672        } && test -s conftest$ac_exeext && {
12673          test "$cross_compiling" = yes ||
12674          $as_test_x conftest$ac_exeext
12675        }; then
12676   ac_cv_lib_xml2_xmlNewDocPI=yes
12677 else
12678   $as_echo "$as_me: failed program was:" >&5
12679 sed 's/^/| /' conftest.$ac_ext >&5
12680
12681         ac_cv_lib_xml2_xmlNewDocPI=no
12682 fi
12683
12684 rm -rf conftest.dSYM
12685 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12686       conftest$ac_exeext conftest.$ac_ext
12687 LIBS=$ac_check_lib_save_LIBS
12688 fi
12689 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12690 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12691 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12692
12693 cat >>confdefs.h <<\_ACEOF
12694 #define HAVE_XMLNEWDOCPI 1
12695 _ACEOF
12696
12697 fi
12698
12699
12700 fi
12701
12702 done
12703
12704     CPPFLAGS="$ac_save_CPPFLAGS"
12705 fi
12706 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12707   case "x$with_xml" in
12708   x)   wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12709   xno) ;;
12710   *)   { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12711 This is an error since --with-xml was requested." >&5
12712 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12713 This is an error since --with-xml was requested." >&2;}
12714    { (exit 1); exit 1; }; } ;;
12715 esac
12716 fi
12717
12718
12719 if test "x$with_xslt" != "xno"
12720 then
12721     if test "$PKG_CONFIG" != "false"
12722     then
12723         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12724         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12725     else
12726         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12727         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12728     fi
12729     ac_save_CPPFLAGS="$CPPFLAGS"
12730     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12731
12732
12733 for ac_header in libxslt/pattern.h libxslt/transform.h
12734 do
12735 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12736 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12737 $as_echo_n "checking for $ac_header... " >&6; }
12738 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12739   $as_echo_n "(cached) " >&6
12740 else
12741   cat >conftest.$ac_ext <<_ACEOF
12742 /* confdefs.h.  */
12743 _ACEOF
12744 cat confdefs.h >>conftest.$ac_ext
12745 cat >>conftest.$ac_ext <<_ACEOF
12746 /* end confdefs.h.  */
12747 #ifdef HAVE_LIBXSLT_PATTERN_H
12748 # include <libxslt/pattern.h>
12749 #endif
12750
12751 #include <$ac_header>
12752 _ACEOF
12753 rm -f conftest.$ac_objext
12754 if { (ac_try="$ac_compile"
12755 case "(($ac_try" in
12756   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12757   *) ac_try_echo=$ac_try;;
12758 esac
12759 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12760 $as_echo "$ac_try_echo") >&5
12761   (eval "$ac_compile") 2>conftest.er1
12762   ac_status=$?
12763   grep -v '^ *+' conftest.er1 >conftest.err
12764   rm -f conftest.er1
12765   cat conftest.err >&5
12766   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12767   (exit $ac_status); } && {
12768          test -z "$ac_c_werror_flag" ||
12769          test ! -s conftest.err
12770        } && test -s conftest.$ac_objext; then
12771   eval "$as_ac_Header=yes"
12772 else
12773   $as_echo "$as_me: failed program was:" >&5
12774 sed 's/^/| /' conftest.$ac_ext >&5
12775
12776         eval "$as_ac_Header=no"
12777 fi
12778
12779 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12780 fi
12781 ac_res=`eval 'as_val=${'$as_ac_Header'}
12782                  $as_echo "$as_val"'`
12783                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12784 $as_echo "$ac_res" >&6; }
12785 as_val=`eval 'as_val=${'$as_ac_Header'}
12786                  $as_echo "$as_val"'`
12787    if test "x$as_val" = x""yes; then
12788   cat >>confdefs.h <<_ACEOF
12789 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12790 _ACEOF
12791
12792 fi
12793
12794 done
12795
12796     CPPFLAGS="$ac_save_CPPFLAGS"
12797     if test "$ac_cv_header_libxslt_transform_h" = "yes"
12798     then
12799         { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12800 $as_echo_n "checking for -lxslt... " >&6; }
12801 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12802   $as_echo_n "(cached) " >&6
12803 else
12804   ac_check_soname_save_LIBS=$LIBS
12805 LIBS="-lxslt $ac_xslt_libs $LIBS"
12806   cat >conftest.$ac_ext <<_ACEOF
12807 /* confdefs.h.  */
12808 _ACEOF
12809 cat confdefs.h >>conftest.$ac_ext
12810 cat >>conftest.$ac_ext <<_ACEOF
12811 /* end confdefs.h.  */
12812
12813 /* Override any GCC internal prototype to avoid an error.
12814    Use char because int might match the return type of a GCC
12815    builtin and then its argument prototype would still apply.  */
12816 #ifdef __cplusplus
12817 extern "C"
12818 #endif
12819 char xsltCompilePattern ();
12820 int
12821 main ()
12822 {
12823 return xsltCompilePattern ();
12824   ;
12825   return 0;
12826 }
12827 _ACEOF
12828 rm -f conftest.$ac_objext conftest$ac_exeext
12829 if { (ac_try="$ac_link"
12830 case "(($ac_try" in
12831   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12832   *) ac_try_echo=$ac_try;;
12833 esac
12834 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12835 $as_echo "$ac_try_echo") >&5
12836   (eval "$ac_link") 2>conftest.er1
12837   ac_status=$?
12838   grep -v '^ *+' conftest.er1 >conftest.err
12839   rm -f conftest.er1
12840   cat conftest.err >&5
12841   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12842   (exit $ac_status); } && {
12843          test -z "$ac_c_werror_flag" ||
12844          test ! -s conftest.err
12845        } && test -s conftest$ac_exeext && {
12846          test "$cross_compiling" = yes ||
12847          $as_test_x conftest$ac_exeext
12848        }; then
12849   case "$LIBEXT" in
12850     dll) ;;
12851     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'` ;;
12852     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
12853   esac
12854 else
12855   $as_echo "$as_me: failed program was:" >&5
12856 sed 's/^/| /' conftest.$ac_ext >&5
12857
12858
12859 fi
12860
12861 rm -rf conftest.dSYM
12862 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12863       conftest$ac_exeext conftest.$ac_ext
12864   LIBS=$ac_check_soname_save_LIBS
12865 fi
12866 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12867   { $as_echo "$as_me:$LINENO: result: not found" >&5
12868 $as_echo "not found" >&6; }
12869
12870 else
12871   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12872 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12873
12874 cat >>confdefs.h <<_ACEOF
12875 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12876 _ACEOF
12877
12878        XSLTINCL="$ac_xslt_cflags"
12879 fi
12880
12881     fi
12882 fi
12883 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12884   case "x$with_xslt" in
12885   x)   wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12886   xno) ;;
12887   *)   { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12888 This is an error since --with-xslt was requested." >&5
12889 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12890 This is an error since --with-xslt was requested." >&2;}
12891    { (exit 1); exit 1; }; } ;;
12892 esac
12893 fi
12894
12895
12896 HALINCL=""
12897
12898 if test "x$with_hal" != "xno"
12899 then
12900     ac_save_CPPFLAGS="$CPPFLAGS"
12901     if test "$PKG_CONFIG" != "false"
12902     then
12903         ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12904         ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12905         CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12906     fi
12907
12908
12909 for ac_header in dbus/dbus.h hal/libhal.h
12910 do
12911 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12912 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12913   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12914 $as_echo_n "checking for $ac_header... " >&6; }
12915 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12916   $as_echo_n "(cached) " >&6
12917 fi
12918 ac_res=`eval 'as_val=${'$as_ac_Header'}
12919                  $as_echo "$as_val"'`
12920                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12921 $as_echo "$ac_res" >&6; }
12922 else
12923   # Is the header compilable?
12924 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12925 $as_echo_n "checking $ac_header usability... " >&6; }
12926 cat >conftest.$ac_ext <<_ACEOF
12927 /* confdefs.h.  */
12928 _ACEOF
12929 cat confdefs.h >>conftest.$ac_ext
12930 cat >>conftest.$ac_ext <<_ACEOF
12931 /* end confdefs.h.  */
12932 $ac_includes_default
12933 #include <$ac_header>
12934 _ACEOF
12935 rm -f conftest.$ac_objext
12936 if { (ac_try="$ac_compile"
12937 case "(($ac_try" in
12938   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12939   *) ac_try_echo=$ac_try;;
12940 esac
12941 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12942 $as_echo "$ac_try_echo") >&5
12943   (eval "$ac_compile") 2>conftest.er1
12944   ac_status=$?
12945   grep -v '^ *+' conftest.er1 >conftest.err
12946   rm -f conftest.er1
12947   cat conftest.err >&5
12948   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12949   (exit $ac_status); } && {
12950          test -z "$ac_c_werror_flag" ||
12951          test ! -s conftest.err
12952        } && test -s conftest.$ac_objext; then
12953   ac_header_compiler=yes
12954 else
12955   $as_echo "$as_me: failed program was:" >&5
12956 sed 's/^/| /' conftest.$ac_ext >&5
12957
12958         ac_header_compiler=no
12959 fi
12960
12961 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12962 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12963 $as_echo "$ac_header_compiler" >&6; }
12964
12965 # Is the header present?
12966 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12967 $as_echo_n "checking $ac_header presence... " >&6; }
12968 cat >conftest.$ac_ext <<_ACEOF
12969 /* confdefs.h.  */
12970 _ACEOF
12971 cat confdefs.h >>conftest.$ac_ext
12972 cat >>conftest.$ac_ext <<_ACEOF
12973 /* end confdefs.h.  */
12974 #include <$ac_header>
12975 _ACEOF
12976 if { (ac_try="$ac_cpp conftest.$ac_ext"
12977 case "(($ac_try" in
12978   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12979   *) ac_try_echo=$ac_try;;
12980 esac
12981 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12982 $as_echo "$ac_try_echo") >&5
12983   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12984   ac_status=$?
12985   grep -v '^ *+' conftest.er1 >conftest.err
12986   rm -f conftest.er1
12987   cat conftest.err >&5
12988   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12989   (exit $ac_status); } >/dev/null && {
12990          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12991          test ! -s conftest.err
12992        }; then
12993   ac_header_preproc=yes
12994 else
12995   $as_echo "$as_me: failed program was:" >&5
12996 sed 's/^/| /' conftest.$ac_ext >&5
12997
12998   ac_header_preproc=no
12999 fi
13000
13001 rm -f conftest.err conftest.$ac_ext
13002 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13003 $as_echo "$ac_header_preproc" >&6; }
13004
13005 # So?  What about this header?
13006 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13007   yes:no: )
13008     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13009 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13010     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13011 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13012     ac_header_preproc=yes
13013     ;;
13014   no:yes:* )
13015     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13016 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13017     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
13018 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
13019     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13020 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13021     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
13022 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
13023     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13024 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13025     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13026 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13027     ( cat <<\_ASBOX
13028 ## ------------------------------------ ##
13029 ## Report this to wine-devel@winehq.org ##
13030 ## ------------------------------------ ##
13031 _ASBOX
13032      ) | sed "s/^/$as_me: WARNING:     /" >&2
13033     ;;
13034 esac
13035 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13036 $as_echo_n "checking for $ac_header... " >&6; }
13037 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13038   $as_echo_n "(cached) " >&6
13039 else
13040   eval "$as_ac_Header=\$ac_header_preproc"
13041 fi
13042 ac_res=`eval 'as_val=${'$as_ac_Header'}
13043                  $as_echo "$as_val"'`
13044                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13045 $as_echo "$ac_res" >&6; }
13046
13047 fi
13048 as_val=`eval 'as_val=${'$as_ac_Header'}
13049                  $as_echo "$as_val"'`
13050    if test "x$as_val" = x""yes; then
13051   cat >>confdefs.h <<_ACEOF
13052 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13053 _ACEOF
13054
13055 fi
13056
13057 done
13058
13059     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13060     then
13061         { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13062 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13063 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13064   $as_echo_n "(cached) " >&6
13065 else
13066   ac_check_lib_save_LIBS=$LIBS
13067 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13068 cat >conftest.$ac_ext <<_ACEOF
13069 /* confdefs.h.  */
13070 _ACEOF
13071 cat confdefs.h >>conftest.$ac_ext
13072 cat >>conftest.$ac_ext <<_ACEOF
13073 /* end confdefs.h.  */
13074
13075 /* Override any GCC internal prototype to avoid an error.
13076    Use char because int might match the return type of a GCC
13077    builtin and then its argument prototype would still apply.  */
13078 #ifdef __cplusplus
13079 extern "C"
13080 #endif
13081 char dbus_connection_close ();
13082 int
13083 main ()
13084 {
13085 return dbus_connection_close ();
13086   ;
13087   return 0;
13088 }
13089 _ACEOF
13090 rm -f conftest.$ac_objext conftest$ac_exeext
13091 if { (ac_try="$ac_link"
13092 case "(($ac_try" in
13093   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13094   *) ac_try_echo=$ac_try;;
13095 esac
13096 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13097 $as_echo "$ac_try_echo") >&5
13098   (eval "$ac_link") 2>conftest.er1
13099   ac_status=$?
13100   grep -v '^ *+' conftest.er1 >conftest.err
13101   rm -f conftest.er1
13102   cat conftest.err >&5
13103   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13104   (exit $ac_status); } && {
13105          test -z "$ac_c_werror_flag" ||
13106          test ! -s conftest.err
13107        } && test -s conftest$ac_exeext && {
13108          test "$cross_compiling" = yes ||
13109          $as_test_x conftest$ac_exeext
13110        }; then
13111   ac_cv_lib_dbus_1_dbus_connection_close=yes
13112 else
13113   $as_echo "$as_me: failed program was:" >&5
13114 sed 's/^/| /' conftest.$ac_ext >&5
13115
13116         ac_cv_lib_dbus_1_dbus_connection_close=no
13117 fi
13118
13119 rm -rf conftest.dSYM
13120 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13121       conftest$ac_exeext conftest.$ac_ext
13122 LIBS=$ac_check_lib_save_LIBS
13123 fi
13124 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13125 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13126 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13127   { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13128 $as_echo_n "checking for -lhal... " >&6; }
13129 if test "${ac_cv_lib_soname_hal+set}" = set; then
13130   $as_echo_n "(cached) " >&6
13131 else
13132   ac_check_soname_save_LIBS=$LIBS
13133 LIBS="-lhal $ac_hal_libs $LIBS"
13134   cat >conftest.$ac_ext <<_ACEOF
13135 /* confdefs.h.  */
13136 _ACEOF
13137 cat confdefs.h >>conftest.$ac_ext
13138 cat >>conftest.$ac_ext <<_ACEOF
13139 /* end confdefs.h.  */
13140
13141 /* Override any GCC internal prototype to avoid an error.
13142    Use char because int might match the return type of a GCC
13143    builtin and then its argument prototype would still apply.  */
13144 #ifdef __cplusplus
13145 extern "C"
13146 #endif
13147 char libhal_ctx_new ();
13148 int
13149 main ()
13150 {
13151 return libhal_ctx_new ();
13152   ;
13153   return 0;
13154 }
13155 _ACEOF
13156 rm -f conftest.$ac_objext conftest$ac_exeext
13157 if { (ac_try="$ac_link"
13158 case "(($ac_try" in
13159   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13160   *) ac_try_echo=$ac_try;;
13161 esac
13162 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13163 $as_echo "$ac_try_echo") >&5
13164   (eval "$ac_link") 2>conftest.er1
13165   ac_status=$?
13166   grep -v '^ *+' conftest.er1 >conftest.err
13167   rm -f conftest.er1
13168   cat conftest.err >&5
13169   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13170   (exit $ac_status); } && {
13171          test -z "$ac_c_werror_flag" ||
13172          test ! -s conftest.err
13173        } && test -s conftest$ac_exeext && {
13174          test "$cross_compiling" = yes ||
13175          $as_test_x conftest$ac_exeext
13176        }; then
13177   case "$LIBEXT" in
13178     dll) ;;
13179     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'` ;;
13180     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
13181   esac
13182 else
13183   $as_echo "$as_me: failed program was:" >&5
13184 sed 's/^/| /' conftest.$ac_ext >&5
13185
13186
13187 fi
13188
13189 rm -rf conftest.dSYM
13190 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13191       conftest$ac_exeext conftest.$ac_ext
13192   LIBS=$ac_check_soname_save_LIBS
13193 fi
13194 if test "x$ac_cv_lib_soname_hal" = "x"; then
13195   { $as_echo "$as_me:$LINENO: result: not found" >&5
13196 $as_echo "not found" >&6; }
13197
13198 else
13199   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13200 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13201
13202 cat >>confdefs.h <<_ACEOF
13203 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13204 _ACEOF
13205
13206        HALINCL="$ac_hal_cflags"
13207 fi
13208
13209 fi
13210
13211     fi
13212     CPPFLAGS="$ac_save_CPPFLAGS"
13213 fi
13214 if test "x$ac_cv_lib_soname_hal" = "x"; then
13215   case "x$with_hal" in
13216   x)   wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13217   xno) ;;
13218   *)   { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13219 This is an error since --with-hal was requested." >&5
13220 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13221 This is an error since --with-hal was requested." >&2;}
13222    { (exit 1); exit 1; }; } ;;
13223 esac
13224 fi
13225
13226
13227 if test "x$with_gnutls" != "xno"
13228 then
13229     ac_save_CPPFLAGS="$CPPFLAGS"
13230     if test "$PKG_CONFIG" != "false"
13231     then
13232         ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13233         ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13234         CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13235     fi
13236     if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13237   { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13238 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13239 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13240   $as_echo_n "(cached) " >&6
13241 fi
13242 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13243 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13244 else
13245   # Is the header compilable?
13246 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13247 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13248 cat >conftest.$ac_ext <<_ACEOF
13249 /* confdefs.h.  */
13250 _ACEOF
13251 cat confdefs.h >>conftest.$ac_ext
13252 cat >>conftest.$ac_ext <<_ACEOF
13253 /* end confdefs.h.  */
13254 $ac_includes_default
13255 #include <gnutls/gnutls.h>
13256 _ACEOF
13257 rm -f conftest.$ac_objext
13258 if { (ac_try="$ac_compile"
13259 case "(($ac_try" in
13260   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13261   *) ac_try_echo=$ac_try;;
13262 esac
13263 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13264 $as_echo "$ac_try_echo") >&5
13265   (eval "$ac_compile") 2>conftest.er1
13266   ac_status=$?
13267   grep -v '^ *+' conftest.er1 >conftest.err
13268   rm -f conftest.er1
13269   cat conftest.err >&5
13270   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13271   (exit $ac_status); } && {
13272          test -z "$ac_c_werror_flag" ||
13273          test ! -s conftest.err
13274        } && test -s conftest.$ac_objext; then
13275   ac_header_compiler=yes
13276 else
13277   $as_echo "$as_me: failed program was:" >&5
13278 sed 's/^/| /' conftest.$ac_ext >&5
13279
13280         ac_header_compiler=no
13281 fi
13282
13283 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13284 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13285 $as_echo "$ac_header_compiler" >&6; }
13286
13287 # Is the header present?
13288 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13289 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13290 cat >conftest.$ac_ext <<_ACEOF
13291 /* confdefs.h.  */
13292 _ACEOF
13293 cat confdefs.h >>conftest.$ac_ext
13294 cat >>conftest.$ac_ext <<_ACEOF
13295 /* end confdefs.h.  */
13296 #include <gnutls/gnutls.h>
13297 _ACEOF
13298 if { (ac_try="$ac_cpp conftest.$ac_ext"
13299 case "(($ac_try" in
13300   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13301   *) ac_try_echo=$ac_try;;
13302 esac
13303 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13304 $as_echo "$ac_try_echo") >&5
13305   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13306   ac_status=$?
13307   grep -v '^ *+' conftest.er1 >conftest.err
13308   rm -f conftest.er1
13309   cat conftest.err >&5
13310   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13311   (exit $ac_status); } >/dev/null && {
13312          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13313          test ! -s conftest.err
13314        }; then
13315   ac_header_preproc=yes
13316 else
13317   $as_echo "$as_me: failed program was:" >&5
13318 sed 's/^/| /' conftest.$ac_ext >&5
13319
13320   ac_header_preproc=no
13321 fi
13322
13323 rm -f conftest.err conftest.$ac_ext
13324 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13325 $as_echo "$ac_header_preproc" >&6; }
13326
13327 # So?  What about this header?
13328 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13329   yes:no: )
13330     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13331 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13332     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13333 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13334     ac_header_preproc=yes
13335     ;;
13336   no:yes:* )
13337     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13338 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13339     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&5
13340 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&2;}
13341     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13342 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13343     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&5
13344 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13345     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13346 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13347     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13348 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13349     ( cat <<\_ASBOX
13350 ## ------------------------------------ ##
13351 ## Report this to wine-devel@winehq.org ##
13352 ## ------------------------------------ ##
13353 _ASBOX
13354      ) | sed "s/^/$as_me: WARNING:     /" >&2
13355     ;;
13356 esac
13357 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13358 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13359 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13360   $as_echo_n "(cached) " >&6
13361 else
13362   ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13363 fi
13364 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13365 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13366
13367 fi
13368 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13369   cat >conftest.$ac_ext <<_ACEOF
13370 /* confdefs.h.  */
13371 _ACEOF
13372 cat confdefs.h >>conftest.$ac_ext
13373 cat >>conftest.$ac_ext <<_ACEOF
13374 /* end confdefs.h.  */
13375 #include <gnutls/gnutls.h>
13376 int
13377 main ()
13378 {
13379 typeof(gnutls_mac_get_key_size) *pfunc;
13380   ;
13381   return 0;
13382 }
13383 _ACEOF
13384 rm -f conftest.$ac_objext
13385 if { (ac_try="$ac_compile"
13386 case "(($ac_try" in
13387   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13388   *) ac_try_echo=$ac_try;;
13389 esac
13390 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13391 $as_echo "$ac_try_echo") >&5
13392   (eval "$ac_compile") 2>conftest.er1
13393   ac_status=$?
13394   grep -v '^ *+' conftest.er1 >conftest.err
13395   rm -f conftest.er1
13396   cat conftest.err >&5
13397   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13398   (exit $ac_status); } && {
13399          test -z "$ac_c_werror_flag" ||
13400          test ! -s conftest.err
13401        } && test -s conftest.$ac_objext; then
13402   { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13403 $as_echo_n "checking for -lgnutls... " >&6; }
13404 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13405   $as_echo_n "(cached) " >&6
13406 else
13407   ac_check_soname_save_LIBS=$LIBS
13408 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13409   cat >conftest.$ac_ext <<_ACEOF
13410 /* confdefs.h.  */
13411 _ACEOF
13412 cat confdefs.h >>conftest.$ac_ext
13413 cat >>conftest.$ac_ext <<_ACEOF
13414 /* end confdefs.h.  */
13415
13416 /* Override any GCC internal prototype to avoid an error.
13417    Use char because int might match the return type of a GCC
13418    builtin and then its argument prototype would still apply.  */
13419 #ifdef __cplusplus
13420 extern "C"
13421 #endif
13422 char gnutls_global_init ();
13423 int
13424 main ()
13425 {
13426 return gnutls_global_init ();
13427   ;
13428   return 0;
13429 }
13430 _ACEOF
13431 rm -f conftest.$ac_objext conftest$ac_exeext
13432 if { (ac_try="$ac_link"
13433 case "(($ac_try" in
13434   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13435   *) ac_try_echo=$ac_try;;
13436 esac
13437 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13438 $as_echo "$ac_try_echo") >&5
13439   (eval "$ac_link") 2>conftest.er1
13440   ac_status=$?
13441   grep -v '^ *+' conftest.er1 >conftest.err
13442   rm -f conftest.er1
13443   cat conftest.err >&5
13444   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13445   (exit $ac_status); } && {
13446          test -z "$ac_c_werror_flag" ||
13447          test ! -s conftest.err
13448        } && test -s conftest$ac_exeext && {
13449          test "$cross_compiling" = yes ||
13450          $as_test_x conftest$ac_exeext
13451        }; then
13452   case "$LIBEXT" in
13453     dll) ;;
13454     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'` ;;
13455     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13456   esac
13457 else
13458   $as_echo "$as_me: failed program was:" >&5
13459 sed 's/^/| /' conftest.$ac_ext >&5
13460
13461
13462 fi
13463
13464 rm -rf conftest.dSYM
13465 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13466       conftest$ac_exeext conftest.$ac_ext
13467   LIBS=$ac_check_soname_save_LIBS
13468 fi
13469 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13470   { $as_echo "$as_me:$LINENO: result: not found" >&5
13471 $as_echo "not found" >&6; }
13472
13473 else
13474   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13475 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13476
13477 cat >>confdefs.h <<_ACEOF
13478 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13479 _ACEOF
13480
13481        GNUTLSINCL="$ac_gnutls_cflags"
13482
13483 fi
13484
13485 else
13486   $as_echo "$as_me: failed program was:" >&5
13487 sed 's/^/| /' conftest.$ac_ext >&5
13488
13489
13490 fi
13491
13492 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13493 fi
13494
13495
13496     CPPFLAGS="$ac_save_CPPFLAGS"
13497 fi
13498 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13499   case "x$with_gnutls" in
13500   x)   wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13501   xno) ;;
13502   *)   { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13503 This is an error since --with-gnutls was requested." >&5
13504 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13505 This is an error since --with-gnutls was requested." >&2;}
13506    { (exit 1); exit 1; }; } ;;
13507 esac
13508 fi
13509
13510
13511 CURSESLIBS=""
13512 if test "$ac_cv_header_ncurses_h" = "yes"
13513 then
13514     { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13515 $as_echo_n "checking for -lncurses... " >&6; }
13516 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13517   $as_echo_n "(cached) " >&6
13518 else
13519   ac_check_soname_save_LIBS=$LIBS
13520 LIBS="-lncurses  $LIBS"
13521   cat >conftest.$ac_ext <<_ACEOF
13522 /* confdefs.h.  */
13523 _ACEOF
13524 cat confdefs.h >>conftest.$ac_ext
13525 cat >>conftest.$ac_ext <<_ACEOF
13526 /* end confdefs.h.  */
13527
13528 /* Override any GCC internal prototype to avoid an error.
13529    Use char because int might match the return type of a GCC
13530    builtin and then its argument prototype would still apply.  */
13531 #ifdef __cplusplus
13532 extern "C"
13533 #endif
13534 char waddch ();
13535 int
13536 main ()
13537 {
13538 return waddch ();
13539   ;
13540   return 0;
13541 }
13542 _ACEOF
13543 rm -f conftest.$ac_objext conftest$ac_exeext
13544 if { (ac_try="$ac_link"
13545 case "(($ac_try" in
13546   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13547   *) ac_try_echo=$ac_try;;
13548 esac
13549 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13550 $as_echo "$ac_try_echo") >&5
13551   (eval "$ac_link") 2>conftest.er1
13552   ac_status=$?
13553   grep -v '^ *+' conftest.er1 >conftest.err
13554   rm -f conftest.er1
13555   cat conftest.err >&5
13556   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13557   (exit $ac_status); } && {
13558          test -z "$ac_c_werror_flag" ||
13559          test ! -s conftest.err
13560        } && test -s conftest$ac_exeext && {
13561          test "$cross_compiling" = yes ||
13562          $as_test_x conftest$ac_exeext
13563        }; then
13564   case "$LIBEXT" in
13565     dll) ;;
13566     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'` ;;
13567     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
13568   esac
13569 else
13570   $as_echo "$as_me: failed program was:" >&5
13571 sed 's/^/| /' conftest.$ac_ext >&5
13572
13573
13574 fi
13575
13576 rm -rf conftest.dSYM
13577 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13578       conftest$ac_exeext conftest.$ac_ext
13579   LIBS=$ac_check_soname_save_LIBS
13580 fi
13581 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13582   { $as_echo "$as_me:$LINENO: result: not found" >&5
13583 $as_echo "not found" >&6; }
13584
13585 else
13586   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13587 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13588
13589 cat >>confdefs.h <<_ACEOF
13590 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13591 _ACEOF
13592
13593        CURSESLIBS="-lncurses"
13594 fi
13595
13596 elif test "$ac_cv_header_curses_h" = "yes"
13597 then
13598     { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13599 $as_echo_n "checking for -lcurses... " >&6; }
13600 if test "${ac_cv_lib_soname_curses+set}" = set; then
13601   $as_echo_n "(cached) " >&6
13602 else
13603   ac_check_soname_save_LIBS=$LIBS
13604 LIBS="-lcurses  $LIBS"
13605   cat >conftest.$ac_ext <<_ACEOF
13606 /* confdefs.h.  */
13607 _ACEOF
13608 cat confdefs.h >>conftest.$ac_ext
13609 cat >>conftest.$ac_ext <<_ACEOF
13610 /* end confdefs.h.  */
13611
13612 /* Override any GCC internal prototype to avoid an error.
13613    Use char because int might match the return type of a GCC
13614    builtin and then its argument prototype would still apply.  */
13615 #ifdef __cplusplus
13616 extern "C"
13617 #endif
13618 char waddch ();
13619 int
13620 main ()
13621 {
13622 return waddch ();
13623   ;
13624   return 0;
13625 }
13626 _ACEOF
13627 rm -f conftest.$ac_objext conftest$ac_exeext
13628 if { (ac_try="$ac_link"
13629 case "(($ac_try" in
13630   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13631   *) ac_try_echo=$ac_try;;
13632 esac
13633 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13634 $as_echo "$ac_try_echo") >&5
13635   (eval "$ac_link") 2>conftest.er1
13636   ac_status=$?
13637   grep -v '^ *+' conftest.er1 >conftest.err
13638   rm -f conftest.er1
13639   cat conftest.err >&5
13640   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13641   (exit $ac_status); } && {
13642          test -z "$ac_c_werror_flag" ||
13643          test ! -s conftest.err
13644        } && test -s conftest$ac_exeext && {
13645          test "$cross_compiling" = yes ||
13646          $as_test_x conftest$ac_exeext
13647        }; then
13648   case "$LIBEXT" in
13649     dll) ;;
13650     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'` ;;
13651     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13652   esac
13653 else
13654   $as_echo "$as_me: failed program was:" >&5
13655 sed 's/^/| /' conftest.$ac_ext >&5
13656
13657
13658 fi
13659
13660 rm -rf conftest.dSYM
13661 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13662       conftest$ac_exeext conftest.$ac_ext
13663   LIBS=$ac_check_soname_save_LIBS
13664 fi
13665 if test "x$ac_cv_lib_soname_curses" = "x"; then
13666   { $as_echo "$as_me:$LINENO: result: not found" >&5
13667 $as_echo "not found" >&6; }
13668
13669 else
13670   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13671 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13672
13673 cat >>confdefs.h <<_ACEOF
13674 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13675 _ACEOF
13676
13677        CURSESLIBS="-lcurses"
13678 fi
13679
13680 fi
13681 ac_save_LIBS="$LIBS"
13682 LIBS="$LIBS $CURSESLIBS"
13683
13684 for ac_func in mousemask
13685 do
13686 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13687 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13688 $as_echo_n "checking for $ac_func... " >&6; }
13689 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13690   $as_echo_n "(cached) " >&6
13691 else
13692   cat >conftest.$ac_ext <<_ACEOF
13693 /* confdefs.h.  */
13694 _ACEOF
13695 cat confdefs.h >>conftest.$ac_ext
13696 cat >>conftest.$ac_ext <<_ACEOF
13697 /* end confdefs.h.  */
13698 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13699    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13700 #define $ac_func innocuous_$ac_func
13701
13702 /* System header to define __stub macros and hopefully few prototypes,
13703     which can conflict with char $ac_func (); below.
13704     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13705     <limits.h> exists even on freestanding compilers.  */
13706
13707 #ifdef __STDC__
13708 # include <limits.h>
13709 #else
13710 # include <assert.h>
13711 #endif
13712
13713 #undef $ac_func
13714
13715 /* Override any GCC internal prototype to avoid an error.
13716    Use char because int might match the return type of a GCC
13717    builtin and then its argument prototype would still apply.  */
13718 #ifdef __cplusplus
13719 extern "C"
13720 #endif
13721 char $ac_func ();
13722 /* The GNU C library defines this for functions which it implements
13723     to always fail with ENOSYS.  Some functions are actually named
13724     something starting with __ and the normal name is an alias.  */
13725 #if defined __stub_$ac_func || defined __stub___$ac_func
13726 choke me
13727 #endif
13728
13729 int
13730 main ()
13731 {
13732 return $ac_func ();
13733   ;
13734   return 0;
13735 }
13736 _ACEOF
13737 rm -f conftest.$ac_objext conftest$ac_exeext
13738 if { (ac_try="$ac_link"
13739 case "(($ac_try" in
13740   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13741   *) ac_try_echo=$ac_try;;
13742 esac
13743 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13744 $as_echo "$ac_try_echo") >&5
13745   (eval "$ac_link") 2>conftest.er1
13746   ac_status=$?
13747   grep -v '^ *+' conftest.er1 >conftest.err
13748   rm -f conftest.er1
13749   cat conftest.err >&5
13750   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13751   (exit $ac_status); } && {
13752          test -z "$ac_c_werror_flag" ||
13753          test ! -s conftest.err
13754        } && test -s conftest$ac_exeext && {
13755          test "$cross_compiling" = yes ||
13756          $as_test_x conftest$ac_exeext
13757        }; then
13758   eval "$as_ac_var=yes"
13759 else
13760   $as_echo "$as_me: failed program was:" >&5
13761 sed 's/^/| /' conftest.$ac_ext >&5
13762
13763         eval "$as_ac_var=no"
13764 fi
13765
13766 rm -rf conftest.dSYM
13767 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13768       conftest$ac_exeext conftest.$ac_ext
13769 fi
13770 ac_res=`eval 'as_val=${'$as_ac_var'}
13771                  $as_echo "$as_val"'`
13772                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13773 $as_echo "$ac_res" >&6; }
13774 as_val=`eval 'as_val=${'$as_ac_var'}
13775                  $as_echo "$as_val"'`
13776    if test "x$as_val" = x""yes; then
13777   cat >>confdefs.h <<_ACEOF
13778 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13779 _ACEOF
13780
13781 fi
13782 done
13783
13784 LIBS="$ac_save_LIBS"
13785 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13786   case "x$with_curses" in
13787   x)   wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13788   xno) ;;
13789   *)   { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13790 This is an error since --with-curses was requested." >&5
13791 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13792 This is an error since --with-curses was requested." >&2;}
13793    { (exit 1); exit 1; }; } ;;
13794 esac
13795 fi
13796
13797
13798 if test "x$with_sane" != "xno"
13799 then
13800     ac_save_CPPFLAGS="$CPPFLAGS"
13801     # Extract the first word of "sane-config", so it can be a program name with args.
13802 set dummy sane-config; ac_word=$2
13803 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13804 $as_echo_n "checking for $ac_word... " >&6; }
13805 if test "${ac_cv_prog_sane_devel+set}" = set; then
13806   $as_echo_n "(cached) " >&6
13807 else
13808   if test -n "$sane_devel"; then
13809   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13810 else
13811 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13812 for as_dir in $PATH
13813 do
13814   IFS=$as_save_IFS
13815   test -z "$as_dir" && as_dir=.
13816   for ac_exec_ext in '' $ac_executable_extensions; do
13817   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13818     ac_cv_prog_sane_devel="sane-config"
13819     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13820     break 2
13821   fi
13822 done
13823 done
13824 IFS=$as_save_IFS
13825
13826   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13827 fi
13828 fi
13829 sane_devel=$ac_cv_prog_sane_devel
13830 if test -n "$sane_devel"; then
13831   { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13832 $as_echo "$sane_devel" >&6; }
13833 else
13834   { $as_echo "$as_me:$LINENO: result: no" >&5
13835 $as_echo "no" >&6; }
13836 fi
13837
13838
13839     if test "$sane_devel" != "no"
13840     then
13841         ac_sane_incl="`$sane_devel --cflags`"
13842         ac_sane_libs="`$sane_devel --ldflags`"
13843         CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13844     fi
13845     if test "${ac_cv_header_sane_sane_h+set}" = set; then
13846   { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13847 $as_echo_n "checking for sane/sane.h... " >&6; }
13848 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13849   $as_echo_n "(cached) " >&6
13850 fi
13851 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13852 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13853 else
13854   # Is the header compilable?
13855 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13856 $as_echo_n "checking sane/sane.h usability... " >&6; }
13857 cat >conftest.$ac_ext <<_ACEOF
13858 /* confdefs.h.  */
13859 _ACEOF
13860 cat confdefs.h >>conftest.$ac_ext
13861 cat >>conftest.$ac_ext <<_ACEOF
13862 /* end confdefs.h.  */
13863 $ac_includes_default
13864 #include <sane/sane.h>
13865 _ACEOF
13866 rm -f conftest.$ac_objext
13867 if { (ac_try="$ac_compile"
13868 case "(($ac_try" in
13869   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13870   *) ac_try_echo=$ac_try;;
13871 esac
13872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13873 $as_echo "$ac_try_echo") >&5
13874   (eval "$ac_compile") 2>conftest.er1
13875   ac_status=$?
13876   grep -v '^ *+' conftest.er1 >conftest.err
13877   rm -f conftest.er1
13878   cat conftest.err >&5
13879   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13880   (exit $ac_status); } && {
13881          test -z "$ac_c_werror_flag" ||
13882          test ! -s conftest.err
13883        } && test -s conftest.$ac_objext; then
13884   ac_header_compiler=yes
13885 else
13886   $as_echo "$as_me: failed program was:" >&5
13887 sed 's/^/| /' conftest.$ac_ext >&5
13888
13889         ac_header_compiler=no
13890 fi
13891
13892 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13893 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13894 $as_echo "$ac_header_compiler" >&6; }
13895
13896 # Is the header present?
13897 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13898 $as_echo_n "checking sane/sane.h presence... " >&6; }
13899 cat >conftest.$ac_ext <<_ACEOF
13900 /* confdefs.h.  */
13901 _ACEOF
13902 cat confdefs.h >>conftest.$ac_ext
13903 cat >>conftest.$ac_ext <<_ACEOF
13904 /* end confdefs.h.  */
13905 #include <sane/sane.h>
13906 _ACEOF
13907 if { (ac_try="$ac_cpp conftest.$ac_ext"
13908 case "(($ac_try" in
13909   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13910   *) ac_try_echo=$ac_try;;
13911 esac
13912 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13913 $as_echo "$ac_try_echo") >&5
13914   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13915   ac_status=$?
13916   grep -v '^ *+' conftest.er1 >conftest.err
13917   rm -f conftest.er1
13918   cat conftest.err >&5
13919   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13920   (exit $ac_status); } >/dev/null && {
13921          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13922          test ! -s conftest.err
13923        }; then
13924   ac_header_preproc=yes
13925 else
13926   $as_echo "$as_me: failed program was:" >&5
13927 sed 's/^/| /' conftest.$ac_ext >&5
13928
13929   ac_header_preproc=no
13930 fi
13931
13932 rm -f conftest.err conftest.$ac_ext
13933 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13934 $as_echo "$ac_header_preproc" >&6; }
13935
13936 # So?  What about this header?
13937 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13938   yes:no: )
13939     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13940 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13941     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13942 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13943     ac_header_preproc=yes
13944     ;;
13945   no:yes:* )
13946     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13947 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13948     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&5
13949 $as_echo "$as_me: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&2;}
13950     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13951 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13952     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&5
13953 $as_echo "$as_me: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13954     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13955 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13956     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13957 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13958     ( cat <<\_ASBOX
13959 ## ------------------------------------ ##
13960 ## Report this to wine-devel@winehq.org ##
13961 ## ------------------------------------ ##
13962 _ASBOX
13963      ) | sed "s/^/$as_me: WARNING:     /" >&2
13964     ;;
13965 esac
13966 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13967 $as_echo_n "checking for sane/sane.h... " >&6; }
13968 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13969   $as_echo_n "(cached) " >&6
13970 else
13971   ac_cv_header_sane_sane_h=$ac_header_preproc
13972 fi
13973 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13974 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13975
13976 fi
13977 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13978   { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13979 $as_echo_n "checking for -lsane... " >&6; }
13980 if test "${ac_cv_lib_soname_sane+set}" = set; then
13981   $as_echo_n "(cached) " >&6
13982 else
13983   ac_check_soname_save_LIBS=$LIBS
13984 LIBS="-lsane $ac_sane_libs $LIBS"
13985   cat >conftest.$ac_ext <<_ACEOF
13986 /* confdefs.h.  */
13987 _ACEOF
13988 cat confdefs.h >>conftest.$ac_ext
13989 cat >>conftest.$ac_ext <<_ACEOF
13990 /* end confdefs.h.  */
13991
13992 /* Override any GCC internal prototype to avoid an error.
13993    Use char because int might match the return type of a GCC
13994    builtin and then its argument prototype would still apply.  */
13995 #ifdef __cplusplus
13996 extern "C"
13997 #endif
13998 char sane_init ();
13999 int
14000 main ()
14001 {
14002 return sane_init ();
14003   ;
14004   return 0;
14005 }
14006 _ACEOF
14007 rm -f conftest.$ac_objext conftest$ac_exeext
14008 if { (ac_try="$ac_link"
14009 case "(($ac_try" in
14010   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14011   *) ac_try_echo=$ac_try;;
14012 esac
14013 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14014 $as_echo "$ac_try_echo") >&5
14015   (eval "$ac_link") 2>conftest.er1
14016   ac_status=$?
14017   grep -v '^ *+' conftest.er1 >conftest.err
14018   rm -f conftest.er1
14019   cat conftest.err >&5
14020   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14021   (exit $ac_status); } && {
14022          test -z "$ac_c_werror_flag" ||
14023          test ! -s conftest.err
14024        } && test -s conftest$ac_exeext && {
14025          test "$cross_compiling" = yes ||
14026          $as_test_x conftest$ac_exeext
14027        }; then
14028   case "$LIBEXT" in
14029     dll) ;;
14030     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'` ;;
14031     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
14032   esac
14033 else
14034   $as_echo "$as_me: failed program was:" >&5
14035 sed 's/^/| /' conftest.$ac_ext >&5
14036
14037
14038 fi
14039
14040 rm -rf conftest.dSYM
14041 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14042       conftest$ac_exeext conftest.$ac_ext
14043   LIBS=$ac_check_soname_save_LIBS
14044 fi
14045 if test "x$ac_cv_lib_soname_sane" = "x"; then
14046   { $as_echo "$as_me:$LINENO: result: not found" >&5
14047 $as_echo "not found" >&6; }
14048
14049 else
14050   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
14051 $as_echo "$ac_cv_lib_soname_sane" >&6; }
14052
14053 cat >>confdefs.h <<_ACEOF
14054 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
14055 _ACEOF
14056
14057        SANEINCL="$ac_sane_incl"
14058
14059 fi
14060
14061 fi
14062
14063
14064     CPPFLAGS="$ac_save_CPPFLAGS"
14065 fi
14066 if test "x$ac_cv_lib_soname_sane" = "x"; then
14067   case "x$with_sane" in
14068   x)   wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14069   xno) ;;
14070   *)   { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14071 This is an error since --with-sane was requested." >&5
14072 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14073 This is an error since --with-sane was requested." >&2;}
14074    { (exit 1); exit 1; }; } ;;
14075 esac
14076 fi
14077
14078
14079 if test "x$with_gphoto" != "xno"
14080 then
14081     ac_save_CPPFLAGS="$CPPFLAGS"
14082     # Extract the first word of "gphoto2-config", so it can be a program name with args.
14083 set dummy gphoto2-config; ac_word=$2
14084 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14085 $as_echo_n "checking for $ac_word... " >&6; }
14086 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14087   $as_echo_n "(cached) " >&6
14088 else
14089   if test -n "$gphoto2_devel"; then
14090   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14091 else
14092 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14093 for as_dir in $PATH
14094 do
14095   IFS=$as_save_IFS
14096   test -z "$as_dir" && as_dir=.
14097   for ac_exec_ext in '' $ac_executable_extensions; do
14098   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14099     ac_cv_prog_gphoto2_devel="gphoto2-config"
14100     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14101     break 2
14102   fi
14103 done
14104 done
14105 IFS=$as_save_IFS
14106
14107   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14108 fi
14109 fi
14110 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14111 if test -n "$gphoto2_devel"; then
14112   { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14113 $as_echo "$gphoto2_devel" >&6; }
14114 else
14115   { $as_echo "$as_me:$LINENO: result: no" >&5
14116 $as_echo "no" >&6; }
14117 fi
14118
14119
14120     # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14121 set dummy gphoto2-port-config; ac_word=$2
14122 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14123 $as_echo_n "checking for $ac_word... " >&6; }
14124 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14125   $as_echo_n "(cached) " >&6
14126 else
14127   if test -n "$gphoto2port_devel"; then
14128   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14129 else
14130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14131 for as_dir in $PATH
14132 do
14133   IFS=$as_save_IFS
14134   test -z "$as_dir" && as_dir=.
14135   for ac_exec_ext in '' $ac_executable_extensions; do
14136   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14137     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14138     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14139     break 2
14140   fi
14141 done
14142 done
14143 IFS=$as_save_IFS
14144
14145   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14146 fi
14147 fi
14148 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14149 if test -n "$gphoto2port_devel"; then
14150   { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14151 $as_echo "$gphoto2port_devel" >&6; }
14152 else
14153   { $as_echo "$as_me:$LINENO: result: no" >&5
14154 $as_echo "no" >&6; }
14155 fi
14156
14157
14158     if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14159     then
14160         ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14161         ac_gphoto2_libs=""
14162         for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14163         do
14164             case "$i" in
14165             -L/usr/lib|-L/usr/lib64) ;;
14166             -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14167             esac
14168         done
14169         CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14170     fi
14171     ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14172     if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14173   { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14174 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14175 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14176   $as_echo_n "(cached) " >&6
14177 fi
14178 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14179 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14180 else
14181   # Is the header compilable?
14182 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14183 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14184 cat >conftest.$ac_ext <<_ACEOF
14185 /* confdefs.h.  */
14186 _ACEOF
14187 cat confdefs.h >>conftest.$ac_ext
14188 cat >>conftest.$ac_ext <<_ACEOF
14189 /* end confdefs.h.  */
14190 $ac_includes_default
14191 #include <gphoto2-camera.h>
14192 _ACEOF
14193 rm -f conftest.$ac_objext
14194 if { (ac_try="$ac_compile"
14195 case "(($ac_try" in
14196   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14197   *) ac_try_echo=$ac_try;;
14198 esac
14199 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14200 $as_echo "$ac_try_echo") >&5
14201   (eval "$ac_compile") 2>conftest.er1
14202   ac_status=$?
14203   grep -v '^ *+' conftest.er1 >conftest.err
14204   rm -f conftest.er1
14205   cat conftest.err >&5
14206   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14207   (exit $ac_status); } && {
14208          test -z "$ac_c_werror_flag" ||
14209          test ! -s conftest.err
14210        } && test -s conftest.$ac_objext; then
14211   ac_header_compiler=yes
14212 else
14213   $as_echo "$as_me: failed program was:" >&5
14214 sed 's/^/| /' conftest.$ac_ext >&5
14215
14216         ac_header_compiler=no
14217 fi
14218
14219 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14220 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14221 $as_echo "$ac_header_compiler" >&6; }
14222
14223 # Is the header present?
14224 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14225 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14226 cat >conftest.$ac_ext <<_ACEOF
14227 /* confdefs.h.  */
14228 _ACEOF
14229 cat confdefs.h >>conftest.$ac_ext
14230 cat >>conftest.$ac_ext <<_ACEOF
14231 /* end confdefs.h.  */
14232 #include <gphoto2-camera.h>
14233 _ACEOF
14234 if { (ac_try="$ac_cpp conftest.$ac_ext"
14235 case "(($ac_try" in
14236   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14237   *) ac_try_echo=$ac_try;;
14238 esac
14239 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14240 $as_echo "$ac_try_echo") >&5
14241   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14242   ac_status=$?
14243   grep -v '^ *+' conftest.er1 >conftest.err
14244   rm -f conftest.er1
14245   cat conftest.err >&5
14246   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14247   (exit $ac_status); } >/dev/null && {
14248          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14249          test ! -s conftest.err
14250        }; then
14251   ac_header_preproc=yes
14252 else
14253   $as_echo "$as_me: failed program was:" >&5
14254 sed 's/^/| /' conftest.$ac_ext >&5
14255
14256   ac_header_preproc=no
14257 fi
14258
14259 rm -f conftest.err conftest.$ac_ext
14260 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14261 $as_echo "$ac_header_preproc" >&6; }
14262
14263 # So?  What about this header?
14264 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14265   yes:no: )
14266     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14267 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14268     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14269 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14270     ac_header_preproc=yes
14271     ;;
14272   no:yes:* )
14273     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14274 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14275     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&5
14276 $as_echo "$as_me: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&2;}
14277     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14278 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14279     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&5
14280 $as_echo "$as_me: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&2;}
14281     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14282 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14283     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14284 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14285     ( cat <<\_ASBOX
14286 ## ------------------------------------ ##
14287 ## Report this to wine-devel@winehq.org ##
14288 ## ------------------------------------ ##
14289 _ASBOX
14290      ) | sed "s/^/$as_me: WARNING:     /" >&2
14291     ;;
14292 esac
14293 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14294 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14295 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14296   $as_echo_n "(cached) " >&6
14297 else
14298   ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14299 fi
14300 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14301 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14302
14303 fi
14304 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14305   { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14306 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14307 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14308   $as_echo_n "(cached) " >&6
14309 else
14310   ac_check_lib_save_LIBS=$LIBS
14311 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14312 cat >conftest.$ac_ext <<_ACEOF
14313 /* confdefs.h.  */
14314 _ACEOF
14315 cat confdefs.h >>conftest.$ac_ext
14316 cat >>conftest.$ac_ext <<_ACEOF
14317 /* end confdefs.h.  */
14318
14319 /* Override any GCC internal prototype to avoid an error.
14320    Use char because int might match the return type of a GCC
14321    builtin and then its argument prototype would still apply.  */
14322 #ifdef __cplusplus
14323 extern "C"
14324 #endif
14325 char gp_camera_new ();
14326 int
14327 main ()
14328 {
14329 return gp_camera_new ();
14330   ;
14331   return 0;
14332 }
14333 _ACEOF
14334 rm -f conftest.$ac_objext conftest$ac_exeext
14335 if { (ac_try="$ac_link"
14336 case "(($ac_try" in
14337   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14338   *) ac_try_echo=$ac_try;;
14339 esac
14340 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14341 $as_echo "$ac_try_echo") >&5
14342   (eval "$ac_link") 2>conftest.er1
14343   ac_status=$?
14344   grep -v '^ *+' conftest.er1 >conftest.err
14345   rm -f conftest.er1
14346   cat conftest.err >&5
14347   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14348   (exit $ac_status); } && {
14349          test -z "$ac_c_werror_flag" ||
14350          test ! -s conftest.err
14351        } && test -s conftest$ac_exeext && {
14352          test "$cross_compiling" = yes ||
14353          $as_test_x conftest$ac_exeext
14354        }; then
14355   ac_cv_lib_gphoto2_gp_camera_new=yes
14356 else
14357   $as_echo "$as_me: failed program was:" >&5
14358 sed 's/^/| /' conftest.$ac_ext >&5
14359
14360         ac_cv_lib_gphoto2_gp_camera_new=no
14361 fi
14362
14363 rm -rf conftest.dSYM
14364 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14365       conftest$ac_exeext conftest.$ac_ext
14366 LIBS=$ac_check_lib_save_LIBS
14367 fi
14368 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14369 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14370 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14371
14372 cat >>confdefs.h <<\_ACEOF
14373 #define HAVE_GPHOTO2 1
14374 _ACEOF
14375
14376                                    GPHOTO2LIBS="$ac_gphoto2_libs"
14377
14378                                    GPHOTO2INCL="$ac_gphoto2_incl"
14379
14380 fi
14381
14382 fi
14383
14384
14385     CPPFLAGS="$ac_save_CPPFLAGS"
14386 fi
14387 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14388   case "x$with_gphoto" in
14389   x)   wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14390   xno) ;;
14391   *)   { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14392 This is an error since --with-gphoto was requested." >&5
14393 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14394 This is an error since --with-gphoto was requested." >&2;}
14395    { (exit 1); exit 1; }; } ;;
14396 esac
14397 fi
14398
14399
14400
14401 RESOLVLIBS=""
14402
14403 if test "$ac_cv_header_resolv_h" = "yes"
14404 then
14405     ac_save_LIBS="$LIBS"
14406     LIBS="$LIBS -lresolv"
14407     cat >conftest.$ac_ext <<_ACEOF
14408 /* confdefs.h.  */
14409 _ACEOF
14410 cat confdefs.h >>conftest.$ac_ext
14411 cat >>conftest.$ac_ext <<_ACEOF
14412 /* end confdefs.h.  */
14413 #ifdef HAVE_NETINET_IN_H
14414 #include <netinet/in.h>
14415 #endif
14416 #include <resolv.h>
14417 int
14418 main ()
14419 {
14420 res_init();
14421   ;
14422   return 0;
14423 }
14424 _ACEOF
14425 rm -f conftest.$ac_objext conftest$ac_exeext
14426 if { (ac_try="$ac_link"
14427 case "(($ac_try" in
14428   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14429   *) ac_try_echo=$ac_try;;
14430 esac
14431 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14432 $as_echo "$ac_try_echo") >&5
14433   (eval "$ac_link") 2>conftest.er1
14434   ac_status=$?
14435   grep -v '^ *+' conftest.er1 >conftest.err
14436   rm -f conftest.er1
14437   cat conftest.err >&5
14438   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14439   (exit $ac_status); } && {
14440          test -z "$ac_c_werror_flag" ||
14441          test ! -s conftest.err
14442        } && test -s conftest$ac_exeext && {
14443          test "$cross_compiling" = yes ||
14444          $as_test_x conftest$ac_exeext
14445        }; then
14446
14447 cat >>confdefs.h <<\_ACEOF
14448 #define HAVE_RESOLV 1
14449 _ACEOF
14450
14451          RESOLVLIBS="-lresolv"
14452 else
14453   $as_echo "$as_me: failed program was:" >&5
14454 sed 's/^/| /' conftest.$ac_ext >&5
14455
14456
14457 fi
14458
14459 rm -rf conftest.dSYM
14460 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14461       conftest$ac_exeext conftest.$ac_ext
14462     LIBS="$ac_save_LIBS"
14463 fi
14464
14465 LCMSLIBS=""
14466
14467 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14468 then
14469     { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14470 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14471 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14472   $as_echo_n "(cached) " >&6
14473 else
14474   ac_check_lib_save_LIBS=$LIBS
14475 LIBS="-llcms  $LIBS"
14476 cat >conftest.$ac_ext <<_ACEOF
14477 /* confdefs.h.  */
14478 _ACEOF
14479 cat confdefs.h >>conftest.$ac_ext
14480 cat >>conftest.$ac_ext <<_ACEOF
14481 /* end confdefs.h.  */
14482
14483 /* Override any GCC internal prototype to avoid an error.
14484    Use char because int might match the return type of a GCC
14485    builtin and then its argument prototype would still apply.  */
14486 #ifdef __cplusplus
14487 extern "C"
14488 #endif
14489 char cmsOpenProfileFromFile ();
14490 int
14491 main ()
14492 {
14493 return cmsOpenProfileFromFile ();
14494   ;
14495   return 0;
14496 }
14497 _ACEOF
14498 rm -f conftest.$ac_objext conftest$ac_exeext
14499 if { (ac_try="$ac_link"
14500 case "(($ac_try" in
14501   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14502   *) ac_try_echo=$ac_try;;
14503 esac
14504 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14505 $as_echo "$ac_try_echo") >&5
14506   (eval "$ac_link") 2>conftest.er1
14507   ac_status=$?
14508   grep -v '^ *+' conftest.er1 >conftest.err
14509   rm -f conftest.er1
14510   cat conftest.err >&5
14511   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14512   (exit $ac_status); } && {
14513          test -z "$ac_c_werror_flag" ||
14514          test ! -s conftest.err
14515        } && test -s conftest$ac_exeext && {
14516          test "$cross_compiling" = yes ||
14517          $as_test_x conftest$ac_exeext
14518        }; then
14519   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14520 else
14521   $as_echo "$as_me: failed program was:" >&5
14522 sed 's/^/| /' conftest.$ac_ext >&5
14523
14524         ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14525 fi
14526
14527 rm -rf conftest.dSYM
14528 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14529       conftest$ac_exeext conftest.$ac_ext
14530 LIBS=$ac_check_lib_save_LIBS
14531 fi
14532 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14533 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14534 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14535
14536 cat >>confdefs.h <<\_ACEOF
14537 #define HAVE_LCMS 1
14538 _ACEOF
14539
14540          LCMSLIBS="-llcms"
14541 fi
14542
14543 fi
14544 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14545   case "x$with_cms" in
14546   x)   wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14547   xno) ;;
14548   *)   { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14549 This is an error since --with-cms was requested." >&5
14550 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14551 This is an error since --with-cms was requested." >&2;}
14552    { (exit 1); exit 1; }; } ;;
14553 esac
14554 fi
14555
14556
14557 if test "x$with_freetype" != "xno"
14558 then
14559     for ac_prog in freetype-config freetype2-config
14560 do
14561   # Extract the first word of "$ac_prog", so it can be a program name with args.
14562 set dummy $ac_prog; ac_word=$2
14563 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14564 $as_echo_n "checking for $ac_word... " >&6; }
14565 if test "${ac_cv_prog_ft_devel+set}" = set; then
14566   $as_echo_n "(cached) " >&6
14567 else
14568   if test -n "$ft_devel"; then
14569   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14570 else
14571 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14572 for as_dir in $PATH
14573 do
14574   IFS=$as_save_IFS
14575   test -z "$as_dir" && as_dir=.
14576   for ac_exec_ext in '' $ac_executable_extensions; do
14577   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14578     ac_cv_prog_ft_devel="$ac_prog"
14579     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14580     break 2
14581   fi
14582 done
14583 done
14584 IFS=$as_save_IFS
14585
14586 fi
14587 fi
14588 ft_devel=$ac_cv_prog_ft_devel
14589 if test -n "$ft_devel"; then
14590   { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14591 $as_echo "$ft_devel" >&6; }
14592 else
14593   { $as_echo "$as_me:$LINENO: result: no" >&5
14594 $as_echo "no" >&6; }
14595 fi
14596
14597
14598   test -n "$ft_devel" && break
14599 done
14600 test -n "$ft_devel" || ft_devel="no"
14601
14602     if test "$ft_devel" != "no"
14603     then
14604         ac_freetype_incl=`$ft_devel --cflags`
14605         ac_freetype_libs=`$ft_devel --libs`
14606     fi
14607     ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14608     { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14609 $as_echo_n "checking for -lfreetype... " >&6; }
14610 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14611   $as_echo_n "(cached) " >&6
14612 else
14613   ac_check_soname_save_LIBS=$LIBS
14614 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14615   cat >conftest.$ac_ext <<_ACEOF
14616 /* confdefs.h.  */
14617 _ACEOF
14618 cat confdefs.h >>conftest.$ac_ext
14619 cat >>conftest.$ac_ext <<_ACEOF
14620 /* end confdefs.h.  */
14621
14622 /* Override any GCC internal prototype to avoid an error.
14623    Use char because int might match the return type of a GCC
14624    builtin and then its argument prototype would still apply.  */
14625 #ifdef __cplusplus
14626 extern "C"
14627 #endif
14628 char FT_Init_FreeType ();
14629 int
14630 main ()
14631 {
14632 return FT_Init_FreeType ();
14633   ;
14634   return 0;
14635 }
14636 _ACEOF
14637 rm -f conftest.$ac_objext conftest$ac_exeext
14638 if { (ac_try="$ac_link"
14639 case "(($ac_try" in
14640   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14641   *) ac_try_echo=$ac_try;;
14642 esac
14643 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14644 $as_echo "$ac_try_echo") >&5
14645   (eval "$ac_link") 2>conftest.er1
14646   ac_status=$?
14647   grep -v '^ *+' conftest.er1 >conftest.err
14648   rm -f conftest.er1
14649   cat conftest.err >&5
14650   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14651   (exit $ac_status); } && {
14652          test -z "$ac_c_werror_flag" ||
14653          test ! -s conftest.err
14654        } && test -s conftest$ac_exeext && {
14655          test "$cross_compiling" = yes ||
14656          $as_test_x conftest$ac_exeext
14657        }; then
14658   case "$LIBEXT" in
14659     dll) ;;
14660     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'` ;;
14661     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
14662   esac
14663 else
14664   $as_echo "$as_me: failed program was:" >&5
14665 sed 's/^/| /' conftest.$ac_ext >&5
14666
14667
14668 fi
14669
14670 rm -rf conftest.dSYM
14671 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14672       conftest$ac_exeext conftest.$ac_ext
14673   LIBS=$ac_check_soname_save_LIBS
14674 fi
14675 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14676   { $as_echo "$as_me:$LINENO: result: not found" >&5
14677 $as_echo "not found" >&6; }
14678        ft_lib=no
14679 else
14680   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14681 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14682
14683 cat >>confdefs.h <<_ACEOF
14684 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14685 _ACEOF
14686
14687        ft_lib=yes
14688 fi
14689
14690     if test "$ft_lib" = "yes"
14691     then
14692         ac_save_CPPFLAGS="$CPPFLAGS"
14693         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14694
14695
14696
14697
14698
14699
14700
14701
14702
14703
14704
14705
14706
14707 for ac_header in ft2build.h \
14708                          freetype/freetype.h \
14709                          freetype/ftglyph.h \
14710                          freetype/fttypes.h \
14711                          freetype/tttables.h \
14712                          freetype/ftnames.h \
14713                          freetype/ftsnames.h \
14714                          freetype/ttnameid.h \
14715                          freetype/ftoutln.h \
14716                          freetype/ftwinfnt.h \
14717                          freetype/ftmodapi.h \
14718                          freetype/ftlcdfil.h \
14719                          freetype/internal/sfnt.h
14720 do
14721 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14722 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14723 $as_echo_n "checking for $ac_header... " >&6; }
14724 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14725   $as_echo_n "(cached) " >&6
14726 else
14727   cat >conftest.$ac_ext <<_ACEOF
14728 /* confdefs.h.  */
14729 _ACEOF
14730 cat confdefs.h >>conftest.$ac_ext
14731 cat >>conftest.$ac_ext <<_ACEOF
14732 /* end confdefs.h.  */
14733 #ifdef HAVE_FT2BUILD_H
14734                           # include <ft2build.h>
14735                           #endif
14736
14737 #include <$ac_header>
14738 _ACEOF
14739 rm -f conftest.$ac_objext
14740 if { (ac_try="$ac_compile"
14741 case "(($ac_try" in
14742   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14743   *) ac_try_echo=$ac_try;;
14744 esac
14745 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14746 $as_echo "$ac_try_echo") >&5
14747   (eval "$ac_compile") 2>conftest.er1
14748   ac_status=$?
14749   grep -v '^ *+' conftest.er1 >conftest.err
14750   rm -f conftest.er1
14751   cat conftest.err >&5
14752   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14753   (exit $ac_status); } && {
14754          test -z "$ac_c_werror_flag" ||
14755          test ! -s conftest.err
14756        } && test -s conftest.$ac_objext; then
14757   eval "$as_ac_Header=yes"
14758 else
14759   $as_echo "$as_me: failed program was:" >&5
14760 sed 's/^/| /' conftest.$ac_ext >&5
14761
14762         eval "$as_ac_Header=no"
14763 fi
14764
14765 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14766 fi
14767 ac_res=`eval 'as_val=${'$as_ac_Header'}
14768                  $as_echo "$as_val"'`
14769                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14770 $as_echo "$ac_res" >&6; }
14771 as_val=`eval 'as_val=${'$as_ac_Header'}
14772                  $as_echo "$as_val"'`
14773    if test "x$as_val" = x""yes; then
14774   cat >>confdefs.h <<_ACEOF
14775 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14776 _ACEOF
14777
14778 fi
14779
14780 done
14781
14782         cat >conftest.$ac_ext <<_ACEOF
14783 /* confdefs.h.  */
14784 _ACEOF
14785 cat confdefs.h >>conftest.$ac_ext
14786 cat >>conftest.$ac_ext <<_ACEOF
14787 /* end confdefs.h.  */
14788 #include <ft2build.h>
14789                     #include <freetype/fttrigon.h>
14790 _ACEOF
14791 if { (ac_try="$ac_cpp conftest.$ac_ext"
14792 case "(($ac_try" in
14793   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14794   *) ac_try_echo=$ac_try;;
14795 esac
14796 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14797 $as_echo "$ac_try_echo") >&5
14798   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14799   ac_status=$?
14800   grep -v '^ *+' conftest.er1 >conftest.err
14801   rm -f conftest.er1
14802   cat conftest.err >&5
14803   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14804   (exit $ac_status); } >/dev/null && {
14805          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14806          test ! -s conftest.err
14807        }; then
14808
14809 cat >>confdefs.h <<\_ACEOF
14810 #define HAVE_FREETYPE_FTTRIGON_H 1
14811 _ACEOF
14812
14813                     wine_cv_fttrigon=yes
14814 else
14815   $as_echo "$as_me: failed program was:" >&5
14816 sed 's/^/| /' conftest.$ac_ext >&5
14817
14818   wine_cv_fttrigon=no
14819 fi
14820
14821 rm -f conftest.err conftest.$ac_ext
14822         { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14823 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14824 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14825   $as_echo_n "(cached) " >&6
14826 else
14827   ac_cv_type_FT_TrueTypeEngineType=no
14828 cat >conftest.$ac_ext <<_ACEOF
14829 /* confdefs.h.  */
14830 _ACEOF
14831 cat confdefs.h >>conftest.$ac_ext
14832 cat >>conftest.$ac_ext <<_ACEOF
14833 /* end confdefs.h.  */
14834 #include <freetype/ftmodapi.h>
14835
14836 int
14837 main ()
14838 {
14839 if (sizeof (FT_TrueTypeEngineType))
14840        return 0;
14841   ;
14842   return 0;
14843 }
14844 _ACEOF
14845 rm -f conftest.$ac_objext
14846 if { (ac_try="$ac_compile"
14847 case "(($ac_try" in
14848   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14849   *) ac_try_echo=$ac_try;;
14850 esac
14851 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14852 $as_echo "$ac_try_echo") >&5
14853   (eval "$ac_compile") 2>conftest.er1
14854   ac_status=$?
14855   grep -v '^ *+' conftest.er1 >conftest.err
14856   rm -f conftest.er1
14857   cat conftest.err >&5
14858   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14859   (exit $ac_status); } && {
14860          test -z "$ac_c_werror_flag" ||
14861          test ! -s conftest.err
14862        } && test -s conftest.$ac_objext; then
14863   cat >conftest.$ac_ext <<_ACEOF
14864 /* confdefs.h.  */
14865 _ACEOF
14866 cat confdefs.h >>conftest.$ac_ext
14867 cat >>conftest.$ac_ext <<_ACEOF
14868 /* end confdefs.h.  */
14869 #include <freetype/ftmodapi.h>
14870
14871 int
14872 main ()
14873 {
14874 if (sizeof ((FT_TrueTypeEngineType)))
14875           return 0;
14876   ;
14877   return 0;
14878 }
14879 _ACEOF
14880 rm -f conftest.$ac_objext
14881 if { (ac_try="$ac_compile"
14882 case "(($ac_try" in
14883   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14884   *) ac_try_echo=$ac_try;;
14885 esac
14886 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14887 $as_echo "$ac_try_echo") >&5
14888   (eval "$ac_compile") 2>conftest.er1
14889   ac_status=$?
14890   grep -v '^ *+' conftest.er1 >conftest.err
14891   rm -f conftest.er1
14892   cat conftest.err >&5
14893   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14894   (exit $ac_status); } && {
14895          test -z "$ac_c_werror_flag" ||
14896          test ! -s conftest.err
14897        } && test -s conftest.$ac_objext; then
14898   :
14899 else
14900   $as_echo "$as_me: failed program was:" >&5
14901 sed 's/^/| /' conftest.$ac_ext >&5
14902
14903         ac_cv_type_FT_TrueTypeEngineType=yes
14904 fi
14905
14906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14907 else
14908   $as_echo "$as_me: failed program was:" >&5
14909 sed 's/^/| /' conftest.$ac_ext >&5
14910
14911
14912 fi
14913
14914 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14915 fi
14916 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14917 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14918 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14919
14920 cat >>confdefs.h <<_ACEOF
14921 #define HAVE_FT_TRUETYPEENGINETYPE 1
14922 _ACEOF
14923
14924
14925 fi
14926
14927         ac_save_CFLAGS="$CFLAGS"
14928         CFLAGS="$CFLAGS $ac_freetype_libs"
14929
14930 for ac_func in FT_Load_Sfnt_Table
14931 do
14932 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14933 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14934 $as_echo_n "checking for $ac_func... " >&6; }
14935 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14936   $as_echo_n "(cached) " >&6
14937 else
14938   cat >conftest.$ac_ext <<_ACEOF
14939 /* confdefs.h.  */
14940 _ACEOF
14941 cat confdefs.h >>conftest.$ac_ext
14942 cat >>conftest.$ac_ext <<_ACEOF
14943 /* end confdefs.h.  */
14944 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14945    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14946 #define $ac_func innocuous_$ac_func
14947
14948 /* System header to define __stub macros and hopefully few prototypes,
14949     which can conflict with char $ac_func (); below.
14950     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14951     <limits.h> exists even on freestanding compilers.  */
14952
14953 #ifdef __STDC__
14954 # include <limits.h>
14955 #else
14956 # include <assert.h>
14957 #endif
14958
14959 #undef $ac_func
14960
14961 /* Override any GCC internal prototype to avoid an error.
14962    Use char because int might match the return type of a GCC
14963    builtin and then its argument prototype would still apply.  */
14964 #ifdef __cplusplus
14965 extern "C"
14966 #endif
14967 char $ac_func ();
14968 /* The GNU C library defines this for functions which it implements
14969     to always fail with ENOSYS.  Some functions are actually named
14970     something starting with __ and the normal name is an alias.  */
14971 #if defined __stub_$ac_func || defined __stub___$ac_func
14972 choke me
14973 #endif
14974
14975 int
14976 main ()
14977 {
14978 return $ac_func ();
14979   ;
14980   return 0;
14981 }
14982 _ACEOF
14983 rm -f conftest.$ac_objext conftest$ac_exeext
14984 if { (ac_try="$ac_link"
14985 case "(($ac_try" in
14986   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14987   *) ac_try_echo=$ac_try;;
14988 esac
14989 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14990 $as_echo "$ac_try_echo") >&5
14991   (eval "$ac_link") 2>conftest.er1
14992   ac_status=$?
14993   grep -v '^ *+' conftest.er1 >conftest.err
14994   rm -f conftest.er1
14995   cat conftest.err >&5
14996   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14997   (exit $ac_status); } && {
14998          test -z "$ac_c_werror_flag" ||
14999          test ! -s conftest.err
15000        } && test -s conftest$ac_exeext && {
15001          test "$cross_compiling" = yes ||
15002          $as_test_x conftest$ac_exeext
15003        }; then
15004   eval "$as_ac_var=yes"
15005 else
15006   $as_echo "$as_me: failed program was:" >&5
15007 sed 's/^/| /' conftest.$ac_ext >&5
15008
15009         eval "$as_ac_var=no"
15010 fi
15011
15012 rm -rf conftest.dSYM
15013 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15014       conftest$ac_exeext conftest.$ac_ext
15015 fi
15016 ac_res=`eval 'as_val=${'$as_ac_var'}
15017                  $as_echo "$as_val"'`
15018                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15019 $as_echo "$ac_res" >&6; }
15020 as_val=`eval 'as_val=${'$as_ac_var'}
15021                  $as_echo "$as_val"'`
15022    if test "x$as_val" = x""yes; then
15023   cat >>confdefs.h <<_ACEOF
15024 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15025 _ACEOF
15026
15027 fi
15028 done
15029
15030         CFLAGS="$ac_save_CFLAGS"
15031         CPPFLAGS="$ac_save_CPPFLAGS"
15032                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
15033         then
15034
15035 cat >>confdefs.h <<\_ACEOF
15036 #define HAVE_FREETYPE 1
15037 _ACEOF
15038
15039             FREETYPELIBS="$ac_freetype_libs"
15040
15041             FREETYPEINCL="$ac_freetype_incl"
15042
15043         fi
15044     fi
15045 fi
15046 if test "x$FREETYPELIBS" = "x"; then
15047   case "x$with_freetype" in
15048   xno) ;;
15049   *)   { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15050 Use the --without-freetype option if you really want this." >&5
15051 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15052 Use the --without-freetype option if you really want this." >&2;}
15053    { (exit 1); exit 1; }; } ;;
15054 esac
15055 fi
15056
15057 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
15058
15059 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
15060 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
15061 if test "${ac_cv_c_ppdev+set}" = set; then
15062   $as_echo_n "(cached) " >&6
15063 else
15064   cat >conftest.$ac_ext <<_ACEOF
15065 /* confdefs.h.  */
15066 _ACEOF
15067 cat confdefs.h >>conftest.$ac_ext
15068 cat >>conftest.$ac_ext <<_ACEOF
15069 /* end confdefs.h.  */
15070 #include <linux/ppdev.h>
15071 int
15072 main ()
15073 {
15074 ioctl (1,PPCLAIM,0)
15075   ;
15076   return 0;
15077 }
15078 _ACEOF
15079 rm -f conftest.$ac_objext
15080 if { (ac_try="$ac_compile"
15081 case "(($ac_try" in
15082   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15083   *) ac_try_echo=$ac_try;;
15084 esac
15085 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15086 $as_echo "$ac_try_echo") >&5
15087   (eval "$ac_compile") 2>conftest.er1
15088   ac_status=$?
15089   grep -v '^ *+' conftest.er1 >conftest.err
15090   rm -f conftest.er1
15091   cat conftest.err >&5
15092   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15093   (exit $ac_status); } && {
15094          test -z "$ac_c_werror_flag" ||
15095          test ! -s conftest.err
15096        } && test -s conftest.$ac_objext; then
15097   ac_cv_c_ppdev="yes"
15098 else
15099   $as_echo "$as_me: failed program was:" >&5
15100 sed 's/^/| /' conftest.$ac_ext >&5
15101
15102         ac_cv_c_ppdev="no"
15103 fi
15104
15105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15106 fi
15107 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15108 $as_echo "$ac_cv_c_ppdev" >&6; }
15109 if test "$ac_cv_c_ppdev" = "yes"
15110 then
15111
15112 cat >>confdefs.h <<\_ACEOF
15113 #define HAVE_PPDEV 1
15114 _ACEOF
15115
15116 fi
15117
15118 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15119 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15120 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15121   $as_echo_n "(cached) " >&6
15122 else
15123   ac_cv_type_pthread_rwlock_t=no
15124 cat >conftest.$ac_ext <<_ACEOF
15125 /* confdefs.h.  */
15126 _ACEOF
15127 cat confdefs.h >>conftest.$ac_ext
15128 cat >>conftest.$ac_ext <<_ACEOF
15129 /* end confdefs.h.  */
15130 #define _GNU_SOURCE
15131 #include <pthread.h>
15132
15133 int
15134 main ()
15135 {
15136 if (sizeof (pthread_rwlock_t))
15137        return 0;
15138   ;
15139   return 0;
15140 }
15141 _ACEOF
15142 rm -f conftest.$ac_objext
15143 if { (ac_try="$ac_compile"
15144 case "(($ac_try" in
15145   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15146   *) ac_try_echo=$ac_try;;
15147 esac
15148 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15149 $as_echo "$ac_try_echo") >&5
15150   (eval "$ac_compile") 2>conftest.er1
15151   ac_status=$?
15152   grep -v '^ *+' conftest.er1 >conftest.err
15153   rm -f conftest.er1
15154   cat conftest.err >&5
15155   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15156   (exit $ac_status); } && {
15157          test -z "$ac_c_werror_flag" ||
15158          test ! -s conftest.err
15159        } && test -s conftest.$ac_objext; then
15160   cat >conftest.$ac_ext <<_ACEOF
15161 /* confdefs.h.  */
15162 _ACEOF
15163 cat confdefs.h >>conftest.$ac_ext
15164 cat >>conftest.$ac_ext <<_ACEOF
15165 /* end confdefs.h.  */
15166 #define _GNU_SOURCE
15167 #include <pthread.h>
15168
15169 int
15170 main ()
15171 {
15172 if (sizeof ((pthread_rwlock_t)))
15173           return 0;
15174   ;
15175   return 0;
15176 }
15177 _ACEOF
15178 rm -f conftest.$ac_objext
15179 if { (ac_try="$ac_compile"
15180 case "(($ac_try" in
15181   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15182   *) ac_try_echo=$ac_try;;
15183 esac
15184 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15185 $as_echo "$ac_try_echo") >&5
15186   (eval "$ac_compile") 2>conftest.er1
15187   ac_status=$?
15188   grep -v '^ *+' conftest.er1 >conftest.err
15189   rm -f conftest.er1
15190   cat conftest.err >&5
15191   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15192   (exit $ac_status); } && {
15193          test -z "$ac_c_werror_flag" ||
15194          test ! -s conftest.err
15195        } && test -s conftest.$ac_objext; then
15196   :
15197 else
15198   $as_echo "$as_me: failed program was:" >&5
15199 sed 's/^/| /' conftest.$ac_ext >&5
15200
15201         ac_cv_type_pthread_rwlock_t=yes
15202 fi
15203
15204 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15205 else
15206   $as_echo "$as_me: failed program was:" >&5
15207 sed 's/^/| /' conftest.$ac_ext >&5
15208
15209
15210 fi
15211
15212 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15213 fi
15214 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15215 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15216 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15217
15218 cat >>confdefs.h <<_ACEOF
15219 #define HAVE_PTHREAD_RWLOCK_T 1
15220 _ACEOF
15221
15222
15223 fi
15224 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15225 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15226 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15227   $as_echo_n "(cached) " >&6
15228 else
15229   ac_cv_type_pthread_rwlockattr_t=no
15230 cat >conftest.$ac_ext <<_ACEOF
15231 /* confdefs.h.  */
15232 _ACEOF
15233 cat confdefs.h >>conftest.$ac_ext
15234 cat >>conftest.$ac_ext <<_ACEOF
15235 /* end confdefs.h.  */
15236 #define _GNU_SOURCE
15237 #include <pthread.h>
15238
15239 int
15240 main ()
15241 {
15242 if (sizeof (pthread_rwlockattr_t))
15243        return 0;
15244   ;
15245   return 0;
15246 }
15247 _ACEOF
15248 rm -f conftest.$ac_objext
15249 if { (ac_try="$ac_compile"
15250 case "(($ac_try" in
15251   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15252   *) ac_try_echo=$ac_try;;
15253 esac
15254 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15255 $as_echo "$ac_try_echo") >&5
15256   (eval "$ac_compile") 2>conftest.er1
15257   ac_status=$?
15258   grep -v '^ *+' conftest.er1 >conftest.err
15259   rm -f conftest.er1
15260   cat conftest.err >&5
15261   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15262   (exit $ac_status); } && {
15263          test -z "$ac_c_werror_flag" ||
15264          test ! -s conftest.err
15265        } && test -s conftest.$ac_objext; then
15266   cat >conftest.$ac_ext <<_ACEOF
15267 /* confdefs.h.  */
15268 _ACEOF
15269 cat confdefs.h >>conftest.$ac_ext
15270 cat >>conftest.$ac_ext <<_ACEOF
15271 /* end confdefs.h.  */
15272 #define _GNU_SOURCE
15273 #include <pthread.h>
15274
15275 int
15276 main ()
15277 {
15278 if (sizeof ((pthread_rwlockattr_t)))
15279           return 0;
15280   ;
15281   return 0;
15282 }
15283 _ACEOF
15284 rm -f conftest.$ac_objext
15285 if { (ac_try="$ac_compile"
15286 case "(($ac_try" in
15287   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15288   *) ac_try_echo=$ac_try;;
15289 esac
15290 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15291 $as_echo "$ac_try_echo") >&5
15292   (eval "$ac_compile") 2>conftest.er1
15293   ac_status=$?
15294   grep -v '^ *+' conftest.er1 >conftest.err
15295   rm -f conftest.er1
15296   cat conftest.err >&5
15297   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15298   (exit $ac_status); } && {
15299          test -z "$ac_c_werror_flag" ||
15300          test ! -s conftest.err
15301        } && test -s conftest.$ac_objext; then
15302   :
15303 else
15304   $as_echo "$as_me: failed program was:" >&5
15305 sed 's/^/| /' conftest.$ac_ext >&5
15306
15307         ac_cv_type_pthread_rwlockattr_t=yes
15308 fi
15309
15310 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15311 else
15312   $as_echo "$as_me: failed program was:" >&5
15313 sed 's/^/| /' conftest.$ac_ext >&5
15314
15315
15316 fi
15317
15318 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15319 fi
15320 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15321 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15322 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15323
15324 cat >>confdefs.h <<_ACEOF
15325 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15326 _ACEOF
15327
15328
15329 fi
15330
15331
15332 ac_wine_check_funcs_save_LIBS="$LIBS"
15333 LIBS="$LIBS $LIBPTHREAD"
15334
15335
15336
15337
15338 for ac_func in \
15339         pthread_attr_get_np \
15340         pthread_getattr_np \
15341         pthread_get_stackaddr_np \
15342         pthread_get_stacksize_np
15343 do
15344 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15345 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15346 $as_echo_n "checking for $ac_func... " >&6; }
15347 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15348   $as_echo_n "(cached) " >&6
15349 else
15350   cat >conftest.$ac_ext <<_ACEOF
15351 /* confdefs.h.  */
15352 _ACEOF
15353 cat confdefs.h >>conftest.$ac_ext
15354 cat >>conftest.$ac_ext <<_ACEOF
15355 /* end confdefs.h.  */
15356 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15357    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15358 #define $ac_func innocuous_$ac_func
15359
15360 /* System header to define __stub macros and hopefully few prototypes,
15361     which can conflict with char $ac_func (); below.
15362     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15363     <limits.h> exists even on freestanding compilers.  */
15364
15365 #ifdef __STDC__
15366 # include <limits.h>
15367 #else
15368 # include <assert.h>
15369 #endif
15370
15371 #undef $ac_func
15372
15373 /* Override any GCC internal prototype to avoid an error.
15374    Use char because int might match the return type of a GCC
15375    builtin and then its argument prototype would still apply.  */
15376 #ifdef __cplusplus
15377 extern "C"
15378 #endif
15379 char $ac_func ();
15380 /* The GNU C library defines this for functions which it implements
15381     to always fail with ENOSYS.  Some functions are actually named
15382     something starting with __ and the normal name is an alias.  */
15383 #if defined __stub_$ac_func || defined __stub___$ac_func
15384 choke me
15385 #endif
15386
15387 int
15388 main ()
15389 {
15390 return $ac_func ();
15391   ;
15392   return 0;
15393 }
15394 _ACEOF
15395 rm -f conftest.$ac_objext conftest$ac_exeext
15396 if { (ac_try="$ac_link"
15397 case "(($ac_try" in
15398   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15399   *) ac_try_echo=$ac_try;;
15400 esac
15401 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15402 $as_echo "$ac_try_echo") >&5
15403   (eval "$ac_link") 2>conftest.er1
15404   ac_status=$?
15405   grep -v '^ *+' conftest.er1 >conftest.err
15406   rm -f conftest.er1
15407   cat conftest.err >&5
15408   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15409   (exit $ac_status); } && {
15410          test -z "$ac_c_werror_flag" ||
15411          test ! -s conftest.err
15412        } && test -s conftest$ac_exeext && {
15413          test "$cross_compiling" = yes ||
15414          $as_test_x conftest$ac_exeext
15415        }; then
15416   eval "$as_ac_var=yes"
15417 else
15418   $as_echo "$as_me: failed program was:" >&5
15419 sed 's/^/| /' conftest.$ac_ext >&5
15420
15421         eval "$as_ac_var=no"
15422 fi
15423
15424 rm -rf conftest.dSYM
15425 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15426       conftest$ac_exeext conftest.$ac_ext
15427 fi
15428 ac_res=`eval 'as_val=${'$as_ac_var'}
15429                  $as_echo "$as_val"'`
15430                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15431 $as_echo "$ac_res" >&6; }
15432 as_val=`eval 'as_val=${'$as_ac_var'}
15433                  $as_echo "$as_val"'`
15434    if test "x$as_val" = x""yes; then
15435   cat >>confdefs.h <<_ACEOF
15436 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15437 _ACEOF
15438
15439 fi
15440 done
15441
15442 LIBS="$ac_wine_check_funcs_save_LIBS"
15443
15444 if test "x$with_esd" != xno
15445 then
15446     save_CFLAGS="$CFLAGS"
15447     # Extract the first word of "esd-config", so it can be a program name with args.
15448 set dummy esd-config; ac_word=$2
15449 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15450 $as_echo_n "checking for $ac_word... " >&6; }
15451 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15452   $as_echo_n "(cached) " >&6
15453 else
15454   case $ESDCONFIG in
15455   [\\/]* | ?:[\\/]*)
15456   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15457   ;;
15458   *)
15459   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15460 for as_dir in $PATH
15461 do
15462   IFS=$as_save_IFS
15463   test -z "$as_dir" && as_dir=.
15464   for ac_exec_ext in '' $ac_executable_extensions; do
15465   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15466     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15467     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15468     break 2
15469   fi
15470 done
15471 done
15472 IFS=$as_save_IFS
15473
15474   test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15475   ;;
15476 esac
15477 fi
15478 ESDCONFIG=$ac_cv_path_ESDCONFIG
15479 if test -n "$ESDCONFIG"; then
15480   { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15481 $as_echo "$ESDCONFIG" >&6; }
15482 else
15483   { $as_echo "$as_me:$LINENO: result: no" >&5
15484 $as_echo "no" >&6; }
15485 fi
15486
15487
15488     if test "x$ESDCONFIG" != "xno"
15489     then
15490         ac_esd_incl=""
15491         for i in `$ESDCONFIG --cflags`
15492         do
15493             case "$i" in
15494                 -I*) ac_esd_incl="$ac_esd_incl $i";;
15495             esac
15496         done
15497         ac_esd_libs=`$ESDCONFIG --libs`
15498         CFLAGS="$CFLAGS $ac_esd_incl"
15499     fi
15500     ac_esd_libs=${ac_esd_libs:-"-lesd"}
15501     if test "${ac_cv_header_esd_h+set}" = set; then
15502   { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15503 $as_echo_n "checking for esd.h... " >&6; }
15504 if test "${ac_cv_header_esd_h+set}" = set; then
15505   $as_echo_n "(cached) " >&6
15506 fi
15507 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15508 $as_echo "$ac_cv_header_esd_h" >&6; }
15509 else
15510   # Is the header compilable?
15511 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15512 $as_echo_n "checking esd.h usability... " >&6; }
15513 cat >conftest.$ac_ext <<_ACEOF
15514 /* confdefs.h.  */
15515 _ACEOF
15516 cat confdefs.h >>conftest.$ac_ext
15517 cat >>conftest.$ac_ext <<_ACEOF
15518 /* end confdefs.h.  */
15519 $ac_includes_default
15520 #include <esd.h>
15521 _ACEOF
15522 rm -f conftest.$ac_objext
15523 if { (ac_try="$ac_compile"
15524 case "(($ac_try" in
15525   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15526   *) ac_try_echo=$ac_try;;
15527 esac
15528 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15529 $as_echo "$ac_try_echo") >&5
15530   (eval "$ac_compile") 2>conftest.er1
15531   ac_status=$?
15532   grep -v '^ *+' conftest.er1 >conftest.err
15533   rm -f conftest.er1
15534   cat conftest.err >&5
15535   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15536   (exit $ac_status); } && {
15537          test -z "$ac_c_werror_flag" ||
15538          test ! -s conftest.err
15539        } && test -s conftest.$ac_objext; then
15540   ac_header_compiler=yes
15541 else
15542   $as_echo "$as_me: failed program was:" >&5
15543 sed 's/^/| /' conftest.$ac_ext >&5
15544
15545         ac_header_compiler=no
15546 fi
15547
15548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15549 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15550 $as_echo "$ac_header_compiler" >&6; }
15551
15552 # Is the header present?
15553 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15554 $as_echo_n "checking esd.h presence... " >&6; }
15555 cat >conftest.$ac_ext <<_ACEOF
15556 /* confdefs.h.  */
15557 _ACEOF
15558 cat confdefs.h >>conftest.$ac_ext
15559 cat >>conftest.$ac_ext <<_ACEOF
15560 /* end confdefs.h.  */
15561 #include <esd.h>
15562 _ACEOF
15563 if { (ac_try="$ac_cpp conftest.$ac_ext"
15564 case "(($ac_try" in
15565   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15566   *) ac_try_echo=$ac_try;;
15567 esac
15568 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15569 $as_echo "$ac_try_echo") >&5
15570   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15571   ac_status=$?
15572   grep -v '^ *+' conftest.er1 >conftest.err
15573   rm -f conftest.er1
15574   cat conftest.err >&5
15575   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15576   (exit $ac_status); } >/dev/null && {
15577          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15578          test ! -s conftest.err
15579        }; then
15580   ac_header_preproc=yes
15581 else
15582   $as_echo "$as_me: failed program was:" >&5
15583 sed 's/^/| /' conftest.$ac_ext >&5
15584
15585   ac_header_preproc=no
15586 fi
15587
15588 rm -f conftest.err conftest.$ac_ext
15589 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15590 $as_echo "$ac_header_preproc" >&6; }
15591
15592 # So?  What about this header?
15593 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15594   yes:no: )
15595     { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15596 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15597     { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15598 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15599     ac_header_preproc=yes
15600     ;;
15601   no:yes:* )
15602     { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15603 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15604     { $as_echo "$as_me:$LINENO: WARNING: esd.h:     check for missing prerequisite headers?" >&5
15605 $as_echo "$as_me: WARNING: esd.h:     check for missing prerequisite headers?" >&2;}
15606     { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15607 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15608     { $as_echo "$as_me:$LINENO: WARNING: esd.h:     section \"Present But Cannot Be Compiled\"" >&5
15609 $as_echo "$as_me: WARNING: esd.h:     section \"Present But Cannot Be Compiled\"" >&2;}
15610     { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15611 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15612     { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15613 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15614     ( cat <<\_ASBOX
15615 ## ------------------------------------ ##
15616 ## Report this to wine-devel@winehq.org ##
15617 ## ------------------------------------ ##
15618 _ASBOX
15619      ) | sed "s/^/$as_me: WARNING:     /" >&2
15620     ;;
15621 esac
15622 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15623 $as_echo_n "checking for esd.h... " >&6; }
15624 if test "${ac_cv_header_esd_h+set}" = set; then
15625   $as_echo_n "(cached) " >&6
15626 else
15627   ac_cv_header_esd_h=$ac_header_preproc
15628 fi
15629 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15630 $as_echo "$ac_cv_header_esd_h" >&6; }
15631
15632 fi
15633 if test "x$ac_cv_header_esd_h" = x""yes; then
15634   { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15635 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15636 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15637   $as_echo_n "(cached) " >&6
15638 else
15639   ac_check_lib_save_LIBS=$LIBS
15640 LIBS="-lesd $ac_esd_libs $LIBS"
15641 cat >conftest.$ac_ext <<_ACEOF
15642 /* confdefs.h.  */
15643 _ACEOF
15644 cat confdefs.h >>conftest.$ac_ext
15645 cat >>conftest.$ac_ext <<_ACEOF
15646 /* end confdefs.h.  */
15647
15648 /* Override any GCC internal prototype to avoid an error.
15649    Use char because int might match the return type of a GCC
15650    builtin and then its argument prototype would still apply.  */
15651 #ifdef __cplusplus
15652 extern "C"
15653 #endif
15654 char esd_open_sound ();
15655 int
15656 main ()
15657 {
15658 return esd_open_sound ();
15659   ;
15660   return 0;
15661 }
15662 _ACEOF
15663 rm -f conftest.$ac_objext conftest$ac_exeext
15664 if { (ac_try="$ac_link"
15665 case "(($ac_try" in
15666   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15667   *) ac_try_echo=$ac_try;;
15668 esac
15669 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15670 $as_echo "$ac_try_echo") >&5
15671   (eval "$ac_link") 2>conftest.er1
15672   ac_status=$?
15673   grep -v '^ *+' conftest.er1 >conftest.err
15674   rm -f conftest.er1
15675   cat conftest.err >&5
15676   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15677   (exit $ac_status); } && {
15678          test -z "$ac_c_werror_flag" ||
15679          test ! -s conftest.err
15680        } && test -s conftest$ac_exeext && {
15681          test "$cross_compiling" = yes ||
15682          $as_test_x conftest$ac_exeext
15683        }; then
15684   ac_cv_lib_esd_esd_open_sound=yes
15685 else
15686   $as_echo "$as_me: failed program was:" >&5
15687 sed 's/^/| /' conftest.$ac_ext >&5
15688
15689         ac_cv_lib_esd_esd_open_sound=no
15690 fi
15691
15692 rm -rf conftest.dSYM
15693 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15694       conftest$ac_exeext conftest.$ac_ext
15695 LIBS=$ac_check_lib_save_LIBS
15696 fi
15697 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15698 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15699 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15700   ESDINCL="$ac_esd_incl"
15701
15702              ESDLIBS="$ac_esd_libs"
15703
15704
15705 cat >>confdefs.h <<\_ACEOF
15706 #define HAVE_ESD 1
15707 _ACEOF
15708
15709 fi
15710
15711 fi
15712
15713
15714     CFLAGS="$save_CFLAGS"
15715 fi
15716
15717 ALSALIBS=""
15718
15719 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15720 then
15721     { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15722 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15723 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15724   $as_echo_n "(cached) " >&6
15725 else
15726   ac_check_lib_save_LIBS=$LIBS
15727 LIBS="-lasound  $LIBS"
15728 cat >conftest.$ac_ext <<_ACEOF
15729 /* confdefs.h.  */
15730 _ACEOF
15731 cat confdefs.h >>conftest.$ac_ext
15732 cat >>conftest.$ac_ext <<_ACEOF
15733 /* end confdefs.h.  */
15734
15735 /* Override any GCC internal prototype to avoid an error.
15736    Use char because int might match the return type of a GCC
15737    builtin and then its argument prototype would still apply.  */
15738 #ifdef __cplusplus
15739 extern "C"
15740 #endif
15741 char snd_pcm_hw_params_get_access ();
15742 int
15743 main ()
15744 {
15745 return snd_pcm_hw_params_get_access ();
15746   ;
15747   return 0;
15748 }
15749 _ACEOF
15750 rm -f conftest.$ac_objext conftest$ac_exeext
15751 if { (ac_try="$ac_link"
15752 case "(($ac_try" in
15753   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15754   *) ac_try_echo=$ac_try;;
15755 esac
15756 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15757 $as_echo "$ac_try_echo") >&5
15758   (eval "$ac_link") 2>conftest.er1
15759   ac_status=$?
15760   grep -v '^ *+' conftest.er1 >conftest.err
15761   rm -f conftest.er1
15762   cat conftest.err >&5
15763   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15764   (exit $ac_status); } && {
15765          test -z "$ac_c_werror_flag" ||
15766          test ! -s conftest.err
15767        } && test -s conftest$ac_exeext && {
15768          test "$cross_compiling" = yes ||
15769          $as_test_x conftest$ac_exeext
15770        }; then
15771   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15772 else
15773   $as_echo "$as_me: failed program was:" >&5
15774 sed 's/^/| /' conftest.$ac_ext >&5
15775
15776         ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15777 fi
15778
15779 rm -rf conftest.dSYM
15780 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15781       conftest$ac_exeext conftest.$ac_ext
15782 LIBS=$ac_check_lib_save_LIBS
15783 fi
15784 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15785 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15786 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15787   cat >conftest.$ac_ext <<_ACEOF
15788 /* confdefs.h.  */
15789 _ACEOF
15790 cat confdefs.h >>conftest.$ac_ext
15791 cat >>conftest.$ac_ext <<_ACEOF
15792 /* end confdefs.h.  */
15793 #ifdef HAVE_ALSA_ASOUNDLIB_H
15794 #include <alsa/asoundlib.h>
15795 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15796 #include <sys/asoundlib.h>
15797 #endif
15798 int
15799 main ()
15800 {
15801 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15802   ;
15803   return 0;
15804 }
15805 _ACEOF
15806 rm -f conftest.$ac_objext
15807 if { (ac_try="$ac_compile"
15808 case "(($ac_try" in
15809   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15810   *) ac_try_echo=$ac_try;;
15811 esac
15812 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15813 $as_echo "$ac_try_echo") >&5
15814   (eval "$ac_compile") 2>conftest.er1
15815   ac_status=$?
15816   grep -v '^ *+' conftest.er1 >conftest.err
15817   rm -f conftest.er1
15818   cat conftest.err >&5
15819   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15820   (exit $ac_status); } && {
15821          test -z "$ac_c_werror_flag" ||
15822          test ! -s conftest.err
15823        } && test -s conftest.$ac_objext; then
15824
15825 cat >>confdefs.h <<\_ACEOF
15826 #define HAVE_ALSA 1
15827 _ACEOF
15828
15829                          ALSALIBS="-lasound"
15830 else
15831   $as_echo "$as_me: failed program was:" >&5
15832 sed 's/^/| /' conftest.$ac_ext >&5
15833
15834
15835 fi
15836
15837 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15838 fi
15839
15840 fi
15841
15842 AUDIOIOLIBS=""
15843
15844 if test "$ac_cv_header_libaudioio_h" = "yes"
15845 then
15846     { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15847 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15848 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15849   $as_echo_n "(cached) " >&6
15850 else
15851   ac_check_lib_save_LIBS=$LIBS
15852 LIBS="-laudioio  $LIBS"
15853 cat >conftest.$ac_ext <<_ACEOF
15854 /* confdefs.h.  */
15855 _ACEOF
15856 cat confdefs.h >>conftest.$ac_ext
15857 cat >>conftest.$ac_ext <<_ACEOF
15858 /* end confdefs.h.  */
15859
15860 /* Override any GCC internal prototype to avoid an error.
15861    Use char because int might match the return type of a GCC
15862    builtin and then its argument prototype would still apply.  */
15863 #ifdef __cplusplus
15864 extern "C"
15865 #endif
15866 char AudioIOGetVersion ();
15867 int
15868 main ()
15869 {
15870 return AudioIOGetVersion ();
15871   ;
15872   return 0;
15873 }
15874 _ACEOF
15875 rm -f conftest.$ac_objext conftest$ac_exeext
15876 if { (ac_try="$ac_link"
15877 case "(($ac_try" in
15878   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15879   *) ac_try_echo=$ac_try;;
15880 esac
15881 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15882 $as_echo "$ac_try_echo") >&5
15883   (eval "$ac_link") 2>conftest.er1
15884   ac_status=$?
15885   grep -v '^ *+' conftest.er1 >conftest.err
15886   rm -f conftest.er1
15887   cat conftest.err >&5
15888   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15889   (exit $ac_status); } && {
15890          test -z "$ac_c_werror_flag" ||
15891          test ! -s conftest.err
15892        } && test -s conftest$ac_exeext && {
15893          test "$cross_compiling" = yes ||
15894          $as_test_x conftest$ac_exeext
15895        }; then
15896   ac_cv_lib_audioio_AudioIOGetVersion=yes
15897 else
15898   $as_echo "$as_me: failed program was:" >&5
15899 sed 's/^/| /' conftest.$ac_ext >&5
15900
15901         ac_cv_lib_audioio_AudioIOGetVersion=no
15902 fi
15903
15904 rm -rf conftest.dSYM
15905 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15906       conftest$ac_exeext conftest.$ac_ext
15907 LIBS=$ac_check_lib_save_LIBS
15908 fi
15909 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15910 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15911 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15912   AUDIOIOLIBS="-laudioio"
15913
15914 cat >>confdefs.h <<\_ACEOF
15915 #define HAVE_LIBAUDIOIO 1
15916 _ACEOF
15917
15918 fi
15919
15920 fi
15921
15922
15923 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15924 then
15925     { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15926 $as_echo_n "checking for -lcapi20... " >&6; }
15927 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15928   $as_echo_n "(cached) " >&6
15929 else
15930   ac_check_soname_save_LIBS=$LIBS
15931 LIBS="-lcapi20  $LIBS"
15932   cat >conftest.$ac_ext <<_ACEOF
15933 /* confdefs.h.  */
15934 _ACEOF
15935 cat confdefs.h >>conftest.$ac_ext
15936 cat >>conftest.$ac_ext <<_ACEOF
15937 /* end confdefs.h.  */
15938
15939 /* Override any GCC internal prototype to avoid an error.
15940    Use char because int might match the return type of a GCC
15941    builtin and then its argument prototype would still apply.  */
15942 #ifdef __cplusplus
15943 extern "C"
15944 #endif
15945 char capi20_register ();
15946 int
15947 main ()
15948 {
15949 return capi20_register ();
15950   ;
15951   return 0;
15952 }
15953 _ACEOF
15954 rm -f conftest.$ac_objext conftest$ac_exeext
15955 if { (ac_try="$ac_link"
15956 case "(($ac_try" in
15957   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15958   *) ac_try_echo=$ac_try;;
15959 esac
15960 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15961 $as_echo "$ac_try_echo") >&5
15962   (eval "$ac_link") 2>conftest.er1
15963   ac_status=$?
15964   grep -v '^ *+' conftest.er1 >conftest.err
15965   rm -f conftest.er1
15966   cat conftest.err >&5
15967   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15968   (exit $ac_status); } && {
15969          test -z "$ac_c_werror_flag" ||
15970          test ! -s conftest.err
15971        } && test -s conftest$ac_exeext && {
15972          test "$cross_compiling" = yes ||
15973          $as_test_x conftest$ac_exeext
15974        }; then
15975   case "$LIBEXT" in
15976     dll) ;;
15977     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'` ;;
15978     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
15979   esac
15980 else
15981   $as_echo "$as_me: failed program was:" >&5
15982 sed 's/^/| /' conftest.$ac_ext >&5
15983
15984
15985 fi
15986
15987 rm -rf conftest.dSYM
15988 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15989       conftest$ac_exeext conftest.$ac_ext
15990   LIBS=$ac_check_soname_save_LIBS
15991 fi
15992 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15993   { $as_echo "$as_me:$LINENO: result: not found" >&5
15994 $as_echo "not found" >&6; }
15995
15996 else
15997   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15998 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15999
16000 cat >>confdefs.h <<_ACEOF
16001 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
16002 _ACEOF
16003
16004
16005 fi
16006
16007 fi
16008 if test "x$ac_cv_lib_soname_capi20" = "x"; then
16009   case "x$with_capi" in
16010   x)   wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
16011   xno) ;;
16012   *)   { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16013 This is an error since --with-capi was requested." >&5
16014 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16015 This is an error since --with-capi was requested." >&2;}
16016    { (exit 1); exit 1; }; } ;;
16017 esac
16018 fi
16019
16020
16021 CUPSINCL=""
16022
16023 if test "x$with_cups" != "xno"
16024 then
16025     ac_save_CPPFLAGS="$CPPFLAGS"
16026     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
16027     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
16028     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
16029
16030 for ac_header in cups/cups.h
16031 do
16032 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16033 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16034   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16035 $as_echo_n "checking for $ac_header... " >&6; }
16036 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16037   $as_echo_n "(cached) " >&6
16038 fi
16039 ac_res=`eval 'as_val=${'$as_ac_Header'}
16040                  $as_echo "$as_val"'`
16041                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16042 $as_echo "$ac_res" >&6; }
16043 else
16044   # Is the header compilable?
16045 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16046 $as_echo_n "checking $ac_header usability... " >&6; }
16047 cat >conftest.$ac_ext <<_ACEOF
16048 /* confdefs.h.  */
16049 _ACEOF
16050 cat confdefs.h >>conftest.$ac_ext
16051 cat >>conftest.$ac_ext <<_ACEOF
16052 /* end confdefs.h.  */
16053 $ac_includes_default
16054 #include <$ac_header>
16055 _ACEOF
16056 rm -f conftest.$ac_objext
16057 if { (ac_try="$ac_compile"
16058 case "(($ac_try" in
16059   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16060   *) ac_try_echo=$ac_try;;
16061 esac
16062 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16063 $as_echo "$ac_try_echo") >&5
16064   (eval "$ac_compile") 2>conftest.er1
16065   ac_status=$?
16066   grep -v '^ *+' conftest.er1 >conftest.err
16067   rm -f conftest.er1
16068   cat conftest.err >&5
16069   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16070   (exit $ac_status); } && {
16071          test -z "$ac_c_werror_flag" ||
16072          test ! -s conftest.err
16073        } && test -s conftest.$ac_objext; then
16074   ac_header_compiler=yes
16075 else
16076   $as_echo "$as_me: failed program was:" >&5
16077 sed 's/^/| /' conftest.$ac_ext >&5
16078
16079         ac_header_compiler=no
16080 fi
16081
16082 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16083 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16084 $as_echo "$ac_header_compiler" >&6; }
16085
16086 # Is the header present?
16087 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16088 $as_echo_n "checking $ac_header presence... " >&6; }
16089 cat >conftest.$ac_ext <<_ACEOF
16090 /* confdefs.h.  */
16091 _ACEOF
16092 cat confdefs.h >>conftest.$ac_ext
16093 cat >>conftest.$ac_ext <<_ACEOF
16094 /* end confdefs.h.  */
16095 #include <$ac_header>
16096 _ACEOF
16097 if { (ac_try="$ac_cpp conftest.$ac_ext"
16098 case "(($ac_try" in
16099   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16100   *) ac_try_echo=$ac_try;;
16101 esac
16102 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16103 $as_echo "$ac_try_echo") >&5
16104   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16105   ac_status=$?
16106   grep -v '^ *+' conftest.er1 >conftest.err
16107   rm -f conftest.er1
16108   cat conftest.err >&5
16109   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16110   (exit $ac_status); } >/dev/null && {
16111          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16112          test ! -s conftest.err
16113        }; then
16114   ac_header_preproc=yes
16115 else
16116   $as_echo "$as_me: failed program was:" >&5
16117 sed 's/^/| /' conftest.$ac_ext >&5
16118
16119   ac_header_preproc=no
16120 fi
16121
16122 rm -f conftest.err conftest.$ac_ext
16123 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16124 $as_echo "$ac_header_preproc" >&6; }
16125
16126 # So?  What about this header?
16127 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16128   yes:no: )
16129     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16130 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16131     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16132 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16133     ac_header_preproc=yes
16134     ;;
16135   no:yes:* )
16136     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16137 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16138     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16139 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16140     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16141 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16142     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16143 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16144     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16145 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16146     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16147 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16148     ( cat <<\_ASBOX
16149 ## ------------------------------------ ##
16150 ## Report this to wine-devel@winehq.org ##
16151 ## ------------------------------------ ##
16152 _ASBOX
16153      ) | sed "s/^/$as_me: WARNING:     /" >&2
16154     ;;
16155 esac
16156 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16157 $as_echo_n "checking for $ac_header... " >&6; }
16158 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16159   $as_echo_n "(cached) " >&6
16160 else
16161   eval "$as_ac_Header=\$ac_header_preproc"
16162 fi
16163 ac_res=`eval 'as_val=${'$as_ac_Header'}
16164                  $as_echo "$as_val"'`
16165                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16166 $as_echo "$ac_res" >&6; }
16167
16168 fi
16169 as_val=`eval 'as_val=${'$as_ac_Header'}
16170                  $as_echo "$as_val"'`
16171    if test "x$as_val" = x""yes; then
16172   cat >>confdefs.h <<_ACEOF
16173 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16174 _ACEOF
16175  { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16176 $as_echo_n "checking for -lcups... " >&6; }
16177 if test "${ac_cv_lib_soname_cups+set}" = set; then
16178   $as_echo_n "(cached) " >&6
16179 else
16180   ac_check_soname_save_LIBS=$LIBS
16181 LIBS="-lcups $ac_cups_libs $LIBS"
16182   cat >conftest.$ac_ext <<_ACEOF
16183 /* confdefs.h.  */
16184 _ACEOF
16185 cat confdefs.h >>conftest.$ac_ext
16186 cat >>conftest.$ac_ext <<_ACEOF
16187 /* end confdefs.h.  */
16188
16189 /* Override any GCC internal prototype to avoid an error.
16190    Use char because int might match the return type of a GCC
16191    builtin and then its argument prototype would still apply.  */
16192 #ifdef __cplusplus
16193 extern "C"
16194 #endif
16195 char cupsGetDefault ();
16196 int
16197 main ()
16198 {
16199 return cupsGetDefault ();
16200   ;
16201   return 0;
16202 }
16203 _ACEOF
16204 rm -f conftest.$ac_objext conftest$ac_exeext
16205 if { (ac_try="$ac_link"
16206 case "(($ac_try" in
16207   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16208   *) ac_try_echo=$ac_try;;
16209 esac
16210 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16211 $as_echo "$ac_try_echo") >&5
16212   (eval "$ac_link") 2>conftest.er1
16213   ac_status=$?
16214   grep -v '^ *+' conftest.er1 >conftest.err
16215   rm -f conftest.er1
16216   cat conftest.err >&5
16217   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16218   (exit $ac_status); } && {
16219          test -z "$ac_c_werror_flag" ||
16220          test ! -s conftest.err
16221        } && test -s conftest$ac_exeext && {
16222          test "$cross_compiling" = yes ||
16223          $as_test_x conftest$ac_exeext
16224        }; then
16225   case "$LIBEXT" in
16226     dll) ;;
16227     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'` ;;
16228     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16229   esac
16230 else
16231   $as_echo "$as_me: failed program was:" >&5
16232 sed 's/^/| /' conftest.$ac_ext >&5
16233
16234
16235 fi
16236
16237 rm -rf conftest.dSYM
16238 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16239       conftest$ac_exeext conftest.$ac_ext
16240   LIBS=$ac_check_soname_save_LIBS
16241 fi
16242 if test "x$ac_cv_lib_soname_cups" = "x"; then
16243   { $as_echo "$as_me:$LINENO: result: not found" >&5
16244 $as_echo "not found" >&6; }
16245
16246 else
16247   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16248 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16249
16250 cat >>confdefs.h <<_ACEOF
16251 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16252 _ACEOF
16253
16254        CUPSINCL="$ac_cups_cflags"
16255 fi
16256
16257 fi
16258
16259 done
16260
16261     CPPFLAGS="$ac_save_CPPFLAGS"
16262 fi
16263 if test "x$ac_cv_lib_soname_cups" = "x"; then
16264   case "x$with_cups" in
16265   x)   wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16266   xno) ;;
16267   *)   { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16268 This is an error since --with-cups was requested." >&5
16269 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16270 This is an error since --with-cups was requested." >&2;}
16271    { (exit 1); exit 1; }; } ;;
16272 esac
16273 fi
16274
16275
16276 if test "$ac_cv_header_jack_jack_h" = "yes"
16277 then
16278     { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16279 $as_echo_n "checking for -ljack... " >&6; }
16280 if test "${ac_cv_lib_soname_jack+set}" = set; then
16281   $as_echo_n "(cached) " >&6
16282 else
16283   ac_check_soname_save_LIBS=$LIBS
16284 LIBS="-ljack  $LIBS"
16285   cat >conftest.$ac_ext <<_ACEOF
16286 /* confdefs.h.  */
16287 _ACEOF
16288 cat confdefs.h >>conftest.$ac_ext
16289 cat >>conftest.$ac_ext <<_ACEOF
16290 /* end confdefs.h.  */
16291
16292 /* Override any GCC internal prototype to avoid an error.
16293    Use char because int might match the return type of a GCC
16294    builtin and then its argument prototype would still apply.  */
16295 #ifdef __cplusplus
16296 extern "C"
16297 #endif
16298 char jack_client_new ();
16299 int
16300 main ()
16301 {
16302 return jack_client_new ();
16303   ;
16304   return 0;
16305 }
16306 _ACEOF
16307 rm -f conftest.$ac_objext conftest$ac_exeext
16308 if { (ac_try="$ac_link"
16309 case "(($ac_try" in
16310   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16311   *) ac_try_echo=$ac_try;;
16312 esac
16313 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16314 $as_echo "$ac_try_echo") >&5
16315   (eval "$ac_link") 2>conftest.er1
16316   ac_status=$?
16317   grep -v '^ *+' conftest.er1 >conftest.err
16318   rm -f conftest.er1
16319   cat conftest.err >&5
16320   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16321   (exit $ac_status); } && {
16322          test -z "$ac_c_werror_flag" ||
16323          test ! -s conftest.err
16324        } && test -s conftest$ac_exeext && {
16325          test "$cross_compiling" = yes ||
16326          $as_test_x conftest$ac_exeext
16327        }; then
16328   case "$LIBEXT" in
16329     dll) ;;
16330     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'` ;;
16331     *) 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'` ;;
16332   esac
16333 else
16334   $as_echo "$as_me: failed program was:" >&5
16335 sed 's/^/| /' conftest.$ac_ext >&5
16336
16337
16338 fi
16339
16340 rm -rf conftest.dSYM
16341 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16342       conftest$ac_exeext conftest.$ac_ext
16343   LIBS=$ac_check_soname_save_LIBS
16344 fi
16345 if test "x$ac_cv_lib_soname_jack" = "x"; then
16346   { $as_echo "$as_me:$LINENO: result: not found" >&5
16347 $as_echo "not found" >&6; }
16348
16349 else
16350   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16351 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16352
16353 cat >>confdefs.h <<_ACEOF
16354 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16355 _ACEOF
16356
16357
16358 fi
16359
16360 fi
16361
16362 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16363 then
16364     { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16365 $as_echo_n "checking for -lfontconfig... " >&6; }
16366 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16367   $as_echo_n "(cached) " >&6
16368 else
16369   ac_check_soname_save_LIBS=$LIBS
16370 LIBS="-lfontconfig  $LIBS"
16371   cat >conftest.$ac_ext <<_ACEOF
16372 /* confdefs.h.  */
16373 _ACEOF
16374 cat confdefs.h >>conftest.$ac_ext
16375 cat >>conftest.$ac_ext <<_ACEOF
16376 /* end confdefs.h.  */
16377
16378 /* Override any GCC internal prototype to avoid an error.
16379    Use char because int might match the return type of a GCC
16380    builtin and then its argument prototype would still apply.  */
16381 #ifdef __cplusplus
16382 extern "C"
16383 #endif
16384 char FcInit ();
16385 int
16386 main ()
16387 {
16388 return FcInit ();
16389   ;
16390   return 0;
16391 }
16392 _ACEOF
16393 rm -f conftest.$ac_objext conftest$ac_exeext
16394 if { (ac_try="$ac_link"
16395 case "(($ac_try" in
16396   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16397   *) ac_try_echo=$ac_try;;
16398 esac
16399 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16400 $as_echo "$ac_try_echo") >&5
16401   (eval "$ac_link") 2>conftest.er1
16402   ac_status=$?
16403   grep -v '^ *+' conftest.er1 >conftest.err
16404   rm -f conftest.er1
16405   cat conftest.err >&5
16406   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16407   (exit $ac_status); } && {
16408          test -z "$ac_c_werror_flag" ||
16409          test ! -s conftest.err
16410        } && test -s conftest$ac_exeext && {
16411          test "$cross_compiling" = yes ||
16412          $as_test_x conftest$ac_exeext
16413        }; then
16414   case "$LIBEXT" in
16415     dll) ;;
16416     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'` ;;
16417     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16418   esac
16419 else
16420   $as_echo "$as_me: failed program was:" >&5
16421 sed 's/^/| /' conftest.$ac_ext >&5
16422
16423
16424 fi
16425
16426 rm -rf conftest.dSYM
16427 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16428       conftest$ac_exeext conftest.$ac_ext
16429   LIBS=$ac_check_soname_save_LIBS
16430 fi
16431 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16432   { $as_echo "$as_me:$LINENO: result: not found" >&5
16433 $as_echo "not found" >&6; }
16434
16435 else
16436   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16437 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16438
16439 cat >>confdefs.h <<_ACEOF
16440 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16441 _ACEOF
16442
16443
16444 fi
16445
16446 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16447 then
16448         ac_save_CPPFLAGS="$CPPFLAGS"
16449     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16450     $as_unset ac_cv_header_fontconfig_fontconfig_h
16451
16452 for ac_header in fontconfig/fontconfig.h
16453 do
16454 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16455 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16456   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16457 $as_echo_n "checking for $ac_header... " >&6; }
16458 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16459   $as_echo_n "(cached) " >&6
16460 fi
16461 ac_res=`eval 'as_val=${'$as_ac_Header'}
16462                  $as_echo "$as_val"'`
16463                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16464 $as_echo "$ac_res" >&6; }
16465 else
16466   # Is the header compilable?
16467 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16468 $as_echo_n "checking $ac_header usability... " >&6; }
16469 cat >conftest.$ac_ext <<_ACEOF
16470 /* confdefs.h.  */
16471 _ACEOF
16472 cat confdefs.h >>conftest.$ac_ext
16473 cat >>conftest.$ac_ext <<_ACEOF
16474 /* end confdefs.h.  */
16475 $ac_includes_default
16476 #include <$ac_header>
16477 _ACEOF
16478 rm -f conftest.$ac_objext
16479 if { (ac_try="$ac_compile"
16480 case "(($ac_try" in
16481   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16482   *) ac_try_echo=$ac_try;;
16483 esac
16484 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16485 $as_echo "$ac_try_echo") >&5
16486   (eval "$ac_compile") 2>conftest.er1
16487   ac_status=$?
16488   grep -v '^ *+' conftest.er1 >conftest.err
16489   rm -f conftest.er1
16490   cat conftest.err >&5
16491   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16492   (exit $ac_status); } && {
16493          test -z "$ac_c_werror_flag" ||
16494          test ! -s conftest.err
16495        } && test -s conftest.$ac_objext; then
16496   ac_header_compiler=yes
16497 else
16498   $as_echo "$as_me: failed program was:" >&5
16499 sed 's/^/| /' conftest.$ac_ext >&5
16500
16501         ac_header_compiler=no
16502 fi
16503
16504 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16505 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16506 $as_echo "$ac_header_compiler" >&6; }
16507
16508 # Is the header present?
16509 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16510 $as_echo_n "checking $ac_header presence... " >&6; }
16511 cat >conftest.$ac_ext <<_ACEOF
16512 /* confdefs.h.  */
16513 _ACEOF
16514 cat confdefs.h >>conftest.$ac_ext
16515 cat >>conftest.$ac_ext <<_ACEOF
16516 /* end confdefs.h.  */
16517 #include <$ac_header>
16518 _ACEOF
16519 if { (ac_try="$ac_cpp conftest.$ac_ext"
16520 case "(($ac_try" in
16521   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16522   *) ac_try_echo=$ac_try;;
16523 esac
16524 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16525 $as_echo "$ac_try_echo") >&5
16526   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16527   ac_status=$?
16528   grep -v '^ *+' conftest.er1 >conftest.err
16529   rm -f conftest.er1
16530   cat conftest.err >&5
16531   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16532   (exit $ac_status); } >/dev/null && {
16533          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16534          test ! -s conftest.err
16535        }; then
16536   ac_header_preproc=yes
16537 else
16538   $as_echo "$as_me: failed program was:" >&5
16539 sed 's/^/| /' conftest.$ac_ext >&5
16540
16541   ac_header_preproc=no
16542 fi
16543
16544 rm -f conftest.err conftest.$ac_ext
16545 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16546 $as_echo "$ac_header_preproc" >&6; }
16547
16548 # So?  What about this header?
16549 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16550   yes:no: )
16551     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16552 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16553     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16554 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16555     ac_header_preproc=yes
16556     ;;
16557   no:yes:* )
16558     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16559 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16560     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16561 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16562     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16563 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16564     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16565 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16566     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16567 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16568     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16569 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16570     ( cat <<\_ASBOX
16571 ## ------------------------------------ ##
16572 ## Report this to wine-devel@winehq.org ##
16573 ## ------------------------------------ ##
16574 _ASBOX
16575      ) | sed "s/^/$as_me: WARNING:     /" >&2
16576     ;;
16577 esac
16578 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16579 $as_echo_n "checking for $ac_header... " >&6; }
16580 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16581   $as_echo_n "(cached) " >&6
16582 else
16583   eval "$as_ac_Header=\$ac_header_preproc"
16584 fi
16585 ac_res=`eval 'as_val=${'$as_ac_Header'}
16586                  $as_echo "$as_val"'`
16587                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16588 $as_echo "$ac_res" >&6; }
16589
16590 fi
16591 as_val=`eval 'as_val=${'$as_ac_Header'}
16592                  $as_echo "$as_val"'`
16593    if test "x$as_val" = x""yes; then
16594   cat >>confdefs.h <<_ACEOF
16595 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16596 _ACEOF
16597
16598 fi
16599
16600 done
16601
16602     CPPFLAGS="$ac_save_CPPFLAGS"
16603     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16604     then
16605         FONTCONFIGINCL="$X_CFLAGS"
16606
16607         { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16608 $as_echo_n "checking for -lfontconfig... " >&6; }
16609 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16610   $as_echo_n "(cached) " >&6
16611 else
16612   ac_check_soname_save_LIBS=$LIBS
16613 LIBS="-lfontconfig $X_LIBS $LIBS"
16614   cat >conftest.$ac_ext <<_ACEOF
16615 /* confdefs.h.  */
16616 _ACEOF
16617 cat confdefs.h >>conftest.$ac_ext
16618 cat >>conftest.$ac_ext <<_ACEOF
16619 /* end confdefs.h.  */
16620
16621 /* Override any GCC internal prototype to avoid an error.
16622    Use char because int might match the return type of a GCC
16623    builtin and then its argument prototype would still apply.  */
16624 #ifdef __cplusplus
16625 extern "C"
16626 #endif
16627 char FcInit ();
16628 int
16629 main ()
16630 {
16631 return FcInit ();
16632   ;
16633   return 0;
16634 }
16635 _ACEOF
16636 rm -f conftest.$ac_objext conftest$ac_exeext
16637 if { (ac_try="$ac_link"
16638 case "(($ac_try" in
16639   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16640   *) ac_try_echo=$ac_try;;
16641 esac
16642 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16643 $as_echo "$ac_try_echo") >&5
16644   (eval "$ac_link") 2>conftest.er1
16645   ac_status=$?
16646   grep -v '^ *+' conftest.er1 >conftest.err
16647   rm -f conftest.er1
16648   cat conftest.err >&5
16649   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16650   (exit $ac_status); } && {
16651          test -z "$ac_c_werror_flag" ||
16652          test ! -s conftest.err
16653        } && test -s conftest$ac_exeext && {
16654          test "$cross_compiling" = yes ||
16655          $as_test_x conftest$ac_exeext
16656        }; then
16657   case "$LIBEXT" in
16658     dll) ;;
16659     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'` ;;
16660     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16661   esac
16662 else
16663   $as_echo "$as_me: failed program was:" >&5
16664 sed 's/^/| /' conftest.$ac_ext >&5
16665
16666
16667 fi
16668
16669 rm -rf conftest.dSYM
16670 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16671       conftest$ac_exeext conftest.$ac_ext
16672   LIBS=$ac_check_soname_save_LIBS
16673 fi
16674 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16675   { $as_echo "$as_me:$LINENO: result: not found" >&5
16676 $as_echo "not found" >&6; }
16677
16678 else
16679   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16680 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16681
16682 cat >>confdefs.h <<_ACEOF
16683 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16684 _ACEOF
16685
16686
16687 fi
16688
16689     fi
16690 fi
16691 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16692   case "x$with_fontconfig" in
16693   x)   wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16694   xno) ;;
16695   *)   { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16696 This is an error since --with-fontconfig was requested." >&5
16697 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16698 This is an error since --with-fontconfig was requested." >&2;}
16699    { (exit 1); exit 1; }; } ;;
16700 esac
16701 fi
16702
16703
16704 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16705 then
16706     { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16707 $as_echo_n "checking for -lssl... " >&6; }
16708 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16709   $as_echo_n "(cached) " >&6
16710 else
16711   ac_check_soname_save_LIBS=$LIBS
16712 LIBS="-lssl  $LIBS"
16713   cat >conftest.$ac_ext <<_ACEOF
16714 /* confdefs.h.  */
16715 _ACEOF
16716 cat confdefs.h >>conftest.$ac_ext
16717 cat >>conftest.$ac_ext <<_ACEOF
16718 /* end confdefs.h.  */
16719
16720 /* Override any GCC internal prototype to avoid an error.
16721    Use char because int might match the return type of a GCC
16722    builtin and then its argument prototype would still apply.  */
16723 #ifdef __cplusplus
16724 extern "C"
16725 #endif
16726 char SSL_library_init ();
16727 int
16728 main ()
16729 {
16730 return SSL_library_init ();
16731   ;
16732   return 0;
16733 }
16734 _ACEOF
16735 rm -f conftest.$ac_objext conftest$ac_exeext
16736 if { (ac_try="$ac_link"
16737 case "(($ac_try" in
16738   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16739   *) ac_try_echo=$ac_try;;
16740 esac
16741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16742 $as_echo "$ac_try_echo") >&5
16743   (eval "$ac_link") 2>conftest.er1
16744   ac_status=$?
16745   grep -v '^ *+' conftest.er1 >conftest.err
16746   rm -f conftest.er1
16747   cat conftest.err >&5
16748   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16749   (exit $ac_status); } && {
16750          test -z "$ac_c_werror_flag" ||
16751          test ! -s conftest.err
16752        } && test -s conftest$ac_exeext && {
16753          test "$cross_compiling" = yes ||
16754          $as_test_x conftest$ac_exeext
16755        }; then
16756   case "$LIBEXT" in
16757     dll) ;;
16758     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'` ;;
16759     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
16760   esac
16761 else
16762   $as_echo "$as_me: failed program was:" >&5
16763 sed 's/^/| /' conftest.$ac_ext >&5
16764
16765
16766 fi
16767
16768 rm -rf conftest.dSYM
16769 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16770       conftest$ac_exeext conftest.$ac_ext
16771   LIBS=$ac_check_soname_save_LIBS
16772 fi
16773 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16774   { $as_echo "$as_me:$LINENO: result: not found" >&5
16775 $as_echo "not found" >&6; }
16776
16777 else
16778   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16779 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16780
16781 cat >>confdefs.h <<_ACEOF
16782 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16783 _ACEOF
16784
16785
16786 fi
16787
16788     { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16789 $as_echo_n "checking for -lcrypto... " >&6; }
16790 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16791   $as_echo_n "(cached) " >&6
16792 else
16793   ac_check_soname_save_LIBS=$LIBS
16794 LIBS="-lcrypto  $LIBS"
16795   cat >conftest.$ac_ext <<_ACEOF
16796 /* confdefs.h.  */
16797 _ACEOF
16798 cat confdefs.h >>conftest.$ac_ext
16799 cat >>conftest.$ac_ext <<_ACEOF
16800 /* end confdefs.h.  */
16801
16802 /* Override any GCC internal prototype to avoid an error.
16803    Use char because int might match the return type of a GCC
16804    builtin and then its argument prototype would still apply.  */
16805 #ifdef __cplusplus
16806 extern "C"
16807 #endif
16808 char BIO_new_socket ();
16809 int
16810 main ()
16811 {
16812 return BIO_new_socket ();
16813   ;
16814   return 0;
16815 }
16816 _ACEOF
16817 rm -f conftest.$ac_objext conftest$ac_exeext
16818 if { (ac_try="$ac_link"
16819 case "(($ac_try" in
16820   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16821   *) ac_try_echo=$ac_try;;
16822 esac
16823 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16824 $as_echo "$ac_try_echo") >&5
16825   (eval "$ac_link") 2>conftest.er1
16826   ac_status=$?
16827   grep -v '^ *+' conftest.er1 >conftest.err
16828   rm -f conftest.er1
16829   cat conftest.err >&5
16830   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16831   (exit $ac_status); } && {
16832          test -z "$ac_c_werror_flag" ||
16833          test ! -s conftest.err
16834        } && test -s conftest$ac_exeext && {
16835          test "$cross_compiling" = yes ||
16836          $as_test_x conftest$ac_exeext
16837        }; then
16838   case "$LIBEXT" in
16839     dll) ;;
16840     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'` ;;
16841     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
16842   esac
16843 else
16844   $as_echo "$as_me: failed program was:" >&5
16845 sed 's/^/| /' conftest.$ac_ext >&5
16846
16847
16848 fi
16849
16850 rm -rf conftest.dSYM
16851 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16852       conftest$ac_exeext conftest.$ac_ext
16853   LIBS=$ac_check_soname_save_LIBS
16854 fi
16855 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16856   { $as_echo "$as_me:$LINENO: result: not found" >&5
16857 $as_echo "not found" >&6; }
16858
16859 else
16860   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16861 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16862
16863 cat >>confdefs.h <<_ACEOF
16864 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16865 _ACEOF
16866
16867
16868 fi
16869
16870 fi
16871 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16872   case "x$with_openssl" in
16873   x)   wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16874   xno) ;;
16875   *)   { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16876 This is an error since --with-openssl was requested." >&5
16877 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16878 This is an error since --with-openssl was requested." >&2;}
16879    { (exit 1); exit 1; }; } ;;
16880 esac
16881 fi
16882
16883
16884 if test "$ac_cv_header_jpeglib_h" = "yes"
16885 then
16886     { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16887 $as_echo_n "checking for -ljpeg... " >&6; }
16888 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16889   $as_echo_n "(cached) " >&6
16890 else
16891   ac_check_soname_save_LIBS=$LIBS
16892 LIBS="-ljpeg  $LIBS"
16893   cat >conftest.$ac_ext <<_ACEOF
16894 /* confdefs.h.  */
16895 _ACEOF
16896 cat confdefs.h >>conftest.$ac_ext
16897 cat >>conftest.$ac_ext <<_ACEOF
16898 /* end confdefs.h.  */
16899
16900 /* Override any GCC internal prototype to avoid an error.
16901    Use char because int might match the return type of a GCC
16902    builtin and then its argument prototype would still apply.  */
16903 #ifdef __cplusplus
16904 extern "C"
16905 #endif
16906 char jpeg_start_decompress ();
16907 int
16908 main ()
16909 {
16910 return jpeg_start_decompress ();
16911   ;
16912   return 0;
16913 }
16914 _ACEOF
16915 rm -f conftest.$ac_objext conftest$ac_exeext
16916 if { (ac_try="$ac_link"
16917 case "(($ac_try" in
16918   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16919   *) ac_try_echo=$ac_try;;
16920 esac
16921 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16922 $as_echo "$ac_try_echo") >&5
16923   (eval "$ac_link") 2>conftest.er1
16924   ac_status=$?
16925   grep -v '^ *+' conftest.er1 >conftest.err
16926   rm -f conftest.er1
16927   cat conftest.err >&5
16928   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16929   (exit $ac_status); } && {
16930          test -z "$ac_c_werror_flag" ||
16931          test ! -s conftest.err
16932        } && test -s conftest$ac_exeext && {
16933          test "$cross_compiling" = yes ||
16934          $as_test_x conftest$ac_exeext
16935        }; then
16936   case "$LIBEXT" in
16937     dll) ;;
16938     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'` ;;
16939     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16940   esac
16941 else
16942   $as_echo "$as_me: failed program was:" >&5
16943 sed 's/^/| /' conftest.$ac_ext >&5
16944
16945
16946 fi
16947
16948 rm -rf conftest.dSYM
16949 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16950       conftest$ac_exeext conftest.$ac_ext
16951   LIBS=$ac_check_soname_save_LIBS
16952 fi
16953 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16954   { $as_echo "$as_me:$LINENO: result: not found" >&5
16955 $as_echo "not found" >&6; }
16956
16957 else
16958   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16959 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16960
16961 cat >>confdefs.h <<_ACEOF
16962 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16963 _ACEOF
16964
16965
16966 fi
16967
16968 fi
16969 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16970   case "x$with_jpeg" in
16971   x)   wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16972   xno) ;;
16973   *)   { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16974 This is an error since --with-jpeg was requested." >&5
16975 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16976 This is an error since --with-jpeg was requested." >&2;}
16977    { (exit 1); exit 1; }; } ;;
16978 esac
16979 fi
16980
16981
16982 if test "$ac_cv_header_png_h" = "yes"
16983 then
16984     { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16985 $as_echo_n "checking for -lpng... " >&6; }
16986 if test "${ac_cv_lib_soname_png+set}" = set; then
16987   $as_echo_n "(cached) " >&6
16988 else
16989   ac_check_soname_save_LIBS=$LIBS
16990 LIBS="-lpng -lm -lz $LIBS"
16991   cat >conftest.$ac_ext <<_ACEOF
16992 /* confdefs.h.  */
16993 _ACEOF
16994 cat confdefs.h >>conftest.$ac_ext
16995 cat >>conftest.$ac_ext <<_ACEOF
16996 /* end confdefs.h.  */
16997
16998 /* Override any GCC internal prototype to avoid an error.
16999    Use char because int might match the return type of a GCC
17000    builtin and then its argument prototype would still apply.  */
17001 #ifdef __cplusplus
17002 extern "C"
17003 #endif
17004 char png_create_read_struct ();
17005 int
17006 main ()
17007 {
17008 return png_create_read_struct ();
17009   ;
17010   return 0;
17011 }
17012 _ACEOF
17013 rm -f conftest.$ac_objext conftest$ac_exeext
17014 if { (ac_try="$ac_link"
17015 case "(($ac_try" in
17016   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17017   *) ac_try_echo=$ac_try;;
17018 esac
17019 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17020 $as_echo "$ac_try_echo") >&5
17021   (eval "$ac_link") 2>conftest.er1
17022   ac_status=$?
17023   grep -v '^ *+' conftest.er1 >conftest.err
17024   rm -f conftest.er1
17025   cat conftest.err >&5
17026   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17027   (exit $ac_status); } && {
17028          test -z "$ac_c_werror_flag" ||
17029          test ! -s conftest.err
17030        } && test -s conftest$ac_exeext && {
17031          test "$cross_compiling" = yes ||
17032          $as_test_x conftest$ac_exeext
17033        }; then
17034   case "$LIBEXT" in
17035     dll) ;;
17036     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'` ;;
17037     *) 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'` ;;
17038   esac
17039 else
17040   $as_echo "$as_me: failed program was:" >&5
17041 sed 's/^/| /' conftest.$ac_ext >&5
17042
17043
17044 fi
17045
17046 rm -rf conftest.dSYM
17047 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17048       conftest$ac_exeext conftest.$ac_ext
17049   LIBS=$ac_check_soname_save_LIBS
17050 fi
17051 if test "x$ac_cv_lib_soname_png" = "x"; then
17052   { $as_echo "$as_me:$LINENO: result: not found" >&5
17053 $as_echo "not found" >&6; }
17054
17055 else
17056   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
17057 $as_echo "$ac_cv_lib_soname_png" >&6; }
17058
17059 cat >>confdefs.h <<_ACEOF
17060 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
17061 _ACEOF
17062
17063
17064 fi
17065
17066 fi
17067 if test "x$ac_cv_lib_soname_png" = "x"; then
17068   case "x$with_png" in
17069   x)   wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17070   xno) ;;
17071   *)   { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17072 This is an error since --with-png was requested." >&5
17073 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17074 This is an error since --with-png was requested." >&2;}
17075    { (exit 1); exit 1; }; } ;;
17076 esac
17077 fi
17078
17079
17080 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17081 $as_echo_n "checking for -lodbc... " >&6; }
17082 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17083   $as_echo_n "(cached) " >&6
17084 else
17085   ac_check_soname_save_LIBS=$LIBS
17086 LIBS="-lodbc  $LIBS"
17087   cat >conftest.$ac_ext <<_ACEOF
17088 /* confdefs.h.  */
17089 _ACEOF
17090 cat confdefs.h >>conftest.$ac_ext
17091 cat >>conftest.$ac_ext <<_ACEOF
17092 /* end confdefs.h.  */
17093
17094 /* Override any GCC internal prototype to avoid an error.
17095    Use char because int might match the return type of a GCC
17096    builtin and then its argument prototype would still apply.  */
17097 #ifdef __cplusplus
17098 extern "C"
17099 #endif
17100 char SQLConnect ();
17101 int
17102 main ()
17103 {
17104 return SQLConnect ();
17105   ;
17106   return 0;
17107 }
17108 _ACEOF
17109 rm -f conftest.$ac_objext conftest$ac_exeext
17110 if { (ac_try="$ac_link"
17111 case "(($ac_try" in
17112   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17113   *) ac_try_echo=$ac_try;;
17114 esac
17115 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17116 $as_echo "$ac_try_echo") >&5
17117   (eval "$ac_link") 2>conftest.er1
17118   ac_status=$?
17119   grep -v '^ *+' conftest.er1 >conftest.err
17120   rm -f conftest.er1
17121   cat conftest.err >&5
17122   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17123   (exit $ac_status); } && {
17124          test -z "$ac_c_werror_flag" ||
17125          test ! -s conftest.err
17126        } && test -s conftest$ac_exeext && {
17127          test "$cross_compiling" = yes ||
17128          $as_test_x conftest$ac_exeext
17129        }; then
17130   case "$LIBEXT" in
17131     dll) ;;
17132     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'` ;;
17133     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
17134   esac
17135 else
17136   $as_echo "$as_me: failed program was:" >&5
17137 sed 's/^/| /' conftest.$ac_ext >&5
17138
17139
17140 fi
17141
17142 rm -rf conftest.dSYM
17143 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17144       conftest$ac_exeext conftest.$ac_ext
17145   LIBS=$ac_check_soname_save_LIBS
17146 fi
17147 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17148   { $as_echo "$as_me:$LINENO: result: not found" >&5
17149 $as_echo "not found" >&6; }
17150        cat >>confdefs.h <<_ACEOF
17151 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17152 _ACEOF
17153
17154 else
17155   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17156 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17157
17158 cat >>confdefs.h <<_ACEOF
17159 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17160 _ACEOF
17161
17162
17163 fi
17164
17165
17166 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17167         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17168         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17169         "$ac_cv_header_soundcard_h" != "yes" -a \
17170         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17171 then
17172     wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17173 fi
17174
17175
17176 EXTRACFLAGS=""
17177
17178 if test "x${GCC}" = "xyes"
17179 then
17180   EXTRACFLAGS="-Wall -pipe"
17181
17182     { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17183 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17184 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17185   $as_echo_n "(cached) " >&6
17186 else
17187   if test "$cross_compiling" = yes; then
17188   ac_cv_c_gcc_strength_bug="yes"
17189 else
17190   cat >conftest.$ac_ext <<_ACEOF
17191 /* confdefs.h.  */
17192 _ACEOF
17193 cat confdefs.h >>conftest.$ac_ext
17194 cat >>conftest.$ac_ext <<_ACEOF
17195 /* end confdefs.h.  */
17196 int L[4] = {0,1,2,3};
17197 int
17198 main ()
17199 {
17200 static int Array[3];
17201   unsigned int B = 3;
17202   int i;
17203   for(i=0; i<B; i++) Array[i] = i - 3;
17204   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17205   L[i] = 4;
17206   return (Array[1] != -2 || L[2] != 3)
17207   ;
17208   return 0;
17209 }
17210 _ACEOF
17211 rm -f conftest$ac_exeext
17212 if { (ac_try="$ac_link"
17213 case "(($ac_try" in
17214   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17215   *) ac_try_echo=$ac_try;;
17216 esac
17217 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17218 $as_echo "$ac_try_echo") >&5
17219   (eval "$ac_link") 2>&5
17220   ac_status=$?
17221   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17222   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17223   { (case "(($ac_try" in
17224   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17225   *) ac_try_echo=$ac_try;;
17226 esac
17227 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17228 $as_echo "$ac_try_echo") >&5
17229   (eval "$ac_try") 2>&5
17230   ac_status=$?
17231   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17232   (exit $ac_status); }; }; then
17233   ac_cv_c_gcc_strength_bug="no"
17234 else
17235   $as_echo "$as_me: program exited with status $ac_status" >&5
17236 $as_echo "$as_me: failed program was:" >&5
17237 sed 's/^/| /' conftest.$ac_ext >&5
17238
17239 ( exit $ac_status )
17240 ac_cv_c_gcc_strength_bug="yes"
17241 fi
17242 rm -rf conftest.dSYM
17243 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17244 fi
17245
17246
17247 fi
17248 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17249 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17250   if test "$ac_cv_c_gcc_strength_bug" = "yes"
17251   then
17252     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17253   fi
17254
17255     { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17256 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17257 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17258   $as_echo_n "(cached) " >&6
17259 else
17260   ac_wine_try_cflags_saved=$CFLAGS
17261 CFLAGS="$CFLAGS -fno-builtin"
17262 cat >conftest.$ac_ext <<_ACEOF
17263 /* confdefs.h.  */
17264 _ACEOF
17265 cat confdefs.h >>conftest.$ac_ext
17266 cat >>conftest.$ac_ext <<_ACEOF
17267 /* end confdefs.h.  */
17268
17269 int
17270 main ()
17271 {
17272
17273   ;
17274   return 0;
17275 }
17276 _ACEOF
17277 rm -f conftest.$ac_objext conftest$ac_exeext
17278 if { (ac_try="$ac_link"
17279 case "(($ac_try" in
17280   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17281   *) ac_try_echo=$ac_try;;
17282 esac
17283 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17284 $as_echo "$ac_try_echo") >&5
17285   (eval "$ac_link") 2>conftest.er1
17286   ac_status=$?
17287   grep -v '^ *+' conftest.er1 >conftest.err
17288   rm -f conftest.er1
17289   cat conftest.err >&5
17290   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17291   (exit $ac_status); } && {
17292          test -z "$ac_c_werror_flag" ||
17293          test ! -s conftest.err
17294        } && test -s conftest$ac_exeext && {
17295          test "$cross_compiling" = yes ||
17296          $as_test_x conftest$ac_exeext
17297        }; then
17298   ac_cv_cflags__fno_builtin=yes
17299 else
17300   $as_echo "$as_me: failed program was:" >&5
17301 sed 's/^/| /' conftest.$ac_ext >&5
17302
17303         ac_cv_cflags__fno_builtin=no
17304 fi
17305
17306 rm -rf conftest.dSYM
17307 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17308       conftest$ac_exeext conftest.$ac_ext
17309 CFLAGS=$ac_wine_try_cflags_saved
17310 fi
17311 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17312 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17313 if test $ac_cv_cflags__fno_builtin = yes; then
17314   BUILTINFLAG="-fno-builtin"
17315
17316 fi
17317
17318   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17319 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17320 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17321   $as_echo_n "(cached) " >&6
17322 else
17323   ac_wine_try_cflags_saved=$CFLAGS
17324 CFLAGS="$CFLAGS -fno-strict-aliasing"
17325 cat >conftest.$ac_ext <<_ACEOF
17326 /* confdefs.h.  */
17327 _ACEOF
17328 cat confdefs.h >>conftest.$ac_ext
17329 cat >>conftest.$ac_ext <<_ACEOF
17330 /* end confdefs.h.  */
17331
17332 int
17333 main ()
17334 {
17335
17336   ;
17337   return 0;
17338 }
17339 _ACEOF
17340 rm -f conftest.$ac_objext conftest$ac_exeext
17341 if { (ac_try="$ac_link"
17342 case "(($ac_try" in
17343   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17344   *) ac_try_echo=$ac_try;;
17345 esac
17346 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17347 $as_echo "$ac_try_echo") >&5
17348   (eval "$ac_link") 2>conftest.er1
17349   ac_status=$?
17350   grep -v '^ *+' conftest.er1 >conftest.err
17351   rm -f conftest.er1
17352   cat conftest.err >&5
17353   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17354   (exit $ac_status); } && {
17355          test -z "$ac_c_werror_flag" ||
17356          test ! -s conftest.err
17357        } && test -s conftest$ac_exeext && {
17358          test "$cross_compiling" = yes ||
17359          $as_test_x conftest$ac_exeext
17360        }; then
17361   ac_cv_cflags__fno_strict_aliasing=yes
17362 else
17363   $as_echo "$as_me: failed program was:" >&5
17364 sed 's/^/| /' conftest.$ac_ext >&5
17365
17366         ac_cv_cflags__fno_strict_aliasing=no
17367 fi
17368
17369 rm -rf conftest.dSYM
17370 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17371       conftest$ac_exeext conftest.$ac_ext
17372 CFLAGS=$ac_wine_try_cflags_saved
17373 fi
17374 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17375 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17376 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17377   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17378 fi
17379
17380   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17381 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17382 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17383   $as_echo_n "(cached) " >&6
17384 else
17385   ac_wine_try_cflags_saved=$CFLAGS
17386 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17387 cat >conftest.$ac_ext <<_ACEOF
17388 /* confdefs.h.  */
17389 _ACEOF
17390 cat confdefs.h >>conftest.$ac_ext
17391 cat >>conftest.$ac_ext <<_ACEOF
17392 /* end confdefs.h.  */
17393
17394 int
17395 main ()
17396 {
17397
17398   ;
17399   return 0;
17400 }
17401 _ACEOF
17402 rm -f conftest.$ac_objext conftest$ac_exeext
17403 if { (ac_try="$ac_link"
17404 case "(($ac_try" in
17405   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17406   *) ac_try_echo=$ac_try;;
17407 esac
17408 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17409 $as_echo "$ac_try_echo") >&5
17410   (eval "$ac_link") 2>conftest.er1
17411   ac_status=$?
17412   grep -v '^ *+' conftest.er1 >conftest.err
17413   rm -f conftest.er1
17414   cat conftest.err >&5
17415   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17416   (exit $ac_status); } && {
17417          test -z "$ac_c_werror_flag" ||
17418          test ! -s conftest.err
17419        } && test -s conftest$ac_exeext && {
17420          test "$cross_compiling" = yes ||
17421          $as_test_x conftest$ac_exeext
17422        }; then
17423   ac_cv_cflags__Wdeclaration_after_statement=yes
17424 else
17425   $as_echo "$as_me: failed program was:" >&5
17426 sed 's/^/| /' conftest.$ac_ext >&5
17427
17428         ac_cv_cflags__Wdeclaration_after_statement=no
17429 fi
17430
17431 rm -rf conftest.dSYM
17432 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17433       conftest$ac_exeext conftest.$ac_ext
17434 CFLAGS=$ac_wine_try_cflags_saved
17435 fi
17436 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17437 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17438 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17439   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17440 fi
17441
17442   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17443 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17444 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17445   $as_echo_n "(cached) " >&6
17446 else
17447   ac_wine_try_cflags_saved=$CFLAGS
17448 CFLAGS="$CFLAGS -Wwrite-strings"
17449 cat >conftest.$ac_ext <<_ACEOF
17450 /* confdefs.h.  */
17451 _ACEOF
17452 cat confdefs.h >>conftest.$ac_ext
17453 cat >>conftest.$ac_ext <<_ACEOF
17454 /* end confdefs.h.  */
17455
17456 int
17457 main ()
17458 {
17459
17460   ;
17461   return 0;
17462 }
17463 _ACEOF
17464 rm -f conftest.$ac_objext conftest$ac_exeext
17465 if { (ac_try="$ac_link"
17466 case "(($ac_try" in
17467   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17468   *) ac_try_echo=$ac_try;;
17469 esac
17470 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17471 $as_echo "$ac_try_echo") >&5
17472   (eval "$ac_link") 2>conftest.er1
17473   ac_status=$?
17474   grep -v '^ *+' conftest.er1 >conftest.err
17475   rm -f conftest.er1
17476   cat conftest.err >&5
17477   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17478   (exit $ac_status); } && {
17479          test -z "$ac_c_werror_flag" ||
17480          test ! -s conftest.err
17481        } && test -s conftest$ac_exeext && {
17482          test "$cross_compiling" = yes ||
17483          $as_test_x conftest$ac_exeext
17484        }; then
17485   ac_cv_cflags__Wwrite_strings=yes
17486 else
17487   $as_echo "$as_me: failed program was:" >&5
17488 sed 's/^/| /' conftest.$ac_ext >&5
17489
17490         ac_cv_cflags__Wwrite_strings=no
17491 fi
17492
17493 rm -rf conftest.dSYM
17494 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17495       conftest$ac_exeext conftest.$ac_ext
17496 CFLAGS=$ac_wine_try_cflags_saved
17497 fi
17498 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17499 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17500 if test $ac_cv_cflags__Wwrite_strings = yes; then
17501   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17502 fi
17503
17504   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17505 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17506 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17507   $as_echo_n "(cached) " >&6
17508 else
17509   ac_wine_try_cflags_saved=$CFLAGS
17510 CFLAGS="$CFLAGS -Wtype-limits"
17511 cat >conftest.$ac_ext <<_ACEOF
17512 /* confdefs.h.  */
17513 _ACEOF
17514 cat confdefs.h >>conftest.$ac_ext
17515 cat >>conftest.$ac_ext <<_ACEOF
17516 /* end confdefs.h.  */
17517
17518 int
17519 main ()
17520 {
17521
17522   ;
17523   return 0;
17524 }
17525 _ACEOF
17526 rm -f conftest.$ac_objext conftest$ac_exeext
17527 if { (ac_try="$ac_link"
17528 case "(($ac_try" in
17529   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17530   *) ac_try_echo=$ac_try;;
17531 esac
17532 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17533 $as_echo "$ac_try_echo") >&5
17534   (eval "$ac_link") 2>conftest.er1
17535   ac_status=$?
17536   grep -v '^ *+' conftest.er1 >conftest.err
17537   rm -f conftest.er1
17538   cat conftest.err >&5
17539   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17540   (exit $ac_status); } && {
17541          test -z "$ac_c_werror_flag" ||
17542          test ! -s conftest.err
17543        } && test -s conftest$ac_exeext && {
17544          test "$cross_compiling" = yes ||
17545          $as_test_x conftest$ac_exeext
17546        }; then
17547   ac_cv_cflags__Wtype_limits=yes
17548 else
17549   $as_echo "$as_me: failed program was:" >&5
17550 sed 's/^/| /' conftest.$ac_ext >&5
17551
17552         ac_cv_cflags__Wtype_limits=no
17553 fi
17554
17555 rm -rf conftest.dSYM
17556 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17557       conftest$ac_exeext conftest.$ac_ext
17558 CFLAGS=$ac_wine_try_cflags_saved
17559 fi
17560 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17561 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17562 if test $ac_cv_cflags__Wtype_limits = yes; then
17563   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17564 fi
17565
17566
17567     saved_CFLAGS="$CFLAGS"
17568   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17569   { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17570 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17571 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17572   $as_echo_n "(cached) " >&6
17573 else
17574   cat >conftest.$ac_ext <<_ACEOF
17575 /* confdefs.h.  */
17576 _ACEOF
17577 cat confdefs.h >>conftest.$ac_ext
17578 cat >>conftest.$ac_ext <<_ACEOF
17579 /* end confdefs.h.  */
17580 #include <string.h>
17581 int
17582 main ()
17583 {
17584
17585   ;
17586   return 0;
17587 }
17588 _ACEOF
17589 rm -f conftest.$ac_objext
17590 if { (ac_try="$ac_compile"
17591 case "(($ac_try" in
17592   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17593   *) ac_try_echo=$ac_try;;
17594 esac
17595 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17596 $as_echo "$ac_try_echo") >&5
17597   (eval "$ac_compile") 2>conftest.er1
17598   ac_status=$?
17599   grep -v '^ *+' conftest.er1 >conftest.err
17600   rm -f conftest.er1
17601   cat conftest.err >&5
17602   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17603   (exit $ac_status); } && {
17604          test -z "$ac_c_werror_flag" ||
17605          test ! -s conftest.err
17606        } && test -s conftest.$ac_objext; then
17607   ac_cv_c_string_h_warnings=no
17608 else
17609   $as_echo "$as_me: failed program was:" >&5
17610 sed 's/^/| /' conftest.$ac_ext >&5
17611
17612         ac_cv_c_string_h_warnings=yes
17613 fi
17614
17615 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17616 fi
17617 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17618 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17619   CFLAGS="$saved_CFLAGS"
17620   if test "$ac_cv_c_string_h_warnings" = "no"
17621   then
17622     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17623   fi
17624 fi
17625
17626
17627 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17628 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17629 if test "${ac_cv_asm_func_def+set}" = set; then
17630   $as_echo_n "(cached) " >&6
17631 else
17632   cat >conftest.$ac_ext <<_ACEOF
17633 /* confdefs.h.  */
17634 _ACEOF
17635 cat confdefs.h >>conftest.$ac_ext
17636 cat >>conftest.$ac_ext <<_ACEOF
17637 /* end confdefs.h.  */
17638
17639 int
17640 main ()
17641 {
17642 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17643   ;
17644   return 0;
17645 }
17646 _ACEOF
17647 rm -f conftest.$ac_objext conftest$ac_exeext
17648 if { (ac_try="$ac_link"
17649 case "(($ac_try" in
17650   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17651   *) ac_try_echo=$ac_try;;
17652 esac
17653 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17654 $as_echo "$ac_try_echo") >&5
17655   (eval "$ac_link") 2>conftest.er1
17656   ac_status=$?
17657   grep -v '^ *+' conftest.er1 >conftest.err
17658   rm -f conftest.er1
17659   cat conftest.err >&5
17660   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17661   (exit $ac_status); } && {
17662          test -z "$ac_c_werror_flag" ||
17663          test ! -s conftest.err
17664        } && test -s conftest$ac_exeext && {
17665          test "$cross_compiling" = yes ||
17666          $as_test_x conftest$ac_exeext
17667        }; then
17668   ac_cv_asm_func_def=".def"
17669 else
17670   $as_echo "$as_me: failed program was:" >&5
17671 sed 's/^/| /' conftest.$ac_ext >&5
17672
17673         cat >conftest.$ac_ext <<_ACEOF
17674 /* confdefs.h.  */
17675 _ACEOF
17676 cat confdefs.h >>conftest.$ac_ext
17677 cat >>conftest.$ac_ext <<_ACEOF
17678 /* end confdefs.h.  */
17679
17680 int
17681 main ()
17682 {
17683 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17684   ;
17685   return 0;
17686 }
17687 _ACEOF
17688 rm -f conftest.$ac_objext conftest$ac_exeext
17689 if { (ac_try="$ac_link"
17690 case "(($ac_try" in
17691   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17692   *) ac_try_echo=$ac_try;;
17693 esac
17694 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17695 $as_echo "$ac_try_echo") >&5
17696   (eval "$ac_link") 2>conftest.er1
17697   ac_status=$?
17698   grep -v '^ *+' conftest.er1 >conftest.err
17699   rm -f conftest.er1
17700   cat conftest.err >&5
17701   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17702   (exit $ac_status); } && {
17703          test -z "$ac_c_werror_flag" ||
17704          test ! -s conftest.err
17705        } && test -s conftest$ac_exeext && {
17706          test "$cross_compiling" = yes ||
17707          $as_test_x conftest$ac_exeext
17708        }; then
17709   ac_cv_asm_func_def=".type @function"
17710 else
17711   $as_echo "$as_me: failed program was:" >&5
17712 sed 's/^/| /' conftest.$ac_ext >&5
17713
17714         cat >conftest.$ac_ext <<_ACEOF
17715 /* confdefs.h.  */
17716 _ACEOF
17717 cat confdefs.h >>conftest.$ac_ext
17718 cat >>conftest.$ac_ext <<_ACEOF
17719 /* end confdefs.h.  */
17720
17721 int
17722 main ()
17723 {
17724 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17725   ;
17726   return 0;
17727 }
17728 _ACEOF
17729 rm -f conftest.$ac_objext conftest$ac_exeext
17730 if { (ac_try="$ac_link"
17731 case "(($ac_try" in
17732   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17733   *) ac_try_echo=$ac_try;;
17734 esac
17735 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17736 $as_echo "$ac_try_echo") >&5
17737   (eval "$ac_link") 2>conftest.er1
17738   ac_status=$?
17739   grep -v '^ *+' conftest.er1 >conftest.err
17740   rm -f conftest.er1
17741   cat conftest.err >&5
17742   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17743   (exit $ac_status); } && {
17744          test -z "$ac_c_werror_flag" ||
17745          test ! -s conftest.err
17746        } && test -s conftest$ac_exeext && {
17747          test "$cross_compiling" = yes ||
17748          $as_test_x conftest$ac_exeext
17749        }; then
17750   ac_cv_asm_func_def=".type 2"
17751 else
17752   $as_echo "$as_me: failed program was:" >&5
17753 sed 's/^/| /' conftest.$ac_ext >&5
17754
17755         ac_cv_asm_func_def="unknown"
17756 fi
17757
17758 rm -rf conftest.dSYM
17759 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17760       conftest$ac_exeext conftest.$ac_ext
17761 fi
17762
17763 rm -rf conftest.dSYM
17764 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17765       conftest$ac_exeext conftest.$ac_ext
17766 fi
17767
17768 rm -rf conftest.dSYM
17769 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17770       conftest$ac_exeext conftest.$ac_ext
17771 fi
17772 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17773 $as_echo "$ac_cv_asm_func_def" >&6; }
17774
17775
17776
17777 case "$ac_cv_asm_func_def" in
17778   ".def")
17779      cat >>confdefs.h <<\_ACEOF
17780 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17781 _ACEOF
17782  ;;
17783   ".type @function")
17784      cat >>confdefs.h <<\_ACEOF
17785 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17786 _ACEOF
17787  ;;
17788   ".type 2")
17789      cat >>confdefs.h <<\_ACEOF
17790 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17791 _ACEOF
17792  ;;
17793   *)
17794      cat >>confdefs.h <<\_ACEOF
17795 #define __ASM_FUNC(name) ""
17796 _ACEOF
17797  ;;
17798 esac
17799
17800
17801 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17802 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17803 if test "${ac_cv_c_extern_prefix+set}" = set; then
17804   $as_echo_n "(cached) " >&6
17805 else
17806   cat >conftest.$ac_ext <<_ACEOF
17807 /* confdefs.h.  */
17808 _ACEOF
17809 cat confdefs.h >>conftest.$ac_ext
17810 cat >>conftest.$ac_ext <<_ACEOF
17811 /* end confdefs.h.  */
17812 extern int ac_test;
17813 int
17814 main ()
17815 {
17816 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17817   ;
17818   return 0;
17819 }
17820 _ACEOF
17821 rm -f conftest.$ac_objext conftest$ac_exeext
17822 if { (ac_try="$ac_link"
17823 case "(($ac_try" in
17824   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17825   *) ac_try_echo=$ac_try;;
17826 esac
17827 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17828 $as_echo "$ac_try_echo") >&5
17829   (eval "$ac_link") 2>conftest.er1
17830   ac_status=$?
17831   grep -v '^ *+' conftest.er1 >conftest.err
17832   rm -f conftest.er1
17833   cat conftest.err >&5
17834   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17835   (exit $ac_status); } && {
17836          test -z "$ac_c_werror_flag" ||
17837          test ! -s conftest.err
17838        } && test -s conftest$ac_exeext && {
17839          test "$cross_compiling" = yes ||
17840          $as_test_x conftest$ac_exeext
17841        }; then
17842   ac_cv_c_extern_prefix="yes"
17843 else
17844   $as_echo "$as_me: failed program was:" >&5
17845 sed 's/^/| /' conftest.$ac_ext >&5
17846
17847         ac_cv_c_extern_prefix="no"
17848 fi
17849
17850 rm -rf conftest.dSYM
17851 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17852       conftest$ac_exeext conftest.$ac_ext
17853 fi
17854 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17855 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17856
17857
17858
17859 if test "$ac_cv_c_extern_prefix" = "yes"
17860 then
17861   cat >>confdefs.h <<\_ACEOF
17862 #define __ASM_NAME(name) "_" name
17863 _ACEOF
17864
17865 else
17866   cat >>confdefs.h <<\_ACEOF
17867 #define __ASM_NAME(name) name
17868 _ACEOF
17869
17870 fi
17871
17872
17873 LDPATH=""
17874
17875 case $build_os in
17876   cygwin*|mingw32*)
17877     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17878     ;;
17879   darwin*|macosx*)
17880     ;;
17881   linux*|solaris*)      if test -z "$LDRPATH_LOCAL"
17882     then
17883       LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17884     fi
17885     ;;
17886   *)
17887     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17888     ;;
17889 esac
17890
17891 case $host_os in
17892   mingw32*)
17893     CRTLIBS="-lmsvcrt"
17894
17895     SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17896
17897     ;;
17898 esac
17899
17900 MAIN_BINARY="wine-pthread"
17901   case $host_cpu in
17902   *i[3456789]86*)
17903     case $host_os in
17904       linux* | k*bsd*-gnu)
17905         MAIN_BINARY="wine-glibc"
17906
17907         EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17908  ;;
17909       freebsd*)
17910         MAIN_BINARY="wine-freebsd"
17911
17912         EXTRA_BINARIES="wine-pthread"
17913  ;;
17914     esac
17915     ;;
17916 esac
17917
17918
17919 ac_save_CFLAGS="$CFLAGS"
17920 CFLAGS="$CFLAGS $BUILTINFLAG"
17921
17922
17923
17924
17925
17926
17927
17928
17929
17930
17931
17932
17933
17934
17935
17936
17937
17938
17939
17940
17941
17942
17943
17944
17945
17946
17947
17948
17949
17950
17951
17952
17953
17954
17955
17956
17957
17958
17959
17960
17961
17962
17963
17964
17965
17966
17967
17968
17969
17970
17971
17972
17973
17974
17975
17976
17977
17978
17979
17980
17981
17982
17983
17984
17985
17986
17987
17988
17989
17990
17991
17992
17993
17994 for ac_func in \
17995         _pclose \
17996         _popen \
17997         _snprintf \
17998         _spawnvp \
17999         _strdup \
18000         _stricmp \
18001         _strnicmp \
18002         _strtoi64 \
18003         _strtoui64 \
18004         _vsnprintf \
18005         asctime_r \
18006         chsize \
18007         clone \
18008         dlopen \
18009         epoll_create \
18010         ffs \
18011         finite \
18012         fork \
18013         fpclass \
18014         fstatfs \
18015         fstatvfs \
18016         ftruncate \
18017         futimes \
18018         futimesat \
18019         getdirentries \
18020         getopt_long \
18021         getpagesize \
18022         getpwuid \
18023         gettid \
18024         gettimeofday \
18025         getuid \
18026         inet_ntop \
18027         inet_pton \
18028         kqueue \
18029         lstat \
18030         memmove \
18031         mmap \
18032         pclose \
18033         poll \
18034         popen \
18035         prctl \
18036         pread \
18037         pwrite \
18038         readdir \
18039         readlink \
18040         rfork \
18041         sched_yield \
18042         select \
18043         setproctitle \
18044         setrlimit \
18045         settimeofday \
18046         sigaltstack \
18047         sigprocmask \
18048         snprintf \
18049         socketpair \
18050         spawnvp \
18051         statfs \
18052         statvfs \
18053         strcasecmp \
18054         strdup \
18055         strerror \
18056         strncasecmp \
18057         strtold \
18058         strtoll \
18059         strtoull \
18060         symlink \
18061         tcgetattr \
18062         thr_kill2 \
18063         timegm \
18064         usleep \
18065         vsnprintf \
18066         wait4 \
18067         waitpid \
18068
18069 do
18070 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18071 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18072 $as_echo_n "checking for $ac_func... " >&6; }
18073 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18074   $as_echo_n "(cached) " >&6
18075 else
18076   cat >conftest.$ac_ext <<_ACEOF
18077 /* confdefs.h.  */
18078 _ACEOF
18079 cat confdefs.h >>conftest.$ac_ext
18080 cat >>conftest.$ac_ext <<_ACEOF
18081 /* end confdefs.h.  */
18082 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18083    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18084 #define $ac_func innocuous_$ac_func
18085
18086 /* System header to define __stub macros and hopefully few prototypes,
18087     which can conflict with char $ac_func (); below.
18088     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18089     <limits.h> exists even on freestanding compilers.  */
18090
18091 #ifdef __STDC__
18092 # include <limits.h>
18093 #else
18094 # include <assert.h>
18095 #endif
18096
18097 #undef $ac_func
18098
18099 /* Override any GCC internal prototype to avoid an error.
18100    Use char because int might match the return type of a GCC
18101    builtin and then its argument prototype would still apply.  */
18102 #ifdef __cplusplus
18103 extern "C"
18104 #endif
18105 char $ac_func ();
18106 /* The GNU C library defines this for functions which it implements
18107     to always fail with ENOSYS.  Some functions are actually named
18108     something starting with __ and the normal name is an alias.  */
18109 #if defined __stub_$ac_func || defined __stub___$ac_func
18110 choke me
18111 #endif
18112
18113 int
18114 main ()
18115 {
18116 return $ac_func ();
18117   ;
18118   return 0;
18119 }
18120 _ACEOF
18121 rm -f conftest.$ac_objext conftest$ac_exeext
18122 if { (ac_try="$ac_link"
18123 case "(($ac_try" in
18124   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18125   *) ac_try_echo=$ac_try;;
18126 esac
18127 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18128 $as_echo "$ac_try_echo") >&5
18129   (eval "$ac_link") 2>conftest.er1
18130   ac_status=$?
18131   grep -v '^ *+' conftest.er1 >conftest.err
18132   rm -f conftest.er1
18133   cat conftest.err >&5
18134   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18135   (exit $ac_status); } && {
18136          test -z "$ac_c_werror_flag" ||
18137          test ! -s conftest.err
18138        } && test -s conftest$ac_exeext && {
18139          test "$cross_compiling" = yes ||
18140          $as_test_x conftest$ac_exeext
18141        }; then
18142   eval "$as_ac_var=yes"
18143 else
18144   $as_echo "$as_me: failed program was:" >&5
18145 sed 's/^/| /' conftest.$ac_ext >&5
18146
18147         eval "$as_ac_var=no"
18148 fi
18149
18150 rm -rf conftest.dSYM
18151 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18152       conftest$ac_exeext conftest.$ac_ext
18153 fi
18154 ac_res=`eval 'as_val=${'$as_ac_var'}
18155                  $as_echo "$as_val"'`
18156                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18157 $as_echo "$ac_res" >&6; }
18158 as_val=`eval 'as_val=${'$as_ac_var'}
18159                  $as_echo "$as_val"'`
18160    if test "x$as_val" = x""yes; then
18161   cat >>confdefs.h <<_ACEOF
18162 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18163 _ACEOF
18164
18165 fi
18166 done
18167
18168 CFLAGS="$ac_save_CFLAGS"
18169
18170 if test "$ac_cv_func_dlopen" = no
18171 then
18172     { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18173 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18174 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18175   $as_echo_n "(cached) " >&6
18176 else
18177   ac_check_lib_save_LIBS=$LIBS
18178 LIBS="-ldl  $LIBS"
18179 cat >conftest.$ac_ext <<_ACEOF
18180 /* confdefs.h.  */
18181 _ACEOF
18182 cat confdefs.h >>conftest.$ac_ext
18183 cat >>conftest.$ac_ext <<_ACEOF
18184 /* end confdefs.h.  */
18185
18186 /* Override any GCC internal prototype to avoid an error.
18187    Use char because int might match the return type of a GCC
18188    builtin and then its argument prototype would still apply.  */
18189 #ifdef __cplusplus
18190 extern "C"
18191 #endif
18192 char dlopen ();
18193 int
18194 main ()
18195 {
18196 return dlopen ();
18197   ;
18198   return 0;
18199 }
18200 _ACEOF
18201 rm -f conftest.$ac_objext conftest$ac_exeext
18202 if { (ac_try="$ac_link"
18203 case "(($ac_try" in
18204   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18205   *) ac_try_echo=$ac_try;;
18206 esac
18207 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18208 $as_echo "$ac_try_echo") >&5
18209   (eval "$ac_link") 2>conftest.er1
18210   ac_status=$?
18211   grep -v '^ *+' conftest.er1 >conftest.err
18212   rm -f conftest.er1
18213   cat conftest.err >&5
18214   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18215   (exit $ac_status); } && {
18216          test -z "$ac_c_werror_flag" ||
18217          test ! -s conftest.err
18218        } && test -s conftest$ac_exeext && {
18219          test "$cross_compiling" = yes ||
18220          $as_test_x conftest$ac_exeext
18221        }; then
18222   ac_cv_lib_dl_dlopen=yes
18223 else
18224   $as_echo "$as_me: failed program was:" >&5
18225 sed 's/^/| /' conftest.$ac_ext >&5
18226
18227         ac_cv_lib_dl_dlopen=no
18228 fi
18229
18230 rm -rf conftest.dSYM
18231 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18232       conftest$ac_exeext conftest.$ac_ext
18233 LIBS=$ac_check_lib_save_LIBS
18234 fi
18235 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18236 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18237 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18238   cat >>confdefs.h <<\_ACEOF
18239 #define HAVE_DLOPEN 1
18240 _ACEOF
18241  LIBDL="-ldl"
18242
18243 fi
18244
18245 fi
18246 ac_wine_check_funcs_save_LIBS="$LIBS"
18247 LIBS="$LIBS $LIBDL"
18248
18249 for ac_func in dladdr
18250 do
18251 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18252 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18253 $as_echo_n "checking for $ac_func... " >&6; }
18254 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18255   $as_echo_n "(cached) " >&6
18256 else
18257   cat >conftest.$ac_ext <<_ACEOF
18258 /* confdefs.h.  */
18259 _ACEOF
18260 cat confdefs.h >>conftest.$ac_ext
18261 cat >>conftest.$ac_ext <<_ACEOF
18262 /* end confdefs.h.  */
18263 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18264    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18265 #define $ac_func innocuous_$ac_func
18266
18267 /* System header to define __stub macros and hopefully few prototypes,
18268     which can conflict with char $ac_func (); below.
18269     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18270     <limits.h> exists even on freestanding compilers.  */
18271
18272 #ifdef __STDC__
18273 # include <limits.h>
18274 #else
18275 # include <assert.h>
18276 #endif
18277
18278 #undef $ac_func
18279
18280 /* Override any GCC internal prototype to avoid an error.
18281    Use char because int might match the return type of a GCC
18282    builtin and then its argument prototype would still apply.  */
18283 #ifdef __cplusplus
18284 extern "C"
18285 #endif
18286 char $ac_func ();
18287 /* The GNU C library defines this for functions which it implements
18288     to always fail with ENOSYS.  Some functions are actually named
18289     something starting with __ and the normal name is an alias.  */
18290 #if defined __stub_$ac_func || defined __stub___$ac_func
18291 choke me
18292 #endif
18293
18294 int
18295 main ()
18296 {
18297 return $ac_func ();
18298   ;
18299   return 0;
18300 }
18301 _ACEOF
18302 rm -f conftest.$ac_objext conftest$ac_exeext
18303 if { (ac_try="$ac_link"
18304 case "(($ac_try" in
18305   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18306   *) ac_try_echo=$ac_try;;
18307 esac
18308 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18309 $as_echo "$ac_try_echo") >&5
18310   (eval "$ac_link") 2>conftest.er1
18311   ac_status=$?
18312   grep -v '^ *+' conftest.er1 >conftest.err
18313   rm -f conftest.er1
18314   cat conftest.err >&5
18315   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18316   (exit $ac_status); } && {
18317          test -z "$ac_c_werror_flag" ||
18318          test ! -s conftest.err
18319        } && test -s conftest$ac_exeext && {
18320          test "$cross_compiling" = yes ||
18321          $as_test_x conftest$ac_exeext
18322        }; then
18323   eval "$as_ac_var=yes"
18324 else
18325   $as_echo "$as_me: failed program was:" >&5
18326 sed 's/^/| /' conftest.$ac_ext >&5
18327
18328         eval "$as_ac_var=no"
18329 fi
18330
18331 rm -rf conftest.dSYM
18332 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18333       conftest$ac_exeext conftest.$ac_ext
18334 fi
18335 ac_res=`eval 'as_val=${'$as_ac_var'}
18336                  $as_echo "$as_val"'`
18337                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18338 $as_echo "$ac_res" >&6; }
18339 as_val=`eval 'as_val=${'$as_ac_var'}
18340                  $as_echo "$as_val"'`
18341    if test "x$as_val" = x""yes; then
18342   cat >>confdefs.h <<_ACEOF
18343 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18344 _ACEOF
18345
18346 fi
18347 done
18348
18349 LIBS="$ac_wine_check_funcs_save_LIBS"
18350
18351 if test "$ac_cv_func_poll" = no
18352 then
18353     { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18354 $as_echo_n "checking for poll in -lpoll... " >&6; }
18355 if test "${ac_cv_lib_poll_poll+set}" = set; then
18356   $as_echo_n "(cached) " >&6
18357 else
18358   ac_check_lib_save_LIBS=$LIBS
18359 LIBS="-lpoll  $LIBS"
18360 cat >conftest.$ac_ext <<_ACEOF
18361 /* confdefs.h.  */
18362 _ACEOF
18363 cat confdefs.h >>conftest.$ac_ext
18364 cat >>conftest.$ac_ext <<_ACEOF
18365 /* end confdefs.h.  */
18366
18367 /* Override any GCC internal prototype to avoid an error.
18368    Use char because int might match the return type of a GCC
18369    builtin and then its argument prototype would still apply.  */
18370 #ifdef __cplusplus
18371 extern "C"
18372 #endif
18373 char poll ();
18374 int
18375 main ()
18376 {
18377 return poll ();
18378   ;
18379   return 0;
18380 }
18381 _ACEOF
18382 rm -f conftest.$ac_objext conftest$ac_exeext
18383 if { (ac_try="$ac_link"
18384 case "(($ac_try" in
18385   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18386   *) ac_try_echo=$ac_try;;
18387 esac
18388 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18389 $as_echo "$ac_try_echo") >&5
18390   (eval "$ac_link") 2>conftest.er1
18391   ac_status=$?
18392   grep -v '^ *+' conftest.er1 >conftest.err
18393   rm -f conftest.er1
18394   cat conftest.err >&5
18395   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18396   (exit $ac_status); } && {
18397          test -z "$ac_c_werror_flag" ||
18398          test ! -s conftest.err
18399        } && test -s conftest$ac_exeext && {
18400          test "$cross_compiling" = yes ||
18401          $as_test_x conftest$ac_exeext
18402        }; then
18403   ac_cv_lib_poll_poll=yes
18404 else
18405   $as_echo "$as_me: failed program was:" >&5
18406 sed 's/^/| /' conftest.$ac_ext >&5
18407
18408         ac_cv_lib_poll_poll=no
18409 fi
18410
18411 rm -rf conftest.dSYM
18412 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18413       conftest$ac_exeext conftest.$ac_ext
18414 LIBS=$ac_check_lib_save_LIBS
18415 fi
18416 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18417 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18418 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18419   cat >>confdefs.h <<\_ACEOF
18420 #define HAVE_POLL 1
18421 _ACEOF
18422  LIBPOLL="-lpoll"
18423
18424 fi
18425
18426 fi
18427
18428 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18429 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18430 if test "${ac_cv_search_gethostbyname+set}" = set; then
18431   $as_echo_n "(cached) " >&6
18432 else
18433   ac_func_search_save_LIBS=$LIBS
18434 cat >conftest.$ac_ext <<_ACEOF
18435 /* confdefs.h.  */
18436 _ACEOF
18437 cat confdefs.h >>conftest.$ac_ext
18438 cat >>conftest.$ac_ext <<_ACEOF
18439 /* end confdefs.h.  */
18440
18441 /* Override any GCC internal prototype to avoid an error.
18442    Use char because int might match the return type of a GCC
18443    builtin and then its argument prototype would still apply.  */
18444 #ifdef __cplusplus
18445 extern "C"
18446 #endif
18447 char gethostbyname ();
18448 int
18449 main ()
18450 {
18451 return gethostbyname ();
18452   ;
18453   return 0;
18454 }
18455 _ACEOF
18456 for ac_lib in '' nsl; do
18457   if test -z "$ac_lib"; then
18458     ac_res="none required"
18459   else
18460     ac_res=-l$ac_lib
18461     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18462   fi
18463   rm -f conftest.$ac_objext conftest$ac_exeext
18464 if { (ac_try="$ac_link"
18465 case "(($ac_try" in
18466   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18467   *) ac_try_echo=$ac_try;;
18468 esac
18469 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18470 $as_echo "$ac_try_echo") >&5
18471   (eval "$ac_link") 2>conftest.er1
18472   ac_status=$?
18473   grep -v '^ *+' conftest.er1 >conftest.err
18474   rm -f conftest.er1
18475   cat conftest.err >&5
18476   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18477   (exit $ac_status); } && {
18478          test -z "$ac_c_werror_flag" ||
18479          test ! -s conftest.err
18480        } && test -s conftest$ac_exeext && {
18481          test "$cross_compiling" = yes ||
18482          $as_test_x conftest$ac_exeext
18483        }; then
18484   ac_cv_search_gethostbyname=$ac_res
18485 else
18486   $as_echo "$as_me: failed program was:" >&5
18487 sed 's/^/| /' conftest.$ac_ext >&5
18488
18489
18490 fi
18491
18492 rm -rf conftest.dSYM
18493 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18494       conftest$ac_exeext
18495   if test "${ac_cv_search_gethostbyname+set}" = set; then
18496   break
18497 fi
18498 done
18499 if test "${ac_cv_search_gethostbyname+set}" = set; then
18500   :
18501 else
18502   ac_cv_search_gethostbyname=no
18503 fi
18504 rm conftest.$ac_ext
18505 LIBS=$ac_func_search_save_LIBS
18506 fi
18507 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18508 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18509 ac_res=$ac_cv_search_gethostbyname
18510 if test "$ac_res" != no; then
18511   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18512
18513 fi
18514
18515
18516 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18517 $as_echo_n "checking for library containing connect... " >&6; }
18518 if test "${ac_cv_search_connect+set}" = set; then
18519   $as_echo_n "(cached) " >&6
18520 else
18521   ac_func_search_save_LIBS=$LIBS
18522 cat >conftest.$ac_ext <<_ACEOF
18523 /* confdefs.h.  */
18524 _ACEOF
18525 cat confdefs.h >>conftest.$ac_ext
18526 cat >>conftest.$ac_ext <<_ACEOF
18527 /* end confdefs.h.  */
18528
18529 /* Override any GCC internal prototype to avoid an error.
18530    Use char because int might match the return type of a GCC
18531    builtin and then its argument prototype would still apply.  */
18532 #ifdef __cplusplus
18533 extern "C"
18534 #endif
18535 char connect ();
18536 int
18537 main ()
18538 {
18539 return connect ();
18540   ;
18541   return 0;
18542 }
18543 _ACEOF
18544 for ac_lib in '' socket; do
18545   if test -z "$ac_lib"; then
18546     ac_res="none required"
18547   else
18548     ac_res=-l$ac_lib
18549     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18550   fi
18551   rm -f conftest.$ac_objext conftest$ac_exeext
18552 if { (ac_try="$ac_link"
18553 case "(($ac_try" in
18554   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18555   *) ac_try_echo=$ac_try;;
18556 esac
18557 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18558 $as_echo "$ac_try_echo") >&5
18559   (eval "$ac_link") 2>conftest.er1
18560   ac_status=$?
18561   grep -v '^ *+' conftest.er1 >conftest.err
18562   rm -f conftest.er1
18563   cat conftest.err >&5
18564   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18565   (exit $ac_status); } && {
18566          test -z "$ac_c_werror_flag" ||
18567          test ! -s conftest.err
18568        } && test -s conftest$ac_exeext && {
18569          test "$cross_compiling" = yes ||
18570          $as_test_x conftest$ac_exeext
18571        }; then
18572   ac_cv_search_connect=$ac_res
18573 else
18574   $as_echo "$as_me: failed program was:" >&5
18575 sed 's/^/| /' conftest.$ac_ext >&5
18576
18577
18578 fi
18579
18580 rm -rf conftest.dSYM
18581 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18582       conftest$ac_exeext
18583   if test "${ac_cv_search_connect+set}" = set; then
18584   break
18585 fi
18586 done
18587 if test "${ac_cv_search_connect+set}" = set; then
18588   :
18589 else
18590   ac_cv_search_connect=no
18591 fi
18592 rm conftest.$ac_ext
18593 LIBS=$ac_func_search_save_LIBS
18594 fi
18595 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18596 $as_echo "$ac_cv_search_connect" >&6; }
18597 ac_res=$ac_cv_search_connect
18598 if test "$ac_res" != no; then
18599   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18600
18601 fi
18602
18603
18604 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18605 $as_echo_n "checking for library containing inet_aton... " >&6; }
18606 if test "${ac_cv_search_inet_aton+set}" = set; then
18607   $as_echo_n "(cached) " >&6
18608 else
18609   ac_func_search_save_LIBS=$LIBS
18610 cat >conftest.$ac_ext <<_ACEOF
18611 /* confdefs.h.  */
18612 _ACEOF
18613 cat confdefs.h >>conftest.$ac_ext
18614 cat >>conftest.$ac_ext <<_ACEOF
18615 /* end confdefs.h.  */
18616
18617 /* Override any GCC internal prototype to avoid an error.
18618    Use char because int might match the return type of a GCC
18619    builtin and then its argument prototype would still apply.  */
18620 #ifdef __cplusplus
18621 extern "C"
18622 #endif
18623 char inet_aton ();
18624 int
18625 main ()
18626 {
18627 return inet_aton ();
18628   ;
18629   return 0;
18630 }
18631 _ACEOF
18632 for ac_lib in '' resolv; do
18633   if test -z "$ac_lib"; then
18634     ac_res="none required"
18635   else
18636     ac_res=-l$ac_lib
18637     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18638   fi
18639   rm -f conftest.$ac_objext conftest$ac_exeext
18640 if { (ac_try="$ac_link"
18641 case "(($ac_try" in
18642   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18643   *) ac_try_echo=$ac_try;;
18644 esac
18645 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18646 $as_echo "$ac_try_echo") >&5
18647   (eval "$ac_link") 2>conftest.er1
18648   ac_status=$?
18649   grep -v '^ *+' conftest.er1 >conftest.err
18650   rm -f conftest.er1
18651   cat conftest.err >&5
18652   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18653   (exit $ac_status); } && {
18654          test -z "$ac_c_werror_flag" ||
18655          test ! -s conftest.err
18656        } && test -s conftest$ac_exeext && {
18657          test "$cross_compiling" = yes ||
18658          $as_test_x conftest$ac_exeext
18659        }; then
18660   ac_cv_search_inet_aton=$ac_res
18661 else
18662   $as_echo "$as_me: failed program was:" >&5
18663 sed 's/^/| /' conftest.$ac_ext >&5
18664
18665
18666 fi
18667
18668 rm -rf conftest.dSYM
18669 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18670       conftest$ac_exeext
18671   if test "${ac_cv_search_inet_aton+set}" = set; then
18672   break
18673 fi
18674 done
18675 if test "${ac_cv_search_inet_aton+set}" = set; then
18676   :
18677 else
18678   ac_cv_search_inet_aton=no
18679 fi
18680 rm conftest.$ac_ext
18681 LIBS=$ac_func_search_save_LIBS
18682 fi
18683 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18684 $as_echo "$ac_cv_search_inet_aton" >&6; }
18685 ac_res=$ac_cv_search_inet_aton
18686 if test "$ac_res" != no; then
18687   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18688
18689 fi
18690
18691
18692
18693
18694
18695
18696
18697
18698
18699
18700 for ac_func in \
18701         getaddrinfo \
18702         getnameinfo \
18703         getnetbyname \
18704         getprotobyname \
18705         getprotobynumber \
18706         getservbyport \
18707         inet_network \
18708         sendmsg \
18709
18710 do
18711 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18712 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18713 $as_echo_n "checking for $ac_func... " >&6; }
18714 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18715   $as_echo_n "(cached) " >&6
18716 else
18717   cat >conftest.$ac_ext <<_ACEOF
18718 /* confdefs.h.  */
18719 _ACEOF
18720 cat confdefs.h >>conftest.$ac_ext
18721 cat >>conftest.$ac_ext <<_ACEOF
18722 /* end confdefs.h.  */
18723 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18724    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18725 #define $ac_func innocuous_$ac_func
18726
18727 /* System header to define __stub macros and hopefully few prototypes,
18728     which can conflict with char $ac_func (); below.
18729     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18730     <limits.h> exists even on freestanding compilers.  */
18731
18732 #ifdef __STDC__
18733 # include <limits.h>
18734 #else
18735 # include <assert.h>
18736 #endif
18737
18738 #undef $ac_func
18739
18740 /* Override any GCC internal prototype to avoid an error.
18741    Use char because int might match the return type of a GCC
18742    builtin and then its argument prototype would still apply.  */
18743 #ifdef __cplusplus
18744 extern "C"
18745 #endif
18746 char $ac_func ();
18747 /* The GNU C library defines this for functions which it implements
18748     to always fail with ENOSYS.  Some functions are actually named
18749     something starting with __ and the normal name is an alias.  */
18750 #if defined __stub_$ac_func || defined __stub___$ac_func
18751 choke me
18752 #endif
18753
18754 int
18755 main ()
18756 {
18757 return $ac_func ();
18758   ;
18759   return 0;
18760 }
18761 _ACEOF
18762 rm -f conftest.$ac_objext conftest$ac_exeext
18763 if { (ac_try="$ac_link"
18764 case "(($ac_try" in
18765   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18766   *) ac_try_echo=$ac_try;;
18767 esac
18768 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18769 $as_echo "$ac_try_echo") >&5
18770   (eval "$ac_link") 2>conftest.er1
18771   ac_status=$?
18772   grep -v '^ *+' conftest.er1 >conftest.err
18773   rm -f conftest.er1
18774   cat conftest.err >&5
18775   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18776   (exit $ac_status); } && {
18777          test -z "$ac_c_werror_flag" ||
18778          test ! -s conftest.err
18779        } && test -s conftest$ac_exeext && {
18780          test "$cross_compiling" = yes ||
18781          $as_test_x conftest$ac_exeext
18782        }; then
18783   eval "$as_ac_var=yes"
18784 else
18785   $as_echo "$as_me: failed program was:" >&5
18786 sed 's/^/| /' conftest.$ac_ext >&5
18787
18788         eval "$as_ac_var=no"
18789 fi
18790
18791 rm -rf conftest.dSYM
18792 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18793       conftest$ac_exeext conftest.$ac_ext
18794 fi
18795 ac_res=`eval 'as_val=${'$as_ac_var'}
18796                  $as_echo "$as_val"'`
18797                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18798 $as_echo "$ac_res" >&6; }
18799 as_val=`eval 'as_val=${'$as_ac_var'}
18800                  $as_echo "$as_val"'`
18801    if test "x$as_val" = x""yes; then
18802   cat >>confdefs.h <<_ACEOF
18803 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18804 _ACEOF
18805
18806 fi
18807 done
18808
18809
18810 LDAPLIBS=""
18811
18812 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18813 then
18814     { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18815 $as_echo_n "checking for LDAPSortKey... " >&6; }
18816 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18817   $as_echo_n "(cached) " >&6
18818 else
18819   ac_cv_type_LDAPSortKey=no
18820 cat >conftest.$ac_ext <<_ACEOF
18821 /* confdefs.h.  */
18822 _ACEOF
18823 cat confdefs.h >>conftest.$ac_ext
18824 cat >>conftest.$ac_ext <<_ACEOF
18825 /* end confdefs.h.  */
18826 #include <ldap.h>
18827
18828 int
18829 main ()
18830 {
18831 if (sizeof (LDAPSortKey))
18832        return 0;
18833   ;
18834   return 0;
18835 }
18836 _ACEOF
18837 rm -f conftest.$ac_objext
18838 if { (ac_try="$ac_compile"
18839 case "(($ac_try" in
18840   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18841   *) ac_try_echo=$ac_try;;
18842 esac
18843 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18844 $as_echo "$ac_try_echo") >&5
18845   (eval "$ac_compile") 2>conftest.er1
18846   ac_status=$?
18847   grep -v '^ *+' conftest.er1 >conftest.err
18848   rm -f conftest.er1
18849   cat conftest.err >&5
18850   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18851   (exit $ac_status); } && {
18852          test -z "$ac_c_werror_flag" ||
18853          test ! -s conftest.err
18854        } && test -s conftest.$ac_objext; then
18855   cat >conftest.$ac_ext <<_ACEOF
18856 /* confdefs.h.  */
18857 _ACEOF
18858 cat confdefs.h >>conftest.$ac_ext
18859 cat >>conftest.$ac_ext <<_ACEOF
18860 /* end confdefs.h.  */
18861 #include <ldap.h>
18862
18863 int
18864 main ()
18865 {
18866 if (sizeof ((LDAPSortKey)))
18867           return 0;
18868   ;
18869   return 0;
18870 }
18871 _ACEOF
18872 rm -f conftest.$ac_objext
18873 if { (ac_try="$ac_compile"
18874 case "(($ac_try" in
18875   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18876   *) ac_try_echo=$ac_try;;
18877 esac
18878 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18879 $as_echo "$ac_try_echo") >&5
18880   (eval "$ac_compile") 2>conftest.er1
18881   ac_status=$?
18882   grep -v '^ *+' conftest.er1 >conftest.err
18883   rm -f conftest.er1
18884   cat conftest.err >&5
18885   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18886   (exit $ac_status); } && {
18887          test -z "$ac_c_werror_flag" ||
18888          test ! -s conftest.err
18889        } && test -s conftest.$ac_objext; then
18890   :
18891 else
18892   $as_echo "$as_me: failed program was:" >&5
18893 sed 's/^/| /' conftest.$ac_ext >&5
18894
18895         ac_cv_type_LDAPSortKey=yes
18896 fi
18897
18898 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18899 else
18900   $as_echo "$as_me: failed program was:" >&5
18901 sed 's/^/| /' conftest.$ac_ext >&5
18902
18903
18904 fi
18905
18906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18907 fi
18908 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18909 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18910 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18911   { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18912 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18913 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18914   $as_echo_n "(cached) " >&6
18915 else
18916   ac_check_lib_save_LIBS=$LIBS
18917 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18918 cat >conftest.$ac_ext <<_ACEOF
18919 /* confdefs.h.  */
18920 _ACEOF
18921 cat confdefs.h >>conftest.$ac_ext
18922 cat >>conftest.$ac_ext <<_ACEOF
18923 /* end confdefs.h.  */
18924
18925 /* Override any GCC internal prototype to avoid an error.
18926    Use char because int might match the return type of a GCC
18927    builtin and then its argument prototype would still apply.  */
18928 #ifdef __cplusplus
18929 extern "C"
18930 #endif
18931 char ldap_initialize ();
18932 int
18933 main ()
18934 {
18935 return ldap_initialize ();
18936   ;
18937   return 0;
18938 }
18939 _ACEOF
18940 rm -f conftest.$ac_objext conftest$ac_exeext
18941 if { (ac_try="$ac_link"
18942 case "(($ac_try" in
18943   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18944   *) ac_try_echo=$ac_try;;
18945 esac
18946 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18947 $as_echo "$ac_try_echo") >&5
18948   (eval "$ac_link") 2>conftest.er1
18949   ac_status=$?
18950   grep -v '^ *+' conftest.er1 >conftest.err
18951   rm -f conftest.er1
18952   cat conftest.err >&5
18953   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18954   (exit $ac_status); } && {
18955          test -z "$ac_c_werror_flag" ||
18956          test ! -s conftest.err
18957        } && test -s conftest$ac_exeext && {
18958          test "$cross_compiling" = yes ||
18959          $as_test_x conftest$ac_exeext
18960        }; then
18961   ac_cv_lib_ldap_r_ldap_initialize=yes
18962 else
18963   $as_echo "$as_me: failed program was:" >&5
18964 sed 's/^/| /' conftest.$ac_ext >&5
18965
18966         ac_cv_lib_ldap_r_ldap_initialize=no
18967 fi
18968
18969 rm -rf conftest.dSYM
18970 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18971       conftest$ac_exeext conftest.$ac_ext
18972 LIBS=$ac_check_lib_save_LIBS
18973 fi
18974 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18975 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18976 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18977   { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18978 $as_echo_n "checking for ber_init in -llber... " >&6; }
18979 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18980   $as_echo_n "(cached) " >&6
18981 else
18982   ac_check_lib_save_LIBS=$LIBS
18983 LIBS="-llber $LIBPTHREAD $LIBS"
18984 cat >conftest.$ac_ext <<_ACEOF
18985 /* confdefs.h.  */
18986 _ACEOF
18987 cat confdefs.h >>conftest.$ac_ext
18988 cat >>conftest.$ac_ext <<_ACEOF
18989 /* end confdefs.h.  */
18990
18991 /* Override any GCC internal prototype to avoid an error.
18992    Use char because int might match the return type of a GCC
18993    builtin and then its argument prototype would still apply.  */
18994 #ifdef __cplusplus
18995 extern "C"
18996 #endif
18997 char ber_init ();
18998 int
18999 main ()
19000 {
19001 return ber_init ();
19002   ;
19003   return 0;
19004 }
19005 _ACEOF
19006 rm -f conftest.$ac_objext conftest$ac_exeext
19007 if { (ac_try="$ac_link"
19008 case "(($ac_try" in
19009   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19010   *) ac_try_echo=$ac_try;;
19011 esac
19012 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19013 $as_echo "$ac_try_echo") >&5
19014   (eval "$ac_link") 2>conftest.er1
19015   ac_status=$?
19016   grep -v '^ *+' conftest.er1 >conftest.err
19017   rm -f conftest.er1
19018   cat conftest.err >&5
19019   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19020   (exit $ac_status); } && {
19021          test -z "$ac_c_werror_flag" ||
19022          test ! -s conftest.err
19023        } && test -s conftest$ac_exeext && {
19024          test "$cross_compiling" = yes ||
19025          $as_test_x conftest$ac_exeext
19026        }; then
19027   ac_cv_lib_lber_ber_init=yes
19028 else
19029   $as_echo "$as_me: failed program was:" >&5
19030 sed 's/^/| /' conftest.$ac_ext >&5
19031
19032         ac_cv_lib_lber_ber_init=no
19033 fi
19034
19035 rm -rf conftest.dSYM
19036 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19037       conftest$ac_exeext conftest.$ac_ext
19038 LIBS=$ac_check_lib_save_LIBS
19039 fi
19040 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19041 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19042 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19043
19044 cat >>confdefs.h <<\_ACEOF
19045 #define HAVE_LDAP 1
19046 _ACEOF
19047
19048                  LDAPLIBS="-lldap_r -llber"
19049 fi
19050
19051 fi
19052
19053 fi
19054
19055     ac_wine_check_funcs_save_LIBS="$LIBS"
19056 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19057
19058
19059
19060
19061
19062
19063
19064
19065 for ac_func in \
19066         ldap_count_references \
19067         ldap_first_reference \
19068         ldap_next_reference \
19069         ldap_parse_reference \
19070         ldap_parse_sort_control \
19071         ldap_parse_sortresponse_control \
19072         ldap_parse_vlv_control \
19073         ldap_parse_vlvresponse_control
19074 do
19075 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19076 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19077 $as_echo_n "checking for $ac_func... " >&6; }
19078 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19079   $as_echo_n "(cached) " >&6
19080 else
19081   cat >conftest.$ac_ext <<_ACEOF
19082 /* confdefs.h.  */
19083 _ACEOF
19084 cat confdefs.h >>conftest.$ac_ext
19085 cat >>conftest.$ac_ext <<_ACEOF
19086 /* end confdefs.h.  */
19087 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19088    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
19089 #define $ac_func innocuous_$ac_func
19090
19091 /* System header to define __stub macros and hopefully few prototypes,
19092     which can conflict with char $ac_func (); below.
19093     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19094     <limits.h> exists even on freestanding compilers.  */
19095
19096 #ifdef __STDC__
19097 # include <limits.h>
19098 #else
19099 # include <assert.h>
19100 #endif
19101
19102 #undef $ac_func
19103
19104 /* Override any GCC internal prototype to avoid an error.
19105    Use char because int might match the return type of a GCC
19106    builtin and then its argument prototype would still apply.  */
19107 #ifdef __cplusplus
19108 extern "C"
19109 #endif
19110 char $ac_func ();
19111 /* The GNU C library defines this for functions which it implements
19112     to always fail with ENOSYS.  Some functions are actually named
19113     something starting with __ and the normal name is an alias.  */
19114 #if defined __stub_$ac_func || defined __stub___$ac_func
19115 choke me
19116 #endif
19117
19118 int
19119 main ()
19120 {
19121 return $ac_func ();
19122   ;
19123   return 0;
19124 }
19125 _ACEOF
19126 rm -f conftest.$ac_objext conftest$ac_exeext
19127 if { (ac_try="$ac_link"
19128 case "(($ac_try" in
19129   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19130   *) ac_try_echo=$ac_try;;
19131 esac
19132 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19133 $as_echo "$ac_try_echo") >&5
19134   (eval "$ac_link") 2>conftest.er1
19135   ac_status=$?
19136   grep -v '^ *+' conftest.er1 >conftest.err
19137   rm -f conftest.er1
19138   cat conftest.err >&5
19139   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19140   (exit $ac_status); } && {
19141          test -z "$ac_c_werror_flag" ||
19142          test ! -s conftest.err
19143        } && test -s conftest$ac_exeext && {
19144          test "$cross_compiling" = yes ||
19145          $as_test_x conftest$ac_exeext
19146        }; then
19147   eval "$as_ac_var=yes"
19148 else
19149   $as_echo "$as_me: failed program was:" >&5
19150 sed 's/^/| /' conftest.$ac_ext >&5
19151
19152         eval "$as_ac_var=no"
19153 fi
19154
19155 rm -rf conftest.dSYM
19156 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19157       conftest$ac_exeext conftest.$ac_ext
19158 fi
19159 ac_res=`eval 'as_val=${'$as_ac_var'}
19160                  $as_echo "$as_val"'`
19161                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19162 $as_echo "$ac_res" >&6; }
19163 as_val=`eval 'as_val=${'$as_ac_var'}
19164                  $as_echo "$as_val"'`
19165    if test "x$as_val" = x""yes; then
19166   cat >>confdefs.h <<_ACEOF
19167 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19168 _ACEOF
19169
19170 fi
19171 done
19172
19173 LIBS="$ac_wine_check_funcs_save_LIBS"
19174 fi
19175 if test "x$LDAPLIBS" = "x"; then
19176   case "x$with_ldap" in
19177   x)   wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19178   xno) ;;
19179   *)   { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19180 This is an error since --with-ldap was requested." >&5
19181 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19182 This is an error since --with-ldap was requested." >&2;}
19183    { (exit 1); exit 1; }; } ;;
19184 esac
19185 fi
19186
19187
19188 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19189 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19190 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19191   $as_echo_n "(cached) " >&6
19192 else
19193   cat >conftest.$ac_ext <<_ACEOF
19194 /* confdefs.h.  */
19195 _ACEOF
19196 cat confdefs.h >>conftest.$ac_ext
19197 cat >>conftest.$ac_ext <<_ACEOF
19198 /* end confdefs.h.  */
19199 #include <sys/stat.h>
19200 int
19201 main ()
19202 {
19203 mkdir("foo");
19204   ;
19205   return 0;
19206 }
19207 _ACEOF
19208 rm -f conftest.$ac_objext
19209 if { (ac_try="$ac_compile"
19210 case "(($ac_try" in
19211   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19212   *) ac_try_echo=$ac_try;;
19213 esac
19214 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19215 $as_echo "$ac_try_echo") >&5
19216   (eval "$ac_compile") 2>conftest.er1
19217   ac_status=$?
19218   grep -v '^ *+' conftest.er1 >conftest.err
19219   rm -f conftest.er1
19220   cat conftest.err >&5
19221   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19222   (exit $ac_status); } && {
19223          test -z "$ac_c_werror_flag" ||
19224          test ! -s conftest.err
19225        } && test -s conftest.$ac_objext; then
19226   wine_cv_one_arg_mkdir=yes
19227 else
19228   $as_echo "$as_me: failed program was:" >&5
19229 sed 's/^/| /' conftest.$ac_ext >&5
19230
19231         wine_cv_one_arg_mkdir=no
19232 fi
19233
19234 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19235 fi
19236 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19237 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19238 if test "$wine_cv_one_arg_mkdir" = "yes"
19239 then
19240
19241 cat >>confdefs.h <<\_ACEOF
19242 #define HAVE_ONE_ARG_MKDIR 1
19243 _ACEOF
19244
19245 fi
19246
19247
19248 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19249 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19250 if test "${ac_cv_c_const+set}" = set; then
19251   $as_echo_n "(cached) " >&6
19252 else
19253   cat >conftest.$ac_ext <<_ACEOF
19254 /* confdefs.h.  */
19255 _ACEOF
19256 cat confdefs.h >>conftest.$ac_ext
19257 cat >>conftest.$ac_ext <<_ACEOF
19258 /* end confdefs.h.  */
19259
19260 int
19261 main ()
19262 {
19263 /* FIXME: Include the comments suggested by Paul. */
19264 #ifndef __cplusplus
19265   /* Ultrix mips cc rejects this.  */
19266   typedef int charset[2];
19267   const charset cs;
19268   /* SunOS 4.1.1 cc rejects this.  */
19269   char const *const *pcpcc;
19270   char **ppc;
19271   /* NEC SVR4.0.2 mips cc rejects this.  */
19272   struct point {int x, y;};
19273   static struct point const zero = {0,0};
19274   /* AIX XL C 1.02.0.0 rejects this.
19275      It does not let you subtract one const X* pointer from another in
19276      an arm of an if-expression whose if-part is not a constant
19277      expression */
19278   const char *g = "string";
19279   pcpcc = &g + (g ? g-g : 0);
19280   /* HPUX 7.0 cc rejects these. */
19281   ++pcpcc;
19282   ppc = (char**) pcpcc;
19283   pcpcc = (char const *const *) ppc;
19284   { /* SCO 3.2v4 cc rejects this.  */
19285     char *t;
19286     char const *s = 0 ? (char *) 0 : (char const *) 0;
19287
19288     *t++ = 0;
19289     if (s) return 0;
19290   }
19291   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
19292     int x[] = {25, 17};
19293     const int *foo = &x[0];
19294     ++foo;
19295   }
19296   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19297     typedef const int *iptr;
19298     iptr p = 0;
19299     ++p;
19300   }
19301   { /* AIX XL C 1.02.0.0 rejects this saying
19302        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19303     struct s { int j; const int *ap[3]; };
19304     struct s *b; b->j = 5;
19305   }
19306   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19307     const int foo = 10;
19308     if (!foo) return 0;
19309   }
19310   return !cs[0] && !zero.x;
19311 #endif
19312
19313   ;
19314   return 0;
19315 }
19316 _ACEOF
19317 rm -f conftest.$ac_objext
19318 if { (ac_try="$ac_compile"
19319 case "(($ac_try" in
19320   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19321   *) ac_try_echo=$ac_try;;
19322 esac
19323 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19324 $as_echo "$ac_try_echo") >&5
19325   (eval "$ac_compile") 2>conftest.er1
19326   ac_status=$?
19327   grep -v '^ *+' conftest.er1 >conftest.err
19328   rm -f conftest.er1
19329   cat conftest.err >&5
19330   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19331   (exit $ac_status); } && {
19332          test -z "$ac_c_werror_flag" ||
19333          test ! -s conftest.err
19334        } && test -s conftest.$ac_objext; then
19335   ac_cv_c_const=yes
19336 else
19337   $as_echo "$as_me: failed program was:" >&5
19338 sed 's/^/| /' conftest.$ac_ext >&5
19339
19340         ac_cv_c_const=no
19341 fi
19342
19343 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19344 fi
19345 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19346 $as_echo "$ac_cv_c_const" >&6; }
19347 if test $ac_cv_c_const = no; then
19348
19349 cat >>confdefs.h <<\_ACEOF
19350 #define const /**/
19351 _ACEOF
19352
19353 fi
19354
19355 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19356 $as_echo_n "checking for inline... " >&6; }
19357 if test "${ac_cv_c_inline+set}" = set; then
19358   $as_echo_n "(cached) " >&6
19359 else
19360   ac_cv_c_inline=no
19361 for ac_kw in inline __inline__ __inline; do
19362   cat >conftest.$ac_ext <<_ACEOF
19363 /* confdefs.h.  */
19364 _ACEOF
19365 cat confdefs.h >>conftest.$ac_ext
19366 cat >>conftest.$ac_ext <<_ACEOF
19367 /* end confdefs.h.  */
19368 #ifndef __cplusplus
19369 typedef int foo_t;
19370 static $ac_kw foo_t static_foo () {return 0; }
19371 $ac_kw foo_t foo () {return 0; }
19372 #endif
19373
19374 _ACEOF
19375 rm -f conftest.$ac_objext
19376 if { (ac_try="$ac_compile"
19377 case "(($ac_try" in
19378   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19379   *) ac_try_echo=$ac_try;;
19380 esac
19381 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19382 $as_echo "$ac_try_echo") >&5
19383   (eval "$ac_compile") 2>conftest.er1
19384   ac_status=$?
19385   grep -v '^ *+' conftest.er1 >conftest.err
19386   rm -f conftest.er1
19387   cat conftest.err >&5
19388   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19389   (exit $ac_status); } && {
19390          test -z "$ac_c_werror_flag" ||
19391          test ! -s conftest.err
19392        } && test -s conftest.$ac_objext; then
19393   ac_cv_c_inline=$ac_kw
19394 else
19395   $as_echo "$as_me: failed program was:" >&5
19396 sed 's/^/| /' conftest.$ac_ext >&5
19397
19398
19399 fi
19400
19401 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19402   test "$ac_cv_c_inline" != no && break
19403 done
19404
19405 fi
19406 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19407 $as_echo "$ac_cv_c_inline" >&6; }
19408
19409
19410 case $ac_cv_c_inline in
19411   inline | yes) ;;
19412   *)
19413     case $ac_cv_c_inline in
19414       no) ac_val=;;
19415       *) ac_val=$ac_cv_c_inline;;
19416     esac
19417     cat >>confdefs.h <<_ACEOF
19418 #ifndef __cplusplus
19419 #define inline $ac_val
19420 #endif
19421 _ACEOF
19422     ;;
19423 esac
19424
19425 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19426 $as_echo_n "checking for mode_t... " >&6; }
19427 if test "${ac_cv_type_mode_t+set}" = set; then
19428   $as_echo_n "(cached) " >&6
19429 else
19430   ac_cv_type_mode_t=no
19431 cat >conftest.$ac_ext <<_ACEOF
19432 /* confdefs.h.  */
19433 _ACEOF
19434 cat confdefs.h >>conftest.$ac_ext
19435 cat >>conftest.$ac_ext <<_ACEOF
19436 /* end confdefs.h.  */
19437 $ac_includes_default
19438 int
19439 main ()
19440 {
19441 if (sizeof (mode_t))
19442        return 0;
19443   ;
19444   return 0;
19445 }
19446 _ACEOF
19447 rm -f conftest.$ac_objext
19448 if { (ac_try="$ac_compile"
19449 case "(($ac_try" in
19450   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19451   *) ac_try_echo=$ac_try;;
19452 esac
19453 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19454 $as_echo "$ac_try_echo") >&5
19455   (eval "$ac_compile") 2>conftest.er1
19456   ac_status=$?
19457   grep -v '^ *+' conftest.er1 >conftest.err
19458   rm -f conftest.er1
19459   cat conftest.err >&5
19460   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19461   (exit $ac_status); } && {
19462          test -z "$ac_c_werror_flag" ||
19463          test ! -s conftest.err
19464        } && test -s conftest.$ac_objext; then
19465   cat >conftest.$ac_ext <<_ACEOF
19466 /* confdefs.h.  */
19467 _ACEOF
19468 cat confdefs.h >>conftest.$ac_ext
19469 cat >>conftest.$ac_ext <<_ACEOF
19470 /* end confdefs.h.  */
19471 $ac_includes_default
19472 int
19473 main ()
19474 {
19475 if (sizeof ((mode_t)))
19476           return 0;
19477   ;
19478   return 0;
19479 }
19480 _ACEOF
19481 rm -f conftest.$ac_objext
19482 if { (ac_try="$ac_compile"
19483 case "(($ac_try" in
19484   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19485   *) ac_try_echo=$ac_try;;
19486 esac
19487 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19488 $as_echo "$ac_try_echo") >&5
19489   (eval "$ac_compile") 2>conftest.er1
19490   ac_status=$?
19491   grep -v '^ *+' conftest.er1 >conftest.err
19492   rm -f conftest.er1
19493   cat conftest.err >&5
19494   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19495   (exit $ac_status); } && {
19496          test -z "$ac_c_werror_flag" ||
19497          test ! -s conftest.err
19498        } && test -s conftest.$ac_objext; then
19499   :
19500 else
19501   $as_echo "$as_me: failed program was:" >&5
19502 sed 's/^/| /' conftest.$ac_ext >&5
19503
19504         ac_cv_type_mode_t=yes
19505 fi
19506
19507 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19508 else
19509   $as_echo "$as_me: failed program was:" >&5
19510 sed 's/^/| /' conftest.$ac_ext >&5
19511
19512
19513 fi
19514
19515 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19516 fi
19517 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19518 $as_echo "$ac_cv_type_mode_t" >&6; }
19519 if test "x$ac_cv_type_mode_t" = x""yes; then
19520
19521 cat >>confdefs.h <<_ACEOF
19522 #define HAVE_MODE_T 1
19523 _ACEOF
19524
19525
19526 fi
19527 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19528 $as_echo_n "checking for off_t... " >&6; }
19529 if test "${ac_cv_type_off_t+set}" = set; then
19530   $as_echo_n "(cached) " >&6
19531 else
19532   ac_cv_type_off_t=no
19533 cat >conftest.$ac_ext <<_ACEOF
19534 /* confdefs.h.  */
19535 _ACEOF
19536 cat confdefs.h >>conftest.$ac_ext
19537 cat >>conftest.$ac_ext <<_ACEOF
19538 /* end confdefs.h.  */
19539 $ac_includes_default
19540 int
19541 main ()
19542 {
19543 if (sizeof (off_t))
19544        return 0;
19545   ;
19546   return 0;
19547 }
19548 _ACEOF
19549 rm -f conftest.$ac_objext
19550 if { (ac_try="$ac_compile"
19551 case "(($ac_try" in
19552   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19553   *) ac_try_echo=$ac_try;;
19554 esac
19555 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19556 $as_echo "$ac_try_echo") >&5
19557   (eval "$ac_compile") 2>conftest.er1
19558   ac_status=$?
19559   grep -v '^ *+' conftest.er1 >conftest.err
19560   rm -f conftest.er1
19561   cat conftest.err >&5
19562   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19563   (exit $ac_status); } && {
19564          test -z "$ac_c_werror_flag" ||
19565          test ! -s conftest.err
19566        } && test -s conftest.$ac_objext; then
19567   cat >conftest.$ac_ext <<_ACEOF
19568 /* confdefs.h.  */
19569 _ACEOF
19570 cat confdefs.h >>conftest.$ac_ext
19571 cat >>conftest.$ac_ext <<_ACEOF
19572 /* end confdefs.h.  */
19573 $ac_includes_default
19574 int
19575 main ()
19576 {
19577 if (sizeof ((off_t)))
19578           return 0;
19579   ;
19580   return 0;
19581 }
19582 _ACEOF
19583 rm -f conftest.$ac_objext
19584 if { (ac_try="$ac_compile"
19585 case "(($ac_try" in
19586   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19587   *) ac_try_echo=$ac_try;;
19588 esac
19589 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19590 $as_echo "$ac_try_echo") >&5
19591   (eval "$ac_compile") 2>conftest.er1
19592   ac_status=$?
19593   grep -v '^ *+' conftest.er1 >conftest.err
19594   rm -f conftest.er1
19595   cat conftest.err >&5
19596   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19597   (exit $ac_status); } && {
19598          test -z "$ac_c_werror_flag" ||
19599          test ! -s conftest.err
19600        } && test -s conftest.$ac_objext; then
19601   :
19602 else
19603   $as_echo "$as_me: failed program was:" >&5
19604 sed 's/^/| /' conftest.$ac_ext >&5
19605
19606         ac_cv_type_off_t=yes
19607 fi
19608
19609 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19610 else
19611   $as_echo "$as_me: failed program was:" >&5
19612 sed 's/^/| /' conftest.$ac_ext >&5
19613
19614
19615 fi
19616
19617 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19618 fi
19619 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19620 $as_echo "$ac_cv_type_off_t" >&6; }
19621 if test "x$ac_cv_type_off_t" = x""yes; then
19622
19623 cat >>confdefs.h <<_ACEOF
19624 #define HAVE_OFF_T 1
19625 _ACEOF
19626
19627
19628 fi
19629 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19630 $as_echo_n "checking for pid_t... " >&6; }
19631 if test "${ac_cv_type_pid_t+set}" = set; then
19632   $as_echo_n "(cached) " >&6
19633 else
19634   ac_cv_type_pid_t=no
19635 cat >conftest.$ac_ext <<_ACEOF
19636 /* confdefs.h.  */
19637 _ACEOF
19638 cat confdefs.h >>conftest.$ac_ext
19639 cat >>conftest.$ac_ext <<_ACEOF
19640 /* end confdefs.h.  */
19641 $ac_includes_default
19642 int
19643 main ()
19644 {
19645 if (sizeof (pid_t))
19646        return 0;
19647   ;
19648   return 0;
19649 }
19650 _ACEOF
19651 rm -f conftest.$ac_objext
19652 if { (ac_try="$ac_compile"
19653 case "(($ac_try" in
19654   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19655   *) ac_try_echo=$ac_try;;
19656 esac
19657 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19658 $as_echo "$ac_try_echo") >&5
19659   (eval "$ac_compile") 2>conftest.er1
19660   ac_status=$?
19661   grep -v '^ *+' conftest.er1 >conftest.err
19662   rm -f conftest.er1
19663   cat conftest.err >&5
19664   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19665   (exit $ac_status); } && {
19666          test -z "$ac_c_werror_flag" ||
19667          test ! -s conftest.err
19668        } && test -s conftest.$ac_objext; then
19669   cat >conftest.$ac_ext <<_ACEOF
19670 /* confdefs.h.  */
19671 _ACEOF
19672 cat confdefs.h >>conftest.$ac_ext
19673 cat >>conftest.$ac_ext <<_ACEOF
19674 /* end confdefs.h.  */
19675 $ac_includes_default
19676 int
19677 main ()
19678 {
19679 if (sizeof ((pid_t)))
19680           return 0;
19681   ;
19682   return 0;
19683 }
19684 _ACEOF
19685 rm -f conftest.$ac_objext
19686 if { (ac_try="$ac_compile"
19687 case "(($ac_try" in
19688   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19689   *) ac_try_echo=$ac_try;;
19690 esac
19691 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19692 $as_echo "$ac_try_echo") >&5
19693   (eval "$ac_compile") 2>conftest.er1
19694   ac_status=$?
19695   grep -v '^ *+' conftest.er1 >conftest.err
19696   rm -f conftest.er1
19697   cat conftest.err >&5
19698   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19699   (exit $ac_status); } && {
19700          test -z "$ac_c_werror_flag" ||
19701          test ! -s conftest.err
19702        } && test -s conftest.$ac_objext; then
19703   :
19704 else
19705   $as_echo "$as_me: failed program was:" >&5
19706 sed 's/^/| /' conftest.$ac_ext >&5
19707
19708         ac_cv_type_pid_t=yes
19709 fi
19710
19711 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19712 else
19713   $as_echo "$as_me: failed program was:" >&5
19714 sed 's/^/| /' conftest.$ac_ext >&5
19715
19716
19717 fi
19718
19719 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19720 fi
19721 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19722 $as_echo "$ac_cv_type_pid_t" >&6; }
19723 if test "x$ac_cv_type_pid_t" = x""yes; then
19724
19725 cat >>confdefs.h <<_ACEOF
19726 #define HAVE_PID_T 1
19727 _ACEOF
19728
19729
19730 fi
19731 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19732 $as_echo_n "checking for size_t... " >&6; }
19733 if test "${ac_cv_type_size_t+set}" = set; then
19734   $as_echo_n "(cached) " >&6
19735 else
19736   ac_cv_type_size_t=no
19737 cat >conftest.$ac_ext <<_ACEOF
19738 /* confdefs.h.  */
19739 _ACEOF
19740 cat confdefs.h >>conftest.$ac_ext
19741 cat >>conftest.$ac_ext <<_ACEOF
19742 /* end confdefs.h.  */
19743 $ac_includes_default
19744 int
19745 main ()
19746 {
19747 if (sizeof (size_t))
19748        return 0;
19749   ;
19750   return 0;
19751 }
19752 _ACEOF
19753 rm -f conftest.$ac_objext
19754 if { (ac_try="$ac_compile"
19755 case "(($ac_try" in
19756   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19757   *) ac_try_echo=$ac_try;;
19758 esac
19759 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19760 $as_echo "$ac_try_echo") >&5
19761   (eval "$ac_compile") 2>conftest.er1
19762   ac_status=$?
19763   grep -v '^ *+' conftest.er1 >conftest.err
19764   rm -f conftest.er1
19765   cat conftest.err >&5
19766   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19767   (exit $ac_status); } && {
19768          test -z "$ac_c_werror_flag" ||
19769          test ! -s conftest.err
19770        } && test -s conftest.$ac_objext; then
19771   cat >conftest.$ac_ext <<_ACEOF
19772 /* confdefs.h.  */
19773 _ACEOF
19774 cat confdefs.h >>conftest.$ac_ext
19775 cat >>conftest.$ac_ext <<_ACEOF
19776 /* end confdefs.h.  */
19777 $ac_includes_default
19778 int
19779 main ()
19780 {
19781 if (sizeof ((size_t)))
19782           return 0;
19783   ;
19784   return 0;
19785 }
19786 _ACEOF
19787 rm -f conftest.$ac_objext
19788 if { (ac_try="$ac_compile"
19789 case "(($ac_try" in
19790   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19791   *) ac_try_echo=$ac_try;;
19792 esac
19793 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19794 $as_echo "$ac_try_echo") >&5
19795   (eval "$ac_compile") 2>conftest.er1
19796   ac_status=$?
19797   grep -v '^ *+' conftest.er1 >conftest.err
19798   rm -f conftest.er1
19799   cat conftest.err >&5
19800   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19801   (exit $ac_status); } && {
19802          test -z "$ac_c_werror_flag" ||
19803          test ! -s conftest.err
19804        } && test -s conftest.$ac_objext; then
19805   :
19806 else
19807   $as_echo "$as_me: failed program was:" >&5
19808 sed 's/^/| /' conftest.$ac_ext >&5
19809
19810         ac_cv_type_size_t=yes
19811 fi
19812
19813 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19814 else
19815   $as_echo "$as_me: failed program was:" >&5
19816 sed 's/^/| /' conftest.$ac_ext >&5
19817
19818
19819 fi
19820
19821 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19822 fi
19823 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19824 $as_echo "$ac_cv_type_size_t" >&6; }
19825 if test "x$ac_cv_type_size_t" = x""yes; then
19826
19827 cat >>confdefs.h <<_ACEOF
19828 #define HAVE_SIZE_T 1
19829 _ACEOF
19830
19831
19832 fi
19833 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19834 $as_echo_n "checking for ssize_t... " >&6; }
19835 if test "${ac_cv_type_ssize_t+set}" = set; then
19836   $as_echo_n "(cached) " >&6
19837 else
19838   ac_cv_type_ssize_t=no
19839 cat >conftest.$ac_ext <<_ACEOF
19840 /* confdefs.h.  */
19841 _ACEOF
19842 cat confdefs.h >>conftest.$ac_ext
19843 cat >>conftest.$ac_ext <<_ACEOF
19844 /* end confdefs.h.  */
19845 $ac_includes_default
19846 int
19847 main ()
19848 {
19849 if (sizeof (ssize_t))
19850        return 0;
19851   ;
19852   return 0;
19853 }
19854 _ACEOF
19855 rm -f conftest.$ac_objext
19856 if { (ac_try="$ac_compile"
19857 case "(($ac_try" in
19858   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19859   *) ac_try_echo=$ac_try;;
19860 esac
19861 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19862 $as_echo "$ac_try_echo") >&5
19863   (eval "$ac_compile") 2>conftest.er1
19864   ac_status=$?
19865   grep -v '^ *+' conftest.er1 >conftest.err
19866   rm -f conftest.er1
19867   cat conftest.err >&5
19868   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19869   (exit $ac_status); } && {
19870          test -z "$ac_c_werror_flag" ||
19871          test ! -s conftest.err
19872        } && test -s conftest.$ac_objext; then
19873   cat >conftest.$ac_ext <<_ACEOF
19874 /* confdefs.h.  */
19875 _ACEOF
19876 cat confdefs.h >>conftest.$ac_ext
19877 cat >>conftest.$ac_ext <<_ACEOF
19878 /* end confdefs.h.  */
19879 $ac_includes_default
19880 int
19881 main ()
19882 {
19883 if (sizeof ((ssize_t)))
19884           return 0;
19885   ;
19886   return 0;
19887 }
19888 _ACEOF
19889 rm -f conftest.$ac_objext
19890 if { (ac_try="$ac_compile"
19891 case "(($ac_try" in
19892   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19893   *) ac_try_echo=$ac_try;;
19894 esac
19895 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19896 $as_echo "$ac_try_echo") >&5
19897   (eval "$ac_compile") 2>conftest.er1
19898   ac_status=$?
19899   grep -v '^ *+' conftest.er1 >conftest.err
19900   rm -f conftest.er1
19901   cat conftest.err >&5
19902   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19903   (exit $ac_status); } && {
19904          test -z "$ac_c_werror_flag" ||
19905          test ! -s conftest.err
19906        } && test -s conftest.$ac_objext; then
19907   :
19908 else
19909   $as_echo "$as_me: failed program was:" >&5
19910 sed 's/^/| /' conftest.$ac_ext >&5
19911
19912         ac_cv_type_ssize_t=yes
19913 fi
19914
19915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19916 else
19917   $as_echo "$as_me: failed program was:" >&5
19918 sed 's/^/| /' conftest.$ac_ext >&5
19919
19920
19921 fi
19922
19923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19924 fi
19925 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19926 $as_echo "$ac_cv_type_ssize_t" >&6; }
19927 if test "x$ac_cv_type_ssize_t" = x""yes; then
19928
19929 cat >>confdefs.h <<_ACEOF
19930 #define HAVE_SSIZE_T 1
19931 _ACEOF
19932
19933
19934 fi
19935 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19936 $as_echo_n "checking for long long... " >&6; }
19937 if test "${ac_cv_type_long_long+set}" = set; then
19938   $as_echo_n "(cached) " >&6
19939 else
19940   ac_cv_type_long_long=no
19941 cat >conftest.$ac_ext <<_ACEOF
19942 /* confdefs.h.  */
19943 _ACEOF
19944 cat confdefs.h >>conftest.$ac_ext
19945 cat >>conftest.$ac_ext <<_ACEOF
19946 /* end confdefs.h.  */
19947 $ac_includes_default
19948 int
19949 main ()
19950 {
19951 if (sizeof (long long))
19952        return 0;
19953   ;
19954   return 0;
19955 }
19956 _ACEOF
19957 rm -f conftest.$ac_objext
19958 if { (ac_try="$ac_compile"
19959 case "(($ac_try" in
19960   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19961   *) ac_try_echo=$ac_try;;
19962 esac
19963 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19964 $as_echo "$ac_try_echo") >&5
19965   (eval "$ac_compile") 2>conftest.er1
19966   ac_status=$?
19967   grep -v '^ *+' conftest.er1 >conftest.err
19968   rm -f conftest.er1
19969   cat conftest.err >&5
19970   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19971   (exit $ac_status); } && {
19972          test -z "$ac_c_werror_flag" ||
19973          test ! -s conftest.err
19974        } && test -s conftest.$ac_objext; then
19975   cat >conftest.$ac_ext <<_ACEOF
19976 /* confdefs.h.  */
19977 _ACEOF
19978 cat confdefs.h >>conftest.$ac_ext
19979 cat >>conftest.$ac_ext <<_ACEOF
19980 /* end confdefs.h.  */
19981 $ac_includes_default
19982 int
19983 main ()
19984 {
19985 if (sizeof ((long long)))
19986           return 0;
19987   ;
19988   return 0;
19989 }
19990 _ACEOF
19991 rm -f conftest.$ac_objext
19992 if { (ac_try="$ac_compile"
19993 case "(($ac_try" in
19994   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19995   *) ac_try_echo=$ac_try;;
19996 esac
19997 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19998 $as_echo "$ac_try_echo") >&5
19999   (eval "$ac_compile") 2>conftest.er1
20000   ac_status=$?
20001   grep -v '^ *+' conftest.er1 >conftest.err
20002   rm -f conftest.er1
20003   cat conftest.err >&5
20004   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20005   (exit $ac_status); } && {
20006          test -z "$ac_c_werror_flag" ||
20007          test ! -s conftest.err
20008        } && test -s conftest.$ac_objext; then
20009   :
20010 else
20011   $as_echo "$as_me: failed program was:" >&5
20012 sed 's/^/| /' conftest.$ac_ext >&5
20013
20014         ac_cv_type_long_long=yes
20015 fi
20016
20017 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20018 else
20019   $as_echo "$as_me: failed program was:" >&5
20020 sed 's/^/| /' conftest.$ac_ext >&5
20021
20022
20023 fi
20024
20025 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20026 fi
20027 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20028 $as_echo "$ac_cv_type_long_long" >&6; }
20029 if test "x$ac_cv_type_long_long" = x""yes; then
20030
20031 cat >>confdefs.h <<_ACEOF
20032 #define HAVE_LONG_LONG 1
20033 _ACEOF
20034
20035
20036 fi
20037 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20038 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20039 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20040   $as_echo_n "(cached) " >&6
20041 else
20042   ac_cv_type_fsblkcnt_t=no
20043 cat >conftest.$ac_ext <<_ACEOF
20044 /* confdefs.h.  */
20045 _ACEOF
20046 cat confdefs.h >>conftest.$ac_ext
20047 cat >>conftest.$ac_ext <<_ACEOF
20048 /* end confdefs.h.  */
20049 $ac_includes_default
20050 int
20051 main ()
20052 {
20053 if (sizeof (fsblkcnt_t))
20054        return 0;
20055   ;
20056   return 0;
20057 }
20058 _ACEOF
20059 rm -f conftest.$ac_objext
20060 if { (ac_try="$ac_compile"
20061 case "(($ac_try" in
20062   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20063   *) ac_try_echo=$ac_try;;
20064 esac
20065 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20066 $as_echo "$ac_try_echo") >&5
20067   (eval "$ac_compile") 2>conftest.er1
20068   ac_status=$?
20069   grep -v '^ *+' conftest.er1 >conftest.err
20070   rm -f conftest.er1
20071   cat conftest.err >&5
20072   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20073   (exit $ac_status); } && {
20074          test -z "$ac_c_werror_flag" ||
20075          test ! -s conftest.err
20076        } && test -s conftest.$ac_objext; then
20077   cat >conftest.$ac_ext <<_ACEOF
20078 /* confdefs.h.  */
20079 _ACEOF
20080 cat confdefs.h >>conftest.$ac_ext
20081 cat >>conftest.$ac_ext <<_ACEOF
20082 /* end confdefs.h.  */
20083 $ac_includes_default
20084 int
20085 main ()
20086 {
20087 if (sizeof ((fsblkcnt_t)))
20088           return 0;
20089   ;
20090   return 0;
20091 }
20092 _ACEOF
20093 rm -f conftest.$ac_objext
20094 if { (ac_try="$ac_compile"
20095 case "(($ac_try" in
20096   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20097   *) ac_try_echo=$ac_try;;
20098 esac
20099 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20100 $as_echo "$ac_try_echo") >&5
20101   (eval "$ac_compile") 2>conftest.er1
20102   ac_status=$?
20103   grep -v '^ *+' conftest.er1 >conftest.err
20104   rm -f conftest.er1
20105   cat conftest.err >&5
20106   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20107   (exit $ac_status); } && {
20108          test -z "$ac_c_werror_flag" ||
20109          test ! -s conftest.err
20110        } && test -s conftest.$ac_objext; then
20111   :
20112 else
20113   $as_echo "$as_me: failed program was:" >&5
20114 sed 's/^/| /' conftest.$ac_ext >&5
20115
20116         ac_cv_type_fsblkcnt_t=yes
20117 fi
20118
20119 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20120 else
20121   $as_echo "$as_me: failed program was:" >&5
20122 sed 's/^/| /' conftest.$ac_ext >&5
20123
20124
20125 fi
20126
20127 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20128 fi
20129 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20130 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20131 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20132
20133 cat >>confdefs.h <<_ACEOF
20134 #define HAVE_FSBLKCNT_T 1
20135 _ACEOF
20136
20137
20138 fi
20139 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20140 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20141 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20142   $as_echo_n "(cached) " >&6
20143 else
20144   ac_cv_type_fsfilcnt_t=no
20145 cat >conftest.$ac_ext <<_ACEOF
20146 /* confdefs.h.  */
20147 _ACEOF
20148 cat confdefs.h >>conftest.$ac_ext
20149 cat >>conftest.$ac_ext <<_ACEOF
20150 /* end confdefs.h.  */
20151 $ac_includes_default
20152 int
20153 main ()
20154 {
20155 if (sizeof (fsfilcnt_t))
20156        return 0;
20157   ;
20158   return 0;
20159 }
20160 _ACEOF
20161 rm -f conftest.$ac_objext
20162 if { (ac_try="$ac_compile"
20163 case "(($ac_try" in
20164   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20165   *) ac_try_echo=$ac_try;;
20166 esac
20167 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20168 $as_echo "$ac_try_echo") >&5
20169   (eval "$ac_compile") 2>conftest.er1
20170   ac_status=$?
20171   grep -v '^ *+' conftest.er1 >conftest.err
20172   rm -f conftest.er1
20173   cat conftest.err >&5
20174   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20175   (exit $ac_status); } && {
20176          test -z "$ac_c_werror_flag" ||
20177          test ! -s conftest.err
20178        } && test -s conftest.$ac_objext; then
20179   cat >conftest.$ac_ext <<_ACEOF
20180 /* confdefs.h.  */
20181 _ACEOF
20182 cat confdefs.h >>conftest.$ac_ext
20183 cat >>conftest.$ac_ext <<_ACEOF
20184 /* end confdefs.h.  */
20185 $ac_includes_default
20186 int
20187 main ()
20188 {
20189 if (sizeof ((fsfilcnt_t)))
20190           return 0;
20191   ;
20192   return 0;
20193 }
20194 _ACEOF
20195 rm -f conftest.$ac_objext
20196 if { (ac_try="$ac_compile"
20197 case "(($ac_try" in
20198   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20199   *) ac_try_echo=$ac_try;;
20200 esac
20201 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20202 $as_echo "$ac_try_echo") >&5
20203   (eval "$ac_compile") 2>conftest.er1
20204   ac_status=$?
20205   grep -v '^ *+' conftest.er1 >conftest.err
20206   rm -f conftest.er1
20207   cat conftest.err >&5
20208   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20209   (exit $ac_status); } && {
20210          test -z "$ac_c_werror_flag" ||
20211          test ! -s conftest.err
20212        } && test -s conftest.$ac_objext; then
20213   :
20214 else
20215   $as_echo "$as_me: failed program was:" >&5
20216 sed 's/^/| /' conftest.$ac_ext >&5
20217
20218         ac_cv_type_fsfilcnt_t=yes
20219 fi
20220
20221 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20222 else
20223   $as_echo "$as_me: failed program was:" >&5
20224 sed 's/^/| /' conftest.$ac_ext >&5
20225
20226
20227 fi
20228
20229 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20230 fi
20231 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20232 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20233 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20234
20235 cat >>confdefs.h <<_ACEOF
20236 #define HAVE_FSFILCNT_T 1
20237 _ACEOF
20238
20239
20240 fi
20241
20242 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20243 $as_echo_n "checking for sigset_t... " >&6; }
20244 if test "${ac_cv_type_sigset_t+set}" = set; then
20245   $as_echo_n "(cached) " >&6
20246 else
20247   ac_cv_type_sigset_t=no
20248 cat >conftest.$ac_ext <<_ACEOF
20249 /* confdefs.h.  */
20250 _ACEOF
20251 cat confdefs.h >>conftest.$ac_ext
20252 cat >>conftest.$ac_ext <<_ACEOF
20253 /* end confdefs.h.  */
20254 #include <sys/types.h>
20255 #include <signal.h>
20256
20257 int
20258 main ()
20259 {
20260 if (sizeof (sigset_t))
20261        return 0;
20262   ;
20263   return 0;
20264 }
20265 _ACEOF
20266 rm -f conftest.$ac_objext
20267 if { (ac_try="$ac_compile"
20268 case "(($ac_try" in
20269   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20270   *) ac_try_echo=$ac_try;;
20271 esac
20272 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20273 $as_echo "$ac_try_echo") >&5
20274   (eval "$ac_compile") 2>conftest.er1
20275   ac_status=$?
20276   grep -v '^ *+' conftest.er1 >conftest.err
20277   rm -f conftest.er1
20278   cat conftest.err >&5
20279   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20280   (exit $ac_status); } && {
20281          test -z "$ac_c_werror_flag" ||
20282          test ! -s conftest.err
20283        } && test -s conftest.$ac_objext; then
20284   cat >conftest.$ac_ext <<_ACEOF
20285 /* confdefs.h.  */
20286 _ACEOF
20287 cat confdefs.h >>conftest.$ac_ext
20288 cat >>conftest.$ac_ext <<_ACEOF
20289 /* end confdefs.h.  */
20290 #include <sys/types.h>
20291 #include <signal.h>
20292
20293 int
20294 main ()
20295 {
20296 if (sizeof ((sigset_t)))
20297           return 0;
20298   ;
20299   return 0;
20300 }
20301 _ACEOF
20302 rm -f conftest.$ac_objext
20303 if { (ac_try="$ac_compile"
20304 case "(($ac_try" in
20305   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20306   *) ac_try_echo=$ac_try;;
20307 esac
20308 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20309 $as_echo "$ac_try_echo") >&5
20310   (eval "$ac_compile") 2>conftest.er1
20311   ac_status=$?
20312   grep -v '^ *+' conftest.er1 >conftest.err
20313   rm -f conftest.er1
20314   cat conftest.err >&5
20315   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20316   (exit $ac_status); } && {
20317          test -z "$ac_c_werror_flag" ||
20318          test ! -s conftest.err
20319        } && test -s conftest.$ac_objext; then
20320   :
20321 else
20322   $as_echo "$as_me: failed program was:" >&5
20323 sed 's/^/| /' conftest.$ac_ext >&5
20324
20325         ac_cv_type_sigset_t=yes
20326 fi
20327
20328 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20329 else
20330   $as_echo "$as_me: failed program was:" >&5
20331 sed 's/^/| /' conftest.$ac_ext >&5
20332
20333
20334 fi
20335
20336 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20337 fi
20338 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20339 $as_echo "$ac_cv_type_sigset_t" >&6; }
20340 if test "x$ac_cv_type_sigset_t" = x""yes; then
20341
20342 cat >>confdefs.h <<_ACEOF
20343 #define HAVE_SIGSET_T 1
20344 _ACEOF
20345
20346
20347 fi
20348
20349 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20350 $as_echo_n "checking for request_sense... " >&6; }
20351 if test "${ac_cv_type_request_sense+set}" = set; then
20352   $as_echo_n "(cached) " >&6
20353 else
20354   ac_cv_type_request_sense=no
20355 cat >conftest.$ac_ext <<_ACEOF
20356 /* confdefs.h.  */
20357 _ACEOF
20358 cat confdefs.h >>conftest.$ac_ext
20359 cat >>conftest.$ac_ext <<_ACEOF
20360 /* end confdefs.h.  */
20361 #include <linux/cdrom.h>
20362
20363 int
20364 main ()
20365 {
20366 if (sizeof (request_sense))
20367        return 0;
20368   ;
20369   return 0;
20370 }
20371 _ACEOF
20372 rm -f conftest.$ac_objext
20373 if { (ac_try="$ac_compile"
20374 case "(($ac_try" in
20375   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20376   *) ac_try_echo=$ac_try;;
20377 esac
20378 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20379 $as_echo "$ac_try_echo") >&5
20380   (eval "$ac_compile") 2>conftest.er1
20381   ac_status=$?
20382   grep -v '^ *+' conftest.er1 >conftest.err
20383   rm -f conftest.er1
20384   cat conftest.err >&5
20385   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20386   (exit $ac_status); } && {
20387          test -z "$ac_c_werror_flag" ||
20388          test ! -s conftest.err
20389        } && test -s conftest.$ac_objext; then
20390   cat >conftest.$ac_ext <<_ACEOF
20391 /* confdefs.h.  */
20392 _ACEOF
20393 cat confdefs.h >>conftest.$ac_ext
20394 cat >>conftest.$ac_ext <<_ACEOF
20395 /* end confdefs.h.  */
20396 #include <linux/cdrom.h>
20397
20398 int
20399 main ()
20400 {
20401 if (sizeof ((request_sense)))
20402           return 0;
20403   ;
20404   return 0;
20405 }
20406 _ACEOF
20407 rm -f conftest.$ac_objext
20408 if { (ac_try="$ac_compile"
20409 case "(($ac_try" in
20410   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20411   *) ac_try_echo=$ac_try;;
20412 esac
20413 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20414 $as_echo "$ac_try_echo") >&5
20415   (eval "$ac_compile") 2>conftest.er1
20416   ac_status=$?
20417   grep -v '^ *+' conftest.er1 >conftest.err
20418   rm -f conftest.er1
20419   cat conftest.err >&5
20420   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20421   (exit $ac_status); } && {
20422          test -z "$ac_c_werror_flag" ||
20423          test ! -s conftest.err
20424        } && test -s conftest.$ac_objext; then
20425   :
20426 else
20427   $as_echo "$as_me: failed program was:" >&5
20428 sed 's/^/| /' conftest.$ac_ext >&5
20429
20430         ac_cv_type_request_sense=yes
20431 fi
20432
20433 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20434 else
20435   $as_echo "$as_me: failed program was:" >&5
20436 sed 's/^/| /' conftest.$ac_ext >&5
20437
20438
20439 fi
20440
20441 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20442 fi
20443 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20444 $as_echo "$ac_cv_type_request_sense" >&6; }
20445 if test "x$ac_cv_type_request_sense" = x""yes; then
20446
20447 cat >>confdefs.h <<_ACEOF
20448 #define HAVE_REQUEST_SENSE 1
20449 _ACEOF
20450
20451
20452 fi
20453
20454
20455 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20456 $as_echo_n "checking for struct xinpgen... " >&6; }
20457 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20458   $as_echo_n "(cached) " >&6
20459 else
20460   ac_cv_type_struct_xinpgen=no
20461 cat >conftest.$ac_ext <<_ACEOF
20462 /* confdefs.h.  */
20463 _ACEOF
20464 cat confdefs.h >>conftest.$ac_ext
20465 cat >>conftest.$ac_ext <<_ACEOF
20466 /* end confdefs.h.  */
20467 #include <sys/types.h>
20468 #ifdef HAVE_SYS_SOCKET_H
20469 #include <sys/socket.h>
20470 #endif
20471 #ifdef HAVE_SYS_SOCKETVAR_H
20472 #include <sys/socketvar.h>
20473 #endif
20474 #ifdef HAVE_NET_ROUTE_H
20475 #include <net/route.h>
20476 #endif
20477 #ifdef HAVE_NETINET_IN_H
20478 #include <netinet/in.h>
20479 #endif
20480 #ifdef HAVE_NETINET_IN_SYSTM_H
20481 #include <netinet/in_systm.h>
20482 #endif
20483 #ifdef HAVE_NETINET_IP_H
20484 #include <netinet/ip.h>
20485 #endif
20486 #ifdef HAVE_NETINET_IN_PCB_H
20487 #include <netinet/in_pcb.h>
20488 #endif
20489
20490 int
20491 main ()
20492 {
20493 if (sizeof (struct xinpgen))
20494        return 0;
20495   ;
20496   return 0;
20497 }
20498 _ACEOF
20499 rm -f conftest.$ac_objext
20500 if { (ac_try="$ac_compile"
20501 case "(($ac_try" in
20502   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20503   *) ac_try_echo=$ac_try;;
20504 esac
20505 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20506 $as_echo "$ac_try_echo") >&5
20507   (eval "$ac_compile") 2>conftest.er1
20508   ac_status=$?
20509   grep -v '^ *+' conftest.er1 >conftest.err
20510   rm -f conftest.er1
20511   cat conftest.err >&5
20512   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20513   (exit $ac_status); } && {
20514          test -z "$ac_c_werror_flag" ||
20515          test ! -s conftest.err
20516        } && test -s conftest.$ac_objext; then
20517   cat >conftest.$ac_ext <<_ACEOF
20518 /* confdefs.h.  */
20519 _ACEOF
20520 cat confdefs.h >>conftest.$ac_ext
20521 cat >>conftest.$ac_ext <<_ACEOF
20522 /* end confdefs.h.  */
20523 #include <sys/types.h>
20524 #ifdef HAVE_SYS_SOCKET_H
20525 #include <sys/socket.h>
20526 #endif
20527 #ifdef HAVE_SYS_SOCKETVAR_H
20528 #include <sys/socketvar.h>
20529 #endif
20530 #ifdef HAVE_NET_ROUTE_H
20531 #include <net/route.h>
20532 #endif
20533 #ifdef HAVE_NETINET_IN_H
20534 #include <netinet/in.h>
20535 #endif
20536 #ifdef HAVE_NETINET_IN_SYSTM_H
20537 #include <netinet/in_systm.h>
20538 #endif
20539 #ifdef HAVE_NETINET_IP_H
20540 #include <netinet/ip.h>
20541 #endif
20542 #ifdef HAVE_NETINET_IN_PCB_H
20543 #include <netinet/in_pcb.h>
20544 #endif
20545
20546 int
20547 main ()
20548 {
20549 if (sizeof ((struct xinpgen)))
20550           return 0;
20551   ;
20552   return 0;
20553 }
20554 _ACEOF
20555 rm -f conftest.$ac_objext
20556 if { (ac_try="$ac_compile"
20557 case "(($ac_try" in
20558   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20559   *) ac_try_echo=$ac_try;;
20560 esac
20561 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20562 $as_echo "$ac_try_echo") >&5
20563   (eval "$ac_compile") 2>conftest.er1
20564   ac_status=$?
20565   grep -v '^ *+' conftest.er1 >conftest.err
20566   rm -f conftest.er1
20567   cat conftest.err >&5
20568   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20569   (exit $ac_status); } && {
20570          test -z "$ac_c_werror_flag" ||
20571          test ! -s conftest.err
20572        } && test -s conftest.$ac_objext; then
20573   :
20574 else
20575   $as_echo "$as_me: failed program was:" >&5
20576 sed 's/^/| /' conftest.$ac_ext >&5
20577
20578         ac_cv_type_struct_xinpgen=yes
20579 fi
20580
20581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20582 else
20583   $as_echo "$as_me: failed program was:" >&5
20584 sed 's/^/| /' conftest.$ac_ext >&5
20585
20586
20587 fi
20588
20589 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20590 fi
20591 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20592 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20593 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20594
20595 cat >>confdefs.h <<_ACEOF
20596 #define HAVE_STRUCT_XINPGEN 1
20597 _ACEOF
20598
20599
20600 fi
20601
20602
20603 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20604 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20605 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20606   $as_echo_n "(cached) " >&6
20607 else
20608   cat >conftest.$ac_ext <<_ACEOF
20609 /* confdefs.h.  */
20610 _ACEOF
20611 cat confdefs.h >>conftest.$ac_ext
20612 cat >>conftest.$ac_ext <<_ACEOF
20613 /* end confdefs.h.  */
20614 #ifdef HAVE_LINUX_INPUT_H
20615 #include <linux/input.h>
20616 #endif
20617
20618 int
20619 main ()
20620 {
20621 static struct ff_effect ac_aggr;
20622 if (ac_aggr.direction)
20623 return 0;
20624   ;
20625   return 0;
20626 }
20627 _ACEOF
20628 rm -f conftest.$ac_objext
20629 if { (ac_try="$ac_compile"
20630 case "(($ac_try" in
20631   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20632   *) ac_try_echo=$ac_try;;
20633 esac
20634 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20635 $as_echo "$ac_try_echo") >&5
20636   (eval "$ac_compile") 2>conftest.er1
20637   ac_status=$?
20638   grep -v '^ *+' conftest.er1 >conftest.err
20639   rm -f conftest.er1
20640   cat conftest.err >&5
20641   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20642   (exit $ac_status); } && {
20643          test -z "$ac_c_werror_flag" ||
20644          test ! -s conftest.err
20645        } && test -s conftest.$ac_objext; then
20646   ac_cv_member_struct_ff_effect_direction=yes
20647 else
20648   $as_echo "$as_me: failed program was:" >&5
20649 sed 's/^/| /' conftest.$ac_ext >&5
20650
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 #ifdef HAVE_LINUX_INPUT_H
20658 #include <linux/input.h>
20659 #endif
20660
20661 int
20662 main ()
20663 {
20664 static struct ff_effect ac_aggr;
20665 if (sizeof ac_aggr.direction)
20666 return 0;
20667   ;
20668   return 0;
20669 }
20670 _ACEOF
20671 rm -f conftest.$ac_objext
20672 if { (ac_try="$ac_compile"
20673 case "(($ac_try" in
20674   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20675   *) ac_try_echo=$ac_try;;
20676 esac
20677 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20678 $as_echo "$ac_try_echo") >&5
20679   (eval "$ac_compile") 2>conftest.er1
20680   ac_status=$?
20681   grep -v '^ *+' conftest.er1 >conftest.err
20682   rm -f conftest.er1
20683   cat conftest.err >&5
20684   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20685   (exit $ac_status); } && {
20686          test -z "$ac_c_werror_flag" ||
20687          test ! -s conftest.err
20688        } && test -s conftest.$ac_objext; then
20689   ac_cv_member_struct_ff_effect_direction=yes
20690 else
20691   $as_echo "$as_me: failed program was:" >&5
20692 sed 's/^/| /' conftest.$ac_ext >&5
20693
20694         ac_cv_member_struct_ff_effect_direction=no
20695 fi
20696
20697 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20698 fi
20699
20700 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20701 fi
20702 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20703 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20704 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20705
20706 cat >>confdefs.h <<_ACEOF
20707 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20708 _ACEOF
20709
20710
20711 fi
20712
20713
20714 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20715 $as_echo_n "checking for sigaddset... " >&6; }
20716 if test "${wine_cv_have_sigaddset+set}" = set; then
20717   $as_echo_n "(cached) " >&6
20718 else
20719   cat >conftest.$ac_ext <<_ACEOF
20720 /* confdefs.h.  */
20721 _ACEOF
20722 cat confdefs.h >>conftest.$ac_ext
20723 cat >>conftest.$ac_ext <<_ACEOF
20724 /* end confdefs.h.  */
20725 #include <signal.h>
20726 int
20727 main ()
20728 {
20729 sigset_t set; sigaddset(&set,SIGTERM);
20730   ;
20731   return 0;
20732 }
20733 _ACEOF
20734 rm -f conftest.$ac_objext conftest$ac_exeext
20735 if { (ac_try="$ac_link"
20736 case "(($ac_try" in
20737   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20738   *) ac_try_echo=$ac_try;;
20739 esac
20740 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20741 $as_echo "$ac_try_echo") >&5
20742   (eval "$ac_link") 2>conftest.er1
20743   ac_status=$?
20744   grep -v '^ *+' conftest.er1 >conftest.err
20745   rm -f conftest.er1
20746   cat conftest.err >&5
20747   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20748   (exit $ac_status); } && {
20749          test -z "$ac_c_werror_flag" ||
20750          test ! -s conftest.err
20751        } && test -s conftest$ac_exeext && {
20752          test "$cross_compiling" = yes ||
20753          $as_test_x conftest$ac_exeext
20754        }; then
20755   wine_cv_have_sigaddset=yes
20756 else
20757   $as_echo "$as_me: failed program was:" >&5
20758 sed 's/^/| /' conftest.$ac_ext >&5
20759
20760         wine_cv_have_sigaddset=no
20761 fi
20762
20763 rm -rf conftest.dSYM
20764 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20765       conftest$ac_exeext conftest.$ac_ext
20766 fi
20767 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20768 $as_echo "$wine_cv_have_sigaddset" >&6; }
20769 if test "$wine_cv_have_sigaddset" = "yes"
20770 then
20771
20772 cat >>confdefs.h <<\_ACEOF
20773 #define HAVE_SIGADDSET 1
20774 _ACEOF
20775
20776 fi
20777
20778
20779 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20780 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20781 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20782   $as_echo_n "(cached) " >&6
20783 else
20784   cat >conftest.$ac_ext <<_ACEOF
20785 /* confdefs.h.  */
20786 _ACEOF
20787 cat confdefs.h >>conftest.$ac_ext
20788 cat >>conftest.$ac_ext <<_ACEOF
20789 /* end confdefs.h.  */
20790 #include <netdb.h>
20791 int
20792 main ()
20793 {
20794
20795     char *name=0;
20796     struct hostent he;
20797     struct hostent *result;
20798     char *buf=0;
20799     int bufsize=0;
20800     int res,errnr;
20801     char *addr=0;
20802     int addrlen=0;
20803     int addrtype=0;
20804     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20805     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20806
20807   ;
20808   return 0;
20809 }
20810 _ACEOF
20811 rm -f conftest.$ac_objext conftest$ac_exeext
20812 if { (ac_try="$ac_link"
20813 case "(($ac_try" in
20814   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20815   *) ac_try_echo=$ac_try;;
20816 esac
20817 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20818 $as_echo "$ac_try_echo") >&5
20819   (eval "$ac_link") 2>conftest.er1
20820   ac_status=$?
20821   grep -v '^ *+' conftest.er1 >conftest.err
20822   rm -f conftest.er1
20823   cat conftest.err >&5
20824   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20825   (exit $ac_status); } && {
20826          test -z "$ac_c_werror_flag" ||
20827          test ! -s conftest.err
20828        } && test -s conftest$ac_exeext && {
20829          test "$cross_compiling" = yes ||
20830          $as_test_x conftest$ac_exeext
20831        }; then
20832   wine_cv_linux_gethostbyname_r_6=yes
20833 else
20834   $as_echo "$as_me: failed program was:" >&5
20835 sed 's/^/| /' conftest.$ac_ext >&5
20836
20837         wine_cv_linux_gethostbyname_r_6=no
20838
20839 fi
20840
20841 rm -rf conftest.dSYM
20842 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20843       conftest$ac_exeext conftest.$ac_ext
20844
20845 fi
20846 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20847 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20848    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20849    then
20850
20851 cat >>confdefs.h <<\_ACEOF
20852 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20853 _ACEOF
20854
20855    fi
20856
20857 if test "$ac_cv_header_linux_joystick_h" = "yes"
20858 then
20859    { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20860 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20861 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20862   $as_echo_n "(cached) " >&6
20863 else
20864   cat >conftest.$ac_ext <<_ACEOF
20865 /* confdefs.h.  */
20866 _ACEOF
20867 cat confdefs.h >>conftest.$ac_ext
20868 cat >>conftest.$ac_ext <<_ACEOF
20869 /* end confdefs.h.  */
20870
20871         #include <sys/ioctl.h>
20872         #include <sys/types.h>
20873         #include <linux/joystick.h>
20874
20875         struct js_event blub;
20876         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20877         #error "no 2.2 header"
20878         #endif
20879
20880 int
20881 main ()
20882 {
20883 /*empty*/
20884   ;
20885   return 0;
20886 }
20887 _ACEOF
20888 rm -f conftest.$ac_objext
20889 if { (ac_try="$ac_compile"
20890 case "(($ac_try" in
20891   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20892   *) ac_try_echo=$ac_try;;
20893 esac
20894 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20895 $as_echo "$ac_try_echo") >&5
20896   (eval "$ac_compile") 2>conftest.er1
20897   ac_status=$?
20898   grep -v '^ *+' conftest.er1 >conftest.err
20899   rm -f conftest.er1
20900   cat conftest.err >&5
20901   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20902   (exit $ac_status); } && {
20903          test -z "$ac_c_werror_flag" ||
20904          test ! -s conftest.err
20905        } && test -s conftest.$ac_objext; then
20906   wine_cv_linux_joystick_22_api=yes
20907 else
20908   $as_echo "$as_me: failed program was:" >&5
20909 sed 's/^/| /' conftest.$ac_ext >&5
20910
20911         wine_cv_linux_joystick_22_api=no
20912 fi
20913
20914 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20915
20916 fi
20917 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20918 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20919    if test "$wine_cv_linux_joystick_22_api" = "yes"
20920    then
20921
20922 cat >>confdefs.h <<\_ACEOF
20923 #define HAVE_LINUX_22_JOYSTICK_API 1
20924 _ACEOF
20925
20926    fi
20927 fi
20928
20929
20930 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20931 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20932 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20933   $as_echo_n "(cached) " >&6
20934 else
20935   cat >conftest.$ac_ext <<_ACEOF
20936 /* confdefs.h.  */
20937 _ACEOF
20938 cat confdefs.h >>conftest.$ac_ext
20939 cat >>conftest.$ac_ext <<_ACEOF
20940 /* end confdefs.h.  */
20941 #include <sys/types.h>
20942 #ifdef HAVE_SYS_PARAM_H
20943 # include <sys/param.h>
20944 #endif
20945 #ifdef HAVE_SYS_MOUNT_H
20946 # include <sys/mount.h>
20947 #endif
20948 #ifdef HAVE_SYS_VFS_H
20949 # include <sys/vfs.h>
20950 #endif
20951 #ifdef HAVE_SYS_STATFS_H
20952 # include <sys/statfs.h>
20953 #endif
20954
20955 int
20956 main ()
20957 {
20958 static struct statfs ac_aggr;
20959 if (ac_aggr.f_bfree)
20960 return 0;
20961   ;
20962   return 0;
20963 }
20964 _ACEOF
20965 rm -f conftest.$ac_objext
20966 if { (ac_try="$ac_compile"
20967 case "(($ac_try" in
20968   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20969   *) ac_try_echo=$ac_try;;
20970 esac
20971 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20972 $as_echo "$ac_try_echo") >&5
20973   (eval "$ac_compile") 2>conftest.er1
20974   ac_status=$?
20975   grep -v '^ *+' conftest.er1 >conftest.err
20976   rm -f conftest.er1
20977   cat conftest.err >&5
20978   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20979   (exit $ac_status); } && {
20980          test -z "$ac_c_werror_flag" ||
20981          test ! -s conftest.err
20982        } && test -s conftest.$ac_objext; then
20983   ac_cv_member_struct_statfs_f_bfree=yes
20984 else
20985   $as_echo "$as_me: failed program was:" >&5
20986 sed 's/^/| /' conftest.$ac_ext >&5
20987
20988         cat >conftest.$ac_ext <<_ACEOF
20989 /* confdefs.h.  */
20990 _ACEOF
20991 cat confdefs.h >>conftest.$ac_ext
20992 cat >>conftest.$ac_ext <<_ACEOF
20993 /* end confdefs.h.  */
20994 #include <sys/types.h>
20995 #ifdef HAVE_SYS_PARAM_H
20996 # include <sys/param.h>
20997 #endif
20998 #ifdef HAVE_SYS_MOUNT_H
20999 # include <sys/mount.h>
21000 #endif
21001 #ifdef HAVE_SYS_VFS_H
21002 # include <sys/vfs.h>
21003 #endif
21004 #ifdef HAVE_SYS_STATFS_H
21005 # include <sys/statfs.h>
21006 #endif
21007
21008 int
21009 main ()
21010 {
21011 static struct statfs ac_aggr;
21012 if (sizeof ac_aggr.f_bfree)
21013 return 0;
21014   ;
21015   return 0;
21016 }
21017 _ACEOF
21018 rm -f conftest.$ac_objext
21019 if { (ac_try="$ac_compile"
21020 case "(($ac_try" in
21021   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21022   *) ac_try_echo=$ac_try;;
21023 esac
21024 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21025 $as_echo "$ac_try_echo") >&5
21026   (eval "$ac_compile") 2>conftest.er1
21027   ac_status=$?
21028   grep -v '^ *+' conftest.er1 >conftest.err
21029   rm -f conftest.er1
21030   cat conftest.err >&5
21031   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21032   (exit $ac_status); } && {
21033          test -z "$ac_c_werror_flag" ||
21034          test ! -s conftest.err
21035        } && test -s conftest.$ac_objext; then
21036   ac_cv_member_struct_statfs_f_bfree=yes
21037 else
21038   $as_echo "$as_me: failed program was:" >&5
21039 sed 's/^/| /' conftest.$ac_ext >&5
21040
21041         ac_cv_member_struct_statfs_f_bfree=no
21042 fi
21043
21044 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21045 fi
21046
21047 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21048 fi
21049 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21050 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21051 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21052
21053 cat >>confdefs.h <<_ACEOF
21054 #define HAVE_STRUCT_STATFS_F_BFREE 1
21055 _ACEOF
21056
21057
21058 fi
21059 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21060 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21061 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21062   $as_echo_n "(cached) " >&6
21063 else
21064   cat >conftest.$ac_ext <<_ACEOF
21065 /* confdefs.h.  */
21066 _ACEOF
21067 cat confdefs.h >>conftest.$ac_ext
21068 cat >>conftest.$ac_ext <<_ACEOF
21069 /* end confdefs.h.  */
21070 #include <sys/types.h>
21071 #ifdef HAVE_SYS_PARAM_H
21072 # include <sys/param.h>
21073 #endif
21074 #ifdef HAVE_SYS_MOUNT_H
21075 # include <sys/mount.h>
21076 #endif
21077 #ifdef HAVE_SYS_VFS_H
21078 # include <sys/vfs.h>
21079 #endif
21080 #ifdef HAVE_SYS_STATFS_H
21081 # include <sys/statfs.h>
21082 #endif
21083
21084 int
21085 main ()
21086 {
21087 static struct statfs ac_aggr;
21088 if (ac_aggr.f_bavail)
21089 return 0;
21090   ;
21091   return 0;
21092 }
21093 _ACEOF
21094 rm -f conftest.$ac_objext
21095 if { (ac_try="$ac_compile"
21096 case "(($ac_try" in
21097   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21098   *) ac_try_echo=$ac_try;;
21099 esac
21100 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21101 $as_echo "$ac_try_echo") >&5
21102   (eval "$ac_compile") 2>conftest.er1
21103   ac_status=$?
21104   grep -v '^ *+' conftest.er1 >conftest.err
21105   rm -f conftest.er1
21106   cat conftest.err >&5
21107   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21108   (exit $ac_status); } && {
21109          test -z "$ac_c_werror_flag" ||
21110          test ! -s conftest.err
21111        } && test -s conftest.$ac_objext; then
21112   ac_cv_member_struct_statfs_f_bavail=yes
21113 else
21114   $as_echo "$as_me: failed program was:" >&5
21115 sed 's/^/| /' conftest.$ac_ext >&5
21116
21117         cat >conftest.$ac_ext <<_ACEOF
21118 /* confdefs.h.  */
21119 _ACEOF
21120 cat confdefs.h >>conftest.$ac_ext
21121 cat >>conftest.$ac_ext <<_ACEOF
21122 /* end confdefs.h.  */
21123 #include <sys/types.h>
21124 #ifdef HAVE_SYS_PARAM_H
21125 # include <sys/param.h>
21126 #endif
21127 #ifdef HAVE_SYS_MOUNT_H
21128 # include <sys/mount.h>
21129 #endif
21130 #ifdef HAVE_SYS_VFS_H
21131 # include <sys/vfs.h>
21132 #endif
21133 #ifdef HAVE_SYS_STATFS_H
21134 # include <sys/statfs.h>
21135 #endif
21136
21137 int
21138 main ()
21139 {
21140 static struct statfs ac_aggr;
21141 if (sizeof ac_aggr.f_bavail)
21142 return 0;
21143   ;
21144   return 0;
21145 }
21146 _ACEOF
21147 rm -f conftest.$ac_objext
21148 if { (ac_try="$ac_compile"
21149 case "(($ac_try" in
21150   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21151   *) ac_try_echo=$ac_try;;
21152 esac
21153 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21154 $as_echo "$ac_try_echo") >&5
21155   (eval "$ac_compile") 2>conftest.er1
21156   ac_status=$?
21157   grep -v '^ *+' conftest.er1 >conftest.err
21158   rm -f conftest.er1
21159   cat conftest.err >&5
21160   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21161   (exit $ac_status); } && {
21162          test -z "$ac_c_werror_flag" ||
21163          test ! -s conftest.err
21164        } && test -s conftest.$ac_objext; then
21165   ac_cv_member_struct_statfs_f_bavail=yes
21166 else
21167   $as_echo "$as_me: failed program was:" >&5
21168 sed 's/^/| /' conftest.$ac_ext >&5
21169
21170         ac_cv_member_struct_statfs_f_bavail=no
21171 fi
21172
21173 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21174 fi
21175
21176 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21177 fi
21178 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21179 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21180 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21181
21182 cat >>confdefs.h <<_ACEOF
21183 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21184 _ACEOF
21185
21186
21187 fi
21188 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21189 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21190 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21191   $as_echo_n "(cached) " >&6
21192 else
21193   cat >conftest.$ac_ext <<_ACEOF
21194 /* confdefs.h.  */
21195 _ACEOF
21196 cat confdefs.h >>conftest.$ac_ext
21197 cat >>conftest.$ac_ext <<_ACEOF
21198 /* end confdefs.h.  */
21199 #include <sys/types.h>
21200 #ifdef HAVE_SYS_PARAM_H
21201 # include <sys/param.h>
21202 #endif
21203 #ifdef HAVE_SYS_MOUNT_H
21204 # include <sys/mount.h>
21205 #endif
21206 #ifdef HAVE_SYS_VFS_H
21207 # include <sys/vfs.h>
21208 #endif
21209 #ifdef HAVE_SYS_STATFS_H
21210 # include <sys/statfs.h>
21211 #endif
21212
21213 int
21214 main ()
21215 {
21216 static struct statfs ac_aggr;
21217 if (ac_aggr.f_frsize)
21218 return 0;
21219   ;
21220   return 0;
21221 }
21222 _ACEOF
21223 rm -f conftest.$ac_objext
21224 if { (ac_try="$ac_compile"
21225 case "(($ac_try" in
21226   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21227   *) ac_try_echo=$ac_try;;
21228 esac
21229 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21230 $as_echo "$ac_try_echo") >&5
21231   (eval "$ac_compile") 2>conftest.er1
21232   ac_status=$?
21233   grep -v '^ *+' conftest.er1 >conftest.err
21234   rm -f conftest.er1
21235   cat conftest.err >&5
21236   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21237   (exit $ac_status); } && {
21238          test -z "$ac_c_werror_flag" ||
21239          test ! -s conftest.err
21240        } && test -s conftest.$ac_objext; then
21241   ac_cv_member_struct_statfs_f_frsize=yes
21242 else
21243   $as_echo "$as_me: failed program was:" >&5
21244 sed 's/^/| /' conftest.$ac_ext >&5
21245
21246         cat >conftest.$ac_ext <<_ACEOF
21247 /* confdefs.h.  */
21248 _ACEOF
21249 cat confdefs.h >>conftest.$ac_ext
21250 cat >>conftest.$ac_ext <<_ACEOF
21251 /* end confdefs.h.  */
21252 #include <sys/types.h>
21253 #ifdef HAVE_SYS_PARAM_H
21254 # include <sys/param.h>
21255 #endif
21256 #ifdef HAVE_SYS_MOUNT_H
21257 # include <sys/mount.h>
21258 #endif
21259 #ifdef HAVE_SYS_VFS_H
21260 # include <sys/vfs.h>
21261 #endif
21262 #ifdef HAVE_SYS_STATFS_H
21263 # include <sys/statfs.h>
21264 #endif
21265
21266 int
21267 main ()
21268 {
21269 static struct statfs ac_aggr;
21270 if (sizeof ac_aggr.f_frsize)
21271 return 0;
21272   ;
21273   return 0;
21274 }
21275 _ACEOF
21276 rm -f conftest.$ac_objext
21277 if { (ac_try="$ac_compile"
21278 case "(($ac_try" in
21279   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21280   *) ac_try_echo=$ac_try;;
21281 esac
21282 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21283 $as_echo "$ac_try_echo") >&5
21284   (eval "$ac_compile") 2>conftest.er1
21285   ac_status=$?
21286   grep -v '^ *+' conftest.er1 >conftest.err
21287   rm -f conftest.er1
21288   cat conftest.err >&5
21289   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21290   (exit $ac_status); } && {
21291          test -z "$ac_c_werror_flag" ||
21292          test ! -s conftest.err
21293        } && test -s conftest.$ac_objext; then
21294   ac_cv_member_struct_statfs_f_frsize=yes
21295 else
21296   $as_echo "$as_me: failed program was:" >&5
21297 sed 's/^/| /' conftest.$ac_ext >&5
21298
21299         ac_cv_member_struct_statfs_f_frsize=no
21300 fi
21301
21302 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21303 fi
21304
21305 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21306 fi
21307 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21308 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21309 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21310
21311 cat >>confdefs.h <<_ACEOF
21312 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21313 _ACEOF
21314
21315
21316 fi
21317 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21318 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21319 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21320   $as_echo_n "(cached) " >&6
21321 else
21322   cat >conftest.$ac_ext <<_ACEOF
21323 /* confdefs.h.  */
21324 _ACEOF
21325 cat confdefs.h >>conftest.$ac_ext
21326 cat >>conftest.$ac_ext <<_ACEOF
21327 /* end confdefs.h.  */
21328 #include <sys/types.h>
21329 #ifdef HAVE_SYS_PARAM_H
21330 # include <sys/param.h>
21331 #endif
21332 #ifdef HAVE_SYS_MOUNT_H
21333 # include <sys/mount.h>
21334 #endif
21335 #ifdef HAVE_SYS_VFS_H
21336 # include <sys/vfs.h>
21337 #endif
21338 #ifdef HAVE_SYS_STATFS_H
21339 # include <sys/statfs.h>
21340 #endif
21341
21342 int
21343 main ()
21344 {
21345 static struct statfs ac_aggr;
21346 if (ac_aggr.f_ffree)
21347 return 0;
21348   ;
21349   return 0;
21350 }
21351 _ACEOF
21352 rm -f conftest.$ac_objext
21353 if { (ac_try="$ac_compile"
21354 case "(($ac_try" in
21355   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21356   *) ac_try_echo=$ac_try;;
21357 esac
21358 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21359 $as_echo "$ac_try_echo") >&5
21360   (eval "$ac_compile") 2>conftest.er1
21361   ac_status=$?
21362   grep -v '^ *+' conftest.er1 >conftest.err
21363   rm -f conftest.er1
21364   cat conftest.err >&5
21365   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21366   (exit $ac_status); } && {
21367          test -z "$ac_c_werror_flag" ||
21368          test ! -s conftest.err
21369        } && test -s conftest.$ac_objext; then
21370   ac_cv_member_struct_statfs_f_ffree=yes
21371 else
21372   $as_echo "$as_me: failed program was:" >&5
21373 sed 's/^/| /' conftest.$ac_ext >&5
21374
21375         cat >conftest.$ac_ext <<_ACEOF
21376 /* confdefs.h.  */
21377 _ACEOF
21378 cat confdefs.h >>conftest.$ac_ext
21379 cat >>conftest.$ac_ext <<_ACEOF
21380 /* end confdefs.h.  */
21381 #include <sys/types.h>
21382 #ifdef HAVE_SYS_PARAM_H
21383 # include <sys/param.h>
21384 #endif
21385 #ifdef HAVE_SYS_MOUNT_H
21386 # include <sys/mount.h>
21387 #endif
21388 #ifdef HAVE_SYS_VFS_H
21389 # include <sys/vfs.h>
21390 #endif
21391 #ifdef HAVE_SYS_STATFS_H
21392 # include <sys/statfs.h>
21393 #endif
21394
21395 int
21396 main ()
21397 {
21398 static struct statfs ac_aggr;
21399 if (sizeof ac_aggr.f_ffree)
21400 return 0;
21401   ;
21402   return 0;
21403 }
21404 _ACEOF
21405 rm -f conftest.$ac_objext
21406 if { (ac_try="$ac_compile"
21407 case "(($ac_try" in
21408   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21409   *) ac_try_echo=$ac_try;;
21410 esac
21411 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21412 $as_echo "$ac_try_echo") >&5
21413   (eval "$ac_compile") 2>conftest.er1
21414   ac_status=$?
21415   grep -v '^ *+' conftest.er1 >conftest.err
21416   rm -f conftest.er1
21417   cat conftest.err >&5
21418   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21419   (exit $ac_status); } && {
21420          test -z "$ac_c_werror_flag" ||
21421          test ! -s conftest.err
21422        } && test -s conftest.$ac_objext; then
21423   ac_cv_member_struct_statfs_f_ffree=yes
21424 else
21425   $as_echo "$as_me: failed program was:" >&5
21426 sed 's/^/| /' conftest.$ac_ext >&5
21427
21428         ac_cv_member_struct_statfs_f_ffree=no
21429 fi
21430
21431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21432 fi
21433
21434 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21435 fi
21436 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21437 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21438 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21439
21440 cat >>confdefs.h <<_ACEOF
21441 #define HAVE_STRUCT_STATFS_F_FFREE 1
21442 _ACEOF
21443
21444
21445 fi
21446 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21447 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21448 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21449   $as_echo_n "(cached) " >&6
21450 else
21451   cat >conftest.$ac_ext <<_ACEOF
21452 /* confdefs.h.  */
21453 _ACEOF
21454 cat confdefs.h >>conftest.$ac_ext
21455 cat >>conftest.$ac_ext <<_ACEOF
21456 /* end confdefs.h.  */
21457 #include <sys/types.h>
21458 #ifdef HAVE_SYS_PARAM_H
21459 # include <sys/param.h>
21460 #endif
21461 #ifdef HAVE_SYS_MOUNT_H
21462 # include <sys/mount.h>
21463 #endif
21464 #ifdef HAVE_SYS_VFS_H
21465 # include <sys/vfs.h>
21466 #endif
21467 #ifdef HAVE_SYS_STATFS_H
21468 # include <sys/statfs.h>
21469 #endif
21470
21471 int
21472 main ()
21473 {
21474 static struct statfs ac_aggr;
21475 if (ac_aggr.f_favail)
21476 return 0;
21477   ;
21478   return 0;
21479 }
21480 _ACEOF
21481 rm -f conftest.$ac_objext
21482 if { (ac_try="$ac_compile"
21483 case "(($ac_try" in
21484   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21485   *) ac_try_echo=$ac_try;;
21486 esac
21487 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21488 $as_echo "$ac_try_echo") >&5
21489   (eval "$ac_compile") 2>conftest.er1
21490   ac_status=$?
21491   grep -v '^ *+' conftest.er1 >conftest.err
21492   rm -f conftest.er1
21493   cat conftest.err >&5
21494   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21495   (exit $ac_status); } && {
21496          test -z "$ac_c_werror_flag" ||
21497          test ! -s conftest.err
21498        } && test -s conftest.$ac_objext; then
21499   ac_cv_member_struct_statfs_f_favail=yes
21500 else
21501   $as_echo "$as_me: failed program was:" >&5
21502 sed 's/^/| /' conftest.$ac_ext >&5
21503
21504         cat >conftest.$ac_ext <<_ACEOF
21505 /* confdefs.h.  */
21506 _ACEOF
21507 cat confdefs.h >>conftest.$ac_ext
21508 cat >>conftest.$ac_ext <<_ACEOF
21509 /* end confdefs.h.  */
21510 #include <sys/types.h>
21511 #ifdef HAVE_SYS_PARAM_H
21512 # include <sys/param.h>
21513 #endif
21514 #ifdef HAVE_SYS_MOUNT_H
21515 # include <sys/mount.h>
21516 #endif
21517 #ifdef HAVE_SYS_VFS_H
21518 # include <sys/vfs.h>
21519 #endif
21520 #ifdef HAVE_SYS_STATFS_H
21521 # include <sys/statfs.h>
21522 #endif
21523
21524 int
21525 main ()
21526 {
21527 static struct statfs ac_aggr;
21528 if (sizeof ac_aggr.f_favail)
21529 return 0;
21530   ;
21531   return 0;
21532 }
21533 _ACEOF
21534 rm -f conftest.$ac_objext
21535 if { (ac_try="$ac_compile"
21536 case "(($ac_try" in
21537   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21538   *) ac_try_echo=$ac_try;;
21539 esac
21540 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21541 $as_echo "$ac_try_echo") >&5
21542   (eval "$ac_compile") 2>conftest.er1
21543   ac_status=$?
21544   grep -v '^ *+' conftest.er1 >conftest.err
21545   rm -f conftest.er1
21546   cat conftest.err >&5
21547   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21548   (exit $ac_status); } && {
21549          test -z "$ac_c_werror_flag" ||
21550          test ! -s conftest.err
21551        } && test -s conftest.$ac_objext; then
21552   ac_cv_member_struct_statfs_f_favail=yes
21553 else
21554   $as_echo "$as_me: failed program was:" >&5
21555 sed 's/^/| /' conftest.$ac_ext >&5
21556
21557         ac_cv_member_struct_statfs_f_favail=no
21558 fi
21559
21560 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21561 fi
21562
21563 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21564 fi
21565 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21566 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21567 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21568
21569 cat >>confdefs.h <<_ACEOF
21570 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21571 _ACEOF
21572
21573
21574 fi
21575 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21576 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21577 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21578   $as_echo_n "(cached) " >&6
21579 else
21580   cat >conftest.$ac_ext <<_ACEOF
21581 /* confdefs.h.  */
21582 _ACEOF
21583 cat confdefs.h >>conftest.$ac_ext
21584 cat >>conftest.$ac_ext <<_ACEOF
21585 /* end confdefs.h.  */
21586 #include <sys/types.h>
21587 #ifdef HAVE_SYS_PARAM_H
21588 # include <sys/param.h>
21589 #endif
21590 #ifdef HAVE_SYS_MOUNT_H
21591 # include <sys/mount.h>
21592 #endif
21593 #ifdef HAVE_SYS_VFS_H
21594 # include <sys/vfs.h>
21595 #endif
21596 #ifdef HAVE_SYS_STATFS_H
21597 # include <sys/statfs.h>
21598 #endif
21599
21600 int
21601 main ()
21602 {
21603 static struct statfs ac_aggr;
21604 if (ac_aggr.f_namelen)
21605 return 0;
21606   ;
21607   return 0;
21608 }
21609 _ACEOF
21610 rm -f conftest.$ac_objext
21611 if { (ac_try="$ac_compile"
21612 case "(($ac_try" in
21613   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21614   *) ac_try_echo=$ac_try;;
21615 esac
21616 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21617 $as_echo "$ac_try_echo") >&5
21618   (eval "$ac_compile") 2>conftest.er1
21619   ac_status=$?
21620   grep -v '^ *+' conftest.er1 >conftest.err
21621   rm -f conftest.er1
21622   cat conftest.err >&5
21623   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21624   (exit $ac_status); } && {
21625          test -z "$ac_c_werror_flag" ||
21626          test ! -s conftest.err
21627        } && test -s conftest.$ac_objext; then
21628   ac_cv_member_struct_statfs_f_namelen=yes
21629 else
21630   $as_echo "$as_me: failed program was:" >&5
21631 sed 's/^/| /' conftest.$ac_ext >&5
21632
21633         cat >conftest.$ac_ext <<_ACEOF
21634 /* confdefs.h.  */
21635 _ACEOF
21636 cat confdefs.h >>conftest.$ac_ext
21637 cat >>conftest.$ac_ext <<_ACEOF
21638 /* end confdefs.h.  */
21639 #include <sys/types.h>
21640 #ifdef HAVE_SYS_PARAM_H
21641 # include <sys/param.h>
21642 #endif
21643 #ifdef HAVE_SYS_MOUNT_H
21644 # include <sys/mount.h>
21645 #endif
21646 #ifdef HAVE_SYS_VFS_H
21647 # include <sys/vfs.h>
21648 #endif
21649 #ifdef HAVE_SYS_STATFS_H
21650 # include <sys/statfs.h>
21651 #endif
21652
21653 int
21654 main ()
21655 {
21656 static struct statfs ac_aggr;
21657 if (sizeof ac_aggr.f_namelen)
21658 return 0;
21659   ;
21660   return 0;
21661 }
21662 _ACEOF
21663 rm -f conftest.$ac_objext
21664 if { (ac_try="$ac_compile"
21665 case "(($ac_try" in
21666   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21667   *) ac_try_echo=$ac_try;;
21668 esac
21669 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21670 $as_echo "$ac_try_echo") >&5
21671   (eval "$ac_compile") 2>conftest.er1
21672   ac_status=$?
21673   grep -v '^ *+' conftest.er1 >conftest.err
21674   rm -f conftest.er1
21675   cat conftest.err >&5
21676   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21677   (exit $ac_status); } && {
21678          test -z "$ac_c_werror_flag" ||
21679          test ! -s conftest.err
21680        } && test -s conftest.$ac_objext; then
21681   ac_cv_member_struct_statfs_f_namelen=yes
21682 else
21683   $as_echo "$as_me: failed program was:" >&5
21684 sed 's/^/| /' conftest.$ac_ext >&5
21685
21686         ac_cv_member_struct_statfs_f_namelen=no
21687 fi
21688
21689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21690 fi
21691
21692 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21693 fi
21694 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21695 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21696 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21697
21698 cat >>confdefs.h <<_ACEOF
21699 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21700 _ACEOF
21701
21702
21703 fi
21704
21705
21706 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21707 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21708 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21709   $as_echo_n "(cached) " >&6
21710 else
21711   cat >conftest.$ac_ext <<_ACEOF
21712 /* confdefs.h.  */
21713 _ACEOF
21714 cat confdefs.h >>conftest.$ac_ext
21715 cat >>conftest.$ac_ext <<_ACEOF
21716 /* end confdefs.h.  */
21717 #ifdef HAVE_SYS_STATVFS_H
21718 #include <sys/statvfs.h>
21719 #endif
21720
21721 int
21722 main ()
21723 {
21724 static struct statvfs ac_aggr;
21725 if (ac_aggr.f_blocks)
21726 return 0;
21727   ;
21728   return 0;
21729 }
21730 _ACEOF
21731 rm -f conftest.$ac_objext
21732 if { (ac_try="$ac_compile"
21733 case "(($ac_try" in
21734   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21735   *) ac_try_echo=$ac_try;;
21736 esac
21737 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21738 $as_echo "$ac_try_echo") >&5
21739   (eval "$ac_compile") 2>conftest.er1
21740   ac_status=$?
21741   grep -v '^ *+' conftest.er1 >conftest.err
21742   rm -f conftest.er1
21743   cat conftest.err >&5
21744   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21745   (exit $ac_status); } && {
21746          test -z "$ac_c_werror_flag" ||
21747          test ! -s conftest.err
21748        } && test -s conftest.$ac_objext; then
21749   ac_cv_member_struct_statvfs_f_blocks=yes
21750 else
21751   $as_echo "$as_me: failed program was:" >&5
21752 sed 's/^/| /' conftest.$ac_ext >&5
21753
21754         cat >conftest.$ac_ext <<_ACEOF
21755 /* confdefs.h.  */
21756 _ACEOF
21757 cat confdefs.h >>conftest.$ac_ext
21758 cat >>conftest.$ac_ext <<_ACEOF
21759 /* end confdefs.h.  */
21760 #ifdef HAVE_SYS_STATVFS_H
21761 #include <sys/statvfs.h>
21762 #endif
21763
21764 int
21765 main ()
21766 {
21767 static struct statvfs ac_aggr;
21768 if (sizeof ac_aggr.f_blocks)
21769 return 0;
21770   ;
21771   return 0;
21772 }
21773 _ACEOF
21774 rm -f conftest.$ac_objext
21775 if { (ac_try="$ac_compile"
21776 case "(($ac_try" in
21777   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21778   *) ac_try_echo=$ac_try;;
21779 esac
21780 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21781 $as_echo "$ac_try_echo") >&5
21782   (eval "$ac_compile") 2>conftest.er1
21783   ac_status=$?
21784   grep -v '^ *+' conftest.er1 >conftest.err
21785   rm -f conftest.er1
21786   cat conftest.err >&5
21787   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21788   (exit $ac_status); } && {
21789          test -z "$ac_c_werror_flag" ||
21790          test ! -s conftest.err
21791        } && test -s conftest.$ac_objext; then
21792   ac_cv_member_struct_statvfs_f_blocks=yes
21793 else
21794   $as_echo "$as_me: failed program was:" >&5
21795 sed 's/^/| /' conftest.$ac_ext >&5
21796
21797         ac_cv_member_struct_statvfs_f_blocks=no
21798 fi
21799
21800 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21801 fi
21802
21803 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21804 fi
21805 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21806 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21807 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21808
21809 cat >>confdefs.h <<_ACEOF
21810 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21811 _ACEOF
21812
21813
21814 fi
21815
21816
21817 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21818 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21819 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21820   $as_echo_n "(cached) " >&6
21821 else
21822   cat >conftest.$ac_ext <<_ACEOF
21823 /* confdefs.h.  */
21824 _ACEOF
21825 cat confdefs.h >>conftest.$ac_ext
21826 cat >>conftest.$ac_ext <<_ACEOF
21827 /* end confdefs.h.  */
21828 #include <sys/types.h>
21829 #ifdef HAVE_SYS_SOCKET_H
21830 # include <sys/socket.h>
21831 #endif
21832 #ifdef HAVE_SYS_UN_H
21833 # include <sys/un.h>
21834 #endif
21835
21836 int
21837 main ()
21838 {
21839 static struct msghdr ac_aggr;
21840 if (ac_aggr.msg_accrights)
21841 return 0;
21842   ;
21843   return 0;
21844 }
21845 _ACEOF
21846 rm -f conftest.$ac_objext
21847 if { (ac_try="$ac_compile"
21848 case "(($ac_try" in
21849   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21850   *) ac_try_echo=$ac_try;;
21851 esac
21852 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21853 $as_echo "$ac_try_echo") >&5
21854   (eval "$ac_compile") 2>conftest.er1
21855   ac_status=$?
21856   grep -v '^ *+' conftest.er1 >conftest.err
21857   rm -f conftest.er1
21858   cat conftest.err >&5
21859   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21860   (exit $ac_status); } && {
21861          test -z "$ac_c_werror_flag" ||
21862          test ! -s conftest.err
21863        } && test -s conftest.$ac_objext; then
21864   ac_cv_member_struct_msghdr_msg_accrights=yes
21865 else
21866   $as_echo "$as_me: failed program was:" >&5
21867 sed 's/^/| /' conftest.$ac_ext >&5
21868
21869         cat >conftest.$ac_ext <<_ACEOF
21870 /* confdefs.h.  */
21871 _ACEOF
21872 cat confdefs.h >>conftest.$ac_ext
21873 cat >>conftest.$ac_ext <<_ACEOF
21874 /* end confdefs.h.  */
21875 #include <sys/types.h>
21876 #ifdef HAVE_SYS_SOCKET_H
21877 # include <sys/socket.h>
21878 #endif
21879 #ifdef HAVE_SYS_UN_H
21880 # include <sys/un.h>
21881 #endif
21882
21883 int
21884 main ()
21885 {
21886 static struct msghdr ac_aggr;
21887 if (sizeof ac_aggr.msg_accrights)
21888 return 0;
21889   ;
21890   return 0;
21891 }
21892 _ACEOF
21893 rm -f conftest.$ac_objext
21894 if { (ac_try="$ac_compile"
21895 case "(($ac_try" in
21896   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21897   *) ac_try_echo=$ac_try;;
21898 esac
21899 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21900 $as_echo "$ac_try_echo") >&5
21901   (eval "$ac_compile") 2>conftest.er1
21902   ac_status=$?
21903   grep -v '^ *+' conftest.er1 >conftest.err
21904   rm -f conftest.er1
21905   cat conftest.err >&5
21906   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21907   (exit $ac_status); } && {
21908          test -z "$ac_c_werror_flag" ||
21909          test ! -s conftest.err
21910        } && test -s conftest.$ac_objext; then
21911   ac_cv_member_struct_msghdr_msg_accrights=yes
21912 else
21913   $as_echo "$as_me: failed program was:" >&5
21914 sed 's/^/| /' conftest.$ac_ext >&5
21915
21916         ac_cv_member_struct_msghdr_msg_accrights=no
21917 fi
21918
21919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21920 fi
21921
21922 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21923 fi
21924 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21925 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21926 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21927
21928 cat >>confdefs.h <<_ACEOF
21929 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21930 _ACEOF
21931
21932
21933 fi
21934 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21935 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21936 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21937   $as_echo_n "(cached) " >&6
21938 else
21939   cat >conftest.$ac_ext <<_ACEOF
21940 /* confdefs.h.  */
21941 _ACEOF
21942 cat confdefs.h >>conftest.$ac_ext
21943 cat >>conftest.$ac_ext <<_ACEOF
21944 /* end confdefs.h.  */
21945 #include <sys/types.h>
21946 #ifdef HAVE_SYS_SOCKET_H
21947 # include <sys/socket.h>
21948 #endif
21949 #ifdef HAVE_SYS_UN_H
21950 # include <sys/un.h>
21951 #endif
21952
21953 int
21954 main ()
21955 {
21956 static struct sockaddr ac_aggr;
21957 if (ac_aggr.sa_len)
21958 return 0;
21959   ;
21960   return 0;
21961 }
21962 _ACEOF
21963 rm -f conftest.$ac_objext
21964 if { (ac_try="$ac_compile"
21965 case "(($ac_try" in
21966   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21967   *) ac_try_echo=$ac_try;;
21968 esac
21969 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21970 $as_echo "$ac_try_echo") >&5
21971   (eval "$ac_compile") 2>conftest.er1
21972   ac_status=$?
21973   grep -v '^ *+' conftest.er1 >conftest.err
21974   rm -f conftest.er1
21975   cat conftest.err >&5
21976   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21977   (exit $ac_status); } && {
21978          test -z "$ac_c_werror_flag" ||
21979          test ! -s conftest.err
21980        } && test -s conftest.$ac_objext; then
21981   ac_cv_member_struct_sockaddr_sa_len=yes
21982 else
21983   $as_echo "$as_me: failed program was:" >&5
21984 sed 's/^/| /' conftest.$ac_ext >&5
21985
21986         cat >conftest.$ac_ext <<_ACEOF
21987 /* confdefs.h.  */
21988 _ACEOF
21989 cat confdefs.h >>conftest.$ac_ext
21990 cat >>conftest.$ac_ext <<_ACEOF
21991 /* end confdefs.h.  */
21992 #include <sys/types.h>
21993 #ifdef HAVE_SYS_SOCKET_H
21994 # include <sys/socket.h>
21995 #endif
21996 #ifdef HAVE_SYS_UN_H
21997 # include <sys/un.h>
21998 #endif
21999
22000 int
22001 main ()
22002 {
22003 static struct sockaddr ac_aggr;
22004 if (sizeof ac_aggr.sa_len)
22005 return 0;
22006   ;
22007   return 0;
22008 }
22009 _ACEOF
22010 rm -f conftest.$ac_objext
22011 if { (ac_try="$ac_compile"
22012 case "(($ac_try" in
22013   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22014   *) ac_try_echo=$ac_try;;
22015 esac
22016 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22017 $as_echo "$ac_try_echo") >&5
22018   (eval "$ac_compile") 2>conftest.er1
22019   ac_status=$?
22020   grep -v '^ *+' conftest.er1 >conftest.err
22021   rm -f conftest.er1
22022   cat conftest.err >&5
22023   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22024   (exit $ac_status); } && {
22025          test -z "$ac_c_werror_flag" ||
22026          test ! -s conftest.err
22027        } && test -s conftest.$ac_objext; then
22028   ac_cv_member_struct_sockaddr_sa_len=yes
22029 else
22030   $as_echo "$as_me: failed program was:" >&5
22031 sed 's/^/| /' conftest.$ac_ext >&5
22032
22033         ac_cv_member_struct_sockaddr_sa_len=no
22034 fi
22035
22036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22037 fi
22038
22039 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22040 fi
22041 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22042 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22043 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22044
22045 cat >>confdefs.h <<_ACEOF
22046 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22047 _ACEOF
22048
22049
22050 fi
22051 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22052 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22053 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22054   $as_echo_n "(cached) " >&6
22055 else
22056   cat >conftest.$ac_ext <<_ACEOF
22057 /* confdefs.h.  */
22058 _ACEOF
22059 cat confdefs.h >>conftest.$ac_ext
22060 cat >>conftest.$ac_ext <<_ACEOF
22061 /* end confdefs.h.  */
22062 #include <sys/types.h>
22063 #ifdef HAVE_SYS_SOCKET_H
22064 # include <sys/socket.h>
22065 #endif
22066 #ifdef HAVE_SYS_UN_H
22067 # include <sys/un.h>
22068 #endif
22069
22070 int
22071 main ()
22072 {
22073 static struct sockaddr_un ac_aggr;
22074 if (ac_aggr.sun_len)
22075 return 0;
22076   ;
22077   return 0;
22078 }
22079 _ACEOF
22080 rm -f conftest.$ac_objext
22081 if { (ac_try="$ac_compile"
22082 case "(($ac_try" in
22083   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22084   *) ac_try_echo=$ac_try;;
22085 esac
22086 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22087 $as_echo "$ac_try_echo") >&5
22088   (eval "$ac_compile") 2>conftest.er1
22089   ac_status=$?
22090   grep -v '^ *+' conftest.er1 >conftest.err
22091   rm -f conftest.er1
22092   cat conftest.err >&5
22093   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22094   (exit $ac_status); } && {
22095          test -z "$ac_c_werror_flag" ||
22096          test ! -s conftest.err
22097        } && test -s conftest.$ac_objext; then
22098   ac_cv_member_struct_sockaddr_un_sun_len=yes
22099 else
22100   $as_echo "$as_me: failed program was:" >&5
22101 sed 's/^/| /' conftest.$ac_ext >&5
22102
22103         cat >conftest.$ac_ext <<_ACEOF
22104 /* confdefs.h.  */
22105 _ACEOF
22106 cat confdefs.h >>conftest.$ac_ext
22107 cat >>conftest.$ac_ext <<_ACEOF
22108 /* end confdefs.h.  */
22109 #include <sys/types.h>
22110 #ifdef HAVE_SYS_SOCKET_H
22111 # include <sys/socket.h>
22112 #endif
22113 #ifdef HAVE_SYS_UN_H
22114 # include <sys/un.h>
22115 #endif
22116
22117 int
22118 main ()
22119 {
22120 static struct sockaddr_un ac_aggr;
22121 if (sizeof ac_aggr.sun_len)
22122 return 0;
22123   ;
22124   return 0;
22125 }
22126 _ACEOF
22127 rm -f conftest.$ac_objext
22128 if { (ac_try="$ac_compile"
22129 case "(($ac_try" in
22130   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22131   *) ac_try_echo=$ac_try;;
22132 esac
22133 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22134 $as_echo "$ac_try_echo") >&5
22135   (eval "$ac_compile") 2>conftest.er1
22136   ac_status=$?
22137   grep -v '^ *+' conftest.er1 >conftest.err
22138   rm -f conftest.er1
22139   cat conftest.err >&5
22140   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22141   (exit $ac_status); } && {
22142          test -z "$ac_c_werror_flag" ||
22143          test ! -s conftest.err
22144        } && test -s conftest.$ac_objext; then
22145   ac_cv_member_struct_sockaddr_un_sun_len=yes
22146 else
22147   $as_echo "$as_me: failed program was:" >&5
22148 sed 's/^/| /' conftest.$ac_ext >&5
22149
22150         ac_cv_member_struct_sockaddr_un_sun_len=no
22151 fi
22152
22153 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22154 fi
22155
22156 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22157 fi
22158 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22159 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22160 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22161
22162 cat >>confdefs.h <<_ACEOF
22163 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22164 _ACEOF
22165
22166
22167 fi
22168
22169
22170 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22171 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22172 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22173   $as_echo_n "(cached) " >&6
22174 else
22175   cat >conftest.$ac_ext <<_ACEOF
22176 /* confdefs.h.  */
22177 _ACEOF
22178 cat confdefs.h >>conftest.$ac_ext
22179 cat >>conftest.$ac_ext <<_ACEOF
22180 /* end confdefs.h.  */
22181 #include <sys/types.h>
22182 #ifdef HAVE_SCSI_SG_H
22183 #include <scsi/sg.h>
22184 #endif
22185
22186 int
22187 main ()
22188 {
22189 static scsireq_t ac_aggr;
22190 if (ac_aggr.cmd)
22191 return 0;
22192   ;
22193   return 0;
22194 }
22195 _ACEOF
22196 rm -f conftest.$ac_objext
22197 if { (ac_try="$ac_compile"
22198 case "(($ac_try" in
22199   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22200   *) ac_try_echo=$ac_try;;
22201 esac
22202 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22203 $as_echo "$ac_try_echo") >&5
22204   (eval "$ac_compile") 2>conftest.er1
22205   ac_status=$?
22206   grep -v '^ *+' conftest.er1 >conftest.err
22207   rm -f conftest.er1
22208   cat conftest.err >&5
22209   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22210   (exit $ac_status); } && {
22211          test -z "$ac_c_werror_flag" ||
22212          test ! -s conftest.err
22213        } && test -s conftest.$ac_objext; then
22214   ac_cv_member_scsireq_t_cmd=yes
22215 else
22216   $as_echo "$as_me: failed program was:" >&5
22217 sed 's/^/| /' conftest.$ac_ext >&5
22218
22219         cat >conftest.$ac_ext <<_ACEOF
22220 /* confdefs.h.  */
22221 _ACEOF
22222 cat confdefs.h >>conftest.$ac_ext
22223 cat >>conftest.$ac_ext <<_ACEOF
22224 /* end confdefs.h.  */
22225 #include <sys/types.h>
22226 #ifdef HAVE_SCSI_SG_H
22227 #include <scsi/sg.h>
22228 #endif
22229
22230 int
22231 main ()
22232 {
22233 static scsireq_t ac_aggr;
22234 if (sizeof ac_aggr.cmd)
22235 return 0;
22236   ;
22237   return 0;
22238 }
22239 _ACEOF
22240 rm -f conftest.$ac_objext
22241 if { (ac_try="$ac_compile"
22242 case "(($ac_try" in
22243   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22244   *) ac_try_echo=$ac_try;;
22245 esac
22246 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22247 $as_echo "$ac_try_echo") >&5
22248   (eval "$ac_compile") 2>conftest.er1
22249   ac_status=$?
22250   grep -v '^ *+' conftest.er1 >conftest.err
22251   rm -f conftest.er1
22252   cat conftest.err >&5
22253   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22254   (exit $ac_status); } && {
22255          test -z "$ac_c_werror_flag" ||
22256          test ! -s conftest.err
22257        } && test -s conftest.$ac_objext; then
22258   ac_cv_member_scsireq_t_cmd=yes
22259 else
22260   $as_echo "$as_me: failed program was:" >&5
22261 sed 's/^/| /' conftest.$ac_ext >&5
22262
22263         ac_cv_member_scsireq_t_cmd=no
22264 fi
22265
22266 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22267 fi
22268
22269 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22270 fi
22271 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22272 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22273 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22274
22275 cat >>confdefs.h <<_ACEOF
22276 #define HAVE_SCSIREQ_T_CMD 1
22277 _ACEOF
22278
22279
22280 fi
22281 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22282 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22283 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22284   $as_echo_n "(cached) " >&6
22285 else
22286   cat >conftest.$ac_ext <<_ACEOF
22287 /* confdefs.h.  */
22288 _ACEOF
22289 cat confdefs.h >>conftest.$ac_ext
22290 cat >>conftest.$ac_ext <<_ACEOF
22291 /* end confdefs.h.  */
22292 #include <sys/types.h>
22293 #ifdef HAVE_SCSI_SG_H
22294 #include <scsi/sg.h>
22295 #endif
22296
22297 int
22298 main ()
22299 {
22300 static sg_io_hdr_t ac_aggr;
22301 if (ac_aggr.interface_id)
22302 return 0;
22303   ;
22304   return 0;
22305 }
22306 _ACEOF
22307 rm -f conftest.$ac_objext
22308 if { (ac_try="$ac_compile"
22309 case "(($ac_try" in
22310   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22311   *) ac_try_echo=$ac_try;;
22312 esac
22313 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22314 $as_echo "$ac_try_echo") >&5
22315   (eval "$ac_compile") 2>conftest.er1
22316   ac_status=$?
22317   grep -v '^ *+' conftest.er1 >conftest.err
22318   rm -f conftest.er1
22319   cat conftest.err >&5
22320   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22321   (exit $ac_status); } && {
22322          test -z "$ac_c_werror_flag" ||
22323          test ! -s conftest.err
22324        } && test -s conftest.$ac_objext; then
22325   ac_cv_member_sg_io_hdr_t_interface_id=yes
22326 else
22327   $as_echo "$as_me: failed program was:" >&5
22328 sed 's/^/| /' conftest.$ac_ext >&5
22329
22330         cat >conftest.$ac_ext <<_ACEOF
22331 /* confdefs.h.  */
22332 _ACEOF
22333 cat confdefs.h >>conftest.$ac_ext
22334 cat >>conftest.$ac_ext <<_ACEOF
22335 /* end confdefs.h.  */
22336 #include <sys/types.h>
22337 #ifdef HAVE_SCSI_SG_H
22338 #include <scsi/sg.h>
22339 #endif
22340
22341 int
22342 main ()
22343 {
22344 static sg_io_hdr_t ac_aggr;
22345 if (sizeof ac_aggr.interface_id)
22346 return 0;
22347   ;
22348   return 0;
22349 }
22350 _ACEOF
22351 rm -f conftest.$ac_objext
22352 if { (ac_try="$ac_compile"
22353 case "(($ac_try" in
22354   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22355   *) ac_try_echo=$ac_try;;
22356 esac
22357 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22358 $as_echo "$ac_try_echo") >&5
22359   (eval "$ac_compile") 2>conftest.er1
22360   ac_status=$?
22361   grep -v '^ *+' conftest.er1 >conftest.err
22362   rm -f conftest.er1
22363   cat conftest.err >&5
22364   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22365   (exit $ac_status); } && {
22366          test -z "$ac_c_werror_flag" ||
22367          test ! -s conftest.err
22368        } && test -s conftest.$ac_objext; then
22369   ac_cv_member_sg_io_hdr_t_interface_id=yes
22370 else
22371   $as_echo "$as_me: failed program was:" >&5
22372 sed 's/^/| /' conftest.$ac_ext >&5
22373
22374         ac_cv_member_sg_io_hdr_t_interface_id=no
22375 fi
22376
22377 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22378 fi
22379
22380 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22381 fi
22382 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22383 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22384 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22385
22386 cat >>confdefs.h <<_ACEOF
22387 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22388 _ACEOF
22389
22390
22391 fi
22392
22393
22394 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22395 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22396 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22397   $as_echo_n "(cached) " >&6
22398 else
22399   cat >conftest.$ac_ext <<_ACEOF
22400 /* confdefs.h.  */
22401 _ACEOF
22402 cat confdefs.h >>conftest.$ac_ext
22403 cat >>conftest.$ac_ext <<_ACEOF
22404 /* end confdefs.h.  */
22405 #include <signal.h>
22406
22407 int
22408 main ()
22409 {
22410 static siginfo_t ac_aggr;
22411 if (ac_aggr.si_fd)
22412 return 0;
22413   ;
22414   return 0;
22415 }
22416 _ACEOF
22417 rm -f conftest.$ac_objext
22418 if { (ac_try="$ac_compile"
22419 case "(($ac_try" in
22420   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22421   *) ac_try_echo=$ac_try;;
22422 esac
22423 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22424 $as_echo "$ac_try_echo") >&5
22425   (eval "$ac_compile") 2>conftest.er1
22426   ac_status=$?
22427   grep -v '^ *+' conftest.er1 >conftest.err
22428   rm -f conftest.er1
22429   cat conftest.err >&5
22430   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22431   (exit $ac_status); } && {
22432          test -z "$ac_c_werror_flag" ||
22433          test ! -s conftest.err
22434        } && test -s conftest.$ac_objext; then
22435   ac_cv_member_siginfo_t_si_fd=yes
22436 else
22437   $as_echo "$as_me: failed program was:" >&5
22438 sed 's/^/| /' conftest.$ac_ext >&5
22439
22440         cat >conftest.$ac_ext <<_ACEOF
22441 /* confdefs.h.  */
22442 _ACEOF
22443 cat confdefs.h >>conftest.$ac_ext
22444 cat >>conftest.$ac_ext <<_ACEOF
22445 /* end confdefs.h.  */
22446 #include <signal.h>
22447
22448 int
22449 main ()
22450 {
22451 static siginfo_t ac_aggr;
22452 if (sizeof ac_aggr.si_fd)
22453 return 0;
22454   ;
22455   return 0;
22456 }
22457 _ACEOF
22458 rm -f conftest.$ac_objext
22459 if { (ac_try="$ac_compile"
22460 case "(($ac_try" in
22461   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22462   *) ac_try_echo=$ac_try;;
22463 esac
22464 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22465 $as_echo "$ac_try_echo") >&5
22466   (eval "$ac_compile") 2>conftest.er1
22467   ac_status=$?
22468   grep -v '^ *+' conftest.er1 >conftest.err
22469   rm -f conftest.er1
22470   cat conftest.err >&5
22471   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22472   (exit $ac_status); } && {
22473          test -z "$ac_c_werror_flag" ||
22474          test ! -s conftest.err
22475        } && test -s conftest.$ac_objext; then
22476   ac_cv_member_siginfo_t_si_fd=yes
22477 else
22478   $as_echo "$as_me: failed program was:" >&5
22479 sed 's/^/| /' conftest.$ac_ext >&5
22480
22481         ac_cv_member_siginfo_t_si_fd=no
22482 fi
22483
22484 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22485 fi
22486
22487 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22488 fi
22489 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22490 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22491 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22492
22493 cat >>confdefs.h <<_ACEOF
22494 #define HAVE_SIGINFO_T_SI_FD 1
22495 _ACEOF
22496
22497
22498 fi
22499
22500
22501 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22502 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22503 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22504   $as_echo_n "(cached) " >&6
22505 else
22506   cat >conftest.$ac_ext <<_ACEOF
22507 /* confdefs.h.  */
22508 _ACEOF
22509 cat confdefs.h >>conftest.$ac_ext
22510 cat >>conftest.$ac_ext <<_ACEOF
22511 /* end confdefs.h.  */
22512 #include <sys/types.h>
22513 #ifdef HAVE_SYS_MTIO_H
22514 #include <sys/mtio.h>
22515 #endif
22516
22517 int
22518 main ()
22519 {
22520 static struct mtget ac_aggr;
22521 if (ac_aggr.mt_blksiz)
22522 return 0;
22523   ;
22524   return 0;
22525 }
22526 _ACEOF
22527 rm -f conftest.$ac_objext
22528 if { (ac_try="$ac_compile"
22529 case "(($ac_try" in
22530   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22531   *) ac_try_echo=$ac_try;;
22532 esac
22533 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22534 $as_echo "$ac_try_echo") >&5
22535   (eval "$ac_compile") 2>conftest.er1
22536   ac_status=$?
22537   grep -v '^ *+' conftest.er1 >conftest.err
22538   rm -f conftest.er1
22539   cat conftest.err >&5
22540   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22541   (exit $ac_status); } && {
22542          test -z "$ac_c_werror_flag" ||
22543          test ! -s conftest.err
22544        } && test -s conftest.$ac_objext; then
22545   ac_cv_member_struct_mtget_mt_blksiz=yes
22546 else
22547   $as_echo "$as_me: failed program was:" >&5
22548 sed 's/^/| /' conftest.$ac_ext >&5
22549
22550         cat >conftest.$ac_ext <<_ACEOF
22551 /* confdefs.h.  */
22552 _ACEOF
22553 cat confdefs.h >>conftest.$ac_ext
22554 cat >>conftest.$ac_ext <<_ACEOF
22555 /* end confdefs.h.  */
22556 #include <sys/types.h>
22557 #ifdef HAVE_SYS_MTIO_H
22558 #include <sys/mtio.h>
22559 #endif
22560
22561 int
22562 main ()
22563 {
22564 static struct mtget ac_aggr;
22565 if (sizeof ac_aggr.mt_blksiz)
22566 return 0;
22567   ;
22568   return 0;
22569 }
22570 _ACEOF
22571 rm -f conftest.$ac_objext
22572 if { (ac_try="$ac_compile"
22573 case "(($ac_try" in
22574   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22575   *) ac_try_echo=$ac_try;;
22576 esac
22577 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22578 $as_echo "$ac_try_echo") >&5
22579   (eval "$ac_compile") 2>conftest.er1
22580   ac_status=$?
22581   grep -v '^ *+' conftest.er1 >conftest.err
22582   rm -f conftest.er1
22583   cat conftest.err >&5
22584   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22585   (exit $ac_status); } && {
22586          test -z "$ac_c_werror_flag" ||
22587          test ! -s conftest.err
22588        } && test -s conftest.$ac_objext; then
22589   ac_cv_member_struct_mtget_mt_blksiz=yes
22590 else
22591   $as_echo "$as_me: failed program was:" >&5
22592 sed 's/^/| /' conftest.$ac_ext >&5
22593
22594         ac_cv_member_struct_mtget_mt_blksiz=no
22595 fi
22596
22597 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22598 fi
22599
22600 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22601 fi
22602 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22603 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22604 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22605
22606 cat >>confdefs.h <<_ACEOF
22607 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22608 _ACEOF
22609
22610
22611 fi
22612 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22613 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22614 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22615   $as_echo_n "(cached) " >&6
22616 else
22617   cat >conftest.$ac_ext <<_ACEOF
22618 /* confdefs.h.  */
22619 _ACEOF
22620 cat confdefs.h >>conftest.$ac_ext
22621 cat >>conftest.$ac_ext <<_ACEOF
22622 /* end confdefs.h.  */
22623 #include <sys/types.h>
22624 #ifdef HAVE_SYS_MTIO_H
22625 #include <sys/mtio.h>
22626 #endif
22627
22628 int
22629 main ()
22630 {
22631 static struct mtget ac_aggr;
22632 if (ac_aggr.mt_gstat)
22633 return 0;
22634   ;
22635   return 0;
22636 }
22637 _ACEOF
22638 rm -f conftest.$ac_objext
22639 if { (ac_try="$ac_compile"
22640 case "(($ac_try" in
22641   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22642   *) ac_try_echo=$ac_try;;
22643 esac
22644 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22645 $as_echo "$ac_try_echo") >&5
22646   (eval "$ac_compile") 2>conftest.er1
22647   ac_status=$?
22648   grep -v '^ *+' conftest.er1 >conftest.err
22649   rm -f conftest.er1
22650   cat conftest.err >&5
22651   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22652   (exit $ac_status); } && {
22653          test -z "$ac_c_werror_flag" ||
22654          test ! -s conftest.err
22655        } && test -s conftest.$ac_objext; then
22656   ac_cv_member_struct_mtget_mt_gstat=yes
22657 else
22658   $as_echo "$as_me: failed program was:" >&5
22659 sed 's/^/| /' conftest.$ac_ext >&5
22660
22661         cat >conftest.$ac_ext <<_ACEOF
22662 /* confdefs.h.  */
22663 _ACEOF
22664 cat confdefs.h >>conftest.$ac_ext
22665 cat >>conftest.$ac_ext <<_ACEOF
22666 /* end confdefs.h.  */
22667 #include <sys/types.h>
22668 #ifdef HAVE_SYS_MTIO_H
22669 #include <sys/mtio.h>
22670 #endif
22671
22672 int
22673 main ()
22674 {
22675 static struct mtget ac_aggr;
22676 if (sizeof ac_aggr.mt_gstat)
22677 return 0;
22678   ;
22679   return 0;
22680 }
22681 _ACEOF
22682 rm -f conftest.$ac_objext
22683 if { (ac_try="$ac_compile"
22684 case "(($ac_try" in
22685   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22686   *) ac_try_echo=$ac_try;;
22687 esac
22688 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22689 $as_echo "$ac_try_echo") >&5
22690   (eval "$ac_compile") 2>conftest.er1
22691   ac_status=$?
22692   grep -v '^ *+' conftest.er1 >conftest.err
22693   rm -f conftest.er1
22694   cat conftest.err >&5
22695   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22696   (exit $ac_status); } && {
22697          test -z "$ac_c_werror_flag" ||
22698          test ! -s conftest.err
22699        } && test -s conftest.$ac_objext; then
22700   ac_cv_member_struct_mtget_mt_gstat=yes
22701 else
22702   $as_echo "$as_me: failed program was:" >&5
22703 sed 's/^/| /' conftest.$ac_ext >&5
22704
22705         ac_cv_member_struct_mtget_mt_gstat=no
22706 fi
22707
22708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22709 fi
22710
22711 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22712 fi
22713 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22714 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22715 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22716
22717 cat >>confdefs.h <<_ACEOF
22718 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22719 _ACEOF
22720
22721
22722 fi
22723 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22724 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22725 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22726   $as_echo_n "(cached) " >&6
22727 else
22728   cat >conftest.$ac_ext <<_ACEOF
22729 /* confdefs.h.  */
22730 _ACEOF
22731 cat confdefs.h >>conftest.$ac_ext
22732 cat >>conftest.$ac_ext <<_ACEOF
22733 /* end confdefs.h.  */
22734 #include <sys/types.h>
22735 #ifdef HAVE_SYS_MTIO_H
22736 #include <sys/mtio.h>
22737 #endif
22738
22739 int
22740 main ()
22741 {
22742 static struct mtget ac_aggr;
22743 if (ac_aggr.mt_blkno)
22744 return 0;
22745   ;
22746   return 0;
22747 }
22748 _ACEOF
22749 rm -f conftest.$ac_objext
22750 if { (ac_try="$ac_compile"
22751 case "(($ac_try" in
22752   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22753   *) ac_try_echo=$ac_try;;
22754 esac
22755 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22756 $as_echo "$ac_try_echo") >&5
22757   (eval "$ac_compile") 2>conftest.er1
22758   ac_status=$?
22759   grep -v '^ *+' conftest.er1 >conftest.err
22760   rm -f conftest.er1
22761   cat conftest.err >&5
22762   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22763   (exit $ac_status); } && {
22764          test -z "$ac_c_werror_flag" ||
22765          test ! -s conftest.err
22766        } && test -s conftest.$ac_objext; then
22767   ac_cv_member_struct_mtget_mt_blkno=yes
22768 else
22769   $as_echo "$as_me: failed program was:" >&5
22770 sed 's/^/| /' conftest.$ac_ext >&5
22771
22772         cat >conftest.$ac_ext <<_ACEOF
22773 /* confdefs.h.  */
22774 _ACEOF
22775 cat confdefs.h >>conftest.$ac_ext
22776 cat >>conftest.$ac_ext <<_ACEOF
22777 /* end confdefs.h.  */
22778 #include <sys/types.h>
22779 #ifdef HAVE_SYS_MTIO_H
22780 #include <sys/mtio.h>
22781 #endif
22782
22783 int
22784 main ()
22785 {
22786 static struct mtget ac_aggr;
22787 if (sizeof ac_aggr.mt_blkno)
22788 return 0;
22789   ;
22790   return 0;
22791 }
22792 _ACEOF
22793 rm -f conftest.$ac_objext
22794 if { (ac_try="$ac_compile"
22795 case "(($ac_try" in
22796   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22797   *) ac_try_echo=$ac_try;;
22798 esac
22799 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22800 $as_echo "$ac_try_echo") >&5
22801   (eval "$ac_compile") 2>conftest.er1
22802   ac_status=$?
22803   grep -v '^ *+' conftest.er1 >conftest.err
22804   rm -f conftest.er1
22805   cat conftest.err >&5
22806   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22807   (exit $ac_status); } && {
22808          test -z "$ac_c_werror_flag" ||
22809          test ! -s conftest.err
22810        } && test -s conftest.$ac_objext; then
22811   ac_cv_member_struct_mtget_mt_blkno=yes
22812 else
22813   $as_echo "$as_me: failed program was:" >&5
22814 sed 's/^/| /' conftest.$ac_ext >&5
22815
22816         ac_cv_member_struct_mtget_mt_blkno=no
22817 fi
22818
22819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22820 fi
22821
22822 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22823 fi
22824 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22825 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22826 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22827
22828 cat >>confdefs.h <<_ACEOF
22829 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22830 _ACEOF
22831
22832
22833 fi
22834
22835
22836 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22837 $as_echo_n "checking for struct option.name... " >&6; }
22838 if test "${ac_cv_member_struct_option_name+set}" = set; then
22839   $as_echo_n "(cached) " >&6
22840 else
22841   cat >conftest.$ac_ext <<_ACEOF
22842 /* confdefs.h.  */
22843 _ACEOF
22844 cat confdefs.h >>conftest.$ac_ext
22845 cat >>conftest.$ac_ext <<_ACEOF
22846 /* end confdefs.h.  */
22847 #ifdef HAVE_GETOPT_H
22848 #include <getopt.h>
22849 #endif
22850
22851 int
22852 main ()
22853 {
22854 static struct option ac_aggr;
22855 if (ac_aggr.name)
22856 return 0;
22857   ;
22858   return 0;
22859 }
22860 _ACEOF
22861 rm -f conftest.$ac_objext
22862 if { (ac_try="$ac_compile"
22863 case "(($ac_try" in
22864   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22865   *) ac_try_echo=$ac_try;;
22866 esac
22867 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22868 $as_echo "$ac_try_echo") >&5
22869   (eval "$ac_compile") 2>conftest.er1
22870   ac_status=$?
22871   grep -v '^ *+' conftest.er1 >conftest.err
22872   rm -f conftest.er1
22873   cat conftest.err >&5
22874   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22875   (exit $ac_status); } && {
22876          test -z "$ac_c_werror_flag" ||
22877          test ! -s conftest.err
22878        } && test -s conftest.$ac_objext; then
22879   ac_cv_member_struct_option_name=yes
22880 else
22881   $as_echo "$as_me: failed program was:" >&5
22882 sed 's/^/| /' conftest.$ac_ext >&5
22883
22884         cat >conftest.$ac_ext <<_ACEOF
22885 /* confdefs.h.  */
22886 _ACEOF
22887 cat confdefs.h >>conftest.$ac_ext
22888 cat >>conftest.$ac_ext <<_ACEOF
22889 /* end confdefs.h.  */
22890 #ifdef HAVE_GETOPT_H
22891 #include <getopt.h>
22892 #endif
22893
22894 int
22895 main ()
22896 {
22897 static struct option ac_aggr;
22898 if (sizeof ac_aggr.name)
22899 return 0;
22900   ;
22901   return 0;
22902 }
22903 _ACEOF
22904 rm -f conftest.$ac_objext
22905 if { (ac_try="$ac_compile"
22906 case "(($ac_try" in
22907   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22908   *) ac_try_echo=$ac_try;;
22909 esac
22910 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22911 $as_echo "$ac_try_echo") >&5
22912   (eval "$ac_compile") 2>conftest.er1
22913   ac_status=$?
22914   grep -v '^ *+' conftest.er1 >conftest.err
22915   rm -f conftest.er1
22916   cat conftest.err >&5
22917   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22918   (exit $ac_status); } && {
22919          test -z "$ac_c_werror_flag" ||
22920          test ! -s conftest.err
22921        } && test -s conftest.$ac_objext; then
22922   ac_cv_member_struct_option_name=yes
22923 else
22924   $as_echo "$as_me: failed program was:" >&5
22925 sed 's/^/| /' conftest.$ac_ext >&5
22926
22927         ac_cv_member_struct_option_name=no
22928 fi
22929
22930 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22931 fi
22932
22933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22934 fi
22935 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22936 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22937 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22938
22939 cat >>confdefs.h <<_ACEOF
22940 #define HAVE_STRUCT_OPTION_NAME 1
22941 _ACEOF
22942
22943
22944 fi
22945
22946
22947 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22948 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22949 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22950   $as_echo_n "(cached) " >&6
22951 else
22952   cat >conftest.$ac_ext <<_ACEOF
22953 /* confdefs.h.  */
22954 _ACEOF
22955 cat confdefs.h >>conftest.$ac_ext
22956 cat >>conftest.$ac_ext <<_ACEOF
22957 /* end confdefs.h.  */
22958 $ac_includes_default
22959 int
22960 main ()
22961 {
22962 static struct stat ac_aggr;
22963 if (ac_aggr.st_blocks)
22964 return 0;
22965   ;
22966   return 0;
22967 }
22968 _ACEOF
22969 rm -f conftest.$ac_objext
22970 if { (ac_try="$ac_compile"
22971 case "(($ac_try" in
22972   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22973   *) ac_try_echo=$ac_try;;
22974 esac
22975 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22976 $as_echo "$ac_try_echo") >&5
22977   (eval "$ac_compile") 2>conftest.er1
22978   ac_status=$?
22979   grep -v '^ *+' conftest.er1 >conftest.err
22980   rm -f conftest.er1
22981   cat conftest.err >&5
22982   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22983   (exit $ac_status); } && {
22984          test -z "$ac_c_werror_flag" ||
22985          test ! -s conftest.err
22986        } && test -s conftest.$ac_objext; then
22987   ac_cv_member_struct_stat_st_blocks=yes
22988 else
22989   $as_echo "$as_me: failed program was:" >&5
22990 sed 's/^/| /' conftest.$ac_ext >&5
22991
22992         cat >conftest.$ac_ext <<_ACEOF
22993 /* confdefs.h.  */
22994 _ACEOF
22995 cat confdefs.h >>conftest.$ac_ext
22996 cat >>conftest.$ac_ext <<_ACEOF
22997 /* end confdefs.h.  */
22998 $ac_includes_default
22999 int
23000 main ()
23001 {
23002 static struct stat ac_aggr;
23003 if (sizeof ac_aggr.st_blocks)
23004 return 0;
23005   ;
23006   return 0;
23007 }
23008 _ACEOF
23009 rm -f conftest.$ac_objext
23010 if { (ac_try="$ac_compile"
23011 case "(($ac_try" in
23012   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23013   *) ac_try_echo=$ac_try;;
23014 esac
23015 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23016 $as_echo "$ac_try_echo") >&5
23017   (eval "$ac_compile") 2>conftest.er1
23018   ac_status=$?
23019   grep -v '^ *+' conftest.er1 >conftest.err
23020   rm -f conftest.er1
23021   cat conftest.err >&5
23022   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23023   (exit $ac_status); } && {
23024          test -z "$ac_c_werror_flag" ||
23025          test ! -s conftest.err
23026        } && test -s conftest.$ac_objext; then
23027   ac_cv_member_struct_stat_st_blocks=yes
23028 else
23029   $as_echo "$as_me: failed program was:" >&5
23030 sed 's/^/| /' conftest.$ac_ext >&5
23031
23032         ac_cv_member_struct_stat_st_blocks=no
23033 fi
23034
23035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23036 fi
23037
23038 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23039 fi
23040 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23041 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23042 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23043
23044 cat >>confdefs.h <<_ACEOF
23045 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23046 _ACEOF
23047
23048
23049 fi
23050 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23051 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23052 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23053   $as_echo_n "(cached) " >&6
23054 else
23055   cat >conftest.$ac_ext <<_ACEOF
23056 /* confdefs.h.  */
23057 _ACEOF
23058 cat confdefs.h >>conftest.$ac_ext
23059 cat >>conftest.$ac_ext <<_ACEOF
23060 /* end confdefs.h.  */
23061 $ac_includes_default
23062 int
23063 main ()
23064 {
23065 static struct stat ac_aggr;
23066 if (ac_aggr.st_mtim)
23067 return 0;
23068   ;
23069   return 0;
23070 }
23071 _ACEOF
23072 rm -f conftest.$ac_objext
23073 if { (ac_try="$ac_compile"
23074 case "(($ac_try" in
23075   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23076   *) ac_try_echo=$ac_try;;
23077 esac
23078 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23079 $as_echo "$ac_try_echo") >&5
23080   (eval "$ac_compile") 2>conftest.er1
23081   ac_status=$?
23082   grep -v '^ *+' conftest.er1 >conftest.err
23083   rm -f conftest.er1
23084   cat conftest.err >&5
23085   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23086   (exit $ac_status); } && {
23087          test -z "$ac_c_werror_flag" ||
23088          test ! -s conftest.err
23089        } && test -s conftest.$ac_objext; then
23090   ac_cv_member_struct_stat_st_mtim=yes
23091 else
23092   $as_echo "$as_me: failed program was:" >&5
23093 sed 's/^/| /' conftest.$ac_ext >&5
23094
23095         cat >conftest.$ac_ext <<_ACEOF
23096 /* confdefs.h.  */
23097 _ACEOF
23098 cat confdefs.h >>conftest.$ac_ext
23099 cat >>conftest.$ac_ext <<_ACEOF
23100 /* end confdefs.h.  */
23101 $ac_includes_default
23102 int
23103 main ()
23104 {
23105 static struct stat ac_aggr;
23106 if (sizeof ac_aggr.st_mtim)
23107 return 0;
23108   ;
23109   return 0;
23110 }
23111 _ACEOF
23112 rm -f conftest.$ac_objext
23113 if { (ac_try="$ac_compile"
23114 case "(($ac_try" in
23115   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23116   *) ac_try_echo=$ac_try;;
23117 esac
23118 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23119 $as_echo "$ac_try_echo") >&5
23120   (eval "$ac_compile") 2>conftest.er1
23121   ac_status=$?
23122   grep -v '^ *+' conftest.er1 >conftest.err
23123   rm -f conftest.er1
23124   cat conftest.err >&5
23125   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23126   (exit $ac_status); } && {
23127          test -z "$ac_c_werror_flag" ||
23128          test ! -s conftest.err
23129        } && test -s conftest.$ac_objext; then
23130   ac_cv_member_struct_stat_st_mtim=yes
23131 else
23132   $as_echo "$as_me: failed program was:" >&5
23133 sed 's/^/| /' conftest.$ac_ext >&5
23134
23135         ac_cv_member_struct_stat_st_mtim=no
23136 fi
23137
23138 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23139 fi
23140
23141 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23142 fi
23143 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23144 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23145 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23146
23147 cat >>confdefs.h <<_ACEOF
23148 #define HAVE_STRUCT_STAT_ST_MTIM 1
23149 _ACEOF
23150
23151
23152 fi
23153 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23154 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23155 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23156   $as_echo_n "(cached) " >&6
23157 else
23158   cat >conftest.$ac_ext <<_ACEOF
23159 /* confdefs.h.  */
23160 _ACEOF
23161 cat confdefs.h >>conftest.$ac_ext
23162 cat >>conftest.$ac_ext <<_ACEOF
23163 /* end confdefs.h.  */
23164 $ac_includes_default
23165 int
23166 main ()
23167 {
23168 static struct stat ac_aggr;
23169 if (ac_aggr.st_ctim)
23170 return 0;
23171   ;
23172   return 0;
23173 }
23174 _ACEOF
23175 rm -f conftest.$ac_objext
23176 if { (ac_try="$ac_compile"
23177 case "(($ac_try" in
23178   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23179   *) ac_try_echo=$ac_try;;
23180 esac
23181 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23182 $as_echo "$ac_try_echo") >&5
23183   (eval "$ac_compile") 2>conftest.er1
23184   ac_status=$?
23185   grep -v '^ *+' conftest.er1 >conftest.err
23186   rm -f conftest.er1
23187   cat conftest.err >&5
23188   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23189   (exit $ac_status); } && {
23190          test -z "$ac_c_werror_flag" ||
23191          test ! -s conftest.err
23192        } && test -s conftest.$ac_objext; then
23193   ac_cv_member_struct_stat_st_ctim=yes
23194 else
23195   $as_echo "$as_me: failed program was:" >&5
23196 sed 's/^/| /' conftest.$ac_ext >&5
23197
23198         cat >conftest.$ac_ext <<_ACEOF
23199 /* confdefs.h.  */
23200 _ACEOF
23201 cat confdefs.h >>conftest.$ac_ext
23202 cat >>conftest.$ac_ext <<_ACEOF
23203 /* end confdefs.h.  */
23204 $ac_includes_default
23205 int
23206 main ()
23207 {
23208 static struct stat ac_aggr;
23209 if (sizeof ac_aggr.st_ctim)
23210 return 0;
23211   ;
23212   return 0;
23213 }
23214 _ACEOF
23215 rm -f conftest.$ac_objext
23216 if { (ac_try="$ac_compile"
23217 case "(($ac_try" in
23218   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23219   *) ac_try_echo=$ac_try;;
23220 esac
23221 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23222 $as_echo "$ac_try_echo") >&5
23223   (eval "$ac_compile") 2>conftest.er1
23224   ac_status=$?
23225   grep -v '^ *+' conftest.er1 >conftest.err
23226   rm -f conftest.er1
23227   cat conftest.err >&5
23228   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23229   (exit $ac_status); } && {
23230          test -z "$ac_c_werror_flag" ||
23231          test ! -s conftest.err
23232        } && test -s conftest.$ac_objext; then
23233   ac_cv_member_struct_stat_st_ctim=yes
23234 else
23235   $as_echo "$as_me: failed program was:" >&5
23236 sed 's/^/| /' conftest.$ac_ext >&5
23237
23238         ac_cv_member_struct_stat_st_ctim=no
23239 fi
23240
23241 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23242 fi
23243
23244 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23245 fi
23246 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23247 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23248 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23249
23250 cat >>confdefs.h <<_ACEOF
23251 #define HAVE_STRUCT_STAT_ST_CTIM 1
23252 _ACEOF
23253
23254
23255 fi
23256 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23257 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23258 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23259   $as_echo_n "(cached) " >&6
23260 else
23261   cat >conftest.$ac_ext <<_ACEOF
23262 /* confdefs.h.  */
23263 _ACEOF
23264 cat confdefs.h >>conftest.$ac_ext
23265 cat >>conftest.$ac_ext <<_ACEOF
23266 /* end confdefs.h.  */
23267 $ac_includes_default
23268 int
23269 main ()
23270 {
23271 static struct stat ac_aggr;
23272 if (ac_aggr.st_atim)
23273 return 0;
23274   ;
23275   return 0;
23276 }
23277 _ACEOF
23278 rm -f conftest.$ac_objext
23279 if { (ac_try="$ac_compile"
23280 case "(($ac_try" in
23281   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23282   *) ac_try_echo=$ac_try;;
23283 esac
23284 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23285 $as_echo "$ac_try_echo") >&5
23286   (eval "$ac_compile") 2>conftest.er1
23287   ac_status=$?
23288   grep -v '^ *+' conftest.er1 >conftest.err
23289   rm -f conftest.er1
23290   cat conftest.err >&5
23291   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23292   (exit $ac_status); } && {
23293          test -z "$ac_c_werror_flag" ||
23294          test ! -s conftest.err
23295        } && test -s conftest.$ac_objext; then
23296   ac_cv_member_struct_stat_st_atim=yes
23297 else
23298   $as_echo "$as_me: failed program was:" >&5
23299 sed 's/^/| /' conftest.$ac_ext >&5
23300
23301         cat >conftest.$ac_ext <<_ACEOF
23302 /* confdefs.h.  */
23303 _ACEOF
23304 cat confdefs.h >>conftest.$ac_ext
23305 cat >>conftest.$ac_ext <<_ACEOF
23306 /* end confdefs.h.  */
23307 $ac_includes_default
23308 int
23309 main ()
23310 {
23311 static struct stat ac_aggr;
23312 if (sizeof ac_aggr.st_atim)
23313 return 0;
23314   ;
23315   return 0;
23316 }
23317 _ACEOF
23318 rm -f conftest.$ac_objext
23319 if { (ac_try="$ac_compile"
23320 case "(($ac_try" in
23321   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23322   *) ac_try_echo=$ac_try;;
23323 esac
23324 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23325 $as_echo "$ac_try_echo") >&5
23326   (eval "$ac_compile") 2>conftest.er1
23327   ac_status=$?
23328   grep -v '^ *+' conftest.er1 >conftest.err
23329   rm -f conftest.er1
23330   cat conftest.err >&5
23331   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23332   (exit $ac_status); } && {
23333          test -z "$ac_c_werror_flag" ||
23334          test ! -s conftest.err
23335        } && test -s conftest.$ac_objext; then
23336   ac_cv_member_struct_stat_st_atim=yes
23337 else
23338   $as_echo "$as_me: failed program was:" >&5
23339 sed 's/^/| /' conftest.$ac_ext >&5
23340
23341         ac_cv_member_struct_stat_st_atim=no
23342 fi
23343
23344 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23345 fi
23346
23347 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23348 fi
23349 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23350 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23351 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23352
23353 cat >>confdefs.h <<_ACEOF
23354 #define HAVE_STRUCT_STAT_ST_ATIM 1
23355 _ACEOF
23356
23357
23358 fi
23359
23360
23361 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23362 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23363 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23364   $as_echo_n "(cached) " >&6
23365 else
23366   cat >conftest.$ac_ext <<_ACEOF
23367 /* confdefs.h.  */
23368 _ACEOF
23369 cat confdefs.h >>conftest.$ac_ext
23370 cat >>conftest.$ac_ext <<_ACEOF
23371 /* end confdefs.h.  */
23372 #ifdef HAVE_SYS_TYPES_H
23373 #include <sys/types.h>
23374 #endif
23375 #ifdef HAVE_NETINET_IN_H
23376 #include <netinet/in.h>
23377 #endif
23378
23379 int
23380 main ()
23381 {
23382 static struct sockaddr_in6 ac_aggr;
23383 if (ac_aggr.sin6_scope_id)
23384 return 0;
23385   ;
23386   return 0;
23387 }
23388 _ACEOF
23389 rm -f conftest.$ac_objext
23390 if { (ac_try="$ac_compile"
23391 case "(($ac_try" in
23392   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23393   *) ac_try_echo=$ac_try;;
23394 esac
23395 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23396 $as_echo "$ac_try_echo") >&5
23397   (eval "$ac_compile") 2>conftest.er1
23398   ac_status=$?
23399   grep -v '^ *+' conftest.er1 >conftest.err
23400   rm -f conftest.er1
23401   cat conftest.err >&5
23402   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23403   (exit $ac_status); } && {
23404          test -z "$ac_c_werror_flag" ||
23405          test ! -s conftest.err
23406        } && test -s conftest.$ac_objext; then
23407   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23408 else
23409   $as_echo "$as_me: failed program was:" >&5
23410 sed 's/^/| /' conftest.$ac_ext >&5
23411
23412         cat >conftest.$ac_ext <<_ACEOF
23413 /* confdefs.h.  */
23414 _ACEOF
23415 cat confdefs.h >>conftest.$ac_ext
23416 cat >>conftest.$ac_ext <<_ACEOF
23417 /* end confdefs.h.  */
23418 #ifdef HAVE_SYS_TYPES_H
23419 #include <sys/types.h>
23420 #endif
23421 #ifdef HAVE_NETINET_IN_H
23422 #include <netinet/in.h>
23423 #endif
23424
23425 int
23426 main ()
23427 {
23428 static struct sockaddr_in6 ac_aggr;
23429 if (sizeof ac_aggr.sin6_scope_id)
23430 return 0;
23431   ;
23432   return 0;
23433 }
23434 _ACEOF
23435 rm -f conftest.$ac_objext
23436 if { (ac_try="$ac_compile"
23437 case "(($ac_try" in
23438   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23439   *) ac_try_echo=$ac_try;;
23440 esac
23441 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23442 $as_echo "$ac_try_echo") >&5
23443   (eval "$ac_compile") 2>conftest.er1
23444   ac_status=$?
23445   grep -v '^ *+' conftest.er1 >conftest.err
23446   rm -f conftest.er1
23447   cat conftest.err >&5
23448   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23449   (exit $ac_status); } && {
23450          test -z "$ac_c_werror_flag" ||
23451          test ! -s conftest.err
23452        } && test -s conftest.$ac_objext; then
23453   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23454 else
23455   $as_echo "$as_me: failed program was:" >&5
23456 sed 's/^/| /' conftest.$ac_ext >&5
23457
23458         ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23459 fi
23460
23461 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23462 fi
23463
23464 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23465 fi
23466 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23467 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23468 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23469
23470 cat >>confdefs.h <<_ACEOF
23471 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23472 _ACEOF
23473
23474
23475 fi
23476
23477
23478 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23479 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23480 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23481   $as_echo_n "(cached) " >&6
23482 else
23483   cat >conftest.$ac_ext <<_ACEOF
23484 /* confdefs.h.  */
23485 _ACEOF
23486 cat confdefs.h >>conftest.$ac_ext
23487 cat >>conftest.$ac_ext <<_ACEOF
23488 /* end confdefs.h.  */
23489 #ifdef HAVE_SYS_TYPES_H
23490 #include <sys/types.h>
23491 #endif
23492 #ifdef HAVE_NETINET_IN_H
23493 # include <netinet/in.h>
23494 #endif
23495 #ifdef HAVE_ARPA_NAMESER_H
23496 # include <arpa/nameser.h>
23497 #endif
23498
23499 int
23500 main ()
23501 {
23502 static ns_msg ac_aggr;
23503 if (ac_aggr._msg_ptr)
23504 return 0;
23505   ;
23506   return 0;
23507 }
23508 _ACEOF
23509 rm -f conftest.$ac_objext
23510 if { (ac_try="$ac_compile"
23511 case "(($ac_try" in
23512   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23513   *) ac_try_echo=$ac_try;;
23514 esac
23515 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23516 $as_echo "$ac_try_echo") >&5
23517   (eval "$ac_compile") 2>conftest.er1
23518   ac_status=$?
23519   grep -v '^ *+' conftest.er1 >conftest.err
23520   rm -f conftest.er1
23521   cat conftest.err >&5
23522   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23523   (exit $ac_status); } && {
23524          test -z "$ac_c_werror_flag" ||
23525          test ! -s conftest.err
23526        } && test -s conftest.$ac_objext; then
23527   ac_cv_member_ns_msg__msg_ptr=yes
23528 else
23529   $as_echo "$as_me: failed program was:" >&5
23530 sed 's/^/| /' conftest.$ac_ext >&5
23531
23532         cat >conftest.$ac_ext <<_ACEOF
23533 /* confdefs.h.  */
23534 _ACEOF
23535 cat confdefs.h >>conftest.$ac_ext
23536 cat >>conftest.$ac_ext <<_ACEOF
23537 /* end confdefs.h.  */
23538 #ifdef HAVE_SYS_TYPES_H
23539 #include <sys/types.h>
23540 #endif
23541 #ifdef HAVE_NETINET_IN_H
23542 # include <netinet/in.h>
23543 #endif
23544 #ifdef HAVE_ARPA_NAMESER_H
23545 # include <arpa/nameser.h>
23546 #endif
23547
23548 int
23549 main ()
23550 {
23551 static ns_msg ac_aggr;
23552 if (sizeof ac_aggr._msg_ptr)
23553 return 0;
23554   ;
23555   return 0;
23556 }
23557 _ACEOF
23558 rm -f conftest.$ac_objext
23559 if { (ac_try="$ac_compile"
23560 case "(($ac_try" in
23561   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23562   *) ac_try_echo=$ac_try;;
23563 esac
23564 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23565 $as_echo "$ac_try_echo") >&5
23566   (eval "$ac_compile") 2>conftest.er1
23567   ac_status=$?
23568   grep -v '^ *+' conftest.er1 >conftest.err
23569   rm -f conftest.er1
23570   cat conftest.err >&5
23571   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23572   (exit $ac_status); } && {
23573          test -z "$ac_c_werror_flag" ||
23574          test ! -s conftest.err
23575        } && test -s conftest.$ac_objext; then
23576   ac_cv_member_ns_msg__msg_ptr=yes
23577 else
23578   $as_echo "$as_me: failed program was:" >&5
23579 sed 's/^/| /' conftest.$ac_ext >&5
23580
23581         ac_cv_member_ns_msg__msg_ptr=no
23582 fi
23583
23584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23585 fi
23586
23587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23588 fi
23589 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23590 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23591 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23592
23593 cat >>confdefs.h <<_ACEOF
23594 #define HAVE_NS_MSG__MSG_PTR 1
23595 _ACEOF
23596
23597
23598 fi
23599
23600
23601 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23602 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23603 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23604   $as_echo_n "(cached) " >&6
23605 else
23606   cat >conftest.$ac_ext <<_ACEOF
23607 /* confdefs.h.  */
23608 _ACEOF
23609 cat confdefs.h >>conftest.$ac_ext
23610 cat >>conftest.$ac_ext <<_ACEOF
23611 /* end confdefs.h.  */
23612 #ifdef HAVE_SYS_TYPES_H
23613 #include <sys/types.h>
23614 #endif
23615 #ifdef HAVE_ALIAS_H
23616 #include <alias.h>
23617 #endif
23618 #ifdef HAVE_SYS_SOCKET_H
23619 #include <sys/socket.h>
23620 #endif
23621 #ifdef HAVE_SYS_SOCKETVAR_H
23622 #include <sys/socketvar.h>
23623 #endif
23624 #ifdef HAVE_SYS_TIMEOUT_H
23625 #include <sys/timeout.h>
23626 #endif
23627 #ifdef HAVE_NETINET_IN_H
23628 #include <netinet/in.h>
23629 #endif
23630 #ifdef HAVE_NETINET_IN_SYSTM_H
23631 #include <netinet/in_systm.h>
23632 #endif
23633 #ifdef HAVE_NETINET_IP_H
23634 #include <netinet/ip.h>
23635 #endif
23636 #ifdef HAVE_NETINET_IP_VAR_H
23637 #include <netinet/ip_var.h>
23638 #endif
23639 #ifdef HAVE_NETINET_IP_ICMP_H
23640 #include <netinet/ip_icmp.h>
23641 #endif
23642 #ifdef HAVE_NETINET_ICMP_VAR
23643 #include <netinet/icmp_var.h>
23644 #endif
23645
23646 int
23647 main ()
23648 {
23649 static struct icmpstat ac_aggr;
23650 if (ac_aggr.icps_outhist)
23651 return 0;
23652   ;
23653   return 0;
23654 }
23655 _ACEOF
23656 rm -f conftest.$ac_objext
23657 if { (ac_try="$ac_compile"
23658 case "(($ac_try" in
23659   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23660   *) ac_try_echo=$ac_try;;
23661 esac
23662 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23663 $as_echo "$ac_try_echo") >&5
23664   (eval "$ac_compile") 2>conftest.er1
23665   ac_status=$?
23666   grep -v '^ *+' conftest.er1 >conftest.err
23667   rm -f conftest.er1
23668   cat conftest.err >&5
23669   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23670   (exit $ac_status); } && {
23671          test -z "$ac_c_werror_flag" ||
23672          test ! -s conftest.err
23673        } && test -s conftest.$ac_objext; then
23674   ac_cv_member_struct_icmpstat_icps_outhist=yes
23675 else
23676   $as_echo "$as_me: failed program was:" >&5
23677 sed 's/^/| /' conftest.$ac_ext >&5
23678
23679         cat >conftest.$ac_ext <<_ACEOF
23680 /* confdefs.h.  */
23681 _ACEOF
23682 cat confdefs.h >>conftest.$ac_ext
23683 cat >>conftest.$ac_ext <<_ACEOF
23684 /* end confdefs.h.  */
23685 #ifdef HAVE_SYS_TYPES_H
23686 #include <sys/types.h>
23687 #endif
23688 #ifdef HAVE_ALIAS_H
23689 #include <alias.h>
23690 #endif
23691 #ifdef HAVE_SYS_SOCKET_H
23692 #include <sys/socket.h>
23693 #endif
23694 #ifdef HAVE_SYS_SOCKETVAR_H
23695 #include <sys/socketvar.h>
23696 #endif
23697 #ifdef HAVE_SYS_TIMEOUT_H
23698 #include <sys/timeout.h>
23699 #endif
23700 #ifdef HAVE_NETINET_IN_H
23701 #include <netinet/in.h>
23702 #endif
23703 #ifdef HAVE_NETINET_IN_SYSTM_H
23704 #include <netinet/in_systm.h>
23705 #endif
23706 #ifdef HAVE_NETINET_IP_H
23707 #include <netinet/ip.h>
23708 #endif
23709 #ifdef HAVE_NETINET_IP_VAR_H
23710 #include <netinet/ip_var.h>
23711 #endif
23712 #ifdef HAVE_NETINET_IP_ICMP_H
23713 #include <netinet/ip_icmp.h>
23714 #endif
23715 #ifdef HAVE_NETINET_ICMP_VAR
23716 #include <netinet/icmp_var.h>
23717 #endif
23718
23719 int
23720 main ()
23721 {
23722 static struct icmpstat ac_aggr;
23723 if (sizeof ac_aggr.icps_outhist)
23724 return 0;
23725   ;
23726   return 0;
23727 }
23728 _ACEOF
23729 rm -f conftest.$ac_objext
23730 if { (ac_try="$ac_compile"
23731 case "(($ac_try" in
23732   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23733   *) ac_try_echo=$ac_try;;
23734 esac
23735 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23736 $as_echo "$ac_try_echo") >&5
23737   (eval "$ac_compile") 2>conftest.er1
23738   ac_status=$?
23739   grep -v '^ *+' conftest.er1 >conftest.err
23740   rm -f conftest.er1
23741   cat conftest.err >&5
23742   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23743   (exit $ac_status); } && {
23744          test -z "$ac_c_werror_flag" ||
23745          test ! -s conftest.err
23746        } && test -s conftest.$ac_objext; then
23747   ac_cv_member_struct_icmpstat_icps_outhist=yes
23748 else
23749   $as_echo "$as_me: failed program was:" >&5
23750 sed 's/^/| /' conftest.$ac_ext >&5
23751
23752         ac_cv_member_struct_icmpstat_icps_outhist=no
23753 fi
23754
23755 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23756 fi
23757
23758 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23759 fi
23760 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23761 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23762 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
23763
23764 cat >>confdefs.h <<_ACEOF
23765 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23766 _ACEOF
23767
23768
23769 fi
23770
23771
23772 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23773 $as_echo_n "checking for timezone variable... " >&6; }
23774 if test "${ac_cv_have_timezone+set}" = set; then
23775   $as_echo_n "(cached) " >&6
23776 else
23777   cat >conftest.$ac_ext <<_ACEOF
23778 /* confdefs.h.  */
23779 _ACEOF
23780 cat confdefs.h >>conftest.$ac_ext
23781 cat >>conftest.$ac_ext <<_ACEOF
23782 /* end confdefs.h.  */
23783 #include <time.h>
23784 int
23785 main ()
23786 {
23787 timezone = 1
23788   ;
23789   return 0;
23790 }
23791 _ACEOF
23792 rm -f conftest.$ac_objext conftest$ac_exeext
23793 if { (ac_try="$ac_link"
23794 case "(($ac_try" in
23795   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23796   *) ac_try_echo=$ac_try;;
23797 esac
23798 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23799 $as_echo "$ac_try_echo") >&5
23800   (eval "$ac_link") 2>conftest.er1
23801   ac_status=$?
23802   grep -v '^ *+' conftest.er1 >conftest.err
23803   rm -f conftest.er1
23804   cat conftest.err >&5
23805   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23806   (exit $ac_status); } && {
23807          test -z "$ac_c_werror_flag" ||
23808          test ! -s conftest.err
23809        } && test -s conftest$ac_exeext && {
23810          test "$cross_compiling" = yes ||
23811          $as_test_x conftest$ac_exeext
23812        }; then
23813   ac_cv_have_timezone="yes"
23814 else
23815   $as_echo "$as_me: failed program was:" >&5
23816 sed 's/^/| /' conftest.$ac_ext >&5
23817
23818         ac_cv_have_timezone="no"
23819 fi
23820
23821 rm -rf conftest.dSYM
23822 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23823       conftest$ac_exeext conftest.$ac_ext
23824 fi
23825 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23826 $as_echo "$ac_cv_have_timezone" >&6; }
23827 if test "$ac_cv_have_timezone" = "yes"
23828 then
23829
23830 cat >>confdefs.h <<\_ACEOF
23831 #define HAVE_TIMEZONE 1
23832 _ACEOF
23833
23834 fi
23835 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23836 $as_echo_n "checking for daylight variable... " >&6; }
23837 if test "${ac_cv_have_daylight+set}" = set; then
23838   $as_echo_n "(cached) " >&6
23839 else
23840   cat >conftest.$ac_ext <<_ACEOF
23841 /* confdefs.h.  */
23842 _ACEOF
23843 cat confdefs.h >>conftest.$ac_ext
23844 cat >>conftest.$ac_ext <<_ACEOF
23845 /* end confdefs.h.  */
23846 #include <time.h>
23847 int
23848 main ()
23849 {
23850 daylight = 1
23851   ;
23852   return 0;
23853 }
23854 _ACEOF
23855 rm -f conftest.$ac_objext conftest$ac_exeext
23856 if { (ac_try="$ac_link"
23857 case "(($ac_try" in
23858   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23859   *) ac_try_echo=$ac_try;;
23860 esac
23861 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23862 $as_echo "$ac_try_echo") >&5
23863   (eval "$ac_link") 2>conftest.er1
23864   ac_status=$?
23865   grep -v '^ *+' conftest.er1 >conftest.err
23866   rm -f conftest.er1
23867   cat conftest.err >&5
23868   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23869   (exit $ac_status); } && {
23870          test -z "$ac_c_werror_flag" ||
23871          test ! -s conftest.err
23872        } && test -s conftest$ac_exeext && {
23873          test "$cross_compiling" = yes ||
23874          $as_test_x conftest$ac_exeext
23875        }; then
23876   ac_cv_have_daylight="yes"
23877 else
23878   $as_echo "$as_me: failed program was:" >&5
23879 sed 's/^/| /' conftest.$ac_ext >&5
23880
23881         ac_cv_have_daylight="no"
23882 fi
23883
23884 rm -rf conftest.dSYM
23885 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23886       conftest$ac_exeext conftest.$ac_ext
23887 fi
23888 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23889 $as_echo "$ac_cv_have_daylight" >&6; }
23890 if test "$ac_cv_have_daylight" = "yes"
23891 then
23892
23893 cat >>confdefs.h <<\_ACEOF
23894 #define HAVE_DAYLIGHT 1
23895 _ACEOF
23896
23897 fi
23898
23899 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23900 $as_echo_n "checking for isinf... " >&6; }
23901 if test "${ac_cv_have_isinf+set}" = set; then
23902   $as_echo_n "(cached) " >&6
23903 else
23904   cat >conftest.$ac_ext <<_ACEOF
23905 /* confdefs.h.  */
23906 _ACEOF
23907 cat confdefs.h >>conftest.$ac_ext
23908 cat >>conftest.$ac_ext <<_ACEOF
23909 /* end confdefs.h.  */
23910 #include <math.h>
23911 int
23912 main ()
23913 {
23914 float f = 0.0; int i=isinf(f)
23915   ;
23916   return 0;
23917 }
23918 _ACEOF
23919 rm -f conftest.$ac_objext conftest$ac_exeext
23920 if { (ac_try="$ac_link"
23921 case "(($ac_try" in
23922   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23923   *) ac_try_echo=$ac_try;;
23924 esac
23925 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23926 $as_echo "$ac_try_echo") >&5
23927   (eval "$ac_link") 2>conftest.er1
23928   ac_status=$?
23929   grep -v '^ *+' conftest.er1 >conftest.err
23930   rm -f conftest.er1
23931   cat conftest.err >&5
23932   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23933   (exit $ac_status); } && {
23934          test -z "$ac_c_werror_flag" ||
23935          test ! -s conftest.err
23936        } && test -s conftest$ac_exeext && {
23937          test "$cross_compiling" = yes ||
23938          $as_test_x conftest$ac_exeext
23939        }; then
23940   ac_cv_have_isinf="yes"
23941 else
23942   $as_echo "$as_me: failed program was:" >&5
23943 sed 's/^/| /' conftest.$ac_ext >&5
23944
23945         ac_cv_have_isinf="no"
23946 fi
23947
23948 rm -rf conftest.dSYM
23949 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23950       conftest$ac_exeext conftest.$ac_ext
23951 fi
23952 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23953 $as_echo "$ac_cv_have_isinf" >&6; }
23954 if test "$ac_cv_have_isinf" = "yes"
23955 then
23956
23957 cat >>confdefs.h <<\_ACEOF
23958 #define HAVE_ISINF 1
23959 _ACEOF
23960
23961 fi
23962
23963 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23964 $as_echo_n "checking for isnan... " >&6; }
23965 if test "${ac_cv_have_isnan+set}" = set; then
23966   $as_echo_n "(cached) " >&6
23967 else
23968   cat >conftest.$ac_ext <<_ACEOF
23969 /* confdefs.h.  */
23970 _ACEOF
23971 cat confdefs.h >>conftest.$ac_ext
23972 cat >>conftest.$ac_ext <<_ACEOF
23973 /* end confdefs.h.  */
23974 #include <math.h>
23975 int
23976 main ()
23977 {
23978 float f = 0.0; int i=isnan(f)
23979   ;
23980   return 0;
23981 }
23982 _ACEOF
23983 rm -f conftest.$ac_objext conftest$ac_exeext
23984 if { (ac_try="$ac_link"
23985 case "(($ac_try" in
23986   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23987   *) ac_try_echo=$ac_try;;
23988 esac
23989 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23990 $as_echo "$ac_try_echo") >&5
23991   (eval "$ac_link") 2>conftest.er1
23992   ac_status=$?
23993   grep -v '^ *+' conftest.er1 >conftest.err
23994   rm -f conftest.er1
23995   cat conftest.err >&5
23996   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23997   (exit $ac_status); } && {
23998          test -z "$ac_c_werror_flag" ||
23999          test ! -s conftest.err
24000        } && test -s conftest$ac_exeext && {
24001          test "$cross_compiling" = yes ||
24002          $as_test_x conftest$ac_exeext
24003        }; then
24004   ac_cv_have_isnan="yes"
24005 else
24006   $as_echo "$as_me: failed program was:" >&5
24007 sed 's/^/| /' conftest.$ac_ext >&5
24008
24009         ac_cv_have_isnan="no"
24010 fi
24011
24012 rm -rf conftest.dSYM
24013 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24014       conftest$ac_exeext conftest.$ac_ext
24015 fi
24016 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
24017 $as_echo "$ac_cv_have_isnan" >&6; }
24018 if test "$ac_cv_have_isnan" = "yes"
24019 then
24020
24021 cat >>confdefs.h <<\_ACEOF
24022 #define HAVE_ISNAN 1
24023 _ACEOF
24024
24025 fi
24026
24027
24028 case $host_cpu in
24029   *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
24030 $as_echo_n "checking whether we need to define __i386__... " >&6; }
24031 if test "${ac_cv_cpp_def___i386__+set}" = set; then
24032   $as_echo_n "(cached) " >&6
24033 else
24034   cat >conftest.$ac_ext <<_ACEOF
24035 /* confdefs.h.  */
24036 _ACEOF
24037 cat confdefs.h >>conftest.$ac_ext
24038 cat >>conftest.$ac_ext <<_ACEOF
24039 /* end confdefs.h.  */
24040 #ifndef __i386__
24041 yes
24042 #endif
24043 _ACEOF
24044 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24045   $EGREP "yes" >/dev/null 2>&1; then
24046   ac_cv_cpp_def___i386__=yes
24047 else
24048   ac_cv_cpp_def___i386__=no
24049 fi
24050 rm -f conftest*
24051
24052 fi
24053 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24054 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24055 if test $ac_cv_cpp_def___i386__ = yes; then
24056   CFLAGS="$CFLAGS -D__i386__"
24057   LINTFLAGS="$LINTFLAGS -D__i386__"
24058 fi
24059  ;;
24060   *x86_64*)         { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24061 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24062 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24063   $as_echo_n "(cached) " >&6
24064 else
24065   cat >conftest.$ac_ext <<_ACEOF
24066 /* confdefs.h.  */
24067 _ACEOF
24068 cat confdefs.h >>conftest.$ac_ext
24069 cat >>conftest.$ac_ext <<_ACEOF
24070 /* end confdefs.h.  */
24071 #ifndef __x86_64__
24072 yes
24073 #endif
24074 _ACEOF
24075 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24076   $EGREP "yes" >/dev/null 2>&1; then
24077   ac_cv_cpp_def___x86_64__=yes
24078 else
24079   ac_cv_cpp_def___x86_64__=no
24080 fi
24081 rm -f conftest*
24082
24083 fi
24084 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24085 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24086 if test $ac_cv_cpp_def___x86_64__ = yes; then
24087   CFLAGS="$CFLAGS -D__x86_64__"
24088   LINTFLAGS="$LINTFLAGS -D__x86_64__"
24089 fi
24090  ;;
24091   *alpha*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24092 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24093 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24094   $as_echo_n "(cached) " >&6
24095 else
24096   cat >conftest.$ac_ext <<_ACEOF
24097 /* confdefs.h.  */
24098 _ACEOF
24099 cat confdefs.h >>conftest.$ac_ext
24100 cat >>conftest.$ac_ext <<_ACEOF
24101 /* end confdefs.h.  */
24102 #ifndef __ALPHA__
24103 yes
24104 #endif
24105 _ACEOF
24106 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24107   $EGREP "yes" >/dev/null 2>&1; then
24108   ac_cv_cpp_def___ALPHA__=yes
24109 else
24110   ac_cv_cpp_def___ALPHA__=no
24111 fi
24112 rm -f conftest*
24113
24114 fi
24115 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24116 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24117 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24118   CFLAGS="$CFLAGS -D__ALPHA__"
24119   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24120 fi
24121  ;;
24122   *sparc*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24123 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24124 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24125   $as_echo_n "(cached) " >&6
24126 else
24127   cat >conftest.$ac_ext <<_ACEOF
24128 /* confdefs.h.  */
24129 _ACEOF
24130 cat confdefs.h >>conftest.$ac_ext
24131 cat >>conftest.$ac_ext <<_ACEOF
24132 /* end confdefs.h.  */
24133 #ifndef __sparc__
24134 yes
24135 #endif
24136 _ACEOF
24137 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24138   $EGREP "yes" >/dev/null 2>&1; then
24139   ac_cv_cpp_def___sparc__=yes
24140 else
24141   ac_cv_cpp_def___sparc__=no
24142 fi
24143 rm -f conftest*
24144
24145 fi
24146 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24147 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24148 if test $ac_cv_cpp_def___sparc__ = yes; then
24149   CFLAGS="$CFLAGS -D__sparc__"
24150   LINTFLAGS="$LINTFLAGS -D__sparc__"
24151 fi
24152  ;;
24153   *powerpc*)        { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24154 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24155 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24156   $as_echo_n "(cached) " >&6
24157 else
24158   cat >conftest.$ac_ext <<_ACEOF
24159 /* confdefs.h.  */
24160 _ACEOF
24161 cat confdefs.h >>conftest.$ac_ext
24162 cat >>conftest.$ac_ext <<_ACEOF
24163 /* end confdefs.h.  */
24164 #ifndef __powerpc__
24165 yes
24166 #endif
24167 _ACEOF
24168 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24169   $EGREP "yes" >/dev/null 2>&1; then
24170   ac_cv_cpp_def___powerpc__=yes
24171 else
24172   ac_cv_cpp_def___powerpc__=no
24173 fi
24174 rm -f conftest*
24175
24176 fi
24177 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24178 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24179 if test $ac_cv_cpp_def___powerpc__ = yes; then
24180   CFLAGS="$CFLAGS -D__powerpc__"
24181   LINTFLAGS="$LINTFLAGS -D__powerpc__"
24182 fi
24183  ;;
24184 esac
24185
24186 case $host_vendor in
24187   *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24188 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24189 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24190   $as_echo_n "(cached) " >&6
24191 else
24192   cat >conftest.$ac_ext <<_ACEOF
24193 /* confdefs.h.  */
24194 _ACEOF
24195 cat confdefs.h >>conftest.$ac_ext
24196 cat >>conftest.$ac_ext <<_ACEOF
24197 /* end confdefs.h.  */
24198 #ifndef __sun__
24199 yes
24200 #endif
24201 _ACEOF
24202 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24203   $EGREP "yes" >/dev/null 2>&1; then
24204   ac_cv_cpp_def___sun__=yes
24205 else
24206   ac_cv_cpp_def___sun__=no
24207 fi
24208 rm -f conftest*
24209
24210 fi
24211 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24212 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24213 if test $ac_cv_cpp_def___sun__ = yes; then
24214   CFLAGS="$CFLAGS -D__sun__"
24215   LINTFLAGS="$LINTFLAGS -D__sun__"
24216 fi
24217  ;;
24218 esac
24219
24220
24221 DEPENDENCIES="### Dependencies:
24222
24223 .INIT: Makefile
24224 .BEGIN: Makefile
24225 Makefile: dummy
24226         -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24227
24228 \$(OBJS): \$(IDL_GEN_HEADERS)
24229 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24230 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24231 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24232 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24233
24234
24235 ALL_MAKERULES=""
24236
24237 ALL_MAKEFILES=""
24238
24239 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24240
24241
24242 ALL_TOP_DIRS=""
24243
24244 ALL_DLL_DIRS=""
24245
24246 ALL_IMPLIB_DIRS=""
24247
24248 ALL_TEST_DIRS=""
24249
24250 ALL_PROGRAM_DIRS=""
24251
24252 ALL_PROGRAM_INSTALL_DIRS=""
24253
24254 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24255
24256
24257
24258
24259
24260 ac_config_commands="$ac_config_commands include/stamp-h"
24261
24262
24263 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24264
24265 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24266
24267 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24268
24269 ac_config_commands="$ac_config_commands dlls/user32/resources"
24270
24271 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24272
24273 ac_config_commands="$ac_config_commands include/wine"
24274
24275
24276 ALL_MAKERULES="$ALL_MAKERULES \\
24277         Make.rules"
24278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24279 Make.rules: Make.rules.in"
24280 MAKE_RULES=Make.rules
24281 ac_config_files="$ac_config_files Make.rules"
24282
24283 ALL_MAKERULES="$ALL_MAKERULES \\
24284         dlls/Makedll.rules"
24285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24286 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24287 MAKE_DLL_RULES=dlls/Makedll.rules
24288 ac_config_files="$ac_config_files dlls/Makedll.rules"
24289
24290 ALL_MAKERULES="$ALL_MAKERULES \\
24291         dlls/Makeimplib.rules"
24292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24293 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24294 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24295 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24296
24297 ALL_MAKERULES="$ALL_MAKERULES \\
24298         dlls/Maketest.rules"
24299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24300 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24301 MAKE_TEST_RULES=dlls/Maketest.rules
24302 ac_config_files="$ac_config_files dlls/Maketest.rules"
24303
24304 ALL_MAKERULES="$ALL_MAKERULES \\
24305         programs/Makeprog.rules"
24306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24307 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24308 MAKE_PROG_RULES=programs/Makeprog.rules
24309 ac_config_files="$ac_config_files programs/Makeprog.rules"
24310
24311
24312
24313
24314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24315 Makefile: Makefile.in Make.rules"
24316 ac_config_files="$ac_config_files Makefile"
24317
24318 ALL_MAKEFILES="$ALL_MAKEFILES \\
24319         dlls/Makefile"
24320 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24321         dlls"
24322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24323 dlls/Makefile: dlls/Makefile.in Make.rules"
24324 ac_config_files="$ac_config_files dlls/Makefile"
24325
24326 ALL_MAKEFILES="$ALL_MAKEFILES \\
24327         dlls/acledit/Makefile"
24328 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24329         acledit"
24330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24331 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24332 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24333
24334 ALL_MAKEFILES="$ALL_MAKEFILES \\
24335         dlls/aclui/Makefile"
24336 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24337         aclui"
24338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24339 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24340 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24341
24342 ALL_MAKEFILES="$ALL_MAKEFILES \\
24343         dlls/activeds/Makefile"
24344 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24345         activeds"
24346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24347 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24348 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24349
24350 ALL_MAKEFILES="$ALL_MAKEFILES \\
24351         dlls/actxprxy/Makefile"
24352 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24353         actxprxy"
24354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24355 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24356 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24357
24358 ALL_MAKEFILES="$ALL_MAKEFILES \\
24359         dlls/adsiid/Makefile"
24360 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24361         adsiid"
24362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24363 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24364 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24365
24366 ALL_MAKEFILES="$ALL_MAKEFILES \\
24367         dlls/advapi32/Makefile"
24368 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24369         advapi32"
24370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24371 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24372 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24373
24374 ALL_MAKEFILES="$ALL_MAKEFILES \\
24375         dlls/advapi32/tests/Makefile"
24376 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24377         advapi32/tests"
24378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24379 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24380 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24381
24382 ALL_MAKEFILES="$ALL_MAKEFILES \\
24383         dlls/advpack/Makefile"
24384 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24385         advpack"
24386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24387 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24388 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24389
24390 ALL_MAKEFILES="$ALL_MAKEFILES \\
24391         dlls/advpack/tests/Makefile"
24392 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24393         advpack/tests"
24394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24395 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24396 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24397
24398 ALL_MAKEFILES="$ALL_MAKEFILES \\
24399         dlls/amstream/Makefile"
24400 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24401         amstream"
24402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24403 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24404 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24405
24406 ALL_MAKEFILES="$ALL_MAKEFILES \\
24407         dlls/appwiz.cpl/Makefile"
24408 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24409         appwiz.cpl"
24410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24411 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24412 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24413
24414 ALL_MAKEFILES="$ALL_MAKEFILES \\
24415         dlls/atl/Makefile"
24416 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24417         atl"
24418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24419 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24420 ac_config_files="$ac_config_files dlls/atl/Makefile"
24421
24422 ALL_MAKEFILES="$ALL_MAKEFILES \\
24423         dlls/authz/Makefile"
24424 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24425         authz"
24426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24427 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24428 ac_config_files="$ac_config_files dlls/authz/Makefile"
24429
24430 ALL_MAKEFILES="$ALL_MAKEFILES \\
24431         dlls/avicap32/Makefile"
24432 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24433         avicap32"
24434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24435 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24436 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24437
24438 ALL_MAKEFILES="$ALL_MAKEFILES \\
24439         dlls/avifil32/Makefile"
24440 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24441         avifil32"
24442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24443 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24444 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24445
24446 ALL_MAKEFILES="$ALL_MAKEFILES \\
24447         dlls/browseui/Makefile"
24448 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24449         browseui"
24450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24451 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24452 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24453
24454 ALL_MAKEFILES="$ALL_MAKEFILES \\
24455         dlls/browseui/tests/Makefile"
24456 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24457         browseui/tests"
24458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24459 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24460 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24461
24462 ALL_MAKEFILES="$ALL_MAKEFILES \\
24463         dlls/cabinet/Makefile"
24464 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24465         cabinet"
24466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24467 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24468 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24469
24470 ALL_MAKEFILES="$ALL_MAKEFILES \\
24471         dlls/cabinet/tests/Makefile"
24472 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24473         cabinet/tests"
24474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24475 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24476 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24477
24478 ALL_MAKEFILES="$ALL_MAKEFILES \\
24479         dlls/capi2032/Makefile"
24480 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24481         capi2032"
24482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24483 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24484 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24485
24486 ALL_MAKEFILES="$ALL_MAKEFILES \\
24487         dlls/cards/Makefile"
24488 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24489         cards"
24490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24491 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24492 ac_config_files="$ac_config_files dlls/cards/Makefile"
24493
24494 ALL_MAKEFILES="$ALL_MAKEFILES \\
24495         dlls/cfgmgr32/Makefile"
24496 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24497         cfgmgr32"
24498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24499 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24500 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24501
24502 ALL_MAKEFILES="$ALL_MAKEFILES \\
24503         dlls/clusapi/Makefile"
24504 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24505         clusapi"
24506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24507 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24508 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24509
24510 ALL_MAKEFILES="$ALL_MAKEFILES \\
24511         dlls/comcat/Makefile"
24512 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24513         comcat"
24514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24515 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24516 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24517
24518 ALL_MAKEFILES="$ALL_MAKEFILES \\
24519         dlls/comcat/tests/Makefile"
24520 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24521         comcat/tests"
24522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24523 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24524 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24525
24526 ALL_MAKEFILES="$ALL_MAKEFILES \\
24527         dlls/comctl32/Makefile"
24528 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24529         comctl32"
24530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24531 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24532 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24533
24534 ALL_MAKEFILES="$ALL_MAKEFILES \\
24535         dlls/comctl32/tests/Makefile"
24536 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24537         comctl32/tests"
24538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24539 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24540 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24541
24542 ALL_MAKEFILES="$ALL_MAKEFILES \\
24543         dlls/comdlg32/Makefile"
24544 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24545         comdlg32"
24546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24547 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24548 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24549
24550 ALL_MAKEFILES="$ALL_MAKEFILES \\
24551         dlls/comdlg32/tests/Makefile"
24552 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24553         comdlg32/tests"
24554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24555 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24556 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24557
24558 ALL_MAKEFILES="$ALL_MAKEFILES \\
24559         dlls/compstui/Makefile"
24560 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24561         compstui"
24562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24563 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24564 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24565
24566 ALL_MAKEFILES="$ALL_MAKEFILES \\
24567         dlls/credui/Makefile"
24568 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24569         credui"
24570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24571 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24572 ac_config_files="$ac_config_files dlls/credui/Makefile"
24573
24574 ALL_MAKEFILES="$ALL_MAKEFILES \\
24575         dlls/credui/tests/Makefile"
24576 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24577         credui/tests"
24578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24579 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24580 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24581
24582 ALL_MAKEFILES="$ALL_MAKEFILES \\
24583         dlls/crtdll/Makefile"
24584 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24585         crtdll"
24586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24587 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24588 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24589
24590 ALL_MAKEFILES="$ALL_MAKEFILES \\
24591         dlls/crypt32/Makefile"
24592 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24593         crypt32"
24594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24595 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24596 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24597
24598 ALL_MAKEFILES="$ALL_MAKEFILES \\
24599         dlls/crypt32/tests/Makefile"
24600 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24601         crypt32/tests"
24602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24603 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24604 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24605
24606 ALL_MAKEFILES="$ALL_MAKEFILES \\
24607         dlls/cryptdlg/Makefile"
24608 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24609         cryptdlg"
24610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24611 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24612 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24613
24614 ALL_MAKEFILES="$ALL_MAKEFILES \\
24615         dlls/cryptdll/Makefile"
24616 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24617         cryptdll"
24618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24619 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24620 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24621
24622 ALL_MAKEFILES="$ALL_MAKEFILES \\
24623         dlls/cryptnet/Makefile"
24624 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24625         cryptnet"
24626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24627 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24628 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24629
24630 ALL_MAKEFILES="$ALL_MAKEFILES \\
24631         dlls/cryptnet/tests/Makefile"
24632 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24633         cryptnet/tests"
24634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24635 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24636 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24637
24638 ALL_MAKEFILES="$ALL_MAKEFILES \\
24639         dlls/cryptui/Makefile"
24640 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24641         cryptui"
24642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24643 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24644 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24645
24646 ALL_MAKEFILES="$ALL_MAKEFILES \\
24647         dlls/cryptui/tests/Makefile"
24648 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24649         cryptui/tests"
24650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24651 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24652 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24653
24654 ALL_MAKEFILES="$ALL_MAKEFILES \\
24655         dlls/ctapi32/Makefile"
24656 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24657         ctapi32"
24658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24659 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24660 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24661
24662 ALL_MAKEFILES="$ALL_MAKEFILES \\
24663         dlls/ctl3d32/Makefile"
24664 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24665         ctl3d32"
24666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24667 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24668 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24669
24670 ALL_MAKEFILES="$ALL_MAKEFILES \\
24671         dlls/d3d10/Makefile"
24672 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24673         d3d10"
24674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24675 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24676 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24677
24678 ALL_MAKEFILES="$ALL_MAKEFILES \\
24679         dlls/d3d10/tests/Makefile"
24680 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24681         d3d10/tests"
24682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24683 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24684 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24685
24686 ALL_MAKEFILES="$ALL_MAKEFILES \\
24687         dlls/d3d10core/Makefile"
24688 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24689         d3d10core"
24690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24691 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24692 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24693
24694 ALL_MAKEFILES="$ALL_MAKEFILES \\
24695         dlls/d3d10core/tests/Makefile"
24696 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24697         d3d10core/tests"
24698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24699 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24700 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24701
24702 ALL_MAKEFILES="$ALL_MAKEFILES \\
24703         dlls/d3d8/Makefile"
24704 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24705         d3d8"
24706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24707 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24708 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24709
24710 ALL_MAKEFILES="$ALL_MAKEFILES \\
24711         dlls/d3d8/tests/Makefile"
24712 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24713         d3d8/tests"
24714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24715 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24716 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24717
24718 ALL_MAKEFILES="$ALL_MAKEFILES \\
24719         dlls/d3d9/Makefile"
24720 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24721         d3d9"
24722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24723 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24724 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24725
24726 ALL_MAKEFILES="$ALL_MAKEFILES \\
24727         dlls/d3d9/tests/Makefile"
24728 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24729         d3d9/tests"
24730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24731 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24732 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24733
24734 ALL_MAKEFILES="$ALL_MAKEFILES \\
24735         dlls/d3dim/Makefile"
24736 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24737         d3dim"
24738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24739 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24740 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24741
24742 ALL_MAKEFILES="$ALL_MAKEFILES \\
24743         dlls/d3drm/Makefile"
24744 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24745         d3drm"
24746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24747 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24748 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24749
24750 ALL_MAKEFILES="$ALL_MAKEFILES \\
24751         dlls/d3drm/tests/Makefile"
24752 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24753         d3drm/tests"
24754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24755 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24756 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24757
24758 ALL_MAKEFILES="$ALL_MAKEFILES \\
24759         dlls/d3dx8/Makefile"
24760 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24761         d3dx8"
24762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24763 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24764 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24765
24766 ALL_MAKEFILES="$ALL_MAKEFILES \\
24767         dlls/d3dx8/tests/Makefile"
24768 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24769         d3dx8/tests"
24770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24771 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24772 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24773
24774 ALL_MAKEFILES="$ALL_MAKEFILES \\
24775         dlls/d3dx9_24/Makefile"
24776 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24777         d3dx9_24"
24778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24779 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24780 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24781
24782 ALL_MAKEFILES="$ALL_MAKEFILES \\
24783         dlls/d3dx9_25/Makefile"
24784 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24785         d3dx9_25"
24786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24787 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24788 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24789
24790 ALL_MAKEFILES="$ALL_MAKEFILES \\
24791         dlls/d3dx9_26/Makefile"
24792 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24793         d3dx9_26"
24794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24795 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24796 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24797
24798 ALL_MAKEFILES="$ALL_MAKEFILES \\
24799         dlls/d3dx9_27/Makefile"
24800 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24801         d3dx9_27"
24802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24803 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24804 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24805
24806 ALL_MAKEFILES="$ALL_MAKEFILES \\
24807         dlls/d3dx9_28/Makefile"
24808 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24809         d3dx9_28"
24810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24811 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24812 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24813
24814 ALL_MAKEFILES="$ALL_MAKEFILES \\
24815         dlls/d3dx9_29/Makefile"
24816 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24817         d3dx9_29"
24818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24819 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24820 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24821
24822 ALL_MAKEFILES="$ALL_MAKEFILES \\
24823         dlls/d3dx9_30/Makefile"
24824 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24825         d3dx9_30"
24826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24827 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24828 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24829
24830 ALL_MAKEFILES="$ALL_MAKEFILES \\
24831         dlls/d3dx9_31/Makefile"
24832 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24833         d3dx9_31"
24834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24835 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24836 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24837
24838 ALL_MAKEFILES="$ALL_MAKEFILES \\
24839         dlls/d3dx9_32/Makefile"
24840 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24841         d3dx9_32"
24842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24843 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24844 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24845
24846 ALL_MAKEFILES="$ALL_MAKEFILES \\
24847         dlls/d3dx9_33/Makefile"
24848 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24849         d3dx9_33"
24850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24851 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24852 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24853
24854 ALL_MAKEFILES="$ALL_MAKEFILES \\
24855         dlls/d3dx9_34/Makefile"
24856 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24857         d3dx9_34"
24858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24859 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24860 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24861
24862 ALL_MAKEFILES="$ALL_MAKEFILES \\
24863         dlls/d3dx9_35/Makefile"
24864 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24865         d3dx9_35"
24866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24867 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24868 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24869
24870 ALL_MAKEFILES="$ALL_MAKEFILES \\
24871         dlls/d3dx9_36/Makefile"
24872 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24873         d3dx9_36"
24874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24875 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24876 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24877
24878 ALL_MAKEFILES="$ALL_MAKEFILES \\
24879         dlls/d3dx9_36/tests/Makefile"
24880 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24881         d3dx9_36/tests"
24882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24883 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24884 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24885
24886 ALL_MAKEFILES="$ALL_MAKEFILES \\
24887         dlls/d3dx9_37/Makefile"
24888 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24889         d3dx9_37"
24890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24891 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24892 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24893
24894 ALL_MAKEFILES="$ALL_MAKEFILES \\
24895         dlls/d3dx9_38/Makefile"
24896 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24897         d3dx9_38"
24898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24899 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
24900 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
24901
24902 ALL_MAKEFILES="$ALL_MAKEFILES \\
24903         dlls/d3dx9_39/Makefile"
24904 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24905         d3dx9_39"
24906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24907 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
24908 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
24909
24910 ALL_MAKEFILES="$ALL_MAKEFILES \\
24911         dlls/d3dx9_40/Makefile"
24912 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24913         d3dx9_40"
24914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24915 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
24916 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
24917
24918 ALL_MAKEFILES="$ALL_MAKEFILES \\
24919         dlls/d3dxof/Makefile"
24920 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24921         d3dxof"
24922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24923 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24924 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24925
24926 ALL_MAKEFILES="$ALL_MAKEFILES \\
24927         dlls/d3dxof/tests/Makefile"
24928 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24929         d3dxof/tests"
24930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24931 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24932 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24933
24934 ALL_MAKEFILES="$ALL_MAKEFILES \\
24935         dlls/dbghelp/Makefile"
24936 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24937         dbghelp"
24938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24939 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24940 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24941
24942 ALL_MAKEFILES="$ALL_MAKEFILES \\
24943         dlls/dciman32/Makefile"
24944 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24945         dciman32"
24946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24947 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24948 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24949
24950 ALL_MAKEFILES="$ALL_MAKEFILES \\
24951         dlls/ddraw/Makefile"
24952 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24953         ddraw"
24954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24955 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24956 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24957
24958 ALL_MAKEFILES="$ALL_MAKEFILES \\
24959         dlls/ddraw/tests/Makefile"
24960 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24961         ddraw/tests"
24962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24963 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24964 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24965
24966 ALL_MAKEFILES="$ALL_MAKEFILES \\
24967         dlls/ddrawex/Makefile"
24968 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24969         ddrawex"
24970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24971 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24972 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24973
24974 ALL_MAKEFILES="$ALL_MAKEFILES \\
24975         dlls/ddrawex/tests/Makefile"
24976 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24977         ddrawex/tests"
24978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24979 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24980 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24981
24982 ALL_MAKEFILES="$ALL_MAKEFILES \\
24983         dlls/devenum/Makefile"
24984 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24985         devenum"
24986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24987 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24988 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24989
24990 ALL_MAKEFILES="$ALL_MAKEFILES \\
24991         dlls/dinput/Makefile"
24992 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24993         dinput"
24994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24995 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24996 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24997
24998 ALL_MAKEFILES="$ALL_MAKEFILES \\
24999         dlls/dinput/tests/Makefile"
25000 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25001         dinput/tests"
25002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25003 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25004 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25005
25006 ALL_MAKEFILES="$ALL_MAKEFILES \\
25007         dlls/dinput8/Makefile"
25008 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25009         dinput8"
25010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25011 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25012 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25013
25014 ALL_MAKEFILES="$ALL_MAKEFILES \\
25015         dlls/dmband/Makefile"
25016 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25017         dmband"
25018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25019 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25020 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25021
25022 ALL_MAKEFILES="$ALL_MAKEFILES \\
25023         dlls/dmcompos/Makefile"
25024 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25025         dmcompos"
25026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25027 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25028 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25029
25030 ALL_MAKEFILES="$ALL_MAKEFILES \\
25031         dlls/dmime/Makefile"
25032 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25033         dmime"
25034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25035 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25036 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25037
25038 ALL_MAKEFILES="$ALL_MAKEFILES \\
25039         dlls/dmloader/Makefile"
25040 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25041         dmloader"
25042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25043 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25044 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25045
25046 ALL_MAKEFILES="$ALL_MAKEFILES \\
25047         dlls/dmscript/Makefile"
25048 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25049         dmscript"
25050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25051 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25052 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25053
25054 ALL_MAKEFILES="$ALL_MAKEFILES \\
25055         dlls/dmstyle/Makefile"
25056 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25057         dmstyle"
25058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25059 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25060 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25061
25062 ALL_MAKEFILES="$ALL_MAKEFILES \\
25063         dlls/dmsynth/Makefile"
25064 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25065         dmsynth"
25066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25067 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25068 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25069
25070 ALL_MAKEFILES="$ALL_MAKEFILES \\
25071         dlls/dmusic/Makefile"
25072 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25073         dmusic"
25074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25075 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25076 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25077
25078 ALL_MAKEFILES="$ALL_MAKEFILES \\
25079         dlls/dmusic32/Makefile"
25080 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25081         dmusic32"
25082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25083 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25084 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25085
25086 ALL_MAKEFILES="$ALL_MAKEFILES \\
25087         dlls/dnsapi/Makefile"
25088 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25089         dnsapi"
25090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25091 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25092 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25093
25094 ALL_MAKEFILES="$ALL_MAKEFILES \\
25095         dlls/dnsapi/tests/Makefile"
25096 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25097         dnsapi/tests"
25098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25099 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25100 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25101
25102 ALL_MAKEFILES="$ALL_MAKEFILES \\
25103         dlls/dplay/Makefile"
25104 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25105         dplay"
25106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25107 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25108 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25109
25110 ALL_MAKEFILES="$ALL_MAKEFILES \\
25111         dlls/dplayx/Makefile"
25112 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25113         dplayx"
25114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25115 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25116 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25117
25118 ALL_MAKEFILES="$ALL_MAKEFILES \\
25119         dlls/dplayx/tests/Makefile"
25120 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25121         dplayx/tests"
25122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25123 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25124 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25125
25126 ALL_MAKEFILES="$ALL_MAKEFILES \\
25127         dlls/dpnaddr/Makefile"
25128 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25129         dpnaddr"
25130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25131 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25132 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25133
25134 ALL_MAKEFILES="$ALL_MAKEFILES \\
25135         dlls/dpnet/Makefile"
25136 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25137         dpnet"
25138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25139 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25140 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25141
25142 ALL_MAKEFILES="$ALL_MAKEFILES \\
25143         dlls/dpnhpast/Makefile"
25144 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25145         dpnhpast"
25146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25147 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25148 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25149
25150 ALL_MAKEFILES="$ALL_MAKEFILES \\
25151         dlls/dpnlobby/Makefile"
25152 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25153         dpnlobby"
25154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25155 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25156 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25157
25158 ALL_MAKEFILES="$ALL_MAKEFILES \\
25159         dlls/dpwsockx/Makefile"
25160 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25161         dpwsockx"
25162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25163 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25164 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25165
25166 ALL_MAKEFILES="$ALL_MAKEFILES \\
25167         dlls/dsound/Makefile"
25168 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25169         dsound"
25170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25171 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25172 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25173
25174 ALL_MAKEFILES="$ALL_MAKEFILES \\
25175         dlls/dsound/tests/Makefile"
25176 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25177         dsound/tests"
25178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25179 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25180 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25181
25182 ALL_MAKEFILES="$ALL_MAKEFILES \\
25183         dlls/dssenh/Makefile"
25184 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25185         dssenh"
25186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25187 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25188 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25189
25190 ALL_MAKEFILES="$ALL_MAKEFILES \\
25191         dlls/dswave/Makefile"
25192 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25193         dswave"
25194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25195 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25196 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25197
25198 ALL_MAKEFILES="$ALL_MAKEFILES \\
25199         dlls/dwmapi/Makefile"
25200 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25201         dwmapi"
25202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25203 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25204 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25205
25206 ALL_MAKEFILES="$ALL_MAKEFILES \\
25207         dlls/dxdiagn/Makefile"
25208 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25209         dxdiagn"
25210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25211 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25212 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25213
25214 ALL_MAKEFILES="$ALL_MAKEFILES \\
25215         dlls/dxerr8/Makefile"
25216 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25217         dxerr8"
25218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25219 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25220 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25221
25222 ALL_MAKEFILES="$ALL_MAKEFILES \\
25223         dlls/dxerr9/Makefile"
25224 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25225         dxerr9"
25226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25227 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25228 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25229
25230 ALL_MAKEFILES="$ALL_MAKEFILES \\
25231         dlls/dxgi/Makefile"
25232 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25233         dxgi"
25234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25235 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25236 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25237
25238 ALL_MAKEFILES="$ALL_MAKEFILES \\
25239         dlls/dxgi/tests/Makefile"
25240 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25241         dxgi/tests"
25242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25243 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25244 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25245
25246 ALL_MAKEFILES="$ALL_MAKEFILES \\
25247         dlls/dxguid/Makefile"
25248 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25249         dxguid"
25250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25251 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25252 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25253
25254 ALL_MAKEFILES="$ALL_MAKEFILES \\
25255         dlls/faultrep/Makefile"
25256 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25257         faultrep"
25258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25259 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25260 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25261
25262 ALL_MAKEFILES="$ALL_MAKEFILES \\
25263         dlls/fusion/Makefile"
25264 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25265         fusion"
25266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25267 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25268 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25269
25270 ALL_MAKEFILES="$ALL_MAKEFILES \\
25271         dlls/fusion/tests/Makefile"
25272 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25273         fusion/tests"
25274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25275 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25276 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25277
25278 ALL_MAKEFILES="$ALL_MAKEFILES \\
25279         dlls/gdi32/Makefile"
25280 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25281         gdi32"
25282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25283 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25284 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25285
25286 ALL_MAKEFILES="$ALL_MAKEFILES \\
25287         dlls/gdi32/tests/Makefile"
25288 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25289         gdi32/tests"
25290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25291 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25292 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25293
25294 ALL_MAKEFILES="$ALL_MAKEFILES \\
25295         dlls/gdiplus/Makefile"
25296 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25297         gdiplus"
25298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25299 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25300 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25301
25302 ALL_MAKEFILES="$ALL_MAKEFILES \\
25303         dlls/gdiplus/tests/Makefile"
25304 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25305         gdiplus/tests"
25306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25307 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25308 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25309
25310 ALL_MAKEFILES="$ALL_MAKEFILES \\
25311         dlls/glu32/Makefile"
25312 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25313         glu32"
25314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25315 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25316 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25317
25318 ALL_MAKEFILES="$ALL_MAKEFILES \\
25319         dlls/gphoto2.ds/Makefile"
25320 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25321         gphoto2.ds"
25322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25323 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25324 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25325
25326 ALL_MAKEFILES="$ALL_MAKEFILES \\
25327         dlls/gpkcsp/Makefile"
25328 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25329         gpkcsp"
25330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25331 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25332 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25333
25334 ALL_MAKEFILES="$ALL_MAKEFILES \\
25335         dlls/hal/Makefile"
25336 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25337         hal"
25338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25339 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25340 ac_config_files="$ac_config_files dlls/hal/Makefile"
25341
25342 ALL_MAKEFILES="$ALL_MAKEFILES \\
25343         dlls/hhctrl.ocx/Makefile"
25344 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25345         hhctrl.ocx"
25346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25347 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25348 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25349
25350 ALL_MAKEFILES="$ALL_MAKEFILES \\
25351         dlls/hid/Makefile"
25352 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25353         hid"
25354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25355 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25356 ac_config_files="$ac_config_files dlls/hid/Makefile"
25357
25358 ALL_MAKEFILES="$ALL_MAKEFILES \\
25359         dlls/hlink/Makefile"
25360 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25361         hlink"
25362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25363 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25364 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25365
25366 ALL_MAKEFILES="$ALL_MAKEFILES \\
25367         dlls/hlink/tests/Makefile"
25368 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25369         hlink/tests"
25370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25371 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25372 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25373
25374 ALL_MAKEFILES="$ALL_MAKEFILES \\
25375         dlls/hnetcfg/Makefile"
25376 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25377         hnetcfg"
25378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25379 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25380 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25381
25382 ALL_MAKEFILES="$ALL_MAKEFILES \\
25383         dlls/httpapi/Makefile"
25384 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25385         httpapi"
25386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25387 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25388 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25389
25390 ALL_MAKEFILES="$ALL_MAKEFILES \\
25391         dlls/iccvid/Makefile"
25392 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25393         iccvid"
25394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25395 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25396 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25397
25398 ALL_MAKEFILES="$ALL_MAKEFILES \\
25399         dlls/icmp/Makefile"
25400 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25401         icmp"
25402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25403 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25404 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25405
25406 ALL_MAKEFILES="$ALL_MAKEFILES \\
25407         dlls/ifsmgr.vxd/Makefile"
25408 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25409         ifsmgr.vxd"
25410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25411 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25412 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25413
25414 ALL_MAKEFILES="$ALL_MAKEFILES \\
25415         dlls/imaadp32.acm/Makefile"
25416 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25417         imaadp32.acm"
25418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25419 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25420 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25421
25422 ALL_MAKEFILES="$ALL_MAKEFILES \\
25423         dlls/imagehlp/Makefile"
25424 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25425         imagehlp"
25426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25427 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25428 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25429
25430 ALL_MAKEFILES="$ALL_MAKEFILES \\
25431         dlls/imm32/Makefile"
25432 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25433         imm32"
25434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25435 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25436 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25437
25438 ALL_MAKEFILES="$ALL_MAKEFILES \\
25439         dlls/imm32/tests/Makefile"
25440 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25441         imm32/tests"
25442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25443 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25444 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25445
25446 ALL_MAKEFILES="$ALL_MAKEFILES \\
25447         dlls/inetcomm/Makefile"
25448 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25449         inetcomm"
25450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25451 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25452 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25453
25454 ALL_MAKEFILES="$ALL_MAKEFILES \\
25455         dlls/inetcomm/tests/Makefile"
25456 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25457         inetcomm/tests"
25458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25459 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25460 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25461
25462 ALL_MAKEFILES="$ALL_MAKEFILES \\
25463         dlls/inetmib1/Makefile"
25464 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25465         inetmib1"
25466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25467 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25468 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25469
25470 ALL_MAKEFILES="$ALL_MAKEFILES \\
25471         dlls/inetmib1/tests/Makefile"
25472 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25473         inetmib1/tests"
25474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25475 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25476 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25477
25478 ALL_MAKEFILES="$ALL_MAKEFILES \\
25479         dlls/infosoft/Makefile"
25480 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25481         infosoft"
25482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25483 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25484 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25485
25486 ALL_MAKEFILES="$ALL_MAKEFILES \\
25487         dlls/infosoft/tests/Makefile"
25488 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25489         infosoft/tests"
25490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25491 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25492 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25493
25494 ALL_MAKEFILES="$ALL_MAKEFILES \\
25495         dlls/initpki/Makefile"
25496 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25497         initpki"
25498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25499 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25500 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25501
25502 ALL_MAKEFILES="$ALL_MAKEFILES \\
25503         dlls/inkobj/Makefile"
25504 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25505         inkobj"
25506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25507 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25508 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25509
25510 ALL_MAKEFILES="$ALL_MAKEFILES \\
25511         dlls/inseng/Makefile"
25512 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25513         inseng"
25514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25515 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25516 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25517
25518 ALL_MAKEFILES="$ALL_MAKEFILES \\
25519         dlls/iphlpapi/Makefile"
25520 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25521         iphlpapi"
25522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25523 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25524 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25525
25526 ALL_MAKEFILES="$ALL_MAKEFILES \\
25527         dlls/iphlpapi/tests/Makefile"
25528 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25529         iphlpapi/tests"
25530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25531 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25532 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25533
25534 ALL_MAKEFILES="$ALL_MAKEFILES \\
25535         dlls/itircl/Makefile"
25536 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25537         itircl"
25538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25539 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25540 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25541
25542 ALL_MAKEFILES="$ALL_MAKEFILES \\
25543         dlls/itss/Makefile"
25544 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25545         itss"
25546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25547 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25548 ac_config_files="$ac_config_files dlls/itss/Makefile"
25549
25550 ALL_MAKEFILES="$ALL_MAKEFILES \\
25551         dlls/itss/tests/Makefile"
25552 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25553         itss/tests"
25554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25555 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25556 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25557
25558 ALL_MAKEFILES="$ALL_MAKEFILES \\
25559         dlls/jscript/Makefile"
25560 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25561         jscript"
25562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25563 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25564 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25565
25566 ALL_MAKEFILES="$ALL_MAKEFILES \\
25567         dlls/jscript/tests/Makefile"
25568 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25569         jscript/tests"
25570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25571 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25572 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25573
25574 ALL_MAKEFILES="$ALL_MAKEFILES \\
25575         dlls/kernel32/Makefile"
25576 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25577         kernel32"
25578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25579 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25580 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25581
25582 ALL_MAKEFILES="$ALL_MAKEFILES \\
25583         dlls/kernel32/tests/Makefile"
25584 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25585         kernel32/tests"
25586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25587 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25588 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25589
25590 ALL_MAKEFILES="$ALL_MAKEFILES \\
25591         dlls/loadperf/Makefile"
25592 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25593         loadperf"
25594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25595 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25596 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25597
25598 ALL_MAKEFILES="$ALL_MAKEFILES \\
25599         dlls/localspl/Makefile"
25600 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25601         localspl"
25602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25603 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25604 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25605
25606 ALL_MAKEFILES="$ALL_MAKEFILES \\
25607         dlls/localspl/tests/Makefile"
25608 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25609         localspl/tests"
25610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25611 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25612 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25613
25614 ALL_MAKEFILES="$ALL_MAKEFILES \\
25615         dlls/localui/Makefile"
25616 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25617         localui"
25618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25619 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25620 ac_config_files="$ac_config_files dlls/localui/Makefile"
25621
25622 ALL_MAKEFILES="$ALL_MAKEFILES \\
25623         dlls/localui/tests/Makefile"
25624 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25625         localui/tests"
25626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25627 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25628 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25629
25630 ALL_MAKEFILES="$ALL_MAKEFILES \\
25631         dlls/lz32/Makefile"
25632 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25633         lz32"
25634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25635 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25636 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25637
25638 ALL_MAKEFILES="$ALL_MAKEFILES \\
25639         dlls/lz32/tests/Makefile"
25640 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25641         lz32/tests"
25642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25643 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25644 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25645
25646 ALL_MAKEFILES="$ALL_MAKEFILES \\
25647         dlls/mapi32/Makefile"
25648 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25649         mapi32"
25650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25651 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25652 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25653
25654 ALL_MAKEFILES="$ALL_MAKEFILES \\
25655         dlls/mapi32/tests/Makefile"
25656 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25657         mapi32/tests"
25658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25659 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25660 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25661
25662 ALL_MAKEFILES="$ALL_MAKEFILES \\
25663         dlls/mciavi32/Makefile"
25664 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25665         mciavi32"
25666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25667 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25668 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25669
25670 ALL_MAKEFILES="$ALL_MAKEFILES \\
25671         dlls/mcicda/Makefile"
25672 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25673         mcicda"
25674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25675 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25676 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25677
25678 ALL_MAKEFILES="$ALL_MAKEFILES \\
25679         dlls/mciseq/Makefile"
25680 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25681         mciseq"
25682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25683 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25684 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25685
25686 ALL_MAKEFILES="$ALL_MAKEFILES \\
25687         dlls/mciwave/Makefile"
25688 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25689         mciwave"
25690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25691 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25692 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25693
25694 ALL_MAKEFILES="$ALL_MAKEFILES \\
25695         dlls/midimap/Makefile"
25696 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25697         midimap"
25698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25699 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25700 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25701
25702 ALL_MAKEFILES="$ALL_MAKEFILES \\
25703         dlls/mlang/Makefile"
25704 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25705         mlang"
25706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25707 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25708 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25709
25710 ALL_MAKEFILES="$ALL_MAKEFILES \\
25711         dlls/mlang/tests/Makefile"
25712 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25713         mlang/tests"
25714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25715 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25716 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25717
25718 ALL_MAKEFILES="$ALL_MAKEFILES \\
25719         dlls/mmdevldr.vxd/Makefile"
25720 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25721         mmdevldr.vxd"
25722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25723 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25724 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25725
25726 ALL_MAKEFILES="$ALL_MAKEFILES \\
25727         dlls/monodebg.vxd/Makefile"
25728 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25729         monodebg.vxd"
25730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25731 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25732 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25733
25734 ALL_MAKEFILES="$ALL_MAKEFILES \\
25735         dlls/mountmgr.sys/Makefile"
25736 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25737         mountmgr.sys"
25738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25739 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25740 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25741
25742 ALL_MAKEFILES="$ALL_MAKEFILES \\
25743         dlls/mpr/Makefile"
25744 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25745         mpr"
25746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25747 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25748 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25749
25750 ALL_MAKEFILES="$ALL_MAKEFILES \\
25751         dlls/mprapi/Makefile"
25752 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25753         mprapi"
25754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25755 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25756 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25757
25758 ALL_MAKEFILES="$ALL_MAKEFILES \\
25759         dlls/msacm32.drv/Makefile"
25760 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25761         msacm32.drv"
25762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25763 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25764 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25765
25766 ALL_MAKEFILES="$ALL_MAKEFILES \\
25767         dlls/msacm32/Makefile"
25768 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25769         msacm32"
25770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25771 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25772 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25773
25774 ALL_MAKEFILES="$ALL_MAKEFILES \\
25775         dlls/msacm32/tests/Makefile"
25776 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25777         msacm32/tests"
25778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25779 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25780 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25781
25782 ALL_MAKEFILES="$ALL_MAKEFILES \\
25783         dlls/msadp32.acm/Makefile"
25784 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25785         msadp32.acm"
25786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25787 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25788 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25789
25790 ALL_MAKEFILES="$ALL_MAKEFILES \\
25791         dlls/mscat32/Makefile"
25792 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25793         mscat32"
25794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25795 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25796 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25797
25798 ALL_MAKEFILES="$ALL_MAKEFILES \\
25799         dlls/mscms/Makefile"
25800 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25801         mscms"
25802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25803 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25804 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25805
25806 ALL_MAKEFILES="$ALL_MAKEFILES \\
25807         dlls/mscms/tests/Makefile"
25808 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25809         mscms/tests"
25810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25811 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25812 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25813
25814 ALL_MAKEFILES="$ALL_MAKEFILES \\
25815         dlls/mscoree/Makefile"
25816 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25817         mscoree"
25818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25819 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25820 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25821
25822 ALL_MAKEFILES="$ALL_MAKEFILES \\
25823         dlls/msctf/Makefile"
25824 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25825         msctf"
25826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25827 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
25828 ac_config_files="$ac_config_files dlls/msctf/Makefile"
25829
25830 ALL_MAKEFILES="$ALL_MAKEFILES \\
25831         dlls/msdmo/Makefile"
25832 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25833         msdmo"
25834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25835 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25836 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25837
25838 ALL_MAKEFILES="$ALL_MAKEFILES \\
25839         dlls/msftedit/Makefile"
25840 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25841         msftedit"
25842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25843 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25844 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25845
25846 ALL_MAKEFILES="$ALL_MAKEFILES \\
25847         dlls/msg711.acm/Makefile"
25848 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25849         msg711.acm"
25850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25851 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25852 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25853
25854 ALL_MAKEFILES="$ALL_MAKEFILES \\
25855         dlls/mshtml.tlb/Makefile"
25856 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25857         mshtml.tlb"
25858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25859 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25860 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25861
25862 ALL_MAKEFILES="$ALL_MAKEFILES \\
25863         dlls/mshtml/Makefile"
25864 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25865         mshtml"
25866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25867 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25868 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25869
25870 ALL_MAKEFILES="$ALL_MAKEFILES \\
25871         dlls/mshtml/tests/Makefile"
25872 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25873         mshtml/tests"
25874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25875 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25876 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25877
25878 ALL_MAKEFILES="$ALL_MAKEFILES \\
25879         dlls/msi/Makefile"
25880 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25881         msi"
25882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25883 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25884 ac_config_files="$ac_config_files dlls/msi/Makefile"
25885
25886 ALL_MAKEFILES="$ALL_MAKEFILES \\
25887         dlls/msi/tests/Makefile"
25888 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25889         msi/tests"
25890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25891 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25892 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25893
25894 ALL_MAKEFILES="$ALL_MAKEFILES \\
25895         dlls/msimg32/Makefile"
25896 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25897         msimg32"
25898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25899 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25900 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25901
25902 ALL_MAKEFILES="$ALL_MAKEFILES \\
25903         dlls/msimtf/Makefile"
25904 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25905         msimtf"
25906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25907 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25908 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25909
25910 ALL_MAKEFILES="$ALL_MAKEFILES \\
25911         dlls/msisip/Makefile"
25912 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25913         msisip"
25914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25915 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25916 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25917
25918 ALL_MAKEFILES="$ALL_MAKEFILES \\
25919         dlls/msisys.ocx/Makefile"
25920 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25921         msisys.ocx"
25922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25923 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25924 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25925
25926 ALL_MAKEFILES="$ALL_MAKEFILES \\
25927         dlls/msnet32/Makefile"
25928 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25929         msnet32"
25930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25931 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25932 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25933
25934 ALL_MAKEFILES="$ALL_MAKEFILES \\
25935         dlls/msrle32/Makefile"
25936 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25937         msrle32"
25938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25939 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25940 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25941
25942 ALL_MAKEFILES="$ALL_MAKEFILES \\
25943         dlls/mssign32/Makefile"
25944 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25945         mssign32"
25946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25947 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
25948 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
25949
25950 ALL_MAKEFILES="$ALL_MAKEFILES \\
25951         dlls/mssip32/Makefile"
25952 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25953         mssip32"
25954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25955 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25956 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25957
25958 ALL_MAKEFILES="$ALL_MAKEFILES \\
25959         dlls/mstask/Makefile"
25960 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25961         mstask"
25962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25963 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25964 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25965
25966 ALL_MAKEFILES="$ALL_MAKEFILES \\
25967         dlls/mstask/tests/Makefile"
25968 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25969         mstask/tests"
25970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25971 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25972 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25973
25974 ALL_MAKEFILES="$ALL_MAKEFILES \\
25975         dlls/msvcirt/Makefile"
25976 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25977         msvcirt"
25978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25979 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25980 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25981
25982 ALL_MAKEFILES="$ALL_MAKEFILES \\
25983         dlls/msvcr71/Makefile"
25984 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25985         msvcr71"
25986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25987 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25988 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25989
25990 ALL_MAKEFILES="$ALL_MAKEFILES \\
25991         dlls/msvcrt/Makefile"
25992 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25993         msvcrt"
25994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25995 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
25996 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
25997
25998 ALL_MAKEFILES="$ALL_MAKEFILES \\
25999         dlls/msvcrt/tests/Makefile"
26000 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26001         msvcrt/tests"
26002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26003 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26004 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26005
26006 ALL_MAKEFILES="$ALL_MAKEFILES \\
26007         dlls/msvcrt20/Makefile"
26008 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26009         msvcrt20"
26010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26011 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26012 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26013
26014 ALL_MAKEFILES="$ALL_MAKEFILES \\
26015         dlls/msvcrt40/Makefile"
26016 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26017         msvcrt40"
26018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26019 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26020 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26021
26022 ALL_MAKEFILES="$ALL_MAKEFILES \\
26023         dlls/msvcrtd/Makefile"
26024 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26025         msvcrtd"
26026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26027 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26028 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26029
26030 ALL_MAKEFILES="$ALL_MAKEFILES \\
26031         dlls/msvcrtd/tests/Makefile"
26032 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26033         msvcrtd/tests"
26034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26035 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26036 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26037
26038 ALL_MAKEFILES="$ALL_MAKEFILES \\
26039         dlls/msvfw32/Makefile"
26040 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26041         msvfw32"
26042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26043 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26044 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26045
26046 ALL_MAKEFILES="$ALL_MAKEFILES \\
26047         dlls/msvfw32/tests/Makefile"
26048 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26049         msvfw32/tests"
26050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26051 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26052 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26053
26054 ALL_MAKEFILES="$ALL_MAKEFILES \\
26055         dlls/msvidc32/Makefile"
26056 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26057         msvidc32"
26058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26059 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26060 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26061
26062 ALL_MAKEFILES="$ALL_MAKEFILES \\
26063         dlls/mswsock/Makefile"
26064 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26065         mswsock"
26066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26067 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26068 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26069
26070 ALL_MAKEFILES="$ALL_MAKEFILES \\
26071         dlls/msxml3/Makefile"
26072 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26073         msxml3"
26074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26075 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26076 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26077
26078 ALL_MAKEFILES="$ALL_MAKEFILES \\
26079         dlls/msxml3/tests/Makefile"
26080 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26081         msxml3/tests"
26082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26083 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26084 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26085
26086 ALL_MAKEFILES="$ALL_MAKEFILES \\
26087         dlls/nddeapi/Makefile"
26088 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26089         nddeapi"
26090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26091 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26092 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26093
26094 ALL_MAKEFILES="$ALL_MAKEFILES \\
26095         dlls/netapi32/Makefile"
26096 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26097         netapi32"
26098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26099 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26100 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26101
26102 ALL_MAKEFILES="$ALL_MAKEFILES \\
26103         dlls/netapi32/tests/Makefile"
26104 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26105         netapi32/tests"
26106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26107 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26108 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26109
26110 ALL_MAKEFILES="$ALL_MAKEFILES \\
26111         dlls/newdev/Makefile"
26112 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26113         newdev"
26114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26115 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26116 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26117
26118 ALL_MAKEFILES="$ALL_MAKEFILES \\
26119         dlls/ntdll/Makefile"
26120 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26121         ntdll"
26122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26123 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26124 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26125
26126 ALL_MAKEFILES="$ALL_MAKEFILES \\
26127         dlls/ntdll/tests/Makefile"
26128 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26129         ntdll/tests"
26130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26131 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26132 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26133
26134 ALL_MAKEFILES="$ALL_MAKEFILES \\
26135         dlls/ntdsapi/Makefile"
26136 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26137         ntdsapi"
26138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26139 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26140 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26141
26142 ALL_MAKEFILES="$ALL_MAKEFILES \\
26143         dlls/ntdsapi/tests/Makefile"
26144 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26145         ntdsapi/tests"
26146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26147 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26148 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26149
26150 ALL_MAKEFILES="$ALL_MAKEFILES \\
26151         dlls/ntoskrnl.exe/Makefile"
26152 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26153         ntoskrnl.exe"
26154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26155 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26156 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26157
26158 ALL_MAKEFILES="$ALL_MAKEFILES \\
26159         dlls/ntprint/Makefile"
26160 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26161         ntprint"
26162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26163 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26164 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26165
26166 ALL_MAKEFILES="$ALL_MAKEFILES \\
26167         dlls/ntprint/tests/Makefile"
26168 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26169         ntprint/tests"
26170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26171 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26172 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26173
26174 ALL_MAKEFILES="$ALL_MAKEFILES \\
26175         dlls/objsel/Makefile"
26176 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26177         objsel"
26178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26179 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26180 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26181
26182 ALL_MAKEFILES="$ALL_MAKEFILES \\
26183         dlls/odbc32/Makefile"
26184 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26185         odbc32"
26186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26187 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26188 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26189
26190 ALL_MAKEFILES="$ALL_MAKEFILES \\
26191         dlls/odbccp32/Makefile"
26192 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26193         odbccp32"
26194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26195 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26196 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26197
26198 ALL_MAKEFILES="$ALL_MAKEFILES \\
26199         dlls/odbccp32/tests/Makefile"
26200 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26201         odbccp32/tests"
26202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26203 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26204 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26205
26206 ALL_MAKEFILES="$ALL_MAKEFILES \\
26207         dlls/ole32/Makefile"
26208 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26209         ole32"
26210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26211 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26212 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26213
26214 ALL_MAKEFILES="$ALL_MAKEFILES \\
26215         dlls/ole32/tests/Makefile"
26216 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26217         ole32/tests"
26218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26219 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26220 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26221
26222 ALL_MAKEFILES="$ALL_MAKEFILES \\
26223         dlls/oleacc/Makefile"
26224 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26225         oleacc"
26226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26227 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26228 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26229
26230 ALL_MAKEFILES="$ALL_MAKEFILES \\
26231         dlls/oleacc/tests/Makefile"
26232 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26233         oleacc/tests"
26234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26235 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26236 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26237
26238 ALL_MAKEFILES="$ALL_MAKEFILES \\
26239         dlls/oleaut32/Makefile"
26240 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26241         oleaut32"
26242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26243 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26244 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26245
26246 ALL_MAKEFILES="$ALL_MAKEFILES \\
26247         dlls/oleaut32/tests/Makefile"
26248 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26249         oleaut32/tests"
26250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26251 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26252 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26253
26254 ALL_MAKEFILES="$ALL_MAKEFILES \\
26255         dlls/olecli32/Makefile"
26256 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26257         olecli32"
26258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26259 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26260 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26261
26262 ALL_MAKEFILES="$ALL_MAKEFILES \\
26263         dlls/oledlg/Makefile"
26264 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26265         oledlg"
26266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26267 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26268 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26269
26270 ALL_MAKEFILES="$ALL_MAKEFILES \\
26271         dlls/olepro32/Makefile"
26272 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26273         olepro32"
26274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26275 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26276 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26277
26278 ALL_MAKEFILES="$ALL_MAKEFILES \\
26279         dlls/olesvr32/Makefile"
26280 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26281         olesvr32"
26282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26283 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26284 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26285
26286 ALL_MAKEFILES="$ALL_MAKEFILES \\
26287         dlls/olethk32/Makefile"
26288 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26289         olethk32"
26290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26291 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26292 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26293
26294 ALL_MAKEFILES="$ALL_MAKEFILES \\
26295         dlls/opengl32/Makefile"
26296 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26297         opengl32"
26298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26299 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26300 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26301
26302 ALL_MAKEFILES="$ALL_MAKEFILES \\
26303         dlls/opengl32/tests/Makefile"
26304 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26305         opengl32/tests"
26306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26307 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26308 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26309
26310 ALL_MAKEFILES="$ALL_MAKEFILES \\
26311         dlls/pdh/Makefile"
26312 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26313         pdh"
26314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26315 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26316 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26317
26318 ALL_MAKEFILES="$ALL_MAKEFILES \\
26319         dlls/pdh/tests/Makefile"
26320 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26321         pdh/tests"
26322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26323 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26324 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26325
26326 ALL_MAKEFILES="$ALL_MAKEFILES \\
26327         dlls/pidgen/Makefile"
26328 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26329         pidgen"
26330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26331 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26332 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26333
26334 ALL_MAKEFILES="$ALL_MAKEFILES \\
26335         dlls/powrprof/Makefile"
26336 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26337         powrprof"
26338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26339 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26340 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26341
26342 ALL_MAKEFILES="$ALL_MAKEFILES \\
26343         dlls/printui/Makefile"
26344 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26345         printui"
26346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26347 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26348 ac_config_files="$ac_config_files dlls/printui/Makefile"
26349
26350 ALL_MAKEFILES="$ALL_MAKEFILES \\
26351         dlls/propsys/Makefile"
26352 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26353         propsys"
26354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26355 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26356 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26357
26358 ALL_MAKEFILES="$ALL_MAKEFILES \\
26359         dlls/psapi/Makefile"
26360 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26361         psapi"
26362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26363 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26364 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26365
26366 ALL_MAKEFILES="$ALL_MAKEFILES \\
26367         dlls/psapi/tests/Makefile"
26368 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26369         psapi/tests"
26370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26371 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26372 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26373
26374 ALL_MAKEFILES="$ALL_MAKEFILES \\
26375         dlls/pstorec/Makefile"
26376 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26377         pstorec"
26378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26379 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26380 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26381
26382 ALL_MAKEFILES="$ALL_MAKEFILES \\
26383         dlls/qcap/Makefile"
26384 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26385         qcap"
26386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26387 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26388 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26389
26390 ALL_MAKEFILES="$ALL_MAKEFILES \\
26391         dlls/qedit/Makefile"
26392 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26393         qedit"
26394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26395 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26396 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26397
26398 ALL_MAKEFILES="$ALL_MAKEFILES \\
26399         dlls/qedit/tests/Makefile"
26400 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26401         qedit/tests"
26402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26403 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26404 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26405
26406 ALL_MAKEFILES="$ALL_MAKEFILES \\
26407         dlls/qmgr/Makefile"
26408 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26409         qmgr"
26410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26411 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26412 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26413
26414 ALL_MAKEFILES="$ALL_MAKEFILES \\
26415         dlls/qmgr/tests/Makefile"
26416 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26417         qmgr/tests"
26418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26419 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26420 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26421
26422 ALL_MAKEFILES="$ALL_MAKEFILES \\
26423         dlls/qmgrprxy/Makefile"
26424 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26425         qmgrprxy"
26426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26427 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26428 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26429
26430 ALL_MAKEFILES="$ALL_MAKEFILES \\
26431         dlls/quartz/Makefile"
26432 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26433         quartz"
26434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26435 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26436 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26437
26438 ALL_MAKEFILES="$ALL_MAKEFILES \\
26439         dlls/quartz/tests/Makefile"
26440 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26441         quartz/tests"
26442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26443 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26444 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26445
26446 ALL_MAKEFILES="$ALL_MAKEFILES \\
26447         dlls/query/Makefile"
26448 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26449         query"
26450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26451 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26452 ac_config_files="$ac_config_files dlls/query/Makefile"
26453
26454 ALL_MAKEFILES="$ALL_MAKEFILES \\
26455         dlls/rasapi32/Makefile"
26456 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26457         rasapi32"
26458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26459 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26460 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26461
26462 ALL_MAKEFILES="$ALL_MAKEFILES \\
26463         dlls/rasapi32/tests/Makefile"
26464 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26465         rasapi32/tests"
26466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26467 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26468 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26469
26470 ALL_MAKEFILES="$ALL_MAKEFILES \\
26471         dlls/rasdlg/Makefile"
26472 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26473         rasdlg"
26474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26475 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26476 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26477
26478 ALL_MAKEFILES="$ALL_MAKEFILES \\
26479         dlls/resutils/Makefile"
26480 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26481         resutils"
26482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26483 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26484 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26485
26486 ALL_MAKEFILES="$ALL_MAKEFILES \\
26487         dlls/riched20/Makefile"
26488 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26489         riched20"
26490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26491 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26492 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26493
26494 ALL_MAKEFILES="$ALL_MAKEFILES \\
26495         dlls/riched20/tests/Makefile"
26496 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26497         riched20/tests"
26498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26499 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26500 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26501
26502 ALL_MAKEFILES="$ALL_MAKEFILES \\
26503         dlls/riched32/Makefile"
26504 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26505         riched32"
26506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26507 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26508 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26509
26510 ALL_MAKEFILES="$ALL_MAKEFILES \\
26511         dlls/riched32/tests/Makefile"
26512 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26513         riched32/tests"
26514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26515 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26516 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26517
26518 ALL_MAKEFILES="$ALL_MAKEFILES \\
26519         dlls/rpcrt4/Makefile"
26520 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26521         rpcrt4"
26522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26523 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26524 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26525
26526 ALL_MAKEFILES="$ALL_MAKEFILES \\
26527         dlls/rpcrt4/tests/Makefile"
26528 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26529         rpcrt4/tests"
26530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26531 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26532 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26533
26534 ALL_MAKEFILES="$ALL_MAKEFILES \\
26535         dlls/rsabase/Makefile"
26536 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26537         rsabase"
26538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26539 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26540 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26541
26542 ALL_MAKEFILES="$ALL_MAKEFILES \\
26543         dlls/rsaenh/Makefile"
26544 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26545         rsaenh"
26546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26547 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26548 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26549
26550 ALL_MAKEFILES="$ALL_MAKEFILES \\
26551         dlls/rsaenh/tests/Makefile"
26552 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26553         rsaenh/tests"
26554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26555 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26556 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26557
26558 ALL_MAKEFILES="$ALL_MAKEFILES \\
26559         dlls/sane.ds/Makefile"
26560 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26561         sane.ds"
26562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26563 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26564 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26565
26566 ALL_MAKEFILES="$ALL_MAKEFILES \\
26567         dlls/sccbase/Makefile"
26568 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26569         sccbase"
26570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26571 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26572 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26573
26574 ALL_MAKEFILES="$ALL_MAKEFILES \\
26575         dlls/schannel/Makefile"
26576 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26577         schannel"
26578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26579 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26580 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26581
26582 ALL_MAKEFILES="$ALL_MAKEFILES \\
26583         dlls/schannel/tests/Makefile"
26584 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26585         schannel/tests"
26586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26587 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26588 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26589
26590 ALL_MAKEFILES="$ALL_MAKEFILES \\
26591         dlls/secur32/Makefile"
26592 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26593         secur32"
26594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26595 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26596 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26597
26598 ALL_MAKEFILES="$ALL_MAKEFILES \\
26599         dlls/secur32/tests/Makefile"
26600 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26601         secur32/tests"
26602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26603 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26604 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26605
26606 ALL_MAKEFILES="$ALL_MAKEFILES \\
26607         dlls/security/Makefile"
26608 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26609         security"
26610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26611 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26612 ac_config_files="$ac_config_files dlls/security/Makefile"
26613
26614 ALL_MAKEFILES="$ALL_MAKEFILES \\
26615         dlls/sensapi/Makefile"
26616 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26617         sensapi"
26618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26619 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26620 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26621
26622 ALL_MAKEFILES="$ALL_MAKEFILES \\
26623         dlls/serialui/Makefile"
26624 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26625         serialui"
26626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26627 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26628 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26629
26630 ALL_MAKEFILES="$ALL_MAKEFILES \\
26631         dlls/serialui/tests/Makefile"
26632 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26633         serialui/tests"
26634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26635 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26636 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26637
26638 ALL_MAKEFILES="$ALL_MAKEFILES \\
26639         dlls/setupapi/Makefile"
26640 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26641         setupapi"
26642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26643 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26644 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26645
26646 ALL_MAKEFILES="$ALL_MAKEFILES \\
26647         dlls/setupapi/tests/Makefile"
26648 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26649         setupapi/tests"
26650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26651 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26652 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26653
26654 ALL_MAKEFILES="$ALL_MAKEFILES \\
26655         dlls/sfc/Makefile"
26656 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26657         sfc"
26658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26659 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26660 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26661
26662 ALL_MAKEFILES="$ALL_MAKEFILES \\
26663         dlls/sfc_os/Makefile"
26664 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26665         sfc_os"
26666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26667 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26668 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26669
26670 ALL_MAKEFILES="$ALL_MAKEFILES \\
26671         dlls/shdoclc/Makefile"
26672 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26673         shdoclc"
26674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26675 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26676 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26677
26678 ALL_MAKEFILES="$ALL_MAKEFILES \\
26679         dlls/shdocvw/Makefile"
26680 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26681         shdocvw"
26682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26683 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26684 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26685
26686 ALL_MAKEFILES="$ALL_MAKEFILES \\
26687         dlls/shdocvw/tests/Makefile"
26688 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26689         shdocvw/tests"
26690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26691 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26692 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26693
26694 ALL_MAKEFILES="$ALL_MAKEFILES \\
26695         dlls/shell32/Makefile"
26696 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26697         shell32"
26698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26699 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26700 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26701
26702 ALL_MAKEFILES="$ALL_MAKEFILES \\
26703         dlls/shell32/tests/Makefile"
26704 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26705         shell32/tests"
26706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26707 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26708 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26709
26710 ALL_MAKEFILES="$ALL_MAKEFILES \\
26711         dlls/shfolder/Makefile"
26712 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26713         shfolder"
26714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26715 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26716 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26717
26718 ALL_MAKEFILES="$ALL_MAKEFILES \\
26719         dlls/shlwapi/Makefile"
26720 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26721         shlwapi"
26722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26723 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26724 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26725
26726 ALL_MAKEFILES="$ALL_MAKEFILES \\
26727         dlls/shlwapi/tests/Makefile"
26728 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26729         shlwapi/tests"
26730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26731 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26732 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26733
26734 ALL_MAKEFILES="$ALL_MAKEFILES \\
26735         dlls/slbcsp/Makefile"
26736 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26737         slbcsp"
26738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26739 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26740 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26741
26742 ALL_MAKEFILES="$ALL_MAKEFILES \\
26743         dlls/slc/Makefile"
26744 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26745         slc"
26746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26747 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26748 ac_config_files="$ac_config_files dlls/slc/Makefile"
26749
26750 ALL_MAKEFILES="$ALL_MAKEFILES \\
26751         dlls/snmpapi/Makefile"
26752 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26753         snmpapi"
26754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26755 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26756 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26757
26758 ALL_MAKEFILES="$ALL_MAKEFILES \\
26759         dlls/snmpapi/tests/Makefile"
26760 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26761         snmpapi/tests"
26762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26763 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26764 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26765
26766 ALL_MAKEFILES="$ALL_MAKEFILES \\
26767         dlls/softpub/Makefile"
26768 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26769         softpub"
26770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26771 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26772 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26773
26774 ALL_MAKEFILES="$ALL_MAKEFILES \\
26775         dlls/spoolss/Makefile"
26776 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26777         spoolss"
26778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26779 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26780 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26781
26782 ALL_MAKEFILES="$ALL_MAKEFILES \\
26783         dlls/spoolss/tests/Makefile"
26784 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26785         spoolss/tests"
26786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26787 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26788 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26789
26790 ALL_MAKEFILES="$ALL_MAKEFILES \\
26791         dlls/stdole2.tlb/Makefile"
26792 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26793         stdole2.tlb"
26794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26795 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26796 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26797
26798 ALL_MAKEFILES="$ALL_MAKEFILES \\
26799         dlls/stdole32.tlb/Makefile"
26800 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26801         stdole32.tlb"
26802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26803 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26804 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26805
26806 ALL_MAKEFILES="$ALL_MAKEFILES \\
26807         dlls/sti/Makefile"
26808 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26809         sti"
26810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26811 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26812 ac_config_files="$ac_config_files dlls/sti/Makefile"
26813
26814 ALL_MAKEFILES="$ALL_MAKEFILES \\
26815         dlls/strmiids/Makefile"
26816 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26817         strmiids"
26818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26819 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26820 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26821
26822 ALL_MAKEFILES="$ALL_MAKEFILES \\
26823         dlls/svrapi/Makefile"
26824 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26825         svrapi"
26826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26827 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26828 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26829
26830 ALL_MAKEFILES="$ALL_MAKEFILES \\
26831         dlls/sxs/Makefile"
26832 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26833         sxs"
26834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26835 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26836 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26837
26838 ALL_MAKEFILES="$ALL_MAKEFILES \\
26839         dlls/tapi32/Makefile"
26840 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26841         tapi32"
26842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26843 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26844 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26845
26846 ALL_MAKEFILES="$ALL_MAKEFILES \\
26847         dlls/traffic/Makefile"
26848 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26849         traffic"
26850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26851 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
26852 ac_config_files="$ac_config_files dlls/traffic/Makefile"
26853
26854 ALL_MAKEFILES="$ALL_MAKEFILES \\
26855         dlls/twain_32/Makefile"
26856 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26857         twain_32"
26858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26859 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26860 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26861
26862 ALL_MAKEFILES="$ALL_MAKEFILES \\
26863         dlls/twain_32/tests/Makefile"
26864 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26865         twain_32/tests"
26866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26867 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
26868 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
26869
26870 ALL_MAKEFILES="$ALL_MAKEFILES \\
26871         dlls/unicows/Makefile"
26872 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26873         unicows"
26874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26875 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26876 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26877
26878 ALL_MAKEFILES="$ALL_MAKEFILES \\
26879         dlls/updspapi/Makefile"
26880 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26881         updspapi"
26882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26883 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
26884 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
26885
26886 ALL_MAKEFILES="$ALL_MAKEFILES \\
26887         dlls/url/Makefile"
26888 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26889         url"
26890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26891 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26892 ac_config_files="$ac_config_files dlls/url/Makefile"
26893
26894 ALL_MAKEFILES="$ALL_MAKEFILES \\
26895         dlls/urlmon/Makefile"
26896 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26897         urlmon"
26898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26899 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26900 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26901
26902 ALL_MAKEFILES="$ALL_MAKEFILES \\
26903         dlls/urlmon/tests/Makefile"
26904 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26905         urlmon/tests"
26906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26907 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26908 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26909
26910 ALL_MAKEFILES="$ALL_MAKEFILES \\
26911         dlls/user32/Makefile"
26912 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26913         user32"
26914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26915 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26916 ac_config_files="$ac_config_files dlls/user32/Makefile"
26917
26918 ALL_MAKEFILES="$ALL_MAKEFILES \\
26919         dlls/user32/tests/Makefile"
26920 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26921         user32/tests"
26922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26923 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26924 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26925
26926 ALL_MAKEFILES="$ALL_MAKEFILES \\
26927         dlls/userenv/Makefile"
26928 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26929         userenv"
26930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26931 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26932 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26933
26934 ALL_MAKEFILES="$ALL_MAKEFILES \\
26935         dlls/userenv/tests/Makefile"
26936 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26937         userenv/tests"
26938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26939 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26940 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26941
26942 ALL_MAKEFILES="$ALL_MAKEFILES \\
26943         dlls/usp10/Makefile"
26944 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26945         usp10"
26946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26947 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26948 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26949
26950 ALL_MAKEFILES="$ALL_MAKEFILES \\
26951         dlls/usp10/tests/Makefile"
26952 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26953         usp10/tests"
26954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26955 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26956 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26957
26958 ALL_MAKEFILES="$ALL_MAKEFILES \\
26959         dlls/uuid/Makefile"
26960 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26961         uuid"
26962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26963 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26964 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26965
26966 ALL_MAKEFILES="$ALL_MAKEFILES \\
26967         dlls/uxtheme/Makefile"
26968 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26969         uxtheme"
26970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26971 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26972 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26973
26974 ALL_MAKEFILES="$ALL_MAKEFILES \\
26975         dlls/uxtheme/tests/Makefile"
26976 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26977         uxtheme/tests"
26978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26979 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26980 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26981
26982 ALL_MAKEFILES="$ALL_MAKEFILES \\
26983         dlls/vdhcp.vxd/Makefile"
26984 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26985         vdhcp.vxd"
26986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26987 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26988 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
26989
26990 ALL_MAKEFILES="$ALL_MAKEFILES \\
26991         dlls/vdmdbg/Makefile"
26992 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26993         vdmdbg"
26994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26995 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
26996 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
26997
26998 ALL_MAKEFILES="$ALL_MAKEFILES \\
26999         dlls/version/Makefile"
27000 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27001         version"
27002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27003 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27004 ac_config_files="$ac_config_files dlls/version/Makefile"
27005
27006 ALL_MAKEFILES="$ALL_MAKEFILES \\
27007         dlls/version/tests/Makefile"
27008 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27009         version/tests"
27010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27011 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27012 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27013
27014 ALL_MAKEFILES="$ALL_MAKEFILES \\
27015         dlls/vmm.vxd/Makefile"
27016 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27017         vmm.vxd"
27018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27019 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27020 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27021
27022 ALL_MAKEFILES="$ALL_MAKEFILES \\
27023         dlls/vnbt.vxd/Makefile"
27024 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27025         vnbt.vxd"
27026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27027 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27028 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27029
27030 ALL_MAKEFILES="$ALL_MAKEFILES \\
27031         dlls/vnetbios.vxd/Makefile"
27032 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27033         vnetbios.vxd"
27034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27035 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27036 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27037
27038 ALL_MAKEFILES="$ALL_MAKEFILES \\
27039         dlls/vtdapi.vxd/Makefile"
27040 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27041         vtdapi.vxd"
27042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27043 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27044 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27045
27046 ALL_MAKEFILES="$ALL_MAKEFILES \\
27047         dlls/vwin32.vxd/Makefile"
27048 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27049         vwin32.vxd"
27050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27051 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27052 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27053
27054 ALL_MAKEFILES="$ALL_MAKEFILES \\
27055         dlls/w32skrnl/Makefile"
27056 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27057         w32skrnl"
27058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27059 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27060 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27061
27062 ALL_MAKEFILES="$ALL_MAKEFILES \\
27063         dlls/winealsa.drv/Makefile"
27064 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27065         winealsa.drv"
27066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27067 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27068 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27069
27070 ALL_MAKEFILES="$ALL_MAKEFILES \\
27071         dlls/wineaudioio.drv/Makefile"
27072 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27073         wineaudioio.drv"
27074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27075 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27076 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27077
27078 ALL_MAKEFILES="$ALL_MAKEFILES \\
27079         dlls/winecoreaudio.drv/Makefile"
27080 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27081         winecoreaudio.drv"
27082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27083 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27084 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27085
27086 ALL_MAKEFILES="$ALL_MAKEFILES \\
27087         dlls/winecrt0/Makefile"
27088 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27089         winecrt0"
27090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27091 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27092 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27093
27094 ALL_MAKEFILES="$ALL_MAKEFILES \\
27095         dlls/wined3d/Makefile"
27096 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27097         wined3d"
27098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27099 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27100 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27101
27102 ALL_MAKEFILES="$ALL_MAKEFILES \\
27103         dlls/winedos/Makefile"
27104 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27105         winedos"
27106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27107 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27108 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27109
27110 ALL_MAKEFILES="$ALL_MAKEFILES \\
27111         dlls/wineesd.drv/Makefile"
27112 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27113         wineesd.drv"
27114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27115 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27116 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27117
27118 ALL_MAKEFILES="$ALL_MAKEFILES \\
27119         dlls/winejack.drv/Makefile"
27120 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27121         winejack.drv"
27122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27123 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27124 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27125
27126 ALL_MAKEFILES="$ALL_MAKEFILES \\
27127         dlls/winejoystick.drv/Makefile"
27128 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27129         winejoystick.drv"
27130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27131 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27132 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27133
27134 ALL_MAKEFILES="$ALL_MAKEFILES \\
27135         dlls/winemp3.acm/Makefile"
27136 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27137         winemp3.acm"
27138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27139 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27140 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27141
27142 ALL_MAKEFILES="$ALL_MAKEFILES \\
27143         dlls/winenas.drv/Makefile"
27144 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27145         winenas.drv"
27146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27147 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27148 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27149
27150 ALL_MAKEFILES="$ALL_MAKEFILES \\
27151         dlls/wineoss.drv/Makefile"
27152 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27153         wineoss.drv"
27154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27155 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27156 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27157
27158 ALL_MAKEFILES="$ALL_MAKEFILES \\
27159         dlls/wineps.drv/Makefile"
27160 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27161         wineps.drv"
27162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27163 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27164 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27165
27166 ALL_MAKEFILES="$ALL_MAKEFILES \\
27167         dlls/winequartz.drv/Makefile"
27168 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27169         winequartz.drv"
27170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27171 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27172 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27173
27174 ALL_MAKEFILES="$ALL_MAKEFILES \\
27175         dlls/winex11.drv/Makefile"
27176 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27177         winex11.drv"
27178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27179 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27180 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27181
27182 ALL_MAKEFILES="$ALL_MAKEFILES \\
27183         dlls/wing32/Makefile"
27184 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27185         wing32"
27186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27187 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27188 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27189
27190 ALL_MAKEFILES="$ALL_MAKEFILES \\
27191         dlls/winhttp/Makefile"
27192 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27193         winhttp"
27194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27195 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27196 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27197
27198 ALL_MAKEFILES="$ALL_MAKEFILES \\
27199         dlls/winhttp/tests/Makefile"
27200 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27201         winhttp/tests"
27202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27203 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27204 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27205
27206 ALL_MAKEFILES="$ALL_MAKEFILES \\
27207         dlls/wininet/Makefile"
27208 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27209         wininet"
27210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27211 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27212 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27213
27214 ALL_MAKEFILES="$ALL_MAKEFILES \\
27215         dlls/wininet/tests/Makefile"
27216 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27217         wininet/tests"
27218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27219 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27220 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27221
27222 ALL_MAKEFILES="$ALL_MAKEFILES \\
27223         dlls/winmm/Makefile"
27224 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27225         winmm"
27226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27227 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27228 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27229
27230 ALL_MAKEFILES="$ALL_MAKEFILES \\
27231         dlls/winmm/tests/Makefile"
27232 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27233         winmm/tests"
27234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27235 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27236 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27237
27238 ALL_MAKEFILES="$ALL_MAKEFILES \\
27239         dlls/winnls32/Makefile"
27240 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27241         winnls32"
27242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27243 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27244 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27245
27246 ALL_MAKEFILES="$ALL_MAKEFILES \\
27247         dlls/winscard/Makefile"
27248 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27249         winscard"
27250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27251 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27252 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27253
27254 ALL_MAKEFILES="$ALL_MAKEFILES \\
27255         dlls/winspool.drv/Makefile"
27256 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27257         winspool.drv"
27258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27259 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27260 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27261
27262 ALL_MAKEFILES="$ALL_MAKEFILES \\
27263         dlls/winspool.drv/tests/Makefile"
27264 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27265         winspool.drv/tests"
27266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27267 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27268 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27269
27270 ALL_MAKEFILES="$ALL_MAKEFILES \\
27271         dlls/wintab32/Makefile"
27272 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27273         wintab32"
27274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27275 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27276 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27277
27278 ALL_MAKEFILES="$ALL_MAKEFILES \\
27279         dlls/wintrust/Makefile"
27280 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27281         wintrust"
27282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27283 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27284 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27285
27286 ALL_MAKEFILES="$ALL_MAKEFILES \\
27287         dlls/wintrust/tests/Makefile"
27288 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27289         wintrust/tests"
27290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27291 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27292 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27293
27294 ALL_MAKEFILES="$ALL_MAKEFILES \\
27295         dlls/wldap32/Makefile"
27296 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27297         wldap32"
27298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27299 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27300 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27301
27302 ALL_MAKEFILES="$ALL_MAKEFILES \\
27303         dlls/wldap32/tests/Makefile"
27304 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27305         wldap32/tests"
27306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27307 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27308 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27309
27310 ALL_MAKEFILES="$ALL_MAKEFILES \\
27311         dlls/wmi/Makefile"
27312 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27313         wmi"
27314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27315 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27316 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27317
27318 ALL_MAKEFILES="$ALL_MAKEFILES \\
27319         dlls/wnaspi32/Makefile"
27320 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27321         wnaspi32"
27322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27323 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27324 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27325
27326 ALL_MAKEFILES="$ALL_MAKEFILES \\
27327         dlls/wow32/Makefile"
27328 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27329         wow32"
27330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27331 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27332 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27333
27334 ALL_MAKEFILES="$ALL_MAKEFILES \\
27335         dlls/ws2_32/Makefile"
27336 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27337         ws2_32"
27338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27339 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27340 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27341
27342 ALL_MAKEFILES="$ALL_MAKEFILES \\
27343         dlls/ws2_32/tests/Makefile"
27344 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27345         ws2_32/tests"
27346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27347 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27348 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27349
27350 ALL_MAKEFILES="$ALL_MAKEFILES \\
27351         dlls/wsock32/Makefile"
27352 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27353         wsock32"
27354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27355 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27356 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27357
27358 ALL_MAKEFILES="$ALL_MAKEFILES \\
27359         dlls/wtsapi32/Makefile"
27360 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27361         wtsapi32"
27362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27363 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27364 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27365
27366 ALL_MAKEFILES="$ALL_MAKEFILES \\
27367         dlls/wuapi/Makefile"
27368 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27369         wuapi"
27370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27371 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27372 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27373
27374 ALL_MAKEFILES="$ALL_MAKEFILES \\
27375         dlls/xinput1_1/Makefile"
27376 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27377         xinput1_1"
27378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27379 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27380 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27381
27382 ALL_MAKEFILES="$ALL_MAKEFILES \\
27383         dlls/xinput1_2/Makefile"
27384 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27385         xinput1_2"
27386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27387 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27388 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27389
27390 ALL_MAKEFILES="$ALL_MAKEFILES \\
27391         dlls/xinput1_3/Makefile"
27392 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27393         xinput1_3"
27394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27395 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27396 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27397
27398 ALL_MAKEFILES="$ALL_MAKEFILES \\
27399         dlls/xinput1_3/tests/Makefile"
27400 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27401         xinput1_3/tests"
27402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27403 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27404 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27405
27406 ALL_MAKEFILES="$ALL_MAKEFILES \\
27407         dlls/xinput9_1_0/Makefile"
27408 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27409         xinput9_1_0"
27410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27411 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27412 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27413
27414 ALL_MAKEFILES="$ALL_MAKEFILES \\
27415         documentation/Makefile"
27416 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27417         documentation"
27418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27419 documentation/Makefile: documentation/Makefile.in Make.rules"
27420 ac_config_files="$ac_config_files documentation/Makefile"
27421
27422 ALL_MAKEFILES="$ALL_MAKEFILES \\
27423         fonts/Makefile"
27424 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27425         fonts"
27426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27427 fonts/Makefile: fonts/Makefile.in Make.rules"
27428 ac_config_files="$ac_config_files fonts/Makefile"
27429
27430 ALL_MAKEFILES="$ALL_MAKEFILES \\
27431         include/Makefile"
27432 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27433         include"
27434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27435 include/Makefile: include/Makefile.in Make.rules"
27436 ac_config_files="$ac_config_files include/Makefile"
27437
27438 ALL_MAKEFILES="$ALL_MAKEFILES \\
27439         libs/Makefile"
27440 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27441         libs"
27442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27443 libs/Makefile: libs/Makefile.in Make.rules"
27444 ac_config_files="$ac_config_files libs/Makefile"
27445
27446 ALL_MAKEFILES="$ALL_MAKEFILES \\
27447         libs/port/Makefile"
27448
27449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27450 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27451 ac_config_files="$ac_config_files libs/port/Makefile"
27452
27453 ALL_MAKEFILES="$ALL_MAKEFILES \\
27454         libs/wine/Makefile"
27455
27456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27457 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27458 ac_config_files="$ac_config_files libs/wine/Makefile"
27459
27460 ALL_MAKEFILES="$ALL_MAKEFILES \\
27461         libs/wpp/Makefile"
27462
27463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27464 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27465 ac_config_files="$ac_config_files libs/wpp/Makefile"
27466
27467 ALL_MAKEFILES="$ALL_MAKEFILES \\
27468         loader/Makefile"
27469 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27470         loader"
27471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27472 loader/Makefile: loader/Makefile.in Make.rules"
27473 ac_config_files="$ac_config_files loader/Makefile"
27474
27475 ALL_MAKEFILES="$ALL_MAKEFILES \\
27476         programs/Makefile"
27477 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27478         programs"
27479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27480 programs/Makefile: programs/Makefile.in Make.rules"
27481 ac_config_files="$ac_config_files programs/Makefile"
27482
27483 ALL_MAKEFILES="$ALL_MAKEFILES \\
27484         programs/cacls/Makefile"
27485 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27486         cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27487         cacls"
27488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27489 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27490 ac_config_files="$ac_config_files programs/cacls/Makefile"
27491
27492 ALL_MAKEFILES="$ALL_MAKEFILES \\
27493         programs/clock/Makefile"
27494 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27495         clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27496         clock"
27497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27498 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27499 ac_config_files="$ac_config_files programs/clock/Makefile"
27500
27501 ALL_MAKEFILES="$ALL_MAKEFILES \\
27502         programs/cmd/Makefile"
27503 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27504         cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27505         cmd"
27506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27507 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27508 ac_config_files="$ac_config_files programs/cmd/Makefile"
27509
27510 ALL_MAKEFILES="$ALL_MAKEFILES \\
27511         programs/cmdlgtst/Makefile"
27512 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27513         cmdlgtst"
27514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27515 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27516 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27517
27518 ALL_MAKEFILES="$ALL_MAKEFILES \\
27519         programs/control/Makefile"
27520 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27521         control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27522         control"
27523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27524 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27525 ac_config_files="$ac_config_files programs/control/Makefile"
27526
27527 ALL_MAKEFILES="$ALL_MAKEFILES \\
27528         programs/eject/Makefile"
27529 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27530         eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27531         eject"
27532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27533 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27534 ac_config_files="$ac_config_files programs/eject/Makefile"
27535
27536 ALL_MAKEFILES="$ALL_MAKEFILES \\
27537         programs/expand/Makefile"
27538 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27539         expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27540         expand"
27541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27542 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27543 ac_config_files="$ac_config_files programs/expand/Makefile"
27544
27545 ALL_MAKEFILES="$ALL_MAKEFILES \\
27546         programs/explorer/Makefile"
27547 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27548         explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27549         explorer"
27550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27551 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27552 ac_config_files="$ac_config_files programs/explorer/Makefile"
27553
27554 ALL_MAKEFILES="$ALL_MAKEFILES \\
27555         programs/hh/Makefile"
27556 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27557         hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27558         hh"
27559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27560 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27561 ac_config_files="$ac_config_files programs/hh/Makefile"
27562
27563 ALL_MAKEFILES="$ALL_MAKEFILES \\
27564         programs/icinfo/Makefile"
27565 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27566         icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27567         icinfo"
27568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27569 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27570 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27571
27572 ALL_MAKEFILES="$ALL_MAKEFILES \\
27573         programs/iexplore/Makefile"
27574 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27575         iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27576         iexplore"
27577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27578 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27579 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27580
27581 ALL_MAKEFILES="$ALL_MAKEFILES \\
27582         programs/lodctr/Makefile"
27583 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27584         lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27585         lodctr"
27586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27587 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27588 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27589
27590 ALL_MAKEFILES="$ALL_MAKEFILES \\
27591         programs/msiexec/Makefile"
27592 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27593         msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27594         msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27595         msiexec"
27596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27597 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27598 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27599
27600 ALL_MAKEFILES="$ALL_MAKEFILES \\
27601         programs/net/Makefile"
27602 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27603         net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27604         net"
27605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27606 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27607 ac_config_files="$ac_config_files programs/net/Makefile"
27608
27609 ALL_MAKEFILES="$ALL_MAKEFILES \\
27610         programs/notepad/Makefile"
27611 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27612         notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27613         notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27614         notepad"
27615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27616 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27617 ac_config_files="$ac_config_files programs/notepad/Makefile"
27618
27619 ALL_MAKEFILES="$ALL_MAKEFILES \\
27620         programs/oleview/Makefile"
27621 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27622         oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27623         oleview"
27624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27625 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27626 ac_config_files="$ac_config_files programs/oleview/Makefile"
27627
27628 ALL_MAKEFILES="$ALL_MAKEFILES \\
27629         programs/progman/Makefile"
27630 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27631         progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27632         progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27633         progman"
27634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27635 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27636 ac_config_files="$ac_config_files programs/progman/Makefile"
27637
27638 ALL_MAKEFILES="$ALL_MAKEFILES \\
27639         programs/reg/Makefile"
27640 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27641         reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27642         reg"
27643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27644 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27645 ac_config_files="$ac_config_files programs/reg/Makefile"
27646
27647 ALL_MAKEFILES="$ALL_MAKEFILES \\
27648         programs/regedit/Makefile"
27649 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27650         regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27651         regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27652         regedit"
27653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27654 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27655 ac_config_files="$ac_config_files programs/regedit/Makefile"
27656
27657 ALL_MAKEFILES="$ALL_MAKEFILES \\
27658         programs/regsvr32/Makefile"
27659 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27660         regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27661         regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27662         regsvr32"
27663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27664 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27665 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27666
27667 ALL_MAKEFILES="$ALL_MAKEFILES \\
27668         programs/rpcss/Makefile"
27669 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27670         rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27671         rpcss"
27672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27673 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27674 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27675
27676 ALL_MAKEFILES="$ALL_MAKEFILES \\
27677         programs/rundll32/Makefile"
27678 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27679         rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27680         rundll32"
27681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27682 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27683 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27684
27685 ALL_MAKEFILES="$ALL_MAKEFILES \\
27686         programs/secedit/Makefile"
27687 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27688         secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27689         secedit"
27690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27691 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27692 ac_config_files="$ac_config_files programs/secedit/Makefile"
27693
27694 ALL_MAKEFILES="$ALL_MAKEFILES \\
27695         programs/services/Makefile"
27696 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27697         services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27698         services"
27699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27700 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27701 ac_config_files="$ac_config_files programs/services/Makefile"
27702
27703 ALL_MAKEFILES="$ALL_MAKEFILES \\
27704         programs/spoolsv/Makefile"
27705 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27706         spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27707         spoolsv"
27708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27709 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27710 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27711
27712 ALL_MAKEFILES="$ALL_MAKEFILES \\
27713         programs/start/Makefile"
27714 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27715         start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27716         start"
27717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27718 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27719 ac_config_files="$ac_config_files programs/start/Makefile"
27720
27721 ALL_MAKEFILES="$ALL_MAKEFILES \\
27722         programs/svchost/Makefile"
27723 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27724         svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27725         svchost"
27726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27727 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27728 ac_config_files="$ac_config_files programs/svchost/Makefile"
27729
27730 ALL_MAKEFILES="$ALL_MAKEFILES \\
27731         programs/taskmgr/Makefile"
27732 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27733         taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27734         taskmgr"
27735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27736 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27737 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27738
27739 ALL_MAKEFILES="$ALL_MAKEFILES \\
27740         programs/uninstaller/Makefile"
27741 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27742         uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27743         uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27744         uninstaller"
27745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27746 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27747 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27748
27749 ALL_MAKEFILES="$ALL_MAKEFILES \\
27750         programs/unlodctr/Makefile"
27751 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27752         unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27753         unlodctr"
27754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27755 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
27756 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
27757
27758 ALL_MAKEFILES="$ALL_MAKEFILES \\
27759         programs/view/Makefile"
27760 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27761         view"
27762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27763 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27764 ac_config_files="$ac_config_files programs/view/Makefile"
27765
27766 ALL_MAKEFILES="$ALL_MAKEFILES \\
27767         programs/wineboot/Makefile"
27768 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27769         wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27770         wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27771         wineboot"
27772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27773 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27774 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27775
27776 ALL_MAKEFILES="$ALL_MAKEFILES \\
27777         programs/winebrowser/Makefile"
27778 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27779         winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27780         winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27781         winebrowser"
27782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27783 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27784 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27785
27786 ALL_MAKEFILES="$ALL_MAKEFILES \\
27787         programs/winecfg/Makefile"
27788 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27789         winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27790         winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27791         winecfg"
27792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27793 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27794 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27795
27796 ALL_MAKEFILES="$ALL_MAKEFILES \\
27797         programs/wineconsole/Makefile"
27798 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27799         wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27800         wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27801         wineconsole"
27802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27803 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27804 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27805
27806 ALL_MAKEFILES="$ALL_MAKEFILES \\
27807         programs/winedbg/Makefile"
27808 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27809         winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27810         winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27811         winedbg"
27812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27813 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27814 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27815
27816 ALL_MAKEFILES="$ALL_MAKEFILES \\
27817         programs/winedevice/Makefile"
27818 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27819         winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27820         winedevice"
27821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27822 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27823 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27824
27825 ALL_MAKEFILES="$ALL_MAKEFILES \\
27826         programs/winefile/Makefile"
27827 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27828         winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27829         winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27830         winefile"
27831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27832 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27833 ac_config_files="$ac_config_files programs/winefile/Makefile"
27834
27835 ALL_MAKEFILES="$ALL_MAKEFILES \\
27836         programs/winemenubuilder/Makefile"
27837 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27838         winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27839         winemenubuilder"
27840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27841 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27842 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27843
27844 ALL_MAKEFILES="$ALL_MAKEFILES \\
27845         programs/winemine/Makefile"
27846 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27847         winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27848         winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27849         winemine"
27850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27851 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27852 ac_config_files="$ac_config_files programs/winemine/Makefile"
27853
27854 ALL_MAKEFILES="$ALL_MAKEFILES \\
27855         programs/winepath/Makefile"
27856 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27857         winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27858         winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27859         winepath"
27860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27861 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27862 ac_config_files="$ac_config_files programs/winepath/Makefile"
27863
27864 ALL_MAKEFILES="$ALL_MAKEFILES \\
27865         programs/winetest/Makefile"
27866 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27867         winetest"
27868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27869 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27870 ac_config_files="$ac_config_files programs/winetest/Makefile"
27871
27872 ALL_MAKEFILES="$ALL_MAKEFILES \\
27873         programs/winevdm/Makefile"
27874 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27875         winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27876         winevdm"
27877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27878 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27879 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27880
27881 ALL_MAKEFILES="$ALL_MAKEFILES \\
27882         programs/winhlp32/Makefile"
27883 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27884         winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27885         winhlp32"
27886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27887 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27888 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27889
27890 ALL_MAKEFILES="$ALL_MAKEFILES \\
27891         programs/winver/Makefile"
27892 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27893         winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27894         winver"
27895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27896 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27897 ac_config_files="$ac_config_files programs/winver/Makefile"
27898
27899 ALL_MAKEFILES="$ALL_MAKEFILES \\
27900         programs/wordpad/Makefile"
27901 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27902         wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27903         wordpad"
27904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27905 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27906 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27907
27908 ALL_MAKEFILES="$ALL_MAKEFILES \\
27909         programs/write/Makefile"
27910 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27911         write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27912         write"
27913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27914 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27915 ac_config_files="$ac_config_files programs/write/Makefile"
27916
27917 ALL_MAKEFILES="$ALL_MAKEFILES \\
27918         programs/xcopy/Makefile"
27919 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27920         xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27921         xcopy"
27922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27923 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27924 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27925
27926 ALL_MAKEFILES="$ALL_MAKEFILES \\
27927         server/Makefile"
27928 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27929         server"
27930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27931 server/Makefile: server/Makefile.in Make.rules"
27932 ac_config_files="$ac_config_files server/Makefile"
27933
27934 ALL_MAKEFILES="$ALL_MAKEFILES \\
27935         tools/Makefile"
27936 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27937         tools"
27938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27939 tools/Makefile: tools/Makefile.in Make.rules"
27940 ac_config_files="$ac_config_files tools/Makefile"
27941
27942 ALL_MAKEFILES="$ALL_MAKEFILES \\
27943         tools/widl/Makefile"
27944
27945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27946 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27947 ac_config_files="$ac_config_files tools/widl/Makefile"
27948
27949 ALL_MAKEFILES="$ALL_MAKEFILES \\
27950         tools/winebuild/Makefile"
27951
27952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27953 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27954 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27955
27956 ALL_MAKEFILES="$ALL_MAKEFILES \\
27957         tools/winedump/Makefile"
27958
27959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27960 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27961 ac_config_files="$ac_config_files tools/winedump/Makefile"
27962
27963 ALL_MAKEFILES="$ALL_MAKEFILES \\
27964         tools/winegcc/Makefile"
27965
27966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27967 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27968 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27969
27970 ALL_MAKEFILES="$ALL_MAKEFILES \\
27971         tools/wmc/Makefile"
27972
27973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27974 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27975 ac_config_files="$ac_config_files tools/wmc/Makefile"
27976
27977 ALL_MAKEFILES="$ALL_MAKEFILES \\
27978         tools/wrc/Makefile"
27979
27980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27981 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27982 ac_config_files="$ac_config_files tools/wrc/Makefile"
27983
27984
27985
27986 ALL_WINETEST_DEPENDS="# Test binaries"
27987
27988 for dir in $ALL_TEST_DIRS
27989 do
27990     if test "$dir" != "\\"
27991     then
27992         testname=`expr $dir : '\(.*\)/tests'`_test.exe
27993         ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27994 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27995         cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27996     fi
27997 done
27998
27999 cat >confcache <<\_ACEOF
28000 # This file is a shell script that caches the results of configure
28001 # tests run on this system so they can be shared between configure
28002 # scripts and configure runs, see configure's option --config-cache.
28003 # It is not useful on other systems.  If it contains results you don't
28004 # want to keep, you may remove or edit it.
28005 #
28006 # config.status only pays attention to the cache file if you give it
28007 # the --recheck option to rerun configure.
28008 #
28009 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28010 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28011 # following values.
28012
28013 _ACEOF
28014
28015 # The following way of writing the cache mishandles newlines in values,
28016 # but we know of no workaround that is simple, portable, and efficient.
28017 # So, we kill variables containing newlines.
28018 # Ultrix sh set writes to stderr and can't be redirected directly,
28019 # and sets the high bit in the cache file unless we assign to the vars.
28020 (
28021   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28022     eval ac_val=\$$ac_var
28023     case $ac_val in #(
28024     *${as_nl}*)
28025       case $ac_var in #(
28026       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28027 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28028       esac
28029       case $ac_var in #(
28030       _ | IFS | as_nl) ;; #(
28031       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28032       *) $as_unset $ac_var ;;
28033       esac ;;
28034     esac
28035   done
28036
28037   (set) 2>&1 |
28038     case $as_nl`(ac_space=' '; set) 2>&1` in #(
28039     *${as_nl}ac_space=\ *)
28040       # `set' does not quote correctly, so add quotes (double-quote
28041       # substitution turns \\\\ into \\, and sed turns \\ into \).
28042       sed -n \
28043         "s/'/'\\\\''/g;
28044           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28045       ;; #(
28046     *)
28047       # `set' quotes correctly as required by POSIX, so do not add quotes.
28048       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28049       ;;
28050     esac |
28051     sort
28052 ) |
28053   sed '
28054      /^ac_cv_env_/b end
28055      t clear
28056      :clear
28057      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28058      t end
28059      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28060      :end' >>confcache
28061 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28062   if test -w "$cache_file"; then
28063     test "x$cache_file" != "x/dev/null" &&
28064       { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28065 $as_echo "$as_me: updating cache $cache_file" >&6;}
28066     cat confcache >$cache_file
28067   else
28068     { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28069 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28070   fi
28071 fi
28072 rm -f confcache
28073
28074 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28075 # Let make expand exec_prefix.
28076 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28077
28078 DEFS=-DHAVE_CONFIG_H
28079
28080 ac_libobjs=
28081 ac_ltlibobjs=
28082 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28083   # 1. Remove the extension, and $U if already installed.
28084   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28085   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28086   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
28087   #    will be set to the directory where LIBOBJS objects are built.
28088   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28089   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28090 done
28091 LIBOBJS=$ac_libobjs
28092
28093 LTLIBOBJS=$ac_ltlibobjs
28094
28095
28096
28097 : ${CONFIG_STATUS=./config.status}
28098 ac_write_fail=0
28099 ac_clean_files_save=$ac_clean_files
28100 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28101 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28102 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28103 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28104 #! $SHELL
28105 # Generated by $as_me.
28106 # Run this file to recreate the current configuration.
28107 # Compiler output produced by configure, useful for debugging
28108 # configure, is in config.log if it exists.
28109
28110 debug=false
28111 ac_cs_recheck=false
28112 ac_cs_silent=false
28113 SHELL=\${CONFIG_SHELL-$SHELL}
28114 _ACEOF
28115
28116 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28117 ## --------------------- ##
28118 ## M4sh Initialization.  ##
28119 ## --------------------- ##
28120
28121 # Be more Bourne compatible
28122 DUALCASE=1; export DUALCASE # for MKS sh
28123 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28124   emulate sh
28125   NULLCMD=:
28126   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28127   # is contrary to our usage.  Disable this feature.
28128   alias -g '${1+"$@"}'='"$@"'
28129   setopt NO_GLOB_SUBST
28130 else
28131   case `(set -o) 2>/dev/null` in
28132   *posix*) set -o posix ;;
28133 esac
28134
28135 fi
28136
28137
28138
28139
28140 # PATH needs CR
28141 # Avoid depending upon Character Ranges.
28142 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28143 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28144 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28145 as_cr_digits='0123456789'
28146 as_cr_alnum=$as_cr_Letters$as_cr_digits
28147
28148 as_nl='
28149 '
28150 export as_nl
28151 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28152 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28153 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28154 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28155 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28156   as_echo='printf %s\n'
28157   as_echo_n='printf %s'
28158 else
28159   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28160     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28161     as_echo_n='/usr/ucb/echo -n'
28162   else
28163     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28164     as_echo_n_body='eval
28165       arg=$1;
28166       case $arg in
28167       *"$as_nl"*)
28168         expr "X$arg" : "X\\(.*\\)$as_nl";
28169         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28170       esac;
28171       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28172     '
28173     export as_echo_n_body
28174     as_echo_n='sh -c $as_echo_n_body as_echo'
28175   fi
28176   export as_echo_body
28177   as_echo='sh -c $as_echo_body as_echo'
28178 fi
28179
28180 # The user is always right.
28181 if test "${PATH_SEPARATOR+set}" != set; then
28182   PATH_SEPARATOR=:
28183   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28184     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28185       PATH_SEPARATOR=';'
28186   }
28187 fi
28188
28189 # Support unset when possible.
28190 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28191   as_unset=unset
28192 else
28193   as_unset=false
28194 fi
28195
28196
28197 # IFS
28198 # We need space, tab and new line, in precisely that order.  Quoting is
28199 # there to prevent editors from complaining about space-tab.
28200 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28201 # splitting by setting IFS to empty value.)
28202 IFS=" ""        $as_nl"
28203
28204 # Find who we are.  Look in the path if we contain no directory separator.
28205 case $0 in
28206   *[\\/]* ) as_myself=$0 ;;
28207   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28208 for as_dir in $PATH
28209 do
28210   IFS=$as_save_IFS
28211   test -z "$as_dir" && as_dir=.
28212   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28213 done
28214 IFS=$as_save_IFS
28215
28216      ;;
28217 esac
28218 # We did not find ourselves, most probably we were run as `sh COMMAND'
28219 # in which case we are not to be found in the path.
28220 if test "x$as_myself" = x; then
28221   as_myself=$0
28222 fi
28223 if test ! -f "$as_myself"; then
28224   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28225   { (exit 1); exit 1; }
28226 fi
28227
28228 # Work around bugs in pre-3.0 UWIN ksh.
28229 for as_var in ENV MAIL MAILPATH
28230 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28231 done
28232 PS1='$ '
28233 PS2='> '
28234 PS4='+ '
28235
28236 # NLS nuisances.
28237 LC_ALL=C
28238 export LC_ALL
28239 LANGUAGE=C
28240 export LANGUAGE
28241
28242 # Required to use basename.
28243 if expr a : '\(a\)' >/dev/null 2>&1 &&
28244    test "X`expr 00001 : '.*\(...\)'`" = X001; then
28245   as_expr=expr
28246 else
28247   as_expr=false
28248 fi
28249
28250 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28251   as_basename=basename
28252 else
28253   as_basename=false
28254 fi
28255
28256
28257 # Name of the executable.
28258 as_me=`$as_basename -- "$0" ||
28259 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28260          X"$0" : 'X\(//\)$' \| \
28261          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28262 $as_echo X/"$0" |
28263     sed '/^.*\/\([^/][^/]*\)\/*$/{
28264             s//\1/
28265             q
28266           }
28267           /^X\/\(\/\/\)$/{
28268             s//\1/
28269             q
28270           }
28271           /^X\/\(\/\).*/{
28272             s//\1/
28273             q
28274           }
28275           s/.*/./; q'`
28276
28277 # CDPATH.
28278 $as_unset CDPATH
28279
28280
28281
28282   as_lineno_1=$LINENO
28283   as_lineno_2=$LINENO
28284   test "x$as_lineno_1" != "x$as_lineno_2" &&
28285   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28286
28287   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28288   # uniformly replaced by the line number.  The first 'sed' inserts a
28289   # line-number line after each line using $LINENO; the second 'sed'
28290   # does the real work.  The second script uses 'N' to pair each
28291   # line-number line with the line containing $LINENO, and appends
28292   # trailing '-' during substitution so that $LINENO is not a special
28293   # case at line end.
28294   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28295   # scripts with optimization help from Paolo Bonzini.  Blame Lee
28296   # E. McMahon (1931-1989) for sed's syntax.  :-)
28297   sed -n '
28298     p
28299     /[$]LINENO/=
28300   ' <$as_myself |
28301     sed '
28302       s/[$]LINENO.*/&-/
28303       t lineno
28304       b
28305       :lineno
28306       N
28307       :loop
28308       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28309       t loop
28310       s/-\n.*//
28311     ' >$as_me.lineno &&
28312   chmod +x "$as_me.lineno" ||
28313     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28314    { (exit 1); exit 1; }; }
28315
28316   # Don't try to exec as it changes $[0], causing all sort of problems
28317   # (the dirname of $[0] is not the place where we might find the
28318   # original and so on.  Autoconf is especially sensitive to this).
28319   . "./$as_me.lineno"
28320   # Exit status is that of the last command.
28321   exit
28322 }
28323
28324
28325 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28326   as_dirname=dirname
28327 else
28328   as_dirname=false
28329 fi
28330
28331 ECHO_C= ECHO_N= ECHO_T=
28332 case `echo -n x` in
28333 -n*)
28334   case `echo 'x\c'` in
28335   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
28336   *)   ECHO_C='\c';;
28337   esac;;
28338 *)
28339   ECHO_N='-n';;
28340 esac
28341 if expr a : '\(a\)' >/dev/null 2>&1 &&
28342    test "X`expr 00001 : '.*\(...\)'`" = X001; then
28343   as_expr=expr
28344 else
28345   as_expr=false
28346 fi
28347
28348 rm -f conf$$ conf$$.exe conf$$.file
28349 if test -d conf$$.dir; then
28350   rm -f conf$$.dir/conf$$.file
28351 else
28352   rm -f conf$$.dir
28353   mkdir conf$$.dir 2>/dev/null
28354 fi
28355 if (echo >conf$$.file) 2>/dev/null; then
28356   if ln -s conf$$.file conf$$ 2>/dev/null; then
28357     as_ln_s='ln -s'
28358     # ... but there are two gotchas:
28359     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28360     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28361     # In both cases, we have to default to `cp -p'.
28362     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28363       as_ln_s='cp -p'
28364   elif ln conf$$.file conf$$ 2>/dev/null; then
28365     as_ln_s=ln
28366   else
28367     as_ln_s='cp -p'
28368   fi
28369 else
28370   as_ln_s='cp -p'
28371 fi
28372 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28373 rmdir conf$$.dir 2>/dev/null
28374
28375 if mkdir -p . 2>/dev/null; then
28376   as_mkdir_p=:
28377 else
28378   test -d ./-p && rmdir ./-p
28379   as_mkdir_p=false
28380 fi
28381
28382 if test -x / >/dev/null 2>&1; then
28383   as_test_x='test -x'
28384 else
28385   if ls -dL / >/dev/null 2>&1; then
28386     as_ls_L_option=L
28387   else
28388     as_ls_L_option=
28389   fi
28390   as_test_x='
28391     eval sh -c '\''
28392       if test -d "$1"; then
28393         test -d "$1/.";
28394       else
28395         case $1 in
28396         -*)set "./$1";;
28397         esac;
28398         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28399         ???[sx]*):;;*)false;;esac;fi
28400     '\'' sh
28401   '
28402 fi
28403 as_executable_p=$as_test_x
28404
28405 # Sed expression to map a string onto a valid CPP name.
28406 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28407
28408 # Sed expression to map a string onto a valid variable name.
28409 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28410
28411
28412 exec 6>&1
28413
28414 # Save the log message, to keep $[0] and so on meaningful, and to
28415 # report actual input values of CONFIG_FILES etc. instead of their
28416 # values after options handling.
28417 ac_log="
28418 This file was extended by Wine $as_me 1.1.15, which was
28419 generated by GNU Autoconf 2.63.  Invocation command line was
28420
28421   CONFIG_FILES    = $CONFIG_FILES
28422   CONFIG_HEADERS  = $CONFIG_HEADERS
28423   CONFIG_LINKS    = $CONFIG_LINKS
28424   CONFIG_COMMANDS = $CONFIG_COMMANDS
28425   $ $0 $@
28426
28427 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28428 "
28429
28430 _ACEOF
28431
28432 case $ac_config_files in *"
28433 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28434 esac
28435
28436 case $ac_config_headers in *"
28437 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28438 esac
28439
28440
28441 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28442 # Files that config.status was made for.
28443 config_files="$ac_config_files"
28444 config_headers="$ac_config_headers"
28445 config_commands="$ac_config_commands"
28446
28447 _ACEOF
28448
28449 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28450 ac_cs_usage="\
28451 \`$as_me' instantiates files from templates according to the
28452 current configuration.
28453
28454 Usage: $0 [OPTION]... [FILE]...
28455
28456   -h, --help       print this help, then exit
28457   -V, --version    print version number and configuration settings, then exit
28458   -q, --quiet, --silent
28459                    do not print progress messages
28460   -d, --debug      don't remove temporary files
28461       --recheck    update $as_me by reconfiguring in the same conditions
28462       --file=FILE[:TEMPLATE]
28463                    instantiate the configuration file FILE
28464       --header=FILE[:TEMPLATE]
28465                    instantiate the configuration header FILE
28466
28467 Configuration files:
28468 $config_files
28469
28470 Configuration headers:
28471 $config_headers
28472
28473 Configuration commands:
28474 $config_commands
28475
28476 Report bugs to <bug-autoconf@gnu.org>."
28477
28478 _ACEOF
28479 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28480 ac_cs_version="\\
28481 Wine config.status 1.1.15
28482 configured by $0, generated by GNU Autoconf 2.63,
28483   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28484
28485 Copyright (C) 2008 Free Software Foundation, Inc.
28486 This config.status script is free software; the Free Software Foundation
28487 gives unlimited permission to copy, distribute and modify it."
28488
28489 ac_pwd='$ac_pwd'
28490 srcdir='$srcdir'
28491 INSTALL='$INSTALL'
28492 test -n "\$AWK" || AWK=awk
28493 _ACEOF
28494
28495 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28496 # The default lists apply if the user does not specify any file.
28497 ac_need_defaults=:
28498 while test $# != 0
28499 do
28500   case $1 in
28501   --*=*)
28502     ac_option=`expr "X$1" : 'X\([^=]*\)='`
28503     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28504     ac_shift=:
28505     ;;
28506   *)
28507     ac_option=$1
28508     ac_optarg=$2
28509     ac_shift=shift
28510     ;;
28511   esac
28512
28513   case $ac_option in
28514   # Handling of the options.
28515   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28516     ac_cs_recheck=: ;;
28517   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28518     $as_echo "$ac_cs_version"; exit ;;
28519   --debug | --debu | --deb | --de | --d | -d )
28520     debug=: ;;
28521   --file | --fil | --fi | --f )
28522     $ac_shift
28523     case $ac_optarg in
28524     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28525     esac
28526     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28527     ac_need_defaults=false;;
28528   --header | --heade | --head | --hea )
28529     $ac_shift
28530     case $ac_optarg in
28531     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28532     esac
28533     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28534     ac_need_defaults=false;;
28535   --he | --h)
28536     # Conflict between --help and --header
28537     { $as_echo "$as_me: error: ambiguous option: $1
28538 Try \`$0 --help' for more information." >&2
28539    { (exit 1); exit 1; }; };;
28540   --help | --hel | -h )
28541     $as_echo "$ac_cs_usage"; exit ;;
28542   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28543   | -silent | --silent | --silen | --sile | --sil | --si | --s)
28544     ac_cs_silent=: ;;
28545
28546   # This is an error.
28547   -*) { $as_echo "$as_me: error: unrecognized option: $1
28548 Try \`$0 --help' for more information." >&2
28549    { (exit 1); exit 1; }; } ;;
28550
28551   *) ac_config_targets="$ac_config_targets $1"
28552      ac_need_defaults=false ;;
28553
28554   esac
28555   shift
28556 done
28557
28558 ac_configure_extra_args=
28559
28560 if $ac_cs_silent; then
28561   exec 6>/dev/null
28562   ac_configure_extra_args="$ac_configure_extra_args --silent"
28563 fi
28564
28565 _ACEOF
28566 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28567 if \$ac_cs_recheck; then
28568   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28569   shift
28570   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28571   CONFIG_SHELL='$SHELL'
28572   export CONFIG_SHELL
28573   exec "\$@"
28574 fi
28575
28576 _ACEOF
28577 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28578 exec 5>>config.log
28579 {
28580   echo
28581   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28582 ## Running $as_me. ##
28583 _ASBOX
28584   $as_echo "$ac_log"
28585 } >&5
28586
28587 _ACEOF
28588 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28589 _ACEOF
28590
28591 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28592
28593 # Handling of arguments.
28594 for ac_config_target in $ac_config_targets
28595 do
28596   case $ac_config_target in
28597     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28598     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28599     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28600     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28601     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28602     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28603     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28604     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28605     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28606     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28607     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28608     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28609     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28610     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28611     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28612     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28613     "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28614     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28615     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28616     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28617     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28618     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28619     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28620     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28621     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28622     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28623     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28624     "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
28625     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28626     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28627     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28628     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28629     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28630     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28631     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28632     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28633     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28634     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28635     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28636     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28637     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28638     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28639     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28640     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28641     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28642     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28643     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28644     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28645     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28646     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28647     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28648     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28649     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28650     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28651     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28652     "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28653     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28654     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28655     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28656     "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28657     "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28658     "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28659     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28660     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28661     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28662     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28663     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28664     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28665     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28666     "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28667     "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28668     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28669     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28670     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28671     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28672     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28673     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28674     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28675     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28676     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28677     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28678     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28679     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28680     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28681     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28682     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28683     "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
28684     "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
28685     "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
28686     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28687     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28688     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28689     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28690     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28691     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28692     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28693     "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
28694     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28695     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28696     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28697     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28698     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28699     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28700     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28701     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28702     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28703     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28704     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28705     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28706     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28707     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28708     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28709     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28710     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28711     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28712     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28713     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28714     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28715     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28716     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28717     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28718     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28719     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28720     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28721     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28722     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28723     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28724     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28725     "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28726     "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28727     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28728     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28729     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28730     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28731     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28732     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28733     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28734     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28735     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28736     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28737     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28738     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28739     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28740     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28741     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28742     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28743     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28744     "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
28745     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28746     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28747     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28748     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28749     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28750     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28751     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28752     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28753     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28754     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28755     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28756     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28757     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28758     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28759     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28760     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28761     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28762     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28763     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28764     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28765     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28766     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28767     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28768     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28769     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28770     "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
28771     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28772     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28773     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28774     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28775     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28776     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28777     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28778     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28779     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28780     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28781     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28782     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28783     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28784     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28785     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28786     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28787     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28788     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28789     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28790     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28791     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28792     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28793     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28794     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28795     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28796     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28797     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28798     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28799     "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
28800     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28801     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28802     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28803     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28804     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28805     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28806     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28807     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28808     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28809     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28810     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28811     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28812     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28813     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28814     "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
28815     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28816     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28817     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28818     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28819     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28820     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28821     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28822     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28823     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28824     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28825     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28826     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28827     "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
28828     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28829     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28830     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28831     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28832     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28833     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28834     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28835     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28836     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28837     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28838     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28839     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28840     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28841     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28842     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28843     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28844     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28845     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28846     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28847     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28848     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28849     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28850     "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28851     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28852     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28853     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28854     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28855     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28856     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28857     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28858     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28859     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28860     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28861     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28862     "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
28863     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28864     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28865     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28866     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28867     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28868     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28869     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28870     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28871     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28872     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28873     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28874     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28875     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28876     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28877     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28878     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28879     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28880     "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
28881     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28882     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28883     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28884     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28885     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28886     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28887     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28888     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28889     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28890     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28891     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28892     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28893     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28894     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28895     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28896     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28897     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28898     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28899     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28900     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28901     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28902     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28903     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28904     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28905     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28906     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28907     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28908     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28909     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28910     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28911     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28912     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28913     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28914     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28915     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28916     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28917     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28918     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28919     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28920     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28921     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28922     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28923     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28924     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28925     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28926     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28927     "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
28928     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28929     "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
28930     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28931     "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
28932     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28933     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28934     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28935     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28936     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28937     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28938     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28939     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28940     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28941     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28942     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28943     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28944     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28945     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28946     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28947     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28948     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28949     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28950     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28951     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28952     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28953     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28954     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28955     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28956     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28957     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28958     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28959     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28960     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28961     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28962     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28963     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28964     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28965     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28966     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28967     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28968     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28969     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28970     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28971     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28972     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28973     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28974     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28975     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28976     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28977     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28978     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28979     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28980     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28981     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28982     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28983     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28984     "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28985     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28986     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28987     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28988     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28989     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28990     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28991     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28992     "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
28993     "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28994     "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28995     "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28996     "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28997     "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28998     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28999     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29000     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29001     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29002     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29003     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29004     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29005     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29006     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29007     "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29008     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29009     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29010     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29011     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29012     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29013     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29014     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29015     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29016     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29017     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29018     "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29019     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29020     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29021     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29022     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29023     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29024     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29025     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29026     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29027     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29028     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29029     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29030     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29031     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29032     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29033     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29034     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29035     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29036     "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29037     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29038     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29039     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29040     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29041     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29042     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29043     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29044     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29045     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29046     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29047     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29048     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29049     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29050     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29051     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29052     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29053     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29054     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29055     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29056     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29057     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29058     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29059     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29060     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29061     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29062     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29063
29064   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29065 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29066    { (exit 1); exit 1; }; };;
29067   esac
29068 done
29069
29070
29071 # If the user did not use the arguments to specify the items to instantiate,
29072 # then the envvar interface is used.  Set only those that are not.
29073 # We use the long form for the default assignment because of an extremely
29074 # bizarre bug on SunOS 4.1.3.
29075 if $ac_need_defaults; then
29076   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29077   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29078   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29079 fi
29080
29081 # Have a temporary directory for convenience.  Make it in the build tree
29082 # simply because there is no reason against having it here, and in addition,
29083 # creating and moving files from /tmp can sometimes cause problems.
29084 # Hook for its removal unless debugging.
29085 # Note that there is a small window in which the directory will not be cleaned:
29086 # after its creation but before its name has been assigned to `$tmp'.
29087 $debug ||
29088 {
29089   tmp=
29090   trap 'exit_status=$?
29091   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29092 ' 0
29093   trap '{ (exit 1); exit 1; }' 1 2 13 15
29094 }
29095 # Create a (secure) tmp directory for tmp files.
29096
29097 {
29098   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29099   test -n "$tmp" && test -d "$tmp"
29100 }  ||
29101 {
29102   tmp=./conf$$-$RANDOM
29103   (umask 077 && mkdir "$tmp")
29104 } ||
29105 {
29106    $as_echo "$as_me: cannot create a temporary directory in ." >&2
29107    { (exit 1); exit 1; }
29108 }
29109
29110 # Set up the scripts for CONFIG_FILES section.
29111 # No need to generate them if there are no CONFIG_FILES.
29112 # This happens for instance with `./config.status config.h'.
29113 if test -n "$CONFIG_FILES"; then
29114
29115 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29116   ac_cs_awk_getline=:
29117   ac_cs_awk_pipe_init=
29118   ac_cs_awk_read_file='
29119       while ((getline aline < (F[key])) > 0)
29120         print(aline)
29121       close(F[key])'
29122   ac_cs_awk_pipe_fini=
29123 else
29124   ac_cs_awk_getline=false
29125   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29126   ac_cs_awk_read_file='
29127       print "|#_!!_#|"
29128       print "cat " F[key] " &&"
29129       '$ac_cs_awk_pipe_init
29130   # The final `:' finishes the AND list.
29131   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29132 fi
29133 ac_cr='\r'
29134 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29135 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29136   ac_cs_awk_cr='\\r'
29137 else
29138   ac_cs_awk_cr=$ac_cr
29139 fi
29140
29141 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29142 _ACEOF
29143
29144 # Create commands to substitute file output variables.
29145 {
29146   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29147   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29148   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29149   echo "_ACAWK" &&
29150   echo "_ACEOF"
29151 } >conf$$files.sh &&
29152 . ./conf$$files.sh ||
29153   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29154 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29155    { (exit 1); exit 1; }; }
29156 rm -f conf$$files.sh
29157
29158 {
29159   echo "cat >conf$$subs.awk <<_ACEOF" &&
29160   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29161   echo "_ACEOF"
29162 } >conf$$subs.sh ||
29163   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29164 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29165    { (exit 1); exit 1; }; }
29166 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29167 ac_delim='%!_!# '
29168 for ac_last_try in false false false false false :; do
29169   . ./conf$$subs.sh ||
29170     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29171 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29172    { (exit 1); exit 1; }; }
29173
29174   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29175   if test $ac_delim_n = $ac_delim_num; then
29176     break
29177   elif $ac_last_try; then
29178     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29179 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29180    { (exit 1); exit 1; }; }
29181   else
29182     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29183   fi
29184 done
29185 rm -f conf$$subs.sh
29186
29187 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29188 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29189 _ACEOF
29190 sed -n '
29191 h
29192 s/^/S["/; s/!.*/"]=/
29193 p
29194 g
29195 s/^[^!]*!//
29196 :repl
29197 t repl
29198 s/'"$ac_delim"'$//
29199 t delim
29200 :nl
29201 h
29202 s/\(.\{148\}\).*/\1/
29203 t more1
29204 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29205 p
29206 n
29207 b repl
29208 :more1
29209 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29210 p
29211 g
29212 s/.\{148\}//
29213 t nl
29214 :delim
29215 h
29216 s/\(.\{148\}\).*/\1/
29217 t more2
29218 s/["\\]/\\&/g; s/^/"/; s/$/"/
29219 p
29220 b
29221 :more2
29222 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29223 p
29224 g
29225 s/.\{148\}//
29226 t delim
29227 ' <conf$$subs.awk | sed '
29228 /^[^""]/{
29229   N
29230   s/\n//
29231 }
29232 ' >>$CONFIG_STATUS || ac_write_fail=1
29233 rm -f conf$$subs.awk
29234 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29235 _ACAWK
29236 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29237   for (key in S) S_is_set[key] = 1
29238   FS = "\a"
29239   \$ac_cs_awk_pipe_init
29240 }
29241 {
29242   line = $ 0
29243   nfields = split(line, field, "@")
29244   substed = 0
29245   len = length(field[1])
29246   for (i = 2; i < nfields; i++) {
29247     key = field[i]
29248     keylen = length(key)
29249     if (S_is_set[key]) {
29250       value = S[key]
29251       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29252       len += length(value) + length(field[++i])
29253       substed = 1
29254     } else
29255       len += 1 + keylen
29256   }
29257   if (nfields == 3 && !substed) {
29258     key = field[2]
29259     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
29260       \$ac_cs_awk_read_file
29261       next
29262     }
29263   }
29264   print line
29265 }
29266 \$ac_cs_awk_pipe_fini
29267 _ACAWK
29268 _ACEOF
29269 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29270 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29271   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29272 else
29273   cat
29274 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29275   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29276 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29277    { (exit 1); exit 1; }; }
29278 _ACEOF
29279
29280 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29281 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29282 # trailing colons and then remove the whole line if VPATH becomes empty
29283 # (actually we leave an empty line to preserve line numbers).
29284 if test "x$srcdir" = x.; then
29285   ac_vpsub='/^[  ]*VPATH[        ]*=/{
29286 s/:*\$(srcdir):*/:/
29287 s/:*\${srcdir}:*/:/
29288 s/:*@srcdir@:*/:/
29289 s/^\([^=]*=[     ]*\):*/\1/
29290 s/:*$//
29291 s/^[^=]*=[       ]*$//
29292 }'
29293 fi
29294
29295 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29296 fi # test -n "$CONFIG_FILES"
29297
29298 # Set up the scripts for CONFIG_HEADERS section.
29299 # No need to generate them if there are no CONFIG_HEADERS.
29300 # This happens for instance with `./config.status Makefile'.
29301 if test -n "$CONFIG_HEADERS"; then
29302 cat >"$tmp/defines.awk" <<\_ACAWK ||
29303 BEGIN {
29304 _ACEOF
29305
29306 # Transform confdefs.h into an awk script `defines.awk', embedded as
29307 # here-document in config.status, that substitutes the proper values into
29308 # config.h.in to produce config.h.
29309
29310 # Create a delimiter string that does not exist in confdefs.h, to ease
29311 # handling of long lines.
29312 ac_delim='%!_!# '
29313 for ac_last_try in false false :; do
29314   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29315   if test -z "$ac_t"; then
29316     break
29317   elif $ac_last_try; then
29318     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29319 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29320    { (exit 1); exit 1; }; }
29321   else
29322     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29323   fi
29324 done
29325
29326 # For the awk script, D is an array of macro values keyed by name,
29327 # likewise P contains macro parameters if any.  Preserve backslash
29328 # newline sequences.
29329
29330 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29331 sed -n '
29332 s/.\{148\}/&'"$ac_delim"'/g
29333 t rset
29334 :rset
29335 s/^[     ]*#[    ]*define[       ][      ]*/ /
29336 t def
29337 d
29338 :def
29339 s/\\$//
29340 t bsnl
29341 s/["\\]/\\&/g
29342 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
29343 D["\1"]=" \3"/p
29344 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
29345 d
29346 :bsnl
29347 s/["\\]/\\&/g
29348 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
29349 D["\1"]=" \3\\\\\\n"\\/p
29350 t cont
29351 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29352 t cont
29353 d
29354 :cont
29355 n
29356 s/.\{148\}/&'"$ac_delim"'/g
29357 t clear
29358 :clear
29359 s/\\$//
29360 t bsnlc
29361 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29362 d
29363 :bsnlc
29364 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29365 b cont
29366 ' <confdefs.h | sed '
29367 s/'"$ac_delim"'/"\\\
29368 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29369
29370 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29371   for (key in D) D_is_set[key] = 1
29372   FS = "\a"
29373 }
29374 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29375   line = \$ 0
29376   split(line, arg, " ")
29377   if (arg[1] == "#") {
29378     defundef = arg[2]
29379     mac1 = arg[3]
29380   } else {
29381     defundef = substr(arg[1], 2)
29382     mac1 = arg[2]
29383   }
29384   split(mac1, mac2, "(") #)
29385   macro = mac2[1]
29386   prefix = substr(line, 1, index(line, defundef) - 1)
29387   if (D_is_set[macro]) {
29388     # Preserve the white space surrounding the "#".
29389     print prefix "define", macro P[macro] D[macro]
29390     next
29391   } else {
29392     # Replace #undef with comments.  This is necessary, for example,
29393     # in the case of _POSIX_SOURCE, which is predefined and required
29394     # on some systems where configure will not decide to define it.
29395     if (defundef == "undef") {
29396       print "/*", prefix defundef, macro, "*/"
29397       next
29398     }
29399   }
29400 }
29401 { print }
29402 _ACAWK
29403 _ACEOF
29404 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29405   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29406 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29407    { (exit 1); exit 1; }; }
29408 fi # test -n "$CONFIG_HEADERS"
29409
29410
29411 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
29412 shift
29413 for ac_tag
29414 do
29415   case $ac_tag in
29416   :[FHLC]) ac_mode=$ac_tag; continue;;
29417   esac
29418   case $ac_mode$ac_tag in
29419   :[FHL]*:*);;
29420   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29421 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29422    { (exit 1); exit 1; }; };;
29423   :[FH]-) ac_tag=-:-;;
29424   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29425   esac
29426   ac_save_IFS=$IFS
29427   IFS=:
29428   set x $ac_tag
29429   IFS=$ac_save_IFS
29430   shift
29431   ac_file=$1
29432   shift
29433
29434   case $ac_mode in
29435   :L) ac_source=$1;;
29436   :[FH])
29437     ac_file_inputs=
29438     for ac_f
29439     do
29440       case $ac_f in
29441       -) ac_f="$tmp/stdin";;
29442       *) # Look for the file first in the build tree, then in the source tree
29443          # (if the path is not absolute).  The absolute path cannot be DOS-style,
29444          # because $ac_f cannot contain `:'.
29445          test -f "$ac_f" ||
29446            case $ac_f in
29447            [\\/$]*) false;;
29448            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29449            esac ||
29450            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29451 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29452    { (exit 1); exit 1; }; };;
29453       esac
29454       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29455       ac_file_inputs="$ac_file_inputs '$ac_f'"
29456     done
29457
29458     # Let's still pretend it is `configure' which instantiates (i.e., don't
29459     # use $as_me), people would be surprised to read:
29460     #    /* config.h.  Generated by config.status.  */
29461     configure_input='Generated from '`
29462           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29463         `' by configure.'
29464     if test x"$ac_file" != x-; then
29465       configure_input="$ac_file.  $configure_input"
29466       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29467 $as_echo "$as_me: creating $ac_file" >&6;}
29468     fi
29469     # Neutralize special characters interpreted by sed in replacement strings.
29470     case $configure_input in #(
29471     *\&* | *\|* | *\\* )
29472        ac_sed_conf_input=`$as_echo "$configure_input" |
29473        sed 's/[\\\\&|]/\\\\&/g'`;; #(
29474     *) ac_sed_conf_input=$configure_input;;
29475     esac
29476
29477     case $ac_tag in
29478     *:-:* | *:-) cat >"$tmp/stdin" \
29479       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29480 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29481    { (exit 1); exit 1; }; } ;;
29482     esac
29483     ;;
29484   esac
29485
29486   ac_dir=`$as_dirname -- "$ac_file" ||
29487 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29488          X"$ac_file" : 'X\(//\)[^/]' \| \
29489          X"$ac_file" : 'X\(//\)$' \| \
29490          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29491 $as_echo X"$ac_file" |
29492     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29493             s//\1/
29494             q
29495           }
29496           /^X\(\/\/\)[^/].*/{
29497             s//\1/
29498             q
29499           }
29500           /^X\(\/\/\)$/{
29501             s//\1/
29502             q
29503           }
29504           /^X\(\/\).*/{
29505             s//\1/
29506             q
29507           }
29508           s/.*/./; q'`
29509   { as_dir="$ac_dir"
29510   case $as_dir in #(
29511   -*) as_dir=./$as_dir;;
29512   esac
29513   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29514     as_dirs=
29515     while :; do
29516       case $as_dir in #(
29517       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29518       *) as_qdir=$as_dir;;
29519       esac
29520       as_dirs="'$as_qdir' $as_dirs"
29521       as_dir=`$as_dirname -- "$as_dir" ||
29522 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29523          X"$as_dir" : 'X\(//\)[^/]' \| \
29524          X"$as_dir" : 'X\(//\)$' \| \
29525          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29526 $as_echo X"$as_dir" |
29527     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29528             s//\1/
29529             q
29530           }
29531           /^X\(\/\/\)[^/].*/{
29532             s//\1/
29533             q
29534           }
29535           /^X\(\/\/\)$/{
29536             s//\1/
29537             q
29538           }
29539           /^X\(\/\).*/{
29540             s//\1/
29541             q
29542           }
29543           s/.*/./; q'`
29544       test -d "$as_dir" && break
29545     done
29546     test -z "$as_dirs" || eval "mkdir $as_dirs"
29547   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29548 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29549    { (exit 1); exit 1; }; }; }
29550   ac_builddir=.
29551
29552 case "$ac_dir" in
29553 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29554 *)
29555   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29556   # A ".." for each directory in $ac_dir_suffix.
29557   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29558   case $ac_top_builddir_sub in
29559   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29560   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29561   esac ;;
29562 esac
29563 ac_abs_top_builddir=$ac_pwd
29564 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29565 # for backward compatibility:
29566 ac_top_builddir=$ac_top_build_prefix
29567
29568 case $srcdir in
29569   .)  # We are building in place.
29570     ac_srcdir=.
29571     ac_top_srcdir=$ac_top_builddir_sub
29572     ac_abs_top_srcdir=$ac_pwd ;;
29573   [\\/]* | ?:[\\/]* )  # Absolute name.
29574     ac_srcdir=$srcdir$ac_dir_suffix;
29575     ac_top_srcdir=$srcdir
29576     ac_abs_top_srcdir=$srcdir ;;
29577   *) # Relative name.
29578     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29579     ac_top_srcdir=$ac_top_build_prefix$srcdir
29580     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29581 esac
29582 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29583
29584
29585   case $ac_mode in
29586   :F)
29587   #
29588   # CONFIG_FILE
29589   #
29590
29591   case $INSTALL in
29592   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29593   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29594   esac
29595 _ACEOF
29596
29597 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29598 # If the template does not know about datarootdir, expand it.
29599 # FIXME: This hack should be removed a few years after 2.60.
29600 ac_datarootdir_hack=; ac_datarootdir_seen=
29601
29602 ac_sed_dataroot='
29603 /datarootdir/ {
29604   p
29605   q
29606 }
29607 /@datadir@/p
29608 /@docdir@/p
29609 /@infodir@/p
29610 /@localedir@/p
29611 /@mandir@/p
29612 '
29613 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
29614 *datarootdir*) ac_datarootdir_seen=yes;;
29615 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29616   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29617 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29618 _ACEOF
29619 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29620   ac_datarootdir_hack='
29621   s&@datadir@&$datadir&g
29622   s&@docdir@&$docdir&g
29623   s&@infodir@&$infodir&g
29624   s&@localedir@&$localedir&g
29625   s&@mandir@&$mandir&g
29626     s&\\\${datarootdir}&$datarootdir&g' ;;
29627 esac
29628 _ACEOF
29629
29630 # Neutralize VPATH when `$srcdir' = `.'.
29631 # Shell code in configure.ac might set extrasub.
29632 # FIXME: do we really want to maintain this feature?
29633 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29634 ac_sed_extra="$ac_vpsub
29635 $extrasub
29636 _ACEOF
29637 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29638 :t
29639 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29640 s|@configure_input@|$ac_sed_conf_input|;t t
29641 s&@top_builddir@&$ac_top_builddir_sub&;t t
29642 s&@top_build_prefix@&$ac_top_build_prefix&;t t
29643 s&@srcdir@&$ac_srcdir&;t t
29644 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29645 s&@top_srcdir@&$ac_top_srcdir&;t t
29646 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29647 s&@builddir@&$ac_builddir&;t t
29648 s&@abs_builddir@&$ac_abs_builddir&;t t
29649 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29650 s&@INSTALL@&$ac_INSTALL&;t t
29651 $ac_datarootdir_hack
29652 "
29653 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29654 if $ac_cs_awk_getline; then
29655   $AWK -f "$tmp/subs.awk"
29656 else
29657   $AWK -f "$tmp/subs.awk" | $SHELL
29658 fi >$tmp/out \
29659   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29660 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29661    { (exit 1); exit 1; }; }
29662
29663 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29664   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29665   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29666   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29667 which seems to be undefined.  Please make sure it is defined." >&5
29668 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29669 which seems to be undefined.  Please make sure it is defined." >&2;}
29670
29671   rm -f "$tmp/stdin"
29672   case $ac_file in
29673   -) cat "$tmp/out" && rm -f "$tmp/out";;
29674   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29675   esac \
29676   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29677 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29678    { (exit 1); exit 1; }; }
29679  ;;
29680   :H)
29681   #
29682   # CONFIG_HEADER
29683   #
29684   if test x"$ac_file" != x-; then
29685     {
29686       $as_echo "/* $configure_input  */" \
29687       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29688     } >"$tmp/config.h" \
29689       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29690 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29691    { (exit 1); exit 1; }; }
29692     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29693       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29694 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29695     else
29696       rm -f "$ac_file"
29697       mv "$tmp/config.h" "$ac_file" \
29698         || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29699 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29700    { (exit 1); exit 1; }; }
29701     fi
29702   else
29703     $as_echo "/* $configure_input  */" \
29704       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29705       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29706 $as_echo "$as_me: error: could not create -" >&2;}
29707    { (exit 1); exit 1; }; }
29708   fi
29709  ;;
29710
29711   :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29712 $as_echo "$as_me: executing $ac_file commands" >&6;}
29713  ;;
29714   esac
29715
29716
29717   case $ac_file$ac_mode in
29718     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29719     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29720 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29721     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29722 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29723     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29724 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29725     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29726 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29727     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29728 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29729     "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29730 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29731
29732   esac
29733 done # for ac_tag
29734
29735
29736 { (exit 0); exit 0; }
29737 _ACEOF
29738 chmod +x $CONFIG_STATUS
29739 ac_clean_files=$ac_clean_files_save
29740
29741 test $ac_write_fail = 0 ||
29742   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29743 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29744    { (exit 1); exit 1; }; }
29745
29746
29747 # configure is writing to config.log, and then calls config.status.
29748 # config.status does its own redirection, appending to config.log.
29749 # Unfortunately, on DOS this fails, as config.log is still kept open
29750 # by configure, so config.status won't be able to write to it; its
29751 # output is simply discarded.  So we exec the FD to /dev/null,
29752 # effectively closing config.log, so it can be properly (re)opened and
29753 # appended to by config.status.  When coming back to configure, we
29754 # need to make the FD available again.
29755 if test "$no_create" != yes; then
29756   ac_cs_success=:
29757   ac_config_status_args=
29758   test "$silent" = yes &&
29759     ac_config_status_args="$ac_config_status_args --quiet"
29760   exec 5>/dev/null
29761   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29762   exec 5>>config.log
29763   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29764   # would make configure fail if this is the last instruction.
29765   $ac_cs_success || { (exit 1); exit 1; }
29766 fi
29767 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29768   { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29769 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29770 fi
29771
29772
29773 if test "$no_create" = "yes"
29774 then
29775   exit 0
29776 fi
29777
29778 ac_save_IFS="$IFS"
29779 if test "x$wine_notices != "x; then
29780     echo >&6
29781     IFS="|"
29782     for msg in $wine_notices; do
29783         IFS="$ac_save_IFS"
29784         if test -n "$msg"; then
29785             { $as_echo "$as_me:$LINENO: $msg" >&5
29786 $as_echo "$as_me: $msg" >&6;}
29787         fi
29788     done
29789 fi
29790 IFS="|"
29791 for msg in $wine_warnings; do
29792     IFS="$ac_save_IFS"
29793     if test -n "$msg"; then
29794         echo >&2
29795         { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29796 $as_echo "$as_me: WARNING: $msg" >&2;}
29797     fi
29798 done
29799 IFS="$ac_save_IFS"
29800
29801 echo "
29802 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
29803 " >&6
29804