winspool.drv: Make sure the DEVMODE structure is fully initialized.
[wine] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.16.
4 #
5 # Report bugs to <wine-devel@winehq.org>.
6 #
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization.  ##
13 ## --------------------- ##
14
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18   emulate sh
19   NULLCMD=:
20   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21   # is contrary to our usage.  Disable this feature.
22   alias -g '${1+"$@"}'='"$@"'
23   setopt NO_GLOB_SUBST
24 else
25   case `(set -o) 2>/dev/null` in
26   *posix*) set -o posix ;;
27 esac
28
29 fi
30
31
32
33
34 # PATH needs CR
35 # Avoid depending upon Character Ranges.
36 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39 as_cr_digits='0123456789'
40 as_cr_alnum=$as_cr_Letters$as_cr_digits
41
42 as_nl='
43 '
44 export as_nl
45 # Printing a long string crashes Solaris 7 /usr/bin/printf.
46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50   as_echo='printf %s\n'
51   as_echo_n='printf %s'
52 else
53   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55     as_echo_n='/usr/ucb/echo -n'
56   else
57     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58     as_echo_n_body='eval
59       arg=$1;
60       case $arg in
61       *"$as_nl"*)
62         expr "X$arg" : "X\\(.*\\)$as_nl";
63         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64       esac;
65       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66     '
67     export as_echo_n_body
68     as_echo_n='sh -c $as_echo_n_body as_echo'
69   fi
70   export as_echo_body
71   as_echo='sh -c $as_echo_body as_echo'
72 fi
73
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76   PATH_SEPARATOR=:
77   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79       PATH_SEPARATOR=';'
80   }
81 fi
82
83 # Support unset when possible.
84 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
85   as_unset=unset
86 else
87   as_unset=false
88 fi
89
90
91 # IFS
92 # We need space, tab and new line, in precisely that order.  Quoting is
93 # there to prevent editors from complaining about space-tab.
94 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
95 # splitting by setting IFS to empty value.)
96 IFS=" ""        $as_nl"
97
98 # Find who we are.  Look in the path if we contain no directory separator.
99 case $0 in
100   *[\\/]* ) as_myself=$0 ;;
101   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102 for as_dir in $PATH
103 do
104   IFS=$as_save_IFS
105   test -z "$as_dir" && as_dir=.
106   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107 done
108 IFS=$as_save_IFS
109
110      ;;
111 esac
112 # We did not find ourselves, most probably we were run as `sh COMMAND'
113 # in which case we are not to be found in the path.
114 if test "x$as_myself" = x; then
115   as_myself=$0
116 fi
117 if test ! -f "$as_myself"; then
118   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
119   { (exit 1); exit 1; }
120 fi
121
122 # Work around bugs in pre-3.0 UWIN ksh.
123 for as_var in ENV MAIL MAILPATH
124 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
125 done
126 PS1='$ '
127 PS2='> '
128 PS4='+ '
129
130 # NLS nuisances.
131 LC_ALL=C
132 export LC_ALL
133 LANGUAGE=C
134 export LANGUAGE
135
136 # Required to use basename.
137 if expr a : '\(a\)' >/dev/null 2>&1 &&
138    test "X`expr 00001 : '.*\(...\)'`" = X001; then
139   as_expr=expr
140 else
141   as_expr=false
142 fi
143
144 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
145   as_basename=basename
146 else
147   as_basename=false
148 fi
149
150
151 # Name of the executable.
152 as_me=`$as_basename -- "$0" ||
153 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
154          X"$0" : 'X\(//\)$' \| \
155          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
156 $as_echo X/"$0" |
157     sed '/^.*\/\([^/][^/]*\)\/*$/{
158             s//\1/
159             q
160           }
161           /^X\/\(\/\/\)$/{
162             s//\1/
163             q
164           }
165           /^X\/\(\/\).*/{
166             s//\1/
167             q
168           }
169           s/.*/./; q'`
170
171 # CDPATH.
172 $as_unset CDPATH
173
174
175 if test "x$CONFIG_SHELL" = x; then
176   if (eval ":") 2>/dev/null; then
177   as_have_required=yes
178 else
179   as_have_required=no
180 fi
181
182   if test $as_have_required = yes &&     (eval ":
183 (as_func_return () {
184   (exit \$1)
185 }
186 as_func_success () {
187   as_func_return 0
188 }
189 as_func_failure () {
190   as_func_return 1
191 }
192 as_func_ret_success () {
193   return 0
194 }
195 as_func_ret_failure () {
196   return 1
197 }
198
199 exitcode=0
200 if as_func_success; then
201   :
202 else
203   exitcode=1
204   echo as_func_success failed.
205 fi
206
207 if as_func_failure; then
208   exitcode=1
209   echo as_func_failure succeeded.
210 fi
211
212 if as_func_ret_success; then
213   :
214 else
215   exitcode=1
216   echo as_func_ret_success failed.
217 fi
218
219 if as_func_ret_failure; then
220   exitcode=1
221   echo as_func_ret_failure succeeded.
222 fi
223
224 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
225   :
226 else
227   exitcode=1
228   echo positional parameters were not saved.
229 fi
230
231 test \$exitcode = 0) || { (exit 1); exit 1; }
232
233 (
234   as_lineno_1=\$LINENO
235   as_lineno_2=\$LINENO
236   test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
237   test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
238 ") 2> /dev/null; then
239   :
240 else
241   as_candidate_shells=
242     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
243 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
244 do
245   IFS=$as_save_IFS
246   test -z "$as_dir" && as_dir=.
247   case $as_dir in
248          /*)
249            for as_base in sh bash ksh sh5; do
250              as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
251            done;;
252        esac
253 done
254 IFS=$as_save_IFS
255
256
257       for as_shell in $as_candidate_shells $SHELL; do
258          # Try only shells that exist, to save several forks.
259          if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
260                 { ("$as_shell") 2> /dev/null <<\_ASEOF
261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262   emulate sh
263   NULLCMD=:
264   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
265   # is contrary to our usage.  Disable this feature.
266   alias -g '${1+"$@"}'='"$@"'
267   setopt NO_GLOB_SUBST
268 else
269   case `(set -o) 2>/dev/null` in
270   *posix*) set -o posix ;;
271 esac
272
273 fi
274
275
276 :
277 _ASEOF
278 }; then
279   CONFIG_SHELL=$as_shell
280                as_have_required=yes
281                if { "$as_shell" 2> /dev/null <<\_ASEOF
282 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
283   emulate sh
284   NULLCMD=:
285   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
286   # is contrary to our usage.  Disable this feature.
287   alias -g '${1+"$@"}'='"$@"'
288   setopt NO_GLOB_SUBST
289 else
290   case `(set -o) 2>/dev/null` in
291   *posix*) set -o posix ;;
292 esac
293
294 fi
295
296
297 :
298 (as_func_return () {
299   (exit $1)
300 }
301 as_func_success () {
302   as_func_return 0
303 }
304 as_func_failure () {
305   as_func_return 1
306 }
307 as_func_ret_success () {
308   return 0
309 }
310 as_func_ret_failure () {
311   return 1
312 }
313
314 exitcode=0
315 if as_func_success; then
316   :
317 else
318   exitcode=1
319   echo as_func_success failed.
320 fi
321
322 if as_func_failure; then
323   exitcode=1
324   echo as_func_failure succeeded.
325 fi
326
327 if as_func_ret_success; then
328   :
329 else
330   exitcode=1
331   echo as_func_ret_success failed.
332 fi
333
334 if as_func_ret_failure; then
335   exitcode=1
336   echo as_func_ret_failure succeeded.
337 fi
338
339 if ( set x; as_func_ret_success y && test x = "$1" ); then
340   :
341 else
342   exitcode=1
343   echo positional parameters were not saved.
344 fi
345
346 test $exitcode = 0) || { (exit 1); exit 1; }
347
348 (
349   as_lineno_1=$LINENO
350   as_lineno_2=$LINENO
351   test "x$as_lineno_1" != "x$as_lineno_2" &&
352   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
353
354 _ASEOF
355 }; then
356   break
357 fi
358
359 fi
360
361       done
362
363       if test "x$CONFIG_SHELL" != x; then
364   for as_var in BASH_ENV ENV
365         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
366         done
367         export CONFIG_SHELL
368         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
369 fi
370
371
372     if test $as_have_required = no; then
373   echo This script requires a shell more modern than all the
374       echo shells that I found on your system.  Please install a
375       echo modern shell, or manually run the script under such a
376       echo shell if you do have one.
377       { (exit 1); exit 1; }
378 fi
379
380
381 fi
382
383 fi
384
385
386
387 (eval "as_func_return () {
388   (exit \$1)
389 }
390 as_func_success () {
391   as_func_return 0
392 }
393 as_func_failure () {
394   as_func_return 1
395 }
396 as_func_ret_success () {
397   return 0
398 }
399 as_func_ret_failure () {
400   return 1
401 }
402
403 exitcode=0
404 if as_func_success; then
405   :
406 else
407   exitcode=1
408   echo as_func_success failed.
409 fi
410
411 if as_func_failure; then
412   exitcode=1
413   echo as_func_failure succeeded.
414 fi
415
416 if as_func_ret_success; then
417   :
418 else
419   exitcode=1
420   echo as_func_ret_success failed.
421 fi
422
423 if as_func_ret_failure; then
424   exitcode=1
425   echo as_func_ret_failure succeeded.
426 fi
427
428 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
429   :
430 else
431   exitcode=1
432   echo positional parameters were not saved.
433 fi
434
435 test \$exitcode = 0") || {
436   echo No shell found that supports shell functions.
437   echo Please tell bug-autoconf@gnu.org about your system,
438   echo including any error possibly output before this message.
439   echo This can help us improve future autoconf versions.
440   echo Configuration will now proceed without shell functions.
441 }
442
443
444
445   as_lineno_1=$LINENO
446   as_lineno_2=$LINENO
447   test "x$as_lineno_1" != "x$as_lineno_2" &&
448   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
449
450   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
451   # uniformly replaced by the line number.  The first 'sed' inserts a
452   # line-number line after each line using $LINENO; the second 'sed'
453   # does the real work.  The second script uses 'N' to pair each
454   # line-number line with the line containing $LINENO, and appends
455   # trailing '-' during substitution so that $LINENO is not a special
456   # case at line end.
457   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
458   # scripts with optimization help from Paolo Bonzini.  Blame Lee
459   # E. McMahon (1931-1989) for sed's syntax.  :-)
460   sed -n '
461     p
462     /[$]LINENO/=
463   ' <$as_myself |
464     sed '
465       s/[$]LINENO.*/&-/
466       t lineno
467       b
468       :lineno
469       N
470       :loop
471       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
472       t loop
473       s/-\n.*//
474     ' >$as_me.lineno &&
475   chmod +x "$as_me.lineno" ||
476     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
477    { (exit 1); exit 1; }; }
478
479   # Don't try to exec as it changes $[0], causing all sort of problems
480   # (the dirname of $[0] is not the place where we might find the
481   # original and so on.  Autoconf is especially sensitive to this).
482   . "./$as_me.lineno"
483   # Exit status is that of the last command.
484   exit
485 }
486
487
488 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
489   as_dirname=dirname
490 else
491   as_dirname=false
492 fi
493
494 ECHO_C= ECHO_N= ECHO_T=
495 case `echo -n x` in
496 -n*)
497   case `echo 'x\c'` in
498   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
499   *)   ECHO_C='\c';;
500   esac;;
501 *)
502   ECHO_N='-n';;
503 esac
504 if expr a : '\(a\)' >/dev/null 2>&1 &&
505    test "X`expr 00001 : '.*\(...\)'`" = X001; then
506   as_expr=expr
507 else
508   as_expr=false
509 fi
510
511 rm -f conf$$ conf$$.exe conf$$.file
512 if test -d conf$$.dir; then
513   rm -f conf$$.dir/conf$$.file
514 else
515   rm -f conf$$.dir
516   mkdir conf$$.dir 2>/dev/null
517 fi
518 if (echo >conf$$.file) 2>/dev/null; then
519   if ln -s conf$$.file conf$$ 2>/dev/null; then
520     as_ln_s='ln -s'
521     # ... but there are two gotchas:
522     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
523     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
524     # In both cases, we have to default to `cp -p'.
525     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
526       as_ln_s='cp -p'
527   elif ln conf$$.file conf$$ 2>/dev/null; then
528     as_ln_s=ln
529   else
530     as_ln_s='cp -p'
531   fi
532 else
533   as_ln_s='cp -p'
534 fi
535 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
536 rmdir conf$$.dir 2>/dev/null
537
538 if mkdir -p . 2>/dev/null; then
539   as_mkdir_p=:
540 else
541   test -d ./-p && rmdir ./-p
542   as_mkdir_p=false
543 fi
544
545 if test -x / >/dev/null 2>&1; then
546   as_test_x='test -x'
547 else
548   if ls -dL / >/dev/null 2>&1; then
549     as_ls_L_option=L
550   else
551     as_ls_L_option=
552   fi
553   as_test_x='
554     eval sh -c '\''
555       if test -d "$1"; then
556         test -d "$1/.";
557       else
558         case $1 in
559         -*)set "./$1";;
560         esac;
561         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
562         ???[sx]*):;;*)false;;esac;fi
563     '\'' sh
564   '
565 fi
566 as_executable_p=$as_test_x
567
568 # Sed expression to map a string onto a valid CPP name.
569 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
570
571 # Sed expression to map a string onto a valid variable name.
572 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
573
574
575
576 exec 7<&0 </dev/null 6>&1
577
578 # Name of the host.
579 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
580 # so uname gets run too.
581 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
582
583 #
584 # Initializations.
585 #
586 ac_default_prefix=/usr/local
587 ac_clean_files=
588 ac_config_libobj_dir=.
589 LIBOBJS=
590 cross_compiling=no
591 subdirs=
592 MFLAGS=
593 MAKEFLAGS=
594 SHELL=${CONFIG_SHELL-/bin/sh}
595
596 # Identity of this package.
597 PACKAGE_NAME='Wine'
598 PACKAGE_TARNAME='wine'
599 PACKAGE_VERSION='1.1.16'
600 PACKAGE_STRING='Wine 1.1.16'
601 PACKAGE_BUGREPORT='wine-devel@winehq.org'
602
603 ac_unique_file="server/atom.c"
604 # Factoring default headers for most tests.
605 ac_includes_default="\
606 #include <stdio.h>
607 #ifdef HAVE_SYS_TYPES_H
608 # include <sys/types.h>
609 #endif
610 #ifdef HAVE_SYS_STAT_H
611 # include <sys/stat.h>
612 #endif
613 #ifdef STDC_HEADERS
614 # include <stdlib.h>
615 # include <stddef.h>
616 #else
617 # ifdef HAVE_STDLIB_H
618 #  include <stdlib.h>
619 # endif
620 #endif
621 #ifdef HAVE_STRING_H
622 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
623 #  include <memory.h>
624 # endif
625 # include <string.h>
626 #endif
627 #ifdef HAVE_STRINGS_H
628 # include <strings.h>
629 #endif
630 #ifdef HAVE_INTTYPES_H
631 # include <inttypes.h>
632 #endif
633 #ifdef HAVE_STDINT_H
634 # include <stdint.h>
635 #endif
636 #ifdef HAVE_UNISTD_H
637 # include <unistd.h>
638 #endif"
639
640 ac_subst_vars='LTLIBOBJS
641 LIBOBJS
642 ALL_WINETEST_DEPENDS
643 ALL_PROGRAM_BIN_INSTALL_DIRS
644 ALL_PROGRAM_INSTALL_DIRS
645 ALL_PROGRAM_DIRS
646 ALL_TEST_DIRS
647 ALL_IMPLIB_DIRS
648 ALL_DLL_DIRS
649 ALL_TOP_DIRS
650 ALL_MAKEFILE_DEPENDS
651 ALL_MAKEFILES
652 ALL_MAKERULES
653 DEPENDENCIES
654 LDAPLIBS
655 LIBPOLL
656 LIBDL
657 EXTRA_BINARIES
658 SOCKETLIBS
659 CRTLIBS
660 LDPATH
661 BUILTINFLAG
662 EXTRACFLAGS
663 LIBKSTAT
664 FONTCONFIGINCL
665 CUPSINCL
666 AUDIOIOLIBS
667 ALSALIBS
668 ESDLIBS
669 ESDINCL
670 ESDCONFIG
671 FREETYPEINCL
672 FREETYPELIBS
673 ft_devel
674 LCMSLIBS
675 RESOLVLIBS
676 GPHOTO2INCL
677 GPHOTO2LIBS
678 gphoto2port_devel
679 gphoto2_devel
680 SANEINCL
681 sane_devel
682 GNUTLSINCL
683 HALINCL
684 XSLTINCL
685 XML2INCL
686 XML2LIBS
687 NASLIBS
688 X_EXTRA_LIBS
689 X_LIBS
690 X_PRE_LIBS
691 X_CFLAGS
692 XMKMF
693 LIBPTHREAD
694 CROSSTEST
695 CROSSWINDRES
696 CROSSCC
697 CARBONLIB
698 COREAUDIO
699 DISKARBITRATIONLIB
700 LDEXECFLAGS
701 IOKITLIB
702 COREFOUNDATIONLIB
703 SECURITYLIB
704 MINGWAR
705 DLLWRAP
706 DLLTOOL
707 LDD
708 LDRPATH_LOCAL
709 LDRPATH_INSTALL
710 IMPLIBEXT
711 LIBEXT
712 LDDLLFLAGS
713 LDSHARED
714 DLLFLAGS
715 DLLEXT
716 CPP
717 OPENGL_LIBS
718 XLIB
719 PRELINK
720 ICOTOOL
721 RSVG
722 PKG_CONFIG
723 FONTFORGE
724 LINTFLAGS
725 LINT
726 INSTALL_DATA
727 INSTALL_SCRIPT
728 INSTALL_PROGRAM
729 LDCONFIG
730 EGREP
731 GREP
732 LN
733 LN_S
734 WINDRES
735 STRIP
736 RANLIB
737 ARFLAGS
738 ac_ct_AR
739 AR
740 ac_ct_NM
741 NM
742 ac_ct_LD
743 LD
744 ac_ct_AS
745 AS
746 BISON
747 FLEX
748 TOOLSDIR
749 WIN16_INSTALL
750 WIN16_FILES
751 TARGETFLAGS
752 CPPBIN
753 ac_ct_CXX
754 CXXFLAGS
755 CXX
756 OBJEXT
757 EXEEXT
758 ac_ct_CC
759 CPPFLAGS
760 LDFLAGS
761 CFLAGS
762 CC
763 SET_MAKE
764 host_os
765 host_vendor
766 host_cpu
767 host
768 build_os
769 build_vendor
770 build_cpu
771 build
772 MAINTAINER_MODE
773 target_alias
774 host_alias
775 build_alias
776 LIBS
777 ECHO_T
778 ECHO_N
779 ECHO_C
780 DEFS
781 mandir
782 localedir
783 libdir
784 psdir
785 pdfdir
786 dvidir
787 htmldir
788 infodir
789 docdir
790 oldincludedir
791 includedir
792 localstatedir
793 sharedstatedir
794 sysconfdir
795 datadir
796 datarootdir
797 libexecdir
798 sbindir
799 bindir
800 program_transform_name
801 prefix
802 exec_prefix
803 PACKAGE_BUGREPORT
804 PACKAGE_STRING
805 PACKAGE_VERSION
806 PACKAGE_TARNAME
807 PACKAGE_NAME
808 PATH_SEPARATOR
809 SHELL'
810 ac_subst_files='MAKE_RULES
811 MAKE_DLL_RULES
812 MAKE_IMPLIB_RULES
813 MAKE_TEST_RULES
814 MAKE_PROG_RULES'
815 ac_user_opts='
816 enable_option_checking
817 enable_win16
818 enable_win64
819 enable_tests
820 enable_maintainer_mode
821 with_alsa
822 with_audioio
823 with_capi
824 with_cms
825 with_coreaudio
826 with_cups
827 with_curses
828 with_esd
829 with_fontconfig
830 with_freetype
831 with_gphoto
832 with_glu
833 with_gnutls
834 with_hal
835 with_jack
836 with_jpeg
837 with_ldap
838 with_nas
839 with_opengl
840 with_openssl
841 with_oss
842 with_png
843 with_pthread
844 with_sane
845 with_xcomposite
846 with_xcursor
847 with_xinerama
848 with_xinput
849 with_xml
850 with_xrandr
851 with_xrender
852 with_xshape
853 with_xshm
854 with_xslt
855 with_xxf86vm
856 with_wine_tools
857 with_x
858 '
859       ac_precious_vars='build_alias
860 host_alias
861 target_alias
862 CC
863 CFLAGS
864 LDFLAGS
865 LIBS
866 CPPFLAGS
867 CXX
868 CXXFLAGS
869 CCC
870 CPP
871 XMKMF'
872
873
874 # Initialize some variables set by options.
875 ac_init_help=
876 ac_init_version=false
877 ac_unrecognized_opts=
878 ac_unrecognized_sep=
879 # The variables have the same names as the options, with
880 # dashes changed to underlines.
881 cache_file=/dev/null
882 exec_prefix=NONE
883 no_create=
884 no_recursion=
885 prefix=NONE
886 program_prefix=NONE
887 program_suffix=NONE
888 program_transform_name=s,x,x,
889 silent=
890 site=
891 srcdir=
892 verbose=
893 x_includes=NONE
894 x_libraries=NONE
895
896 # Installation directory options.
897 # These are left unexpanded so users can "make install exec_prefix=/foo"
898 # and all the variables that are supposed to be based on exec_prefix
899 # by default will actually change.
900 # Use braces instead of parens because sh, perl, etc. also accept them.
901 # (The list follows the same order as the GNU Coding Standards.)
902 bindir='${exec_prefix}/bin'
903 sbindir='${exec_prefix}/sbin'
904 libexecdir='${exec_prefix}/libexec'
905 datarootdir='${prefix}/share'
906 datadir='${datarootdir}'
907 sysconfdir='${prefix}/etc'
908 sharedstatedir='${prefix}/com'
909 localstatedir='${prefix}/var'
910 includedir='${prefix}/include'
911 oldincludedir='/usr/include'
912 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
913 infodir='${datarootdir}/info'
914 htmldir='${docdir}'
915 dvidir='${docdir}'
916 pdfdir='${docdir}'
917 psdir='${docdir}'
918 libdir='${exec_prefix}/lib'
919 localedir='${datarootdir}/locale'
920 mandir='${datarootdir}/man'
921
922 ac_prev=
923 ac_dashdash=
924 for ac_option
925 do
926   # If the previous option needs an argument, assign it.
927   if test -n "$ac_prev"; then
928     eval $ac_prev=\$ac_option
929     ac_prev=
930     continue
931   fi
932
933   case $ac_option in
934   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
935   *)    ac_optarg=yes ;;
936   esac
937
938   # Accept the important Cygnus configure options, so we can diagnose typos.
939
940   case $ac_dashdash$ac_option in
941   --)
942     ac_dashdash=yes ;;
943
944   -bindir | --bindir | --bindi | --bind | --bin | --bi)
945     ac_prev=bindir ;;
946   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
947     bindir=$ac_optarg ;;
948
949   -build | --build | --buil | --bui | --bu)
950     ac_prev=build_alias ;;
951   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
952     build_alias=$ac_optarg ;;
953
954   -cache-file | --cache-file | --cache-fil | --cache-fi \
955   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
956     ac_prev=cache_file ;;
957   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
958   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
959     cache_file=$ac_optarg ;;
960
961   --config-cache | -C)
962     cache_file=config.cache ;;
963
964   -datadir | --datadir | --datadi | --datad)
965     ac_prev=datadir ;;
966   -datadir=* | --datadir=* | --datadi=* | --datad=*)
967     datadir=$ac_optarg ;;
968
969   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
970   | --dataroo | --dataro | --datar)
971     ac_prev=datarootdir ;;
972   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
973   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
974     datarootdir=$ac_optarg ;;
975
976   -disable-* | --disable-*)
977     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
978     # Reject names that are not valid shell variable names.
979     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
980       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
981    { (exit 1); exit 1; }; }
982     ac_useropt_orig=$ac_useropt
983     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
984     case $ac_user_opts in
985       *"
986 "enable_$ac_useropt"
987 "*) ;;
988       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
989          ac_unrecognized_sep=', ';;
990     esac
991     eval enable_$ac_useropt=no ;;
992
993   -docdir | --docdir | --docdi | --doc | --do)
994     ac_prev=docdir ;;
995   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
996     docdir=$ac_optarg ;;
997
998   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
999     ac_prev=dvidir ;;
1000   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1001     dvidir=$ac_optarg ;;
1002
1003   -enable-* | --enable-*)
1004     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1005     # Reject names that are not valid shell variable names.
1006     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1007       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1008    { (exit 1); exit 1; }; }
1009     ac_useropt_orig=$ac_useropt
1010     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1011     case $ac_user_opts in
1012       *"
1013 "enable_$ac_useropt"
1014 "*) ;;
1015       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1016          ac_unrecognized_sep=', ';;
1017     esac
1018     eval enable_$ac_useropt=\$ac_optarg ;;
1019
1020   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1021   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1022   | --exec | --exe | --ex)
1023     ac_prev=exec_prefix ;;
1024   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1025   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1026   | --exec=* | --exe=* | --ex=*)
1027     exec_prefix=$ac_optarg ;;
1028
1029   -gas | --gas | --ga | --g)
1030     # Obsolete; use --with-gas.
1031     with_gas=yes ;;
1032
1033   -help | --help | --hel | --he | -h)
1034     ac_init_help=long ;;
1035   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1036     ac_init_help=recursive ;;
1037   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1038     ac_init_help=short ;;
1039
1040   -host | --host | --hos | --ho)
1041     ac_prev=host_alias ;;
1042   -host=* | --host=* | --hos=* | --ho=*)
1043     host_alias=$ac_optarg ;;
1044
1045   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1046     ac_prev=htmldir ;;
1047   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1048   | --ht=*)
1049     htmldir=$ac_optarg ;;
1050
1051   -includedir | --includedir | --includedi | --included | --include \
1052   | --includ | --inclu | --incl | --inc)
1053     ac_prev=includedir ;;
1054   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1055   | --includ=* | --inclu=* | --incl=* | --inc=*)
1056     includedir=$ac_optarg ;;
1057
1058   -infodir | --infodir | --infodi | --infod | --info | --inf)
1059     ac_prev=infodir ;;
1060   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1061     infodir=$ac_optarg ;;
1062
1063   -libdir | --libdir | --libdi | --libd)
1064     ac_prev=libdir ;;
1065   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1066     libdir=$ac_optarg ;;
1067
1068   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1069   | --libexe | --libex | --libe)
1070     ac_prev=libexecdir ;;
1071   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1072   | --libexe=* | --libex=* | --libe=*)
1073     libexecdir=$ac_optarg ;;
1074
1075   -localedir | --localedir | --localedi | --localed | --locale)
1076     ac_prev=localedir ;;
1077   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1078     localedir=$ac_optarg ;;
1079
1080   -localstatedir | --localstatedir | --localstatedi | --localstated \
1081   | --localstate | --localstat | --localsta | --localst | --locals)
1082     ac_prev=localstatedir ;;
1083   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1084   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1085     localstatedir=$ac_optarg ;;
1086
1087   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1088     ac_prev=mandir ;;
1089   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1090     mandir=$ac_optarg ;;
1091
1092   -nfp | --nfp | --nf)
1093     # Obsolete; use --without-fp.
1094     with_fp=no ;;
1095
1096   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1097   | --no-cr | --no-c | -n)
1098     no_create=yes ;;
1099
1100   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1101   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1102     no_recursion=yes ;;
1103
1104   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1105   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1106   | --oldin | --oldi | --old | --ol | --o)
1107     ac_prev=oldincludedir ;;
1108   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1109   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1110   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1111     oldincludedir=$ac_optarg ;;
1112
1113   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1114     ac_prev=prefix ;;
1115   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1116     prefix=$ac_optarg ;;
1117
1118   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1119   | --program-pre | --program-pr | --program-p)
1120     ac_prev=program_prefix ;;
1121   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1122   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1123     program_prefix=$ac_optarg ;;
1124
1125   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1126   | --program-suf | --program-su | --program-s)
1127     ac_prev=program_suffix ;;
1128   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1129   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1130     program_suffix=$ac_optarg ;;
1131
1132   -program-transform-name | --program-transform-name \
1133   | --program-transform-nam | --program-transform-na \
1134   | --program-transform-n | --program-transform- \
1135   | --program-transform | --program-transfor \
1136   | --program-transfo | --program-transf \
1137   | --program-trans | --program-tran \
1138   | --progr-tra | --program-tr | --program-t)
1139     ac_prev=program_transform_name ;;
1140   -program-transform-name=* | --program-transform-name=* \
1141   | --program-transform-nam=* | --program-transform-na=* \
1142   | --program-transform-n=* | --program-transform-=* \
1143   | --program-transform=* | --program-transfor=* \
1144   | --program-transfo=* | --program-transf=* \
1145   | --program-trans=* | --program-tran=* \
1146   | --progr-tra=* | --program-tr=* | --program-t=*)
1147     program_transform_name=$ac_optarg ;;
1148
1149   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1150     ac_prev=pdfdir ;;
1151   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1152     pdfdir=$ac_optarg ;;
1153
1154   -psdir | --psdir | --psdi | --psd | --ps)
1155     ac_prev=psdir ;;
1156   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1157     psdir=$ac_optarg ;;
1158
1159   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1160   | -silent | --silent | --silen | --sile | --sil)
1161     silent=yes ;;
1162
1163   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1164     ac_prev=sbindir ;;
1165   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1166   | --sbi=* | --sb=*)
1167     sbindir=$ac_optarg ;;
1168
1169   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1170   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1171   | --sharedst | --shareds | --shared | --share | --shar \
1172   | --sha | --sh)
1173     ac_prev=sharedstatedir ;;
1174   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1175   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1176   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1177   | --sha=* | --sh=*)
1178     sharedstatedir=$ac_optarg ;;
1179
1180   -site | --site | --sit)
1181     ac_prev=site ;;
1182   -site=* | --site=* | --sit=*)
1183     site=$ac_optarg ;;
1184
1185   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1186     ac_prev=srcdir ;;
1187   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1188     srcdir=$ac_optarg ;;
1189
1190   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1191   | --syscon | --sysco | --sysc | --sys | --sy)
1192     ac_prev=sysconfdir ;;
1193   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1194   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1195     sysconfdir=$ac_optarg ;;
1196
1197   -target | --target | --targe | --targ | --tar | --ta | --t)
1198     ac_prev=target_alias ;;
1199   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1200     target_alias=$ac_optarg ;;
1201
1202   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1203     verbose=yes ;;
1204
1205   -version | --version | --versio | --versi | --vers | -V)
1206     ac_init_version=: ;;
1207
1208   -with-* | --with-*)
1209     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1210     # Reject names that are not valid shell variable names.
1211     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1212       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1213    { (exit 1); exit 1; }; }
1214     ac_useropt_orig=$ac_useropt
1215     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1216     case $ac_user_opts in
1217       *"
1218 "with_$ac_useropt"
1219 "*) ;;
1220       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1221          ac_unrecognized_sep=', ';;
1222     esac
1223     eval with_$ac_useropt=\$ac_optarg ;;
1224
1225   -without-* | --without-*)
1226     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1227     # Reject names that are not valid shell variable names.
1228     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1229       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1230    { (exit 1); exit 1; }; }
1231     ac_useropt_orig=$ac_useropt
1232     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1233     case $ac_user_opts in
1234       *"
1235 "with_$ac_useropt"
1236 "*) ;;
1237       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1238          ac_unrecognized_sep=', ';;
1239     esac
1240     eval with_$ac_useropt=no ;;
1241
1242   --x)
1243     # Obsolete; use --with-x.
1244     with_x=yes ;;
1245
1246   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1247   | --x-incl | --x-inc | --x-in | --x-i)
1248     ac_prev=x_includes ;;
1249   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1250   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1251     x_includes=$ac_optarg ;;
1252
1253   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1254   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1255     ac_prev=x_libraries ;;
1256   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1257   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1258     x_libraries=$ac_optarg ;;
1259
1260   -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1261 Try \`$0 --help' for more information." >&2
1262    { (exit 1); exit 1; }; }
1263     ;;
1264
1265   *=*)
1266     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1267     # Reject names that are not valid shell variable names.
1268     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1269       { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1270    { (exit 1); exit 1; }; }
1271     eval $ac_envvar=\$ac_optarg
1272     export $ac_envvar ;;
1273
1274   *)
1275     # FIXME: should be removed in autoconf 3.0.
1276     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1277     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1278       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1279     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1280     ;;
1281
1282   esac
1283 done
1284
1285 if test -n "$ac_prev"; then
1286   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1287   { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1288    { (exit 1); exit 1; }; }
1289 fi
1290
1291 if test -n "$ac_unrecognized_opts"; then
1292   case $enable_option_checking in
1293     no) ;;
1294     fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1295    { (exit 1); exit 1; }; } ;;
1296     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1297   esac
1298 fi
1299
1300 # Check all directory arguments for consistency.
1301 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1302                 datadir sysconfdir sharedstatedir localstatedir includedir \
1303                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1304                 libdir localedir mandir
1305 do
1306   eval ac_val=\$$ac_var
1307   # Remove trailing slashes.
1308   case $ac_val in
1309     */ )
1310       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1311       eval $ac_var=\$ac_val;;
1312   esac
1313   # Be sure to have absolute directory names.
1314   case $ac_val in
1315     [\\/$]* | ?:[\\/]* )  continue;;
1316     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1317   esac
1318   { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1319    { (exit 1); exit 1; }; }
1320 done
1321
1322 # There might be people who depend on the old broken behavior: `$host'
1323 # used to hold the argument of --host etc.
1324 # FIXME: To remove some day.
1325 build=$build_alias
1326 host=$host_alias
1327 target=$target_alias
1328
1329 # FIXME: To remove some day.
1330 if test "x$host_alias" != x; then
1331   if test "x$build_alias" = x; then
1332     cross_compiling=maybe
1333     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1334     If a cross compiler is detected then cross compile mode will be used." >&2
1335   elif test "x$build_alias" != "x$host_alias"; then
1336     cross_compiling=yes
1337   fi
1338 fi
1339
1340 ac_tool_prefix=
1341 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1342
1343 test "$silent" = yes && exec 6>/dev/null
1344
1345
1346 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1347 ac_ls_di=`ls -di .` &&
1348 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1349   { $as_echo "$as_me: error: working directory cannot be determined" >&2
1350    { (exit 1); exit 1; }; }
1351 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1352   { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1353    { (exit 1); exit 1; }; }
1354
1355
1356 # Find the source files, if location was not specified.
1357 if test -z "$srcdir"; then
1358   ac_srcdir_defaulted=yes
1359   # Try the directory containing this script, then the parent directory.
1360   ac_confdir=`$as_dirname -- "$as_myself" ||
1361 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1362          X"$as_myself" : 'X\(//\)[^/]' \| \
1363          X"$as_myself" : 'X\(//\)$' \| \
1364          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1365 $as_echo X"$as_myself" |
1366     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1367             s//\1/
1368             q
1369           }
1370           /^X\(\/\/\)[^/].*/{
1371             s//\1/
1372             q
1373           }
1374           /^X\(\/\/\)$/{
1375             s//\1/
1376             q
1377           }
1378           /^X\(\/\).*/{
1379             s//\1/
1380             q
1381           }
1382           s/.*/./; q'`
1383   srcdir=$ac_confdir
1384   if test ! -r "$srcdir/$ac_unique_file"; then
1385     srcdir=..
1386   fi
1387 else
1388   ac_srcdir_defaulted=no
1389 fi
1390 if test ! -r "$srcdir/$ac_unique_file"; then
1391   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1392   { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1393    { (exit 1); exit 1; }; }
1394 fi
1395 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1396 ac_abs_confdir=`(
1397         cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1398    { (exit 1); exit 1; }; }
1399         pwd)`
1400 # When building in place, set srcdir=.
1401 if test "$ac_abs_confdir" = "$ac_pwd"; then
1402   srcdir=.
1403 fi
1404 # Remove unnecessary trailing slashes from srcdir.
1405 # Double slashes in file names in object file debugging info
1406 # mess up M-x gdb in Emacs.
1407 case $srcdir in
1408 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1409 esac
1410 for ac_var in $ac_precious_vars; do
1411   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1412   eval ac_env_${ac_var}_value=\$${ac_var}
1413   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1414   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1415 done
1416
1417 #
1418 # Report the --help message.
1419 #
1420 if test "$ac_init_help" = "long"; then
1421   # Omit some internal or obsolete options to make the list less imposing.
1422   # This message is too long to be a string in the A/UX 3.1 sh.
1423   cat <<_ACEOF
1424 \`configure' configures Wine 1.1.16 to adapt to many kinds of systems.
1425
1426 Usage: $0 [OPTION]... [VAR=VALUE]...
1427
1428 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1429 VAR=VALUE.  See below for descriptions of some of the useful variables.
1430
1431 Defaults for the options are specified in brackets.
1432
1433 Configuration:
1434   -h, --help              display this help and exit
1435       --help=short        display options specific to this package
1436       --help=recursive    display the short help of all the included packages
1437   -V, --version           display version information and exit
1438   -q, --quiet, --silent   do not print \`checking...' messages
1439       --cache-file=FILE   cache test results in FILE [disabled]
1440   -C, --config-cache      alias for \`--cache-file=config.cache'
1441   -n, --no-create         do not create output files
1442       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1443
1444 Installation directories:
1445   --prefix=PREFIX         install architecture-independent files in PREFIX
1446                           [$ac_default_prefix]
1447   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1448                           [PREFIX]
1449
1450 By default, \`make install' will install all the files in
1451 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1452 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1453 for instance \`--prefix=\$HOME'.
1454
1455 For better control, use the options below.
1456
1457 Fine tuning of the installation directories:
1458   --bindir=DIR            user executables [EPREFIX/bin]
1459   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1460   --libexecdir=DIR        program executables [EPREFIX/libexec]
1461   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1462   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1463   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1464   --libdir=DIR            object code libraries [EPREFIX/lib]
1465   --includedir=DIR        C header files [PREFIX/include]
1466   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1467   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1468   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1469   --infodir=DIR           info documentation [DATAROOTDIR/info]
1470   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1471   --mandir=DIR            man documentation [DATAROOTDIR/man]
1472   --docdir=DIR            documentation root [DATAROOTDIR/doc/wine]
1473   --htmldir=DIR           html documentation [DOCDIR]
1474   --dvidir=DIR            dvi documentation [DOCDIR]
1475   --pdfdir=DIR            pdf documentation [DOCDIR]
1476   --psdir=DIR             ps documentation [DOCDIR]
1477 _ACEOF
1478
1479   cat <<\_ACEOF
1480
1481 X features:
1482   --x-includes=DIR    X include files are in DIR
1483   --x-libraries=DIR   X library files are in DIR
1484
1485 System types:
1486   --build=BUILD     configure for building on BUILD [guessed]
1487   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1488 _ACEOF
1489 fi
1490
1491 if test -n "$ac_init_help"; then
1492   case $ac_init_help in
1493      short | recursive ) echo "Configuration of Wine 1.1.16:";;
1494    esac
1495   cat <<\_ACEOF
1496
1497 Optional Features:
1498   --disable-option-checking  ignore unrecognized --enable/--with options
1499   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1500   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1501   --disable-win16         do not include Win16 support
1502   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1503                           binaries)
1504   --disable-tests         do not build the regression tests
1505   --enable-maintainer-mode
1506                           enable maintainer-specific build rules
1507
1508 Optional Packages:
1509   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1510   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1511   --without-alsa          do not use the Alsa sound support
1512   --without-audioio       do not use the AudioIO sound support
1513   --without-capi          do not use CAPI (ISDN support)
1514   --without-cms           do not use CMS (color management support)
1515   --without-coreaudio     do not use the CoreAudio sound support
1516   --without-cups          do not use CUPS
1517   --without-curses        do not use (n)curses
1518   --without-esd           do not use the EsounD sound support
1519   --without-fontconfig    do not use fontconfig
1520   --without-freetype      do not use the FreeType library
1521   --without-gphoto        do not use gphoto (Digital Camera support)
1522   --without-glu           do not use the GLU library
1523   --without-gnutls        do not use GnuTLS (schannel support)
1524   --without-hal           do not use HAL (dynamic device support)
1525   --without-jack          do not use the Jack sound support
1526   --without-jpeg          do not use JPEG
1527   --without-ldap          do not use LDAP
1528   --without-nas           do not use the NAS sound support
1529   --without-opengl        do not use OpenGL
1530   --without-openssl       do not use OpenSSL
1531   --without-oss           do not use the OSS sound support
1532   --without-png           do not use PNG
1533   --without-pthread       do not use the pthread library
1534   --without-sane          do not use SANE (scanner support)
1535   --without-xcomposite    do not use the Xcomposite extension
1536   --without-xcursor       do not use the Xcursor extension
1537   --without-xinerama      do not use Xinerama (multi-monitor support)
1538   --without-xinput        do not use the Xinput extension
1539   --without-xml           do not use XML
1540   --without-xrandr        do not use Xrandr (resolution changes)
1541   --without-xrender       do not use the Xrender extension
1542   --without-xshape        do not use the Xshape extension
1543   --without-xshm          do not use XShm (shared memory extension)
1544   --without-xslt          do not use XSLT
1545   --without-xxf86vm       do not use XFree video mode extension
1546   --with-wine-tools=DIR   use Wine tools from directory DIR
1547   --with-x                use the X Window System
1548
1549 Some influential environment variables:
1550   CC          C compiler command
1551   CFLAGS      C compiler flags
1552   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1553               nonstandard directory <lib dir>
1554   LIBS        libraries to pass to the linker, e.g. -l<library>
1555   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1556               you have headers in a nonstandard directory <include dir>
1557   CXX         C++ compiler command
1558   CXXFLAGS    C++ compiler flags
1559   CPP         C preprocessor
1560   XMKMF       Path to xmkmf, Makefile generator for X Window System
1561
1562 Use these variables to override the choices made by `configure' or to help
1563 it to find libraries and programs with nonstandard names/locations.
1564
1565 Report bugs to <wine-devel@winehq.org>.
1566 _ACEOF
1567 ac_status=$?
1568 fi
1569
1570 if test "$ac_init_help" = "recursive"; then
1571   # If there are subdirs, report their specific --help.
1572   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1573     test -d "$ac_dir" ||
1574       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1575       continue
1576     ac_builddir=.
1577
1578 case "$ac_dir" in
1579 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1580 *)
1581   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1582   # A ".." for each directory in $ac_dir_suffix.
1583   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1584   case $ac_top_builddir_sub in
1585   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1586   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1587   esac ;;
1588 esac
1589 ac_abs_top_builddir=$ac_pwd
1590 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1591 # for backward compatibility:
1592 ac_top_builddir=$ac_top_build_prefix
1593
1594 case $srcdir in
1595   .)  # We are building in place.
1596     ac_srcdir=.
1597     ac_top_srcdir=$ac_top_builddir_sub
1598     ac_abs_top_srcdir=$ac_pwd ;;
1599   [\\/]* | ?:[\\/]* )  # Absolute name.
1600     ac_srcdir=$srcdir$ac_dir_suffix;
1601     ac_top_srcdir=$srcdir
1602     ac_abs_top_srcdir=$srcdir ;;
1603   *) # Relative name.
1604     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1605     ac_top_srcdir=$ac_top_build_prefix$srcdir
1606     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1607 esac
1608 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1609
1610     cd "$ac_dir" || { ac_status=$?; continue; }
1611     # Check for guested configure.
1612     if test -f "$ac_srcdir/configure.gnu"; then
1613       echo &&
1614       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1615     elif test -f "$ac_srcdir/configure"; then
1616       echo &&
1617       $SHELL "$ac_srcdir/configure" --help=recursive
1618     else
1619       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1620     fi || ac_status=$?
1621     cd "$ac_pwd" || { ac_status=$?; break; }
1622   done
1623 fi
1624
1625 test -n "$ac_init_help" && exit $ac_status
1626 if $ac_init_version; then
1627   cat <<\_ACEOF
1628 Wine configure 1.1.16
1629 generated by GNU Autoconf 2.63
1630
1631 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1632 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1633 This configure script is free software; the Free Software Foundation
1634 gives unlimited permission to copy, distribute and modify it.
1635 _ACEOF
1636   exit
1637 fi
1638 cat >config.log <<_ACEOF
1639 This file contains any messages produced by compilers while
1640 running configure, to aid debugging if configure makes a mistake.
1641
1642 It was created by Wine $as_me 1.1.16, which was
1643 generated by GNU Autoconf 2.63.  Invocation command line was
1644
1645   $ $0 $@
1646
1647 _ACEOF
1648 exec 5>>config.log
1649 {
1650 cat <<_ASUNAME
1651 ## --------- ##
1652 ## Platform. ##
1653 ## --------- ##
1654
1655 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1656 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1657 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1658 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1659 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1660
1661 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1662 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1663
1664 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1665 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1666 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1667 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1668 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1669 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1670 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1671
1672 _ASUNAME
1673
1674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1675 for as_dir in $PATH
1676 do
1677   IFS=$as_save_IFS
1678   test -z "$as_dir" && as_dir=.
1679   $as_echo "PATH: $as_dir"
1680 done
1681 IFS=$as_save_IFS
1682
1683 } >&5
1684
1685 cat >&5 <<_ACEOF
1686
1687
1688 ## ----------- ##
1689 ## Core tests. ##
1690 ## ----------- ##
1691
1692 _ACEOF
1693
1694
1695 # Keep a trace of the command line.
1696 # Strip out --no-create and --no-recursion so they do not pile up.
1697 # Strip out --silent because we don't want to record it for future runs.
1698 # Also quote any args containing shell meta-characters.
1699 # Make two passes to allow for proper duplicate-argument suppression.
1700 ac_configure_args=
1701 ac_configure_args0=
1702 ac_configure_args1=
1703 ac_must_keep_next=false
1704 for ac_pass in 1 2
1705 do
1706   for ac_arg
1707   do
1708     case $ac_arg in
1709     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1710     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1711     | -silent | --silent | --silen | --sile | --sil)
1712       continue ;;
1713     *\'*)
1714       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1715     esac
1716     case $ac_pass in
1717     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1718     2)
1719       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1720       if test $ac_must_keep_next = true; then
1721         ac_must_keep_next=false # Got value, back to normal.
1722       else
1723         case $ac_arg in
1724           *=* | --config-cache | -C | -disable-* | --disable-* \
1725           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1726           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1727           | -with-* | --with-* | -without-* | --without-* | --x)
1728             case "$ac_configure_args0 " in
1729               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1730             esac
1731             ;;
1732           -* ) ac_must_keep_next=true ;;
1733         esac
1734       fi
1735       ac_configure_args="$ac_configure_args '$ac_arg'"
1736       ;;
1737     esac
1738   done
1739 done
1740 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1741 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1742
1743 # When interrupted or exit'd, cleanup temporary files, and complete
1744 # config.log.  We remove comments because anyway the quotes in there
1745 # would cause problems or look ugly.
1746 # WARNING: Use '\'' to represent an apostrophe within the trap.
1747 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1748 trap 'exit_status=$?
1749   # Save into config.log some information that might help in debugging.
1750   {
1751     echo
1752
1753     cat <<\_ASBOX
1754 ## ---------------- ##
1755 ## Cache variables. ##
1756 ## ---------------- ##
1757 _ASBOX
1758     echo
1759     # The following way of writing the cache mishandles newlines in values,
1760 (
1761   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1762     eval ac_val=\$$ac_var
1763     case $ac_val in #(
1764     *${as_nl}*)
1765       case $ac_var in #(
1766       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1767 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1768       esac
1769       case $ac_var in #(
1770       _ | IFS | as_nl) ;; #(
1771       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1772       *) $as_unset $ac_var ;;
1773       esac ;;
1774     esac
1775   done
1776   (set) 2>&1 |
1777     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1778     *${as_nl}ac_space=\ *)
1779       sed -n \
1780         "s/'\''/'\''\\\\'\'''\''/g;
1781           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1782       ;; #(
1783     *)
1784       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1785       ;;
1786     esac |
1787     sort
1788 )
1789     echo
1790
1791     cat <<\_ASBOX
1792 ## ----------------- ##
1793 ## Output variables. ##
1794 ## ----------------- ##
1795 _ASBOX
1796     echo
1797     for ac_var in $ac_subst_vars
1798     do
1799       eval ac_val=\$$ac_var
1800       case $ac_val in
1801       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1802       esac
1803       $as_echo "$ac_var='\''$ac_val'\''"
1804     done | sort
1805     echo
1806
1807     if test -n "$ac_subst_files"; then
1808       cat <<\_ASBOX
1809 ## ------------------- ##
1810 ## File substitutions. ##
1811 ## ------------------- ##
1812 _ASBOX
1813       echo
1814       for ac_var in $ac_subst_files
1815       do
1816         eval ac_val=\$$ac_var
1817         case $ac_val in
1818         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1819         esac
1820         $as_echo "$ac_var='\''$ac_val'\''"
1821       done | sort
1822       echo
1823     fi
1824
1825     if test -s confdefs.h; then
1826       cat <<\_ASBOX
1827 ## ----------- ##
1828 ## confdefs.h. ##
1829 ## ----------- ##
1830 _ASBOX
1831       echo
1832       cat confdefs.h
1833       echo
1834     fi
1835     test "$ac_signal" != 0 &&
1836       $as_echo "$as_me: caught signal $ac_signal"
1837     $as_echo "$as_me: exit $exit_status"
1838   } >&5
1839   rm -f core *.core core.conftest.* &&
1840     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1841     exit $exit_status
1842 ' 0
1843 for ac_signal in 1 2 13 15; do
1844   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1845 done
1846 ac_signal=0
1847
1848 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1849 rm -f -r conftest* confdefs.h
1850
1851 # Predefined preprocessor variables.
1852
1853 cat >>confdefs.h <<_ACEOF
1854 #define PACKAGE_NAME "$PACKAGE_NAME"
1855 _ACEOF
1856
1857
1858 cat >>confdefs.h <<_ACEOF
1859 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1860 _ACEOF
1861
1862
1863 cat >>confdefs.h <<_ACEOF
1864 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1865 _ACEOF
1866
1867
1868 cat >>confdefs.h <<_ACEOF
1869 #define PACKAGE_STRING "$PACKAGE_STRING"
1870 _ACEOF
1871
1872
1873 cat >>confdefs.h <<_ACEOF
1874 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1875 _ACEOF
1876
1877
1878 # Let the site file select an alternate cache file if it wants to.
1879 # Prefer an explicitly selected file to automatically selected ones.
1880 ac_site_file1=NONE
1881 ac_site_file2=NONE
1882 if test -n "$CONFIG_SITE"; then
1883   ac_site_file1=$CONFIG_SITE
1884 elif test "x$prefix" != xNONE; then
1885   ac_site_file1=$prefix/share/config.site
1886   ac_site_file2=$prefix/etc/config.site
1887 else
1888   ac_site_file1=$ac_default_prefix/share/config.site
1889   ac_site_file2=$ac_default_prefix/etc/config.site
1890 fi
1891 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1892 do
1893   test "x$ac_site_file" = xNONE && continue
1894   if test -r "$ac_site_file"; then
1895     { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1896 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1897     sed 's/^/| /' "$ac_site_file" >&5
1898     . "$ac_site_file"
1899   fi
1900 done
1901
1902 if test -r "$cache_file"; then
1903   # Some versions of bash will fail to source /dev/null (special
1904   # files actually), so we avoid doing that.
1905   if test -f "$cache_file"; then
1906     { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1907 $as_echo "$as_me: loading cache $cache_file" >&6;}
1908     case $cache_file in
1909       [\\/]* | ?:[\\/]* ) . "$cache_file";;
1910       *)                      . "./$cache_file";;
1911     esac
1912   fi
1913 else
1914   { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1915 $as_echo "$as_me: creating cache $cache_file" >&6;}
1916   >$cache_file
1917 fi
1918
1919 # Check that the precious variables saved in the cache have kept the same
1920 # value.
1921 ac_cache_corrupted=false
1922 for ac_var in $ac_precious_vars; do
1923   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1924   eval ac_new_set=\$ac_env_${ac_var}_set
1925   eval ac_old_val=\$ac_cv_env_${ac_var}_value
1926   eval ac_new_val=\$ac_env_${ac_var}_value
1927   case $ac_old_set,$ac_new_set in
1928     set,)
1929       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1930 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1931       ac_cache_corrupted=: ;;
1932     ,set)
1933       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1934 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1935       ac_cache_corrupted=: ;;
1936     ,);;
1937     *)
1938       if test "x$ac_old_val" != "x$ac_new_val"; then
1939         # differences in whitespace do not lead to failure.
1940         ac_old_val_w=`echo x $ac_old_val`
1941         ac_new_val_w=`echo x $ac_new_val`
1942         if test "$ac_old_val_w" != "$ac_new_val_w"; then
1943           { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1944 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1945           ac_cache_corrupted=:
1946         else
1947           { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1948 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1949           eval $ac_var=\$ac_old_val
1950         fi
1951         { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
1952 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1953         { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
1954 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1955       fi;;
1956   esac
1957   # Pass precious variables to config.status.
1958   if test "$ac_new_set" = set; then
1959     case $ac_new_val in
1960     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1961     *) ac_arg=$ac_var=$ac_new_val ;;
1962     esac
1963     case " $ac_configure_args " in
1964       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1965       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1966     esac
1967   fi
1968 done
1969 if $ac_cache_corrupted; then
1970   { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1971 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1972   { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1973 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1974   { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1975 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1976    { (exit 1); exit 1; }; }
1977 fi
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003 ac_ext=c
2004 ac_cpp='$CPP $CPPFLAGS'
2005 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2006 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2007 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2008
2009
2010
2011 ac_config_headers="$ac_config_headers include/config.h"
2012
2013 ac_aux_dir=
2014 for ac_dir in tools "$srcdir"/tools; do
2015   if test -f "$ac_dir/install-sh"; then
2016     ac_aux_dir=$ac_dir
2017     ac_install_sh="$ac_aux_dir/install-sh -c"
2018     break
2019   elif test -f "$ac_dir/install.sh"; then
2020     ac_aux_dir=$ac_dir
2021     ac_install_sh="$ac_aux_dir/install.sh -c"
2022     break
2023   elif test -f "$ac_dir/shtool"; then
2024     ac_aux_dir=$ac_dir
2025     ac_install_sh="$ac_aux_dir/shtool install -c"
2026     break
2027   fi
2028 done
2029 if test -z "$ac_aux_dir"; then
2030   { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2031 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2032    { (exit 1); exit 1; }; }
2033 fi
2034
2035 # These three variables are undocumented and unsupported,
2036 # and are intended to be withdrawn in a future Autoconf release.
2037 # They can cause serious problems if a builder's source tree is in a directory
2038 # whose full name contains unusual characters.
2039 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2040 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2041 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2042
2043
2044
2045
2046 # Check whether --enable-win16 was given.
2047 if test "${enable_win16+set}" = set; then
2048   enableval=$enable_win16;
2049 fi
2050
2051 # Check whether --enable-win64 was given.
2052 if test "${enable_win64+set}" = set; then
2053   enableval=$enable_win64;
2054 fi
2055
2056 # Check whether --enable-tests was given.
2057 if test "${enable_tests+set}" = set; then
2058   enableval=$enable_tests;
2059 fi
2060
2061 # Check whether --enable-maintainer-mode was given.
2062 if test "${enable_maintainer_mode+set}" = set; then
2063   enableval=$enable_maintainer_mode;
2064 else
2065   MAINTAINER_MODE=\#
2066
2067 fi
2068
2069
2070
2071 # Check whether --with-alsa was given.
2072 if test "${with_alsa+set}" = set; then
2073   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2074 fi
2075
2076
2077 # Check whether --with-audioio was given.
2078 if test "${with_audioio+set}" = set; then
2079   withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2080 fi
2081
2082
2083 # Check whether --with-capi was given.
2084 if test "${with_capi+set}" = set; then
2085   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2086 fi
2087
2088
2089 # Check whether --with-cms was given.
2090 if test "${with_cms+set}" = set; then
2091   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2092 fi
2093
2094
2095 # Check whether --with-coreaudio was given.
2096 if test "${with_coreaudio+set}" = set; then
2097   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2098 fi
2099
2100
2101 # Check whether --with-cups was given.
2102 if test "${with_cups+set}" = set; then
2103   withval=$with_cups;
2104 fi
2105
2106
2107 # Check whether --with-curses was given.
2108 if test "${with_curses+set}" = set; then
2109   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2110 fi
2111
2112
2113 # Check whether --with-esd was given.
2114 if test "${with_esd+set}" = set; then
2115   withval=$with_esd;
2116 fi
2117
2118
2119 # Check whether --with-fontconfig was given.
2120 if test "${with_fontconfig+set}" = set; then
2121   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2122 fi
2123
2124
2125 # Check whether --with-freetype was given.
2126 if test "${with_freetype+set}" = set; then
2127   withval=$with_freetype;
2128 fi
2129
2130
2131 # Check whether --with-gphoto was given.
2132 if test "${with_gphoto+set}" = set; then
2133   withval=$with_gphoto;
2134 fi
2135
2136
2137 # Check whether --with-glu was given.
2138 if test "${with_glu+set}" = set; then
2139   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2140 fi
2141
2142
2143 # Check whether --with-gnutls was given.
2144 if test "${with_gnutls+set}" = set; then
2145   withval=$with_gnutls;
2146 fi
2147
2148
2149 # Check whether --with-hal was given.
2150 if test "${with_hal+set}" = set; then
2151   withval=$with_hal;
2152 fi
2153
2154
2155 # Check whether --with-jack was given.
2156 if test "${with_jack+set}" = set; then
2157   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2158 fi
2159
2160
2161 # Check whether --with-jpeg was given.
2162 if test "${with_jpeg+set}" = set; then
2163   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2164 fi
2165
2166
2167 # Check whether --with-ldap was given.
2168 if test "${with_ldap+set}" = set; then
2169   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2170 fi
2171
2172
2173 # Check whether --with-nas was given.
2174 if test "${with_nas+set}" = set; then
2175   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2176 fi
2177
2178
2179 # Check whether --with-opengl was given.
2180 if test "${with_opengl+set}" = set; then
2181   withval=$with_opengl;
2182 fi
2183
2184
2185 # Check whether --with-openssl was given.
2186 if test "${with_openssl+set}" = set; then
2187   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2188 fi
2189
2190
2191 # Check whether --with-oss was given.
2192 if test "${with_oss+set}" = set; then
2193   withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2194 fi
2195
2196
2197 # Check whether --with-png was given.
2198 if test "${with_png+set}" = set; then
2199   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2200 fi
2201
2202
2203 # Check whether --with-pthread was given.
2204 if test "${with_pthread+set}" = set; then
2205   withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2206 fi
2207
2208
2209 # Check whether --with-sane was given.
2210 if test "${with_sane+set}" = set; then
2211   withval=$with_sane;
2212 fi
2213
2214
2215 # Check whether --with-xcomposite was given.
2216 if test "${with_xcomposite+set}" = set; then
2217   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2218 fi
2219
2220
2221 # Check whether --with-xcursor was given.
2222 if test "${with_xcursor+set}" = set; then
2223   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2224 fi
2225
2226
2227 # Check whether --with-xinerama was given.
2228 if test "${with_xinerama+set}" = set; then
2229   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2230 fi
2231
2232
2233 # Check whether --with-xinput was given.
2234 if test "${with_xinput+set}" = set; then
2235   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2236 fi
2237
2238
2239 # Check whether --with-xml was given.
2240 if test "${with_xml+set}" = set; then
2241   withval=$with_xml;
2242 fi
2243
2244
2245 # Check whether --with-xrandr was given.
2246 if test "${with_xrandr+set}" = set; then
2247   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2248 fi
2249
2250
2251 # Check whether --with-xrender was given.
2252 if test "${with_xrender+set}" = set; then
2253   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2254 fi
2255
2256
2257 # Check whether --with-xshape was given.
2258 if test "${with_xshape+set}" = set; then
2259   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2260 fi
2261
2262
2263 # Check whether --with-xshm was given.
2264 if test "${with_xshm+set}" = set; then
2265   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2266 fi
2267
2268
2269 # Check whether --with-xslt was given.
2270 if test "${with_xslt+set}" = set; then
2271   withval=$with_xslt;
2272 fi
2273
2274
2275 # Check whether --with-xxf86vm was given.
2276 if test "${with_xxf86vm+set}" = set; then
2277   withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2278 fi
2279
2280
2281
2282 # Check whether --with-wine-tools was given.
2283 if test "${with_wine_tools+set}" = set; then
2284   withval=$with_wine_tools;
2285 fi
2286
2287
2288 # Make sure we can run config.sub.
2289 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2290   { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2291 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2292    { (exit 1); exit 1; }; }
2293
2294 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2295 $as_echo_n "checking build system type... " >&6; }
2296 if test "${ac_cv_build+set}" = set; then
2297   $as_echo_n "(cached) " >&6
2298 else
2299   ac_build_alias=$build_alias
2300 test "x$ac_build_alias" = x &&
2301   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2302 test "x$ac_build_alias" = x &&
2303   { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2304 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2305    { (exit 1); exit 1; }; }
2306 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2307   { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2308 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2309    { (exit 1); exit 1; }; }
2310
2311 fi
2312 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2313 $as_echo "$ac_cv_build" >&6; }
2314 case $ac_cv_build in
2315 *-*-*) ;;
2316 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2317 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2318    { (exit 1); exit 1; }; };;
2319 esac
2320 build=$ac_cv_build
2321 ac_save_IFS=$IFS; IFS='-'
2322 set x $ac_cv_build
2323 shift
2324 build_cpu=$1
2325 build_vendor=$2
2326 shift; shift
2327 # Remember, the first character of IFS is used to create $*,
2328 # except with old shells:
2329 build_os=$*
2330 IFS=$ac_save_IFS
2331 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2332
2333
2334 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2335 $as_echo_n "checking host system type... " >&6; }
2336 if test "${ac_cv_host+set}" = set; then
2337   $as_echo_n "(cached) " >&6
2338 else
2339   if test "x$host_alias" = x; then
2340   ac_cv_host=$ac_cv_build
2341 else
2342   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2343     { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2344 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2345    { (exit 1); exit 1; }; }
2346 fi
2347
2348 fi
2349 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2350 $as_echo "$ac_cv_host" >&6; }
2351 case $ac_cv_host in
2352 *-*-*) ;;
2353 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2354 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2355    { (exit 1); exit 1; }; };;
2356 esac
2357 host=$ac_cv_host
2358 ac_save_IFS=$IFS; IFS='-'
2359 set x $ac_cv_host
2360 shift
2361 host_cpu=$1
2362 host_vendor=$2
2363 shift; shift
2364 # Remember, the first character of IFS is used to create $*,
2365 # except with old shells:
2366 host_os=$*
2367 IFS=$ac_save_IFS
2368 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2369
2370
2371
2372 case "$srcdir" in
2373  .) ;;
2374  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2375       { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2376 You need to run 'make distclean' in the source tree first." >&5
2377 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2378 You need to run 'make distclean' in the source tree first." >&2;}
2379    { (exit 1); exit 1; }; }
2380     fi ;;
2381 esac
2382
2383
2384 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2385 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2386 set x ${MAKE-make}
2387 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2388 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2389   $as_echo_n "(cached) " >&6
2390 else
2391   cat >conftest.make <<\_ACEOF
2392 SHELL = /bin/sh
2393 all:
2394         @echo '@@@%%%=$(MAKE)=@@@%%%'
2395 _ACEOF
2396 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2397 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2398   *@@@%%%=?*=@@@%%%*)
2399     eval ac_cv_prog_make_${ac_make}_set=yes;;
2400   *)
2401     eval ac_cv_prog_make_${ac_make}_set=no;;
2402 esac
2403 rm -f conftest.make
2404 fi
2405 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2406   { $as_echo "$as_me:$LINENO: result: yes" >&5
2407 $as_echo "yes" >&6; }
2408   SET_MAKE=
2409 else
2410   { $as_echo "$as_me:$LINENO: result: no" >&5
2411 $as_echo "no" >&6; }
2412   SET_MAKE="MAKE=${MAKE-make}"
2413 fi
2414
2415 ac_ext=c
2416 ac_cpp='$CPP $CPPFLAGS'
2417 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2418 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2419 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2420 if test -n "$ac_tool_prefix"; then
2421   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2422 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2423 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2424 $as_echo_n "checking for $ac_word... " >&6; }
2425 if test "${ac_cv_prog_CC+set}" = set; then
2426   $as_echo_n "(cached) " >&6
2427 else
2428   if test -n "$CC"; then
2429   ac_cv_prog_CC="$CC" # Let the user override the test.
2430 else
2431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2432 for as_dir in $PATH
2433 do
2434   IFS=$as_save_IFS
2435   test -z "$as_dir" && as_dir=.
2436   for ac_exec_ext in '' $ac_executable_extensions; do
2437   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2438     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2439     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2440     break 2
2441   fi
2442 done
2443 done
2444 IFS=$as_save_IFS
2445
2446 fi
2447 fi
2448 CC=$ac_cv_prog_CC
2449 if test -n "$CC"; then
2450   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2451 $as_echo "$CC" >&6; }
2452 else
2453   { $as_echo "$as_me:$LINENO: result: no" >&5
2454 $as_echo "no" >&6; }
2455 fi
2456
2457
2458 fi
2459 if test -z "$ac_cv_prog_CC"; then
2460   ac_ct_CC=$CC
2461   # Extract the first word of "gcc", so it can be a program name with args.
2462 set dummy gcc; ac_word=$2
2463 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2464 $as_echo_n "checking for $ac_word... " >&6; }
2465 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2466   $as_echo_n "(cached) " >&6
2467 else
2468   if test -n "$ac_ct_CC"; then
2469   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2470 else
2471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2472 for as_dir in $PATH
2473 do
2474   IFS=$as_save_IFS
2475   test -z "$as_dir" && as_dir=.
2476   for ac_exec_ext in '' $ac_executable_extensions; do
2477   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2478     ac_cv_prog_ac_ct_CC="gcc"
2479     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2480     break 2
2481   fi
2482 done
2483 done
2484 IFS=$as_save_IFS
2485
2486 fi
2487 fi
2488 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2489 if test -n "$ac_ct_CC"; then
2490   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2491 $as_echo "$ac_ct_CC" >&6; }
2492 else
2493   { $as_echo "$as_me:$LINENO: result: no" >&5
2494 $as_echo "no" >&6; }
2495 fi
2496
2497   if test "x$ac_ct_CC" = x; then
2498     CC=""
2499   else
2500     case $cross_compiling:$ac_tool_warned in
2501 yes:)
2502 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2503 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2504 ac_tool_warned=yes ;;
2505 esac
2506     CC=$ac_ct_CC
2507   fi
2508 else
2509   CC="$ac_cv_prog_CC"
2510 fi
2511
2512 if test -z "$CC"; then
2513           if test -n "$ac_tool_prefix"; then
2514     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2515 set dummy ${ac_tool_prefix}cc; ac_word=$2
2516 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2517 $as_echo_n "checking for $ac_word... " >&6; }
2518 if test "${ac_cv_prog_CC+set}" = set; then
2519   $as_echo_n "(cached) " >&6
2520 else
2521   if test -n "$CC"; then
2522   ac_cv_prog_CC="$CC" # Let the user override the test.
2523 else
2524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2525 for as_dir in $PATH
2526 do
2527   IFS=$as_save_IFS
2528   test -z "$as_dir" && as_dir=.
2529   for ac_exec_ext in '' $ac_executable_extensions; do
2530   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2531     ac_cv_prog_CC="${ac_tool_prefix}cc"
2532     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2533     break 2
2534   fi
2535 done
2536 done
2537 IFS=$as_save_IFS
2538
2539 fi
2540 fi
2541 CC=$ac_cv_prog_CC
2542 if test -n "$CC"; then
2543   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2544 $as_echo "$CC" >&6; }
2545 else
2546   { $as_echo "$as_me:$LINENO: result: no" >&5
2547 $as_echo "no" >&6; }
2548 fi
2549
2550
2551   fi
2552 fi
2553 if test -z "$CC"; then
2554   # Extract the first word of "cc", so it can be a program name with args.
2555 set dummy cc; ac_word=$2
2556 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2557 $as_echo_n "checking for $ac_word... " >&6; }
2558 if test "${ac_cv_prog_CC+set}" = set; then
2559   $as_echo_n "(cached) " >&6
2560 else
2561   if test -n "$CC"; then
2562   ac_cv_prog_CC="$CC" # Let the user override the test.
2563 else
2564   ac_prog_rejected=no
2565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2566 for as_dir in $PATH
2567 do
2568   IFS=$as_save_IFS
2569   test -z "$as_dir" && as_dir=.
2570   for ac_exec_ext in '' $ac_executable_extensions; do
2571   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2572     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2573        ac_prog_rejected=yes
2574        continue
2575      fi
2576     ac_cv_prog_CC="cc"
2577     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2578     break 2
2579   fi
2580 done
2581 done
2582 IFS=$as_save_IFS
2583
2584 if test $ac_prog_rejected = yes; then
2585   # We found a bogon in the path, so make sure we never use it.
2586   set dummy $ac_cv_prog_CC
2587   shift
2588   if test $# != 0; then
2589     # We chose a different compiler from the bogus one.
2590     # However, it has the same basename, so the bogon will be chosen
2591     # first if we set CC to just the basename; use the full file name.
2592     shift
2593     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2594   fi
2595 fi
2596 fi
2597 fi
2598 CC=$ac_cv_prog_CC
2599 if test -n "$CC"; then
2600   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2601 $as_echo "$CC" >&6; }
2602 else
2603   { $as_echo "$as_me:$LINENO: result: no" >&5
2604 $as_echo "no" >&6; }
2605 fi
2606
2607
2608 fi
2609 if test -z "$CC"; then
2610   if test -n "$ac_tool_prefix"; then
2611   for ac_prog in cl.exe
2612   do
2613     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2614 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2615 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2616 $as_echo_n "checking for $ac_word... " >&6; }
2617 if test "${ac_cv_prog_CC+set}" = set; then
2618   $as_echo_n "(cached) " >&6
2619 else
2620   if test -n "$CC"; then
2621   ac_cv_prog_CC="$CC" # Let the user override the test.
2622 else
2623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2624 for as_dir in $PATH
2625 do
2626   IFS=$as_save_IFS
2627   test -z "$as_dir" && as_dir=.
2628   for ac_exec_ext in '' $ac_executable_extensions; do
2629   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2630     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2631     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2632     break 2
2633   fi
2634 done
2635 done
2636 IFS=$as_save_IFS
2637
2638 fi
2639 fi
2640 CC=$ac_cv_prog_CC
2641 if test -n "$CC"; then
2642   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2643 $as_echo "$CC" >&6; }
2644 else
2645   { $as_echo "$as_me:$LINENO: result: no" >&5
2646 $as_echo "no" >&6; }
2647 fi
2648
2649
2650     test -n "$CC" && break
2651   done
2652 fi
2653 if test -z "$CC"; then
2654   ac_ct_CC=$CC
2655   for ac_prog in cl.exe
2656 do
2657   # Extract the first word of "$ac_prog", so it can be a program name with args.
2658 set dummy $ac_prog; ac_word=$2
2659 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2660 $as_echo_n "checking for $ac_word... " >&6; }
2661 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2662   $as_echo_n "(cached) " >&6
2663 else
2664   if test -n "$ac_ct_CC"; then
2665   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2666 else
2667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2668 for as_dir in $PATH
2669 do
2670   IFS=$as_save_IFS
2671   test -z "$as_dir" && as_dir=.
2672   for ac_exec_ext in '' $ac_executable_extensions; do
2673   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2674     ac_cv_prog_ac_ct_CC="$ac_prog"
2675     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2676     break 2
2677   fi
2678 done
2679 done
2680 IFS=$as_save_IFS
2681
2682 fi
2683 fi
2684 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2685 if test -n "$ac_ct_CC"; then
2686   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2687 $as_echo "$ac_ct_CC" >&6; }
2688 else
2689   { $as_echo "$as_me:$LINENO: result: no" >&5
2690 $as_echo "no" >&6; }
2691 fi
2692
2693
2694   test -n "$ac_ct_CC" && break
2695 done
2696
2697   if test "x$ac_ct_CC" = x; then
2698     CC=""
2699   else
2700     case $cross_compiling:$ac_tool_warned in
2701 yes:)
2702 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2703 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2704 ac_tool_warned=yes ;;
2705 esac
2706     CC=$ac_ct_CC
2707   fi
2708 fi
2709
2710 fi
2711
2712
2713 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2714 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2715 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2716 See \`config.log' for more details." >&5
2717 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2718 See \`config.log' for more details." >&2;}
2719    { (exit 1); exit 1; }; }; }
2720
2721 # Provide some information about the compiler.
2722 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2723 set X $ac_compile
2724 ac_compiler=$2
2725 { (ac_try="$ac_compiler --version >&5"
2726 case "(($ac_try" in
2727   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2728   *) ac_try_echo=$ac_try;;
2729 esac
2730 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2731 $as_echo "$ac_try_echo") >&5
2732   (eval "$ac_compiler --version >&5") 2>&5
2733   ac_status=$?
2734   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2735   (exit $ac_status); }
2736 { (ac_try="$ac_compiler -v >&5"
2737 case "(($ac_try" in
2738   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2739   *) ac_try_echo=$ac_try;;
2740 esac
2741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2742 $as_echo "$ac_try_echo") >&5
2743   (eval "$ac_compiler -v >&5") 2>&5
2744   ac_status=$?
2745   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2746   (exit $ac_status); }
2747 { (ac_try="$ac_compiler -V >&5"
2748 case "(($ac_try" in
2749   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2750   *) ac_try_echo=$ac_try;;
2751 esac
2752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2753 $as_echo "$ac_try_echo") >&5
2754   (eval "$ac_compiler -V >&5") 2>&5
2755   ac_status=$?
2756   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2757   (exit $ac_status); }
2758
2759 cat >conftest.$ac_ext <<_ACEOF
2760 /* confdefs.h.  */
2761 _ACEOF
2762 cat confdefs.h >>conftest.$ac_ext
2763 cat >>conftest.$ac_ext <<_ACEOF
2764 /* end confdefs.h.  */
2765
2766 int
2767 main ()
2768 {
2769
2770   ;
2771   return 0;
2772 }
2773 _ACEOF
2774 ac_clean_files_save=$ac_clean_files
2775 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2776 # Try to create an executable without -o first, disregard a.out.
2777 # It will help us diagnose broken compilers, and finding out an intuition
2778 # of exeext.
2779 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2780 $as_echo_n "checking for C compiler default output file name... " >&6; }
2781 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2782
2783 # The possible output files:
2784 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2785
2786 ac_rmfiles=
2787 for ac_file in $ac_files
2788 do
2789   case $ac_file in
2790     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2791     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2792   esac
2793 done
2794 rm -f $ac_rmfiles
2795
2796 if { (ac_try="$ac_link_default"
2797 case "(($ac_try" in
2798   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2799   *) ac_try_echo=$ac_try;;
2800 esac
2801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2802 $as_echo "$ac_try_echo") >&5
2803   (eval "$ac_link_default") 2>&5
2804   ac_status=$?
2805   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2806   (exit $ac_status); }; then
2807   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2808 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2809 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
2810 # so that the user can short-circuit this test for compilers unknown to
2811 # Autoconf.
2812 for ac_file in $ac_files ''
2813 do
2814   test -f "$ac_file" || continue
2815   case $ac_file in
2816     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2817         ;;
2818     [ab].out )
2819         # We found the default executable, but exeext='' is most
2820         # certainly right.
2821         break;;
2822     *.* )
2823         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2824         then :; else
2825            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2826         fi
2827         # We set ac_cv_exeext here because the later test for it is not
2828         # safe: cross compilers may not add the suffix if given an `-o'
2829         # argument, so we may need to know it at that point already.
2830         # Even if this section looks crufty: it has the advantage of
2831         # actually working.
2832         break;;
2833     * )
2834         break;;
2835   esac
2836 done
2837 test "$ac_cv_exeext" = no && ac_cv_exeext=
2838
2839 else
2840   ac_file=''
2841 fi
2842
2843 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2844 $as_echo "$ac_file" >&6; }
2845 if test -z "$ac_file"; then
2846   $as_echo "$as_me: failed program was:" >&5
2847 sed 's/^/| /' conftest.$ac_ext >&5
2848
2849 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2850 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2851 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2852 See \`config.log' for more details." >&5
2853 $as_echo "$as_me: error: C compiler cannot create executables
2854 See \`config.log' for more details." >&2;}
2855    { (exit 77); exit 77; }; }; }
2856 fi
2857
2858 ac_exeext=$ac_cv_exeext
2859
2860 # Check that the compiler produces executables we can run.  If not, either
2861 # the compiler is broken, or we cross compile.
2862 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2863 $as_echo_n "checking whether the C compiler works... " >&6; }
2864 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2865 # If not cross compiling, check that we can run a simple program.
2866 if test "$cross_compiling" != yes; then
2867   if { ac_try='./$ac_file'
2868   { (case "(($ac_try" in
2869   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2870   *) ac_try_echo=$ac_try;;
2871 esac
2872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2873 $as_echo "$ac_try_echo") >&5
2874   (eval "$ac_try") 2>&5
2875   ac_status=$?
2876   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2877   (exit $ac_status); }; }; then
2878     cross_compiling=no
2879   else
2880     if test "$cross_compiling" = maybe; then
2881         cross_compiling=yes
2882     else
2883         { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2884 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2885 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2886 If you meant to cross compile, use \`--host'.
2887 See \`config.log' for more details." >&5
2888 $as_echo "$as_me: error: cannot run C compiled programs.
2889 If you meant to cross compile, use \`--host'.
2890 See \`config.log' for more details." >&2;}
2891    { (exit 1); exit 1; }; }; }
2892     fi
2893   fi
2894 fi
2895 { $as_echo "$as_me:$LINENO: result: yes" >&5
2896 $as_echo "yes" >&6; }
2897
2898 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2899 ac_clean_files=$ac_clean_files_save
2900 # Check that the compiler produces executables we can run.  If not, either
2901 # the compiler is broken, or we cross compile.
2902 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2903 $as_echo_n "checking whether we are cross compiling... " >&6; }
2904 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2905 $as_echo "$cross_compiling" >&6; }
2906
2907 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2908 $as_echo_n "checking for suffix of executables... " >&6; }
2909 if { (ac_try="$ac_link"
2910 case "(($ac_try" in
2911   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2912   *) ac_try_echo=$ac_try;;
2913 esac
2914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2915 $as_echo "$ac_try_echo") >&5
2916   (eval "$ac_link") 2>&5
2917   ac_status=$?
2918   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2919   (exit $ac_status); }; then
2920   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2921 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2922 # work properly (i.e., refer to `conftest.exe'), while it won't with
2923 # `rm'.
2924 for ac_file in conftest.exe conftest conftest.*; do
2925   test -f "$ac_file" || continue
2926   case $ac_file in
2927     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2928     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2929           break;;
2930     * ) break;;
2931   esac
2932 done
2933 else
2934   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2935 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2936 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2937 See \`config.log' for more details." >&5
2938 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2939 See \`config.log' for more details." >&2;}
2940    { (exit 1); exit 1; }; }; }
2941 fi
2942
2943 rm -f conftest$ac_cv_exeext
2944 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2945 $as_echo "$ac_cv_exeext" >&6; }
2946
2947 rm -f conftest.$ac_ext
2948 EXEEXT=$ac_cv_exeext
2949 ac_exeext=$EXEEXT
2950 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2951 $as_echo_n "checking for suffix of object files... " >&6; }
2952 if test "${ac_cv_objext+set}" = set; then
2953   $as_echo_n "(cached) " >&6
2954 else
2955   cat >conftest.$ac_ext <<_ACEOF
2956 /* confdefs.h.  */
2957 _ACEOF
2958 cat confdefs.h >>conftest.$ac_ext
2959 cat >>conftest.$ac_ext <<_ACEOF
2960 /* end confdefs.h.  */
2961
2962 int
2963 main ()
2964 {
2965
2966   ;
2967   return 0;
2968 }
2969 _ACEOF
2970 rm -f conftest.o conftest.obj
2971 if { (ac_try="$ac_compile"
2972 case "(($ac_try" in
2973   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2974   *) ac_try_echo=$ac_try;;
2975 esac
2976 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2977 $as_echo "$ac_try_echo") >&5
2978   (eval "$ac_compile") 2>&5
2979   ac_status=$?
2980   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2981   (exit $ac_status); }; then
2982   for ac_file in conftest.o conftest.obj conftest.*; do
2983   test -f "$ac_file" || continue;
2984   case $ac_file in
2985     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2986     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2987        break;;
2988   esac
2989 done
2990 else
2991   $as_echo "$as_me: failed program was:" >&5
2992 sed 's/^/| /' conftest.$ac_ext >&5
2993
2994 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2995 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2996 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2997 See \`config.log' for more details." >&5
2998 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2999 See \`config.log' for more details." >&2;}
3000    { (exit 1); exit 1; }; }; }
3001 fi
3002
3003 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3004 fi
3005 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3006 $as_echo "$ac_cv_objext" >&6; }
3007 OBJEXT=$ac_cv_objext
3008 ac_objext=$OBJEXT
3009 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3010 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3011 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3012   $as_echo_n "(cached) " >&6
3013 else
3014   cat >conftest.$ac_ext <<_ACEOF
3015 /* confdefs.h.  */
3016 _ACEOF
3017 cat confdefs.h >>conftest.$ac_ext
3018 cat >>conftest.$ac_ext <<_ACEOF
3019 /* end confdefs.h.  */
3020
3021 int
3022 main ()
3023 {
3024 #ifndef __GNUC__
3025        choke me
3026 #endif
3027
3028   ;
3029   return 0;
3030 }
3031 _ACEOF
3032 rm -f conftest.$ac_objext
3033 if { (ac_try="$ac_compile"
3034 case "(($ac_try" in
3035   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3036   *) ac_try_echo=$ac_try;;
3037 esac
3038 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3039 $as_echo "$ac_try_echo") >&5
3040   (eval "$ac_compile") 2>conftest.er1
3041   ac_status=$?
3042   grep -v '^ *+' conftest.er1 >conftest.err
3043   rm -f conftest.er1
3044   cat conftest.err >&5
3045   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3046   (exit $ac_status); } && {
3047          test -z "$ac_c_werror_flag" ||
3048          test ! -s conftest.err
3049        } && test -s conftest.$ac_objext; then
3050   ac_compiler_gnu=yes
3051 else
3052   $as_echo "$as_me: failed program was:" >&5
3053 sed 's/^/| /' conftest.$ac_ext >&5
3054
3055         ac_compiler_gnu=no
3056 fi
3057
3058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3059 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3060
3061 fi
3062 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3063 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3064 if test $ac_compiler_gnu = yes; then
3065   GCC=yes
3066 else
3067   GCC=
3068 fi
3069 ac_test_CFLAGS=${CFLAGS+set}
3070 ac_save_CFLAGS=$CFLAGS
3071 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3072 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3073 if test "${ac_cv_prog_cc_g+set}" = set; then
3074   $as_echo_n "(cached) " >&6
3075 else
3076   ac_save_c_werror_flag=$ac_c_werror_flag
3077    ac_c_werror_flag=yes
3078    ac_cv_prog_cc_g=no
3079    CFLAGS="-g"
3080    cat >conftest.$ac_ext <<_ACEOF
3081 /* confdefs.h.  */
3082 _ACEOF
3083 cat confdefs.h >>conftest.$ac_ext
3084 cat >>conftest.$ac_ext <<_ACEOF
3085 /* end confdefs.h.  */
3086
3087 int
3088 main ()
3089 {
3090
3091   ;
3092   return 0;
3093 }
3094 _ACEOF
3095 rm -f conftest.$ac_objext
3096 if { (ac_try="$ac_compile"
3097 case "(($ac_try" in
3098   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3099   *) ac_try_echo=$ac_try;;
3100 esac
3101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3102 $as_echo "$ac_try_echo") >&5
3103   (eval "$ac_compile") 2>conftest.er1
3104   ac_status=$?
3105   grep -v '^ *+' conftest.er1 >conftest.err
3106   rm -f conftest.er1
3107   cat conftest.err >&5
3108   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3109   (exit $ac_status); } && {
3110          test -z "$ac_c_werror_flag" ||
3111          test ! -s conftest.err
3112        } && test -s conftest.$ac_objext; then
3113   ac_cv_prog_cc_g=yes
3114 else
3115   $as_echo "$as_me: failed program was:" >&5
3116 sed 's/^/| /' conftest.$ac_ext >&5
3117
3118         CFLAGS=""
3119       cat >conftest.$ac_ext <<_ACEOF
3120 /* confdefs.h.  */
3121 _ACEOF
3122 cat confdefs.h >>conftest.$ac_ext
3123 cat >>conftest.$ac_ext <<_ACEOF
3124 /* end confdefs.h.  */
3125
3126 int
3127 main ()
3128 {
3129
3130   ;
3131   return 0;
3132 }
3133 _ACEOF
3134 rm -f conftest.$ac_objext
3135 if { (ac_try="$ac_compile"
3136 case "(($ac_try" in
3137   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3138   *) ac_try_echo=$ac_try;;
3139 esac
3140 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3141 $as_echo "$ac_try_echo") >&5
3142   (eval "$ac_compile") 2>conftest.er1
3143   ac_status=$?
3144   grep -v '^ *+' conftest.er1 >conftest.err
3145   rm -f conftest.er1
3146   cat conftest.err >&5
3147   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3148   (exit $ac_status); } && {
3149          test -z "$ac_c_werror_flag" ||
3150          test ! -s conftest.err
3151        } && test -s conftest.$ac_objext; then
3152   :
3153 else
3154   $as_echo "$as_me: failed program was:" >&5
3155 sed 's/^/| /' conftest.$ac_ext >&5
3156
3157         ac_c_werror_flag=$ac_save_c_werror_flag
3158          CFLAGS="-g"
3159          cat >conftest.$ac_ext <<_ACEOF
3160 /* confdefs.h.  */
3161 _ACEOF
3162 cat confdefs.h >>conftest.$ac_ext
3163 cat >>conftest.$ac_ext <<_ACEOF
3164 /* end confdefs.h.  */
3165
3166 int
3167 main ()
3168 {
3169
3170   ;
3171   return 0;
3172 }
3173 _ACEOF
3174 rm -f conftest.$ac_objext
3175 if { (ac_try="$ac_compile"
3176 case "(($ac_try" in
3177   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3178   *) ac_try_echo=$ac_try;;
3179 esac
3180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3181 $as_echo "$ac_try_echo") >&5
3182   (eval "$ac_compile") 2>conftest.er1
3183   ac_status=$?
3184   grep -v '^ *+' conftest.er1 >conftest.err
3185   rm -f conftest.er1
3186   cat conftest.err >&5
3187   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3188   (exit $ac_status); } && {
3189          test -z "$ac_c_werror_flag" ||
3190          test ! -s conftest.err
3191        } && test -s conftest.$ac_objext; then
3192   ac_cv_prog_cc_g=yes
3193 else
3194   $as_echo "$as_me: failed program was:" >&5
3195 sed 's/^/| /' conftest.$ac_ext >&5
3196
3197
3198 fi
3199
3200 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3201 fi
3202
3203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3204 fi
3205
3206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3207    ac_c_werror_flag=$ac_save_c_werror_flag
3208 fi
3209 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3210 $as_echo "$ac_cv_prog_cc_g" >&6; }
3211 if test "$ac_test_CFLAGS" = set; then
3212   CFLAGS=$ac_save_CFLAGS
3213 elif test $ac_cv_prog_cc_g = yes; then
3214   if test "$GCC" = yes; then
3215     CFLAGS="-g -O2"
3216   else
3217     CFLAGS="-g"
3218   fi
3219 else
3220   if test "$GCC" = yes; then
3221     CFLAGS="-O2"
3222   else
3223     CFLAGS=
3224   fi
3225 fi
3226 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3227 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3228 if test "${ac_cv_prog_cc_c89+set}" = set; then
3229   $as_echo_n "(cached) " >&6
3230 else
3231   ac_cv_prog_cc_c89=no
3232 ac_save_CC=$CC
3233 cat >conftest.$ac_ext <<_ACEOF
3234 /* confdefs.h.  */
3235 _ACEOF
3236 cat confdefs.h >>conftest.$ac_ext
3237 cat >>conftest.$ac_ext <<_ACEOF
3238 /* end confdefs.h.  */
3239 #include <stdarg.h>
3240 #include <stdio.h>
3241 #include <sys/types.h>
3242 #include <sys/stat.h>
3243 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3244 struct buf { int x; };
3245 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3246 static char *e (p, i)
3247      char **p;
3248      int i;
3249 {
3250   return p[i];
3251 }
3252 static char *f (char * (*g) (char **, int), char **p, ...)
3253 {
3254   char *s;
3255   va_list v;
3256   va_start (v,p);
3257   s = g (p, va_arg (v,int));
3258   va_end (v);
3259   return s;
3260 }
3261
3262 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3263    function prototypes and stuff, but not '\xHH' hex character constants.
3264    These don't provoke an error unfortunately, instead are silently treated
3265    as 'x'.  The following induces an error, until -std is added to get
3266    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3267    array size at least.  It's necessary to write '\x00'==0 to get something
3268    that's true only with -std.  */
3269 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3270
3271 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3272    inside strings and character constants.  */
3273 #define FOO(x) 'x'
3274 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3275
3276 int test (int i, double x);
3277 struct s1 {int (*f) (int a);};
3278 struct s2 {int (*f) (double a);};
3279 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3280 int argc;
3281 char **argv;
3282 int
3283 main ()
3284 {
3285 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3286   ;
3287   return 0;
3288 }
3289 _ACEOF
3290 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3291         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3292 do
3293   CC="$ac_save_CC $ac_arg"
3294   rm -f conftest.$ac_objext
3295 if { (ac_try="$ac_compile"
3296 case "(($ac_try" in
3297   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3298   *) ac_try_echo=$ac_try;;
3299 esac
3300 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3301 $as_echo "$ac_try_echo") >&5
3302   (eval "$ac_compile") 2>conftest.er1
3303   ac_status=$?
3304   grep -v '^ *+' conftest.er1 >conftest.err
3305   rm -f conftest.er1
3306   cat conftest.err >&5
3307   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3308   (exit $ac_status); } && {
3309          test -z "$ac_c_werror_flag" ||
3310          test ! -s conftest.err
3311        } && test -s conftest.$ac_objext; then
3312   ac_cv_prog_cc_c89=$ac_arg
3313 else
3314   $as_echo "$as_me: failed program was:" >&5
3315 sed 's/^/| /' conftest.$ac_ext >&5
3316
3317
3318 fi
3319
3320 rm -f core conftest.err conftest.$ac_objext
3321   test "x$ac_cv_prog_cc_c89" != "xno" && break
3322 done
3323 rm -f conftest.$ac_ext
3324 CC=$ac_save_CC
3325
3326 fi
3327 # AC_CACHE_VAL
3328 case "x$ac_cv_prog_cc_c89" in
3329   x)
3330     { $as_echo "$as_me:$LINENO: result: none needed" >&5
3331 $as_echo "none needed" >&6; } ;;
3332   xno)
3333     { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3334 $as_echo "unsupported" >&6; } ;;
3335   *)
3336     CC="$CC $ac_cv_prog_cc_c89"
3337     { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3338 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3339 esac
3340
3341
3342 ac_ext=c
3343 ac_cpp='$CPP $CPPFLAGS'
3344 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3345 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3346 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3347
3348 ac_ext=cpp
3349 ac_cpp='$CXXCPP $CPPFLAGS'
3350 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3351 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3352 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3353 if test -z "$CXX"; then
3354   if test -n "$CCC"; then
3355     CXX=$CCC
3356   else
3357     if test -n "$ac_tool_prefix"; then
3358   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3359   do
3360     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3361 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3362 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3363 $as_echo_n "checking for $ac_word... " >&6; }
3364 if test "${ac_cv_prog_CXX+set}" = set; then
3365   $as_echo_n "(cached) " >&6
3366 else
3367   if test -n "$CXX"; then
3368   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3369 else
3370 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3371 for as_dir in $PATH
3372 do
3373   IFS=$as_save_IFS
3374   test -z "$as_dir" && as_dir=.
3375   for ac_exec_ext in '' $ac_executable_extensions; do
3376   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3377     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3378     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3379     break 2
3380   fi
3381 done
3382 done
3383 IFS=$as_save_IFS
3384
3385 fi
3386 fi
3387 CXX=$ac_cv_prog_CXX
3388 if test -n "$CXX"; then
3389   { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3390 $as_echo "$CXX" >&6; }
3391 else
3392   { $as_echo "$as_me:$LINENO: result: no" >&5
3393 $as_echo "no" >&6; }
3394 fi
3395
3396
3397     test -n "$CXX" && break
3398   done
3399 fi
3400 if test -z "$CXX"; then
3401   ac_ct_CXX=$CXX
3402   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3403 do
3404   # Extract the first word of "$ac_prog", so it can be a program name with args.
3405 set dummy $ac_prog; ac_word=$2
3406 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3407 $as_echo_n "checking for $ac_word... " >&6; }
3408 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3409   $as_echo_n "(cached) " >&6
3410 else
3411   if test -n "$ac_ct_CXX"; then
3412   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3413 else
3414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3415 for as_dir in $PATH
3416 do
3417   IFS=$as_save_IFS
3418   test -z "$as_dir" && as_dir=.
3419   for ac_exec_ext in '' $ac_executable_extensions; do
3420   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3421     ac_cv_prog_ac_ct_CXX="$ac_prog"
3422     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3423     break 2
3424   fi
3425 done
3426 done
3427 IFS=$as_save_IFS
3428
3429 fi
3430 fi
3431 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3432 if test -n "$ac_ct_CXX"; then
3433   { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3434 $as_echo "$ac_ct_CXX" >&6; }
3435 else
3436   { $as_echo "$as_me:$LINENO: result: no" >&5
3437 $as_echo "no" >&6; }
3438 fi
3439
3440
3441   test -n "$ac_ct_CXX" && break
3442 done
3443
3444   if test "x$ac_ct_CXX" = x; then
3445     CXX="g++"
3446   else
3447     case $cross_compiling:$ac_tool_warned in
3448 yes:)
3449 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3450 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3451 ac_tool_warned=yes ;;
3452 esac
3453     CXX=$ac_ct_CXX
3454   fi
3455 fi
3456
3457   fi
3458 fi
3459 # Provide some information about the compiler.
3460 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3461 set X $ac_compile
3462 ac_compiler=$2
3463 { (ac_try="$ac_compiler --version >&5"
3464 case "(($ac_try" in
3465   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3466   *) ac_try_echo=$ac_try;;
3467 esac
3468 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3469 $as_echo "$ac_try_echo") >&5
3470   (eval "$ac_compiler --version >&5") 2>&5
3471   ac_status=$?
3472   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3473   (exit $ac_status); }
3474 { (ac_try="$ac_compiler -v >&5"
3475 case "(($ac_try" in
3476   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3477   *) ac_try_echo=$ac_try;;
3478 esac
3479 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3480 $as_echo "$ac_try_echo") >&5
3481   (eval "$ac_compiler -v >&5") 2>&5
3482   ac_status=$?
3483   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3484   (exit $ac_status); }
3485 { (ac_try="$ac_compiler -V >&5"
3486 case "(($ac_try" in
3487   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3488   *) ac_try_echo=$ac_try;;
3489 esac
3490 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3491 $as_echo "$ac_try_echo") >&5
3492   (eval "$ac_compiler -V >&5") 2>&5
3493   ac_status=$?
3494   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3495   (exit $ac_status); }
3496
3497 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3498 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3499 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3500   $as_echo_n "(cached) " >&6
3501 else
3502   cat >conftest.$ac_ext <<_ACEOF
3503 /* confdefs.h.  */
3504 _ACEOF
3505 cat confdefs.h >>conftest.$ac_ext
3506 cat >>conftest.$ac_ext <<_ACEOF
3507 /* end confdefs.h.  */
3508
3509 int
3510 main ()
3511 {
3512 #ifndef __GNUC__
3513        choke me
3514 #endif
3515
3516   ;
3517   return 0;
3518 }
3519 _ACEOF
3520 rm -f conftest.$ac_objext
3521 if { (ac_try="$ac_compile"
3522 case "(($ac_try" in
3523   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3524   *) ac_try_echo=$ac_try;;
3525 esac
3526 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3527 $as_echo "$ac_try_echo") >&5
3528   (eval "$ac_compile") 2>conftest.er1
3529   ac_status=$?
3530   grep -v '^ *+' conftest.er1 >conftest.err
3531   rm -f conftest.er1
3532   cat conftest.err >&5
3533   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3534   (exit $ac_status); } && {
3535          test -z "$ac_cxx_werror_flag" ||
3536          test ! -s conftest.err
3537        } && test -s conftest.$ac_objext; then
3538   ac_compiler_gnu=yes
3539 else
3540   $as_echo "$as_me: failed program was:" >&5
3541 sed 's/^/| /' conftest.$ac_ext >&5
3542
3543         ac_compiler_gnu=no
3544 fi
3545
3546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3547 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3548
3549 fi
3550 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3551 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3552 if test $ac_compiler_gnu = yes; then
3553   GXX=yes
3554 else
3555   GXX=
3556 fi
3557 ac_test_CXXFLAGS=${CXXFLAGS+set}
3558 ac_save_CXXFLAGS=$CXXFLAGS
3559 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3560 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3561 if test "${ac_cv_prog_cxx_g+set}" = set; then
3562   $as_echo_n "(cached) " >&6
3563 else
3564   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3565    ac_cxx_werror_flag=yes
3566    ac_cv_prog_cxx_g=no
3567    CXXFLAGS="-g"
3568    cat >conftest.$ac_ext <<_ACEOF
3569 /* confdefs.h.  */
3570 _ACEOF
3571 cat confdefs.h >>conftest.$ac_ext
3572 cat >>conftest.$ac_ext <<_ACEOF
3573 /* end confdefs.h.  */
3574
3575 int
3576 main ()
3577 {
3578
3579   ;
3580   return 0;
3581 }
3582 _ACEOF
3583 rm -f conftest.$ac_objext
3584 if { (ac_try="$ac_compile"
3585 case "(($ac_try" in
3586   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3587   *) ac_try_echo=$ac_try;;
3588 esac
3589 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3590 $as_echo "$ac_try_echo") >&5
3591   (eval "$ac_compile") 2>conftest.er1
3592   ac_status=$?
3593   grep -v '^ *+' conftest.er1 >conftest.err
3594   rm -f conftest.er1
3595   cat conftest.err >&5
3596   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3597   (exit $ac_status); } && {
3598          test -z "$ac_cxx_werror_flag" ||
3599          test ! -s conftest.err
3600        } && test -s conftest.$ac_objext; then
3601   ac_cv_prog_cxx_g=yes
3602 else
3603   $as_echo "$as_me: failed program was:" >&5
3604 sed 's/^/| /' conftest.$ac_ext >&5
3605
3606         CXXFLAGS=""
3607       cat >conftest.$ac_ext <<_ACEOF
3608 /* confdefs.h.  */
3609 _ACEOF
3610 cat confdefs.h >>conftest.$ac_ext
3611 cat >>conftest.$ac_ext <<_ACEOF
3612 /* end confdefs.h.  */
3613
3614 int
3615 main ()
3616 {
3617
3618   ;
3619   return 0;
3620 }
3621 _ACEOF
3622 rm -f conftest.$ac_objext
3623 if { (ac_try="$ac_compile"
3624 case "(($ac_try" in
3625   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3626   *) ac_try_echo=$ac_try;;
3627 esac
3628 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3629 $as_echo "$ac_try_echo") >&5
3630   (eval "$ac_compile") 2>conftest.er1
3631   ac_status=$?
3632   grep -v '^ *+' conftest.er1 >conftest.err
3633   rm -f conftest.er1
3634   cat conftest.err >&5
3635   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3636   (exit $ac_status); } && {
3637          test -z "$ac_cxx_werror_flag" ||
3638          test ! -s conftest.err
3639        } && test -s conftest.$ac_objext; then
3640   :
3641 else
3642   $as_echo "$as_me: failed program was:" >&5
3643 sed 's/^/| /' conftest.$ac_ext >&5
3644
3645         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3646          CXXFLAGS="-g"
3647          cat >conftest.$ac_ext <<_ACEOF
3648 /* confdefs.h.  */
3649 _ACEOF
3650 cat confdefs.h >>conftest.$ac_ext
3651 cat >>conftest.$ac_ext <<_ACEOF
3652 /* end confdefs.h.  */
3653
3654 int
3655 main ()
3656 {
3657
3658   ;
3659   return 0;
3660 }
3661 _ACEOF
3662 rm -f conftest.$ac_objext
3663 if { (ac_try="$ac_compile"
3664 case "(($ac_try" in
3665   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3666   *) ac_try_echo=$ac_try;;
3667 esac
3668 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3669 $as_echo "$ac_try_echo") >&5
3670   (eval "$ac_compile") 2>conftest.er1
3671   ac_status=$?
3672   grep -v '^ *+' conftest.er1 >conftest.err
3673   rm -f conftest.er1
3674   cat conftest.err >&5
3675   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3676   (exit $ac_status); } && {
3677          test -z "$ac_cxx_werror_flag" ||
3678          test ! -s conftest.err
3679        } && test -s conftest.$ac_objext; then
3680   ac_cv_prog_cxx_g=yes
3681 else
3682   $as_echo "$as_me: failed program was:" >&5
3683 sed 's/^/| /' conftest.$ac_ext >&5
3684
3685
3686 fi
3687
3688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3689 fi
3690
3691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3692 fi
3693
3694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3695    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3696 fi
3697 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3698 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3699 if test "$ac_test_CXXFLAGS" = set; then
3700   CXXFLAGS=$ac_save_CXXFLAGS
3701 elif test $ac_cv_prog_cxx_g = yes; then
3702   if test "$GXX" = yes; then
3703     CXXFLAGS="-g -O2"
3704   else
3705     CXXFLAGS="-g"
3706   fi
3707 else
3708   if test "$GXX" = yes; then
3709     CXXFLAGS="-O2"
3710   else
3711     CXXFLAGS=
3712   fi
3713 fi
3714 ac_ext=c
3715 ac_cpp='$CPP $CPPFLAGS'
3716 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3717 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3718 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3719
3720 if test -n "$ac_tool_prefix"; then
3721   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3722 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3723 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3724 $as_echo_n "checking for $ac_word... " >&6; }
3725 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3726   $as_echo_n "(cached) " >&6
3727 else
3728   if test -n "$CPPBIN"; then
3729   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3730 else
3731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3732 for as_dir in $PATH
3733 do
3734   IFS=$as_save_IFS
3735   test -z "$as_dir" && as_dir=.
3736   for ac_exec_ext in '' $ac_executable_extensions; do
3737   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3738     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3739     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3740     break 2
3741   fi
3742 done
3743 done
3744 IFS=$as_save_IFS
3745
3746 fi
3747 fi
3748 CPPBIN=$ac_cv_prog_CPPBIN
3749 if test -n "$CPPBIN"; then
3750   { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3751 $as_echo "$CPPBIN" >&6; }
3752 else
3753   { $as_echo "$as_me:$LINENO: result: no" >&5
3754 $as_echo "no" >&6; }
3755 fi
3756
3757
3758 fi
3759 if test -z "$ac_cv_prog_CPPBIN"; then
3760   ac_ct_CPPBIN=$CPPBIN
3761   # Extract the first word of "cpp", so it can be a program name with args.
3762 set dummy cpp; ac_word=$2
3763 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3764 $as_echo_n "checking for $ac_word... " >&6; }
3765 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3766   $as_echo_n "(cached) " >&6
3767 else
3768   if test -n "$ac_ct_CPPBIN"; then
3769   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3770 else
3771 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3772 for as_dir in $PATH
3773 do
3774   IFS=$as_save_IFS
3775   test -z "$as_dir" && as_dir=.
3776   for ac_exec_ext in '' $ac_executable_extensions; do
3777   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3778     ac_cv_prog_ac_ct_CPPBIN="cpp"
3779     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3780     break 2
3781   fi
3782 done
3783 done
3784 IFS=$as_save_IFS
3785
3786 fi
3787 fi
3788 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3789 if test -n "$ac_ct_CPPBIN"; then
3790   { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3791 $as_echo "$ac_ct_CPPBIN" >&6; }
3792 else
3793   { $as_echo "$as_me:$LINENO: result: no" >&5
3794 $as_echo "no" >&6; }
3795 fi
3796
3797   if test "x$ac_ct_CPPBIN" = x; then
3798     CPPBIN="cpp"
3799   else
3800     case $cross_compiling:$ac_tool_warned in
3801 yes:)
3802 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3803 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3804 ac_tool_warned=yes ;;
3805 esac
3806     CPPBIN=$ac_ct_CPPBIN
3807   fi
3808 else
3809   CPPBIN="$ac_cv_prog_CPPBIN"
3810 fi
3811
3812
3813 case $host in
3814   x86_64*)
3815     if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3816     then
3817       CC="$CC -m32"
3818       CXX="$CXX -m32"
3819       { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3820 $as_echo_n "checking whether $CC works... " >&6; }
3821
3822 cat >conftest.$ac_ext <<_ACEOF
3823 /* confdefs.h.  */
3824 _ACEOF
3825 cat confdefs.h >>conftest.$ac_ext
3826 cat >>conftest.$ac_ext <<_ACEOF
3827 /* end confdefs.h.  */
3828
3829 int
3830 main ()
3831 {
3832
3833   ;
3834   return 0;
3835 }
3836 _ACEOF
3837 rm -f conftest.$ac_objext conftest$ac_exeext
3838 if { (ac_try="$ac_link"
3839 case "(($ac_try" in
3840   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3841   *) ac_try_echo=$ac_try;;
3842 esac
3843 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3844 $as_echo "$ac_try_echo") >&5
3845   (eval "$ac_link") 2>conftest.er1
3846   ac_status=$?
3847   grep -v '^ *+' conftest.er1 >conftest.err
3848   rm -f conftest.er1
3849   cat conftest.err >&5
3850   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3851   (exit $ac_status); } && {
3852          test -z "$ac_c_werror_flag" ||
3853          test ! -s conftest.err
3854        } && test -s conftest$ac_exeext && {
3855          test "$cross_compiling" = yes ||
3856          $as_test_x conftest$ac_exeext
3857        }; then
3858   { $as_echo "$as_me:$LINENO: result: yes" >&5
3859 $as_echo "yes" >&6; }
3860 else
3861   $as_echo "$as_me: failed program was:" >&5
3862 sed 's/^/| /' conftest.$ac_ext >&5
3863
3864         { $as_echo "$as_me:$LINENO: result: no" >&5
3865 $as_echo "no" >&6; }
3866                       { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3867 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3868    { (exit 1); exit 1; }; }
3869 fi
3870
3871 rm -rf conftest.dSYM
3872 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3873       conftest$ac_exeext conftest.$ac_ext
3874       LD="${LD:-ld} -m elf_i386"
3875       AS="${AS:-as} --32"
3876       host_cpu="i386"
3877       notice_platform="32-bit "
3878       TARGETFLAGS="-m32"
3879
3880       enable_win16=${enable_win16:-yes}
3881     else
3882       TARGETFLAGS="-m64"
3883
3884     fi
3885     ;;
3886   *-mingw32*)
3887     enable_win16=${enable_win16:-no}
3888     ;;
3889   i[3456789]86*)
3890     enable_win16=${enable_win16:-yes}
3891     ;;
3892 esac
3893
3894 enable_win16=${enable_win16:-no}
3895
3896 WIN16_FILES="\$(WIN16_FILES)"
3897
3898 WIN16_INSTALL="\$(WIN16_INSTALL)"
3899
3900 if test "x$enable_win16" != "xyes"
3901 then
3902     WIN16_FILES=""
3903     WIN16_INSTALL=""
3904     enable_comm_drv16=${enable_comm_drv16:-no}
3905     enable_compobj_dll16=${enable_compobj_dll16:-no}
3906     enable_dispdib_dll16=${enable_dispdib_dll16:-no}
3907     enable_display_drv16=${enable_display_drv16:-no}
3908     enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
3909     enable_keyboard_drv16=${enable_keyboard_drv16:-no}
3910     enable_lzexpand_dll16=${enable_lzexpand_dll16:-no}
3911     enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
3912     enable_monodebg_vxd=${enable_monodebg_vxd:-no}
3913     enable_mouse_drv16=${enable_mouse_drv16:-no}
3914     enable_msacm_dll16=${enable_msacm_dll16:-no}
3915     enable_ole2_dll16=${enable_ole2_dll16:-no}
3916     enable_ole2conv_dll16=${enable_ole2conv_dll16:-no}
3917     enable_ole2disp_dll16=${enable_ole2disp_dll16:-no}
3918     enable_ole2nls_dll16=${enable_ole2nls_dll16:-no}
3919     enable_ole2prox_dll16=${enable_ole2prox_dll16:-no}
3920     enable_ole2thk_dll16=${enable_ole2thk_dll16:-no}
3921     enable_olecli_dll16=${enable_olecli_dll16:-no}
3922     enable_olesvr_dll16=${enable_olesvr_dll16:-no}
3923     enable_storage_dll16=${enable_storage_dll16:-no}
3924     enable_stress_dll16=${enable_stress_dll16:-no}
3925     enable_typelib_dll16=${enable_typelib_dll16:-no}
3926     enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
3927     enable_vmm_vxd=${enable_vmm_vxd:-no}
3928     enable_vnbt_vxd=${enable_vnbt_vxd:-no}
3929     enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
3930     enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
3931     enable_vwin32_vxd=${enable_vwin32_vxd:-no}
3932     enable_w32skrnl=${enable_w32skrnl:-no}
3933     enable_win87em_dll16=${enable_win87em_dll16:-no}
3934     enable_windebug_dll16=${enable_windebug_dll16:-no}
3935     enable_winedos=${enable_winedos:-no}
3936     enable_winevdm=${enable_winevdm:-no}
3937     enable_winhelp_exe16=${enable_winhelp_exe16:-no}
3938     enable_winoldap_mod16=${enable_winoldap_mod16:-no}
3939 fi
3940
3941 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3942 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3943 if test "${wine_cv_toolsdir+set}" = set; then
3944   $as_echo_n "(cached) " >&6
3945 else
3946   if test -z "$with_wine_tools"; then
3947      if test "$cross_compiling" = "yes"; then
3948        { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3949 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3950    { (exit 1); exit 1; }; }
3951      else
3952        wine_cv_toolsdir="\$(TOPOBJDIR)"
3953      fi
3954    elif test -d "$with_wine_tools/tools/winebuild"; then
3955      case $with_wine_tools in
3956        /*) wine_cv_toolsdir="$with_wine_tools" ;;
3957        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3958      esac
3959    else
3960      { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3961 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3962    { (exit 1); exit 1; }; }
3963    fi
3964 fi
3965 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3966 $as_echo "$wine_cv_toolsdir" >&6; }
3967 TOOLSDIR=$wine_cv_toolsdir
3968
3969 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3970 then
3971     TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3972
3973 fi
3974
3975 for ac_prog in flex
3976 do
3977   # Extract the first word of "$ac_prog", so it can be a program name with args.
3978 set dummy $ac_prog; ac_word=$2
3979 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3980 $as_echo_n "checking for $ac_word... " >&6; }
3981 if test "${ac_cv_prog_FLEX+set}" = set; then
3982   $as_echo_n "(cached) " >&6
3983 else
3984   if test -n "$FLEX"; then
3985   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3986 else
3987 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3988 for as_dir in $PATH
3989 do
3990   IFS=$as_save_IFS
3991   test -z "$as_dir" && as_dir=.
3992   for ac_exec_ext in '' $ac_executable_extensions; do
3993   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3994     ac_cv_prog_FLEX="$ac_prog"
3995     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3996     break 2
3997   fi
3998 done
3999 done
4000 IFS=$as_save_IFS
4001
4002 fi
4003 fi
4004 FLEX=$ac_cv_prog_FLEX
4005 if test -n "$FLEX"; then
4006   { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
4007 $as_echo "$FLEX" >&6; }
4008 else
4009   { $as_echo "$as_me:$LINENO: result: no" >&5
4010 $as_echo "no" >&6; }
4011 fi
4012
4013
4014   test -n "$FLEX" && break
4015 done
4016 test -n "$FLEX" || FLEX="none"
4017
4018 if test "$FLEX" = "none"
4019 then
4020   { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
4021 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
4022    { (exit 1); exit 1; }; }
4023 fi
4024
4025 for ac_prog in bison
4026 do
4027   # Extract the first word of "$ac_prog", so it can be a program name with args.
4028 set dummy $ac_prog; ac_word=$2
4029 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4030 $as_echo_n "checking for $ac_word... " >&6; }
4031 if test "${ac_cv_prog_BISON+set}" = set; then
4032   $as_echo_n "(cached) " >&6
4033 else
4034   if test -n "$BISON"; then
4035   ac_cv_prog_BISON="$BISON" # Let the user override the test.
4036 else
4037 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4038 for as_dir in $PATH
4039 do
4040   IFS=$as_save_IFS
4041   test -z "$as_dir" && as_dir=.
4042   for ac_exec_ext in '' $ac_executable_extensions; do
4043   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4044     ac_cv_prog_BISON="$ac_prog"
4045     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4046     break 2
4047   fi
4048 done
4049 done
4050 IFS=$as_save_IFS
4051
4052 fi
4053 fi
4054 BISON=$ac_cv_prog_BISON
4055 if test -n "$BISON"; then
4056   { $as_echo "$as_me:$LINENO: result: $BISON" >&5
4057 $as_echo "$BISON" >&6; }
4058 else
4059   { $as_echo "$as_me:$LINENO: result: no" >&5
4060 $as_echo "no" >&6; }
4061 fi
4062
4063
4064   test -n "$BISON" && break
4065 done
4066 test -n "$BISON" || BISON="none"
4067
4068 if test "$BISON" = "none"
4069 then
4070   { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4071 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4072    { (exit 1); exit 1; }; }
4073 fi
4074
4075 if test -n "$ac_tool_prefix"; then
4076   for ac_prog in gas as
4077   do
4078     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4079 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4080 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4081 $as_echo_n "checking for $ac_word... " >&6; }
4082 if test "${ac_cv_prog_AS+set}" = set; then
4083   $as_echo_n "(cached) " >&6
4084 else
4085   if test -n "$AS"; then
4086   ac_cv_prog_AS="$AS" # Let the user override the test.
4087 else
4088 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4089 for as_dir in $PATH
4090 do
4091   IFS=$as_save_IFS
4092   test -z "$as_dir" && as_dir=.
4093   for ac_exec_ext in '' $ac_executable_extensions; do
4094   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4095     ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
4096     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4097     break 2
4098   fi
4099 done
4100 done
4101 IFS=$as_save_IFS
4102
4103 fi
4104 fi
4105 AS=$ac_cv_prog_AS
4106 if test -n "$AS"; then
4107   { $as_echo "$as_me:$LINENO: result: $AS" >&5
4108 $as_echo "$AS" >&6; }
4109 else
4110   { $as_echo "$as_me:$LINENO: result: no" >&5
4111 $as_echo "no" >&6; }
4112 fi
4113
4114
4115     test -n "$AS" && break
4116   done
4117 fi
4118 if test -z "$AS"; then
4119   ac_ct_AS=$AS
4120   for ac_prog in gas as
4121 do
4122   # Extract the first word of "$ac_prog", so it can be a program name with args.
4123 set dummy $ac_prog; ac_word=$2
4124 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4125 $as_echo_n "checking for $ac_word... " >&6; }
4126 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
4127   $as_echo_n "(cached) " >&6
4128 else
4129   if test -n "$ac_ct_AS"; then
4130   ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
4131 else
4132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4133 for as_dir in $PATH
4134 do
4135   IFS=$as_save_IFS
4136   test -z "$as_dir" && as_dir=.
4137   for ac_exec_ext in '' $ac_executable_extensions; do
4138   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4139     ac_cv_prog_ac_ct_AS="$ac_prog"
4140     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4141     break 2
4142   fi
4143 done
4144 done
4145 IFS=$as_save_IFS
4146
4147 fi
4148 fi
4149 ac_ct_AS=$ac_cv_prog_ac_ct_AS
4150 if test -n "$ac_ct_AS"; then
4151   { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
4152 $as_echo "$ac_ct_AS" >&6; }
4153 else
4154   { $as_echo "$as_me:$LINENO: result: no" >&5
4155 $as_echo "no" >&6; }
4156 fi
4157
4158
4159   test -n "$ac_ct_AS" && break
4160 done
4161
4162   if test "x$ac_ct_AS" = x; then
4163     AS="as"
4164   else
4165     case $cross_compiling:$ac_tool_warned in
4166 yes:)
4167 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4168 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4169 ac_tool_warned=yes ;;
4170 esac
4171     AS=$ac_ct_AS
4172   fi
4173 fi
4174
4175 if test -n "$ac_tool_prefix"; then
4176   for ac_prog in ld gld
4177   do
4178     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4179 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4180 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4181 $as_echo_n "checking for $ac_word... " >&6; }
4182 if test "${ac_cv_prog_LD+set}" = set; then
4183   $as_echo_n "(cached) " >&6
4184 else
4185   if test -n "$LD"; then
4186   ac_cv_prog_LD="$LD" # Let the user override the test.
4187 else
4188 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4189 for as_dir in $PATH
4190 do
4191   IFS=$as_save_IFS
4192   test -z "$as_dir" && as_dir=.
4193   for ac_exec_ext in '' $ac_executable_extensions; do
4194   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4195     ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
4196     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4197     break 2
4198   fi
4199 done
4200 done
4201 IFS=$as_save_IFS
4202
4203 fi
4204 fi
4205 LD=$ac_cv_prog_LD
4206 if test -n "$LD"; then
4207   { $as_echo "$as_me:$LINENO: result: $LD" >&5
4208 $as_echo "$LD" >&6; }
4209 else
4210   { $as_echo "$as_me:$LINENO: result: no" >&5
4211 $as_echo "no" >&6; }
4212 fi
4213
4214
4215     test -n "$LD" && break
4216   done
4217 fi
4218 if test -z "$LD"; then
4219   ac_ct_LD=$LD
4220   for ac_prog in ld gld
4221 do
4222   # Extract the first word of "$ac_prog", so it can be a program name with args.
4223 set dummy $ac_prog; ac_word=$2
4224 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4225 $as_echo_n "checking for $ac_word... " >&6; }
4226 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4227   $as_echo_n "(cached) " >&6
4228 else
4229   if test -n "$ac_ct_LD"; then
4230   ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4231 else
4232 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4233 for as_dir in $PATH
4234 do
4235   IFS=$as_save_IFS
4236   test -z "$as_dir" && as_dir=.
4237   for ac_exec_ext in '' $ac_executable_extensions; do
4238   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4239     ac_cv_prog_ac_ct_LD="$ac_prog"
4240     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4241     break 2
4242   fi
4243 done
4244 done
4245 IFS=$as_save_IFS
4246
4247 fi
4248 fi
4249 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4250 if test -n "$ac_ct_LD"; then
4251   { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4252 $as_echo "$ac_ct_LD" >&6; }
4253 else
4254   { $as_echo "$as_me:$LINENO: result: no" >&5
4255 $as_echo "no" >&6; }
4256 fi
4257
4258
4259   test -n "$ac_ct_LD" && break
4260 done
4261
4262   if test "x$ac_ct_LD" = x; then
4263     LD="ld"
4264   else
4265     case $cross_compiling:$ac_tool_warned in
4266 yes:)
4267 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4268 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4269 ac_tool_warned=yes ;;
4270 esac
4271     LD=$ac_ct_LD
4272   fi
4273 fi
4274
4275 if test -n "$ac_tool_prefix"; then
4276   for ac_prog in nm gnm
4277   do
4278     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4279 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4280 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4281 $as_echo_n "checking for $ac_word... " >&6; }
4282 if test "${ac_cv_prog_NM+set}" = set; then
4283   $as_echo_n "(cached) " >&6
4284 else
4285   if test -n "$NM"; then
4286   ac_cv_prog_NM="$NM" # Let the user override the test.
4287 else
4288 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4289 for as_dir in $PATH
4290 do
4291   IFS=$as_save_IFS
4292   test -z "$as_dir" && as_dir=.
4293   for ac_exec_ext in '' $ac_executable_extensions; do
4294   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4295     ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
4296     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4297     break 2
4298   fi
4299 done
4300 done
4301 IFS=$as_save_IFS
4302
4303 fi
4304 fi
4305 NM=$ac_cv_prog_NM
4306 if test -n "$NM"; then
4307   { $as_echo "$as_me:$LINENO: result: $NM" >&5
4308 $as_echo "$NM" >&6; }
4309 else
4310   { $as_echo "$as_me:$LINENO: result: no" >&5
4311 $as_echo "no" >&6; }
4312 fi
4313
4314
4315     test -n "$NM" && break
4316   done
4317 fi
4318 if test -z "$NM"; then
4319   ac_ct_NM=$NM
4320   for ac_prog in nm gnm
4321 do
4322   # Extract the first word of "$ac_prog", so it can be a program name with args.
4323 set dummy $ac_prog; ac_word=$2
4324 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4325 $as_echo_n "checking for $ac_word... " >&6; }
4326 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
4327   $as_echo_n "(cached) " >&6
4328 else
4329   if test -n "$ac_ct_NM"; then
4330   ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4331 else
4332 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4333 for as_dir in $PATH
4334 do
4335   IFS=$as_save_IFS
4336   test -z "$as_dir" && as_dir=.
4337   for ac_exec_ext in '' $ac_executable_extensions; do
4338   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4339     ac_cv_prog_ac_ct_NM="$ac_prog"
4340     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4341     break 2
4342   fi
4343 done
4344 done
4345 IFS=$as_save_IFS
4346
4347 fi
4348 fi
4349 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4350 if test -n "$ac_ct_NM"; then
4351   { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
4352 $as_echo "$ac_ct_NM" >&6; }
4353 else
4354   { $as_echo "$as_me:$LINENO: result: no" >&5
4355 $as_echo "no" >&6; }
4356 fi
4357
4358
4359   test -n "$ac_ct_NM" && break
4360 done
4361
4362   if test "x$ac_ct_NM" = x; then
4363     NM="nm"
4364   else
4365     case $cross_compiling:$ac_tool_warned in
4366 yes:)
4367 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4368 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4369 ac_tool_warned=yes ;;
4370 esac
4371     NM=$ac_ct_NM
4372   fi
4373 fi
4374
4375 if test -n "$ac_tool_prefix"; then
4376   for ac_prog in ar gar
4377   do
4378     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4379 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4380 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4381 $as_echo_n "checking for $ac_word... " >&6; }
4382 if test "${ac_cv_prog_AR+set}" = set; then
4383   $as_echo_n "(cached) " >&6
4384 else
4385   if test -n "$AR"; then
4386   ac_cv_prog_AR="$AR" # Let the user override the test.
4387 else
4388 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4389 for as_dir in $PATH
4390 do
4391   IFS=$as_save_IFS
4392   test -z "$as_dir" && as_dir=.
4393   for ac_exec_ext in '' $ac_executable_extensions; do
4394   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4395     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4396     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4397     break 2
4398   fi
4399 done
4400 done
4401 IFS=$as_save_IFS
4402
4403 fi
4404 fi
4405 AR=$ac_cv_prog_AR
4406 if test -n "$AR"; then
4407   { $as_echo "$as_me:$LINENO: result: $AR" >&5
4408 $as_echo "$AR" >&6; }
4409 else
4410   { $as_echo "$as_me:$LINENO: result: no" >&5
4411 $as_echo "no" >&6; }
4412 fi
4413
4414
4415     test -n "$AR" && break
4416   done
4417 fi
4418 if test -z "$AR"; then
4419   ac_ct_AR=$AR
4420   for ac_prog in ar gar
4421 do
4422   # Extract the first word of "$ac_prog", so it can be a program name with args.
4423 set dummy $ac_prog; ac_word=$2
4424 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4425 $as_echo_n "checking for $ac_word... " >&6; }
4426 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4427   $as_echo_n "(cached) " >&6
4428 else
4429   if test -n "$ac_ct_AR"; then
4430   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4431 else
4432 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4433 for as_dir in $PATH
4434 do
4435   IFS=$as_save_IFS
4436   test -z "$as_dir" && as_dir=.
4437   for ac_exec_ext in '' $ac_executable_extensions; do
4438   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4439     ac_cv_prog_ac_ct_AR="$ac_prog"
4440     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4441     break 2
4442   fi
4443 done
4444 done
4445 IFS=$as_save_IFS
4446
4447 fi
4448 fi
4449 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4450 if test -n "$ac_ct_AR"; then
4451   { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4452 $as_echo "$ac_ct_AR" >&6; }
4453 else
4454   { $as_echo "$as_me:$LINENO: result: no" >&5
4455 $as_echo "no" >&6; }
4456 fi
4457
4458
4459   test -n "$ac_ct_AR" && break
4460 done
4461
4462   if test "x$ac_ct_AR" = x; then
4463     AR="ar"
4464   else
4465     case $cross_compiling:$ac_tool_warned in
4466 yes:)
4467 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4468 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4469 ac_tool_warned=yes ;;
4470 esac
4471     AR=$ac_ct_AR
4472   fi
4473 fi
4474
4475 ARFLAGS=rc
4476
4477 if test -n "$ac_tool_prefix"; then
4478   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4479 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4480 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4481 $as_echo_n "checking for $ac_word... " >&6; }
4482 if test "${ac_cv_prog_RANLIB+set}" = set; then
4483   $as_echo_n "(cached) " >&6
4484 else
4485   if test -n "$RANLIB"; then
4486   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4487 else
4488 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4489 for as_dir in $PATH
4490 do
4491   IFS=$as_save_IFS
4492   test -z "$as_dir" && as_dir=.
4493   for ac_exec_ext in '' $ac_executable_extensions; do
4494   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4495     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4496     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4497     break 2
4498   fi
4499 done
4500 done
4501 IFS=$as_save_IFS
4502
4503 fi
4504 fi
4505 RANLIB=$ac_cv_prog_RANLIB
4506 if test -n "$RANLIB"; then
4507   { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
4508 $as_echo "$RANLIB" >&6; }
4509 else
4510   { $as_echo "$as_me:$LINENO: result: no" >&5
4511 $as_echo "no" >&6; }
4512 fi
4513
4514
4515 fi
4516 if test -z "$ac_cv_prog_RANLIB"; then
4517   ac_ct_RANLIB=$RANLIB
4518   # Extract the first word of "ranlib", so it can be a program name with args.
4519 set dummy ranlib; ac_word=$2
4520 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4521 $as_echo_n "checking for $ac_word... " >&6; }
4522 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4523   $as_echo_n "(cached) " >&6
4524 else
4525   if test -n "$ac_ct_RANLIB"; then
4526   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4527 else
4528 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4529 for as_dir in $PATH
4530 do
4531   IFS=$as_save_IFS
4532   test -z "$as_dir" && as_dir=.
4533   for ac_exec_ext in '' $ac_executable_extensions; do
4534   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4535     ac_cv_prog_ac_ct_RANLIB="ranlib"
4536     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4537     break 2
4538   fi
4539 done
4540 done
4541 IFS=$as_save_IFS
4542
4543 fi
4544 fi
4545 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4546 if test -n "$ac_ct_RANLIB"; then
4547   { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4548 $as_echo "$ac_ct_RANLIB" >&6; }
4549 else
4550   { $as_echo "$as_me:$LINENO: result: no" >&5
4551 $as_echo "no" >&6; }
4552 fi
4553
4554   if test "x$ac_ct_RANLIB" = x; then
4555     RANLIB=":"
4556   else
4557     case $cross_compiling:$ac_tool_warned in
4558 yes:)
4559 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4560 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4561 ac_tool_warned=yes ;;
4562 esac
4563     RANLIB=$ac_ct_RANLIB
4564   fi
4565 else
4566   RANLIB="$ac_cv_prog_RANLIB"
4567 fi
4568
4569 if test -n "$ac_tool_prefix"; then
4570   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4571 set dummy ${ac_tool_prefix}strip; ac_word=$2
4572 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4573 $as_echo_n "checking for $ac_word... " >&6; }
4574 if test "${ac_cv_prog_STRIP+set}" = set; then
4575   $as_echo_n "(cached) " >&6
4576 else
4577   if test -n "$STRIP"; then
4578   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4579 else
4580 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4581 for as_dir in $PATH
4582 do
4583   IFS=$as_save_IFS
4584   test -z "$as_dir" && as_dir=.
4585   for ac_exec_ext in '' $ac_executable_extensions; do
4586   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4587     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4588     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4589     break 2
4590   fi
4591 done
4592 done
4593 IFS=$as_save_IFS
4594
4595 fi
4596 fi
4597 STRIP=$ac_cv_prog_STRIP
4598 if test -n "$STRIP"; then
4599   { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4600 $as_echo "$STRIP" >&6; }
4601 else
4602   { $as_echo "$as_me:$LINENO: result: no" >&5
4603 $as_echo "no" >&6; }
4604 fi
4605
4606
4607 fi
4608 if test -z "$ac_cv_prog_STRIP"; then
4609   ac_ct_STRIP=$STRIP
4610   # Extract the first word of "strip", so it can be a program name with args.
4611 set dummy strip; ac_word=$2
4612 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4613 $as_echo_n "checking for $ac_word... " >&6; }
4614 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4615   $as_echo_n "(cached) " >&6
4616 else
4617   if test -n "$ac_ct_STRIP"; then
4618   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4619 else
4620 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4621 for as_dir in $PATH
4622 do
4623   IFS=$as_save_IFS
4624   test -z "$as_dir" && as_dir=.
4625   for ac_exec_ext in '' $ac_executable_extensions; do
4626   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4627     ac_cv_prog_ac_ct_STRIP="strip"
4628     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4629     break 2
4630   fi
4631 done
4632 done
4633 IFS=$as_save_IFS
4634
4635 fi
4636 fi
4637 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4638 if test -n "$ac_ct_STRIP"; then
4639   { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4640 $as_echo "$ac_ct_STRIP" >&6; }
4641 else
4642   { $as_echo "$as_me:$LINENO: result: no" >&5
4643 $as_echo "no" >&6; }
4644 fi
4645
4646   if test "x$ac_ct_STRIP" = x; then
4647     STRIP="strip"
4648   else
4649     case $cross_compiling:$ac_tool_warned in
4650 yes:)
4651 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4652 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4653 ac_tool_warned=yes ;;
4654 esac
4655     STRIP=$ac_ct_STRIP
4656   fi
4657 else
4658   STRIP="$ac_cv_prog_STRIP"
4659 fi
4660
4661 if test -n "$ac_tool_prefix"; then
4662   # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4663 set dummy ${ac_tool_prefix}windres; ac_word=$2
4664 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4665 $as_echo_n "checking for $ac_word... " >&6; }
4666 if test "${ac_cv_prog_WINDRES+set}" = set; then
4667   $as_echo_n "(cached) " >&6
4668 else
4669   if test -n "$WINDRES"; then
4670   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4671 else
4672 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4673 for as_dir in $PATH
4674 do
4675   IFS=$as_save_IFS
4676   test -z "$as_dir" && as_dir=.
4677   for ac_exec_ext in '' $ac_executable_extensions; do
4678   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4679     ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4680     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4681     break 2
4682   fi
4683 done
4684 done
4685 IFS=$as_save_IFS
4686
4687 fi
4688 fi
4689 WINDRES=$ac_cv_prog_WINDRES
4690 if test -n "$WINDRES"; then
4691   { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
4692 $as_echo "$WINDRES" >&6; }
4693 else
4694   { $as_echo "$as_me:$LINENO: result: no" >&5
4695 $as_echo "no" >&6; }
4696 fi
4697
4698
4699 fi
4700 if test -z "$ac_cv_prog_WINDRES"; then
4701   ac_ct_WINDRES=$WINDRES
4702   # Extract the first word of "windres", so it can be a program name with args.
4703 set dummy windres; ac_word=$2
4704 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4705 $as_echo_n "checking for $ac_word... " >&6; }
4706 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4707   $as_echo_n "(cached) " >&6
4708 else
4709   if test -n "$ac_ct_WINDRES"; then
4710   ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4711 else
4712 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4713 for as_dir in $PATH
4714 do
4715   IFS=$as_save_IFS
4716   test -z "$as_dir" && as_dir=.
4717   for ac_exec_ext in '' $ac_executable_extensions; do
4718   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4719     ac_cv_prog_ac_ct_WINDRES="windres"
4720     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4721     break 2
4722   fi
4723 done
4724 done
4725 IFS=$as_save_IFS
4726
4727 fi
4728 fi
4729 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4730 if test -n "$ac_ct_WINDRES"; then
4731   { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4732 $as_echo "$ac_ct_WINDRES" >&6; }
4733 else
4734   { $as_echo "$as_me:$LINENO: result: no" >&5
4735 $as_echo "no" >&6; }
4736 fi
4737
4738   if test "x$ac_ct_WINDRES" = x; then
4739     WINDRES="false"
4740   else
4741     case $cross_compiling:$ac_tool_warned in
4742 yes:)
4743 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4744 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4745 ac_tool_warned=yes ;;
4746 esac
4747     WINDRES=$ac_ct_WINDRES
4748   fi
4749 else
4750   WINDRES="$ac_cv_prog_WINDRES"
4751 fi
4752
4753 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4754 $as_echo_n "checking whether ln -s works... " >&6; }
4755 LN_S=$as_ln_s
4756 if test "$LN_S" = "ln -s"; then
4757   { $as_echo "$as_me:$LINENO: result: yes" >&5
4758 $as_echo "yes" >&6; }
4759 else
4760   { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4761 $as_echo "no, using $LN_S" >&6; }
4762 fi
4763
4764 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4765 $as_echo_n "checking whether ln works... " >&6; }
4766 rm -f conf$$ conf$$.file
4767 echo >conf$$.file
4768 if ln conf$$.file conf$$ 2>/dev/null; then
4769   LN=ln
4770
4771   { $as_echo "$as_me:$LINENO: result: yes" >&5
4772 $as_echo "yes" >&6; }
4773 else
4774   LN="cp -p"
4775
4776   { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4777 $as_echo "no, using $LN" >&6; }
4778 fi
4779 rm -f conf$$ conf$$.file
4780 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4781 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4782 if test "${ac_cv_path_GREP+set}" = set; then
4783   $as_echo_n "(cached) " >&6
4784 else
4785   if test -z "$GREP"; then
4786   ac_path_GREP_found=false
4787   # Loop through the user's path and test for each of PROGNAME-LIST
4788   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4789 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4790 do
4791   IFS=$as_save_IFS
4792   test -z "$as_dir" && as_dir=.
4793   for ac_prog in grep ggrep; do
4794     for ac_exec_ext in '' $ac_executable_extensions; do
4795       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4796       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4797 # Check for GNU ac_path_GREP and select it if it is found.
4798   # Check for GNU $ac_path_GREP
4799 case `"$ac_path_GREP" --version 2>&1` in
4800 *GNU*)
4801   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4802 *)
4803   ac_count=0
4804   $as_echo_n 0123456789 >"conftest.in"
4805   while :
4806   do
4807     cat "conftest.in" "conftest.in" >"conftest.tmp"
4808     mv "conftest.tmp" "conftest.in"
4809     cp "conftest.in" "conftest.nl"
4810     $as_echo 'GREP' >> "conftest.nl"
4811     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4812     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4813     ac_count=`expr $ac_count + 1`
4814     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4815       # Best one so far, save it but keep looking for a better one
4816       ac_cv_path_GREP="$ac_path_GREP"
4817       ac_path_GREP_max=$ac_count
4818     fi
4819     # 10*(2^10) chars as input seems more than enough
4820     test $ac_count -gt 10 && break
4821   done
4822   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4823 esac
4824
4825       $ac_path_GREP_found && break 3
4826     done
4827   done
4828 done
4829 IFS=$as_save_IFS
4830   if test -z "$ac_cv_path_GREP"; then
4831     { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4832 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4833    { (exit 1); exit 1; }; }
4834   fi
4835 else
4836   ac_cv_path_GREP=$GREP
4837 fi
4838
4839 fi
4840 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4841 $as_echo "$ac_cv_path_GREP" >&6; }
4842  GREP="$ac_cv_path_GREP"
4843
4844
4845 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4846 $as_echo_n "checking for egrep... " >&6; }
4847 if test "${ac_cv_path_EGREP+set}" = set; then
4848   $as_echo_n "(cached) " >&6
4849 else
4850   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4851    then ac_cv_path_EGREP="$GREP -E"
4852    else
4853      if test -z "$EGREP"; then
4854   ac_path_EGREP_found=false
4855   # Loop through the user's path and test for each of PROGNAME-LIST
4856   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4857 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4858 do
4859   IFS=$as_save_IFS
4860   test -z "$as_dir" && as_dir=.
4861   for ac_prog in egrep; do
4862     for ac_exec_ext in '' $ac_executable_extensions; do
4863       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4864       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4865 # Check for GNU ac_path_EGREP and select it if it is found.
4866   # Check for GNU $ac_path_EGREP
4867 case `"$ac_path_EGREP" --version 2>&1` in
4868 *GNU*)
4869   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4870 *)
4871   ac_count=0
4872   $as_echo_n 0123456789 >"conftest.in"
4873   while :
4874   do
4875     cat "conftest.in" "conftest.in" >"conftest.tmp"
4876     mv "conftest.tmp" "conftest.in"
4877     cp "conftest.in" "conftest.nl"
4878     $as_echo 'EGREP' >> "conftest.nl"
4879     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4880     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4881     ac_count=`expr $ac_count + 1`
4882     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4883       # Best one so far, save it but keep looking for a better one
4884       ac_cv_path_EGREP="$ac_path_EGREP"
4885       ac_path_EGREP_max=$ac_count
4886     fi
4887     # 10*(2^10) chars as input seems more than enough
4888     test $ac_count -gt 10 && break
4889   done
4890   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4891 esac
4892
4893       $ac_path_EGREP_found && break 3
4894     done
4895   done
4896 done
4897 IFS=$as_save_IFS
4898   if test -z "$ac_cv_path_EGREP"; then
4899     { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4900 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4901    { (exit 1); exit 1; }; }
4902   fi
4903 else
4904   ac_cv_path_EGREP=$EGREP
4905 fi
4906
4907    fi
4908 fi
4909 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4910 $as_echo "$ac_cv_path_EGREP" >&6; }
4911  EGREP="$ac_cv_path_EGREP"
4912
4913
4914 # Extract the first word of "ldconfig", so it can be a program name with args.
4915 set dummy ldconfig; ac_word=$2
4916 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4917 $as_echo_n "checking for $ac_word... " >&6; }
4918 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4919   $as_echo_n "(cached) " >&6
4920 else
4921   case $LDCONFIG in
4922   [\\/]* | ?:[\\/]*)
4923   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4924   ;;
4925   *)
4926   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4927 for as_dir in /sbin /usr/sbin $PATH
4928 do
4929   IFS=$as_save_IFS
4930   test -z "$as_dir" && as_dir=.
4931   for ac_exec_ext in '' $ac_executable_extensions; do
4932   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4933     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4934     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4935     break 2
4936   fi
4937 done
4938 done
4939 IFS=$as_save_IFS
4940
4941   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4942   ;;
4943 esac
4944 fi
4945 LDCONFIG=$ac_cv_path_LDCONFIG
4946 if test -n "$LDCONFIG"; then
4947   { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4948 $as_echo "$LDCONFIG" >&6; }
4949 else
4950   { $as_echo "$as_me:$LINENO: result: no" >&5
4951 $as_echo "no" >&6; }
4952 fi
4953
4954
4955 # Find a good install program.  We prefer a C program (faster),
4956 # so one script is as good as another.  But avoid the broken or
4957 # incompatible versions:
4958 # SysV /etc/install, /usr/sbin/install
4959 # SunOS /usr/etc/install
4960 # IRIX /sbin/install
4961 # AIX /bin/install
4962 # AmigaOS /C/install, which installs bootblocks on floppy discs
4963 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4964 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4965 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4966 # OS/2's system install, which has a completely different semantic
4967 # ./install, which can be erroneously created by make from ./install.sh.
4968 # Reject install programs that cannot install multiple files.
4969 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4970 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4971 if test -z "$INSTALL"; then
4972 if test "${ac_cv_path_install+set}" = set; then
4973   $as_echo_n "(cached) " >&6
4974 else
4975   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4976 for as_dir in $PATH
4977 do
4978   IFS=$as_save_IFS
4979   test -z "$as_dir" && as_dir=.
4980   # Account for people who put trailing slashes in PATH elements.
4981 case $as_dir/ in
4982   ./ | .// | /cC/* | \
4983   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4984   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4985   /usr/ucb/* ) ;;
4986   *)
4987     # OSF1 and SCO ODT 3.0 have their own names for install.
4988     # Don't use installbsd from OSF since it installs stuff as root
4989     # by default.
4990     for ac_prog in ginstall scoinst install; do
4991       for ac_exec_ext in '' $ac_executable_extensions; do
4992         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4993           if test $ac_prog = install &&
4994             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4995             # AIX install.  It has an incompatible calling convention.
4996             :
4997           elif test $ac_prog = install &&
4998             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4999             # program-specific install script used by HP pwplus--don't use.
5000             :
5001           else
5002             rm -rf conftest.one conftest.two conftest.dir
5003             echo one > conftest.one
5004             echo two > conftest.two
5005             mkdir conftest.dir
5006             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5007               test -s conftest.one && test -s conftest.two &&
5008               test -s conftest.dir/conftest.one &&
5009               test -s conftest.dir/conftest.two
5010             then
5011               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5012               break 3
5013             fi
5014           fi
5015         fi
5016       done
5017     done
5018     ;;
5019 esac
5020
5021 done
5022 IFS=$as_save_IFS
5023
5024 rm -rf conftest.one conftest.two conftest.dir
5025
5026 fi
5027   if test "${ac_cv_path_install+set}" = set; then
5028     INSTALL=$ac_cv_path_install
5029   else
5030     # As a last resort, use the slow shell script.  Don't cache a
5031     # value for INSTALL within a source directory, because that will
5032     # break other packages using the cache if that directory is
5033     # removed, or if the value is a relative name.
5034     INSTALL=$ac_install_sh
5035   fi
5036 fi
5037 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
5038 $as_echo "$INSTALL" >&6; }
5039
5040 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5041 # It thinks the first close brace ends the variable substitution.
5042 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5043
5044 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5045
5046 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5047
5048 case "$INSTALL" in
5049   [\\/$]* | ?:[\\/]* ) ;;
5050   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
5051 esac
5052
5053 for ac_prog in lclint lint
5054 do
5055   # Extract the first word of "$ac_prog", so it can be a program name with args.
5056 set dummy $ac_prog; ac_word=$2
5057 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5058 $as_echo_n "checking for $ac_word... " >&6; }
5059 if test "${ac_cv_prog_LINT+set}" = set; then
5060   $as_echo_n "(cached) " >&6
5061 else
5062   if test -n "$LINT"; then
5063   ac_cv_prog_LINT="$LINT" # Let the user override the test.
5064 else
5065 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5066 for as_dir in $PATH
5067 do
5068   IFS=$as_save_IFS
5069   test -z "$as_dir" && as_dir=.
5070   for ac_exec_ext in '' $ac_executable_extensions; do
5071   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5072     ac_cv_prog_LINT="$ac_prog"
5073     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5074     break 2
5075   fi
5076 done
5077 done
5078 IFS=$as_save_IFS
5079
5080 fi
5081 fi
5082 LINT=$ac_cv_prog_LINT
5083 if test -n "$LINT"; then
5084   { $as_echo "$as_me:$LINENO: result: $LINT" >&5
5085 $as_echo "$LINT" >&6; }
5086 else
5087   { $as_echo "$as_me:$LINENO: result: no" >&5
5088 $as_echo "no" >&6; }
5089 fi
5090
5091
5092   test -n "$LINT" && break
5093 done
5094
5095 if test "$LINT" = "lint"
5096 then
5097   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
5098   fi
5099
5100
5101
5102 for ac_prog in fontforge
5103 do
5104   # Extract the first word of "$ac_prog", so it can be a program name with args.
5105 set dummy $ac_prog; ac_word=$2
5106 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5107 $as_echo_n "checking for $ac_word... " >&6; }
5108 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
5109   $as_echo_n "(cached) " >&6
5110 else
5111   if test -n "$FONTFORGE"; then
5112   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5113 else
5114 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5115 for as_dir in $PATH
5116 do
5117   IFS=$as_save_IFS
5118   test -z "$as_dir" && as_dir=.
5119   for ac_exec_ext in '' $ac_executable_extensions; do
5120   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5121     ac_cv_prog_FONTFORGE="$ac_prog"
5122     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5123     break 2
5124   fi
5125 done
5126 done
5127 IFS=$as_save_IFS
5128
5129 fi
5130 fi
5131 FONTFORGE=$ac_cv_prog_FONTFORGE
5132 if test -n "$FONTFORGE"; then
5133   { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
5134 $as_echo "$FONTFORGE" >&6; }
5135 else
5136   { $as_echo "$as_me:$LINENO: result: no" >&5
5137 $as_echo "no" >&6; }
5138 fi
5139
5140
5141   test -n "$FONTFORGE" && break
5142 done
5143 test -n "$FONTFORGE" || FONTFORGE="false"
5144
5145 for ac_prog in pkg-config
5146 do
5147   # Extract the first word of "$ac_prog", so it can be a program name with args.
5148 set dummy $ac_prog; ac_word=$2
5149 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5150 $as_echo_n "checking for $ac_word... " >&6; }
5151 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5152   $as_echo_n "(cached) " >&6
5153 else
5154   if test -n "$PKG_CONFIG"; then
5155   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5156 else
5157 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5158 for as_dir in $PATH
5159 do
5160   IFS=$as_save_IFS
5161   test -z "$as_dir" && as_dir=.
5162   for ac_exec_ext in '' $ac_executable_extensions; do
5163   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5164     ac_cv_prog_PKG_CONFIG="$ac_prog"
5165     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5166     break 2
5167   fi
5168 done
5169 done
5170 IFS=$as_save_IFS
5171
5172 fi
5173 fi
5174 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5175 if test -n "$PKG_CONFIG"; then
5176   { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
5177 $as_echo "$PKG_CONFIG" >&6; }
5178 else
5179   { $as_echo "$as_me:$LINENO: result: no" >&5
5180 $as_echo "no" >&6; }
5181 fi
5182
5183
5184   test -n "$PKG_CONFIG" && break
5185 done
5186 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5187
5188 for ac_prog in rsvg
5189 do
5190   # Extract the first word of "$ac_prog", so it can be a program name with args.
5191 set dummy $ac_prog; ac_word=$2
5192 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5193 $as_echo_n "checking for $ac_word... " >&6; }
5194 if test "${ac_cv_prog_RSVG+set}" = set; then
5195   $as_echo_n "(cached) " >&6
5196 else
5197   if test -n "$RSVG"; then
5198   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5199 else
5200 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5201 for as_dir in $PATH
5202 do
5203   IFS=$as_save_IFS
5204   test -z "$as_dir" && as_dir=.
5205   for ac_exec_ext in '' $ac_executable_extensions; do
5206   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5207     ac_cv_prog_RSVG="$ac_prog"
5208     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5209     break 2
5210   fi
5211 done
5212 done
5213 IFS=$as_save_IFS
5214
5215 fi
5216 fi
5217 RSVG=$ac_cv_prog_RSVG
5218 if test -n "$RSVG"; then
5219   { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
5220 $as_echo "$RSVG" >&6; }
5221 else
5222   { $as_echo "$as_me:$LINENO: result: no" >&5
5223 $as_echo "no" >&6; }
5224 fi
5225
5226
5227   test -n "$RSVG" && break
5228 done
5229 test -n "$RSVG" || RSVG="false"
5230
5231 for ac_prog in icotool
5232 do
5233   # Extract the first word of "$ac_prog", so it can be a program name with args.
5234 set dummy $ac_prog; ac_word=$2
5235 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5236 $as_echo_n "checking for $ac_word... " >&6; }
5237 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
5238   $as_echo_n "(cached) " >&6
5239 else
5240   if test -n "$ICOTOOL"; then
5241   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5242 else
5243 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5244 for as_dir in $PATH
5245 do
5246   IFS=$as_save_IFS
5247   test -z "$as_dir" && as_dir=.
5248   for ac_exec_ext in '' $ac_executable_extensions; do
5249   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5250     ac_cv_prog_ICOTOOL="$ac_prog"
5251     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5252     break 2
5253   fi
5254 done
5255 done
5256 IFS=$as_save_IFS
5257
5258 fi
5259 fi
5260 ICOTOOL=$ac_cv_prog_ICOTOOL
5261 if test -n "$ICOTOOL"; then
5262   { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
5263 $as_echo "$ICOTOOL" >&6; }
5264 else
5265   { $as_echo "$as_me:$LINENO: result: no" >&5
5266 $as_echo "no" >&6; }
5267 fi
5268
5269
5270   test -n "$ICOTOOL" && break
5271 done
5272 test -n "$ICOTOOL" || ICOTOOL="false"
5273
5274
5275 if test "${enable_maintainer_mode+set}" = set
5276 then
5277   if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5278   if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5279   if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5280 fi
5281
5282 case $host_cpu in
5283   *i[3456789]86*)
5284     # Extract the first word of "prelink", so it can be a program name with args.
5285 set dummy prelink; ac_word=$2
5286 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5287 $as_echo_n "checking for $ac_word... " >&6; }
5288 if test "${ac_cv_path_PRELINK+set}" = set; then
5289   $as_echo_n "(cached) " >&6
5290 else
5291   case $PRELINK in
5292   [\\/]* | ?:[\\/]*)
5293   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5294   ;;
5295   *)
5296   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5297 for as_dir in /sbin /usr/sbin $PATH
5298 do
5299   IFS=$as_save_IFS
5300   test -z "$as_dir" && as_dir=.
5301   for ac_exec_ext in '' $ac_executable_extensions; do
5302   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5303     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5304     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5305     break 2
5306   fi
5307 done
5308 done
5309 IFS=$as_save_IFS
5310
5311   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5312   ;;
5313 esac
5314 fi
5315 PRELINK=$ac_cv_path_PRELINK
5316 if test -n "$PRELINK"; then
5317   { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
5318 $as_echo "$PRELINK" >&6; }
5319 else
5320   { $as_echo "$as_me:$LINENO: result: no" >&5
5321 $as_echo "no" >&6; }
5322 fi
5323
5324
5325     ;;
5326 esac
5327
5328
5329
5330 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5331 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5332 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5333   $as_echo_n "(cached) " >&6
5334 else
5335   ac_check_lib_save_LIBS=$LIBS
5336 LIBS="-li386  $LIBS"
5337 cat >conftest.$ac_ext <<_ACEOF
5338 /* confdefs.h.  */
5339 _ACEOF
5340 cat confdefs.h >>conftest.$ac_ext
5341 cat >>conftest.$ac_ext <<_ACEOF
5342 /* end confdefs.h.  */
5343
5344 /* Override any GCC internal prototype to avoid an error.
5345    Use char because int might match the return type of a GCC
5346    builtin and then its argument prototype would still apply.  */
5347 #ifdef __cplusplus
5348 extern "C"
5349 #endif
5350 char i386_set_ldt ();
5351 int
5352 main ()
5353 {
5354 return i386_set_ldt ();
5355   ;
5356   return 0;
5357 }
5358 _ACEOF
5359 rm -f conftest.$ac_objext conftest$ac_exeext
5360 if { (ac_try="$ac_link"
5361 case "(($ac_try" in
5362   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5363   *) ac_try_echo=$ac_try;;
5364 esac
5365 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5366 $as_echo "$ac_try_echo") >&5
5367   (eval "$ac_link") 2>conftest.er1
5368   ac_status=$?
5369   grep -v '^ *+' conftest.er1 >conftest.err
5370   rm -f conftest.er1
5371   cat conftest.err >&5
5372   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5373   (exit $ac_status); } && {
5374          test -z "$ac_c_werror_flag" ||
5375          test ! -s conftest.err
5376        } && test -s conftest$ac_exeext && {
5377          test "$cross_compiling" = yes ||
5378          $as_test_x conftest$ac_exeext
5379        }; then
5380   ac_cv_lib_i386_i386_set_ldt=yes
5381 else
5382   $as_echo "$as_me: failed program was:" >&5
5383 sed 's/^/| /' conftest.$ac_ext >&5
5384
5385         ac_cv_lib_i386_i386_set_ldt=no
5386 fi
5387
5388 rm -rf conftest.dSYM
5389 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5390       conftest$ac_exeext conftest.$ac_ext
5391 LIBS=$ac_check_lib_save_LIBS
5392 fi
5393 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5394 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5395 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
5396   cat >>confdefs.h <<_ACEOF
5397 #define HAVE_LIBI386 1
5398 _ACEOF
5399
5400   LIBS="-li386 $LIBS"
5401
5402 fi
5403
5404
5405 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5406 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5407 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5408   $as_echo_n "(cached) " >&6
5409 else
5410   ac_check_lib_save_LIBS=$LIBS
5411 LIBS="-lossaudio  $LIBS"
5412 cat >conftest.$ac_ext <<_ACEOF
5413 /* confdefs.h.  */
5414 _ACEOF
5415 cat confdefs.h >>conftest.$ac_ext
5416 cat >>conftest.$ac_ext <<_ACEOF
5417 /* end confdefs.h.  */
5418
5419 /* Override any GCC internal prototype to avoid an error.
5420    Use char because int might match the return type of a GCC
5421    builtin and then its argument prototype would still apply.  */
5422 #ifdef __cplusplus
5423 extern "C"
5424 #endif
5425 char _oss_ioctl ();
5426 int
5427 main ()
5428 {
5429 return _oss_ioctl ();
5430   ;
5431   return 0;
5432 }
5433 _ACEOF
5434 rm -f conftest.$ac_objext conftest$ac_exeext
5435 if { (ac_try="$ac_link"
5436 case "(($ac_try" in
5437   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5438   *) ac_try_echo=$ac_try;;
5439 esac
5440 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5441 $as_echo "$ac_try_echo") >&5
5442   (eval "$ac_link") 2>conftest.er1
5443   ac_status=$?
5444   grep -v '^ *+' conftest.er1 >conftest.err
5445   rm -f conftest.er1
5446   cat conftest.err >&5
5447   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5448   (exit $ac_status); } && {
5449          test -z "$ac_c_werror_flag" ||
5450          test ! -s conftest.err
5451        } && test -s conftest$ac_exeext && {
5452          test "$cross_compiling" = yes ||
5453          $as_test_x conftest$ac_exeext
5454        }; then
5455   ac_cv_lib_ossaudio__oss_ioctl=yes
5456 else
5457   $as_echo "$as_me: failed program was:" >&5
5458 sed 's/^/| /' conftest.$ac_ext >&5
5459
5460         ac_cv_lib_ossaudio__oss_ioctl=no
5461 fi
5462
5463 rm -rf conftest.dSYM
5464 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5465       conftest$ac_exeext conftest.$ac_ext
5466 LIBS=$ac_check_lib_save_LIBS
5467 fi
5468 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5469 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5470 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5471   cat >>confdefs.h <<_ACEOF
5472 #define HAVE_LIBOSSAUDIO 1
5473 _ACEOF
5474
5475   LIBS="-lossaudio $LIBS"
5476
5477 fi
5478
5479
5480 XLIB=""
5481
5482 OPENGL_LIBS=""
5483
5484
5485
5486 ac_ext=c
5487 ac_cpp='$CPP $CPPFLAGS'
5488 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5489 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5490 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5491 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5492 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5493 # On Suns, sometimes $CPP names a directory.
5494 if test -n "$CPP" && test -d "$CPP"; then
5495   CPP=
5496 fi
5497 if test -z "$CPP"; then
5498   if test "${ac_cv_prog_CPP+set}" = set; then
5499   $as_echo_n "(cached) " >&6
5500 else
5501       # Double quotes because CPP needs to be expanded
5502     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5503     do
5504       ac_preproc_ok=false
5505 for ac_c_preproc_warn_flag in '' yes
5506 do
5507   # Use a header file that comes with gcc, so configuring glibc
5508   # with a fresh cross-compiler works.
5509   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5510   # <limits.h> exists even on freestanding compilers.
5511   # On the NeXT, cc -E runs the code through the compiler's parser,
5512   # not just through cpp. "Syntax error" is here to catch this case.
5513   cat >conftest.$ac_ext <<_ACEOF
5514 /* confdefs.h.  */
5515 _ACEOF
5516 cat confdefs.h >>conftest.$ac_ext
5517 cat >>conftest.$ac_ext <<_ACEOF
5518 /* end confdefs.h.  */
5519 #ifdef __STDC__
5520 # include <limits.h>
5521 #else
5522 # include <assert.h>
5523 #endif
5524                      Syntax error
5525 _ACEOF
5526 if { (ac_try="$ac_cpp conftest.$ac_ext"
5527 case "(($ac_try" in
5528   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5529   *) ac_try_echo=$ac_try;;
5530 esac
5531 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5532 $as_echo "$ac_try_echo") >&5
5533   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5534   ac_status=$?
5535   grep -v '^ *+' conftest.er1 >conftest.err
5536   rm -f conftest.er1
5537   cat conftest.err >&5
5538   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5539   (exit $ac_status); } >/dev/null && {
5540          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5541          test ! -s conftest.err
5542        }; then
5543   :
5544 else
5545   $as_echo "$as_me: failed program was:" >&5
5546 sed 's/^/| /' conftest.$ac_ext >&5
5547
5548   # Broken: fails on valid input.
5549 continue
5550 fi
5551
5552 rm -f conftest.err conftest.$ac_ext
5553
5554   # OK, works on sane cases.  Now check whether nonexistent headers
5555   # can be detected and how.
5556   cat >conftest.$ac_ext <<_ACEOF
5557 /* confdefs.h.  */
5558 _ACEOF
5559 cat confdefs.h >>conftest.$ac_ext
5560 cat >>conftest.$ac_ext <<_ACEOF
5561 /* end confdefs.h.  */
5562 #include <ac_nonexistent.h>
5563 _ACEOF
5564 if { (ac_try="$ac_cpp conftest.$ac_ext"
5565 case "(($ac_try" in
5566   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5567   *) ac_try_echo=$ac_try;;
5568 esac
5569 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5570 $as_echo "$ac_try_echo") >&5
5571   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5572   ac_status=$?
5573   grep -v '^ *+' conftest.er1 >conftest.err
5574   rm -f conftest.er1
5575   cat conftest.err >&5
5576   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5577   (exit $ac_status); } >/dev/null && {
5578          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5579          test ! -s conftest.err
5580        }; then
5581   # Broken: success on invalid input.
5582 continue
5583 else
5584   $as_echo "$as_me: failed program was:" >&5
5585 sed 's/^/| /' conftest.$ac_ext >&5
5586
5587   # Passes both tests.
5588 ac_preproc_ok=:
5589 break
5590 fi
5591
5592 rm -f conftest.err conftest.$ac_ext
5593
5594 done
5595 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5596 rm -f conftest.err conftest.$ac_ext
5597 if $ac_preproc_ok; then
5598   break
5599 fi
5600
5601     done
5602     ac_cv_prog_CPP=$CPP
5603
5604 fi
5605   CPP=$ac_cv_prog_CPP
5606 else
5607   ac_cv_prog_CPP=$CPP
5608 fi
5609 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5610 $as_echo "$CPP" >&6; }
5611 ac_preproc_ok=false
5612 for ac_c_preproc_warn_flag in '' yes
5613 do
5614   # Use a header file that comes with gcc, so configuring glibc
5615   # with a fresh cross-compiler works.
5616   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5617   # <limits.h> exists even on freestanding compilers.
5618   # On the NeXT, cc -E runs the code through the compiler's parser,
5619   # not just through cpp. "Syntax error" is here to catch this case.
5620   cat >conftest.$ac_ext <<_ACEOF
5621 /* confdefs.h.  */
5622 _ACEOF
5623 cat confdefs.h >>conftest.$ac_ext
5624 cat >>conftest.$ac_ext <<_ACEOF
5625 /* end confdefs.h.  */
5626 #ifdef __STDC__
5627 # include <limits.h>
5628 #else
5629 # include <assert.h>
5630 #endif
5631                      Syntax error
5632 _ACEOF
5633 if { (ac_try="$ac_cpp conftest.$ac_ext"
5634 case "(($ac_try" in
5635   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5636   *) ac_try_echo=$ac_try;;
5637 esac
5638 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5639 $as_echo "$ac_try_echo") >&5
5640   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5641   ac_status=$?
5642   grep -v '^ *+' conftest.er1 >conftest.err
5643   rm -f conftest.er1
5644   cat conftest.err >&5
5645   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5646   (exit $ac_status); } >/dev/null && {
5647          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5648          test ! -s conftest.err
5649        }; then
5650   :
5651 else
5652   $as_echo "$as_me: failed program was:" >&5
5653 sed 's/^/| /' conftest.$ac_ext >&5
5654
5655   # Broken: fails on valid input.
5656 continue
5657 fi
5658
5659 rm -f conftest.err conftest.$ac_ext
5660
5661   # OK, works on sane cases.  Now check whether nonexistent headers
5662   # can be detected and how.
5663   cat >conftest.$ac_ext <<_ACEOF
5664 /* confdefs.h.  */
5665 _ACEOF
5666 cat confdefs.h >>conftest.$ac_ext
5667 cat >>conftest.$ac_ext <<_ACEOF
5668 /* end confdefs.h.  */
5669 #include <ac_nonexistent.h>
5670 _ACEOF
5671 if { (ac_try="$ac_cpp conftest.$ac_ext"
5672 case "(($ac_try" in
5673   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5674   *) ac_try_echo=$ac_try;;
5675 esac
5676 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5677 $as_echo "$ac_try_echo") >&5
5678   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5679   ac_status=$?
5680   grep -v '^ *+' conftest.er1 >conftest.err
5681   rm -f conftest.er1
5682   cat conftest.err >&5
5683   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5684   (exit $ac_status); } >/dev/null && {
5685          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5686          test ! -s conftest.err
5687        }; then
5688   # Broken: success on invalid input.
5689 continue
5690 else
5691   $as_echo "$as_me: failed program was:" >&5
5692 sed 's/^/| /' conftest.$ac_ext >&5
5693
5694   # Passes both tests.
5695 ac_preproc_ok=:
5696 break
5697 fi
5698
5699 rm -f conftest.err conftest.$ac_ext
5700
5701 done
5702 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5703 rm -f conftest.err conftest.$ac_ext
5704 if $ac_preproc_ok; then
5705   :
5706 else
5707   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5708 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5709 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5710 See \`config.log' for more details." >&5
5711 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5712 See \`config.log' for more details." >&2;}
5713    { (exit 1); exit 1; }; }; }
5714 fi
5715
5716 ac_ext=c
5717 ac_cpp='$CPP $CPPFLAGS'
5718 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5719 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5720 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5721
5722
5723 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5724 $as_echo_n "checking for ANSI C header files... " >&6; }
5725 if test "${ac_cv_header_stdc+set}" = set; then
5726   $as_echo_n "(cached) " >&6
5727 else
5728   cat >conftest.$ac_ext <<_ACEOF
5729 /* confdefs.h.  */
5730 _ACEOF
5731 cat confdefs.h >>conftest.$ac_ext
5732 cat >>conftest.$ac_ext <<_ACEOF
5733 /* end confdefs.h.  */
5734 #include <stdlib.h>
5735 #include <stdarg.h>
5736 #include <string.h>
5737 #include <float.h>
5738
5739 int
5740 main ()
5741 {
5742
5743   ;
5744   return 0;
5745 }
5746 _ACEOF
5747 rm -f conftest.$ac_objext
5748 if { (ac_try="$ac_compile"
5749 case "(($ac_try" in
5750   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5751   *) ac_try_echo=$ac_try;;
5752 esac
5753 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5754 $as_echo "$ac_try_echo") >&5
5755   (eval "$ac_compile") 2>conftest.er1
5756   ac_status=$?
5757   grep -v '^ *+' conftest.er1 >conftest.err
5758   rm -f conftest.er1
5759   cat conftest.err >&5
5760   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5761   (exit $ac_status); } && {
5762          test -z "$ac_c_werror_flag" ||
5763          test ! -s conftest.err
5764        } && test -s conftest.$ac_objext; then
5765   ac_cv_header_stdc=yes
5766 else
5767   $as_echo "$as_me: failed program was:" >&5
5768 sed 's/^/| /' conftest.$ac_ext >&5
5769
5770         ac_cv_header_stdc=no
5771 fi
5772
5773 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5774
5775 if test $ac_cv_header_stdc = yes; then
5776   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5777   cat >conftest.$ac_ext <<_ACEOF
5778 /* confdefs.h.  */
5779 _ACEOF
5780 cat confdefs.h >>conftest.$ac_ext
5781 cat >>conftest.$ac_ext <<_ACEOF
5782 /* end confdefs.h.  */
5783 #include <string.h>
5784
5785 _ACEOF
5786 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5787   $EGREP "memchr" >/dev/null 2>&1; then
5788   :
5789 else
5790   ac_cv_header_stdc=no
5791 fi
5792 rm -f conftest*
5793
5794 fi
5795
5796 if test $ac_cv_header_stdc = yes; then
5797   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5798   cat >conftest.$ac_ext <<_ACEOF
5799 /* confdefs.h.  */
5800 _ACEOF
5801 cat confdefs.h >>conftest.$ac_ext
5802 cat >>conftest.$ac_ext <<_ACEOF
5803 /* end confdefs.h.  */
5804 #include <stdlib.h>
5805
5806 _ACEOF
5807 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5808   $EGREP "free" >/dev/null 2>&1; then
5809   :
5810 else
5811   ac_cv_header_stdc=no
5812 fi
5813 rm -f conftest*
5814
5815 fi
5816
5817 if test $ac_cv_header_stdc = yes; then
5818   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5819   if test "$cross_compiling" = yes; then
5820   :
5821 else
5822   cat >conftest.$ac_ext <<_ACEOF
5823 /* confdefs.h.  */
5824 _ACEOF
5825 cat confdefs.h >>conftest.$ac_ext
5826 cat >>conftest.$ac_ext <<_ACEOF
5827 /* end confdefs.h.  */
5828 #include <ctype.h>
5829 #include <stdlib.h>
5830 #if ((' ' & 0x0FF) == 0x020)
5831 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5832 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5833 #else
5834 # define ISLOWER(c) \
5835                    (('a' <= (c) && (c) <= 'i') \
5836                      || ('j' <= (c) && (c) <= 'r') \
5837                      || ('s' <= (c) && (c) <= 'z'))
5838 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5839 #endif
5840
5841 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5842 int
5843 main ()
5844 {
5845   int i;
5846   for (i = 0; i < 256; i++)
5847     if (XOR (islower (i), ISLOWER (i))
5848         || toupper (i) != TOUPPER (i))
5849       return 2;
5850   return 0;
5851 }
5852 _ACEOF
5853 rm -f conftest$ac_exeext
5854 if { (ac_try="$ac_link"
5855 case "(($ac_try" in
5856   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5857   *) ac_try_echo=$ac_try;;
5858 esac
5859 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5860 $as_echo "$ac_try_echo") >&5
5861   (eval "$ac_link") 2>&5
5862   ac_status=$?
5863   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5864   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5865   { (case "(($ac_try" in
5866   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5867   *) ac_try_echo=$ac_try;;
5868 esac
5869 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5870 $as_echo "$ac_try_echo") >&5
5871   (eval "$ac_try") 2>&5
5872   ac_status=$?
5873   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5874   (exit $ac_status); }; }; then
5875   :
5876 else
5877   $as_echo "$as_me: program exited with status $ac_status" >&5
5878 $as_echo "$as_me: failed program was:" >&5
5879 sed 's/^/| /' conftest.$ac_ext >&5
5880
5881 ( exit $ac_status )
5882 ac_cv_header_stdc=no
5883 fi
5884 rm -rf conftest.dSYM
5885 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5886 fi
5887
5888
5889 fi
5890 fi
5891 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5892 $as_echo "$ac_cv_header_stdc" >&6; }
5893 if test $ac_cv_header_stdc = yes; then
5894
5895 cat >>confdefs.h <<\_ACEOF
5896 #define STDC_HEADERS 1
5897 _ACEOF
5898
5899 fi
5900
5901 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5902
5903
5904
5905
5906
5907
5908
5909
5910
5911 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5912                   inttypes.h stdint.h unistd.h
5913 do
5914 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5915 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5916 $as_echo_n "checking for $ac_header... " >&6; }
5917 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5918   $as_echo_n "(cached) " >&6
5919 else
5920   cat >conftest.$ac_ext <<_ACEOF
5921 /* confdefs.h.  */
5922 _ACEOF
5923 cat confdefs.h >>conftest.$ac_ext
5924 cat >>conftest.$ac_ext <<_ACEOF
5925 /* end confdefs.h.  */
5926 $ac_includes_default
5927
5928 #include <$ac_header>
5929 _ACEOF
5930 rm -f conftest.$ac_objext
5931 if { (ac_try="$ac_compile"
5932 case "(($ac_try" in
5933   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5934   *) ac_try_echo=$ac_try;;
5935 esac
5936 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5937 $as_echo "$ac_try_echo") >&5
5938   (eval "$ac_compile") 2>conftest.er1
5939   ac_status=$?
5940   grep -v '^ *+' conftest.er1 >conftest.err
5941   rm -f conftest.er1
5942   cat conftest.err >&5
5943   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5944   (exit $ac_status); } && {
5945          test -z "$ac_c_werror_flag" ||
5946          test ! -s conftest.err
5947        } && test -s conftest.$ac_objext; then
5948   eval "$as_ac_Header=yes"
5949 else
5950   $as_echo "$as_me: failed program was:" >&5
5951 sed 's/^/| /' conftest.$ac_ext >&5
5952
5953         eval "$as_ac_Header=no"
5954 fi
5955
5956 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5957 fi
5958 ac_res=`eval 'as_val=${'$as_ac_Header'}
5959                  $as_echo "$as_val"'`
5960                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5961 $as_echo "$ac_res" >&6; }
5962 as_val=`eval 'as_val=${'$as_ac_Header'}
5963                  $as_echo "$as_val"'`
5964    if test "x$as_val" = x""yes; then
5965   cat >>confdefs.h <<_ACEOF
5966 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5967 _ACEOF
5968
5969 fi
5970
5971 done
5972
5973
5974
5975
5976
5977
5978
5979
5980
5981
5982
5983
5984
5985
5986
5987
5988
5989
5990
5991
5992
5993
5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
6040
6041
6042
6043
6044
6045
6046
6047
6048
6049
6050
6051
6052
6053
6054
6055
6056
6057
6058
6059
6060
6061
6062
6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
6073
6074
6075
6076
6077
6078
6079
6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090
6091
6092
6093
6094
6095
6096
6097 for ac_header in \
6098         AudioUnit/AudioUnit.h \
6099         Carbon/Carbon.h \
6100         CoreAudio/CoreAudio.h \
6101         DiskArbitration/DiskArbitration.h \
6102         IOKit/IOKitLib.h \
6103         IOKit/hid/IOHIDLib.h \
6104         alias.h \
6105         alsa/asoundlib.h \
6106         arpa/inet.h \
6107         arpa/nameser.h \
6108         asm/types.h \
6109         capi20.h \
6110         curses.h \
6111         direct.h \
6112         dirent.h \
6113         dlfcn.h \
6114         elf.h \
6115         float.h \
6116         fontconfig/fontconfig.h \
6117         getopt.h \
6118         grp.h \
6119         ieeefp.h \
6120         inet/mib2.h \
6121         io.h \
6122         jack/jack.h \
6123         jpeglib.h \
6124         kstat.h \
6125         lber.h \
6126         lcms.h \
6127         lcms/lcms.h \
6128         ldap.h \
6129         libaudioio.h \
6130         link.h \
6131         linux/cdrom.h \
6132         linux/compiler.h \
6133         linux/hdreg.h \
6134         linux/input.h \
6135         linux/ioctl.h \
6136         linux/joystick.h \
6137         linux/major.h \
6138         linux/param.h \
6139         linux/serial.h \
6140         linux/types.h \
6141         linux/ucdrom.h \
6142         mach-o/dyld_images.h \
6143         mach-o/nlist.h \
6144         mach/mach.h \
6145         mach/machine.h \
6146         machine/cpu.h \
6147         machine/limits.h \
6148         machine/soundcard.h \
6149         mntent.h \
6150         ncurses.h \
6151         netdb.h \
6152         netinet/in.h \
6153         netinet/in_systm.h \
6154         netinet/tcp.h \
6155         netinet/tcp_fsm.h \
6156         openssl/err.h \
6157         openssl/ssl.h \
6158         png.h \
6159         poll.h \
6160         process.h \
6161         pthread.h \
6162         pwd.h \
6163         regex.h \
6164         sched.h \
6165         scsi/scsi.h \
6166         scsi/scsi_ioctl.h \
6167         scsi/sg.h \
6168         soundcard.h \
6169         stdint.h \
6170         strings.h \
6171         stropts.h \
6172         sys/asoundlib.h \
6173         sys/cdio.h \
6174         sys/elf32.h \
6175         sys/epoll.h \
6176         sys/errno.h \
6177         sys/event.h \
6178         sys/exec_elf.h \
6179         sys/filio.h \
6180         sys/ioctl.h \
6181         sys/ipc.h \
6182         sys/limits.h \
6183         sys/link.h \
6184         sys/lwp.h \
6185         sys/mman.h \
6186         sys/modem.h \
6187         sys/msg.h \
6188         sys/mtio.h \
6189         sys/param.h \
6190         sys/poll.h \
6191         sys/prctl.h \
6192         sys/protosw.h \
6193         sys/ptrace.h \
6194         sys/reg.h \
6195         sys/resource.h \
6196         sys/scsiio.h \
6197         sys/shm.h \
6198         sys/signal.h \
6199         sys/socket.h \
6200         sys/socketvar.h \
6201         sys/sockio.h \
6202         sys/soundcard.h \
6203         sys/statvfs.h \
6204         sys/strtio.h \
6205         sys/syscall.h \
6206         sys/tihdr.h \
6207         sys/time.h \
6208         sys/timeout.h \
6209         sys/times.h \
6210         sys/uio.h \
6211         sys/un.h \
6212         sys/utsname.h \
6213         sys/vm86.h \
6214         sys/wait.h \
6215         syscall.h \
6216         termios.h \
6217         unistd.h \
6218         utime.h \
6219         valgrind/memcheck.h \
6220         valgrind/valgrind.h
6221
6222 do
6223 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6224 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6225   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6226 $as_echo_n "checking for $ac_header... " >&6; }
6227 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6228   $as_echo_n "(cached) " >&6
6229 fi
6230 ac_res=`eval 'as_val=${'$as_ac_Header'}
6231                  $as_echo "$as_val"'`
6232                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6233 $as_echo "$ac_res" >&6; }
6234 else
6235   # Is the header compilable?
6236 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
6237 $as_echo_n "checking $ac_header usability... " >&6; }
6238 cat >conftest.$ac_ext <<_ACEOF
6239 /* confdefs.h.  */
6240 _ACEOF
6241 cat confdefs.h >>conftest.$ac_ext
6242 cat >>conftest.$ac_ext <<_ACEOF
6243 /* end confdefs.h.  */
6244 $ac_includes_default
6245 #include <$ac_header>
6246 _ACEOF
6247 rm -f conftest.$ac_objext
6248 if { (ac_try="$ac_compile"
6249 case "(($ac_try" in
6250   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6251   *) ac_try_echo=$ac_try;;
6252 esac
6253 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6254 $as_echo "$ac_try_echo") >&5
6255   (eval "$ac_compile") 2>conftest.er1
6256   ac_status=$?
6257   grep -v '^ *+' conftest.er1 >conftest.err
6258   rm -f conftest.er1
6259   cat conftest.err >&5
6260   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6261   (exit $ac_status); } && {
6262          test -z "$ac_c_werror_flag" ||
6263          test ! -s conftest.err
6264        } && test -s conftest.$ac_objext; then
6265   ac_header_compiler=yes
6266 else
6267   $as_echo "$as_me: failed program was:" >&5
6268 sed 's/^/| /' conftest.$ac_ext >&5
6269
6270         ac_header_compiler=no
6271 fi
6272
6273 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6274 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6275 $as_echo "$ac_header_compiler" >&6; }
6276
6277 # Is the header present?
6278 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
6279 $as_echo_n "checking $ac_header presence... " >&6; }
6280 cat >conftest.$ac_ext <<_ACEOF
6281 /* confdefs.h.  */
6282 _ACEOF
6283 cat confdefs.h >>conftest.$ac_ext
6284 cat >>conftest.$ac_ext <<_ACEOF
6285 /* end confdefs.h.  */
6286 #include <$ac_header>
6287 _ACEOF
6288 if { (ac_try="$ac_cpp conftest.$ac_ext"
6289 case "(($ac_try" in
6290   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6291   *) ac_try_echo=$ac_try;;
6292 esac
6293 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6294 $as_echo "$ac_try_echo") >&5
6295   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6296   ac_status=$?
6297   grep -v '^ *+' conftest.er1 >conftest.err
6298   rm -f conftest.er1
6299   cat conftest.err >&5
6300   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6301   (exit $ac_status); } >/dev/null && {
6302          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6303          test ! -s conftest.err
6304        }; then
6305   ac_header_preproc=yes
6306 else
6307   $as_echo "$as_me: failed program was:" >&5
6308 sed 's/^/| /' conftest.$ac_ext >&5
6309
6310   ac_header_preproc=no
6311 fi
6312
6313 rm -f conftest.err conftest.$ac_ext
6314 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6315 $as_echo "$ac_header_preproc" >&6; }
6316
6317 # So?  What about this header?
6318 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6319   yes:no: )
6320     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6321 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6322     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6323 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6324     ac_header_preproc=yes
6325     ;;
6326   no:yes:* )
6327     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6328 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6329     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
6330 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
6331     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6332 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6333     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
6334 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
6335     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6336 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6337     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6338 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6339     ( cat <<\_ASBOX
6340 ## ------------------------------------ ##
6341 ## Report this to wine-devel@winehq.org ##
6342 ## ------------------------------------ ##
6343 _ASBOX
6344      ) | sed "s/^/$as_me: WARNING:     /" >&2
6345     ;;
6346 esac
6347 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6348 $as_echo_n "checking for $ac_header... " >&6; }
6349 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6350   $as_echo_n "(cached) " >&6
6351 else
6352   eval "$as_ac_Header=\$ac_header_preproc"
6353 fi
6354 ac_res=`eval 'as_val=${'$as_ac_Header'}
6355                  $as_echo "$as_val"'`
6356                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6357 $as_echo "$ac_res" >&6; }
6358
6359 fi
6360 as_val=`eval 'as_val=${'$as_ac_Header'}
6361                  $as_echo "$as_val"'`
6362    if test "x$as_val" = x""yes; then
6363   cat >>confdefs.h <<_ACEOF
6364 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6365 _ACEOF
6366
6367 fi
6368
6369 done
6370
6371 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6372 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6373 if test "${ac_cv_header_stat_broken+set}" = set; then
6374   $as_echo_n "(cached) " >&6
6375 else
6376   cat >conftest.$ac_ext <<_ACEOF
6377 /* confdefs.h.  */
6378 _ACEOF
6379 cat confdefs.h >>conftest.$ac_ext
6380 cat >>conftest.$ac_ext <<_ACEOF
6381 /* end confdefs.h.  */
6382 #include <sys/types.h>
6383 #include <sys/stat.h>
6384
6385 #if defined S_ISBLK && defined S_IFDIR
6386 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6387 #endif
6388
6389 #if defined S_ISBLK && defined S_IFCHR
6390 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6391 #endif
6392
6393 #if defined S_ISLNK && defined S_IFREG
6394 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6395 #endif
6396
6397 #if defined S_ISSOCK && defined S_IFREG
6398 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6399 #endif
6400
6401 _ACEOF
6402 rm -f conftest.$ac_objext
6403 if { (ac_try="$ac_compile"
6404 case "(($ac_try" in
6405   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6406   *) ac_try_echo=$ac_try;;
6407 esac
6408 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6409 $as_echo "$ac_try_echo") >&5
6410   (eval "$ac_compile") 2>conftest.er1
6411   ac_status=$?
6412   grep -v '^ *+' conftest.er1 >conftest.err
6413   rm -f conftest.er1
6414   cat conftest.err >&5
6415   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6416   (exit $ac_status); } && {
6417          test -z "$ac_c_werror_flag" ||
6418          test ! -s conftest.err
6419        } && test -s conftest.$ac_objext; then
6420   ac_cv_header_stat_broken=no
6421 else
6422   $as_echo "$as_me: failed program was:" >&5
6423 sed 's/^/| /' conftest.$ac_ext >&5
6424
6425         ac_cv_header_stat_broken=yes
6426 fi
6427
6428 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6429 fi
6430 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6431 $as_echo "$ac_cv_header_stat_broken" >&6; }
6432 if test $ac_cv_header_stat_broken = yes; then
6433
6434 cat >>confdefs.h <<\_ACEOF
6435 #define STAT_MACROS_BROKEN 1
6436 _ACEOF
6437
6438 fi
6439
6440
6441
6442
6443
6444
6445
6446
6447 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6448 do
6449 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6450 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6451 $as_echo_n "checking for $ac_header... " >&6; }
6452 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6453   $as_echo_n "(cached) " >&6
6454 else
6455   cat >conftest.$ac_ext <<_ACEOF
6456 /* confdefs.h.  */
6457 _ACEOF
6458 cat confdefs.h >>conftest.$ac_ext
6459 cat >>conftest.$ac_ext <<_ACEOF
6460 /* end confdefs.h.  */
6461 #include <sys/types.h>
6462      #ifdef HAVE_SYS_PARAM_H
6463      # include <sys/param.h>
6464      #endif
6465
6466 #include <$ac_header>
6467 _ACEOF
6468 rm -f conftest.$ac_objext
6469 if { (ac_try="$ac_compile"
6470 case "(($ac_try" in
6471   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6472   *) ac_try_echo=$ac_try;;
6473 esac
6474 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6475 $as_echo "$ac_try_echo") >&5
6476   (eval "$ac_compile") 2>conftest.er1
6477   ac_status=$?
6478   grep -v '^ *+' conftest.er1 >conftest.err
6479   rm -f conftest.er1
6480   cat conftest.err >&5
6481   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6482   (exit $ac_status); } && {
6483          test -z "$ac_c_werror_flag" ||
6484          test ! -s conftest.err
6485        } && test -s conftest.$ac_objext; then
6486   eval "$as_ac_Header=yes"
6487 else
6488   $as_echo "$as_me: failed program was:" >&5
6489 sed 's/^/| /' conftest.$ac_ext >&5
6490
6491         eval "$as_ac_Header=no"
6492 fi
6493
6494 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6495 fi
6496 ac_res=`eval 'as_val=${'$as_ac_Header'}
6497                  $as_echo "$as_val"'`
6498                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6499 $as_echo "$ac_res" >&6; }
6500 as_val=`eval 'as_val=${'$as_ac_Header'}
6501                  $as_echo "$as_val"'`
6502    if test "x$as_val" = x""yes; then
6503   cat >>confdefs.h <<_ACEOF
6504 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6505 _ACEOF
6506
6507 fi
6508
6509 done
6510
6511
6512
6513
6514
6515
6516
6517
6518
6519
6520
6521
6522
6523
6524
6525 for ac_header in \
6526         netinet/ip.h \
6527         net/if.h \
6528         net/if_arp.h \
6529         net/if_dl.h \
6530         net/if_types.h \
6531         net/route.h \
6532         netinet/if_ether.h \
6533         netinet/if_inarp.h \
6534         netinet/in_pcb.h \
6535         netinet/ip_icmp.h \
6536         netinet/ip_var.h \
6537         netinet/udp.h \
6538         netipx/ipx.h \
6539
6540 do
6541 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6542 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6543 $as_echo_n "checking for $ac_header... " >&6; }
6544 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6545   $as_echo_n "(cached) " >&6
6546 else
6547   cat >conftest.$ac_ext <<_ACEOF
6548 /* confdefs.h.  */
6549 _ACEOF
6550 cat confdefs.h >>conftest.$ac_ext
6551 cat >>conftest.$ac_ext <<_ACEOF
6552 /* end confdefs.h.  */
6553 #include <sys/types.h>
6554      #ifdef HAVE_SYS_SOCKET_H
6555      # include <sys/socket.h>
6556      #endif
6557      #ifdef HAVE_SYS_SOCKETVAR_H
6558      # include <sys/socketvar.h>
6559      #endif
6560      #ifdef HAVE_NET_ROUTE_H
6561      # include <net/route.h>
6562      #endif
6563      #ifdef HAVE_NETINET_IN_H
6564      # include <netinet/in.h>
6565      #endif
6566      #ifdef HAVE_NETINET_IN_SYSTM_H
6567      # include <netinet/in_systm.h>
6568      #endif
6569      #ifdef HAVE_NET_IF_H
6570      # include <net/if.h>
6571      #endif
6572      #ifdef HAVE_NETINET_IP_H
6573      # include <netinet/ip.h>
6574      #endif
6575
6576 #include <$ac_header>
6577 _ACEOF
6578 rm -f conftest.$ac_objext
6579 if { (ac_try="$ac_compile"
6580 case "(($ac_try" in
6581   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6582   *) ac_try_echo=$ac_try;;
6583 esac
6584 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6585 $as_echo "$ac_try_echo") >&5
6586   (eval "$ac_compile") 2>conftest.er1
6587   ac_status=$?
6588   grep -v '^ *+' conftest.er1 >conftest.err
6589   rm -f conftest.er1
6590   cat conftest.err >&5
6591   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6592   (exit $ac_status); } && {
6593          test -z "$ac_c_werror_flag" ||
6594          test ! -s conftest.err
6595        } && test -s conftest.$ac_objext; then
6596   eval "$as_ac_Header=yes"
6597 else
6598   $as_echo "$as_me: failed program was:" >&5
6599 sed 's/^/| /' conftest.$ac_ext >&5
6600
6601         eval "$as_ac_Header=no"
6602 fi
6603
6604 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6605 fi
6606 ac_res=`eval 'as_val=${'$as_ac_Header'}
6607                  $as_echo "$as_val"'`
6608                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6609 $as_echo "$ac_res" >&6; }
6610 as_val=`eval 'as_val=${'$as_ac_Header'}
6611                  $as_echo "$as_val"'`
6612    if test "x$as_val" = x""yes; then
6613   cat >>confdefs.h <<_ACEOF
6614 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6615 _ACEOF
6616
6617 fi
6618
6619 done
6620
6621
6622
6623
6624
6625
6626 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6627 do
6628 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6629 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6630 $as_echo_n "checking for $ac_header... " >&6; }
6631 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6632   $as_echo_n "(cached) " >&6
6633 else
6634   cat >conftest.$ac_ext <<_ACEOF
6635 /* confdefs.h.  */
6636 _ACEOF
6637 cat confdefs.h >>conftest.$ac_ext
6638 cat >>conftest.$ac_ext <<_ACEOF
6639 /* end confdefs.h.  */
6640 #include <sys/types.h>
6641      #ifdef HAVE_ALIAS_H
6642      # include <alias.h>
6643      #endif
6644      #ifdef HAVE_SYS_SOCKET_H
6645      # include <sys/socket.h>
6646      #endif
6647      #ifdef HAVE_SYS_SOCKETVAR_H
6648      # include <sys/socketvar.h>
6649      #endif
6650      #ifdef HAVE_SYS_TIMEOUT_H
6651      # include <sys/timeout.h>
6652      #endif
6653      #ifdef HAVE_NETINET_IN_H
6654      # include <netinet/in.h>
6655      #endif
6656      #ifdef HAVE_NETINET_IN_SYSTM_H
6657      # include <netinet/in_systm.h>
6658      #endif
6659      #ifdef HAVE_NETINET_IP_H
6660      # include <netinet/ip.h>
6661      #endif
6662      #ifdef HAVE_NETINET_IP_VAR_H
6663      # include <netinet/ip_var.h>
6664      #endif
6665      #ifdef HAVE_NETINET_IP_ICMP_H
6666      # include <netinet/ip_icmp.h>
6667      #endif
6668      #ifdef HAVE_NETINET_UDP_H
6669      # include <netinet/udp.h>
6670      #endif
6671      #ifdef HAVE_NETINET_TCP_H
6672      # include <netinet/tcp.h>
6673      #endif
6674      #ifdef HAVE_NETINET_TCP_TIMER_H
6675      #include <netinet/tcp_timer.h>
6676      #endif
6677
6678 #include <$ac_header>
6679 _ACEOF
6680 rm -f conftest.$ac_objext
6681 if { (ac_try="$ac_compile"
6682 case "(($ac_try" in
6683   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6684   *) ac_try_echo=$ac_try;;
6685 esac
6686 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6687 $as_echo "$ac_try_echo") >&5
6688   (eval "$ac_compile") 2>conftest.er1
6689   ac_status=$?
6690   grep -v '^ *+' conftest.er1 >conftest.err
6691   rm -f conftest.er1
6692   cat conftest.err >&5
6693   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6694   (exit $ac_status); } && {
6695          test -z "$ac_c_werror_flag" ||
6696          test ! -s conftest.err
6697        } && test -s conftest.$ac_objext; then
6698   eval "$as_ac_Header=yes"
6699 else
6700   $as_echo "$as_me: failed program was:" >&5
6701 sed 's/^/| /' conftest.$ac_ext >&5
6702
6703         eval "$as_ac_Header=no"
6704 fi
6705
6706 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6707 fi
6708 ac_res=`eval 'as_val=${'$as_ac_Header'}
6709                  $as_echo "$as_val"'`
6710                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6711 $as_echo "$ac_res" >&6; }
6712 as_val=`eval 'as_val=${'$as_ac_Header'}
6713                  $as_echo "$as_val"'`
6714    if test "x$as_val" = x""yes; then
6715   cat >>confdefs.h <<_ACEOF
6716 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6717 _ACEOF
6718
6719 fi
6720
6721 done
6722
6723
6724
6725 for ac_header in linux/ipx.h
6726 do
6727 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6728 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6729 $as_echo_n "checking for $ac_header... " >&6; }
6730 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6731   $as_echo_n "(cached) " >&6
6732 else
6733   cat >conftest.$ac_ext <<_ACEOF
6734 /* confdefs.h.  */
6735 _ACEOF
6736 cat confdefs.h >>conftest.$ac_ext
6737 cat >>conftest.$ac_ext <<_ACEOF
6738 /* end confdefs.h.  */
6739 #include <sys/types.h>
6740      #ifdef HAVE_ASM_TYPES_H
6741      # include <asm/types.h>
6742      #endif
6743      #ifdef HAVE_SYS_SOCKET_H
6744      # include <sys/socket.h>
6745      #endif
6746      #ifdef HAVE_LINUX_TYPES_H
6747      # include <linux/types.h>
6748      #endif
6749
6750 #include <$ac_header>
6751 _ACEOF
6752 rm -f conftest.$ac_objext
6753 if { (ac_try="$ac_compile"
6754 case "(($ac_try" in
6755   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6756   *) ac_try_echo=$ac_try;;
6757 esac
6758 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6759 $as_echo "$ac_try_echo") >&5
6760   (eval "$ac_compile") 2>conftest.er1
6761   ac_status=$?
6762   grep -v '^ *+' conftest.er1 >conftest.err
6763   rm -f conftest.er1
6764   cat conftest.err >&5
6765   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6766   (exit $ac_status); } && {
6767          test -z "$ac_c_werror_flag" ||
6768          test ! -s conftest.err
6769        } && test -s conftest.$ac_objext; then
6770   eval "$as_ac_Header=yes"
6771 else
6772   $as_echo "$as_me: failed program was:" >&5
6773 sed 's/^/| /' conftest.$ac_ext >&5
6774
6775         eval "$as_ac_Header=no"
6776 fi
6777
6778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6779 fi
6780 ac_res=`eval 'as_val=${'$as_ac_Header'}
6781                  $as_echo "$as_val"'`
6782                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6783 $as_echo "$ac_res" >&6; }
6784 as_val=`eval 'as_val=${'$as_ac_Header'}
6785                  $as_echo "$as_val"'`
6786    if test "x$as_val" = x""yes; then
6787   cat >>confdefs.h <<_ACEOF
6788 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6789 _ACEOF
6790
6791 fi
6792
6793 done
6794
6795
6796
6797 for ac_header in resolv.h
6798 do
6799 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6800 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6801 $as_echo_n "checking for $ac_header... " >&6; }
6802 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6803   $as_echo_n "(cached) " >&6
6804 else
6805   cat >conftest.$ac_ext <<_ACEOF
6806 /* confdefs.h.  */
6807 _ACEOF
6808 cat confdefs.h >>conftest.$ac_ext
6809 cat >>conftest.$ac_ext <<_ACEOF
6810 /* end confdefs.h.  */
6811 #include <sys/types.h>
6812      #ifdef HAVE_SYS_SOCKET_H
6813      # include <sys/socket.h>
6814      #endif
6815      #ifdef HAVE_NETINET_IN_H
6816      # include <netinet/in.h>
6817      #endif
6818      #ifdef HAVE_ARPA_NAMESER_H
6819      # include <arpa/nameser.h>
6820      #endif
6821
6822 #include <$ac_header>
6823 _ACEOF
6824 rm -f conftest.$ac_objext
6825 if { (ac_try="$ac_compile"
6826 case "(($ac_try" in
6827   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6828   *) ac_try_echo=$ac_try;;
6829 esac
6830 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6831 $as_echo "$ac_try_echo") >&5
6832   (eval "$ac_compile") 2>conftest.er1
6833   ac_status=$?
6834   grep -v '^ *+' conftest.er1 >conftest.err
6835   rm -f conftest.er1
6836   cat conftest.err >&5
6837   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6838   (exit $ac_status); } && {
6839          test -z "$ac_c_werror_flag" ||
6840          test ! -s conftest.err
6841        } && test -s conftest.$ac_objext; then
6842   eval "$as_ac_Header=yes"
6843 else
6844   $as_echo "$as_me: failed program was:" >&5
6845 sed 's/^/| /' conftest.$ac_ext >&5
6846
6847         eval "$as_ac_Header=no"
6848 fi
6849
6850 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6851 fi
6852 ac_res=`eval 'as_val=${'$as_ac_Header'}
6853                  $as_echo "$as_val"'`
6854                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6855 $as_echo "$ac_res" >&6; }
6856 as_val=`eval 'as_val=${'$as_ac_Header'}
6857                  $as_echo "$as_val"'`
6858    if test "x$as_val" = x""yes; then
6859   cat >>confdefs.h <<_ACEOF
6860 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6861 _ACEOF
6862
6863 fi
6864
6865 done
6866
6867
6868
6869 for ac_header in ucontext.h
6870 do
6871 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6872 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6873 $as_echo_n "checking for $ac_header... " >&6; }
6874 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6875   $as_echo_n "(cached) " >&6
6876 else
6877   cat >conftest.$ac_ext <<_ACEOF
6878 /* confdefs.h.  */
6879 _ACEOF
6880 cat confdefs.h >>conftest.$ac_ext
6881 cat >>conftest.$ac_ext <<_ACEOF
6882 /* end confdefs.h.  */
6883 #include <signal.h>
6884
6885 #include <$ac_header>
6886 _ACEOF
6887 rm -f conftest.$ac_objext
6888 if { (ac_try="$ac_compile"
6889 case "(($ac_try" in
6890   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6891   *) ac_try_echo=$ac_try;;
6892 esac
6893 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6894 $as_echo "$ac_try_echo") >&5
6895   (eval "$ac_compile") 2>conftest.er1
6896   ac_status=$?
6897   grep -v '^ *+' conftest.er1 >conftest.err
6898   rm -f conftest.er1
6899   cat conftest.err >&5
6900   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6901   (exit $ac_status); } && {
6902          test -z "$ac_c_werror_flag" ||
6903          test ! -s conftest.err
6904        } && test -s conftest.$ac_objext; then
6905   eval "$as_ac_Header=yes"
6906 else
6907   $as_echo "$as_me: failed program was:" >&5
6908 sed 's/^/| /' conftest.$ac_ext >&5
6909
6910         eval "$as_ac_Header=no"
6911 fi
6912
6913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6914 fi
6915 ac_res=`eval 'as_val=${'$as_ac_Header'}
6916                  $as_echo "$as_val"'`
6917                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6918 $as_echo "$ac_res" >&6; }
6919 as_val=`eval 'as_val=${'$as_ac_Header'}
6920                  $as_echo "$as_val"'`
6921    if test "x$as_val" = x""yes; then
6922   cat >>confdefs.h <<_ACEOF
6923 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6924 _ACEOF
6925
6926 fi
6927
6928 done
6929
6930
6931
6932 for ac_header in sys/thr.h
6933 do
6934 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6935 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6936 $as_echo_n "checking for $ac_header... " >&6; }
6937 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6938   $as_echo_n "(cached) " >&6
6939 else
6940   cat >conftest.$ac_ext <<_ACEOF
6941 /* confdefs.h.  */
6942 _ACEOF
6943 cat confdefs.h >>conftest.$ac_ext
6944 cat >>conftest.$ac_ext <<_ACEOF
6945 /* end confdefs.h.  */
6946 #include <sys/types.h>
6947 #ifdef HAVE_UCONTEXT_H
6948 #include <ucontext.h>
6949 #endif
6950
6951 #include <$ac_header>
6952 _ACEOF
6953 rm -f conftest.$ac_objext
6954 if { (ac_try="$ac_compile"
6955 case "(($ac_try" in
6956   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6957   *) ac_try_echo=$ac_try;;
6958 esac
6959 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6960 $as_echo "$ac_try_echo") >&5
6961   (eval "$ac_compile") 2>conftest.er1
6962   ac_status=$?
6963   grep -v '^ *+' conftest.er1 >conftest.err
6964   rm -f conftest.er1
6965   cat conftest.err >&5
6966   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6967   (exit $ac_status); } && {
6968          test -z "$ac_c_werror_flag" ||
6969          test ! -s conftest.err
6970        } && test -s conftest.$ac_objext; then
6971   eval "$as_ac_Header=yes"
6972 else
6973   $as_echo "$as_me: failed program was:" >&5
6974 sed 's/^/| /' conftest.$ac_ext >&5
6975
6976         eval "$as_ac_Header=no"
6977 fi
6978
6979 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6980 fi
6981 ac_res=`eval 'as_val=${'$as_ac_Header'}
6982                  $as_echo "$as_val"'`
6983                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6984 $as_echo "$ac_res" >&6; }
6985 as_val=`eval 'as_val=${'$as_ac_Header'}
6986                  $as_echo "$as_val"'`
6987    if test "x$as_val" = x""yes; then
6988   cat >>confdefs.h <<_ACEOF
6989 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6990 _ACEOF
6991
6992 fi
6993
6994 done
6995
6996
6997
6998 for ac_header in pthread_np.h
6999 do
7000 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7001 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7002 $as_echo_n "checking for $ac_header... " >&6; }
7003 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7004   $as_echo_n "(cached) " >&6
7005 else
7006   cat >conftest.$ac_ext <<_ACEOF
7007 /* confdefs.h.  */
7008 _ACEOF
7009 cat confdefs.h >>conftest.$ac_ext
7010 cat >>conftest.$ac_ext <<_ACEOF
7011 /* end confdefs.h.  */
7012 #ifdef HAVE_PTHREAD_H
7013 #include <pthread.h>
7014 #endif
7015
7016 #include <$ac_header>
7017 _ACEOF
7018 rm -f conftest.$ac_objext
7019 if { (ac_try="$ac_compile"
7020 case "(($ac_try" in
7021   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7022   *) ac_try_echo=$ac_try;;
7023 esac
7024 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7025 $as_echo "$ac_try_echo") >&5
7026   (eval "$ac_compile") 2>conftest.er1
7027   ac_status=$?
7028   grep -v '^ *+' conftest.er1 >conftest.err
7029   rm -f conftest.er1
7030   cat conftest.err >&5
7031   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7032   (exit $ac_status); } && {
7033          test -z "$ac_c_werror_flag" ||
7034          test ! -s conftest.err
7035        } && test -s conftest.$ac_objext; then
7036   eval "$as_ac_Header=yes"
7037 else
7038   $as_echo "$as_me: failed program was:" >&5
7039 sed 's/^/| /' conftest.$ac_ext >&5
7040
7041         eval "$as_ac_Header=no"
7042 fi
7043
7044 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7045 fi
7046 ac_res=`eval 'as_val=${'$as_ac_Header'}
7047                  $as_echo "$as_val"'`
7048                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7049 $as_echo "$ac_res" >&6; }
7050 as_val=`eval 'as_val=${'$as_ac_Header'}
7051                  $as_echo "$as_val"'`
7052    if test "x$as_val" = x""yes; then
7053   cat >>confdefs.h <<_ACEOF
7054 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7055 _ACEOF
7056
7057 fi
7058
7059 done
7060
7061
7062
7063 for ac_header in linux/videodev.h
7064 do
7065 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7066 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7067 $as_echo_n "checking for $ac_header... " >&6; }
7068 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7069   $as_echo_n "(cached) " >&6
7070 else
7071   cat >conftest.$ac_ext <<_ACEOF
7072 /* confdefs.h.  */
7073 _ACEOF
7074 cat confdefs.h >>conftest.$ac_ext
7075 cat >>conftest.$ac_ext <<_ACEOF
7076 /* end confdefs.h.  */
7077 #ifdef HAVE_SYS_TIME_H
7078 #include <sys/time.h>
7079 #endif
7080 #include <sys/types.h>
7081 #ifdef HAVE_ASM_TYPES_H
7082 #include <asm/types.h>
7083 #endif
7084
7085 #include <$ac_header>
7086 _ACEOF
7087 rm -f conftest.$ac_objext
7088 if { (ac_try="$ac_compile"
7089 case "(($ac_try" in
7090   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7091   *) ac_try_echo=$ac_try;;
7092 esac
7093 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7094 $as_echo "$ac_try_echo") >&5
7095   (eval "$ac_compile") 2>conftest.er1
7096   ac_status=$?
7097   grep -v '^ *+' conftest.er1 >conftest.err
7098   rm -f conftest.er1
7099   cat conftest.err >&5
7100   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7101   (exit $ac_status); } && {
7102          test -z "$ac_c_werror_flag" ||
7103          test ! -s conftest.err
7104        } && test -s conftest.$ac_objext; then
7105   eval "$as_ac_Header=yes"
7106 else
7107   $as_echo "$as_me: failed program was:" >&5
7108 sed 's/^/| /' conftest.$ac_ext >&5
7109
7110         eval "$as_ac_Header=no"
7111 fi
7112
7113 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7114 fi
7115 ac_res=`eval 'as_val=${'$as_ac_Header'}
7116                  $as_echo "$as_val"'`
7117                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7118 $as_echo "$ac_res" >&6; }
7119 as_val=`eval 'as_val=${'$as_ac_Header'}
7120                  $as_echo "$as_val"'`
7121    if test "x$as_val" = x""yes; then
7122   cat >>confdefs.h <<_ACEOF
7123 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7124 _ACEOF
7125
7126 fi
7127
7128 done
7129
7130
7131
7132 for ac_header in linux/capi.h
7133 do
7134 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7135 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7136 $as_echo_n "checking for $ac_header... " >&6; }
7137 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7138   $as_echo_n "(cached) " >&6
7139 else
7140   cat >conftest.$ac_ext <<_ACEOF
7141 /* confdefs.h.  */
7142 _ACEOF
7143 cat confdefs.h >>conftest.$ac_ext
7144 cat >>conftest.$ac_ext <<_ACEOF
7145 /* end confdefs.h.  */
7146 #define __user
7147
7148 #include <$ac_header>
7149 _ACEOF
7150 rm -f conftest.$ac_objext
7151 if { (ac_try="$ac_compile"
7152 case "(($ac_try" in
7153   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7154   *) ac_try_echo=$ac_try;;
7155 esac
7156 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7157 $as_echo "$ac_try_echo") >&5
7158   (eval "$ac_compile") 2>conftest.er1
7159   ac_status=$?
7160   grep -v '^ *+' conftest.er1 >conftest.err
7161   rm -f conftest.er1
7162   cat conftest.err >&5
7163   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7164   (exit $ac_status); } && {
7165          test -z "$ac_c_werror_flag" ||
7166          test ! -s conftest.err
7167        } && test -s conftest.$ac_objext; then
7168   eval "$as_ac_Header=yes"
7169 else
7170   $as_echo "$as_me: failed program was:" >&5
7171 sed 's/^/| /' conftest.$ac_ext >&5
7172
7173         eval "$as_ac_Header=no"
7174 fi
7175
7176 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7177 fi
7178 ac_res=`eval 'as_val=${'$as_ac_Header'}
7179                  $as_echo "$as_val"'`
7180                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7181 $as_echo "$ac_res" >&6; }
7182 as_val=`eval 'as_val=${'$as_ac_Header'}
7183                  $as_echo "$as_val"'`
7184    if test "x$as_val" = x""yes; then
7185   cat >>confdefs.h <<_ACEOF
7186 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7187 _ACEOF
7188
7189 fi
7190
7191 done
7192
7193
7194
7195 DLLEXT=""
7196
7197 DLLFLAGS="-D_REENTRANT"
7198
7199 LDSHARED=""
7200
7201 LDDLLFLAGS=""
7202
7203 LIBEXT="so"
7204
7205 IMPLIBEXT="def"
7206
7207 LDRPATH_INSTALL=""
7208
7209 LDRPATH_LOCAL=""
7210
7211 # Extract the first word of "ldd", so it can be a program name with args.
7212 set dummy ldd; ac_word=$2
7213 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7214 $as_echo_n "checking for $ac_word... " >&6; }
7215 if test "${ac_cv_path_LDD+set}" = set; then
7216   $as_echo_n "(cached) " >&6
7217 else
7218   case $LDD in
7219   [\\/]* | ?:[\\/]*)
7220   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7221   ;;
7222   *)
7223   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7224 as_dummy="/sbin:/usr/sbin:$PATH"
7225 for as_dir in $as_dummy
7226 do
7227   IFS=$as_save_IFS
7228   test -z "$as_dir" && as_dir=.
7229   for ac_exec_ext in '' $ac_executable_extensions; do
7230   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7231     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7232     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7233     break 2
7234   fi
7235 done
7236 done
7237 IFS=$as_save_IFS
7238
7239   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7240   ;;
7241 esac
7242 fi
7243 LDD=$ac_cv_path_LDD
7244 if test -n "$LDD"; then
7245   { $as_echo "$as_me:$LINENO: result: $LDD" >&5
7246 $as_echo "$LDD" >&6; }
7247 else
7248   { $as_echo "$as_me:$LINENO: result: no" >&5
7249 $as_echo "no" >&6; }
7250 fi
7251
7252
7253
7254 case $host_os in
7255   cygwin*|mingw32*)
7256     if test -n "$ac_tool_prefix"; then
7257   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7258 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7259 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7260 $as_echo_n "checking for $ac_word... " >&6; }
7261 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7262   $as_echo_n "(cached) " >&6
7263 else
7264   if test -n "$DLLTOOL"; then
7265   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7266 else
7267 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7268 for as_dir in $PATH
7269 do
7270   IFS=$as_save_IFS
7271   test -z "$as_dir" && as_dir=.
7272   for ac_exec_ext in '' $ac_executable_extensions; do
7273   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7274     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7275     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7276     break 2
7277   fi
7278 done
7279 done
7280 IFS=$as_save_IFS
7281
7282 fi
7283 fi
7284 DLLTOOL=$ac_cv_prog_DLLTOOL
7285 if test -n "$DLLTOOL"; then
7286   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7287 $as_echo "$DLLTOOL" >&6; }
7288 else
7289   { $as_echo "$as_me:$LINENO: result: no" >&5
7290 $as_echo "no" >&6; }
7291 fi
7292
7293
7294 fi
7295 if test -z "$ac_cv_prog_DLLTOOL"; then
7296   ac_ct_DLLTOOL=$DLLTOOL
7297   # Extract the first word of "dlltool", so it can be a program name with args.
7298 set dummy dlltool; ac_word=$2
7299 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7300 $as_echo_n "checking for $ac_word... " >&6; }
7301 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7302   $as_echo_n "(cached) " >&6
7303 else
7304   if test -n "$ac_ct_DLLTOOL"; then
7305   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7306 else
7307 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7308 for as_dir in $PATH
7309 do
7310   IFS=$as_save_IFS
7311   test -z "$as_dir" && as_dir=.
7312   for ac_exec_ext in '' $ac_executable_extensions; do
7313   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7314     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7315     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7316     break 2
7317   fi
7318 done
7319 done
7320 IFS=$as_save_IFS
7321
7322 fi
7323 fi
7324 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7325 if test -n "$ac_ct_DLLTOOL"; then
7326   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7327 $as_echo "$ac_ct_DLLTOOL" >&6; }
7328 else
7329   { $as_echo "$as_me:$LINENO: result: no" >&5
7330 $as_echo "no" >&6; }
7331 fi
7332
7333   if test "x$ac_ct_DLLTOOL" = x; then
7334     DLLTOOL="false"
7335   else
7336     case $cross_compiling:$ac_tool_warned in
7337 yes:)
7338 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7339 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7340 ac_tool_warned=yes ;;
7341 esac
7342     DLLTOOL=$ac_ct_DLLTOOL
7343   fi
7344 else
7345   DLLTOOL="$ac_cv_prog_DLLTOOL"
7346 fi
7347
7348     if test -n "$ac_tool_prefix"; then
7349   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7350 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7351 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7352 $as_echo_n "checking for $ac_word... " >&6; }
7353 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7354   $as_echo_n "(cached) " >&6
7355 else
7356   if test -n "$DLLWRAP"; then
7357   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7358 else
7359 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7360 for as_dir in $PATH
7361 do
7362   IFS=$as_save_IFS
7363   test -z "$as_dir" && as_dir=.
7364   for ac_exec_ext in '' $ac_executable_extensions; do
7365   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7366     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7367     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7368     break 2
7369   fi
7370 done
7371 done
7372 IFS=$as_save_IFS
7373
7374 fi
7375 fi
7376 DLLWRAP=$ac_cv_prog_DLLWRAP
7377 if test -n "$DLLWRAP"; then
7378   { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7379 $as_echo "$DLLWRAP" >&6; }
7380 else
7381   { $as_echo "$as_me:$LINENO: result: no" >&5
7382 $as_echo "no" >&6; }
7383 fi
7384
7385
7386 fi
7387 if test -z "$ac_cv_prog_DLLWRAP"; then
7388   ac_ct_DLLWRAP=$DLLWRAP
7389   # Extract the first word of "dllwrap", so it can be a program name with args.
7390 set dummy dllwrap; ac_word=$2
7391 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7392 $as_echo_n "checking for $ac_word... " >&6; }
7393 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7394   $as_echo_n "(cached) " >&6
7395 else
7396   if test -n "$ac_ct_DLLWRAP"; then
7397   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7398 else
7399 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7400 for as_dir in $PATH
7401 do
7402   IFS=$as_save_IFS
7403   test -z "$as_dir" && as_dir=.
7404   for ac_exec_ext in '' $ac_executable_extensions; do
7405   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7406     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7407     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7408     break 2
7409   fi
7410 done
7411 done
7412 IFS=$as_save_IFS
7413
7414 fi
7415 fi
7416 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7417 if test -n "$ac_ct_DLLWRAP"; then
7418   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7419 $as_echo "$ac_ct_DLLWRAP" >&6; }
7420 else
7421   { $as_echo "$as_me:$LINENO: result: no" >&5
7422 $as_echo "no" >&6; }
7423 fi
7424
7425   if test "x$ac_ct_DLLWRAP" = x; then
7426     DLLWRAP="false"
7427   else
7428     case $cross_compiling:$ac_tool_warned in
7429 yes:)
7430 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7431 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7432 ac_tool_warned=yes ;;
7433 esac
7434     DLLWRAP=$ac_ct_DLLWRAP
7435   fi
7436 else
7437   DLLWRAP="$ac_cv_prog_DLLWRAP"
7438 fi
7439
7440     if test -n "$ac_tool_prefix"; then
7441   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7442 set dummy ${ac_tool_prefix}ar; ac_word=$2
7443 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7444 $as_echo_n "checking for $ac_word... " >&6; }
7445 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7446   $as_echo_n "(cached) " >&6
7447 else
7448   if test -n "$MINGWAR"; then
7449   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7450 else
7451 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7452 for as_dir in $PATH
7453 do
7454   IFS=$as_save_IFS
7455   test -z "$as_dir" && as_dir=.
7456   for ac_exec_ext in '' $ac_executable_extensions; do
7457   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7458     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7459     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7460     break 2
7461   fi
7462 done
7463 done
7464 IFS=$as_save_IFS
7465
7466 fi
7467 fi
7468 MINGWAR=$ac_cv_prog_MINGWAR
7469 if test -n "$MINGWAR"; then
7470   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7471 $as_echo "$MINGWAR" >&6; }
7472 else
7473   { $as_echo "$as_me:$LINENO: result: no" >&5
7474 $as_echo "no" >&6; }
7475 fi
7476
7477
7478 fi
7479 if test -z "$ac_cv_prog_MINGWAR"; then
7480   ac_ct_MINGWAR=$MINGWAR
7481   # Extract the first word of "ar", so it can be a program name with args.
7482 set dummy ar; ac_word=$2
7483 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7484 $as_echo_n "checking for $ac_word... " >&6; }
7485 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7486   $as_echo_n "(cached) " >&6
7487 else
7488   if test -n "$ac_ct_MINGWAR"; then
7489   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7490 else
7491 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7492 for as_dir in $PATH
7493 do
7494   IFS=$as_save_IFS
7495   test -z "$as_dir" && as_dir=.
7496   for ac_exec_ext in '' $ac_executable_extensions; do
7497   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7498     ac_cv_prog_ac_ct_MINGWAR="ar"
7499     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7500     break 2
7501   fi
7502 done
7503 done
7504 IFS=$as_save_IFS
7505
7506 fi
7507 fi
7508 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7509 if test -n "$ac_ct_MINGWAR"; then
7510   { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7511 $as_echo "$ac_ct_MINGWAR" >&6; }
7512 else
7513   { $as_echo "$as_me:$LINENO: result: no" >&5
7514 $as_echo "no" >&6; }
7515 fi
7516
7517   if test "x$ac_ct_MINGWAR" = x; then
7518     MINGWAR="false"
7519   else
7520     case $cross_compiling:$ac_tool_warned in
7521 yes:)
7522 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7523 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7524 ac_tool_warned=yes ;;
7525 esac
7526     MINGWAR=$ac_ct_MINGWAR
7527   fi
7528 else
7529   MINGWAR="$ac_cv_prog_MINGWAR"
7530 fi
7531
7532     if test "$DLLWRAP" = "false"; then
7533       LIBEXT="a"
7534     else
7535             LIBEXT="dll"
7536     fi
7537     IMPLIBEXT="a"
7538         WIN16_FILES=""
7539     WIN16_INSTALL=""
7540         enable_iphlpapi=${enable_iphlpapi:-no}
7541     enable_kernel32=${enable_kernel32:-no}
7542     enable_msvcrt=${enable_msvcrt:-no}
7543     enable_ntdll=${enable_ntdll:-no}
7544     enable_ws2_32=${enable_ws2_32:-no}
7545     enable_loader=${enable_loader:-no}
7546     enable_server=${enable_server:-no}
7547         with_x=${with_x:-no}
7548     with_pthread=${with_pthread:-no}
7549     ;;
7550   darwin*|macosx*)
7551     DLLEXT=".so"
7552     LIBEXT="dylib"
7553     DLLFLAGS="$DLLFLAGS -fPIC"
7554     LDDLLFLAGS="-bundle -multiply_defined suppress"
7555     LIBWINE_LDFLAGS="-multiply_defined suppress"
7556     LDSHARED="\$(CC) -dynamiclib"
7557     STRIP="$STRIP -x"
7558     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7559         SECURITYLIB="-framework Security -framework CoreFoundation"
7560
7561     COREFOUNDATIONLIB="-framework CoreFoundation"
7562
7563     IOKITLIB="-framework IOKit -framework CoreFoundation"
7564
7565     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7566
7567     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7568     then
7569                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7570
7571     fi
7572     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7573     then
7574                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7575
7576     fi
7577     if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7578     then
7579         ac_save_LIBS="$LIBS"
7580         LIBS="$LIBS $IOKITLIB"
7581
7582 for ac_func in IOHIDManagerCreate
7583 do
7584 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7585 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
7586 $as_echo_n "checking for $ac_func... " >&6; }
7587 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7588   $as_echo_n "(cached) " >&6
7589 else
7590   cat >conftest.$ac_ext <<_ACEOF
7591 /* confdefs.h.  */
7592 _ACEOF
7593 cat confdefs.h >>conftest.$ac_ext
7594 cat >>conftest.$ac_ext <<_ACEOF
7595 /* end confdefs.h.  */
7596 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7597    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
7598 #define $ac_func innocuous_$ac_func
7599
7600 /* System header to define __stub macros and hopefully few prototypes,
7601     which can conflict with char $ac_func (); below.
7602     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7603     <limits.h> exists even on freestanding compilers.  */
7604
7605 #ifdef __STDC__
7606 # include <limits.h>
7607 #else
7608 # include <assert.h>
7609 #endif
7610
7611 #undef $ac_func
7612
7613 /* Override any GCC internal prototype to avoid an error.
7614    Use char because int might match the return type of a GCC
7615    builtin and then its argument prototype would still apply.  */
7616 #ifdef __cplusplus
7617 extern "C"
7618 #endif
7619 char $ac_func ();
7620 /* The GNU C library defines this for functions which it implements
7621     to always fail with ENOSYS.  Some functions are actually named
7622     something starting with __ and the normal name is an alias.  */
7623 #if defined __stub_$ac_func || defined __stub___$ac_func
7624 choke me
7625 #endif
7626
7627 int
7628 main ()
7629 {
7630 return $ac_func ();
7631   ;
7632   return 0;
7633 }
7634 _ACEOF
7635 rm -f conftest.$ac_objext conftest$ac_exeext
7636 if { (ac_try="$ac_link"
7637 case "(($ac_try" in
7638   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7639   *) ac_try_echo=$ac_try;;
7640 esac
7641 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7642 $as_echo "$ac_try_echo") >&5
7643   (eval "$ac_link") 2>conftest.er1
7644   ac_status=$?
7645   grep -v '^ *+' conftest.er1 >conftest.err
7646   rm -f conftest.er1
7647   cat conftest.err >&5
7648   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7649   (exit $ac_status); } && {
7650          test -z "$ac_c_werror_flag" ||
7651          test ! -s conftest.err
7652        } && test -s conftest$ac_exeext && {
7653          test "$cross_compiling" = yes ||
7654          $as_test_x conftest$ac_exeext
7655        }; then
7656   eval "$as_ac_var=yes"
7657 else
7658   $as_echo "$as_me: failed program was:" >&5
7659 sed 's/^/| /' conftest.$ac_ext >&5
7660
7661         eval "$as_ac_var=no"
7662 fi
7663
7664 rm -rf conftest.dSYM
7665 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7666       conftest$ac_exeext conftest.$ac_ext
7667 fi
7668 ac_res=`eval 'as_val=${'$as_ac_var'}
7669                  $as_echo "$as_val"'`
7670                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7671 $as_echo "$ac_res" >&6; }
7672 as_val=`eval 'as_val=${'$as_ac_var'}
7673                  $as_echo "$as_val"'`
7674    if test "x$as_val" = x""yes; then
7675   cat >>confdefs.h <<_ACEOF
7676 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7677 _ACEOF
7678
7679 fi
7680 done
7681
7682         LIBS="$ac_save_LIBS"
7683     fi
7684     case $host_cpu in
7685       *powerpc*)
7686         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
7687     esac
7688         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7689     then
7690         CARBONLIB="-framework Carbon"
7691
7692         enable_winequartz_drv=${enable_winequartz_drv:-yes}
7693     fi
7694     ;;
7695   *)
7696     DLLFLAGS="$DLLFLAGS -fPIC"
7697     DLLEXT=".so"
7698     { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7699 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7700 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7701   $as_echo_n "(cached) " >&6
7702 else
7703   ac_wine_try_cflags_saved=$CFLAGS
7704 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7705 cat >conftest.$ac_ext <<_ACEOF
7706 void myfunc() {}
7707 _ACEOF
7708 rm -f conftest.$ac_objext conftest$ac_exeext
7709 if { (ac_try="$ac_link"
7710 case "(($ac_try" in
7711   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7712   *) ac_try_echo=$ac_try;;
7713 esac
7714 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7715 $as_echo "$ac_try_echo") >&5
7716   (eval "$ac_link") 2>conftest.er1
7717   ac_status=$?
7718   grep -v '^ *+' conftest.er1 >conftest.err
7719   rm -f conftest.er1
7720   cat conftest.err >&5
7721   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7722   (exit $ac_status); } && {
7723          test -z "$ac_c_werror_flag" ||
7724          test ! -s conftest.err
7725        } && test -s conftest$ac_exeext && {
7726          test "$cross_compiling" = yes ||
7727          $as_test_x conftest$ac_exeext
7728        }; then
7729   ac_cv_c_dll_gnuelf="yes"
7730 else
7731   $as_echo "$as_me: failed program was:" >&5
7732 sed 's/^/| /' conftest.$ac_ext >&5
7733
7734         ac_cv_c_dll_gnuelf="no"
7735 fi
7736
7737 rm -rf conftest.dSYM
7738 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7739       conftest$ac_exeext conftest.$ac_ext
7740 CFLAGS=$ac_wine_try_cflags_saved
7741 fi
7742 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7743 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7744     if test "$ac_cv_c_dll_gnuelf" = "yes"
7745     then
7746       LDSHARED="\$(CC) -shared"
7747       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7748       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7749 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7750 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7751   $as_echo_n "(cached) " >&6
7752 else
7753   ac_wine_try_cflags_saved=$CFLAGS
7754 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7755 cat >conftest.$ac_ext <<_ACEOF
7756 /* confdefs.h.  */
7757 _ACEOF
7758 cat confdefs.h >>conftest.$ac_ext
7759 cat >>conftest.$ac_ext <<_ACEOF
7760 /* end confdefs.h.  */
7761
7762 int
7763 main ()
7764 {
7765
7766   ;
7767   return 0;
7768 }
7769 _ACEOF
7770 rm -f conftest.$ac_objext conftest$ac_exeext
7771 if { (ac_try="$ac_link"
7772 case "(($ac_try" in
7773   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7774   *) ac_try_echo=$ac_try;;
7775 esac
7776 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7777 $as_echo "$ac_try_echo") >&5
7778   (eval "$ac_link") 2>conftest.er1
7779   ac_status=$?
7780   grep -v '^ *+' conftest.er1 >conftest.err
7781   rm -f conftest.er1
7782   cat conftest.err >&5
7783   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7784   (exit $ac_status); } && {
7785          test -z "$ac_c_werror_flag" ||
7786          test ! -s conftest.err
7787        } && test -s conftest$ac_exeext && {
7788          test "$cross_compiling" = yes ||
7789          $as_test_x conftest$ac_exeext
7790        }; then
7791   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7792 else
7793   $as_echo "$as_me: failed program was:" >&5
7794 sed 's/^/| /' conftest.$ac_ext >&5
7795
7796         ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7797 fi
7798
7799 rm -rf conftest.dSYM
7800 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7801       conftest$ac_exeext conftest.$ac_ext
7802 CFLAGS=$ac_wine_try_cflags_saved
7803 fi
7804 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7805 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7806 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7807   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7808 else
7809   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7810 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7811 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7812   $as_echo_n "(cached) " >&6
7813 else
7814   ac_wine_try_cflags_saved=$CFLAGS
7815 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7816 cat >conftest.$ac_ext <<_ACEOF
7817 /* confdefs.h.  */
7818 _ACEOF
7819 cat confdefs.h >>conftest.$ac_ext
7820 cat >>conftest.$ac_ext <<_ACEOF
7821 /* end confdefs.h.  */
7822
7823 int
7824 main ()
7825 {
7826
7827   ;
7828   return 0;
7829 }
7830 _ACEOF
7831 rm -f conftest.$ac_objext conftest$ac_exeext
7832 if { (ac_try="$ac_link"
7833 case "(($ac_try" in
7834   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7835   *) ac_try_echo=$ac_try;;
7836 esac
7837 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7838 $as_echo "$ac_try_echo") >&5
7839   (eval "$ac_link") 2>conftest.er1
7840   ac_status=$?
7841   grep -v '^ *+' conftest.er1 >conftest.err
7842   rm -f conftest.er1
7843   cat conftest.err >&5
7844   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7845   (exit $ac_status); } && {
7846          test -z "$ac_c_werror_flag" ||
7847          test ! -s conftest.err
7848        } && test -s conftest$ac_exeext && {
7849          test "$cross_compiling" = yes ||
7850          $as_test_x conftest$ac_exeext
7851        }; then
7852   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7853 else
7854   $as_echo "$as_me: failed program was:" >&5
7855 sed 's/^/| /' conftest.$ac_ext >&5
7856
7857         ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7858 fi
7859
7860 rm -rf conftest.dSYM
7861 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7862       conftest$ac_exeext conftest.$ac_ext
7863 CFLAGS=$ac_wine_try_cflags_saved
7864 fi
7865 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7866 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7867 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7868   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7869 fi
7870
7871 fi
7872
7873
7874       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7875 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7876 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7877   $as_echo_n "(cached) " >&6
7878 else
7879   ac_wine_try_cflags_saved=$CFLAGS
7880 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7881 cat >conftest.$ac_ext <<_ACEOF
7882 /* confdefs.h.  */
7883 _ACEOF
7884 cat confdefs.h >>conftest.$ac_ext
7885 cat >>conftest.$ac_ext <<_ACEOF
7886 /* end confdefs.h.  */
7887
7888 int
7889 main ()
7890 {
7891
7892   ;
7893   return 0;
7894 }
7895 _ACEOF
7896 rm -f conftest.$ac_objext conftest$ac_exeext
7897 if { (ac_try="$ac_link"
7898 case "(($ac_try" in
7899   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7900   *) ac_try_echo=$ac_try;;
7901 esac
7902 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7903 $as_echo "$ac_try_echo") >&5
7904   (eval "$ac_link") 2>conftest.er1
7905   ac_status=$?
7906   grep -v '^ *+' conftest.er1 >conftest.err
7907   rm -f conftest.er1
7908   cat conftest.err >&5
7909   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7910   (exit $ac_status); } && {
7911          test -z "$ac_c_werror_flag" ||
7912          test ! -s conftest.err
7913        } && test -s conftest$ac_exeext && {
7914          test "$cross_compiling" = yes ||
7915          $as_test_x conftest$ac_exeext
7916        }; then
7917   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7918 else
7919   $as_echo "$as_me: failed program was:" >&5
7920 sed 's/^/| /' conftest.$ac_ext >&5
7921
7922         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7923 fi
7924
7925 rm -rf conftest.dSYM
7926 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7927       conftest$ac_exeext conftest.$ac_ext
7928 CFLAGS=$ac_wine_try_cflags_saved
7929 fi
7930 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7931 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7932 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7933   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7934 fi
7935
7936
7937       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7938 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7939 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7940   $as_echo_n "(cached) " >&6
7941 else
7942   ac_wine_try_cflags_saved=$CFLAGS
7943 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7944 cat >conftest.$ac_ext <<_ACEOF
7945 /* confdefs.h.  */
7946 _ACEOF
7947 cat confdefs.h >>conftest.$ac_ext
7948 cat >>conftest.$ac_ext <<_ACEOF
7949 /* end confdefs.h.  */
7950
7951 int
7952 main ()
7953 {
7954
7955   ;
7956   return 0;
7957 }
7958 _ACEOF
7959 rm -f conftest.$ac_objext conftest$ac_exeext
7960 if { (ac_try="$ac_link"
7961 case "(($ac_try" in
7962   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7963   *) ac_try_echo=$ac_try;;
7964 esac
7965 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7966 $as_echo "$ac_try_echo") >&5
7967   (eval "$ac_link") 2>conftest.er1
7968   ac_status=$?
7969   grep -v '^ *+' conftest.er1 >conftest.err
7970   rm -f conftest.er1
7971   cat conftest.err >&5
7972   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7973   (exit $ac_status); } && {
7974          test -z "$ac_c_werror_flag" ||
7975          test ! -s conftest.err
7976        } && test -s conftest$ac_exeext && {
7977          test "$cross_compiling" = yes ||
7978          $as_test_x conftest$ac_exeext
7979        }; then
7980   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7981 else
7982   $as_echo "$as_me: failed program was:" >&5
7983 sed 's/^/| /' conftest.$ac_ext >&5
7984
7985         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7986 fi
7987
7988 rm -rf conftest.dSYM
7989 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7990       conftest$ac_exeext conftest.$ac_ext
7991 CFLAGS=$ac_wine_try_cflags_saved
7992 fi
7993 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7994 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7995 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7996   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7997 fi
7998
7999
8000       echo '{ global: *; };' >conftest.map
8001       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8002 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
8003 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8004   $as_echo_n "(cached) " >&6
8005 else
8006   ac_wine_try_cflags_saved=$CFLAGS
8007 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8008 cat >conftest.$ac_ext <<_ACEOF
8009 /* confdefs.h.  */
8010 _ACEOF
8011 cat confdefs.h >>conftest.$ac_ext
8012 cat >>conftest.$ac_ext <<_ACEOF
8013 /* end confdefs.h.  */
8014
8015 int
8016 main ()
8017 {
8018
8019   ;
8020   return 0;
8021 }
8022 _ACEOF
8023 rm -f conftest.$ac_objext conftest$ac_exeext
8024 if { (ac_try="$ac_link"
8025 case "(($ac_try" in
8026   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8027   *) ac_try_echo=$ac_try;;
8028 esac
8029 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8030 $as_echo "$ac_try_echo") >&5
8031   (eval "$ac_link") 2>conftest.er1
8032   ac_status=$?
8033   grep -v '^ *+' conftest.er1 >conftest.err
8034   rm -f conftest.er1
8035   cat conftest.err >&5
8036   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8037   (exit $ac_status); } && {
8038          test -z "$ac_c_werror_flag" ||
8039          test ! -s conftest.err
8040        } && test -s conftest$ac_exeext && {
8041          test "$cross_compiling" = yes ||
8042          $as_test_x conftest$ac_exeext
8043        }; then
8044   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8045 else
8046   $as_echo "$as_me: failed program was:" >&5
8047 sed 's/^/| /' conftest.$ac_ext >&5
8048
8049         ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8050 fi
8051
8052 rm -rf conftest.dSYM
8053 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8054       conftest$ac_exeext conftest.$ac_ext
8055 CFLAGS=$ac_wine_try_cflags_saved
8056 fi
8057 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8058 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8059 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8060   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8061 fi
8062
8063       rm -f conftest.map
8064
8065       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8066 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8067 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8068   $as_echo_n "(cached) " >&6
8069 else
8070   ac_wine_try_cflags_saved=$CFLAGS
8071 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8072 cat >conftest.$ac_ext <<_ACEOF
8073 /* confdefs.h.  */
8074 _ACEOF
8075 cat confdefs.h >>conftest.$ac_ext
8076 cat >>conftest.$ac_ext <<_ACEOF
8077 /* end confdefs.h.  */
8078
8079 int
8080 main ()
8081 {
8082
8083   ;
8084   return 0;
8085 }
8086 _ACEOF
8087 rm -f conftest.$ac_objext conftest$ac_exeext
8088 if { (ac_try="$ac_link"
8089 case "(($ac_try" in
8090   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8091   *) ac_try_echo=$ac_try;;
8092 esac
8093 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8094 $as_echo "$ac_try_echo") >&5
8095   (eval "$ac_link") 2>conftest.er1
8096   ac_status=$?
8097   grep -v '^ *+' conftest.er1 >conftest.err
8098   rm -f conftest.er1
8099   cat conftest.err >&5
8100   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8101   (exit $ac_status); } && {
8102          test -z "$ac_c_werror_flag" ||
8103          test ! -s conftest.err
8104        } && test -s conftest$ac_exeext && {
8105          test "$cross_compiling" = yes ||
8106          $as_test_x conftest$ac_exeext
8107        }; then
8108   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8109 else
8110   $as_echo "$as_me: failed program was:" >&5
8111 sed 's/^/| /' conftest.$ac_ext >&5
8112
8113         ac_cv_cflags__fPIC__Wl___export_dynamic=no
8114 fi
8115
8116 rm -rf conftest.dSYM
8117 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8118       conftest$ac_exeext conftest.$ac_ext
8119 CFLAGS=$ac_wine_try_cflags_saved
8120 fi
8121 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8122 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8123 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
8124   LDEXECFLAGS="-Wl,--export-dynamic"
8125
8126 fi
8127
8128
8129       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
8130 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8131 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8132 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8133   $as_echo_n "(cached) " >&6
8134 else
8135   ac_wine_try_cflags_saved=$CFLAGS
8136 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8137 cat >conftest.$ac_ext <<_ACEOF
8138 /* confdefs.h.  */
8139 _ACEOF
8140 cat confdefs.h >>conftest.$ac_ext
8141 cat >>conftest.$ac_ext <<_ACEOF
8142 /* end confdefs.h.  */
8143
8144 int
8145 main ()
8146 {
8147
8148   ;
8149   return 0;
8150 }
8151 _ACEOF
8152 rm -f conftest.$ac_objext conftest$ac_exeext
8153 if { (ac_try="$ac_link"
8154 case "(($ac_try" in
8155   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8156   *) ac_try_echo=$ac_try;;
8157 esac
8158 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8159 $as_echo "$ac_try_echo") >&5
8160   (eval "$ac_link") 2>conftest.er1
8161   ac_status=$?
8162   grep -v '^ *+' conftest.er1 >conftest.err
8163   rm -f conftest.er1
8164   cat conftest.err >&5
8165   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8166   (exit $ac_status); } && {
8167          test -z "$ac_c_werror_flag" ||
8168          test ! -s conftest.err
8169        } && test -s conftest$ac_exeext && {
8170          test "$cross_compiling" = yes ||
8171          $as_test_x conftest$ac_exeext
8172        }; then
8173   eval "$as_ac_var=yes"
8174 else
8175   $as_echo "$as_me: failed program was:" >&5
8176 sed 's/^/| /' conftest.$ac_ext >&5
8177
8178         eval "$as_ac_var=no"
8179 fi
8180
8181 rm -rf conftest.dSYM
8182 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8183       conftest$ac_exeext conftest.$ac_ext
8184 CFLAGS=$ac_wine_try_cflags_saved
8185 fi
8186 ac_res=`eval 'as_val=${'$as_ac_var'}
8187                  $as_echo "$as_val"'`
8188                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8189 $as_echo "$ac_res" >&6; }
8190 if test `eval 'as_val=${'$as_ac_var'}
8191                  $as_echo "$as_val"'` = yes; then
8192   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8193                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8194 else
8195   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
8196 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8197 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8198 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8199   $as_echo_n "(cached) " >&6
8200 else
8201   ac_wine_try_cflags_saved=$CFLAGS
8202 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8203 cat >conftest.$ac_ext <<_ACEOF
8204 /* confdefs.h.  */
8205 _ACEOF
8206 cat confdefs.h >>conftest.$ac_ext
8207 cat >>conftest.$ac_ext <<_ACEOF
8208 /* end confdefs.h.  */
8209
8210 int
8211 main ()
8212 {
8213
8214   ;
8215   return 0;
8216 }
8217 _ACEOF
8218 rm -f conftest.$ac_objext conftest$ac_exeext
8219 if { (ac_try="$ac_link"
8220 case "(($ac_try" in
8221   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8222   *) ac_try_echo=$ac_try;;
8223 esac
8224 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8225 $as_echo "$ac_try_echo") >&5
8226   (eval "$ac_link") 2>conftest.er1
8227   ac_status=$?
8228   grep -v '^ *+' conftest.er1 >conftest.err
8229   rm -f conftest.er1
8230   cat conftest.err >&5
8231   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8232   (exit $ac_status); } && {
8233          test -z "$ac_c_werror_flag" ||
8234          test ! -s conftest.err
8235        } && test -s conftest$ac_exeext && {
8236          test "$cross_compiling" = yes ||
8237          $as_test_x conftest$ac_exeext
8238        }; then
8239   eval "$as_ac_var=yes"
8240 else
8241   $as_echo "$as_me: failed program was:" >&5
8242 sed 's/^/| /' conftest.$ac_ext >&5
8243
8244         eval "$as_ac_var=no"
8245 fi
8246
8247 rm -rf conftest.dSYM
8248 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8249       conftest$ac_exeext conftest.$ac_ext
8250 CFLAGS=$ac_wine_try_cflags_saved
8251 fi
8252 ac_res=`eval 'as_val=${'$as_ac_var'}
8253                  $as_echo "$as_val"'`
8254                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8255 $as_echo "$ac_res" >&6; }
8256 if test `eval 'as_val=${'$as_ac_var'}
8257                  $as_echo "$as_val"'` = yes; then
8258   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8259                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8260 fi
8261
8262 fi
8263
8264
8265       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8266 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8267 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8268   $as_echo_n "(cached) " >&6
8269 else
8270   ac_wine_try_cflags_saved=$CFLAGS
8271 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8272 cat >conftest.$ac_ext <<_ACEOF
8273 /* confdefs.h.  */
8274 _ACEOF
8275 cat confdefs.h >>conftest.$ac_ext
8276 cat >>conftest.$ac_ext <<_ACEOF
8277 /* end confdefs.h.  */
8278
8279 int
8280 main ()
8281 {
8282
8283   ;
8284   return 0;
8285 }
8286 _ACEOF
8287 rm -f conftest.$ac_objext conftest$ac_exeext
8288 if { (ac_try="$ac_link"
8289 case "(($ac_try" in
8290   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8291   *) ac_try_echo=$ac_try;;
8292 esac
8293 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8294 $as_echo "$ac_try_echo") >&5
8295   (eval "$ac_link") 2>conftest.er1
8296   ac_status=$?
8297   grep -v '^ *+' conftest.er1 >conftest.err
8298   rm -f conftest.er1
8299   cat conftest.err >&5
8300   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8301   (exit $ac_status); } && {
8302          test -z "$ac_c_werror_flag" ||
8303          test ! -s conftest.err
8304        } && test -s conftest$ac_exeext && {
8305          test "$cross_compiling" = yes ||
8306          $as_test_x conftest$ac_exeext
8307        }; then
8308   ac_cv_cflags__Wl___enable_new_dtags=yes
8309 else
8310   $as_echo "$as_me: failed program was:" >&5
8311 sed 's/^/| /' conftest.$ac_ext >&5
8312
8313         ac_cv_cflags__Wl___enable_new_dtags=no
8314 fi
8315
8316 rm -rf conftest.dSYM
8317 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8318       conftest$ac_exeext conftest.$ac_ext
8319 CFLAGS=$ac_wine_try_cflags_saved
8320 fi
8321 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8322 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8323 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8324   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8325 fi
8326
8327
8328       case $host_cpu in
8329         *i[3456789]86* | x86_64)
8330           { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8331 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8332 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8333   $as_echo_n "(cached) " >&6
8334 else
8335   ac_wine_try_cflags_saved=$CFLAGS
8336 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8337 cat >conftest.$ac_ext <<_ACEOF
8338 /* confdefs.h.  */
8339 _ACEOF
8340 cat confdefs.h >>conftest.$ac_ext
8341 cat >>conftest.$ac_ext <<_ACEOF
8342 /* end confdefs.h.  */
8343
8344 int
8345 main ()
8346 {
8347
8348   ;
8349   return 0;
8350 }
8351 _ACEOF
8352 rm -f conftest.$ac_objext conftest$ac_exeext
8353 if { (ac_try="$ac_link"
8354 case "(($ac_try" in
8355   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8356   *) ac_try_echo=$ac_try;;
8357 esac
8358 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8359 $as_echo "$ac_try_echo") >&5
8360   (eval "$ac_link") 2>conftest.er1
8361   ac_status=$?
8362   grep -v '^ *+' conftest.er1 >conftest.err
8363   rm -f conftest.er1
8364   cat conftest.err >&5
8365   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8366   (exit $ac_status); } && {
8367          test -z "$ac_c_werror_flag" ||
8368          test ! -s conftest.err
8369        } && test -s conftest$ac_exeext && {
8370          test "$cross_compiling" = yes ||
8371          $as_test_x conftest$ac_exeext
8372        }; then
8373   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8374 else
8375   $as_echo "$as_me: failed program was:" >&5
8376 sed 's/^/| /' conftest.$ac_ext >&5
8377
8378         ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8379 fi
8380
8381 rm -rf conftest.dSYM
8382 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8383       conftest$ac_exeext conftest.$ac_ext
8384 CFLAGS=$ac_wine_try_cflags_saved
8385 fi
8386 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8387 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8388 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8389   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8390 fi
8391
8392           ;;
8393       esac
8394
8395     else
8396       { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8397 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8398 if test "${ac_cv_c_dll_unixware+set}" = set; then
8399   $as_echo_n "(cached) " >&6
8400 else
8401   ac_wine_try_cflags_saved=$CFLAGS
8402 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8403 cat >conftest.$ac_ext <<_ACEOF
8404 void myfunc() {}
8405 _ACEOF
8406 rm -f conftest.$ac_objext conftest$ac_exeext
8407 if { (ac_try="$ac_link"
8408 case "(($ac_try" in
8409   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8410   *) ac_try_echo=$ac_try;;
8411 esac
8412 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8413 $as_echo "$ac_try_echo") >&5
8414   (eval "$ac_link") 2>conftest.er1
8415   ac_status=$?
8416   grep -v '^ *+' conftest.er1 >conftest.err
8417   rm -f conftest.er1
8418   cat conftest.err >&5
8419   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8420   (exit $ac_status); } && {
8421          test -z "$ac_c_werror_flag" ||
8422          test ! -s conftest.err
8423        } && test -s conftest$ac_exeext && {
8424          test "$cross_compiling" = yes ||
8425          $as_test_x conftest$ac_exeext
8426        }; then
8427   ac_cv_c_dll_unixware="yes"
8428 else
8429   $as_echo "$as_me: failed program was:" >&5
8430 sed 's/^/| /' conftest.$ac_ext >&5
8431
8432         ac_cv_c_dll_unixware="no"
8433 fi
8434
8435 rm -rf conftest.dSYM
8436 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8437       conftest$ac_exeext conftest.$ac_ext
8438 CFLAGS=$ac_wine_try_cflags_saved
8439 fi
8440 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8441 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8442       if test "$ac_cv_c_dll_unixware" = "yes"
8443       then
8444         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8445         LDDLLFLAGS="-Wl,-G,-B,symbolic"
8446
8447       else
8448         { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8449 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8450 if test "${ac_cv_c_dll_hpux+set}" = set; then
8451   $as_echo_n "(cached) " >&6
8452 else
8453   ac_wine_try_cflags_saved=$CFLAGS
8454 CFLAGS="$CFLAGS -shared"
8455 cat >conftest.$ac_ext <<_ACEOF
8456 void myfunc() {}
8457 _ACEOF
8458 rm -f conftest.$ac_objext conftest$ac_exeext
8459 if { (ac_try="$ac_link"
8460 case "(($ac_try" in
8461   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8462   *) ac_try_echo=$ac_try;;
8463 esac
8464 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8465 $as_echo "$ac_try_echo") >&5
8466   (eval "$ac_link") 2>conftest.er1
8467   ac_status=$?
8468   grep -v '^ *+' conftest.er1 >conftest.err
8469   rm -f conftest.er1
8470   cat conftest.err >&5
8471   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8472   (exit $ac_status); } && {
8473          test -z "$ac_c_werror_flag" ||
8474          test ! -s conftest.err
8475        } && test -s conftest$ac_exeext && {
8476          test "$cross_compiling" = yes ||
8477          $as_test_x conftest$ac_exeext
8478        }; then
8479   ac_cv_c_dll_hpux="yes"
8480 else
8481   $as_echo "$as_me: failed program was:" >&5
8482 sed 's/^/| /' conftest.$ac_ext >&5
8483
8484         ac_cv_c_dll_hpux="no"
8485 fi
8486
8487 rm -rf conftest.dSYM
8488 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8489       conftest$ac_exeext conftest.$ac_ext
8490 CFLAGS=$ac_wine_try_cflags_saved
8491 fi
8492 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8493 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8494         if test "$ac_cv_c_dll_hpux" = "yes"
8495         then
8496           LIBEXT="sl"
8497           DLLEXT=".sl"
8498           LDDLLFLAGS="-shared -fPIC"
8499           LDSHARED="\$(CC) -shared"
8500         fi
8501       fi
8502     fi
8503     ;;
8504 esac
8505
8506 enable_winequartz_drv=${enable_winequartz_drv:-no}
8507
8508 if test "$LIBEXT" = "a"; then
8509   { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8510 It is currently not possible to build Wine without shared library
8511 (.so) support to allow transparent switch between .so and .dll files.
8512 If you are using Linux, you will need a newer binutils.
8513 " >&5
8514 $as_echo "$as_me: error: could not find a way to build shared libraries.
8515 It is currently not possible to build Wine without shared library
8516 (.so) support to allow transparent switch between .so and .dll files.
8517 If you are using Linux, you will need a newer binutils.
8518 " >&2;}
8519    { (exit 1); exit 1; }; }
8520 fi
8521
8522 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8523 then
8524     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
8525 do
8526   # Extract the first word of "$ac_prog", so it can be a program name with args.
8527 set dummy $ac_prog; ac_word=$2
8528 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8529 $as_echo_n "checking for $ac_word... " >&6; }
8530 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8531   $as_echo_n "(cached) " >&6
8532 else
8533   if test -n "$CROSSCC"; then
8534   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8535 else
8536 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8537 for as_dir in $PATH
8538 do
8539   IFS=$as_save_IFS
8540   test -z "$as_dir" && as_dir=.
8541   for ac_exec_ext in '' $ac_executable_extensions; do
8542   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8543     ac_cv_prog_CROSSCC="$ac_prog"
8544     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8545     break 2
8546   fi
8547 done
8548 done
8549 IFS=$as_save_IFS
8550
8551 fi
8552 fi
8553 CROSSCC=$ac_cv_prog_CROSSCC
8554 if test -n "$CROSSCC"; then
8555   { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8556 $as_echo "$CROSSCC" >&6; }
8557 else
8558   { $as_echo "$as_me:$LINENO: result: no" >&5
8559 $as_echo "no" >&6; }
8560 fi
8561
8562
8563   test -n "$CROSSCC" && break
8564 done
8565 test -n "$CROSSCC" || CROSSCC="false"
8566
8567     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
8568 do
8569   # Extract the first word of "$ac_prog", so it can be a program name with args.
8570 set dummy $ac_prog; ac_word=$2
8571 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8572 $as_echo_n "checking for $ac_word... " >&6; }
8573 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8574   $as_echo_n "(cached) " >&6
8575 else
8576   if test -n "$DLLTOOL"; then
8577   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8578 else
8579 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8580 for as_dir in $PATH
8581 do
8582   IFS=$as_save_IFS
8583   test -z "$as_dir" && as_dir=.
8584   for ac_exec_ext in '' $ac_executable_extensions; do
8585   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8586     ac_cv_prog_DLLTOOL="$ac_prog"
8587     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8588     break 2
8589   fi
8590 done
8591 done
8592 IFS=$as_save_IFS
8593
8594 fi
8595 fi
8596 DLLTOOL=$ac_cv_prog_DLLTOOL
8597 if test -n "$DLLTOOL"; then
8598   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8599 $as_echo "$DLLTOOL" >&6; }
8600 else
8601   { $as_echo "$as_me:$LINENO: result: no" >&5
8602 $as_echo "no" >&6; }
8603 fi
8604
8605
8606   test -n "$DLLTOOL" && break
8607 done
8608 test -n "$DLLTOOL" || DLLTOOL="false"
8609
8610     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
8611 do
8612   # Extract the first word of "$ac_prog", so it can be a program name with args.
8613 set dummy $ac_prog; ac_word=$2
8614 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8615 $as_echo_n "checking for $ac_word... " >&6; }
8616 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8617   $as_echo_n "(cached) " >&6
8618 else
8619   if test -n "$CROSSWINDRES"; then
8620   ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8621 else
8622 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8623 for as_dir in $PATH
8624 do
8625   IFS=$as_save_IFS
8626   test -z "$as_dir" && as_dir=.
8627   for ac_exec_ext in '' $ac_executable_extensions; do
8628   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8629     ac_cv_prog_CROSSWINDRES="$ac_prog"
8630     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8631     break 2
8632   fi
8633 done
8634 done
8635 IFS=$as_save_IFS
8636
8637 fi
8638 fi
8639 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8640 if test -n "$CROSSWINDRES"; then
8641   { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8642 $as_echo "$CROSSWINDRES" >&6; }
8643 else
8644   { $as_echo "$as_me:$LINENO: result: no" >&5
8645 $as_echo "no" >&6; }
8646 fi
8647
8648
8649   test -n "$CROSSWINDRES" && break
8650 done
8651 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8652
8653     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
8654 do
8655   # Extract the first word of "$ac_prog", so it can be a program name with args.
8656 set dummy $ac_prog; ac_word=$2
8657 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8658 $as_echo_n "checking for $ac_word... " >&6; }
8659 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8660   $as_echo_n "(cached) " >&6
8661 else
8662   if test -n "$MINGWAR"; then
8663   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8664 else
8665 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8666 for as_dir in $PATH
8667 do
8668   IFS=$as_save_IFS
8669   test -z "$as_dir" && as_dir=.
8670   for ac_exec_ext in '' $ac_executable_extensions; do
8671   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8672     ac_cv_prog_MINGWAR="$ac_prog"
8673     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8674     break 2
8675   fi
8676 done
8677 done
8678 IFS=$as_save_IFS
8679
8680 fi
8681 fi
8682 MINGWAR=$ac_cv_prog_MINGWAR
8683 if test -n "$MINGWAR"; then
8684   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8685 $as_echo "$MINGWAR" >&6; }
8686 else
8687   { $as_echo "$as_me:$LINENO: result: no" >&5
8688 $as_echo "no" >&6; }
8689 fi
8690
8691
8692   test -n "$MINGWAR" && break
8693 done
8694 test -n "$MINGWAR" || MINGWAR="false"
8695
8696     if test "$CROSSCC" != "false"
8697     then
8698         CROSSTEST="\$(CROSSTEST)"
8699
8700     fi
8701 fi
8702
8703
8704 if test "$ac_cv_header_pthread_h" = "yes"
8705 then
8706     { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8707 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8708 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8709   $as_echo_n "(cached) " >&6
8710 else
8711   ac_check_lib_save_LIBS=$LIBS
8712 LIBS="-lpthread  $LIBS"
8713 cat >conftest.$ac_ext <<_ACEOF
8714 /* confdefs.h.  */
8715 _ACEOF
8716 cat confdefs.h >>conftest.$ac_ext
8717 cat >>conftest.$ac_ext <<_ACEOF
8718 /* end confdefs.h.  */
8719
8720 /* Override any GCC internal prototype to avoid an error.
8721    Use char because int might match the return type of a GCC
8722    builtin and then its argument prototype would still apply.  */
8723 #ifdef __cplusplus
8724 extern "C"
8725 #endif
8726 char pthread_create ();
8727 int
8728 main ()
8729 {
8730 return pthread_create ();
8731   ;
8732   return 0;
8733 }
8734 _ACEOF
8735 rm -f conftest.$ac_objext conftest$ac_exeext
8736 if { (ac_try="$ac_link"
8737 case "(($ac_try" in
8738   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8739   *) ac_try_echo=$ac_try;;
8740 esac
8741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8742 $as_echo "$ac_try_echo") >&5
8743   (eval "$ac_link") 2>conftest.er1
8744   ac_status=$?
8745   grep -v '^ *+' conftest.er1 >conftest.err
8746   rm -f conftest.er1
8747   cat conftest.err >&5
8748   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8749   (exit $ac_status); } && {
8750          test -z "$ac_c_werror_flag" ||
8751          test ! -s conftest.err
8752        } && test -s conftest$ac_exeext && {
8753          test "$cross_compiling" = yes ||
8754          $as_test_x conftest$ac_exeext
8755        }; then
8756   ac_cv_lib_pthread_pthread_create=yes
8757 else
8758   $as_echo "$as_me: failed program was:" >&5
8759 sed 's/^/| /' conftest.$ac_ext >&5
8760
8761         ac_cv_lib_pthread_pthread_create=no
8762 fi
8763
8764 rm -rf conftest.dSYM
8765 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8766       conftest$ac_exeext conftest.$ac_ext
8767 LIBS=$ac_check_lib_save_LIBS
8768 fi
8769 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8770 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8771 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8772   LIBPTHREAD="-lpthread"
8773
8774 fi
8775
8776 fi
8777 if test "x$LIBPTHREAD" = "x"; then
8778   case "x$with_pthread" in
8779   xno) ;;
8780   *)   { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8781 Wine cannot support threads without libpthread.
8782 Use the --without-pthread option if you really want this." >&5
8783 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8784 Wine cannot support threads without libpthread.
8785 Use the --without-pthread option if you really want this." >&2;}
8786    { (exit 1); exit 1; }; } ;;
8787 esac
8788 fi
8789
8790
8791
8792 { $as_echo "$as_me:$LINENO: checking for X" >&5
8793 $as_echo_n "checking for X... " >&6; }
8794
8795
8796 # Check whether --with-x was given.
8797 if test "${with_x+set}" = set; then
8798   withval=$with_x;
8799 fi
8800
8801 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8802 if test "x$with_x" = xno; then
8803   # The user explicitly disabled X.
8804   have_x=disabled
8805 else
8806   case $x_includes,$x_libraries in #(
8807     *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8808 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8809    { (exit 1); exit 1; }; };; #(
8810     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8811   $as_echo_n "(cached) " >&6
8812 else
8813   # One or both of the vars are not set, and there is no cached value.
8814 ac_x_includes=no ac_x_libraries=no
8815 rm -f -r conftest.dir
8816 if mkdir conftest.dir; then
8817   cd conftest.dir
8818   cat >Imakefile <<'_ACEOF'
8819 incroot:
8820         @echo incroot='${INCROOT}'
8821 usrlibdir:
8822         @echo usrlibdir='${USRLIBDIR}'
8823 libdir:
8824         @echo libdir='${LIBDIR}'
8825 _ACEOF
8826   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8827     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8828     for ac_var in incroot usrlibdir libdir; do
8829       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8830     done
8831     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8832     for ac_extension in a so sl dylib la dll; do
8833       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8834          test -f "$ac_im_libdir/libX11.$ac_extension"; then
8835         ac_im_usrlibdir=$ac_im_libdir; break
8836       fi
8837     done
8838     # Screen out bogus values from the imake configuration.  They are
8839     # bogus both because they are the default anyway, and because
8840     # using them would break gcc on systems where it needs fixed includes.
8841     case $ac_im_incroot in
8842         /usr/include) ac_x_includes= ;;
8843         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8844     esac
8845     case $ac_im_usrlibdir in
8846         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8847         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8848     esac
8849   fi
8850   cd ..
8851   rm -f -r conftest.dir
8852 fi
8853
8854 # Standard set of common directories for X headers.
8855 # Check X11 before X11Rn because it is often a symlink to the current release.
8856 ac_x_header_dirs='
8857 /usr/X11/include
8858 /usr/X11R6/include
8859 /usr/X11R5/include
8860 /usr/X11R4/include
8861
8862 /usr/include/X11
8863 /usr/include/X11R6
8864 /usr/include/X11R5
8865 /usr/include/X11R4
8866
8867 /usr/local/X11/include
8868 /usr/local/X11R6/include
8869 /usr/local/X11R5/include
8870 /usr/local/X11R4/include
8871
8872 /usr/local/include/X11
8873 /usr/local/include/X11R6
8874 /usr/local/include/X11R5
8875 /usr/local/include/X11R4
8876
8877 /usr/X386/include
8878 /usr/x386/include
8879 /usr/XFree86/include/X11
8880
8881 /usr/include
8882 /usr/local/include
8883 /usr/unsupported/include
8884 /usr/athena/include
8885 /usr/local/x11r5/include
8886 /usr/lpp/Xamples/include
8887
8888 /usr/openwin/include
8889 /usr/openwin/share/include'
8890
8891 if test "$ac_x_includes" = no; then
8892   # Guess where to find include files, by looking for Xlib.h.
8893   # First, try using that file with no special directory specified.
8894   cat >conftest.$ac_ext <<_ACEOF
8895 /* confdefs.h.  */
8896 _ACEOF
8897 cat confdefs.h >>conftest.$ac_ext
8898 cat >>conftest.$ac_ext <<_ACEOF
8899 /* end confdefs.h.  */
8900 #include <X11/Xlib.h>
8901 _ACEOF
8902 if { (ac_try="$ac_cpp conftest.$ac_ext"
8903 case "(($ac_try" in
8904   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8905   *) ac_try_echo=$ac_try;;
8906 esac
8907 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8908 $as_echo "$ac_try_echo") >&5
8909   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8910   ac_status=$?
8911   grep -v '^ *+' conftest.er1 >conftest.err
8912   rm -f conftest.er1
8913   cat conftest.err >&5
8914   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8915   (exit $ac_status); } >/dev/null && {
8916          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8917          test ! -s conftest.err
8918        }; then
8919   # We can compile using X headers with no special include directory.
8920 ac_x_includes=
8921 else
8922   $as_echo "$as_me: failed program was:" >&5
8923 sed 's/^/| /' conftest.$ac_ext >&5
8924
8925   for ac_dir in $ac_x_header_dirs; do
8926   if test -r "$ac_dir/X11/Xlib.h"; then
8927     ac_x_includes=$ac_dir
8928     break
8929   fi
8930 done
8931 fi
8932
8933 rm -f conftest.err conftest.$ac_ext
8934 fi # $ac_x_includes = no
8935
8936 if test "$ac_x_libraries" = no; then
8937   # Check for the libraries.
8938   # See if we find them without any special options.
8939   # Don't add to $LIBS permanently.
8940   ac_save_LIBS=$LIBS
8941   LIBS="-lX11 $LIBS"
8942   cat >conftest.$ac_ext <<_ACEOF
8943 /* confdefs.h.  */
8944 _ACEOF
8945 cat confdefs.h >>conftest.$ac_ext
8946 cat >>conftest.$ac_ext <<_ACEOF
8947 /* end confdefs.h.  */
8948 #include <X11/Xlib.h>
8949 int
8950 main ()
8951 {
8952 XrmInitialize ()
8953   ;
8954   return 0;
8955 }
8956 _ACEOF
8957 rm -f conftest.$ac_objext conftest$ac_exeext
8958 if { (ac_try="$ac_link"
8959 case "(($ac_try" in
8960   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8961   *) ac_try_echo=$ac_try;;
8962 esac
8963 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8964 $as_echo "$ac_try_echo") >&5
8965   (eval "$ac_link") 2>conftest.er1
8966   ac_status=$?
8967   grep -v '^ *+' conftest.er1 >conftest.err
8968   rm -f conftest.er1
8969   cat conftest.err >&5
8970   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8971   (exit $ac_status); } && {
8972          test -z "$ac_c_werror_flag" ||
8973          test ! -s conftest.err
8974        } && test -s conftest$ac_exeext && {
8975          test "$cross_compiling" = yes ||
8976          $as_test_x conftest$ac_exeext
8977        }; then
8978   LIBS=$ac_save_LIBS
8979 # We can link X programs with no special library path.
8980 ac_x_libraries=
8981 else
8982   $as_echo "$as_me: failed program was:" >&5
8983 sed 's/^/| /' conftest.$ac_ext >&5
8984
8985         LIBS=$ac_save_LIBS
8986 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8987 do
8988   # Don't even attempt the hair of trying to link an X program!
8989   for ac_extension in a so sl dylib la dll; do
8990     if test -r "$ac_dir/libX11.$ac_extension"; then
8991       ac_x_libraries=$ac_dir
8992       break 2
8993     fi
8994   done
8995 done
8996 fi
8997
8998 rm -rf conftest.dSYM
8999 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9000       conftest$ac_exeext conftest.$ac_ext
9001 fi # $ac_x_libraries = no
9002
9003 case $ac_x_includes,$ac_x_libraries in #(
9004   no,* | *,no | *\'*)
9005     # Didn't find X, or a directory has "'" in its name.
9006     ac_cv_have_x="have_x=no";; #(
9007   *)
9008     # Record where we found X for the cache.
9009     ac_cv_have_x="have_x=yes\
9010         ac_x_includes='$ac_x_includes'\
9011         ac_x_libraries='$ac_x_libraries'"
9012 esac
9013 fi
9014 ;; #(
9015     *) have_x=yes;;
9016   esac
9017   eval "$ac_cv_have_x"
9018 fi # $with_x != no
9019
9020 if test "$have_x" != yes; then
9021   { $as_echo "$as_me:$LINENO: result: $have_x" >&5
9022 $as_echo "$have_x" >&6; }
9023   no_x=yes
9024 else
9025   # If each of the values was on the command line, it overrides each guess.
9026   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9027   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9028   # Update the cache value to reflect the command line values.
9029   ac_cv_have_x="have_x=yes\
9030         ac_x_includes='$x_includes'\
9031         ac_x_libraries='$x_libraries'"
9032   { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
9033 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9034 fi
9035
9036 if test "$no_x" = yes; then
9037   # Not all programs may use this symbol, but it does not hurt to define it.
9038
9039 cat >>confdefs.h <<\_ACEOF
9040 #define X_DISPLAY_MISSING 1
9041 _ACEOF
9042
9043   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
9044 else
9045   if test -n "$x_includes"; then
9046     X_CFLAGS="$X_CFLAGS -I$x_includes"
9047   fi
9048
9049   # It would also be nice to do this for all -L options, not just this one.
9050   if test -n "$x_libraries"; then
9051     X_LIBS="$X_LIBS -L$x_libraries"
9052     # For Solaris; some versions of Sun CC require a space after -R and
9053     # others require no space.  Words are not sufficient . . . .
9054     { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
9055 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9056     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
9057     ac_xsave_c_werror_flag=$ac_c_werror_flag
9058     ac_c_werror_flag=yes
9059     cat >conftest.$ac_ext <<_ACEOF
9060 /* confdefs.h.  */
9061 _ACEOF
9062 cat confdefs.h >>conftest.$ac_ext
9063 cat >>conftest.$ac_ext <<_ACEOF
9064 /* end confdefs.h.  */
9065
9066 int
9067 main ()
9068 {
9069
9070   ;
9071   return 0;
9072 }
9073 _ACEOF
9074 rm -f conftest.$ac_objext conftest$ac_exeext
9075 if { (ac_try="$ac_link"
9076 case "(($ac_try" in
9077   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9078   *) ac_try_echo=$ac_try;;
9079 esac
9080 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9081 $as_echo "$ac_try_echo") >&5
9082   (eval "$ac_link") 2>conftest.er1
9083   ac_status=$?
9084   grep -v '^ *+' conftest.er1 >conftest.err
9085   rm -f conftest.er1
9086   cat conftest.err >&5
9087   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9088   (exit $ac_status); } && {
9089          test -z "$ac_c_werror_flag" ||
9090          test ! -s conftest.err
9091        } && test -s conftest$ac_exeext && {
9092          test "$cross_compiling" = yes ||
9093          $as_test_x conftest$ac_exeext
9094        }; then
9095   { $as_echo "$as_me:$LINENO: result: no" >&5
9096 $as_echo "no" >&6; }
9097        X_LIBS="$X_LIBS -R$x_libraries"
9098 else
9099   $as_echo "$as_me: failed program was:" >&5
9100 sed 's/^/| /' conftest.$ac_ext >&5
9101
9102         LIBS="$ac_xsave_LIBS -R $x_libraries"
9103        cat >conftest.$ac_ext <<_ACEOF
9104 /* confdefs.h.  */
9105 _ACEOF
9106 cat confdefs.h >>conftest.$ac_ext
9107 cat >>conftest.$ac_ext <<_ACEOF
9108 /* end confdefs.h.  */
9109
9110 int
9111 main ()
9112 {
9113
9114   ;
9115   return 0;
9116 }
9117 _ACEOF
9118 rm -f conftest.$ac_objext conftest$ac_exeext
9119 if { (ac_try="$ac_link"
9120 case "(($ac_try" in
9121   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9122   *) ac_try_echo=$ac_try;;
9123 esac
9124 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9125 $as_echo "$ac_try_echo") >&5
9126   (eval "$ac_link") 2>conftest.er1
9127   ac_status=$?
9128   grep -v '^ *+' conftest.er1 >conftest.err
9129   rm -f conftest.er1
9130   cat conftest.err >&5
9131   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9132   (exit $ac_status); } && {
9133          test -z "$ac_c_werror_flag" ||
9134          test ! -s conftest.err
9135        } && test -s conftest$ac_exeext && {
9136          test "$cross_compiling" = yes ||
9137          $as_test_x conftest$ac_exeext
9138        }; then
9139   { $as_echo "$as_me:$LINENO: result: yes" >&5
9140 $as_echo "yes" >&6; }
9141           X_LIBS="$X_LIBS -R $x_libraries"
9142 else
9143   $as_echo "$as_me: failed program was:" >&5
9144 sed 's/^/| /' conftest.$ac_ext >&5
9145
9146         { $as_echo "$as_me:$LINENO: result: neither works" >&5
9147 $as_echo "neither works" >&6; }
9148 fi
9149
9150 rm -rf conftest.dSYM
9151 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9152       conftest$ac_exeext conftest.$ac_ext
9153 fi
9154
9155 rm -rf conftest.dSYM
9156 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9157       conftest$ac_exeext conftest.$ac_ext
9158     ac_c_werror_flag=$ac_xsave_c_werror_flag
9159     LIBS=$ac_xsave_LIBS
9160   fi
9161
9162   # Check for system-dependent libraries X programs must link with.
9163   # Do this before checking for the system-independent R6 libraries
9164   # (-lICE), since we may need -lsocket or whatever for X linking.
9165
9166   if test "$ISC" = yes; then
9167     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9168   else
9169     # Martyn Johnson says this is needed for Ultrix, if the X
9170     # libraries were built with DECnet support.  And Karl Berry says
9171     # the Alpha needs dnet_stub (dnet does not exist).
9172     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9173     cat >conftest.$ac_ext <<_ACEOF
9174 /* confdefs.h.  */
9175 _ACEOF
9176 cat confdefs.h >>conftest.$ac_ext
9177 cat >>conftest.$ac_ext <<_ACEOF
9178 /* end confdefs.h.  */
9179
9180 /* Override any GCC internal prototype to avoid an error.
9181    Use char because int might match the return type of a GCC
9182    builtin and then its argument prototype would still apply.  */
9183 #ifdef __cplusplus
9184 extern "C"
9185 #endif
9186 char XOpenDisplay ();
9187 int
9188 main ()
9189 {
9190 return XOpenDisplay ();
9191   ;
9192   return 0;
9193 }
9194 _ACEOF
9195 rm -f conftest.$ac_objext conftest$ac_exeext
9196 if { (ac_try="$ac_link"
9197 case "(($ac_try" in
9198   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9199   *) ac_try_echo=$ac_try;;
9200 esac
9201 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9202 $as_echo "$ac_try_echo") >&5
9203   (eval "$ac_link") 2>conftest.er1
9204   ac_status=$?
9205   grep -v '^ *+' conftest.er1 >conftest.err
9206   rm -f conftest.er1
9207   cat conftest.err >&5
9208   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9209   (exit $ac_status); } && {
9210          test -z "$ac_c_werror_flag" ||
9211          test ! -s conftest.err
9212        } && test -s conftest$ac_exeext && {
9213          test "$cross_compiling" = yes ||
9214          $as_test_x conftest$ac_exeext
9215        }; then
9216   :
9217 else
9218   $as_echo "$as_me: failed program was:" >&5
9219 sed 's/^/| /' conftest.$ac_ext >&5
9220
9221         { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
9222 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9223 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
9224   $as_echo_n "(cached) " >&6
9225 else
9226   ac_check_lib_save_LIBS=$LIBS
9227 LIBS="-ldnet  $LIBS"
9228 cat >conftest.$ac_ext <<_ACEOF
9229 /* confdefs.h.  */
9230 _ACEOF
9231 cat confdefs.h >>conftest.$ac_ext
9232 cat >>conftest.$ac_ext <<_ACEOF
9233 /* end confdefs.h.  */
9234
9235 /* Override any GCC internal prototype to avoid an error.
9236    Use char because int might match the return type of a GCC
9237    builtin and then its argument prototype would still apply.  */
9238 #ifdef __cplusplus
9239 extern "C"
9240 #endif
9241 char dnet_ntoa ();
9242 int
9243 main ()
9244 {
9245 return dnet_ntoa ();
9246   ;
9247   return 0;
9248 }
9249 _ACEOF
9250 rm -f conftest.$ac_objext conftest$ac_exeext
9251 if { (ac_try="$ac_link"
9252 case "(($ac_try" in
9253   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9254   *) ac_try_echo=$ac_try;;
9255 esac
9256 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9257 $as_echo "$ac_try_echo") >&5
9258   (eval "$ac_link") 2>conftest.er1
9259   ac_status=$?
9260   grep -v '^ *+' conftest.er1 >conftest.err
9261   rm -f conftest.er1
9262   cat conftest.err >&5
9263   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9264   (exit $ac_status); } && {
9265          test -z "$ac_c_werror_flag" ||
9266          test ! -s conftest.err
9267        } && test -s conftest$ac_exeext && {
9268          test "$cross_compiling" = yes ||
9269          $as_test_x conftest$ac_exeext
9270        }; then
9271   ac_cv_lib_dnet_dnet_ntoa=yes
9272 else
9273   $as_echo "$as_me: failed program was:" >&5
9274 sed 's/^/| /' conftest.$ac_ext >&5
9275
9276         ac_cv_lib_dnet_dnet_ntoa=no
9277 fi
9278
9279 rm -rf conftest.dSYM
9280 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9281       conftest$ac_exeext conftest.$ac_ext
9282 LIBS=$ac_check_lib_save_LIBS
9283 fi
9284 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9285 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9286 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
9287   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9288 fi
9289
9290     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9291       { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9292 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9293 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9294   $as_echo_n "(cached) " >&6
9295 else
9296   ac_check_lib_save_LIBS=$LIBS
9297 LIBS="-ldnet_stub  $LIBS"
9298 cat >conftest.$ac_ext <<_ACEOF
9299 /* confdefs.h.  */
9300 _ACEOF
9301 cat confdefs.h >>conftest.$ac_ext
9302 cat >>conftest.$ac_ext <<_ACEOF
9303 /* end confdefs.h.  */
9304
9305 /* Override any GCC internal prototype to avoid an error.
9306    Use char because int might match the return type of a GCC
9307    builtin and then its argument prototype would still apply.  */
9308 #ifdef __cplusplus
9309 extern "C"
9310 #endif
9311 char dnet_ntoa ();
9312 int
9313 main ()
9314 {
9315 return dnet_ntoa ();
9316   ;
9317   return 0;
9318 }
9319 _ACEOF
9320 rm -f conftest.$ac_objext conftest$ac_exeext
9321 if { (ac_try="$ac_link"
9322 case "(($ac_try" in
9323   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9324   *) ac_try_echo=$ac_try;;
9325 esac
9326 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9327 $as_echo "$ac_try_echo") >&5
9328   (eval "$ac_link") 2>conftest.er1
9329   ac_status=$?
9330   grep -v '^ *+' conftest.er1 >conftest.err
9331   rm -f conftest.er1
9332   cat conftest.err >&5
9333   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9334   (exit $ac_status); } && {
9335          test -z "$ac_c_werror_flag" ||
9336          test ! -s conftest.err
9337        } && test -s conftest$ac_exeext && {
9338          test "$cross_compiling" = yes ||
9339          $as_test_x conftest$ac_exeext
9340        }; then
9341   ac_cv_lib_dnet_stub_dnet_ntoa=yes
9342 else
9343   $as_echo "$as_me: failed program was:" >&5
9344 sed 's/^/| /' conftest.$ac_ext >&5
9345
9346         ac_cv_lib_dnet_stub_dnet_ntoa=no
9347 fi
9348
9349 rm -rf conftest.dSYM
9350 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9351       conftest$ac_exeext conftest.$ac_ext
9352 LIBS=$ac_check_lib_save_LIBS
9353 fi
9354 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9355 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9356 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
9357   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9358 fi
9359
9360     fi
9361 fi
9362
9363 rm -rf conftest.dSYM
9364 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9365       conftest$ac_exeext conftest.$ac_ext
9366     LIBS="$ac_xsave_LIBS"
9367
9368     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9369     # to get the SysV transport functions.
9370     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9371     # needs -lnsl.
9372     # The nsl library prevents programs from opening the X display
9373     # on Irix 5.2, according to T.E. Dickey.
9374     # The functions gethostbyname, getservbyname, and inet_addr are
9375     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9376     { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
9377 $as_echo_n "checking for gethostbyname... " >&6; }
9378 if test "${ac_cv_func_gethostbyname+set}" = set; then
9379   $as_echo_n "(cached) " >&6
9380 else
9381   cat >conftest.$ac_ext <<_ACEOF
9382 /* confdefs.h.  */
9383 _ACEOF
9384 cat confdefs.h >>conftest.$ac_ext
9385 cat >>conftest.$ac_ext <<_ACEOF
9386 /* end confdefs.h.  */
9387 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9388    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9389 #define gethostbyname innocuous_gethostbyname
9390
9391 /* System header to define __stub macros and hopefully few prototypes,
9392     which can conflict with char gethostbyname (); below.
9393     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9394     <limits.h> exists even on freestanding compilers.  */
9395
9396 #ifdef __STDC__
9397 # include <limits.h>
9398 #else
9399 # include <assert.h>
9400 #endif
9401
9402 #undef gethostbyname
9403
9404 /* Override any GCC internal prototype to avoid an error.
9405    Use char because int might match the return type of a GCC
9406    builtin and then its argument prototype would still apply.  */
9407 #ifdef __cplusplus
9408 extern "C"
9409 #endif
9410 char gethostbyname ();
9411 /* The GNU C library defines this for functions which it implements
9412     to always fail with ENOSYS.  Some functions are actually named
9413     something starting with __ and the normal name is an alias.  */
9414 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9415 choke me
9416 #endif
9417
9418 int
9419 main ()
9420 {
9421 return gethostbyname ();
9422   ;
9423   return 0;
9424 }
9425 _ACEOF
9426 rm -f conftest.$ac_objext conftest$ac_exeext
9427 if { (ac_try="$ac_link"
9428 case "(($ac_try" in
9429   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9430   *) ac_try_echo=$ac_try;;
9431 esac
9432 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9433 $as_echo "$ac_try_echo") >&5
9434   (eval "$ac_link") 2>conftest.er1
9435   ac_status=$?
9436   grep -v '^ *+' conftest.er1 >conftest.err
9437   rm -f conftest.er1
9438   cat conftest.err >&5
9439   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9440   (exit $ac_status); } && {
9441          test -z "$ac_c_werror_flag" ||
9442          test ! -s conftest.err
9443        } && test -s conftest$ac_exeext && {
9444          test "$cross_compiling" = yes ||
9445          $as_test_x conftest$ac_exeext
9446        }; then
9447   ac_cv_func_gethostbyname=yes
9448 else
9449   $as_echo "$as_me: failed program was:" >&5
9450 sed 's/^/| /' conftest.$ac_ext >&5
9451
9452         ac_cv_func_gethostbyname=no
9453 fi
9454
9455 rm -rf conftest.dSYM
9456 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9457       conftest$ac_exeext conftest.$ac_ext
9458 fi
9459 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9460 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9461
9462     if test $ac_cv_func_gethostbyname = no; then
9463       { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9464 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9465 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9466   $as_echo_n "(cached) " >&6
9467 else
9468   ac_check_lib_save_LIBS=$LIBS
9469 LIBS="-lnsl  $LIBS"
9470 cat >conftest.$ac_ext <<_ACEOF
9471 /* confdefs.h.  */
9472 _ACEOF
9473 cat confdefs.h >>conftest.$ac_ext
9474 cat >>conftest.$ac_ext <<_ACEOF
9475 /* end confdefs.h.  */
9476
9477 /* Override any GCC internal prototype to avoid an error.
9478    Use char because int might match the return type of a GCC
9479    builtin and then its argument prototype would still apply.  */
9480 #ifdef __cplusplus
9481 extern "C"
9482 #endif
9483 char gethostbyname ();
9484 int
9485 main ()
9486 {
9487 return gethostbyname ();
9488   ;
9489   return 0;
9490 }
9491 _ACEOF
9492 rm -f conftest.$ac_objext conftest$ac_exeext
9493 if { (ac_try="$ac_link"
9494 case "(($ac_try" in
9495   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9496   *) ac_try_echo=$ac_try;;
9497 esac
9498 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9499 $as_echo "$ac_try_echo") >&5
9500   (eval "$ac_link") 2>conftest.er1
9501   ac_status=$?
9502   grep -v '^ *+' conftest.er1 >conftest.err
9503   rm -f conftest.er1
9504   cat conftest.err >&5
9505   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9506   (exit $ac_status); } && {
9507          test -z "$ac_c_werror_flag" ||
9508          test ! -s conftest.err
9509        } && test -s conftest$ac_exeext && {
9510          test "$cross_compiling" = yes ||
9511          $as_test_x conftest$ac_exeext
9512        }; then
9513   ac_cv_lib_nsl_gethostbyname=yes
9514 else
9515   $as_echo "$as_me: failed program was:" >&5
9516 sed 's/^/| /' conftest.$ac_ext >&5
9517
9518         ac_cv_lib_nsl_gethostbyname=no
9519 fi
9520
9521 rm -rf conftest.dSYM
9522 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9523       conftest$ac_exeext conftest.$ac_ext
9524 LIBS=$ac_check_lib_save_LIBS
9525 fi
9526 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9527 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9528 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9529   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9530 fi
9531
9532       if test $ac_cv_lib_nsl_gethostbyname = no; then
9533         { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9534 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9535 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9536   $as_echo_n "(cached) " >&6
9537 else
9538   ac_check_lib_save_LIBS=$LIBS
9539 LIBS="-lbsd  $LIBS"
9540 cat >conftest.$ac_ext <<_ACEOF
9541 /* confdefs.h.  */
9542 _ACEOF
9543 cat confdefs.h >>conftest.$ac_ext
9544 cat >>conftest.$ac_ext <<_ACEOF
9545 /* end confdefs.h.  */
9546
9547 /* Override any GCC internal prototype to avoid an error.
9548    Use char because int might match the return type of a GCC
9549    builtin and then its argument prototype would still apply.  */
9550 #ifdef __cplusplus
9551 extern "C"
9552 #endif
9553 char gethostbyname ();
9554 int
9555 main ()
9556 {
9557 return gethostbyname ();
9558   ;
9559   return 0;
9560 }
9561 _ACEOF
9562 rm -f conftest.$ac_objext conftest$ac_exeext
9563 if { (ac_try="$ac_link"
9564 case "(($ac_try" in
9565   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9566   *) ac_try_echo=$ac_try;;
9567 esac
9568 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9569 $as_echo "$ac_try_echo") >&5
9570   (eval "$ac_link") 2>conftest.er1
9571   ac_status=$?
9572   grep -v '^ *+' conftest.er1 >conftest.err
9573   rm -f conftest.er1
9574   cat conftest.err >&5
9575   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9576   (exit $ac_status); } && {
9577          test -z "$ac_c_werror_flag" ||
9578          test ! -s conftest.err
9579        } && test -s conftest$ac_exeext && {
9580          test "$cross_compiling" = yes ||
9581          $as_test_x conftest$ac_exeext
9582        }; then
9583   ac_cv_lib_bsd_gethostbyname=yes
9584 else
9585   $as_echo "$as_me: failed program was:" >&5
9586 sed 's/^/| /' conftest.$ac_ext >&5
9587
9588         ac_cv_lib_bsd_gethostbyname=no
9589 fi
9590
9591 rm -rf conftest.dSYM
9592 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9593       conftest$ac_exeext conftest.$ac_ext
9594 LIBS=$ac_check_lib_save_LIBS
9595 fi
9596 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9597 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9598 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9599   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9600 fi
9601
9602       fi
9603     fi
9604
9605     # lieder@skyler.mavd.honeywell.com says without -lsocket,
9606     # socket/setsockopt and other routines are undefined under SCO ODT
9607     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
9608     # on later versions), says Simon Leinen: it contains gethostby*
9609     # variants that don't use the name server (or something).  -lsocket
9610     # must be given before -lnsl if both are needed.  We assume that
9611     # if connect needs -lnsl, so does gethostbyname.
9612     { $as_echo "$as_me:$LINENO: checking for connect" >&5
9613 $as_echo_n "checking for connect... " >&6; }
9614 if test "${ac_cv_func_connect+set}" = set; then
9615   $as_echo_n "(cached) " >&6
9616 else
9617   cat >conftest.$ac_ext <<_ACEOF
9618 /* confdefs.h.  */
9619 _ACEOF
9620 cat confdefs.h >>conftest.$ac_ext
9621 cat >>conftest.$ac_ext <<_ACEOF
9622 /* end confdefs.h.  */
9623 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9624    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9625 #define connect innocuous_connect
9626
9627 /* System header to define __stub macros and hopefully few prototypes,
9628     which can conflict with char connect (); below.
9629     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9630     <limits.h> exists even on freestanding compilers.  */
9631
9632 #ifdef __STDC__
9633 # include <limits.h>
9634 #else
9635 # include <assert.h>
9636 #endif
9637
9638 #undef connect
9639
9640 /* Override any GCC internal prototype to avoid an error.
9641    Use char because int might match the return type of a GCC
9642    builtin and then its argument prototype would still apply.  */
9643 #ifdef __cplusplus
9644 extern "C"
9645 #endif
9646 char connect ();
9647 /* The GNU C library defines this for functions which it implements
9648     to always fail with ENOSYS.  Some functions are actually named
9649     something starting with __ and the normal name is an alias.  */
9650 #if defined __stub_connect || defined __stub___connect
9651 choke me
9652 #endif
9653
9654 int
9655 main ()
9656 {
9657 return connect ();
9658   ;
9659   return 0;
9660 }
9661 _ACEOF
9662 rm -f conftest.$ac_objext conftest$ac_exeext
9663 if { (ac_try="$ac_link"
9664 case "(($ac_try" in
9665   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9666   *) ac_try_echo=$ac_try;;
9667 esac
9668 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9669 $as_echo "$ac_try_echo") >&5
9670   (eval "$ac_link") 2>conftest.er1
9671   ac_status=$?
9672   grep -v '^ *+' conftest.er1 >conftest.err
9673   rm -f conftest.er1
9674   cat conftest.err >&5
9675   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9676   (exit $ac_status); } && {
9677          test -z "$ac_c_werror_flag" ||
9678          test ! -s conftest.err
9679        } && test -s conftest$ac_exeext && {
9680          test "$cross_compiling" = yes ||
9681          $as_test_x conftest$ac_exeext
9682        }; then
9683   ac_cv_func_connect=yes
9684 else
9685   $as_echo "$as_me: failed program was:" >&5
9686 sed 's/^/| /' conftest.$ac_ext >&5
9687
9688         ac_cv_func_connect=no
9689 fi
9690
9691 rm -rf conftest.dSYM
9692 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9693       conftest$ac_exeext conftest.$ac_ext
9694 fi
9695 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9696 $as_echo "$ac_cv_func_connect" >&6; }
9697
9698     if test $ac_cv_func_connect = no; then
9699       { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9700 $as_echo_n "checking for connect in -lsocket... " >&6; }
9701 if test "${ac_cv_lib_socket_connect+set}" = set; then
9702   $as_echo_n "(cached) " >&6
9703 else
9704   ac_check_lib_save_LIBS=$LIBS
9705 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9706 cat >conftest.$ac_ext <<_ACEOF
9707 /* confdefs.h.  */
9708 _ACEOF
9709 cat confdefs.h >>conftest.$ac_ext
9710 cat >>conftest.$ac_ext <<_ACEOF
9711 /* end confdefs.h.  */
9712
9713 /* Override any GCC internal prototype to avoid an error.
9714    Use char because int might match the return type of a GCC
9715    builtin and then its argument prototype would still apply.  */
9716 #ifdef __cplusplus
9717 extern "C"
9718 #endif
9719 char connect ();
9720 int
9721 main ()
9722 {
9723 return connect ();
9724   ;
9725   return 0;
9726 }
9727 _ACEOF
9728 rm -f conftest.$ac_objext conftest$ac_exeext
9729 if { (ac_try="$ac_link"
9730 case "(($ac_try" in
9731   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9732   *) ac_try_echo=$ac_try;;
9733 esac
9734 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9735 $as_echo "$ac_try_echo") >&5
9736   (eval "$ac_link") 2>conftest.er1
9737   ac_status=$?
9738   grep -v '^ *+' conftest.er1 >conftest.err
9739   rm -f conftest.er1
9740   cat conftest.err >&5
9741   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9742   (exit $ac_status); } && {
9743          test -z "$ac_c_werror_flag" ||
9744          test ! -s conftest.err
9745        } && test -s conftest$ac_exeext && {
9746          test "$cross_compiling" = yes ||
9747          $as_test_x conftest$ac_exeext
9748        }; then
9749   ac_cv_lib_socket_connect=yes
9750 else
9751   $as_echo "$as_me: failed program was:" >&5
9752 sed 's/^/| /' conftest.$ac_ext >&5
9753
9754         ac_cv_lib_socket_connect=no
9755 fi
9756
9757 rm -rf conftest.dSYM
9758 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9759       conftest$ac_exeext conftest.$ac_ext
9760 LIBS=$ac_check_lib_save_LIBS
9761 fi
9762 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9763 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9764 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9765   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9766 fi
9767
9768     fi
9769
9770     # Guillermo Gomez says -lposix is necessary on A/UX.
9771     { $as_echo "$as_me:$LINENO: checking for remove" >&5
9772 $as_echo_n "checking for remove... " >&6; }
9773 if test "${ac_cv_func_remove+set}" = set; then
9774   $as_echo_n "(cached) " >&6
9775 else
9776   cat >conftest.$ac_ext <<_ACEOF
9777 /* confdefs.h.  */
9778 _ACEOF
9779 cat confdefs.h >>conftest.$ac_ext
9780 cat >>conftest.$ac_ext <<_ACEOF
9781 /* end confdefs.h.  */
9782 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9783    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9784 #define remove innocuous_remove
9785
9786 /* System header to define __stub macros and hopefully few prototypes,
9787     which can conflict with char remove (); below.
9788     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9789     <limits.h> exists even on freestanding compilers.  */
9790
9791 #ifdef __STDC__
9792 # include <limits.h>
9793 #else
9794 # include <assert.h>
9795 #endif
9796
9797 #undef remove
9798
9799 /* Override any GCC internal prototype to avoid an error.
9800    Use char because int might match the return type of a GCC
9801    builtin and then its argument prototype would still apply.  */
9802 #ifdef __cplusplus
9803 extern "C"
9804 #endif
9805 char remove ();
9806 /* The GNU C library defines this for functions which it implements
9807     to always fail with ENOSYS.  Some functions are actually named
9808     something starting with __ and the normal name is an alias.  */
9809 #if defined __stub_remove || defined __stub___remove
9810 choke me
9811 #endif
9812
9813 int
9814 main ()
9815 {
9816 return remove ();
9817   ;
9818   return 0;
9819 }
9820 _ACEOF
9821 rm -f conftest.$ac_objext conftest$ac_exeext
9822 if { (ac_try="$ac_link"
9823 case "(($ac_try" in
9824   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9825   *) ac_try_echo=$ac_try;;
9826 esac
9827 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9828 $as_echo "$ac_try_echo") >&5
9829   (eval "$ac_link") 2>conftest.er1
9830   ac_status=$?
9831   grep -v '^ *+' conftest.er1 >conftest.err
9832   rm -f conftest.er1
9833   cat conftest.err >&5
9834   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9835   (exit $ac_status); } && {
9836          test -z "$ac_c_werror_flag" ||
9837          test ! -s conftest.err
9838        } && test -s conftest$ac_exeext && {
9839          test "$cross_compiling" = yes ||
9840          $as_test_x conftest$ac_exeext
9841        }; then
9842   ac_cv_func_remove=yes
9843 else
9844   $as_echo "$as_me: failed program was:" >&5
9845 sed 's/^/| /' conftest.$ac_ext >&5
9846
9847         ac_cv_func_remove=no
9848 fi
9849
9850 rm -rf conftest.dSYM
9851 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9852       conftest$ac_exeext conftest.$ac_ext
9853 fi
9854 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9855 $as_echo "$ac_cv_func_remove" >&6; }
9856
9857     if test $ac_cv_func_remove = no; then
9858       { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9859 $as_echo_n "checking for remove in -lposix... " >&6; }
9860 if test "${ac_cv_lib_posix_remove+set}" = set; then
9861   $as_echo_n "(cached) " >&6
9862 else
9863   ac_check_lib_save_LIBS=$LIBS
9864 LIBS="-lposix  $LIBS"
9865 cat >conftest.$ac_ext <<_ACEOF
9866 /* confdefs.h.  */
9867 _ACEOF
9868 cat confdefs.h >>conftest.$ac_ext
9869 cat >>conftest.$ac_ext <<_ACEOF
9870 /* end confdefs.h.  */
9871
9872 /* Override any GCC internal prototype to avoid an error.
9873    Use char because int might match the return type of a GCC
9874    builtin and then its argument prototype would still apply.  */
9875 #ifdef __cplusplus
9876 extern "C"
9877 #endif
9878 char remove ();
9879 int
9880 main ()
9881 {
9882 return remove ();
9883   ;
9884   return 0;
9885 }
9886 _ACEOF
9887 rm -f conftest.$ac_objext conftest$ac_exeext
9888 if { (ac_try="$ac_link"
9889 case "(($ac_try" in
9890   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9891   *) ac_try_echo=$ac_try;;
9892 esac
9893 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9894 $as_echo "$ac_try_echo") >&5
9895   (eval "$ac_link") 2>conftest.er1
9896   ac_status=$?
9897   grep -v '^ *+' conftest.er1 >conftest.err
9898   rm -f conftest.er1
9899   cat conftest.err >&5
9900   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9901   (exit $ac_status); } && {
9902          test -z "$ac_c_werror_flag" ||
9903          test ! -s conftest.err
9904        } && test -s conftest$ac_exeext && {
9905          test "$cross_compiling" = yes ||
9906          $as_test_x conftest$ac_exeext
9907        }; then
9908   ac_cv_lib_posix_remove=yes
9909 else
9910   $as_echo "$as_me: failed program was:" >&5
9911 sed 's/^/| /' conftest.$ac_ext >&5
9912
9913         ac_cv_lib_posix_remove=no
9914 fi
9915
9916 rm -rf conftest.dSYM
9917 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9918       conftest$ac_exeext conftest.$ac_ext
9919 LIBS=$ac_check_lib_save_LIBS
9920 fi
9921 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9922 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9923 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9924   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9925 fi
9926
9927     fi
9928
9929     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9930     { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9931 $as_echo_n "checking for shmat... " >&6; }
9932 if test "${ac_cv_func_shmat+set}" = set; then
9933   $as_echo_n "(cached) " >&6
9934 else
9935   cat >conftest.$ac_ext <<_ACEOF
9936 /* confdefs.h.  */
9937 _ACEOF
9938 cat confdefs.h >>conftest.$ac_ext
9939 cat >>conftest.$ac_ext <<_ACEOF
9940 /* end confdefs.h.  */
9941 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9942    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9943 #define shmat innocuous_shmat
9944
9945 /* System header to define __stub macros and hopefully few prototypes,
9946     which can conflict with char shmat (); below.
9947     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9948     <limits.h> exists even on freestanding compilers.  */
9949
9950 #ifdef __STDC__
9951 # include <limits.h>
9952 #else
9953 # include <assert.h>
9954 #endif
9955
9956 #undef shmat
9957
9958 /* Override any GCC internal prototype to avoid an error.
9959    Use char because int might match the return type of a GCC
9960    builtin and then its argument prototype would still apply.  */
9961 #ifdef __cplusplus
9962 extern "C"
9963 #endif
9964 char shmat ();
9965 /* The GNU C library defines this for functions which it implements
9966     to always fail with ENOSYS.  Some functions are actually named
9967     something starting with __ and the normal name is an alias.  */
9968 #if defined __stub_shmat || defined __stub___shmat
9969 choke me
9970 #endif
9971
9972 int
9973 main ()
9974 {
9975 return shmat ();
9976   ;
9977   return 0;
9978 }
9979 _ACEOF
9980 rm -f conftest.$ac_objext conftest$ac_exeext
9981 if { (ac_try="$ac_link"
9982 case "(($ac_try" in
9983   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9984   *) ac_try_echo=$ac_try;;
9985 esac
9986 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9987 $as_echo "$ac_try_echo") >&5
9988   (eval "$ac_link") 2>conftest.er1
9989   ac_status=$?
9990   grep -v '^ *+' conftest.er1 >conftest.err
9991   rm -f conftest.er1
9992   cat conftest.err >&5
9993   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9994   (exit $ac_status); } && {
9995          test -z "$ac_c_werror_flag" ||
9996          test ! -s conftest.err
9997        } && test -s conftest$ac_exeext && {
9998          test "$cross_compiling" = yes ||
9999          $as_test_x conftest$ac_exeext
10000        }; then
10001   ac_cv_func_shmat=yes
10002 else
10003   $as_echo "$as_me: failed program was:" >&5
10004 sed 's/^/| /' conftest.$ac_ext >&5
10005
10006         ac_cv_func_shmat=no
10007 fi
10008
10009 rm -rf conftest.dSYM
10010 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10011       conftest$ac_exeext conftest.$ac_ext
10012 fi
10013 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
10014 $as_echo "$ac_cv_func_shmat" >&6; }
10015
10016     if test $ac_cv_func_shmat = no; then
10017       { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
10018 $as_echo_n "checking for shmat in -lipc... " >&6; }
10019 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
10020   $as_echo_n "(cached) " >&6
10021 else
10022   ac_check_lib_save_LIBS=$LIBS
10023 LIBS="-lipc  $LIBS"
10024 cat >conftest.$ac_ext <<_ACEOF
10025 /* confdefs.h.  */
10026 _ACEOF
10027 cat confdefs.h >>conftest.$ac_ext
10028 cat >>conftest.$ac_ext <<_ACEOF
10029 /* end confdefs.h.  */
10030
10031 /* Override any GCC internal prototype to avoid an error.
10032    Use char because int might match the return type of a GCC
10033    builtin and then its argument prototype would still apply.  */
10034 #ifdef __cplusplus
10035 extern "C"
10036 #endif
10037 char shmat ();
10038 int
10039 main ()
10040 {
10041 return shmat ();
10042   ;
10043   return 0;
10044 }
10045 _ACEOF
10046 rm -f conftest.$ac_objext conftest$ac_exeext
10047 if { (ac_try="$ac_link"
10048 case "(($ac_try" in
10049   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10050   *) ac_try_echo=$ac_try;;
10051 esac
10052 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10053 $as_echo "$ac_try_echo") >&5
10054   (eval "$ac_link") 2>conftest.er1
10055   ac_status=$?
10056   grep -v '^ *+' conftest.er1 >conftest.err
10057   rm -f conftest.er1
10058   cat conftest.err >&5
10059   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10060   (exit $ac_status); } && {
10061          test -z "$ac_c_werror_flag" ||
10062          test ! -s conftest.err
10063        } && test -s conftest$ac_exeext && {
10064          test "$cross_compiling" = yes ||
10065          $as_test_x conftest$ac_exeext
10066        }; then
10067   ac_cv_lib_ipc_shmat=yes
10068 else
10069   $as_echo "$as_me: failed program was:" >&5
10070 sed 's/^/| /' conftest.$ac_ext >&5
10071
10072         ac_cv_lib_ipc_shmat=no
10073 fi
10074
10075 rm -rf conftest.dSYM
10076 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10077       conftest$ac_exeext conftest.$ac_ext
10078 LIBS=$ac_check_lib_save_LIBS
10079 fi
10080 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
10081 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
10082 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
10083   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
10084 fi
10085
10086     fi
10087   fi
10088
10089   # Check for libraries that X11R6 Xt/Xaw programs need.
10090   ac_save_LDFLAGS=$LDFLAGS
10091   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
10092   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
10093   # check for ICE first), but we must link in the order -lSM -lICE or
10094   # we get undefined symbols.  So assume we have SM if we have ICE.
10095   # These have to be linked with before -lX11, unlike the other
10096   # libraries we check for below, so use a different variable.
10097   # John Interrante, Karl Berry
10098   { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
10099 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
10100 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
10101   $as_echo_n "(cached) " >&6
10102 else
10103   ac_check_lib_save_LIBS=$LIBS
10104 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
10105 cat >conftest.$ac_ext <<_ACEOF
10106 /* confdefs.h.  */
10107 _ACEOF
10108 cat confdefs.h >>conftest.$ac_ext
10109 cat >>conftest.$ac_ext <<_ACEOF
10110 /* end confdefs.h.  */
10111
10112 /* Override any GCC internal prototype to avoid an error.
10113    Use char because int might match the return type of a GCC
10114    builtin and then its argument prototype would still apply.  */
10115 #ifdef __cplusplus
10116 extern "C"
10117 #endif
10118 char IceConnectionNumber ();
10119 int
10120 main ()
10121 {
10122 return IceConnectionNumber ();
10123   ;
10124   return 0;
10125 }
10126 _ACEOF
10127 rm -f conftest.$ac_objext conftest$ac_exeext
10128 if { (ac_try="$ac_link"
10129 case "(($ac_try" in
10130   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10131   *) ac_try_echo=$ac_try;;
10132 esac
10133 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10134 $as_echo "$ac_try_echo") >&5
10135   (eval "$ac_link") 2>conftest.er1
10136   ac_status=$?
10137   grep -v '^ *+' conftest.er1 >conftest.err
10138   rm -f conftest.er1
10139   cat conftest.err >&5
10140   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10141   (exit $ac_status); } && {
10142          test -z "$ac_c_werror_flag" ||
10143          test ! -s conftest.err
10144        } && test -s conftest$ac_exeext && {
10145          test "$cross_compiling" = yes ||
10146          $as_test_x conftest$ac_exeext
10147        }; then
10148   ac_cv_lib_ICE_IceConnectionNumber=yes
10149 else
10150   $as_echo "$as_me: failed program was:" >&5
10151 sed 's/^/| /' conftest.$ac_ext >&5
10152
10153         ac_cv_lib_ICE_IceConnectionNumber=no
10154 fi
10155
10156 rm -rf conftest.dSYM
10157 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10158       conftest$ac_exeext conftest.$ac_ext
10159 LIBS=$ac_check_lib_save_LIBS
10160 fi
10161 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
10162 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
10163 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
10164   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
10165 fi
10166
10167   LDFLAGS=$ac_save_LDFLAGS
10168
10169 fi
10170
10171
10172 if test "$have_x" = "yes"
10173 then
10174     XLIB="-lXext -lX11"
10175     ac_save_CPPFLAGS="$CPPFLAGS"
10176     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10177
10178     { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
10179 $as_echo_n "checking for -lX11... " >&6; }
10180 if test "${ac_cv_lib_soname_X11+set}" = set; then
10181   $as_echo_n "(cached) " >&6
10182 else
10183   ac_check_soname_save_LIBS=$LIBS
10184 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10185   cat >conftest.$ac_ext <<_ACEOF
10186 /* confdefs.h.  */
10187 _ACEOF
10188 cat confdefs.h >>conftest.$ac_ext
10189 cat >>conftest.$ac_ext <<_ACEOF
10190 /* end confdefs.h.  */
10191
10192 /* Override any GCC internal prototype to avoid an error.
10193    Use char because int might match the return type of a GCC
10194    builtin and then its argument prototype would still apply.  */
10195 #ifdef __cplusplus
10196 extern "C"
10197 #endif
10198 char XCreateWindow ();
10199 int
10200 main ()
10201 {
10202 return XCreateWindow ();
10203   ;
10204   return 0;
10205 }
10206 _ACEOF
10207 rm -f conftest.$ac_objext conftest$ac_exeext
10208 if { (ac_try="$ac_link"
10209 case "(($ac_try" in
10210   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10211   *) ac_try_echo=$ac_try;;
10212 esac
10213 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10214 $as_echo "$ac_try_echo") >&5
10215   (eval "$ac_link") 2>conftest.er1
10216   ac_status=$?
10217   grep -v '^ *+' conftest.er1 >conftest.err
10218   rm -f conftest.er1
10219   cat conftest.err >&5
10220   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10221   (exit $ac_status); } && {
10222          test -z "$ac_c_werror_flag" ||
10223          test ! -s conftest.err
10224        } && test -s conftest$ac_exeext && {
10225          test "$cross_compiling" = yes ||
10226          $as_test_x conftest$ac_exeext
10227        }; then
10228   case "$LIBEXT" in
10229     dll) ;;
10230     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'` ;;
10231     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10232   esac
10233 else
10234   $as_echo "$as_me: failed program was:" >&5
10235 sed 's/^/| /' conftest.$ac_ext >&5
10236
10237
10238 fi
10239
10240 rm -rf conftest.dSYM
10241 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10242       conftest$ac_exeext conftest.$ac_ext
10243   LIBS=$ac_check_soname_save_LIBS
10244 fi
10245 if test "x$ac_cv_lib_soname_X11" = "x"; then
10246   { $as_echo "$as_me:$LINENO: result: not found" >&5
10247 $as_echo "not found" >&6; }
10248
10249 else
10250   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10251 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10252
10253 cat >>confdefs.h <<_ACEOF
10254 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10255 _ACEOF
10256
10257
10258 fi
10259
10260     { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10261 $as_echo_n "checking for -lXext... " >&6; }
10262 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10263   $as_echo_n "(cached) " >&6
10264 else
10265   ac_check_soname_save_LIBS=$LIBS
10266 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10267   cat >conftest.$ac_ext <<_ACEOF
10268 /* confdefs.h.  */
10269 _ACEOF
10270 cat confdefs.h >>conftest.$ac_ext
10271 cat >>conftest.$ac_ext <<_ACEOF
10272 /* end confdefs.h.  */
10273
10274 /* Override any GCC internal prototype to avoid an error.
10275    Use char because int might match the return type of a GCC
10276    builtin and then its argument prototype would still apply.  */
10277 #ifdef __cplusplus
10278 extern "C"
10279 #endif
10280 char XextCreateExtension ();
10281 int
10282 main ()
10283 {
10284 return XextCreateExtension ();
10285   ;
10286   return 0;
10287 }
10288 _ACEOF
10289 rm -f conftest.$ac_objext conftest$ac_exeext
10290 if { (ac_try="$ac_link"
10291 case "(($ac_try" in
10292   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10293   *) ac_try_echo=$ac_try;;
10294 esac
10295 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10296 $as_echo "$ac_try_echo") >&5
10297   (eval "$ac_link") 2>conftest.er1
10298   ac_status=$?
10299   grep -v '^ *+' conftest.er1 >conftest.err
10300   rm -f conftest.er1
10301   cat conftest.err >&5
10302   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10303   (exit $ac_status); } && {
10304          test -z "$ac_c_werror_flag" ||
10305          test ! -s conftest.err
10306        } && test -s conftest$ac_exeext && {
10307          test "$cross_compiling" = yes ||
10308          $as_test_x conftest$ac_exeext
10309        }; then
10310   case "$LIBEXT" in
10311     dll) ;;
10312     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'` ;;
10313     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10314   esac
10315 else
10316   $as_echo "$as_me: failed program was:" >&5
10317 sed 's/^/| /' conftest.$ac_ext >&5
10318
10319
10320 fi
10321
10322 rm -rf conftest.dSYM
10323 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10324       conftest$ac_exeext conftest.$ac_ext
10325   LIBS=$ac_check_soname_save_LIBS
10326 fi
10327 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10328   { $as_echo "$as_me:$LINENO: result: not found" >&5
10329 $as_echo "not found" >&6; }
10330
10331 else
10332   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10333 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10334
10335 cat >>confdefs.h <<_ACEOF
10336 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10337 _ACEOF
10338
10339
10340 fi
10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
10351
10352
10353
10354
10355 for ac_header in X11/Xlib.h \
10356                       X11/XKBlib.h \
10357                       X11/Xutil.h \
10358                       X11/Xcursor/Xcursor.h \
10359                       X11/extensions/shape.h \
10360                       X11/extensions/XInput.h \
10361                       X11/extensions/XShm.h \
10362                       X11/extensions/Xcomposite.h \
10363                       X11/extensions/Xinerama.h \
10364                       X11/extensions/Xrandr.h \
10365                       X11/extensions/Xrender.h \
10366                       X11/extensions/xf86vmode.h
10367 do
10368 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10369 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10370 $as_echo_n "checking for $ac_header... " >&6; }
10371 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10372   $as_echo_n "(cached) " >&6
10373 else
10374   cat >conftest.$ac_ext <<_ACEOF
10375 /* confdefs.h.  */
10376 _ACEOF
10377 cat confdefs.h >>conftest.$ac_ext
10378 cat >>conftest.$ac_ext <<_ACEOF
10379 /* end confdefs.h.  */
10380 #ifdef HAVE_X11_XLIB_H
10381 # include <X11/Xlib.h>
10382 #endif
10383 #ifdef HAVE_X11_XUTIL_H
10384 # include <X11/Xutil.h>
10385 #endif
10386
10387 #include <$ac_header>
10388 _ACEOF
10389 rm -f conftest.$ac_objext
10390 if { (ac_try="$ac_compile"
10391 case "(($ac_try" in
10392   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10393   *) ac_try_echo=$ac_try;;
10394 esac
10395 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10396 $as_echo "$ac_try_echo") >&5
10397   (eval "$ac_compile") 2>conftest.er1
10398   ac_status=$?
10399   grep -v '^ *+' conftest.er1 >conftest.err
10400   rm -f conftest.er1
10401   cat conftest.err >&5
10402   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10403   (exit $ac_status); } && {
10404          test -z "$ac_c_werror_flag" ||
10405          test ! -s conftest.err
10406        } && test -s conftest.$ac_objext; then
10407   eval "$as_ac_Header=yes"
10408 else
10409   $as_echo "$as_me: failed program was:" >&5
10410 sed 's/^/| /' conftest.$ac_ext >&5
10411
10412         eval "$as_ac_Header=no"
10413 fi
10414
10415 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10416 fi
10417 ac_res=`eval 'as_val=${'$as_ac_Header'}
10418                  $as_echo "$as_val"'`
10419                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10420 $as_echo "$ac_res" >&6; }
10421 as_val=`eval 'as_val=${'$as_ac_Header'}
10422                  $as_echo "$as_val"'`
10423    if test "x$as_val" = x""yes; then
10424   cat >>confdefs.h <<_ACEOF
10425 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10426 _ACEOF
10427
10428 fi
10429
10430 done
10431
10432
10433                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10434         then
10435               { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10436 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10437 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10438   $as_echo_n "(cached) " >&6
10439 else
10440   ac_check_lib_save_LIBS=$LIBS
10441 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10442 cat >conftest.$ac_ext <<_ACEOF
10443 /* confdefs.h.  */
10444 _ACEOF
10445 cat confdefs.h >>conftest.$ac_ext
10446 cat >>conftest.$ac_ext <<_ACEOF
10447 /* end confdefs.h.  */
10448
10449 /* Override any GCC internal prototype to avoid an error.
10450    Use char because int might match the return type of a GCC
10451    builtin and then its argument prototype would still apply.  */
10452 #ifdef __cplusplus
10453 extern "C"
10454 #endif
10455 char XkbQueryExtension ();
10456 int
10457 main ()
10458 {
10459 return XkbQueryExtension ();
10460   ;
10461   return 0;
10462 }
10463 _ACEOF
10464 rm -f conftest.$ac_objext conftest$ac_exeext
10465 if { (ac_try="$ac_link"
10466 case "(($ac_try" in
10467   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10468   *) ac_try_echo=$ac_try;;
10469 esac
10470 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10471 $as_echo "$ac_try_echo") >&5
10472   (eval "$ac_link") 2>conftest.er1
10473   ac_status=$?
10474   grep -v '^ *+' conftest.er1 >conftest.err
10475   rm -f conftest.er1
10476   cat conftest.err >&5
10477   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10478   (exit $ac_status); } && {
10479          test -z "$ac_c_werror_flag" ||
10480          test ! -s conftest.err
10481        } && test -s conftest$ac_exeext && {
10482          test "$cross_compiling" = yes ||
10483          $as_test_x conftest$ac_exeext
10484        }; then
10485   ac_cv_lib_X11_XkbQueryExtension=yes
10486 else
10487   $as_echo "$as_me: failed program was:" >&5
10488 sed 's/^/| /' conftest.$ac_ext >&5
10489
10490         ac_cv_lib_X11_XkbQueryExtension=no
10491 fi
10492
10493 rm -rf conftest.dSYM
10494 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10495       conftest$ac_exeext conftest.$ac_ext
10496 LIBS=$ac_check_lib_save_LIBS
10497 fi
10498 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10499 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10500 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10501
10502 cat >>confdefs.h <<\_ACEOF
10503 #define HAVE_XKB 1
10504 _ACEOF
10505
10506 fi
10507
10508         fi
10509
10510                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10511         then
10512             { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10513 $as_echo_n "checking for -lXcursor... " >&6; }
10514 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10515   $as_echo_n "(cached) " >&6
10516 else
10517   ac_check_soname_save_LIBS=$LIBS
10518 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10519   cat >conftest.$ac_ext <<_ACEOF
10520 /* confdefs.h.  */
10521 _ACEOF
10522 cat confdefs.h >>conftest.$ac_ext
10523 cat >>conftest.$ac_ext <<_ACEOF
10524 /* end confdefs.h.  */
10525
10526 /* Override any GCC internal prototype to avoid an error.
10527    Use char because int might match the return type of a GCC
10528    builtin and then its argument prototype would still apply.  */
10529 #ifdef __cplusplus
10530 extern "C"
10531 #endif
10532 char XcursorImageLoadCursor ();
10533 int
10534 main ()
10535 {
10536 return XcursorImageLoadCursor ();
10537   ;
10538   return 0;
10539 }
10540 _ACEOF
10541 rm -f conftest.$ac_objext conftest$ac_exeext
10542 if { (ac_try="$ac_link"
10543 case "(($ac_try" in
10544   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10545   *) ac_try_echo=$ac_try;;
10546 esac
10547 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10548 $as_echo "$ac_try_echo") >&5
10549   (eval "$ac_link") 2>conftest.er1
10550   ac_status=$?
10551   grep -v '^ *+' conftest.er1 >conftest.err
10552   rm -f conftest.er1
10553   cat conftest.err >&5
10554   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10555   (exit $ac_status); } && {
10556          test -z "$ac_c_werror_flag" ||
10557          test ! -s conftest.err
10558        } && test -s conftest$ac_exeext && {
10559          test "$cross_compiling" = yes ||
10560          $as_test_x conftest$ac_exeext
10561        }; then
10562   case "$LIBEXT" in
10563     dll) ;;
10564     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'` ;;
10565     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10566   esac
10567 else
10568   $as_echo "$as_me: failed program was:" >&5
10569 sed 's/^/| /' conftest.$ac_ext >&5
10570
10571
10572 fi
10573
10574 rm -rf conftest.dSYM
10575 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10576       conftest$ac_exeext conftest.$ac_ext
10577   LIBS=$ac_check_soname_save_LIBS
10578 fi
10579 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10580   { $as_echo "$as_me:$LINENO: result: not found" >&5
10581 $as_echo "not found" >&6; }
10582
10583 else
10584   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10585 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10586
10587 cat >>confdefs.h <<_ACEOF
10588 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10589 _ACEOF
10590
10591
10592 fi
10593
10594         fi
10595         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10596   case "x$with_xcursor" in
10597   x)   wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10598   xno) ;;
10599   *)   { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10600 This is an error since --with-xcursor was requested." >&5
10601 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10602 This is an error since --with-xcursor was requested." >&2;}
10603    { (exit 1); exit 1; }; } ;;
10604 esac
10605 fi
10606
10607
10608                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10609         then
10610             { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10611 $as_echo_n "checking for -lXi... " >&6; }
10612 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10613   $as_echo_n "(cached) " >&6
10614 else
10615   ac_check_soname_save_LIBS=$LIBS
10616 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10617   cat >conftest.$ac_ext <<_ACEOF
10618 /* confdefs.h.  */
10619 _ACEOF
10620 cat confdefs.h >>conftest.$ac_ext
10621 cat >>conftest.$ac_ext <<_ACEOF
10622 /* end confdefs.h.  */
10623
10624 /* Override any GCC internal prototype to avoid an error.
10625    Use char because int might match the return type of a GCC
10626    builtin and then its argument prototype would still apply.  */
10627 #ifdef __cplusplus
10628 extern "C"
10629 #endif
10630 char XOpenDevice ();
10631 int
10632 main ()
10633 {
10634 return XOpenDevice ();
10635   ;
10636   return 0;
10637 }
10638 _ACEOF
10639 rm -f conftest.$ac_objext conftest$ac_exeext
10640 if { (ac_try="$ac_link"
10641 case "(($ac_try" in
10642   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10643   *) ac_try_echo=$ac_try;;
10644 esac
10645 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10646 $as_echo "$ac_try_echo") >&5
10647   (eval "$ac_link") 2>conftest.er1
10648   ac_status=$?
10649   grep -v '^ *+' conftest.er1 >conftest.err
10650   rm -f conftest.er1
10651   cat conftest.err >&5
10652   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10653   (exit $ac_status); } && {
10654          test -z "$ac_c_werror_flag" ||
10655          test ! -s conftest.err
10656        } && test -s conftest$ac_exeext && {
10657          test "$cross_compiling" = yes ||
10658          $as_test_x conftest$ac_exeext
10659        }; then
10660   case "$LIBEXT" in
10661     dll) ;;
10662     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'` ;;
10663     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10664   esac
10665 else
10666   $as_echo "$as_me: failed program was:" >&5
10667 sed 's/^/| /' conftest.$ac_ext >&5
10668
10669
10670 fi
10671
10672 rm -rf conftest.dSYM
10673 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10674       conftest$ac_exeext conftest.$ac_ext
10675   LIBS=$ac_check_soname_save_LIBS
10676 fi
10677 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10678   { $as_echo "$as_me:$LINENO: result: not found" >&5
10679 $as_echo "not found" >&6; }
10680
10681 else
10682   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10683 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10684
10685 cat >>confdefs.h <<_ACEOF
10686 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10687 _ACEOF
10688
10689
10690 fi
10691
10692         fi
10693         if test "x$ac_cv_lib_soname_Xi" = "x"; then
10694   case "x$with_xinput" in
10695   x)   wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10696   xno) ;;
10697   *)   { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10698 This is an error since --with-xinput was requested." >&5
10699 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10700 This is an error since --with-xinput was requested." >&2;}
10701    { (exit 1); exit 1; }; } ;;
10702 esac
10703 fi
10704
10705
10706                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10707         then
10708               { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10709 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10710 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10711   $as_echo_n "(cached) " >&6
10712 else
10713   ac_check_lib_save_LIBS=$LIBS
10714 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10715 cat >conftest.$ac_ext <<_ACEOF
10716 /* confdefs.h.  */
10717 _ACEOF
10718 cat confdefs.h >>conftest.$ac_ext
10719 cat >>conftest.$ac_ext <<_ACEOF
10720 /* end confdefs.h.  */
10721
10722 /* Override any GCC internal prototype to avoid an error.
10723    Use char because int might match the return type of a GCC
10724    builtin and then its argument prototype would still apply.  */
10725 #ifdef __cplusplus
10726 extern "C"
10727 #endif
10728 char XShmQueryExtension ();
10729 int
10730 main ()
10731 {
10732 return XShmQueryExtension ();
10733   ;
10734   return 0;
10735 }
10736 _ACEOF
10737 rm -f conftest.$ac_objext conftest$ac_exeext
10738 if { (ac_try="$ac_link"
10739 case "(($ac_try" in
10740   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10741   *) ac_try_echo=$ac_try;;
10742 esac
10743 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10744 $as_echo "$ac_try_echo") >&5
10745   (eval "$ac_link") 2>conftest.er1
10746   ac_status=$?
10747   grep -v '^ *+' conftest.er1 >conftest.err
10748   rm -f conftest.er1
10749   cat conftest.err >&5
10750   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10751   (exit $ac_status); } && {
10752          test -z "$ac_c_werror_flag" ||
10753          test ! -s conftest.err
10754        } && test -s conftest$ac_exeext && {
10755          test "$cross_compiling" = yes ||
10756          $as_test_x conftest$ac_exeext
10757        }; then
10758   ac_cv_lib_Xext_XShmQueryExtension=yes
10759 else
10760   $as_echo "$as_me: failed program was:" >&5
10761 sed 's/^/| /' conftest.$ac_ext >&5
10762
10763         ac_cv_lib_Xext_XShmQueryExtension=no
10764 fi
10765
10766 rm -rf conftest.dSYM
10767 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10768       conftest$ac_exeext conftest.$ac_ext
10769 LIBS=$ac_check_lib_save_LIBS
10770 fi
10771 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10772 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10773 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10774
10775 cat >>confdefs.h <<\_ACEOF
10776 #define HAVE_LIBXXSHM 1
10777 _ACEOF
10778
10779 fi
10780
10781         fi
10782         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10783   case "x$with_xshm" in
10784   x)   wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10785   xno) ;;
10786   *)   { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10787 This is an error since --with-xshm was requested." >&5
10788 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10789 This is an error since --with-xshm was requested." >&2;}
10790    { (exit 1); exit 1; }; } ;;
10791 esac
10792 fi
10793
10794
10795                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10796         then
10797               { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10798 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10799 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10800   $as_echo_n "(cached) " >&6
10801 else
10802   ac_check_lib_save_LIBS=$LIBS
10803 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10804 cat >conftest.$ac_ext <<_ACEOF
10805 /* confdefs.h.  */
10806 _ACEOF
10807 cat confdefs.h >>conftest.$ac_ext
10808 cat >>conftest.$ac_ext <<_ACEOF
10809 /* end confdefs.h.  */
10810
10811 /* Override any GCC internal prototype to avoid an error.
10812    Use char because int might match the return type of a GCC
10813    builtin and then its argument prototype would still apply.  */
10814 #ifdef __cplusplus
10815 extern "C"
10816 #endif
10817 char XShapeQueryExtension ();
10818 int
10819 main ()
10820 {
10821 return XShapeQueryExtension ();
10822   ;
10823   return 0;
10824 }
10825 _ACEOF
10826 rm -f conftest.$ac_objext conftest$ac_exeext
10827 if { (ac_try="$ac_link"
10828 case "(($ac_try" in
10829   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10830   *) ac_try_echo=$ac_try;;
10831 esac
10832 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10833 $as_echo "$ac_try_echo") >&5
10834   (eval "$ac_link") 2>conftest.er1
10835   ac_status=$?
10836   grep -v '^ *+' conftest.er1 >conftest.err
10837   rm -f conftest.er1
10838   cat conftest.err >&5
10839   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10840   (exit $ac_status); } && {
10841          test -z "$ac_c_werror_flag" ||
10842          test ! -s conftest.err
10843        } && test -s conftest$ac_exeext && {
10844          test "$cross_compiling" = yes ||
10845          $as_test_x conftest$ac_exeext
10846        }; then
10847   ac_cv_lib_Xext_XShapeQueryExtension=yes
10848 else
10849   $as_echo "$as_me: failed program was:" >&5
10850 sed 's/^/| /' conftest.$ac_ext >&5
10851
10852         ac_cv_lib_Xext_XShapeQueryExtension=no
10853 fi
10854
10855 rm -rf conftest.dSYM
10856 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10857       conftest$ac_exeext conftest.$ac_ext
10858 LIBS=$ac_check_lib_save_LIBS
10859 fi
10860 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10861 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10862 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10863
10864 cat >>confdefs.h <<\_ACEOF
10865 #define HAVE_LIBXSHAPE 1
10866 _ACEOF
10867
10868 fi
10869
10870         fi
10871         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10872   case "x$with_xshape" in
10873   x)   wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10874   xno) ;;
10875   *)   { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10876 This is an error since --with-xshape was requested." >&5
10877 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10878 This is an error since --with-xshape was requested." >&2;}
10879    { (exit 1); exit 1; }; } ;;
10880 esac
10881 fi
10882
10883
10884                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10885         then
10886             { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10887 $as_echo_n "checking for -lXxf86vm... " >&6; }
10888 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10889   $as_echo_n "(cached) " >&6
10890 else
10891   ac_check_soname_save_LIBS=$LIBS
10892 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10893   cat >conftest.$ac_ext <<_ACEOF
10894 /* confdefs.h.  */
10895 _ACEOF
10896 cat confdefs.h >>conftest.$ac_ext
10897 cat >>conftest.$ac_ext <<_ACEOF
10898 /* end confdefs.h.  */
10899
10900 /* Override any GCC internal prototype to avoid an error.
10901    Use char because int might match the return type of a GCC
10902    builtin and then its argument prototype would still apply.  */
10903 #ifdef __cplusplus
10904 extern "C"
10905 #endif
10906 char XF86VidModeQueryExtension ();
10907 int
10908 main ()
10909 {
10910 return XF86VidModeQueryExtension ();
10911   ;
10912   return 0;
10913 }
10914 _ACEOF
10915 rm -f conftest.$ac_objext conftest$ac_exeext
10916 if { (ac_try="$ac_link"
10917 case "(($ac_try" in
10918   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10919   *) ac_try_echo=$ac_try;;
10920 esac
10921 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10922 $as_echo "$ac_try_echo") >&5
10923   (eval "$ac_link") 2>conftest.er1
10924   ac_status=$?
10925   grep -v '^ *+' conftest.er1 >conftest.err
10926   rm -f conftest.er1
10927   cat conftest.err >&5
10928   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10929   (exit $ac_status); } && {
10930          test -z "$ac_c_werror_flag" ||
10931          test ! -s conftest.err
10932        } && test -s conftest$ac_exeext && {
10933          test "$cross_compiling" = yes ||
10934          $as_test_x conftest$ac_exeext
10935        }; then
10936   case "$LIBEXT" in
10937     dll) ;;
10938     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'` ;;
10939     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10940   esac
10941 else
10942   $as_echo "$as_me: failed program was:" >&5
10943 sed 's/^/| /' conftest.$ac_ext >&5
10944
10945
10946 fi
10947
10948 rm -rf conftest.dSYM
10949 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10950       conftest$ac_exeext conftest.$ac_ext
10951   LIBS=$ac_check_soname_save_LIBS
10952 fi
10953 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10954   { $as_echo "$as_me:$LINENO: result: not found" >&5
10955 $as_echo "not found" >&6; }
10956
10957 else
10958   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10959 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10960
10961 cat >>confdefs.h <<_ACEOF
10962 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10963 _ACEOF
10964
10965
10966 fi
10967
10968         fi
10969         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10970   case "x$with_xxf86vm" in
10971   x)   wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10972   xno) ;;
10973   *)   { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10974 This is an error since --with-xxf86vm was requested." >&5
10975 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10976 This is an error since --with-xxf86vm was requested." >&2;}
10977    { (exit 1); exit 1; }; } ;;
10978 esac
10979 fi
10980
10981
10982                 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"
10983         then
10984             { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10985 $as_echo_n "checking for -lXrender... " >&6; }
10986 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10987   $as_echo_n "(cached) " >&6
10988 else
10989   ac_check_soname_save_LIBS=$LIBS
10990 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10991   cat >conftest.$ac_ext <<_ACEOF
10992 /* confdefs.h.  */
10993 _ACEOF
10994 cat confdefs.h >>conftest.$ac_ext
10995 cat >>conftest.$ac_ext <<_ACEOF
10996 /* end confdefs.h.  */
10997
10998 /* Override any GCC internal prototype to avoid an error.
10999    Use char because int might match the return type of a GCC
11000    builtin and then its argument prototype would still apply.  */
11001 #ifdef __cplusplus
11002 extern "C"
11003 #endif
11004 char XRenderQueryExtension ();
11005 int
11006 main ()
11007 {
11008 return XRenderQueryExtension ();
11009   ;
11010   return 0;
11011 }
11012 _ACEOF
11013 rm -f conftest.$ac_objext conftest$ac_exeext
11014 if { (ac_try="$ac_link"
11015 case "(($ac_try" in
11016   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11017   *) ac_try_echo=$ac_try;;
11018 esac
11019 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11020 $as_echo "$ac_try_echo") >&5
11021   (eval "$ac_link") 2>conftest.er1
11022   ac_status=$?
11023   grep -v '^ *+' conftest.er1 >conftest.err
11024   rm -f conftest.er1
11025   cat conftest.err >&5
11026   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11027   (exit $ac_status); } && {
11028          test -z "$ac_c_werror_flag" ||
11029          test ! -s conftest.err
11030        } && test -s conftest$ac_exeext && {
11031          test "$cross_compiling" = yes ||
11032          $as_test_x conftest$ac_exeext
11033        }; then
11034   case "$LIBEXT" in
11035     dll) ;;
11036     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'` ;;
11037     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
11038   esac
11039 else
11040   $as_echo "$as_me: failed program was:" >&5
11041 sed 's/^/| /' conftest.$ac_ext >&5
11042
11043
11044 fi
11045
11046 rm -rf conftest.dSYM
11047 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11048       conftest$ac_exeext conftest.$ac_ext
11049   LIBS=$ac_check_soname_save_LIBS
11050 fi
11051 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
11052   { $as_echo "$as_me:$LINENO: result: not found" >&5
11053 $as_echo "not found" >&6; }
11054
11055 else
11056   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
11057 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
11058
11059 cat >>confdefs.h <<_ACEOF
11060 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
11061 _ACEOF
11062
11063        { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
11064 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
11065 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
11066   $as_echo_n "(cached) " >&6
11067 else
11068   ac_check_lib_save_LIBS=$LIBS
11069 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11070 cat >conftest.$ac_ext <<_ACEOF
11071 /* confdefs.h.  */
11072 _ACEOF
11073 cat confdefs.h >>conftest.$ac_ext
11074 cat >>conftest.$ac_ext <<_ACEOF
11075 /* end confdefs.h.  */
11076
11077 /* Override any GCC internal prototype to avoid an error.
11078    Use char because int might match the return type of a GCC
11079    builtin and then its argument prototype would still apply.  */
11080 #ifdef __cplusplus
11081 extern "C"
11082 #endif
11083 char XRenderSetPictureTransform ();
11084 int
11085 main ()
11086 {
11087 return XRenderSetPictureTransform ();
11088   ;
11089   return 0;
11090 }
11091 _ACEOF
11092 rm -f conftest.$ac_objext conftest$ac_exeext
11093 if { (ac_try="$ac_link"
11094 case "(($ac_try" in
11095   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11096   *) ac_try_echo=$ac_try;;
11097 esac
11098 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11099 $as_echo "$ac_try_echo") >&5
11100   (eval "$ac_link") 2>conftest.er1
11101   ac_status=$?
11102   grep -v '^ *+' conftest.er1 >conftest.err
11103   rm -f conftest.er1
11104   cat conftest.err >&5
11105   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11106   (exit $ac_status); } && {
11107          test -z "$ac_c_werror_flag" ||
11108          test ! -s conftest.err
11109        } && test -s conftest$ac_exeext && {
11110          test "$cross_compiling" = yes ||
11111          $as_test_x conftest$ac_exeext
11112        }; then
11113   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
11114 else
11115   $as_echo "$as_me: failed program was:" >&5
11116 sed 's/^/| /' conftest.$ac_ext >&5
11117
11118         ac_cv_lib_Xrender_XRenderSetPictureTransform=no
11119 fi
11120
11121 rm -rf conftest.dSYM
11122 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11123       conftest$ac_exeext conftest.$ac_ext
11124 LIBS=$ac_check_lib_save_LIBS
11125 fi
11126 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
11127 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
11128 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
11129
11130 cat >>confdefs.h <<\_ACEOF
11131 #define HAVE_XRENDERSETPICTURETRANSFORM 1
11132 _ACEOF
11133
11134 fi
11135
11136 fi
11137
11138
11139         fi
11140         if test "x$ac_cv_lib_soname_Xrender" = "x"; then
11141   case "x$with_xrender" in
11142   x)   wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
11143   xno) ;;
11144   *)   { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11145 This is an error since --with-xrender was requested." >&5
11146 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11147 This is an error since --with-xrender was requested." >&2;}
11148    { (exit 1); exit 1; }; } ;;
11149 esac
11150 fi
11151
11152
11153                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
11154         then
11155                 cat >conftest.$ac_ext <<_ACEOF
11156 /* confdefs.h.  */
11157 _ACEOF
11158 cat confdefs.h >>conftest.$ac_ext
11159 cat >>conftest.$ac_ext <<_ACEOF
11160 /* end confdefs.h.  */
11161 #include <X11/Xlib.h>
11162 #include <X11/extensions/Xrandr.h>
11163 int
11164 main ()
11165 {
11166 static typeof(XRRSetScreenConfigAndRate) * func;
11167   ;
11168   return 0;
11169 }
11170 _ACEOF
11171 rm -f conftest.$ac_objext
11172 if { (ac_try="$ac_compile"
11173 case "(($ac_try" in
11174   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11175   *) ac_try_echo=$ac_try;;
11176 esac
11177 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11178 $as_echo "$ac_try_echo") >&5
11179   (eval "$ac_compile") 2>conftest.er1
11180   ac_status=$?
11181   grep -v '^ *+' conftest.er1 >conftest.err
11182   rm -f conftest.er1
11183   cat conftest.err >&5
11184   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11185   (exit $ac_status); } && {
11186          test -z "$ac_c_werror_flag" ||
11187          test ! -s conftest.err
11188        } && test -s conftest.$ac_objext; then
11189   { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
11190 $as_echo_n "checking for -lXrandr... " >&6; }
11191 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
11192   $as_echo_n "(cached) " >&6
11193 else
11194   ac_check_soname_save_LIBS=$LIBS
11195 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11196   cat >conftest.$ac_ext <<_ACEOF
11197 /* confdefs.h.  */
11198 _ACEOF
11199 cat confdefs.h >>conftest.$ac_ext
11200 cat >>conftest.$ac_ext <<_ACEOF
11201 /* end confdefs.h.  */
11202
11203 /* Override any GCC internal prototype to avoid an error.
11204    Use char because int might match the return type of a GCC
11205    builtin and then its argument prototype would still apply.  */
11206 #ifdef __cplusplus
11207 extern "C"
11208 #endif
11209 char XRRQueryExtension ();
11210 int
11211 main ()
11212 {
11213 return XRRQueryExtension ();
11214   ;
11215   return 0;
11216 }
11217 _ACEOF
11218 rm -f conftest.$ac_objext conftest$ac_exeext
11219 if { (ac_try="$ac_link"
11220 case "(($ac_try" in
11221   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11222   *) ac_try_echo=$ac_try;;
11223 esac
11224 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11225 $as_echo "$ac_try_echo") >&5
11226   (eval "$ac_link") 2>conftest.er1
11227   ac_status=$?
11228   grep -v '^ *+' conftest.er1 >conftest.err
11229   rm -f conftest.er1
11230   cat conftest.err >&5
11231   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11232   (exit $ac_status); } && {
11233          test -z "$ac_c_werror_flag" ||
11234          test ! -s conftest.err
11235        } && test -s conftest$ac_exeext && {
11236          test "$cross_compiling" = yes ||
11237          $as_test_x conftest$ac_exeext
11238        }; then
11239   case "$LIBEXT" in
11240     dll) ;;
11241     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'` ;;
11242     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
11243   esac
11244 else
11245   $as_echo "$as_me: failed program was:" >&5
11246 sed 's/^/| /' conftest.$ac_ext >&5
11247
11248
11249 fi
11250
11251 rm -rf conftest.dSYM
11252 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11253       conftest$ac_exeext conftest.$ac_ext
11254   LIBS=$ac_check_soname_save_LIBS
11255 fi
11256 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11257   { $as_echo "$as_me:$LINENO: result: not found" >&5
11258 $as_echo "not found" >&6; }
11259
11260 else
11261   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11262 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11263
11264 cat >>confdefs.h <<_ACEOF
11265 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11266 _ACEOF
11267
11268
11269 fi
11270
11271 else
11272   $as_echo "$as_me: failed program was:" >&5
11273 sed 's/^/| /' conftest.$ac_ext >&5
11274
11275
11276 fi
11277
11278 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11279         fi
11280         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11281   case "x$with_xrandr" in
11282   x)   wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11283   xno) ;;
11284   *)   { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11285 This is an error since --with-xrandr was requested." >&5
11286 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11287 This is an error since --with-xrandr was requested." >&2;}
11288    { (exit 1); exit 1; }; } ;;
11289 esac
11290 fi
11291
11292
11293                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11294         then
11295                 cat >conftest.$ac_ext <<_ACEOF
11296 /* confdefs.h.  */
11297 _ACEOF
11298 cat confdefs.h >>conftest.$ac_ext
11299 cat >>conftest.$ac_ext <<_ACEOF
11300 /* end confdefs.h.  */
11301 #include <X11/Xlib.h>
11302 #include <X11/extensions/Xinerama.h>
11303 int
11304 main ()
11305 {
11306 static typeof(XineramaQueryScreens) * func;
11307   ;
11308   return 0;
11309 }
11310 _ACEOF
11311 rm -f conftest.$ac_objext
11312 if { (ac_try="$ac_compile"
11313 case "(($ac_try" in
11314   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11315   *) ac_try_echo=$ac_try;;
11316 esac
11317 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11318 $as_echo "$ac_try_echo") >&5
11319   (eval "$ac_compile") 2>conftest.er1
11320   ac_status=$?
11321   grep -v '^ *+' conftest.er1 >conftest.err
11322   rm -f conftest.er1
11323   cat conftest.err >&5
11324   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11325   (exit $ac_status); } && {
11326          test -z "$ac_c_werror_flag" ||
11327          test ! -s conftest.err
11328        } && test -s conftest.$ac_objext; then
11329   { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11330 $as_echo_n "checking for -lXinerama... " >&6; }
11331 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11332   $as_echo_n "(cached) " >&6
11333 else
11334   ac_check_soname_save_LIBS=$LIBS
11335 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11336   cat >conftest.$ac_ext <<_ACEOF
11337 /* confdefs.h.  */
11338 _ACEOF
11339 cat confdefs.h >>conftest.$ac_ext
11340 cat >>conftest.$ac_ext <<_ACEOF
11341 /* end confdefs.h.  */
11342
11343 /* Override any GCC internal prototype to avoid an error.
11344    Use char because int might match the return type of a GCC
11345    builtin and then its argument prototype would still apply.  */
11346 #ifdef __cplusplus
11347 extern "C"
11348 #endif
11349 char XineramaQueryScreens ();
11350 int
11351 main ()
11352 {
11353 return XineramaQueryScreens ();
11354   ;
11355   return 0;
11356 }
11357 _ACEOF
11358 rm -f conftest.$ac_objext conftest$ac_exeext
11359 if { (ac_try="$ac_link"
11360 case "(($ac_try" in
11361   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11362   *) ac_try_echo=$ac_try;;
11363 esac
11364 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11365 $as_echo "$ac_try_echo") >&5
11366   (eval "$ac_link") 2>conftest.er1
11367   ac_status=$?
11368   grep -v '^ *+' conftest.er1 >conftest.err
11369   rm -f conftest.er1
11370   cat conftest.err >&5
11371   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11372   (exit $ac_status); } && {
11373          test -z "$ac_c_werror_flag" ||
11374          test ! -s conftest.err
11375        } && test -s conftest$ac_exeext && {
11376          test "$cross_compiling" = yes ||
11377          $as_test_x conftest$ac_exeext
11378        }; then
11379   case "$LIBEXT" in
11380     dll) ;;
11381     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'` ;;
11382     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
11383   esac
11384 else
11385   $as_echo "$as_me: failed program was:" >&5
11386 sed 's/^/| /' conftest.$ac_ext >&5
11387
11388
11389 fi
11390
11391 rm -rf conftest.dSYM
11392 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11393       conftest$ac_exeext conftest.$ac_ext
11394   LIBS=$ac_check_soname_save_LIBS
11395 fi
11396 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11397   { $as_echo "$as_me:$LINENO: result: not found" >&5
11398 $as_echo "not found" >&6; }
11399
11400 else
11401   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11402 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11403
11404 cat >>confdefs.h <<_ACEOF
11405 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11406 _ACEOF
11407
11408
11409 fi
11410
11411 else
11412   $as_echo "$as_me: failed program was:" >&5
11413 sed 's/^/| /' conftest.$ac_ext >&5
11414
11415
11416 fi
11417
11418 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11419         fi
11420         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11421   case "x$with_xinerama" in
11422   x)   wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11423   xno) ;;
11424   *)   { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11425 This is an error since --with-xinerama was requested." >&5
11426 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11427 This is an error since --with-xinerama was requested." >&2;}
11428    { (exit 1); exit 1; }; } ;;
11429 esac
11430 fi
11431
11432
11433                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11434         then
11435             { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11436 $as_echo_n "checking for -lXcomposite... " >&6; }
11437 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11438   $as_echo_n "(cached) " >&6
11439 else
11440   ac_check_soname_save_LIBS=$LIBS
11441 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11442   cat >conftest.$ac_ext <<_ACEOF
11443 /* confdefs.h.  */
11444 _ACEOF
11445 cat confdefs.h >>conftest.$ac_ext
11446 cat >>conftest.$ac_ext <<_ACEOF
11447 /* end confdefs.h.  */
11448
11449 /* Override any GCC internal prototype to avoid an error.
11450    Use char because int might match the return type of a GCC
11451    builtin and then its argument prototype would still apply.  */
11452 #ifdef __cplusplus
11453 extern "C"
11454 #endif
11455 char XCompositeRedirectWindow ();
11456 int
11457 main ()
11458 {
11459 return XCompositeRedirectWindow ();
11460   ;
11461   return 0;
11462 }
11463 _ACEOF
11464 rm -f conftest.$ac_objext conftest$ac_exeext
11465 if { (ac_try="$ac_link"
11466 case "(($ac_try" in
11467   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11468   *) ac_try_echo=$ac_try;;
11469 esac
11470 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11471 $as_echo "$ac_try_echo") >&5
11472   (eval "$ac_link") 2>conftest.er1
11473   ac_status=$?
11474   grep -v '^ *+' conftest.er1 >conftest.err
11475   rm -f conftest.er1
11476   cat conftest.err >&5
11477   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11478   (exit $ac_status); } && {
11479          test -z "$ac_c_werror_flag" ||
11480          test ! -s conftest.err
11481        } && test -s conftest$ac_exeext && {
11482          test "$cross_compiling" = yes ||
11483          $as_test_x conftest$ac_exeext
11484        }; then
11485   case "$LIBEXT" in
11486     dll) ;;
11487     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'` ;;
11488     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11489   esac
11490 else
11491   $as_echo "$as_me: failed program was:" >&5
11492 sed 's/^/| /' conftest.$ac_ext >&5
11493
11494
11495 fi
11496
11497 rm -rf conftest.dSYM
11498 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11499       conftest$ac_exeext conftest.$ac_ext
11500   LIBS=$ac_check_soname_save_LIBS
11501 fi
11502 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11503   { $as_echo "$as_me:$LINENO: result: not found" >&5
11504 $as_echo "not found" >&6; }
11505
11506 else
11507   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11508 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11509
11510 cat >>confdefs.h <<_ACEOF
11511 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11512 _ACEOF
11513
11514
11515 fi
11516
11517         fi
11518         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11519   case "x$with_xcomposite" in
11520   x)   wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11521   xno) ;;
11522   *)   { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11523 This is an error since --with-xcomposite was requested." >&5
11524 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11525 This is an error since --with-xcomposite was requested." >&2;}
11526    { (exit 1); exit 1; }; } ;;
11527 esac
11528 fi
11529
11530
11531                 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11532 $as_echo_n "checking for XICCallback.callback... " >&6; }
11533 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11534   $as_echo_n "(cached) " >&6
11535 else
11536   cat >conftest.$ac_ext <<_ACEOF
11537 /* confdefs.h.  */
11538 _ACEOF
11539 cat confdefs.h >>conftest.$ac_ext
11540 cat >>conftest.$ac_ext <<_ACEOF
11541 /* end confdefs.h.  */
11542 #ifdef HAVE_X11_XLIB_H
11543 #include <X11/Xlib.h>
11544 #endif
11545
11546 int
11547 main ()
11548 {
11549 static XICCallback ac_aggr;
11550 if (ac_aggr.callback)
11551 return 0;
11552   ;
11553   return 0;
11554 }
11555 _ACEOF
11556 rm -f conftest.$ac_objext
11557 if { (ac_try="$ac_compile"
11558 case "(($ac_try" in
11559   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11560   *) ac_try_echo=$ac_try;;
11561 esac
11562 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11563 $as_echo "$ac_try_echo") >&5
11564   (eval "$ac_compile") 2>conftest.er1
11565   ac_status=$?
11566   grep -v '^ *+' conftest.er1 >conftest.err
11567   rm -f conftest.er1
11568   cat conftest.err >&5
11569   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11570   (exit $ac_status); } && {
11571          test -z "$ac_c_werror_flag" ||
11572          test ! -s conftest.err
11573        } && test -s conftest.$ac_objext; then
11574   ac_cv_member_XICCallback_callback=yes
11575 else
11576   $as_echo "$as_me: failed program was:" >&5
11577 sed 's/^/| /' conftest.$ac_ext >&5
11578
11579         cat >conftest.$ac_ext <<_ACEOF
11580 /* confdefs.h.  */
11581 _ACEOF
11582 cat confdefs.h >>conftest.$ac_ext
11583 cat >>conftest.$ac_ext <<_ACEOF
11584 /* end confdefs.h.  */
11585 #ifdef HAVE_X11_XLIB_H
11586 #include <X11/Xlib.h>
11587 #endif
11588
11589 int
11590 main ()
11591 {
11592 static XICCallback ac_aggr;
11593 if (sizeof ac_aggr.callback)
11594 return 0;
11595   ;
11596   return 0;
11597 }
11598 _ACEOF
11599 rm -f conftest.$ac_objext
11600 if { (ac_try="$ac_compile"
11601 case "(($ac_try" in
11602   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11603   *) ac_try_echo=$ac_try;;
11604 esac
11605 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11606 $as_echo "$ac_try_echo") >&5
11607   (eval "$ac_compile") 2>conftest.er1
11608   ac_status=$?
11609   grep -v '^ *+' conftest.er1 >conftest.err
11610   rm -f conftest.er1
11611   cat conftest.err >&5
11612   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11613   (exit $ac_status); } && {
11614          test -z "$ac_c_werror_flag" ||
11615          test ! -s conftest.err
11616        } && test -s conftest.$ac_objext; then
11617   ac_cv_member_XICCallback_callback=yes
11618 else
11619   $as_echo "$as_me: failed program was:" >&5
11620 sed 's/^/| /' conftest.$ac_ext >&5
11621
11622         ac_cv_member_XICCallback_callback=no
11623 fi
11624
11625 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11626 fi
11627
11628 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11629 fi
11630 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11631 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11632 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11633
11634 cat >>confdefs.h <<_ACEOF
11635 #define HAVE_XICCALLBACK_CALLBACK 1
11636 _ACEOF
11637
11638
11639 fi
11640
11641
11642
11643         opengl_msg=""
11644     if test "x$with_opengl" != "xno"
11645     then
11646
11647
11648
11649
11650 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11651 do
11652 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11653 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11654 $as_echo_n "checking for $ac_header... " >&6; }
11655 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11656   $as_echo_n "(cached) " >&6
11657 else
11658   cat >conftest.$ac_ext <<_ACEOF
11659 /* confdefs.h.  */
11660 _ACEOF
11661 cat confdefs.h >>conftest.$ac_ext
11662 cat >>conftest.$ac_ext <<_ACEOF
11663 /* end confdefs.h.  */
11664 #ifdef HAVE_GL_GLX_H
11665 # include <GL/glx.h>
11666 #endif
11667
11668 #include <$ac_header>
11669 _ACEOF
11670 rm -f conftest.$ac_objext
11671 if { (ac_try="$ac_compile"
11672 case "(($ac_try" in
11673   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11674   *) ac_try_echo=$ac_try;;
11675 esac
11676 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11677 $as_echo "$ac_try_echo") >&5
11678   (eval "$ac_compile") 2>conftest.er1
11679   ac_status=$?
11680   grep -v '^ *+' conftest.er1 >conftest.err
11681   rm -f conftest.er1
11682   cat conftest.err >&5
11683   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11684   (exit $ac_status); } && {
11685          test -z "$ac_c_werror_flag" ||
11686          test ! -s conftest.err
11687        } && test -s conftest.$ac_objext; then
11688   eval "$as_ac_Header=yes"
11689 else
11690   $as_echo "$as_me: failed program was:" >&5
11691 sed 's/^/| /' conftest.$ac_ext >&5
11692
11693         eval "$as_ac_Header=no"
11694 fi
11695
11696 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11697 fi
11698 ac_res=`eval 'as_val=${'$as_ac_Header'}
11699                  $as_echo "$as_val"'`
11700                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11701 $as_echo "$ac_res" >&6; }
11702 as_val=`eval 'as_val=${'$as_ac_Header'}
11703                  $as_echo "$as_val"'`
11704    if test "x$as_val" = x""yes; then
11705   cat >>confdefs.h <<_ACEOF
11706 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11707 _ACEOF
11708
11709 fi
11710
11711 done
11712
11713         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11714         then
11715                     { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11716 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11717 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11718   $as_echo_n "(cached) " >&6
11719 else
11720   cat >conftest.$ac_ext <<_ACEOF
11721 /* confdefs.h.  */
11722 _ACEOF
11723 cat confdefs.h >>conftest.$ac_ext
11724 cat >>conftest.$ac_ext <<_ACEOF
11725 /* end confdefs.h.  */
11726 #include <GL/gl.h>
11727 int
11728 main ()
11729 {
11730 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11731   ;
11732   return 0;
11733 }
11734 _ACEOF
11735 rm -f conftest.$ac_objext
11736 if { (ac_try="$ac_compile"
11737 case "(($ac_try" in
11738   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11739   *) ac_try_echo=$ac_try;;
11740 esac
11741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11742 $as_echo "$ac_try_echo") >&5
11743   (eval "$ac_compile") 2>conftest.er1
11744   ac_status=$?
11745   grep -v '^ *+' conftest.er1 >conftest.err
11746   rm -f conftest.er1
11747   cat conftest.err >&5
11748   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11749   (exit $ac_status); } && {
11750          test -z "$ac_c_werror_flag" ||
11751          test ! -s conftest.err
11752        } && test -s conftest.$ac_objext; then
11753   wine_cv_opengl_header_version_OK="yes"
11754 else
11755   $as_echo "$as_me: failed program was:" >&5
11756 sed 's/^/| /' conftest.$ac_ext >&5
11757
11758         wine_cv_opengl_header_version_OK="no"
11759 fi
11760
11761 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11762 fi
11763 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11764 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11765
11766             if test "$wine_cv_opengl_header_version_OK" = "yes"
11767             then
11768                                 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11769 $as_echo_n "checking for -lGL... " >&6; }
11770 if test "${ac_cv_lib_soname_GL+set}" = set; then
11771   $as_echo_n "(cached) " >&6
11772 else
11773   ac_check_soname_save_LIBS=$LIBS
11774 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11775   cat >conftest.$ac_ext <<_ACEOF
11776 /* confdefs.h.  */
11777 _ACEOF
11778 cat confdefs.h >>conftest.$ac_ext
11779 cat >>conftest.$ac_ext <<_ACEOF
11780 /* end confdefs.h.  */
11781
11782 /* Override any GCC internal prototype to avoid an error.
11783    Use char because int might match the return type of a GCC
11784    builtin and then its argument prototype would still apply.  */
11785 #ifdef __cplusplus
11786 extern "C"
11787 #endif
11788 char glXCreateContext ();
11789 int
11790 main ()
11791 {
11792 return glXCreateContext ();
11793   ;
11794   return 0;
11795 }
11796 _ACEOF
11797 rm -f conftest.$ac_objext conftest$ac_exeext
11798 if { (ac_try="$ac_link"
11799 case "(($ac_try" in
11800   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11801   *) ac_try_echo=$ac_try;;
11802 esac
11803 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11804 $as_echo "$ac_try_echo") >&5
11805   (eval "$ac_link") 2>conftest.er1
11806   ac_status=$?
11807   grep -v '^ *+' conftest.er1 >conftest.err
11808   rm -f conftest.er1
11809   cat conftest.err >&5
11810   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11811   (exit $ac_status); } && {
11812          test -z "$ac_c_werror_flag" ||
11813          test ! -s conftest.err
11814        } && test -s conftest$ac_exeext && {
11815          test "$cross_compiling" = yes ||
11816          $as_test_x conftest$ac_exeext
11817        }; then
11818   case "$LIBEXT" in
11819     dll) ;;
11820     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'` ;;
11821     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11822   esac
11823 else
11824   $as_echo "$as_me: failed program was:" >&5
11825 sed 's/^/| /' conftest.$ac_ext >&5
11826
11827
11828 fi
11829
11830 rm -rf conftest.dSYM
11831 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11832       conftest$ac_exeext conftest.$ac_ext
11833   LIBS=$ac_check_soname_save_LIBS
11834 fi
11835 if test "x$ac_cv_lib_soname_GL" = "x"; then
11836   { $as_echo "$as_me:$LINENO: result: not found" >&5
11837 $as_echo "not found" >&6; }
11838        { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11839 $as_echo_n "checking for -lGL... " >&6; }
11840 if test "${ac_cv_lib_soname_GL+set}" = set; then
11841   $as_echo_n "(cached) " >&6
11842 else
11843   ac_check_soname_save_LIBS=$LIBS
11844 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"
11845   cat >conftest.$ac_ext <<_ACEOF
11846 /* confdefs.h.  */
11847 _ACEOF
11848 cat confdefs.h >>conftest.$ac_ext
11849 cat >>conftest.$ac_ext <<_ACEOF
11850 /* end confdefs.h.  */
11851
11852 /* Override any GCC internal prototype to avoid an error.
11853    Use char because int might match the return type of a GCC
11854    builtin and then its argument prototype would still apply.  */
11855 #ifdef __cplusplus
11856 extern "C"
11857 #endif
11858 char glXCreateContext ();
11859 int
11860 main ()
11861 {
11862 return glXCreateContext ();
11863   ;
11864   return 0;
11865 }
11866 _ACEOF
11867 rm -f conftest.$ac_objext conftest$ac_exeext
11868 if { (ac_try="$ac_link"
11869 case "(($ac_try" in
11870   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11871   *) ac_try_echo=$ac_try;;
11872 esac
11873 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11874 $as_echo "$ac_try_echo") >&5
11875   (eval "$ac_link") 2>conftest.er1
11876   ac_status=$?
11877   grep -v '^ *+' conftest.er1 >conftest.err
11878   rm -f conftest.er1
11879   cat conftest.err >&5
11880   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11881   (exit $ac_status); } && {
11882          test -z "$ac_c_werror_flag" ||
11883          test ! -s conftest.err
11884        } && test -s conftest$ac_exeext && {
11885          test "$cross_compiling" = yes ||
11886          $as_test_x conftest$ac_exeext
11887        }; then
11888   case "$LIBEXT" in
11889     dll) ;;
11890     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'` ;;
11891     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11892   esac
11893 else
11894   $as_echo "$as_me: failed program was:" >&5
11895 sed 's/^/| /' conftest.$ac_ext >&5
11896
11897
11898 fi
11899
11900 rm -rf conftest.dSYM
11901 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11902       conftest$ac_exeext conftest.$ac_ext
11903   LIBS=$ac_check_soname_save_LIBS
11904 fi
11905 if test "x$ac_cv_lib_soname_GL" = "x"; then
11906   { $as_echo "$as_me:$LINENO: result: not found" >&5
11907 $as_echo "not found" >&6; }
11908        if test -f /usr/X11R6/lib/libGL.a
11909                                     then
11910                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11911 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11912                                     else
11913                                         opengl_msg="No OpenGL library found on this system."
11914                                     fi
11915 else
11916   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11917 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11918
11919 cat >>confdefs.h <<_ACEOF
11920 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11921 _ACEOF
11922
11923        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"
11924
11925 cat >>confdefs.h <<\_ACEOF
11926 #define HAVE_OPENGL 1
11927 _ACEOF
11928
11929 fi
11930
11931 else
11932   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11933 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11934
11935 cat >>confdefs.h <<_ACEOF
11936 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11937 _ACEOF
11938
11939        OPENGL_LIBS="-lGL"
11940
11941 cat >>confdefs.h <<\_ACEOF
11942 #define HAVE_OPENGL 1
11943 _ACEOF
11944
11945 fi
11946
11947                  if test "$ac_cv_header_GL_glu_h" = "yes"
11948                  then
11949                     { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11950 $as_echo_n "checking for -lGLU... " >&6; }
11951 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11952   $as_echo_n "(cached) " >&6
11953 else
11954   ac_check_soname_save_LIBS=$LIBS
11955 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11956   cat >conftest.$ac_ext <<_ACEOF
11957 /* confdefs.h.  */
11958 _ACEOF
11959 cat confdefs.h >>conftest.$ac_ext
11960 cat >>conftest.$ac_ext <<_ACEOF
11961 /* end confdefs.h.  */
11962
11963 /* Override any GCC internal prototype to avoid an error.
11964    Use char because int might match the return type of a GCC
11965    builtin and then its argument prototype would still apply.  */
11966 #ifdef __cplusplus
11967 extern "C"
11968 #endif
11969 char gluLookAt ();
11970 int
11971 main ()
11972 {
11973 return gluLookAt ();
11974   ;
11975   return 0;
11976 }
11977 _ACEOF
11978 rm -f conftest.$ac_objext conftest$ac_exeext
11979 if { (ac_try="$ac_link"
11980 case "(($ac_try" in
11981   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11982   *) ac_try_echo=$ac_try;;
11983 esac
11984 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11985 $as_echo "$ac_try_echo") >&5
11986   (eval "$ac_link") 2>conftest.er1
11987   ac_status=$?
11988   grep -v '^ *+' conftest.er1 >conftest.err
11989   rm -f conftest.er1
11990   cat conftest.err >&5
11991   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11992   (exit $ac_status); } && {
11993          test -z "$ac_c_werror_flag" ||
11994          test ! -s conftest.err
11995        } && test -s conftest$ac_exeext && {
11996          test "$cross_compiling" = yes ||
11997          $as_test_x conftest$ac_exeext
11998        }; then
11999   case "$LIBEXT" in
12000     dll) ;;
12001     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'` ;;
12002     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
12003   esac
12004 else
12005   $as_echo "$as_me: failed program was:" >&5
12006 sed 's/^/| /' conftest.$ac_ext >&5
12007
12008
12009 fi
12010
12011 rm -rf conftest.dSYM
12012 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12013       conftest$ac_exeext conftest.$ac_ext
12014   LIBS=$ac_check_soname_save_LIBS
12015 fi
12016 if test "x$ac_cv_lib_soname_GLU" = "x"; then
12017   { $as_echo "$as_me:$LINENO: result: not found" >&5
12018 $as_echo "not found" >&6; }
12019
12020 else
12021   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
12022 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
12023
12024 cat >>confdefs.h <<_ACEOF
12025 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
12026 _ACEOF
12027
12028
12029 fi
12030
12031                  fi
12032                  if test "x$ac_cv_lib_soname_GLU" = "x"; then
12033   case "x$with_glu" in
12034   x)   wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
12035   xno) ;;
12036   *)   { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
12037 This is an error since --with-glu was requested." >&5
12038 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
12039 This is an error since --with-glu was requested." >&2;}
12040    { (exit 1); exit 1; }; } ;;
12041 esac
12042 fi
12043
12044              else
12045                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
12046              fi
12047          else
12048              opengl_msg="OpenGL development headers not found."
12049          fi
12050          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
12051          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
12052     else
12053          enable_opengl32=${enable_opengl32:-no}
12054          enable_glu32=${enable_glu32:-no}
12055     fi
12056     if test -n "$opengl_msg"; then
12057   case "x$with_opengl" in
12058   x)   wine_warnings="$wine_warnings|$opengl_msg
12059 OpenGL and Direct3D won't be supported." ;;
12060   xno) ;;
12061   *)   { { $as_echo "$as_me:$LINENO: error: $opengl_msg
12062 OpenGL and Direct3D won't be supported.
12063 This is an error since --with-opengl was requested." >&5
12064 $as_echo "$as_me: error: $opengl_msg
12065 OpenGL and Direct3D won't be supported.
12066 This is an error since --with-opengl was requested." >&2;}
12067    { (exit 1); exit 1; }; } ;;
12068 esac
12069 fi
12070
12071
12072         NASLIBS=""
12073
12074
12075 for ac_header in audio/audiolib.h
12076 do
12077 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12078 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12079   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12080 $as_echo_n "checking for $ac_header... " >&6; }
12081 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12082   $as_echo_n "(cached) " >&6
12083 fi
12084 ac_res=`eval 'as_val=${'$as_ac_Header'}
12085                  $as_echo "$as_val"'`
12086                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12087 $as_echo "$ac_res" >&6; }
12088 else
12089   # Is the header compilable?
12090 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12091 $as_echo_n "checking $ac_header usability... " >&6; }
12092 cat >conftest.$ac_ext <<_ACEOF
12093 /* confdefs.h.  */
12094 _ACEOF
12095 cat confdefs.h >>conftest.$ac_ext
12096 cat >>conftest.$ac_ext <<_ACEOF
12097 /* end confdefs.h.  */
12098 $ac_includes_default
12099 #include <$ac_header>
12100 _ACEOF
12101 rm -f conftest.$ac_objext
12102 if { (ac_try="$ac_compile"
12103 case "(($ac_try" in
12104   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12105   *) ac_try_echo=$ac_try;;
12106 esac
12107 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12108 $as_echo "$ac_try_echo") >&5
12109   (eval "$ac_compile") 2>conftest.er1
12110   ac_status=$?
12111   grep -v '^ *+' conftest.er1 >conftest.err
12112   rm -f conftest.er1
12113   cat conftest.err >&5
12114   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12115   (exit $ac_status); } && {
12116          test -z "$ac_c_werror_flag" ||
12117          test ! -s conftest.err
12118        } && test -s conftest.$ac_objext; then
12119   ac_header_compiler=yes
12120 else
12121   $as_echo "$as_me: failed program was:" >&5
12122 sed 's/^/| /' conftest.$ac_ext >&5
12123
12124         ac_header_compiler=no
12125 fi
12126
12127 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12128 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12129 $as_echo "$ac_header_compiler" >&6; }
12130
12131 # Is the header present?
12132 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12133 $as_echo_n "checking $ac_header presence... " >&6; }
12134 cat >conftest.$ac_ext <<_ACEOF
12135 /* confdefs.h.  */
12136 _ACEOF
12137 cat confdefs.h >>conftest.$ac_ext
12138 cat >>conftest.$ac_ext <<_ACEOF
12139 /* end confdefs.h.  */
12140 #include <$ac_header>
12141 _ACEOF
12142 if { (ac_try="$ac_cpp conftest.$ac_ext"
12143 case "(($ac_try" in
12144   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12145   *) ac_try_echo=$ac_try;;
12146 esac
12147 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12148 $as_echo "$ac_try_echo") >&5
12149   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12150   ac_status=$?
12151   grep -v '^ *+' conftest.er1 >conftest.err
12152   rm -f conftest.er1
12153   cat conftest.err >&5
12154   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12155   (exit $ac_status); } >/dev/null && {
12156          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12157          test ! -s conftest.err
12158        }; then
12159   ac_header_preproc=yes
12160 else
12161   $as_echo "$as_me: failed program was:" >&5
12162 sed 's/^/| /' conftest.$ac_ext >&5
12163
12164   ac_header_preproc=no
12165 fi
12166
12167 rm -f conftest.err conftest.$ac_ext
12168 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12169 $as_echo "$ac_header_preproc" >&6; }
12170
12171 # So?  What about this header?
12172 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12173   yes:no: )
12174     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12175 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12176     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12177 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12178     ac_header_preproc=yes
12179     ;;
12180   no:yes:* )
12181     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12182 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12183     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12184 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12185     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12186 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12187     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12188 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12189     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12190 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12191     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12192 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12193     ( cat <<\_ASBOX
12194 ## ------------------------------------ ##
12195 ## Report this to wine-devel@winehq.org ##
12196 ## ------------------------------------ ##
12197 _ASBOX
12198      ) | sed "s/^/$as_me: WARNING:     /" >&2
12199     ;;
12200 esac
12201 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12202 $as_echo_n "checking for $ac_header... " >&6; }
12203 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12204   $as_echo_n "(cached) " >&6
12205 else
12206   eval "$as_ac_Header=\$ac_header_preproc"
12207 fi
12208 ac_res=`eval 'as_val=${'$as_ac_Header'}
12209                  $as_echo "$as_val"'`
12210                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12211 $as_echo "$ac_res" >&6; }
12212
12213 fi
12214 as_val=`eval 'as_val=${'$as_ac_Header'}
12215                  $as_echo "$as_val"'`
12216    if test "x$as_val" = x""yes; then
12217   cat >>confdefs.h <<_ACEOF
12218 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12219 _ACEOF
12220
12221 for ac_header in audio/soundlib.h
12222 do
12223 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12224 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12225 $as_echo_n "checking for $ac_header... " >&6; }
12226 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12227   $as_echo_n "(cached) " >&6
12228 else
12229   cat >conftest.$ac_ext <<_ACEOF
12230 /* confdefs.h.  */
12231 _ACEOF
12232 cat confdefs.h >>conftest.$ac_ext
12233 cat >>conftest.$ac_ext <<_ACEOF
12234 /* end confdefs.h.  */
12235 #include <audio/audiolib.h>
12236
12237 #include <$ac_header>
12238 _ACEOF
12239 rm -f conftest.$ac_objext
12240 if { (ac_try="$ac_compile"
12241 case "(($ac_try" in
12242   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12243   *) ac_try_echo=$ac_try;;
12244 esac
12245 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12246 $as_echo "$ac_try_echo") >&5
12247   (eval "$ac_compile") 2>conftest.er1
12248   ac_status=$?
12249   grep -v '^ *+' conftest.er1 >conftest.err
12250   rm -f conftest.er1
12251   cat conftest.err >&5
12252   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12253   (exit $ac_status); } && {
12254          test -z "$ac_c_werror_flag" ||
12255          test ! -s conftest.err
12256        } && test -s conftest.$ac_objext; then
12257   eval "$as_ac_Header=yes"
12258 else
12259   $as_echo "$as_me: failed program was:" >&5
12260 sed 's/^/| /' conftest.$ac_ext >&5
12261
12262         eval "$as_ac_Header=no"
12263 fi
12264
12265 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12266 fi
12267 ac_res=`eval 'as_val=${'$as_ac_Header'}
12268                  $as_echo "$as_val"'`
12269                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12270 $as_echo "$ac_res" >&6; }
12271 as_val=`eval 'as_val=${'$as_ac_Header'}
12272                  $as_echo "$as_val"'`
12273    if test "x$as_val" = x""yes; then
12274   cat >>confdefs.h <<_ACEOF
12275 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12276 _ACEOF
12277
12278 fi
12279
12280 done
12281
12282           { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12283 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12284 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12285   $as_echo_n "(cached) " >&6
12286 else
12287   ac_check_lib_save_LIBS=$LIBS
12288 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12289 cat >conftest.$ac_ext <<_ACEOF
12290 /* confdefs.h.  */
12291 _ACEOF
12292 cat confdefs.h >>conftest.$ac_ext
12293 cat >>conftest.$ac_ext <<_ACEOF
12294 /* end confdefs.h.  */
12295
12296 /* Override any GCC internal prototype to avoid an error.
12297    Use char because int might match the return type of a GCC
12298    builtin and then its argument prototype would still apply.  */
12299 #ifdef __cplusplus
12300 extern "C"
12301 #endif
12302 char AuCreateFlow ();
12303 int
12304 main ()
12305 {
12306 return AuCreateFlow ();
12307   ;
12308   return 0;
12309 }
12310 _ACEOF
12311 rm -f conftest.$ac_objext conftest$ac_exeext
12312 if { (ac_try="$ac_link"
12313 case "(($ac_try" in
12314   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12315   *) ac_try_echo=$ac_try;;
12316 esac
12317 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12318 $as_echo "$ac_try_echo") >&5
12319   (eval "$ac_link") 2>conftest.er1
12320   ac_status=$?
12321   grep -v '^ *+' conftest.er1 >conftest.err
12322   rm -f conftest.er1
12323   cat conftest.err >&5
12324   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12325   (exit $ac_status); } && {
12326          test -z "$ac_c_werror_flag" ||
12327          test ! -s conftest.err
12328        } && test -s conftest$ac_exeext && {
12329          test "$cross_compiling" = yes ||
12330          $as_test_x conftest$ac_exeext
12331        }; then
12332   ac_cv_lib_audio_AuCreateFlow=yes
12333 else
12334   $as_echo "$as_me: failed program was:" >&5
12335 sed 's/^/| /' conftest.$ac_ext >&5
12336
12337         ac_cv_lib_audio_AuCreateFlow=no
12338 fi
12339
12340 rm -rf conftest.dSYM
12341 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12342       conftest$ac_exeext conftest.$ac_ext
12343 LIBS=$ac_check_lib_save_LIBS
12344 fi
12345 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12346 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12347 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12348
12349 cat >>confdefs.h <<\_ACEOF
12350 #define HAVE_NAS 1
12351 _ACEOF
12352
12353                         { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12354 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12355 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12356   $as_echo_n "(cached) " >&6
12357 else
12358   ac_check_lib_save_LIBS=$LIBS
12359 LIBS="-lXau $X_LIBS $LIBS"
12360 cat >conftest.$ac_ext <<_ACEOF
12361 /* confdefs.h.  */
12362 _ACEOF
12363 cat confdefs.h >>conftest.$ac_ext
12364 cat >>conftest.$ac_ext <<_ACEOF
12365 /* end confdefs.h.  */
12366
12367 /* Override any GCC internal prototype to avoid an error.
12368    Use char because int might match the return type of a GCC
12369    builtin and then its argument prototype would still apply.  */
12370 #ifdef __cplusplus
12371 extern "C"
12372 #endif
12373 char XauGetBestAuthByAddr ();
12374 int
12375 main ()
12376 {
12377 return XauGetBestAuthByAddr ();
12378   ;
12379   return 0;
12380 }
12381 _ACEOF
12382 rm -f conftest.$ac_objext conftest$ac_exeext
12383 if { (ac_try="$ac_link"
12384 case "(($ac_try" in
12385   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12386   *) ac_try_echo=$ac_try;;
12387 esac
12388 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12389 $as_echo "$ac_try_echo") >&5
12390   (eval "$ac_link") 2>conftest.er1
12391   ac_status=$?
12392   grep -v '^ *+' conftest.er1 >conftest.err
12393   rm -f conftest.er1
12394   cat conftest.err >&5
12395   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12396   (exit $ac_status); } && {
12397          test -z "$ac_c_werror_flag" ||
12398          test ! -s conftest.err
12399        } && test -s conftest$ac_exeext && {
12400          test "$cross_compiling" = yes ||
12401          $as_test_x conftest$ac_exeext
12402        }; then
12403   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12404 else
12405   $as_echo "$as_me: failed program was:" >&5
12406 sed 's/^/| /' conftest.$ac_ext >&5
12407
12408         ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12409 fi
12410
12411 rm -rf conftest.dSYM
12412 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12413       conftest$ac_exeext conftest.$ac_ext
12414 LIBS=$ac_check_lib_save_LIBS
12415 fi
12416 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12417 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12418 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12419   NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12420 else
12421   NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12422 fi
12423
12424
12425 fi
12426
12427 fi
12428
12429 done
12430
12431
12432     CPPFLAGS="$ac_save_CPPFLAGS"
12433 else
12434     XLIB=""
12435     X_CFLAGS=""
12436     X_LIBS=""
12437     enable_winex11_drv=${enable_winex11_drv:-no}
12438     enable_opengl32=${enable_opengl32:-no}
12439     enable_glu32=${enable_glu32:-no}
12440 fi
12441 if test "x$XLIB" = "x"; then
12442   case "x$with_x" in
12443   xno) ;;
12444   *)   { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12445 without X support, which probably isn't what you want. You will need to install
12446 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12447 Use the --without-x option if you really want this." >&5
12448 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12449 without X support, which probably isn't what you want. You will need to install
12450 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12451 Use the --without-x option if you really want this." >&2;}
12452    { (exit 1); exit 1; }; } ;;
12453 esac
12454 fi
12455
12456
12457
12458 XML2LIBS=""
12459
12460 XML2INCL=""
12461
12462 XSLTINCL=""
12463
12464 if test "x$with_xml" != "xno"
12465 then
12466     ac_save_CPPFLAGS="$CPPFLAGS"
12467     if test "$PKG_CONFIG" != "false"
12468     then
12469         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12470         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12471     else
12472         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12473         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
12474     fi
12475     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12476
12477 for ac_header in libxml/parser.h
12478 do
12479 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12480 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12481   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12482 $as_echo_n "checking for $ac_header... " >&6; }
12483 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12484   $as_echo_n "(cached) " >&6
12485 fi
12486 ac_res=`eval 'as_val=${'$as_ac_Header'}
12487                  $as_echo "$as_val"'`
12488                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12489 $as_echo "$ac_res" >&6; }
12490 else
12491   # Is the header compilable?
12492 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12493 $as_echo_n "checking $ac_header usability... " >&6; }
12494 cat >conftest.$ac_ext <<_ACEOF
12495 /* confdefs.h.  */
12496 _ACEOF
12497 cat confdefs.h >>conftest.$ac_ext
12498 cat >>conftest.$ac_ext <<_ACEOF
12499 /* end confdefs.h.  */
12500 $ac_includes_default
12501 #include <$ac_header>
12502 _ACEOF
12503 rm -f conftest.$ac_objext
12504 if { (ac_try="$ac_compile"
12505 case "(($ac_try" in
12506   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12507   *) ac_try_echo=$ac_try;;
12508 esac
12509 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12510 $as_echo "$ac_try_echo") >&5
12511   (eval "$ac_compile") 2>conftest.er1
12512   ac_status=$?
12513   grep -v '^ *+' conftest.er1 >conftest.err
12514   rm -f conftest.er1
12515   cat conftest.err >&5
12516   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12517   (exit $ac_status); } && {
12518          test -z "$ac_c_werror_flag" ||
12519          test ! -s conftest.err
12520        } && test -s conftest.$ac_objext; then
12521   ac_header_compiler=yes
12522 else
12523   $as_echo "$as_me: failed program was:" >&5
12524 sed 's/^/| /' conftest.$ac_ext >&5
12525
12526         ac_header_compiler=no
12527 fi
12528
12529 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12530 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12531 $as_echo "$ac_header_compiler" >&6; }
12532
12533 # Is the header present?
12534 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12535 $as_echo_n "checking $ac_header presence... " >&6; }
12536 cat >conftest.$ac_ext <<_ACEOF
12537 /* confdefs.h.  */
12538 _ACEOF
12539 cat confdefs.h >>conftest.$ac_ext
12540 cat >>conftest.$ac_ext <<_ACEOF
12541 /* end confdefs.h.  */
12542 #include <$ac_header>
12543 _ACEOF
12544 if { (ac_try="$ac_cpp conftest.$ac_ext"
12545 case "(($ac_try" in
12546   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12547   *) ac_try_echo=$ac_try;;
12548 esac
12549 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12550 $as_echo "$ac_try_echo") >&5
12551   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12552   ac_status=$?
12553   grep -v '^ *+' conftest.er1 >conftest.err
12554   rm -f conftest.er1
12555   cat conftest.err >&5
12556   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12557   (exit $ac_status); } >/dev/null && {
12558          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12559          test ! -s conftest.err
12560        }; then
12561   ac_header_preproc=yes
12562 else
12563   $as_echo "$as_me: failed program was:" >&5
12564 sed 's/^/| /' conftest.$ac_ext >&5
12565
12566   ac_header_preproc=no
12567 fi
12568
12569 rm -f conftest.err conftest.$ac_ext
12570 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12571 $as_echo "$ac_header_preproc" >&6; }
12572
12573 # So?  What about this header?
12574 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12575   yes:no: )
12576     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12577 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12578     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12579 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12580     ac_header_preproc=yes
12581     ;;
12582   no:yes:* )
12583     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12584 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12585     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12586 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12587     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12588 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12589     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12590 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12591     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12592 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12593     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12594 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12595     ( cat <<\_ASBOX
12596 ## ------------------------------------ ##
12597 ## Report this to wine-devel@winehq.org ##
12598 ## ------------------------------------ ##
12599 _ASBOX
12600      ) | sed "s/^/$as_me: WARNING:     /" >&2
12601     ;;
12602 esac
12603 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12604 $as_echo_n "checking for $ac_header... " >&6; }
12605 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12606   $as_echo_n "(cached) " >&6
12607 else
12608   eval "$as_ac_Header=\$ac_header_preproc"
12609 fi
12610 ac_res=`eval 'as_val=${'$as_ac_Header'}
12611                  $as_echo "$as_val"'`
12612                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12613 $as_echo "$ac_res" >&6; }
12614
12615 fi
12616 as_val=`eval 'as_val=${'$as_ac_Header'}
12617                  $as_echo "$as_val"'`
12618    if test "x$as_val" = x""yes; then
12619   cat >>confdefs.h <<_ACEOF
12620 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12621 _ACEOF
12622  { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12623 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12624 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12625   $as_echo_n "(cached) " >&6
12626 else
12627   ac_check_lib_save_LIBS=$LIBS
12628 LIBS="-lxml2 $ac_xml_libs $LIBS"
12629 cat >conftest.$ac_ext <<_ACEOF
12630 /* confdefs.h.  */
12631 _ACEOF
12632 cat confdefs.h >>conftest.$ac_ext
12633 cat >>conftest.$ac_ext <<_ACEOF
12634 /* end confdefs.h.  */
12635
12636 /* Override any GCC internal prototype to avoid an error.
12637    Use char because int might match the return type of a GCC
12638    builtin and then its argument prototype would still apply.  */
12639 #ifdef __cplusplus
12640 extern "C"
12641 #endif
12642 char xmlParseMemory ();
12643 int
12644 main ()
12645 {
12646 return xmlParseMemory ();
12647   ;
12648   return 0;
12649 }
12650 _ACEOF
12651 rm -f conftest.$ac_objext conftest$ac_exeext
12652 if { (ac_try="$ac_link"
12653 case "(($ac_try" in
12654   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12655   *) ac_try_echo=$ac_try;;
12656 esac
12657 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12658 $as_echo "$ac_try_echo") >&5
12659   (eval "$ac_link") 2>conftest.er1
12660   ac_status=$?
12661   grep -v '^ *+' conftest.er1 >conftest.err
12662   rm -f conftest.er1
12663   cat conftest.err >&5
12664   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12665   (exit $ac_status); } && {
12666          test -z "$ac_c_werror_flag" ||
12667          test ! -s conftest.err
12668        } && test -s conftest$ac_exeext && {
12669          test "$cross_compiling" = yes ||
12670          $as_test_x conftest$ac_exeext
12671        }; then
12672   ac_cv_lib_xml2_xmlParseMemory=yes
12673 else
12674   $as_echo "$as_me: failed program was:" >&5
12675 sed 's/^/| /' conftest.$ac_ext >&5
12676
12677         ac_cv_lib_xml2_xmlParseMemory=no
12678 fi
12679
12680 rm -rf conftest.dSYM
12681 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12682       conftest$ac_exeext conftest.$ac_ext
12683 LIBS=$ac_check_lib_save_LIBS
12684 fi
12685 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12686 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12687 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12688
12689 cat >>confdefs.h <<\_ACEOF
12690 #define HAVE_LIBXML2 1
12691 _ACEOF
12692
12693                  XML2LIBS="$ac_xml_libs"
12694                  XML2INCL="$ac_xml_cflags"
12695 fi
12696
12697              { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12698 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12699 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12700   $as_echo_n "(cached) " >&6
12701 else
12702   ac_check_lib_save_LIBS=$LIBS
12703 LIBS="-lxml2 $ac_xml_libs $LIBS"
12704 cat >conftest.$ac_ext <<_ACEOF
12705 /* confdefs.h.  */
12706 _ACEOF
12707 cat confdefs.h >>conftest.$ac_ext
12708 cat >>conftest.$ac_ext <<_ACEOF
12709 /* end confdefs.h.  */
12710
12711 /* Override any GCC internal prototype to avoid an error.
12712    Use char because int might match the return type of a GCC
12713    builtin and then its argument prototype would still apply.  */
12714 #ifdef __cplusplus
12715 extern "C"
12716 #endif
12717 char xmlReadMemory ();
12718 int
12719 main ()
12720 {
12721 return xmlReadMemory ();
12722   ;
12723   return 0;
12724 }
12725 _ACEOF
12726 rm -f conftest.$ac_objext conftest$ac_exeext
12727 if { (ac_try="$ac_link"
12728 case "(($ac_try" in
12729   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12730   *) ac_try_echo=$ac_try;;
12731 esac
12732 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12733 $as_echo "$ac_try_echo") >&5
12734   (eval "$ac_link") 2>conftest.er1
12735   ac_status=$?
12736   grep -v '^ *+' conftest.er1 >conftest.err
12737   rm -f conftest.er1
12738   cat conftest.err >&5
12739   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12740   (exit $ac_status); } && {
12741          test -z "$ac_c_werror_flag" ||
12742          test ! -s conftest.err
12743        } && test -s conftest$ac_exeext && {
12744          test "$cross_compiling" = yes ||
12745          $as_test_x conftest$ac_exeext
12746        }; then
12747   ac_cv_lib_xml2_xmlReadMemory=yes
12748 else
12749   $as_echo "$as_me: failed program was:" >&5
12750 sed 's/^/| /' conftest.$ac_ext >&5
12751
12752         ac_cv_lib_xml2_xmlReadMemory=no
12753 fi
12754
12755 rm -rf conftest.dSYM
12756 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12757       conftest$ac_exeext conftest.$ac_ext
12758 LIBS=$ac_check_lib_save_LIBS
12759 fi
12760 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12761 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12762 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12763
12764 cat >>confdefs.h <<\_ACEOF
12765 #define HAVE_XMLREADMEMORY 1
12766 _ACEOF
12767
12768 fi
12769
12770              { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12771 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12772 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12773   $as_echo_n "(cached) " >&6
12774 else
12775   ac_check_lib_save_LIBS=$LIBS
12776 LIBS="-lxml2 $ac_xml_libs $LIBS"
12777 cat >conftest.$ac_ext <<_ACEOF
12778 /* confdefs.h.  */
12779 _ACEOF
12780 cat confdefs.h >>conftest.$ac_ext
12781 cat >>conftest.$ac_ext <<_ACEOF
12782 /* end confdefs.h.  */
12783
12784 /* Override any GCC internal prototype to avoid an error.
12785    Use char because int might match the return type of a GCC
12786    builtin and then its argument prototype would still apply.  */
12787 #ifdef __cplusplus
12788 extern "C"
12789 #endif
12790 char xmlNewDocPI ();
12791 int
12792 main ()
12793 {
12794 return xmlNewDocPI ();
12795   ;
12796   return 0;
12797 }
12798 _ACEOF
12799 rm -f conftest.$ac_objext conftest$ac_exeext
12800 if { (ac_try="$ac_link"
12801 case "(($ac_try" in
12802   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12803   *) ac_try_echo=$ac_try;;
12804 esac
12805 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12806 $as_echo "$ac_try_echo") >&5
12807   (eval "$ac_link") 2>conftest.er1
12808   ac_status=$?
12809   grep -v '^ *+' conftest.er1 >conftest.err
12810   rm -f conftest.er1
12811   cat conftest.err >&5
12812   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12813   (exit $ac_status); } && {
12814          test -z "$ac_c_werror_flag" ||
12815          test ! -s conftest.err
12816        } && test -s conftest$ac_exeext && {
12817          test "$cross_compiling" = yes ||
12818          $as_test_x conftest$ac_exeext
12819        }; then
12820   ac_cv_lib_xml2_xmlNewDocPI=yes
12821 else
12822   $as_echo "$as_me: failed program was:" >&5
12823 sed 's/^/| /' conftest.$ac_ext >&5
12824
12825         ac_cv_lib_xml2_xmlNewDocPI=no
12826 fi
12827
12828 rm -rf conftest.dSYM
12829 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12830       conftest$ac_exeext conftest.$ac_ext
12831 LIBS=$ac_check_lib_save_LIBS
12832 fi
12833 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12834 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12835 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12836
12837 cat >>confdefs.h <<\_ACEOF
12838 #define HAVE_XMLNEWDOCPI 1
12839 _ACEOF
12840
12841 fi
12842
12843
12844 fi
12845
12846 done
12847
12848     CPPFLAGS="$ac_save_CPPFLAGS"
12849 fi
12850 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12851   case "x$with_xml" in
12852   x)   wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12853   xno) ;;
12854   *)   { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12855 This is an error since --with-xml was requested." >&5
12856 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12857 This is an error since --with-xml was requested." >&2;}
12858    { (exit 1); exit 1; }; } ;;
12859 esac
12860 fi
12861
12862
12863 if test "x$with_xslt" != "xno"
12864 then
12865     if test "$PKG_CONFIG" != "false"
12866     then
12867         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12868         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12869     else
12870         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12871         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12872     fi
12873     ac_save_CPPFLAGS="$CPPFLAGS"
12874     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12875
12876
12877 for ac_header in libxslt/pattern.h libxslt/transform.h
12878 do
12879 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12880 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12881 $as_echo_n "checking for $ac_header... " >&6; }
12882 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12883   $as_echo_n "(cached) " >&6
12884 else
12885   cat >conftest.$ac_ext <<_ACEOF
12886 /* confdefs.h.  */
12887 _ACEOF
12888 cat confdefs.h >>conftest.$ac_ext
12889 cat >>conftest.$ac_ext <<_ACEOF
12890 /* end confdefs.h.  */
12891 #ifdef HAVE_LIBXSLT_PATTERN_H
12892 # include <libxslt/pattern.h>
12893 #endif
12894
12895 #include <$ac_header>
12896 _ACEOF
12897 rm -f conftest.$ac_objext
12898 if { (ac_try="$ac_compile"
12899 case "(($ac_try" in
12900   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12901   *) ac_try_echo=$ac_try;;
12902 esac
12903 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12904 $as_echo "$ac_try_echo") >&5
12905   (eval "$ac_compile") 2>conftest.er1
12906   ac_status=$?
12907   grep -v '^ *+' conftest.er1 >conftest.err
12908   rm -f conftest.er1
12909   cat conftest.err >&5
12910   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12911   (exit $ac_status); } && {
12912          test -z "$ac_c_werror_flag" ||
12913          test ! -s conftest.err
12914        } && test -s conftest.$ac_objext; then
12915   eval "$as_ac_Header=yes"
12916 else
12917   $as_echo "$as_me: failed program was:" >&5
12918 sed 's/^/| /' conftest.$ac_ext >&5
12919
12920         eval "$as_ac_Header=no"
12921 fi
12922
12923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12924 fi
12925 ac_res=`eval 'as_val=${'$as_ac_Header'}
12926                  $as_echo "$as_val"'`
12927                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12928 $as_echo "$ac_res" >&6; }
12929 as_val=`eval 'as_val=${'$as_ac_Header'}
12930                  $as_echo "$as_val"'`
12931    if test "x$as_val" = x""yes; then
12932   cat >>confdefs.h <<_ACEOF
12933 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12934 _ACEOF
12935
12936 fi
12937
12938 done
12939
12940     CPPFLAGS="$ac_save_CPPFLAGS"
12941     if test "$ac_cv_header_libxslt_transform_h" = "yes"
12942     then
12943         { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12944 $as_echo_n "checking for -lxslt... " >&6; }
12945 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12946   $as_echo_n "(cached) " >&6
12947 else
12948   ac_check_soname_save_LIBS=$LIBS
12949 LIBS="-lxslt $ac_xslt_libs $LIBS"
12950   cat >conftest.$ac_ext <<_ACEOF
12951 /* confdefs.h.  */
12952 _ACEOF
12953 cat confdefs.h >>conftest.$ac_ext
12954 cat >>conftest.$ac_ext <<_ACEOF
12955 /* end confdefs.h.  */
12956
12957 /* Override any GCC internal prototype to avoid an error.
12958    Use char because int might match the return type of a GCC
12959    builtin and then its argument prototype would still apply.  */
12960 #ifdef __cplusplus
12961 extern "C"
12962 #endif
12963 char xsltCompilePattern ();
12964 int
12965 main ()
12966 {
12967 return xsltCompilePattern ();
12968   ;
12969   return 0;
12970 }
12971 _ACEOF
12972 rm -f conftest.$ac_objext conftest$ac_exeext
12973 if { (ac_try="$ac_link"
12974 case "(($ac_try" in
12975   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12976   *) ac_try_echo=$ac_try;;
12977 esac
12978 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12979 $as_echo "$ac_try_echo") >&5
12980   (eval "$ac_link") 2>conftest.er1
12981   ac_status=$?
12982   grep -v '^ *+' conftest.er1 >conftest.err
12983   rm -f conftest.er1
12984   cat conftest.err >&5
12985   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12986   (exit $ac_status); } && {
12987          test -z "$ac_c_werror_flag" ||
12988          test ! -s conftest.err
12989        } && test -s conftest$ac_exeext && {
12990          test "$cross_compiling" = yes ||
12991          $as_test_x conftest$ac_exeext
12992        }; then
12993   case "$LIBEXT" in
12994     dll) ;;
12995     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'` ;;
12996     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
12997   esac
12998 else
12999   $as_echo "$as_me: failed program was:" >&5
13000 sed 's/^/| /' conftest.$ac_ext >&5
13001
13002
13003 fi
13004
13005 rm -rf conftest.dSYM
13006 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13007       conftest$ac_exeext conftest.$ac_ext
13008   LIBS=$ac_check_soname_save_LIBS
13009 fi
13010 if test "x$ac_cv_lib_soname_xslt" = "x"; then
13011   { $as_echo "$as_me:$LINENO: result: not found" >&5
13012 $as_echo "not found" >&6; }
13013
13014 else
13015   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
13016 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
13017
13018 cat >>confdefs.h <<_ACEOF
13019 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
13020 _ACEOF
13021
13022        XSLTINCL="$ac_xslt_cflags"
13023 fi
13024
13025     fi
13026 fi
13027 if test "x$ac_cv_lib_soname_xslt" = "x"; then
13028   case "x$with_xslt" in
13029   x)   wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
13030   xno) ;;
13031   *)   { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
13032 This is an error since --with-xslt was requested." >&5
13033 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
13034 This is an error since --with-xslt was requested." >&2;}
13035    { (exit 1); exit 1; }; } ;;
13036 esac
13037 fi
13038
13039
13040 HALINCL=""
13041
13042 if test "x$with_hal" != "xno"
13043 then
13044     ac_save_CPPFLAGS="$CPPFLAGS"
13045     if test "$PKG_CONFIG" != "false"
13046     then
13047         ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
13048         ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
13049         CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
13050     fi
13051
13052
13053 for ac_header in dbus/dbus.h hal/libhal.h
13054 do
13055 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13056 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13057   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13058 $as_echo_n "checking for $ac_header... " >&6; }
13059 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13060   $as_echo_n "(cached) " >&6
13061 fi
13062 ac_res=`eval 'as_val=${'$as_ac_Header'}
13063                  $as_echo "$as_val"'`
13064                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13065 $as_echo "$ac_res" >&6; }
13066 else
13067   # Is the header compilable?
13068 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
13069 $as_echo_n "checking $ac_header usability... " >&6; }
13070 cat >conftest.$ac_ext <<_ACEOF
13071 /* confdefs.h.  */
13072 _ACEOF
13073 cat confdefs.h >>conftest.$ac_ext
13074 cat >>conftest.$ac_ext <<_ACEOF
13075 /* end confdefs.h.  */
13076 $ac_includes_default
13077 #include <$ac_header>
13078 _ACEOF
13079 rm -f conftest.$ac_objext
13080 if { (ac_try="$ac_compile"
13081 case "(($ac_try" in
13082   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13083   *) ac_try_echo=$ac_try;;
13084 esac
13085 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13086 $as_echo "$ac_try_echo") >&5
13087   (eval "$ac_compile") 2>conftest.er1
13088   ac_status=$?
13089   grep -v '^ *+' conftest.er1 >conftest.err
13090   rm -f conftest.er1
13091   cat conftest.err >&5
13092   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13093   (exit $ac_status); } && {
13094          test -z "$ac_c_werror_flag" ||
13095          test ! -s conftest.err
13096        } && test -s conftest.$ac_objext; then
13097   ac_header_compiler=yes
13098 else
13099   $as_echo "$as_me: failed program was:" >&5
13100 sed 's/^/| /' conftest.$ac_ext >&5
13101
13102         ac_header_compiler=no
13103 fi
13104
13105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13106 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13107 $as_echo "$ac_header_compiler" >&6; }
13108
13109 # Is the header present?
13110 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
13111 $as_echo_n "checking $ac_header presence... " >&6; }
13112 cat >conftest.$ac_ext <<_ACEOF
13113 /* confdefs.h.  */
13114 _ACEOF
13115 cat confdefs.h >>conftest.$ac_ext
13116 cat >>conftest.$ac_ext <<_ACEOF
13117 /* end confdefs.h.  */
13118 #include <$ac_header>
13119 _ACEOF
13120 if { (ac_try="$ac_cpp conftest.$ac_ext"
13121 case "(($ac_try" in
13122   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13123   *) ac_try_echo=$ac_try;;
13124 esac
13125 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13126 $as_echo "$ac_try_echo") >&5
13127   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13128   ac_status=$?
13129   grep -v '^ *+' conftest.er1 >conftest.err
13130   rm -f conftest.er1
13131   cat conftest.err >&5
13132   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13133   (exit $ac_status); } >/dev/null && {
13134          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13135          test ! -s conftest.err
13136        }; then
13137   ac_header_preproc=yes
13138 else
13139   $as_echo "$as_me: failed program was:" >&5
13140 sed 's/^/| /' conftest.$ac_ext >&5
13141
13142   ac_header_preproc=no
13143 fi
13144
13145 rm -f conftest.err conftest.$ac_ext
13146 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13147 $as_echo "$ac_header_preproc" >&6; }
13148
13149 # So?  What about this header?
13150 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13151   yes:no: )
13152     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13153 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13154     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13155 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13156     ac_header_preproc=yes
13157     ;;
13158   no:yes:* )
13159     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13160 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13161     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
13162 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
13163     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13164 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13165     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
13166 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
13167     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13168 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13169     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13170 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13171     ( cat <<\_ASBOX
13172 ## ------------------------------------ ##
13173 ## Report this to wine-devel@winehq.org ##
13174 ## ------------------------------------ ##
13175 _ASBOX
13176      ) | sed "s/^/$as_me: WARNING:     /" >&2
13177     ;;
13178 esac
13179 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13180 $as_echo_n "checking for $ac_header... " >&6; }
13181 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13182   $as_echo_n "(cached) " >&6
13183 else
13184   eval "$as_ac_Header=\$ac_header_preproc"
13185 fi
13186 ac_res=`eval 'as_val=${'$as_ac_Header'}
13187                  $as_echo "$as_val"'`
13188                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13189 $as_echo "$ac_res" >&6; }
13190
13191 fi
13192 as_val=`eval 'as_val=${'$as_ac_Header'}
13193                  $as_echo "$as_val"'`
13194    if test "x$as_val" = x""yes; then
13195   cat >>confdefs.h <<_ACEOF
13196 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13197 _ACEOF
13198
13199 fi
13200
13201 done
13202
13203     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13204     then
13205         { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13206 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13207 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13208   $as_echo_n "(cached) " >&6
13209 else
13210   ac_check_lib_save_LIBS=$LIBS
13211 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13212 cat >conftest.$ac_ext <<_ACEOF
13213 /* confdefs.h.  */
13214 _ACEOF
13215 cat confdefs.h >>conftest.$ac_ext
13216 cat >>conftest.$ac_ext <<_ACEOF
13217 /* end confdefs.h.  */
13218
13219 /* Override any GCC internal prototype to avoid an error.
13220    Use char because int might match the return type of a GCC
13221    builtin and then its argument prototype would still apply.  */
13222 #ifdef __cplusplus
13223 extern "C"
13224 #endif
13225 char dbus_connection_close ();
13226 int
13227 main ()
13228 {
13229 return dbus_connection_close ();
13230   ;
13231   return 0;
13232 }
13233 _ACEOF
13234 rm -f conftest.$ac_objext conftest$ac_exeext
13235 if { (ac_try="$ac_link"
13236 case "(($ac_try" in
13237   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13238   *) ac_try_echo=$ac_try;;
13239 esac
13240 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13241 $as_echo "$ac_try_echo") >&5
13242   (eval "$ac_link") 2>conftest.er1
13243   ac_status=$?
13244   grep -v '^ *+' conftest.er1 >conftest.err
13245   rm -f conftest.er1
13246   cat conftest.err >&5
13247   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13248   (exit $ac_status); } && {
13249          test -z "$ac_c_werror_flag" ||
13250          test ! -s conftest.err
13251        } && test -s conftest$ac_exeext && {
13252          test "$cross_compiling" = yes ||
13253          $as_test_x conftest$ac_exeext
13254        }; then
13255   ac_cv_lib_dbus_1_dbus_connection_close=yes
13256 else
13257   $as_echo "$as_me: failed program was:" >&5
13258 sed 's/^/| /' conftest.$ac_ext >&5
13259
13260         ac_cv_lib_dbus_1_dbus_connection_close=no
13261 fi
13262
13263 rm -rf conftest.dSYM
13264 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13265       conftest$ac_exeext conftest.$ac_ext
13266 LIBS=$ac_check_lib_save_LIBS
13267 fi
13268 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13269 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13270 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13271   { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13272 $as_echo_n "checking for -lhal... " >&6; }
13273 if test "${ac_cv_lib_soname_hal+set}" = set; then
13274   $as_echo_n "(cached) " >&6
13275 else
13276   ac_check_soname_save_LIBS=$LIBS
13277 LIBS="-lhal $ac_hal_libs $LIBS"
13278   cat >conftest.$ac_ext <<_ACEOF
13279 /* confdefs.h.  */
13280 _ACEOF
13281 cat confdefs.h >>conftest.$ac_ext
13282 cat >>conftest.$ac_ext <<_ACEOF
13283 /* end confdefs.h.  */
13284
13285 /* Override any GCC internal prototype to avoid an error.
13286    Use char because int might match the return type of a GCC
13287    builtin and then its argument prototype would still apply.  */
13288 #ifdef __cplusplus
13289 extern "C"
13290 #endif
13291 char libhal_ctx_new ();
13292 int
13293 main ()
13294 {
13295 return libhal_ctx_new ();
13296   ;
13297   return 0;
13298 }
13299 _ACEOF
13300 rm -f conftest.$ac_objext conftest$ac_exeext
13301 if { (ac_try="$ac_link"
13302 case "(($ac_try" in
13303   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13304   *) ac_try_echo=$ac_try;;
13305 esac
13306 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13307 $as_echo "$ac_try_echo") >&5
13308   (eval "$ac_link") 2>conftest.er1
13309   ac_status=$?
13310   grep -v '^ *+' conftest.er1 >conftest.err
13311   rm -f conftest.er1
13312   cat conftest.err >&5
13313   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13314   (exit $ac_status); } && {
13315          test -z "$ac_c_werror_flag" ||
13316          test ! -s conftest.err
13317        } && test -s conftest$ac_exeext && {
13318          test "$cross_compiling" = yes ||
13319          $as_test_x conftest$ac_exeext
13320        }; then
13321   case "$LIBEXT" in
13322     dll) ;;
13323     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'` ;;
13324     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
13325   esac
13326 else
13327   $as_echo "$as_me: failed program was:" >&5
13328 sed 's/^/| /' conftest.$ac_ext >&5
13329
13330
13331 fi
13332
13333 rm -rf conftest.dSYM
13334 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13335       conftest$ac_exeext conftest.$ac_ext
13336   LIBS=$ac_check_soname_save_LIBS
13337 fi
13338 if test "x$ac_cv_lib_soname_hal" = "x"; then
13339   { $as_echo "$as_me:$LINENO: result: not found" >&5
13340 $as_echo "not found" >&6; }
13341
13342 else
13343   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13344 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13345
13346 cat >>confdefs.h <<_ACEOF
13347 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13348 _ACEOF
13349
13350        HALINCL="$ac_hal_cflags"
13351 fi
13352
13353 fi
13354
13355     fi
13356     CPPFLAGS="$ac_save_CPPFLAGS"
13357 fi
13358 if test "x$ac_cv_lib_soname_hal" = "x"; then
13359   case "x$with_hal" in
13360   x)   wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13361   xno) ;;
13362   *)   { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13363 This is an error since --with-hal was requested." >&5
13364 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13365 This is an error since --with-hal was requested." >&2;}
13366    { (exit 1); exit 1; }; } ;;
13367 esac
13368 fi
13369
13370
13371 if test "x$with_gnutls" != "xno"
13372 then
13373     ac_save_CPPFLAGS="$CPPFLAGS"
13374     if test "$PKG_CONFIG" != "false"
13375     then
13376         ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13377         ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13378         CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13379     fi
13380     if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13381   { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13382 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13383 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13384   $as_echo_n "(cached) " >&6
13385 fi
13386 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13387 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13388 else
13389   # Is the header compilable?
13390 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13391 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13392 cat >conftest.$ac_ext <<_ACEOF
13393 /* confdefs.h.  */
13394 _ACEOF
13395 cat confdefs.h >>conftest.$ac_ext
13396 cat >>conftest.$ac_ext <<_ACEOF
13397 /* end confdefs.h.  */
13398 $ac_includes_default
13399 #include <gnutls/gnutls.h>
13400 _ACEOF
13401 rm -f conftest.$ac_objext
13402 if { (ac_try="$ac_compile"
13403 case "(($ac_try" in
13404   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13405   *) ac_try_echo=$ac_try;;
13406 esac
13407 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13408 $as_echo "$ac_try_echo") >&5
13409   (eval "$ac_compile") 2>conftest.er1
13410   ac_status=$?
13411   grep -v '^ *+' conftest.er1 >conftest.err
13412   rm -f conftest.er1
13413   cat conftest.err >&5
13414   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13415   (exit $ac_status); } && {
13416          test -z "$ac_c_werror_flag" ||
13417          test ! -s conftest.err
13418        } && test -s conftest.$ac_objext; then
13419   ac_header_compiler=yes
13420 else
13421   $as_echo "$as_me: failed program was:" >&5
13422 sed 's/^/| /' conftest.$ac_ext >&5
13423
13424         ac_header_compiler=no
13425 fi
13426
13427 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13428 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13429 $as_echo "$ac_header_compiler" >&6; }
13430
13431 # Is the header present?
13432 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13433 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13434 cat >conftest.$ac_ext <<_ACEOF
13435 /* confdefs.h.  */
13436 _ACEOF
13437 cat confdefs.h >>conftest.$ac_ext
13438 cat >>conftest.$ac_ext <<_ACEOF
13439 /* end confdefs.h.  */
13440 #include <gnutls/gnutls.h>
13441 _ACEOF
13442 if { (ac_try="$ac_cpp conftest.$ac_ext"
13443 case "(($ac_try" in
13444   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13445   *) ac_try_echo=$ac_try;;
13446 esac
13447 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13448 $as_echo "$ac_try_echo") >&5
13449   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13450   ac_status=$?
13451   grep -v '^ *+' conftest.er1 >conftest.err
13452   rm -f conftest.er1
13453   cat conftest.err >&5
13454   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13455   (exit $ac_status); } >/dev/null && {
13456          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13457          test ! -s conftest.err
13458        }; then
13459   ac_header_preproc=yes
13460 else
13461   $as_echo "$as_me: failed program was:" >&5
13462 sed 's/^/| /' conftest.$ac_ext >&5
13463
13464   ac_header_preproc=no
13465 fi
13466
13467 rm -f conftest.err conftest.$ac_ext
13468 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13469 $as_echo "$ac_header_preproc" >&6; }
13470
13471 # So?  What about this header?
13472 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13473   yes:no: )
13474     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13475 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13476     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13477 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13478     ac_header_preproc=yes
13479     ;;
13480   no:yes:* )
13481     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13482 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13483     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&5
13484 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&2;}
13485     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13486 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13487     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&5
13488 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13489     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13490 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13491     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13492 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13493     ( cat <<\_ASBOX
13494 ## ------------------------------------ ##
13495 ## Report this to wine-devel@winehq.org ##
13496 ## ------------------------------------ ##
13497 _ASBOX
13498      ) | sed "s/^/$as_me: WARNING:     /" >&2
13499     ;;
13500 esac
13501 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13502 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13503 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13504   $as_echo_n "(cached) " >&6
13505 else
13506   ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13507 fi
13508 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13509 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13510
13511 fi
13512 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13513   cat >conftest.$ac_ext <<_ACEOF
13514 /* confdefs.h.  */
13515 _ACEOF
13516 cat confdefs.h >>conftest.$ac_ext
13517 cat >>conftest.$ac_ext <<_ACEOF
13518 /* end confdefs.h.  */
13519 #include <gnutls/gnutls.h>
13520 int
13521 main ()
13522 {
13523 typeof(gnutls_mac_get_key_size) *pfunc;
13524   ;
13525   return 0;
13526 }
13527 _ACEOF
13528 rm -f conftest.$ac_objext
13529 if { (ac_try="$ac_compile"
13530 case "(($ac_try" in
13531   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13532   *) ac_try_echo=$ac_try;;
13533 esac
13534 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13535 $as_echo "$ac_try_echo") >&5
13536   (eval "$ac_compile") 2>conftest.er1
13537   ac_status=$?
13538   grep -v '^ *+' conftest.er1 >conftest.err
13539   rm -f conftest.er1
13540   cat conftest.err >&5
13541   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13542   (exit $ac_status); } && {
13543          test -z "$ac_c_werror_flag" ||
13544          test ! -s conftest.err
13545        } && test -s conftest.$ac_objext; then
13546   { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13547 $as_echo_n "checking for -lgnutls... " >&6; }
13548 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13549   $as_echo_n "(cached) " >&6
13550 else
13551   ac_check_soname_save_LIBS=$LIBS
13552 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13553   cat >conftest.$ac_ext <<_ACEOF
13554 /* confdefs.h.  */
13555 _ACEOF
13556 cat confdefs.h >>conftest.$ac_ext
13557 cat >>conftest.$ac_ext <<_ACEOF
13558 /* end confdefs.h.  */
13559
13560 /* Override any GCC internal prototype to avoid an error.
13561    Use char because int might match the return type of a GCC
13562    builtin and then its argument prototype would still apply.  */
13563 #ifdef __cplusplus
13564 extern "C"
13565 #endif
13566 char gnutls_global_init ();
13567 int
13568 main ()
13569 {
13570 return gnutls_global_init ();
13571   ;
13572   return 0;
13573 }
13574 _ACEOF
13575 rm -f conftest.$ac_objext conftest$ac_exeext
13576 if { (ac_try="$ac_link"
13577 case "(($ac_try" in
13578   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13579   *) ac_try_echo=$ac_try;;
13580 esac
13581 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13582 $as_echo "$ac_try_echo") >&5
13583   (eval "$ac_link") 2>conftest.er1
13584   ac_status=$?
13585   grep -v '^ *+' conftest.er1 >conftest.err
13586   rm -f conftest.er1
13587   cat conftest.err >&5
13588   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13589   (exit $ac_status); } && {
13590          test -z "$ac_c_werror_flag" ||
13591          test ! -s conftest.err
13592        } && test -s conftest$ac_exeext && {
13593          test "$cross_compiling" = yes ||
13594          $as_test_x conftest$ac_exeext
13595        }; then
13596   case "$LIBEXT" in
13597     dll) ;;
13598     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'` ;;
13599     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13600   esac
13601 else
13602   $as_echo "$as_me: failed program was:" >&5
13603 sed 's/^/| /' conftest.$ac_ext >&5
13604
13605
13606 fi
13607
13608 rm -rf conftest.dSYM
13609 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13610       conftest$ac_exeext conftest.$ac_ext
13611   LIBS=$ac_check_soname_save_LIBS
13612 fi
13613 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13614   { $as_echo "$as_me:$LINENO: result: not found" >&5
13615 $as_echo "not found" >&6; }
13616
13617 else
13618   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13619 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13620
13621 cat >>confdefs.h <<_ACEOF
13622 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13623 _ACEOF
13624
13625        GNUTLSINCL="$ac_gnutls_cflags"
13626
13627 fi
13628
13629 else
13630   $as_echo "$as_me: failed program was:" >&5
13631 sed 's/^/| /' conftest.$ac_ext >&5
13632
13633
13634 fi
13635
13636 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13637 fi
13638
13639
13640     CPPFLAGS="$ac_save_CPPFLAGS"
13641 fi
13642 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13643   case "x$with_gnutls" in
13644   x)   wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13645   xno) ;;
13646   *)   { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13647 This is an error since --with-gnutls was requested." >&5
13648 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13649 This is an error since --with-gnutls was requested." >&2;}
13650    { (exit 1); exit 1; }; } ;;
13651 esac
13652 fi
13653
13654
13655 CURSESLIBS=""
13656 if test "$ac_cv_header_ncurses_h" = "yes"
13657 then
13658     { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13659 $as_echo_n "checking for -lncurses... " >&6; }
13660 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13661   $as_echo_n "(cached) " >&6
13662 else
13663   ac_check_soname_save_LIBS=$LIBS
13664 LIBS="-lncurses  $LIBS"
13665   cat >conftest.$ac_ext <<_ACEOF
13666 /* confdefs.h.  */
13667 _ACEOF
13668 cat confdefs.h >>conftest.$ac_ext
13669 cat >>conftest.$ac_ext <<_ACEOF
13670 /* end confdefs.h.  */
13671
13672 /* Override any GCC internal prototype to avoid an error.
13673    Use char because int might match the return type of a GCC
13674    builtin and then its argument prototype would still apply.  */
13675 #ifdef __cplusplus
13676 extern "C"
13677 #endif
13678 char waddch ();
13679 int
13680 main ()
13681 {
13682 return waddch ();
13683   ;
13684   return 0;
13685 }
13686 _ACEOF
13687 rm -f conftest.$ac_objext conftest$ac_exeext
13688 if { (ac_try="$ac_link"
13689 case "(($ac_try" in
13690   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13691   *) ac_try_echo=$ac_try;;
13692 esac
13693 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13694 $as_echo "$ac_try_echo") >&5
13695   (eval "$ac_link") 2>conftest.er1
13696   ac_status=$?
13697   grep -v '^ *+' conftest.er1 >conftest.err
13698   rm -f conftest.er1
13699   cat conftest.err >&5
13700   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13701   (exit $ac_status); } && {
13702          test -z "$ac_c_werror_flag" ||
13703          test ! -s conftest.err
13704        } && test -s conftest$ac_exeext && {
13705          test "$cross_compiling" = yes ||
13706          $as_test_x conftest$ac_exeext
13707        }; then
13708   case "$LIBEXT" in
13709     dll) ;;
13710     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'` ;;
13711     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
13712   esac
13713 else
13714   $as_echo "$as_me: failed program was:" >&5
13715 sed 's/^/| /' conftest.$ac_ext >&5
13716
13717
13718 fi
13719
13720 rm -rf conftest.dSYM
13721 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13722       conftest$ac_exeext conftest.$ac_ext
13723   LIBS=$ac_check_soname_save_LIBS
13724 fi
13725 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13726   { $as_echo "$as_me:$LINENO: result: not found" >&5
13727 $as_echo "not found" >&6; }
13728
13729 else
13730   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13731 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13732
13733 cat >>confdefs.h <<_ACEOF
13734 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13735 _ACEOF
13736
13737        CURSESLIBS="-lncurses"
13738 fi
13739
13740 elif test "$ac_cv_header_curses_h" = "yes"
13741 then
13742     { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13743 $as_echo_n "checking for -lcurses... " >&6; }
13744 if test "${ac_cv_lib_soname_curses+set}" = set; then
13745   $as_echo_n "(cached) " >&6
13746 else
13747   ac_check_soname_save_LIBS=$LIBS
13748 LIBS="-lcurses  $LIBS"
13749   cat >conftest.$ac_ext <<_ACEOF
13750 /* confdefs.h.  */
13751 _ACEOF
13752 cat confdefs.h >>conftest.$ac_ext
13753 cat >>conftest.$ac_ext <<_ACEOF
13754 /* end confdefs.h.  */
13755
13756 /* Override any GCC internal prototype to avoid an error.
13757    Use char because int might match the return type of a GCC
13758    builtin and then its argument prototype would still apply.  */
13759 #ifdef __cplusplus
13760 extern "C"
13761 #endif
13762 char waddch ();
13763 int
13764 main ()
13765 {
13766 return waddch ();
13767   ;
13768   return 0;
13769 }
13770 _ACEOF
13771 rm -f conftest.$ac_objext conftest$ac_exeext
13772 if { (ac_try="$ac_link"
13773 case "(($ac_try" in
13774   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13775   *) ac_try_echo=$ac_try;;
13776 esac
13777 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13778 $as_echo "$ac_try_echo") >&5
13779   (eval "$ac_link") 2>conftest.er1
13780   ac_status=$?
13781   grep -v '^ *+' conftest.er1 >conftest.err
13782   rm -f conftest.er1
13783   cat conftest.err >&5
13784   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13785   (exit $ac_status); } && {
13786          test -z "$ac_c_werror_flag" ||
13787          test ! -s conftest.err
13788        } && test -s conftest$ac_exeext && {
13789          test "$cross_compiling" = yes ||
13790          $as_test_x conftest$ac_exeext
13791        }; then
13792   case "$LIBEXT" in
13793     dll) ;;
13794     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'` ;;
13795     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13796   esac
13797 else
13798   $as_echo "$as_me: failed program was:" >&5
13799 sed 's/^/| /' conftest.$ac_ext >&5
13800
13801
13802 fi
13803
13804 rm -rf conftest.dSYM
13805 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13806       conftest$ac_exeext conftest.$ac_ext
13807   LIBS=$ac_check_soname_save_LIBS
13808 fi
13809 if test "x$ac_cv_lib_soname_curses" = "x"; then
13810   { $as_echo "$as_me:$LINENO: result: not found" >&5
13811 $as_echo "not found" >&6; }
13812
13813 else
13814   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13815 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13816
13817 cat >>confdefs.h <<_ACEOF
13818 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13819 _ACEOF
13820
13821        CURSESLIBS="-lcurses"
13822 fi
13823
13824 fi
13825 ac_save_LIBS="$LIBS"
13826 LIBS="$LIBS $CURSESLIBS"
13827
13828 for ac_func in mousemask
13829 do
13830 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13831 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13832 $as_echo_n "checking for $ac_func... " >&6; }
13833 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13834   $as_echo_n "(cached) " >&6
13835 else
13836   cat >conftest.$ac_ext <<_ACEOF
13837 /* confdefs.h.  */
13838 _ACEOF
13839 cat confdefs.h >>conftest.$ac_ext
13840 cat >>conftest.$ac_ext <<_ACEOF
13841 /* end confdefs.h.  */
13842 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13843    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13844 #define $ac_func innocuous_$ac_func
13845
13846 /* System header to define __stub macros and hopefully few prototypes,
13847     which can conflict with char $ac_func (); below.
13848     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13849     <limits.h> exists even on freestanding compilers.  */
13850
13851 #ifdef __STDC__
13852 # include <limits.h>
13853 #else
13854 # include <assert.h>
13855 #endif
13856
13857 #undef $ac_func
13858
13859 /* Override any GCC internal prototype to avoid an error.
13860    Use char because int might match the return type of a GCC
13861    builtin and then its argument prototype would still apply.  */
13862 #ifdef __cplusplus
13863 extern "C"
13864 #endif
13865 char $ac_func ();
13866 /* The GNU C library defines this for functions which it implements
13867     to always fail with ENOSYS.  Some functions are actually named
13868     something starting with __ and the normal name is an alias.  */
13869 #if defined __stub_$ac_func || defined __stub___$ac_func
13870 choke me
13871 #endif
13872
13873 int
13874 main ()
13875 {
13876 return $ac_func ();
13877   ;
13878   return 0;
13879 }
13880 _ACEOF
13881 rm -f conftest.$ac_objext conftest$ac_exeext
13882 if { (ac_try="$ac_link"
13883 case "(($ac_try" in
13884   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13885   *) ac_try_echo=$ac_try;;
13886 esac
13887 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13888 $as_echo "$ac_try_echo") >&5
13889   (eval "$ac_link") 2>conftest.er1
13890   ac_status=$?
13891   grep -v '^ *+' conftest.er1 >conftest.err
13892   rm -f conftest.er1
13893   cat conftest.err >&5
13894   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13895   (exit $ac_status); } && {
13896          test -z "$ac_c_werror_flag" ||
13897          test ! -s conftest.err
13898        } && test -s conftest$ac_exeext && {
13899          test "$cross_compiling" = yes ||
13900          $as_test_x conftest$ac_exeext
13901        }; then
13902   eval "$as_ac_var=yes"
13903 else
13904   $as_echo "$as_me: failed program was:" >&5
13905 sed 's/^/| /' conftest.$ac_ext >&5
13906
13907         eval "$as_ac_var=no"
13908 fi
13909
13910 rm -rf conftest.dSYM
13911 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13912       conftest$ac_exeext conftest.$ac_ext
13913 fi
13914 ac_res=`eval 'as_val=${'$as_ac_var'}
13915                  $as_echo "$as_val"'`
13916                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13917 $as_echo "$ac_res" >&6; }
13918 as_val=`eval 'as_val=${'$as_ac_var'}
13919                  $as_echo "$as_val"'`
13920    if test "x$as_val" = x""yes; then
13921   cat >>confdefs.h <<_ACEOF
13922 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13923 _ACEOF
13924
13925 fi
13926 done
13927
13928 LIBS="$ac_save_LIBS"
13929 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13930   case "x$with_curses" in
13931   x)   wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13932   xno) ;;
13933   *)   { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13934 This is an error since --with-curses was requested." >&5
13935 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13936 This is an error since --with-curses was requested." >&2;}
13937    { (exit 1); exit 1; }; } ;;
13938 esac
13939 fi
13940
13941
13942 if test "x$with_sane" != "xno"
13943 then
13944     ac_save_CPPFLAGS="$CPPFLAGS"
13945     # Extract the first word of "sane-config", so it can be a program name with args.
13946 set dummy sane-config; ac_word=$2
13947 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13948 $as_echo_n "checking for $ac_word... " >&6; }
13949 if test "${ac_cv_prog_sane_devel+set}" = set; then
13950   $as_echo_n "(cached) " >&6
13951 else
13952   if test -n "$sane_devel"; then
13953   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13954 else
13955 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13956 for as_dir in $PATH
13957 do
13958   IFS=$as_save_IFS
13959   test -z "$as_dir" && as_dir=.
13960   for ac_exec_ext in '' $ac_executable_extensions; do
13961   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13962     ac_cv_prog_sane_devel="sane-config"
13963     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13964     break 2
13965   fi
13966 done
13967 done
13968 IFS=$as_save_IFS
13969
13970   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13971 fi
13972 fi
13973 sane_devel=$ac_cv_prog_sane_devel
13974 if test -n "$sane_devel"; then
13975   { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13976 $as_echo "$sane_devel" >&6; }
13977 else
13978   { $as_echo "$as_me:$LINENO: result: no" >&5
13979 $as_echo "no" >&6; }
13980 fi
13981
13982
13983     if test "$sane_devel" != "no"
13984     then
13985         ac_sane_incl="`$sane_devel --cflags`"
13986         ac_sane_libs="`$sane_devel --ldflags`"
13987         CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13988     fi
13989     if test "${ac_cv_header_sane_sane_h+set}" = set; then
13990   { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13991 $as_echo_n "checking for sane/sane.h... " >&6; }
13992 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13993   $as_echo_n "(cached) " >&6
13994 fi
13995 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13996 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13997 else
13998   # Is the header compilable?
13999 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
14000 $as_echo_n "checking sane/sane.h usability... " >&6; }
14001 cat >conftest.$ac_ext <<_ACEOF
14002 /* confdefs.h.  */
14003 _ACEOF
14004 cat confdefs.h >>conftest.$ac_ext
14005 cat >>conftest.$ac_ext <<_ACEOF
14006 /* end confdefs.h.  */
14007 $ac_includes_default
14008 #include <sane/sane.h>
14009 _ACEOF
14010 rm -f conftest.$ac_objext
14011 if { (ac_try="$ac_compile"
14012 case "(($ac_try" in
14013   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14014   *) ac_try_echo=$ac_try;;
14015 esac
14016 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14017 $as_echo "$ac_try_echo") >&5
14018   (eval "$ac_compile") 2>conftest.er1
14019   ac_status=$?
14020   grep -v '^ *+' conftest.er1 >conftest.err
14021   rm -f conftest.er1
14022   cat conftest.err >&5
14023   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14024   (exit $ac_status); } && {
14025          test -z "$ac_c_werror_flag" ||
14026          test ! -s conftest.err
14027        } && test -s conftest.$ac_objext; then
14028   ac_header_compiler=yes
14029 else
14030   $as_echo "$as_me: failed program was:" >&5
14031 sed 's/^/| /' conftest.$ac_ext >&5
14032
14033         ac_header_compiler=no
14034 fi
14035
14036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14037 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14038 $as_echo "$ac_header_compiler" >&6; }
14039
14040 # Is the header present?
14041 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
14042 $as_echo_n "checking sane/sane.h presence... " >&6; }
14043 cat >conftest.$ac_ext <<_ACEOF
14044 /* confdefs.h.  */
14045 _ACEOF
14046 cat confdefs.h >>conftest.$ac_ext
14047 cat >>conftest.$ac_ext <<_ACEOF
14048 /* end confdefs.h.  */
14049 #include <sane/sane.h>
14050 _ACEOF
14051 if { (ac_try="$ac_cpp conftest.$ac_ext"
14052 case "(($ac_try" in
14053   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14054   *) ac_try_echo=$ac_try;;
14055 esac
14056 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14057 $as_echo "$ac_try_echo") >&5
14058   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14059   ac_status=$?
14060   grep -v '^ *+' conftest.er1 >conftest.err
14061   rm -f conftest.er1
14062   cat conftest.err >&5
14063   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14064   (exit $ac_status); } >/dev/null && {
14065          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14066          test ! -s conftest.err
14067        }; then
14068   ac_header_preproc=yes
14069 else
14070   $as_echo "$as_me: failed program was:" >&5
14071 sed 's/^/| /' conftest.$ac_ext >&5
14072
14073   ac_header_preproc=no
14074 fi
14075
14076 rm -f conftest.err conftest.$ac_ext
14077 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14078 $as_echo "$ac_header_preproc" >&6; }
14079
14080 # So?  What about this header?
14081 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14082   yes:no: )
14083     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
14084 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14085     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
14086 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
14087     ac_header_preproc=yes
14088     ;;
14089   no:yes:* )
14090     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
14091 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
14092     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&5
14093 $as_echo "$as_me: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&2;}
14094     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
14095 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
14096     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&5
14097 $as_echo "$as_me: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&2;}
14098     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
14099 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
14100     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
14101 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
14102     ( cat <<\_ASBOX
14103 ## ------------------------------------ ##
14104 ## Report this to wine-devel@winehq.org ##
14105 ## ------------------------------------ ##
14106 _ASBOX
14107      ) | sed "s/^/$as_me: WARNING:     /" >&2
14108     ;;
14109 esac
14110 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
14111 $as_echo_n "checking for sane/sane.h... " >&6; }
14112 if test "${ac_cv_header_sane_sane_h+set}" = set; then
14113   $as_echo_n "(cached) " >&6
14114 else
14115   ac_cv_header_sane_sane_h=$ac_header_preproc
14116 fi
14117 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
14118 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
14119
14120 fi
14121 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
14122   { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
14123 $as_echo_n "checking for -lsane... " >&6; }
14124 if test "${ac_cv_lib_soname_sane+set}" = set; then
14125   $as_echo_n "(cached) " >&6
14126 else
14127   ac_check_soname_save_LIBS=$LIBS
14128 LIBS="-lsane $ac_sane_libs $LIBS"
14129   cat >conftest.$ac_ext <<_ACEOF
14130 /* confdefs.h.  */
14131 _ACEOF
14132 cat confdefs.h >>conftest.$ac_ext
14133 cat >>conftest.$ac_ext <<_ACEOF
14134 /* end confdefs.h.  */
14135
14136 /* Override any GCC internal prototype to avoid an error.
14137    Use char because int might match the return type of a GCC
14138    builtin and then its argument prototype would still apply.  */
14139 #ifdef __cplusplus
14140 extern "C"
14141 #endif
14142 char sane_init ();
14143 int
14144 main ()
14145 {
14146 return sane_init ();
14147   ;
14148   return 0;
14149 }
14150 _ACEOF
14151 rm -f conftest.$ac_objext conftest$ac_exeext
14152 if { (ac_try="$ac_link"
14153 case "(($ac_try" in
14154   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14155   *) ac_try_echo=$ac_try;;
14156 esac
14157 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14158 $as_echo "$ac_try_echo") >&5
14159   (eval "$ac_link") 2>conftest.er1
14160   ac_status=$?
14161   grep -v '^ *+' conftest.er1 >conftest.err
14162   rm -f conftest.er1
14163   cat conftest.err >&5
14164   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14165   (exit $ac_status); } && {
14166          test -z "$ac_c_werror_flag" ||
14167          test ! -s conftest.err
14168        } && test -s conftest$ac_exeext && {
14169          test "$cross_compiling" = yes ||
14170          $as_test_x conftest$ac_exeext
14171        }; then
14172   case "$LIBEXT" in
14173     dll) ;;
14174     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'` ;;
14175     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
14176   esac
14177 else
14178   $as_echo "$as_me: failed program was:" >&5
14179 sed 's/^/| /' conftest.$ac_ext >&5
14180
14181
14182 fi
14183
14184 rm -rf conftest.dSYM
14185 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14186       conftest$ac_exeext conftest.$ac_ext
14187   LIBS=$ac_check_soname_save_LIBS
14188 fi
14189 if test "x$ac_cv_lib_soname_sane" = "x"; then
14190   { $as_echo "$as_me:$LINENO: result: not found" >&5
14191 $as_echo "not found" >&6; }
14192
14193 else
14194   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
14195 $as_echo "$ac_cv_lib_soname_sane" >&6; }
14196
14197 cat >>confdefs.h <<_ACEOF
14198 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
14199 _ACEOF
14200
14201        SANEINCL="$ac_sane_incl"
14202
14203 fi
14204
14205 fi
14206
14207
14208     CPPFLAGS="$ac_save_CPPFLAGS"
14209 fi
14210 if test "x$ac_cv_lib_soname_sane" = "x"; then
14211   case "x$with_sane" in
14212   x)   wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14213   xno) ;;
14214   *)   { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14215 This is an error since --with-sane was requested." >&5
14216 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14217 This is an error since --with-sane was requested." >&2;}
14218    { (exit 1); exit 1; }; } ;;
14219 esac
14220 fi
14221
14222
14223 if test "x$with_gphoto" != "xno"
14224 then
14225     ac_save_CPPFLAGS="$CPPFLAGS"
14226     # Extract the first word of "gphoto2-config", so it can be a program name with args.
14227 set dummy gphoto2-config; ac_word=$2
14228 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14229 $as_echo_n "checking for $ac_word... " >&6; }
14230 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14231   $as_echo_n "(cached) " >&6
14232 else
14233   if test -n "$gphoto2_devel"; then
14234   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14235 else
14236 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14237 for as_dir in $PATH
14238 do
14239   IFS=$as_save_IFS
14240   test -z "$as_dir" && as_dir=.
14241   for ac_exec_ext in '' $ac_executable_extensions; do
14242   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14243     ac_cv_prog_gphoto2_devel="gphoto2-config"
14244     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14245     break 2
14246   fi
14247 done
14248 done
14249 IFS=$as_save_IFS
14250
14251   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14252 fi
14253 fi
14254 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14255 if test -n "$gphoto2_devel"; then
14256   { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14257 $as_echo "$gphoto2_devel" >&6; }
14258 else
14259   { $as_echo "$as_me:$LINENO: result: no" >&5
14260 $as_echo "no" >&6; }
14261 fi
14262
14263
14264     # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14265 set dummy gphoto2-port-config; ac_word=$2
14266 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14267 $as_echo_n "checking for $ac_word... " >&6; }
14268 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14269   $as_echo_n "(cached) " >&6
14270 else
14271   if test -n "$gphoto2port_devel"; then
14272   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14273 else
14274 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14275 for as_dir in $PATH
14276 do
14277   IFS=$as_save_IFS
14278   test -z "$as_dir" && as_dir=.
14279   for ac_exec_ext in '' $ac_executable_extensions; do
14280   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14281     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14282     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14283     break 2
14284   fi
14285 done
14286 done
14287 IFS=$as_save_IFS
14288
14289   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14290 fi
14291 fi
14292 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14293 if test -n "$gphoto2port_devel"; then
14294   { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14295 $as_echo "$gphoto2port_devel" >&6; }
14296 else
14297   { $as_echo "$as_me:$LINENO: result: no" >&5
14298 $as_echo "no" >&6; }
14299 fi
14300
14301
14302     if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14303     then
14304         ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14305         ac_gphoto2_libs=""
14306         for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14307         do
14308             case "$i" in
14309             -L/usr/lib|-L/usr/lib64) ;;
14310             -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14311             esac
14312         done
14313         CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14314     fi
14315     ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14316     if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14317   { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14318 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14319 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14320   $as_echo_n "(cached) " >&6
14321 fi
14322 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14323 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14324 else
14325   # Is the header compilable?
14326 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14327 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14328 cat >conftest.$ac_ext <<_ACEOF
14329 /* confdefs.h.  */
14330 _ACEOF
14331 cat confdefs.h >>conftest.$ac_ext
14332 cat >>conftest.$ac_ext <<_ACEOF
14333 /* end confdefs.h.  */
14334 $ac_includes_default
14335 #include <gphoto2-camera.h>
14336 _ACEOF
14337 rm -f conftest.$ac_objext
14338 if { (ac_try="$ac_compile"
14339 case "(($ac_try" in
14340   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14341   *) ac_try_echo=$ac_try;;
14342 esac
14343 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14344 $as_echo "$ac_try_echo") >&5
14345   (eval "$ac_compile") 2>conftest.er1
14346   ac_status=$?
14347   grep -v '^ *+' conftest.er1 >conftest.err
14348   rm -f conftest.er1
14349   cat conftest.err >&5
14350   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14351   (exit $ac_status); } && {
14352          test -z "$ac_c_werror_flag" ||
14353          test ! -s conftest.err
14354        } && test -s conftest.$ac_objext; then
14355   ac_header_compiler=yes
14356 else
14357   $as_echo "$as_me: failed program was:" >&5
14358 sed 's/^/| /' conftest.$ac_ext >&5
14359
14360         ac_header_compiler=no
14361 fi
14362
14363 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14364 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14365 $as_echo "$ac_header_compiler" >&6; }
14366
14367 # Is the header present?
14368 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14369 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14370 cat >conftest.$ac_ext <<_ACEOF
14371 /* confdefs.h.  */
14372 _ACEOF
14373 cat confdefs.h >>conftest.$ac_ext
14374 cat >>conftest.$ac_ext <<_ACEOF
14375 /* end confdefs.h.  */
14376 #include <gphoto2-camera.h>
14377 _ACEOF
14378 if { (ac_try="$ac_cpp conftest.$ac_ext"
14379 case "(($ac_try" in
14380   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14381   *) ac_try_echo=$ac_try;;
14382 esac
14383 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14384 $as_echo "$ac_try_echo") >&5
14385   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14386   ac_status=$?
14387   grep -v '^ *+' conftest.er1 >conftest.err
14388   rm -f conftest.er1
14389   cat conftest.err >&5
14390   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14391   (exit $ac_status); } >/dev/null && {
14392          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14393          test ! -s conftest.err
14394        }; then
14395   ac_header_preproc=yes
14396 else
14397   $as_echo "$as_me: failed program was:" >&5
14398 sed 's/^/| /' conftest.$ac_ext >&5
14399
14400   ac_header_preproc=no
14401 fi
14402
14403 rm -f conftest.err conftest.$ac_ext
14404 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14405 $as_echo "$ac_header_preproc" >&6; }
14406
14407 # So?  What about this header?
14408 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14409   yes:no: )
14410     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14411 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14412     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14413 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14414     ac_header_preproc=yes
14415     ;;
14416   no:yes:* )
14417     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14418 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14419     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&5
14420 $as_echo "$as_me: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&2;}
14421     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14422 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14423     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&5
14424 $as_echo "$as_me: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&2;}
14425     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14426 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14427     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14428 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14429     ( cat <<\_ASBOX
14430 ## ------------------------------------ ##
14431 ## Report this to wine-devel@winehq.org ##
14432 ## ------------------------------------ ##
14433 _ASBOX
14434      ) | sed "s/^/$as_me: WARNING:     /" >&2
14435     ;;
14436 esac
14437 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14438 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14439 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14440   $as_echo_n "(cached) " >&6
14441 else
14442   ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14443 fi
14444 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14445 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14446
14447 fi
14448 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14449   { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14450 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14451 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14452   $as_echo_n "(cached) " >&6
14453 else
14454   ac_check_lib_save_LIBS=$LIBS
14455 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14456 cat >conftest.$ac_ext <<_ACEOF
14457 /* confdefs.h.  */
14458 _ACEOF
14459 cat confdefs.h >>conftest.$ac_ext
14460 cat >>conftest.$ac_ext <<_ACEOF
14461 /* end confdefs.h.  */
14462
14463 /* Override any GCC internal prototype to avoid an error.
14464    Use char because int might match the return type of a GCC
14465    builtin and then its argument prototype would still apply.  */
14466 #ifdef __cplusplus
14467 extern "C"
14468 #endif
14469 char gp_camera_new ();
14470 int
14471 main ()
14472 {
14473 return gp_camera_new ();
14474   ;
14475   return 0;
14476 }
14477 _ACEOF
14478 rm -f conftest.$ac_objext conftest$ac_exeext
14479 if { (ac_try="$ac_link"
14480 case "(($ac_try" in
14481   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14482   *) ac_try_echo=$ac_try;;
14483 esac
14484 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14485 $as_echo "$ac_try_echo") >&5
14486   (eval "$ac_link") 2>conftest.er1
14487   ac_status=$?
14488   grep -v '^ *+' conftest.er1 >conftest.err
14489   rm -f conftest.er1
14490   cat conftest.err >&5
14491   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14492   (exit $ac_status); } && {
14493          test -z "$ac_c_werror_flag" ||
14494          test ! -s conftest.err
14495        } && test -s conftest$ac_exeext && {
14496          test "$cross_compiling" = yes ||
14497          $as_test_x conftest$ac_exeext
14498        }; then
14499   ac_cv_lib_gphoto2_gp_camera_new=yes
14500 else
14501   $as_echo "$as_me: failed program was:" >&5
14502 sed 's/^/| /' conftest.$ac_ext >&5
14503
14504         ac_cv_lib_gphoto2_gp_camera_new=no
14505 fi
14506
14507 rm -rf conftest.dSYM
14508 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14509       conftest$ac_exeext conftest.$ac_ext
14510 LIBS=$ac_check_lib_save_LIBS
14511 fi
14512 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14513 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14514 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14515
14516 cat >>confdefs.h <<\_ACEOF
14517 #define HAVE_GPHOTO2 1
14518 _ACEOF
14519
14520                                    GPHOTO2LIBS="$ac_gphoto2_libs"
14521
14522                                    GPHOTO2INCL="$ac_gphoto2_incl"
14523
14524 fi
14525
14526 fi
14527
14528
14529     CPPFLAGS="$ac_save_CPPFLAGS"
14530 fi
14531 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14532   case "x$with_gphoto" in
14533   x)   wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14534   xno) ;;
14535   *)   { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14536 This is an error since --with-gphoto was requested." >&5
14537 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14538 This is an error since --with-gphoto was requested." >&2;}
14539    { (exit 1); exit 1; }; } ;;
14540 esac
14541 fi
14542
14543
14544
14545 RESOLVLIBS=""
14546
14547 if test "$ac_cv_header_resolv_h" = "yes"
14548 then
14549     ac_save_LIBS="$LIBS"
14550     LIBS="$LIBS -lresolv"
14551     cat >conftest.$ac_ext <<_ACEOF
14552 /* confdefs.h.  */
14553 _ACEOF
14554 cat confdefs.h >>conftest.$ac_ext
14555 cat >>conftest.$ac_ext <<_ACEOF
14556 /* end confdefs.h.  */
14557 #ifdef HAVE_NETINET_IN_H
14558 #include <netinet/in.h>
14559 #endif
14560 #include <resolv.h>
14561 int
14562 main ()
14563 {
14564 res_init();
14565   ;
14566   return 0;
14567 }
14568 _ACEOF
14569 rm -f conftest.$ac_objext conftest$ac_exeext
14570 if { (ac_try="$ac_link"
14571 case "(($ac_try" in
14572   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14573   *) ac_try_echo=$ac_try;;
14574 esac
14575 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14576 $as_echo "$ac_try_echo") >&5
14577   (eval "$ac_link") 2>conftest.er1
14578   ac_status=$?
14579   grep -v '^ *+' conftest.er1 >conftest.err
14580   rm -f conftest.er1
14581   cat conftest.err >&5
14582   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14583   (exit $ac_status); } && {
14584          test -z "$ac_c_werror_flag" ||
14585          test ! -s conftest.err
14586        } && test -s conftest$ac_exeext && {
14587          test "$cross_compiling" = yes ||
14588          $as_test_x conftest$ac_exeext
14589        }; then
14590
14591 cat >>confdefs.h <<\_ACEOF
14592 #define HAVE_RESOLV 1
14593 _ACEOF
14594
14595          RESOLVLIBS="-lresolv"
14596 else
14597   $as_echo "$as_me: failed program was:" >&5
14598 sed 's/^/| /' conftest.$ac_ext >&5
14599
14600
14601 fi
14602
14603 rm -rf conftest.dSYM
14604 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14605       conftest$ac_exeext conftest.$ac_ext
14606     LIBS="$ac_save_LIBS"
14607 fi
14608
14609 LCMSLIBS=""
14610
14611 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14612 then
14613     { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14614 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14615 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14616   $as_echo_n "(cached) " >&6
14617 else
14618   ac_check_lib_save_LIBS=$LIBS
14619 LIBS="-llcms  $LIBS"
14620 cat >conftest.$ac_ext <<_ACEOF
14621 /* confdefs.h.  */
14622 _ACEOF
14623 cat confdefs.h >>conftest.$ac_ext
14624 cat >>conftest.$ac_ext <<_ACEOF
14625 /* end confdefs.h.  */
14626
14627 /* Override any GCC internal prototype to avoid an error.
14628    Use char because int might match the return type of a GCC
14629    builtin and then its argument prototype would still apply.  */
14630 #ifdef __cplusplus
14631 extern "C"
14632 #endif
14633 char cmsOpenProfileFromFile ();
14634 int
14635 main ()
14636 {
14637 return cmsOpenProfileFromFile ();
14638   ;
14639   return 0;
14640 }
14641 _ACEOF
14642 rm -f conftest.$ac_objext conftest$ac_exeext
14643 if { (ac_try="$ac_link"
14644 case "(($ac_try" in
14645   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14646   *) ac_try_echo=$ac_try;;
14647 esac
14648 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14649 $as_echo "$ac_try_echo") >&5
14650   (eval "$ac_link") 2>conftest.er1
14651   ac_status=$?
14652   grep -v '^ *+' conftest.er1 >conftest.err
14653   rm -f conftest.er1
14654   cat conftest.err >&5
14655   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14656   (exit $ac_status); } && {
14657          test -z "$ac_c_werror_flag" ||
14658          test ! -s conftest.err
14659        } && test -s conftest$ac_exeext && {
14660          test "$cross_compiling" = yes ||
14661          $as_test_x conftest$ac_exeext
14662        }; then
14663   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14664 else
14665   $as_echo "$as_me: failed program was:" >&5
14666 sed 's/^/| /' conftest.$ac_ext >&5
14667
14668         ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14669 fi
14670
14671 rm -rf conftest.dSYM
14672 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14673       conftest$ac_exeext conftest.$ac_ext
14674 LIBS=$ac_check_lib_save_LIBS
14675 fi
14676 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14677 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14678 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14679
14680 cat >>confdefs.h <<\_ACEOF
14681 #define HAVE_LCMS 1
14682 _ACEOF
14683
14684          LCMSLIBS="-llcms"
14685 fi
14686
14687 fi
14688 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14689   case "x$with_cms" in
14690   x)   wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14691   xno) ;;
14692   *)   { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14693 This is an error since --with-cms was requested." >&5
14694 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14695 This is an error since --with-cms was requested." >&2;}
14696    { (exit 1); exit 1; }; } ;;
14697 esac
14698 fi
14699
14700
14701 if test "x$with_freetype" != "xno"
14702 then
14703     for ac_prog in freetype-config freetype2-config
14704 do
14705   # Extract the first word of "$ac_prog", so it can be a program name with args.
14706 set dummy $ac_prog; ac_word=$2
14707 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14708 $as_echo_n "checking for $ac_word... " >&6; }
14709 if test "${ac_cv_prog_ft_devel+set}" = set; then
14710   $as_echo_n "(cached) " >&6
14711 else
14712   if test -n "$ft_devel"; then
14713   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14714 else
14715 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14716 for as_dir in $PATH
14717 do
14718   IFS=$as_save_IFS
14719   test -z "$as_dir" && as_dir=.
14720   for ac_exec_ext in '' $ac_executable_extensions; do
14721   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14722     ac_cv_prog_ft_devel="$ac_prog"
14723     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14724     break 2
14725   fi
14726 done
14727 done
14728 IFS=$as_save_IFS
14729
14730 fi
14731 fi
14732 ft_devel=$ac_cv_prog_ft_devel
14733 if test -n "$ft_devel"; then
14734   { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14735 $as_echo "$ft_devel" >&6; }
14736 else
14737   { $as_echo "$as_me:$LINENO: result: no" >&5
14738 $as_echo "no" >&6; }
14739 fi
14740
14741
14742   test -n "$ft_devel" && break
14743 done
14744 test -n "$ft_devel" || ft_devel="no"
14745
14746     if test "$ft_devel" != "no"
14747     then
14748         ac_freetype_incl=`$ft_devel --cflags`
14749         ac_freetype_libs=`$ft_devel --libs`
14750     fi
14751     ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14752     { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14753 $as_echo_n "checking for -lfreetype... " >&6; }
14754 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14755   $as_echo_n "(cached) " >&6
14756 else
14757   ac_check_soname_save_LIBS=$LIBS
14758 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14759   cat >conftest.$ac_ext <<_ACEOF
14760 /* confdefs.h.  */
14761 _ACEOF
14762 cat confdefs.h >>conftest.$ac_ext
14763 cat >>conftest.$ac_ext <<_ACEOF
14764 /* end confdefs.h.  */
14765
14766 /* Override any GCC internal prototype to avoid an error.
14767    Use char because int might match the return type of a GCC
14768    builtin and then its argument prototype would still apply.  */
14769 #ifdef __cplusplus
14770 extern "C"
14771 #endif
14772 char FT_Init_FreeType ();
14773 int
14774 main ()
14775 {
14776 return FT_Init_FreeType ();
14777   ;
14778   return 0;
14779 }
14780 _ACEOF
14781 rm -f conftest.$ac_objext conftest$ac_exeext
14782 if { (ac_try="$ac_link"
14783 case "(($ac_try" in
14784   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14785   *) ac_try_echo=$ac_try;;
14786 esac
14787 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14788 $as_echo "$ac_try_echo") >&5
14789   (eval "$ac_link") 2>conftest.er1
14790   ac_status=$?
14791   grep -v '^ *+' conftest.er1 >conftest.err
14792   rm -f conftest.er1
14793   cat conftest.err >&5
14794   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14795   (exit $ac_status); } && {
14796          test -z "$ac_c_werror_flag" ||
14797          test ! -s conftest.err
14798        } && test -s conftest$ac_exeext && {
14799          test "$cross_compiling" = yes ||
14800          $as_test_x conftest$ac_exeext
14801        }; then
14802   case "$LIBEXT" in
14803     dll) ;;
14804     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'` ;;
14805     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
14806   esac
14807 else
14808   $as_echo "$as_me: failed program was:" >&5
14809 sed 's/^/| /' conftest.$ac_ext >&5
14810
14811
14812 fi
14813
14814 rm -rf conftest.dSYM
14815 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14816       conftest$ac_exeext conftest.$ac_ext
14817   LIBS=$ac_check_soname_save_LIBS
14818 fi
14819 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14820   { $as_echo "$as_me:$LINENO: result: not found" >&5
14821 $as_echo "not found" >&6; }
14822        ft_lib=no
14823 else
14824   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14825 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14826
14827 cat >>confdefs.h <<_ACEOF
14828 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14829 _ACEOF
14830
14831        ft_lib=yes
14832 fi
14833
14834     if test "$ft_lib" = "yes"
14835     then
14836         ac_save_CPPFLAGS="$CPPFLAGS"
14837         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14838
14839
14840
14841
14842
14843
14844
14845
14846
14847
14848
14849
14850
14851 for ac_header in ft2build.h \
14852                          freetype/freetype.h \
14853                          freetype/ftglyph.h \
14854                          freetype/fttypes.h \
14855                          freetype/tttables.h \
14856                          freetype/ftnames.h \
14857                          freetype/ftsnames.h \
14858                          freetype/ttnameid.h \
14859                          freetype/ftoutln.h \
14860                          freetype/ftwinfnt.h \
14861                          freetype/ftmodapi.h \
14862                          freetype/ftlcdfil.h \
14863                          freetype/internal/sfnt.h
14864 do
14865 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14866 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14867 $as_echo_n "checking for $ac_header... " >&6; }
14868 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14869   $as_echo_n "(cached) " >&6
14870 else
14871   cat >conftest.$ac_ext <<_ACEOF
14872 /* confdefs.h.  */
14873 _ACEOF
14874 cat confdefs.h >>conftest.$ac_ext
14875 cat >>conftest.$ac_ext <<_ACEOF
14876 /* end confdefs.h.  */
14877 #ifdef HAVE_FT2BUILD_H
14878                           # include <ft2build.h>
14879                           #endif
14880
14881 #include <$ac_header>
14882 _ACEOF
14883 rm -f conftest.$ac_objext
14884 if { (ac_try="$ac_compile"
14885 case "(($ac_try" in
14886   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14887   *) ac_try_echo=$ac_try;;
14888 esac
14889 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14890 $as_echo "$ac_try_echo") >&5
14891   (eval "$ac_compile") 2>conftest.er1
14892   ac_status=$?
14893   grep -v '^ *+' conftest.er1 >conftest.err
14894   rm -f conftest.er1
14895   cat conftest.err >&5
14896   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14897   (exit $ac_status); } && {
14898          test -z "$ac_c_werror_flag" ||
14899          test ! -s conftest.err
14900        } && test -s conftest.$ac_objext; then
14901   eval "$as_ac_Header=yes"
14902 else
14903   $as_echo "$as_me: failed program was:" >&5
14904 sed 's/^/| /' conftest.$ac_ext >&5
14905
14906         eval "$as_ac_Header=no"
14907 fi
14908
14909 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14910 fi
14911 ac_res=`eval 'as_val=${'$as_ac_Header'}
14912                  $as_echo "$as_val"'`
14913                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14914 $as_echo "$ac_res" >&6; }
14915 as_val=`eval 'as_val=${'$as_ac_Header'}
14916                  $as_echo "$as_val"'`
14917    if test "x$as_val" = x""yes; then
14918   cat >>confdefs.h <<_ACEOF
14919 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14920 _ACEOF
14921
14922 fi
14923
14924 done
14925
14926         cat >conftest.$ac_ext <<_ACEOF
14927 /* confdefs.h.  */
14928 _ACEOF
14929 cat confdefs.h >>conftest.$ac_ext
14930 cat >>conftest.$ac_ext <<_ACEOF
14931 /* end confdefs.h.  */
14932 #include <ft2build.h>
14933                     #include <freetype/fttrigon.h>
14934 _ACEOF
14935 if { (ac_try="$ac_cpp conftest.$ac_ext"
14936 case "(($ac_try" in
14937   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14938   *) ac_try_echo=$ac_try;;
14939 esac
14940 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14941 $as_echo "$ac_try_echo") >&5
14942   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14943   ac_status=$?
14944   grep -v '^ *+' conftest.er1 >conftest.err
14945   rm -f conftest.er1
14946   cat conftest.err >&5
14947   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14948   (exit $ac_status); } >/dev/null && {
14949          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14950          test ! -s conftest.err
14951        }; then
14952
14953 cat >>confdefs.h <<\_ACEOF
14954 #define HAVE_FREETYPE_FTTRIGON_H 1
14955 _ACEOF
14956
14957                     wine_cv_fttrigon=yes
14958 else
14959   $as_echo "$as_me: failed program was:" >&5
14960 sed 's/^/| /' conftest.$ac_ext >&5
14961
14962   wine_cv_fttrigon=no
14963 fi
14964
14965 rm -f conftest.err conftest.$ac_ext
14966         { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14967 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14968 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14969   $as_echo_n "(cached) " >&6
14970 else
14971   ac_cv_type_FT_TrueTypeEngineType=no
14972 cat >conftest.$ac_ext <<_ACEOF
14973 /* confdefs.h.  */
14974 _ACEOF
14975 cat confdefs.h >>conftest.$ac_ext
14976 cat >>conftest.$ac_ext <<_ACEOF
14977 /* end confdefs.h.  */
14978 #include <freetype/ftmodapi.h>
14979
14980 int
14981 main ()
14982 {
14983 if (sizeof (FT_TrueTypeEngineType))
14984        return 0;
14985   ;
14986   return 0;
14987 }
14988 _ACEOF
14989 rm -f conftest.$ac_objext
14990 if { (ac_try="$ac_compile"
14991 case "(($ac_try" in
14992   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14993   *) ac_try_echo=$ac_try;;
14994 esac
14995 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14996 $as_echo "$ac_try_echo") >&5
14997   (eval "$ac_compile") 2>conftest.er1
14998   ac_status=$?
14999   grep -v '^ *+' conftest.er1 >conftest.err
15000   rm -f conftest.er1
15001   cat conftest.err >&5
15002   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15003   (exit $ac_status); } && {
15004          test -z "$ac_c_werror_flag" ||
15005          test ! -s conftest.err
15006        } && test -s conftest.$ac_objext; then
15007   cat >conftest.$ac_ext <<_ACEOF
15008 /* confdefs.h.  */
15009 _ACEOF
15010 cat confdefs.h >>conftest.$ac_ext
15011 cat >>conftest.$ac_ext <<_ACEOF
15012 /* end confdefs.h.  */
15013 #include <freetype/ftmodapi.h>
15014
15015 int
15016 main ()
15017 {
15018 if (sizeof ((FT_TrueTypeEngineType)))
15019           return 0;
15020   ;
15021   return 0;
15022 }
15023 _ACEOF
15024 rm -f conftest.$ac_objext
15025 if { (ac_try="$ac_compile"
15026 case "(($ac_try" in
15027   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15028   *) ac_try_echo=$ac_try;;
15029 esac
15030 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15031 $as_echo "$ac_try_echo") >&5
15032   (eval "$ac_compile") 2>conftest.er1
15033   ac_status=$?
15034   grep -v '^ *+' conftest.er1 >conftest.err
15035   rm -f conftest.er1
15036   cat conftest.err >&5
15037   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15038   (exit $ac_status); } && {
15039          test -z "$ac_c_werror_flag" ||
15040          test ! -s conftest.err
15041        } && test -s conftest.$ac_objext; then
15042   :
15043 else
15044   $as_echo "$as_me: failed program was:" >&5
15045 sed 's/^/| /' conftest.$ac_ext >&5
15046
15047         ac_cv_type_FT_TrueTypeEngineType=yes
15048 fi
15049
15050 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15051 else
15052   $as_echo "$as_me: failed program was:" >&5
15053 sed 's/^/| /' conftest.$ac_ext >&5
15054
15055
15056 fi
15057
15058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15059 fi
15060 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
15061 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
15062 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
15063
15064 cat >>confdefs.h <<_ACEOF
15065 #define HAVE_FT_TRUETYPEENGINETYPE 1
15066 _ACEOF
15067
15068
15069 fi
15070
15071         ac_save_CFLAGS="$CFLAGS"
15072         CFLAGS="$CFLAGS $ac_freetype_libs"
15073
15074 for ac_func in FT_Load_Sfnt_Table
15075 do
15076 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15077 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15078 $as_echo_n "checking for $ac_func... " >&6; }
15079 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15080   $as_echo_n "(cached) " >&6
15081 else
15082   cat >conftest.$ac_ext <<_ACEOF
15083 /* confdefs.h.  */
15084 _ACEOF
15085 cat confdefs.h >>conftest.$ac_ext
15086 cat >>conftest.$ac_ext <<_ACEOF
15087 /* end confdefs.h.  */
15088 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15089    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15090 #define $ac_func innocuous_$ac_func
15091
15092 /* System header to define __stub macros and hopefully few prototypes,
15093     which can conflict with char $ac_func (); below.
15094     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15095     <limits.h> exists even on freestanding compilers.  */
15096
15097 #ifdef __STDC__
15098 # include <limits.h>
15099 #else
15100 # include <assert.h>
15101 #endif
15102
15103 #undef $ac_func
15104
15105 /* Override any GCC internal prototype to avoid an error.
15106    Use char because int might match the return type of a GCC
15107    builtin and then its argument prototype would still apply.  */
15108 #ifdef __cplusplus
15109 extern "C"
15110 #endif
15111 char $ac_func ();
15112 /* The GNU C library defines this for functions which it implements
15113     to always fail with ENOSYS.  Some functions are actually named
15114     something starting with __ and the normal name is an alias.  */
15115 #if defined __stub_$ac_func || defined __stub___$ac_func
15116 choke me
15117 #endif
15118
15119 int
15120 main ()
15121 {
15122 return $ac_func ();
15123   ;
15124   return 0;
15125 }
15126 _ACEOF
15127 rm -f conftest.$ac_objext conftest$ac_exeext
15128 if { (ac_try="$ac_link"
15129 case "(($ac_try" in
15130   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15131   *) ac_try_echo=$ac_try;;
15132 esac
15133 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15134 $as_echo "$ac_try_echo") >&5
15135   (eval "$ac_link") 2>conftest.er1
15136   ac_status=$?
15137   grep -v '^ *+' conftest.er1 >conftest.err
15138   rm -f conftest.er1
15139   cat conftest.err >&5
15140   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15141   (exit $ac_status); } && {
15142          test -z "$ac_c_werror_flag" ||
15143          test ! -s conftest.err
15144        } && test -s conftest$ac_exeext && {
15145          test "$cross_compiling" = yes ||
15146          $as_test_x conftest$ac_exeext
15147        }; then
15148   eval "$as_ac_var=yes"
15149 else
15150   $as_echo "$as_me: failed program was:" >&5
15151 sed 's/^/| /' conftest.$ac_ext >&5
15152
15153         eval "$as_ac_var=no"
15154 fi
15155
15156 rm -rf conftest.dSYM
15157 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15158       conftest$ac_exeext conftest.$ac_ext
15159 fi
15160 ac_res=`eval 'as_val=${'$as_ac_var'}
15161                  $as_echo "$as_val"'`
15162                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15163 $as_echo "$ac_res" >&6; }
15164 as_val=`eval 'as_val=${'$as_ac_var'}
15165                  $as_echo "$as_val"'`
15166    if test "x$as_val" = x""yes; then
15167   cat >>confdefs.h <<_ACEOF
15168 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15169 _ACEOF
15170
15171 fi
15172 done
15173
15174         CFLAGS="$ac_save_CFLAGS"
15175         CPPFLAGS="$ac_save_CPPFLAGS"
15176                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
15177         then
15178
15179 cat >>confdefs.h <<\_ACEOF
15180 #define HAVE_FREETYPE 1
15181 _ACEOF
15182
15183             FREETYPELIBS="$ac_freetype_libs"
15184
15185             FREETYPEINCL="$ac_freetype_incl"
15186
15187         fi
15188     fi
15189 fi
15190 if test "x$FREETYPELIBS" = "x"; then
15191   case "x$with_freetype" in
15192   xno) ;;
15193   *)   { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15194 Use the --without-freetype option if you really want this." >&5
15195 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15196 Use the --without-freetype option if you really want this." >&2;}
15197    { (exit 1); exit 1; }; } ;;
15198 esac
15199 fi
15200
15201 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
15202
15203 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
15204 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
15205 if test "${ac_cv_c_ppdev+set}" = set; then
15206   $as_echo_n "(cached) " >&6
15207 else
15208   cat >conftest.$ac_ext <<_ACEOF
15209 /* confdefs.h.  */
15210 _ACEOF
15211 cat confdefs.h >>conftest.$ac_ext
15212 cat >>conftest.$ac_ext <<_ACEOF
15213 /* end confdefs.h.  */
15214 #include <linux/ppdev.h>
15215 int
15216 main ()
15217 {
15218 ioctl (1,PPCLAIM,0)
15219   ;
15220   return 0;
15221 }
15222 _ACEOF
15223 rm -f conftest.$ac_objext
15224 if { (ac_try="$ac_compile"
15225 case "(($ac_try" in
15226   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15227   *) ac_try_echo=$ac_try;;
15228 esac
15229 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15230 $as_echo "$ac_try_echo") >&5
15231   (eval "$ac_compile") 2>conftest.er1
15232   ac_status=$?
15233   grep -v '^ *+' conftest.er1 >conftest.err
15234   rm -f conftest.er1
15235   cat conftest.err >&5
15236   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15237   (exit $ac_status); } && {
15238          test -z "$ac_c_werror_flag" ||
15239          test ! -s conftest.err
15240        } && test -s conftest.$ac_objext; then
15241   ac_cv_c_ppdev="yes"
15242 else
15243   $as_echo "$as_me: failed program was:" >&5
15244 sed 's/^/| /' conftest.$ac_ext >&5
15245
15246         ac_cv_c_ppdev="no"
15247 fi
15248
15249 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15250 fi
15251 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15252 $as_echo "$ac_cv_c_ppdev" >&6; }
15253 if test "$ac_cv_c_ppdev" = "yes"
15254 then
15255
15256 cat >>confdefs.h <<\_ACEOF
15257 #define HAVE_PPDEV 1
15258 _ACEOF
15259
15260 fi
15261
15262 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15263 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15264 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15265   $as_echo_n "(cached) " >&6
15266 else
15267   ac_cv_type_pthread_rwlock_t=no
15268 cat >conftest.$ac_ext <<_ACEOF
15269 /* confdefs.h.  */
15270 _ACEOF
15271 cat confdefs.h >>conftest.$ac_ext
15272 cat >>conftest.$ac_ext <<_ACEOF
15273 /* end confdefs.h.  */
15274 #define _GNU_SOURCE
15275 #include <pthread.h>
15276
15277 int
15278 main ()
15279 {
15280 if (sizeof (pthread_rwlock_t))
15281        return 0;
15282   ;
15283   return 0;
15284 }
15285 _ACEOF
15286 rm -f conftest.$ac_objext
15287 if { (ac_try="$ac_compile"
15288 case "(($ac_try" in
15289   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15290   *) ac_try_echo=$ac_try;;
15291 esac
15292 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15293 $as_echo "$ac_try_echo") >&5
15294   (eval "$ac_compile") 2>conftest.er1
15295   ac_status=$?
15296   grep -v '^ *+' conftest.er1 >conftest.err
15297   rm -f conftest.er1
15298   cat conftest.err >&5
15299   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15300   (exit $ac_status); } && {
15301          test -z "$ac_c_werror_flag" ||
15302          test ! -s conftest.err
15303        } && test -s conftest.$ac_objext; then
15304   cat >conftest.$ac_ext <<_ACEOF
15305 /* confdefs.h.  */
15306 _ACEOF
15307 cat confdefs.h >>conftest.$ac_ext
15308 cat >>conftest.$ac_ext <<_ACEOF
15309 /* end confdefs.h.  */
15310 #define _GNU_SOURCE
15311 #include <pthread.h>
15312
15313 int
15314 main ()
15315 {
15316 if (sizeof ((pthread_rwlock_t)))
15317           return 0;
15318   ;
15319   return 0;
15320 }
15321 _ACEOF
15322 rm -f conftest.$ac_objext
15323 if { (ac_try="$ac_compile"
15324 case "(($ac_try" in
15325   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15326   *) ac_try_echo=$ac_try;;
15327 esac
15328 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15329 $as_echo "$ac_try_echo") >&5
15330   (eval "$ac_compile") 2>conftest.er1
15331   ac_status=$?
15332   grep -v '^ *+' conftest.er1 >conftest.err
15333   rm -f conftest.er1
15334   cat conftest.err >&5
15335   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15336   (exit $ac_status); } && {
15337          test -z "$ac_c_werror_flag" ||
15338          test ! -s conftest.err
15339        } && test -s conftest.$ac_objext; then
15340   :
15341 else
15342   $as_echo "$as_me: failed program was:" >&5
15343 sed 's/^/| /' conftest.$ac_ext >&5
15344
15345         ac_cv_type_pthread_rwlock_t=yes
15346 fi
15347
15348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15349 else
15350   $as_echo "$as_me: failed program was:" >&5
15351 sed 's/^/| /' conftest.$ac_ext >&5
15352
15353
15354 fi
15355
15356 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15357 fi
15358 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15359 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15360 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15361
15362 cat >>confdefs.h <<_ACEOF
15363 #define HAVE_PTHREAD_RWLOCK_T 1
15364 _ACEOF
15365
15366
15367 fi
15368 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15369 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15370 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15371   $as_echo_n "(cached) " >&6
15372 else
15373   ac_cv_type_pthread_rwlockattr_t=no
15374 cat >conftest.$ac_ext <<_ACEOF
15375 /* confdefs.h.  */
15376 _ACEOF
15377 cat confdefs.h >>conftest.$ac_ext
15378 cat >>conftest.$ac_ext <<_ACEOF
15379 /* end confdefs.h.  */
15380 #define _GNU_SOURCE
15381 #include <pthread.h>
15382
15383 int
15384 main ()
15385 {
15386 if (sizeof (pthread_rwlockattr_t))
15387        return 0;
15388   ;
15389   return 0;
15390 }
15391 _ACEOF
15392 rm -f conftest.$ac_objext
15393 if { (ac_try="$ac_compile"
15394 case "(($ac_try" in
15395   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15396   *) ac_try_echo=$ac_try;;
15397 esac
15398 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15399 $as_echo "$ac_try_echo") >&5
15400   (eval "$ac_compile") 2>conftest.er1
15401   ac_status=$?
15402   grep -v '^ *+' conftest.er1 >conftest.err
15403   rm -f conftest.er1
15404   cat conftest.err >&5
15405   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15406   (exit $ac_status); } && {
15407          test -z "$ac_c_werror_flag" ||
15408          test ! -s conftest.err
15409        } && test -s conftest.$ac_objext; then
15410   cat >conftest.$ac_ext <<_ACEOF
15411 /* confdefs.h.  */
15412 _ACEOF
15413 cat confdefs.h >>conftest.$ac_ext
15414 cat >>conftest.$ac_ext <<_ACEOF
15415 /* end confdefs.h.  */
15416 #define _GNU_SOURCE
15417 #include <pthread.h>
15418
15419 int
15420 main ()
15421 {
15422 if (sizeof ((pthread_rwlockattr_t)))
15423           return 0;
15424   ;
15425   return 0;
15426 }
15427 _ACEOF
15428 rm -f conftest.$ac_objext
15429 if { (ac_try="$ac_compile"
15430 case "(($ac_try" in
15431   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15432   *) ac_try_echo=$ac_try;;
15433 esac
15434 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15435 $as_echo "$ac_try_echo") >&5
15436   (eval "$ac_compile") 2>conftest.er1
15437   ac_status=$?
15438   grep -v '^ *+' conftest.er1 >conftest.err
15439   rm -f conftest.er1
15440   cat conftest.err >&5
15441   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15442   (exit $ac_status); } && {
15443          test -z "$ac_c_werror_flag" ||
15444          test ! -s conftest.err
15445        } && test -s conftest.$ac_objext; then
15446   :
15447 else
15448   $as_echo "$as_me: failed program was:" >&5
15449 sed 's/^/| /' conftest.$ac_ext >&5
15450
15451         ac_cv_type_pthread_rwlockattr_t=yes
15452 fi
15453
15454 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15455 else
15456   $as_echo "$as_me: failed program was:" >&5
15457 sed 's/^/| /' conftest.$ac_ext >&5
15458
15459
15460 fi
15461
15462 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15463 fi
15464 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15465 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15466 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15467
15468 cat >>confdefs.h <<_ACEOF
15469 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15470 _ACEOF
15471
15472
15473 fi
15474
15475
15476 ac_wine_check_funcs_save_LIBS="$LIBS"
15477 LIBS="$LIBS $LIBPTHREAD"
15478
15479
15480
15481
15482 for ac_func in \
15483         pthread_attr_get_np \
15484         pthread_getattr_np \
15485         pthread_get_stackaddr_np \
15486         pthread_get_stacksize_np
15487 do
15488 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15489 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15490 $as_echo_n "checking for $ac_func... " >&6; }
15491 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15492   $as_echo_n "(cached) " >&6
15493 else
15494   cat >conftest.$ac_ext <<_ACEOF
15495 /* confdefs.h.  */
15496 _ACEOF
15497 cat confdefs.h >>conftest.$ac_ext
15498 cat >>conftest.$ac_ext <<_ACEOF
15499 /* end confdefs.h.  */
15500 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15501    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15502 #define $ac_func innocuous_$ac_func
15503
15504 /* System header to define __stub macros and hopefully few prototypes,
15505     which can conflict with char $ac_func (); below.
15506     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15507     <limits.h> exists even on freestanding compilers.  */
15508
15509 #ifdef __STDC__
15510 # include <limits.h>
15511 #else
15512 # include <assert.h>
15513 #endif
15514
15515 #undef $ac_func
15516
15517 /* Override any GCC internal prototype to avoid an error.
15518    Use char because int might match the return type of a GCC
15519    builtin and then its argument prototype would still apply.  */
15520 #ifdef __cplusplus
15521 extern "C"
15522 #endif
15523 char $ac_func ();
15524 /* The GNU C library defines this for functions which it implements
15525     to always fail with ENOSYS.  Some functions are actually named
15526     something starting with __ and the normal name is an alias.  */
15527 #if defined __stub_$ac_func || defined __stub___$ac_func
15528 choke me
15529 #endif
15530
15531 int
15532 main ()
15533 {
15534 return $ac_func ();
15535   ;
15536   return 0;
15537 }
15538 _ACEOF
15539 rm -f conftest.$ac_objext conftest$ac_exeext
15540 if { (ac_try="$ac_link"
15541 case "(($ac_try" in
15542   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15543   *) ac_try_echo=$ac_try;;
15544 esac
15545 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15546 $as_echo "$ac_try_echo") >&5
15547   (eval "$ac_link") 2>conftest.er1
15548   ac_status=$?
15549   grep -v '^ *+' conftest.er1 >conftest.err
15550   rm -f conftest.er1
15551   cat conftest.err >&5
15552   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15553   (exit $ac_status); } && {
15554          test -z "$ac_c_werror_flag" ||
15555          test ! -s conftest.err
15556        } && test -s conftest$ac_exeext && {
15557          test "$cross_compiling" = yes ||
15558          $as_test_x conftest$ac_exeext
15559        }; then
15560   eval "$as_ac_var=yes"
15561 else
15562   $as_echo "$as_me: failed program was:" >&5
15563 sed 's/^/| /' conftest.$ac_ext >&5
15564
15565         eval "$as_ac_var=no"
15566 fi
15567
15568 rm -rf conftest.dSYM
15569 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15570       conftest$ac_exeext conftest.$ac_ext
15571 fi
15572 ac_res=`eval 'as_val=${'$as_ac_var'}
15573                  $as_echo "$as_val"'`
15574                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15575 $as_echo "$ac_res" >&6; }
15576 as_val=`eval 'as_val=${'$as_ac_var'}
15577                  $as_echo "$as_val"'`
15578    if test "x$as_val" = x""yes; then
15579   cat >>confdefs.h <<_ACEOF
15580 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15581 _ACEOF
15582
15583 fi
15584 done
15585
15586 LIBS="$ac_wine_check_funcs_save_LIBS"
15587
15588 if test "x$with_esd" != xno
15589 then
15590     save_CFLAGS="$CFLAGS"
15591     # Extract the first word of "esd-config", so it can be a program name with args.
15592 set dummy esd-config; ac_word=$2
15593 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15594 $as_echo_n "checking for $ac_word... " >&6; }
15595 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15596   $as_echo_n "(cached) " >&6
15597 else
15598   case $ESDCONFIG in
15599   [\\/]* | ?:[\\/]*)
15600   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15601   ;;
15602   *)
15603   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15604 for as_dir in $PATH
15605 do
15606   IFS=$as_save_IFS
15607   test -z "$as_dir" && as_dir=.
15608   for ac_exec_ext in '' $ac_executable_extensions; do
15609   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15610     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15611     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15612     break 2
15613   fi
15614 done
15615 done
15616 IFS=$as_save_IFS
15617
15618   test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15619   ;;
15620 esac
15621 fi
15622 ESDCONFIG=$ac_cv_path_ESDCONFIG
15623 if test -n "$ESDCONFIG"; then
15624   { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15625 $as_echo "$ESDCONFIG" >&6; }
15626 else
15627   { $as_echo "$as_me:$LINENO: result: no" >&5
15628 $as_echo "no" >&6; }
15629 fi
15630
15631
15632     if test "x$ESDCONFIG" != "xno"
15633     then
15634         ac_esd_incl=""
15635         for i in `$ESDCONFIG --cflags`
15636         do
15637             case "$i" in
15638                 -I*) ac_esd_incl="$ac_esd_incl $i";;
15639             esac
15640         done
15641         ac_esd_libs=`$ESDCONFIG --libs`
15642         CFLAGS="$CFLAGS $ac_esd_incl"
15643     fi
15644     ac_esd_libs=${ac_esd_libs:-"-lesd"}
15645     if test "${ac_cv_header_esd_h+set}" = set; then
15646   { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15647 $as_echo_n "checking for esd.h... " >&6; }
15648 if test "${ac_cv_header_esd_h+set}" = set; then
15649   $as_echo_n "(cached) " >&6
15650 fi
15651 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15652 $as_echo "$ac_cv_header_esd_h" >&6; }
15653 else
15654   # Is the header compilable?
15655 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15656 $as_echo_n "checking esd.h usability... " >&6; }
15657 cat >conftest.$ac_ext <<_ACEOF
15658 /* confdefs.h.  */
15659 _ACEOF
15660 cat confdefs.h >>conftest.$ac_ext
15661 cat >>conftest.$ac_ext <<_ACEOF
15662 /* end confdefs.h.  */
15663 $ac_includes_default
15664 #include <esd.h>
15665 _ACEOF
15666 rm -f conftest.$ac_objext
15667 if { (ac_try="$ac_compile"
15668 case "(($ac_try" in
15669   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15670   *) ac_try_echo=$ac_try;;
15671 esac
15672 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15673 $as_echo "$ac_try_echo") >&5
15674   (eval "$ac_compile") 2>conftest.er1
15675   ac_status=$?
15676   grep -v '^ *+' conftest.er1 >conftest.err
15677   rm -f conftest.er1
15678   cat conftest.err >&5
15679   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15680   (exit $ac_status); } && {
15681          test -z "$ac_c_werror_flag" ||
15682          test ! -s conftest.err
15683        } && test -s conftest.$ac_objext; then
15684   ac_header_compiler=yes
15685 else
15686   $as_echo "$as_me: failed program was:" >&5
15687 sed 's/^/| /' conftest.$ac_ext >&5
15688
15689         ac_header_compiler=no
15690 fi
15691
15692 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15693 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15694 $as_echo "$ac_header_compiler" >&6; }
15695
15696 # Is the header present?
15697 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15698 $as_echo_n "checking esd.h presence... " >&6; }
15699 cat >conftest.$ac_ext <<_ACEOF
15700 /* confdefs.h.  */
15701 _ACEOF
15702 cat confdefs.h >>conftest.$ac_ext
15703 cat >>conftest.$ac_ext <<_ACEOF
15704 /* end confdefs.h.  */
15705 #include <esd.h>
15706 _ACEOF
15707 if { (ac_try="$ac_cpp conftest.$ac_ext"
15708 case "(($ac_try" in
15709   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15710   *) ac_try_echo=$ac_try;;
15711 esac
15712 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15713 $as_echo "$ac_try_echo") >&5
15714   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15715   ac_status=$?
15716   grep -v '^ *+' conftest.er1 >conftest.err
15717   rm -f conftest.er1
15718   cat conftest.err >&5
15719   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15720   (exit $ac_status); } >/dev/null && {
15721          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15722          test ! -s conftest.err
15723        }; then
15724   ac_header_preproc=yes
15725 else
15726   $as_echo "$as_me: failed program was:" >&5
15727 sed 's/^/| /' conftest.$ac_ext >&5
15728
15729   ac_header_preproc=no
15730 fi
15731
15732 rm -f conftest.err conftest.$ac_ext
15733 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15734 $as_echo "$ac_header_preproc" >&6; }
15735
15736 # So?  What about this header?
15737 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15738   yes:no: )
15739     { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15740 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15741     { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15742 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15743     ac_header_preproc=yes
15744     ;;
15745   no:yes:* )
15746     { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15747 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15748     { $as_echo "$as_me:$LINENO: WARNING: esd.h:     check for missing prerequisite headers?" >&5
15749 $as_echo "$as_me: WARNING: esd.h:     check for missing prerequisite headers?" >&2;}
15750     { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15751 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15752     { $as_echo "$as_me:$LINENO: WARNING: esd.h:     section \"Present But Cannot Be Compiled\"" >&5
15753 $as_echo "$as_me: WARNING: esd.h:     section \"Present But Cannot Be Compiled\"" >&2;}
15754     { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15755 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15756     { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15757 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15758     ( cat <<\_ASBOX
15759 ## ------------------------------------ ##
15760 ## Report this to wine-devel@winehq.org ##
15761 ## ------------------------------------ ##
15762 _ASBOX
15763      ) | sed "s/^/$as_me: WARNING:     /" >&2
15764     ;;
15765 esac
15766 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15767 $as_echo_n "checking for esd.h... " >&6; }
15768 if test "${ac_cv_header_esd_h+set}" = set; then
15769   $as_echo_n "(cached) " >&6
15770 else
15771   ac_cv_header_esd_h=$ac_header_preproc
15772 fi
15773 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15774 $as_echo "$ac_cv_header_esd_h" >&6; }
15775
15776 fi
15777 if test "x$ac_cv_header_esd_h" = x""yes; then
15778   { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15779 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15780 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15781   $as_echo_n "(cached) " >&6
15782 else
15783   ac_check_lib_save_LIBS=$LIBS
15784 LIBS="-lesd $ac_esd_libs $LIBS"
15785 cat >conftest.$ac_ext <<_ACEOF
15786 /* confdefs.h.  */
15787 _ACEOF
15788 cat confdefs.h >>conftest.$ac_ext
15789 cat >>conftest.$ac_ext <<_ACEOF
15790 /* end confdefs.h.  */
15791
15792 /* Override any GCC internal prototype to avoid an error.
15793    Use char because int might match the return type of a GCC
15794    builtin and then its argument prototype would still apply.  */
15795 #ifdef __cplusplus
15796 extern "C"
15797 #endif
15798 char esd_open_sound ();
15799 int
15800 main ()
15801 {
15802 return esd_open_sound ();
15803   ;
15804   return 0;
15805 }
15806 _ACEOF
15807 rm -f conftest.$ac_objext conftest$ac_exeext
15808 if { (ac_try="$ac_link"
15809 case "(($ac_try" in
15810   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15811   *) ac_try_echo=$ac_try;;
15812 esac
15813 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15814 $as_echo "$ac_try_echo") >&5
15815   (eval "$ac_link") 2>conftest.er1
15816   ac_status=$?
15817   grep -v '^ *+' conftest.er1 >conftest.err
15818   rm -f conftest.er1
15819   cat conftest.err >&5
15820   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15821   (exit $ac_status); } && {
15822          test -z "$ac_c_werror_flag" ||
15823          test ! -s conftest.err
15824        } && test -s conftest$ac_exeext && {
15825          test "$cross_compiling" = yes ||
15826          $as_test_x conftest$ac_exeext
15827        }; then
15828   ac_cv_lib_esd_esd_open_sound=yes
15829 else
15830   $as_echo "$as_me: failed program was:" >&5
15831 sed 's/^/| /' conftest.$ac_ext >&5
15832
15833         ac_cv_lib_esd_esd_open_sound=no
15834 fi
15835
15836 rm -rf conftest.dSYM
15837 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15838       conftest$ac_exeext conftest.$ac_ext
15839 LIBS=$ac_check_lib_save_LIBS
15840 fi
15841 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15842 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15843 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15844   ESDINCL="$ac_esd_incl"
15845
15846              ESDLIBS="$ac_esd_libs"
15847
15848
15849 cat >>confdefs.h <<\_ACEOF
15850 #define HAVE_ESD 1
15851 _ACEOF
15852
15853 fi
15854
15855 fi
15856
15857
15858     CFLAGS="$save_CFLAGS"
15859 fi
15860
15861 ALSALIBS=""
15862
15863 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15864 then
15865     { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15866 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15867 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15868   $as_echo_n "(cached) " >&6
15869 else
15870   ac_check_lib_save_LIBS=$LIBS
15871 LIBS="-lasound  $LIBS"
15872 cat >conftest.$ac_ext <<_ACEOF
15873 /* confdefs.h.  */
15874 _ACEOF
15875 cat confdefs.h >>conftest.$ac_ext
15876 cat >>conftest.$ac_ext <<_ACEOF
15877 /* end confdefs.h.  */
15878
15879 /* Override any GCC internal prototype to avoid an error.
15880    Use char because int might match the return type of a GCC
15881    builtin and then its argument prototype would still apply.  */
15882 #ifdef __cplusplus
15883 extern "C"
15884 #endif
15885 char snd_pcm_hw_params_get_access ();
15886 int
15887 main ()
15888 {
15889 return snd_pcm_hw_params_get_access ();
15890   ;
15891   return 0;
15892 }
15893 _ACEOF
15894 rm -f conftest.$ac_objext conftest$ac_exeext
15895 if { (ac_try="$ac_link"
15896 case "(($ac_try" in
15897   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15898   *) ac_try_echo=$ac_try;;
15899 esac
15900 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15901 $as_echo "$ac_try_echo") >&5
15902   (eval "$ac_link") 2>conftest.er1
15903   ac_status=$?
15904   grep -v '^ *+' conftest.er1 >conftest.err
15905   rm -f conftest.er1
15906   cat conftest.err >&5
15907   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15908   (exit $ac_status); } && {
15909          test -z "$ac_c_werror_flag" ||
15910          test ! -s conftest.err
15911        } && test -s conftest$ac_exeext && {
15912          test "$cross_compiling" = yes ||
15913          $as_test_x conftest$ac_exeext
15914        }; then
15915   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15916 else
15917   $as_echo "$as_me: failed program was:" >&5
15918 sed 's/^/| /' conftest.$ac_ext >&5
15919
15920         ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15921 fi
15922
15923 rm -rf conftest.dSYM
15924 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15925       conftest$ac_exeext conftest.$ac_ext
15926 LIBS=$ac_check_lib_save_LIBS
15927 fi
15928 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15929 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15930 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15931   cat >conftest.$ac_ext <<_ACEOF
15932 /* confdefs.h.  */
15933 _ACEOF
15934 cat confdefs.h >>conftest.$ac_ext
15935 cat >>conftest.$ac_ext <<_ACEOF
15936 /* end confdefs.h.  */
15937 #ifdef HAVE_ALSA_ASOUNDLIB_H
15938 #include <alsa/asoundlib.h>
15939 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15940 #include <sys/asoundlib.h>
15941 #endif
15942 int
15943 main ()
15944 {
15945 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15946   ;
15947   return 0;
15948 }
15949 _ACEOF
15950 rm -f conftest.$ac_objext
15951 if { (ac_try="$ac_compile"
15952 case "(($ac_try" in
15953   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15954   *) ac_try_echo=$ac_try;;
15955 esac
15956 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15957 $as_echo "$ac_try_echo") >&5
15958   (eval "$ac_compile") 2>conftest.er1
15959   ac_status=$?
15960   grep -v '^ *+' conftest.er1 >conftest.err
15961   rm -f conftest.er1
15962   cat conftest.err >&5
15963   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15964   (exit $ac_status); } && {
15965          test -z "$ac_c_werror_flag" ||
15966          test ! -s conftest.err
15967        } && test -s conftest.$ac_objext; then
15968
15969 cat >>confdefs.h <<\_ACEOF
15970 #define HAVE_ALSA 1
15971 _ACEOF
15972
15973                          ALSALIBS="-lasound"
15974 else
15975   $as_echo "$as_me: failed program was:" >&5
15976 sed 's/^/| /' conftest.$ac_ext >&5
15977
15978
15979 fi
15980
15981 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15982 fi
15983
15984 fi
15985
15986 AUDIOIOLIBS=""
15987
15988 if test "$ac_cv_header_libaudioio_h" = "yes"
15989 then
15990     { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15991 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15992 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15993   $as_echo_n "(cached) " >&6
15994 else
15995   ac_check_lib_save_LIBS=$LIBS
15996 LIBS="-laudioio  $LIBS"
15997 cat >conftest.$ac_ext <<_ACEOF
15998 /* confdefs.h.  */
15999 _ACEOF
16000 cat confdefs.h >>conftest.$ac_ext
16001 cat >>conftest.$ac_ext <<_ACEOF
16002 /* end confdefs.h.  */
16003
16004 /* Override any GCC internal prototype to avoid an error.
16005    Use char because int might match the return type of a GCC
16006    builtin and then its argument prototype would still apply.  */
16007 #ifdef __cplusplus
16008 extern "C"
16009 #endif
16010 char AudioIOGetVersion ();
16011 int
16012 main ()
16013 {
16014 return AudioIOGetVersion ();
16015   ;
16016   return 0;
16017 }
16018 _ACEOF
16019 rm -f conftest.$ac_objext conftest$ac_exeext
16020 if { (ac_try="$ac_link"
16021 case "(($ac_try" in
16022   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16023   *) ac_try_echo=$ac_try;;
16024 esac
16025 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16026 $as_echo "$ac_try_echo") >&5
16027   (eval "$ac_link") 2>conftest.er1
16028   ac_status=$?
16029   grep -v '^ *+' conftest.er1 >conftest.err
16030   rm -f conftest.er1
16031   cat conftest.err >&5
16032   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16033   (exit $ac_status); } && {
16034          test -z "$ac_c_werror_flag" ||
16035          test ! -s conftest.err
16036        } && test -s conftest$ac_exeext && {
16037          test "$cross_compiling" = yes ||
16038          $as_test_x conftest$ac_exeext
16039        }; then
16040   ac_cv_lib_audioio_AudioIOGetVersion=yes
16041 else
16042   $as_echo "$as_me: failed program was:" >&5
16043 sed 's/^/| /' conftest.$ac_ext >&5
16044
16045         ac_cv_lib_audioio_AudioIOGetVersion=no
16046 fi
16047
16048 rm -rf conftest.dSYM
16049 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16050       conftest$ac_exeext conftest.$ac_ext
16051 LIBS=$ac_check_lib_save_LIBS
16052 fi
16053 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
16054 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
16055 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
16056   AUDIOIOLIBS="-laudioio"
16057
16058 cat >>confdefs.h <<\_ACEOF
16059 #define HAVE_LIBAUDIOIO 1
16060 _ACEOF
16061
16062 fi
16063
16064 fi
16065
16066
16067 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
16068 then
16069     { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
16070 $as_echo_n "checking for -lcapi20... " >&6; }
16071 if test "${ac_cv_lib_soname_capi20+set}" = set; then
16072   $as_echo_n "(cached) " >&6
16073 else
16074   ac_check_soname_save_LIBS=$LIBS
16075 LIBS="-lcapi20  $LIBS"
16076   cat >conftest.$ac_ext <<_ACEOF
16077 /* confdefs.h.  */
16078 _ACEOF
16079 cat confdefs.h >>conftest.$ac_ext
16080 cat >>conftest.$ac_ext <<_ACEOF
16081 /* end confdefs.h.  */
16082
16083 /* Override any GCC internal prototype to avoid an error.
16084    Use char because int might match the return type of a GCC
16085    builtin and then its argument prototype would still apply.  */
16086 #ifdef __cplusplus
16087 extern "C"
16088 #endif
16089 char capi20_register ();
16090 int
16091 main ()
16092 {
16093 return capi20_register ();
16094   ;
16095   return 0;
16096 }
16097 _ACEOF
16098 rm -f conftest.$ac_objext conftest$ac_exeext
16099 if { (ac_try="$ac_link"
16100 case "(($ac_try" in
16101   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16102   *) ac_try_echo=$ac_try;;
16103 esac
16104 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16105 $as_echo "$ac_try_echo") >&5
16106   (eval "$ac_link") 2>conftest.er1
16107   ac_status=$?
16108   grep -v '^ *+' conftest.er1 >conftest.err
16109   rm -f conftest.er1
16110   cat conftest.err >&5
16111   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16112   (exit $ac_status); } && {
16113          test -z "$ac_c_werror_flag" ||
16114          test ! -s conftest.err
16115        } && test -s conftest$ac_exeext && {
16116          test "$cross_compiling" = yes ||
16117          $as_test_x conftest$ac_exeext
16118        }; then
16119   case "$LIBEXT" in
16120     dll) ;;
16121     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'` ;;
16122     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
16123   esac
16124 else
16125   $as_echo "$as_me: failed program was:" >&5
16126 sed 's/^/| /' conftest.$ac_ext >&5
16127
16128
16129 fi
16130
16131 rm -rf conftest.dSYM
16132 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16133       conftest$ac_exeext conftest.$ac_ext
16134   LIBS=$ac_check_soname_save_LIBS
16135 fi
16136 if test "x$ac_cv_lib_soname_capi20" = "x"; then
16137   { $as_echo "$as_me:$LINENO: result: not found" >&5
16138 $as_echo "not found" >&6; }
16139
16140 else
16141   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
16142 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
16143
16144 cat >>confdefs.h <<_ACEOF
16145 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
16146 _ACEOF
16147
16148
16149 fi
16150
16151 fi
16152 if test "x$ac_cv_lib_soname_capi20" = "x"; then
16153   case "x$with_capi" in
16154   x)   wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
16155   xno) ;;
16156   *)   { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16157 This is an error since --with-capi was requested." >&5
16158 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16159 This is an error since --with-capi was requested." >&2;}
16160    { (exit 1); exit 1; }; } ;;
16161 esac
16162 fi
16163
16164
16165 CUPSINCL=""
16166
16167 if test "x$with_cups" != "xno"
16168 then
16169     ac_save_CPPFLAGS="$CPPFLAGS"
16170     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
16171     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
16172     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
16173
16174 for ac_header in cups/cups.h
16175 do
16176 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16177 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16178   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16179 $as_echo_n "checking for $ac_header... " >&6; }
16180 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16181   $as_echo_n "(cached) " >&6
16182 fi
16183 ac_res=`eval 'as_val=${'$as_ac_Header'}
16184                  $as_echo "$as_val"'`
16185                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16186 $as_echo "$ac_res" >&6; }
16187 else
16188   # Is the header compilable?
16189 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16190 $as_echo_n "checking $ac_header usability... " >&6; }
16191 cat >conftest.$ac_ext <<_ACEOF
16192 /* confdefs.h.  */
16193 _ACEOF
16194 cat confdefs.h >>conftest.$ac_ext
16195 cat >>conftest.$ac_ext <<_ACEOF
16196 /* end confdefs.h.  */
16197 $ac_includes_default
16198 #include <$ac_header>
16199 _ACEOF
16200 rm -f conftest.$ac_objext
16201 if { (ac_try="$ac_compile"
16202 case "(($ac_try" in
16203   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16204   *) ac_try_echo=$ac_try;;
16205 esac
16206 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16207 $as_echo "$ac_try_echo") >&5
16208   (eval "$ac_compile") 2>conftest.er1
16209   ac_status=$?
16210   grep -v '^ *+' conftest.er1 >conftest.err
16211   rm -f conftest.er1
16212   cat conftest.err >&5
16213   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16214   (exit $ac_status); } && {
16215          test -z "$ac_c_werror_flag" ||
16216          test ! -s conftest.err
16217        } && test -s conftest.$ac_objext; then
16218   ac_header_compiler=yes
16219 else
16220   $as_echo "$as_me: failed program was:" >&5
16221 sed 's/^/| /' conftest.$ac_ext >&5
16222
16223         ac_header_compiler=no
16224 fi
16225
16226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16227 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16228 $as_echo "$ac_header_compiler" >&6; }
16229
16230 # Is the header present?
16231 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16232 $as_echo_n "checking $ac_header presence... " >&6; }
16233 cat >conftest.$ac_ext <<_ACEOF
16234 /* confdefs.h.  */
16235 _ACEOF
16236 cat confdefs.h >>conftest.$ac_ext
16237 cat >>conftest.$ac_ext <<_ACEOF
16238 /* end confdefs.h.  */
16239 #include <$ac_header>
16240 _ACEOF
16241 if { (ac_try="$ac_cpp conftest.$ac_ext"
16242 case "(($ac_try" in
16243   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16244   *) ac_try_echo=$ac_try;;
16245 esac
16246 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16247 $as_echo "$ac_try_echo") >&5
16248   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16249   ac_status=$?
16250   grep -v '^ *+' conftest.er1 >conftest.err
16251   rm -f conftest.er1
16252   cat conftest.err >&5
16253   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16254   (exit $ac_status); } >/dev/null && {
16255          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16256          test ! -s conftest.err
16257        }; then
16258   ac_header_preproc=yes
16259 else
16260   $as_echo "$as_me: failed program was:" >&5
16261 sed 's/^/| /' conftest.$ac_ext >&5
16262
16263   ac_header_preproc=no
16264 fi
16265
16266 rm -f conftest.err conftest.$ac_ext
16267 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16268 $as_echo "$ac_header_preproc" >&6; }
16269
16270 # So?  What about this header?
16271 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16272   yes:no: )
16273     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16274 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16275     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16276 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16277     ac_header_preproc=yes
16278     ;;
16279   no:yes:* )
16280     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16281 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16282     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16283 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16284     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16285 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16286     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16287 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16288     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16289 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16290     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16291 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16292     ( cat <<\_ASBOX
16293 ## ------------------------------------ ##
16294 ## Report this to wine-devel@winehq.org ##
16295 ## ------------------------------------ ##
16296 _ASBOX
16297      ) | sed "s/^/$as_me: WARNING:     /" >&2
16298     ;;
16299 esac
16300 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16301 $as_echo_n "checking for $ac_header... " >&6; }
16302 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16303   $as_echo_n "(cached) " >&6
16304 else
16305   eval "$as_ac_Header=\$ac_header_preproc"
16306 fi
16307 ac_res=`eval 'as_val=${'$as_ac_Header'}
16308                  $as_echo "$as_val"'`
16309                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16310 $as_echo "$ac_res" >&6; }
16311
16312 fi
16313 as_val=`eval 'as_val=${'$as_ac_Header'}
16314                  $as_echo "$as_val"'`
16315    if test "x$as_val" = x""yes; then
16316   cat >>confdefs.h <<_ACEOF
16317 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16318 _ACEOF
16319  { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16320 $as_echo_n "checking for -lcups... " >&6; }
16321 if test "${ac_cv_lib_soname_cups+set}" = set; then
16322   $as_echo_n "(cached) " >&6
16323 else
16324   ac_check_soname_save_LIBS=$LIBS
16325 LIBS="-lcups $ac_cups_libs $LIBS"
16326   cat >conftest.$ac_ext <<_ACEOF
16327 /* confdefs.h.  */
16328 _ACEOF
16329 cat confdefs.h >>conftest.$ac_ext
16330 cat >>conftest.$ac_ext <<_ACEOF
16331 /* end confdefs.h.  */
16332
16333 /* Override any GCC internal prototype to avoid an error.
16334    Use char because int might match the return type of a GCC
16335    builtin and then its argument prototype would still apply.  */
16336 #ifdef __cplusplus
16337 extern "C"
16338 #endif
16339 char cupsGetDefault ();
16340 int
16341 main ()
16342 {
16343 return cupsGetDefault ();
16344   ;
16345   return 0;
16346 }
16347 _ACEOF
16348 rm -f conftest.$ac_objext conftest$ac_exeext
16349 if { (ac_try="$ac_link"
16350 case "(($ac_try" in
16351   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16352   *) ac_try_echo=$ac_try;;
16353 esac
16354 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16355 $as_echo "$ac_try_echo") >&5
16356   (eval "$ac_link") 2>conftest.er1
16357   ac_status=$?
16358   grep -v '^ *+' conftest.er1 >conftest.err
16359   rm -f conftest.er1
16360   cat conftest.err >&5
16361   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16362   (exit $ac_status); } && {
16363          test -z "$ac_c_werror_flag" ||
16364          test ! -s conftest.err
16365        } && test -s conftest$ac_exeext && {
16366          test "$cross_compiling" = yes ||
16367          $as_test_x conftest$ac_exeext
16368        }; then
16369   case "$LIBEXT" in
16370     dll) ;;
16371     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'` ;;
16372     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16373   esac
16374 else
16375   $as_echo "$as_me: failed program was:" >&5
16376 sed 's/^/| /' conftest.$ac_ext >&5
16377
16378
16379 fi
16380
16381 rm -rf conftest.dSYM
16382 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16383       conftest$ac_exeext conftest.$ac_ext
16384   LIBS=$ac_check_soname_save_LIBS
16385 fi
16386 if test "x$ac_cv_lib_soname_cups" = "x"; then
16387   { $as_echo "$as_me:$LINENO: result: not found" >&5
16388 $as_echo "not found" >&6; }
16389
16390 else
16391   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16392 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16393
16394 cat >>confdefs.h <<_ACEOF
16395 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16396 _ACEOF
16397
16398        CUPSINCL="$ac_cups_cflags"
16399 fi
16400
16401 fi
16402
16403 done
16404
16405     CPPFLAGS="$ac_save_CPPFLAGS"
16406 fi
16407 if test "x$ac_cv_lib_soname_cups" = "x"; then
16408   case "x$with_cups" in
16409   x)   wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16410   xno) ;;
16411   *)   { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16412 This is an error since --with-cups was requested." >&5
16413 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16414 This is an error since --with-cups was requested." >&2;}
16415    { (exit 1); exit 1; }; } ;;
16416 esac
16417 fi
16418
16419
16420 if test "$ac_cv_header_jack_jack_h" = "yes"
16421 then
16422     { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16423 $as_echo_n "checking for -ljack... " >&6; }
16424 if test "${ac_cv_lib_soname_jack+set}" = set; then
16425   $as_echo_n "(cached) " >&6
16426 else
16427   ac_check_soname_save_LIBS=$LIBS
16428 LIBS="-ljack  $LIBS"
16429   cat >conftest.$ac_ext <<_ACEOF
16430 /* confdefs.h.  */
16431 _ACEOF
16432 cat confdefs.h >>conftest.$ac_ext
16433 cat >>conftest.$ac_ext <<_ACEOF
16434 /* end confdefs.h.  */
16435
16436 /* Override any GCC internal prototype to avoid an error.
16437    Use char because int might match the return type of a GCC
16438    builtin and then its argument prototype would still apply.  */
16439 #ifdef __cplusplus
16440 extern "C"
16441 #endif
16442 char jack_client_new ();
16443 int
16444 main ()
16445 {
16446 return jack_client_new ();
16447   ;
16448   return 0;
16449 }
16450 _ACEOF
16451 rm -f conftest.$ac_objext conftest$ac_exeext
16452 if { (ac_try="$ac_link"
16453 case "(($ac_try" in
16454   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16455   *) ac_try_echo=$ac_try;;
16456 esac
16457 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16458 $as_echo "$ac_try_echo") >&5
16459   (eval "$ac_link") 2>conftest.er1
16460   ac_status=$?
16461   grep -v '^ *+' conftest.er1 >conftest.err
16462   rm -f conftest.er1
16463   cat conftest.err >&5
16464   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16465   (exit $ac_status); } && {
16466          test -z "$ac_c_werror_flag" ||
16467          test ! -s conftest.err
16468        } && test -s conftest$ac_exeext && {
16469          test "$cross_compiling" = yes ||
16470          $as_test_x conftest$ac_exeext
16471        }; then
16472   case "$LIBEXT" in
16473     dll) ;;
16474     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'` ;;
16475     *) 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'` ;;
16476   esac
16477 else
16478   $as_echo "$as_me: failed program was:" >&5
16479 sed 's/^/| /' conftest.$ac_ext >&5
16480
16481
16482 fi
16483
16484 rm -rf conftest.dSYM
16485 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16486       conftest$ac_exeext conftest.$ac_ext
16487   LIBS=$ac_check_soname_save_LIBS
16488 fi
16489 if test "x$ac_cv_lib_soname_jack" = "x"; then
16490   { $as_echo "$as_me:$LINENO: result: not found" >&5
16491 $as_echo "not found" >&6; }
16492
16493 else
16494   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16495 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16496
16497 cat >>confdefs.h <<_ACEOF
16498 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16499 _ACEOF
16500
16501
16502 fi
16503
16504 fi
16505
16506 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16507 then
16508     { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16509 $as_echo_n "checking for -lfontconfig... " >&6; }
16510 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16511   $as_echo_n "(cached) " >&6
16512 else
16513   ac_check_soname_save_LIBS=$LIBS
16514 LIBS="-lfontconfig  $LIBS"
16515   cat >conftest.$ac_ext <<_ACEOF
16516 /* confdefs.h.  */
16517 _ACEOF
16518 cat confdefs.h >>conftest.$ac_ext
16519 cat >>conftest.$ac_ext <<_ACEOF
16520 /* end confdefs.h.  */
16521
16522 /* Override any GCC internal prototype to avoid an error.
16523    Use char because int might match the return type of a GCC
16524    builtin and then its argument prototype would still apply.  */
16525 #ifdef __cplusplus
16526 extern "C"
16527 #endif
16528 char FcInit ();
16529 int
16530 main ()
16531 {
16532 return FcInit ();
16533   ;
16534   return 0;
16535 }
16536 _ACEOF
16537 rm -f conftest.$ac_objext conftest$ac_exeext
16538 if { (ac_try="$ac_link"
16539 case "(($ac_try" in
16540   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16541   *) ac_try_echo=$ac_try;;
16542 esac
16543 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16544 $as_echo "$ac_try_echo") >&5
16545   (eval "$ac_link") 2>conftest.er1
16546   ac_status=$?
16547   grep -v '^ *+' conftest.er1 >conftest.err
16548   rm -f conftest.er1
16549   cat conftest.err >&5
16550   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16551   (exit $ac_status); } && {
16552          test -z "$ac_c_werror_flag" ||
16553          test ! -s conftest.err
16554        } && test -s conftest$ac_exeext && {
16555          test "$cross_compiling" = yes ||
16556          $as_test_x conftest$ac_exeext
16557        }; then
16558   case "$LIBEXT" in
16559     dll) ;;
16560     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'` ;;
16561     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16562   esac
16563 else
16564   $as_echo "$as_me: failed program was:" >&5
16565 sed 's/^/| /' conftest.$ac_ext >&5
16566
16567
16568 fi
16569
16570 rm -rf conftest.dSYM
16571 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16572       conftest$ac_exeext conftest.$ac_ext
16573   LIBS=$ac_check_soname_save_LIBS
16574 fi
16575 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16576   { $as_echo "$as_me:$LINENO: result: not found" >&5
16577 $as_echo "not found" >&6; }
16578
16579 else
16580   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16581 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16582
16583 cat >>confdefs.h <<_ACEOF
16584 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16585 _ACEOF
16586
16587
16588 fi
16589
16590 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16591 then
16592         ac_save_CPPFLAGS="$CPPFLAGS"
16593     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16594     $as_unset ac_cv_header_fontconfig_fontconfig_h
16595
16596 for ac_header in fontconfig/fontconfig.h
16597 do
16598 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16599 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16600   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16601 $as_echo_n "checking for $ac_header... " >&6; }
16602 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16603   $as_echo_n "(cached) " >&6
16604 fi
16605 ac_res=`eval 'as_val=${'$as_ac_Header'}
16606                  $as_echo "$as_val"'`
16607                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16608 $as_echo "$ac_res" >&6; }
16609 else
16610   # Is the header compilable?
16611 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16612 $as_echo_n "checking $ac_header usability... " >&6; }
16613 cat >conftest.$ac_ext <<_ACEOF
16614 /* confdefs.h.  */
16615 _ACEOF
16616 cat confdefs.h >>conftest.$ac_ext
16617 cat >>conftest.$ac_ext <<_ACEOF
16618 /* end confdefs.h.  */
16619 $ac_includes_default
16620 #include <$ac_header>
16621 _ACEOF
16622 rm -f conftest.$ac_objext
16623 if { (ac_try="$ac_compile"
16624 case "(($ac_try" in
16625   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16626   *) ac_try_echo=$ac_try;;
16627 esac
16628 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16629 $as_echo "$ac_try_echo") >&5
16630   (eval "$ac_compile") 2>conftest.er1
16631   ac_status=$?
16632   grep -v '^ *+' conftest.er1 >conftest.err
16633   rm -f conftest.er1
16634   cat conftest.err >&5
16635   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16636   (exit $ac_status); } && {
16637          test -z "$ac_c_werror_flag" ||
16638          test ! -s conftest.err
16639        } && test -s conftest.$ac_objext; then
16640   ac_header_compiler=yes
16641 else
16642   $as_echo "$as_me: failed program was:" >&5
16643 sed 's/^/| /' conftest.$ac_ext >&5
16644
16645         ac_header_compiler=no
16646 fi
16647
16648 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16649 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16650 $as_echo "$ac_header_compiler" >&6; }
16651
16652 # Is the header present?
16653 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16654 $as_echo_n "checking $ac_header presence... " >&6; }
16655 cat >conftest.$ac_ext <<_ACEOF
16656 /* confdefs.h.  */
16657 _ACEOF
16658 cat confdefs.h >>conftest.$ac_ext
16659 cat >>conftest.$ac_ext <<_ACEOF
16660 /* end confdefs.h.  */
16661 #include <$ac_header>
16662 _ACEOF
16663 if { (ac_try="$ac_cpp conftest.$ac_ext"
16664 case "(($ac_try" in
16665   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16666   *) ac_try_echo=$ac_try;;
16667 esac
16668 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16669 $as_echo "$ac_try_echo") >&5
16670   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16671   ac_status=$?
16672   grep -v '^ *+' conftest.er1 >conftest.err
16673   rm -f conftest.er1
16674   cat conftest.err >&5
16675   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16676   (exit $ac_status); } >/dev/null && {
16677          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16678          test ! -s conftest.err
16679        }; then
16680   ac_header_preproc=yes
16681 else
16682   $as_echo "$as_me: failed program was:" >&5
16683 sed 's/^/| /' conftest.$ac_ext >&5
16684
16685   ac_header_preproc=no
16686 fi
16687
16688 rm -f conftest.err conftest.$ac_ext
16689 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16690 $as_echo "$ac_header_preproc" >&6; }
16691
16692 # So?  What about this header?
16693 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16694   yes:no: )
16695     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16696 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16697     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16698 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16699     ac_header_preproc=yes
16700     ;;
16701   no:yes:* )
16702     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16703 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16704     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16705 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16706     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16707 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16708     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16709 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16710     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16711 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16712     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16713 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16714     ( cat <<\_ASBOX
16715 ## ------------------------------------ ##
16716 ## Report this to wine-devel@winehq.org ##
16717 ## ------------------------------------ ##
16718 _ASBOX
16719      ) | sed "s/^/$as_me: WARNING:     /" >&2
16720     ;;
16721 esac
16722 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16723 $as_echo_n "checking for $ac_header... " >&6; }
16724 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16725   $as_echo_n "(cached) " >&6
16726 else
16727   eval "$as_ac_Header=\$ac_header_preproc"
16728 fi
16729 ac_res=`eval 'as_val=${'$as_ac_Header'}
16730                  $as_echo "$as_val"'`
16731                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16732 $as_echo "$ac_res" >&6; }
16733
16734 fi
16735 as_val=`eval 'as_val=${'$as_ac_Header'}
16736                  $as_echo "$as_val"'`
16737    if test "x$as_val" = x""yes; then
16738   cat >>confdefs.h <<_ACEOF
16739 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16740 _ACEOF
16741
16742 fi
16743
16744 done
16745
16746     CPPFLAGS="$ac_save_CPPFLAGS"
16747     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16748     then
16749         FONTCONFIGINCL="$X_CFLAGS"
16750
16751         { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16752 $as_echo_n "checking for -lfontconfig... " >&6; }
16753 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16754   $as_echo_n "(cached) " >&6
16755 else
16756   ac_check_soname_save_LIBS=$LIBS
16757 LIBS="-lfontconfig $X_LIBS $LIBS"
16758   cat >conftest.$ac_ext <<_ACEOF
16759 /* confdefs.h.  */
16760 _ACEOF
16761 cat confdefs.h >>conftest.$ac_ext
16762 cat >>conftest.$ac_ext <<_ACEOF
16763 /* end confdefs.h.  */
16764
16765 /* Override any GCC internal prototype to avoid an error.
16766    Use char because int might match the return type of a GCC
16767    builtin and then its argument prototype would still apply.  */
16768 #ifdef __cplusplus
16769 extern "C"
16770 #endif
16771 char FcInit ();
16772 int
16773 main ()
16774 {
16775 return FcInit ();
16776   ;
16777   return 0;
16778 }
16779 _ACEOF
16780 rm -f conftest.$ac_objext conftest$ac_exeext
16781 if { (ac_try="$ac_link"
16782 case "(($ac_try" in
16783   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16784   *) ac_try_echo=$ac_try;;
16785 esac
16786 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16787 $as_echo "$ac_try_echo") >&5
16788   (eval "$ac_link") 2>conftest.er1
16789   ac_status=$?
16790   grep -v '^ *+' conftest.er1 >conftest.err
16791   rm -f conftest.er1
16792   cat conftest.err >&5
16793   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16794   (exit $ac_status); } && {
16795          test -z "$ac_c_werror_flag" ||
16796          test ! -s conftest.err
16797        } && test -s conftest$ac_exeext && {
16798          test "$cross_compiling" = yes ||
16799          $as_test_x conftest$ac_exeext
16800        }; then
16801   case "$LIBEXT" in
16802     dll) ;;
16803     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'` ;;
16804     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16805   esac
16806 else
16807   $as_echo "$as_me: failed program was:" >&5
16808 sed 's/^/| /' conftest.$ac_ext >&5
16809
16810
16811 fi
16812
16813 rm -rf conftest.dSYM
16814 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16815       conftest$ac_exeext conftest.$ac_ext
16816   LIBS=$ac_check_soname_save_LIBS
16817 fi
16818 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16819   { $as_echo "$as_me:$LINENO: result: not found" >&5
16820 $as_echo "not found" >&6; }
16821
16822 else
16823   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16824 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16825
16826 cat >>confdefs.h <<_ACEOF
16827 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16828 _ACEOF
16829
16830
16831 fi
16832
16833     fi
16834 fi
16835 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16836   case "x$with_fontconfig" in
16837   x)   wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16838   xno) ;;
16839   *)   { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16840 This is an error since --with-fontconfig was requested." >&5
16841 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16842 This is an error since --with-fontconfig was requested." >&2;}
16843    { (exit 1); exit 1; }; } ;;
16844 esac
16845 fi
16846
16847
16848 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16849 then
16850     { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16851 $as_echo_n "checking for -lssl... " >&6; }
16852 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16853   $as_echo_n "(cached) " >&6
16854 else
16855   ac_check_soname_save_LIBS=$LIBS
16856 LIBS="-lssl  $LIBS"
16857   cat >conftest.$ac_ext <<_ACEOF
16858 /* confdefs.h.  */
16859 _ACEOF
16860 cat confdefs.h >>conftest.$ac_ext
16861 cat >>conftest.$ac_ext <<_ACEOF
16862 /* end confdefs.h.  */
16863
16864 /* Override any GCC internal prototype to avoid an error.
16865    Use char because int might match the return type of a GCC
16866    builtin and then its argument prototype would still apply.  */
16867 #ifdef __cplusplus
16868 extern "C"
16869 #endif
16870 char SSL_library_init ();
16871 int
16872 main ()
16873 {
16874 return SSL_library_init ();
16875   ;
16876   return 0;
16877 }
16878 _ACEOF
16879 rm -f conftest.$ac_objext conftest$ac_exeext
16880 if { (ac_try="$ac_link"
16881 case "(($ac_try" in
16882   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16883   *) ac_try_echo=$ac_try;;
16884 esac
16885 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16886 $as_echo "$ac_try_echo") >&5
16887   (eval "$ac_link") 2>conftest.er1
16888   ac_status=$?
16889   grep -v '^ *+' conftest.er1 >conftest.err
16890   rm -f conftest.er1
16891   cat conftest.err >&5
16892   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16893   (exit $ac_status); } && {
16894          test -z "$ac_c_werror_flag" ||
16895          test ! -s conftest.err
16896        } && test -s conftest$ac_exeext && {
16897          test "$cross_compiling" = yes ||
16898          $as_test_x conftest$ac_exeext
16899        }; then
16900   case "$LIBEXT" in
16901     dll) ;;
16902     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'` ;;
16903     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
16904   esac
16905 else
16906   $as_echo "$as_me: failed program was:" >&5
16907 sed 's/^/| /' conftest.$ac_ext >&5
16908
16909
16910 fi
16911
16912 rm -rf conftest.dSYM
16913 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16914       conftest$ac_exeext conftest.$ac_ext
16915   LIBS=$ac_check_soname_save_LIBS
16916 fi
16917 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16918   { $as_echo "$as_me:$LINENO: result: not found" >&5
16919 $as_echo "not found" >&6; }
16920
16921 else
16922   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16923 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16924
16925 cat >>confdefs.h <<_ACEOF
16926 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16927 _ACEOF
16928
16929
16930 fi
16931
16932     { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16933 $as_echo_n "checking for -lcrypto... " >&6; }
16934 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16935   $as_echo_n "(cached) " >&6
16936 else
16937   ac_check_soname_save_LIBS=$LIBS
16938 LIBS="-lcrypto  $LIBS"
16939   cat >conftest.$ac_ext <<_ACEOF
16940 /* confdefs.h.  */
16941 _ACEOF
16942 cat confdefs.h >>conftest.$ac_ext
16943 cat >>conftest.$ac_ext <<_ACEOF
16944 /* end confdefs.h.  */
16945
16946 /* Override any GCC internal prototype to avoid an error.
16947    Use char because int might match the return type of a GCC
16948    builtin and then its argument prototype would still apply.  */
16949 #ifdef __cplusplus
16950 extern "C"
16951 #endif
16952 char BIO_new_socket ();
16953 int
16954 main ()
16955 {
16956 return BIO_new_socket ();
16957   ;
16958   return 0;
16959 }
16960 _ACEOF
16961 rm -f conftest.$ac_objext conftest$ac_exeext
16962 if { (ac_try="$ac_link"
16963 case "(($ac_try" in
16964   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16965   *) ac_try_echo=$ac_try;;
16966 esac
16967 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16968 $as_echo "$ac_try_echo") >&5
16969   (eval "$ac_link") 2>conftest.er1
16970   ac_status=$?
16971   grep -v '^ *+' conftest.er1 >conftest.err
16972   rm -f conftest.er1
16973   cat conftest.err >&5
16974   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16975   (exit $ac_status); } && {
16976          test -z "$ac_c_werror_flag" ||
16977          test ! -s conftest.err
16978        } && test -s conftest$ac_exeext && {
16979          test "$cross_compiling" = yes ||
16980          $as_test_x conftest$ac_exeext
16981        }; then
16982   case "$LIBEXT" in
16983     dll) ;;
16984     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'` ;;
16985     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
16986   esac
16987 else
16988   $as_echo "$as_me: failed program was:" >&5
16989 sed 's/^/| /' conftest.$ac_ext >&5
16990
16991
16992 fi
16993
16994 rm -rf conftest.dSYM
16995 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16996       conftest$ac_exeext conftest.$ac_ext
16997   LIBS=$ac_check_soname_save_LIBS
16998 fi
16999 if test "x$ac_cv_lib_soname_crypto" = "x"; then
17000   { $as_echo "$as_me:$LINENO: result: not found" >&5
17001 $as_echo "not found" >&6; }
17002
17003 else
17004   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
17005 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
17006
17007 cat >>confdefs.h <<_ACEOF
17008 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
17009 _ACEOF
17010
17011
17012 fi
17013
17014 fi
17015 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
17016   case "x$with_openssl" in
17017   x)   wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
17018   xno) ;;
17019   *)   { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
17020 This is an error since --with-openssl was requested." >&5
17021 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
17022 This is an error since --with-openssl was requested." >&2;}
17023    { (exit 1); exit 1; }; } ;;
17024 esac
17025 fi
17026
17027
17028 if test "$ac_cv_header_jpeglib_h" = "yes"
17029 then
17030     { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
17031 $as_echo_n "checking for -ljpeg... " >&6; }
17032 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
17033   $as_echo_n "(cached) " >&6
17034 else
17035   ac_check_soname_save_LIBS=$LIBS
17036 LIBS="-ljpeg  $LIBS"
17037   cat >conftest.$ac_ext <<_ACEOF
17038 /* confdefs.h.  */
17039 _ACEOF
17040 cat confdefs.h >>conftest.$ac_ext
17041 cat >>conftest.$ac_ext <<_ACEOF
17042 /* end confdefs.h.  */
17043
17044 /* Override any GCC internal prototype to avoid an error.
17045    Use char because int might match the return type of a GCC
17046    builtin and then its argument prototype would still apply.  */
17047 #ifdef __cplusplus
17048 extern "C"
17049 #endif
17050 char jpeg_start_decompress ();
17051 int
17052 main ()
17053 {
17054 return jpeg_start_decompress ();
17055   ;
17056   return 0;
17057 }
17058 _ACEOF
17059 rm -f conftest.$ac_objext conftest$ac_exeext
17060 if { (ac_try="$ac_link"
17061 case "(($ac_try" in
17062   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17063   *) ac_try_echo=$ac_try;;
17064 esac
17065 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17066 $as_echo "$ac_try_echo") >&5
17067   (eval "$ac_link") 2>conftest.er1
17068   ac_status=$?
17069   grep -v '^ *+' conftest.er1 >conftest.err
17070   rm -f conftest.er1
17071   cat conftest.err >&5
17072   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17073   (exit $ac_status); } && {
17074          test -z "$ac_c_werror_flag" ||
17075          test ! -s conftest.err
17076        } && test -s conftest$ac_exeext && {
17077          test "$cross_compiling" = yes ||
17078          $as_test_x conftest$ac_exeext
17079        }; then
17080   case "$LIBEXT" in
17081     dll) ;;
17082     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'` ;;
17083     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
17084   esac
17085 else
17086   $as_echo "$as_me: failed program was:" >&5
17087 sed 's/^/| /' conftest.$ac_ext >&5
17088
17089
17090 fi
17091
17092 rm -rf conftest.dSYM
17093 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17094       conftest$ac_exeext conftest.$ac_ext
17095   LIBS=$ac_check_soname_save_LIBS
17096 fi
17097 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
17098   { $as_echo "$as_me:$LINENO: result: not found" >&5
17099 $as_echo "not found" >&6; }
17100
17101 else
17102   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
17103 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
17104
17105 cat >>confdefs.h <<_ACEOF
17106 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
17107 _ACEOF
17108
17109
17110 fi
17111
17112 fi
17113 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
17114   case "x$with_jpeg" in
17115   x)   wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
17116   xno) ;;
17117   *)   { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
17118 This is an error since --with-jpeg was requested." >&5
17119 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
17120 This is an error since --with-jpeg was requested." >&2;}
17121    { (exit 1); exit 1; }; } ;;
17122 esac
17123 fi
17124
17125
17126 if test "$ac_cv_header_png_h" = "yes"
17127 then
17128     { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
17129 $as_echo_n "checking for -lpng... " >&6; }
17130 if test "${ac_cv_lib_soname_png+set}" = set; then
17131   $as_echo_n "(cached) " >&6
17132 else
17133   ac_check_soname_save_LIBS=$LIBS
17134 LIBS="-lpng -lm -lz $LIBS"
17135   cat >conftest.$ac_ext <<_ACEOF
17136 /* confdefs.h.  */
17137 _ACEOF
17138 cat confdefs.h >>conftest.$ac_ext
17139 cat >>conftest.$ac_ext <<_ACEOF
17140 /* end confdefs.h.  */
17141
17142 /* Override any GCC internal prototype to avoid an error.
17143    Use char because int might match the return type of a GCC
17144    builtin and then its argument prototype would still apply.  */
17145 #ifdef __cplusplus
17146 extern "C"
17147 #endif
17148 char png_create_read_struct ();
17149 int
17150 main ()
17151 {
17152 return png_create_read_struct ();
17153   ;
17154   return 0;
17155 }
17156 _ACEOF
17157 rm -f conftest.$ac_objext conftest$ac_exeext
17158 if { (ac_try="$ac_link"
17159 case "(($ac_try" in
17160   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17161   *) ac_try_echo=$ac_try;;
17162 esac
17163 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17164 $as_echo "$ac_try_echo") >&5
17165   (eval "$ac_link") 2>conftest.er1
17166   ac_status=$?
17167   grep -v '^ *+' conftest.er1 >conftest.err
17168   rm -f conftest.er1
17169   cat conftest.err >&5
17170   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17171   (exit $ac_status); } && {
17172          test -z "$ac_c_werror_flag" ||
17173          test ! -s conftest.err
17174        } && test -s conftest$ac_exeext && {
17175          test "$cross_compiling" = yes ||
17176          $as_test_x conftest$ac_exeext
17177        }; then
17178   case "$LIBEXT" in
17179     dll) ;;
17180     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'` ;;
17181     *) 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'` ;;
17182   esac
17183 else
17184   $as_echo "$as_me: failed program was:" >&5
17185 sed 's/^/| /' conftest.$ac_ext >&5
17186
17187
17188 fi
17189
17190 rm -rf conftest.dSYM
17191 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17192       conftest$ac_exeext conftest.$ac_ext
17193   LIBS=$ac_check_soname_save_LIBS
17194 fi
17195 if test "x$ac_cv_lib_soname_png" = "x"; then
17196   { $as_echo "$as_me:$LINENO: result: not found" >&5
17197 $as_echo "not found" >&6; }
17198
17199 else
17200   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
17201 $as_echo "$ac_cv_lib_soname_png" >&6; }
17202
17203 cat >>confdefs.h <<_ACEOF
17204 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
17205 _ACEOF
17206
17207
17208 fi
17209
17210 fi
17211 if test "x$ac_cv_lib_soname_png" = "x"; then
17212   case "x$with_png" in
17213   x)   wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17214   xno) ;;
17215   *)   { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17216 This is an error since --with-png was requested." >&5
17217 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17218 This is an error since --with-png was requested." >&2;}
17219    { (exit 1); exit 1; }; } ;;
17220 esac
17221 fi
17222
17223
17224 if test "$ac_cv_header_kstat_h" = "yes"
17225 then
17226     { $as_echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
17227 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
17228 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
17229   $as_echo_n "(cached) " >&6
17230 else
17231   ac_check_lib_save_LIBS=$LIBS
17232 LIBS="-lkstat  $LIBS"
17233 cat >conftest.$ac_ext <<_ACEOF
17234 /* confdefs.h.  */
17235 _ACEOF
17236 cat confdefs.h >>conftest.$ac_ext
17237 cat >>conftest.$ac_ext <<_ACEOF
17238 /* end confdefs.h.  */
17239
17240 /* Override any GCC internal prototype to avoid an error.
17241    Use char because int might match the return type of a GCC
17242    builtin and then its argument prototype would still apply.  */
17243 #ifdef __cplusplus
17244 extern "C"
17245 #endif
17246 char kstat_open ();
17247 int
17248 main ()
17249 {
17250 return kstat_open ();
17251   ;
17252   return 0;
17253 }
17254 _ACEOF
17255 rm -f conftest.$ac_objext conftest$ac_exeext
17256 if { (ac_try="$ac_link"
17257 case "(($ac_try" in
17258   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17259   *) ac_try_echo=$ac_try;;
17260 esac
17261 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17262 $as_echo "$ac_try_echo") >&5
17263   (eval "$ac_link") 2>conftest.er1
17264   ac_status=$?
17265   grep -v '^ *+' conftest.er1 >conftest.err
17266   rm -f conftest.er1
17267   cat conftest.err >&5
17268   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17269   (exit $ac_status); } && {
17270          test -z "$ac_c_werror_flag" ||
17271          test ! -s conftest.err
17272        } && test -s conftest$ac_exeext && {
17273          test "$cross_compiling" = yes ||
17274          $as_test_x conftest$ac_exeext
17275        }; then
17276   ac_cv_lib_kstat_kstat_open=yes
17277 else
17278   $as_echo "$as_me: failed program was:" >&5
17279 sed 's/^/| /' conftest.$ac_ext >&5
17280
17281         ac_cv_lib_kstat_kstat_open=no
17282 fi
17283
17284 rm -rf conftest.dSYM
17285 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17286       conftest$ac_exeext conftest.$ac_ext
17287 LIBS=$ac_check_lib_save_LIBS
17288 fi
17289 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
17290 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
17291 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then
17292
17293 cat >>confdefs.h <<\_ACEOF
17294 #define HAVE_LIBKSTAT 1
17295 _ACEOF
17296
17297                   LIBKSTAT="-lkstat"
17298
17299 fi
17300
17301 fi
17302
17303 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17304 $as_echo_n "checking for -lodbc... " >&6; }
17305 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17306   $as_echo_n "(cached) " >&6
17307 else
17308   ac_check_soname_save_LIBS=$LIBS
17309 LIBS="-lodbc  $LIBS"
17310   cat >conftest.$ac_ext <<_ACEOF
17311 /* confdefs.h.  */
17312 _ACEOF
17313 cat confdefs.h >>conftest.$ac_ext
17314 cat >>conftest.$ac_ext <<_ACEOF
17315 /* end confdefs.h.  */
17316
17317 /* Override any GCC internal prototype to avoid an error.
17318    Use char because int might match the return type of a GCC
17319    builtin and then its argument prototype would still apply.  */
17320 #ifdef __cplusplus
17321 extern "C"
17322 #endif
17323 char SQLConnect ();
17324 int
17325 main ()
17326 {
17327 return SQLConnect ();
17328   ;
17329   return 0;
17330 }
17331 _ACEOF
17332 rm -f conftest.$ac_objext conftest$ac_exeext
17333 if { (ac_try="$ac_link"
17334 case "(($ac_try" in
17335   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17336   *) ac_try_echo=$ac_try;;
17337 esac
17338 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17339 $as_echo "$ac_try_echo") >&5
17340   (eval "$ac_link") 2>conftest.er1
17341   ac_status=$?
17342   grep -v '^ *+' conftest.er1 >conftest.err
17343   rm -f conftest.er1
17344   cat conftest.err >&5
17345   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17346   (exit $ac_status); } && {
17347          test -z "$ac_c_werror_flag" ||
17348          test ! -s conftest.err
17349        } && test -s conftest$ac_exeext && {
17350          test "$cross_compiling" = yes ||
17351          $as_test_x conftest$ac_exeext
17352        }; then
17353   case "$LIBEXT" in
17354     dll) ;;
17355     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'` ;;
17356     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
17357   esac
17358 else
17359   $as_echo "$as_me: failed program was:" >&5
17360 sed 's/^/| /' conftest.$ac_ext >&5
17361
17362
17363 fi
17364
17365 rm -rf conftest.dSYM
17366 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17367       conftest$ac_exeext conftest.$ac_ext
17368   LIBS=$ac_check_soname_save_LIBS
17369 fi
17370 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17371   { $as_echo "$as_me:$LINENO: result: not found" >&5
17372 $as_echo "not found" >&6; }
17373        cat >>confdefs.h <<_ACEOF
17374 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17375 _ACEOF
17376
17377 else
17378   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17379 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17380
17381 cat >>confdefs.h <<_ACEOF
17382 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17383 _ACEOF
17384
17385
17386 fi
17387
17388
17389 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17390         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17391         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17392         "$ac_cv_header_soundcard_h" != "yes" -a \
17393         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17394 then
17395     wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17396 fi
17397
17398
17399 EXTRACFLAGS=""
17400
17401 if test "x${GCC}" = "xyes"
17402 then
17403   EXTRACFLAGS="-Wall -pipe"
17404
17405     { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17406 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17407 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17408   $as_echo_n "(cached) " >&6
17409 else
17410   if test "$cross_compiling" = yes; then
17411   ac_cv_c_gcc_strength_bug="yes"
17412 else
17413   cat >conftest.$ac_ext <<_ACEOF
17414 /* confdefs.h.  */
17415 _ACEOF
17416 cat confdefs.h >>conftest.$ac_ext
17417 cat >>conftest.$ac_ext <<_ACEOF
17418 /* end confdefs.h.  */
17419 int L[4] = {0,1,2,3};
17420 int
17421 main ()
17422 {
17423 static int Array[3];
17424   unsigned int B = 3;
17425   int i;
17426   for(i=0; i<B; i++) Array[i] = i - 3;
17427   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17428   L[i] = 4;
17429   return (Array[1] != -2 || L[2] != 3)
17430   ;
17431   return 0;
17432 }
17433 _ACEOF
17434 rm -f conftest$ac_exeext
17435 if { (ac_try="$ac_link"
17436 case "(($ac_try" in
17437   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17438   *) ac_try_echo=$ac_try;;
17439 esac
17440 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17441 $as_echo "$ac_try_echo") >&5
17442   (eval "$ac_link") 2>&5
17443   ac_status=$?
17444   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17445   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17446   { (case "(($ac_try" in
17447   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17448   *) ac_try_echo=$ac_try;;
17449 esac
17450 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17451 $as_echo "$ac_try_echo") >&5
17452   (eval "$ac_try") 2>&5
17453   ac_status=$?
17454   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17455   (exit $ac_status); }; }; then
17456   ac_cv_c_gcc_strength_bug="no"
17457 else
17458   $as_echo "$as_me: program exited with status $ac_status" >&5
17459 $as_echo "$as_me: failed program was:" >&5
17460 sed 's/^/| /' conftest.$ac_ext >&5
17461
17462 ( exit $ac_status )
17463 ac_cv_c_gcc_strength_bug="yes"
17464 fi
17465 rm -rf conftest.dSYM
17466 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17467 fi
17468
17469
17470 fi
17471 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17472 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17473   if test "$ac_cv_c_gcc_strength_bug" = "yes"
17474   then
17475     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17476   fi
17477
17478     { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17479 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17480 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17481   $as_echo_n "(cached) " >&6
17482 else
17483   ac_wine_try_cflags_saved=$CFLAGS
17484 CFLAGS="$CFLAGS -fno-builtin"
17485 cat >conftest.$ac_ext <<_ACEOF
17486 /* confdefs.h.  */
17487 _ACEOF
17488 cat confdefs.h >>conftest.$ac_ext
17489 cat >>conftest.$ac_ext <<_ACEOF
17490 /* end confdefs.h.  */
17491
17492 int
17493 main ()
17494 {
17495
17496   ;
17497   return 0;
17498 }
17499 _ACEOF
17500 rm -f conftest.$ac_objext conftest$ac_exeext
17501 if { (ac_try="$ac_link"
17502 case "(($ac_try" in
17503   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17504   *) ac_try_echo=$ac_try;;
17505 esac
17506 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17507 $as_echo "$ac_try_echo") >&5
17508   (eval "$ac_link") 2>conftest.er1
17509   ac_status=$?
17510   grep -v '^ *+' conftest.er1 >conftest.err
17511   rm -f conftest.er1
17512   cat conftest.err >&5
17513   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17514   (exit $ac_status); } && {
17515          test -z "$ac_c_werror_flag" ||
17516          test ! -s conftest.err
17517        } && test -s conftest$ac_exeext && {
17518          test "$cross_compiling" = yes ||
17519          $as_test_x conftest$ac_exeext
17520        }; then
17521   ac_cv_cflags__fno_builtin=yes
17522 else
17523   $as_echo "$as_me: failed program was:" >&5
17524 sed 's/^/| /' conftest.$ac_ext >&5
17525
17526         ac_cv_cflags__fno_builtin=no
17527 fi
17528
17529 rm -rf conftest.dSYM
17530 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17531       conftest$ac_exeext conftest.$ac_ext
17532 CFLAGS=$ac_wine_try_cflags_saved
17533 fi
17534 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17535 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17536 if test $ac_cv_cflags__fno_builtin = yes; then
17537   BUILTINFLAG="-fno-builtin"
17538
17539 fi
17540
17541   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17542 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17543 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17544   $as_echo_n "(cached) " >&6
17545 else
17546   ac_wine_try_cflags_saved=$CFLAGS
17547 CFLAGS="$CFLAGS -fno-strict-aliasing"
17548 cat >conftest.$ac_ext <<_ACEOF
17549 /* confdefs.h.  */
17550 _ACEOF
17551 cat confdefs.h >>conftest.$ac_ext
17552 cat >>conftest.$ac_ext <<_ACEOF
17553 /* end confdefs.h.  */
17554
17555 int
17556 main ()
17557 {
17558
17559   ;
17560   return 0;
17561 }
17562 _ACEOF
17563 rm -f conftest.$ac_objext conftest$ac_exeext
17564 if { (ac_try="$ac_link"
17565 case "(($ac_try" in
17566   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17567   *) ac_try_echo=$ac_try;;
17568 esac
17569 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17570 $as_echo "$ac_try_echo") >&5
17571   (eval "$ac_link") 2>conftest.er1
17572   ac_status=$?
17573   grep -v '^ *+' conftest.er1 >conftest.err
17574   rm -f conftest.er1
17575   cat conftest.err >&5
17576   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17577   (exit $ac_status); } && {
17578          test -z "$ac_c_werror_flag" ||
17579          test ! -s conftest.err
17580        } && test -s conftest$ac_exeext && {
17581          test "$cross_compiling" = yes ||
17582          $as_test_x conftest$ac_exeext
17583        }; then
17584   ac_cv_cflags__fno_strict_aliasing=yes
17585 else
17586   $as_echo "$as_me: failed program was:" >&5
17587 sed 's/^/| /' conftest.$ac_ext >&5
17588
17589         ac_cv_cflags__fno_strict_aliasing=no
17590 fi
17591
17592 rm -rf conftest.dSYM
17593 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17594       conftest$ac_exeext conftest.$ac_ext
17595 CFLAGS=$ac_wine_try_cflags_saved
17596 fi
17597 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17598 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17599 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17600   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17601 fi
17602
17603   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17604 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17605 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17606   $as_echo_n "(cached) " >&6
17607 else
17608   ac_wine_try_cflags_saved=$CFLAGS
17609 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17610 cat >conftest.$ac_ext <<_ACEOF
17611 /* confdefs.h.  */
17612 _ACEOF
17613 cat confdefs.h >>conftest.$ac_ext
17614 cat >>conftest.$ac_ext <<_ACEOF
17615 /* end confdefs.h.  */
17616
17617 int
17618 main ()
17619 {
17620
17621   ;
17622   return 0;
17623 }
17624 _ACEOF
17625 rm -f conftest.$ac_objext conftest$ac_exeext
17626 if { (ac_try="$ac_link"
17627 case "(($ac_try" in
17628   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17629   *) ac_try_echo=$ac_try;;
17630 esac
17631 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17632 $as_echo "$ac_try_echo") >&5
17633   (eval "$ac_link") 2>conftest.er1
17634   ac_status=$?
17635   grep -v '^ *+' conftest.er1 >conftest.err
17636   rm -f conftest.er1
17637   cat conftest.err >&5
17638   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17639   (exit $ac_status); } && {
17640          test -z "$ac_c_werror_flag" ||
17641          test ! -s conftest.err
17642        } && test -s conftest$ac_exeext && {
17643          test "$cross_compiling" = yes ||
17644          $as_test_x conftest$ac_exeext
17645        }; then
17646   ac_cv_cflags__Wdeclaration_after_statement=yes
17647 else
17648   $as_echo "$as_me: failed program was:" >&5
17649 sed 's/^/| /' conftest.$ac_ext >&5
17650
17651         ac_cv_cflags__Wdeclaration_after_statement=no
17652 fi
17653
17654 rm -rf conftest.dSYM
17655 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17656       conftest$ac_exeext conftest.$ac_ext
17657 CFLAGS=$ac_wine_try_cflags_saved
17658 fi
17659 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17660 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17661 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17662   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17663 fi
17664
17665   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17666 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17667 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17668   $as_echo_n "(cached) " >&6
17669 else
17670   ac_wine_try_cflags_saved=$CFLAGS
17671 CFLAGS="$CFLAGS -Wwrite-strings"
17672 cat >conftest.$ac_ext <<_ACEOF
17673 /* confdefs.h.  */
17674 _ACEOF
17675 cat confdefs.h >>conftest.$ac_ext
17676 cat >>conftest.$ac_ext <<_ACEOF
17677 /* end confdefs.h.  */
17678
17679 int
17680 main ()
17681 {
17682
17683   ;
17684   return 0;
17685 }
17686 _ACEOF
17687 rm -f conftest.$ac_objext conftest$ac_exeext
17688 if { (ac_try="$ac_link"
17689 case "(($ac_try" in
17690   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17691   *) ac_try_echo=$ac_try;;
17692 esac
17693 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17694 $as_echo "$ac_try_echo") >&5
17695   (eval "$ac_link") 2>conftest.er1
17696   ac_status=$?
17697   grep -v '^ *+' conftest.er1 >conftest.err
17698   rm -f conftest.er1
17699   cat conftest.err >&5
17700   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17701   (exit $ac_status); } && {
17702          test -z "$ac_c_werror_flag" ||
17703          test ! -s conftest.err
17704        } && test -s conftest$ac_exeext && {
17705          test "$cross_compiling" = yes ||
17706          $as_test_x conftest$ac_exeext
17707        }; then
17708   ac_cv_cflags__Wwrite_strings=yes
17709 else
17710   $as_echo "$as_me: failed program was:" >&5
17711 sed 's/^/| /' conftest.$ac_ext >&5
17712
17713         ac_cv_cflags__Wwrite_strings=no
17714 fi
17715
17716 rm -rf conftest.dSYM
17717 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17718       conftest$ac_exeext conftest.$ac_ext
17719 CFLAGS=$ac_wine_try_cflags_saved
17720 fi
17721 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17722 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17723 if test $ac_cv_cflags__Wwrite_strings = yes; then
17724   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17725 fi
17726
17727   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17728 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17729 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17730   $as_echo_n "(cached) " >&6
17731 else
17732   ac_wine_try_cflags_saved=$CFLAGS
17733 CFLAGS="$CFLAGS -Wtype-limits"
17734 cat >conftest.$ac_ext <<_ACEOF
17735 /* confdefs.h.  */
17736 _ACEOF
17737 cat confdefs.h >>conftest.$ac_ext
17738 cat >>conftest.$ac_ext <<_ACEOF
17739 /* end confdefs.h.  */
17740
17741 int
17742 main ()
17743 {
17744
17745   ;
17746   return 0;
17747 }
17748 _ACEOF
17749 rm -f conftest.$ac_objext conftest$ac_exeext
17750 if { (ac_try="$ac_link"
17751 case "(($ac_try" in
17752   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17753   *) ac_try_echo=$ac_try;;
17754 esac
17755 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17756 $as_echo "$ac_try_echo") >&5
17757   (eval "$ac_link") 2>conftest.er1
17758   ac_status=$?
17759   grep -v '^ *+' conftest.er1 >conftest.err
17760   rm -f conftest.er1
17761   cat conftest.err >&5
17762   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17763   (exit $ac_status); } && {
17764          test -z "$ac_c_werror_flag" ||
17765          test ! -s conftest.err
17766        } && test -s conftest$ac_exeext && {
17767          test "$cross_compiling" = yes ||
17768          $as_test_x conftest$ac_exeext
17769        }; then
17770   ac_cv_cflags__Wtype_limits=yes
17771 else
17772   $as_echo "$as_me: failed program was:" >&5
17773 sed 's/^/| /' conftest.$ac_ext >&5
17774
17775         ac_cv_cflags__Wtype_limits=no
17776 fi
17777
17778 rm -rf conftest.dSYM
17779 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17780       conftest$ac_exeext conftest.$ac_ext
17781 CFLAGS=$ac_wine_try_cflags_saved
17782 fi
17783 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17784 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17785 if test $ac_cv_cflags__Wtype_limits = yes; then
17786   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17787 fi
17788
17789
17790     saved_CFLAGS="$CFLAGS"
17791   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17792   { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17793 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17794 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17795   $as_echo_n "(cached) " >&6
17796 else
17797   cat >conftest.$ac_ext <<_ACEOF
17798 /* confdefs.h.  */
17799 _ACEOF
17800 cat confdefs.h >>conftest.$ac_ext
17801 cat >>conftest.$ac_ext <<_ACEOF
17802 /* end confdefs.h.  */
17803 #include <string.h>
17804 int
17805 main ()
17806 {
17807
17808   ;
17809   return 0;
17810 }
17811 _ACEOF
17812 rm -f conftest.$ac_objext
17813 if { (ac_try="$ac_compile"
17814 case "(($ac_try" in
17815   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17816   *) ac_try_echo=$ac_try;;
17817 esac
17818 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17819 $as_echo "$ac_try_echo") >&5
17820   (eval "$ac_compile") 2>conftest.er1
17821   ac_status=$?
17822   grep -v '^ *+' conftest.er1 >conftest.err
17823   rm -f conftest.er1
17824   cat conftest.err >&5
17825   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17826   (exit $ac_status); } && {
17827          test -z "$ac_c_werror_flag" ||
17828          test ! -s conftest.err
17829        } && test -s conftest.$ac_objext; then
17830   ac_cv_c_string_h_warnings=no
17831 else
17832   $as_echo "$as_me: failed program was:" >&5
17833 sed 's/^/| /' conftest.$ac_ext >&5
17834
17835         ac_cv_c_string_h_warnings=yes
17836 fi
17837
17838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17839 fi
17840 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17841 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17842   CFLAGS="$saved_CFLAGS"
17843   if test "$ac_cv_c_string_h_warnings" = "no"
17844   then
17845     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17846   fi
17847 fi
17848
17849
17850 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17851 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17852 if test "${ac_cv_asm_func_def+set}" = set; then
17853   $as_echo_n "(cached) " >&6
17854 else
17855   cat >conftest.$ac_ext <<_ACEOF
17856 /* confdefs.h.  */
17857 _ACEOF
17858 cat confdefs.h >>conftest.$ac_ext
17859 cat >>conftest.$ac_ext <<_ACEOF
17860 /* end confdefs.h.  */
17861
17862 int
17863 main ()
17864 {
17865 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17866   ;
17867   return 0;
17868 }
17869 _ACEOF
17870 rm -f conftest.$ac_objext conftest$ac_exeext
17871 if { (ac_try="$ac_link"
17872 case "(($ac_try" in
17873   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17874   *) ac_try_echo=$ac_try;;
17875 esac
17876 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17877 $as_echo "$ac_try_echo") >&5
17878   (eval "$ac_link") 2>conftest.er1
17879   ac_status=$?
17880   grep -v '^ *+' conftest.er1 >conftest.err
17881   rm -f conftest.er1
17882   cat conftest.err >&5
17883   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17884   (exit $ac_status); } && {
17885          test -z "$ac_c_werror_flag" ||
17886          test ! -s conftest.err
17887        } && test -s conftest$ac_exeext && {
17888          test "$cross_compiling" = yes ||
17889          $as_test_x conftest$ac_exeext
17890        }; then
17891   ac_cv_asm_func_def=".def"
17892 else
17893   $as_echo "$as_me: failed program was:" >&5
17894 sed 's/^/| /' conftest.$ac_ext >&5
17895
17896         cat >conftest.$ac_ext <<_ACEOF
17897 /* confdefs.h.  */
17898 _ACEOF
17899 cat confdefs.h >>conftest.$ac_ext
17900 cat >>conftest.$ac_ext <<_ACEOF
17901 /* end confdefs.h.  */
17902
17903 int
17904 main ()
17905 {
17906 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17907   ;
17908   return 0;
17909 }
17910 _ACEOF
17911 rm -f conftest.$ac_objext conftest$ac_exeext
17912 if { (ac_try="$ac_link"
17913 case "(($ac_try" in
17914   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17915   *) ac_try_echo=$ac_try;;
17916 esac
17917 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17918 $as_echo "$ac_try_echo") >&5
17919   (eval "$ac_link") 2>conftest.er1
17920   ac_status=$?
17921   grep -v '^ *+' conftest.er1 >conftest.err
17922   rm -f conftest.er1
17923   cat conftest.err >&5
17924   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17925   (exit $ac_status); } && {
17926          test -z "$ac_c_werror_flag" ||
17927          test ! -s conftest.err
17928        } && test -s conftest$ac_exeext && {
17929          test "$cross_compiling" = yes ||
17930          $as_test_x conftest$ac_exeext
17931        }; then
17932   ac_cv_asm_func_def=".type @function"
17933 else
17934   $as_echo "$as_me: failed program was:" >&5
17935 sed 's/^/| /' conftest.$ac_ext >&5
17936
17937         cat >conftest.$ac_ext <<_ACEOF
17938 /* confdefs.h.  */
17939 _ACEOF
17940 cat confdefs.h >>conftest.$ac_ext
17941 cat >>conftest.$ac_ext <<_ACEOF
17942 /* end confdefs.h.  */
17943
17944 int
17945 main ()
17946 {
17947 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17948   ;
17949   return 0;
17950 }
17951 _ACEOF
17952 rm -f conftest.$ac_objext conftest$ac_exeext
17953 if { (ac_try="$ac_link"
17954 case "(($ac_try" in
17955   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17956   *) ac_try_echo=$ac_try;;
17957 esac
17958 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17959 $as_echo "$ac_try_echo") >&5
17960   (eval "$ac_link") 2>conftest.er1
17961   ac_status=$?
17962   grep -v '^ *+' conftest.er1 >conftest.err
17963   rm -f conftest.er1
17964   cat conftest.err >&5
17965   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17966   (exit $ac_status); } && {
17967          test -z "$ac_c_werror_flag" ||
17968          test ! -s conftest.err
17969        } && test -s conftest$ac_exeext && {
17970          test "$cross_compiling" = yes ||
17971          $as_test_x conftest$ac_exeext
17972        }; then
17973   ac_cv_asm_func_def=".type 2"
17974 else
17975   $as_echo "$as_me: failed program was:" >&5
17976 sed 's/^/| /' conftest.$ac_ext >&5
17977
17978         ac_cv_asm_func_def="unknown"
17979 fi
17980
17981 rm -rf conftest.dSYM
17982 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17983       conftest$ac_exeext conftest.$ac_ext
17984 fi
17985
17986 rm -rf conftest.dSYM
17987 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17988       conftest$ac_exeext conftest.$ac_ext
17989 fi
17990
17991 rm -rf conftest.dSYM
17992 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17993       conftest$ac_exeext conftest.$ac_ext
17994 fi
17995 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17996 $as_echo "$ac_cv_asm_func_def" >&6; }
17997
17998
17999
18000 case "$ac_cv_asm_func_def" in
18001   ".def")
18002      cat >>confdefs.h <<\_ACEOF
18003 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
18004 _ACEOF
18005  ;;
18006   ".type @function")
18007      cat >>confdefs.h <<\_ACEOF
18008 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
18009 _ACEOF
18010  ;;
18011   ".type 2")
18012      cat >>confdefs.h <<\_ACEOF
18013 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
18014 _ACEOF
18015  ;;
18016   *)
18017      cat >>confdefs.h <<\_ACEOF
18018 #define __ASM_FUNC(name) ""
18019 _ACEOF
18020  ;;
18021 esac
18022
18023
18024 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
18025 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
18026 if test "${ac_cv_c_extern_prefix+set}" = set; then
18027   $as_echo_n "(cached) " >&6
18028 else
18029   cat >conftest.$ac_ext <<_ACEOF
18030 /* confdefs.h.  */
18031 _ACEOF
18032 cat confdefs.h >>conftest.$ac_ext
18033 cat >>conftest.$ac_ext <<_ACEOF
18034 /* end confdefs.h.  */
18035 extern int ac_test;
18036 int
18037 main ()
18038 {
18039 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
18040   ;
18041   return 0;
18042 }
18043 _ACEOF
18044 rm -f conftest.$ac_objext conftest$ac_exeext
18045 if { (ac_try="$ac_link"
18046 case "(($ac_try" in
18047   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18048   *) ac_try_echo=$ac_try;;
18049 esac
18050 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18051 $as_echo "$ac_try_echo") >&5
18052   (eval "$ac_link") 2>conftest.er1
18053   ac_status=$?
18054   grep -v '^ *+' conftest.er1 >conftest.err
18055   rm -f conftest.er1
18056   cat conftest.err >&5
18057   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18058   (exit $ac_status); } && {
18059          test -z "$ac_c_werror_flag" ||
18060          test ! -s conftest.err
18061        } && test -s conftest$ac_exeext && {
18062          test "$cross_compiling" = yes ||
18063          $as_test_x conftest$ac_exeext
18064        }; then
18065   ac_cv_c_extern_prefix="yes"
18066 else
18067   $as_echo "$as_me: failed program was:" >&5
18068 sed 's/^/| /' conftest.$ac_ext >&5
18069
18070         ac_cv_c_extern_prefix="no"
18071 fi
18072
18073 rm -rf conftest.dSYM
18074 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18075       conftest$ac_exeext conftest.$ac_ext
18076 fi
18077 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
18078 $as_echo "$ac_cv_c_extern_prefix" >&6; }
18079
18080
18081
18082 if test "$ac_cv_c_extern_prefix" = "yes"
18083 then
18084   cat >>confdefs.h <<\_ACEOF
18085 #define __ASM_NAME(name) "_" name
18086 _ACEOF
18087
18088 else
18089   cat >>confdefs.h <<\_ACEOF
18090 #define __ASM_NAME(name) name
18091 _ACEOF
18092
18093 fi
18094
18095
18096 LDPATH=""
18097
18098 case $build_os in
18099   cygwin*|mingw32*)
18100     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
18101     ;;
18102   darwin*|macosx*)
18103     ;;
18104   linux*|solaris*)      if test -z "$LDRPATH_LOCAL"
18105     then
18106       LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
18107     fi
18108     ;;
18109   *)
18110     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
18111     ;;
18112 esac
18113
18114 case $host_os in
18115   mingw32*)
18116     CRTLIBS="-lmsvcrt"
18117
18118     SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
18119
18120     ;;
18121 esac
18122
18123 case $host_cpu in
18124   *i[3456789]86*)
18125     case $host_os in
18126       linux* | k*bsd*-gnu)
18127         EXTRA_BINARIES="wine-preloader"
18128  ;;
18129     esac
18130     ;;
18131 esac
18132
18133
18134 ac_save_CFLAGS="$CFLAGS"
18135 CFLAGS="$CFLAGS $BUILTINFLAG"
18136
18137
18138
18139
18140
18141
18142
18143
18144
18145
18146
18147
18148
18149
18150
18151
18152
18153
18154
18155
18156
18157
18158
18159
18160
18161
18162
18163
18164
18165
18166
18167
18168
18169
18170
18171
18172
18173
18174
18175
18176
18177
18178
18179
18180
18181
18182
18183
18184
18185
18186
18187
18188
18189
18190
18191
18192
18193
18194
18195
18196
18197
18198
18199
18200
18201
18202
18203
18204
18205
18206
18207 for ac_func in \
18208         _pclose \
18209         _popen \
18210         _snprintf \
18211         _spawnvp \
18212         _strdup \
18213         _stricmp \
18214         _strnicmp \
18215         _strtoi64 \
18216         _strtoui64 \
18217         _vsnprintf \
18218         asctime_r \
18219         chsize \
18220         dlopen \
18221         epoll_create \
18222         ffs \
18223         finite \
18224         fork \
18225         fpclass \
18226         fstatfs \
18227         fstatvfs \
18228         ftruncate \
18229         futimes \
18230         futimesat \
18231         getdirentries \
18232         getopt_long \
18233         getpagesize \
18234         getpwuid \
18235         gettid \
18236         gettimeofday \
18237         getuid \
18238         inet_ntop \
18239         inet_pton \
18240         kqueue \
18241         lstat \
18242         memmove \
18243         mmap \
18244         pclose \
18245         poll \
18246         popen \
18247         prctl \
18248         pread \
18249         pwrite \
18250         readdir \
18251         readlink \
18252         sched_yield \
18253         select \
18254         setproctitle \
18255         setrlimit \
18256         settimeofday \
18257         sigaltstack \
18258         sigprocmask \
18259         snprintf \
18260         socketpair \
18261         spawnvp \
18262         statfs \
18263         statvfs \
18264         strcasecmp \
18265         strdup \
18266         strerror \
18267         strncasecmp \
18268         strtold \
18269         strtoll \
18270         strtoull \
18271         symlink \
18272         tcgetattr \
18273         thr_kill2 \
18274         timegm \
18275         usleep \
18276         vsnprintf \
18277         wait4 \
18278         waitpid \
18279
18280 do
18281 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18282 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18283 $as_echo_n "checking for $ac_func... " >&6; }
18284 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18285   $as_echo_n "(cached) " >&6
18286 else
18287   cat >conftest.$ac_ext <<_ACEOF
18288 /* confdefs.h.  */
18289 _ACEOF
18290 cat confdefs.h >>conftest.$ac_ext
18291 cat >>conftest.$ac_ext <<_ACEOF
18292 /* end confdefs.h.  */
18293 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18294    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18295 #define $ac_func innocuous_$ac_func
18296
18297 /* System header to define __stub macros and hopefully few prototypes,
18298     which can conflict with char $ac_func (); below.
18299     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18300     <limits.h> exists even on freestanding compilers.  */
18301
18302 #ifdef __STDC__
18303 # include <limits.h>
18304 #else
18305 # include <assert.h>
18306 #endif
18307
18308 #undef $ac_func
18309
18310 /* Override any GCC internal prototype to avoid an error.
18311    Use char because int might match the return type of a GCC
18312    builtin and then its argument prototype would still apply.  */
18313 #ifdef __cplusplus
18314 extern "C"
18315 #endif
18316 char $ac_func ();
18317 /* The GNU C library defines this for functions which it implements
18318     to always fail with ENOSYS.  Some functions are actually named
18319     something starting with __ and the normal name is an alias.  */
18320 #if defined __stub_$ac_func || defined __stub___$ac_func
18321 choke me
18322 #endif
18323
18324 int
18325 main ()
18326 {
18327 return $ac_func ();
18328   ;
18329   return 0;
18330 }
18331 _ACEOF
18332 rm -f conftest.$ac_objext conftest$ac_exeext
18333 if { (ac_try="$ac_link"
18334 case "(($ac_try" in
18335   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18336   *) ac_try_echo=$ac_try;;
18337 esac
18338 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18339 $as_echo "$ac_try_echo") >&5
18340   (eval "$ac_link") 2>conftest.er1
18341   ac_status=$?
18342   grep -v '^ *+' conftest.er1 >conftest.err
18343   rm -f conftest.er1
18344   cat conftest.err >&5
18345   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18346   (exit $ac_status); } && {
18347          test -z "$ac_c_werror_flag" ||
18348          test ! -s conftest.err
18349        } && test -s conftest$ac_exeext && {
18350          test "$cross_compiling" = yes ||
18351          $as_test_x conftest$ac_exeext
18352        }; then
18353   eval "$as_ac_var=yes"
18354 else
18355   $as_echo "$as_me: failed program was:" >&5
18356 sed 's/^/| /' conftest.$ac_ext >&5
18357
18358         eval "$as_ac_var=no"
18359 fi
18360
18361 rm -rf conftest.dSYM
18362 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18363       conftest$ac_exeext conftest.$ac_ext
18364 fi
18365 ac_res=`eval 'as_val=${'$as_ac_var'}
18366                  $as_echo "$as_val"'`
18367                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18368 $as_echo "$ac_res" >&6; }
18369 as_val=`eval 'as_val=${'$as_ac_var'}
18370                  $as_echo "$as_val"'`
18371    if test "x$as_val" = x""yes; then
18372   cat >>confdefs.h <<_ACEOF
18373 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18374 _ACEOF
18375
18376 fi
18377 done
18378
18379 CFLAGS="$ac_save_CFLAGS"
18380
18381 if test "$ac_cv_func_dlopen" = no
18382 then
18383     { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18384 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18385 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18386   $as_echo_n "(cached) " >&6
18387 else
18388   ac_check_lib_save_LIBS=$LIBS
18389 LIBS="-ldl  $LIBS"
18390 cat >conftest.$ac_ext <<_ACEOF
18391 /* confdefs.h.  */
18392 _ACEOF
18393 cat confdefs.h >>conftest.$ac_ext
18394 cat >>conftest.$ac_ext <<_ACEOF
18395 /* end confdefs.h.  */
18396
18397 /* Override any GCC internal prototype to avoid an error.
18398    Use char because int might match the return type of a GCC
18399    builtin and then its argument prototype would still apply.  */
18400 #ifdef __cplusplus
18401 extern "C"
18402 #endif
18403 char dlopen ();
18404 int
18405 main ()
18406 {
18407 return dlopen ();
18408   ;
18409   return 0;
18410 }
18411 _ACEOF
18412 rm -f conftest.$ac_objext conftest$ac_exeext
18413 if { (ac_try="$ac_link"
18414 case "(($ac_try" in
18415   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18416   *) ac_try_echo=$ac_try;;
18417 esac
18418 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18419 $as_echo "$ac_try_echo") >&5
18420   (eval "$ac_link") 2>conftest.er1
18421   ac_status=$?
18422   grep -v '^ *+' conftest.er1 >conftest.err
18423   rm -f conftest.er1
18424   cat conftest.err >&5
18425   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18426   (exit $ac_status); } && {
18427          test -z "$ac_c_werror_flag" ||
18428          test ! -s conftest.err
18429        } && test -s conftest$ac_exeext && {
18430          test "$cross_compiling" = yes ||
18431          $as_test_x conftest$ac_exeext
18432        }; then
18433   ac_cv_lib_dl_dlopen=yes
18434 else
18435   $as_echo "$as_me: failed program was:" >&5
18436 sed 's/^/| /' conftest.$ac_ext >&5
18437
18438         ac_cv_lib_dl_dlopen=no
18439 fi
18440
18441 rm -rf conftest.dSYM
18442 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18443       conftest$ac_exeext conftest.$ac_ext
18444 LIBS=$ac_check_lib_save_LIBS
18445 fi
18446 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18447 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18448 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18449   cat >>confdefs.h <<\_ACEOF
18450 #define HAVE_DLOPEN 1
18451 _ACEOF
18452  LIBDL="-ldl"
18453
18454 fi
18455
18456 fi
18457 ac_wine_check_funcs_save_LIBS="$LIBS"
18458 LIBS="$LIBS $LIBDL"
18459
18460 for ac_func in dladdr
18461 do
18462 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18463 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18464 $as_echo_n "checking for $ac_func... " >&6; }
18465 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18466   $as_echo_n "(cached) " >&6
18467 else
18468   cat >conftest.$ac_ext <<_ACEOF
18469 /* confdefs.h.  */
18470 _ACEOF
18471 cat confdefs.h >>conftest.$ac_ext
18472 cat >>conftest.$ac_ext <<_ACEOF
18473 /* end confdefs.h.  */
18474 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18475    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18476 #define $ac_func innocuous_$ac_func
18477
18478 /* System header to define __stub macros and hopefully few prototypes,
18479     which can conflict with char $ac_func (); below.
18480     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18481     <limits.h> exists even on freestanding compilers.  */
18482
18483 #ifdef __STDC__
18484 # include <limits.h>
18485 #else
18486 # include <assert.h>
18487 #endif
18488
18489 #undef $ac_func
18490
18491 /* Override any GCC internal prototype to avoid an error.
18492    Use char because int might match the return type of a GCC
18493    builtin and then its argument prototype would still apply.  */
18494 #ifdef __cplusplus
18495 extern "C"
18496 #endif
18497 char $ac_func ();
18498 /* The GNU C library defines this for functions which it implements
18499     to always fail with ENOSYS.  Some functions are actually named
18500     something starting with __ and the normal name is an alias.  */
18501 #if defined __stub_$ac_func || defined __stub___$ac_func
18502 choke me
18503 #endif
18504
18505 int
18506 main ()
18507 {
18508 return $ac_func ();
18509   ;
18510   return 0;
18511 }
18512 _ACEOF
18513 rm -f conftest.$ac_objext conftest$ac_exeext
18514 if { (ac_try="$ac_link"
18515 case "(($ac_try" in
18516   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18517   *) ac_try_echo=$ac_try;;
18518 esac
18519 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18520 $as_echo "$ac_try_echo") >&5
18521   (eval "$ac_link") 2>conftest.er1
18522   ac_status=$?
18523   grep -v '^ *+' conftest.er1 >conftest.err
18524   rm -f conftest.er1
18525   cat conftest.err >&5
18526   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18527   (exit $ac_status); } && {
18528          test -z "$ac_c_werror_flag" ||
18529          test ! -s conftest.err
18530        } && test -s conftest$ac_exeext && {
18531          test "$cross_compiling" = yes ||
18532          $as_test_x conftest$ac_exeext
18533        }; then
18534   eval "$as_ac_var=yes"
18535 else
18536   $as_echo "$as_me: failed program was:" >&5
18537 sed 's/^/| /' conftest.$ac_ext >&5
18538
18539         eval "$as_ac_var=no"
18540 fi
18541
18542 rm -rf conftest.dSYM
18543 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18544       conftest$ac_exeext conftest.$ac_ext
18545 fi
18546 ac_res=`eval 'as_val=${'$as_ac_var'}
18547                  $as_echo "$as_val"'`
18548                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18549 $as_echo "$ac_res" >&6; }
18550 as_val=`eval 'as_val=${'$as_ac_var'}
18551                  $as_echo "$as_val"'`
18552    if test "x$as_val" = x""yes; then
18553   cat >>confdefs.h <<_ACEOF
18554 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18555 _ACEOF
18556
18557 fi
18558 done
18559
18560 LIBS="$ac_wine_check_funcs_save_LIBS"
18561
18562 if test "$ac_cv_func_poll" = no
18563 then
18564     { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18565 $as_echo_n "checking for poll in -lpoll... " >&6; }
18566 if test "${ac_cv_lib_poll_poll+set}" = set; then
18567   $as_echo_n "(cached) " >&6
18568 else
18569   ac_check_lib_save_LIBS=$LIBS
18570 LIBS="-lpoll  $LIBS"
18571 cat >conftest.$ac_ext <<_ACEOF
18572 /* confdefs.h.  */
18573 _ACEOF
18574 cat confdefs.h >>conftest.$ac_ext
18575 cat >>conftest.$ac_ext <<_ACEOF
18576 /* end confdefs.h.  */
18577
18578 /* Override any GCC internal prototype to avoid an error.
18579    Use char because int might match the return type of a GCC
18580    builtin and then its argument prototype would still apply.  */
18581 #ifdef __cplusplus
18582 extern "C"
18583 #endif
18584 char poll ();
18585 int
18586 main ()
18587 {
18588 return poll ();
18589   ;
18590   return 0;
18591 }
18592 _ACEOF
18593 rm -f conftest.$ac_objext conftest$ac_exeext
18594 if { (ac_try="$ac_link"
18595 case "(($ac_try" in
18596   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18597   *) ac_try_echo=$ac_try;;
18598 esac
18599 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18600 $as_echo "$ac_try_echo") >&5
18601   (eval "$ac_link") 2>conftest.er1
18602   ac_status=$?
18603   grep -v '^ *+' conftest.er1 >conftest.err
18604   rm -f conftest.er1
18605   cat conftest.err >&5
18606   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18607   (exit $ac_status); } && {
18608          test -z "$ac_c_werror_flag" ||
18609          test ! -s conftest.err
18610        } && test -s conftest$ac_exeext && {
18611          test "$cross_compiling" = yes ||
18612          $as_test_x conftest$ac_exeext
18613        }; then
18614   ac_cv_lib_poll_poll=yes
18615 else
18616   $as_echo "$as_me: failed program was:" >&5
18617 sed 's/^/| /' conftest.$ac_ext >&5
18618
18619         ac_cv_lib_poll_poll=no
18620 fi
18621
18622 rm -rf conftest.dSYM
18623 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18624       conftest$ac_exeext conftest.$ac_ext
18625 LIBS=$ac_check_lib_save_LIBS
18626 fi
18627 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18628 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18629 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18630   cat >>confdefs.h <<\_ACEOF
18631 #define HAVE_POLL 1
18632 _ACEOF
18633  LIBPOLL="-lpoll"
18634
18635 fi
18636
18637 fi
18638
18639 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18640 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18641 if test "${ac_cv_search_gethostbyname+set}" = set; then
18642   $as_echo_n "(cached) " >&6
18643 else
18644   ac_func_search_save_LIBS=$LIBS
18645 cat >conftest.$ac_ext <<_ACEOF
18646 /* confdefs.h.  */
18647 _ACEOF
18648 cat confdefs.h >>conftest.$ac_ext
18649 cat >>conftest.$ac_ext <<_ACEOF
18650 /* end confdefs.h.  */
18651
18652 /* Override any GCC internal prototype to avoid an error.
18653    Use char because int might match the return type of a GCC
18654    builtin and then its argument prototype would still apply.  */
18655 #ifdef __cplusplus
18656 extern "C"
18657 #endif
18658 char gethostbyname ();
18659 int
18660 main ()
18661 {
18662 return gethostbyname ();
18663   ;
18664   return 0;
18665 }
18666 _ACEOF
18667 for ac_lib in '' nsl; do
18668   if test -z "$ac_lib"; then
18669     ac_res="none required"
18670   else
18671     ac_res=-l$ac_lib
18672     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18673   fi
18674   rm -f conftest.$ac_objext conftest$ac_exeext
18675 if { (ac_try="$ac_link"
18676 case "(($ac_try" in
18677   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18678   *) ac_try_echo=$ac_try;;
18679 esac
18680 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18681 $as_echo "$ac_try_echo") >&5
18682   (eval "$ac_link") 2>conftest.er1
18683   ac_status=$?
18684   grep -v '^ *+' conftest.er1 >conftest.err
18685   rm -f conftest.er1
18686   cat conftest.err >&5
18687   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18688   (exit $ac_status); } && {
18689          test -z "$ac_c_werror_flag" ||
18690          test ! -s conftest.err
18691        } && test -s conftest$ac_exeext && {
18692          test "$cross_compiling" = yes ||
18693          $as_test_x conftest$ac_exeext
18694        }; then
18695   ac_cv_search_gethostbyname=$ac_res
18696 else
18697   $as_echo "$as_me: failed program was:" >&5
18698 sed 's/^/| /' conftest.$ac_ext >&5
18699
18700
18701 fi
18702
18703 rm -rf conftest.dSYM
18704 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18705       conftest$ac_exeext
18706   if test "${ac_cv_search_gethostbyname+set}" = set; then
18707   break
18708 fi
18709 done
18710 if test "${ac_cv_search_gethostbyname+set}" = set; then
18711   :
18712 else
18713   ac_cv_search_gethostbyname=no
18714 fi
18715 rm conftest.$ac_ext
18716 LIBS=$ac_func_search_save_LIBS
18717 fi
18718 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18719 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18720 ac_res=$ac_cv_search_gethostbyname
18721 if test "$ac_res" != no; then
18722   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18723
18724 fi
18725
18726
18727 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18728 $as_echo_n "checking for library containing connect... " >&6; }
18729 if test "${ac_cv_search_connect+set}" = set; then
18730   $as_echo_n "(cached) " >&6
18731 else
18732   ac_func_search_save_LIBS=$LIBS
18733 cat >conftest.$ac_ext <<_ACEOF
18734 /* confdefs.h.  */
18735 _ACEOF
18736 cat confdefs.h >>conftest.$ac_ext
18737 cat >>conftest.$ac_ext <<_ACEOF
18738 /* end confdefs.h.  */
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 connect ();
18747 int
18748 main ()
18749 {
18750 return connect ();
18751   ;
18752   return 0;
18753 }
18754 _ACEOF
18755 for ac_lib in '' socket; do
18756   if test -z "$ac_lib"; then
18757     ac_res="none required"
18758   else
18759     ac_res=-l$ac_lib
18760     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18761   fi
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   ac_cv_search_connect=$ac_res
18784 else
18785   $as_echo "$as_me: failed program was:" >&5
18786 sed 's/^/| /' conftest.$ac_ext >&5
18787
18788
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
18794   if test "${ac_cv_search_connect+set}" = set; then
18795   break
18796 fi
18797 done
18798 if test "${ac_cv_search_connect+set}" = set; then
18799   :
18800 else
18801   ac_cv_search_connect=no
18802 fi
18803 rm conftest.$ac_ext
18804 LIBS=$ac_func_search_save_LIBS
18805 fi
18806 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18807 $as_echo "$ac_cv_search_connect" >&6; }
18808 ac_res=$ac_cv_search_connect
18809 if test "$ac_res" != no; then
18810   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18811
18812 fi
18813
18814
18815 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18816 $as_echo_n "checking for library containing inet_aton... " >&6; }
18817 if test "${ac_cv_search_inet_aton+set}" = set; then
18818   $as_echo_n "(cached) " >&6
18819 else
18820   ac_func_search_save_LIBS=$LIBS
18821 cat >conftest.$ac_ext <<_ACEOF
18822 /* confdefs.h.  */
18823 _ACEOF
18824 cat confdefs.h >>conftest.$ac_ext
18825 cat >>conftest.$ac_ext <<_ACEOF
18826 /* end confdefs.h.  */
18827
18828 /* Override any GCC internal prototype to avoid an error.
18829    Use char because int might match the return type of a GCC
18830    builtin and then its argument prototype would still apply.  */
18831 #ifdef __cplusplus
18832 extern "C"
18833 #endif
18834 char inet_aton ();
18835 int
18836 main ()
18837 {
18838 return inet_aton ();
18839   ;
18840   return 0;
18841 }
18842 _ACEOF
18843 for ac_lib in '' resolv; do
18844   if test -z "$ac_lib"; then
18845     ac_res="none required"
18846   else
18847     ac_res=-l$ac_lib
18848     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18849   fi
18850   rm -f conftest.$ac_objext conftest$ac_exeext
18851 if { (ac_try="$ac_link"
18852 case "(($ac_try" in
18853   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18854   *) ac_try_echo=$ac_try;;
18855 esac
18856 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18857 $as_echo "$ac_try_echo") >&5
18858   (eval "$ac_link") 2>conftest.er1
18859   ac_status=$?
18860   grep -v '^ *+' conftest.er1 >conftest.err
18861   rm -f conftest.er1
18862   cat conftest.err >&5
18863   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18864   (exit $ac_status); } && {
18865          test -z "$ac_c_werror_flag" ||
18866          test ! -s conftest.err
18867        } && test -s conftest$ac_exeext && {
18868          test "$cross_compiling" = yes ||
18869          $as_test_x conftest$ac_exeext
18870        }; then
18871   ac_cv_search_inet_aton=$ac_res
18872 else
18873   $as_echo "$as_me: failed program was:" >&5
18874 sed 's/^/| /' conftest.$ac_ext >&5
18875
18876
18877 fi
18878
18879 rm -rf conftest.dSYM
18880 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18881       conftest$ac_exeext
18882   if test "${ac_cv_search_inet_aton+set}" = set; then
18883   break
18884 fi
18885 done
18886 if test "${ac_cv_search_inet_aton+set}" = set; then
18887   :
18888 else
18889   ac_cv_search_inet_aton=no
18890 fi
18891 rm conftest.$ac_ext
18892 LIBS=$ac_func_search_save_LIBS
18893 fi
18894 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18895 $as_echo "$ac_cv_search_inet_aton" >&6; }
18896 ac_res=$ac_cv_search_inet_aton
18897 if test "$ac_res" != no; then
18898   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18899
18900 fi
18901
18902
18903
18904
18905
18906
18907
18908
18909
18910
18911 for ac_func in \
18912         getaddrinfo \
18913         getnameinfo \
18914         getnetbyname \
18915         getprotobyname \
18916         getprotobynumber \
18917         getservbyport \
18918         inet_network \
18919         sendmsg \
18920
18921 do
18922 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18923 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18924 $as_echo_n "checking for $ac_func... " >&6; }
18925 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18926   $as_echo_n "(cached) " >&6
18927 else
18928   cat >conftest.$ac_ext <<_ACEOF
18929 /* confdefs.h.  */
18930 _ACEOF
18931 cat confdefs.h >>conftest.$ac_ext
18932 cat >>conftest.$ac_ext <<_ACEOF
18933 /* end confdefs.h.  */
18934 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18935    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18936 #define $ac_func innocuous_$ac_func
18937
18938 /* System header to define __stub macros and hopefully few prototypes,
18939     which can conflict with char $ac_func (); below.
18940     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18941     <limits.h> exists even on freestanding compilers.  */
18942
18943 #ifdef __STDC__
18944 # include <limits.h>
18945 #else
18946 # include <assert.h>
18947 #endif
18948
18949 #undef $ac_func
18950
18951 /* Override any GCC internal prototype to avoid an error.
18952    Use char because int might match the return type of a GCC
18953    builtin and then its argument prototype would still apply.  */
18954 #ifdef __cplusplus
18955 extern "C"
18956 #endif
18957 char $ac_func ();
18958 /* The GNU C library defines this for functions which it implements
18959     to always fail with ENOSYS.  Some functions are actually named
18960     something starting with __ and the normal name is an alias.  */
18961 #if defined __stub_$ac_func || defined __stub___$ac_func
18962 choke me
18963 #endif
18964
18965 int
18966 main ()
18967 {
18968 return $ac_func ();
18969   ;
18970   return 0;
18971 }
18972 _ACEOF
18973 rm -f conftest.$ac_objext conftest$ac_exeext
18974 if { (ac_try="$ac_link"
18975 case "(($ac_try" in
18976   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18977   *) ac_try_echo=$ac_try;;
18978 esac
18979 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18980 $as_echo "$ac_try_echo") >&5
18981   (eval "$ac_link") 2>conftest.er1
18982   ac_status=$?
18983   grep -v '^ *+' conftest.er1 >conftest.err
18984   rm -f conftest.er1
18985   cat conftest.err >&5
18986   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18987   (exit $ac_status); } && {
18988          test -z "$ac_c_werror_flag" ||
18989          test ! -s conftest.err
18990        } && test -s conftest$ac_exeext && {
18991          test "$cross_compiling" = yes ||
18992          $as_test_x conftest$ac_exeext
18993        }; then
18994   eval "$as_ac_var=yes"
18995 else
18996   $as_echo "$as_me: failed program was:" >&5
18997 sed 's/^/| /' conftest.$ac_ext >&5
18998
18999         eval "$as_ac_var=no"
19000 fi
19001
19002 rm -rf conftest.dSYM
19003 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19004       conftest$ac_exeext conftest.$ac_ext
19005 fi
19006 ac_res=`eval 'as_val=${'$as_ac_var'}
19007                  $as_echo "$as_val"'`
19008                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19009 $as_echo "$ac_res" >&6; }
19010 as_val=`eval 'as_val=${'$as_ac_var'}
19011                  $as_echo "$as_val"'`
19012    if test "x$as_val" = x""yes; then
19013   cat >>confdefs.h <<_ACEOF
19014 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19015 _ACEOF
19016
19017 fi
19018 done
19019
19020
19021 LDAPLIBS=""
19022
19023 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
19024 then
19025     { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
19026 $as_echo_n "checking for LDAPSortKey... " >&6; }
19027 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
19028   $as_echo_n "(cached) " >&6
19029 else
19030   ac_cv_type_LDAPSortKey=no
19031 cat >conftest.$ac_ext <<_ACEOF
19032 /* confdefs.h.  */
19033 _ACEOF
19034 cat confdefs.h >>conftest.$ac_ext
19035 cat >>conftest.$ac_ext <<_ACEOF
19036 /* end confdefs.h.  */
19037 #include <ldap.h>
19038
19039 int
19040 main ()
19041 {
19042 if (sizeof (LDAPSortKey))
19043        return 0;
19044   ;
19045   return 0;
19046 }
19047 _ACEOF
19048 rm -f conftest.$ac_objext
19049 if { (ac_try="$ac_compile"
19050 case "(($ac_try" in
19051   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19052   *) ac_try_echo=$ac_try;;
19053 esac
19054 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19055 $as_echo "$ac_try_echo") >&5
19056   (eval "$ac_compile") 2>conftest.er1
19057   ac_status=$?
19058   grep -v '^ *+' conftest.er1 >conftest.err
19059   rm -f conftest.er1
19060   cat conftest.err >&5
19061   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19062   (exit $ac_status); } && {
19063          test -z "$ac_c_werror_flag" ||
19064          test ! -s conftest.err
19065        } && test -s conftest.$ac_objext; then
19066   cat >conftest.$ac_ext <<_ACEOF
19067 /* confdefs.h.  */
19068 _ACEOF
19069 cat confdefs.h >>conftest.$ac_ext
19070 cat >>conftest.$ac_ext <<_ACEOF
19071 /* end confdefs.h.  */
19072 #include <ldap.h>
19073
19074 int
19075 main ()
19076 {
19077 if (sizeof ((LDAPSortKey)))
19078           return 0;
19079   ;
19080   return 0;
19081 }
19082 _ACEOF
19083 rm -f conftest.$ac_objext
19084 if { (ac_try="$ac_compile"
19085 case "(($ac_try" in
19086   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19087   *) ac_try_echo=$ac_try;;
19088 esac
19089 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19090 $as_echo "$ac_try_echo") >&5
19091   (eval "$ac_compile") 2>conftest.er1
19092   ac_status=$?
19093   grep -v '^ *+' conftest.er1 >conftest.err
19094   rm -f conftest.er1
19095   cat conftest.err >&5
19096   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19097   (exit $ac_status); } && {
19098          test -z "$ac_c_werror_flag" ||
19099          test ! -s conftest.err
19100        } && test -s conftest.$ac_objext; then
19101   :
19102 else
19103   $as_echo "$as_me: failed program was:" >&5
19104 sed 's/^/| /' conftest.$ac_ext >&5
19105
19106         ac_cv_type_LDAPSortKey=yes
19107 fi
19108
19109 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19110 else
19111   $as_echo "$as_me: failed program was:" >&5
19112 sed 's/^/| /' conftest.$ac_ext >&5
19113
19114
19115 fi
19116
19117 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19118 fi
19119 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
19120 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
19121 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
19122   { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
19123 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
19124 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
19125   $as_echo_n "(cached) " >&6
19126 else
19127   ac_check_lib_save_LIBS=$LIBS
19128 LIBS="-lldap_r $LIBPTHREAD $LIBS"
19129 cat >conftest.$ac_ext <<_ACEOF
19130 /* confdefs.h.  */
19131 _ACEOF
19132 cat confdefs.h >>conftest.$ac_ext
19133 cat >>conftest.$ac_ext <<_ACEOF
19134 /* end confdefs.h.  */
19135
19136 /* Override any GCC internal prototype to avoid an error.
19137    Use char because int might match the return type of a GCC
19138    builtin and then its argument prototype would still apply.  */
19139 #ifdef __cplusplus
19140 extern "C"
19141 #endif
19142 char ldap_initialize ();
19143 int
19144 main ()
19145 {
19146 return ldap_initialize ();
19147   ;
19148   return 0;
19149 }
19150 _ACEOF
19151 rm -f conftest.$ac_objext conftest$ac_exeext
19152 if { (ac_try="$ac_link"
19153 case "(($ac_try" in
19154   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19155   *) ac_try_echo=$ac_try;;
19156 esac
19157 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19158 $as_echo "$ac_try_echo") >&5
19159   (eval "$ac_link") 2>conftest.er1
19160   ac_status=$?
19161   grep -v '^ *+' conftest.er1 >conftest.err
19162   rm -f conftest.er1
19163   cat conftest.err >&5
19164   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19165   (exit $ac_status); } && {
19166          test -z "$ac_c_werror_flag" ||
19167          test ! -s conftest.err
19168        } && test -s conftest$ac_exeext && {
19169          test "$cross_compiling" = yes ||
19170          $as_test_x conftest$ac_exeext
19171        }; then
19172   ac_cv_lib_ldap_r_ldap_initialize=yes
19173 else
19174   $as_echo "$as_me: failed program was:" >&5
19175 sed 's/^/| /' conftest.$ac_ext >&5
19176
19177         ac_cv_lib_ldap_r_ldap_initialize=no
19178 fi
19179
19180 rm -rf conftest.dSYM
19181 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19182       conftest$ac_exeext conftest.$ac_ext
19183 LIBS=$ac_check_lib_save_LIBS
19184 fi
19185 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
19186 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
19187 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
19188   { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
19189 $as_echo_n "checking for ber_init in -llber... " >&6; }
19190 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
19191   $as_echo_n "(cached) " >&6
19192 else
19193   ac_check_lib_save_LIBS=$LIBS
19194 LIBS="-llber $LIBPTHREAD $LIBS"
19195 cat >conftest.$ac_ext <<_ACEOF
19196 /* confdefs.h.  */
19197 _ACEOF
19198 cat confdefs.h >>conftest.$ac_ext
19199 cat >>conftest.$ac_ext <<_ACEOF
19200 /* end confdefs.h.  */
19201
19202 /* Override any GCC internal prototype to avoid an error.
19203    Use char because int might match the return type of a GCC
19204    builtin and then its argument prototype would still apply.  */
19205 #ifdef __cplusplus
19206 extern "C"
19207 #endif
19208 char ber_init ();
19209 int
19210 main ()
19211 {
19212 return ber_init ();
19213   ;
19214   return 0;
19215 }
19216 _ACEOF
19217 rm -f conftest.$ac_objext conftest$ac_exeext
19218 if { (ac_try="$ac_link"
19219 case "(($ac_try" in
19220   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19221   *) ac_try_echo=$ac_try;;
19222 esac
19223 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19224 $as_echo "$ac_try_echo") >&5
19225   (eval "$ac_link") 2>conftest.er1
19226   ac_status=$?
19227   grep -v '^ *+' conftest.er1 >conftest.err
19228   rm -f conftest.er1
19229   cat conftest.err >&5
19230   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19231   (exit $ac_status); } && {
19232          test -z "$ac_c_werror_flag" ||
19233          test ! -s conftest.err
19234        } && test -s conftest$ac_exeext && {
19235          test "$cross_compiling" = yes ||
19236          $as_test_x conftest$ac_exeext
19237        }; then
19238   ac_cv_lib_lber_ber_init=yes
19239 else
19240   $as_echo "$as_me: failed program was:" >&5
19241 sed 's/^/| /' conftest.$ac_ext >&5
19242
19243         ac_cv_lib_lber_ber_init=no
19244 fi
19245
19246 rm -rf conftest.dSYM
19247 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19248       conftest$ac_exeext conftest.$ac_ext
19249 LIBS=$ac_check_lib_save_LIBS
19250 fi
19251 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19252 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19253 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19254
19255 cat >>confdefs.h <<\_ACEOF
19256 #define HAVE_LDAP 1
19257 _ACEOF
19258
19259                  LDAPLIBS="-lldap_r -llber"
19260 fi
19261
19262 fi
19263
19264 fi
19265
19266     ac_wine_check_funcs_save_LIBS="$LIBS"
19267 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19268
19269
19270
19271
19272
19273
19274
19275
19276 for ac_func in \
19277         ldap_count_references \
19278         ldap_first_reference \
19279         ldap_next_reference \
19280         ldap_parse_reference \
19281         ldap_parse_sort_control \
19282         ldap_parse_sortresponse_control \
19283         ldap_parse_vlv_control \
19284         ldap_parse_vlvresponse_control
19285 do
19286 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19287 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19288 $as_echo_n "checking for $ac_func... " >&6; }
19289 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19290   $as_echo_n "(cached) " >&6
19291 else
19292   cat >conftest.$ac_ext <<_ACEOF
19293 /* confdefs.h.  */
19294 _ACEOF
19295 cat confdefs.h >>conftest.$ac_ext
19296 cat >>conftest.$ac_ext <<_ACEOF
19297 /* end confdefs.h.  */
19298 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19299    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
19300 #define $ac_func innocuous_$ac_func
19301
19302 /* System header to define __stub macros and hopefully few prototypes,
19303     which can conflict with char $ac_func (); below.
19304     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19305     <limits.h> exists even on freestanding compilers.  */
19306
19307 #ifdef __STDC__
19308 # include <limits.h>
19309 #else
19310 # include <assert.h>
19311 #endif
19312
19313 #undef $ac_func
19314
19315 /* Override any GCC internal prototype to avoid an error.
19316    Use char because int might match the return type of a GCC
19317    builtin and then its argument prototype would still apply.  */
19318 #ifdef __cplusplus
19319 extern "C"
19320 #endif
19321 char $ac_func ();
19322 /* The GNU C library defines this for functions which it implements
19323     to always fail with ENOSYS.  Some functions are actually named
19324     something starting with __ and the normal name is an alias.  */
19325 #if defined __stub_$ac_func || defined __stub___$ac_func
19326 choke me
19327 #endif
19328
19329 int
19330 main ()
19331 {
19332 return $ac_func ();
19333   ;
19334   return 0;
19335 }
19336 _ACEOF
19337 rm -f conftest.$ac_objext conftest$ac_exeext
19338 if { (ac_try="$ac_link"
19339 case "(($ac_try" in
19340   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19341   *) ac_try_echo=$ac_try;;
19342 esac
19343 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19344 $as_echo "$ac_try_echo") >&5
19345   (eval "$ac_link") 2>conftest.er1
19346   ac_status=$?
19347   grep -v '^ *+' conftest.er1 >conftest.err
19348   rm -f conftest.er1
19349   cat conftest.err >&5
19350   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19351   (exit $ac_status); } && {
19352          test -z "$ac_c_werror_flag" ||
19353          test ! -s conftest.err
19354        } && test -s conftest$ac_exeext && {
19355          test "$cross_compiling" = yes ||
19356          $as_test_x conftest$ac_exeext
19357        }; then
19358   eval "$as_ac_var=yes"
19359 else
19360   $as_echo "$as_me: failed program was:" >&5
19361 sed 's/^/| /' conftest.$ac_ext >&5
19362
19363         eval "$as_ac_var=no"
19364 fi
19365
19366 rm -rf conftest.dSYM
19367 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19368       conftest$ac_exeext conftest.$ac_ext
19369 fi
19370 ac_res=`eval 'as_val=${'$as_ac_var'}
19371                  $as_echo "$as_val"'`
19372                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19373 $as_echo "$ac_res" >&6; }
19374 as_val=`eval 'as_val=${'$as_ac_var'}
19375                  $as_echo "$as_val"'`
19376    if test "x$as_val" = x""yes; then
19377   cat >>confdefs.h <<_ACEOF
19378 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19379 _ACEOF
19380
19381 fi
19382 done
19383
19384 LIBS="$ac_wine_check_funcs_save_LIBS"
19385 fi
19386 if test "x$LDAPLIBS" = "x"; then
19387   case "x$with_ldap" in
19388   x)   wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19389   xno) ;;
19390   *)   { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19391 This is an error since --with-ldap was requested." >&5
19392 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19393 This is an error since --with-ldap was requested." >&2;}
19394    { (exit 1); exit 1; }; } ;;
19395 esac
19396 fi
19397
19398
19399 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19400 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19401 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19402   $as_echo_n "(cached) " >&6
19403 else
19404   cat >conftest.$ac_ext <<_ACEOF
19405 /* confdefs.h.  */
19406 _ACEOF
19407 cat confdefs.h >>conftest.$ac_ext
19408 cat >>conftest.$ac_ext <<_ACEOF
19409 /* end confdefs.h.  */
19410 #include <sys/stat.h>
19411 int
19412 main ()
19413 {
19414 mkdir("foo");
19415   ;
19416   return 0;
19417 }
19418 _ACEOF
19419 rm -f conftest.$ac_objext
19420 if { (ac_try="$ac_compile"
19421 case "(($ac_try" in
19422   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19423   *) ac_try_echo=$ac_try;;
19424 esac
19425 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19426 $as_echo "$ac_try_echo") >&5
19427   (eval "$ac_compile") 2>conftest.er1
19428   ac_status=$?
19429   grep -v '^ *+' conftest.er1 >conftest.err
19430   rm -f conftest.er1
19431   cat conftest.err >&5
19432   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19433   (exit $ac_status); } && {
19434          test -z "$ac_c_werror_flag" ||
19435          test ! -s conftest.err
19436        } && test -s conftest.$ac_objext; then
19437   wine_cv_one_arg_mkdir=yes
19438 else
19439   $as_echo "$as_me: failed program was:" >&5
19440 sed 's/^/| /' conftest.$ac_ext >&5
19441
19442         wine_cv_one_arg_mkdir=no
19443 fi
19444
19445 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19446 fi
19447 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19448 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19449 if test "$wine_cv_one_arg_mkdir" = "yes"
19450 then
19451
19452 cat >>confdefs.h <<\_ACEOF
19453 #define HAVE_ONE_ARG_MKDIR 1
19454 _ACEOF
19455
19456 fi
19457
19458
19459 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19460 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19461 if test "${ac_cv_c_const+set}" = set; then
19462   $as_echo_n "(cached) " >&6
19463 else
19464   cat >conftest.$ac_ext <<_ACEOF
19465 /* confdefs.h.  */
19466 _ACEOF
19467 cat confdefs.h >>conftest.$ac_ext
19468 cat >>conftest.$ac_ext <<_ACEOF
19469 /* end confdefs.h.  */
19470
19471 int
19472 main ()
19473 {
19474 /* FIXME: Include the comments suggested by Paul. */
19475 #ifndef __cplusplus
19476   /* Ultrix mips cc rejects this.  */
19477   typedef int charset[2];
19478   const charset cs;
19479   /* SunOS 4.1.1 cc rejects this.  */
19480   char const *const *pcpcc;
19481   char **ppc;
19482   /* NEC SVR4.0.2 mips cc rejects this.  */
19483   struct point {int x, y;};
19484   static struct point const zero = {0,0};
19485   /* AIX XL C 1.02.0.0 rejects this.
19486      It does not let you subtract one const X* pointer from another in
19487      an arm of an if-expression whose if-part is not a constant
19488      expression */
19489   const char *g = "string";
19490   pcpcc = &g + (g ? g-g : 0);
19491   /* HPUX 7.0 cc rejects these. */
19492   ++pcpcc;
19493   ppc = (char**) pcpcc;
19494   pcpcc = (char const *const *) ppc;
19495   { /* SCO 3.2v4 cc rejects this.  */
19496     char *t;
19497     char const *s = 0 ? (char *) 0 : (char const *) 0;
19498
19499     *t++ = 0;
19500     if (s) return 0;
19501   }
19502   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
19503     int x[] = {25, 17};
19504     const int *foo = &x[0];
19505     ++foo;
19506   }
19507   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19508     typedef const int *iptr;
19509     iptr p = 0;
19510     ++p;
19511   }
19512   { /* AIX XL C 1.02.0.0 rejects this saying
19513        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19514     struct s { int j; const int *ap[3]; };
19515     struct s *b; b->j = 5;
19516   }
19517   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19518     const int foo = 10;
19519     if (!foo) return 0;
19520   }
19521   return !cs[0] && !zero.x;
19522 #endif
19523
19524   ;
19525   return 0;
19526 }
19527 _ACEOF
19528 rm -f conftest.$ac_objext
19529 if { (ac_try="$ac_compile"
19530 case "(($ac_try" in
19531   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19532   *) ac_try_echo=$ac_try;;
19533 esac
19534 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19535 $as_echo "$ac_try_echo") >&5
19536   (eval "$ac_compile") 2>conftest.er1
19537   ac_status=$?
19538   grep -v '^ *+' conftest.er1 >conftest.err
19539   rm -f conftest.er1
19540   cat conftest.err >&5
19541   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19542   (exit $ac_status); } && {
19543          test -z "$ac_c_werror_flag" ||
19544          test ! -s conftest.err
19545        } && test -s conftest.$ac_objext; then
19546   ac_cv_c_const=yes
19547 else
19548   $as_echo "$as_me: failed program was:" >&5
19549 sed 's/^/| /' conftest.$ac_ext >&5
19550
19551         ac_cv_c_const=no
19552 fi
19553
19554 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19555 fi
19556 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19557 $as_echo "$ac_cv_c_const" >&6; }
19558 if test $ac_cv_c_const = no; then
19559
19560 cat >>confdefs.h <<\_ACEOF
19561 #define const /**/
19562 _ACEOF
19563
19564 fi
19565
19566 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19567 $as_echo_n "checking for inline... " >&6; }
19568 if test "${ac_cv_c_inline+set}" = set; then
19569   $as_echo_n "(cached) " >&6
19570 else
19571   ac_cv_c_inline=no
19572 for ac_kw in inline __inline__ __inline; do
19573   cat >conftest.$ac_ext <<_ACEOF
19574 /* confdefs.h.  */
19575 _ACEOF
19576 cat confdefs.h >>conftest.$ac_ext
19577 cat >>conftest.$ac_ext <<_ACEOF
19578 /* end confdefs.h.  */
19579 #ifndef __cplusplus
19580 typedef int foo_t;
19581 static $ac_kw foo_t static_foo () {return 0; }
19582 $ac_kw foo_t foo () {return 0; }
19583 #endif
19584
19585 _ACEOF
19586 rm -f conftest.$ac_objext
19587 if { (ac_try="$ac_compile"
19588 case "(($ac_try" in
19589   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19590   *) ac_try_echo=$ac_try;;
19591 esac
19592 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19593 $as_echo "$ac_try_echo") >&5
19594   (eval "$ac_compile") 2>conftest.er1
19595   ac_status=$?
19596   grep -v '^ *+' conftest.er1 >conftest.err
19597   rm -f conftest.er1
19598   cat conftest.err >&5
19599   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19600   (exit $ac_status); } && {
19601          test -z "$ac_c_werror_flag" ||
19602          test ! -s conftest.err
19603        } && test -s conftest.$ac_objext; then
19604   ac_cv_c_inline=$ac_kw
19605 else
19606   $as_echo "$as_me: failed program was:" >&5
19607 sed 's/^/| /' conftest.$ac_ext >&5
19608
19609
19610 fi
19611
19612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19613   test "$ac_cv_c_inline" != no && break
19614 done
19615
19616 fi
19617 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19618 $as_echo "$ac_cv_c_inline" >&6; }
19619
19620
19621 case $ac_cv_c_inline in
19622   inline | yes) ;;
19623   *)
19624     case $ac_cv_c_inline in
19625       no) ac_val=;;
19626       *) ac_val=$ac_cv_c_inline;;
19627     esac
19628     cat >>confdefs.h <<_ACEOF
19629 #ifndef __cplusplus
19630 #define inline $ac_val
19631 #endif
19632 _ACEOF
19633     ;;
19634 esac
19635
19636 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19637 $as_echo_n "checking for mode_t... " >&6; }
19638 if test "${ac_cv_type_mode_t+set}" = set; then
19639   $as_echo_n "(cached) " >&6
19640 else
19641   ac_cv_type_mode_t=no
19642 cat >conftest.$ac_ext <<_ACEOF
19643 /* confdefs.h.  */
19644 _ACEOF
19645 cat confdefs.h >>conftest.$ac_ext
19646 cat >>conftest.$ac_ext <<_ACEOF
19647 /* end confdefs.h.  */
19648 $ac_includes_default
19649 int
19650 main ()
19651 {
19652 if (sizeof (mode_t))
19653        return 0;
19654   ;
19655   return 0;
19656 }
19657 _ACEOF
19658 rm -f conftest.$ac_objext
19659 if { (ac_try="$ac_compile"
19660 case "(($ac_try" in
19661   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19662   *) ac_try_echo=$ac_try;;
19663 esac
19664 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19665 $as_echo "$ac_try_echo") >&5
19666   (eval "$ac_compile") 2>conftest.er1
19667   ac_status=$?
19668   grep -v '^ *+' conftest.er1 >conftest.err
19669   rm -f conftest.er1
19670   cat conftest.err >&5
19671   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19672   (exit $ac_status); } && {
19673          test -z "$ac_c_werror_flag" ||
19674          test ! -s conftest.err
19675        } && test -s conftest.$ac_objext; then
19676   cat >conftest.$ac_ext <<_ACEOF
19677 /* confdefs.h.  */
19678 _ACEOF
19679 cat confdefs.h >>conftest.$ac_ext
19680 cat >>conftest.$ac_ext <<_ACEOF
19681 /* end confdefs.h.  */
19682 $ac_includes_default
19683 int
19684 main ()
19685 {
19686 if (sizeof ((mode_t)))
19687           return 0;
19688   ;
19689   return 0;
19690 }
19691 _ACEOF
19692 rm -f conftest.$ac_objext
19693 if { (ac_try="$ac_compile"
19694 case "(($ac_try" in
19695   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19696   *) ac_try_echo=$ac_try;;
19697 esac
19698 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19699 $as_echo "$ac_try_echo") >&5
19700   (eval "$ac_compile") 2>conftest.er1
19701   ac_status=$?
19702   grep -v '^ *+' conftest.er1 >conftest.err
19703   rm -f conftest.er1
19704   cat conftest.err >&5
19705   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19706   (exit $ac_status); } && {
19707          test -z "$ac_c_werror_flag" ||
19708          test ! -s conftest.err
19709        } && test -s conftest.$ac_objext; then
19710   :
19711 else
19712   $as_echo "$as_me: failed program was:" >&5
19713 sed 's/^/| /' conftest.$ac_ext >&5
19714
19715         ac_cv_type_mode_t=yes
19716 fi
19717
19718 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19719 else
19720   $as_echo "$as_me: failed program was:" >&5
19721 sed 's/^/| /' conftest.$ac_ext >&5
19722
19723
19724 fi
19725
19726 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19727 fi
19728 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19729 $as_echo "$ac_cv_type_mode_t" >&6; }
19730 if test "x$ac_cv_type_mode_t" = x""yes; then
19731
19732 cat >>confdefs.h <<_ACEOF
19733 #define HAVE_MODE_T 1
19734 _ACEOF
19735
19736
19737 fi
19738 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19739 $as_echo_n "checking for off_t... " >&6; }
19740 if test "${ac_cv_type_off_t+set}" = set; then
19741   $as_echo_n "(cached) " >&6
19742 else
19743   ac_cv_type_off_t=no
19744 cat >conftest.$ac_ext <<_ACEOF
19745 /* confdefs.h.  */
19746 _ACEOF
19747 cat confdefs.h >>conftest.$ac_ext
19748 cat >>conftest.$ac_ext <<_ACEOF
19749 /* end confdefs.h.  */
19750 $ac_includes_default
19751 int
19752 main ()
19753 {
19754 if (sizeof (off_t))
19755        return 0;
19756   ;
19757   return 0;
19758 }
19759 _ACEOF
19760 rm -f conftest.$ac_objext
19761 if { (ac_try="$ac_compile"
19762 case "(($ac_try" in
19763   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19764   *) ac_try_echo=$ac_try;;
19765 esac
19766 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19767 $as_echo "$ac_try_echo") >&5
19768   (eval "$ac_compile") 2>conftest.er1
19769   ac_status=$?
19770   grep -v '^ *+' conftest.er1 >conftest.err
19771   rm -f conftest.er1
19772   cat conftest.err >&5
19773   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19774   (exit $ac_status); } && {
19775          test -z "$ac_c_werror_flag" ||
19776          test ! -s conftest.err
19777        } && test -s conftest.$ac_objext; then
19778   cat >conftest.$ac_ext <<_ACEOF
19779 /* confdefs.h.  */
19780 _ACEOF
19781 cat confdefs.h >>conftest.$ac_ext
19782 cat >>conftest.$ac_ext <<_ACEOF
19783 /* end confdefs.h.  */
19784 $ac_includes_default
19785 int
19786 main ()
19787 {
19788 if (sizeof ((off_t)))
19789           return 0;
19790   ;
19791   return 0;
19792 }
19793 _ACEOF
19794 rm -f conftest.$ac_objext
19795 if { (ac_try="$ac_compile"
19796 case "(($ac_try" in
19797   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19798   *) ac_try_echo=$ac_try;;
19799 esac
19800 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19801 $as_echo "$ac_try_echo") >&5
19802   (eval "$ac_compile") 2>conftest.er1
19803   ac_status=$?
19804   grep -v '^ *+' conftest.er1 >conftest.err
19805   rm -f conftest.er1
19806   cat conftest.err >&5
19807   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19808   (exit $ac_status); } && {
19809          test -z "$ac_c_werror_flag" ||
19810          test ! -s conftest.err
19811        } && test -s conftest.$ac_objext; then
19812   :
19813 else
19814   $as_echo "$as_me: failed program was:" >&5
19815 sed 's/^/| /' conftest.$ac_ext >&5
19816
19817         ac_cv_type_off_t=yes
19818 fi
19819
19820 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19821 else
19822   $as_echo "$as_me: failed program was:" >&5
19823 sed 's/^/| /' conftest.$ac_ext >&5
19824
19825
19826 fi
19827
19828 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19829 fi
19830 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19831 $as_echo "$ac_cv_type_off_t" >&6; }
19832 if test "x$ac_cv_type_off_t" = x""yes; then
19833
19834 cat >>confdefs.h <<_ACEOF
19835 #define HAVE_OFF_T 1
19836 _ACEOF
19837
19838
19839 fi
19840 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19841 $as_echo_n "checking for pid_t... " >&6; }
19842 if test "${ac_cv_type_pid_t+set}" = set; then
19843   $as_echo_n "(cached) " >&6
19844 else
19845   ac_cv_type_pid_t=no
19846 cat >conftest.$ac_ext <<_ACEOF
19847 /* confdefs.h.  */
19848 _ACEOF
19849 cat confdefs.h >>conftest.$ac_ext
19850 cat >>conftest.$ac_ext <<_ACEOF
19851 /* end confdefs.h.  */
19852 $ac_includes_default
19853 int
19854 main ()
19855 {
19856 if (sizeof (pid_t))
19857        return 0;
19858   ;
19859   return 0;
19860 }
19861 _ACEOF
19862 rm -f conftest.$ac_objext
19863 if { (ac_try="$ac_compile"
19864 case "(($ac_try" in
19865   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19866   *) ac_try_echo=$ac_try;;
19867 esac
19868 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19869 $as_echo "$ac_try_echo") >&5
19870   (eval "$ac_compile") 2>conftest.er1
19871   ac_status=$?
19872   grep -v '^ *+' conftest.er1 >conftest.err
19873   rm -f conftest.er1
19874   cat conftest.err >&5
19875   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19876   (exit $ac_status); } && {
19877          test -z "$ac_c_werror_flag" ||
19878          test ! -s conftest.err
19879        } && test -s conftest.$ac_objext; then
19880   cat >conftest.$ac_ext <<_ACEOF
19881 /* confdefs.h.  */
19882 _ACEOF
19883 cat confdefs.h >>conftest.$ac_ext
19884 cat >>conftest.$ac_ext <<_ACEOF
19885 /* end confdefs.h.  */
19886 $ac_includes_default
19887 int
19888 main ()
19889 {
19890 if (sizeof ((pid_t)))
19891           return 0;
19892   ;
19893   return 0;
19894 }
19895 _ACEOF
19896 rm -f conftest.$ac_objext
19897 if { (ac_try="$ac_compile"
19898 case "(($ac_try" in
19899   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19900   *) ac_try_echo=$ac_try;;
19901 esac
19902 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19903 $as_echo "$ac_try_echo") >&5
19904   (eval "$ac_compile") 2>conftest.er1
19905   ac_status=$?
19906   grep -v '^ *+' conftest.er1 >conftest.err
19907   rm -f conftest.er1
19908   cat conftest.err >&5
19909   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19910   (exit $ac_status); } && {
19911          test -z "$ac_c_werror_flag" ||
19912          test ! -s conftest.err
19913        } && test -s conftest.$ac_objext; then
19914   :
19915 else
19916   $as_echo "$as_me: failed program was:" >&5
19917 sed 's/^/| /' conftest.$ac_ext >&5
19918
19919         ac_cv_type_pid_t=yes
19920 fi
19921
19922 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19923 else
19924   $as_echo "$as_me: failed program was:" >&5
19925 sed 's/^/| /' conftest.$ac_ext >&5
19926
19927
19928 fi
19929
19930 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19931 fi
19932 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19933 $as_echo "$ac_cv_type_pid_t" >&6; }
19934 if test "x$ac_cv_type_pid_t" = x""yes; then
19935
19936 cat >>confdefs.h <<_ACEOF
19937 #define HAVE_PID_T 1
19938 _ACEOF
19939
19940
19941 fi
19942 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19943 $as_echo_n "checking for size_t... " >&6; }
19944 if test "${ac_cv_type_size_t+set}" = set; then
19945   $as_echo_n "(cached) " >&6
19946 else
19947   ac_cv_type_size_t=no
19948 cat >conftest.$ac_ext <<_ACEOF
19949 /* confdefs.h.  */
19950 _ACEOF
19951 cat confdefs.h >>conftest.$ac_ext
19952 cat >>conftest.$ac_ext <<_ACEOF
19953 /* end confdefs.h.  */
19954 $ac_includes_default
19955 int
19956 main ()
19957 {
19958 if (sizeof (size_t))
19959        return 0;
19960   ;
19961   return 0;
19962 }
19963 _ACEOF
19964 rm -f conftest.$ac_objext
19965 if { (ac_try="$ac_compile"
19966 case "(($ac_try" in
19967   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19968   *) ac_try_echo=$ac_try;;
19969 esac
19970 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19971 $as_echo "$ac_try_echo") >&5
19972   (eval "$ac_compile") 2>conftest.er1
19973   ac_status=$?
19974   grep -v '^ *+' conftest.er1 >conftest.err
19975   rm -f conftest.er1
19976   cat conftest.err >&5
19977   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19978   (exit $ac_status); } && {
19979          test -z "$ac_c_werror_flag" ||
19980          test ! -s conftest.err
19981        } && test -s conftest.$ac_objext; then
19982   cat >conftest.$ac_ext <<_ACEOF
19983 /* confdefs.h.  */
19984 _ACEOF
19985 cat confdefs.h >>conftest.$ac_ext
19986 cat >>conftest.$ac_ext <<_ACEOF
19987 /* end confdefs.h.  */
19988 $ac_includes_default
19989 int
19990 main ()
19991 {
19992 if (sizeof ((size_t)))
19993           return 0;
19994   ;
19995   return 0;
19996 }
19997 _ACEOF
19998 rm -f conftest.$ac_objext
19999 if { (ac_try="$ac_compile"
20000 case "(($ac_try" in
20001   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20002   *) ac_try_echo=$ac_try;;
20003 esac
20004 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20005 $as_echo "$ac_try_echo") >&5
20006   (eval "$ac_compile") 2>conftest.er1
20007   ac_status=$?
20008   grep -v '^ *+' conftest.er1 >conftest.err
20009   rm -f conftest.er1
20010   cat conftest.err >&5
20011   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20012   (exit $ac_status); } && {
20013          test -z "$ac_c_werror_flag" ||
20014          test ! -s conftest.err
20015        } && test -s conftest.$ac_objext; then
20016   :
20017 else
20018   $as_echo "$as_me: failed program was:" >&5
20019 sed 's/^/| /' conftest.$ac_ext >&5
20020
20021         ac_cv_type_size_t=yes
20022 fi
20023
20024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20025 else
20026   $as_echo "$as_me: failed program was:" >&5
20027 sed 's/^/| /' conftest.$ac_ext >&5
20028
20029
20030 fi
20031
20032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20033 fi
20034 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
20035 $as_echo "$ac_cv_type_size_t" >&6; }
20036 if test "x$ac_cv_type_size_t" = x""yes; then
20037
20038 cat >>confdefs.h <<_ACEOF
20039 #define HAVE_SIZE_T 1
20040 _ACEOF
20041
20042
20043 fi
20044 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
20045 $as_echo_n "checking for ssize_t... " >&6; }
20046 if test "${ac_cv_type_ssize_t+set}" = set; then
20047   $as_echo_n "(cached) " >&6
20048 else
20049   ac_cv_type_ssize_t=no
20050 cat >conftest.$ac_ext <<_ACEOF
20051 /* confdefs.h.  */
20052 _ACEOF
20053 cat confdefs.h >>conftest.$ac_ext
20054 cat >>conftest.$ac_ext <<_ACEOF
20055 /* end confdefs.h.  */
20056 $ac_includes_default
20057 int
20058 main ()
20059 {
20060 if (sizeof (ssize_t))
20061        return 0;
20062   ;
20063   return 0;
20064 }
20065 _ACEOF
20066 rm -f conftest.$ac_objext
20067 if { (ac_try="$ac_compile"
20068 case "(($ac_try" in
20069   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20070   *) ac_try_echo=$ac_try;;
20071 esac
20072 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20073 $as_echo "$ac_try_echo") >&5
20074   (eval "$ac_compile") 2>conftest.er1
20075   ac_status=$?
20076   grep -v '^ *+' conftest.er1 >conftest.err
20077   rm -f conftest.er1
20078   cat conftest.err >&5
20079   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20080   (exit $ac_status); } && {
20081          test -z "$ac_c_werror_flag" ||
20082          test ! -s conftest.err
20083        } && test -s conftest.$ac_objext; then
20084   cat >conftest.$ac_ext <<_ACEOF
20085 /* confdefs.h.  */
20086 _ACEOF
20087 cat confdefs.h >>conftest.$ac_ext
20088 cat >>conftest.$ac_ext <<_ACEOF
20089 /* end confdefs.h.  */
20090 $ac_includes_default
20091 int
20092 main ()
20093 {
20094 if (sizeof ((ssize_t)))
20095           return 0;
20096   ;
20097   return 0;
20098 }
20099 _ACEOF
20100 rm -f conftest.$ac_objext
20101 if { (ac_try="$ac_compile"
20102 case "(($ac_try" in
20103   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20104   *) ac_try_echo=$ac_try;;
20105 esac
20106 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20107 $as_echo "$ac_try_echo") >&5
20108   (eval "$ac_compile") 2>conftest.er1
20109   ac_status=$?
20110   grep -v '^ *+' conftest.er1 >conftest.err
20111   rm -f conftest.er1
20112   cat conftest.err >&5
20113   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20114   (exit $ac_status); } && {
20115          test -z "$ac_c_werror_flag" ||
20116          test ! -s conftest.err
20117        } && test -s conftest.$ac_objext; then
20118   :
20119 else
20120   $as_echo "$as_me: failed program was:" >&5
20121 sed 's/^/| /' conftest.$ac_ext >&5
20122
20123         ac_cv_type_ssize_t=yes
20124 fi
20125
20126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20127 else
20128   $as_echo "$as_me: failed program was:" >&5
20129 sed 's/^/| /' conftest.$ac_ext >&5
20130
20131
20132 fi
20133
20134 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20135 fi
20136 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
20137 $as_echo "$ac_cv_type_ssize_t" >&6; }
20138 if test "x$ac_cv_type_ssize_t" = x""yes; then
20139
20140 cat >>confdefs.h <<_ACEOF
20141 #define HAVE_SSIZE_T 1
20142 _ACEOF
20143
20144
20145 fi
20146 { $as_echo "$as_me:$LINENO: checking for long long" >&5
20147 $as_echo_n "checking for long long... " >&6; }
20148 if test "${ac_cv_type_long_long+set}" = set; then
20149   $as_echo_n "(cached) " >&6
20150 else
20151   ac_cv_type_long_long=no
20152 cat >conftest.$ac_ext <<_ACEOF
20153 /* confdefs.h.  */
20154 _ACEOF
20155 cat confdefs.h >>conftest.$ac_ext
20156 cat >>conftest.$ac_ext <<_ACEOF
20157 /* end confdefs.h.  */
20158 $ac_includes_default
20159 int
20160 main ()
20161 {
20162 if (sizeof (long long))
20163        return 0;
20164   ;
20165   return 0;
20166 }
20167 _ACEOF
20168 rm -f conftest.$ac_objext
20169 if { (ac_try="$ac_compile"
20170 case "(($ac_try" in
20171   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20172   *) ac_try_echo=$ac_try;;
20173 esac
20174 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20175 $as_echo "$ac_try_echo") >&5
20176   (eval "$ac_compile") 2>conftest.er1
20177   ac_status=$?
20178   grep -v '^ *+' conftest.er1 >conftest.err
20179   rm -f conftest.er1
20180   cat conftest.err >&5
20181   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20182   (exit $ac_status); } && {
20183          test -z "$ac_c_werror_flag" ||
20184          test ! -s conftest.err
20185        } && test -s conftest.$ac_objext; then
20186   cat >conftest.$ac_ext <<_ACEOF
20187 /* confdefs.h.  */
20188 _ACEOF
20189 cat confdefs.h >>conftest.$ac_ext
20190 cat >>conftest.$ac_ext <<_ACEOF
20191 /* end confdefs.h.  */
20192 $ac_includes_default
20193 int
20194 main ()
20195 {
20196 if (sizeof ((long long)))
20197           return 0;
20198   ;
20199   return 0;
20200 }
20201 _ACEOF
20202 rm -f conftest.$ac_objext
20203 if { (ac_try="$ac_compile"
20204 case "(($ac_try" in
20205   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20206   *) ac_try_echo=$ac_try;;
20207 esac
20208 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20209 $as_echo "$ac_try_echo") >&5
20210   (eval "$ac_compile") 2>conftest.er1
20211   ac_status=$?
20212   grep -v '^ *+' conftest.er1 >conftest.err
20213   rm -f conftest.er1
20214   cat conftest.err >&5
20215   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20216   (exit $ac_status); } && {
20217          test -z "$ac_c_werror_flag" ||
20218          test ! -s conftest.err
20219        } && test -s conftest.$ac_objext; then
20220   :
20221 else
20222   $as_echo "$as_me: failed program was:" >&5
20223 sed 's/^/| /' conftest.$ac_ext >&5
20224
20225         ac_cv_type_long_long=yes
20226 fi
20227
20228 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20229 else
20230   $as_echo "$as_me: failed program was:" >&5
20231 sed 's/^/| /' conftest.$ac_ext >&5
20232
20233
20234 fi
20235
20236 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20237 fi
20238 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20239 $as_echo "$ac_cv_type_long_long" >&6; }
20240 if test "x$ac_cv_type_long_long" = x""yes; then
20241
20242 cat >>confdefs.h <<_ACEOF
20243 #define HAVE_LONG_LONG 1
20244 _ACEOF
20245
20246
20247 fi
20248 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20249 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20250 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20251   $as_echo_n "(cached) " >&6
20252 else
20253   ac_cv_type_fsblkcnt_t=no
20254 cat >conftest.$ac_ext <<_ACEOF
20255 /* confdefs.h.  */
20256 _ACEOF
20257 cat confdefs.h >>conftest.$ac_ext
20258 cat >>conftest.$ac_ext <<_ACEOF
20259 /* end confdefs.h.  */
20260 $ac_includes_default
20261 int
20262 main ()
20263 {
20264 if (sizeof (fsblkcnt_t))
20265        return 0;
20266   ;
20267   return 0;
20268 }
20269 _ACEOF
20270 rm -f conftest.$ac_objext
20271 if { (ac_try="$ac_compile"
20272 case "(($ac_try" in
20273   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20274   *) ac_try_echo=$ac_try;;
20275 esac
20276 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20277 $as_echo "$ac_try_echo") >&5
20278   (eval "$ac_compile") 2>conftest.er1
20279   ac_status=$?
20280   grep -v '^ *+' conftest.er1 >conftest.err
20281   rm -f conftest.er1
20282   cat conftest.err >&5
20283   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20284   (exit $ac_status); } && {
20285          test -z "$ac_c_werror_flag" ||
20286          test ! -s conftest.err
20287        } && test -s conftest.$ac_objext; then
20288   cat >conftest.$ac_ext <<_ACEOF
20289 /* confdefs.h.  */
20290 _ACEOF
20291 cat confdefs.h >>conftest.$ac_ext
20292 cat >>conftest.$ac_ext <<_ACEOF
20293 /* end confdefs.h.  */
20294 $ac_includes_default
20295 int
20296 main ()
20297 {
20298 if (sizeof ((fsblkcnt_t)))
20299           return 0;
20300   ;
20301   return 0;
20302 }
20303 _ACEOF
20304 rm -f conftest.$ac_objext
20305 if { (ac_try="$ac_compile"
20306 case "(($ac_try" in
20307   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20308   *) ac_try_echo=$ac_try;;
20309 esac
20310 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20311 $as_echo "$ac_try_echo") >&5
20312   (eval "$ac_compile") 2>conftest.er1
20313   ac_status=$?
20314   grep -v '^ *+' conftest.er1 >conftest.err
20315   rm -f conftest.er1
20316   cat conftest.err >&5
20317   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20318   (exit $ac_status); } && {
20319          test -z "$ac_c_werror_flag" ||
20320          test ! -s conftest.err
20321        } && test -s conftest.$ac_objext; then
20322   :
20323 else
20324   $as_echo "$as_me: failed program was:" >&5
20325 sed 's/^/| /' conftest.$ac_ext >&5
20326
20327         ac_cv_type_fsblkcnt_t=yes
20328 fi
20329
20330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20331 else
20332   $as_echo "$as_me: failed program was:" >&5
20333 sed 's/^/| /' conftest.$ac_ext >&5
20334
20335
20336 fi
20337
20338 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20339 fi
20340 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20341 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20342 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20343
20344 cat >>confdefs.h <<_ACEOF
20345 #define HAVE_FSBLKCNT_T 1
20346 _ACEOF
20347
20348
20349 fi
20350 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20351 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20352 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20353   $as_echo_n "(cached) " >&6
20354 else
20355   ac_cv_type_fsfilcnt_t=no
20356 cat >conftest.$ac_ext <<_ACEOF
20357 /* confdefs.h.  */
20358 _ACEOF
20359 cat confdefs.h >>conftest.$ac_ext
20360 cat >>conftest.$ac_ext <<_ACEOF
20361 /* end confdefs.h.  */
20362 $ac_includes_default
20363 int
20364 main ()
20365 {
20366 if (sizeof (fsfilcnt_t))
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 $ac_includes_default
20397 int
20398 main ()
20399 {
20400 if (sizeof ((fsfilcnt_t)))
20401           return 0;
20402   ;
20403   return 0;
20404 }
20405 _ACEOF
20406 rm -f conftest.$ac_objext
20407 if { (ac_try="$ac_compile"
20408 case "(($ac_try" in
20409   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20410   *) ac_try_echo=$ac_try;;
20411 esac
20412 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20413 $as_echo "$ac_try_echo") >&5
20414   (eval "$ac_compile") 2>conftest.er1
20415   ac_status=$?
20416   grep -v '^ *+' conftest.er1 >conftest.err
20417   rm -f conftest.er1
20418   cat conftest.err >&5
20419   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20420   (exit $ac_status); } && {
20421          test -z "$ac_c_werror_flag" ||
20422          test ! -s conftest.err
20423        } && test -s conftest.$ac_objext; then
20424   :
20425 else
20426   $as_echo "$as_me: failed program was:" >&5
20427 sed 's/^/| /' conftest.$ac_ext >&5
20428
20429         ac_cv_type_fsfilcnt_t=yes
20430 fi
20431
20432 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20433 else
20434   $as_echo "$as_me: failed program was:" >&5
20435 sed 's/^/| /' conftest.$ac_ext >&5
20436
20437
20438 fi
20439
20440 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20441 fi
20442 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20443 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20444 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20445
20446 cat >>confdefs.h <<_ACEOF
20447 #define HAVE_FSFILCNT_T 1
20448 _ACEOF
20449
20450
20451 fi
20452
20453 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20454 $as_echo_n "checking for sigset_t... " >&6; }
20455 if test "${ac_cv_type_sigset_t+set}" = set; then
20456   $as_echo_n "(cached) " >&6
20457 else
20458   ac_cv_type_sigset_t=no
20459 cat >conftest.$ac_ext <<_ACEOF
20460 /* confdefs.h.  */
20461 _ACEOF
20462 cat confdefs.h >>conftest.$ac_ext
20463 cat >>conftest.$ac_ext <<_ACEOF
20464 /* end confdefs.h.  */
20465 #include <sys/types.h>
20466 #include <signal.h>
20467
20468 int
20469 main ()
20470 {
20471 if (sizeof (sigset_t))
20472        return 0;
20473   ;
20474   return 0;
20475 }
20476 _ACEOF
20477 rm -f conftest.$ac_objext
20478 if { (ac_try="$ac_compile"
20479 case "(($ac_try" in
20480   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20481   *) ac_try_echo=$ac_try;;
20482 esac
20483 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20484 $as_echo "$ac_try_echo") >&5
20485   (eval "$ac_compile") 2>conftest.er1
20486   ac_status=$?
20487   grep -v '^ *+' conftest.er1 >conftest.err
20488   rm -f conftest.er1
20489   cat conftest.err >&5
20490   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20491   (exit $ac_status); } && {
20492          test -z "$ac_c_werror_flag" ||
20493          test ! -s conftest.err
20494        } && test -s conftest.$ac_objext; then
20495   cat >conftest.$ac_ext <<_ACEOF
20496 /* confdefs.h.  */
20497 _ACEOF
20498 cat confdefs.h >>conftest.$ac_ext
20499 cat >>conftest.$ac_ext <<_ACEOF
20500 /* end confdefs.h.  */
20501 #include <sys/types.h>
20502 #include <signal.h>
20503
20504 int
20505 main ()
20506 {
20507 if (sizeof ((sigset_t)))
20508           return 0;
20509   ;
20510   return 0;
20511 }
20512 _ACEOF
20513 rm -f conftest.$ac_objext
20514 if { (ac_try="$ac_compile"
20515 case "(($ac_try" in
20516   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20517   *) ac_try_echo=$ac_try;;
20518 esac
20519 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20520 $as_echo "$ac_try_echo") >&5
20521   (eval "$ac_compile") 2>conftest.er1
20522   ac_status=$?
20523   grep -v '^ *+' conftest.er1 >conftest.err
20524   rm -f conftest.er1
20525   cat conftest.err >&5
20526   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20527   (exit $ac_status); } && {
20528          test -z "$ac_c_werror_flag" ||
20529          test ! -s conftest.err
20530        } && test -s conftest.$ac_objext; then
20531   :
20532 else
20533   $as_echo "$as_me: failed program was:" >&5
20534 sed 's/^/| /' conftest.$ac_ext >&5
20535
20536         ac_cv_type_sigset_t=yes
20537 fi
20538
20539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20540 else
20541   $as_echo "$as_me: failed program was:" >&5
20542 sed 's/^/| /' conftest.$ac_ext >&5
20543
20544
20545 fi
20546
20547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20548 fi
20549 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20550 $as_echo "$ac_cv_type_sigset_t" >&6; }
20551 if test "x$ac_cv_type_sigset_t" = x""yes; then
20552
20553 cat >>confdefs.h <<_ACEOF
20554 #define HAVE_SIGSET_T 1
20555 _ACEOF
20556
20557
20558 fi
20559
20560 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20561 $as_echo_n "checking for request_sense... " >&6; }
20562 if test "${ac_cv_type_request_sense+set}" = set; then
20563   $as_echo_n "(cached) " >&6
20564 else
20565   ac_cv_type_request_sense=no
20566 cat >conftest.$ac_ext <<_ACEOF
20567 /* confdefs.h.  */
20568 _ACEOF
20569 cat confdefs.h >>conftest.$ac_ext
20570 cat >>conftest.$ac_ext <<_ACEOF
20571 /* end confdefs.h.  */
20572 #include <linux/cdrom.h>
20573
20574 int
20575 main ()
20576 {
20577 if (sizeof (request_sense))
20578        return 0;
20579   ;
20580   return 0;
20581 }
20582 _ACEOF
20583 rm -f conftest.$ac_objext
20584 if { (ac_try="$ac_compile"
20585 case "(($ac_try" in
20586   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20587   *) ac_try_echo=$ac_try;;
20588 esac
20589 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20590 $as_echo "$ac_try_echo") >&5
20591   (eval "$ac_compile") 2>conftest.er1
20592   ac_status=$?
20593   grep -v '^ *+' conftest.er1 >conftest.err
20594   rm -f conftest.er1
20595   cat conftest.err >&5
20596   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20597   (exit $ac_status); } && {
20598          test -z "$ac_c_werror_flag" ||
20599          test ! -s conftest.err
20600        } && test -s conftest.$ac_objext; then
20601   cat >conftest.$ac_ext <<_ACEOF
20602 /* confdefs.h.  */
20603 _ACEOF
20604 cat confdefs.h >>conftest.$ac_ext
20605 cat >>conftest.$ac_ext <<_ACEOF
20606 /* end confdefs.h.  */
20607 #include <linux/cdrom.h>
20608
20609 int
20610 main ()
20611 {
20612 if (sizeof ((request_sense)))
20613           return 0;
20614   ;
20615   return 0;
20616 }
20617 _ACEOF
20618 rm -f conftest.$ac_objext
20619 if { (ac_try="$ac_compile"
20620 case "(($ac_try" in
20621   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20622   *) ac_try_echo=$ac_try;;
20623 esac
20624 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20625 $as_echo "$ac_try_echo") >&5
20626   (eval "$ac_compile") 2>conftest.er1
20627   ac_status=$?
20628   grep -v '^ *+' conftest.er1 >conftest.err
20629   rm -f conftest.er1
20630   cat conftest.err >&5
20631   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20632   (exit $ac_status); } && {
20633          test -z "$ac_c_werror_flag" ||
20634          test ! -s conftest.err
20635        } && test -s conftest.$ac_objext; then
20636   :
20637 else
20638   $as_echo "$as_me: failed program was:" >&5
20639 sed 's/^/| /' conftest.$ac_ext >&5
20640
20641         ac_cv_type_request_sense=yes
20642 fi
20643
20644 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20645 else
20646   $as_echo "$as_me: failed program was:" >&5
20647 sed 's/^/| /' conftest.$ac_ext >&5
20648
20649
20650 fi
20651
20652 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20653 fi
20654 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20655 $as_echo "$ac_cv_type_request_sense" >&6; }
20656 if test "x$ac_cv_type_request_sense" = x""yes; then
20657
20658 cat >>confdefs.h <<_ACEOF
20659 #define HAVE_REQUEST_SENSE 1
20660 _ACEOF
20661
20662
20663 fi
20664
20665
20666 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20667 $as_echo_n "checking for struct xinpgen... " >&6; }
20668 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20669   $as_echo_n "(cached) " >&6
20670 else
20671   ac_cv_type_struct_xinpgen=no
20672 cat >conftest.$ac_ext <<_ACEOF
20673 /* confdefs.h.  */
20674 _ACEOF
20675 cat confdefs.h >>conftest.$ac_ext
20676 cat >>conftest.$ac_ext <<_ACEOF
20677 /* end confdefs.h.  */
20678 #include <sys/types.h>
20679 #ifdef HAVE_SYS_SOCKET_H
20680 #include <sys/socket.h>
20681 #endif
20682 #ifdef HAVE_SYS_SOCKETVAR_H
20683 #include <sys/socketvar.h>
20684 #endif
20685 #ifdef HAVE_NET_ROUTE_H
20686 #include <net/route.h>
20687 #endif
20688 #ifdef HAVE_NETINET_IN_H
20689 #include <netinet/in.h>
20690 #endif
20691 #ifdef HAVE_NETINET_IN_SYSTM_H
20692 #include <netinet/in_systm.h>
20693 #endif
20694 #ifdef HAVE_NETINET_IP_H
20695 #include <netinet/ip.h>
20696 #endif
20697 #ifdef HAVE_NETINET_IN_PCB_H
20698 #include <netinet/in_pcb.h>
20699 #endif
20700
20701 int
20702 main ()
20703 {
20704 if (sizeof (struct xinpgen))
20705        return 0;
20706   ;
20707   return 0;
20708 }
20709 _ACEOF
20710 rm -f conftest.$ac_objext
20711 if { (ac_try="$ac_compile"
20712 case "(($ac_try" in
20713   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20714   *) ac_try_echo=$ac_try;;
20715 esac
20716 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20717 $as_echo "$ac_try_echo") >&5
20718   (eval "$ac_compile") 2>conftest.er1
20719   ac_status=$?
20720   grep -v '^ *+' conftest.er1 >conftest.err
20721   rm -f conftest.er1
20722   cat conftest.err >&5
20723   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20724   (exit $ac_status); } && {
20725          test -z "$ac_c_werror_flag" ||
20726          test ! -s conftest.err
20727        } && test -s conftest.$ac_objext; then
20728   cat >conftest.$ac_ext <<_ACEOF
20729 /* confdefs.h.  */
20730 _ACEOF
20731 cat confdefs.h >>conftest.$ac_ext
20732 cat >>conftest.$ac_ext <<_ACEOF
20733 /* end confdefs.h.  */
20734 #include <sys/types.h>
20735 #ifdef HAVE_SYS_SOCKET_H
20736 #include <sys/socket.h>
20737 #endif
20738 #ifdef HAVE_SYS_SOCKETVAR_H
20739 #include <sys/socketvar.h>
20740 #endif
20741 #ifdef HAVE_NET_ROUTE_H
20742 #include <net/route.h>
20743 #endif
20744 #ifdef HAVE_NETINET_IN_H
20745 #include <netinet/in.h>
20746 #endif
20747 #ifdef HAVE_NETINET_IN_SYSTM_H
20748 #include <netinet/in_systm.h>
20749 #endif
20750 #ifdef HAVE_NETINET_IP_H
20751 #include <netinet/ip.h>
20752 #endif
20753 #ifdef HAVE_NETINET_IN_PCB_H
20754 #include <netinet/in_pcb.h>
20755 #endif
20756
20757 int
20758 main ()
20759 {
20760 if (sizeof ((struct xinpgen)))
20761           return 0;
20762   ;
20763   return 0;
20764 }
20765 _ACEOF
20766 rm -f conftest.$ac_objext
20767 if { (ac_try="$ac_compile"
20768 case "(($ac_try" in
20769   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20770   *) ac_try_echo=$ac_try;;
20771 esac
20772 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20773 $as_echo "$ac_try_echo") >&5
20774   (eval "$ac_compile") 2>conftest.er1
20775   ac_status=$?
20776   grep -v '^ *+' conftest.er1 >conftest.err
20777   rm -f conftest.er1
20778   cat conftest.err >&5
20779   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20780   (exit $ac_status); } && {
20781          test -z "$ac_c_werror_flag" ||
20782          test ! -s conftest.err
20783        } && test -s conftest.$ac_objext; then
20784   :
20785 else
20786   $as_echo "$as_me: failed program was:" >&5
20787 sed 's/^/| /' conftest.$ac_ext >&5
20788
20789         ac_cv_type_struct_xinpgen=yes
20790 fi
20791
20792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20793 else
20794   $as_echo "$as_me: failed program was:" >&5
20795 sed 's/^/| /' conftest.$ac_ext >&5
20796
20797
20798 fi
20799
20800 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20801 fi
20802 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20803 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20804 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20805
20806 cat >>confdefs.h <<_ACEOF
20807 #define HAVE_STRUCT_XINPGEN 1
20808 _ACEOF
20809
20810
20811 fi
20812
20813
20814 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20815 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20816 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20817   $as_echo_n "(cached) " >&6
20818 else
20819   cat >conftest.$ac_ext <<_ACEOF
20820 /* confdefs.h.  */
20821 _ACEOF
20822 cat confdefs.h >>conftest.$ac_ext
20823 cat >>conftest.$ac_ext <<_ACEOF
20824 /* end confdefs.h.  */
20825 #ifdef HAVE_LINUX_INPUT_H
20826 #include <linux/input.h>
20827 #endif
20828
20829 int
20830 main ()
20831 {
20832 static struct ff_effect ac_aggr;
20833 if (ac_aggr.direction)
20834 return 0;
20835   ;
20836   return 0;
20837 }
20838 _ACEOF
20839 rm -f conftest.$ac_objext
20840 if { (ac_try="$ac_compile"
20841 case "(($ac_try" in
20842   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20843   *) ac_try_echo=$ac_try;;
20844 esac
20845 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20846 $as_echo "$ac_try_echo") >&5
20847   (eval "$ac_compile") 2>conftest.er1
20848   ac_status=$?
20849   grep -v '^ *+' conftest.er1 >conftest.err
20850   rm -f conftest.er1
20851   cat conftest.err >&5
20852   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20853   (exit $ac_status); } && {
20854          test -z "$ac_c_werror_flag" ||
20855          test ! -s conftest.err
20856        } && test -s conftest.$ac_objext; then
20857   ac_cv_member_struct_ff_effect_direction=yes
20858 else
20859   $as_echo "$as_me: failed program was:" >&5
20860 sed 's/^/| /' conftest.$ac_ext >&5
20861
20862         cat >conftest.$ac_ext <<_ACEOF
20863 /* confdefs.h.  */
20864 _ACEOF
20865 cat confdefs.h >>conftest.$ac_ext
20866 cat >>conftest.$ac_ext <<_ACEOF
20867 /* end confdefs.h.  */
20868 #ifdef HAVE_LINUX_INPUT_H
20869 #include <linux/input.h>
20870 #endif
20871
20872 int
20873 main ()
20874 {
20875 static struct ff_effect ac_aggr;
20876 if (sizeof ac_aggr.direction)
20877 return 0;
20878   ;
20879   return 0;
20880 }
20881 _ACEOF
20882 rm -f conftest.$ac_objext
20883 if { (ac_try="$ac_compile"
20884 case "(($ac_try" in
20885   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20886   *) ac_try_echo=$ac_try;;
20887 esac
20888 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20889 $as_echo "$ac_try_echo") >&5
20890   (eval "$ac_compile") 2>conftest.er1
20891   ac_status=$?
20892   grep -v '^ *+' conftest.er1 >conftest.err
20893   rm -f conftest.er1
20894   cat conftest.err >&5
20895   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20896   (exit $ac_status); } && {
20897          test -z "$ac_c_werror_flag" ||
20898          test ! -s conftest.err
20899        } && test -s conftest.$ac_objext; then
20900   ac_cv_member_struct_ff_effect_direction=yes
20901 else
20902   $as_echo "$as_me: failed program was:" >&5
20903 sed 's/^/| /' conftest.$ac_ext >&5
20904
20905         ac_cv_member_struct_ff_effect_direction=no
20906 fi
20907
20908 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20909 fi
20910
20911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20912 fi
20913 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20914 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20915 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20916
20917 cat >>confdefs.h <<_ACEOF
20918 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20919 _ACEOF
20920
20921
20922 fi
20923
20924
20925 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20926 $as_echo_n "checking for sigaddset... " >&6; }
20927 if test "${wine_cv_have_sigaddset+set}" = set; then
20928   $as_echo_n "(cached) " >&6
20929 else
20930   cat >conftest.$ac_ext <<_ACEOF
20931 /* confdefs.h.  */
20932 _ACEOF
20933 cat confdefs.h >>conftest.$ac_ext
20934 cat >>conftest.$ac_ext <<_ACEOF
20935 /* end confdefs.h.  */
20936 #include <signal.h>
20937 int
20938 main ()
20939 {
20940 sigset_t set; sigaddset(&set,SIGTERM);
20941   ;
20942   return 0;
20943 }
20944 _ACEOF
20945 rm -f conftest.$ac_objext conftest$ac_exeext
20946 if { (ac_try="$ac_link"
20947 case "(($ac_try" in
20948   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20949   *) ac_try_echo=$ac_try;;
20950 esac
20951 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20952 $as_echo "$ac_try_echo") >&5
20953   (eval "$ac_link") 2>conftest.er1
20954   ac_status=$?
20955   grep -v '^ *+' conftest.er1 >conftest.err
20956   rm -f conftest.er1
20957   cat conftest.err >&5
20958   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20959   (exit $ac_status); } && {
20960          test -z "$ac_c_werror_flag" ||
20961          test ! -s conftest.err
20962        } && test -s conftest$ac_exeext && {
20963          test "$cross_compiling" = yes ||
20964          $as_test_x conftest$ac_exeext
20965        }; then
20966   wine_cv_have_sigaddset=yes
20967 else
20968   $as_echo "$as_me: failed program was:" >&5
20969 sed 's/^/| /' conftest.$ac_ext >&5
20970
20971         wine_cv_have_sigaddset=no
20972 fi
20973
20974 rm -rf conftest.dSYM
20975 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20976       conftest$ac_exeext conftest.$ac_ext
20977 fi
20978 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20979 $as_echo "$wine_cv_have_sigaddset" >&6; }
20980 if test "$wine_cv_have_sigaddset" = "yes"
20981 then
20982
20983 cat >>confdefs.h <<\_ACEOF
20984 #define HAVE_SIGADDSET 1
20985 _ACEOF
20986
20987 fi
20988
20989
20990 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20991 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20992 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20993   $as_echo_n "(cached) " >&6
20994 else
20995   cat >conftest.$ac_ext <<_ACEOF
20996 /* confdefs.h.  */
20997 _ACEOF
20998 cat confdefs.h >>conftest.$ac_ext
20999 cat >>conftest.$ac_ext <<_ACEOF
21000 /* end confdefs.h.  */
21001 #include <netdb.h>
21002 int
21003 main ()
21004 {
21005
21006     char *name=0;
21007     struct hostent he;
21008     struct hostent *result;
21009     char *buf=0;
21010     int bufsize=0;
21011     int res,errnr;
21012     char *addr=0;
21013     int addrlen=0;
21014     int addrtype=0;
21015     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
21016     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
21017
21018   ;
21019   return 0;
21020 }
21021 _ACEOF
21022 rm -f conftest.$ac_objext conftest$ac_exeext
21023 if { (ac_try="$ac_link"
21024 case "(($ac_try" in
21025   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21026   *) ac_try_echo=$ac_try;;
21027 esac
21028 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21029 $as_echo "$ac_try_echo") >&5
21030   (eval "$ac_link") 2>conftest.er1
21031   ac_status=$?
21032   grep -v '^ *+' conftest.er1 >conftest.err
21033   rm -f conftest.er1
21034   cat conftest.err >&5
21035   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21036   (exit $ac_status); } && {
21037          test -z "$ac_c_werror_flag" ||
21038          test ! -s conftest.err
21039        } && test -s conftest$ac_exeext && {
21040          test "$cross_compiling" = yes ||
21041          $as_test_x conftest$ac_exeext
21042        }; then
21043   wine_cv_linux_gethostbyname_r_6=yes
21044 else
21045   $as_echo "$as_me: failed program was:" >&5
21046 sed 's/^/| /' conftest.$ac_ext >&5
21047
21048         wine_cv_linux_gethostbyname_r_6=no
21049
21050 fi
21051
21052 rm -rf conftest.dSYM
21053 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21054       conftest$ac_exeext conftest.$ac_ext
21055
21056 fi
21057 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
21058 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
21059    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
21060    then
21061
21062 cat >>confdefs.h <<\_ACEOF
21063 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
21064 _ACEOF
21065
21066    fi
21067
21068 if test "$ac_cv_header_linux_joystick_h" = "yes"
21069 then
21070    { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
21071 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
21072 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
21073   $as_echo_n "(cached) " >&6
21074 else
21075   cat >conftest.$ac_ext <<_ACEOF
21076 /* confdefs.h.  */
21077 _ACEOF
21078 cat confdefs.h >>conftest.$ac_ext
21079 cat >>conftest.$ac_ext <<_ACEOF
21080 /* end confdefs.h.  */
21081
21082         #include <sys/ioctl.h>
21083         #include <sys/types.h>
21084         #include <linux/joystick.h>
21085
21086         struct js_event blub;
21087         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
21088         #error "no 2.2 header"
21089         #endif
21090
21091 int
21092 main ()
21093 {
21094 /*empty*/
21095   ;
21096   return 0;
21097 }
21098 _ACEOF
21099 rm -f conftest.$ac_objext
21100 if { (ac_try="$ac_compile"
21101 case "(($ac_try" in
21102   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21103   *) ac_try_echo=$ac_try;;
21104 esac
21105 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21106 $as_echo "$ac_try_echo") >&5
21107   (eval "$ac_compile") 2>conftest.er1
21108   ac_status=$?
21109   grep -v '^ *+' conftest.er1 >conftest.err
21110   rm -f conftest.er1
21111   cat conftest.err >&5
21112   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21113   (exit $ac_status); } && {
21114          test -z "$ac_c_werror_flag" ||
21115          test ! -s conftest.err
21116        } && test -s conftest.$ac_objext; then
21117   wine_cv_linux_joystick_22_api=yes
21118 else
21119   $as_echo "$as_me: failed program was:" >&5
21120 sed 's/^/| /' conftest.$ac_ext >&5
21121
21122         wine_cv_linux_joystick_22_api=no
21123 fi
21124
21125 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21126
21127 fi
21128 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
21129 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
21130    if test "$wine_cv_linux_joystick_22_api" = "yes"
21131    then
21132
21133 cat >>confdefs.h <<\_ACEOF
21134 #define HAVE_LINUX_22_JOYSTICK_API 1
21135 _ACEOF
21136
21137    fi
21138 fi
21139
21140
21141 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
21142 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
21143 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
21144   $as_echo_n "(cached) " >&6
21145 else
21146   cat >conftest.$ac_ext <<_ACEOF
21147 /* confdefs.h.  */
21148 _ACEOF
21149 cat confdefs.h >>conftest.$ac_ext
21150 cat >>conftest.$ac_ext <<_ACEOF
21151 /* end confdefs.h.  */
21152 #include <sys/types.h>
21153 #ifdef HAVE_SYS_PARAM_H
21154 # include <sys/param.h>
21155 #endif
21156 #ifdef HAVE_SYS_MOUNT_H
21157 # include <sys/mount.h>
21158 #endif
21159 #ifdef HAVE_SYS_VFS_H
21160 # include <sys/vfs.h>
21161 #endif
21162 #ifdef HAVE_SYS_STATFS_H
21163 # include <sys/statfs.h>
21164 #endif
21165
21166 int
21167 main ()
21168 {
21169 static struct statfs ac_aggr;
21170 if (ac_aggr.f_bfree)
21171 return 0;
21172   ;
21173   return 0;
21174 }
21175 _ACEOF
21176 rm -f conftest.$ac_objext
21177 if { (ac_try="$ac_compile"
21178 case "(($ac_try" in
21179   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21180   *) ac_try_echo=$ac_try;;
21181 esac
21182 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21183 $as_echo "$ac_try_echo") >&5
21184   (eval "$ac_compile") 2>conftest.er1
21185   ac_status=$?
21186   grep -v '^ *+' conftest.er1 >conftest.err
21187   rm -f conftest.er1
21188   cat conftest.err >&5
21189   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21190   (exit $ac_status); } && {
21191          test -z "$ac_c_werror_flag" ||
21192          test ! -s conftest.err
21193        } && test -s conftest.$ac_objext; then
21194   ac_cv_member_struct_statfs_f_bfree=yes
21195 else
21196   $as_echo "$as_me: failed program was:" >&5
21197 sed 's/^/| /' conftest.$ac_ext >&5
21198
21199         cat >conftest.$ac_ext <<_ACEOF
21200 /* confdefs.h.  */
21201 _ACEOF
21202 cat confdefs.h >>conftest.$ac_ext
21203 cat >>conftest.$ac_ext <<_ACEOF
21204 /* end confdefs.h.  */
21205 #include <sys/types.h>
21206 #ifdef HAVE_SYS_PARAM_H
21207 # include <sys/param.h>
21208 #endif
21209 #ifdef HAVE_SYS_MOUNT_H
21210 # include <sys/mount.h>
21211 #endif
21212 #ifdef HAVE_SYS_VFS_H
21213 # include <sys/vfs.h>
21214 #endif
21215 #ifdef HAVE_SYS_STATFS_H
21216 # include <sys/statfs.h>
21217 #endif
21218
21219 int
21220 main ()
21221 {
21222 static struct statfs ac_aggr;
21223 if (sizeof ac_aggr.f_bfree)
21224 return 0;
21225   ;
21226   return 0;
21227 }
21228 _ACEOF
21229 rm -f conftest.$ac_objext
21230 if { (ac_try="$ac_compile"
21231 case "(($ac_try" in
21232   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21233   *) ac_try_echo=$ac_try;;
21234 esac
21235 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21236 $as_echo "$ac_try_echo") >&5
21237   (eval "$ac_compile") 2>conftest.er1
21238   ac_status=$?
21239   grep -v '^ *+' conftest.er1 >conftest.err
21240   rm -f conftest.er1
21241   cat conftest.err >&5
21242   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21243   (exit $ac_status); } && {
21244          test -z "$ac_c_werror_flag" ||
21245          test ! -s conftest.err
21246        } && test -s conftest.$ac_objext; then
21247   ac_cv_member_struct_statfs_f_bfree=yes
21248 else
21249   $as_echo "$as_me: failed program was:" >&5
21250 sed 's/^/| /' conftest.$ac_ext >&5
21251
21252         ac_cv_member_struct_statfs_f_bfree=no
21253 fi
21254
21255 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21256 fi
21257
21258 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21259 fi
21260 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21261 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21262 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21263
21264 cat >>confdefs.h <<_ACEOF
21265 #define HAVE_STRUCT_STATFS_F_BFREE 1
21266 _ACEOF
21267
21268
21269 fi
21270 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21271 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21272 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21273   $as_echo_n "(cached) " >&6
21274 else
21275   cat >conftest.$ac_ext <<_ACEOF
21276 /* confdefs.h.  */
21277 _ACEOF
21278 cat confdefs.h >>conftest.$ac_ext
21279 cat >>conftest.$ac_ext <<_ACEOF
21280 /* end confdefs.h.  */
21281 #include <sys/types.h>
21282 #ifdef HAVE_SYS_PARAM_H
21283 # include <sys/param.h>
21284 #endif
21285 #ifdef HAVE_SYS_MOUNT_H
21286 # include <sys/mount.h>
21287 #endif
21288 #ifdef HAVE_SYS_VFS_H
21289 # include <sys/vfs.h>
21290 #endif
21291 #ifdef HAVE_SYS_STATFS_H
21292 # include <sys/statfs.h>
21293 #endif
21294
21295 int
21296 main ()
21297 {
21298 static struct statfs ac_aggr;
21299 if (ac_aggr.f_bavail)
21300 return 0;
21301   ;
21302   return 0;
21303 }
21304 _ACEOF
21305 rm -f conftest.$ac_objext
21306 if { (ac_try="$ac_compile"
21307 case "(($ac_try" in
21308   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21309   *) ac_try_echo=$ac_try;;
21310 esac
21311 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21312 $as_echo "$ac_try_echo") >&5
21313   (eval "$ac_compile") 2>conftest.er1
21314   ac_status=$?
21315   grep -v '^ *+' conftest.er1 >conftest.err
21316   rm -f conftest.er1
21317   cat conftest.err >&5
21318   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21319   (exit $ac_status); } && {
21320          test -z "$ac_c_werror_flag" ||
21321          test ! -s conftest.err
21322        } && test -s conftest.$ac_objext; then
21323   ac_cv_member_struct_statfs_f_bavail=yes
21324 else
21325   $as_echo "$as_me: failed program was:" >&5
21326 sed 's/^/| /' conftest.$ac_ext >&5
21327
21328         cat >conftest.$ac_ext <<_ACEOF
21329 /* confdefs.h.  */
21330 _ACEOF
21331 cat confdefs.h >>conftest.$ac_ext
21332 cat >>conftest.$ac_ext <<_ACEOF
21333 /* end confdefs.h.  */
21334 #include <sys/types.h>
21335 #ifdef HAVE_SYS_PARAM_H
21336 # include <sys/param.h>
21337 #endif
21338 #ifdef HAVE_SYS_MOUNT_H
21339 # include <sys/mount.h>
21340 #endif
21341 #ifdef HAVE_SYS_VFS_H
21342 # include <sys/vfs.h>
21343 #endif
21344 #ifdef HAVE_SYS_STATFS_H
21345 # include <sys/statfs.h>
21346 #endif
21347
21348 int
21349 main ()
21350 {
21351 static struct statfs ac_aggr;
21352 if (sizeof ac_aggr.f_bavail)
21353 return 0;
21354   ;
21355   return 0;
21356 }
21357 _ACEOF
21358 rm -f conftest.$ac_objext
21359 if { (ac_try="$ac_compile"
21360 case "(($ac_try" in
21361   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21362   *) ac_try_echo=$ac_try;;
21363 esac
21364 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21365 $as_echo "$ac_try_echo") >&5
21366   (eval "$ac_compile") 2>conftest.er1
21367   ac_status=$?
21368   grep -v '^ *+' conftest.er1 >conftest.err
21369   rm -f conftest.er1
21370   cat conftest.err >&5
21371   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21372   (exit $ac_status); } && {
21373          test -z "$ac_c_werror_flag" ||
21374          test ! -s conftest.err
21375        } && test -s conftest.$ac_objext; then
21376   ac_cv_member_struct_statfs_f_bavail=yes
21377 else
21378   $as_echo "$as_me: failed program was:" >&5
21379 sed 's/^/| /' conftest.$ac_ext >&5
21380
21381         ac_cv_member_struct_statfs_f_bavail=no
21382 fi
21383
21384 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21385 fi
21386
21387 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21388 fi
21389 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21390 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21391 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21392
21393 cat >>confdefs.h <<_ACEOF
21394 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21395 _ACEOF
21396
21397
21398 fi
21399 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21400 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21401 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21402   $as_echo_n "(cached) " >&6
21403 else
21404   cat >conftest.$ac_ext <<_ACEOF
21405 /* confdefs.h.  */
21406 _ACEOF
21407 cat confdefs.h >>conftest.$ac_ext
21408 cat >>conftest.$ac_ext <<_ACEOF
21409 /* end confdefs.h.  */
21410 #include <sys/types.h>
21411 #ifdef HAVE_SYS_PARAM_H
21412 # include <sys/param.h>
21413 #endif
21414 #ifdef HAVE_SYS_MOUNT_H
21415 # include <sys/mount.h>
21416 #endif
21417 #ifdef HAVE_SYS_VFS_H
21418 # include <sys/vfs.h>
21419 #endif
21420 #ifdef HAVE_SYS_STATFS_H
21421 # include <sys/statfs.h>
21422 #endif
21423
21424 int
21425 main ()
21426 {
21427 static struct statfs ac_aggr;
21428 if (ac_aggr.f_frsize)
21429 return 0;
21430   ;
21431   return 0;
21432 }
21433 _ACEOF
21434 rm -f conftest.$ac_objext
21435 if { (ac_try="$ac_compile"
21436 case "(($ac_try" in
21437   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21438   *) ac_try_echo=$ac_try;;
21439 esac
21440 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21441 $as_echo "$ac_try_echo") >&5
21442   (eval "$ac_compile") 2>conftest.er1
21443   ac_status=$?
21444   grep -v '^ *+' conftest.er1 >conftest.err
21445   rm -f conftest.er1
21446   cat conftest.err >&5
21447   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21448   (exit $ac_status); } && {
21449          test -z "$ac_c_werror_flag" ||
21450          test ! -s conftest.err
21451        } && test -s conftest.$ac_objext; then
21452   ac_cv_member_struct_statfs_f_frsize=yes
21453 else
21454   $as_echo "$as_me: failed program was:" >&5
21455 sed 's/^/| /' conftest.$ac_ext >&5
21456
21457         cat >conftest.$ac_ext <<_ACEOF
21458 /* confdefs.h.  */
21459 _ACEOF
21460 cat confdefs.h >>conftest.$ac_ext
21461 cat >>conftest.$ac_ext <<_ACEOF
21462 /* end confdefs.h.  */
21463 #include <sys/types.h>
21464 #ifdef HAVE_SYS_PARAM_H
21465 # include <sys/param.h>
21466 #endif
21467 #ifdef HAVE_SYS_MOUNT_H
21468 # include <sys/mount.h>
21469 #endif
21470 #ifdef HAVE_SYS_VFS_H
21471 # include <sys/vfs.h>
21472 #endif
21473 #ifdef HAVE_SYS_STATFS_H
21474 # include <sys/statfs.h>
21475 #endif
21476
21477 int
21478 main ()
21479 {
21480 static struct statfs ac_aggr;
21481 if (sizeof ac_aggr.f_frsize)
21482 return 0;
21483   ;
21484   return 0;
21485 }
21486 _ACEOF
21487 rm -f conftest.$ac_objext
21488 if { (ac_try="$ac_compile"
21489 case "(($ac_try" in
21490   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21491   *) ac_try_echo=$ac_try;;
21492 esac
21493 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21494 $as_echo "$ac_try_echo") >&5
21495   (eval "$ac_compile") 2>conftest.er1
21496   ac_status=$?
21497   grep -v '^ *+' conftest.er1 >conftest.err
21498   rm -f conftest.er1
21499   cat conftest.err >&5
21500   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21501   (exit $ac_status); } && {
21502          test -z "$ac_c_werror_flag" ||
21503          test ! -s conftest.err
21504        } && test -s conftest.$ac_objext; then
21505   ac_cv_member_struct_statfs_f_frsize=yes
21506 else
21507   $as_echo "$as_me: failed program was:" >&5
21508 sed 's/^/| /' conftest.$ac_ext >&5
21509
21510         ac_cv_member_struct_statfs_f_frsize=no
21511 fi
21512
21513 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21514 fi
21515
21516 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21517 fi
21518 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21519 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21520 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21521
21522 cat >>confdefs.h <<_ACEOF
21523 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21524 _ACEOF
21525
21526
21527 fi
21528 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21529 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21530 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21531   $as_echo_n "(cached) " >&6
21532 else
21533   cat >conftest.$ac_ext <<_ACEOF
21534 /* confdefs.h.  */
21535 _ACEOF
21536 cat confdefs.h >>conftest.$ac_ext
21537 cat >>conftest.$ac_ext <<_ACEOF
21538 /* end confdefs.h.  */
21539 #include <sys/types.h>
21540 #ifdef HAVE_SYS_PARAM_H
21541 # include <sys/param.h>
21542 #endif
21543 #ifdef HAVE_SYS_MOUNT_H
21544 # include <sys/mount.h>
21545 #endif
21546 #ifdef HAVE_SYS_VFS_H
21547 # include <sys/vfs.h>
21548 #endif
21549 #ifdef HAVE_SYS_STATFS_H
21550 # include <sys/statfs.h>
21551 #endif
21552
21553 int
21554 main ()
21555 {
21556 static struct statfs ac_aggr;
21557 if (ac_aggr.f_ffree)
21558 return 0;
21559   ;
21560   return 0;
21561 }
21562 _ACEOF
21563 rm -f conftest.$ac_objext
21564 if { (ac_try="$ac_compile"
21565 case "(($ac_try" in
21566   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21567   *) ac_try_echo=$ac_try;;
21568 esac
21569 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21570 $as_echo "$ac_try_echo") >&5
21571   (eval "$ac_compile") 2>conftest.er1
21572   ac_status=$?
21573   grep -v '^ *+' conftest.er1 >conftest.err
21574   rm -f conftest.er1
21575   cat conftest.err >&5
21576   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21577   (exit $ac_status); } && {
21578          test -z "$ac_c_werror_flag" ||
21579          test ! -s conftest.err
21580        } && test -s conftest.$ac_objext; then
21581   ac_cv_member_struct_statfs_f_ffree=yes
21582 else
21583   $as_echo "$as_me: failed program was:" >&5
21584 sed 's/^/| /' conftest.$ac_ext >&5
21585
21586         cat >conftest.$ac_ext <<_ACEOF
21587 /* confdefs.h.  */
21588 _ACEOF
21589 cat confdefs.h >>conftest.$ac_ext
21590 cat >>conftest.$ac_ext <<_ACEOF
21591 /* end confdefs.h.  */
21592 #include <sys/types.h>
21593 #ifdef HAVE_SYS_PARAM_H
21594 # include <sys/param.h>
21595 #endif
21596 #ifdef HAVE_SYS_MOUNT_H
21597 # include <sys/mount.h>
21598 #endif
21599 #ifdef HAVE_SYS_VFS_H
21600 # include <sys/vfs.h>
21601 #endif
21602 #ifdef HAVE_SYS_STATFS_H
21603 # include <sys/statfs.h>
21604 #endif
21605
21606 int
21607 main ()
21608 {
21609 static struct statfs ac_aggr;
21610 if (sizeof ac_aggr.f_ffree)
21611 return 0;
21612   ;
21613   return 0;
21614 }
21615 _ACEOF
21616 rm -f conftest.$ac_objext
21617 if { (ac_try="$ac_compile"
21618 case "(($ac_try" in
21619   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21620   *) ac_try_echo=$ac_try;;
21621 esac
21622 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21623 $as_echo "$ac_try_echo") >&5
21624   (eval "$ac_compile") 2>conftest.er1
21625   ac_status=$?
21626   grep -v '^ *+' conftest.er1 >conftest.err
21627   rm -f conftest.er1
21628   cat conftest.err >&5
21629   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21630   (exit $ac_status); } && {
21631          test -z "$ac_c_werror_flag" ||
21632          test ! -s conftest.err
21633        } && test -s conftest.$ac_objext; then
21634   ac_cv_member_struct_statfs_f_ffree=yes
21635 else
21636   $as_echo "$as_me: failed program was:" >&5
21637 sed 's/^/| /' conftest.$ac_ext >&5
21638
21639         ac_cv_member_struct_statfs_f_ffree=no
21640 fi
21641
21642 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21643 fi
21644
21645 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21646 fi
21647 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21648 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21649 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21650
21651 cat >>confdefs.h <<_ACEOF
21652 #define HAVE_STRUCT_STATFS_F_FFREE 1
21653 _ACEOF
21654
21655
21656 fi
21657 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21658 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21659 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21660   $as_echo_n "(cached) " >&6
21661 else
21662   cat >conftest.$ac_ext <<_ACEOF
21663 /* confdefs.h.  */
21664 _ACEOF
21665 cat confdefs.h >>conftest.$ac_ext
21666 cat >>conftest.$ac_ext <<_ACEOF
21667 /* end confdefs.h.  */
21668 #include <sys/types.h>
21669 #ifdef HAVE_SYS_PARAM_H
21670 # include <sys/param.h>
21671 #endif
21672 #ifdef HAVE_SYS_MOUNT_H
21673 # include <sys/mount.h>
21674 #endif
21675 #ifdef HAVE_SYS_VFS_H
21676 # include <sys/vfs.h>
21677 #endif
21678 #ifdef HAVE_SYS_STATFS_H
21679 # include <sys/statfs.h>
21680 #endif
21681
21682 int
21683 main ()
21684 {
21685 static struct statfs ac_aggr;
21686 if (ac_aggr.f_favail)
21687 return 0;
21688   ;
21689   return 0;
21690 }
21691 _ACEOF
21692 rm -f conftest.$ac_objext
21693 if { (ac_try="$ac_compile"
21694 case "(($ac_try" in
21695   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21696   *) ac_try_echo=$ac_try;;
21697 esac
21698 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21699 $as_echo "$ac_try_echo") >&5
21700   (eval "$ac_compile") 2>conftest.er1
21701   ac_status=$?
21702   grep -v '^ *+' conftest.er1 >conftest.err
21703   rm -f conftest.er1
21704   cat conftest.err >&5
21705   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21706   (exit $ac_status); } && {
21707          test -z "$ac_c_werror_flag" ||
21708          test ! -s conftest.err
21709        } && test -s conftest.$ac_objext; then
21710   ac_cv_member_struct_statfs_f_favail=yes
21711 else
21712   $as_echo "$as_me: failed program was:" >&5
21713 sed 's/^/| /' conftest.$ac_ext >&5
21714
21715         cat >conftest.$ac_ext <<_ACEOF
21716 /* confdefs.h.  */
21717 _ACEOF
21718 cat confdefs.h >>conftest.$ac_ext
21719 cat >>conftest.$ac_ext <<_ACEOF
21720 /* end confdefs.h.  */
21721 #include <sys/types.h>
21722 #ifdef HAVE_SYS_PARAM_H
21723 # include <sys/param.h>
21724 #endif
21725 #ifdef HAVE_SYS_MOUNT_H
21726 # include <sys/mount.h>
21727 #endif
21728 #ifdef HAVE_SYS_VFS_H
21729 # include <sys/vfs.h>
21730 #endif
21731 #ifdef HAVE_SYS_STATFS_H
21732 # include <sys/statfs.h>
21733 #endif
21734
21735 int
21736 main ()
21737 {
21738 static struct statfs ac_aggr;
21739 if (sizeof ac_aggr.f_favail)
21740 return 0;
21741   ;
21742   return 0;
21743 }
21744 _ACEOF
21745 rm -f conftest.$ac_objext
21746 if { (ac_try="$ac_compile"
21747 case "(($ac_try" in
21748   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21749   *) ac_try_echo=$ac_try;;
21750 esac
21751 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21752 $as_echo "$ac_try_echo") >&5
21753   (eval "$ac_compile") 2>conftest.er1
21754   ac_status=$?
21755   grep -v '^ *+' conftest.er1 >conftest.err
21756   rm -f conftest.er1
21757   cat conftest.err >&5
21758   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21759   (exit $ac_status); } && {
21760          test -z "$ac_c_werror_flag" ||
21761          test ! -s conftest.err
21762        } && test -s conftest.$ac_objext; then
21763   ac_cv_member_struct_statfs_f_favail=yes
21764 else
21765   $as_echo "$as_me: failed program was:" >&5
21766 sed 's/^/| /' conftest.$ac_ext >&5
21767
21768         ac_cv_member_struct_statfs_f_favail=no
21769 fi
21770
21771 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21772 fi
21773
21774 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21775 fi
21776 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21777 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21778 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21779
21780 cat >>confdefs.h <<_ACEOF
21781 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21782 _ACEOF
21783
21784
21785 fi
21786 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21787 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21788 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21789   $as_echo_n "(cached) " >&6
21790 else
21791   cat >conftest.$ac_ext <<_ACEOF
21792 /* confdefs.h.  */
21793 _ACEOF
21794 cat confdefs.h >>conftest.$ac_ext
21795 cat >>conftest.$ac_ext <<_ACEOF
21796 /* end confdefs.h.  */
21797 #include <sys/types.h>
21798 #ifdef HAVE_SYS_PARAM_H
21799 # include <sys/param.h>
21800 #endif
21801 #ifdef HAVE_SYS_MOUNT_H
21802 # include <sys/mount.h>
21803 #endif
21804 #ifdef HAVE_SYS_VFS_H
21805 # include <sys/vfs.h>
21806 #endif
21807 #ifdef HAVE_SYS_STATFS_H
21808 # include <sys/statfs.h>
21809 #endif
21810
21811 int
21812 main ()
21813 {
21814 static struct statfs ac_aggr;
21815 if (ac_aggr.f_namelen)
21816 return 0;
21817   ;
21818   return 0;
21819 }
21820 _ACEOF
21821 rm -f conftest.$ac_objext
21822 if { (ac_try="$ac_compile"
21823 case "(($ac_try" in
21824   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21825   *) ac_try_echo=$ac_try;;
21826 esac
21827 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21828 $as_echo "$ac_try_echo") >&5
21829   (eval "$ac_compile") 2>conftest.er1
21830   ac_status=$?
21831   grep -v '^ *+' conftest.er1 >conftest.err
21832   rm -f conftest.er1
21833   cat conftest.err >&5
21834   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21835   (exit $ac_status); } && {
21836          test -z "$ac_c_werror_flag" ||
21837          test ! -s conftest.err
21838        } && test -s conftest.$ac_objext; then
21839   ac_cv_member_struct_statfs_f_namelen=yes
21840 else
21841   $as_echo "$as_me: failed program was:" >&5
21842 sed 's/^/| /' conftest.$ac_ext >&5
21843
21844         cat >conftest.$ac_ext <<_ACEOF
21845 /* confdefs.h.  */
21846 _ACEOF
21847 cat confdefs.h >>conftest.$ac_ext
21848 cat >>conftest.$ac_ext <<_ACEOF
21849 /* end confdefs.h.  */
21850 #include <sys/types.h>
21851 #ifdef HAVE_SYS_PARAM_H
21852 # include <sys/param.h>
21853 #endif
21854 #ifdef HAVE_SYS_MOUNT_H
21855 # include <sys/mount.h>
21856 #endif
21857 #ifdef HAVE_SYS_VFS_H
21858 # include <sys/vfs.h>
21859 #endif
21860 #ifdef HAVE_SYS_STATFS_H
21861 # include <sys/statfs.h>
21862 #endif
21863
21864 int
21865 main ()
21866 {
21867 static struct statfs ac_aggr;
21868 if (sizeof ac_aggr.f_namelen)
21869 return 0;
21870   ;
21871   return 0;
21872 }
21873 _ACEOF
21874 rm -f conftest.$ac_objext
21875 if { (ac_try="$ac_compile"
21876 case "(($ac_try" in
21877   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21878   *) ac_try_echo=$ac_try;;
21879 esac
21880 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21881 $as_echo "$ac_try_echo") >&5
21882   (eval "$ac_compile") 2>conftest.er1
21883   ac_status=$?
21884   grep -v '^ *+' conftest.er1 >conftest.err
21885   rm -f conftest.er1
21886   cat conftest.err >&5
21887   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21888   (exit $ac_status); } && {
21889          test -z "$ac_c_werror_flag" ||
21890          test ! -s conftest.err
21891        } && test -s conftest.$ac_objext; then
21892   ac_cv_member_struct_statfs_f_namelen=yes
21893 else
21894   $as_echo "$as_me: failed program was:" >&5
21895 sed 's/^/| /' conftest.$ac_ext >&5
21896
21897         ac_cv_member_struct_statfs_f_namelen=no
21898 fi
21899
21900 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21901 fi
21902
21903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21904 fi
21905 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21906 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21907 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21908
21909 cat >>confdefs.h <<_ACEOF
21910 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21911 _ACEOF
21912
21913
21914 fi
21915
21916
21917 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21918 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21919 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21920   $as_echo_n "(cached) " >&6
21921 else
21922   cat >conftest.$ac_ext <<_ACEOF
21923 /* confdefs.h.  */
21924 _ACEOF
21925 cat confdefs.h >>conftest.$ac_ext
21926 cat >>conftest.$ac_ext <<_ACEOF
21927 /* end confdefs.h.  */
21928 #ifdef HAVE_SYS_STATVFS_H
21929 #include <sys/statvfs.h>
21930 #endif
21931
21932 int
21933 main ()
21934 {
21935 static struct statvfs ac_aggr;
21936 if (ac_aggr.f_blocks)
21937 return 0;
21938   ;
21939   return 0;
21940 }
21941 _ACEOF
21942 rm -f conftest.$ac_objext
21943 if { (ac_try="$ac_compile"
21944 case "(($ac_try" in
21945   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21946   *) ac_try_echo=$ac_try;;
21947 esac
21948 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21949 $as_echo "$ac_try_echo") >&5
21950   (eval "$ac_compile") 2>conftest.er1
21951   ac_status=$?
21952   grep -v '^ *+' conftest.er1 >conftest.err
21953   rm -f conftest.er1
21954   cat conftest.err >&5
21955   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21956   (exit $ac_status); } && {
21957          test -z "$ac_c_werror_flag" ||
21958          test ! -s conftest.err
21959        } && test -s conftest.$ac_objext; then
21960   ac_cv_member_struct_statvfs_f_blocks=yes
21961 else
21962   $as_echo "$as_me: failed program was:" >&5
21963 sed 's/^/| /' conftest.$ac_ext >&5
21964
21965         cat >conftest.$ac_ext <<_ACEOF
21966 /* confdefs.h.  */
21967 _ACEOF
21968 cat confdefs.h >>conftest.$ac_ext
21969 cat >>conftest.$ac_ext <<_ACEOF
21970 /* end confdefs.h.  */
21971 #ifdef HAVE_SYS_STATVFS_H
21972 #include <sys/statvfs.h>
21973 #endif
21974
21975 int
21976 main ()
21977 {
21978 static struct statvfs ac_aggr;
21979 if (sizeof ac_aggr.f_blocks)
21980 return 0;
21981   ;
21982   return 0;
21983 }
21984 _ACEOF
21985 rm -f conftest.$ac_objext
21986 if { (ac_try="$ac_compile"
21987 case "(($ac_try" in
21988   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21989   *) ac_try_echo=$ac_try;;
21990 esac
21991 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21992 $as_echo "$ac_try_echo") >&5
21993   (eval "$ac_compile") 2>conftest.er1
21994   ac_status=$?
21995   grep -v '^ *+' conftest.er1 >conftest.err
21996   rm -f conftest.er1
21997   cat conftest.err >&5
21998   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21999   (exit $ac_status); } && {
22000          test -z "$ac_c_werror_flag" ||
22001          test ! -s conftest.err
22002        } && test -s conftest.$ac_objext; then
22003   ac_cv_member_struct_statvfs_f_blocks=yes
22004 else
22005   $as_echo "$as_me: failed program was:" >&5
22006 sed 's/^/| /' conftest.$ac_ext >&5
22007
22008         ac_cv_member_struct_statvfs_f_blocks=no
22009 fi
22010
22011 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22012 fi
22013
22014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22015 fi
22016 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
22017 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
22018 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
22019
22020 cat >>confdefs.h <<_ACEOF
22021 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
22022 _ACEOF
22023
22024
22025 fi
22026
22027
22028 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
22029 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
22030 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
22031   $as_echo_n "(cached) " >&6
22032 else
22033   cat >conftest.$ac_ext <<_ACEOF
22034 /* confdefs.h.  */
22035 _ACEOF
22036 cat confdefs.h >>conftest.$ac_ext
22037 cat >>conftest.$ac_ext <<_ACEOF
22038 /* end confdefs.h.  */
22039 #include <sys/types.h>
22040 #ifdef HAVE_SYS_SOCKET_H
22041 # include <sys/socket.h>
22042 #endif
22043 #ifdef HAVE_SYS_UN_H
22044 # include <sys/un.h>
22045 #endif
22046
22047 int
22048 main ()
22049 {
22050 static struct msghdr ac_aggr;
22051 if (ac_aggr.msg_accrights)
22052 return 0;
22053   ;
22054   return 0;
22055 }
22056 _ACEOF
22057 rm -f conftest.$ac_objext
22058 if { (ac_try="$ac_compile"
22059 case "(($ac_try" in
22060   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22061   *) ac_try_echo=$ac_try;;
22062 esac
22063 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22064 $as_echo "$ac_try_echo") >&5
22065   (eval "$ac_compile") 2>conftest.er1
22066   ac_status=$?
22067   grep -v '^ *+' conftest.er1 >conftest.err
22068   rm -f conftest.er1
22069   cat conftest.err >&5
22070   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22071   (exit $ac_status); } && {
22072          test -z "$ac_c_werror_flag" ||
22073          test ! -s conftest.err
22074        } && test -s conftest.$ac_objext; then
22075   ac_cv_member_struct_msghdr_msg_accrights=yes
22076 else
22077   $as_echo "$as_me: failed program was:" >&5
22078 sed 's/^/| /' conftest.$ac_ext >&5
22079
22080         cat >conftest.$ac_ext <<_ACEOF
22081 /* confdefs.h.  */
22082 _ACEOF
22083 cat confdefs.h >>conftest.$ac_ext
22084 cat >>conftest.$ac_ext <<_ACEOF
22085 /* end confdefs.h.  */
22086 #include <sys/types.h>
22087 #ifdef HAVE_SYS_SOCKET_H
22088 # include <sys/socket.h>
22089 #endif
22090 #ifdef HAVE_SYS_UN_H
22091 # include <sys/un.h>
22092 #endif
22093
22094 int
22095 main ()
22096 {
22097 static struct msghdr ac_aggr;
22098 if (sizeof ac_aggr.msg_accrights)
22099 return 0;
22100   ;
22101   return 0;
22102 }
22103 _ACEOF
22104 rm -f conftest.$ac_objext
22105 if { (ac_try="$ac_compile"
22106 case "(($ac_try" in
22107   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22108   *) ac_try_echo=$ac_try;;
22109 esac
22110 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22111 $as_echo "$ac_try_echo") >&5
22112   (eval "$ac_compile") 2>conftest.er1
22113   ac_status=$?
22114   grep -v '^ *+' conftest.er1 >conftest.err
22115   rm -f conftest.er1
22116   cat conftest.err >&5
22117   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22118   (exit $ac_status); } && {
22119          test -z "$ac_c_werror_flag" ||
22120          test ! -s conftest.err
22121        } && test -s conftest.$ac_objext; then
22122   ac_cv_member_struct_msghdr_msg_accrights=yes
22123 else
22124   $as_echo "$as_me: failed program was:" >&5
22125 sed 's/^/| /' conftest.$ac_ext >&5
22126
22127         ac_cv_member_struct_msghdr_msg_accrights=no
22128 fi
22129
22130 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22131 fi
22132
22133 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22134 fi
22135 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
22136 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
22137 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
22138
22139 cat >>confdefs.h <<_ACEOF
22140 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
22141 _ACEOF
22142
22143
22144 fi
22145 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
22146 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
22147 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
22148   $as_echo_n "(cached) " >&6
22149 else
22150   cat >conftest.$ac_ext <<_ACEOF
22151 /* confdefs.h.  */
22152 _ACEOF
22153 cat confdefs.h >>conftest.$ac_ext
22154 cat >>conftest.$ac_ext <<_ACEOF
22155 /* end confdefs.h.  */
22156 #include <sys/types.h>
22157 #ifdef HAVE_SYS_SOCKET_H
22158 # include <sys/socket.h>
22159 #endif
22160 #ifdef HAVE_SYS_UN_H
22161 # include <sys/un.h>
22162 #endif
22163
22164 int
22165 main ()
22166 {
22167 static struct sockaddr ac_aggr;
22168 if (ac_aggr.sa_len)
22169 return 0;
22170   ;
22171   return 0;
22172 }
22173 _ACEOF
22174 rm -f conftest.$ac_objext
22175 if { (ac_try="$ac_compile"
22176 case "(($ac_try" in
22177   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22178   *) ac_try_echo=$ac_try;;
22179 esac
22180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22181 $as_echo "$ac_try_echo") >&5
22182   (eval "$ac_compile") 2>conftest.er1
22183   ac_status=$?
22184   grep -v '^ *+' conftest.er1 >conftest.err
22185   rm -f conftest.er1
22186   cat conftest.err >&5
22187   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22188   (exit $ac_status); } && {
22189          test -z "$ac_c_werror_flag" ||
22190          test ! -s conftest.err
22191        } && test -s conftest.$ac_objext; then
22192   ac_cv_member_struct_sockaddr_sa_len=yes
22193 else
22194   $as_echo "$as_me: failed program was:" >&5
22195 sed 's/^/| /' conftest.$ac_ext >&5
22196
22197         cat >conftest.$ac_ext <<_ACEOF
22198 /* confdefs.h.  */
22199 _ACEOF
22200 cat confdefs.h >>conftest.$ac_ext
22201 cat >>conftest.$ac_ext <<_ACEOF
22202 /* end confdefs.h.  */
22203 #include <sys/types.h>
22204 #ifdef HAVE_SYS_SOCKET_H
22205 # include <sys/socket.h>
22206 #endif
22207 #ifdef HAVE_SYS_UN_H
22208 # include <sys/un.h>
22209 #endif
22210
22211 int
22212 main ()
22213 {
22214 static struct sockaddr ac_aggr;
22215 if (sizeof ac_aggr.sa_len)
22216 return 0;
22217   ;
22218   return 0;
22219 }
22220 _ACEOF
22221 rm -f conftest.$ac_objext
22222 if { (ac_try="$ac_compile"
22223 case "(($ac_try" in
22224   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22225   *) ac_try_echo=$ac_try;;
22226 esac
22227 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22228 $as_echo "$ac_try_echo") >&5
22229   (eval "$ac_compile") 2>conftest.er1
22230   ac_status=$?
22231   grep -v '^ *+' conftest.er1 >conftest.err
22232   rm -f conftest.er1
22233   cat conftest.err >&5
22234   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22235   (exit $ac_status); } && {
22236          test -z "$ac_c_werror_flag" ||
22237          test ! -s conftest.err
22238        } && test -s conftest.$ac_objext; then
22239   ac_cv_member_struct_sockaddr_sa_len=yes
22240 else
22241   $as_echo "$as_me: failed program was:" >&5
22242 sed 's/^/| /' conftest.$ac_ext >&5
22243
22244         ac_cv_member_struct_sockaddr_sa_len=no
22245 fi
22246
22247 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22248 fi
22249
22250 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22251 fi
22252 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22253 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22254 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22255
22256 cat >>confdefs.h <<_ACEOF
22257 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22258 _ACEOF
22259
22260
22261 fi
22262 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22263 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22264 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22265   $as_echo_n "(cached) " >&6
22266 else
22267   cat >conftest.$ac_ext <<_ACEOF
22268 /* confdefs.h.  */
22269 _ACEOF
22270 cat confdefs.h >>conftest.$ac_ext
22271 cat >>conftest.$ac_ext <<_ACEOF
22272 /* end confdefs.h.  */
22273 #include <sys/types.h>
22274 #ifdef HAVE_SYS_SOCKET_H
22275 # include <sys/socket.h>
22276 #endif
22277 #ifdef HAVE_SYS_UN_H
22278 # include <sys/un.h>
22279 #endif
22280
22281 int
22282 main ()
22283 {
22284 static struct sockaddr_un ac_aggr;
22285 if (ac_aggr.sun_len)
22286 return 0;
22287   ;
22288   return 0;
22289 }
22290 _ACEOF
22291 rm -f conftest.$ac_objext
22292 if { (ac_try="$ac_compile"
22293 case "(($ac_try" in
22294   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22295   *) ac_try_echo=$ac_try;;
22296 esac
22297 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22298 $as_echo "$ac_try_echo") >&5
22299   (eval "$ac_compile") 2>conftest.er1
22300   ac_status=$?
22301   grep -v '^ *+' conftest.er1 >conftest.err
22302   rm -f conftest.er1
22303   cat conftest.err >&5
22304   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22305   (exit $ac_status); } && {
22306          test -z "$ac_c_werror_flag" ||
22307          test ! -s conftest.err
22308        } && test -s conftest.$ac_objext; then
22309   ac_cv_member_struct_sockaddr_un_sun_len=yes
22310 else
22311   $as_echo "$as_me: failed program was:" >&5
22312 sed 's/^/| /' conftest.$ac_ext >&5
22313
22314         cat >conftest.$ac_ext <<_ACEOF
22315 /* confdefs.h.  */
22316 _ACEOF
22317 cat confdefs.h >>conftest.$ac_ext
22318 cat >>conftest.$ac_ext <<_ACEOF
22319 /* end confdefs.h.  */
22320 #include <sys/types.h>
22321 #ifdef HAVE_SYS_SOCKET_H
22322 # include <sys/socket.h>
22323 #endif
22324 #ifdef HAVE_SYS_UN_H
22325 # include <sys/un.h>
22326 #endif
22327
22328 int
22329 main ()
22330 {
22331 static struct sockaddr_un ac_aggr;
22332 if (sizeof ac_aggr.sun_len)
22333 return 0;
22334   ;
22335   return 0;
22336 }
22337 _ACEOF
22338 rm -f conftest.$ac_objext
22339 if { (ac_try="$ac_compile"
22340 case "(($ac_try" in
22341   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22342   *) ac_try_echo=$ac_try;;
22343 esac
22344 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22345 $as_echo "$ac_try_echo") >&5
22346   (eval "$ac_compile") 2>conftest.er1
22347   ac_status=$?
22348   grep -v '^ *+' conftest.er1 >conftest.err
22349   rm -f conftest.er1
22350   cat conftest.err >&5
22351   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22352   (exit $ac_status); } && {
22353          test -z "$ac_c_werror_flag" ||
22354          test ! -s conftest.err
22355        } && test -s conftest.$ac_objext; then
22356   ac_cv_member_struct_sockaddr_un_sun_len=yes
22357 else
22358   $as_echo "$as_me: failed program was:" >&5
22359 sed 's/^/| /' conftest.$ac_ext >&5
22360
22361         ac_cv_member_struct_sockaddr_un_sun_len=no
22362 fi
22363
22364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22365 fi
22366
22367 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22368 fi
22369 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22370 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22371 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22372
22373 cat >>confdefs.h <<_ACEOF
22374 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22375 _ACEOF
22376
22377
22378 fi
22379
22380
22381 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22382 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22383 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22384   $as_echo_n "(cached) " >&6
22385 else
22386   cat >conftest.$ac_ext <<_ACEOF
22387 /* confdefs.h.  */
22388 _ACEOF
22389 cat confdefs.h >>conftest.$ac_ext
22390 cat >>conftest.$ac_ext <<_ACEOF
22391 /* end confdefs.h.  */
22392 #include <sys/types.h>
22393 #ifdef HAVE_SCSI_SG_H
22394 #include <scsi/sg.h>
22395 #endif
22396
22397 int
22398 main ()
22399 {
22400 static scsireq_t ac_aggr;
22401 if (ac_aggr.cmd)
22402 return 0;
22403   ;
22404   return 0;
22405 }
22406 _ACEOF
22407 rm -f conftest.$ac_objext
22408 if { (ac_try="$ac_compile"
22409 case "(($ac_try" in
22410   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22411   *) ac_try_echo=$ac_try;;
22412 esac
22413 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22414 $as_echo "$ac_try_echo") >&5
22415   (eval "$ac_compile") 2>conftest.er1
22416   ac_status=$?
22417   grep -v '^ *+' conftest.er1 >conftest.err
22418   rm -f conftest.er1
22419   cat conftest.err >&5
22420   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22421   (exit $ac_status); } && {
22422          test -z "$ac_c_werror_flag" ||
22423          test ! -s conftest.err
22424        } && test -s conftest.$ac_objext; then
22425   ac_cv_member_scsireq_t_cmd=yes
22426 else
22427   $as_echo "$as_me: failed program was:" >&5
22428 sed 's/^/| /' conftest.$ac_ext >&5
22429
22430         cat >conftest.$ac_ext <<_ACEOF
22431 /* confdefs.h.  */
22432 _ACEOF
22433 cat confdefs.h >>conftest.$ac_ext
22434 cat >>conftest.$ac_ext <<_ACEOF
22435 /* end confdefs.h.  */
22436 #include <sys/types.h>
22437 #ifdef HAVE_SCSI_SG_H
22438 #include <scsi/sg.h>
22439 #endif
22440
22441 int
22442 main ()
22443 {
22444 static scsireq_t ac_aggr;
22445 if (sizeof ac_aggr.cmd)
22446 return 0;
22447   ;
22448   return 0;
22449 }
22450 _ACEOF
22451 rm -f conftest.$ac_objext
22452 if { (ac_try="$ac_compile"
22453 case "(($ac_try" in
22454   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22455   *) ac_try_echo=$ac_try;;
22456 esac
22457 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22458 $as_echo "$ac_try_echo") >&5
22459   (eval "$ac_compile") 2>conftest.er1
22460   ac_status=$?
22461   grep -v '^ *+' conftest.er1 >conftest.err
22462   rm -f conftest.er1
22463   cat conftest.err >&5
22464   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22465   (exit $ac_status); } && {
22466          test -z "$ac_c_werror_flag" ||
22467          test ! -s conftest.err
22468        } && test -s conftest.$ac_objext; then
22469   ac_cv_member_scsireq_t_cmd=yes
22470 else
22471   $as_echo "$as_me: failed program was:" >&5
22472 sed 's/^/| /' conftest.$ac_ext >&5
22473
22474         ac_cv_member_scsireq_t_cmd=no
22475 fi
22476
22477 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22478 fi
22479
22480 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22481 fi
22482 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22483 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22484 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22485
22486 cat >>confdefs.h <<_ACEOF
22487 #define HAVE_SCSIREQ_T_CMD 1
22488 _ACEOF
22489
22490
22491 fi
22492 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22493 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22494 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22495   $as_echo_n "(cached) " >&6
22496 else
22497   cat >conftest.$ac_ext <<_ACEOF
22498 /* confdefs.h.  */
22499 _ACEOF
22500 cat confdefs.h >>conftest.$ac_ext
22501 cat >>conftest.$ac_ext <<_ACEOF
22502 /* end confdefs.h.  */
22503 #include <sys/types.h>
22504 #ifdef HAVE_SCSI_SG_H
22505 #include <scsi/sg.h>
22506 #endif
22507
22508 int
22509 main ()
22510 {
22511 static sg_io_hdr_t ac_aggr;
22512 if (ac_aggr.interface_id)
22513 return 0;
22514   ;
22515   return 0;
22516 }
22517 _ACEOF
22518 rm -f conftest.$ac_objext
22519 if { (ac_try="$ac_compile"
22520 case "(($ac_try" in
22521   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22522   *) ac_try_echo=$ac_try;;
22523 esac
22524 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22525 $as_echo "$ac_try_echo") >&5
22526   (eval "$ac_compile") 2>conftest.er1
22527   ac_status=$?
22528   grep -v '^ *+' conftest.er1 >conftest.err
22529   rm -f conftest.er1
22530   cat conftest.err >&5
22531   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22532   (exit $ac_status); } && {
22533          test -z "$ac_c_werror_flag" ||
22534          test ! -s conftest.err
22535        } && test -s conftest.$ac_objext; then
22536   ac_cv_member_sg_io_hdr_t_interface_id=yes
22537 else
22538   $as_echo "$as_me: failed program was:" >&5
22539 sed 's/^/| /' conftest.$ac_ext >&5
22540
22541         cat >conftest.$ac_ext <<_ACEOF
22542 /* confdefs.h.  */
22543 _ACEOF
22544 cat confdefs.h >>conftest.$ac_ext
22545 cat >>conftest.$ac_ext <<_ACEOF
22546 /* end confdefs.h.  */
22547 #include <sys/types.h>
22548 #ifdef HAVE_SCSI_SG_H
22549 #include <scsi/sg.h>
22550 #endif
22551
22552 int
22553 main ()
22554 {
22555 static sg_io_hdr_t ac_aggr;
22556 if (sizeof ac_aggr.interface_id)
22557 return 0;
22558   ;
22559   return 0;
22560 }
22561 _ACEOF
22562 rm -f conftest.$ac_objext
22563 if { (ac_try="$ac_compile"
22564 case "(($ac_try" in
22565   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22566   *) ac_try_echo=$ac_try;;
22567 esac
22568 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22569 $as_echo "$ac_try_echo") >&5
22570   (eval "$ac_compile") 2>conftest.er1
22571   ac_status=$?
22572   grep -v '^ *+' conftest.er1 >conftest.err
22573   rm -f conftest.er1
22574   cat conftest.err >&5
22575   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22576   (exit $ac_status); } && {
22577          test -z "$ac_c_werror_flag" ||
22578          test ! -s conftest.err
22579        } && test -s conftest.$ac_objext; then
22580   ac_cv_member_sg_io_hdr_t_interface_id=yes
22581 else
22582   $as_echo "$as_me: failed program was:" >&5
22583 sed 's/^/| /' conftest.$ac_ext >&5
22584
22585         ac_cv_member_sg_io_hdr_t_interface_id=no
22586 fi
22587
22588 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22589 fi
22590
22591 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22592 fi
22593 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22594 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22595 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22596
22597 cat >>confdefs.h <<_ACEOF
22598 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22599 _ACEOF
22600
22601
22602 fi
22603
22604
22605 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22606 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22607 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22608   $as_echo_n "(cached) " >&6
22609 else
22610   cat >conftest.$ac_ext <<_ACEOF
22611 /* confdefs.h.  */
22612 _ACEOF
22613 cat confdefs.h >>conftest.$ac_ext
22614 cat >>conftest.$ac_ext <<_ACEOF
22615 /* end confdefs.h.  */
22616 #include <signal.h>
22617
22618 int
22619 main ()
22620 {
22621 static siginfo_t ac_aggr;
22622 if (ac_aggr.si_fd)
22623 return 0;
22624   ;
22625   return 0;
22626 }
22627 _ACEOF
22628 rm -f conftest.$ac_objext
22629 if { (ac_try="$ac_compile"
22630 case "(($ac_try" in
22631   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22632   *) ac_try_echo=$ac_try;;
22633 esac
22634 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22635 $as_echo "$ac_try_echo") >&5
22636   (eval "$ac_compile") 2>conftest.er1
22637   ac_status=$?
22638   grep -v '^ *+' conftest.er1 >conftest.err
22639   rm -f conftest.er1
22640   cat conftest.err >&5
22641   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22642   (exit $ac_status); } && {
22643          test -z "$ac_c_werror_flag" ||
22644          test ! -s conftest.err
22645        } && test -s conftest.$ac_objext; then
22646   ac_cv_member_siginfo_t_si_fd=yes
22647 else
22648   $as_echo "$as_me: failed program was:" >&5
22649 sed 's/^/| /' conftest.$ac_ext >&5
22650
22651         cat >conftest.$ac_ext <<_ACEOF
22652 /* confdefs.h.  */
22653 _ACEOF
22654 cat confdefs.h >>conftest.$ac_ext
22655 cat >>conftest.$ac_ext <<_ACEOF
22656 /* end confdefs.h.  */
22657 #include <signal.h>
22658
22659 int
22660 main ()
22661 {
22662 static siginfo_t ac_aggr;
22663 if (sizeof ac_aggr.si_fd)
22664 return 0;
22665   ;
22666   return 0;
22667 }
22668 _ACEOF
22669 rm -f conftest.$ac_objext
22670 if { (ac_try="$ac_compile"
22671 case "(($ac_try" in
22672   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22673   *) ac_try_echo=$ac_try;;
22674 esac
22675 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22676 $as_echo "$ac_try_echo") >&5
22677   (eval "$ac_compile") 2>conftest.er1
22678   ac_status=$?
22679   grep -v '^ *+' conftest.er1 >conftest.err
22680   rm -f conftest.er1
22681   cat conftest.err >&5
22682   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22683   (exit $ac_status); } && {
22684          test -z "$ac_c_werror_flag" ||
22685          test ! -s conftest.err
22686        } && test -s conftest.$ac_objext; then
22687   ac_cv_member_siginfo_t_si_fd=yes
22688 else
22689   $as_echo "$as_me: failed program was:" >&5
22690 sed 's/^/| /' conftest.$ac_ext >&5
22691
22692         ac_cv_member_siginfo_t_si_fd=no
22693 fi
22694
22695 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22696 fi
22697
22698 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22699 fi
22700 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22701 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22702 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22703
22704 cat >>confdefs.h <<_ACEOF
22705 #define HAVE_SIGINFO_T_SI_FD 1
22706 _ACEOF
22707
22708
22709 fi
22710
22711
22712 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22713 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22714 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22715   $as_echo_n "(cached) " >&6
22716 else
22717   cat >conftest.$ac_ext <<_ACEOF
22718 /* confdefs.h.  */
22719 _ACEOF
22720 cat confdefs.h >>conftest.$ac_ext
22721 cat >>conftest.$ac_ext <<_ACEOF
22722 /* end confdefs.h.  */
22723 #include <sys/types.h>
22724 #ifdef HAVE_SYS_MTIO_H
22725 #include <sys/mtio.h>
22726 #endif
22727
22728 int
22729 main ()
22730 {
22731 static struct mtget ac_aggr;
22732 if (ac_aggr.mt_blksiz)
22733 return 0;
22734   ;
22735   return 0;
22736 }
22737 _ACEOF
22738 rm -f conftest.$ac_objext
22739 if { (ac_try="$ac_compile"
22740 case "(($ac_try" in
22741   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22742   *) ac_try_echo=$ac_try;;
22743 esac
22744 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22745 $as_echo "$ac_try_echo") >&5
22746   (eval "$ac_compile") 2>conftest.er1
22747   ac_status=$?
22748   grep -v '^ *+' conftest.er1 >conftest.err
22749   rm -f conftest.er1
22750   cat conftest.err >&5
22751   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22752   (exit $ac_status); } && {
22753          test -z "$ac_c_werror_flag" ||
22754          test ! -s conftest.err
22755        } && test -s conftest.$ac_objext; then
22756   ac_cv_member_struct_mtget_mt_blksiz=yes
22757 else
22758   $as_echo "$as_me: failed program was:" >&5
22759 sed 's/^/| /' conftest.$ac_ext >&5
22760
22761         cat >conftest.$ac_ext <<_ACEOF
22762 /* confdefs.h.  */
22763 _ACEOF
22764 cat confdefs.h >>conftest.$ac_ext
22765 cat >>conftest.$ac_ext <<_ACEOF
22766 /* end confdefs.h.  */
22767 #include <sys/types.h>
22768 #ifdef HAVE_SYS_MTIO_H
22769 #include <sys/mtio.h>
22770 #endif
22771
22772 int
22773 main ()
22774 {
22775 static struct mtget ac_aggr;
22776 if (sizeof ac_aggr.mt_blksiz)
22777 return 0;
22778   ;
22779   return 0;
22780 }
22781 _ACEOF
22782 rm -f conftest.$ac_objext
22783 if { (ac_try="$ac_compile"
22784 case "(($ac_try" in
22785   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22786   *) ac_try_echo=$ac_try;;
22787 esac
22788 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22789 $as_echo "$ac_try_echo") >&5
22790   (eval "$ac_compile") 2>conftest.er1
22791   ac_status=$?
22792   grep -v '^ *+' conftest.er1 >conftest.err
22793   rm -f conftest.er1
22794   cat conftest.err >&5
22795   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22796   (exit $ac_status); } && {
22797          test -z "$ac_c_werror_flag" ||
22798          test ! -s conftest.err
22799        } && test -s conftest.$ac_objext; then
22800   ac_cv_member_struct_mtget_mt_blksiz=yes
22801 else
22802   $as_echo "$as_me: failed program was:" >&5
22803 sed 's/^/| /' conftest.$ac_ext >&5
22804
22805         ac_cv_member_struct_mtget_mt_blksiz=no
22806 fi
22807
22808 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22809 fi
22810
22811 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22812 fi
22813 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22814 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22815 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22816
22817 cat >>confdefs.h <<_ACEOF
22818 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22819 _ACEOF
22820
22821
22822 fi
22823 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22824 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22825 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22826   $as_echo_n "(cached) " >&6
22827 else
22828   cat >conftest.$ac_ext <<_ACEOF
22829 /* confdefs.h.  */
22830 _ACEOF
22831 cat confdefs.h >>conftest.$ac_ext
22832 cat >>conftest.$ac_ext <<_ACEOF
22833 /* end confdefs.h.  */
22834 #include <sys/types.h>
22835 #ifdef HAVE_SYS_MTIO_H
22836 #include <sys/mtio.h>
22837 #endif
22838
22839 int
22840 main ()
22841 {
22842 static struct mtget ac_aggr;
22843 if (ac_aggr.mt_gstat)
22844 return 0;
22845   ;
22846   return 0;
22847 }
22848 _ACEOF
22849 rm -f conftest.$ac_objext
22850 if { (ac_try="$ac_compile"
22851 case "(($ac_try" in
22852   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22853   *) ac_try_echo=$ac_try;;
22854 esac
22855 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22856 $as_echo "$ac_try_echo") >&5
22857   (eval "$ac_compile") 2>conftest.er1
22858   ac_status=$?
22859   grep -v '^ *+' conftest.er1 >conftest.err
22860   rm -f conftest.er1
22861   cat conftest.err >&5
22862   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22863   (exit $ac_status); } && {
22864          test -z "$ac_c_werror_flag" ||
22865          test ! -s conftest.err
22866        } && test -s conftest.$ac_objext; then
22867   ac_cv_member_struct_mtget_mt_gstat=yes
22868 else
22869   $as_echo "$as_me: failed program was:" >&5
22870 sed 's/^/| /' conftest.$ac_ext >&5
22871
22872         cat >conftest.$ac_ext <<_ACEOF
22873 /* confdefs.h.  */
22874 _ACEOF
22875 cat confdefs.h >>conftest.$ac_ext
22876 cat >>conftest.$ac_ext <<_ACEOF
22877 /* end confdefs.h.  */
22878 #include <sys/types.h>
22879 #ifdef HAVE_SYS_MTIO_H
22880 #include <sys/mtio.h>
22881 #endif
22882
22883 int
22884 main ()
22885 {
22886 static struct mtget ac_aggr;
22887 if (sizeof ac_aggr.mt_gstat)
22888 return 0;
22889   ;
22890   return 0;
22891 }
22892 _ACEOF
22893 rm -f conftest.$ac_objext
22894 if { (ac_try="$ac_compile"
22895 case "(($ac_try" in
22896   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22897   *) ac_try_echo=$ac_try;;
22898 esac
22899 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22900 $as_echo "$ac_try_echo") >&5
22901   (eval "$ac_compile") 2>conftest.er1
22902   ac_status=$?
22903   grep -v '^ *+' conftest.er1 >conftest.err
22904   rm -f conftest.er1
22905   cat conftest.err >&5
22906   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22907   (exit $ac_status); } && {
22908          test -z "$ac_c_werror_flag" ||
22909          test ! -s conftest.err
22910        } && test -s conftest.$ac_objext; then
22911   ac_cv_member_struct_mtget_mt_gstat=yes
22912 else
22913   $as_echo "$as_me: failed program was:" >&5
22914 sed 's/^/| /' conftest.$ac_ext >&5
22915
22916         ac_cv_member_struct_mtget_mt_gstat=no
22917 fi
22918
22919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22920 fi
22921
22922 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22923 fi
22924 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22925 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22926 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22927
22928 cat >>confdefs.h <<_ACEOF
22929 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22930 _ACEOF
22931
22932
22933 fi
22934 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22935 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22936 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22937   $as_echo_n "(cached) " >&6
22938 else
22939   cat >conftest.$ac_ext <<_ACEOF
22940 /* confdefs.h.  */
22941 _ACEOF
22942 cat confdefs.h >>conftest.$ac_ext
22943 cat >>conftest.$ac_ext <<_ACEOF
22944 /* end confdefs.h.  */
22945 #include <sys/types.h>
22946 #ifdef HAVE_SYS_MTIO_H
22947 #include <sys/mtio.h>
22948 #endif
22949
22950 int
22951 main ()
22952 {
22953 static struct mtget ac_aggr;
22954 if (ac_aggr.mt_blkno)
22955 return 0;
22956   ;
22957   return 0;
22958 }
22959 _ACEOF
22960 rm -f conftest.$ac_objext
22961 if { (ac_try="$ac_compile"
22962 case "(($ac_try" in
22963   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22964   *) ac_try_echo=$ac_try;;
22965 esac
22966 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22967 $as_echo "$ac_try_echo") >&5
22968   (eval "$ac_compile") 2>conftest.er1
22969   ac_status=$?
22970   grep -v '^ *+' conftest.er1 >conftest.err
22971   rm -f conftest.er1
22972   cat conftest.err >&5
22973   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22974   (exit $ac_status); } && {
22975          test -z "$ac_c_werror_flag" ||
22976          test ! -s conftest.err
22977        } && test -s conftest.$ac_objext; then
22978   ac_cv_member_struct_mtget_mt_blkno=yes
22979 else
22980   $as_echo "$as_me: failed program was:" >&5
22981 sed 's/^/| /' conftest.$ac_ext >&5
22982
22983         cat >conftest.$ac_ext <<_ACEOF
22984 /* confdefs.h.  */
22985 _ACEOF
22986 cat confdefs.h >>conftest.$ac_ext
22987 cat >>conftest.$ac_ext <<_ACEOF
22988 /* end confdefs.h.  */
22989 #include <sys/types.h>
22990 #ifdef HAVE_SYS_MTIO_H
22991 #include <sys/mtio.h>
22992 #endif
22993
22994 int
22995 main ()
22996 {
22997 static struct mtget ac_aggr;
22998 if (sizeof ac_aggr.mt_blkno)
22999 return 0;
23000   ;
23001   return 0;
23002 }
23003 _ACEOF
23004 rm -f conftest.$ac_objext
23005 if { (ac_try="$ac_compile"
23006 case "(($ac_try" in
23007   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23008   *) ac_try_echo=$ac_try;;
23009 esac
23010 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23011 $as_echo "$ac_try_echo") >&5
23012   (eval "$ac_compile") 2>conftest.er1
23013   ac_status=$?
23014   grep -v '^ *+' conftest.er1 >conftest.err
23015   rm -f conftest.er1
23016   cat conftest.err >&5
23017   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23018   (exit $ac_status); } && {
23019          test -z "$ac_c_werror_flag" ||
23020          test ! -s conftest.err
23021        } && test -s conftest.$ac_objext; then
23022   ac_cv_member_struct_mtget_mt_blkno=yes
23023 else
23024   $as_echo "$as_me: failed program was:" >&5
23025 sed 's/^/| /' conftest.$ac_ext >&5
23026
23027         ac_cv_member_struct_mtget_mt_blkno=no
23028 fi
23029
23030 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23031 fi
23032
23033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23034 fi
23035 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
23036 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
23037 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
23038
23039 cat >>confdefs.h <<_ACEOF
23040 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
23041 _ACEOF
23042
23043
23044 fi
23045
23046
23047 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
23048 $as_echo_n "checking for struct option.name... " >&6; }
23049 if test "${ac_cv_member_struct_option_name+set}" = set; then
23050   $as_echo_n "(cached) " >&6
23051 else
23052   cat >conftest.$ac_ext <<_ACEOF
23053 /* confdefs.h.  */
23054 _ACEOF
23055 cat confdefs.h >>conftest.$ac_ext
23056 cat >>conftest.$ac_ext <<_ACEOF
23057 /* end confdefs.h.  */
23058 #ifdef HAVE_GETOPT_H
23059 #include <getopt.h>
23060 #endif
23061
23062 int
23063 main ()
23064 {
23065 static struct option ac_aggr;
23066 if (ac_aggr.name)
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_option_name=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 #ifdef HAVE_GETOPT_H
23102 #include <getopt.h>
23103 #endif
23104
23105 int
23106 main ()
23107 {
23108 static struct option ac_aggr;
23109 if (sizeof ac_aggr.name)
23110 return 0;
23111   ;
23112   return 0;
23113 }
23114 _ACEOF
23115 rm -f conftest.$ac_objext
23116 if { (ac_try="$ac_compile"
23117 case "(($ac_try" in
23118   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23119   *) ac_try_echo=$ac_try;;
23120 esac
23121 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23122 $as_echo "$ac_try_echo") >&5
23123   (eval "$ac_compile") 2>conftest.er1
23124   ac_status=$?
23125   grep -v '^ *+' conftest.er1 >conftest.err
23126   rm -f conftest.er1
23127   cat conftest.err >&5
23128   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23129   (exit $ac_status); } && {
23130          test -z "$ac_c_werror_flag" ||
23131          test ! -s conftest.err
23132        } && test -s conftest.$ac_objext; then
23133   ac_cv_member_struct_option_name=yes
23134 else
23135   $as_echo "$as_me: failed program was:" >&5
23136 sed 's/^/| /' conftest.$ac_ext >&5
23137
23138         ac_cv_member_struct_option_name=no
23139 fi
23140
23141 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23142 fi
23143
23144 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23145 fi
23146 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
23147 $as_echo "$ac_cv_member_struct_option_name" >&6; }
23148 if test "x$ac_cv_member_struct_option_name" = x""yes; then
23149
23150 cat >>confdefs.h <<_ACEOF
23151 #define HAVE_STRUCT_OPTION_NAME 1
23152 _ACEOF
23153
23154
23155 fi
23156
23157
23158 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
23159 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
23160 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
23161   $as_echo_n "(cached) " >&6
23162 else
23163   cat >conftest.$ac_ext <<_ACEOF
23164 /* confdefs.h.  */
23165 _ACEOF
23166 cat confdefs.h >>conftest.$ac_ext
23167 cat >>conftest.$ac_ext <<_ACEOF
23168 /* end confdefs.h.  */
23169 $ac_includes_default
23170 int
23171 main ()
23172 {
23173 static struct stat ac_aggr;
23174 if (ac_aggr.st_blocks)
23175 return 0;
23176   ;
23177   return 0;
23178 }
23179 _ACEOF
23180 rm -f conftest.$ac_objext
23181 if { (ac_try="$ac_compile"
23182 case "(($ac_try" in
23183   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23184   *) ac_try_echo=$ac_try;;
23185 esac
23186 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23187 $as_echo "$ac_try_echo") >&5
23188   (eval "$ac_compile") 2>conftest.er1
23189   ac_status=$?
23190   grep -v '^ *+' conftest.er1 >conftest.err
23191   rm -f conftest.er1
23192   cat conftest.err >&5
23193   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23194   (exit $ac_status); } && {
23195          test -z "$ac_c_werror_flag" ||
23196          test ! -s conftest.err
23197        } && test -s conftest.$ac_objext; then
23198   ac_cv_member_struct_stat_st_blocks=yes
23199 else
23200   $as_echo "$as_me: failed program was:" >&5
23201 sed 's/^/| /' conftest.$ac_ext >&5
23202
23203         cat >conftest.$ac_ext <<_ACEOF
23204 /* confdefs.h.  */
23205 _ACEOF
23206 cat confdefs.h >>conftest.$ac_ext
23207 cat >>conftest.$ac_ext <<_ACEOF
23208 /* end confdefs.h.  */
23209 $ac_includes_default
23210 int
23211 main ()
23212 {
23213 static struct stat ac_aggr;
23214 if (sizeof ac_aggr.st_blocks)
23215 return 0;
23216   ;
23217   return 0;
23218 }
23219 _ACEOF
23220 rm -f conftest.$ac_objext
23221 if { (ac_try="$ac_compile"
23222 case "(($ac_try" in
23223   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23224   *) ac_try_echo=$ac_try;;
23225 esac
23226 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23227 $as_echo "$ac_try_echo") >&5
23228   (eval "$ac_compile") 2>conftest.er1
23229   ac_status=$?
23230   grep -v '^ *+' conftest.er1 >conftest.err
23231   rm -f conftest.er1
23232   cat conftest.err >&5
23233   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23234   (exit $ac_status); } && {
23235          test -z "$ac_c_werror_flag" ||
23236          test ! -s conftest.err
23237        } && test -s conftest.$ac_objext; then
23238   ac_cv_member_struct_stat_st_blocks=yes
23239 else
23240   $as_echo "$as_me: failed program was:" >&5
23241 sed 's/^/| /' conftest.$ac_ext >&5
23242
23243         ac_cv_member_struct_stat_st_blocks=no
23244 fi
23245
23246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23247 fi
23248
23249 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23250 fi
23251 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23252 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23253 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23254
23255 cat >>confdefs.h <<_ACEOF
23256 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23257 _ACEOF
23258
23259
23260 fi
23261 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23262 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23263 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23264   $as_echo_n "(cached) " >&6
23265 else
23266   cat >conftest.$ac_ext <<_ACEOF
23267 /* confdefs.h.  */
23268 _ACEOF
23269 cat confdefs.h >>conftest.$ac_ext
23270 cat >>conftest.$ac_ext <<_ACEOF
23271 /* end confdefs.h.  */
23272 $ac_includes_default
23273 int
23274 main ()
23275 {
23276 static struct stat ac_aggr;
23277 if (ac_aggr.st_mtim)
23278 return 0;
23279   ;
23280   return 0;
23281 }
23282 _ACEOF
23283 rm -f conftest.$ac_objext
23284 if { (ac_try="$ac_compile"
23285 case "(($ac_try" in
23286   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23287   *) ac_try_echo=$ac_try;;
23288 esac
23289 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23290 $as_echo "$ac_try_echo") >&5
23291   (eval "$ac_compile") 2>conftest.er1
23292   ac_status=$?
23293   grep -v '^ *+' conftest.er1 >conftest.err
23294   rm -f conftest.er1
23295   cat conftest.err >&5
23296   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23297   (exit $ac_status); } && {
23298          test -z "$ac_c_werror_flag" ||
23299          test ! -s conftest.err
23300        } && test -s conftest.$ac_objext; then
23301   ac_cv_member_struct_stat_st_mtim=yes
23302 else
23303   $as_echo "$as_me: failed program was:" >&5
23304 sed 's/^/| /' conftest.$ac_ext >&5
23305
23306         cat >conftest.$ac_ext <<_ACEOF
23307 /* confdefs.h.  */
23308 _ACEOF
23309 cat confdefs.h >>conftest.$ac_ext
23310 cat >>conftest.$ac_ext <<_ACEOF
23311 /* end confdefs.h.  */
23312 $ac_includes_default
23313 int
23314 main ()
23315 {
23316 static struct stat ac_aggr;
23317 if (sizeof ac_aggr.st_mtim)
23318 return 0;
23319   ;
23320   return 0;
23321 }
23322 _ACEOF
23323 rm -f conftest.$ac_objext
23324 if { (ac_try="$ac_compile"
23325 case "(($ac_try" in
23326   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23327   *) ac_try_echo=$ac_try;;
23328 esac
23329 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23330 $as_echo "$ac_try_echo") >&5
23331   (eval "$ac_compile") 2>conftest.er1
23332   ac_status=$?
23333   grep -v '^ *+' conftest.er1 >conftest.err
23334   rm -f conftest.er1
23335   cat conftest.err >&5
23336   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23337   (exit $ac_status); } && {
23338          test -z "$ac_c_werror_flag" ||
23339          test ! -s conftest.err
23340        } && test -s conftest.$ac_objext; then
23341   ac_cv_member_struct_stat_st_mtim=yes
23342 else
23343   $as_echo "$as_me: failed program was:" >&5
23344 sed 's/^/| /' conftest.$ac_ext >&5
23345
23346         ac_cv_member_struct_stat_st_mtim=no
23347 fi
23348
23349 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23350 fi
23351
23352 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23353 fi
23354 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23355 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23356 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23357
23358 cat >>confdefs.h <<_ACEOF
23359 #define HAVE_STRUCT_STAT_ST_MTIM 1
23360 _ACEOF
23361
23362
23363 fi
23364 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23365 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23366 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23367   $as_echo_n "(cached) " >&6
23368 else
23369   cat >conftest.$ac_ext <<_ACEOF
23370 /* confdefs.h.  */
23371 _ACEOF
23372 cat confdefs.h >>conftest.$ac_ext
23373 cat >>conftest.$ac_ext <<_ACEOF
23374 /* end confdefs.h.  */
23375 $ac_includes_default
23376 int
23377 main ()
23378 {
23379 static struct stat ac_aggr;
23380 if (ac_aggr.st_ctim)
23381 return 0;
23382   ;
23383   return 0;
23384 }
23385 _ACEOF
23386 rm -f conftest.$ac_objext
23387 if { (ac_try="$ac_compile"
23388 case "(($ac_try" in
23389   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23390   *) ac_try_echo=$ac_try;;
23391 esac
23392 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23393 $as_echo "$ac_try_echo") >&5
23394   (eval "$ac_compile") 2>conftest.er1
23395   ac_status=$?
23396   grep -v '^ *+' conftest.er1 >conftest.err
23397   rm -f conftest.er1
23398   cat conftest.err >&5
23399   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23400   (exit $ac_status); } && {
23401          test -z "$ac_c_werror_flag" ||
23402          test ! -s conftest.err
23403        } && test -s conftest.$ac_objext; then
23404   ac_cv_member_struct_stat_st_ctim=yes
23405 else
23406   $as_echo "$as_me: failed program was:" >&5
23407 sed 's/^/| /' conftest.$ac_ext >&5
23408
23409         cat >conftest.$ac_ext <<_ACEOF
23410 /* confdefs.h.  */
23411 _ACEOF
23412 cat confdefs.h >>conftest.$ac_ext
23413 cat >>conftest.$ac_ext <<_ACEOF
23414 /* end confdefs.h.  */
23415 $ac_includes_default
23416 int
23417 main ()
23418 {
23419 static struct stat ac_aggr;
23420 if (sizeof ac_aggr.st_ctim)
23421 return 0;
23422   ;
23423   return 0;
23424 }
23425 _ACEOF
23426 rm -f conftest.$ac_objext
23427 if { (ac_try="$ac_compile"
23428 case "(($ac_try" in
23429   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23430   *) ac_try_echo=$ac_try;;
23431 esac
23432 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23433 $as_echo "$ac_try_echo") >&5
23434   (eval "$ac_compile") 2>conftest.er1
23435   ac_status=$?
23436   grep -v '^ *+' conftest.er1 >conftest.err
23437   rm -f conftest.er1
23438   cat conftest.err >&5
23439   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23440   (exit $ac_status); } && {
23441          test -z "$ac_c_werror_flag" ||
23442          test ! -s conftest.err
23443        } && test -s conftest.$ac_objext; then
23444   ac_cv_member_struct_stat_st_ctim=yes
23445 else
23446   $as_echo "$as_me: failed program was:" >&5
23447 sed 's/^/| /' conftest.$ac_ext >&5
23448
23449         ac_cv_member_struct_stat_st_ctim=no
23450 fi
23451
23452 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23453 fi
23454
23455 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23456 fi
23457 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23458 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23459 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23460
23461 cat >>confdefs.h <<_ACEOF
23462 #define HAVE_STRUCT_STAT_ST_CTIM 1
23463 _ACEOF
23464
23465
23466 fi
23467 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23468 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23469 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23470   $as_echo_n "(cached) " >&6
23471 else
23472   cat >conftest.$ac_ext <<_ACEOF
23473 /* confdefs.h.  */
23474 _ACEOF
23475 cat confdefs.h >>conftest.$ac_ext
23476 cat >>conftest.$ac_ext <<_ACEOF
23477 /* end confdefs.h.  */
23478 $ac_includes_default
23479 int
23480 main ()
23481 {
23482 static struct stat ac_aggr;
23483 if (ac_aggr.st_atim)
23484 return 0;
23485   ;
23486   return 0;
23487 }
23488 _ACEOF
23489 rm -f conftest.$ac_objext
23490 if { (ac_try="$ac_compile"
23491 case "(($ac_try" in
23492   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23493   *) ac_try_echo=$ac_try;;
23494 esac
23495 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23496 $as_echo "$ac_try_echo") >&5
23497   (eval "$ac_compile") 2>conftest.er1
23498   ac_status=$?
23499   grep -v '^ *+' conftest.er1 >conftest.err
23500   rm -f conftest.er1
23501   cat conftest.err >&5
23502   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23503   (exit $ac_status); } && {
23504          test -z "$ac_c_werror_flag" ||
23505          test ! -s conftest.err
23506        } && test -s conftest.$ac_objext; then
23507   ac_cv_member_struct_stat_st_atim=yes
23508 else
23509   $as_echo "$as_me: failed program was:" >&5
23510 sed 's/^/| /' conftest.$ac_ext >&5
23511
23512         cat >conftest.$ac_ext <<_ACEOF
23513 /* confdefs.h.  */
23514 _ACEOF
23515 cat confdefs.h >>conftest.$ac_ext
23516 cat >>conftest.$ac_ext <<_ACEOF
23517 /* end confdefs.h.  */
23518 $ac_includes_default
23519 int
23520 main ()
23521 {
23522 static struct stat ac_aggr;
23523 if (sizeof ac_aggr.st_atim)
23524 return 0;
23525   ;
23526   return 0;
23527 }
23528 _ACEOF
23529 rm -f conftest.$ac_objext
23530 if { (ac_try="$ac_compile"
23531 case "(($ac_try" in
23532   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23533   *) ac_try_echo=$ac_try;;
23534 esac
23535 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23536 $as_echo "$ac_try_echo") >&5
23537   (eval "$ac_compile") 2>conftest.er1
23538   ac_status=$?
23539   grep -v '^ *+' conftest.er1 >conftest.err
23540   rm -f conftest.er1
23541   cat conftest.err >&5
23542   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23543   (exit $ac_status); } && {
23544          test -z "$ac_c_werror_flag" ||
23545          test ! -s conftest.err
23546        } && test -s conftest.$ac_objext; then
23547   ac_cv_member_struct_stat_st_atim=yes
23548 else
23549   $as_echo "$as_me: failed program was:" >&5
23550 sed 's/^/| /' conftest.$ac_ext >&5
23551
23552         ac_cv_member_struct_stat_st_atim=no
23553 fi
23554
23555 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23556 fi
23557
23558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23559 fi
23560 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23561 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23562 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23563
23564 cat >>confdefs.h <<_ACEOF
23565 #define HAVE_STRUCT_STAT_ST_ATIM 1
23566 _ACEOF
23567
23568
23569 fi
23570
23571
23572 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23573 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23574 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23575   $as_echo_n "(cached) " >&6
23576 else
23577   cat >conftest.$ac_ext <<_ACEOF
23578 /* confdefs.h.  */
23579 _ACEOF
23580 cat confdefs.h >>conftest.$ac_ext
23581 cat >>conftest.$ac_ext <<_ACEOF
23582 /* end confdefs.h.  */
23583 #ifdef HAVE_SYS_TYPES_H
23584 #include <sys/types.h>
23585 #endif
23586 #ifdef HAVE_NETINET_IN_H
23587 #include <netinet/in.h>
23588 #endif
23589
23590 int
23591 main ()
23592 {
23593 static struct sockaddr_in6 ac_aggr;
23594 if (ac_aggr.sin6_scope_id)
23595 return 0;
23596   ;
23597   return 0;
23598 }
23599 _ACEOF
23600 rm -f conftest.$ac_objext
23601 if { (ac_try="$ac_compile"
23602 case "(($ac_try" in
23603   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23604   *) ac_try_echo=$ac_try;;
23605 esac
23606 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23607 $as_echo "$ac_try_echo") >&5
23608   (eval "$ac_compile") 2>conftest.er1
23609   ac_status=$?
23610   grep -v '^ *+' conftest.er1 >conftest.err
23611   rm -f conftest.er1
23612   cat conftest.err >&5
23613   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23614   (exit $ac_status); } && {
23615          test -z "$ac_c_werror_flag" ||
23616          test ! -s conftest.err
23617        } && test -s conftest.$ac_objext; then
23618   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23619 else
23620   $as_echo "$as_me: failed program was:" >&5
23621 sed 's/^/| /' conftest.$ac_ext >&5
23622
23623         cat >conftest.$ac_ext <<_ACEOF
23624 /* confdefs.h.  */
23625 _ACEOF
23626 cat confdefs.h >>conftest.$ac_ext
23627 cat >>conftest.$ac_ext <<_ACEOF
23628 /* end confdefs.h.  */
23629 #ifdef HAVE_SYS_TYPES_H
23630 #include <sys/types.h>
23631 #endif
23632 #ifdef HAVE_NETINET_IN_H
23633 #include <netinet/in.h>
23634 #endif
23635
23636 int
23637 main ()
23638 {
23639 static struct sockaddr_in6 ac_aggr;
23640 if (sizeof ac_aggr.sin6_scope_id)
23641 return 0;
23642   ;
23643   return 0;
23644 }
23645 _ACEOF
23646 rm -f conftest.$ac_objext
23647 if { (ac_try="$ac_compile"
23648 case "(($ac_try" in
23649   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23650   *) ac_try_echo=$ac_try;;
23651 esac
23652 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23653 $as_echo "$ac_try_echo") >&5
23654   (eval "$ac_compile") 2>conftest.er1
23655   ac_status=$?
23656   grep -v '^ *+' conftest.er1 >conftest.err
23657   rm -f conftest.er1
23658   cat conftest.err >&5
23659   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23660   (exit $ac_status); } && {
23661          test -z "$ac_c_werror_flag" ||
23662          test ! -s conftest.err
23663        } && test -s conftest.$ac_objext; then
23664   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23665 else
23666   $as_echo "$as_me: failed program was:" >&5
23667 sed 's/^/| /' conftest.$ac_ext >&5
23668
23669         ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23670 fi
23671
23672 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23673 fi
23674
23675 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23676 fi
23677 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23678 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23679 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23680
23681 cat >>confdefs.h <<_ACEOF
23682 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23683 _ACEOF
23684
23685
23686 fi
23687
23688
23689 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23690 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23691 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23692   $as_echo_n "(cached) " >&6
23693 else
23694   cat >conftest.$ac_ext <<_ACEOF
23695 /* confdefs.h.  */
23696 _ACEOF
23697 cat confdefs.h >>conftest.$ac_ext
23698 cat >>conftest.$ac_ext <<_ACEOF
23699 /* end confdefs.h.  */
23700 #ifdef HAVE_SYS_TYPES_H
23701 #include <sys/types.h>
23702 #endif
23703 #ifdef HAVE_NETINET_IN_H
23704 # include <netinet/in.h>
23705 #endif
23706 #ifdef HAVE_ARPA_NAMESER_H
23707 # include <arpa/nameser.h>
23708 #endif
23709
23710 int
23711 main ()
23712 {
23713 static ns_msg ac_aggr;
23714 if (ac_aggr._msg_ptr)
23715 return 0;
23716   ;
23717   return 0;
23718 }
23719 _ACEOF
23720 rm -f conftest.$ac_objext
23721 if { (ac_try="$ac_compile"
23722 case "(($ac_try" in
23723   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23724   *) ac_try_echo=$ac_try;;
23725 esac
23726 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23727 $as_echo "$ac_try_echo") >&5
23728   (eval "$ac_compile") 2>conftest.er1
23729   ac_status=$?
23730   grep -v '^ *+' conftest.er1 >conftest.err
23731   rm -f conftest.er1
23732   cat conftest.err >&5
23733   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23734   (exit $ac_status); } && {
23735          test -z "$ac_c_werror_flag" ||
23736          test ! -s conftest.err
23737        } && test -s conftest.$ac_objext; then
23738   ac_cv_member_ns_msg__msg_ptr=yes
23739 else
23740   $as_echo "$as_me: failed program was:" >&5
23741 sed 's/^/| /' conftest.$ac_ext >&5
23742
23743         cat >conftest.$ac_ext <<_ACEOF
23744 /* confdefs.h.  */
23745 _ACEOF
23746 cat confdefs.h >>conftest.$ac_ext
23747 cat >>conftest.$ac_ext <<_ACEOF
23748 /* end confdefs.h.  */
23749 #ifdef HAVE_SYS_TYPES_H
23750 #include <sys/types.h>
23751 #endif
23752 #ifdef HAVE_NETINET_IN_H
23753 # include <netinet/in.h>
23754 #endif
23755 #ifdef HAVE_ARPA_NAMESER_H
23756 # include <arpa/nameser.h>
23757 #endif
23758
23759 int
23760 main ()
23761 {
23762 static ns_msg ac_aggr;
23763 if (sizeof ac_aggr._msg_ptr)
23764 return 0;
23765   ;
23766   return 0;
23767 }
23768 _ACEOF
23769 rm -f conftest.$ac_objext
23770 if { (ac_try="$ac_compile"
23771 case "(($ac_try" in
23772   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23773   *) ac_try_echo=$ac_try;;
23774 esac
23775 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23776 $as_echo "$ac_try_echo") >&5
23777   (eval "$ac_compile") 2>conftest.er1
23778   ac_status=$?
23779   grep -v '^ *+' conftest.er1 >conftest.err
23780   rm -f conftest.er1
23781   cat conftest.err >&5
23782   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23783   (exit $ac_status); } && {
23784          test -z "$ac_c_werror_flag" ||
23785          test ! -s conftest.err
23786        } && test -s conftest.$ac_objext; then
23787   ac_cv_member_ns_msg__msg_ptr=yes
23788 else
23789   $as_echo "$as_me: failed program was:" >&5
23790 sed 's/^/| /' conftest.$ac_ext >&5
23791
23792         ac_cv_member_ns_msg__msg_ptr=no
23793 fi
23794
23795 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23796 fi
23797
23798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23799 fi
23800 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23801 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23802 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23803
23804 cat >>confdefs.h <<_ACEOF
23805 #define HAVE_NS_MSG__MSG_PTR 1
23806 _ACEOF
23807
23808
23809 fi
23810
23811
23812 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23813 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23814 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23815   $as_echo_n "(cached) " >&6
23816 else
23817   cat >conftest.$ac_ext <<_ACEOF
23818 /* confdefs.h.  */
23819 _ACEOF
23820 cat confdefs.h >>conftest.$ac_ext
23821 cat >>conftest.$ac_ext <<_ACEOF
23822 /* end confdefs.h.  */
23823 #ifdef HAVE_SYS_TYPES_H
23824 #include <sys/types.h>
23825 #endif
23826 #ifdef HAVE_ALIAS_H
23827 #include <alias.h>
23828 #endif
23829 #ifdef HAVE_SYS_SOCKET_H
23830 #include <sys/socket.h>
23831 #endif
23832 #ifdef HAVE_SYS_SOCKETVAR_H
23833 #include <sys/socketvar.h>
23834 #endif
23835 #ifdef HAVE_SYS_TIMEOUT_H
23836 #include <sys/timeout.h>
23837 #endif
23838 #ifdef HAVE_NETINET_IN_H
23839 #include <netinet/in.h>
23840 #endif
23841 #ifdef HAVE_NETINET_IN_SYSTM_H
23842 #include <netinet/in_systm.h>
23843 #endif
23844 #ifdef HAVE_NETINET_IP_H
23845 #include <netinet/ip.h>
23846 #endif
23847 #ifdef HAVE_NETINET_IP_VAR_H
23848 #include <netinet/ip_var.h>
23849 #endif
23850 #ifdef HAVE_NETINET_IP_ICMP_H
23851 #include <netinet/ip_icmp.h>
23852 #endif
23853 #ifdef HAVE_NETINET_ICMP_VAR
23854 #include <netinet/icmp_var.h>
23855 #endif
23856
23857 int
23858 main ()
23859 {
23860 static struct icmpstat ac_aggr;
23861 if (ac_aggr.icps_outhist)
23862 return 0;
23863   ;
23864   return 0;
23865 }
23866 _ACEOF
23867 rm -f conftest.$ac_objext
23868 if { (ac_try="$ac_compile"
23869 case "(($ac_try" in
23870   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23871   *) ac_try_echo=$ac_try;;
23872 esac
23873 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23874 $as_echo "$ac_try_echo") >&5
23875   (eval "$ac_compile") 2>conftest.er1
23876   ac_status=$?
23877   grep -v '^ *+' conftest.er1 >conftest.err
23878   rm -f conftest.er1
23879   cat conftest.err >&5
23880   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23881   (exit $ac_status); } && {
23882          test -z "$ac_c_werror_flag" ||
23883          test ! -s conftest.err
23884        } && test -s conftest.$ac_objext; then
23885   ac_cv_member_struct_icmpstat_icps_outhist=yes
23886 else
23887   $as_echo "$as_me: failed program was:" >&5
23888 sed 's/^/| /' conftest.$ac_ext >&5
23889
23890         cat >conftest.$ac_ext <<_ACEOF
23891 /* confdefs.h.  */
23892 _ACEOF
23893 cat confdefs.h >>conftest.$ac_ext
23894 cat >>conftest.$ac_ext <<_ACEOF
23895 /* end confdefs.h.  */
23896 #ifdef HAVE_SYS_TYPES_H
23897 #include <sys/types.h>
23898 #endif
23899 #ifdef HAVE_ALIAS_H
23900 #include <alias.h>
23901 #endif
23902 #ifdef HAVE_SYS_SOCKET_H
23903 #include <sys/socket.h>
23904 #endif
23905 #ifdef HAVE_SYS_SOCKETVAR_H
23906 #include <sys/socketvar.h>
23907 #endif
23908 #ifdef HAVE_SYS_TIMEOUT_H
23909 #include <sys/timeout.h>
23910 #endif
23911 #ifdef HAVE_NETINET_IN_H
23912 #include <netinet/in.h>
23913 #endif
23914 #ifdef HAVE_NETINET_IN_SYSTM_H
23915 #include <netinet/in_systm.h>
23916 #endif
23917 #ifdef HAVE_NETINET_IP_H
23918 #include <netinet/ip.h>
23919 #endif
23920 #ifdef HAVE_NETINET_IP_VAR_H
23921 #include <netinet/ip_var.h>
23922 #endif
23923 #ifdef HAVE_NETINET_IP_ICMP_H
23924 #include <netinet/ip_icmp.h>
23925 #endif
23926 #ifdef HAVE_NETINET_ICMP_VAR
23927 #include <netinet/icmp_var.h>
23928 #endif
23929
23930 int
23931 main ()
23932 {
23933 static struct icmpstat ac_aggr;
23934 if (sizeof ac_aggr.icps_outhist)
23935 return 0;
23936   ;
23937   return 0;
23938 }
23939 _ACEOF
23940 rm -f conftest.$ac_objext
23941 if { (ac_try="$ac_compile"
23942 case "(($ac_try" in
23943   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23944   *) ac_try_echo=$ac_try;;
23945 esac
23946 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23947 $as_echo "$ac_try_echo") >&5
23948   (eval "$ac_compile") 2>conftest.er1
23949   ac_status=$?
23950   grep -v '^ *+' conftest.er1 >conftest.err
23951   rm -f conftest.er1
23952   cat conftest.err >&5
23953   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23954   (exit $ac_status); } && {
23955          test -z "$ac_c_werror_flag" ||
23956          test ! -s conftest.err
23957        } && test -s conftest.$ac_objext; then
23958   ac_cv_member_struct_icmpstat_icps_outhist=yes
23959 else
23960   $as_echo "$as_me: failed program was:" >&5
23961 sed 's/^/| /' conftest.$ac_ext >&5
23962
23963         ac_cv_member_struct_icmpstat_icps_outhist=no
23964 fi
23965
23966 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23967 fi
23968
23969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23970 fi
23971 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23972 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23973 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
23974
23975 cat >>confdefs.h <<_ACEOF
23976 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23977 _ACEOF
23978
23979
23980 fi
23981
23982
23983 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23984 $as_echo_n "checking for timezone variable... " >&6; }
23985 if test "${ac_cv_have_timezone+set}" = set; then
23986   $as_echo_n "(cached) " >&6
23987 else
23988   cat >conftest.$ac_ext <<_ACEOF
23989 /* confdefs.h.  */
23990 _ACEOF
23991 cat confdefs.h >>conftest.$ac_ext
23992 cat >>conftest.$ac_ext <<_ACEOF
23993 /* end confdefs.h.  */
23994 #include <time.h>
23995 int
23996 main ()
23997 {
23998 timezone = 1
23999   ;
24000   return 0;
24001 }
24002 _ACEOF
24003 rm -f conftest.$ac_objext conftest$ac_exeext
24004 if { (ac_try="$ac_link"
24005 case "(($ac_try" in
24006   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24007   *) ac_try_echo=$ac_try;;
24008 esac
24009 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24010 $as_echo "$ac_try_echo") >&5
24011   (eval "$ac_link") 2>conftest.er1
24012   ac_status=$?
24013   grep -v '^ *+' conftest.er1 >conftest.err
24014   rm -f conftest.er1
24015   cat conftest.err >&5
24016   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24017   (exit $ac_status); } && {
24018          test -z "$ac_c_werror_flag" ||
24019          test ! -s conftest.err
24020        } && test -s conftest$ac_exeext && {
24021          test "$cross_compiling" = yes ||
24022          $as_test_x conftest$ac_exeext
24023        }; then
24024   ac_cv_have_timezone="yes"
24025 else
24026   $as_echo "$as_me: failed program was:" >&5
24027 sed 's/^/| /' conftest.$ac_ext >&5
24028
24029         ac_cv_have_timezone="no"
24030 fi
24031
24032 rm -rf conftest.dSYM
24033 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24034       conftest$ac_exeext conftest.$ac_ext
24035 fi
24036 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
24037 $as_echo "$ac_cv_have_timezone" >&6; }
24038 if test "$ac_cv_have_timezone" = "yes"
24039 then
24040
24041 cat >>confdefs.h <<\_ACEOF
24042 #define HAVE_TIMEZONE 1
24043 _ACEOF
24044
24045 fi
24046 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
24047 $as_echo_n "checking for daylight variable... " >&6; }
24048 if test "${ac_cv_have_daylight+set}" = set; then
24049   $as_echo_n "(cached) " >&6
24050 else
24051   cat >conftest.$ac_ext <<_ACEOF
24052 /* confdefs.h.  */
24053 _ACEOF
24054 cat confdefs.h >>conftest.$ac_ext
24055 cat >>conftest.$ac_ext <<_ACEOF
24056 /* end confdefs.h.  */
24057 #include <time.h>
24058 int
24059 main ()
24060 {
24061 daylight = 1
24062   ;
24063   return 0;
24064 }
24065 _ACEOF
24066 rm -f conftest.$ac_objext conftest$ac_exeext
24067 if { (ac_try="$ac_link"
24068 case "(($ac_try" in
24069   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24070   *) ac_try_echo=$ac_try;;
24071 esac
24072 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24073 $as_echo "$ac_try_echo") >&5
24074   (eval "$ac_link") 2>conftest.er1
24075   ac_status=$?
24076   grep -v '^ *+' conftest.er1 >conftest.err
24077   rm -f conftest.er1
24078   cat conftest.err >&5
24079   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24080   (exit $ac_status); } && {
24081          test -z "$ac_c_werror_flag" ||
24082          test ! -s conftest.err
24083        } && test -s conftest$ac_exeext && {
24084          test "$cross_compiling" = yes ||
24085          $as_test_x conftest$ac_exeext
24086        }; then
24087   ac_cv_have_daylight="yes"
24088 else
24089   $as_echo "$as_me: failed program was:" >&5
24090 sed 's/^/| /' conftest.$ac_ext >&5
24091
24092         ac_cv_have_daylight="no"
24093 fi
24094
24095 rm -rf conftest.dSYM
24096 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24097       conftest$ac_exeext conftest.$ac_ext
24098 fi
24099 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
24100 $as_echo "$ac_cv_have_daylight" >&6; }
24101 if test "$ac_cv_have_daylight" = "yes"
24102 then
24103
24104 cat >>confdefs.h <<\_ACEOF
24105 #define HAVE_DAYLIGHT 1
24106 _ACEOF
24107
24108 fi
24109
24110 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
24111 $as_echo_n "checking for isinf... " >&6; }
24112 if test "${ac_cv_have_isinf+set}" = set; then
24113   $as_echo_n "(cached) " >&6
24114 else
24115   cat >conftest.$ac_ext <<_ACEOF
24116 /* confdefs.h.  */
24117 _ACEOF
24118 cat confdefs.h >>conftest.$ac_ext
24119 cat >>conftest.$ac_ext <<_ACEOF
24120 /* end confdefs.h.  */
24121 #include <math.h>
24122 int
24123 main ()
24124 {
24125 float f = 0.0; int i=isinf(f)
24126   ;
24127   return 0;
24128 }
24129 _ACEOF
24130 rm -f conftest.$ac_objext conftest$ac_exeext
24131 if { (ac_try="$ac_link"
24132 case "(($ac_try" in
24133   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24134   *) ac_try_echo=$ac_try;;
24135 esac
24136 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24137 $as_echo "$ac_try_echo") >&5
24138   (eval "$ac_link") 2>conftest.er1
24139   ac_status=$?
24140   grep -v '^ *+' conftest.er1 >conftest.err
24141   rm -f conftest.er1
24142   cat conftest.err >&5
24143   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24144   (exit $ac_status); } && {
24145          test -z "$ac_c_werror_flag" ||
24146          test ! -s conftest.err
24147        } && test -s conftest$ac_exeext && {
24148          test "$cross_compiling" = yes ||
24149          $as_test_x conftest$ac_exeext
24150        }; then
24151   ac_cv_have_isinf="yes"
24152 else
24153   $as_echo "$as_me: failed program was:" >&5
24154 sed 's/^/| /' conftest.$ac_ext >&5
24155
24156         ac_cv_have_isinf="no"
24157 fi
24158
24159 rm -rf conftest.dSYM
24160 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24161       conftest$ac_exeext conftest.$ac_ext
24162 fi
24163 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
24164 $as_echo "$ac_cv_have_isinf" >&6; }
24165 if test "$ac_cv_have_isinf" = "yes"
24166 then
24167
24168 cat >>confdefs.h <<\_ACEOF
24169 #define HAVE_ISINF 1
24170 _ACEOF
24171
24172 fi
24173
24174 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
24175 $as_echo_n "checking for isnan... " >&6; }
24176 if test "${ac_cv_have_isnan+set}" = set; then
24177   $as_echo_n "(cached) " >&6
24178 else
24179   cat >conftest.$ac_ext <<_ACEOF
24180 /* confdefs.h.  */
24181 _ACEOF
24182 cat confdefs.h >>conftest.$ac_ext
24183 cat >>conftest.$ac_ext <<_ACEOF
24184 /* end confdefs.h.  */
24185 #include <math.h>
24186 int
24187 main ()
24188 {
24189 float f = 0.0; int i=isnan(f)
24190   ;
24191   return 0;
24192 }
24193 _ACEOF
24194 rm -f conftest.$ac_objext conftest$ac_exeext
24195 if { (ac_try="$ac_link"
24196 case "(($ac_try" in
24197   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24198   *) ac_try_echo=$ac_try;;
24199 esac
24200 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24201 $as_echo "$ac_try_echo") >&5
24202   (eval "$ac_link") 2>conftest.er1
24203   ac_status=$?
24204   grep -v '^ *+' conftest.er1 >conftest.err
24205   rm -f conftest.er1
24206   cat conftest.err >&5
24207   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24208   (exit $ac_status); } && {
24209          test -z "$ac_c_werror_flag" ||
24210          test ! -s conftest.err
24211        } && test -s conftest$ac_exeext && {
24212          test "$cross_compiling" = yes ||
24213          $as_test_x conftest$ac_exeext
24214        }; then
24215   ac_cv_have_isnan="yes"
24216 else
24217   $as_echo "$as_me: failed program was:" >&5
24218 sed 's/^/| /' conftest.$ac_ext >&5
24219
24220         ac_cv_have_isnan="no"
24221 fi
24222
24223 rm -rf conftest.dSYM
24224 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24225       conftest$ac_exeext conftest.$ac_ext
24226 fi
24227 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
24228 $as_echo "$ac_cv_have_isnan" >&6; }
24229 if test "$ac_cv_have_isnan" = "yes"
24230 then
24231
24232 cat >>confdefs.h <<\_ACEOF
24233 #define HAVE_ISNAN 1
24234 _ACEOF
24235
24236 fi
24237
24238
24239 case $host_cpu in
24240   *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
24241 $as_echo_n "checking whether we need to define __i386__... " >&6; }
24242 if test "${ac_cv_cpp_def___i386__+set}" = set; then
24243   $as_echo_n "(cached) " >&6
24244 else
24245   cat >conftest.$ac_ext <<_ACEOF
24246 /* confdefs.h.  */
24247 _ACEOF
24248 cat confdefs.h >>conftest.$ac_ext
24249 cat >>conftest.$ac_ext <<_ACEOF
24250 /* end confdefs.h.  */
24251 #ifndef __i386__
24252 yes
24253 #endif
24254 _ACEOF
24255 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24256   $EGREP "yes" >/dev/null 2>&1; then
24257   ac_cv_cpp_def___i386__=yes
24258 else
24259   ac_cv_cpp_def___i386__=no
24260 fi
24261 rm -f conftest*
24262
24263 fi
24264 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24265 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24266 if test $ac_cv_cpp_def___i386__ = yes; then
24267   CFLAGS="$CFLAGS -D__i386__"
24268   LINTFLAGS="$LINTFLAGS -D__i386__"
24269 fi
24270  ;;
24271   *x86_64*)         { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24272 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24273 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24274   $as_echo_n "(cached) " >&6
24275 else
24276   cat >conftest.$ac_ext <<_ACEOF
24277 /* confdefs.h.  */
24278 _ACEOF
24279 cat confdefs.h >>conftest.$ac_ext
24280 cat >>conftest.$ac_ext <<_ACEOF
24281 /* end confdefs.h.  */
24282 #ifndef __x86_64__
24283 yes
24284 #endif
24285 _ACEOF
24286 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24287   $EGREP "yes" >/dev/null 2>&1; then
24288   ac_cv_cpp_def___x86_64__=yes
24289 else
24290   ac_cv_cpp_def___x86_64__=no
24291 fi
24292 rm -f conftest*
24293
24294 fi
24295 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24296 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24297 if test $ac_cv_cpp_def___x86_64__ = yes; then
24298   CFLAGS="$CFLAGS -D__x86_64__"
24299   LINTFLAGS="$LINTFLAGS -D__x86_64__"
24300 fi
24301  ;;
24302   *alpha*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24303 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24304 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24305   $as_echo_n "(cached) " >&6
24306 else
24307   cat >conftest.$ac_ext <<_ACEOF
24308 /* confdefs.h.  */
24309 _ACEOF
24310 cat confdefs.h >>conftest.$ac_ext
24311 cat >>conftest.$ac_ext <<_ACEOF
24312 /* end confdefs.h.  */
24313 #ifndef __ALPHA__
24314 yes
24315 #endif
24316 _ACEOF
24317 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24318   $EGREP "yes" >/dev/null 2>&1; then
24319   ac_cv_cpp_def___ALPHA__=yes
24320 else
24321   ac_cv_cpp_def___ALPHA__=no
24322 fi
24323 rm -f conftest*
24324
24325 fi
24326 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24327 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24328 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24329   CFLAGS="$CFLAGS -D__ALPHA__"
24330   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24331 fi
24332  ;;
24333   *sparc*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24334 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24335 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24336   $as_echo_n "(cached) " >&6
24337 else
24338   cat >conftest.$ac_ext <<_ACEOF
24339 /* confdefs.h.  */
24340 _ACEOF
24341 cat confdefs.h >>conftest.$ac_ext
24342 cat >>conftest.$ac_ext <<_ACEOF
24343 /* end confdefs.h.  */
24344 #ifndef __sparc__
24345 yes
24346 #endif
24347 _ACEOF
24348 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24349   $EGREP "yes" >/dev/null 2>&1; then
24350   ac_cv_cpp_def___sparc__=yes
24351 else
24352   ac_cv_cpp_def___sparc__=no
24353 fi
24354 rm -f conftest*
24355
24356 fi
24357 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24358 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24359 if test $ac_cv_cpp_def___sparc__ = yes; then
24360   CFLAGS="$CFLAGS -D__sparc__"
24361   LINTFLAGS="$LINTFLAGS -D__sparc__"
24362 fi
24363  ;;
24364   *powerpc*)        { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24365 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24366 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24367   $as_echo_n "(cached) " >&6
24368 else
24369   cat >conftest.$ac_ext <<_ACEOF
24370 /* confdefs.h.  */
24371 _ACEOF
24372 cat confdefs.h >>conftest.$ac_ext
24373 cat >>conftest.$ac_ext <<_ACEOF
24374 /* end confdefs.h.  */
24375 #ifndef __powerpc__
24376 yes
24377 #endif
24378 _ACEOF
24379 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24380   $EGREP "yes" >/dev/null 2>&1; then
24381   ac_cv_cpp_def___powerpc__=yes
24382 else
24383   ac_cv_cpp_def___powerpc__=no
24384 fi
24385 rm -f conftest*
24386
24387 fi
24388 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24389 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24390 if test $ac_cv_cpp_def___powerpc__ = yes; then
24391   CFLAGS="$CFLAGS -D__powerpc__"
24392   LINTFLAGS="$LINTFLAGS -D__powerpc__"
24393 fi
24394  ;;
24395 esac
24396
24397 case $host_vendor in
24398   *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24399 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24400 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24401   $as_echo_n "(cached) " >&6
24402 else
24403   cat >conftest.$ac_ext <<_ACEOF
24404 /* confdefs.h.  */
24405 _ACEOF
24406 cat confdefs.h >>conftest.$ac_ext
24407 cat >>conftest.$ac_ext <<_ACEOF
24408 /* end confdefs.h.  */
24409 #ifndef __sun__
24410 yes
24411 #endif
24412 _ACEOF
24413 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24414   $EGREP "yes" >/dev/null 2>&1; then
24415   ac_cv_cpp_def___sun__=yes
24416 else
24417   ac_cv_cpp_def___sun__=no
24418 fi
24419 rm -f conftest*
24420
24421 fi
24422 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24423 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24424 if test $ac_cv_cpp_def___sun__ = yes; then
24425   CFLAGS="$CFLAGS -D__sun__"
24426   LINTFLAGS="$LINTFLAGS -D__sun__"
24427 fi
24428  ;;
24429 esac
24430
24431
24432 DEPENDENCIES="### Dependencies:
24433
24434 .INIT: Makefile
24435 .BEGIN: Makefile
24436 .MAKEFILEDEPS:
24437 Makefile: dummy
24438         -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24439
24440 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24441 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24442 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24443 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24444 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24445
24446
24447 ALL_MAKERULES=""
24448
24449 ALL_MAKEFILES=""
24450
24451 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24452
24453
24454 ALL_TOP_DIRS=""
24455
24456 ALL_DLL_DIRS=""
24457
24458 ALL_IMPLIB_DIRS=""
24459
24460 ALL_TEST_DIRS=""
24461
24462 ALL_PROGRAM_DIRS=""
24463
24464 ALL_PROGRAM_INSTALL_DIRS=""
24465
24466 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24467
24468
24469
24470
24471
24472 ac_config_commands="$ac_config_commands include/stamp-h"
24473
24474
24475 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24476
24477 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24478
24479 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24480
24481 ac_config_commands="$ac_config_commands dlls/user32/resources"
24482
24483 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24484
24485 ac_config_commands="$ac_config_commands include/wine"
24486
24487
24488 ALL_MAKERULES="$ALL_MAKERULES \\
24489         Make.rules"
24490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24491 Make.rules: Make.rules.in"
24492 MAKE_RULES=Make.rules
24493 ac_config_files="$ac_config_files Make.rules"
24494
24495 ALL_MAKERULES="$ALL_MAKERULES \\
24496         dlls/Makedll.rules"
24497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24498 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24499 MAKE_DLL_RULES=dlls/Makedll.rules
24500 ac_config_files="$ac_config_files dlls/Makedll.rules"
24501
24502 ALL_MAKERULES="$ALL_MAKERULES \\
24503         dlls/Makeimplib.rules"
24504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24505 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24506 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24507 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24508
24509 ALL_MAKERULES="$ALL_MAKERULES \\
24510         dlls/Maketest.rules"
24511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24512 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24513 MAKE_TEST_RULES=dlls/Maketest.rules
24514 ac_config_files="$ac_config_files dlls/Maketest.rules"
24515
24516 ALL_MAKERULES="$ALL_MAKERULES \\
24517         programs/Makeprog.rules"
24518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24519 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24520 MAKE_PROG_RULES=programs/Makeprog.rules
24521 ac_config_files="$ac_config_files programs/Makeprog.rules"
24522
24523
24524
24525
24526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24527 Makefile: Makefile.in Make.rules"
24528 ac_config_files="$ac_config_files Makefile"
24529
24530 ALL_MAKEFILES="$ALL_MAKEFILES \\
24531         dlls/Makefile"
24532 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24533         dlls"
24534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24535 dlls/Makefile: dlls/Makefile.in Make.rules"
24536 ac_config_files="$ac_config_files dlls/Makefile"
24537
24538 ALL_MAKEFILES="$ALL_MAKEFILES \\
24539         dlls/acledit/Makefile"
24540 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24541         acledit"
24542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24543 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24544 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24545
24546 ALL_MAKEFILES="$ALL_MAKEFILES \\
24547         dlls/aclui/Makefile"
24548 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24549         aclui"
24550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24551 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24552 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24553
24554 ALL_MAKEFILES="$ALL_MAKEFILES \\
24555         dlls/activeds/Makefile"
24556 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24557         activeds"
24558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24559 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24560 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24561
24562 ALL_MAKEFILES="$ALL_MAKEFILES \\
24563         dlls/actxprxy/Makefile"
24564 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24565         actxprxy"
24566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24567 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24568 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24569
24570 ALL_MAKEFILES="$ALL_MAKEFILES \\
24571         dlls/adsiid/Makefile"
24572 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24573         adsiid"
24574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24575 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24576 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24577
24578 ALL_MAKEFILES="$ALL_MAKEFILES \\
24579         dlls/advapi32/Makefile"
24580 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24581         advapi32"
24582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24583 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24584 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24585
24586 ALL_MAKEFILES="$ALL_MAKEFILES \\
24587         dlls/advapi32/tests/Makefile"
24588 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24589         advapi32/tests"
24590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24591 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24592 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24593
24594 ALL_MAKEFILES="$ALL_MAKEFILES \\
24595         dlls/advpack/Makefile"
24596 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24597         advpack"
24598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24599 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24600 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24601
24602 ALL_MAKEFILES="$ALL_MAKEFILES \\
24603         dlls/advpack/tests/Makefile"
24604 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24605         advpack/tests"
24606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24607 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24608 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24609
24610 ALL_MAKEFILES="$ALL_MAKEFILES \\
24611         dlls/amstream/Makefile"
24612 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24613         amstream"
24614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24615 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24616 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24617
24618 ALL_MAKEFILES="$ALL_MAKEFILES \\
24619         dlls/appwiz.cpl/Makefile"
24620 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24621         appwiz.cpl"
24622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24623 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24624 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24625
24626 ALL_MAKEFILES="$ALL_MAKEFILES \\
24627         dlls/atl/Makefile"
24628 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24629         atl"
24630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24631 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24632 ac_config_files="$ac_config_files dlls/atl/Makefile"
24633
24634 ALL_MAKEFILES="$ALL_MAKEFILES \\
24635         dlls/authz/Makefile"
24636 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24637         authz"
24638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24639 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24640 ac_config_files="$ac_config_files dlls/authz/Makefile"
24641
24642 ALL_MAKEFILES="$ALL_MAKEFILES \\
24643         dlls/avicap32/Makefile"
24644 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24645         avicap32"
24646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24647 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24648 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24649
24650 ALL_MAKEFILES="$ALL_MAKEFILES \\
24651         dlls/avifil32/Makefile"
24652 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24653         avifil32"
24654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24655 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24656 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24657
24658 ALL_MAKEFILES="$ALL_MAKEFILES \\
24659         dlls/browseui/Makefile"
24660 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24661         browseui"
24662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24663 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24664 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24665
24666 ALL_MAKEFILES="$ALL_MAKEFILES \\
24667         dlls/browseui/tests/Makefile"
24668 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24669         browseui/tests"
24670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24671 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24672 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24673
24674 ALL_MAKEFILES="$ALL_MAKEFILES \\
24675         dlls/cabinet/Makefile"
24676 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24677         cabinet"
24678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24679 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24680 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24681
24682 ALL_MAKEFILES="$ALL_MAKEFILES \\
24683         dlls/cabinet/tests/Makefile"
24684 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24685         cabinet/tests"
24686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24687 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24688 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24689
24690 ALL_MAKEFILES="$ALL_MAKEFILES \\
24691         dlls/capi2032/Makefile"
24692 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24693         capi2032"
24694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24695 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24696 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24697
24698 ALL_MAKEFILES="$ALL_MAKEFILES \\
24699         dlls/cards/Makefile"
24700 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24701         cards"
24702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24703 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24704 ac_config_files="$ac_config_files dlls/cards/Makefile"
24705
24706 ALL_MAKEFILES="$ALL_MAKEFILES \\
24707         dlls/cfgmgr32/Makefile"
24708 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24709         cfgmgr32"
24710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24711 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24712 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24713
24714 ALL_MAKEFILES="$ALL_MAKEFILES \\
24715         dlls/clusapi/Makefile"
24716 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24717         clusapi"
24718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24719 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24720 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24721
24722 ALL_MAKEFILES="$ALL_MAKEFILES \\
24723         dlls/comcat/Makefile"
24724 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24725         comcat"
24726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24727 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24728 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24729
24730 ALL_MAKEFILES="$ALL_MAKEFILES \\
24731         dlls/comcat/tests/Makefile"
24732 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24733         comcat/tests"
24734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24735 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24736 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24737
24738 ALL_MAKEFILES="$ALL_MAKEFILES \\
24739         dlls/comctl32/Makefile"
24740 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24741         comctl32"
24742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24743 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24744 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24745
24746 ALL_MAKEFILES="$ALL_MAKEFILES \\
24747         dlls/comctl32/tests/Makefile"
24748 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24749         comctl32/tests"
24750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24751 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24752 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24753
24754 ALL_MAKEFILES="$ALL_MAKEFILES \\
24755         dlls/comdlg32/Makefile"
24756 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24757         comdlg32"
24758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24759 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24760 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24761
24762 ALL_MAKEFILES="$ALL_MAKEFILES \\
24763         dlls/comdlg32/tests/Makefile"
24764 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24765         comdlg32/tests"
24766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24767 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24768 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24769
24770 ALL_MAKEFILES="$ALL_MAKEFILES \\
24771         dlls/comm.drv16/Makefile"
24772 test "x$enable_comm_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24773         comm.drv16"
24774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24775 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24776 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24777
24778 ALL_MAKEFILES="$ALL_MAKEFILES \\
24779         dlls/compobj.dll16/Makefile"
24780 test "x$enable_compobj_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24781         compobj.dll16"
24782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24783 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
24784 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
24785
24786 ALL_MAKEFILES="$ALL_MAKEFILES \\
24787         dlls/compstui/Makefile"
24788 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24789         compstui"
24790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24791 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24792 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24793
24794 ALL_MAKEFILES="$ALL_MAKEFILES \\
24795         dlls/credui/Makefile"
24796 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24797         credui"
24798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24799 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24800 ac_config_files="$ac_config_files dlls/credui/Makefile"
24801
24802 ALL_MAKEFILES="$ALL_MAKEFILES \\
24803         dlls/credui/tests/Makefile"
24804 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24805         credui/tests"
24806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24807 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24808 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24809
24810 ALL_MAKEFILES="$ALL_MAKEFILES \\
24811         dlls/crtdll/Makefile"
24812 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24813         crtdll"
24814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24815 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24816 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24817
24818 ALL_MAKEFILES="$ALL_MAKEFILES \\
24819         dlls/crypt32/Makefile"
24820 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24821         crypt32"
24822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24823 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24824 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24825
24826 ALL_MAKEFILES="$ALL_MAKEFILES \\
24827         dlls/crypt32/tests/Makefile"
24828 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24829         crypt32/tests"
24830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24831 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24832 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24833
24834 ALL_MAKEFILES="$ALL_MAKEFILES \\
24835         dlls/cryptdlg/Makefile"
24836 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24837         cryptdlg"
24838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24839 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24840 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24841
24842 ALL_MAKEFILES="$ALL_MAKEFILES \\
24843         dlls/cryptdll/Makefile"
24844 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24845         cryptdll"
24846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24847 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24848 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24849
24850 ALL_MAKEFILES="$ALL_MAKEFILES \\
24851         dlls/cryptnet/Makefile"
24852 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24853         cryptnet"
24854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24855 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24856 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24857
24858 ALL_MAKEFILES="$ALL_MAKEFILES \\
24859         dlls/cryptnet/tests/Makefile"
24860 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24861         cryptnet/tests"
24862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24863 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24864 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24865
24866 ALL_MAKEFILES="$ALL_MAKEFILES \\
24867         dlls/cryptui/Makefile"
24868 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24869         cryptui"
24870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24871 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24872 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24873
24874 ALL_MAKEFILES="$ALL_MAKEFILES \\
24875         dlls/cryptui/tests/Makefile"
24876 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24877         cryptui/tests"
24878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24879 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24880 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24881
24882 ALL_MAKEFILES="$ALL_MAKEFILES \\
24883         dlls/ctapi32/Makefile"
24884 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24885         ctapi32"
24886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24887 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24888 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24889
24890 ALL_MAKEFILES="$ALL_MAKEFILES \\
24891         dlls/ctl3d32/Makefile"
24892 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24893         ctl3d32"
24894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24895 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24896 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24897
24898 ALL_MAKEFILES="$ALL_MAKEFILES \\
24899         dlls/d3d10/Makefile"
24900 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24901         d3d10"
24902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24903 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24904 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24905
24906 ALL_MAKEFILES="$ALL_MAKEFILES \\
24907         dlls/d3d10/tests/Makefile"
24908 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24909         d3d10/tests"
24910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24911 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24912 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24913
24914 ALL_MAKEFILES="$ALL_MAKEFILES \\
24915         dlls/d3d10core/Makefile"
24916 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24917         d3d10core"
24918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24919 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24920 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24921
24922 ALL_MAKEFILES="$ALL_MAKEFILES \\
24923         dlls/d3d10core/tests/Makefile"
24924 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24925         d3d10core/tests"
24926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24927 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24928 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24929
24930 ALL_MAKEFILES="$ALL_MAKEFILES \\
24931         dlls/d3d8/Makefile"
24932 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24933         d3d8"
24934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24935 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24936 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24937
24938 ALL_MAKEFILES="$ALL_MAKEFILES \\
24939         dlls/d3d8/tests/Makefile"
24940 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24941         d3d8/tests"
24942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24943 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24944 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24945
24946 ALL_MAKEFILES="$ALL_MAKEFILES \\
24947         dlls/d3d9/Makefile"
24948 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24949         d3d9"
24950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24951 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24952 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24953
24954 ALL_MAKEFILES="$ALL_MAKEFILES \\
24955         dlls/d3d9/tests/Makefile"
24956 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24957         d3d9/tests"
24958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24959 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24960 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24961
24962 ALL_MAKEFILES="$ALL_MAKEFILES \\
24963         dlls/d3dim/Makefile"
24964 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24965         d3dim"
24966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24967 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24968 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24969
24970 ALL_MAKEFILES="$ALL_MAKEFILES \\
24971         dlls/d3drm/Makefile"
24972 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24973         d3drm"
24974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24975 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24976 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24977
24978 ALL_MAKEFILES="$ALL_MAKEFILES \\
24979         dlls/d3drm/tests/Makefile"
24980 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24981         d3drm/tests"
24982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24983 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24984 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24985
24986 ALL_MAKEFILES="$ALL_MAKEFILES \\
24987         dlls/d3dx8/Makefile"
24988 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24989         d3dx8"
24990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24991 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24992 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24993
24994 ALL_MAKEFILES="$ALL_MAKEFILES \\
24995         dlls/d3dx8/tests/Makefile"
24996 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24997         d3dx8/tests"
24998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24999 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
25000 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
25001
25002 ALL_MAKEFILES="$ALL_MAKEFILES \\
25003         dlls/d3dx9_24/Makefile"
25004 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25005         d3dx9_24"
25006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25007 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
25008 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
25009
25010 ALL_MAKEFILES="$ALL_MAKEFILES \\
25011         dlls/d3dx9_25/Makefile"
25012 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25013         d3dx9_25"
25014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25015 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
25016 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
25017
25018 ALL_MAKEFILES="$ALL_MAKEFILES \\
25019         dlls/d3dx9_26/Makefile"
25020 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25021         d3dx9_26"
25022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25023 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
25024 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
25025
25026 ALL_MAKEFILES="$ALL_MAKEFILES \\
25027         dlls/d3dx9_27/Makefile"
25028 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25029         d3dx9_27"
25030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25031 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
25032 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
25033
25034 ALL_MAKEFILES="$ALL_MAKEFILES \\
25035         dlls/d3dx9_28/Makefile"
25036 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25037         d3dx9_28"
25038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25039 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
25040 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
25041
25042 ALL_MAKEFILES="$ALL_MAKEFILES \\
25043         dlls/d3dx9_29/Makefile"
25044 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25045         d3dx9_29"
25046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25047 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
25048 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
25049
25050 ALL_MAKEFILES="$ALL_MAKEFILES \\
25051         dlls/d3dx9_30/Makefile"
25052 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25053         d3dx9_30"
25054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25055 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
25056 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
25057
25058 ALL_MAKEFILES="$ALL_MAKEFILES \\
25059         dlls/d3dx9_31/Makefile"
25060 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25061         d3dx9_31"
25062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25063 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
25064 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
25065
25066 ALL_MAKEFILES="$ALL_MAKEFILES \\
25067         dlls/d3dx9_32/Makefile"
25068 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25069         d3dx9_32"
25070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25071 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
25072 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
25073
25074 ALL_MAKEFILES="$ALL_MAKEFILES \\
25075         dlls/d3dx9_33/Makefile"
25076 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25077         d3dx9_33"
25078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25079 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
25080 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
25081
25082 ALL_MAKEFILES="$ALL_MAKEFILES \\
25083         dlls/d3dx9_34/Makefile"
25084 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25085         d3dx9_34"
25086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25087 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
25088 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
25089
25090 ALL_MAKEFILES="$ALL_MAKEFILES \\
25091         dlls/d3dx9_35/Makefile"
25092 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25093         d3dx9_35"
25094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25095 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
25096 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
25097
25098 ALL_MAKEFILES="$ALL_MAKEFILES \\
25099         dlls/d3dx9_36/Makefile"
25100 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25101         d3dx9_36"
25102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25103 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
25104 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
25105
25106 ALL_MAKEFILES="$ALL_MAKEFILES \\
25107         dlls/d3dx9_36/tests/Makefile"
25108 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25109         d3dx9_36/tests"
25110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25111 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
25112 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
25113
25114 ALL_MAKEFILES="$ALL_MAKEFILES \\
25115         dlls/d3dx9_37/Makefile"
25116 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25117         d3dx9_37"
25118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25119 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
25120 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
25121
25122 ALL_MAKEFILES="$ALL_MAKEFILES \\
25123         dlls/d3dx9_38/Makefile"
25124 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25125         d3dx9_38"
25126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25127 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
25128 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
25129
25130 ALL_MAKEFILES="$ALL_MAKEFILES \\
25131         dlls/d3dx9_39/Makefile"
25132 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25133         d3dx9_39"
25134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25135 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
25136 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
25137
25138 ALL_MAKEFILES="$ALL_MAKEFILES \\
25139         dlls/d3dx9_40/Makefile"
25140 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25141         d3dx9_40"
25142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25143 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
25144 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
25145
25146 ALL_MAKEFILES="$ALL_MAKEFILES \\
25147         dlls/d3dxof/Makefile"
25148 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25149         d3dxof"
25150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25151 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
25152 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
25153
25154 ALL_MAKEFILES="$ALL_MAKEFILES \\
25155         dlls/d3dxof/tests/Makefile"
25156 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25157         d3dxof/tests"
25158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25159 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
25160 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
25161
25162 ALL_MAKEFILES="$ALL_MAKEFILES \\
25163         dlls/dbghelp/Makefile"
25164 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25165         dbghelp"
25166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25167 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
25168 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
25169
25170 ALL_MAKEFILES="$ALL_MAKEFILES \\
25171         dlls/dciman32/Makefile"
25172 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25173         dciman32"
25174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25175 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
25176 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
25177
25178 ALL_MAKEFILES="$ALL_MAKEFILES \\
25179         dlls/ddraw/Makefile"
25180 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25181         ddraw"
25182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25183 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
25184 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
25185
25186 ALL_MAKEFILES="$ALL_MAKEFILES \\
25187         dlls/ddraw/tests/Makefile"
25188 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25189         ddraw/tests"
25190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25191 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
25192 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
25193
25194 ALL_MAKEFILES="$ALL_MAKEFILES \\
25195         dlls/ddrawex/Makefile"
25196 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25197         ddrawex"
25198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25199 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
25200 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
25201
25202 ALL_MAKEFILES="$ALL_MAKEFILES \\
25203         dlls/ddrawex/tests/Makefile"
25204 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25205         ddrawex/tests"
25206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25207 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
25208 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
25209
25210 ALL_MAKEFILES="$ALL_MAKEFILES \\
25211         dlls/devenum/Makefile"
25212 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25213         devenum"
25214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25215 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
25216 ac_config_files="$ac_config_files dlls/devenum/Makefile"
25217
25218 ALL_MAKEFILES="$ALL_MAKEFILES \\
25219         dlls/dinput/Makefile"
25220 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25221         dinput"
25222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25223 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
25224 ac_config_files="$ac_config_files dlls/dinput/Makefile"
25225
25226 ALL_MAKEFILES="$ALL_MAKEFILES \\
25227         dlls/dinput/tests/Makefile"
25228 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25229         dinput/tests"
25230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25231 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25232 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25233
25234 ALL_MAKEFILES="$ALL_MAKEFILES \\
25235         dlls/dinput8/Makefile"
25236 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25237         dinput8"
25238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25239 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25240 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25241
25242 ALL_MAKEFILES="$ALL_MAKEFILES \\
25243         dlls/dispdib.dll16/Makefile"
25244 test "x$enable_dispdib_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25245         dispdib.dll16"
25246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25247 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
25248 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
25249
25250 ALL_MAKEFILES="$ALL_MAKEFILES \\
25251         dlls/display.drv16/Makefile"
25252 test "x$enable_display_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25253         display.drv16"
25254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25255 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
25256 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
25257
25258 ALL_MAKEFILES="$ALL_MAKEFILES \\
25259         dlls/dmband/Makefile"
25260 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25261         dmband"
25262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25263 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25264 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25265
25266 ALL_MAKEFILES="$ALL_MAKEFILES \\
25267         dlls/dmcompos/Makefile"
25268 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25269         dmcompos"
25270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25271 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25272 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25273
25274 ALL_MAKEFILES="$ALL_MAKEFILES \\
25275         dlls/dmime/Makefile"
25276 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25277         dmime"
25278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25279 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25280 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25281
25282 ALL_MAKEFILES="$ALL_MAKEFILES \\
25283         dlls/dmloader/Makefile"
25284 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25285         dmloader"
25286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25287 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25288 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25289
25290 ALL_MAKEFILES="$ALL_MAKEFILES \\
25291         dlls/dmscript/Makefile"
25292 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25293         dmscript"
25294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25295 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25296 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25297
25298 ALL_MAKEFILES="$ALL_MAKEFILES \\
25299         dlls/dmstyle/Makefile"
25300 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25301         dmstyle"
25302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25303 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25304 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25305
25306 ALL_MAKEFILES="$ALL_MAKEFILES \\
25307         dlls/dmsynth/Makefile"
25308 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25309         dmsynth"
25310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25311 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25312 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25313
25314 ALL_MAKEFILES="$ALL_MAKEFILES \\
25315         dlls/dmusic/Makefile"
25316 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25317         dmusic"
25318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25319 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25320 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25321
25322 ALL_MAKEFILES="$ALL_MAKEFILES \\
25323         dlls/dmusic32/Makefile"
25324 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25325         dmusic32"
25326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25327 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25328 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25329
25330 ALL_MAKEFILES="$ALL_MAKEFILES \\
25331         dlls/dnsapi/Makefile"
25332 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25333         dnsapi"
25334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25335 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25336 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25337
25338 ALL_MAKEFILES="$ALL_MAKEFILES \\
25339         dlls/dnsapi/tests/Makefile"
25340 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25341         dnsapi/tests"
25342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25343 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25344 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25345
25346 ALL_MAKEFILES="$ALL_MAKEFILES \\
25347         dlls/dplay/Makefile"
25348 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25349         dplay"
25350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25351 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25352 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25353
25354 ALL_MAKEFILES="$ALL_MAKEFILES \\
25355         dlls/dplayx/Makefile"
25356 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25357         dplayx"
25358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25359 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25360 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25361
25362 ALL_MAKEFILES="$ALL_MAKEFILES \\
25363         dlls/dplayx/tests/Makefile"
25364 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25365         dplayx/tests"
25366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25367 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25368 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25369
25370 ALL_MAKEFILES="$ALL_MAKEFILES \\
25371         dlls/dpnaddr/Makefile"
25372 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25373         dpnaddr"
25374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25375 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25376 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25377
25378 ALL_MAKEFILES="$ALL_MAKEFILES \\
25379         dlls/dpnet/Makefile"
25380 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25381         dpnet"
25382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25383 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25384 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25385
25386 ALL_MAKEFILES="$ALL_MAKEFILES \\
25387         dlls/dpnhpast/Makefile"
25388 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25389         dpnhpast"
25390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25391 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25392 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25393
25394 ALL_MAKEFILES="$ALL_MAKEFILES \\
25395         dlls/dpnlobby/Makefile"
25396 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25397         dpnlobby"
25398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25399 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25400 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25401
25402 ALL_MAKEFILES="$ALL_MAKEFILES \\
25403         dlls/dpwsockx/Makefile"
25404 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25405         dpwsockx"
25406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25407 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25408 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25409
25410 ALL_MAKEFILES="$ALL_MAKEFILES \\
25411         dlls/dsound/Makefile"
25412 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25413         dsound"
25414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25415 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25416 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25417
25418 ALL_MAKEFILES="$ALL_MAKEFILES \\
25419         dlls/dsound/tests/Makefile"
25420 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25421         dsound/tests"
25422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25423 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25424 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25425
25426 ALL_MAKEFILES="$ALL_MAKEFILES \\
25427         dlls/dssenh/Makefile"
25428 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25429         dssenh"
25430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25431 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25432 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25433
25434 ALL_MAKEFILES="$ALL_MAKEFILES \\
25435         dlls/dswave/Makefile"
25436 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25437         dswave"
25438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25439 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25440 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25441
25442 ALL_MAKEFILES="$ALL_MAKEFILES \\
25443         dlls/dwmapi/Makefile"
25444 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25445         dwmapi"
25446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25447 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25448 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25449
25450 ALL_MAKEFILES="$ALL_MAKEFILES \\
25451         dlls/dxdiagn/Makefile"
25452 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25453         dxdiagn"
25454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25455 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25456 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25457
25458 ALL_MAKEFILES="$ALL_MAKEFILES \\
25459         dlls/dxerr8/Makefile"
25460 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25461         dxerr8"
25462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25463 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25464 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25465
25466 ALL_MAKEFILES="$ALL_MAKEFILES \\
25467         dlls/dxerr9/Makefile"
25468 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25469         dxerr9"
25470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25471 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25472 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25473
25474 ALL_MAKEFILES="$ALL_MAKEFILES \\
25475         dlls/dxgi/Makefile"
25476 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25477         dxgi"
25478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25479 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25480 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25481
25482 ALL_MAKEFILES="$ALL_MAKEFILES \\
25483         dlls/dxgi/tests/Makefile"
25484 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25485         dxgi/tests"
25486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25487 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25488 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25489
25490 ALL_MAKEFILES="$ALL_MAKEFILES \\
25491         dlls/dxguid/Makefile"
25492 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25493         dxguid"
25494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25495 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25496 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25497
25498 ALL_MAKEFILES="$ALL_MAKEFILES \\
25499         dlls/faultrep/Makefile"
25500 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25501         faultrep"
25502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25503 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25504 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25505
25506 ALL_MAKEFILES="$ALL_MAKEFILES \\
25507         dlls/fusion/Makefile"
25508 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25509         fusion"
25510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25511 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25512 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25513
25514 ALL_MAKEFILES="$ALL_MAKEFILES \\
25515         dlls/fusion/tests/Makefile"
25516 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25517         fusion/tests"
25518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25519 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25520 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25521
25522 ALL_MAKEFILES="$ALL_MAKEFILES \\
25523         dlls/gdi32/Makefile"
25524 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25525         gdi32"
25526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25527 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25528 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25529
25530 ALL_MAKEFILES="$ALL_MAKEFILES \\
25531         dlls/gdi32/tests/Makefile"
25532 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25533         gdi32/tests"
25534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25535 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25536 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25537
25538 ALL_MAKEFILES="$ALL_MAKEFILES \\
25539         dlls/gdiplus/Makefile"
25540 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25541         gdiplus"
25542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25543 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25544 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25545
25546 ALL_MAKEFILES="$ALL_MAKEFILES \\
25547         dlls/gdiplus/tests/Makefile"
25548 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25549         gdiplus/tests"
25550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25551 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25552 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25553
25554 ALL_MAKEFILES="$ALL_MAKEFILES \\
25555         dlls/glu32/Makefile"
25556 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25557         glu32"
25558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25559 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25560 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25561
25562 ALL_MAKEFILES="$ALL_MAKEFILES \\
25563         dlls/gphoto2.ds/Makefile"
25564 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25565         gphoto2.ds"
25566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25567 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25568 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25569
25570 ALL_MAKEFILES="$ALL_MAKEFILES \\
25571         dlls/gpkcsp/Makefile"
25572 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25573         gpkcsp"
25574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25575 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25576 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25577
25578 ALL_MAKEFILES="$ALL_MAKEFILES \\
25579         dlls/hal/Makefile"
25580 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25581         hal"
25582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25583 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25584 ac_config_files="$ac_config_files dlls/hal/Makefile"
25585
25586 ALL_MAKEFILES="$ALL_MAKEFILES \\
25587         dlls/hhctrl.ocx/Makefile"
25588 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25589         hhctrl.ocx"
25590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25591 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25592 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25593
25594 ALL_MAKEFILES="$ALL_MAKEFILES \\
25595         dlls/hid/Makefile"
25596 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25597         hid"
25598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25599 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25600 ac_config_files="$ac_config_files dlls/hid/Makefile"
25601
25602 ALL_MAKEFILES="$ALL_MAKEFILES \\
25603         dlls/hlink/Makefile"
25604 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25605         hlink"
25606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25607 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25608 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25609
25610 ALL_MAKEFILES="$ALL_MAKEFILES \\
25611         dlls/hlink/tests/Makefile"
25612 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25613         hlink/tests"
25614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25615 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25616 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25617
25618 ALL_MAKEFILES="$ALL_MAKEFILES \\
25619         dlls/hnetcfg/Makefile"
25620 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25621         hnetcfg"
25622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25623 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25624 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25625
25626 ALL_MAKEFILES="$ALL_MAKEFILES \\
25627         dlls/httpapi/Makefile"
25628 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25629         httpapi"
25630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25631 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25632 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25633
25634 ALL_MAKEFILES="$ALL_MAKEFILES \\
25635         dlls/iccvid/Makefile"
25636 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25637         iccvid"
25638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25639 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25640 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25641
25642 ALL_MAKEFILES="$ALL_MAKEFILES \\
25643         dlls/icmp/Makefile"
25644 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25645         icmp"
25646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25647 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25648 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25649
25650 ALL_MAKEFILES="$ALL_MAKEFILES \\
25651         dlls/ifsmgr.vxd/Makefile"
25652 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25653         ifsmgr.vxd"
25654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25655 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25656 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25657
25658 ALL_MAKEFILES="$ALL_MAKEFILES \\
25659         dlls/imaadp32.acm/Makefile"
25660 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25661         imaadp32.acm"
25662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25663 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25664 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25665
25666 ALL_MAKEFILES="$ALL_MAKEFILES \\
25667         dlls/imagehlp/Makefile"
25668 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25669         imagehlp"
25670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25671 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25672 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25673
25674 ALL_MAKEFILES="$ALL_MAKEFILES \\
25675         dlls/imm32/Makefile"
25676 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25677         imm32"
25678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25679 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25680 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25681
25682 ALL_MAKEFILES="$ALL_MAKEFILES \\
25683         dlls/imm32/tests/Makefile"
25684 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25685         imm32/tests"
25686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25687 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25688 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25689
25690 ALL_MAKEFILES="$ALL_MAKEFILES \\
25691         dlls/inetcomm/Makefile"
25692 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25693         inetcomm"
25694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25695 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25696 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25697
25698 ALL_MAKEFILES="$ALL_MAKEFILES \\
25699         dlls/inetcomm/tests/Makefile"
25700 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25701         inetcomm/tests"
25702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25703 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25704 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25705
25706 ALL_MAKEFILES="$ALL_MAKEFILES \\
25707         dlls/inetmib1/Makefile"
25708 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25709         inetmib1"
25710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25711 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25712 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25713
25714 ALL_MAKEFILES="$ALL_MAKEFILES \\
25715         dlls/inetmib1/tests/Makefile"
25716 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25717         inetmib1/tests"
25718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25719 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25720 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25721
25722 ALL_MAKEFILES="$ALL_MAKEFILES \\
25723         dlls/infosoft/Makefile"
25724 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25725         infosoft"
25726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25727 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25728 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25729
25730 ALL_MAKEFILES="$ALL_MAKEFILES \\
25731         dlls/infosoft/tests/Makefile"
25732 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25733         infosoft/tests"
25734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25735 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25736 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25737
25738 ALL_MAKEFILES="$ALL_MAKEFILES \\
25739         dlls/initpki/Makefile"
25740 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25741         initpki"
25742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25743 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25744 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25745
25746 ALL_MAKEFILES="$ALL_MAKEFILES \\
25747         dlls/inkobj/Makefile"
25748 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25749         inkobj"
25750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25751 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25752 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25753
25754 ALL_MAKEFILES="$ALL_MAKEFILES \\
25755         dlls/inseng/Makefile"
25756 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25757         inseng"
25758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25759 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25760 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25761
25762 ALL_MAKEFILES="$ALL_MAKEFILES \\
25763         dlls/iphlpapi/Makefile"
25764 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25765         iphlpapi"
25766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25767 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25768 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25769
25770 ALL_MAKEFILES="$ALL_MAKEFILES \\
25771         dlls/iphlpapi/tests/Makefile"
25772 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25773         iphlpapi/tests"
25774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25775 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25776 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25777
25778 ALL_MAKEFILES="$ALL_MAKEFILES \\
25779         dlls/itircl/Makefile"
25780 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25781         itircl"
25782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25783 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25784 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25785
25786 ALL_MAKEFILES="$ALL_MAKEFILES \\
25787         dlls/itss/Makefile"
25788 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25789         itss"
25790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25791 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25792 ac_config_files="$ac_config_files dlls/itss/Makefile"
25793
25794 ALL_MAKEFILES="$ALL_MAKEFILES \\
25795         dlls/itss/tests/Makefile"
25796 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25797         itss/tests"
25798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25799 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25800 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25801
25802 ALL_MAKEFILES="$ALL_MAKEFILES \\
25803         dlls/jscript/Makefile"
25804 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25805         jscript"
25806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25807 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25808 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25809
25810 ALL_MAKEFILES="$ALL_MAKEFILES \\
25811         dlls/jscript/tests/Makefile"
25812 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25813         jscript/tests"
25814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25815 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25816 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25817
25818 ALL_MAKEFILES="$ALL_MAKEFILES \\
25819         dlls/kernel32/Makefile"
25820 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25821         kernel32"
25822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25823 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25824 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25825
25826 ALL_MAKEFILES="$ALL_MAKEFILES \\
25827         dlls/kernel32/tests/Makefile"
25828 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25829         kernel32/tests"
25830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25831 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25832 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25833
25834 ALL_MAKEFILES="$ALL_MAKEFILES \\
25835         dlls/keyboard.drv16/Makefile"
25836 test "x$enable_keyboard_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25837         keyboard.drv16"
25838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25839 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
25840 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
25841
25842 ALL_MAKEFILES="$ALL_MAKEFILES \\
25843         dlls/loadperf/Makefile"
25844 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25845         loadperf"
25846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25847 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25848 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25849
25850 ALL_MAKEFILES="$ALL_MAKEFILES \\
25851         dlls/localspl/Makefile"
25852 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25853         localspl"
25854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25855 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25856 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25857
25858 ALL_MAKEFILES="$ALL_MAKEFILES \\
25859         dlls/localspl/tests/Makefile"
25860 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25861         localspl/tests"
25862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25863 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25864 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25865
25866 ALL_MAKEFILES="$ALL_MAKEFILES \\
25867         dlls/localui/Makefile"
25868 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25869         localui"
25870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25871 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25872 ac_config_files="$ac_config_files dlls/localui/Makefile"
25873
25874 ALL_MAKEFILES="$ALL_MAKEFILES \\
25875         dlls/localui/tests/Makefile"
25876 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25877         localui/tests"
25878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25879 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25880 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25881
25882 ALL_MAKEFILES="$ALL_MAKEFILES \\
25883         dlls/lz32/Makefile"
25884 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25885         lz32"
25886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25887 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25888 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25889
25890 ALL_MAKEFILES="$ALL_MAKEFILES \\
25891         dlls/lz32/tests/Makefile"
25892 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25893         lz32/tests"
25894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25895 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25896 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25897
25898 ALL_MAKEFILES="$ALL_MAKEFILES \\
25899         dlls/lzexpand.dll16/Makefile"
25900 test "x$enable_lzexpand_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25901         lzexpand.dll16"
25902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25903 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
25904 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
25905
25906 ALL_MAKEFILES="$ALL_MAKEFILES \\
25907         dlls/mapi32/Makefile"
25908 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25909         mapi32"
25910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25911 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25912 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25913
25914 ALL_MAKEFILES="$ALL_MAKEFILES \\
25915         dlls/mapi32/tests/Makefile"
25916 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25917         mapi32/tests"
25918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25919 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25920 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25921
25922 ALL_MAKEFILES="$ALL_MAKEFILES \\
25923         dlls/mciavi32/Makefile"
25924 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25925         mciavi32"
25926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25927 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25928 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25929
25930 ALL_MAKEFILES="$ALL_MAKEFILES \\
25931         dlls/mcicda/Makefile"
25932 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25933         mcicda"
25934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25935 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25936 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25937
25938 ALL_MAKEFILES="$ALL_MAKEFILES \\
25939         dlls/mciqtz32/Makefile"
25940 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25941         mciqtz32"
25942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25943 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
25944 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
25945
25946 ALL_MAKEFILES="$ALL_MAKEFILES \\
25947         dlls/mciseq/Makefile"
25948 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25949         mciseq"
25950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25951 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25952 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25953
25954 ALL_MAKEFILES="$ALL_MAKEFILES \\
25955         dlls/mciwave/Makefile"
25956 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25957         mciwave"
25958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25959 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25960 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25961
25962 ALL_MAKEFILES="$ALL_MAKEFILES \\
25963         dlls/midimap/Makefile"
25964 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25965         midimap"
25966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25967 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25968 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25969
25970 ALL_MAKEFILES="$ALL_MAKEFILES \\
25971         dlls/mlang/Makefile"
25972 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25973         mlang"
25974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25975 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25976 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25977
25978 ALL_MAKEFILES="$ALL_MAKEFILES \\
25979         dlls/mlang/tests/Makefile"
25980 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25981         mlang/tests"
25982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25983 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25984 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25985
25986 ALL_MAKEFILES="$ALL_MAKEFILES \\
25987         dlls/mmdevldr.vxd/Makefile"
25988 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25989         mmdevldr.vxd"
25990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25991 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25992 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25993
25994 ALL_MAKEFILES="$ALL_MAKEFILES \\
25995         dlls/monodebg.vxd/Makefile"
25996 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25997         monodebg.vxd"
25998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25999 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
26000 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
26001
26002 ALL_MAKEFILES="$ALL_MAKEFILES \\
26003         dlls/mountmgr.sys/Makefile"
26004 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26005         mountmgr.sys"
26006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26007 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
26008 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
26009
26010 ALL_MAKEFILES="$ALL_MAKEFILES \\
26011         dlls/mouse.drv16/Makefile"
26012 test "x$enable_mouse_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26013         mouse.drv16"
26014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26015 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
26016 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
26017
26018 ALL_MAKEFILES="$ALL_MAKEFILES \\
26019         dlls/mpr/Makefile"
26020 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26021         mpr"
26022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26023 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
26024 ac_config_files="$ac_config_files dlls/mpr/Makefile"
26025
26026 ALL_MAKEFILES="$ALL_MAKEFILES \\
26027         dlls/mprapi/Makefile"
26028 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26029         mprapi"
26030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26031 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
26032 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
26033
26034 ALL_MAKEFILES="$ALL_MAKEFILES \\
26035         dlls/msacm.dll16/Makefile"
26036 test "x$enable_msacm_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26037         msacm.dll16"
26038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26039 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
26040 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
26041
26042 ALL_MAKEFILES="$ALL_MAKEFILES \\
26043         dlls/msacm32.drv/Makefile"
26044 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26045         msacm32.drv"
26046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26047 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
26048 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
26049
26050 ALL_MAKEFILES="$ALL_MAKEFILES \\
26051         dlls/msacm32/Makefile"
26052 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26053         msacm32"
26054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26055 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
26056 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
26057
26058 ALL_MAKEFILES="$ALL_MAKEFILES \\
26059         dlls/msacm32/tests/Makefile"
26060 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26061         msacm32/tests"
26062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26063 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
26064 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
26065
26066 ALL_MAKEFILES="$ALL_MAKEFILES \\
26067         dlls/msadp32.acm/Makefile"
26068 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26069         msadp32.acm"
26070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26071 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
26072 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
26073
26074 ALL_MAKEFILES="$ALL_MAKEFILES \\
26075         dlls/mscat32/Makefile"
26076 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26077         mscat32"
26078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26079 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
26080 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
26081
26082 ALL_MAKEFILES="$ALL_MAKEFILES \\
26083         dlls/mscms/Makefile"
26084 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26085         mscms"
26086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26087 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
26088 ac_config_files="$ac_config_files dlls/mscms/Makefile"
26089
26090 ALL_MAKEFILES="$ALL_MAKEFILES \\
26091         dlls/mscms/tests/Makefile"
26092 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26093         mscms/tests"
26094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26095 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
26096 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
26097
26098 ALL_MAKEFILES="$ALL_MAKEFILES \\
26099         dlls/mscoree/Makefile"
26100 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26101         mscoree"
26102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26103 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
26104 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
26105
26106 ALL_MAKEFILES="$ALL_MAKEFILES \\
26107         dlls/msctf/Makefile"
26108 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26109         msctf"
26110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26111 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
26112 ac_config_files="$ac_config_files dlls/msctf/Makefile"
26113
26114 ALL_MAKEFILES="$ALL_MAKEFILES \\
26115         dlls/msctf/tests/Makefile"
26116 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26117         msctf/tests"
26118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26119 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
26120 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
26121
26122 ALL_MAKEFILES="$ALL_MAKEFILES \\
26123         dlls/msdmo/Makefile"
26124 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26125         msdmo"
26126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26127 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
26128 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
26129
26130 ALL_MAKEFILES="$ALL_MAKEFILES \\
26131         dlls/msftedit/Makefile"
26132 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26133         msftedit"
26134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26135 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
26136 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
26137
26138 ALL_MAKEFILES="$ALL_MAKEFILES \\
26139         dlls/msg711.acm/Makefile"
26140 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26141         msg711.acm"
26142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26143 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
26144 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
26145
26146 ALL_MAKEFILES="$ALL_MAKEFILES \\
26147         dlls/mshtml.tlb/Makefile"
26148 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26149         mshtml.tlb"
26150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26151 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
26152 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
26153
26154 ALL_MAKEFILES="$ALL_MAKEFILES \\
26155         dlls/mshtml/Makefile"
26156 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26157         mshtml"
26158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26159 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
26160 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
26161
26162 ALL_MAKEFILES="$ALL_MAKEFILES \\
26163         dlls/mshtml/tests/Makefile"
26164 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26165         mshtml/tests"
26166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26167 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
26168 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
26169
26170 ALL_MAKEFILES="$ALL_MAKEFILES \\
26171         dlls/msi/Makefile"
26172 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26173         msi"
26174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26175 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
26176 ac_config_files="$ac_config_files dlls/msi/Makefile"
26177
26178 ALL_MAKEFILES="$ALL_MAKEFILES \\
26179         dlls/msi/tests/Makefile"
26180 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26181         msi/tests"
26182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26183 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
26184 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
26185
26186 ALL_MAKEFILES="$ALL_MAKEFILES \\
26187         dlls/msimg32/Makefile"
26188 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26189         msimg32"
26190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26191 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
26192 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
26193
26194 ALL_MAKEFILES="$ALL_MAKEFILES \\
26195         dlls/msimtf/Makefile"
26196 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26197         msimtf"
26198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26199 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
26200 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
26201
26202 ALL_MAKEFILES="$ALL_MAKEFILES \\
26203         dlls/msisip/Makefile"
26204 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26205         msisip"
26206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26207 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
26208 ac_config_files="$ac_config_files dlls/msisip/Makefile"
26209
26210 ALL_MAKEFILES="$ALL_MAKEFILES \\
26211         dlls/msisys.ocx/Makefile"
26212 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26213         msisys.ocx"
26214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26215 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
26216 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
26217
26218 ALL_MAKEFILES="$ALL_MAKEFILES \\
26219         dlls/msnet32/Makefile"
26220 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26221         msnet32"
26222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26223 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
26224 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
26225
26226 ALL_MAKEFILES="$ALL_MAKEFILES \\
26227         dlls/msrle32/Makefile"
26228 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26229         msrle32"
26230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26231 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
26232 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
26233
26234 ALL_MAKEFILES="$ALL_MAKEFILES \\
26235         dlls/mssign32/Makefile"
26236 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26237         mssign32"
26238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26239 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
26240 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
26241
26242 ALL_MAKEFILES="$ALL_MAKEFILES \\
26243         dlls/mssip32/Makefile"
26244 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26245         mssip32"
26246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26247 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
26248 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
26249
26250 ALL_MAKEFILES="$ALL_MAKEFILES \\
26251         dlls/mstask/Makefile"
26252 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26253         mstask"
26254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26255 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
26256 ac_config_files="$ac_config_files dlls/mstask/Makefile"
26257
26258 ALL_MAKEFILES="$ALL_MAKEFILES \\
26259         dlls/mstask/tests/Makefile"
26260 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26261         mstask/tests"
26262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26263 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
26264 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
26265
26266 ALL_MAKEFILES="$ALL_MAKEFILES \\
26267         dlls/msvcirt/Makefile"
26268 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26269         msvcirt"
26270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26271 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
26272 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
26273
26274 ALL_MAKEFILES="$ALL_MAKEFILES \\
26275         dlls/msvcr71/Makefile"
26276 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26277         msvcr71"
26278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26279 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26280 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26281
26282 ALL_MAKEFILES="$ALL_MAKEFILES \\
26283         dlls/msvcrt/Makefile"
26284 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26285         msvcrt"
26286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26287 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26288 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26289
26290 ALL_MAKEFILES="$ALL_MAKEFILES \\
26291         dlls/msvcrt/tests/Makefile"
26292 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26293         msvcrt/tests"
26294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26295 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26296 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26297
26298 ALL_MAKEFILES="$ALL_MAKEFILES \\
26299         dlls/msvcrt20/Makefile"
26300 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26301         msvcrt20"
26302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26303 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26304 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26305
26306 ALL_MAKEFILES="$ALL_MAKEFILES \\
26307         dlls/msvcrt40/Makefile"
26308 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26309         msvcrt40"
26310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26311 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26312 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26313
26314 ALL_MAKEFILES="$ALL_MAKEFILES \\
26315         dlls/msvcrtd/Makefile"
26316 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26317         msvcrtd"
26318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26319 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26320 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26321
26322 ALL_MAKEFILES="$ALL_MAKEFILES \\
26323         dlls/msvcrtd/tests/Makefile"
26324 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26325         msvcrtd/tests"
26326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26327 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26328 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26329
26330 ALL_MAKEFILES="$ALL_MAKEFILES \\
26331         dlls/msvfw32/Makefile"
26332 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26333         msvfw32"
26334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26335 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26336 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26337
26338 ALL_MAKEFILES="$ALL_MAKEFILES \\
26339         dlls/msvfw32/tests/Makefile"
26340 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26341         msvfw32/tests"
26342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26343 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26344 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26345
26346 ALL_MAKEFILES="$ALL_MAKEFILES \\
26347         dlls/msvidc32/Makefile"
26348 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26349         msvidc32"
26350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26351 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26352 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26353
26354 ALL_MAKEFILES="$ALL_MAKEFILES \\
26355         dlls/mswsock/Makefile"
26356 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26357         mswsock"
26358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26359 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26360 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26361
26362 ALL_MAKEFILES="$ALL_MAKEFILES \\
26363         dlls/msxml3/Makefile"
26364 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26365         msxml3"
26366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26367 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26368 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26369
26370 ALL_MAKEFILES="$ALL_MAKEFILES \\
26371         dlls/msxml3/tests/Makefile"
26372 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26373         msxml3/tests"
26374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26375 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26376 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26377
26378 ALL_MAKEFILES="$ALL_MAKEFILES \\
26379         dlls/nddeapi/Makefile"
26380 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26381         nddeapi"
26382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26383 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26384 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26385
26386 ALL_MAKEFILES="$ALL_MAKEFILES \\
26387         dlls/netapi32/Makefile"
26388 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26389         netapi32"
26390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26391 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26392 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26393
26394 ALL_MAKEFILES="$ALL_MAKEFILES \\
26395         dlls/netapi32/tests/Makefile"
26396 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26397         netapi32/tests"
26398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26399 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26400 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26401
26402 ALL_MAKEFILES="$ALL_MAKEFILES \\
26403         dlls/newdev/Makefile"
26404 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26405         newdev"
26406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26407 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26408 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26409
26410 ALL_MAKEFILES="$ALL_MAKEFILES \\
26411         dlls/ntdll/Makefile"
26412 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26413         ntdll"
26414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26415 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26416 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26417
26418 ALL_MAKEFILES="$ALL_MAKEFILES \\
26419         dlls/ntdll/tests/Makefile"
26420 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26421         ntdll/tests"
26422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26423 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26424 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26425
26426 ALL_MAKEFILES="$ALL_MAKEFILES \\
26427         dlls/ntdsapi/Makefile"
26428 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26429         ntdsapi"
26430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26431 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26432 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26433
26434 ALL_MAKEFILES="$ALL_MAKEFILES \\
26435         dlls/ntdsapi/tests/Makefile"
26436 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26437         ntdsapi/tests"
26438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26439 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26440 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26441
26442 ALL_MAKEFILES="$ALL_MAKEFILES \\
26443         dlls/ntoskrnl.exe/Makefile"
26444 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26445         ntoskrnl.exe"
26446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26447 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26448 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26449
26450 ALL_MAKEFILES="$ALL_MAKEFILES \\
26451         dlls/ntprint/Makefile"
26452 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26453         ntprint"
26454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26455 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26456 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26457
26458 ALL_MAKEFILES="$ALL_MAKEFILES \\
26459         dlls/ntprint/tests/Makefile"
26460 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26461         ntprint/tests"
26462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26463 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26464 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26465
26466 ALL_MAKEFILES="$ALL_MAKEFILES \\
26467         dlls/objsel/Makefile"
26468 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26469         objsel"
26470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26471 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26472 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26473
26474 ALL_MAKEFILES="$ALL_MAKEFILES \\
26475         dlls/odbc32/Makefile"
26476 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26477         odbc32"
26478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26479 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26480 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26481
26482 ALL_MAKEFILES="$ALL_MAKEFILES \\
26483         dlls/odbccp32/Makefile"
26484 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26485         odbccp32"
26486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26487 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26488 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26489
26490 ALL_MAKEFILES="$ALL_MAKEFILES \\
26491         dlls/odbccp32/tests/Makefile"
26492 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26493         odbccp32/tests"
26494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26495 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26496 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26497
26498 ALL_MAKEFILES="$ALL_MAKEFILES \\
26499         dlls/ole2.dll16/Makefile"
26500 test "x$enable_ole2_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26501         ole2.dll16"
26502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26503 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
26504 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
26505
26506 ALL_MAKEFILES="$ALL_MAKEFILES \\
26507         dlls/ole2conv.dll16/Makefile"
26508 test "x$enable_ole2conv_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26509         ole2conv.dll16"
26510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26511 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
26512 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
26513
26514 ALL_MAKEFILES="$ALL_MAKEFILES \\
26515         dlls/ole2disp.dll16/Makefile"
26516 test "x$enable_ole2disp_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26517         ole2disp.dll16"
26518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26519 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
26520 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
26521
26522 ALL_MAKEFILES="$ALL_MAKEFILES \\
26523         dlls/ole2nls.dll16/Makefile"
26524 test "x$enable_ole2nls_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26525         ole2nls.dll16"
26526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26527 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
26528 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
26529
26530 ALL_MAKEFILES="$ALL_MAKEFILES \\
26531         dlls/ole2prox.dll16/Makefile"
26532 test "x$enable_ole2prox_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26533         ole2prox.dll16"
26534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26535 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
26536 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
26537
26538 ALL_MAKEFILES="$ALL_MAKEFILES \\
26539         dlls/ole2thk.dll16/Makefile"
26540 test "x$enable_ole2thk_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26541         ole2thk.dll16"
26542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26543 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
26544 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
26545
26546 ALL_MAKEFILES="$ALL_MAKEFILES \\
26547         dlls/ole32/Makefile"
26548 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26549         ole32"
26550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26551 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26552 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26553
26554 ALL_MAKEFILES="$ALL_MAKEFILES \\
26555         dlls/ole32/tests/Makefile"
26556 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26557         ole32/tests"
26558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26559 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26560 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26561
26562 ALL_MAKEFILES="$ALL_MAKEFILES \\
26563         dlls/oleacc/Makefile"
26564 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26565         oleacc"
26566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26567 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26568 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26569
26570 ALL_MAKEFILES="$ALL_MAKEFILES \\
26571         dlls/oleacc/tests/Makefile"
26572 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26573         oleacc/tests"
26574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26575 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26576 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26577
26578 ALL_MAKEFILES="$ALL_MAKEFILES \\
26579         dlls/oleaut32/Makefile"
26580 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26581         oleaut32"
26582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26583 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26584 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26585
26586 ALL_MAKEFILES="$ALL_MAKEFILES \\
26587         dlls/oleaut32/tests/Makefile"
26588 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26589         oleaut32/tests"
26590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26591 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26592 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26593
26594 ALL_MAKEFILES="$ALL_MAKEFILES \\
26595         dlls/olecli.dll16/Makefile"
26596 test "x$enable_olecli_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26597         olecli.dll16"
26598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26599 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
26600 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
26601
26602 ALL_MAKEFILES="$ALL_MAKEFILES \\
26603         dlls/olecli32/Makefile"
26604 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26605         olecli32"
26606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26607 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26608 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26609
26610 ALL_MAKEFILES="$ALL_MAKEFILES \\
26611         dlls/oledlg/Makefile"
26612 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26613         oledlg"
26614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26615 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26616 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26617
26618 ALL_MAKEFILES="$ALL_MAKEFILES \\
26619         dlls/olepro32/Makefile"
26620 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26621         olepro32"
26622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26623 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26624 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26625
26626 ALL_MAKEFILES="$ALL_MAKEFILES \\
26627         dlls/olesvr.dll16/Makefile"
26628 test "x$enable_olesvr_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26629         olesvr.dll16"
26630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26631 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
26632 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
26633
26634 ALL_MAKEFILES="$ALL_MAKEFILES \\
26635         dlls/olesvr32/Makefile"
26636 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26637         olesvr32"
26638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26639 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26640 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26641
26642 ALL_MAKEFILES="$ALL_MAKEFILES \\
26643         dlls/olethk32/Makefile"
26644 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26645         olethk32"
26646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26647 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26648 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26649
26650 ALL_MAKEFILES="$ALL_MAKEFILES \\
26651         dlls/opengl32/Makefile"
26652 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26653         opengl32"
26654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26655 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26656 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26657
26658 ALL_MAKEFILES="$ALL_MAKEFILES \\
26659         dlls/opengl32/tests/Makefile"
26660 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26661         opengl32/tests"
26662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26663 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26664 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26665
26666 ALL_MAKEFILES="$ALL_MAKEFILES \\
26667         dlls/pdh/Makefile"
26668 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26669         pdh"
26670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26671 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26672 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26673
26674 ALL_MAKEFILES="$ALL_MAKEFILES \\
26675         dlls/pdh/tests/Makefile"
26676 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26677         pdh/tests"
26678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26679 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26680 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26681
26682 ALL_MAKEFILES="$ALL_MAKEFILES \\
26683         dlls/pidgen/Makefile"
26684 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26685         pidgen"
26686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26687 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26688 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26689
26690 ALL_MAKEFILES="$ALL_MAKEFILES \\
26691         dlls/powrprof/Makefile"
26692 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26693         powrprof"
26694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26695 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26696 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26697
26698 ALL_MAKEFILES="$ALL_MAKEFILES \\
26699         dlls/printui/Makefile"
26700 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26701         printui"
26702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26703 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26704 ac_config_files="$ac_config_files dlls/printui/Makefile"
26705
26706 ALL_MAKEFILES="$ALL_MAKEFILES \\
26707         dlls/propsys/Makefile"
26708 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26709         propsys"
26710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26711 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26712 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26713
26714 ALL_MAKEFILES="$ALL_MAKEFILES \\
26715         dlls/psapi/Makefile"
26716 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26717         psapi"
26718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26719 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26720 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26721
26722 ALL_MAKEFILES="$ALL_MAKEFILES \\
26723         dlls/psapi/tests/Makefile"
26724 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26725         psapi/tests"
26726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26727 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26728 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26729
26730 ALL_MAKEFILES="$ALL_MAKEFILES \\
26731         dlls/pstorec/Makefile"
26732 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26733         pstorec"
26734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26735 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26736 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26737
26738 ALL_MAKEFILES="$ALL_MAKEFILES \\
26739         dlls/qcap/Makefile"
26740 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26741         qcap"
26742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26743 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26744 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26745
26746 ALL_MAKEFILES="$ALL_MAKEFILES \\
26747         dlls/qedit/Makefile"
26748 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26749         qedit"
26750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26751 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26752 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26753
26754 ALL_MAKEFILES="$ALL_MAKEFILES \\
26755         dlls/qedit/tests/Makefile"
26756 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26757         qedit/tests"
26758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26759 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26760 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26761
26762 ALL_MAKEFILES="$ALL_MAKEFILES \\
26763         dlls/qmgr/Makefile"
26764 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26765         qmgr"
26766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26767 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26768 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26769
26770 ALL_MAKEFILES="$ALL_MAKEFILES \\
26771         dlls/qmgr/tests/Makefile"
26772 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26773         qmgr/tests"
26774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26775 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26776 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26777
26778 ALL_MAKEFILES="$ALL_MAKEFILES \\
26779         dlls/qmgrprxy/Makefile"
26780 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26781         qmgrprxy"
26782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26783 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26784 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26785
26786 ALL_MAKEFILES="$ALL_MAKEFILES \\
26787         dlls/quartz/Makefile"
26788 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26789         quartz"
26790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26791 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26792 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26793
26794 ALL_MAKEFILES="$ALL_MAKEFILES \\
26795         dlls/quartz/tests/Makefile"
26796 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26797         quartz/tests"
26798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26799 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26800 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26801
26802 ALL_MAKEFILES="$ALL_MAKEFILES \\
26803         dlls/query/Makefile"
26804 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26805         query"
26806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26807 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26808 ac_config_files="$ac_config_files dlls/query/Makefile"
26809
26810 ALL_MAKEFILES="$ALL_MAKEFILES \\
26811         dlls/rasapi32/Makefile"
26812 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26813         rasapi32"
26814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26815 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26816 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26817
26818 ALL_MAKEFILES="$ALL_MAKEFILES \\
26819         dlls/rasapi32/tests/Makefile"
26820 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26821         rasapi32/tests"
26822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26823 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26824 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26825
26826 ALL_MAKEFILES="$ALL_MAKEFILES \\
26827         dlls/rasdlg/Makefile"
26828 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26829         rasdlg"
26830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26831 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26832 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26833
26834 ALL_MAKEFILES="$ALL_MAKEFILES \\
26835         dlls/resutils/Makefile"
26836 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26837         resutils"
26838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26839 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26840 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26841
26842 ALL_MAKEFILES="$ALL_MAKEFILES \\
26843         dlls/riched20/Makefile"
26844 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26845         riched20"
26846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26847 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26848 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26849
26850 ALL_MAKEFILES="$ALL_MAKEFILES \\
26851         dlls/riched20/tests/Makefile"
26852 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26853         riched20/tests"
26854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26855 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26856 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26857
26858 ALL_MAKEFILES="$ALL_MAKEFILES \\
26859         dlls/riched32/Makefile"
26860 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26861         riched32"
26862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26863 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26864 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26865
26866 ALL_MAKEFILES="$ALL_MAKEFILES \\
26867         dlls/riched32/tests/Makefile"
26868 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26869         riched32/tests"
26870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26871 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26872 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26873
26874 ALL_MAKEFILES="$ALL_MAKEFILES \\
26875         dlls/rpcrt4/Makefile"
26876 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26877         rpcrt4"
26878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26879 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26880 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26881
26882 ALL_MAKEFILES="$ALL_MAKEFILES \\
26883         dlls/rpcrt4/tests/Makefile"
26884 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26885         rpcrt4/tests"
26886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26887 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26888 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26889
26890 ALL_MAKEFILES="$ALL_MAKEFILES \\
26891         dlls/rsabase/Makefile"
26892 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26893         rsabase"
26894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26895 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26896 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26897
26898 ALL_MAKEFILES="$ALL_MAKEFILES \\
26899         dlls/rsaenh/Makefile"
26900 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26901         rsaenh"
26902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26903 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26904 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26905
26906 ALL_MAKEFILES="$ALL_MAKEFILES \\
26907         dlls/rsaenh/tests/Makefile"
26908 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26909         rsaenh/tests"
26910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26911 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26912 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26913
26914 ALL_MAKEFILES="$ALL_MAKEFILES \\
26915         dlls/sane.ds/Makefile"
26916 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26917         sane.ds"
26918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26919 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26920 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26921
26922 ALL_MAKEFILES="$ALL_MAKEFILES \\
26923         dlls/sccbase/Makefile"
26924 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26925         sccbase"
26926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26927 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26928 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26929
26930 ALL_MAKEFILES="$ALL_MAKEFILES \\
26931         dlls/schannel/Makefile"
26932 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26933         schannel"
26934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26935 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26936 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26937
26938 ALL_MAKEFILES="$ALL_MAKEFILES \\
26939         dlls/schannel/tests/Makefile"
26940 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26941         schannel/tests"
26942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26943 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26944 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26945
26946 ALL_MAKEFILES="$ALL_MAKEFILES \\
26947         dlls/secur32/Makefile"
26948 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26949         secur32"
26950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26951 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26952 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26953
26954 ALL_MAKEFILES="$ALL_MAKEFILES \\
26955         dlls/secur32/tests/Makefile"
26956 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26957         secur32/tests"
26958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26959 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26960 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26961
26962 ALL_MAKEFILES="$ALL_MAKEFILES \\
26963         dlls/security/Makefile"
26964 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26965         security"
26966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26967 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26968 ac_config_files="$ac_config_files dlls/security/Makefile"
26969
26970 ALL_MAKEFILES="$ALL_MAKEFILES \\
26971         dlls/sensapi/Makefile"
26972 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26973         sensapi"
26974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26975 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26976 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26977
26978 ALL_MAKEFILES="$ALL_MAKEFILES \\
26979         dlls/serialui/Makefile"
26980 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26981         serialui"
26982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26983 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26984 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26985
26986 ALL_MAKEFILES="$ALL_MAKEFILES \\
26987         dlls/serialui/tests/Makefile"
26988 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26989         serialui/tests"
26990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26991 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26992 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26993
26994 ALL_MAKEFILES="$ALL_MAKEFILES \\
26995         dlls/setupapi/Makefile"
26996 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26997         setupapi"
26998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26999 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
27000 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
27001
27002 ALL_MAKEFILES="$ALL_MAKEFILES \\
27003         dlls/setupapi/tests/Makefile"
27004 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27005         setupapi/tests"
27006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27007 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
27008 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
27009
27010 ALL_MAKEFILES="$ALL_MAKEFILES \\
27011         dlls/sfc/Makefile"
27012 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27013         sfc"
27014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27015 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
27016 ac_config_files="$ac_config_files dlls/sfc/Makefile"
27017
27018 ALL_MAKEFILES="$ALL_MAKEFILES \\
27019         dlls/sfc_os/Makefile"
27020 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27021         sfc_os"
27022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27023 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
27024 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
27025
27026 ALL_MAKEFILES="$ALL_MAKEFILES \\
27027         dlls/shdoclc/Makefile"
27028 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27029         shdoclc"
27030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27031 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
27032 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
27033
27034 ALL_MAKEFILES="$ALL_MAKEFILES \\
27035         dlls/shdocvw/Makefile"
27036 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27037         shdocvw"
27038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27039 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
27040 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
27041
27042 ALL_MAKEFILES="$ALL_MAKEFILES \\
27043         dlls/shdocvw/tests/Makefile"
27044 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27045         shdocvw/tests"
27046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27047 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
27048 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
27049
27050 ALL_MAKEFILES="$ALL_MAKEFILES \\
27051         dlls/shell32/Makefile"
27052 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27053         shell32"
27054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27055 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
27056 ac_config_files="$ac_config_files dlls/shell32/Makefile"
27057
27058 ALL_MAKEFILES="$ALL_MAKEFILES \\
27059         dlls/shell32/tests/Makefile"
27060 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27061         shell32/tests"
27062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27063 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
27064 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
27065
27066 ALL_MAKEFILES="$ALL_MAKEFILES \\
27067         dlls/shfolder/Makefile"
27068 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27069         shfolder"
27070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27071 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
27072 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
27073
27074 ALL_MAKEFILES="$ALL_MAKEFILES \\
27075         dlls/shlwapi/Makefile"
27076 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27077         shlwapi"
27078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27079 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
27080 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
27081
27082 ALL_MAKEFILES="$ALL_MAKEFILES \\
27083         dlls/shlwapi/tests/Makefile"
27084 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27085         shlwapi/tests"
27086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27087 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
27088 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
27089
27090 ALL_MAKEFILES="$ALL_MAKEFILES \\
27091         dlls/slbcsp/Makefile"
27092 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27093         slbcsp"
27094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27095 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
27096 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
27097
27098 ALL_MAKEFILES="$ALL_MAKEFILES \\
27099         dlls/slc/Makefile"
27100 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27101         slc"
27102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27103 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
27104 ac_config_files="$ac_config_files dlls/slc/Makefile"
27105
27106 ALL_MAKEFILES="$ALL_MAKEFILES \\
27107         dlls/snmpapi/Makefile"
27108 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27109         snmpapi"
27110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27111 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
27112 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
27113
27114 ALL_MAKEFILES="$ALL_MAKEFILES \\
27115         dlls/snmpapi/tests/Makefile"
27116 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27117         snmpapi/tests"
27118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27119 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
27120 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
27121
27122 ALL_MAKEFILES="$ALL_MAKEFILES \\
27123         dlls/softpub/Makefile"
27124 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27125         softpub"
27126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27127 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
27128 ac_config_files="$ac_config_files dlls/softpub/Makefile"
27129
27130 ALL_MAKEFILES="$ALL_MAKEFILES \\
27131         dlls/spoolss/Makefile"
27132 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27133         spoolss"
27134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27135 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
27136 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
27137
27138 ALL_MAKEFILES="$ALL_MAKEFILES \\
27139         dlls/spoolss/tests/Makefile"
27140 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27141         spoolss/tests"
27142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27143 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
27144 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
27145
27146 ALL_MAKEFILES="$ALL_MAKEFILES \\
27147         dlls/stdole2.tlb/Makefile"
27148 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27149         stdole2.tlb"
27150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27151 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
27152 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
27153
27154 ALL_MAKEFILES="$ALL_MAKEFILES \\
27155         dlls/stdole32.tlb/Makefile"
27156 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27157         stdole32.tlb"
27158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27159 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
27160 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
27161
27162 ALL_MAKEFILES="$ALL_MAKEFILES \\
27163         dlls/sti/Makefile"
27164 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27165         sti"
27166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27167 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
27168 ac_config_files="$ac_config_files dlls/sti/Makefile"
27169
27170 ALL_MAKEFILES="$ALL_MAKEFILES \\
27171         dlls/storage.dll16/Makefile"
27172 test "x$enable_storage_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27173         storage.dll16"
27174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27175 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
27176 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
27177
27178 ALL_MAKEFILES="$ALL_MAKEFILES \\
27179         dlls/stress.dll16/Makefile"
27180 test "x$enable_stress_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27181         stress.dll16"
27182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27183 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
27184 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
27185
27186 ALL_MAKEFILES="$ALL_MAKEFILES \\
27187         dlls/strmiids/Makefile"
27188 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27189         strmiids"
27190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27191 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
27192 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
27193
27194 ALL_MAKEFILES="$ALL_MAKEFILES \\
27195         dlls/svrapi/Makefile"
27196 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27197         svrapi"
27198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27199 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
27200 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
27201
27202 ALL_MAKEFILES="$ALL_MAKEFILES \\
27203         dlls/sxs/Makefile"
27204 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27205         sxs"
27206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27207 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
27208 ac_config_files="$ac_config_files dlls/sxs/Makefile"
27209
27210 ALL_MAKEFILES="$ALL_MAKEFILES \\
27211         dlls/tapi32/Makefile"
27212 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27213         tapi32"
27214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27215 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
27216 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
27217
27218 ALL_MAKEFILES="$ALL_MAKEFILES \\
27219         dlls/traffic/Makefile"
27220 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27221         traffic"
27222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27223 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
27224 ac_config_files="$ac_config_files dlls/traffic/Makefile"
27225
27226 ALL_MAKEFILES="$ALL_MAKEFILES \\
27227         dlls/twain_32/Makefile"
27228 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27229         twain_32"
27230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27231 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
27232 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
27233
27234 ALL_MAKEFILES="$ALL_MAKEFILES \\
27235         dlls/twain_32/tests/Makefile"
27236 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27237         twain_32/tests"
27238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27239 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
27240 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
27241
27242 ALL_MAKEFILES="$ALL_MAKEFILES \\
27243         dlls/typelib.dll16/Makefile"
27244 test "x$enable_typelib_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27245         typelib.dll16"
27246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27247 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
27248 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
27249
27250 ALL_MAKEFILES="$ALL_MAKEFILES \\
27251         dlls/unicows/Makefile"
27252 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27253         unicows"
27254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27255 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
27256 ac_config_files="$ac_config_files dlls/unicows/Makefile"
27257
27258 ALL_MAKEFILES="$ALL_MAKEFILES \\
27259         dlls/updspapi/Makefile"
27260 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27261         updspapi"
27262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27263 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
27264 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
27265
27266 ALL_MAKEFILES="$ALL_MAKEFILES \\
27267         dlls/url/Makefile"
27268 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27269         url"
27270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27271 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
27272 ac_config_files="$ac_config_files dlls/url/Makefile"
27273
27274 ALL_MAKEFILES="$ALL_MAKEFILES \\
27275         dlls/urlmon/Makefile"
27276 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27277         urlmon"
27278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27279 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
27280 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
27281
27282 ALL_MAKEFILES="$ALL_MAKEFILES \\
27283         dlls/urlmon/tests/Makefile"
27284 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27285         urlmon/tests"
27286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27287 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
27288 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
27289
27290 ALL_MAKEFILES="$ALL_MAKEFILES \\
27291         dlls/user32/Makefile"
27292 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27293         user32"
27294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27295 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
27296 ac_config_files="$ac_config_files dlls/user32/Makefile"
27297
27298 ALL_MAKEFILES="$ALL_MAKEFILES \\
27299         dlls/user32/tests/Makefile"
27300 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27301         user32/tests"
27302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27303 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
27304 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
27305
27306 ALL_MAKEFILES="$ALL_MAKEFILES \\
27307         dlls/userenv/Makefile"
27308 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27309         userenv"
27310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27311 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
27312 ac_config_files="$ac_config_files dlls/userenv/Makefile"
27313
27314 ALL_MAKEFILES="$ALL_MAKEFILES \\
27315         dlls/userenv/tests/Makefile"
27316 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27317         userenv/tests"
27318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27319 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
27320 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
27321
27322 ALL_MAKEFILES="$ALL_MAKEFILES \\
27323         dlls/usp10/Makefile"
27324 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27325         usp10"
27326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27327 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27328 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27329
27330 ALL_MAKEFILES="$ALL_MAKEFILES \\
27331         dlls/usp10/tests/Makefile"
27332 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27333         usp10/tests"
27334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27335 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27336 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27337
27338 ALL_MAKEFILES="$ALL_MAKEFILES \\
27339         dlls/uuid/Makefile"
27340 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27341         uuid"
27342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27343 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27344 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27345
27346 ALL_MAKEFILES="$ALL_MAKEFILES \\
27347         dlls/uxtheme/Makefile"
27348 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27349         uxtheme"
27350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27351 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27352 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27353
27354 ALL_MAKEFILES="$ALL_MAKEFILES \\
27355         dlls/uxtheme/tests/Makefile"
27356 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27357         uxtheme/tests"
27358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27359 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27360 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27361
27362 ALL_MAKEFILES="$ALL_MAKEFILES \\
27363         dlls/vdhcp.vxd/Makefile"
27364 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27365         vdhcp.vxd"
27366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27367 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27368 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27369
27370 ALL_MAKEFILES="$ALL_MAKEFILES \\
27371         dlls/vdmdbg/Makefile"
27372 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27373         vdmdbg"
27374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27375 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27376 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27377
27378 ALL_MAKEFILES="$ALL_MAKEFILES \\
27379         dlls/version/Makefile"
27380 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27381         version"
27382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27383 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27384 ac_config_files="$ac_config_files dlls/version/Makefile"
27385
27386 ALL_MAKEFILES="$ALL_MAKEFILES \\
27387         dlls/version/tests/Makefile"
27388 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27389         version/tests"
27390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27391 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27392 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27393
27394 ALL_MAKEFILES="$ALL_MAKEFILES \\
27395         dlls/vmm.vxd/Makefile"
27396 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27397         vmm.vxd"
27398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27399 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27400 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27401
27402 ALL_MAKEFILES="$ALL_MAKEFILES \\
27403         dlls/vnbt.vxd/Makefile"
27404 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27405         vnbt.vxd"
27406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27407 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27408 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27409
27410 ALL_MAKEFILES="$ALL_MAKEFILES \\
27411         dlls/vnetbios.vxd/Makefile"
27412 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27413         vnetbios.vxd"
27414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27415 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27416 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27417
27418 ALL_MAKEFILES="$ALL_MAKEFILES \\
27419         dlls/vtdapi.vxd/Makefile"
27420 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27421         vtdapi.vxd"
27422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27423 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27424 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27425
27426 ALL_MAKEFILES="$ALL_MAKEFILES \\
27427         dlls/vwin32.vxd/Makefile"
27428 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27429         vwin32.vxd"
27430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27431 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27432 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27433
27434 ALL_MAKEFILES="$ALL_MAKEFILES \\
27435         dlls/w32skrnl/Makefile"
27436 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27437         w32skrnl"
27438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27439 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27440 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27441
27442 ALL_MAKEFILES="$ALL_MAKEFILES \\
27443         dlls/win87em.dll16/Makefile"
27444 test "x$enable_win87em_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27445         win87em.dll16"
27446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27447 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27448 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27449
27450 ALL_MAKEFILES="$ALL_MAKEFILES \\
27451         dlls/windebug.dll16/Makefile"
27452 test "x$enable_windebug_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27453         windebug.dll16"
27454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27455 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27456 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27457
27458 ALL_MAKEFILES="$ALL_MAKEFILES \\
27459         dlls/winealsa.drv/Makefile"
27460 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27461         winealsa.drv"
27462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27463 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27464 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27465
27466 ALL_MAKEFILES="$ALL_MAKEFILES \\
27467         dlls/wineaudioio.drv/Makefile"
27468 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27469         wineaudioio.drv"
27470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27471 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27472 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27473
27474 ALL_MAKEFILES="$ALL_MAKEFILES \\
27475         dlls/winecoreaudio.drv/Makefile"
27476 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27477         winecoreaudio.drv"
27478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27479 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27480 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27481
27482 ALL_MAKEFILES="$ALL_MAKEFILES \\
27483         dlls/winecrt0/Makefile"
27484 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27485         winecrt0"
27486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27487 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27488 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27489
27490 ALL_MAKEFILES="$ALL_MAKEFILES \\
27491         dlls/wined3d/Makefile"
27492 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27493         wined3d"
27494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27495 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27496 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27497
27498 ALL_MAKEFILES="$ALL_MAKEFILES \\
27499         dlls/winedos/Makefile"
27500 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27501         winedos"
27502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27503 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27504 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27505
27506 ALL_MAKEFILES="$ALL_MAKEFILES \\
27507         dlls/wineesd.drv/Makefile"
27508 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27509         wineesd.drv"
27510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27511 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27512 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27513
27514 ALL_MAKEFILES="$ALL_MAKEFILES \\
27515         dlls/winejack.drv/Makefile"
27516 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27517         winejack.drv"
27518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27519 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27520 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27521
27522 ALL_MAKEFILES="$ALL_MAKEFILES \\
27523         dlls/winejoystick.drv/Makefile"
27524 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27525         winejoystick.drv"
27526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27527 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27528 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27529
27530 ALL_MAKEFILES="$ALL_MAKEFILES \\
27531         dlls/winemp3.acm/Makefile"
27532 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27533         winemp3.acm"
27534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27535 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27536 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27537
27538 ALL_MAKEFILES="$ALL_MAKEFILES \\
27539         dlls/winenas.drv/Makefile"
27540 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27541         winenas.drv"
27542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27543 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27544 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27545
27546 ALL_MAKEFILES="$ALL_MAKEFILES \\
27547         dlls/wineoss.drv/Makefile"
27548 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27549         wineoss.drv"
27550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27551 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27552 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27553
27554 ALL_MAKEFILES="$ALL_MAKEFILES \\
27555         dlls/wineps.drv/Makefile"
27556 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27557         wineps.drv"
27558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27559 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27560 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27561
27562 ALL_MAKEFILES="$ALL_MAKEFILES \\
27563         dlls/winequartz.drv/Makefile"
27564 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27565         winequartz.drv"
27566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27567 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27568 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27569
27570 ALL_MAKEFILES="$ALL_MAKEFILES \\
27571         dlls/winex11.drv/Makefile"
27572 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27573         winex11.drv"
27574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27575 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27576 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27577
27578 ALL_MAKEFILES="$ALL_MAKEFILES \\
27579         dlls/wing32/Makefile"
27580 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27581         wing32"
27582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27583 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27584 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27585
27586 ALL_MAKEFILES="$ALL_MAKEFILES \\
27587         dlls/winhttp/Makefile"
27588 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27589         winhttp"
27590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27591 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27592 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27593
27594 ALL_MAKEFILES="$ALL_MAKEFILES \\
27595         dlls/winhttp/tests/Makefile"
27596 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27597         winhttp/tests"
27598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27599 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27600 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27601
27602 ALL_MAKEFILES="$ALL_MAKEFILES \\
27603         dlls/wininet/Makefile"
27604 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27605         wininet"
27606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27607 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27608 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27609
27610 ALL_MAKEFILES="$ALL_MAKEFILES \\
27611         dlls/wininet/tests/Makefile"
27612 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27613         wininet/tests"
27614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27615 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27616 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27617
27618 ALL_MAKEFILES="$ALL_MAKEFILES \\
27619         dlls/winmm/Makefile"
27620 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27621         winmm"
27622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27623 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27624 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27625
27626 ALL_MAKEFILES="$ALL_MAKEFILES \\
27627         dlls/winmm/tests/Makefile"
27628 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27629         winmm/tests"
27630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27631 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27632 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27633
27634 ALL_MAKEFILES="$ALL_MAKEFILES \\
27635         dlls/winnls32/Makefile"
27636 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27637         winnls32"
27638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27639 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27640 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27641
27642 ALL_MAKEFILES="$ALL_MAKEFILES \\
27643         dlls/winscard/Makefile"
27644 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27645         winscard"
27646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27647 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27648 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27649
27650 ALL_MAKEFILES="$ALL_MAKEFILES \\
27651         dlls/winspool.drv/Makefile"
27652 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27653         winspool.drv"
27654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27655 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27656 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27657
27658 ALL_MAKEFILES="$ALL_MAKEFILES \\
27659         dlls/winspool.drv/tests/Makefile"
27660 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27661         winspool.drv/tests"
27662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27663 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27664 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27665
27666 ALL_MAKEFILES="$ALL_MAKEFILES \\
27667         dlls/wintab32/Makefile"
27668 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27669         wintab32"
27670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27671 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27672 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27673
27674 ALL_MAKEFILES="$ALL_MAKEFILES \\
27675         dlls/wintrust/Makefile"
27676 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27677         wintrust"
27678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27679 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27680 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27681
27682 ALL_MAKEFILES="$ALL_MAKEFILES \\
27683         dlls/wintrust/tests/Makefile"
27684 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27685         wintrust/tests"
27686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27687 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27688 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27689
27690 ALL_MAKEFILES="$ALL_MAKEFILES \\
27691         dlls/wldap32/Makefile"
27692 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27693         wldap32"
27694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27695 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27696 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27697
27698 ALL_MAKEFILES="$ALL_MAKEFILES \\
27699         dlls/wldap32/tests/Makefile"
27700 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27701         wldap32/tests"
27702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27703 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27704 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27705
27706 ALL_MAKEFILES="$ALL_MAKEFILES \\
27707         dlls/wmi/Makefile"
27708 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27709         wmi"
27710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27711 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27712 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27713
27714 ALL_MAKEFILES="$ALL_MAKEFILES \\
27715         dlls/wnaspi32/Makefile"
27716 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27717         wnaspi32"
27718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27719 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27720 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27721
27722 ALL_MAKEFILES="$ALL_MAKEFILES \\
27723         dlls/wow32/Makefile"
27724 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27725         wow32"
27726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27727 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27728 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27729
27730 ALL_MAKEFILES="$ALL_MAKEFILES \\
27731         dlls/ws2_32/Makefile"
27732 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27733         ws2_32"
27734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27735 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27736 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27737
27738 ALL_MAKEFILES="$ALL_MAKEFILES \\
27739         dlls/ws2_32/tests/Makefile"
27740 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27741         ws2_32/tests"
27742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27743 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27744 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27745
27746 ALL_MAKEFILES="$ALL_MAKEFILES \\
27747         dlls/wsock32/Makefile"
27748 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27749         wsock32"
27750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27751 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27752 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27753
27754 ALL_MAKEFILES="$ALL_MAKEFILES \\
27755         dlls/wtsapi32/Makefile"
27756 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27757         wtsapi32"
27758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27759 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27760 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27761
27762 ALL_MAKEFILES="$ALL_MAKEFILES \\
27763         dlls/wuapi/Makefile"
27764 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27765         wuapi"
27766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27767 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27768 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27769
27770 ALL_MAKEFILES="$ALL_MAKEFILES \\
27771         dlls/xinput1_1/Makefile"
27772 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27773         xinput1_1"
27774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27775 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27776 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27777
27778 ALL_MAKEFILES="$ALL_MAKEFILES \\
27779         dlls/xinput1_2/Makefile"
27780 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27781         xinput1_2"
27782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27783 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27784 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27785
27786 ALL_MAKEFILES="$ALL_MAKEFILES \\
27787         dlls/xinput1_3/Makefile"
27788 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27789         xinput1_3"
27790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27791 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27792 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27793
27794 ALL_MAKEFILES="$ALL_MAKEFILES \\
27795         dlls/xinput1_3/tests/Makefile"
27796 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27797         xinput1_3/tests"
27798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27799 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27800 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27801
27802 ALL_MAKEFILES="$ALL_MAKEFILES \\
27803         dlls/xinput9_1_0/Makefile"
27804 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27805         xinput9_1_0"
27806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27807 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27808 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27809
27810 ALL_MAKEFILES="$ALL_MAKEFILES \\
27811         documentation/Makefile"
27812 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27813         documentation"
27814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27815 documentation/Makefile: documentation/Makefile.in Make.rules"
27816 ac_config_files="$ac_config_files documentation/Makefile"
27817
27818 ALL_MAKEFILES="$ALL_MAKEFILES \\
27819         fonts/Makefile"
27820 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27821         fonts"
27822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27823 fonts/Makefile: fonts/Makefile.in Make.rules"
27824 ac_config_files="$ac_config_files fonts/Makefile"
27825
27826 ALL_MAKEFILES="$ALL_MAKEFILES \\
27827         include/Makefile"
27828 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27829         include"
27830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27831 include/Makefile: include/Makefile.in Make.rules"
27832 ac_config_files="$ac_config_files include/Makefile"
27833
27834 ALL_MAKEFILES="$ALL_MAKEFILES \\
27835         libs/Makefile"
27836 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27837         libs"
27838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27839 libs/Makefile: libs/Makefile.in Make.rules"
27840 ac_config_files="$ac_config_files libs/Makefile"
27841
27842 ALL_MAKEFILES="$ALL_MAKEFILES \\
27843         libs/port/Makefile"
27844
27845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27846 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27847 ac_config_files="$ac_config_files libs/port/Makefile"
27848
27849 ALL_MAKEFILES="$ALL_MAKEFILES \\
27850         libs/wine/Makefile"
27851
27852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27853 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27854 ac_config_files="$ac_config_files libs/wine/Makefile"
27855
27856 ALL_MAKEFILES="$ALL_MAKEFILES \\
27857         libs/wpp/Makefile"
27858
27859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27860 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27861 ac_config_files="$ac_config_files libs/wpp/Makefile"
27862
27863 ALL_MAKEFILES="$ALL_MAKEFILES \\
27864         loader/Makefile"
27865 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27866         loader"
27867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27868 loader/Makefile: loader/Makefile.in Make.rules"
27869 ac_config_files="$ac_config_files loader/Makefile"
27870
27871 ALL_MAKEFILES="$ALL_MAKEFILES \\
27872         programs/Makefile"
27873 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27874         programs"
27875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27876 programs/Makefile: programs/Makefile.in Make.rules"
27877 ac_config_files="$ac_config_files programs/Makefile"
27878
27879 ALL_MAKEFILES="$ALL_MAKEFILES \\
27880         programs/cacls/Makefile"
27881 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27882         cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27883         cacls"
27884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27885 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27886 ac_config_files="$ac_config_files programs/cacls/Makefile"
27887
27888 ALL_MAKEFILES="$ALL_MAKEFILES \\
27889         programs/clock/Makefile"
27890 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27891         clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27892         clock"
27893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27894 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27895 ac_config_files="$ac_config_files programs/clock/Makefile"
27896
27897 ALL_MAKEFILES="$ALL_MAKEFILES \\
27898         programs/cmd/Makefile"
27899 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27900         cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27901         cmd"
27902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27903 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27904 ac_config_files="$ac_config_files programs/cmd/Makefile"
27905
27906 ALL_MAKEFILES="$ALL_MAKEFILES \\
27907         programs/cmdlgtst/Makefile"
27908 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27909         cmdlgtst"
27910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27911 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27912 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27913
27914 ALL_MAKEFILES="$ALL_MAKEFILES \\
27915         programs/control/Makefile"
27916 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27917         control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27918         control"
27919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27920 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27921 ac_config_files="$ac_config_files programs/control/Makefile"
27922
27923 ALL_MAKEFILES="$ALL_MAKEFILES \\
27924         programs/eject/Makefile"
27925 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27926         eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27927         eject"
27928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27929 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27930 ac_config_files="$ac_config_files programs/eject/Makefile"
27931
27932 ALL_MAKEFILES="$ALL_MAKEFILES \\
27933         programs/expand/Makefile"
27934 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27935         expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27936         expand"
27937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27938 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27939 ac_config_files="$ac_config_files programs/expand/Makefile"
27940
27941 ALL_MAKEFILES="$ALL_MAKEFILES \\
27942         programs/explorer/Makefile"
27943 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27944         explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27945         explorer"
27946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27947 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27948 ac_config_files="$ac_config_files programs/explorer/Makefile"
27949
27950 ALL_MAKEFILES="$ALL_MAKEFILES \\
27951         programs/hh/Makefile"
27952 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27953         hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27954         hh"
27955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27956 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27957 ac_config_files="$ac_config_files programs/hh/Makefile"
27958
27959 ALL_MAKEFILES="$ALL_MAKEFILES \\
27960         programs/icinfo/Makefile"
27961 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27962         icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27963         icinfo"
27964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27965 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27966 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27967
27968 ALL_MAKEFILES="$ALL_MAKEFILES \\
27969         programs/iexplore/Makefile"
27970 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27971         iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27972         iexplore"
27973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27974 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27975 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27976
27977 ALL_MAKEFILES="$ALL_MAKEFILES \\
27978         programs/lodctr/Makefile"
27979 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27980         lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27981         lodctr"
27982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27983 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27984 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27985
27986 ALL_MAKEFILES="$ALL_MAKEFILES \\
27987         programs/msiexec/Makefile"
27988 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27989         msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27990         msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27991         msiexec"
27992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27993 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27994 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27995
27996 ALL_MAKEFILES="$ALL_MAKEFILES \\
27997         programs/net/Makefile"
27998 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27999         net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28000         net"
28001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28002 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
28003 ac_config_files="$ac_config_files programs/net/Makefile"
28004
28005 ALL_MAKEFILES="$ALL_MAKEFILES \\
28006         programs/notepad/Makefile"
28007 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28008         notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28009         notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28010         notepad"
28011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28012 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
28013 ac_config_files="$ac_config_files programs/notepad/Makefile"
28014
28015 ALL_MAKEFILES="$ALL_MAKEFILES \\
28016         programs/oleview/Makefile"
28017 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28018         oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28019         oleview"
28020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28021 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
28022 ac_config_files="$ac_config_files programs/oleview/Makefile"
28023
28024 ALL_MAKEFILES="$ALL_MAKEFILES \\
28025         programs/progman/Makefile"
28026 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28027         progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28028         progman"
28029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28030 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
28031 ac_config_files="$ac_config_files programs/progman/Makefile"
28032
28033 ALL_MAKEFILES="$ALL_MAKEFILES \\
28034         programs/reg/Makefile"
28035 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28036         reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28037         reg"
28038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28039 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
28040 ac_config_files="$ac_config_files programs/reg/Makefile"
28041
28042 ALL_MAKEFILES="$ALL_MAKEFILES \\
28043         programs/regedit/Makefile"
28044 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28045         regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28046         regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28047         regedit"
28048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28049 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
28050 ac_config_files="$ac_config_files programs/regedit/Makefile"
28051
28052 ALL_MAKEFILES="$ALL_MAKEFILES \\
28053         programs/regsvr32/Makefile"
28054 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28055         regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28056         regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28057         regsvr32"
28058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28059 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
28060 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
28061
28062 ALL_MAKEFILES="$ALL_MAKEFILES \\
28063         programs/rpcss/Makefile"
28064 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28065         rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28066         rpcss"
28067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28068 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
28069 ac_config_files="$ac_config_files programs/rpcss/Makefile"
28070
28071 ALL_MAKEFILES="$ALL_MAKEFILES \\
28072         programs/rundll32/Makefile"
28073 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28074         rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28075         rundll32"
28076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28077 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
28078 ac_config_files="$ac_config_files programs/rundll32/Makefile"
28079
28080 ALL_MAKEFILES="$ALL_MAKEFILES \\
28081         programs/secedit/Makefile"
28082 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28083         secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28084         secedit"
28085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28086 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
28087 ac_config_files="$ac_config_files programs/secedit/Makefile"
28088
28089 ALL_MAKEFILES="$ALL_MAKEFILES \\
28090         programs/services/Makefile"
28091 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28092         services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28093         services"
28094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28095 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
28096 ac_config_files="$ac_config_files programs/services/Makefile"
28097
28098 ALL_MAKEFILES="$ALL_MAKEFILES \\
28099         programs/spoolsv/Makefile"
28100 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28101         spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28102         spoolsv"
28103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28104 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
28105 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
28106
28107 ALL_MAKEFILES="$ALL_MAKEFILES \\
28108         programs/start/Makefile"
28109 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28110         start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28111         start"
28112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28113 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
28114 ac_config_files="$ac_config_files programs/start/Makefile"
28115
28116 ALL_MAKEFILES="$ALL_MAKEFILES \\
28117         programs/svchost/Makefile"
28118 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28119         svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28120         svchost"
28121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28122 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
28123 ac_config_files="$ac_config_files programs/svchost/Makefile"
28124
28125 ALL_MAKEFILES="$ALL_MAKEFILES \\
28126         programs/taskmgr/Makefile"
28127 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28128         taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28129         taskmgr"
28130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28131 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
28132 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
28133
28134 ALL_MAKEFILES="$ALL_MAKEFILES \\
28135         programs/uninstaller/Makefile"
28136 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28137         uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28138         uninstaller"
28139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28140 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
28141 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
28142
28143 ALL_MAKEFILES="$ALL_MAKEFILES \\
28144         programs/unlodctr/Makefile"
28145 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28146         unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28147         unlodctr"
28148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28149 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
28150 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
28151
28152 ALL_MAKEFILES="$ALL_MAKEFILES \\
28153         programs/view/Makefile"
28154 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28155         view"
28156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28157 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
28158 ac_config_files="$ac_config_files programs/view/Makefile"
28159
28160 ALL_MAKEFILES="$ALL_MAKEFILES \\
28161         programs/wineboot/Makefile"
28162 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28163         wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28164         wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28165         wineboot"
28166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28167 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
28168 ac_config_files="$ac_config_files programs/wineboot/Makefile"
28169
28170 ALL_MAKEFILES="$ALL_MAKEFILES \\
28171         programs/winebrowser/Makefile"
28172 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28173         winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28174         winebrowser"
28175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28176 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
28177 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
28178
28179 ALL_MAKEFILES="$ALL_MAKEFILES \\
28180         programs/winecfg/Makefile"
28181 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28182         winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28183         winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28184         winecfg"
28185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28186 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
28187 ac_config_files="$ac_config_files programs/winecfg/Makefile"
28188
28189 ALL_MAKEFILES="$ALL_MAKEFILES \\
28190         programs/wineconsole/Makefile"
28191 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28192         wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28193         wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28194         wineconsole"
28195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28196 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
28197 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
28198
28199 ALL_MAKEFILES="$ALL_MAKEFILES \\
28200         programs/winedbg/Makefile"
28201 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28202         winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28203         winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28204         winedbg"
28205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28206 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
28207 ac_config_files="$ac_config_files programs/winedbg/Makefile"
28208
28209 ALL_MAKEFILES="$ALL_MAKEFILES \\
28210         programs/winedevice/Makefile"
28211 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28212         winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28213         winedevice"
28214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28215 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
28216 ac_config_files="$ac_config_files programs/winedevice/Makefile"
28217
28218 ALL_MAKEFILES="$ALL_MAKEFILES \\
28219         programs/winefile/Makefile"
28220 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28221         winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28222         winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28223         winefile"
28224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28225 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
28226 ac_config_files="$ac_config_files programs/winefile/Makefile"
28227
28228 ALL_MAKEFILES="$ALL_MAKEFILES \\
28229         programs/winemenubuilder/Makefile"
28230 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28231         winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28232         winemenubuilder"
28233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28234 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
28235 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
28236
28237 ALL_MAKEFILES="$ALL_MAKEFILES \\
28238         programs/winemine/Makefile"
28239 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28240         winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28241         winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28242         winemine"
28243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28244 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
28245 ac_config_files="$ac_config_files programs/winemine/Makefile"
28246
28247 ALL_MAKEFILES="$ALL_MAKEFILES \\
28248         programs/winepath/Makefile"
28249 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28250         winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28251         winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28252         winepath"
28253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28254 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
28255 ac_config_files="$ac_config_files programs/winepath/Makefile"
28256
28257 ALL_MAKEFILES="$ALL_MAKEFILES \\
28258         programs/winetest/Makefile"
28259 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28260         winetest"
28261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28262 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
28263 ac_config_files="$ac_config_files programs/winetest/Makefile"
28264
28265 ALL_MAKEFILES="$ALL_MAKEFILES \\
28266         programs/winevdm/Makefile"
28267 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28268         winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28269         winevdm"
28270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28271 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
28272 ac_config_files="$ac_config_files programs/winevdm/Makefile"
28273
28274 ALL_MAKEFILES="$ALL_MAKEFILES \\
28275         programs/winhelp.exe16/Makefile"
28276 test "x$enable_winhelp_exe16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28277         winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28278         winhelp.exe16"
28279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28280 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
28281 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
28282
28283 ALL_MAKEFILES="$ALL_MAKEFILES \\
28284         programs/winhlp32/Makefile"
28285 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28286         winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28287         winhlp32"
28288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28289 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
28290 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
28291
28292 ALL_MAKEFILES="$ALL_MAKEFILES \\
28293         programs/winoldap.mod16/Makefile"
28294 test "x$enable_winoldap_mod16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28295         winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28296         winoldap.mod16"
28297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28298 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
28299 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
28300
28301 ALL_MAKEFILES="$ALL_MAKEFILES \\
28302         programs/winver/Makefile"
28303 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28304         winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28305         winver"
28306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28307 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
28308 ac_config_files="$ac_config_files programs/winver/Makefile"
28309
28310 ALL_MAKEFILES="$ALL_MAKEFILES \\
28311         programs/wordpad/Makefile"
28312 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28313         wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28314         wordpad"
28315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28316 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
28317 ac_config_files="$ac_config_files programs/wordpad/Makefile"
28318
28319 ALL_MAKEFILES="$ALL_MAKEFILES \\
28320         programs/write/Makefile"
28321 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28322         write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28323         write"
28324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28325 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
28326 ac_config_files="$ac_config_files programs/write/Makefile"
28327
28328 ALL_MAKEFILES="$ALL_MAKEFILES \\
28329         programs/xcopy/Makefile"
28330 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28331         xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28332         xcopy"
28333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28334 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28335 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28336
28337 ALL_MAKEFILES="$ALL_MAKEFILES \\
28338         server/Makefile"
28339 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28340         server"
28341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28342 server/Makefile: server/Makefile.in Make.rules"
28343 ac_config_files="$ac_config_files server/Makefile"
28344
28345 ALL_MAKEFILES="$ALL_MAKEFILES \\
28346         tools/Makefile"
28347 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28348         tools"
28349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28350 tools/Makefile: tools/Makefile.in Make.rules"
28351 ac_config_files="$ac_config_files tools/Makefile"
28352
28353 ALL_MAKEFILES="$ALL_MAKEFILES \\
28354         tools/widl/Makefile"
28355
28356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28357 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28358 ac_config_files="$ac_config_files tools/widl/Makefile"
28359
28360 ALL_MAKEFILES="$ALL_MAKEFILES \\
28361         tools/winebuild/Makefile"
28362
28363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28364 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28365 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28366
28367 ALL_MAKEFILES="$ALL_MAKEFILES \\
28368         tools/winedump/Makefile"
28369
28370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28371 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28372 ac_config_files="$ac_config_files tools/winedump/Makefile"
28373
28374 ALL_MAKEFILES="$ALL_MAKEFILES \\
28375         tools/winegcc/Makefile"
28376
28377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28378 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28379 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28380
28381 ALL_MAKEFILES="$ALL_MAKEFILES \\
28382         tools/wmc/Makefile"
28383
28384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28385 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28386 ac_config_files="$ac_config_files tools/wmc/Makefile"
28387
28388 ALL_MAKEFILES="$ALL_MAKEFILES \\
28389         tools/wrc/Makefile"
28390
28391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28392 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28393 ac_config_files="$ac_config_files tools/wrc/Makefile"
28394
28395
28396
28397 ALL_WINETEST_DEPENDS="# Test binaries"
28398
28399 for dir in $ALL_TEST_DIRS
28400 do
28401     if test "$dir" != "\\"
28402     then
28403         testname=`expr $dir : '\(.*\)/tests'`_test.exe
28404         ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28405 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
28406         cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
28407     fi
28408 done
28409
28410 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28411
28412 cat >confcache <<\_ACEOF
28413 # This file is a shell script that caches the results of configure
28414 # tests run on this system so they can be shared between configure
28415 # scripts and configure runs, see configure's option --config-cache.
28416 # It is not useful on other systems.  If it contains results you don't
28417 # want to keep, you may remove or edit it.
28418 #
28419 # config.status only pays attention to the cache file if you give it
28420 # the --recheck option to rerun configure.
28421 #
28422 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28423 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28424 # following values.
28425
28426 _ACEOF
28427
28428 # The following way of writing the cache mishandles newlines in values,
28429 # but we know of no workaround that is simple, portable, and efficient.
28430 # So, we kill variables containing newlines.
28431 # Ultrix sh set writes to stderr and can't be redirected directly,
28432 # and sets the high bit in the cache file unless we assign to the vars.
28433 (
28434   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28435     eval ac_val=\$$ac_var
28436     case $ac_val in #(
28437     *${as_nl}*)
28438       case $ac_var in #(
28439       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28440 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28441       esac
28442       case $ac_var in #(
28443       _ | IFS | as_nl) ;; #(
28444       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28445       *) $as_unset $ac_var ;;
28446       esac ;;
28447     esac
28448   done
28449
28450   (set) 2>&1 |
28451     case $as_nl`(ac_space=' '; set) 2>&1` in #(
28452     *${as_nl}ac_space=\ *)
28453       # `set' does not quote correctly, so add quotes (double-quote
28454       # substitution turns \\\\ into \\, and sed turns \\ into \).
28455       sed -n \
28456         "s/'/'\\\\''/g;
28457           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28458       ;; #(
28459     *)
28460       # `set' quotes correctly as required by POSIX, so do not add quotes.
28461       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28462       ;;
28463     esac |
28464     sort
28465 ) |
28466   sed '
28467      /^ac_cv_env_/b end
28468      t clear
28469      :clear
28470      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28471      t end
28472      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28473      :end' >>confcache
28474 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28475   if test -w "$cache_file"; then
28476     test "x$cache_file" != "x/dev/null" &&
28477       { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28478 $as_echo "$as_me: updating cache $cache_file" >&6;}
28479     cat confcache >$cache_file
28480   else
28481     { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28482 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28483   fi
28484 fi
28485 rm -f confcache
28486
28487 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28488 # Let make expand exec_prefix.
28489 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28490
28491 DEFS=-DHAVE_CONFIG_H
28492
28493 ac_libobjs=
28494 ac_ltlibobjs=
28495 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28496   # 1. Remove the extension, and $U if already installed.
28497   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28498   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28499   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
28500   #    will be set to the directory where LIBOBJS objects are built.
28501   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28502   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28503 done
28504 LIBOBJS=$ac_libobjs
28505
28506 LTLIBOBJS=$ac_ltlibobjs
28507
28508
28509
28510 : ${CONFIG_STATUS=./config.status}
28511 ac_write_fail=0
28512 ac_clean_files_save=$ac_clean_files
28513 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28514 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28515 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28516 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28517 #! $SHELL
28518 # Generated by $as_me.
28519 # Run this file to recreate the current configuration.
28520 # Compiler output produced by configure, useful for debugging
28521 # configure, is in config.log if it exists.
28522
28523 debug=false
28524 ac_cs_recheck=false
28525 ac_cs_silent=false
28526 SHELL=\${CONFIG_SHELL-$SHELL}
28527 _ACEOF
28528
28529 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28530 ## --------------------- ##
28531 ## M4sh Initialization.  ##
28532 ## --------------------- ##
28533
28534 # Be more Bourne compatible
28535 DUALCASE=1; export DUALCASE # for MKS sh
28536 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28537   emulate sh
28538   NULLCMD=:
28539   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28540   # is contrary to our usage.  Disable this feature.
28541   alias -g '${1+"$@"}'='"$@"'
28542   setopt NO_GLOB_SUBST
28543 else
28544   case `(set -o) 2>/dev/null` in
28545   *posix*) set -o posix ;;
28546 esac
28547
28548 fi
28549
28550
28551
28552
28553 # PATH needs CR
28554 # Avoid depending upon Character Ranges.
28555 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28556 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28557 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28558 as_cr_digits='0123456789'
28559 as_cr_alnum=$as_cr_Letters$as_cr_digits
28560
28561 as_nl='
28562 '
28563 export as_nl
28564 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28565 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28566 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28567 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28568 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28569   as_echo='printf %s\n'
28570   as_echo_n='printf %s'
28571 else
28572   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28573     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28574     as_echo_n='/usr/ucb/echo -n'
28575   else
28576     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28577     as_echo_n_body='eval
28578       arg=$1;
28579       case $arg in
28580       *"$as_nl"*)
28581         expr "X$arg" : "X\\(.*\\)$as_nl";
28582         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28583       esac;
28584       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28585     '
28586     export as_echo_n_body
28587     as_echo_n='sh -c $as_echo_n_body as_echo'
28588   fi
28589   export as_echo_body
28590   as_echo='sh -c $as_echo_body as_echo'
28591 fi
28592
28593 # The user is always right.
28594 if test "${PATH_SEPARATOR+set}" != set; then
28595   PATH_SEPARATOR=:
28596   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28597     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28598       PATH_SEPARATOR=';'
28599   }
28600 fi
28601
28602 # Support unset when possible.
28603 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28604   as_unset=unset
28605 else
28606   as_unset=false
28607 fi
28608
28609
28610 # IFS
28611 # We need space, tab and new line, in precisely that order.  Quoting is
28612 # there to prevent editors from complaining about space-tab.
28613 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28614 # splitting by setting IFS to empty value.)
28615 IFS=" ""        $as_nl"
28616
28617 # Find who we are.  Look in the path if we contain no directory separator.
28618 case $0 in
28619   *[\\/]* ) as_myself=$0 ;;
28620   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28621 for as_dir in $PATH
28622 do
28623   IFS=$as_save_IFS
28624   test -z "$as_dir" && as_dir=.
28625   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28626 done
28627 IFS=$as_save_IFS
28628
28629      ;;
28630 esac
28631 # We did not find ourselves, most probably we were run as `sh COMMAND'
28632 # in which case we are not to be found in the path.
28633 if test "x$as_myself" = x; then
28634   as_myself=$0
28635 fi
28636 if test ! -f "$as_myself"; then
28637   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28638   { (exit 1); exit 1; }
28639 fi
28640
28641 # Work around bugs in pre-3.0 UWIN ksh.
28642 for as_var in ENV MAIL MAILPATH
28643 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28644 done
28645 PS1='$ '
28646 PS2='> '
28647 PS4='+ '
28648
28649 # NLS nuisances.
28650 LC_ALL=C
28651 export LC_ALL
28652 LANGUAGE=C
28653 export LANGUAGE
28654
28655 # Required to use basename.
28656 if expr a : '\(a\)' >/dev/null 2>&1 &&
28657    test "X`expr 00001 : '.*\(...\)'`" = X001; then
28658   as_expr=expr
28659 else
28660   as_expr=false
28661 fi
28662
28663 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28664   as_basename=basename
28665 else
28666   as_basename=false
28667 fi
28668
28669
28670 # Name of the executable.
28671 as_me=`$as_basename -- "$0" ||
28672 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28673          X"$0" : 'X\(//\)$' \| \
28674          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28675 $as_echo X/"$0" |
28676     sed '/^.*\/\([^/][^/]*\)\/*$/{
28677             s//\1/
28678             q
28679           }
28680           /^X\/\(\/\/\)$/{
28681             s//\1/
28682             q
28683           }
28684           /^X\/\(\/\).*/{
28685             s//\1/
28686             q
28687           }
28688           s/.*/./; q'`
28689
28690 # CDPATH.
28691 $as_unset CDPATH
28692
28693
28694
28695   as_lineno_1=$LINENO
28696   as_lineno_2=$LINENO
28697   test "x$as_lineno_1" != "x$as_lineno_2" &&
28698   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28699
28700   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28701   # uniformly replaced by the line number.  The first 'sed' inserts a
28702   # line-number line after each line using $LINENO; the second 'sed'
28703   # does the real work.  The second script uses 'N' to pair each
28704   # line-number line with the line containing $LINENO, and appends
28705   # trailing '-' during substitution so that $LINENO is not a special
28706   # case at line end.
28707   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28708   # scripts with optimization help from Paolo Bonzini.  Blame Lee
28709   # E. McMahon (1931-1989) for sed's syntax.  :-)
28710   sed -n '
28711     p
28712     /[$]LINENO/=
28713   ' <$as_myself |
28714     sed '
28715       s/[$]LINENO.*/&-/
28716       t lineno
28717       b
28718       :lineno
28719       N
28720       :loop
28721       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28722       t loop
28723       s/-\n.*//
28724     ' >$as_me.lineno &&
28725   chmod +x "$as_me.lineno" ||
28726     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28727    { (exit 1); exit 1; }; }
28728
28729   # Don't try to exec as it changes $[0], causing all sort of problems
28730   # (the dirname of $[0] is not the place where we might find the
28731   # original and so on.  Autoconf is especially sensitive to this).
28732   . "./$as_me.lineno"
28733   # Exit status is that of the last command.
28734   exit
28735 }
28736
28737
28738 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28739   as_dirname=dirname
28740 else
28741   as_dirname=false
28742 fi
28743
28744 ECHO_C= ECHO_N= ECHO_T=
28745 case `echo -n x` in
28746 -n*)
28747   case `echo 'x\c'` in
28748   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
28749   *)   ECHO_C='\c';;
28750   esac;;
28751 *)
28752   ECHO_N='-n';;
28753 esac
28754 if expr a : '\(a\)' >/dev/null 2>&1 &&
28755    test "X`expr 00001 : '.*\(...\)'`" = X001; then
28756   as_expr=expr
28757 else
28758   as_expr=false
28759 fi
28760
28761 rm -f conf$$ conf$$.exe conf$$.file
28762 if test -d conf$$.dir; then
28763   rm -f conf$$.dir/conf$$.file
28764 else
28765   rm -f conf$$.dir
28766   mkdir conf$$.dir 2>/dev/null
28767 fi
28768 if (echo >conf$$.file) 2>/dev/null; then
28769   if ln -s conf$$.file conf$$ 2>/dev/null; then
28770     as_ln_s='ln -s'
28771     # ... but there are two gotchas:
28772     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28773     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28774     # In both cases, we have to default to `cp -p'.
28775     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28776       as_ln_s='cp -p'
28777   elif ln conf$$.file conf$$ 2>/dev/null; then
28778     as_ln_s=ln
28779   else
28780     as_ln_s='cp -p'
28781   fi
28782 else
28783   as_ln_s='cp -p'
28784 fi
28785 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28786 rmdir conf$$.dir 2>/dev/null
28787
28788 if mkdir -p . 2>/dev/null; then
28789   as_mkdir_p=:
28790 else
28791   test -d ./-p && rmdir ./-p
28792   as_mkdir_p=false
28793 fi
28794
28795 if test -x / >/dev/null 2>&1; then
28796   as_test_x='test -x'
28797 else
28798   if ls -dL / >/dev/null 2>&1; then
28799     as_ls_L_option=L
28800   else
28801     as_ls_L_option=
28802   fi
28803   as_test_x='
28804     eval sh -c '\''
28805       if test -d "$1"; then
28806         test -d "$1/.";
28807       else
28808         case $1 in
28809         -*)set "./$1";;
28810         esac;
28811         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28812         ???[sx]*):;;*)false;;esac;fi
28813     '\'' sh
28814   '
28815 fi
28816 as_executable_p=$as_test_x
28817
28818 # Sed expression to map a string onto a valid CPP name.
28819 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28820
28821 # Sed expression to map a string onto a valid variable name.
28822 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28823
28824
28825 exec 6>&1
28826
28827 # Save the log message, to keep $[0] and so on meaningful, and to
28828 # report actual input values of CONFIG_FILES etc. instead of their
28829 # values after options handling.
28830 ac_log="
28831 This file was extended by Wine $as_me 1.1.16, which was
28832 generated by GNU Autoconf 2.63.  Invocation command line was
28833
28834   CONFIG_FILES    = $CONFIG_FILES
28835   CONFIG_HEADERS  = $CONFIG_HEADERS
28836   CONFIG_LINKS    = $CONFIG_LINKS
28837   CONFIG_COMMANDS = $CONFIG_COMMANDS
28838   $ $0 $@
28839
28840 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28841 "
28842
28843 _ACEOF
28844
28845 case $ac_config_files in *"
28846 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28847 esac
28848
28849 case $ac_config_headers in *"
28850 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28851 esac
28852
28853
28854 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28855 # Files that config.status was made for.
28856 config_files="$ac_config_files"
28857 config_headers="$ac_config_headers"
28858 config_commands="$ac_config_commands"
28859
28860 _ACEOF
28861
28862 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28863 ac_cs_usage="\
28864 \`$as_me' instantiates files from templates according to the
28865 current configuration.
28866
28867 Usage: $0 [OPTION]... [FILE]...
28868
28869   -h, --help       print this help, then exit
28870   -V, --version    print version number and configuration settings, then exit
28871   -q, --quiet, --silent
28872                    do not print progress messages
28873   -d, --debug      don't remove temporary files
28874       --recheck    update $as_me by reconfiguring in the same conditions
28875       --file=FILE[:TEMPLATE]
28876                    instantiate the configuration file FILE
28877       --header=FILE[:TEMPLATE]
28878                    instantiate the configuration header FILE
28879
28880 Configuration files:
28881 $config_files
28882
28883 Configuration headers:
28884 $config_headers
28885
28886 Configuration commands:
28887 $config_commands
28888
28889 Report bugs to <bug-autoconf@gnu.org>."
28890
28891 _ACEOF
28892 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28893 ac_cs_version="\\
28894 Wine config.status 1.1.16
28895 configured by $0, generated by GNU Autoconf 2.63,
28896   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28897
28898 Copyright (C) 2008 Free Software Foundation, Inc.
28899 This config.status script is free software; the Free Software Foundation
28900 gives unlimited permission to copy, distribute and modify it."
28901
28902 ac_pwd='$ac_pwd'
28903 srcdir='$srcdir'
28904 INSTALL='$INSTALL'
28905 test -n "\$AWK" || AWK=awk
28906 _ACEOF
28907
28908 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28909 # The default lists apply if the user does not specify any file.
28910 ac_need_defaults=:
28911 while test $# != 0
28912 do
28913   case $1 in
28914   --*=*)
28915     ac_option=`expr "X$1" : 'X\([^=]*\)='`
28916     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28917     ac_shift=:
28918     ;;
28919   *)
28920     ac_option=$1
28921     ac_optarg=$2
28922     ac_shift=shift
28923     ;;
28924   esac
28925
28926   case $ac_option in
28927   # Handling of the options.
28928   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28929     ac_cs_recheck=: ;;
28930   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28931     $as_echo "$ac_cs_version"; exit ;;
28932   --debug | --debu | --deb | --de | --d | -d )
28933     debug=: ;;
28934   --file | --fil | --fi | --f )
28935     $ac_shift
28936     case $ac_optarg in
28937     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28938     esac
28939     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28940     ac_need_defaults=false;;
28941   --header | --heade | --head | --hea )
28942     $ac_shift
28943     case $ac_optarg in
28944     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28945     esac
28946     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28947     ac_need_defaults=false;;
28948   --he | --h)
28949     # Conflict between --help and --header
28950     { $as_echo "$as_me: error: ambiguous option: $1
28951 Try \`$0 --help' for more information." >&2
28952    { (exit 1); exit 1; }; };;
28953   --help | --hel | -h )
28954     $as_echo "$ac_cs_usage"; exit ;;
28955   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28956   | -silent | --silent | --silen | --sile | --sil | --si | --s)
28957     ac_cs_silent=: ;;
28958
28959   # This is an error.
28960   -*) { $as_echo "$as_me: error: unrecognized option: $1
28961 Try \`$0 --help' for more information." >&2
28962    { (exit 1); exit 1; }; } ;;
28963
28964   *) ac_config_targets="$ac_config_targets $1"
28965      ac_need_defaults=false ;;
28966
28967   esac
28968   shift
28969 done
28970
28971 ac_configure_extra_args=
28972
28973 if $ac_cs_silent; then
28974   exec 6>/dev/null
28975   ac_configure_extra_args="$ac_configure_extra_args --silent"
28976 fi
28977
28978 _ACEOF
28979 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28980 if \$ac_cs_recheck; then
28981   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28982   shift
28983   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28984   CONFIG_SHELL='$SHELL'
28985   export CONFIG_SHELL
28986   exec "\$@"
28987 fi
28988
28989 _ACEOF
28990 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28991 exec 5>>config.log
28992 {
28993   echo
28994   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28995 ## Running $as_me. ##
28996 _ASBOX
28997   $as_echo "$ac_log"
28998 } >&5
28999
29000 _ACEOF
29001 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29002 _ACEOF
29003
29004 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29005
29006 # Handling of arguments.
29007 for ac_config_target in $ac_config_targets
29008 do
29009   case $ac_config_target in
29010     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
29011     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
29012     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
29013     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
29014     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
29015     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
29016     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
29017     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
29018     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
29019     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
29020     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
29021     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
29022     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
29023     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
29024     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
29025     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
29026     "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
29027     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
29028     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
29029     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
29030     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
29031     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
29032     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
29033     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
29034     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
29035     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
29036     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
29037     "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
29038     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
29039     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
29040     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
29041     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
29042     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
29043     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
29044     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
29045     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
29046     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
29047     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
29048     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
29049     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
29050     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
29051     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
29052     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
29053     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
29054     "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
29055     "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
29056     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
29057     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
29058     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
29059     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
29060     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
29061     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
29062     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
29063     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
29064     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
29065     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
29066     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
29067     "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
29068     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
29069     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
29070     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
29071     "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
29072     "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
29073     "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
29074     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
29075     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
29076     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
29077     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
29078     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
29079     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
29080     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
29081     "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
29082     "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
29083     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
29084     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
29085     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
29086     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
29087     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
29088     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
29089     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
29090     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
29091     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
29092     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
29093     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
29094     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
29095     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
29096     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
29097     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
29098     "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
29099     "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
29100     "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
29101     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
29102     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
29103     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
29104     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
29105     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
29106     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
29107     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
29108     "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
29109     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
29110     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
29111     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
29112     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
29113     "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
29114     "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
29115     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
29116     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
29117     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
29118     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
29119     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
29120     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
29121     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
29122     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
29123     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
29124     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
29125     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
29126     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
29127     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
29128     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
29129     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
29130     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
29131     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
29132     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
29133     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
29134     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
29135     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
29136     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
29137     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
29138     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
29139     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
29140     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
29141     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
29142     "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
29143     "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
29144     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
29145     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
29146     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
29147     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
29148     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
29149     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
29150     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
29151     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
29152     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
29153     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
29154     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
29155     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
29156     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
29157     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
29158     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
29159     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
29160     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
29161     "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
29162     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
29163     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
29164     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
29165     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
29166     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
29167     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
29168     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
29169     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
29170     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
29171     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
29172     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
29173     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
29174     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
29175     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
29176     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
29177     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
29178     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
29179     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
29180     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
29181     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
29182     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
29183     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
29184     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
29185     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
29186     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
29187     "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
29188     "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
29189     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
29190     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
29191     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
29192     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
29193     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
29194     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
29195     "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
29196     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
29197     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
29198     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
29199     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
29200     "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
29201     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
29202     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
29203     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
29204     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
29205     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
29206     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
29207     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
29208     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
29209     "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
29210     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
29211     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
29212     "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
29213     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
29214     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
29215     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
29216     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
29217     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
29218     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
29219     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
29220     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
29221     "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
29222     "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
29223     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
29224     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
29225     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
29226     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
29227     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
29228     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
29229     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
29230     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
29231     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
29232     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
29233     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
29234     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
29235     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
29236     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
29237     "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
29238     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
29239     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
29240     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
29241     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
29242     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
29243     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
29244     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
29245     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
29246     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
29247     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
29248     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
29249     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
29250     "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
29251     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
29252     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
29253     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
29254     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
29255     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
29256     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
29257     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
29258     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
29259     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
29260     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
29261     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
29262     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
29263     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
29264     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
29265     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
29266     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
29267     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
29268     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
29269     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
29270     "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
29271     "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
29272     "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
29273     "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
29274     "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
29275     "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
29276     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
29277     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
29278     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
29279     "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
29280     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
29281     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
29282     "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
29283     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
29284     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
29285     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
29286     "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
29287     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
29288     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
29289     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
29290     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
29291     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
29292     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
29293     "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
29294     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
29295     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
29296     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
29297     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
29298     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
29299     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
29300     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
29301     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
29302     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
29303     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
29304     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
29305     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
29306     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
29307     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
29308     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
29309     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
29310     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
29311     "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
29312     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
29313     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
29314     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
29315     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
29316     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
29317     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
29318     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
29319     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
29320     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
29321     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
29322     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
29323     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
29324     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
29325     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
29326     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
29327     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
29328     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
29329     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
29330     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
29331     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
29332     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
29333     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
29334     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
29335     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
29336     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
29337     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
29338     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
29339     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29340     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29341     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29342     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29343     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29344     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29345     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29346     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29347     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29348     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29349     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29350     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29351     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29352     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29353     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29354     "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
29355     "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29356     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29357     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29358     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29359     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29360     "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29361     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29362     "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29363     "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
29364     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29365     "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29366     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29367     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29368     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29369     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29370     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29371     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29372     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29373     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29374     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29375     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29376     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29377     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29378     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29379     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29380     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29381     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29382     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29383     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29384     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29385     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29386     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29387     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29388     "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29389     "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29390     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29391     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29392     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29393     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29394     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29395     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29396     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29397     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29398     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29399     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29400     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29401     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29402     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29403     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29404     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29405     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29406     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29407     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29408     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29409     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29410     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29411     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29412     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29413     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29414     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29415     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29416     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29417     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29418     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29419     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29420     "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29421     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29422     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29423     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29424     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29425     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29426     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29427     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29428     "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29429     "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29430     "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29431     "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29432     "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29433     "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29434     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29435     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29436     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29437     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29438     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29439     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29440     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29441     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29442     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29443     "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29444     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29445     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29446     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29447     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29448     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29449     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29450     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29451     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29452     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29453     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29454     "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29455     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29456     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29457     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29458     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29459     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29460     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29461     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29462     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29463     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29464     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29465     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29466     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29467     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29468     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29469     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29470     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29471     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29472     "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29473     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29474     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29475     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29476     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29477     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29478     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29479     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29480     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29481     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29482     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29483     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29484     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29485     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29486     "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29487     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29488     "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29489     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29490     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29491     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29492     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29493     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29494     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29495     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29496     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29497     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29498     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29499     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29500     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29501
29502   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29503 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29504    { (exit 1); exit 1; }; };;
29505   esac
29506 done
29507
29508
29509 # If the user did not use the arguments to specify the items to instantiate,
29510 # then the envvar interface is used.  Set only those that are not.
29511 # We use the long form for the default assignment because of an extremely
29512 # bizarre bug on SunOS 4.1.3.
29513 if $ac_need_defaults; then
29514   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29515   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29516   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29517 fi
29518
29519 # Have a temporary directory for convenience.  Make it in the build tree
29520 # simply because there is no reason against having it here, and in addition,
29521 # creating and moving files from /tmp can sometimes cause problems.
29522 # Hook for its removal unless debugging.
29523 # Note that there is a small window in which the directory will not be cleaned:
29524 # after its creation but before its name has been assigned to `$tmp'.
29525 $debug ||
29526 {
29527   tmp=
29528   trap 'exit_status=$?
29529   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29530 ' 0
29531   trap '{ (exit 1); exit 1; }' 1 2 13 15
29532 }
29533 # Create a (secure) tmp directory for tmp files.
29534
29535 {
29536   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29537   test -n "$tmp" && test -d "$tmp"
29538 }  ||
29539 {
29540   tmp=./conf$$-$RANDOM
29541   (umask 077 && mkdir "$tmp")
29542 } ||
29543 {
29544    $as_echo "$as_me: cannot create a temporary directory in ." >&2
29545    { (exit 1); exit 1; }
29546 }
29547
29548 # Set up the scripts for CONFIG_FILES section.
29549 # No need to generate them if there are no CONFIG_FILES.
29550 # This happens for instance with `./config.status config.h'.
29551 if test -n "$CONFIG_FILES"; then
29552
29553 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29554   ac_cs_awk_getline=:
29555   ac_cs_awk_pipe_init=
29556   ac_cs_awk_read_file='
29557       while ((getline aline < (F[key])) > 0)
29558         print(aline)
29559       close(F[key])'
29560   ac_cs_awk_pipe_fini=
29561 else
29562   ac_cs_awk_getline=false
29563   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29564   ac_cs_awk_read_file='
29565       print "|#_!!_#|"
29566       print "cat " F[key] " &&"
29567       '$ac_cs_awk_pipe_init
29568   # The final `:' finishes the AND list.
29569   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29570 fi
29571 ac_cr='\r'
29572 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29573 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29574   ac_cs_awk_cr='\\r'
29575 else
29576   ac_cs_awk_cr=$ac_cr
29577 fi
29578
29579 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29580 _ACEOF
29581
29582 # Create commands to substitute file output variables.
29583 {
29584   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29585   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29586   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29587   echo "_ACAWK" &&
29588   echo "_ACEOF"
29589 } >conf$$files.sh &&
29590 . ./conf$$files.sh ||
29591   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29592 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29593    { (exit 1); exit 1; }; }
29594 rm -f conf$$files.sh
29595
29596 {
29597   echo "cat >conf$$subs.awk <<_ACEOF" &&
29598   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29599   echo "_ACEOF"
29600 } >conf$$subs.sh ||
29601   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29602 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29603    { (exit 1); exit 1; }; }
29604 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29605 ac_delim='%!_!# '
29606 for ac_last_try in false false false false false :; do
29607   . ./conf$$subs.sh ||
29608     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29609 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29610    { (exit 1); exit 1; }; }
29611
29612   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29613   if test $ac_delim_n = $ac_delim_num; then
29614     break
29615   elif $ac_last_try; then
29616     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29617 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29618    { (exit 1); exit 1; }; }
29619   else
29620     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29621   fi
29622 done
29623 rm -f conf$$subs.sh
29624
29625 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29626 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29627 _ACEOF
29628 sed -n '
29629 h
29630 s/^/S["/; s/!.*/"]=/
29631 p
29632 g
29633 s/^[^!]*!//
29634 :repl
29635 t repl
29636 s/'"$ac_delim"'$//
29637 t delim
29638 :nl
29639 h
29640 s/\(.\{148\}\).*/\1/
29641 t more1
29642 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29643 p
29644 n
29645 b repl
29646 :more1
29647 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29648 p
29649 g
29650 s/.\{148\}//
29651 t nl
29652 :delim
29653 h
29654 s/\(.\{148\}\).*/\1/
29655 t more2
29656 s/["\\]/\\&/g; s/^/"/; s/$/"/
29657 p
29658 b
29659 :more2
29660 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29661 p
29662 g
29663 s/.\{148\}//
29664 t delim
29665 ' <conf$$subs.awk | sed '
29666 /^[^""]/{
29667   N
29668   s/\n//
29669 }
29670 ' >>$CONFIG_STATUS || ac_write_fail=1
29671 rm -f conf$$subs.awk
29672 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29673 _ACAWK
29674 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29675   for (key in S) S_is_set[key] = 1
29676   FS = "\a"
29677   \$ac_cs_awk_pipe_init
29678 }
29679 {
29680   line = $ 0
29681   nfields = split(line, field, "@")
29682   substed = 0
29683   len = length(field[1])
29684   for (i = 2; i < nfields; i++) {
29685     key = field[i]
29686     keylen = length(key)
29687     if (S_is_set[key]) {
29688       value = S[key]
29689       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29690       len += length(value) + length(field[++i])
29691       substed = 1
29692     } else
29693       len += 1 + keylen
29694   }
29695   if (nfields == 3 && !substed) {
29696     key = field[2]
29697     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
29698       \$ac_cs_awk_read_file
29699       next
29700     }
29701   }
29702   print line
29703 }
29704 \$ac_cs_awk_pipe_fini
29705 _ACAWK
29706 _ACEOF
29707 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29708 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29709   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29710 else
29711   cat
29712 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29713   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29714 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29715    { (exit 1); exit 1; }; }
29716 _ACEOF
29717
29718 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29719 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29720 # trailing colons and then remove the whole line if VPATH becomes empty
29721 # (actually we leave an empty line to preserve line numbers).
29722 if test "x$srcdir" = x.; then
29723   ac_vpsub='/^[  ]*VPATH[        ]*=/{
29724 s/:*\$(srcdir):*/:/
29725 s/:*\${srcdir}:*/:/
29726 s/:*@srcdir@:*/:/
29727 s/^\([^=]*=[     ]*\):*/\1/
29728 s/:*$//
29729 s/^[^=]*=[       ]*$//
29730 }'
29731 fi
29732
29733 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29734 fi # test -n "$CONFIG_FILES"
29735
29736 # Set up the scripts for CONFIG_HEADERS section.
29737 # No need to generate them if there are no CONFIG_HEADERS.
29738 # This happens for instance with `./config.status Makefile'.
29739 if test -n "$CONFIG_HEADERS"; then
29740 cat >"$tmp/defines.awk" <<\_ACAWK ||
29741 BEGIN {
29742 _ACEOF
29743
29744 # Transform confdefs.h into an awk script `defines.awk', embedded as
29745 # here-document in config.status, that substitutes the proper values into
29746 # config.h.in to produce config.h.
29747
29748 # Create a delimiter string that does not exist in confdefs.h, to ease
29749 # handling of long lines.
29750 ac_delim='%!_!# '
29751 for ac_last_try in false false :; do
29752   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29753   if test -z "$ac_t"; then
29754     break
29755   elif $ac_last_try; then
29756     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29757 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29758    { (exit 1); exit 1; }; }
29759   else
29760     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29761   fi
29762 done
29763
29764 # For the awk script, D is an array of macro values keyed by name,
29765 # likewise P contains macro parameters if any.  Preserve backslash
29766 # newline sequences.
29767
29768 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29769 sed -n '
29770 s/.\{148\}/&'"$ac_delim"'/g
29771 t rset
29772 :rset
29773 s/^[     ]*#[    ]*define[       ][      ]*/ /
29774 t def
29775 d
29776 :def
29777 s/\\$//
29778 t bsnl
29779 s/["\\]/\\&/g
29780 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
29781 D["\1"]=" \3"/p
29782 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
29783 d
29784 :bsnl
29785 s/["\\]/\\&/g
29786 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
29787 D["\1"]=" \3\\\\\\n"\\/p
29788 t cont
29789 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29790 t cont
29791 d
29792 :cont
29793 n
29794 s/.\{148\}/&'"$ac_delim"'/g
29795 t clear
29796 :clear
29797 s/\\$//
29798 t bsnlc
29799 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29800 d
29801 :bsnlc
29802 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29803 b cont
29804 ' <confdefs.h | sed '
29805 s/'"$ac_delim"'/"\\\
29806 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29807
29808 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29809   for (key in D) D_is_set[key] = 1
29810   FS = "\a"
29811 }
29812 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29813   line = \$ 0
29814   split(line, arg, " ")
29815   if (arg[1] == "#") {
29816     defundef = arg[2]
29817     mac1 = arg[3]
29818   } else {
29819     defundef = substr(arg[1], 2)
29820     mac1 = arg[2]
29821   }
29822   split(mac1, mac2, "(") #)
29823   macro = mac2[1]
29824   prefix = substr(line, 1, index(line, defundef) - 1)
29825   if (D_is_set[macro]) {
29826     # Preserve the white space surrounding the "#".
29827     print prefix "define", macro P[macro] D[macro]
29828     next
29829   } else {
29830     # Replace #undef with comments.  This is necessary, for example,
29831     # in the case of _POSIX_SOURCE, which is predefined and required
29832     # on some systems where configure will not decide to define it.
29833     if (defundef == "undef") {
29834       print "/*", prefix defundef, macro, "*/"
29835       next
29836     }
29837   }
29838 }
29839 { print }
29840 _ACAWK
29841 _ACEOF
29842 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29843   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29844 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29845    { (exit 1); exit 1; }; }
29846 fi # test -n "$CONFIG_HEADERS"
29847
29848
29849 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
29850 shift
29851 for ac_tag
29852 do
29853   case $ac_tag in
29854   :[FHLC]) ac_mode=$ac_tag; continue;;
29855   esac
29856   case $ac_mode$ac_tag in
29857   :[FHL]*:*);;
29858   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29859 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29860    { (exit 1); exit 1; }; };;
29861   :[FH]-) ac_tag=-:-;;
29862   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29863   esac
29864   ac_save_IFS=$IFS
29865   IFS=:
29866   set x $ac_tag
29867   IFS=$ac_save_IFS
29868   shift
29869   ac_file=$1
29870   shift
29871
29872   case $ac_mode in
29873   :L) ac_source=$1;;
29874   :[FH])
29875     ac_file_inputs=
29876     for ac_f
29877     do
29878       case $ac_f in
29879       -) ac_f="$tmp/stdin";;
29880       *) # Look for the file first in the build tree, then in the source tree
29881          # (if the path is not absolute).  The absolute path cannot be DOS-style,
29882          # because $ac_f cannot contain `:'.
29883          test -f "$ac_f" ||
29884            case $ac_f in
29885            [\\/$]*) false;;
29886            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29887            esac ||
29888            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29889 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29890    { (exit 1); exit 1; }; };;
29891       esac
29892       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29893       ac_file_inputs="$ac_file_inputs '$ac_f'"
29894     done
29895
29896     # Let's still pretend it is `configure' which instantiates (i.e., don't
29897     # use $as_me), people would be surprised to read:
29898     #    /* config.h.  Generated by config.status.  */
29899     configure_input='Generated from '`
29900           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29901         `' by configure.'
29902     if test x"$ac_file" != x-; then
29903       configure_input="$ac_file.  $configure_input"
29904       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29905 $as_echo "$as_me: creating $ac_file" >&6;}
29906     fi
29907     # Neutralize special characters interpreted by sed in replacement strings.
29908     case $configure_input in #(
29909     *\&* | *\|* | *\\* )
29910        ac_sed_conf_input=`$as_echo "$configure_input" |
29911        sed 's/[\\\\&|]/\\\\&/g'`;; #(
29912     *) ac_sed_conf_input=$configure_input;;
29913     esac
29914
29915     case $ac_tag in
29916     *:-:* | *:-) cat >"$tmp/stdin" \
29917       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29918 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29919    { (exit 1); exit 1; }; } ;;
29920     esac
29921     ;;
29922   esac
29923
29924   ac_dir=`$as_dirname -- "$ac_file" ||
29925 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29926          X"$ac_file" : 'X\(//\)[^/]' \| \
29927          X"$ac_file" : 'X\(//\)$' \| \
29928          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29929 $as_echo X"$ac_file" |
29930     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29931             s//\1/
29932             q
29933           }
29934           /^X\(\/\/\)[^/].*/{
29935             s//\1/
29936             q
29937           }
29938           /^X\(\/\/\)$/{
29939             s//\1/
29940             q
29941           }
29942           /^X\(\/\).*/{
29943             s//\1/
29944             q
29945           }
29946           s/.*/./; q'`
29947   { as_dir="$ac_dir"
29948   case $as_dir in #(
29949   -*) as_dir=./$as_dir;;
29950   esac
29951   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29952     as_dirs=
29953     while :; do
29954       case $as_dir in #(
29955       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29956       *) as_qdir=$as_dir;;
29957       esac
29958       as_dirs="'$as_qdir' $as_dirs"
29959       as_dir=`$as_dirname -- "$as_dir" ||
29960 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29961          X"$as_dir" : 'X\(//\)[^/]' \| \
29962          X"$as_dir" : 'X\(//\)$' \| \
29963          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29964 $as_echo X"$as_dir" |
29965     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29966             s//\1/
29967             q
29968           }
29969           /^X\(\/\/\)[^/].*/{
29970             s//\1/
29971             q
29972           }
29973           /^X\(\/\/\)$/{
29974             s//\1/
29975             q
29976           }
29977           /^X\(\/\).*/{
29978             s//\1/
29979             q
29980           }
29981           s/.*/./; q'`
29982       test -d "$as_dir" && break
29983     done
29984     test -z "$as_dirs" || eval "mkdir $as_dirs"
29985   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29986 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29987    { (exit 1); exit 1; }; }; }
29988   ac_builddir=.
29989
29990 case "$ac_dir" in
29991 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29992 *)
29993   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29994   # A ".." for each directory in $ac_dir_suffix.
29995   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29996   case $ac_top_builddir_sub in
29997   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29998   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29999   esac ;;
30000 esac
30001 ac_abs_top_builddir=$ac_pwd
30002 ac_abs_builddir=$ac_pwd$ac_dir_suffix
30003 # for backward compatibility:
30004 ac_top_builddir=$ac_top_build_prefix
30005
30006 case $srcdir in
30007   .)  # We are building in place.
30008     ac_srcdir=.
30009     ac_top_srcdir=$ac_top_builddir_sub
30010     ac_abs_top_srcdir=$ac_pwd ;;
30011   [\\/]* | ?:[\\/]* )  # Absolute name.
30012     ac_srcdir=$srcdir$ac_dir_suffix;
30013     ac_top_srcdir=$srcdir
30014     ac_abs_top_srcdir=$srcdir ;;
30015   *) # Relative name.
30016     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
30017     ac_top_srcdir=$ac_top_build_prefix$srcdir
30018     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
30019 esac
30020 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
30021
30022
30023   case $ac_mode in
30024   :F)
30025   #
30026   # CONFIG_FILE
30027   #
30028
30029   case $INSTALL in
30030   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
30031   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
30032   esac
30033 _ACEOF
30034
30035 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30036 # If the template does not know about datarootdir, expand it.
30037 # FIXME: This hack should be removed a few years after 2.60.
30038 ac_datarootdir_hack=; ac_datarootdir_seen=
30039
30040 ac_sed_dataroot='
30041 /datarootdir/ {
30042   p
30043   q
30044 }
30045 /@datadir@/p
30046 /@docdir@/p
30047 /@infodir@/p
30048 /@localedir@/p
30049 /@mandir@/p
30050 '
30051 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
30052 *datarootdir*) ac_datarootdir_seen=yes;;
30053 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
30054   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
30055 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
30056 _ACEOF
30057 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30058   ac_datarootdir_hack='
30059   s&@datadir@&$datadir&g
30060   s&@docdir@&$docdir&g
30061   s&@infodir@&$infodir&g
30062   s&@localedir@&$localedir&g
30063   s&@mandir@&$mandir&g
30064     s&\\\${datarootdir}&$datarootdir&g' ;;
30065 esac
30066 _ACEOF
30067
30068 # Neutralize VPATH when `$srcdir' = `.'.
30069 # Shell code in configure.ac might set extrasub.
30070 # FIXME: do we really want to maintain this feature?
30071 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30072 ac_sed_extra="$ac_vpsub
30073 $extrasub
30074 _ACEOF
30075 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30076 :t
30077 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
30078 s|@configure_input@|$ac_sed_conf_input|;t t
30079 s&@top_builddir@&$ac_top_builddir_sub&;t t
30080 s&@top_build_prefix@&$ac_top_build_prefix&;t t
30081 s&@srcdir@&$ac_srcdir&;t t
30082 s&@abs_srcdir@&$ac_abs_srcdir&;t t
30083 s&@top_srcdir@&$ac_top_srcdir&;t t
30084 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
30085 s&@builddir@&$ac_builddir&;t t
30086 s&@abs_builddir@&$ac_abs_builddir&;t t
30087 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
30088 s&@INSTALL@&$ac_INSTALL&;t t
30089 $ac_datarootdir_hack
30090 "
30091 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
30092 if $ac_cs_awk_getline; then
30093   $AWK -f "$tmp/subs.awk"
30094 else
30095   $AWK -f "$tmp/subs.awk" | $SHELL
30096 fi >$tmp/out \
30097   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30098 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30099    { (exit 1); exit 1; }; }
30100
30101 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
30102   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
30103   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
30104   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30105 which seems to be undefined.  Please make sure it is defined." >&5
30106 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30107 which seems to be undefined.  Please make sure it is defined." >&2;}
30108
30109   rm -f "$tmp/stdin"
30110   case $ac_file in
30111   -) cat "$tmp/out" && rm -f "$tmp/out";;
30112   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
30113   esac \
30114   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30115 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30116    { (exit 1); exit 1; }; }
30117  ;;
30118   :H)
30119   #
30120   # CONFIG_HEADER
30121   #
30122   if test x"$ac_file" != x-; then
30123     {
30124       $as_echo "/* $configure_input  */" \
30125       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
30126     } >"$tmp/config.h" \
30127       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30128 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30129    { (exit 1); exit 1; }; }
30130     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
30131       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
30132 $as_echo "$as_me: $ac_file is unchanged" >&6;}
30133     else
30134       rm -f "$ac_file"
30135       mv "$tmp/config.h" "$ac_file" \
30136         || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30137 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30138    { (exit 1); exit 1; }; }
30139     fi
30140   else
30141     $as_echo "/* $configure_input  */" \
30142       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
30143       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
30144 $as_echo "$as_me: error: could not create -" >&2;}
30145    { (exit 1); exit 1; }; }
30146   fi
30147  ;;
30148
30149   :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
30150 $as_echo "$as_me: executing $ac_file commands" >&6;}
30151  ;;
30152   esac
30153
30154
30155   case $ac_file$ac_mode in
30156     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
30157     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
30158 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
30159     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
30160 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
30161     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
30162 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
30163     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
30164 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
30165     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
30166 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
30167     "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
30168 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
30169
30170   esac
30171 done # for ac_tag
30172
30173
30174 { (exit 0); exit 0; }
30175 _ACEOF
30176 chmod +x $CONFIG_STATUS
30177 ac_clean_files=$ac_clean_files_save
30178
30179 test $ac_write_fail = 0 ||
30180   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
30181 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
30182    { (exit 1); exit 1; }; }
30183
30184
30185 # configure is writing to config.log, and then calls config.status.
30186 # config.status does its own redirection, appending to config.log.
30187 # Unfortunately, on DOS this fails, as config.log is still kept open
30188 # by configure, so config.status won't be able to write to it; its
30189 # output is simply discarded.  So we exec the FD to /dev/null,
30190 # effectively closing config.log, so it can be properly (re)opened and
30191 # appended to by config.status.  When coming back to configure, we
30192 # need to make the FD available again.
30193 if test "$no_create" != yes; then
30194   ac_cs_success=:
30195   ac_config_status_args=
30196   test "$silent" = yes &&
30197     ac_config_status_args="$ac_config_status_args --quiet"
30198   exec 5>/dev/null
30199   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
30200   exec 5>>config.log
30201   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30202   # would make configure fail if this is the last instruction.
30203   $ac_cs_success || { (exit 1); exit 1; }
30204 fi
30205 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
30206   { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
30207 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
30208 fi
30209
30210
30211 if test "$no_create" = "yes"
30212 then
30213   exit 0
30214 fi
30215
30216 ac_save_IFS="$IFS"
30217 if test "x$wine_notices != "x; then
30218     echo >&6
30219     IFS="|"
30220     for msg in $wine_notices; do
30221         IFS="$ac_save_IFS"
30222         if test -n "$msg"; then
30223             { $as_echo "$as_me:$LINENO: $msg" >&5
30224 $as_echo "$as_me: $msg" >&6;}
30225         fi
30226     done
30227 fi
30228 IFS="|"
30229 for msg in $wine_warnings; do
30230     IFS="$ac_save_IFS"
30231     if test -n "$msg"; then
30232         echo >&2
30233         { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
30234 $as_echo "$as_me: WARNING: $msg" >&2;}
30235     fi
30236 done
30237 IFS="$ac_save_IFS"
30238
30239 echo "
30240 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
30241 " >&6
30242