configure: Add a macro to define an stdcall function in assembly.
[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.23.
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.23'
600 PACKAGE_STRING='Wine 1.1.23'
601 PACKAGE_BUGREPORT='wine-devel@winehq.org'
602
603 ac_unique_file="server/atom.c"
604 # Factoring default headers for most tests.
605 ac_includes_default="\
606 #include <stdio.h>
607 #ifdef HAVE_SYS_TYPES_H
608 # include <sys/types.h>
609 #endif
610 #ifdef HAVE_SYS_STAT_H
611 # include <sys/stat.h>
612 #endif
613 #ifdef STDC_HEADERS
614 # include <stdlib.h>
615 # include <stddef.h>
616 #else
617 # ifdef HAVE_STDLIB_H
618 #  include <stdlib.h>
619 # endif
620 #endif
621 #ifdef HAVE_STRING_H
622 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
623 #  include <memory.h>
624 # endif
625 # include <string.h>
626 #endif
627 #ifdef HAVE_STRINGS_H
628 # include <strings.h>
629 #endif
630 #ifdef HAVE_INTTYPES_H
631 # include <inttypes.h>
632 #endif
633 #ifdef HAVE_STDINT_H
634 # include <stdint.h>
635 #endif
636 #ifdef HAVE_UNISTD_H
637 # include <unistd.h>
638 #endif"
639
640 ac_subst_vars='LTLIBOBJS
641 LIBOBJS
642 ALL_WINETEST_DEPENDS
643 ALL_PROGRAM_BIN_INSTALL_DIRS
644 ALL_PROGRAM_INSTALL_DIRS
645 ALL_PROGRAM_DIRS
646 ALL_TEST_DIRS
647 ALL_IMPLIB_DIRS
648 ALL_DLL_DIRS
649 ALL_TOP_DIRS
650 ALL_MAKEFILE_DEPENDS
651 ALL_MAKEFILES
652 ALL_MAKERULES
653 DEPENDENCIES
654 LDAPLIBS
655 LIBPOLL
656 LIBDL
657 EXTRA_BINARIES
658 SOCKETLIBS
659 CRTLIBS
660 LDPATH
661 BUILTINFLAG
662 EXTRACFLAGS
663 LIBKSTAT
664 PNGINCL
665 FONTCONFIGINCL
666 CUPSINCL
667 AUDIOIOLIBS
668 ALSALIBS
669 ESDLIBS
670 ESDINCL
671 ESDCONFIG
672 ZLIB
673 FREETYPEINCL
674 FREETYPELIBS
675 ft_devel
676 LCMSLIBS
677 RESOLVLIBS
678 GPHOTO2INCL
679 GPHOTO2LIBS
680 gphoto2port_devel
681 gphoto2_devel
682 SANEINCL
683 sane_devel
684 GNUTLSINCL
685 HALINCL
686 XSLTINCL
687 XML2INCL
688 XML2LIBS
689 NASLIBS
690 X_EXTRA_LIBS
691 X_LIBS
692 X_PRE_LIBS
693 X_CFLAGS
694 XMKMF
695 LIBPTHREAD
696 CROSSTARGETFLAGS
697 CROSSTEST
698 CROSSCC
699 CARBONLIB
700 COREAUDIO
701 DISKARBITRATIONLIB
702 LDEXECFLAGS
703 IOKITLIB
704 COREFOUNDATIONLIB
705 SECURITYLIB
706 MINGWAR
707 DLLWRAP
708 DLLTOOL
709 LDD
710 LDRPATH_LOCAL
711 LDRPATH_INSTALL
712 IMPLIBEXT
713 LIBEXT
714 LDDLLFLAGS
715 LDSHARED
716 DLLFLAGS
717 DLLEXT
718 CPP
719 OPENGL_LIBS
720 XLIB
721 PRELINK
722 ICOTOOL
723 RSVG
724 PKG_CONFIG
725 FONTFORGE
726 LINTFLAGS
727 LINT
728 INSTALL_DATA
729 INSTALL_SCRIPT
730 INSTALL_PROGRAM
731 LDCONFIG
732 EGREP
733 GREP
734 LN
735 LN_S
736 STRIP
737 RANLIB
738 ARFLAGS
739 ac_ct_AR
740 AR
741 BISON
742 FLEX
743 TOOLSDIR
744 WIN16_INSTALL
745 WIN16_FILES
746 TARGETFLAGS
747 CPPBIN
748 ac_ct_CXX
749 CXXFLAGS
750 CXX
751 OBJEXT
752 EXEEXT
753 ac_ct_CC
754 CPPFLAGS
755 LDFLAGS
756 CFLAGS
757 CC
758 SET_MAKE
759 host_os
760 host_vendor
761 host_cpu
762 host
763 build_os
764 build_vendor
765 build_cpu
766 build
767 MAINTAINER_MODE
768 target_alias
769 host_alias
770 build_alias
771 LIBS
772 ECHO_T
773 ECHO_N
774 ECHO_C
775 DEFS
776 mandir
777 localedir
778 libdir
779 psdir
780 pdfdir
781 dvidir
782 htmldir
783 infodir
784 docdir
785 oldincludedir
786 includedir
787 localstatedir
788 sharedstatedir
789 sysconfdir
790 datadir
791 datarootdir
792 libexecdir
793 sbindir
794 bindir
795 program_transform_name
796 prefix
797 exec_prefix
798 PACKAGE_BUGREPORT
799 PACKAGE_STRING
800 PACKAGE_VERSION
801 PACKAGE_TARNAME
802 PACKAGE_NAME
803 PATH_SEPARATOR
804 SHELL'
805 ac_subst_files='MAKE_RULES
806 MAKE_DLL_RULES
807 MAKE_IMPLIB_RULES
808 MAKE_TEST_RULES
809 MAKE_PROG_RULES'
810 ac_user_opts='
811 enable_option_checking
812 enable_win16
813 enable_win64
814 enable_tests
815 enable_maintainer_mode
816 with_alsa
817 with_audioio
818 with_capi
819 with_cms
820 with_coreaudio
821 with_cups
822 with_curses
823 with_esd
824 with_fontconfig
825 with_freetype
826 with_gphoto
827 with_glu
828 with_gnutls
829 with_hal
830 with_jack
831 with_jpeg
832 with_ldap
833 with_nas
834 with_opengl
835 with_openssl
836 with_oss
837 with_png
838 with_pthread
839 with_sane
840 with_xcomposite
841 with_xcursor
842 with_xinerama
843 with_xinput
844 with_xml
845 with_xrandr
846 with_xrender
847 with_xshape
848 with_xshm
849 with_xslt
850 with_xxf86vm
851 with_wine_tools
852 with_x
853 '
854       ac_precious_vars='build_alias
855 host_alias
856 target_alias
857 CC
858 CFLAGS
859 LDFLAGS
860 LIBS
861 CPPFLAGS
862 CXX
863 CXXFLAGS
864 CCC
865 CPP
866 XMKMF'
867
868
869 # Initialize some variables set by options.
870 ac_init_help=
871 ac_init_version=false
872 ac_unrecognized_opts=
873 ac_unrecognized_sep=
874 # The variables have the same names as the options, with
875 # dashes changed to underlines.
876 cache_file=/dev/null
877 exec_prefix=NONE
878 no_create=
879 no_recursion=
880 prefix=NONE
881 program_prefix=NONE
882 program_suffix=NONE
883 program_transform_name=s,x,x,
884 silent=
885 site=
886 srcdir=
887 verbose=
888 x_includes=NONE
889 x_libraries=NONE
890
891 # Installation directory options.
892 # These are left unexpanded so users can "make install exec_prefix=/foo"
893 # and all the variables that are supposed to be based on exec_prefix
894 # by default will actually change.
895 # Use braces instead of parens because sh, perl, etc. also accept them.
896 # (The list follows the same order as the GNU Coding Standards.)
897 bindir='${exec_prefix}/bin'
898 sbindir='${exec_prefix}/sbin'
899 libexecdir='${exec_prefix}/libexec'
900 datarootdir='${prefix}/share'
901 datadir='${datarootdir}'
902 sysconfdir='${prefix}/etc'
903 sharedstatedir='${prefix}/com'
904 localstatedir='${prefix}/var'
905 includedir='${prefix}/include'
906 oldincludedir='/usr/include'
907 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
908 infodir='${datarootdir}/info'
909 htmldir='${docdir}'
910 dvidir='${docdir}'
911 pdfdir='${docdir}'
912 psdir='${docdir}'
913 libdir='${exec_prefix}/lib'
914 localedir='${datarootdir}/locale'
915 mandir='${datarootdir}/man'
916
917 ac_prev=
918 ac_dashdash=
919 for ac_option
920 do
921   # If the previous option needs an argument, assign it.
922   if test -n "$ac_prev"; then
923     eval $ac_prev=\$ac_option
924     ac_prev=
925     continue
926   fi
927
928   case $ac_option in
929   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
930   *)    ac_optarg=yes ;;
931   esac
932
933   # Accept the important Cygnus configure options, so we can diagnose typos.
934
935   case $ac_dashdash$ac_option in
936   --)
937     ac_dashdash=yes ;;
938
939   -bindir | --bindir | --bindi | --bind | --bin | --bi)
940     ac_prev=bindir ;;
941   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
942     bindir=$ac_optarg ;;
943
944   -build | --build | --buil | --bui | --bu)
945     ac_prev=build_alias ;;
946   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
947     build_alias=$ac_optarg ;;
948
949   -cache-file | --cache-file | --cache-fil | --cache-fi \
950   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
951     ac_prev=cache_file ;;
952   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
953   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
954     cache_file=$ac_optarg ;;
955
956   --config-cache | -C)
957     cache_file=config.cache ;;
958
959   -datadir | --datadir | --datadi | --datad)
960     ac_prev=datadir ;;
961   -datadir=* | --datadir=* | --datadi=* | --datad=*)
962     datadir=$ac_optarg ;;
963
964   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
965   | --dataroo | --dataro | --datar)
966     ac_prev=datarootdir ;;
967   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
968   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
969     datarootdir=$ac_optarg ;;
970
971   -disable-* | --disable-*)
972     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
973     # Reject names that are not valid shell variable names.
974     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
975       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
976    { (exit 1); exit 1; }; }
977     ac_useropt_orig=$ac_useropt
978     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
979     case $ac_user_opts in
980       *"
981 "enable_$ac_useropt"
982 "*) ;;
983       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
984          ac_unrecognized_sep=', ';;
985     esac
986     eval enable_$ac_useropt=no ;;
987
988   -docdir | --docdir | --docdi | --doc | --do)
989     ac_prev=docdir ;;
990   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
991     docdir=$ac_optarg ;;
992
993   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
994     ac_prev=dvidir ;;
995   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
996     dvidir=$ac_optarg ;;
997
998   -enable-* | --enable-*)
999     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1000     # Reject names that are not valid shell variable names.
1001     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1002       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1003    { (exit 1); exit 1; }; }
1004     ac_useropt_orig=$ac_useropt
1005     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1006     case $ac_user_opts in
1007       *"
1008 "enable_$ac_useropt"
1009 "*) ;;
1010       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1011          ac_unrecognized_sep=', ';;
1012     esac
1013     eval enable_$ac_useropt=\$ac_optarg ;;
1014
1015   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1016   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1017   | --exec | --exe | --ex)
1018     ac_prev=exec_prefix ;;
1019   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1020   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1021   | --exec=* | --exe=* | --ex=*)
1022     exec_prefix=$ac_optarg ;;
1023
1024   -gas | --gas | --ga | --g)
1025     # Obsolete; use --with-gas.
1026     with_gas=yes ;;
1027
1028   -help | --help | --hel | --he | -h)
1029     ac_init_help=long ;;
1030   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1031     ac_init_help=recursive ;;
1032   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1033     ac_init_help=short ;;
1034
1035   -host | --host | --hos | --ho)
1036     ac_prev=host_alias ;;
1037   -host=* | --host=* | --hos=* | --ho=*)
1038     host_alias=$ac_optarg ;;
1039
1040   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1041     ac_prev=htmldir ;;
1042   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1043   | --ht=*)
1044     htmldir=$ac_optarg ;;
1045
1046   -includedir | --includedir | --includedi | --included | --include \
1047   | --includ | --inclu | --incl | --inc)
1048     ac_prev=includedir ;;
1049   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1050   | --includ=* | --inclu=* | --incl=* | --inc=*)
1051     includedir=$ac_optarg ;;
1052
1053   -infodir | --infodir | --infodi | --infod | --info | --inf)
1054     ac_prev=infodir ;;
1055   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1056     infodir=$ac_optarg ;;
1057
1058   -libdir | --libdir | --libdi | --libd)
1059     ac_prev=libdir ;;
1060   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1061     libdir=$ac_optarg ;;
1062
1063   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1064   | --libexe | --libex | --libe)
1065     ac_prev=libexecdir ;;
1066   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1067   | --libexe=* | --libex=* | --libe=*)
1068     libexecdir=$ac_optarg ;;
1069
1070   -localedir | --localedir | --localedi | --localed | --locale)
1071     ac_prev=localedir ;;
1072   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1073     localedir=$ac_optarg ;;
1074
1075   -localstatedir | --localstatedir | --localstatedi | --localstated \
1076   | --localstate | --localstat | --localsta | --localst | --locals)
1077     ac_prev=localstatedir ;;
1078   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1079   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1080     localstatedir=$ac_optarg ;;
1081
1082   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1083     ac_prev=mandir ;;
1084   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1085     mandir=$ac_optarg ;;
1086
1087   -nfp | --nfp | --nf)
1088     # Obsolete; use --without-fp.
1089     with_fp=no ;;
1090
1091   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1092   | --no-cr | --no-c | -n)
1093     no_create=yes ;;
1094
1095   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1096   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1097     no_recursion=yes ;;
1098
1099   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1100   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1101   | --oldin | --oldi | --old | --ol | --o)
1102     ac_prev=oldincludedir ;;
1103   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1104   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1105   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1106     oldincludedir=$ac_optarg ;;
1107
1108   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1109     ac_prev=prefix ;;
1110   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1111     prefix=$ac_optarg ;;
1112
1113   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1114   | --program-pre | --program-pr | --program-p)
1115     ac_prev=program_prefix ;;
1116   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1117   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1118     program_prefix=$ac_optarg ;;
1119
1120   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1121   | --program-suf | --program-su | --program-s)
1122     ac_prev=program_suffix ;;
1123   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1124   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1125     program_suffix=$ac_optarg ;;
1126
1127   -program-transform-name | --program-transform-name \
1128   | --program-transform-nam | --program-transform-na \
1129   | --program-transform-n | --program-transform- \
1130   | --program-transform | --program-transfor \
1131   | --program-transfo | --program-transf \
1132   | --program-trans | --program-tran \
1133   | --progr-tra | --program-tr | --program-t)
1134     ac_prev=program_transform_name ;;
1135   -program-transform-name=* | --program-transform-name=* \
1136   | --program-transform-nam=* | --program-transform-na=* \
1137   | --program-transform-n=* | --program-transform-=* \
1138   | --program-transform=* | --program-transfor=* \
1139   | --program-transfo=* | --program-transf=* \
1140   | --program-trans=* | --program-tran=* \
1141   | --progr-tra=* | --program-tr=* | --program-t=*)
1142     program_transform_name=$ac_optarg ;;
1143
1144   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1145     ac_prev=pdfdir ;;
1146   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1147     pdfdir=$ac_optarg ;;
1148
1149   -psdir | --psdir | --psdi | --psd | --ps)
1150     ac_prev=psdir ;;
1151   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1152     psdir=$ac_optarg ;;
1153
1154   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1155   | -silent | --silent | --silen | --sile | --sil)
1156     silent=yes ;;
1157
1158   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1159     ac_prev=sbindir ;;
1160   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1161   | --sbi=* | --sb=*)
1162     sbindir=$ac_optarg ;;
1163
1164   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1165   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1166   | --sharedst | --shareds | --shared | --share | --shar \
1167   | --sha | --sh)
1168     ac_prev=sharedstatedir ;;
1169   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1170   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1171   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1172   | --sha=* | --sh=*)
1173     sharedstatedir=$ac_optarg ;;
1174
1175   -site | --site | --sit)
1176     ac_prev=site ;;
1177   -site=* | --site=* | --sit=*)
1178     site=$ac_optarg ;;
1179
1180   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1181     ac_prev=srcdir ;;
1182   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1183     srcdir=$ac_optarg ;;
1184
1185   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1186   | --syscon | --sysco | --sysc | --sys | --sy)
1187     ac_prev=sysconfdir ;;
1188   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1189   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1190     sysconfdir=$ac_optarg ;;
1191
1192   -target | --target | --targe | --targ | --tar | --ta | --t)
1193     ac_prev=target_alias ;;
1194   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1195     target_alias=$ac_optarg ;;
1196
1197   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1198     verbose=yes ;;
1199
1200   -version | --version | --versio | --versi | --vers | -V)
1201     ac_init_version=: ;;
1202
1203   -with-* | --with-*)
1204     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1205     # Reject names that are not valid shell variable names.
1206     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1207       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1208    { (exit 1); exit 1; }; }
1209     ac_useropt_orig=$ac_useropt
1210     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1211     case $ac_user_opts in
1212       *"
1213 "with_$ac_useropt"
1214 "*) ;;
1215       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1216          ac_unrecognized_sep=', ';;
1217     esac
1218     eval with_$ac_useropt=\$ac_optarg ;;
1219
1220   -without-* | --without-*)
1221     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1222     # Reject names that are not valid shell variable names.
1223     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1224       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1225    { (exit 1); exit 1; }; }
1226     ac_useropt_orig=$ac_useropt
1227     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1228     case $ac_user_opts in
1229       *"
1230 "with_$ac_useropt"
1231 "*) ;;
1232       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1233          ac_unrecognized_sep=', ';;
1234     esac
1235     eval with_$ac_useropt=no ;;
1236
1237   --x)
1238     # Obsolete; use --with-x.
1239     with_x=yes ;;
1240
1241   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1242   | --x-incl | --x-inc | --x-in | --x-i)
1243     ac_prev=x_includes ;;
1244   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1245   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1246     x_includes=$ac_optarg ;;
1247
1248   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1249   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1250     ac_prev=x_libraries ;;
1251   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1252   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1253     x_libraries=$ac_optarg ;;
1254
1255   -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1256 Try \`$0 --help' for more information." >&2
1257    { (exit 1); exit 1; }; }
1258     ;;
1259
1260   *=*)
1261     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1262     # Reject names that are not valid shell variable names.
1263     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1264       { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1265    { (exit 1); exit 1; }; }
1266     eval $ac_envvar=\$ac_optarg
1267     export $ac_envvar ;;
1268
1269   *)
1270     # FIXME: should be removed in autoconf 3.0.
1271     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1272     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1273       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1274     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1275     ;;
1276
1277   esac
1278 done
1279
1280 if test -n "$ac_prev"; then
1281   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1282   { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1283    { (exit 1); exit 1; }; }
1284 fi
1285
1286 if test -n "$ac_unrecognized_opts"; then
1287   case $enable_option_checking in
1288     no) ;;
1289     fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1290    { (exit 1); exit 1; }; } ;;
1291     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1292   esac
1293 fi
1294
1295 # Check all directory arguments for consistency.
1296 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1297                 datadir sysconfdir sharedstatedir localstatedir includedir \
1298                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1299                 libdir localedir mandir
1300 do
1301   eval ac_val=\$$ac_var
1302   # Remove trailing slashes.
1303   case $ac_val in
1304     */ )
1305       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1306       eval $ac_var=\$ac_val;;
1307   esac
1308   # Be sure to have absolute directory names.
1309   case $ac_val in
1310     [\\/$]* | ?:[\\/]* )  continue;;
1311     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1312   esac
1313   { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1314    { (exit 1); exit 1; }; }
1315 done
1316
1317 # There might be people who depend on the old broken behavior: `$host'
1318 # used to hold the argument of --host etc.
1319 # FIXME: To remove some day.
1320 build=$build_alias
1321 host=$host_alias
1322 target=$target_alias
1323
1324 # FIXME: To remove some day.
1325 if test "x$host_alias" != x; then
1326   if test "x$build_alias" = x; then
1327     cross_compiling=maybe
1328     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1329     If a cross compiler is detected then cross compile mode will be used." >&2
1330   elif test "x$build_alias" != "x$host_alias"; then
1331     cross_compiling=yes
1332   fi
1333 fi
1334
1335 ac_tool_prefix=
1336 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1337
1338 test "$silent" = yes && exec 6>/dev/null
1339
1340
1341 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1342 ac_ls_di=`ls -di .` &&
1343 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1344   { $as_echo "$as_me: error: working directory cannot be determined" >&2
1345    { (exit 1); exit 1; }; }
1346 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1347   { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1348    { (exit 1); exit 1; }; }
1349
1350
1351 # Find the source files, if location was not specified.
1352 if test -z "$srcdir"; then
1353   ac_srcdir_defaulted=yes
1354   # Try the directory containing this script, then the parent directory.
1355   ac_confdir=`$as_dirname -- "$as_myself" ||
1356 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1357          X"$as_myself" : 'X\(//\)[^/]' \| \
1358          X"$as_myself" : 'X\(//\)$' \| \
1359          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1360 $as_echo X"$as_myself" |
1361     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1362             s//\1/
1363             q
1364           }
1365           /^X\(\/\/\)[^/].*/{
1366             s//\1/
1367             q
1368           }
1369           /^X\(\/\/\)$/{
1370             s//\1/
1371             q
1372           }
1373           /^X\(\/\).*/{
1374             s//\1/
1375             q
1376           }
1377           s/.*/./; q'`
1378   srcdir=$ac_confdir
1379   if test ! -r "$srcdir/$ac_unique_file"; then
1380     srcdir=..
1381   fi
1382 else
1383   ac_srcdir_defaulted=no
1384 fi
1385 if test ! -r "$srcdir/$ac_unique_file"; then
1386   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1387   { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1388    { (exit 1); exit 1; }; }
1389 fi
1390 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1391 ac_abs_confdir=`(
1392         cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1393    { (exit 1); exit 1; }; }
1394         pwd)`
1395 # When building in place, set srcdir=.
1396 if test "$ac_abs_confdir" = "$ac_pwd"; then
1397   srcdir=.
1398 fi
1399 # Remove unnecessary trailing slashes from srcdir.
1400 # Double slashes in file names in object file debugging info
1401 # mess up M-x gdb in Emacs.
1402 case $srcdir in
1403 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1404 esac
1405 for ac_var in $ac_precious_vars; do
1406   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1407   eval ac_env_${ac_var}_value=\$${ac_var}
1408   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1409   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1410 done
1411
1412 #
1413 # Report the --help message.
1414 #
1415 if test "$ac_init_help" = "long"; then
1416   # Omit some internal or obsolete options to make the list less imposing.
1417   # This message is too long to be a string in the A/UX 3.1 sh.
1418   cat <<_ACEOF
1419 \`configure' configures Wine 1.1.23 to adapt to many kinds of systems.
1420
1421 Usage: $0 [OPTION]... [VAR=VALUE]...
1422
1423 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1424 VAR=VALUE.  See below for descriptions of some of the useful variables.
1425
1426 Defaults for the options are specified in brackets.
1427
1428 Configuration:
1429   -h, --help              display this help and exit
1430       --help=short        display options specific to this package
1431       --help=recursive    display the short help of all the included packages
1432   -V, --version           display version information and exit
1433   -q, --quiet, --silent   do not print \`checking...' messages
1434       --cache-file=FILE   cache test results in FILE [disabled]
1435   -C, --config-cache      alias for \`--cache-file=config.cache'
1436   -n, --no-create         do not create output files
1437       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1438
1439 Installation directories:
1440   --prefix=PREFIX         install architecture-independent files in PREFIX
1441                           [$ac_default_prefix]
1442   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1443                           [PREFIX]
1444
1445 By default, \`make install' will install all the files in
1446 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1447 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1448 for instance \`--prefix=\$HOME'.
1449
1450 For better control, use the options below.
1451
1452 Fine tuning of the installation directories:
1453   --bindir=DIR            user executables [EPREFIX/bin]
1454   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1455   --libexecdir=DIR        program executables [EPREFIX/libexec]
1456   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1457   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1458   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1459   --libdir=DIR            object code libraries [EPREFIX/lib]
1460   --includedir=DIR        C header files [PREFIX/include]
1461   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1462   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1463   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1464   --infodir=DIR           info documentation [DATAROOTDIR/info]
1465   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1466   --mandir=DIR            man documentation [DATAROOTDIR/man]
1467   --docdir=DIR            documentation root [DATAROOTDIR/doc/wine]
1468   --htmldir=DIR           html documentation [DOCDIR]
1469   --dvidir=DIR            dvi documentation [DOCDIR]
1470   --pdfdir=DIR            pdf documentation [DOCDIR]
1471   --psdir=DIR             ps documentation [DOCDIR]
1472 _ACEOF
1473
1474   cat <<\_ACEOF
1475
1476 X features:
1477   --x-includes=DIR    X include files are in DIR
1478   --x-libraries=DIR   X library files are in DIR
1479
1480 System types:
1481   --build=BUILD     configure for building on BUILD [guessed]
1482   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1483 _ACEOF
1484 fi
1485
1486 if test -n "$ac_init_help"; then
1487   case $ac_init_help in
1488      short | recursive ) echo "Configuration of Wine 1.1.23:";;
1489    esac
1490   cat <<\_ACEOF
1491
1492 Optional Features:
1493   --disable-option-checking  ignore unrecognized --enable/--with options
1494   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1495   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1496   --disable-win16         do not include Win16 support
1497   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1498                           binaries)
1499   --disable-tests         do not build the regression tests
1500   --enable-maintainer-mode
1501                           enable maintainer-specific build rules
1502
1503 Optional Packages:
1504   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1505   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1506   --without-alsa          do not use the Alsa sound support
1507   --without-audioio       do not use the AudioIO sound support
1508   --without-capi          do not use CAPI (ISDN support)
1509   --without-cms           do not use CMS (color management support)
1510   --without-coreaudio     do not use the CoreAudio sound support
1511   --without-cups          do not use CUPS
1512   --without-curses        do not use (n)curses
1513   --without-esd           do not use the EsounD sound support
1514   --without-fontconfig    do not use fontconfig
1515   --without-freetype      do not use the FreeType library
1516   --without-gphoto        do not use gphoto (Digital Camera support)
1517   --without-glu           do not use the GLU library
1518   --without-gnutls        do not use GnuTLS (schannel support)
1519   --without-hal           do not use HAL (dynamic device support)
1520   --without-jack          do not use the Jack sound support
1521   --without-jpeg          do not use JPEG
1522   --without-ldap          do not use LDAP
1523   --without-nas           do not use the NAS sound support
1524   --without-opengl        do not use OpenGL
1525   --without-openssl       do not use OpenSSL
1526   --without-oss           do not use the OSS sound support
1527   --without-png           do not use PNG
1528   --without-pthread       do not use the pthread library
1529   --without-sane          do not use SANE (scanner support)
1530   --without-xcomposite    do not use the Xcomposite extension
1531   --without-xcursor       do not use the Xcursor extension
1532   --without-xinerama      do not use Xinerama (multi-monitor support)
1533   --without-xinput        do not use the Xinput extension
1534   --without-xml           do not use XML
1535   --without-xrandr        do not use Xrandr (resolution changes)
1536   --without-xrender       do not use the Xrender extension
1537   --without-xshape        do not use the Xshape extension
1538   --without-xshm          do not use XShm (shared memory extension)
1539   --without-xslt          do not use XSLT
1540   --without-xxf86vm       do not use XFree video mode extension
1541   --with-wine-tools=DIR   use Wine tools from directory DIR
1542   --with-x                use the X Window System
1543
1544 Some influential environment variables:
1545   CC          C compiler command
1546   CFLAGS      C compiler flags
1547   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1548               nonstandard directory <lib dir>
1549   LIBS        libraries to pass to the linker, e.g. -l<library>
1550   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1551               you have headers in a nonstandard directory <include dir>
1552   CXX         C++ compiler command
1553   CXXFLAGS    C++ compiler flags
1554   CPP         C preprocessor
1555   XMKMF       Path to xmkmf, Makefile generator for X Window System
1556
1557 Use these variables to override the choices made by `configure' or to help
1558 it to find libraries and programs with nonstandard names/locations.
1559
1560 Report bugs to <wine-devel@winehq.org>.
1561 _ACEOF
1562 ac_status=$?
1563 fi
1564
1565 if test "$ac_init_help" = "recursive"; then
1566   # If there are subdirs, report their specific --help.
1567   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1568     test -d "$ac_dir" ||
1569       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1570       continue
1571     ac_builddir=.
1572
1573 case "$ac_dir" in
1574 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1575 *)
1576   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1577   # A ".." for each directory in $ac_dir_suffix.
1578   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1579   case $ac_top_builddir_sub in
1580   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1581   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1582   esac ;;
1583 esac
1584 ac_abs_top_builddir=$ac_pwd
1585 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1586 # for backward compatibility:
1587 ac_top_builddir=$ac_top_build_prefix
1588
1589 case $srcdir in
1590   .)  # We are building in place.
1591     ac_srcdir=.
1592     ac_top_srcdir=$ac_top_builddir_sub
1593     ac_abs_top_srcdir=$ac_pwd ;;
1594   [\\/]* | ?:[\\/]* )  # Absolute name.
1595     ac_srcdir=$srcdir$ac_dir_suffix;
1596     ac_top_srcdir=$srcdir
1597     ac_abs_top_srcdir=$srcdir ;;
1598   *) # Relative name.
1599     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1600     ac_top_srcdir=$ac_top_build_prefix$srcdir
1601     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1602 esac
1603 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1604
1605     cd "$ac_dir" || { ac_status=$?; continue; }
1606     # Check for guested configure.
1607     if test -f "$ac_srcdir/configure.gnu"; then
1608       echo &&
1609       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1610     elif test -f "$ac_srcdir/configure"; then
1611       echo &&
1612       $SHELL "$ac_srcdir/configure" --help=recursive
1613     else
1614       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1615     fi || ac_status=$?
1616     cd "$ac_pwd" || { ac_status=$?; break; }
1617   done
1618 fi
1619
1620 test -n "$ac_init_help" && exit $ac_status
1621 if $ac_init_version; then
1622   cat <<\_ACEOF
1623 Wine configure 1.1.23
1624 generated by GNU Autoconf 2.63
1625
1626 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1627 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1628 This configure script is free software; the Free Software Foundation
1629 gives unlimited permission to copy, distribute and modify it.
1630 _ACEOF
1631   exit
1632 fi
1633 cat >config.log <<_ACEOF
1634 This file contains any messages produced by compilers while
1635 running configure, to aid debugging if configure makes a mistake.
1636
1637 It was created by Wine $as_me 1.1.23, which was
1638 generated by GNU Autoconf 2.63.  Invocation command line was
1639
1640   $ $0 $@
1641
1642 _ACEOF
1643 exec 5>>config.log
1644 {
1645 cat <<_ASUNAME
1646 ## --------- ##
1647 ## Platform. ##
1648 ## --------- ##
1649
1650 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1651 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1652 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1653 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1654 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1655
1656 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1657 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1658
1659 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1660 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1661 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1662 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1663 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1664 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1665 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1666
1667 _ASUNAME
1668
1669 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1670 for as_dir in $PATH
1671 do
1672   IFS=$as_save_IFS
1673   test -z "$as_dir" && as_dir=.
1674   $as_echo "PATH: $as_dir"
1675 done
1676 IFS=$as_save_IFS
1677
1678 } >&5
1679
1680 cat >&5 <<_ACEOF
1681
1682
1683 ## ----------- ##
1684 ## Core tests. ##
1685 ## ----------- ##
1686
1687 _ACEOF
1688
1689
1690 # Keep a trace of the command line.
1691 # Strip out --no-create and --no-recursion so they do not pile up.
1692 # Strip out --silent because we don't want to record it for future runs.
1693 # Also quote any args containing shell meta-characters.
1694 # Make two passes to allow for proper duplicate-argument suppression.
1695 ac_configure_args=
1696 ac_configure_args0=
1697 ac_configure_args1=
1698 ac_must_keep_next=false
1699 for ac_pass in 1 2
1700 do
1701   for ac_arg
1702   do
1703     case $ac_arg in
1704     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1705     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1706     | -silent | --silent | --silen | --sile | --sil)
1707       continue ;;
1708     *\'*)
1709       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1710     esac
1711     case $ac_pass in
1712     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1713     2)
1714       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1715       if test $ac_must_keep_next = true; then
1716         ac_must_keep_next=false # Got value, back to normal.
1717       else
1718         case $ac_arg in
1719           *=* | --config-cache | -C | -disable-* | --disable-* \
1720           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1721           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1722           | -with-* | --with-* | -without-* | --without-* | --x)
1723             case "$ac_configure_args0 " in
1724               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1725             esac
1726             ;;
1727           -* ) ac_must_keep_next=true ;;
1728         esac
1729       fi
1730       ac_configure_args="$ac_configure_args '$ac_arg'"
1731       ;;
1732     esac
1733   done
1734 done
1735 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1736 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1737
1738 # When interrupted or exit'd, cleanup temporary files, and complete
1739 # config.log.  We remove comments because anyway the quotes in there
1740 # would cause problems or look ugly.
1741 # WARNING: Use '\'' to represent an apostrophe within the trap.
1742 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1743 trap 'exit_status=$?
1744   # Save into config.log some information that might help in debugging.
1745   {
1746     echo
1747
1748     cat <<\_ASBOX
1749 ## ---------------- ##
1750 ## Cache variables. ##
1751 ## ---------------- ##
1752 _ASBOX
1753     echo
1754     # The following way of writing the cache mishandles newlines in values,
1755 (
1756   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1757     eval ac_val=\$$ac_var
1758     case $ac_val in #(
1759     *${as_nl}*)
1760       case $ac_var in #(
1761       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1762 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1763       esac
1764       case $ac_var in #(
1765       _ | IFS | as_nl) ;; #(
1766       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1767       *) $as_unset $ac_var ;;
1768       esac ;;
1769     esac
1770   done
1771   (set) 2>&1 |
1772     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1773     *${as_nl}ac_space=\ *)
1774       sed -n \
1775         "s/'\''/'\''\\\\'\'''\''/g;
1776           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1777       ;; #(
1778     *)
1779       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1780       ;;
1781     esac |
1782     sort
1783 )
1784     echo
1785
1786     cat <<\_ASBOX
1787 ## ----------------- ##
1788 ## Output variables. ##
1789 ## ----------------- ##
1790 _ASBOX
1791     echo
1792     for ac_var in $ac_subst_vars
1793     do
1794       eval ac_val=\$$ac_var
1795       case $ac_val in
1796       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1797       esac
1798       $as_echo "$ac_var='\''$ac_val'\''"
1799     done | sort
1800     echo
1801
1802     if test -n "$ac_subst_files"; then
1803       cat <<\_ASBOX
1804 ## ------------------- ##
1805 ## File substitutions. ##
1806 ## ------------------- ##
1807 _ASBOX
1808       echo
1809       for ac_var in $ac_subst_files
1810       do
1811         eval ac_val=\$$ac_var
1812         case $ac_val in
1813         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1814         esac
1815         $as_echo "$ac_var='\''$ac_val'\''"
1816       done | sort
1817       echo
1818     fi
1819
1820     if test -s confdefs.h; then
1821       cat <<\_ASBOX
1822 ## ----------- ##
1823 ## confdefs.h. ##
1824 ## ----------- ##
1825 _ASBOX
1826       echo
1827       cat confdefs.h
1828       echo
1829     fi
1830     test "$ac_signal" != 0 &&
1831       $as_echo "$as_me: caught signal $ac_signal"
1832     $as_echo "$as_me: exit $exit_status"
1833   } >&5
1834   rm -f core *.core core.conftest.* &&
1835     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1836     exit $exit_status
1837 ' 0
1838 for ac_signal in 1 2 13 15; do
1839   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1840 done
1841 ac_signal=0
1842
1843 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1844 rm -f -r conftest* confdefs.h
1845
1846 # Predefined preprocessor variables.
1847
1848 cat >>confdefs.h <<_ACEOF
1849 #define PACKAGE_NAME "$PACKAGE_NAME"
1850 _ACEOF
1851
1852
1853 cat >>confdefs.h <<_ACEOF
1854 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1855 _ACEOF
1856
1857
1858 cat >>confdefs.h <<_ACEOF
1859 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1860 _ACEOF
1861
1862
1863 cat >>confdefs.h <<_ACEOF
1864 #define PACKAGE_STRING "$PACKAGE_STRING"
1865 _ACEOF
1866
1867
1868 cat >>confdefs.h <<_ACEOF
1869 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1870 _ACEOF
1871
1872
1873 # Let the site file select an alternate cache file if it wants to.
1874 # Prefer an explicitly selected file to automatically selected ones.
1875 ac_site_file1=NONE
1876 ac_site_file2=NONE
1877 if test -n "$CONFIG_SITE"; then
1878   ac_site_file1=$CONFIG_SITE
1879 elif test "x$prefix" != xNONE; then
1880   ac_site_file1=$prefix/share/config.site
1881   ac_site_file2=$prefix/etc/config.site
1882 else
1883   ac_site_file1=$ac_default_prefix/share/config.site
1884   ac_site_file2=$ac_default_prefix/etc/config.site
1885 fi
1886 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1887 do
1888   test "x$ac_site_file" = xNONE && continue
1889   if test -r "$ac_site_file"; then
1890     { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1891 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1892     sed 's/^/| /' "$ac_site_file" >&5
1893     . "$ac_site_file"
1894   fi
1895 done
1896
1897 if test -r "$cache_file"; then
1898   # Some versions of bash will fail to source /dev/null (special
1899   # files actually), so we avoid doing that.
1900   if test -f "$cache_file"; then
1901     { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1902 $as_echo "$as_me: loading cache $cache_file" >&6;}
1903     case $cache_file in
1904       [\\/]* | ?:[\\/]* ) . "$cache_file";;
1905       *)                      . "./$cache_file";;
1906     esac
1907   fi
1908 else
1909   { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1910 $as_echo "$as_me: creating cache $cache_file" >&6;}
1911   >$cache_file
1912 fi
1913
1914 # Check that the precious variables saved in the cache have kept the same
1915 # value.
1916 ac_cache_corrupted=false
1917 for ac_var in $ac_precious_vars; do
1918   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1919   eval ac_new_set=\$ac_env_${ac_var}_set
1920   eval ac_old_val=\$ac_cv_env_${ac_var}_value
1921   eval ac_new_val=\$ac_env_${ac_var}_value
1922   case $ac_old_set,$ac_new_set in
1923     set,)
1924       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1925 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1926       ac_cache_corrupted=: ;;
1927     ,set)
1928       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1929 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1930       ac_cache_corrupted=: ;;
1931     ,);;
1932     *)
1933       if test "x$ac_old_val" != "x$ac_new_val"; then
1934         # differences in whitespace do not lead to failure.
1935         ac_old_val_w=`echo x $ac_old_val`
1936         ac_new_val_w=`echo x $ac_new_val`
1937         if test "$ac_old_val_w" != "$ac_new_val_w"; then
1938           { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1939 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1940           ac_cache_corrupted=:
1941         else
1942           { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1943 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1944           eval $ac_var=\$ac_old_val
1945         fi
1946         { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
1947 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1948         { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
1949 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1950       fi;;
1951   esac
1952   # Pass precious variables to config.status.
1953   if test "$ac_new_set" = set; then
1954     case $ac_new_val in
1955     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1956     *) ac_arg=$ac_var=$ac_new_val ;;
1957     esac
1958     case " $ac_configure_args " in
1959       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1960       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1961     esac
1962   fi
1963 done
1964 if $ac_cache_corrupted; then
1965   { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1966 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1967   { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1968 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1969   { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1970 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1971    { (exit 1); exit 1; }; }
1972 fi
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998 ac_ext=c
1999 ac_cpp='$CPP $CPPFLAGS'
2000 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2001 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2002 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2003
2004
2005
2006 ac_config_headers="$ac_config_headers include/config.h"
2007
2008 ac_aux_dir=
2009 for ac_dir in tools "$srcdir"/tools; do
2010   if test -f "$ac_dir/install-sh"; then
2011     ac_aux_dir=$ac_dir
2012     ac_install_sh="$ac_aux_dir/install-sh -c"
2013     break
2014   elif test -f "$ac_dir/install.sh"; then
2015     ac_aux_dir=$ac_dir
2016     ac_install_sh="$ac_aux_dir/install.sh -c"
2017     break
2018   elif test -f "$ac_dir/shtool"; then
2019     ac_aux_dir=$ac_dir
2020     ac_install_sh="$ac_aux_dir/shtool install -c"
2021     break
2022   fi
2023 done
2024 if test -z "$ac_aux_dir"; then
2025   { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2026 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2027    { (exit 1); exit 1; }; }
2028 fi
2029
2030 # These three variables are undocumented and unsupported,
2031 # and are intended to be withdrawn in a future Autoconf release.
2032 # They can cause serious problems if a builder's source tree is in a directory
2033 # whose full name contains unusual characters.
2034 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2035 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2036 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2037
2038
2039
2040
2041 # Check whether --enable-win16 was given.
2042 if test "${enable_win16+set}" = set; then
2043   enableval=$enable_win16;
2044 fi
2045
2046 # Check whether --enable-win64 was given.
2047 if test "${enable_win64+set}" = set; then
2048   enableval=$enable_win64;
2049 fi
2050
2051 # Check whether --enable-tests was given.
2052 if test "${enable_tests+set}" = set; then
2053   enableval=$enable_tests;
2054 fi
2055
2056 # Check whether --enable-maintainer-mode was given.
2057 if test "${enable_maintainer_mode+set}" = set; then
2058   enableval=$enable_maintainer_mode;
2059 else
2060   MAINTAINER_MODE=\#
2061
2062 fi
2063
2064
2065
2066 # Check whether --with-alsa was given.
2067 if test "${with_alsa+set}" = set; then
2068   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2069 fi
2070
2071
2072 # Check whether --with-audioio was given.
2073 if test "${with_audioio+set}" = set; then
2074   withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2075 fi
2076
2077
2078 # Check whether --with-capi was given.
2079 if test "${with_capi+set}" = set; then
2080   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2081 fi
2082
2083
2084 # Check whether --with-cms was given.
2085 if test "${with_cms+set}" = set; then
2086   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2087 fi
2088
2089
2090 # Check whether --with-coreaudio was given.
2091 if test "${with_coreaudio+set}" = set; then
2092   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2093 fi
2094
2095
2096 # Check whether --with-cups was given.
2097 if test "${with_cups+set}" = set; then
2098   withval=$with_cups;
2099 fi
2100
2101
2102 # Check whether --with-curses was given.
2103 if test "${with_curses+set}" = set; then
2104   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2105 fi
2106
2107
2108 # Check whether --with-esd was given.
2109 if test "${with_esd+set}" = set; then
2110   withval=$with_esd;
2111 fi
2112
2113
2114 # Check whether --with-fontconfig was given.
2115 if test "${with_fontconfig+set}" = set; then
2116   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2117 fi
2118
2119
2120 # Check whether --with-freetype was given.
2121 if test "${with_freetype+set}" = set; then
2122   withval=$with_freetype;
2123 fi
2124
2125
2126 # Check whether --with-gphoto was given.
2127 if test "${with_gphoto+set}" = set; then
2128   withval=$with_gphoto;
2129 fi
2130
2131
2132 # Check whether --with-glu was given.
2133 if test "${with_glu+set}" = set; then
2134   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2135 fi
2136
2137
2138 # Check whether --with-gnutls was given.
2139 if test "${with_gnutls+set}" = set; then
2140   withval=$with_gnutls;
2141 fi
2142
2143
2144 # Check whether --with-hal was given.
2145 if test "${with_hal+set}" = set; then
2146   withval=$with_hal;
2147 fi
2148
2149
2150 # Check whether --with-jack was given.
2151 if test "${with_jack+set}" = set; then
2152   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2153 fi
2154
2155
2156 # Check whether --with-jpeg was given.
2157 if test "${with_jpeg+set}" = set; then
2158   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2159 fi
2160
2161
2162 # Check whether --with-ldap was given.
2163 if test "${with_ldap+set}" = set; then
2164   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2165 fi
2166
2167
2168 # Check whether --with-nas was given.
2169 if test "${with_nas+set}" = set; then
2170   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2171 fi
2172
2173
2174 # Check whether --with-opengl was given.
2175 if test "${with_opengl+set}" = set; then
2176   withval=$with_opengl;
2177 fi
2178
2179
2180 # Check whether --with-openssl was given.
2181 if test "${with_openssl+set}" = set; then
2182   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2183 fi
2184
2185
2186 # Check whether --with-oss was given.
2187 if test "${with_oss+set}" = set; then
2188   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
2189 fi
2190
2191
2192 # Check whether --with-png was given.
2193 if test "${with_png+set}" = set; then
2194   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2195 fi
2196
2197
2198 # Check whether --with-pthread was given.
2199 if test "${with_pthread+set}" = set; then
2200   withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2201 fi
2202
2203
2204 # Check whether --with-sane was given.
2205 if test "${with_sane+set}" = set; then
2206   withval=$with_sane;
2207 fi
2208
2209
2210 # Check whether --with-xcomposite was given.
2211 if test "${with_xcomposite+set}" = set; then
2212   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2213 fi
2214
2215
2216 # Check whether --with-xcursor was given.
2217 if test "${with_xcursor+set}" = set; then
2218   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2219 fi
2220
2221
2222 # Check whether --with-xinerama was given.
2223 if test "${with_xinerama+set}" = set; then
2224   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2225 fi
2226
2227
2228 # Check whether --with-xinput was given.
2229 if test "${with_xinput+set}" = set; then
2230   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2231 fi
2232
2233
2234 # Check whether --with-xml was given.
2235 if test "${with_xml+set}" = set; then
2236   withval=$with_xml;
2237 fi
2238
2239
2240 # Check whether --with-xrandr was given.
2241 if test "${with_xrandr+set}" = set; then
2242   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2243 fi
2244
2245
2246 # Check whether --with-xrender was given.
2247 if test "${with_xrender+set}" = set; then
2248   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2249 fi
2250
2251
2252 # Check whether --with-xshape was given.
2253 if test "${with_xshape+set}" = set; then
2254   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2255 fi
2256
2257
2258 # Check whether --with-xshm was given.
2259 if test "${with_xshm+set}" = set; then
2260   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2261 fi
2262
2263
2264 # Check whether --with-xslt was given.
2265 if test "${with_xslt+set}" = set; then
2266   withval=$with_xslt;
2267 fi
2268
2269
2270 # Check whether --with-xxf86vm was given.
2271 if test "${with_xxf86vm+set}" = set; then
2272   withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2273 fi
2274
2275
2276
2277 # Check whether --with-wine-tools was given.
2278 if test "${with_wine_tools+set}" = set; then
2279   withval=$with_wine_tools;
2280 fi
2281
2282
2283 # Make sure we can run config.sub.
2284 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2285   { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2286 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2287    { (exit 1); exit 1; }; }
2288
2289 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2290 $as_echo_n "checking build system type... " >&6; }
2291 if test "${ac_cv_build+set}" = set; then
2292   $as_echo_n "(cached) " >&6
2293 else
2294   ac_build_alias=$build_alias
2295 test "x$ac_build_alias" = x &&
2296   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2297 test "x$ac_build_alias" = x &&
2298   { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2299 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2300    { (exit 1); exit 1; }; }
2301 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2302   { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2303 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2304    { (exit 1); exit 1; }; }
2305
2306 fi
2307 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2308 $as_echo "$ac_cv_build" >&6; }
2309 case $ac_cv_build in
2310 *-*-*) ;;
2311 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2312 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2313    { (exit 1); exit 1; }; };;
2314 esac
2315 build=$ac_cv_build
2316 ac_save_IFS=$IFS; IFS='-'
2317 set x $ac_cv_build
2318 shift
2319 build_cpu=$1
2320 build_vendor=$2
2321 shift; shift
2322 # Remember, the first character of IFS is used to create $*,
2323 # except with old shells:
2324 build_os=$*
2325 IFS=$ac_save_IFS
2326 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2327
2328
2329 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2330 $as_echo_n "checking host system type... " >&6; }
2331 if test "${ac_cv_host+set}" = set; then
2332   $as_echo_n "(cached) " >&6
2333 else
2334   if test "x$host_alias" = x; then
2335   ac_cv_host=$ac_cv_build
2336 else
2337   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2338     { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2339 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2340    { (exit 1); exit 1; }; }
2341 fi
2342
2343 fi
2344 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2345 $as_echo "$ac_cv_host" >&6; }
2346 case $ac_cv_host in
2347 *-*-*) ;;
2348 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2349 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2350    { (exit 1); exit 1; }; };;
2351 esac
2352 host=$ac_cv_host
2353 ac_save_IFS=$IFS; IFS='-'
2354 set x $ac_cv_host
2355 shift
2356 host_cpu=$1
2357 host_vendor=$2
2358 shift; shift
2359 # Remember, the first character of IFS is used to create $*,
2360 # except with old shells:
2361 host_os=$*
2362 IFS=$ac_save_IFS
2363 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2364
2365
2366
2367 case "$srcdir" in
2368  .) ;;
2369  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2370       { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2371 You need to run 'make distclean' in the source tree first." >&5
2372 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2373 You need to run 'make distclean' in the source tree first." >&2;}
2374    { (exit 1); exit 1; }; }
2375     fi ;;
2376 esac
2377
2378
2379 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2380 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2381 set x ${MAKE-make}
2382 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2383 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2384   $as_echo_n "(cached) " >&6
2385 else
2386   cat >conftest.make <<\_ACEOF
2387 SHELL = /bin/sh
2388 all:
2389         @echo '@@@%%%=$(MAKE)=@@@%%%'
2390 _ACEOF
2391 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2392 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2393   *@@@%%%=?*=@@@%%%*)
2394     eval ac_cv_prog_make_${ac_make}_set=yes;;
2395   *)
2396     eval ac_cv_prog_make_${ac_make}_set=no;;
2397 esac
2398 rm -f conftest.make
2399 fi
2400 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2401   { $as_echo "$as_me:$LINENO: result: yes" >&5
2402 $as_echo "yes" >&6; }
2403   SET_MAKE=
2404 else
2405   { $as_echo "$as_me:$LINENO: result: no" >&5
2406 $as_echo "no" >&6; }
2407   SET_MAKE="MAKE=${MAKE-make}"
2408 fi
2409
2410 ac_ext=c
2411 ac_cpp='$CPP $CPPFLAGS'
2412 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2413 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2414 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2415 if test -n "$ac_tool_prefix"; then
2416   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2417 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2418 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2419 $as_echo_n "checking for $ac_word... " >&6; }
2420 if test "${ac_cv_prog_CC+set}" = set; then
2421   $as_echo_n "(cached) " >&6
2422 else
2423   if test -n "$CC"; then
2424   ac_cv_prog_CC="$CC" # Let the user override the test.
2425 else
2426 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2427 for as_dir in $PATH
2428 do
2429   IFS=$as_save_IFS
2430   test -z "$as_dir" && as_dir=.
2431   for ac_exec_ext in '' $ac_executable_extensions; do
2432   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2433     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2434     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2435     break 2
2436   fi
2437 done
2438 done
2439 IFS=$as_save_IFS
2440
2441 fi
2442 fi
2443 CC=$ac_cv_prog_CC
2444 if test -n "$CC"; then
2445   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2446 $as_echo "$CC" >&6; }
2447 else
2448   { $as_echo "$as_me:$LINENO: result: no" >&5
2449 $as_echo "no" >&6; }
2450 fi
2451
2452
2453 fi
2454 if test -z "$ac_cv_prog_CC"; then
2455   ac_ct_CC=$CC
2456   # Extract the first word of "gcc", so it can be a program name with args.
2457 set dummy gcc; ac_word=$2
2458 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2459 $as_echo_n "checking for $ac_word... " >&6; }
2460 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2461   $as_echo_n "(cached) " >&6
2462 else
2463   if test -n "$ac_ct_CC"; then
2464   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2465 else
2466 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2467 for as_dir in $PATH
2468 do
2469   IFS=$as_save_IFS
2470   test -z "$as_dir" && as_dir=.
2471   for ac_exec_ext in '' $ac_executable_extensions; do
2472   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2473     ac_cv_prog_ac_ct_CC="gcc"
2474     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2475     break 2
2476   fi
2477 done
2478 done
2479 IFS=$as_save_IFS
2480
2481 fi
2482 fi
2483 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2484 if test -n "$ac_ct_CC"; then
2485   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2486 $as_echo "$ac_ct_CC" >&6; }
2487 else
2488   { $as_echo "$as_me:$LINENO: result: no" >&5
2489 $as_echo "no" >&6; }
2490 fi
2491
2492   if test "x$ac_ct_CC" = x; then
2493     CC=""
2494   else
2495     case $cross_compiling:$ac_tool_warned in
2496 yes:)
2497 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2498 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2499 ac_tool_warned=yes ;;
2500 esac
2501     CC=$ac_ct_CC
2502   fi
2503 else
2504   CC="$ac_cv_prog_CC"
2505 fi
2506
2507 if test -z "$CC"; then
2508           if test -n "$ac_tool_prefix"; then
2509     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2510 set dummy ${ac_tool_prefix}cc; ac_word=$2
2511 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2512 $as_echo_n "checking for $ac_word... " >&6; }
2513 if test "${ac_cv_prog_CC+set}" = set; then
2514   $as_echo_n "(cached) " >&6
2515 else
2516   if test -n "$CC"; then
2517   ac_cv_prog_CC="$CC" # Let the user override the test.
2518 else
2519 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2520 for as_dir in $PATH
2521 do
2522   IFS=$as_save_IFS
2523   test -z "$as_dir" && as_dir=.
2524   for ac_exec_ext in '' $ac_executable_extensions; do
2525   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2526     ac_cv_prog_CC="${ac_tool_prefix}cc"
2527     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2528     break 2
2529   fi
2530 done
2531 done
2532 IFS=$as_save_IFS
2533
2534 fi
2535 fi
2536 CC=$ac_cv_prog_CC
2537 if test -n "$CC"; then
2538   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2539 $as_echo "$CC" >&6; }
2540 else
2541   { $as_echo "$as_me:$LINENO: result: no" >&5
2542 $as_echo "no" >&6; }
2543 fi
2544
2545
2546   fi
2547 fi
2548 if test -z "$CC"; then
2549   # Extract the first word of "cc", so it can be a program name with args.
2550 set dummy cc; ac_word=$2
2551 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2552 $as_echo_n "checking for $ac_word... " >&6; }
2553 if test "${ac_cv_prog_CC+set}" = set; then
2554   $as_echo_n "(cached) " >&6
2555 else
2556   if test -n "$CC"; then
2557   ac_cv_prog_CC="$CC" # Let the user override the test.
2558 else
2559   ac_prog_rejected=no
2560 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2561 for as_dir in $PATH
2562 do
2563   IFS=$as_save_IFS
2564   test -z "$as_dir" && as_dir=.
2565   for ac_exec_ext in '' $ac_executable_extensions; do
2566   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2567     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2568        ac_prog_rejected=yes
2569        continue
2570      fi
2571     ac_cv_prog_CC="cc"
2572     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2573     break 2
2574   fi
2575 done
2576 done
2577 IFS=$as_save_IFS
2578
2579 if test $ac_prog_rejected = yes; then
2580   # We found a bogon in the path, so make sure we never use it.
2581   set dummy $ac_cv_prog_CC
2582   shift
2583   if test $# != 0; then
2584     # We chose a different compiler from the bogus one.
2585     # However, it has the same basename, so the bogon will be chosen
2586     # first if we set CC to just the basename; use the full file name.
2587     shift
2588     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2589   fi
2590 fi
2591 fi
2592 fi
2593 CC=$ac_cv_prog_CC
2594 if test -n "$CC"; then
2595   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2596 $as_echo "$CC" >&6; }
2597 else
2598   { $as_echo "$as_me:$LINENO: result: no" >&5
2599 $as_echo "no" >&6; }
2600 fi
2601
2602
2603 fi
2604 if test -z "$CC"; then
2605   if test -n "$ac_tool_prefix"; then
2606   for ac_prog in cl.exe
2607   do
2608     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2609 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2610 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2611 $as_echo_n "checking for $ac_word... " >&6; }
2612 if test "${ac_cv_prog_CC+set}" = set; then
2613   $as_echo_n "(cached) " >&6
2614 else
2615   if test -n "$CC"; then
2616   ac_cv_prog_CC="$CC" # Let the user override the test.
2617 else
2618 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2619 for as_dir in $PATH
2620 do
2621   IFS=$as_save_IFS
2622   test -z "$as_dir" && as_dir=.
2623   for ac_exec_ext in '' $ac_executable_extensions; do
2624   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2625     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2626     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2627     break 2
2628   fi
2629 done
2630 done
2631 IFS=$as_save_IFS
2632
2633 fi
2634 fi
2635 CC=$ac_cv_prog_CC
2636 if test -n "$CC"; then
2637   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2638 $as_echo "$CC" >&6; }
2639 else
2640   { $as_echo "$as_me:$LINENO: result: no" >&5
2641 $as_echo "no" >&6; }
2642 fi
2643
2644
2645     test -n "$CC" && break
2646   done
2647 fi
2648 if test -z "$CC"; then
2649   ac_ct_CC=$CC
2650   for ac_prog in cl.exe
2651 do
2652   # Extract the first word of "$ac_prog", so it can be a program name with args.
2653 set dummy $ac_prog; ac_word=$2
2654 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2655 $as_echo_n "checking for $ac_word... " >&6; }
2656 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2657   $as_echo_n "(cached) " >&6
2658 else
2659   if test -n "$ac_ct_CC"; then
2660   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2661 else
2662 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2663 for as_dir in $PATH
2664 do
2665   IFS=$as_save_IFS
2666   test -z "$as_dir" && as_dir=.
2667   for ac_exec_ext in '' $ac_executable_extensions; do
2668   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2669     ac_cv_prog_ac_ct_CC="$ac_prog"
2670     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2671     break 2
2672   fi
2673 done
2674 done
2675 IFS=$as_save_IFS
2676
2677 fi
2678 fi
2679 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2680 if test -n "$ac_ct_CC"; then
2681   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2682 $as_echo "$ac_ct_CC" >&6; }
2683 else
2684   { $as_echo "$as_me:$LINENO: result: no" >&5
2685 $as_echo "no" >&6; }
2686 fi
2687
2688
2689   test -n "$ac_ct_CC" && break
2690 done
2691
2692   if test "x$ac_ct_CC" = x; then
2693     CC=""
2694   else
2695     case $cross_compiling:$ac_tool_warned in
2696 yes:)
2697 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2698 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2699 ac_tool_warned=yes ;;
2700 esac
2701     CC=$ac_ct_CC
2702   fi
2703 fi
2704
2705 fi
2706
2707
2708 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2709 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2710 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2711 See \`config.log' for more details." >&5
2712 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2713 See \`config.log' for more details." >&2;}
2714    { (exit 1); exit 1; }; }; }
2715
2716 # Provide some information about the compiler.
2717 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2718 set X $ac_compile
2719 ac_compiler=$2
2720 { (ac_try="$ac_compiler --version >&5"
2721 case "(($ac_try" in
2722   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2723   *) ac_try_echo=$ac_try;;
2724 esac
2725 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2726 $as_echo "$ac_try_echo") >&5
2727   (eval "$ac_compiler --version >&5") 2>&5
2728   ac_status=$?
2729   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2730   (exit $ac_status); }
2731 { (ac_try="$ac_compiler -v >&5"
2732 case "(($ac_try" in
2733   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2734   *) ac_try_echo=$ac_try;;
2735 esac
2736 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2737 $as_echo "$ac_try_echo") >&5
2738   (eval "$ac_compiler -v >&5") 2>&5
2739   ac_status=$?
2740   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2741   (exit $ac_status); }
2742 { (ac_try="$ac_compiler -V >&5"
2743 case "(($ac_try" in
2744   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2745   *) ac_try_echo=$ac_try;;
2746 esac
2747 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2748 $as_echo "$ac_try_echo") >&5
2749   (eval "$ac_compiler -V >&5") 2>&5
2750   ac_status=$?
2751   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2752   (exit $ac_status); }
2753
2754 cat >conftest.$ac_ext <<_ACEOF
2755 /* confdefs.h.  */
2756 _ACEOF
2757 cat confdefs.h >>conftest.$ac_ext
2758 cat >>conftest.$ac_ext <<_ACEOF
2759 /* end confdefs.h.  */
2760
2761 int
2762 main ()
2763 {
2764
2765   ;
2766   return 0;
2767 }
2768 _ACEOF
2769 ac_clean_files_save=$ac_clean_files
2770 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2771 # Try to create an executable without -o first, disregard a.out.
2772 # It will help us diagnose broken compilers, and finding out an intuition
2773 # of exeext.
2774 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2775 $as_echo_n "checking for C compiler default output file name... " >&6; }
2776 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2777
2778 # The possible output files:
2779 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2780
2781 ac_rmfiles=
2782 for ac_file in $ac_files
2783 do
2784   case $ac_file in
2785     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2786     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2787   esac
2788 done
2789 rm -f $ac_rmfiles
2790
2791 if { (ac_try="$ac_link_default"
2792 case "(($ac_try" in
2793   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2794   *) ac_try_echo=$ac_try;;
2795 esac
2796 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2797 $as_echo "$ac_try_echo") >&5
2798   (eval "$ac_link_default") 2>&5
2799   ac_status=$?
2800   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2801   (exit $ac_status); }; then
2802   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2803 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2804 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
2805 # so that the user can short-circuit this test for compilers unknown to
2806 # Autoconf.
2807 for ac_file in $ac_files ''
2808 do
2809   test -f "$ac_file" || continue
2810   case $ac_file in
2811     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2812         ;;
2813     [ab].out )
2814         # We found the default executable, but exeext='' is most
2815         # certainly right.
2816         break;;
2817     *.* )
2818         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2819         then :; else
2820            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2821         fi
2822         # We set ac_cv_exeext here because the later test for it is not
2823         # safe: cross compilers may not add the suffix if given an `-o'
2824         # argument, so we may need to know it at that point already.
2825         # Even if this section looks crufty: it has the advantage of
2826         # actually working.
2827         break;;
2828     * )
2829         break;;
2830   esac
2831 done
2832 test "$ac_cv_exeext" = no && ac_cv_exeext=
2833
2834 else
2835   ac_file=''
2836 fi
2837
2838 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2839 $as_echo "$ac_file" >&6; }
2840 if test -z "$ac_file"; then
2841   $as_echo "$as_me: failed program was:" >&5
2842 sed 's/^/| /' conftest.$ac_ext >&5
2843
2844 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2845 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2846 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2847 See \`config.log' for more details." >&5
2848 $as_echo "$as_me: error: C compiler cannot create executables
2849 See \`config.log' for more details." >&2;}
2850    { (exit 77); exit 77; }; }; }
2851 fi
2852
2853 ac_exeext=$ac_cv_exeext
2854
2855 # Check that the compiler produces executables we can run.  If not, either
2856 # the compiler is broken, or we cross compile.
2857 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2858 $as_echo_n "checking whether the C compiler works... " >&6; }
2859 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2860 # If not cross compiling, check that we can run a simple program.
2861 if test "$cross_compiling" != yes; then
2862   if { ac_try='./$ac_file'
2863   { (case "(($ac_try" in
2864   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2865   *) ac_try_echo=$ac_try;;
2866 esac
2867 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2868 $as_echo "$ac_try_echo") >&5
2869   (eval "$ac_try") 2>&5
2870   ac_status=$?
2871   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2872   (exit $ac_status); }; }; then
2873     cross_compiling=no
2874   else
2875     if test "$cross_compiling" = maybe; then
2876         cross_compiling=yes
2877     else
2878         { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2879 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2880 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2881 If you meant to cross compile, use \`--host'.
2882 See \`config.log' for more details." >&5
2883 $as_echo "$as_me: error: cannot run C compiled programs.
2884 If you meant to cross compile, use \`--host'.
2885 See \`config.log' for more details." >&2;}
2886    { (exit 1); exit 1; }; }; }
2887     fi
2888   fi
2889 fi
2890 { $as_echo "$as_me:$LINENO: result: yes" >&5
2891 $as_echo "yes" >&6; }
2892
2893 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2894 ac_clean_files=$ac_clean_files_save
2895 # Check that the compiler produces executables we can run.  If not, either
2896 # the compiler is broken, or we cross compile.
2897 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2898 $as_echo_n "checking whether we are cross compiling... " >&6; }
2899 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2900 $as_echo "$cross_compiling" >&6; }
2901
2902 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2903 $as_echo_n "checking for suffix of executables... " >&6; }
2904 if { (ac_try="$ac_link"
2905 case "(($ac_try" in
2906   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2907   *) ac_try_echo=$ac_try;;
2908 esac
2909 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2910 $as_echo "$ac_try_echo") >&5
2911   (eval "$ac_link") 2>&5
2912   ac_status=$?
2913   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2914   (exit $ac_status); }; then
2915   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2916 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2917 # work properly (i.e., refer to `conftest.exe'), while it won't with
2918 # `rm'.
2919 for ac_file in conftest.exe conftest conftest.*; do
2920   test -f "$ac_file" || continue
2921   case $ac_file in
2922     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2923     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2924           break;;
2925     * ) break;;
2926   esac
2927 done
2928 else
2929   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2930 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2931 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2932 See \`config.log' for more details." >&5
2933 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2934 See \`config.log' for more details." >&2;}
2935    { (exit 1); exit 1; }; }; }
2936 fi
2937
2938 rm -f conftest$ac_cv_exeext
2939 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2940 $as_echo "$ac_cv_exeext" >&6; }
2941
2942 rm -f conftest.$ac_ext
2943 EXEEXT=$ac_cv_exeext
2944 ac_exeext=$EXEEXT
2945 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2946 $as_echo_n "checking for suffix of object files... " >&6; }
2947 if test "${ac_cv_objext+set}" = set; then
2948   $as_echo_n "(cached) " >&6
2949 else
2950   cat >conftest.$ac_ext <<_ACEOF
2951 /* confdefs.h.  */
2952 _ACEOF
2953 cat confdefs.h >>conftest.$ac_ext
2954 cat >>conftest.$ac_ext <<_ACEOF
2955 /* end confdefs.h.  */
2956
2957 int
2958 main ()
2959 {
2960
2961   ;
2962   return 0;
2963 }
2964 _ACEOF
2965 rm -f conftest.o conftest.obj
2966 if { (ac_try="$ac_compile"
2967 case "(($ac_try" in
2968   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2969   *) ac_try_echo=$ac_try;;
2970 esac
2971 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2972 $as_echo "$ac_try_echo") >&5
2973   (eval "$ac_compile") 2>&5
2974   ac_status=$?
2975   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2976   (exit $ac_status); }; then
2977   for ac_file in conftest.o conftest.obj conftest.*; do
2978   test -f "$ac_file" || continue;
2979   case $ac_file in
2980     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2981     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2982        break;;
2983   esac
2984 done
2985 else
2986   $as_echo "$as_me: failed program was:" >&5
2987 sed 's/^/| /' conftest.$ac_ext >&5
2988
2989 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2990 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2991 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2992 See \`config.log' for more details." >&5
2993 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2994 See \`config.log' for more details." >&2;}
2995    { (exit 1); exit 1; }; }; }
2996 fi
2997
2998 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2999 fi
3000 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3001 $as_echo "$ac_cv_objext" >&6; }
3002 OBJEXT=$ac_cv_objext
3003 ac_objext=$OBJEXT
3004 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3005 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3006 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3007   $as_echo_n "(cached) " >&6
3008 else
3009   cat >conftest.$ac_ext <<_ACEOF
3010 /* confdefs.h.  */
3011 _ACEOF
3012 cat confdefs.h >>conftest.$ac_ext
3013 cat >>conftest.$ac_ext <<_ACEOF
3014 /* end confdefs.h.  */
3015
3016 int
3017 main ()
3018 {
3019 #ifndef __GNUC__
3020        choke me
3021 #endif
3022
3023   ;
3024   return 0;
3025 }
3026 _ACEOF
3027 rm -f conftest.$ac_objext
3028 if { (ac_try="$ac_compile"
3029 case "(($ac_try" in
3030   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3031   *) ac_try_echo=$ac_try;;
3032 esac
3033 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3034 $as_echo "$ac_try_echo") >&5
3035   (eval "$ac_compile") 2>conftest.er1
3036   ac_status=$?
3037   grep -v '^ *+' conftest.er1 >conftest.err
3038   rm -f conftest.er1
3039   cat conftest.err >&5
3040   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3041   (exit $ac_status); } && {
3042          test -z "$ac_c_werror_flag" ||
3043          test ! -s conftest.err
3044        } && test -s conftest.$ac_objext; then
3045   ac_compiler_gnu=yes
3046 else
3047   $as_echo "$as_me: failed program was:" >&5
3048 sed 's/^/| /' conftest.$ac_ext >&5
3049
3050         ac_compiler_gnu=no
3051 fi
3052
3053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3054 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3055
3056 fi
3057 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3058 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3059 if test $ac_compiler_gnu = yes; then
3060   GCC=yes
3061 else
3062   GCC=
3063 fi
3064 ac_test_CFLAGS=${CFLAGS+set}
3065 ac_save_CFLAGS=$CFLAGS
3066 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3067 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3068 if test "${ac_cv_prog_cc_g+set}" = set; then
3069   $as_echo_n "(cached) " >&6
3070 else
3071   ac_save_c_werror_flag=$ac_c_werror_flag
3072    ac_c_werror_flag=yes
3073    ac_cv_prog_cc_g=no
3074    CFLAGS="-g"
3075    cat >conftest.$ac_ext <<_ACEOF
3076 /* confdefs.h.  */
3077 _ACEOF
3078 cat confdefs.h >>conftest.$ac_ext
3079 cat >>conftest.$ac_ext <<_ACEOF
3080 /* end confdefs.h.  */
3081
3082 int
3083 main ()
3084 {
3085
3086   ;
3087   return 0;
3088 }
3089 _ACEOF
3090 rm -f conftest.$ac_objext
3091 if { (ac_try="$ac_compile"
3092 case "(($ac_try" in
3093   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3094   *) ac_try_echo=$ac_try;;
3095 esac
3096 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3097 $as_echo "$ac_try_echo") >&5
3098   (eval "$ac_compile") 2>conftest.er1
3099   ac_status=$?
3100   grep -v '^ *+' conftest.er1 >conftest.err
3101   rm -f conftest.er1
3102   cat conftest.err >&5
3103   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3104   (exit $ac_status); } && {
3105          test -z "$ac_c_werror_flag" ||
3106          test ! -s conftest.err
3107        } && test -s conftest.$ac_objext; then
3108   ac_cv_prog_cc_g=yes
3109 else
3110   $as_echo "$as_me: failed program was:" >&5
3111 sed 's/^/| /' conftest.$ac_ext >&5
3112
3113         CFLAGS=""
3114       cat >conftest.$ac_ext <<_ACEOF
3115 /* confdefs.h.  */
3116 _ACEOF
3117 cat confdefs.h >>conftest.$ac_ext
3118 cat >>conftest.$ac_ext <<_ACEOF
3119 /* end confdefs.h.  */
3120
3121 int
3122 main ()
3123 {
3124
3125   ;
3126   return 0;
3127 }
3128 _ACEOF
3129 rm -f conftest.$ac_objext
3130 if { (ac_try="$ac_compile"
3131 case "(($ac_try" in
3132   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3133   *) ac_try_echo=$ac_try;;
3134 esac
3135 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3136 $as_echo "$ac_try_echo") >&5
3137   (eval "$ac_compile") 2>conftest.er1
3138   ac_status=$?
3139   grep -v '^ *+' conftest.er1 >conftest.err
3140   rm -f conftest.er1
3141   cat conftest.err >&5
3142   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3143   (exit $ac_status); } && {
3144          test -z "$ac_c_werror_flag" ||
3145          test ! -s conftest.err
3146        } && test -s conftest.$ac_objext; then
3147   :
3148 else
3149   $as_echo "$as_me: failed program was:" >&5
3150 sed 's/^/| /' conftest.$ac_ext >&5
3151
3152         ac_c_werror_flag=$ac_save_c_werror_flag
3153          CFLAGS="-g"
3154          cat >conftest.$ac_ext <<_ACEOF
3155 /* confdefs.h.  */
3156 _ACEOF
3157 cat confdefs.h >>conftest.$ac_ext
3158 cat >>conftest.$ac_ext <<_ACEOF
3159 /* end confdefs.h.  */
3160
3161 int
3162 main ()
3163 {
3164
3165   ;
3166   return 0;
3167 }
3168 _ACEOF
3169 rm -f conftest.$ac_objext
3170 if { (ac_try="$ac_compile"
3171 case "(($ac_try" in
3172   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3173   *) ac_try_echo=$ac_try;;
3174 esac
3175 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3176 $as_echo "$ac_try_echo") >&5
3177   (eval "$ac_compile") 2>conftest.er1
3178   ac_status=$?
3179   grep -v '^ *+' conftest.er1 >conftest.err
3180   rm -f conftest.er1
3181   cat conftest.err >&5
3182   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3183   (exit $ac_status); } && {
3184          test -z "$ac_c_werror_flag" ||
3185          test ! -s conftest.err
3186        } && test -s conftest.$ac_objext; then
3187   ac_cv_prog_cc_g=yes
3188 else
3189   $as_echo "$as_me: failed program was:" >&5
3190 sed 's/^/| /' conftest.$ac_ext >&5
3191
3192
3193 fi
3194
3195 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3196 fi
3197
3198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3199 fi
3200
3201 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3202    ac_c_werror_flag=$ac_save_c_werror_flag
3203 fi
3204 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3205 $as_echo "$ac_cv_prog_cc_g" >&6; }
3206 if test "$ac_test_CFLAGS" = set; then
3207   CFLAGS=$ac_save_CFLAGS
3208 elif test $ac_cv_prog_cc_g = yes; then
3209   if test "$GCC" = yes; then
3210     CFLAGS="-g -O2"
3211   else
3212     CFLAGS="-g"
3213   fi
3214 else
3215   if test "$GCC" = yes; then
3216     CFLAGS="-O2"
3217   else
3218     CFLAGS=
3219   fi
3220 fi
3221 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3222 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3223 if test "${ac_cv_prog_cc_c89+set}" = set; then
3224   $as_echo_n "(cached) " >&6
3225 else
3226   ac_cv_prog_cc_c89=no
3227 ac_save_CC=$CC
3228 cat >conftest.$ac_ext <<_ACEOF
3229 /* confdefs.h.  */
3230 _ACEOF
3231 cat confdefs.h >>conftest.$ac_ext
3232 cat >>conftest.$ac_ext <<_ACEOF
3233 /* end confdefs.h.  */
3234 #include <stdarg.h>
3235 #include <stdio.h>
3236 #include <sys/types.h>
3237 #include <sys/stat.h>
3238 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3239 struct buf { int x; };
3240 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3241 static char *e (p, i)
3242      char **p;
3243      int i;
3244 {
3245   return p[i];
3246 }
3247 static char *f (char * (*g) (char **, int), char **p, ...)
3248 {
3249   char *s;
3250   va_list v;
3251   va_start (v,p);
3252   s = g (p, va_arg (v,int));
3253   va_end (v);
3254   return s;
3255 }
3256
3257 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3258    function prototypes and stuff, but not '\xHH' hex character constants.
3259    These don't provoke an error unfortunately, instead are silently treated
3260    as 'x'.  The following induces an error, until -std is added to get
3261    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3262    array size at least.  It's necessary to write '\x00'==0 to get something
3263    that's true only with -std.  */
3264 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3265
3266 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3267    inside strings and character constants.  */
3268 #define FOO(x) 'x'
3269 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3270
3271 int test (int i, double x);
3272 struct s1 {int (*f) (int a);};
3273 struct s2 {int (*f) (double a);};
3274 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3275 int argc;
3276 char **argv;
3277 int
3278 main ()
3279 {
3280 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3281   ;
3282   return 0;
3283 }
3284 _ACEOF
3285 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3286         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3287 do
3288   CC="$ac_save_CC $ac_arg"
3289   rm -f conftest.$ac_objext
3290 if { (ac_try="$ac_compile"
3291 case "(($ac_try" in
3292   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3293   *) ac_try_echo=$ac_try;;
3294 esac
3295 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3296 $as_echo "$ac_try_echo") >&5
3297   (eval "$ac_compile") 2>conftest.er1
3298   ac_status=$?
3299   grep -v '^ *+' conftest.er1 >conftest.err
3300   rm -f conftest.er1
3301   cat conftest.err >&5
3302   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3303   (exit $ac_status); } && {
3304          test -z "$ac_c_werror_flag" ||
3305          test ! -s conftest.err
3306        } && test -s conftest.$ac_objext; then
3307   ac_cv_prog_cc_c89=$ac_arg
3308 else
3309   $as_echo "$as_me: failed program was:" >&5
3310 sed 's/^/| /' conftest.$ac_ext >&5
3311
3312
3313 fi
3314
3315 rm -f core conftest.err conftest.$ac_objext
3316   test "x$ac_cv_prog_cc_c89" != "xno" && break
3317 done
3318 rm -f conftest.$ac_ext
3319 CC=$ac_save_CC
3320
3321 fi
3322 # AC_CACHE_VAL
3323 case "x$ac_cv_prog_cc_c89" in
3324   x)
3325     { $as_echo "$as_me:$LINENO: result: none needed" >&5
3326 $as_echo "none needed" >&6; } ;;
3327   xno)
3328     { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3329 $as_echo "unsupported" >&6; } ;;
3330   *)
3331     CC="$CC $ac_cv_prog_cc_c89"
3332     { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3333 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3334 esac
3335
3336
3337 ac_ext=c
3338 ac_cpp='$CPP $CPPFLAGS'
3339 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3340 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3341 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3342
3343 ac_ext=cpp
3344 ac_cpp='$CXXCPP $CPPFLAGS'
3345 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3346 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3347 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3348 if test -z "$CXX"; then
3349   if test -n "$CCC"; then
3350     CXX=$CCC
3351   else
3352     if test -n "$ac_tool_prefix"; then
3353   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3354   do
3355     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3356 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3357 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3358 $as_echo_n "checking for $ac_word... " >&6; }
3359 if test "${ac_cv_prog_CXX+set}" = set; then
3360   $as_echo_n "(cached) " >&6
3361 else
3362   if test -n "$CXX"; then
3363   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3364 else
3365 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3366 for as_dir in $PATH
3367 do
3368   IFS=$as_save_IFS
3369   test -z "$as_dir" && as_dir=.
3370   for ac_exec_ext in '' $ac_executable_extensions; do
3371   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3372     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3373     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3374     break 2
3375   fi
3376 done
3377 done
3378 IFS=$as_save_IFS
3379
3380 fi
3381 fi
3382 CXX=$ac_cv_prog_CXX
3383 if test -n "$CXX"; then
3384   { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3385 $as_echo "$CXX" >&6; }
3386 else
3387   { $as_echo "$as_me:$LINENO: result: no" >&5
3388 $as_echo "no" >&6; }
3389 fi
3390
3391
3392     test -n "$CXX" && break
3393   done
3394 fi
3395 if test -z "$CXX"; then
3396   ac_ct_CXX=$CXX
3397   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3398 do
3399   # Extract the first word of "$ac_prog", so it can be a program name with args.
3400 set dummy $ac_prog; ac_word=$2
3401 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3402 $as_echo_n "checking for $ac_word... " >&6; }
3403 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3404   $as_echo_n "(cached) " >&6
3405 else
3406   if test -n "$ac_ct_CXX"; then
3407   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3408 else
3409 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3410 for as_dir in $PATH
3411 do
3412   IFS=$as_save_IFS
3413   test -z "$as_dir" && as_dir=.
3414   for ac_exec_ext in '' $ac_executable_extensions; do
3415   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3416     ac_cv_prog_ac_ct_CXX="$ac_prog"
3417     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3418     break 2
3419   fi
3420 done
3421 done
3422 IFS=$as_save_IFS
3423
3424 fi
3425 fi
3426 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3427 if test -n "$ac_ct_CXX"; then
3428   { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3429 $as_echo "$ac_ct_CXX" >&6; }
3430 else
3431   { $as_echo "$as_me:$LINENO: result: no" >&5
3432 $as_echo "no" >&6; }
3433 fi
3434
3435
3436   test -n "$ac_ct_CXX" && break
3437 done
3438
3439   if test "x$ac_ct_CXX" = x; then
3440     CXX="g++"
3441   else
3442     case $cross_compiling:$ac_tool_warned in
3443 yes:)
3444 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3445 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3446 ac_tool_warned=yes ;;
3447 esac
3448     CXX=$ac_ct_CXX
3449   fi
3450 fi
3451
3452   fi
3453 fi
3454 # Provide some information about the compiler.
3455 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3456 set X $ac_compile
3457 ac_compiler=$2
3458 { (ac_try="$ac_compiler --version >&5"
3459 case "(($ac_try" in
3460   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3461   *) ac_try_echo=$ac_try;;
3462 esac
3463 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3464 $as_echo "$ac_try_echo") >&5
3465   (eval "$ac_compiler --version >&5") 2>&5
3466   ac_status=$?
3467   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3468   (exit $ac_status); }
3469 { (ac_try="$ac_compiler -v >&5"
3470 case "(($ac_try" in
3471   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3472   *) ac_try_echo=$ac_try;;
3473 esac
3474 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3475 $as_echo "$ac_try_echo") >&5
3476   (eval "$ac_compiler -v >&5") 2>&5
3477   ac_status=$?
3478   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3479   (exit $ac_status); }
3480 { (ac_try="$ac_compiler -V >&5"
3481 case "(($ac_try" in
3482   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3483   *) ac_try_echo=$ac_try;;
3484 esac
3485 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3486 $as_echo "$ac_try_echo") >&5
3487   (eval "$ac_compiler -V >&5") 2>&5
3488   ac_status=$?
3489   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3490   (exit $ac_status); }
3491
3492 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3493 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3494 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3495   $as_echo_n "(cached) " >&6
3496 else
3497   cat >conftest.$ac_ext <<_ACEOF
3498 /* confdefs.h.  */
3499 _ACEOF
3500 cat confdefs.h >>conftest.$ac_ext
3501 cat >>conftest.$ac_ext <<_ACEOF
3502 /* end confdefs.h.  */
3503
3504 int
3505 main ()
3506 {
3507 #ifndef __GNUC__
3508        choke me
3509 #endif
3510
3511   ;
3512   return 0;
3513 }
3514 _ACEOF
3515 rm -f conftest.$ac_objext
3516 if { (ac_try="$ac_compile"
3517 case "(($ac_try" in
3518   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3519   *) ac_try_echo=$ac_try;;
3520 esac
3521 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3522 $as_echo "$ac_try_echo") >&5
3523   (eval "$ac_compile") 2>conftest.er1
3524   ac_status=$?
3525   grep -v '^ *+' conftest.er1 >conftest.err
3526   rm -f conftest.er1
3527   cat conftest.err >&5
3528   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3529   (exit $ac_status); } && {
3530          test -z "$ac_cxx_werror_flag" ||
3531          test ! -s conftest.err
3532        } && test -s conftest.$ac_objext; then
3533   ac_compiler_gnu=yes
3534 else
3535   $as_echo "$as_me: failed program was:" >&5
3536 sed 's/^/| /' conftest.$ac_ext >&5
3537
3538         ac_compiler_gnu=no
3539 fi
3540
3541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3542 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3543
3544 fi
3545 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3546 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3547 if test $ac_compiler_gnu = yes; then
3548   GXX=yes
3549 else
3550   GXX=
3551 fi
3552 ac_test_CXXFLAGS=${CXXFLAGS+set}
3553 ac_save_CXXFLAGS=$CXXFLAGS
3554 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3555 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3556 if test "${ac_cv_prog_cxx_g+set}" = set; then
3557   $as_echo_n "(cached) " >&6
3558 else
3559   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3560    ac_cxx_werror_flag=yes
3561    ac_cv_prog_cxx_g=no
3562    CXXFLAGS="-g"
3563    cat >conftest.$ac_ext <<_ACEOF
3564 /* confdefs.h.  */
3565 _ACEOF
3566 cat confdefs.h >>conftest.$ac_ext
3567 cat >>conftest.$ac_ext <<_ACEOF
3568 /* end confdefs.h.  */
3569
3570 int
3571 main ()
3572 {
3573
3574   ;
3575   return 0;
3576 }
3577 _ACEOF
3578 rm -f conftest.$ac_objext
3579 if { (ac_try="$ac_compile"
3580 case "(($ac_try" in
3581   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3582   *) ac_try_echo=$ac_try;;
3583 esac
3584 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3585 $as_echo "$ac_try_echo") >&5
3586   (eval "$ac_compile") 2>conftest.er1
3587   ac_status=$?
3588   grep -v '^ *+' conftest.er1 >conftest.err
3589   rm -f conftest.er1
3590   cat conftest.err >&5
3591   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3592   (exit $ac_status); } && {
3593          test -z "$ac_cxx_werror_flag" ||
3594          test ! -s conftest.err
3595        } && test -s conftest.$ac_objext; then
3596   ac_cv_prog_cxx_g=yes
3597 else
3598   $as_echo "$as_me: failed program was:" >&5
3599 sed 's/^/| /' conftest.$ac_ext >&5
3600
3601         CXXFLAGS=""
3602       cat >conftest.$ac_ext <<_ACEOF
3603 /* confdefs.h.  */
3604 _ACEOF
3605 cat confdefs.h >>conftest.$ac_ext
3606 cat >>conftest.$ac_ext <<_ACEOF
3607 /* end confdefs.h.  */
3608
3609 int
3610 main ()
3611 {
3612
3613   ;
3614   return 0;
3615 }
3616 _ACEOF
3617 rm -f conftest.$ac_objext
3618 if { (ac_try="$ac_compile"
3619 case "(($ac_try" in
3620   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3621   *) ac_try_echo=$ac_try;;
3622 esac
3623 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3624 $as_echo "$ac_try_echo") >&5
3625   (eval "$ac_compile") 2>conftest.er1
3626   ac_status=$?
3627   grep -v '^ *+' conftest.er1 >conftest.err
3628   rm -f conftest.er1
3629   cat conftest.err >&5
3630   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3631   (exit $ac_status); } && {
3632          test -z "$ac_cxx_werror_flag" ||
3633          test ! -s conftest.err
3634        } && test -s conftest.$ac_objext; then
3635   :
3636 else
3637   $as_echo "$as_me: failed program was:" >&5
3638 sed 's/^/| /' conftest.$ac_ext >&5
3639
3640         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3641          CXXFLAGS="-g"
3642          cat >conftest.$ac_ext <<_ACEOF
3643 /* confdefs.h.  */
3644 _ACEOF
3645 cat confdefs.h >>conftest.$ac_ext
3646 cat >>conftest.$ac_ext <<_ACEOF
3647 /* end confdefs.h.  */
3648
3649 int
3650 main ()
3651 {
3652
3653   ;
3654   return 0;
3655 }
3656 _ACEOF
3657 rm -f conftest.$ac_objext
3658 if { (ac_try="$ac_compile"
3659 case "(($ac_try" in
3660   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3661   *) ac_try_echo=$ac_try;;
3662 esac
3663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3664 $as_echo "$ac_try_echo") >&5
3665   (eval "$ac_compile") 2>conftest.er1
3666   ac_status=$?
3667   grep -v '^ *+' conftest.er1 >conftest.err
3668   rm -f conftest.er1
3669   cat conftest.err >&5
3670   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3671   (exit $ac_status); } && {
3672          test -z "$ac_cxx_werror_flag" ||
3673          test ! -s conftest.err
3674        } && test -s conftest.$ac_objext; then
3675   ac_cv_prog_cxx_g=yes
3676 else
3677   $as_echo "$as_me: failed program was:" >&5
3678 sed 's/^/| /' conftest.$ac_ext >&5
3679
3680
3681 fi
3682
3683 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3684 fi
3685
3686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3687 fi
3688
3689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3690    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3691 fi
3692 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3693 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3694 if test "$ac_test_CXXFLAGS" = set; then
3695   CXXFLAGS=$ac_save_CXXFLAGS
3696 elif test $ac_cv_prog_cxx_g = yes; then
3697   if test "$GXX" = yes; then
3698     CXXFLAGS="-g -O2"
3699   else
3700     CXXFLAGS="-g"
3701   fi
3702 else
3703   if test "$GXX" = yes; then
3704     CXXFLAGS="-O2"
3705   else
3706     CXXFLAGS=
3707   fi
3708 fi
3709 ac_ext=c
3710 ac_cpp='$CPP $CPPFLAGS'
3711 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3712 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3713 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3714
3715 if test -n "$ac_tool_prefix"; then
3716   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3717 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3718 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3719 $as_echo_n "checking for $ac_word... " >&6; }
3720 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3721   $as_echo_n "(cached) " >&6
3722 else
3723   if test -n "$CPPBIN"; then
3724   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3725 else
3726 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3727 for as_dir in $PATH
3728 do
3729   IFS=$as_save_IFS
3730   test -z "$as_dir" && as_dir=.
3731   for ac_exec_ext in '' $ac_executable_extensions; do
3732   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3733     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3734     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3735     break 2
3736   fi
3737 done
3738 done
3739 IFS=$as_save_IFS
3740
3741 fi
3742 fi
3743 CPPBIN=$ac_cv_prog_CPPBIN
3744 if test -n "$CPPBIN"; then
3745   { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3746 $as_echo "$CPPBIN" >&6; }
3747 else
3748   { $as_echo "$as_me:$LINENO: result: no" >&5
3749 $as_echo "no" >&6; }
3750 fi
3751
3752
3753 fi
3754 if test -z "$ac_cv_prog_CPPBIN"; then
3755   ac_ct_CPPBIN=$CPPBIN
3756   # Extract the first word of "cpp", so it can be a program name with args.
3757 set dummy cpp; ac_word=$2
3758 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3759 $as_echo_n "checking for $ac_word... " >&6; }
3760 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3761   $as_echo_n "(cached) " >&6
3762 else
3763   if test -n "$ac_ct_CPPBIN"; then
3764   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3765 else
3766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3767 for as_dir in $PATH
3768 do
3769   IFS=$as_save_IFS
3770   test -z "$as_dir" && as_dir=.
3771   for ac_exec_ext in '' $ac_executable_extensions; do
3772   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3773     ac_cv_prog_ac_ct_CPPBIN="cpp"
3774     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3775     break 2
3776   fi
3777 done
3778 done
3779 IFS=$as_save_IFS
3780
3781 fi
3782 fi
3783 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3784 if test -n "$ac_ct_CPPBIN"; then
3785   { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3786 $as_echo "$ac_ct_CPPBIN" >&6; }
3787 else
3788   { $as_echo "$as_me:$LINENO: result: no" >&5
3789 $as_echo "no" >&6; }
3790 fi
3791
3792   if test "x$ac_ct_CPPBIN" = x; then
3793     CPPBIN="cpp"
3794   else
3795     case $cross_compiling:$ac_tool_warned in
3796 yes:)
3797 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3798 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3799 ac_tool_warned=yes ;;
3800 esac
3801     CPPBIN=$ac_ct_CPPBIN
3802   fi
3803 else
3804   CPPBIN="$ac_cv_prog_CPPBIN"
3805 fi
3806
3807
3808 case $host in
3809   *-darwin*)
3810     if test "x$enable_win64" == "xyes"
3811     then
3812       CC="$CC -m64"
3813       CXX="$CXX -m64"
3814       LD="${LD:-ld} -arch x86_64"
3815       AS="${AS:-as} -arch x86_64"
3816       host_cpu="x86_64"
3817       notice_platform="64-bit "
3818       TARGETFLAGS="-m64"
3819
3820     else
3821       CC="$CC -m32"
3822       CXX="$CXX -m32"
3823       LD="${LD:-ld} -arch i386"
3824       AS="${AS:-as} -arch i386"
3825       host_cpu="i386"
3826       notice_platform="32-bit "
3827       TARGETFLAGS="-m32"
3828
3829       enable_win16=${enable_win16:-yes}
3830     fi
3831     ;;
3832   x86_64*)
3833     if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3834     then
3835       CC="$CC -m32"
3836       CXX="$CXX -m32"
3837       { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3838 $as_echo_n "checking whether $CC works... " >&6; }
3839
3840 cat >conftest.$ac_ext <<_ACEOF
3841 /* confdefs.h.  */
3842 _ACEOF
3843 cat confdefs.h >>conftest.$ac_ext
3844 cat >>conftest.$ac_ext <<_ACEOF
3845 /* end confdefs.h.  */
3846
3847 int
3848 main ()
3849 {
3850
3851   ;
3852   return 0;
3853 }
3854 _ACEOF
3855 rm -f conftest.$ac_objext conftest$ac_exeext
3856 if { (ac_try="$ac_link"
3857 case "(($ac_try" in
3858   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3859   *) ac_try_echo=$ac_try;;
3860 esac
3861 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3862 $as_echo "$ac_try_echo") >&5
3863   (eval "$ac_link") 2>conftest.er1
3864   ac_status=$?
3865   grep -v '^ *+' conftest.er1 >conftest.err
3866   rm -f conftest.er1
3867   cat conftest.err >&5
3868   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3869   (exit $ac_status); } && {
3870          test -z "$ac_c_werror_flag" ||
3871          test ! -s conftest.err
3872        } && test -s conftest$ac_exeext && {
3873          test "$cross_compiling" = yes ||
3874          $as_test_x conftest$ac_exeext
3875        }; then
3876   { $as_echo "$as_me:$LINENO: result: yes" >&5
3877 $as_echo "yes" >&6; }
3878 else
3879   $as_echo "$as_me: failed program was:" >&5
3880 sed 's/^/| /' conftest.$ac_ext >&5
3881
3882         { $as_echo "$as_me:$LINENO: result: no" >&5
3883 $as_echo "no" >&6; }
3884                       { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3885 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3886    { (exit 1); exit 1; }; }
3887 fi
3888
3889 rm -rf conftest.dSYM
3890 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3891       conftest$ac_exeext conftest.$ac_ext
3892       LD="${LD:-ld} -m elf_i386"
3893       AS="${AS:-as} --32"
3894       host_cpu="i386"
3895       notice_platform="32-bit "
3896       TARGETFLAGS="-m32"
3897
3898       enable_win16=${enable_win16:-yes}
3899     else
3900       if test "x${GCC}" = "xyes"
3901       then
3902         { $as_echo "$as_me:$LINENO: checking whether $CC supports __builtin_ms_va_list" >&5
3903 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
3904         cat >conftest.$ac_ext <<_ACEOF
3905 /* confdefs.h.  */
3906 _ACEOF
3907 cat confdefs.h >>conftest.$ac_ext
3908 cat >>conftest.$ac_ext <<_ACEOF
3909 /* end confdefs.h.  */
3910 #include <stdarg.h>
3911 int
3912 main ()
3913 {
3914 void func(__builtin_ms_va_list *args);
3915   ;
3916   return 0;
3917 }
3918 _ACEOF
3919 rm -f conftest.$ac_objext
3920 if { (ac_try="$ac_compile"
3921 case "(($ac_try" in
3922   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3923   *) ac_try_echo=$ac_try;;
3924 esac
3925 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3926 $as_echo "$ac_try_echo") >&5
3927   (eval "$ac_compile") 2>conftest.er1
3928   ac_status=$?
3929   grep -v '^ *+' conftest.er1 >conftest.err
3930   rm -f conftest.er1
3931   cat conftest.err >&5
3932   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3933   (exit $ac_status); } && {
3934          test -z "$ac_c_werror_flag" ||
3935          test ! -s conftest.err
3936        } && test -s conftest.$ac_objext; then
3937   { $as_echo "$as_me:$LINENO: result: yes" >&5
3938 $as_echo "yes" >&6; }
3939 else
3940   $as_echo "$as_me: failed program was:" >&5
3941 sed 's/^/| /' conftest.$ac_ext >&5
3942
3943         { $as_echo "$as_me:$LINENO: result: no" >&5
3944 $as_echo "no" >&6; }
3945                            { { $as_echo "$as_me:$LINENO: error: You need gcc >= 4.4 to build Wine as 64-bit." >&5
3946 $as_echo "$as_me: error: You need gcc >= 4.4 to build Wine as 64-bit." >&2;}
3947    { (exit 1); exit 1; }; }
3948 fi
3949
3950 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3951       fi
3952       TARGETFLAGS="-m64"
3953
3954     fi
3955     ;;
3956   *-mingw32*|*-cygwin*)
3957     enable_win16=${enable_win16:-no}
3958     ;;
3959   i[3456789]86*)
3960     enable_win16=${enable_win16:-yes}
3961     ;;
3962 esac
3963
3964 enable_win16=${enable_win16:-no}
3965
3966 WIN16_FILES="\$(WIN16_FILES)"
3967
3968 WIN16_INSTALL="\$(WIN16_INSTALL)"
3969
3970 if test "x$enable_win16" != "xyes"
3971 then
3972     WIN16_FILES=""
3973     WIN16_INSTALL=""
3974     enable_w32skrnl=${enable_w32skrnl:-no}
3975     enable_winedos=${enable_winedos:-no}
3976     enable_winevdm=${enable_winevdm:-no}
3977 fi
3978
3979 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3980 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3981 if test "${wine_cv_toolsdir+set}" = set; then
3982   $as_echo_n "(cached) " >&6
3983 else
3984   if test -z "$with_wine_tools"; then
3985      if test "$cross_compiling" = "yes"; then
3986        { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3987 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3988    { (exit 1); exit 1; }; }
3989      else
3990        wine_cv_toolsdir="\$(TOPOBJDIR)"
3991      fi
3992    elif test -d "$with_wine_tools/tools/winebuild"; then
3993      case $with_wine_tools in
3994        /*) wine_cv_toolsdir="$with_wine_tools" ;;
3995        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3996      esac
3997    else
3998      { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3999 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
4000    { (exit 1); exit 1; }; }
4001    fi
4002 fi
4003 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
4004 $as_echo "$wine_cv_toolsdir" >&6; }
4005 TOOLSDIR=$wine_cv_toolsdir
4006
4007 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4008 then
4009     TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4010
4011 fi
4012
4013 for ac_prog in flex
4014 do
4015   # Extract the first word of "$ac_prog", so it can be a program name with args.
4016 set dummy $ac_prog; ac_word=$2
4017 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4018 $as_echo_n "checking for $ac_word... " >&6; }
4019 if test "${ac_cv_prog_FLEX+set}" = set; then
4020   $as_echo_n "(cached) " >&6
4021 else
4022   if test -n "$FLEX"; then
4023   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4024 else
4025 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4026 for as_dir in $PATH
4027 do
4028   IFS=$as_save_IFS
4029   test -z "$as_dir" && as_dir=.
4030   for ac_exec_ext in '' $ac_executable_extensions; do
4031   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4032     ac_cv_prog_FLEX="$ac_prog"
4033     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4034     break 2
4035   fi
4036 done
4037 done
4038 IFS=$as_save_IFS
4039
4040 fi
4041 fi
4042 FLEX=$ac_cv_prog_FLEX
4043 if test -n "$FLEX"; then
4044   { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
4045 $as_echo "$FLEX" >&6; }
4046 else
4047   { $as_echo "$as_me:$LINENO: result: no" >&5
4048 $as_echo "no" >&6; }
4049 fi
4050
4051
4052   test -n "$FLEX" && break
4053 done
4054 test -n "$FLEX" || FLEX="none"
4055
4056 if test "$FLEX" = "none"
4057 then
4058   { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
4059 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
4060    { (exit 1); exit 1; }; }
4061 fi
4062
4063 for ac_prog in bison
4064 do
4065   # Extract the first word of "$ac_prog", so it can be a program name with args.
4066 set dummy $ac_prog; ac_word=$2
4067 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4068 $as_echo_n "checking for $ac_word... " >&6; }
4069 if test "${ac_cv_prog_BISON+set}" = set; then
4070   $as_echo_n "(cached) " >&6
4071 else
4072   if test -n "$BISON"; then
4073   ac_cv_prog_BISON="$BISON" # Let the user override the test.
4074 else
4075 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4076 for as_dir in $PATH
4077 do
4078   IFS=$as_save_IFS
4079   test -z "$as_dir" && as_dir=.
4080   for ac_exec_ext in '' $ac_executable_extensions; do
4081   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4082     ac_cv_prog_BISON="$ac_prog"
4083     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4084     break 2
4085   fi
4086 done
4087 done
4088 IFS=$as_save_IFS
4089
4090 fi
4091 fi
4092 BISON=$ac_cv_prog_BISON
4093 if test -n "$BISON"; then
4094   { $as_echo "$as_me:$LINENO: result: $BISON" >&5
4095 $as_echo "$BISON" >&6; }
4096 else
4097   { $as_echo "$as_me:$LINENO: result: no" >&5
4098 $as_echo "no" >&6; }
4099 fi
4100
4101
4102   test -n "$BISON" && break
4103 done
4104 test -n "$BISON" || BISON="none"
4105
4106 if test "$BISON" = "none"
4107 then
4108   { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4109 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4110    { (exit 1); exit 1; }; }
4111 fi
4112
4113 if test -n "$ac_tool_prefix"; then
4114   for ac_prog in ar gar
4115   do
4116     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4117 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4118 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4119 $as_echo_n "checking for $ac_word... " >&6; }
4120 if test "${ac_cv_prog_AR+set}" = set; then
4121   $as_echo_n "(cached) " >&6
4122 else
4123   if test -n "$AR"; then
4124   ac_cv_prog_AR="$AR" # Let the user override the test.
4125 else
4126 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4127 for as_dir in $PATH
4128 do
4129   IFS=$as_save_IFS
4130   test -z "$as_dir" && as_dir=.
4131   for ac_exec_ext in '' $ac_executable_extensions; do
4132   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4133     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4134     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4135     break 2
4136   fi
4137 done
4138 done
4139 IFS=$as_save_IFS
4140
4141 fi
4142 fi
4143 AR=$ac_cv_prog_AR
4144 if test -n "$AR"; then
4145   { $as_echo "$as_me:$LINENO: result: $AR" >&5
4146 $as_echo "$AR" >&6; }
4147 else
4148   { $as_echo "$as_me:$LINENO: result: no" >&5
4149 $as_echo "no" >&6; }
4150 fi
4151
4152
4153     test -n "$AR" && break
4154   done
4155 fi
4156 if test -z "$AR"; then
4157   ac_ct_AR=$AR
4158   for ac_prog in ar gar
4159 do
4160   # Extract the first word of "$ac_prog", so it can be a program name with args.
4161 set dummy $ac_prog; ac_word=$2
4162 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4163 $as_echo_n "checking for $ac_word... " >&6; }
4164 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4165   $as_echo_n "(cached) " >&6
4166 else
4167   if test -n "$ac_ct_AR"; then
4168   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4169 else
4170 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4171 for as_dir in $PATH
4172 do
4173   IFS=$as_save_IFS
4174   test -z "$as_dir" && as_dir=.
4175   for ac_exec_ext in '' $ac_executable_extensions; do
4176   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4177     ac_cv_prog_ac_ct_AR="$ac_prog"
4178     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4179     break 2
4180   fi
4181 done
4182 done
4183 IFS=$as_save_IFS
4184
4185 fi
4186 fi
4187 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4188 if test -n "$ac_ct_AR"; then
4189   { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4190 $as_echo "$ac_ct_AR" >&6; }
4191 else
4192   { $as_echo "$as_me:$LINENO: result: no" >&5
4193 $as_echo "no" >&6; }
4194 fi
4195
4196
4197   test -n "$ac_ct_AR" && break
4198 done
4199
4200   if test "x$ac_ct_AR" = x; then
4201     AR="ar"
4202   else
4203     case $cross_compiling:$ac_tool_warned in
4204 yes:)
4205 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4206 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4207 ac_tool_warned=yes ;;
4208 esac
4209     AR=$ac_ct_AR
4210   fi
4211 fi
4212
4213 ARFLAGS=rc
4214
4215 if test -n "$ac_tool_prefix"; then
4216   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4217 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4218 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4219 $as_echo_n "checking for $ac_word... " >&6; }
4220 if test "${ac_cv_prog_RANLIB+set}" = set; then
4221   $as_echo_n "(cached) " >&6
4222 else
4223   if test -n "$RANLIB"; then
4224   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4225 else
4226 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4227 for as_dir in $PATH
4228 do
4229   IFS=$as_save_IFS
4230   test -z "$as_dir" && as_dir=.
4231   for ac_exec_ext in '' $ac_executable_extensions; do
4232   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4233     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4234     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4235     break 2
4236   fi
4237 done
4238 done
4239 IFS=$as_save_IFS
4240
4241 fi
4242 fi
4243 RANLIB=$ac_cv_prog_RANLIB
4244 if test -n "$RANLIB"; then
4245   { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
4246 $as_echo "$RANLIB" >&6; }
4247 else
4248   { $as_echo "$as_me:$LINENO: result: no" >&5
4249 $as_echo "no" >&6; }
4250 fi
4251
4252
4253 fi
4254 if test -z "$ac_cv_prog_RANLIB"; then
4255   ac_ct_RANLIB=$RANLIB
4256   # Extract the first word of "ranlib", so it can be a program name with args.
4257 set dummy ranlib; ac_word=$2
4258 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4259 $as_echo_n "checking for $ac_word... " >&6; }
4260 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4261   $as_echo_n "(cached) " >&6
4262 else
4263   if test -n "$ac_ct_RANLIB"; then
4264   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4265 else
4266 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4267 for as_dir in $PATH
4268 do
4269   IFS=$as_save_IFS
4270   test -z "$as_dir" && as_dir=.
4271   for ac_exec_ext in '' $ac_executable_extensions; do
4272   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4273     ac_cv_prog_ac_ct_RANLIB="ranlib"
4274     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4275     break 2
4276   fi
4277 done
4278 done
4279 IFS=$as_save_IFS
4280
4281 fi
4282 fi
4283 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4284 if test -n "$ac_ct_RANLIB"; then
4285   { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4286 $as_echo "$ac_ct_RANLIB" >&6; }
4287 else
4288   { $as_echo "$as_me:$LINENO: result: no" >&5
4289 $as_echo "no" >&6; }
4290 fi
4291
4292   if test "x$ac_ct_RANLIB" = x; then
4293     RANLIB=":"
4294   else
4295     case $cross_compiling:$ac_tool_warned in
4296 yes:)
4297 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4298 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4299 ac_tool_warned=yes ;;
4300 esac
4301     RANLIB=$ac_ct_RANLIB
4302   fi
4303 else
4304   RANLIB="$ac_cv_prog_RANLIB"
4305 fi
4306
4307 if test -n "$ac_tool_prefix"; then
4308   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4309 set dummy ${ac_tool_prefix}strip; ac_word=$2
4310 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4311 $as_echo_n "checking for $ac_word... " >&6; }
4312 if test "${ac_cv_prog_STRIP+set}" = set; then
4313   $as_echo_n "(cached) " >&6
4314 else
4315   if test -n "$STRIP"; then
4316   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4317 else
4318 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4319 for as_dir in $PATH
4320 do
4321   IFS=$as_save_IFS
4322   test -z "$as_dir" && as_dir=.
4323   for ac_exec_ext in '' $ac_executable_extensions; do
4324   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4325     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4326     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4327     break 2
4328   fi
4329 done
4330 done
4331 IFS=$as_save_IFS
4332
4333 fi
4334 fi
4335 STRIP=$ac_cv_prog_STRIP
4336 if test -n "$STRIP"; then
4337   { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4338 $as_echo "$STRIP" >&6; }
4339 else
4340   { $as_echo "$as_me:$LINENO: result: no" >&5
4341 $as_echo "no" >&6; }
4342 fi
4343
4344
4345 fi
4346 if test -z "$ac_cv_prog_STRIP"; then
4347   ac_ct_STRIP=$STRIP
4348   # Extract the first word of "strip", so it can be a program name with args.
4349 set dummy strip; ac_word=$2
4350 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4351 $as_echo_n "checking for $ac_word... " >&6; }
4352 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4353   $as_echo_n "(cached) " >&6
4354 else
4355   if test -n "$ac_ct_STRIP"; then
4356   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4357 else
4358 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4359 for as_dir in $PATH
4360 do
4361   IFS=$as_save_IFS
4362   test -z "$as_dir" && as_dir=.
4363   for ac_exec_ext in '' $ac_executable_extensions; do
4364   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4365     ac_cv_prog_ac_ct_STRIP="strip"
4366     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4367     break 2
4368   fi
4369 done
4370 done
4371 IFS=$as_save_IFS
4372
4373 fi
4374 fi
4375 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4376 if test -n "$ac_ct_STRIP"; then
4377   { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4378 $as_echo "$ac_ct_STRIP" >&6; }
4379 else
4380   { $as_echo "$as_me:$LINENO: result: no" >&5
4381 $as_echo "no" >&6; }
4382 fi
4383
4384   if test "x$ac_ct_STRIP" = x; then
4385     STRIP="strip"
4386   else
4387     case $cross_compiling:$ac_tool_warned in
4388 yes:)
4389 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4390 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4391 ac_tool_warned=yes ;;
4392 esac
4393     STRIP=$ac_ct_STRIP
4394   fi
4395 else
4396   STRIP="$ac_cv_prog_STRIP"
4397 fi
4398
4399 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4400 $as_echo_n "checking whether ln -s works... " >&6; }
4401 LN_S=$as_ln_s
4402 if test "$LN_S" = "ln -s"; then
4403   { $as_echo "$as_me:$LINENO: result: yes" >&5
4404 $as_echo "yes" >&6; }
4405 else
4406   { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4407 $as_echo "no, using $LN_S" >&6; }
4408 fi
4409
4410 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4411 $as_echo_n "checking whether ln works... " >&6; }
4412 rm -f conf$$ conf$$.file
4413 echo >conf$$.file
4414 if ln conf$$.file conf$$ 2>/dev/null; then
4415   LN=ln
4416
4417   { $as_echo "$as_me:$LINENO: result: yes" >&5
4418 $as_echo "yes" >&6; }
4419 else
4420   LN="cp -p"
4421
4422   { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4423 $as_echo "no, using $LN" >&6; }
4424 fi
4425 rm -f conf$$ conf$$.file
4426 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4427 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4428 if test "${ac_cv_path_GREP+set}" = set; then
4429   $as_echo_n "(cached) " >&6
4430 else
4431   if test -z "$GREP"; then
4432   ac_path_GREP_found=false
4433   # Loop through the user's path and test for each of PROGNAME-LIST
4434   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4435 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4436 do
4437   IFS=$as_save_IFS
4438   test -z "$as_dir" && as_dir=.
4439   for ac_prog in grep ggrep; do
4440     for ac_exec_ext in '' $ac_executable_extensions; do
4441       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4442       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4443 # Check for GNU ac_path_GREP and select it if it is found.
4444   # Check for GNU $ac_path_GREP
4445 case `"$ac_path_GREP" --version 2>&1` in
4446 *GNU*)
4447   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4448 *)
4449   ac_count=0
4450   $as_echo_n 0123456789 >"conftest.in"
4451   while :
4452   do
4453     cat "conftest.in" "conftest.in" >"conftest.tmp"
4454     mv "conftest.tmp" "conftest.in"
4455     cp "conftest.in" "conftest.nl"
4456     $as_echo 'GREP' >> "conftest.nl"
4457     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4458     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4459     ac_count=`expr $ac_count + 1`
4460     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4461       # Best one so far, save it but keep looking for a better one
4462       ac_cv_path_GREP="$ac_path_GREP"
4463       ac_path_GREP_max=$ac_count
4464     fi
4465     # 10*(2^10) chars as input seems more than enough
4466     test $ac_count -gt 10 && break
4467   done
4468   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4469 esac
4470
4471       $ac_path_GREP_found && break 3
4472     done
4473   done
4474 done
4475 IFS=$as_save_IFS
4476   if test -z "$ac_cv_path_GREP"; then
4477     { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4478 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4479    { (exit 1); exit 1; }; }
4480   fi
4481 else
4482   ac_cv_path_GREP=$GREP
4483 fi
4484
4485 fi
4486 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4487 $as_echo "$ac_cv_path_GREP" >&6; }
4488  GREP="$ac_cv_path_GREP"
4489
4490
4491 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4492 $as_echo_n "checking for egrep... " >&6; }
4493 if test "${ac_cv_path_EGREP+set}" = set; then
4494   $as_echo_n "(cached) " >&6
4495 else
4496   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4497    then ac_cv_path_EGREP="$GREP -E"
4498    else
4499      if test -z "$EGREP"; then
4500   ac_path_EGREP_found=false
4501   # Loop through the user's path and test for each of PROGNAME-LIST
4502   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4503 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4504 do
4505   IFS=$as_save_IFS
4506   test -z "$as_dir" && as_dir=.
4507   for ac_prog in egrep; do
4508     for ac_exec_ext in '' $ac_executable_extensions; do
4509       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4510       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4511 # Check for GNU ac_path_EGREP and select it if it is found.
4512   # Check for GNU $ac_path_EGREP
4513 case `"$ac_path_EGREP" --version 2>&1` in
4514 *GNU*)
4515   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4516 *)
4517   ac_count=0
4518   $as_echo_n 0123456789 >"conftest.in"
4519   while :
4520   do
4521     cat "conftest.in" "conftest.in" >"conftest.tmp"
4522     mv "conftest.tmp" "conftest.in"
4523     cp "conftest.in" "conftest.nl"
4524     $as_echo 'EGREP' >> "conftest.nl"
4525     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4526     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4527     ac_count=`expr $ac_count + 1`
4528     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4529       # Best one so far, save it but keep looking for a better one
4530       ac_cv_path_EGREP="$ac_path_EGREP"
4531       ac_path_EGREP_max=$ac_count
4532     fi
4533     # 10*(2^10) chars as input seems more than enough
4534     test $ac_count -gt 10 && break
4535   done
4536   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4537 esac
4538
4539       $ac_path_EGREP_found && break 3
4540     done
4541   done
4542 done
4543 IFS=$as_save_IFS
4544   if test -z "$ac_cv_path_EGREP"; then
4545     { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4546 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4547    { (exit 1); exit 1; }; }
4548   fi
4549 else
4550   ac_cv_path_EGREP=$EGREP
4551 fi
4552
4553    fi
4554 fi
4555 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4556 $as_echo "$ac_cv_path_EGREP" >&6; }
4557  EGREP="$ac_cv_path_EGREP"
4558
4559
4560 # Extract the first word of "ldconfig", so it can be a program name with args.
4561 set dummy ldconfig; ac_word=$2
4562 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4563 $as_echo_n "checking for $ac_word... " >&6; }
4564 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4565   $as_echo_n "(cached) " >&6
4566 else
4567   case $LDCONFIG in
4568   [\\/]* | ?:[\\/]*)
4569   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4570   ;;
4571   *)
4572   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4573 for as_dir in /sbin /usr/sbin $PATH
4574 do
4575   IFS=$as_save_IFS
4576   test -z "$as_dir" && as_dir=.
4577   for ac_exec_ext in '' $ac_executable_extensions; do
4578   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4579     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4580     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4581     break 2
4582   fi
4583 done
4584 done
4585 IFS=$as_save_IFS
4586
4587   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4588   ;;
4589 esac
4590 fi
4591 LDCONFIG=$ac_cv_path_LDCONFIG
4592 if test -n "$LDCONFIG"; then
4593   { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4594 $as_echo "$LDCONFIG" >&6; }
4595 else
4596   { $as_echo "$as_me:$LINENO: result: no" >&5
4597 $as_echo "no" >&6; }
4598 fi
4599
4600
4601 # Find a good install program.  We prefer a C program (faster),
4602 # so one script is as good as another.  But avoid the broken or
4603 # incompatible versions:
4604 # SysV /etc/install, /usr/sbin/install
4605 # SunOS /usr/etc/install
4606 # IRIX /sbin/install
4607 # AIX /bin/install
4608 # AmigaOS /C/install, which installs bootblocks on floppy discs
4609 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4610 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4611 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4612 # OS/2's system install, which has a completely different semantic
4613 # ./install, which can be erroneously created by make from ./install.sh.
4614 # Reject install programs that cannot install multiple files.
4615 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4616 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4617 if test -z "$INSTALL"; then
4618 if test "${ac_cv_path_install+set}" = set; then
4619   $as_echo_n "(cached) " >&6
4620 else
4621   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4622 for as_dir in $PATH
4623 do
4624   IFS=$as_save_IFS
4625   test -z "$as_dir" && as_dir=.
4626   # Account for people who put trailing slashes in PATH elements.
4627 case $as_dir/ in
4628   ./ | .// | /cC/* | \
4629   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4630   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4631   /usr/ucb/* ) ;;
4632   *)
4633     # OSF1 and SCO ODT 3.0 have their own names for install.
4634     # Don't use installbsd from OSF since it installs stuff as root
4635     # by default.
4636     for ac_prog in ginstall scoinst install; do
4637       for ac_exec_ext in '' $ac_executable_extensions; do
4638         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4639           if test $ac_prog = install &&
4640             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4641             # AIX install.  It has an incompatible calling convention.
4642             :
4643           elif test $ac_prog = install &&
4644             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4645             # program-specific install script used by HP pwplus--don't use.
4646             :
4647           else
4648             rm -rf conftest.one conftest.two conftest.dir
4649             echo one > conftest.one
4650             echo two > conftest.two
4651             mkdir conftest.dir
4652             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4653               test -s conftest.one && test -s conftest.two &&
4654               test -s conftest.dir/conftest.one &&
4655               test -s conftest.dir/conftest.two
4656             then
4657               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4658               break 3
4659             fi
4660           fi
4661         fi
4662       done
4663     done
4664     ;;
4665 esac
4666
4667 done
4668 IFS=$as_save_IFS
4669
4670 rm -rf conftest.one conftest.two conftest.dir
4671
4672 fi
4673   if test "${ac_cv_path_install+set}" = set; then
4674     INSTALL=$ac_cv_path_install
4675   else
4676     # As a last resort, use the slow shell script.  Don't cache a
4677     # value for INSTALL within a source directory, because that will
4678     # break other packages using the cache if that directory is
4679     # removed, or if the value is a relative name.
4680     INSTALL=$ac_install_sh
4681   fi
4682 fi
4683 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
4684 $as_echo "$INSTALL" >&6; }
4685
4686 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4687 # It thinks the first close brace ends the variable substitution.
4688 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4689
4690 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4691
4692 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4693
4694 case "$INSTALL" in
4695   [\\/$]* | ?:[\\/]* ) ;;
4696   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4697 esac
4698
4699 for ac_prog in lclint lint
4700 do
4701   # Extract the first word of "$ac_prog", so it can be a program name with args.
4702 set dummy $ac_prog; ac_word=$2
4703 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4704 $as_echo_n "checking for $ac_word... " >&6; }
4705 if test "${ac_cv_prog_LINT+set}" = set; then
4706   $as_echo_n "(cached) " >&6
4707 else
4708   if test -n "$LINT"; then
4709   ac_cv_prog_LINT="$LINT" # Let the user override the test.
4710 else
4711 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4712 for as_dir in $PATH
4713 do
4714   IFS=$as_save_IFS
4715   test -z "$as_dir" && as_dir=.
4716   for ac_exec_ext in '' $ac_executable_extensions; do
4717   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4718     ac_cv_prog_LINT="$ac_prog"
4719     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4720     break 2
4721   fi
4722 done
4723 done
4724 IFS=$as_save_IFS
4725
4726 fi
4727 fi
4728 LINT=$ac_cv_prog_LINT
4729 if test -n "$LINT"; then
4730   { $as_echo "$as_me:$LINENO: result: $LINT" >&5
4731 $as_echo "$LINT" >&6; }
4732 else
4733   { $as_echo "$as_me:$LINENO: result: no" >&5
4734 $as_echo "no" >&6; }
4735 fi
4736
4737
4738   test -n "$LINT" && break
4739 done
4740
4741 if test "$LINT" = "lint"
4742 then
4743   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4744   fi
4745
4746
4747
4748 for ac_prog in fontforge
4749 do
4750   # Extract the first word of "$ac_prog", so it can be a program name with args.
4751 set dummy $ac_prog; ac_word=$2
4752 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4753 $as_echo_n "checking for $ac_word... " >&6; }
4754 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
4755   $as_echo_n "(cached) " >&6
4756 else
4757   if test -n "$FONTFORGE"; then
4758   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4759 else
4760 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4761 for as_dir in $PATH
4762 do
4763   IFS=$as_save_IFS
4764   test -z "$as_dir" && as_dir=.
4765   for ac_exec_ext in '' $ac_executable_extensions; do
4766   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4767     ac_cv_prog_FONTFORGE="$ac_prog"
4768     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4769     break 2
4770   fi
4771 done
4772 done
4773 IFS=$as_save_IFS
4774
4775 fi
4776 fi
4777 FONTFORGE=$ac_cv_prog_FONTFORGE
4778 if test -n "$FONTFORGE"; then
4779   { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
4780 $as_echo "$FONTFORGE" >&6; }
4781 else
4782   { $as_echo "$as_me:$LINENO: result: no" >&5
4783 $as_echo "no" >&6; }
4784 fi
4785
4786
4787   test -n "$FONTFORGE" && break
4788 done
4789 test -n "$FONTFORGE" || FONTFORGE="false"
4790
4791 for ac_prog in pkg-config
4792 do
4793   # Extract the first word of "$ac_prog", so it can be a program name with args.
4794 set dummy $ac_prog; ac_word=$2
4795 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4796 $as_echo_n "checking for $ac_word... " >&6; }
4797 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
4798   $as_echo_n "(cached) " >&6
4799 else
4800   if test -n "$PKG_CONFIG"; then
4801   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4802 else
4803 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4804 for as_dir in $PATH
4805 do
4806   IFS=$as_save_IFS
4807   test -z "$as_dir" && as_dir=.
4808   for ac_exec_ext in '' $ac_executable_extensions; do
4809   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4810     ac_cv_prog_PKG_CONFIG="$ac_prog"
4811     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4812     break 2
4813   fi
4814 done
4815 done
4816 IFS=$as_save_IFS
4817
4818 fi
4819 fi
4820 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4821 if test -n "$PKG_CONFIG"; then
4822   { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
4823 $as_echo "$PKG_CONFIG" >&6; }
4824 else
4825   { $as_echo "$as_me:$LINENO: result: no" >&5
4826 $as_echo "no" >&6; }
4827 fi
4828
4829
4830   test -n "$PKG_CONFIG" && break
4831 done
4832 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4833
4834 for ac_prog in rsvg
4835 do
4836   # Extract the first word of "$ac_prog", so it can be a program name with args.
4837 set dummy $ac_prog; ac_word=$2
4838 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4839 $as_echo_n "checking for $ac_word... " >&6; }
4840 if test "${ac_cv_prog_RSVG+set}" = set; then
4841   $as_echo_n "(cached) " >&6
4842 else
4843   if test -n "$RSVG"; then
4844   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4845 else
4846 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4847 for as_dir in $PATH
4848 do
4849   IFS=$as_save_IFS
4850   test -z "$as_dir" && as_dir=.
4851   for ac_exec_ext in '' $ac_executable_extensions; do
4852   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4853     ac_cv_prog_RSVG="$ac_prog"
4854     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4855     break 2
4856   fi
4857 done
4858 done
4859 IFS=$as_save_IFS
4860
4861 fi
4862 fi
4863 RSVG=$ac_cv_prog_RSVG
4864 if test -n "$RSVG"; then
4865   { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
4866 $as_echo "$RSVG" >&6; }
4867 else
4868   { $as_echo "$as_me:$LINENO: result: no" >&5
4869 $as_echo "no" >&6; }
4870 fi
4871
4872
4873   test -n "$RSVG" && break
4874 done
4875 test -n "$RSVG" || RSVG="false"
4876
4877 for ac_prog in icotool
4878 do
4879   # Extract the first word of "$ac_prog", so it can be a program name with args.
4880 set dummy $ac_prog; ac_word=$2
4881 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4882 $as_echo_n "checking for $ac_word... " >&6; }
4883 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
4884   $as_echo_n "(cached) " >&6
4885 else
4886   if test -n "$ICOTOOL"; then
4887   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
4888 else
4889 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4890 for as_dir in $PATH
4891 do
4892   IFS=$as_save_IFS
4893   test -z "$as_dir" && as_dir=.
4894   for ac_exec_ext in '' $ac_executable_extensions; do
4895   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4896     ac_cv_prog_ICOTOOL="$ac_prog"
4897     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4898     break 2
4899   fi
4900 done
4901 done
4902 IFS=$as_save_IFS
4903
4904 fi
4905 fi
4906 ICOTOOL=$ac_cv_prog_ICOTOOL
4907 if test -n "$ICOTOOL"; then
4908   { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
4909 $as_echo "$ICOTOOL" >&6; }
4910 else
4911   { $as_echo "$as_me:$LINENO: result: no" >&5
4912 $as_echo "no" >&6; }
4913 fi
4914
4915
4916   test -n "$ICOTOOL" && break
4917 done
4918 test -n "$ICOTOOL" || ICOTOOL="false"
4919
4920
4921 if test "${enable_maintainer_mode+set}" = set
4922 then
4923   if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
4924   if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
4925   if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
4926 fi
4927
4928 case $host_cpu in
4929   *i[3456789]86*)
4930     # Extract the first word of "prelink", so it can be a program name with args.
4931 set dummy prelink; ac_word=$2
4932 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4933 $as_echo_n "checking for $ac_word... " >&6; }
4934 if test "${ac_cv_path_PRELINK+set}" = set; then
4935   $as_echo_n "(cached) " >&6
4936 else
4937   case $PRELINK in
4938   [\\/]* | ?:[\\/]*)
4939   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
4940   ;;
4941   *)
4942   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4943 for as_dir in /sbin /usr/sbin $PATH
4944 do
4945   IFS=$as_save_IFS
4946   test -z "$as_dir" && as_dir=.
4947   for ac_exec_ext in '' $ac_executable_extensions; do
4948   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4949     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
4950     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4951     break 2
4952   fi
4953 done
4954 done
4955 IFS=$as_save_IFS
4956
4957   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
4958   ;;
4959 esac
4960 fi
4961 PRELINK=$ac_cv_path_PRELINK
4962 if test -n "$PRELINK"; then
4963   { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
4964 $as_echo "$PRELINK" >&6; }
4965 else
4966   { $as_echo "$as_me:$LINENO: result: no" >&5
4967 $as_echo "no" >&6; }
4968 fi
4969
4970
4971     ;;
4972 esac
4973
4974
4975
4976 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
4977 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
4978 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
4979   $as_echo_n "(cached) " >&6
4980 else
4981   ac_check_lib_save_LIBS=$LIBS
4982 LIBS="-li386  $LIBS"
4983 cat >conftest.$ac_ext <<_ACEOF
4984 /* confdefs.h.  */
4985 _ACEOF
4986 cat confdefs.h >>conftest.$ac_ext
4987 cat >>conftest.$ac_ext <<_ACEOF
4988 /* end confdefs.h.  */
4989
4990 /* Override any GCC internal prototype to avoid an error.
4991    Use char because int might match the return type of a GCC
4992    builtin and then its argument prototype would still apply.  */
4993 #ifdef __cplusplus
4994 extern "C"
4995 #endif
4996 char i386_set_ldt ();
4997 int
4998 main ()
4999 {
5000 return i386_set_ldt ();
5001   ;
5002   return 0;
5003 }
5004 _ACEOF
5005 rm -f conftest.$ac_objext conftest$ac_exeext
5006 if { (ac_try="$ac_link"
5007 case "(($ac_try" in
5008   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5009   *) ac_try_echo=$ac_try;;
5010 esac
5011 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5012 $as_echo "$ac_try_echo") >&5
5013   (eval "$ac_link") 2>conftest.er1
5014   ac_status=$?
5015   grep -v '^ *+' conftest.er1 >conftest.err
5016   rm -f conftest.er1
5017   cat conftest.err >&5
5018   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5019   (exit $ac_status); } && {
5020          test -z "$ac_c_werror_flag" ||
5021          test ! -s conftest.err
5022        } && test -s conftest$ac_exeext && {
5023          test "$cross_compiling" = yes ||
5024          $as_test_x conftest$ac_exeext
5025        }; then
5026   ac_cv_lib_i386_i386_set_ldt=yes
5027 else
5028   $as_echo "$as_me: failed program was:" >&5
5029 sed 's/^/| /' conftest.$ac_ext >&5
5030
5031         ac_cv_lib_i386_i386_set_ldt=no
5032 fi
5033
5034 rm -rf conftest.dSYM
5035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5036       conftest$ac_exeext conftest.$ac_ext
5037 LIBS=$ac_check_lib_save_LIBS
5038 fi
5039 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5040 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5041 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
5042   cat >>confdefs.h <<_ACEOF
5043 #define HAVE_LIBI386 1
5044 _ACEOF
5045
5046   LIBS="-li386 $LIBS"
5047
5048 fi
5049
5050
5051 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5052 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5053 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5054   $as_echo_n "(cached) " >&6
5055 else
5056   ac_check_lib_save_LIBS=$LIBS
5057 LIBS="-lossaudio  $LIBS"
5058 cat >conftest.$ac_ext <<_ACEOF
5059 /* confdefs.h.  */
5060 _ACEOF
5061 cat confdefs.h >>conftest.$ac_ext
5062 cat >>conftest.$ac_ext <<_ACEOF
5063 /* end confdefs.h.  */
5064
5065 /* Override any GCC internal prototype to avoid an error.
5066    Use char because int might match the return type of a GCC
5067    builtin and then its argument prototype would still apply.  */
5068 #ifdef __cplusplus
5069 extern "C"
5070 #endif
5071 char _oss_ioctl ();
5072 int
5073 main ()
5074 {
5075 return _oss_ioctl ();
5076   ;
5077   return 0;
5078 }
5079 _ACEOF
5080 rm -f conftest.$ac_objext conftest$ac_exeext
5081 if { (ac_try="$ac_link"
5082 case "(($ac_try" in
5083   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5084   *) ac_try_echo=$ac_try;;
5085 esac
5086 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5087 $as_echo "$ac_try_echo") >&5
5088   (eval "$ac_link") 2>conftest.er1
5089   ac_status=$?
5090   grep -v '^ *+' conftest.er1 >conftest.err
5091   rm -f conftest.er1
5092   cat conftest.err >&5
5093   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5094   (exit $ac_status); } && {
5095          test -z "$ac_c_werror_flag" ||
5096          test ! -s conftest.err
5097        } && test -s conftest$ac_exeext && {
5098          test "$cross_compiling" = yes ||
5099          $as_test_x conftest$ac_exeext
5100        }; then
5101   ac_cv_lib_ossaudio__oss_ioctl=yes
5102 else
5103   $as_echo "$as_me: failed program was:" >&5
5104 sed 's/^/| /' conftest.$ac_ext >&5
5105
5106         ac_cv_lib_ossaudio__oss_ioctl=no
5107 fi
5108
5109 rm -rf conftest.dSYM
5110 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5111       conftest$ac_exeext conftest.$ac_ext
5112 LIBS=$ac_check_lib_save_LIBS
5113 fi
5114 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5115 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5116 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5117   cat >>confdefs.h <<_ACEOF
5118 #define HAVE_LIBOSSAUDIO 1
5119 _ACEOF
5120
5121   LIBS="-lossaudio $LIBS"
5122
5123 fi
5124
5125
5126 XLIB=""
5127
5128 OPENGL_LIBS=""
5129
5130
5131
5132 ac_ext=c
5133 ac_cpp='$CPP $CPPFLAGS'
5134 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5135 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5136 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5137 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5138 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5139 # On Suns, sometimes $CPP names a directory.
5140 if test -n "$CPP" && test -d "$CPP"; then
5141   CPP=
5142 fi
5143 if test -z "$CPP"; then
5144   if test "${ac_cv_prog_CPP+set}" = set; then
5145   $as_echo_n "(cached) " >&6
5146 else
5147       # Double quotes because CPP needs to be expanded
5148     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5149     do
5150       ac_preproc_ok=false
5151 for ac_c_preproc_warn_flag in '' yes
5152 do
5153   # Use a header file that comes with gcc, so configuring glibc
5154   # with a fresh cross-compiler works.
5155   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5156   # <limits.h> exists even on freestanding compilers.
5157   # On the NeXT, cc -E runs the code through the compiler's parser,
5158   # not just through cpp. "Syntax error" is here to catch this case.
5159   cat >conftest.$ac_ext <<_ACEOF
5160 /* confdefs.h.  */
5161 _ACEOF
5162 cat confdefs.h >>conftest.$ac_ext
5163 cat >>conftest.$ac_ext <<_ACEOF
5164 /* end confdefs.h.  */
5165 #ifdef __STDC__
5166 # include <limits.h>
5167 #else
5168 # include <assert.h>
5169 #endif
5170                      Syntax error
5171 _ACEOF
5172 if { (ac_try="$ac_cpp conftest.$ac_ext"
5173 case "(($ac_try" in
5174   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5175   *) ac_try_echo=$ac_try;;
5176 esac
5177 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5178 $as_echo "$ac_try_echo") >&5
5179   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5180   ac_status=$?
5181   grep -v '^ *+' conftest.er1 >conftest.err
5182   rm -f conftest.er1
5183   cat conftest.err >&5
5184   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5185   (exit $ac_status); } >/dev/null && {
5186          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5187          test ! -s conftest.err
5188        }; then
5189   :
5190 else
5191   $as_echo "$as_me: failed program was:" >&5
5192 sed 's/^/| /' conftest.$ac_ext >&5
5193
5194   # Broken: fails on valid input.
5195 continue
5196 fi
5197
5198 rm -f conftest.err conftest.$ac_ext
5199
5200   # OK, works on sane cases.  Now check whether nonexistent headers
5201   # can be detected and how.
5202   cat >conftest.$ac_ext <<_ACEOF
5203 /* confdefs.h.  */
5204 _ACEOF
5205 cat confdefs.h >>conftest.$ac_ext
5206 cat >>conftest.$ac_ext <<_ACEOF
5207 /* end confdefs.h.  */
5208 #include <ac_nonexistent.h>
5209 _ACEOF
5210 if { (ac_try="$ac_cpp conftest.$ac_ext"
5211 case "(($ac_try" in
5212   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5213   *) ac_try_echo=$ac_try;;
5214 esac
5215 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5216 $as_echo "$ac_try_echo") >&5
5217   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5218   ac_status=$?
5219   grep -v '^ *+' conftest.er1 >conftest.err
5220   rm -f conftest.er1
5221   cat conftest.err >&5
5222   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5223   (exit $ac_status); } >/dev/null && {
5224          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5225          test ! -s conftest.err
5226        }; then
5227   # Broken: success on invalid input.
5228 continue
5229 else
5230   $as_echo "$as_me: failed program was:" >&5
5231 sed 's/^/| /' conftest.$ac_ext >&5
5232
5233   # Passes both tests.
5234 ac_preproc_ok=:
5235 break
5236 fi
5237
5238 rm -f conftest.err conftest.$ac_ext
5239
5240 done
5241 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5242 rm -f conftest.err conftest.$ac_ext
5243 if $ac_preproc_ok; then
5244   break
5245 fi
5246
5247     done
5248     ac_cv_prog_CPP=$CPP
5249
5250 fi
5251   CPP=$ac_cv_prog_CPP
5252 else
5253   ac_cv_prog_CPP=$CPP
5254 fi
5255 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5256 $as_echo "$CPP" >&6; }
5257 ac_preproc_ok=false
5258 for ac_c_preproc_warn_flag in '' yes
5259 do
5260   # Use a header file that comes with gcc, so configuring glibc
5261   # with a fresh cross-compiler works.
5262   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5263   # <limits.h> exists even on freestanding compilers.
5264   # On the NeXT, cc -E runs the code through the compiler's parser,
5265   # not just through cpp. "Syntax error" is here to catch this case.
5266   cat >conftest.$ac_ext <<_ACEOF
5267 /* confdefs.h.  */
5268 _ACEOF
5269 cat confdefs.h >>conftest.$ac_ext
5270 cat >>conftest.$ac_ext <<_ACEOF
5271 /* end confdefs.h.  */
5272 #ifdef __STDC__
5273 # include <limits.h>
5274 #else
5275 # include <assert.h>
5276 #endif
5277                      Syntax error
5278 _ACEOF
5279 if { (ac_try="$ac_cpp conftest.$ac_ext"
5280 case "(($ac_try" in
5281   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5282   *) ac_try_echo=$ac_try;;
5283 esac
5284 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5285 $as_echo "$ac_try_echo") >&5
5286   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5287   ac_status=$?
5288   grep -v '^ *+' conftest.er1 >conftest.err
5289   rm -f conftest.er1
5290   cat conftest.err >&5
5291   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5292   (exit $ac_status); } >/dev/null && {
5293          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5294          test ! -s conftest.err
5295        }; then
5296   :
5297 else
5298   $as_echo "$as_me: failed program was:" >&5
5299 sed 's/^/| /' conftest.$ac_ext >&5
5300
5301   # Broken: fails on valid input.
5302 continue
5303 fi
5304
5305 rm -f conftest.err conftest.$ac_ext
5306
5307   # OK, works on sane cases.  Now check whether nonexistent headers
5308   # can be detected and how.
5309   cat >conftest.$ac_ext <<_ACEOF
5310 /* confdefs.h.  */
5311 _ACEOF
5312 cat confdefs.h >>conftest.$ac_ext
5313 cat >>conftest.$ac_ext <<_ACEOF
5314 /* end confdefs.h.  */
5315 #include <ac_nonexistent.h>
5316 _ACEOF
5317 if { (ac_try="$ac_cpp conftest.$ac_ext"
5318 case "(($ac_try" in
5319   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5320   *) ac_try_echo=$ac_try;;
5321 esac
5322 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5323 $as_echo "$ac_try_echo") >&5
5324   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5325   ac_status=$?
5326   grep -v '^ *+' conftest.er1 >conftest.err
5327   rm -f conftest.er1
5328   cat conftest.err >&5
5329   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5330   (exit $ac_status); } >/dev/null && {
5331          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5332          test ! -s conftest.err
5333        }; then
5334   # Broken: success on invalid input.
5335 continue
5336 else
5337   $as_echo "$as_me: failed program was:" >&5
5338 sed 's/^/| /' conftest.$ac_ext >&5
5339
5340   # Passes both tests.
5341 ac_preproc_ok=:
5342 break
5343 fi
5344
5345 rm -f conftest.err conftest.$ac_ext
5346
5347 done
5348 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5349 rm -f conftest.err conftest.$ac_ext
5350 if $ac_preproc_ok; then
5351   :
5352 else
5353   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5354 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5355 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5356 See \`config.log' for more details." >&5
5357 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5358 See \`config.log' for more details." >&2;}
5359    { (exit 1); exit 1; }; }; }
5360 fi
5361
5362 ac_ext=c
5363 ac_cpp='$CPP $CPPFLAGS'
5364 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5365 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5366 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5367
5368
5369 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5370 $as_echo_n "checking for ANSI C header files... " >&6; }
5371 if test "${ac_cv_header_stdc+set}" = set; then
5372   $as_echo_n "(cached) " >&6
5373 else
5374   cat >conftest.$ac_ext <<_ACEOF
5375 /* confdefs.h.  */
5376 _ACEOF
5377 cat confdefs.h >>conftest.$ac_ext
5378 cat >>conftest.$ac_ext <<_ACEOF
5379 /* end confdefs.h.  */
5380 #include <stdlib.h>
5381 #include <stdarg.h>
5382 #include <string.h>
5383 #include <float.h>
5384
5385 int
5386 main ()
5387 {
5388
5389   ;
5390   return 0;
5391 }
5392 _ACEOF
5393 rm -f conftest.$ac_objext
5394 if { (ac_try="$ac_compile"
5395 case "(($ac_try" in
5396   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5397   *) ac_try_echo=$ac_try;;
5398 esac
5399 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5400 $as_echo "$ac_try_echo") >&5
5401   (eval "$ac_compile") 2>conftest.er1
5402   ac_status=$?
5403   grep -v '^ *+' conftest.er1 >conftest.err
5404   rm -f conftest.er1
5405   cat conftest.err >&5
5406   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5407   (exit $ac_status); } && {
5408          test -z "$ac_c_werror_flag" ||
5409          test ! -s conftest.err
5410        } && test -s conftest.$ac_objext; then
5411   ac_cv_header_stdc=yes
5412 else
5413   $as_echo "$as_me: failed program was:" >&5
5414 sed 's/^/| /' conftest.$ac_ext >&5
5415
5416         ac_cv_header_stdc=no
5417 fi
5418
5419 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5420
5421 if test $ac_cv_header_stdc = yes; then
5422   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5423   cat >conftest.$ac_ext <<_ACEOF
5424 /* confdefs.h.  */
5425 _ACEOF
5426 cat confdefs.h >>conftest.$ac_ext
5427 cat >>conftest.$ac_ext <<_ACEOF
5428 /* end confdefs.h.  */
5429 #include <string.h>
5430
5431 _ACEOF
5432 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5433   $EGREP "memchr" >/dev/null 2>&1; then
5434   :
5435 else
5436   ac_cv_header_stdc=no
5437 fi
5438 rm -f conftest*
5439
5440 fi
5441
5442 if test $ac_cv_header_stdc = yes; then
5443   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5444   cat >conftest.$ac_ext <<_ACEOF
5445 /* confdefs.h.  */
5446 _ACEOF
5447 cat confdefs.h >>conftest.$ac_ext
5448 cat >>conftest.$ac_ext <<_ACEOF
5449 /* end confdefs.h.  */
5450 #include <stdlib.h>
5451
5452 _ACEOF
5453 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5454   $EGREP "free" >/dev/null 2>&1; then
5455   :
5456 else
5457   ac_cv_header_stdc=no
5458 fi
5459 rm -f conftest*
5460
5461 fi
5462
5463 if test $ac_cv_header_stdc = yes; then
5464   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5465   if test "$cross_compiling" = yes; then
5466   :
5467 else
5468   cat >conftest.$ac_ext <<_ACEOF
5469 /* confdefs.h.  */
5470 _ACEOF
5471 cat confdefs.h >>conftest.$ac_ext
5472 cat >>conftest.$ac_ext <<_ACEOF
5473 /* end confdefs.h.  */
5474 #include <ctype.h>
5475 #include <stdlib.h>
5476 #if ((' ' & 0x0FF) == 0x020)
5477 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5478 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5479 #else
5480 # define ISLOWER(c) \
5481                    (('a' <= (c) && (c) <= 'i') \
5482                      || ('j' <= (c) && (c) <= 'r') \
5483                      || ('s' <= (c) && (c) <= 'z'))
5484 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5485 #endif
5486
5487 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5488 int
5489 main ()
5490 {
5491   int i;
5492   for (i = 0; i < 256; i++)
5493     if (XOR (islower (i), ISLOWER (i))
5494         || toupper (i) != TOUPPER (i))
5495       return 2;
5496   return 0;
5497 }
5498 _ACEOF
5499 rm -f conftest$ac_exeext
5500 if { (ac_try="$ac_link"
5501 case "(($ac_try" in
5502   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5503   *) ac_try_echo=$ac_try;;
5504 esac
5505 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5506 $as_echo "$ac_try_echo") >&5
5507   (eval "$ac_link") 2>&5
5508   ac_status=$?
5509   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5510   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5511   { (case "(($ac_try" in
5512   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5513   *) ac_try_echo=$ac_try;;
5514 esac
5515 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5516 $as_echo "$ac_try_echo") >&5
5517   (eval "$ac_try") 2>&5
5518   ac_status=$?
5519   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5520   (exit $ac_status); }; }; then
5521   :
5522 else
5523   $as_echo "$as_me: program exited with status $ac_status" >&5
5524 $as_echo "$as_me: failed program was:" >&5
5525 sed 's/^/| /' conftest.$ac_ext >&5
5526
5527 ( exit $ac_status )
5528 ac_cv_header_stdc=no
5529 fi
5530 rm -rf conftest.dSYM
5531 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5532 fi
5533
5534
5535 fi
5536 fi
5537 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5538 $as_echo "$ac_cv_header_stdc" >&6; }
5539 if test $ac_cv_header_stdc = yes; then
5540
5541 cat >>confdefs.h <<\_ACEOF
5542 #define STDC_HEADERS 1
5543 _ACEOF
5544
5545 fi
5546
5547 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5558                   inttypes.h stdint.h unistd.h
5559 do
5560 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5561 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5562 $as_echo_n "checking for $ac_header... " >&6; }
5563 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5564   $as_echo_n "(cached) " >&6
5565 else
5566   cat >conftest.$ac_ext <<_ACEOF
5567 /* confdefs.h.  */
5568 _ACEOF
5569 cat confdefs.h >>conftest.$ac_ext
5570 cat >>conftest.$ac_ext <<_ACEOF
5571 /* end confdefs.h.  */
5572 $ac_includes_default
5573
5574 #include <$ac_header>
5575 _ACEOF
5576 rm -f conftest.$ac_objext
5577 if { (ac_try="$ac_compile"
5578 case "(($ac_try" in
5579   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5580   *) ac_try_echo=$ac_try;;
5581 esac
5582 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5583 $as_echo "$ac_try_echo") >&5
5584   (eval "$ac_compile") 2>conftest.er1
5585   ac_status=$?
5586   grep -v '^ *+' conftest.er1 >conftest.err
5587   rm -f conftest.er1
5588   cat conftest.err >&5
5589   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5590   (exit $ac_status); } && {
5591          test -z "$ac_c_werror_flag" ||
5592          test ! -s conftest.err
5593        } && test -s conftest.$ac_objext; then
5594   eval "$as_ac_Header=yes"
5595 else
5596   $as_echo "$as_me: failed program was:" >&5
5597 sed 's/^/| /' conftest.$ac_ext >&5
5598
5599         eval "$as_ac_Header=no"
5600 fi
5601
5602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5603 fi
5604 ac_res=`eval 'as_val=${'$as_ac_Header'}
5605                  $as_echo "$as_val"'`
5606                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5607 $as_echo "$ac_res" >&6; }
5608 as_val=`eval 'as_val=${'$as_ac_Header'}
5609                  $as_echo "$as_val"'`
5610    if test "x$as_val" = x""yes; then
5611   cat >>confdefs.h <<_ACEOF
5612 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5613 _ACEOF
5614
5615 fi
5616
5617 done
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743 for ac_header in \
5744         AudioUnit/AudioUnit.h \
5745         Carbon/Carbon.h \
5746         CoreAudio/CoreAudio.h \
5747         DiskArbitration/DiskArbitration.h \
5748         IOKit/IOKitLib.h \
5749         IOKit/hid/IOHIDLib.h \
5750         alias.h \
5751         alsa/asoundlib.h \
5752         arpa/inet.h \
5753         arpa/nameser.h \
5754         asm/types.h \
5755         capi20.h \
5756         curses.h \
5757         direct.h \
5758         dirent.h \
5759         dlfcn.h \
5760         elf.h \
5761         float.h \
5762         fnmatch.h \
5763         fontconfig/fontconfig.h \
5764         getopt.h \
5765         grp.h \
5766         ieeefp.h \
5767         inet/mib2.h \
5768         io.h \
5769         jack/jack.h \
5770         jpeglib.h \
5771         kstat.h \
5772         lber.h \
5773         lcms.h \
5774         lcms/lcms.h \
5775         ldap.h \
5776         libaudioio.h \
5777         link.h \
5778         linux/cdrom.h \
5779         linux/compiler.h \
5780         linux/hdreg.h \
5781         linux/input.h \
5782         linux/ioctl.h \
5783         linux/joystick.h \
5784         linux/major.h \
5785         linux/param.h \
5786         linux/serial.h \
5787         linux/types.h \
5788         linux/ucdrom.h \
5789         mach-o/dyld_images.h \
5790         mach-o/nlist.h \
5791         mach/mach.h \
5792         mach/machine.h \
5793         machine/cpu.h \
5794         machine/limits.h \
5795         machine/soundcard.h \
5796         mntent.h \
5797         ncurses.h \
5798         netdb.h \
5799         netinet/in.h \
5800         netinet/in_systm.h \
5801         netinet/tcp.h \
5802         netinet/tcp_fsm.h \
5803         openssl/err.h \
5804         openssl/ssl.h \
5805         png.h \
5806         poll.h \
5807         process.h \
5808         pthread.h \
5809         pwd.h \
5810         regex.h \
5811         sched.h \
5812         scsi/scsi.h \
5813         scsi/scsi_ioctl.h \
5814         scsi/sg.h \
5815         soundcard.h \
5816         stdint.h \
5817         strings.h \
5818         stropts.h \
5819         sys/asoundlib.h \
5820         sys/cdio.h \
5821         sys/elf32.h \
5822         sys/epoll.h \
5823         sys/errno.h \
5824         sys/event.h \
5825         sys/exec_elf.h \
5826         sys/filio.h \
5827         sys/ioctl.h \
5828         sys/ipc.h \
5829         sys/limits.h \
5830         sys/link.h \
5831         sys/mman.h \
5832         sys/modem.h \
5833         sys/msg.h \
5834         sys/mtio.h \
5835         sys/param.h \
5836         sys/poll.h \
5837         sys/prctl.h \
5838         sys/protosw.h \
5839         sys/ptrace.h \
5840         sys/resource.h \
5841         sys/scsiio.h \
5842         sys/shm.h \
5843         sys/signal.h \
5844         sys/socket.h \
5845         sys/socketvar.h \
5846         sys/sockio.h \
5847         sys/soundcard.h \
5848         sys/statvfs.h \
5849         sys/strtio.h \
5850         sys/syscall.h \
5851         sys/tihdr.h \
5852         sys/time.h \
5853         sys/timeout.h \
5854         sys/times.h \
5855         sys/uio.h \
5856         sys/un.h \
5857         sys/utsname.h \
5858         sys/vm86.h \
5859         sys/wait.h \
5860         syscall.h \
5861         termios.h \
5862         unistd.h \
5863         utime.h \
5864         valgrind/memcheck.h \
5865         valgrind/valgrind.h \
5866         zlib.h
5867
5868 do
5869 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5870 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5871   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5872 $as_echo_n "checking for $ac_header... " >&6; }
5873 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5874   $as_echo_n "(cached) " >&6
5875 fi
5876 ac_res=`eval 'as_val=${'$as_ac_Header'}
5877                  $as_echo "$as_val"'`
5878                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5879 $as_echo "$ac_res" >&6; }
5880 else
5881   # Is the header compilable?
5882 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
5883 $as_echo_n "checking $ac_header usability... " >&6; }
5884 cat >conftest.$ac_ext <<_ACEOF
5885 /* confdefs.h.  */
5886 _ACEOF
5887 cat confdefs.h >>conftest.$ac_ext
5888 cat >>conftest.$ac_ext <<_ACEOF
5889 /* end confdefs.h.  */
5890 $ac_includes_default
5891 #include <$ac_header>
5892 _ACEOF
5893 rm -f conftest.$ac_objext
5894 if { (ac_try="$ac_compile"
5895 case "(($ac_try" in
5896   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5897   *) ac_try_echo=$ac_try;;
5898 esac
5899 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5900 $as_echo "$ac_try_echo") >&5
5901   (eval "$ac_compile") 2>conftest.er1
5902   ac_status=$?
5903   grep -v '^ *+' conftest.er1 >conftest.err
5904   rm -f conftest.er1
5905   cat conftest.err >&5
5906   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5907   (exit $ac_status); } && {
5908          test -z "$ac_c_werror_flag" ||
5909          test ! -s conftest.err
5910        } && test -s conftest.$ac_objext; then
5911   ac_header_compiler=yes
5912 else
5913   $as_echo "$as_me: failed program was:" >&5
5914 sed 's/^/| /' conftest.$ac_ext >&5
5915
5916         ac_header_compiler=no
5917 fi
5918
5919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5920 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5921 $as_echo "$ac_header_compiler" >&6; }
5922
5923 # Is the header present?
5924 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
5925 $as_echo_n "checking $ac_header presence... " >&6; }
5926 cat >conftest.$ac_ext <<_ACEOF
5927 /* confdefs.h.  */
5928 _ACEOF
5929 cat confdefs.h >>conftest.$ac_ext
5930 cat >>conftest.$ac_ext <<_ACEOF
5931 /* end confdefs.h.  */
5932 #include <$ac_header>
5933 _ACEOF
5934 if { (ac_try="$ac_cpp conftest.$ac_ext"
5935 case "(($ac_try" in
5936   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5937   *) ac_try_echo=$ac_try;;
5938 esac
5939 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5940 $as_echo "$ac_try_echo") >&5
5941   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5942   ac_status=$?
5943   grep -v '^ *+' conftest.er1 >conftest.err
5944   rm -f conftest.er1
5945   cat conftest.err >&5
5946   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5947   (exit $ac_status); } >/dev/null && {
5948          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5949          test ! -s conftest.err
5950        }; then
5951   ac_header_preproc=yes
5952 else
5953   $as_echo "$as_me: failed program was:" >&5
5954 sed 's/^/| /' conftest.$ac_ext >&5
5955
5956   ac_header_preproc=no
5957 fi
5958
5959 rm -f conftest.err conftest.$ac_ext
5960 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5961 $as_echo "$ac_header_preproc" >&6; }
5962
5963 # So?  What about this header?
5964 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5965   yes:no: )
5966     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5967 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5968     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5969 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5970     ac_header_preproc=yes
5971     ;;
5972   no:yes:* )
5973     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5974 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5975     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
5976 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
5977     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5978 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5979     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
5980 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
5981     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5982 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5983     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5984 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5985     ( cat <<\_ASBOX
5986 ## ------------------------------------ ##
5987 ## Report this to wine-devel@winehq.org ##
5988 ## ------------------------------------ ##
5989 _ASBOX
5990      ) | sed "s/^/$as_me: WARNING:     /" >&2
5991     ;;
5992 esac
5993 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5994 $as_echo_n "checking for $ac_header... " >&6; }
5995 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5996   $as_echo_n "(cached) " >&6
5997 else
5998   eval "$as_ac_Header=\$ac_header_preproc"
5999 fi
6000 ac_res=`eval 'as_val=${'$as_ac_Header'}
6001                  $as_echo "$as_val"'`
6002                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6003 $as_echo "$ac_res" >&6; }
6004
6005 fi
6006 as_val=`eval 'as_val=${'$as_ac_Header'}
6007                  $as_echo "$as_val"'`
6008    if test "x$as_val" = x""yes; then
6009   cat >>confdefs.h <<_ACEOF
6010 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6011 _ACEOF
6012
6013 fi
6014
6015 done
6016
6017 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6018 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6019 if test "${ac_cv_header_stat_broken+set}" = set; then
6020   $as_echo_n "(cached) " >&6
6021 else
6022   cat >conftest.$ac_ext <<_ACEOF
6023 /* confdefs.h.  */
6024 _ACEOF
6025 cat confdefs.h >>conftest.$ac_ext
6026 cat >>conftest.$ac_ext <<_ACEOF
6027 /* end confdefs.h.  */
6028 #include <sys/types.h>
6029 #include <sys/stat.h>
6030
6031 #if defined S_ISBLK && defined S_IFDIR
6032 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6033 #endif
6034
6035 #if defined S_ISBLK && defined S_IFCHR
6036 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6037 #endif
6038
6039 #if defined S_ISLNK && defined S_IFREG
6040 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6041 #endif
6042
6043 #if defined S_ISSOCK && defined S_IFREG
6044 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6045 #endif
6046
6047 _ACEOF
6048 rm -f conftest.$ac_objext
6049 if { (ac_try="$ac_compile"
6050 case "(($ac_try" in
6051   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6052   *) ac_try_echo=$ac_try;;
6053 esac
6054 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6055 $as_echo "$ac_try_echo") >&5
6056   (eval "$ac_compile") 2>conftest.er1
6057   ac_status=$?
6058   grep -v '^ *+' conftest.er1 >conftest.err
6059   rm -f conftest.er1
6060   cat conftest.err >&5
6061   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6062   (exit $ac_status); } && {
6063          test -z "$ac_c_werror_flag" ||
6064          test ! -s conftest.err
6065        } && test -s conftest.$ac_objext; then
6066   ac_cv_header_stat_broken=no
6067 else
6068   $as_echo "$as_me: failed program was:" >&5
6069 sed 's/^/| /' conftest.$ac_ext >&5
6070
6071         ac_cv_header_stat_broken=yes
6072 fi
6073
6074 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6075 fi
6076 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6077 $as_echo "$ac_cv_header_stat_broken" >&6; }
6078 if test $ac_cv_header_stat_broken = yes; then
6079
6080 cat >>confdefs.h <<\_ACEOF
6081 #define STAT_MACROS_BROKEN 1
6082 _ACEOF
6083
6084 fi
6085
6086
6087
6088
6089
6090
6091
6092
6093 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6094 do
6095 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6096 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6097 $as_echo_n "checking for $ac_header... " >&6; }
6098 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6099   $as_echo_n "(cached) " >&6
6100 else
6101   cat >conftest.$ac_ext <<_ACEOF
6102 /* confdefs.h.  */
6103 _ACEOF
6104 cat confdefs.h >>conftest.$ac_ext
6105 cat >>conftest.$ac_ext <<_ACEOF
6106 /* end confdefs.h.  */
6107 #include <sys/types.h>
6108      #ifdef HAVE_SYS_PARAM_H
6109      # include <sys/param.h>
6110      #endif
6111
6112 #include <$ac_header>
6113 _ACEOF
6114 rm -f conftest.$ac_objext
6115 if { (ac_try="$ac_compile"
6116 case "(($ac_try" in
6117   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6118   *) ac_try_echo=$ac_try;;
6119 esac
6120 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6121 $as_echo "$ac_try_echo") >&5
6122   (eval "$ac_compile") 2>conftest.er1
6123   ac_status=$?
6124   grep -v '^ *+' conftest.er1 >conftest.err
6125   rm -f conftest.er1
6126   cat conftest.err >&5
6127   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6128   (exit $ac_status); } && {
6129          test -z "$ac_c_werror_flag" ||
6130          test ! -s conftest.err
6131        } && test -s conftest.$ac_objext; then
6132   eval "$as_ac_Header=yes"
6133 else
6134   $as_echo "$as_me: failed program was:" >&5
6135 sed 's/^/| /' conftest.$ac_ext >&5
6136
6137         eval "$as_ac_Header=no"
6138 fi
6139
6140 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6141 fi
6142 ac_res=`eval 'as_val=${'$as_ac_Header'}
6143                  $as_echo "$as_val"'`
6144                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6145 $as_echo "$ac_res" >&6; }
6146 as_val=`eval 'as_val=${'$as_ac_Header'}
6147                  $as_echo "$as_val"'`
6148    if test "x$as_val" = x""yes; then
6149   cat >>confdefs.h <<_ACEOF
6150 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6151 _ACEOF
6152
6153 fi
6154
6155 done
6156
6157
6158
6159
6160
6161
6162
6163
6164
6165
6166
6167
6168
6169
6170
6171 for ac_header in \
6172         netinet/ip.h \
6173         net/if.h \
6174         net/if_arp.h \
6175         net/if_dl.h \
6176         net/if_types.h \
6177         net/route.h \
6178         netinet/if_ether.h \
6179         netinet/if_inarp.h \
6180         netinet/in_pcb.h \
6181         netinet/ip_icmp.h \
6182         netinet/ip_var.h \
6183         netinet/udp.h \
6184         netipx/ipx.h \
6185
6186 do
6187 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6188 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6189 $as_echo_n "checking for $ac_header... " >&6; }
6190 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6191   $as_echo_n "(cached) " >&6
6192 else
6193   cat >conftest.$ac_ext <<_ACEOF
6194 /* confdefs.h.  */
6195 _ACEOF
6196 cat confdefs.h >>conftest.$ac_ext
6197 cat >>conftest.$ac_ext <<_ACEOF
6198 /* end confdefs.h.  */
6199 #include <sys/types.h>
6200      #ifdef HAVE_SYS_SOCKET_H
6201      # include <sys/socket.h>
6202      #endif
6203      #ifdef HAVE_SYS_SOCKETVAR_H
6204      # include <sys/socketvar.h>
6205      #endif
6206      #ifdef HAVE_NET_ROUTE_H
6207      # include <net/route.h>
6208      #endif
6209      #ifdef HAVE_NETINET_IN_H
6210      # include <netinet/in.h>
6211      #endif
6212      #ifdef HAVE_NETINET_IN_SYSTM_H
6213      # include <netinet/in_systm.h>
6214      #endif
6215      #ifdef HAVE_NET_IF_H
6216      # include <net/if.h>
6217      #endif
6218      #ifdef HAVE_NETINET_IP_H
6219      # include <netinet/ip.h>
6220      #endif
6221
6222 #include <$ac_header>
6223 _ACEOF
6224 rm -f conftest.$ac_objext
6225 if { (ac_try="$ac_compile"
6226 case "(($ac_try" in
6227   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6228   *) ac_try_echo=$ac_try;;
6229 esac
6230 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6231 $as_echo "$ac_try_echo") >&5
6232   (eval "$ac_compile") 2>conftest.er1
6233   ac_status=$?
6234   grep -v '^ *+' conftest.er1 >conftest.err
6235   rm -f conftest.er1
6236   cat conftest.err >&5
6237   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6238   (exit $ac_status); } && {
6239          test -z "$ac_c_werror_flag" ||
6240          test ! -s conftest.err
6241        } && test -s conftest.$ac_objext; then
6242   eval "$as_ac_Header=yes"
6243 else
6244   $as_echo "$as_me: failed program was:" >&5
6245 sed 's/^/| /' conftest.$ac_ext >&5
6246
6247         eval "$as_ac_Header=no"
6248 fi
6249
6250 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6251 fi
6252 ac_res=`eval 'as_val=${'$as_ac_Header'}
6253                  $as_echo "$as_val"'`
6254                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6255 $as_echo "$ac_res" >&6; }
6256 as_val=`eval 'as_val=${'$as_ac_Header'}
6257                  $as_echo "$as_val"'`
6258    if test "x$as_val" = x""yes; then
6259   cat >>confdefs.h <<_ACEOF
6260 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6261 _ACEOF
6262
6263 fi
6264
6265 done
6266
6267
6268
6269
6270
6271
6272 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6273 do
6274 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6275 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6276 $as_echo_n "checking for $ac_header... " >&6; }
6277 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6278   $as_echo_n "(cached) " >&6
6279 else
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 <sys/types.h>
6287      #ifdef HAVE_ALIAS_H
6288      # include <alias.h>
6289      #endif
6290      #ifdef HAVE_SYS_SOCKET_H
6291      # include <sys/socket.h>
6292      #endif
6293      #ifdef HAVE_SYS_SOCKETVAR_H
6294      # include <sys/socketvar.h>
6295      #endif
6296      #ifdef HAVE_SYS_TIMEOUT_H
6297      # include <sys/timeout.h>
6298      #endif
6299      #ifdef HAVE_NETINET_IN_H
6300      # include <netinet/in.h>
6301      #endif
6302      #ifdef HAVE_NETINET_IN_SYSTM_H
6303      # include <netinet/in_systm.h>
6304      #endif
6305      #ifdef HAVE_NETINET_IP_H
6306      # include <netinet/ip.h>
6307      #endif
6308      #ifdef HAVE_NETINET_IP_VAR_H
6309      # include <netinet/ip_var.h>
6310      #endif
6311      #ifdef HAVE_NETINET_IP_ICMP_H
6312      # include <netinet/ip_icmp.h>
6313      #endif
6314      #ifdef HAVE_NETINET_UDP_H
6315      # include <netinet/udp.h>
6316      #endif
6317      #ifdef HAVE_NETINET_TCP_H
6318      # include <netinet/tcp.h>
6319      #endif
6320      #ifdef HAVE_NETINET_TCP_TIMER_H
6321      #include <netinet/tcp_timer.h>
6322      #endif
6323
6324 #include <$ac_header>
6325 _ACEOF
6326 rm -f conftest.$ac_objext
6327 if { (ac_try="$ac_compile"
6328 case "(($ac_try" in
6329   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6330   *) ac_try_echo=$ac_try;;
6331 esac
6332 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6333 $as_echo "$ac_try_echo") >&5
6334   (eval "$ac_compile") 2>conftest.er1
6335   ac_status=$?
6336   grep -v '^ *+' conftest.er1 >conftest.err
6337   rm -f conftest.er1
6338   cat conftest.err >&5
6339   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6340   (exit $ac_status); } && {
6341          test -z "$ac_c_werror_flag" ||
6342          test ! -s conftest.err
6343        } && test -s conftest.$ac_objext; then
6344   eval "$as_ac_Header=yes"
6345 else
6346   $as_echo "$as_me: failed program was:" >&5
6347 sed 's/^/| /' conftest.$ac_ext >&5
6348
6349         eval "$as_ac_Header=no"
6350 fi
6351
6352 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
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 as_val=`eval 'as_val=${'$as_ac_Header'}
6359                  $as_echo "$as_val"'`
6360    if test "x$as_val" = x""yes; then
6361   cat >>confdefs.h <<_ACEOF
6362 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6363 _ACEOF
6364
6365 fi
6366
6367 done
6368
6369
6370
6371 for ac_header in linux/ipx.h
6372 do
6373 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6374 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6375 $as_echo_n "checking for $ac_header... " >&6; }
6376 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6377   $as_echo_n "(cached) " >&6
6378 else
6379   cat >conftest.$ac_ext <<_ACEOF
6380 /* confdefs.h.  */
6381 _ACEOF
6382 cat confdefs.h >>conftest.$ac_ext
6383 cat >>conftest.$ac_ext <<_ACEOF
6384 /* end confdefs.h.  */
6385 #include <sys/types.h>
6386      #ifdef HAVE_ASM_TYPES_H
6387      # include <asm/types.h>
6388      #endif
6389      #ifdef HAVE_SYS_SOCKET_H
6390      # include <sys/socket.h>
6391      #endif
6392      #ifdef HAVE_LINUX_TYPES_H
6393      # include <linux/types.h>
6394      #endif
6395
6396 #include <$ac_header>
6397 _ACEOF
6398 rm -f conftest.$ac_objext
6399 if { (ac_try="$ac_compile"
6400 case "(($ac_try" in
6401   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6402   *) ac_try_echo=$ac_try;;
6403 esac
6404 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6405 $as_echo "$ac_try_echo") >&5
6406   (eval "$ac_compile") 2>conftest.er1
6407   ac_status=$?
6408   grep -v '^ *+' conftest.er1 >conftest.err
6409   rm -f conftest.er1
6410   cat conftest.err >&5
6411   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6412   (exit $ac_status); } && {
6413          test -z "$ac_c_werror_flag" ||
6414          test ! -s conftest.err
6415        } && test -s conftest.$ac_objext; then
6416   eval "$as_ac_Header=yes"
6417 else
6418   $as_echo "$as_me: failed program was:" >&5
6419 sed 's/^/| /' conftest.$ac_ext >&5
6420
6421         eval "$as_ac_Header=no"
6422 fi
6423
6424 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6425 fi
6426 ac_res=`eval 'as_val=${'$as_ac_Header'}
6427                  $as_echo "$as_val"'`
6428                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6429 $as_echo "$ac_res" >&6; }
6430 as_val=`eval 'as_val=${'$as_ac_Header'}
6431                  $as_echo "$as_val"'`
6432    if test "x$as_val" = x""yes; then
6433   cat >>confdefs.h <<_ACEOF
6434 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6435 _ACEOF
6436
6437 fi
6438
6439 done
6440
6441
6442
6443 for ac_header in resolv.h
6444 do
6445 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6446 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6447 $as_echo_n "checking for $ac_header... " >&6; }
6448 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6449   $as_echo_n "(cached) " >&6
6450 else
6451   cat >conftest.$ac_ext <<_ACEOF
6452 /* confdefs.h.  */
6453 _ACEOF
6454 cat confdefs.h >>conftest.$ac_ext
6455 cat >>conftest.$ac_ext <<_ACEOF
6456 /* end confdefs.h.  */
6457 #include <sys/types.h>
6458      #ifdef HAVE_SYS_SOCKET_H
6459      # include <sys/socket.h>
6460      #endif
6461      #ifdef HAVE_NETINET_IN_H
6462      # include <netinet/in.h>
6463      #endif
6464      #ifdef HAVE_ARPA_NAMESER_H
6465      # include <arpa/nameser.h>
6466      #endif
6467
6468 #include <$ac_header>
6469 _ACEOF
6470 rm -f conftest.$ac_objext
6471 if { (ac_try="$ac_compile"
6472 case "(($ac_try" in
6473   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6474   *) ac_try_echo=$ac_try;;
6475 esac
6476 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6477 $as_echo "$ac_try_echo") >&5
6478   (eval "$ac_compile") 2>conftest.er1
6479   ac_status=$?
6480   grep -v '^ *+' conftest.er1 >conftest.err
6481   rm -f conftest.er1
6482   cat conftest.err >&5
6483   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6484   (exit $ac_status); } && {
6485          test -z "$ac_c_werror_flag" ||
6486          test ! -s conftest.err
6487        } && test -s conftest.$ac_objext; then
6488   eval "$as_ac_Header=yes"
6489 else
6490   $as_echo "$as_me: failed program was:" >&5
6491 sed 's/^/| /' conftest.$ac_ext >&5
6492
6493         eval "$as_ac_Header=no"
6494 fi
6495
6496 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6497 fi
6498 ac_res=`eval 'as_val=${'$as_ac_Header'}
6499                  $as_echo "$as_val"'`
6500                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6501 $as_echo "$ac_res" >&6; }
6502 as_val=`eval 'as_val=${'$as_ac_Header'}
6503                  $as_echo "$as_val"'`
6504    if test "x$as_val" = x""yes; then
6505   cat >>confdefs.h <<_ACEOF
6506 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6507 _ACEOF
6508
6509 fi
6510
6511 done
6512
6513
6514
6515 for ac_header in ucontext.h
6516 do
6517 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6518 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6519 $as_echo_n "checking for $ac_header... " >&6; }
6520 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6521   $as_echo_n "(cached) " >&6
6522 else
6523   cat >conftest.$ac_ext <<_ACEOF
6524 /* confdefs.h.  */
6525 _ACEOF
6526 cat confdefs.h >>conftest.$ac_ext
6527 cat >>conftest.$ac_ext <<_ACEOF
6528 /* end confdefs.h.  */
6529 #include <signal.h>
6530
6531 #include <$ac_header>
6532 _ACEOF
6533 rm -f conftest.$ac_objext
6534 if { (ac_try="$ac_compile"
6535 case "(($ac_try" in
6536   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6537   *) ac_try_echo=$ac_try;;
6538 esac
6539 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6540 $as_echo "$ac_try_echo") >&5
6541   (eval "$ac_compile") 2>conftest.er1
6542   ac_status=$?
6543   grep -v '^ *+' conftest.er1 >conftest.err
6544   rm -f conftest.er1
6545   cat conftest.err >&5
6546   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6547   (exit $ac_status); } && {
6548          test -z "$ac_c_werror_flag" ||
6549          test ! -s conftest.err
6550        } && test -s conftest.$ac_objext; then
6551   eval "$as_ac_Header=yes"
6552 else
6553   $as_echo "$as_me: failed program was:" >&5
6554 sed 's/^/| /' conftest.$ac_ext >&5
6555
6556         eval "$as_ac_Header=no"
6557 fi
6558
6559 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6560 fi
6561 ac_res=`eval 'as_val=${'$as_ac_Header'}
6562                  $as_echo "$as_val"'`
6563                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6564 $as_echo "$ac_res" >&6; }
6565 as_val=`eval 'as_val=${'$as_ac_Header'}
6566                  $as_echo "$as_val"'`
6567    if test "x$as_val" = x""yes; then
6568   cat >>confdefs.h <<_ACEOF
6569 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6570 _ACEOF
6571
6572 fi
6573
6574 done
6575
6576
6577
6578 for ac_header in sys/thr.h
6579 do
6580 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6581 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6582 $as_echo_n "checking for $ac_header... " >&6; }
6583 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6584   $as_echo_n "(cached) " >&6
6585 else
6586   cat >conftest.$ac_ext <<_ACEOF
6587 /* confdefs.h.  */
6588 _ACEOF
6589 cat confdefs.h >>conftest.$ac_ext
6590 cat >>conftest.$ac_ext <<_ACEOF
6591 /* end confdefs.h.  */
6592 #include <sys/types.h>
6593 #ifdef HAVE_UCONTEXT_H
6594 #include <ucontext.h>
6595 #endif
6596
6597 #include <$ac_header>
6598 _ACEOF
6599 rm -f conftest.$ac_objext
6600 if { (ac_try="$ac_compile"
6601 case "(($ac_try" in
6602   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6603   *) ac_try_echo=$ac_try;;
6604 esac
6605 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6606 $as_echo "$ac_try_echo") >&5
6607   (eval "$ac_compile") 2>conftest.er1
6608   ac_status=$?
6609   grep -v '^ *+' conftest.er1 >conftest.err
6610   rm -f conftest.er1
6611   cat conftest.err >&5
6612   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6613   (exit $ac_status); } && {
6614          test -z "$ac_c_werror_flag" ||
6615          test ! -s conftest.err
6616        } && test -s conftest.$ac_objext; then
6617   eval "$as_ac_Header=yes"
6618 else
6619   $as_echo "$as_me: failed program was:" >&5
6620 sed 's/^/| /' conftest.$ac_ext >&5
6621
6622         eval "$as_ac_Header=no"
6623 fi
6624
6625 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6626 fi
6627 ac_res=`eval 'as_val=${'$as_ac_Header'}
6628                  $as_echo "$as_val"'`
6629                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6630 $as_echo "$ac_res" >&6; }
6631 as_val=`eval 'as_val=${'$as_ac_Header'}
6632                  $as_echo "$as_val"'`
6633    if test "x$as_val" = x""yes; then
6634   cat >>confdefs.h <<_ACEOF
6635 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6636 _ACEOF
6637
6638 fi
6639
6640 done
6641
6642
6643
6644 for ac_header in pthread_np.h
6645 do
6646 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6647 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6648 $as_echo_n "checking for $ac_header... " >&6; }
6649 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6650   $as_echo_n "(cached) " >&6
6651 else
6652   cat >conftest.$ac_ext <<_ACEOF
6653 /* confdefs.h.  */
6654 _ACEOF
6655 cat confdefs.h >>conftest.$ac_ext
6656 cat >>conftest.$ac_ext <<_ACEOF
6657 /* end confdefs.h.  */
6658 #ifdef HAVE_PTHREAD_H
6659 #include <pthread.h>
6660 #endif
6661
6662 #include <$ac_header>
6663 _ACEOF
6664 rm -f conftest.$ac_objext
6665 if { (ac_try="$ac_compile"
6666 case "(($ac_try" in
6667   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6668   *) ac_try_echo=$ac_try;;
6669 esac
6670 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6671 $as_echo "$ac_try_echo") >&5
6672   (eval "$ac_compile") 2>conftest.er1
6673   ac_status=$?
6674   grep -v '^ *+' conftest.er1 >conftest.err
6675   rm -f conftest.er1
6676   cat conftest.err >&5
6677   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6678   (exit $ac_status); } && {
6679          test -z "$ac_c_werror_flag" ||
6680          test ! -s conftest.err
6681        } && test -s conftest.$ac_objext; then
6682   eval "$as_ac_Header=yes"
6683 else
6684   $as_echo "$as_me: failed program was:" >&5
6685 sed 's/^/| /' conftest.$ac_ext >&5
6686
6687         eval "$as_ac_Header=no"
6688 fi
6689
6690 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6691 fi
6692 ac_res=`eval 'as_val=${'$as_ac_Header'}
6693                  $as_echo "$as_val"'`
6694                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6695 $as_echo "$ac_res" >&6; }
6696 as_val=`eval 'as_val=${'$as_ac_Header'}
6697                  $as_echo "$as_val"'`
6698    if test "x$as_val" = x""yes; then
6699   cat >>confdefs.h <<_ACEOF
6700 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6701 _ACEOF
6702
6703 fi
6704
6705 done
6706
6707
6708
6709 for ac_header in linux/videodev.h
6710 do
6711 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6712 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6713 $as_echo_n "checking for $ac_header... " >&6; }
6714 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6715   $as_echo_n "(cached) " >&6
6716 else
6717   cat >conftest.$ac_ext <<_ACEOF
6718 /* confdefs.h.  */
6719 _ACEOF
6720 cat confdefs.h >>conftest.$ac_ext
6721 cat >>conftest.$ac_ext <<_ACEOF
6722 /* end confdefs.h.  */
6723 #ifdef HAVE_SYS_TIME_H
6724 #include <sys/time.h>
6725 #endif
6726 #include <sys/types.h>
6727 #ifdef HAVE_ASM_TYPES_H
6728 #include <asm/types.h>
6729 #endif
6730
6731 #include <$ac_header>
6732 _ACEOF
6733 rm -f conftest.$ac_objext
6734 if { (ac_try="$ac_compile"
6735 case "(($ac_try" in
6736   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6737   *) ac_try_echo=$ac_try;;
6738 esac
6739 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6740 $as_echo "$ac_try_echo") >&5
6741   (eval "$ac_compile") 2>conftest.er1
6742   ac_status=$?
6743   grep -v '^ *+' conftest.er1 >conftest.err
6744   rm -f conftest.er1
6745   cat conftest.err >&5
6746   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6747   (exit $ac_status); } && {
6748          test -z "$ac_c_werror_flag" ||
6749          test ! -s conftest.err
6750        } && test -s conftest.$ac_objext; then
6751   eval "$as_ac_Header=yes"
6752 else
6753   $as_echo "$as_me: failed program was:" >&5
6754 sed 's/^/| /' conftest.$ac_ext >&5
6755
6756         eval "$as_ac_Header=no"
6757 fi
6758
6759 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6760 fi
6761 ac_res=`eval 'as_val=${'$as_ac_Header'}
6762                  $as_echo "$as_val"'`
6763                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6764 $as_echo "$ac_res" >&6; }
6765 as_val=`eval 'as_val=${'$as_ac_Header'}
6766                  $as_echo "$as_val"'`
6767    if test "x$as_val" = x""yes; then
6768   cat >>confdefs.h <<_ACEOF
6769 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6770 _ACEOF
6771
6772 fi
6773
6774 done
6775
6776
6777
6778 for ac_header in linux/capi.h
6779 do
6780 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6781 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6782 $as_echo_n "checking for $ac_header... " >&6; }
6783 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6784   $as_echo_n "(cached) " >&6
6785 else
6786   cat >conftest.$ac_ext <<_ACEOF
6787 /* confdefs.h.  */
6788 _ACEOF
6789 cat confdefs.h >>conftest.$ac_ext
6790 cat >>conftest.$ac_ext <<_ACEOF
6791 /* end confdefs.h.  */
6792 #define __user
6793
6794 #include <$ac_header>
6795 _ACEOF
6796 rm -f conftest.$ac_objext
6797 if { (ac_try="$ac_compile"
6798 case "(($ac_try" in
6799   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6800   *) ac_try_echo=$ac_try;;
6801 esac
6802 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6803 $as_echo "$ac_try_echo") >&5
6804   (eval "$ac_compile") 2>conftest.er1
6805   ac_status=$?
6806   grep -v '^ *+' conftest.er1 >conftest.err
6807   rm -f conftest.er1
6808   cat conftest.err >&5
6809   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6810   (exit $ac_status); } && {
6811          test -z "$ac_c_werror_flag" ||
6812          test ! -s conftest.err
6813        } && test -s conftest.$ac_objext; then
6814   eval "$as_ac_Header=yes"
6815 else
6816   $as_echo "$as_me: failed program was:" >&5
6817 sed 's/^/| /' conftest.$ac_ext >&5
6818
6819         eval "$as_ac_Header=no"
6820 fi
6821
6822 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6823 fi
6824 ac_res=`eval 'as_val=${'$as_ac_Header'}
6825                  $as_echo "$as_val"'`
6826                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6827 $as_echo "$ac_res" >&6; }
6828 as_val=`eval 'as_val=${'$as_ac_Header'}
6829                  $as_echo "$as_val"'`
6830    if test "x$as_val" = x""yes; then
6831   cat >>confdefs.h <<_ACEOF
6832 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6833 _ACEOF
6834
6835 fi
6836
6837 done
6838
6839
6840
6841 DLLEXT=""
6842
6843 DLLFLAGS="-D_REENTRANT"
6844
6845 LDSHARED=""
6846
6847 LDDLLFLAGS=""
6848
6849 LIBEXT="so"
6850
6851 IMPLIBEXT="def"
6852
6853 LDRPATH_INSTALL=""
6854
6855 LDRPATH_LOCAL=""
6856
6857 # Extract the first word of "ldd", so it can be a program name with args.
6858 set dummy ldd; ac_word=$2
6859 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6860 $as_echo_n "checking for $ac_word... " >&6; }
6861 if test "${ac_cv_path_LDD+set}" = set; then
6862   $as_echo_n "(cached) " >&6
6863 else
6864   case $LDD in
6865   [\\/]* | ?:[\\/]*)
6866   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6867   ;;
6868   *)
6869   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6870 as_dummy="/sbin:/usr/sbin:$PATH"
6871 for as_dir in $as_dummy
6872 do
6873   IFS=$as_save_IFS
6874   test -z "$as_dir" && as_dir=.
6875   for ac_exec_ext in '' $ac_executable_extensions; do
6876   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6877     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6878     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6879     break 2
6880   fi
6881 done
6882 done
6883 IFS=$as_save_IFS
6884
6885   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6886   ;;
6887 esac
6888 fi
6889 LDD=$ac_cv_path_LDD
6890 if test -n "$LDD"; then
6891   { $as_echo "$as_me:$LINENO: result: $LDD" >&5
6892 $as_echo "$LDD" >&6; }
6893 else
6894   { $as_echo "$as_me:$LINENO: result: no" >&5
6895 $as_echo "no" >&6; }
6896 fi
6897
6898
6899
6900 case $host_os in
6901   cygwin*|mingw32*)
6902     if test -n "$ac_tool_prefix"; then
6903   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6904 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6905 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6906 $as_echo_n "checking for $ac_word... " >&6; }
6907 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6908   $as_echo_n "(cached) " >&6
6909 else
6910   if test -n "$DLLTOOL"; then
6911   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6912 else
6913 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6914 for as_dir in $PATH
6915 do
6916   IFS=$as_save_IFS
6917   test -z "$as_dir" && as_dir=.
6918   for ac_exec_ext in '' $ac_executable_extensions; do
6919   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6920     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6921     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6922     break 2
6923   fi
6924 done
6925 done
6926 IFS=$as_save_IFS
6927
6928 fi
6929 fi
6930 DLLTOOL=$ac_cv_prog_DLLTOOL
6931 if test -n "$DLLTOOL"; then
6932   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
6933 $as_echo "$DLLTOOL" >&6; }
6934 else
6935   { $as_echo "$as_me:$LINENO: result: no" >&5
6936 $as_echo "no" >&6; }
6937 fi
6938
6939
6940 fi
6941 if test -z "$ac_cv_prog_DLLTOOL"; then
6942   ac_ct_DLLTOOL=$DLLTOOL
6943   # Extract the first word of "dlltool", so it can be a program name with args.
6944 set dummy dlltool; ac_word=$2
6945 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6946 $as_echo_n "checking for $ac_word... " >&6; }
6947 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
6948   $as_echo_n "(cached) " >&6
6949 else
6950   if test -n "$ac_ct_DLLTOOL"; then
6951   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6952 else
6953 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6954 for as_dir in $PATH
6955 do
6956   IFS=$as_save_IFS
6957   test -z "$as_dir" && as_dir=.
6958   for ac_exec_ext in '' $ac_executable_extensions; do
6959   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6960     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6961     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6962     break 2
6963   fi
6964 done
6965 done
6966 IFS=$as_save_IFS
6967
6968 fi
6969 fi
6970 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6971 if test -n "$ac_ct_DLLTOOL"; then
6972   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
6973 $as_echo "$ac_ct_DLLTOOL" >&6; }
6974 else
6975   { $as_echo "$as_me:$LINENO: result: no" >&5
6976 $as_echo "no" >&6; }
6977 fi
6978
6979   if test "x$ac_ct_DLLTOOL" = x; then
6980     DLLTOOL="false"
6981   else
6982     case $cross_compiling:$ac_tool_warned in
6983 yes:)
6984 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6985 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6986 ac_tool_warned=yes ;;
6987 esac
6988     DLLTOOL=$ac_ct_DLLTOOL
6989   fi
6990 else
6991   DLLTOOL="$ac_cv_prog_DLLTOOL"
6992 fi
6993
6994     if test -n "$ac_tool_prefix"; then
6995   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6996 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6997 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6998 $as_echo_n "checking for $ac_word... " >&6; }
6999 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7000   $as_echo_n "(cached) " >&6
7001 else
7002   if test -n "$DLLWRAP"; then
7003   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7004 else
7005 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7006 for as_dir in $PATH
7007 do
7008   IFS=$as_save_IFS
7009   test -z "$as_dir" && as_dir=.
7010   for ac_exec_ext in '' $ac_executable_extensions; do
7011   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7012     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7013     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7014     break 2
7015   fi
7016 done
7017 done
7018 IFS=$as_save_IFS
7019
7020 fi
7021 fi
7022 DLLWRAP=$ac_cv_prog_DLLWRAP
7023 if test -n "$DLLWRAP"; then
7024   { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7025 $as_echo "$DLLWRAP" >&6; }
7026 else
7027   { $as_echo "$as_me:$LINENO: result: no" >&5
7028 $as_echo "no" >&6; }
7029 fi
7030
7031
7032 fi
7033 if test -z "$ac_cv_prog_DLLWRAP"; then
7034   ac_ct_DLLWRAP=$DLLWRAP
7035   # Extract the first word of "dllwrap", so it can be a program name with args.
7036 set dummy dllwrap; ac_word=$2
7037 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7038 $as_echo_n "checking for $ac_word... " >&6; }
7039 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7040   $as_echo_n "(cached) " >&6
7041 else
7042   if test -n "$ac_ct_DLLWRAP"; then
7043   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7044 else
7045 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7046 for as_dir in $PATH
7047 do
7048   IFS=$as_save_IFS
7049   test -z "$as_dir" && as_dir=.
7050   for ac_exec_ext in '' $ac_executable_extensions; do
7051   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7052     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7053     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7054     break 2
7055   fi
7056 done
7057 done
7058 IFS=$as_save_IFS
7059
7060 fi
7061 fi
7062 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7063 if test -n "$ac_ct_DLLWRAP"; then
7064   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7065 $as_echo "$ac_ct_DLLWRAP" >&6; }
7066 else
7067   { $as_echo "$as_me:$LINENO: result: no" >&5
7068 $as_echo "no" >&6; }
7069 fi
7070
7071   if test "x$ac_ct_DLLWRAP" = x; then
7072     DLLWRAP="false"
7073   else
7074     case $cross_compiling:$ac_tool_warned in
7075 yes:)
7076 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7077 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7078 ac_tool_warned=yes ;;
7079 esac
7080     DLLWRAP=$ac_ct_DLLWRAP
7081   fi
7082 else
7083   DLLWRAP="$ac_cv_prog_DLLWRAP"
7084 fi
7085
7086     if test -n "$ac_tool_prefix"; then
7087   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7088 set dummy ${ac_tool_prefix}ar; ac_word=$2
7089 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7090 $as_echo_n "checking for $ac_word... " >&6; }
7091 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7092   $as_echo_n "(cached) " >&6
7093 else
7094   if test -n "$MINGWAR"; then
7095   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7096 else
7097 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7098 for as_dir in $PATH
7099 do
7100   IFS=$as_save_IFS
7101   test -z "$as_dir" && as_dir=.
7102   for ac_exec_ext in '' $ac_executable_extensions; do
7103   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7104     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7105     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7106     break 2
7107   fi
7108 done
7109 done
7110 IFS=$as_save_IFS
7111
7112 fi
7113 fi
7114 MINGWAR=$ac_cv_prog_MINGWAR
7115 if test -n "$MINGWAR"; then
7116   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7117 $as_echo "$MINGWAR" >&6; }
7118 else
7119   { $as_echo "$as_me:$LINENO: result: no" >&5
7120 $as_echo "no" >&6; }
7121 fi
7122
7123
7124 fi
7125 if test -z "$ac_cv_prog_MINGWAR"; then
7126   ac_ct_MINGWAR=$MINGWAR
7127   # Extract the first word of "ar", so it can be a program name with args.
7128 set dummy ar; ac_word=$2
7129 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7130 $as_echo_n "checking for $ac_word... " >&6; }
7131 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7132   $as_echo_n "(cached) " >&6
7133 else
7134   if test -n "$ac_ct_MINGWAR"; then
7135   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7136 else
7137 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7138 for as_dir in $PATH
7139 do
7140   IFS=$as_save_IFS
7141   test -z "$as_dir" && as_dir=.
7142   for ac_exec_ext in '' $ac_executable_extensions; do
7143   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7144     ac_cv_prog_ac_ct_MINGWAR="ar"
7145     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7146     break 2
7147   fi
7148 done
7149 done
7150 IFS=$as_save_IFS
7151
7152 fi
7153 fi
7154 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7155 if test -n "$ac_ct_MINGWAR"; then
7156   { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7157 $as_echo "$ac_ct_MINGWAR" >&6; }
7158 else
7159   { $as_echo "$as_me:$LINENO: result: no" >&5
7160 $as_echo "no" >&6; }
7161 fi
7162
7163   if test "x$ac_ct_MINGWAR" = x; then
7164     MINGWAR="false"
7165   else
7166     case $cross_compiling:$ac_tool_warned in
7167 yes:)
7168 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7169 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7170 ac_tool_warned=yes ;;
7171 esac
7172     MINGWAR=$ac_ct_MINGWAR
7173   fi
7174 else
7175   MINGWAR="$ac_cv_prog_MINGWAR"
7176 fi
7177
7178     if test "$DLLWRAP" = "false"; then
7179       LIBEXT="a"
7180     else
7181             LIBEXT="dll"
7182     fi
7183     IMPLIBEXT="a"
7184         enable_iphlpapi=${enable_iphlpapi:-no}
7185     enable_kernel32=${enable_kernel32:-no}
7186     enable_msvcrt=${enable_msvcrt:-no}
7187     enable_ntdll=${enable_ntdll:-no}
7188     enable_ws2_32=${enable_ws2_32:-no}
7189     enable_loader=${enable_loader:-no}
7190     enable_server=${enable_server:-no}
7191         with_x=${with_x:-no}
7192     with_pthread=${with_pthread:-no}
7193     ;;
7194   darwin*|macosx*)
7195     DLLEXT=".so"
7196     LIBEXT="dylib"
7197     DLLFLAGS="$DLLFLAGS -fPIC"
7198     LDDLLFLAGS="-bundle -multiply_defined suppress"
7199     LIBWINE_LDFLAGS="-multiply_defined suppress"
7200     LDSHARED="\$(CC) -dynamiclib"
7201     STRIP="$STRIP -x"
7202     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7203         SECURITYLIB="-framework Security -framework CoreFoundation"
7204
7205     COREFOUNDATIONLIB="-framework CoreFoundation"
7206
7207     IOKITLIB="-framework IOKit -framework CoreFoundation"
7208
7209     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7210
7211     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7212     then
7213                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7214
7215     fi
7216     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7217     then
7218                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7219
7220     fi
7221     if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7222     then
7223         ac_save_LIBS="$LIBS"
7224         LIBS="$LIBS $IOKITLIB"
7225
7226 for ac_func in IOHIDManagerCreate
7227 do
7228 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7229 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
7230 $as_echo_n "checking for $ac_func... " >&6; }
7231 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7232   $as_echo_n "(cached) " >&6
7233 else
7234   cat >conftest.$ac_ext <<_ACEOF
7235 /* confdefs.h.  */
7236 _ACEOF
7237 cat confdefs.h >>conftest.$ac_ext
7238 cat >>conftest.$ac_ext <<_ACEOF
7239 /* end confdefs.h.  */
7240 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7241    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
7242 #define $ac_func innocuous_$ac_func
7243
7244 /* System header to define __stub macros and hopefully few prototypes,
7245     which can conflict with char $ac_func (); below.
7246     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7247     <limits.h> exists even on freestanding compilers.  */
7248
7249 #ifdef __STDC__
7250 # include <limits.h>
7251 #else
7252 # include <assert.h>
7253 #endif
7254
7255 #undef $ac_func
7256
7257 /* Override any GCC internal prototype to avoid an error.
7258    Use char because int might match the return type of a GCC
7259    builtin and then its argument prototype would still apply.  */
7260 #ifdef __cplusplus
7261 extern "C"
7262 #endif
7263 char $ac_func ();
7264 /* The GNU C library defines this for functions which it implements
7265     to always fail with ENOSYS.  Some functions are actually named
7266     something starting with __ and the normal name is an alias.  */
7267 #if defined __stub_$ac_func || defined __stub___$ac_func
7268 choke me
7269 #endif
7270
7271 int
7272 main ()
7273 {
7274 return $ac_func ();
7275   ;
7276   return 0;
7277 }
7278 _ACEOF
7279 rm -f conftest.$ac_objext conftest$ac_exeext
7280 if { (ac_try="$ac_link"
7281 case "(($ac_try" in
7282   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7283   *) ac_try_echo=$ac_try;;
7284 esac
7285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7286 $as_echo "$ac_try_echo") >&5
7287   (eval "$ac_link") 2>conftest.er1
7288   ac_status=$?
7289   grep -v '^ *+' conftest.er1 >conftest.err
7290   rm -f conftest.er1
7291   cat conftest.err >&5
7292   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7293   (exit $ac_status); } && {
7294          test -z "$ac_c_werror_flag" ||
7295          test ! -s conftest.err
7296        } && test -s conftest$ac_exeext && {
7297          test "$cross_compiling" = yes ||
7298          $as_test_x conftest$ac_exeext
7299        }; then
7300   eval "$as_ac_var=yes"
7301 else
7302   $as_echo "$as_me: failed program was:" >&5
7303 sed 's/^/| /' conftest.$ac_ext >&5
7304
7305         eval "$as_ac_var=no"
7306 fi
7307
7308 rm -rf conftest.dSYM
7309 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7310       conftest$ac_exeext conftest.$ac_ext
7311 fi
7312 ac_res=`eval 'as_val=${'$as_ac_var'}
7313                  $as_echo "$as_val"'`
7314                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7315 $as_echo "$ac_res" >&6; }
7316 as_val=`eval 'as_val=${'$as_ac_var'}
7317                  $as_echo "$as_val"'`
7318    if test "x$as_val" = x""yes; then
7319   cat >>confdefs.h <<_ACEOF
7320 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7321 _ACEOF
7322
7323 fi
7324 done
7325
7326         LIBS="$ac_save_LIBS"
7327     fi
7328     case $host_cpu in
7329       *powerpc*)
7330         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
7331     esac
7332         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7333     then
7334         CARBONLIB="-framework Carbon"
7335
7336         enable_winequartz_drv=${enable_winequartz_drv:-yes}
7337     fi
7338     ;;
7339   *)
7340     DLLFLAGS="$DLLFLAGS -fPIC"
7341     DLLEXT=".so"
7342     { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7343 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7344 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7345   $as_echo_n "(cached) " >&6
7346 else
7347   ac_wine_try_cflags_saved=$CFLAGS
7348 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7349 cat >conftest.$ac_ext <<_ACEOF
7350 void myfunc() {}
7351 _ACEOF
7352 rm -f conftest.$ac_objext conftest$ac_exeext
7353 if { (ac_try="$ac_link"
7354 case "(($ac_try" in
7355   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7356   *) ac_try_echo=$ac_try;;
7357 esac
7358 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7359 $as_echo "$ac_try_echo") >&5
7360   (eval "$ac_link") 2>conftest.er1
7361   ac_status=$?
7362   grep -v '^ *+' conftest.er1 >conftest.err
7363   rm -f conftest.er1
7364   cat conftest.err >&5
7365   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7366   (exit $ac_status); } && {
7367          test -z "$ac_c_werror_flag" ||
7368          test ! -s conftest.err
7369        } && test -s conftest$ac_exeext && {
7370          test "$cross_compiling" = yes ||
7371          $as_test_x conftest$ac_exeext
7372        }; then
7373   ac_cv_c_dll_gnuelf="yes"
7374 else
7375   $as_echo "$as_me: failed program was:" >&5
7376 sed 's/^/| /' conftest.$ac_ext >&5
7377
7378         ac_cv_c_dll_gnuelf="no"
7379 fi
7380
7381 rm -rf conftest.dSYM
7382 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7383       conftest$ac_exeext conftest.$ac_ext
7384 CFLAGS=$ac_wine_try_cflags_saved
7385 fi
7386 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7387 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7388     if test "$ac_cv_c_dll_gnuelf" = "yes"
7389     then
7390       LDSHARED="\$(CC) -shared"
7391       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7392       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7393 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7394 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7395   $as_echo_n "(cached) " >&6
7396 else
7397   ac_wine_try_cflags_saved=$CFLAGS
7398 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7399 cat >conftest.$ac_ext <<_ACEOF
7400 /* confdefs.h.  */
7401 _ACEOF
7402 cat confdefs.h >>conftest.$ac_ext
7403 cat >>conftest.$ac_ext <<_ACEOF
7404 /* end confdefs.h.  */
7405
7406 int
7407 main ()
7408 {
7409
7410   ;
7411   return 0;
7412 }
7413 _ACEOF
7414 rm -f conftest.$ac_objext conftest$ac_exeext
7415 if { (ac_try="$ac_link"
7416 case "(($ac_try" in
7417   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7418   *) ac_try_echo=$ac_try;;
7419 esac
7420 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7421 $as_echo "$ac_try_echo") >&5
7422   (eval "$ac_link") 2>conftest.er1
7423   ac_status=$?
7424   grep -v '^ *+' conftest.er1 >conftest.err
7425   rm -f conftest.er1
7426   cat conftest.err >&5
7427   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7428   (exit $ac_status); } && {
7429          test -z "$ac_c_werror_flag" ||
7430          test ! -s conftest.err
7431        } && test -s conftest$ac_exeext && {
7432          test "$cross_compiling" = yes ||
7433          $as_test_x conftest$ac_exeext
7434        }; then
7435   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7436 else
7437   $as_echo "$as_me: failed program was:" >&5
7438 sed 's/^/| /' conftest.$ac_ext >&5
7439
7440         ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7441 fi
7442
7443 rm -rf conftest.dSYM
7444 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7445       conftest$ac_exeext conftest.$ac_ext
7446 CFLAGS=$ac_wine_try_cflags_saved
7447 fi
7448 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7449 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7450 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7451   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7452 else
7453   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7454 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7455 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7456   $as_echo_n "(cached) " >&6
7457 else
7458   ac_wine_try_cflags_saved=$CFLAGS
7459 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7460 cat >conftest.$ac_ext <<_ACEOF
7461 /* confdefs.h.  */
7462 _ACEOF
7463 cat confdefs.h >>conftest.$ac_ext
7464 cat >>conftest.$ac_ext <<_ACEOF
7465 /* end confdefs.h.  */
7466
7467 int
7468 main ()
7469 {
7470
7471   ;
7472   return 0;
7473 }
7474 _ACEOF
7475 rm -f conftest.$ac_objext conftest$ac_exeext
7476 if { (ac_try="$ac_link"
7477 case "(($ac_try" in
7478   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7479   *) ac_try_echo=$ac_try;;
7480 esac
7481 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7482 $as_echo "$ac_try_echo") >&5
7483   (eval "$ac_link") 2>conftest.er1
7484   ac_status=$?
7485   grep -v '^ *+' conftest.er1 >conftest.err
7486   rm -f conftest.er1
7487   cat conftest.err >&5
7488   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7489   (exit $ac_status); } && {
7490          test -z "$ac_c_werror_flag" ||
7491          test ! -s conftest.err
7492        } && test -s conftest$ac_exeext && {
7493          test "$cross_compiling" = yes ||
7494          $as_test_x conftest$ac_exeext
7495        }; then
7496   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7497 else
7498   $as_echo "$as_me: failed program was:" >&5
7499 sed 's/^/| /' conftest.$ac_ext >&5
7500
7501         ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7502 fi
7503
7504 rm -rf conftest.dSYM
7505 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7506       conftest$ac_exeext conftest.$ac_ext
7507 CFLAGS=$ac_wine_try_cflags_saved
7508 fi
7509 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7510 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7511 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7512   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7513 fi
7514
7515 fi
7516
7517
7518       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7519 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7520 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7521   $as_echo_n "(cached) " >&6
7522 else
7523   ac_wine_try_cflags_saved=$CFLAGS
7524 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7525 cat >conftest.$ac_ext <<_ACEOF
7526 /* confdefs.h.  */
7527 _ACEOF
7528 cat confdefs.h >>conftest.$ac_ext
7529 cat >>conftest.$ac_ext <<_ACEOF
7530 /* end confdefs.h.  */
7531
7532 int
7533 main ()
7534 {
7535
7536   ;
7537   return 0;
7538 }
7539 _ACEOF
7540 rm -f conftest.$ac_objext conftest$ac_exeext
7541 if { (ac_try="$ac_link"
7542 case "(($ac_try" in
7543   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7544   *) ac_try_echo=$ac_try;;
7545 esac
7546 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7547 $as_echo "$ac_try_echo") >&5
7548   (eval "$ac_link") 2>conftest.er1
7549   ac_status=$?
7550   grep -v '^ *+' conftest.er1 >conftest.err
7551   rm -f conftest.er1
7552   cat conftest.err >&5
7553   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7554   (exit $ac_status); } && {
7555          test -z "$ac_c_werror_flag" ||
7556          test ! -s conftest.err
7557        } && test -s conftest$ac_exeext && {
7558          test "$cross_compiling" = yes ||
7559          $as_test_x conftest$ac_exeext
7560        }; then
7561   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7562 else
7563   $as_echo "$as_me: failed program was:" >&5
7564 sed 's/^/| /' conftest.$ac_ext >&5
7565
7566         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7567 fi
7568
7569 rm -rf conftest.dSYM
7570 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7571       conftest$ac_exeext conftest.$ac_ext
7572 CFLAGS=$ac_wine_try_cflags_saved
7573 fi
7574 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7575 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7576 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7577   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7578 fi
7579
7580
7581       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7582 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7583 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7584   $as_echo_n "(cached) " >&6
7585 else
7586   ac_wine_try_cflags_saved=$CFLAGS
7587 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7588 cat >conftest.$ac_ext <<_ACEOF
7589 /* confdefs.h.  */
7590 _ACEOF
7591 cat confdefs.h >>conftest.$ac_ext
7592 cat >>conftest.$ac_ext <<_ACEOF
7593 /* end confdefs.h.  */
7594
7595 int
7596 main ()
7597 {
7598
7599   ;
7600   return 0;
7601 }
7602 _ACEOF
7603 rm -f conftest.$ac_objext conftest$ac_exeext
7604 if { (ac_try="$ac_link"
7605 case "(($ac_try" in
7606   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7607   *) ac_try_echo=$ac_try;;
7608 esac
7609 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7610 $as_echo "$ac_try_echo") >&5
7611   (eval "$ac_link") 2>conftest.er1
7612   ac_status=$?
7613   grep -v '^ *+' conftest.er1 >conftest.err
7614   rm -f conftest.er1
7615   cat conftest.err >&5
7616   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7617   (exit $ac_status); } && {
7618          test -z "$ac_c_werror_flag" ||
7619          test ! -s conftest.err
7620        } && test -s conftest$ac_exeext && {
7621          test "$cross_compiling" = yes ||
7622          $as_test_x conftest$ac_exeext
7623        }; then
7624   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7625 else
7626   $as_echo "$as_me: failed program was:" >&5
7627 sed 's/^/| /' conftest.$ac_ext >&5
7628
7629         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7630 fi
7631
7632 rm -rf conftest.dSYM
7633 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7634       conftest$ac_exeext conftest.$ac_ext
7635 CFLAGS=$ac_wine_try_cflags_saved
7636 fi
7637 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7638 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7639 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7640   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7641 fi
7642
7643
7644       echo '{ global: *; };' >conftest.map
7645       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7646 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7647 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7648   $as_echo_n "(cached) " >&6
7649 else
7650   ac_wine_try_cflags_saved=$CFLAGS
7651 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7652 cat >conftest.$ac_ext <<_ACEOF
7653 /* confdefs.h.  */
7654 _ACEOF
7655 cat confdefs.h >>conftest.$ac_ext
7656 cat >>conftest.$ac_ext <<_ACEOF
7657 /* end confdefs.h.  */
7658
7659 int
7660 main ()
7661 {
7662
7663   ;
7664   return 0;
7665 }
7666 _ACEOF
7667 rm -f conftest.$ac_objext conftest$ac_exeext
7668 if { (ac_try="$ac_link"
7669 case "(($ac_try" in
7670   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7671   *) ac_try_echo=$ac_try;;
7672 esac
7673 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7674 $as_echo "$ac_try_echo") >&5
7675   (eval "$ac_link") 2>conftest.er1
7676   ac_status=$?
7677   grep -v '^ *+' conftest.er1 >conftest.err
7678   rm -f conftest.er1
7679   cat conftest.err >&5
7680   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7681   (exit $ac_status); } && {
7682          test -z "$ac_c_werror_flag" ||
7683          test ! -s conftest.err
7684        } && test -s conftest$ac_exeext && {
7685          test "$cross_compiling" = yes ||
7686          $as_test_x conftest$ac_exeext
7687        }; then
7688   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7689 else
7690   $as_echo "$as_me: failed program was:" >&5
7691 sed 's/^/| /' conftest.$ac_ext >&5
7692
7693         ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7694 fi
7695
7696 rm -rf conftest.dSYM
7697 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7698       conftest$ac_exeext conftest.$ac_ext
7699 CFLAGS=$ac_wine_try_cflags_saved
7700 fi
7701 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7702 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7703 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7704   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7705 fi
7706
7707       rm -f conftest.map
7708
7709       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7710 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
7711 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7712   $as_echo_n "(cached) " >&6
7713 else
7714   ac_wine_try_cflags_saved=$CFLAGS
7715 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7716 cat >conftest.$ac_ext <<_ACEOF
7717 /* confdefs.h.  */
7718 _ACEOF
7719 cat confdefs.h >>conftest.$ac_ext
7720 cat >>conftest.$ac_ext <<_ACEOF
7721 /* end confdefs.h.  */
7722
7723 int
7724 main ()
7725 {
7726
7727   ;
7728   return 0;
7729 }
7730 _ACEOF
7731 rm -f conftest.$ac_objext conftest$ac_exeext
7732 if { (ac_try="$ac_link"
7733 case "(($ac_try" in
7734   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7735   *) ac_try_echo=$ac_try;;
7736 esac
7737 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7738 $as_echo "$ac_try_echo") >&5
7739   (eval "$ac_link") 2>conftest.er1
7740   ac_status=$?
7741   grep -v '^ *+' conftest.er1 >conftest.err
7742   rm -f conftest.er1
7743   cat conftest.err >&5
7744   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7745   (exit $ac_status); } && {
7746          test -z "$ac_c_werror_flag" ||
7747          test ! -s conftest.err
7748        } && test -s conftest$ac_exeext && {
7749          test "$cross_compiling" = yes ||
7750          $as_test_x conftest$ac_exeext
7751        }; then
7752   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7753 else
7754   $as_echo "$as_me: failed program was:" >&5
7755 sed 's/^/| /' conftest.$ac_ext >&5
7756
7757         ac_cv_cflags__fPIC__Wl___export_dynamic=no
7758 fi
7759
7760 rm -rf conftest.dSYM
7761 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7762       conftest$ac_exeext conftest.$ac_ext
7763 CFLAGS=$ac_wine_try_cflags_saved
7764 fi
7765 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7766 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7767 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7768   LDEXECFLAGS="-Wl,--export-dynamic"
7769
7770 fi
7771
7772
7773       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7774 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7775 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
7776 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7777   $as_echo_n "(cached) " >&6
7778 else
7779   ac_wine_try_cflags_saved=$CFLAGS
7780 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7781 cat >conftest.$ac_ext <<_ACEOF
7782 /* confdefs.h.  */
7783 _ACEOF
7784 cat confdefs.h >>conftest.$ac_ext
7785 cat >>conftest.$ac_ext <<_ACEOF
7786 /* end confdefs.h.  */
7787
7788 int
7789 main ()
7790 {
7791
7792   ;
7793   return 0;
7794 }
7795 _ACEOF
7796 rm -f conftest.$ac_objext conftest$ac_exeext
7797 if { (ac_try="$ac_link"
7798 case "(($ac_try" in
7799   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7800   *) ac_try_echo=$ac_try;;
7801 esac
7802 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7803 $as_echo "$ac_try_echo") >&5
7804   (eval "$ac_link") 2>conftest.er1
7805   ac_status=$?
7806   grep -v '^ *+' conftest.er1 >conftest.err
7807   rm -f conftest.er1
7808   cat conftest.err >&5
7809   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7810   (exit $ac_status); } && {
7811          test -z "$ac_c_werror_flag" ||
7812          test ! -s conftest.err
7813        } && test -s conftest$ac_exeext && {
7814          test "$cross_compiling" = yes ||
7815          $as_test_x conftest$ac_exeext
7816        }; then
7817   eval "$as_ac_var=yes"
7818 else
7819   $as_echo "$as_me: failed program was:" >&5
7820 sed 's/^/| /' conftest.$ac_ext >&5
7821
7822         eval "$as_ac_var=no"
7823 fi
7824
7825 rm -rf conftest.dSYM
7826 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7827       conftest$ac_exeext conftest.$ac_ext
7828 CFLAGS=$ac_wine_try_cflags_saved
7829 fi
7830 ac_res=`eval 'as_val=${'$as_ac_var'}
7831                  $as_echo "$as_val"'`
7832                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7833 $as_echo "$ac_res" >&6; }
7834 if test `eval 'as_val=${'$as_ac_var'}
7835                  $as_echo "$as_val"'` = yes; then
7836   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7837                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7838 else
7839   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
7840 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
7841 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
7842 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7843   $as_echo_n "(cached) " >&6
7844 else
7845   ac_wine_try_cflags_saved=$CFLAGS
7846 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
7847 cat >conftest.$ac_ext <<_ACEOF
7848 /* confdefs.h.  */
7849 _ACEOF
7850 cat confdefs.h >>conftest.$ac_ext
7851 cat >>conftest.$ac_ext <<_ACEOF
7852 /* end confdefs.h.  */
7853
7854 int
7855 main ()
7856 {
7857
7858   ;
7859   return 0;
7860 }
7861 _ACEOF
7862 rm -f conftest.$ac_objext conftest$ac_exeext
7863 if { (ac_try="$ac_link"
7864 case "(($ac_try" in
7865   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7866   *) ac_try_echo=$ac_try;;
7867 esac
7868 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7869 $as_echo "$ac_try_echo") >&5
7870   (eval "$ac_link") 2>conftest.er1
7871   ac_status=$?
7872   grep -v '^ *+' conftest.er1 >conftest.err
7873   rm -f conftest.er1
7874   cat conftest.err >&5
7875   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7876   (exit $ac_status); } && {
7877          test -z "$ac_c_werror_flag" ||
7878          test ! -s conftest.err
7879        } && test -s conftest$ac_exeext && {
7880          test "$cross_compiling" = yes ||
7881          $as_test_x conftest$ac_exeext
7882        }; then
7883   eval "$as_ac_var=yes"
7884 else
7885   $as_echo "$as_me: failed program was:" >&5
7886 sed 's/^/| /' conftest.$ac_ext >&5
7887
7888         eval "$as_ac_var=no"
7889 fi
7890
7891 rm -rf conftest.dSYM
7892 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7893       conftest$ac_exeext conftest.$ac_ext
7894 CFLAGS=$ac_wine_try_cflags_saved
7895 fi
7896 ac_res=`eval 'as_val=${'$as_ac_var'}
7897                  $as_echo "$as_val"'`
7898                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7899 $as_echo "$ac_res" >&6; }
7900 if test `eval 'as_val=${'$as_ac_var'}
7901                  $as_echo "$as_val"'` = yes; then
7902   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7903                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7904 fi
7905
7906 fi
7907
7908
7909       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
7910 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
7911 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
7912   $as_echo_n "(cached) " >&6
7913 else
7914   ac_wine_try_cflags_saved=$CFLAGS
7915 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
7916 cat >conftest.$ac_ext <<_ACEOF
7917 /* confdefs.h.  */
7918 _ACEOF
7919 cat confdefs.h >>conftest.$ac_ext
7920 cat >>conftest.$ac_ext <<_ACEOF
7921 /* end confdefs.h.  */
7922
7923 int
7924 main ()
7925 {
7926
7927   ;
7928   return 0;
7929 }
7930 _ACEOF
7931 rm -f conftest.$ac_objext conftest$ac_exeext
7932 if { (ac_try="$ac_link"
7933 case "(($ac_try" in
7934   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7935   *) ac_try_echo=$ac_try;;
7936 esac
7937 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7938 $as_echo "$ac_try_echo") >&5
7939   (eval "$ac_link") 2>conftest.er1
7940   ac_status=$?
7941   grep -v '^ *+' conftest.er1 >conftest.err
7942   rm -f conftest.er1
7943   cat conftest.err >&5
7944   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7945   (exit $ac_status); } && {
7946          test -z "$ac_c_werror_flag" ||
7947          test ! -s conftest.err
7948        } && test -s conftest$ac_exeext && {
7949          test "$cross_compiling" = yes ||
7950          $as_test_x conftest$ac_exeext
7951        }; then
7952   ac_cv_cflags__Wl___enable_new_dtags=yes
7953 else
7954   $as_echo "$as_me: failed program was:" >&5
7955 sed 's/^/| /' conftest.$ac_ext >&5
7956
7957         ac_cv_cflags__Wl___enable_new_dtags=no
7958 fi
7959
7960 rm -rf conftest.dSYM
7961 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7962       conftest$ac_exeext conftest.$ac_ext
7963 CFLAGS=$ac_wine_try_cflags_saved
7964 fi
7965 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
7966 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
7967 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
7968   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
7969 fi
7970
7971
7972       case $host_cpu in
7973         *i[3456789]86* | x86_64)
7974           { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
7975 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
7976 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
7977   $as_echo_n "(cached) " >&6
7978 else
7979   ac_wine_try_cflags_saved=$CFLAGS
7980 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
7981 cat >conftest.$ac_ext <<_ACEOF
7982 /* confdefs.h.  */
7983 _ACEOF
7984 cat confdefs.h >>conftest.$ac_ext
7985 cat >>conftest.$ac_ext <<_ACEOF
7986 /* end confdefs.h.  */
7987
7988 int
7989 main ()
7990 {
7991
7992   ;
7993   return 0;
7994 }
7995 _ACEOF
7996 rm -f conftest.$ac_objext conftest$ac_exeext
7997 if { (ac_try="$ac_link"
7998 case "(($ac_try" in
7999   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8000   *) ac_try_echo=$ac_try;;
8001 esac
8002 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8003 $as_echo "$ac_try_echo") >&5
8004   (eval "$ac_link") 2>conftest.er1
8005   ac_status=$?
8006   grep -v '^ *+' conftest.er1 >conftest.err
8007   rm -f conftest.er1
8008   cat conftest.err >&5
8009   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8010   (exit $ac_status); } && {
8011          test -z "$ac_c_werror_flag" ||
8012          test ! -s conftest.err
8013        } && test -s conftest$ac_exeext && {
8014          test "$cross_compiling" = yes ||
8015          $as_test_x conftest$ac_exeext
8016        }; then
8017   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8018 else
8019   $as_echo "$as_me: failed program was:" >&5
8020 sed 's/^/| /' conftest.$ac_ext >&5
8021
8022         ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8023 fi
8024
8025 rm -rf conftest.dSYM
8026 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8027       conftest$ac_exeext conftest.$ac_ext
8028 CFLAGS=$ac_wine_try_cflags_saved
8029 fi
8030 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8031 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8032 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8033   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8034 fi
8035
8036           ;;
8037       esac
8038
8039     else
8040       { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8041 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8042 if test "${ac_cv_c_dll_unixware+set}" = set; then
8043   $as_echo_n "(cached) " >&6
8044 else
8045   ac_wine_try_cflags_saved=$CFLAGS
8046 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8047 cat >conftest.$ac_ext <<_ACEOF
8048 void myfunc() {}
8049 _ACEOF
8050 rm -f conftest.$ac_objext conftest$ac_exeext
8051 if { (ac_try="$ac_link"
8052 case "(($ac_try" in
8053   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8054   *) ac_try_echo=$ac_try;;
8055 esac
8056 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8057 $as_echo "$ac_try_echo") >&5
8058   (eval "$ac_link") 2>conftest.er1
8059   ac_status=$?
8060   grep -v '^ *+' conftest.er1 >conftest.err
8061   rm -f conftest.er1
8062   cat conftest.err >&5
8063   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8064   (exit $ac_status); } && {
8065          test -z "$ac_c_werror_flag" ||
8066          test ! -s conftest.err
8067        } && test -s conftest$ac_exeext && {
8068          test "$cross_compiling" = yes ||
8069          $as_test_x conftest$ac_exeext
8070        }; then
8071   ac_cv_c_dll_unixware="yes"
8072 else
8073   $as_echo "$as_me: failed program was:" >&5
8074 sed 's/^/| /' conftest.$ac_ext >&5
8075
8076         ac_cv_c_dll_unixware="no"
8077 fi
8078
8079 rm -rf conftest.dSYM
8080 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8081       conftest$ac_exeext conftest.$ac_ext
8082 CFLAGS=$ac_wine_try_cflags_saved
8083 fi
8084 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8085 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8086       if test "$ac_cv_c_dll_unixware" = "yes"
8087       then
8088         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8089         LDDLLFLAGS="-Wl,-G,-B,symbolic"
8090
8091       else
8092         { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8093 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8094 if test "${ac_cv_c_dll_hpux+set}" = set; then
8095   $as_echo_n "(cached) " >&6
8096 else
8097   ac_wine_try_cflags_saved=$CFLAGS
8098 CFLAGS="$CFLAGS -shared"
8099 cat >conftest.$ac_ext <<_ACEOF
8100 void myfunc() {}
8101 _ACEOF
8102 rm -f conftest.$ac_objext conftest$ac_exeext
8103 if { (ac_try="$ac_link"
8104 case "(($ac_try" in
8105   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8106   *) ac_try_echo=$ac_try;;
8107 esac
8108 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8109 $as_echo "$ac_try_echo") >&5
8110   (eval "$ac_link") 2>conftest.er1
8111   ac_status=$?
8112   grep -v '^ *+' conftest.er1 >conftest.err
8113   rm -f conftest.er1
8114   cat conftest.err >&5
8115   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8116   (exit $ac_status); } && {
8117          test -z "$ac_c_werror_flag" ||
8118          test ! -s conftest.err
8119        } && test -s conftest$ac_exeext && {
8120          test "$cross_compiling" = yes ||
8121          $as_test_x conftest$ac_exeext
8122        }; then
8123   ac_cv_c_dll_hpux="yes"
8124 else
8125   $as_echo "$as_me: failed program was:" >&5
8126 sed 's/^/| /' conftest.$ac_ext >&5
8127
8128         ac_cv_c_dll_hpux="no"
8129 fi
8130
8131 rm -rf conftest.dSYM
8132 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8133       conftest$ac_exeext conftest.$ac_ext
8134 CFLAGS=$ac_wine_try_cflags_saved
8135 fi
8136 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8137 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8138         if test "$ac_cv_c_dll_hpux" = "yes"
8139         then
8140           LIBEXT="sl"
8141           DLLEXT=".sl"
8142           LDDLLFLAGS="-shared -fPIC"
8143           LDSHARED="\$(CC) -shared"
8144         fi
8145       fi
8146     fi
8147     ;;
8148 esac
8149
8150 enable_winequartz_drv=${enable_winequartz_drv:-no}
8151
8152 if test "$LIBEXT" = "a"; then
8153   { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8154 It is currently not possible to build Wine without shared library
8155 (.so) support to allow transparent switch between .so and .dll files.
8156 If you are using Linux, you will need a newer binutils.
8157 " >&5
8158 $as_echo "$as_me: error: could not find a way to build shared libraries.
8159 It is currently not possible to build Wine without shared library
8160 (.so) support to allow transparent switch between .so and .dll files.
8161 If you are using Linux, you will need a newer binutils.
8162 " >&2;}
8163    { (exit 1); exit 1; }; }
8164 fi
8165
8166 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8167 then
8168     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
8169 do
8170   # Extract the first word of "$ac_prog", so it can be a program name with args.
8171 set dummy $ac_prog; ac_word=$2
8172 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8173 $as_echo_n "checking for $ac_word... " >&6; }
8174 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8175   $as_echo_n "(cached) " >&6
8176 else
8177   if test -n "$CROSSCC"; then
8178   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8179 else
8180 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8181 for as_dir in $PATH
8182 do
8183   IFS=$as_save_IFS
8184   test -z "$as_dir" && as_dir=.
8185   for ac_exec_ext in '' $ac_executable_extensions; do
8186   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8187     ac_cv_prog_CROSSCC="$ac_prog"
8188     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8189     break 2
8190   fi
8191 done
8192 done
8193 IFS=$as_save_IFS
8194
8195 fi
8196 fi
8197 CROSSCC=$ac_cv_prog_CROSSCC
8198 if test -n "$CROSSCC"; then
8199   { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8200 $as_echo "$CROSSCC" >&6; }
8201 else
8202   { $as_echo "$as_me:$LINENO: result: no" >&5
8203 $as_echo "no" >&6; }
8204 fi
8205
8206
8207   test -n "$CROSSCC" && break
8208 done
8209 test -n "$CROSSCC" || CROSSCC="false"
8210
8211     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
8212 do
8213   # Extract the first word of "$ac_prog", so it can be a program name with args.
8214 set dummy $ac_prog; ac_word=$2
8215 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8216 $as_echo_n "checking for $ac_word... " >&6; }
8217 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8218   $as_echo_n "(cached) " >&6
8219 else
8220   if test -n "$DLLTOOL"; then
8221   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8222 else
8223 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8224 for as_dir in $PATH
8225 do
8226   IFS=$as_save_IFS
8227   test -z "$as_dir" && as_dir=.
8228   for ac_exec_ext in '' $ac_executable_extensions; do
8229   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8230     ac_cv_prog_DLLTOOL="$ac_prog"
8231     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8232     break 2
8233   fi
8234 done
8235 done
8236 IFS=$as_save_IFS
8237
8238 fi
8239 fi
8240 DLLTOOL=$ac_cv_prog_DLLTOOL
8241 if test -n "$DLLTOOL"; then
8242   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8243 $as_echo "$DLLTOOL" >&6; }
8244 else
8245   { $as_echo "$as_me:$LINENO: result: no" >&5
8246 $as_echo "no" >&6; }
8247 fi
8248
8249
8250   test -n "$DLLTOOL" && break
8251 done
8252 test -n "$DLLTOOL" || DLLTOOL="false"
8253
8254     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
8255 do
8256   # Extract the first word of "$ac_prog", so it can be a program name with args.
8257 set dummy $ac_prog; ac_word=$2
8258 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8259 $as_echo_n "checking for $ac_word... " >&6; }
8260 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8261   $as_echo_n "(cached) " >&6
8262 else
8263   if test -n "$MINGWAR"; then
8264   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8265 else
8266 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8267 for as_dir in $PATH
8268 do
8269   IFS=$as_save_IFS
8270   test -z "$as_dir" && as_dir=.
8271   for ac_exec_ext in '' $ac_executable_extensions; do
8272   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8273     ac_cv_prog_MINGWAR="$ac_prog"
8274     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8275     break 2
8276   fi
8277 done
8278 done
8279 IFS=$as_save_IFS
8280
8281 fi
8282 fi
8283 MINGWAR=$ac_cv_prog_MINGWAR
8284 if test -n "$MINGWAR"; then
8285   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8286 $as_echo "$MINGWAR" >&6; }
8287 else
8288   { $as_echo "$as_me:$LINENO: result: no" >&5
8289 $as_echo "no" >&6; }
8290 fi
8291
8292
8293   test -n "$MINGWAR" && break
8294 done
8295 test -n "$MINGWAR" || MINGWAR="false"
8296
8297     if test "$CROSSCC" != "false"
8298     then
8299         CROSSTEST="\$(CROSSTEST)"
8300
8301         CROSSTARGETFLAGS="-b `expr $CROSSCC : '\(.*\)-gcc'`"
8302
8303     fi
8304 fi
8305
8306
8307 if test "$ac_cv_header_pthread_h" = "yes"
8308 then
8309     { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8310 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8311 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8312   $as_echo_n "(cached) " >&6
8313 else
8314   ac_check_lib_save_LIBS=$LIBS
8315 LIBS="-lpthread  $LIBS"
8316 cat >conftest.$ac_ext <<_ACEOF
8317 /* confdefs.h.  */
8318 _ACEOF
8319 cat confdefs.h >>conftest.$ac_ext
8320 cat >>conftest.$ac_ext <<_ACEOF
8321 /* end confdefs.h.  */
8322
8323 /* Override any GCC internal prototype to avoid an error.
8324    Use char because int might match the return type of a GCC
8325    builtin and then its argument prototype would still apply.  */
8326 #ifdef __cplusplus
8327 extern "C"
8328 #endif
8329 char pthread_create ();
8330 int
8331 main ()
8332 {
8333 return pthread_create ();
8334   ;
8335   return 0;
8336 }
8337 _ACEOF
8338 rm -f conftest.$ac_objext conftest$ac_exeext
8339 if { (ac_try="$ac_link"
8340 case "(($ac_try" in
8341   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8342   *) ac_try_echo=$ac_try;;
8343 esac
8344 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8345 $as_echo "$ac_try_echo") >&5
8346   (eval "$ac_link") 2>conftest.er1
8347   ac_status=$?
8348   grep -v '^ *+' conftest.er1 >conftest.err
8349   rm -f conftest.er1
8350   cat conftest.err >&5
8351   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8352   (exit $ac_status); } && {
8353          test -z "$ac_c_werror_flag" ||
8354          test ! -s conftest.err
8355        } && test -s conftest$ac_exeext && {
8356          test "$cross_compiling" = yes ||
8357          $as_test_x conftest$ac_exeext
8358        }; then
8359   ac_cv_lib_pthread_pthread_create=yes
8360 else
8361   $as_echo "$as_me: failed program was:" >&5
8362 sed 's/^/| /' conftest.$ac_ext >&5
8363
8364         ac_cv_lib_pthread_pthread_create=no
8365 fi
8366
8367 rm -rf conftest.dSYM
8368 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8369       conftest$ac_exeext conftest.$ac_ext
8370 LIBS=$ac_check_lib_save_LIBS
8371 fi
8372 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8373 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8374 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8375   LIBPTHREAD="-lpthread"
8376
8377 fi
8378
8379 fi
8380 if test "x$LIBPTHREAD" = "x"; then
8381   case "x$with_pthread" in
8382   xno) ;;
8383   *)   { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8384 Wine cannot support threads without libpthread.
8385 Use the --without-pthread option if you really want this." >&5
8386 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8387 Wine cannot support threads without libpthread.
8388 Use the --without-pthread option if you really want this." >&2;}
8389    { (exit 1); exit 1; }; } ;;
8390 esac
8391 fi
8392
8393
8394
8395 { $as_echo "$as_me:$LINENO: checking for X" >&5
8396 $as_echo_n "checking for X... " >&6; }
8397
8398
8399 # Check whether --with-x was given.
8400 if test "${with_x+set}" = set; then
8401   withval=$with_x;
8402 fi
8403
8404 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8405 if test "x$with_x" = xno; then
8406   # The user explicitly disabled X.
8407   have_x=disabled
8408 else
8409   case $x_includes,$x_libraries in #(
8410     *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8411 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8412    { (exit 1); exit 1; }; };; #(
8413     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8414   $as_echo_n "(cached) " >&6
8415 else
8416   # One or both of the vars are not set, and there is no cached value.
8417 ac_x_includes=no ac_x_libraries=no
8418 rm -f -r conftest.dir
8419 if mkdir conftest.dir; then
8420   cd conftest.dir
8421   cat >Imakefile <<'_ACEOF'
8422 incroot:
8423         @echo incroot='${INCROOT}'
8424 usrlibdir:
8425         @echo usrlibdir='${USRLIBDIR}'
8426 libdir:
8427         @echo libdir='${LIBDIR}'
8428 _ACEOF
8429   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8430     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8431     for ac_var in incroot usrlibdir libdir; do
8432       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8433     done
8434     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8435     for ac_extension in a so sl dylib la dll; do
8436       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8437          test -f "$ac_im_libdir/libX11.$ac_extension"; then
8438         ac_im_usrlibdir=$ac_im_libdir; break
8439       fi
8440     done
8441     # Screen out bogus values from the imake configuration.  They are
8442     # bogus both because they are the default anyway, and because
8443     # using them would break gcc on systems where it needs fixed includes.
8444     case $ac_im_incroot in
8445         /usr/include) ac_x_includes= ;;
8446         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8447     esac
8448     case $ac_im_usrlibdir in
8449         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8450         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8451     esac
8452   fi
8453   cd ..
8454   rm -f -r conftest.dir
8455 fi
8456
8457 # Standard set of common directories for X headers.
8458 # Check X11 before X11Rn because it is often a symlink to the current release.
8459 ac_x_header_dirs='
8460 /usr/X11/include
8461 /usr/X11R6/include
8462 /usr/X11R5/include
8463 /usr/X11R4/include
8464
8465 /usr/include/X11
8466 /usr/include/X11R6
8467 /usr/include/X11R5
8468 /usr/include/X11R4
8469
8470 /usr/local/X11/include
8471 /usr/local/X11R6/include
8472 /usr/local/X11R5/include
8473 /usr/local/X11R4/include
8474
8475 /usr/local/include/X11
8476 /usr/local/include/X11R6
8477 /usr/local/include/X11R5
8478 /usr/local/include/X11R4
8479
8480 /usr/X386/include
8481 /usr/x386/include
8482 /usr/XFree86/include/X11
8483
8484 /usr/include
8485 /usr/local/include
8486 /usr/unsupported/include
8487 /usr/athena/include
8488 /usr/local/x11r5/include
8489 /usr/lpp/Xamples/include
8490
8491 /usr/openwin/include
8492 /usr/openwin/share/include'
8493
8494 if test "$ac_x_includes" = no; then
8495   # Guess where to find include files, by looking for Xlib.h.
8496   # First, try using that file with no special directory specified.
8497   cat >conftest.$ac_ext <<_ACEOF
8498 /* confdefs.h.  */
8499 _ACEOF
8500 cat confdefs.h >>conftest.$ac_ext
8501 cat >>conftest.$ac_ext <<_ACEOF
8502 /* end confdefs.h.  */
8503 #include <X11/Xlib.h>
8504 _ACEOF
8505 if { (ac_try="$ac_cpp conftest.$ac_ext"
8506 case "(($ac_try" in
8507   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8508   *) ac_try_echo=$ac_try;;
8509 esac
8510 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8511 $as_echo "$ac_try_echo") >&5
8512   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8513   ac_status=$?
8514   grep -v '^ *+' conftest.er1 >conftest.err
8515   rm -f conftest.er1
8516   cat conftest.err >&5
8517   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8518   (exit $ac_status); } >/dev/null && {
8519          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8520          test ! -s conftest.err
8521        }; then
8522   # We can compile using X headers with no special include directory.
8523 ac_x_includes=
8524 else
8525   $as_echo "$as_me: failed program was:" >&5
8526 sed 's/^/| /' conftest.$ac_ext >&5
8527
8528   for ac_dir in $ac_x_header_dirs; do
8529   if test -r "$ac_dir/X11/Xlib.h"; then
8530     ac_x_includes=$ac_dir
8531     break
8532   fi
8533 done
8534 fi
8535
8536 rm -f conftest.err conftest.$ac_ext
8537 fi # $ac_x_includes = no
8538
8539 if test "$ac_x_libraries" = no; then
8540   # Check for the libraries.
8541   # See if we find them without any special options.
8542   # Don't add to $LIBS permanently.
8543   ac_save_LIBS=$LIBS
8544   LIBS="-lX11 $LIBS"
8545   cat >conftest.$ac_ext <<_ACEOF
8546 /* confdefs.h.  */
8547 _ACEOF
8548 cat confdefs.h >>conftest.$ac_ext
8549 cat >>conftest.$ac_ext <<_ACEOF
8550 /* end confdefs.h.  */
8551 #include <X11/Xlib.h>
8552 int
8553 main ()
8554 {
8555 XrmInitialize ()
8556   ;
8557   return 0;
8558 }
8559 _ACEOF
8560 rm -f conftest.$ac_objext conftest$ac_exeext
8561 if { (ac_try="$ac_link"
8562 case "(($ac_try" in
8563   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8564   *) ac_try_echo=$ac_try;;
8565 esac
8566 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8567 $as_echo "$ac_try_echo") >&5
8568   (eval "$ac_link") 2>conftest.er1
8569   ac_status=$?
8570   grep -v '^ *+' conftest.er1 >conftest.err
8571   rm -f conftest.er1
8572   cat conftest.err >&5
8573   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8574   (exit $ac_status); } && {
8575          test -z "$ac_c_werror_flag" ||
8576          test ! -s conftest.err
8577        } && test -s conftest$ac_exeext && {
8578          test "$cross_compiling" = yes ||
8579          $as_test_x conftest$ac_exeext
8580        }; then
8581   LIBS=$ac_save_LIBS
8582 # We can link X programs with no special library path.
8583 ac_x_libraries=
8584 else
8585   $as_echo "$as_me: failed program was:" >&5
8586 sed 's/^/| /' conftest.$ac_ext >&5
8587
8588         LIBS=$ac_save_LIBS
8589 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8590 do
8591   # Don't even attempt the hair of trying to link an X program!
8592   for ac_extension in a so sl dylib la dll; do
8593     if test -r "$ac_dir/libX11.$ac_extension"; then
8594       ac_x_libraries=$ac_dir
8595       break 2
8596     fi
8597   done
8598 done
8599 fi
8600
8601 rm -rf conftest.dSYM
8602 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8603       conftest$ac_exeext conftest.$ac_ext
8604 fi # $ac_x_libraries = no
8605
8606 case $ac_x_includes,$ac_x_libraries in #(
8607   no,* | *,no | *\'*)
8608     # Didn't find X, or a directory has "'" in its name.
8609     ac_cv_have_x="have_x=no";; #(
8610   *)
8611     # Record where we found X for the cache.
8612     ac_cv_have_x="have_x=yes\
8613         ac_x_includes='$ac_x_includes'\
8614         ac_x_libraries='$ac_x_libraries'"
8615 esac
8616 fi
8617 ;; #(
8618     *) have_x=yes;;
8619   esac
8620   eval "$ac_cv_have_x"
8621 fi # $with_x != no
8622
8623 if test "$have_x" != yes; then
8624   { $as_echo "$as_me:$LINENO: result: $have_x" >&5
8625 $as_echo "$have_x" >&6; }
8626   no_x=yes
8627 else
8628   # If each of the values was on the command line, it overrides each guess.
8629   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8630   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8631   # Update the cache value to reflect the command line values.
8632   ac_cv_have_x="have_x=yes\
8633         ac_x_includes='$x_includes'\
8634         ac_x_libraries='$x_libraries'"
8635   { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8636 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
8637 fi
8638
8639 if test "$no_x" = yes; then
8640   # Not all programs may use this symbol, but it does not hurt to define it.
8641
8642 cat >>confdefs.h <<\_ACEOF
8643 #define X_DISPLAY_MISSING 1
8644 _ACEOF
8645
8646   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8647 else
8648   if test -n "$x_includes"; then
8649     X_CFLAGS="$X_CFLAGS -I$x_includes"
8650   fi
8651
8652   # It would also be nice to do this for all -L options, not just this one.
8653   if test -n "$x_libraries"; then
8654     X_LIBS="$X_LIBS -L$x_libraries"
8655     # For Solaris; some versions of Sun CC require a space after -R and
8656     # others require no space.  Words are not sufficient . . . .
8657     { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8658 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
8659     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8660     ac_xsave_c_werror_flag=$ac_c_werror_flag
8661     ac_c_werror_flag=yes
8662     cat >conftest.$ac_ext <<_ACEOF
8663 /* confdefs.h.  */
8664 _ACEOF
8665 cat confdefs.h >>conftest.$ac_ext
8666 cat >>conftest.$ac_ext <<_ACEOF
8667 /* end confdefs.h.  */
8668
8669 int
8670 main ()
8671 {
8672
8673   ;
8674   return 0;
8675 }
8676 _ACEOF
8677 rm -f conftest.$ac_objext conftest$ac_exeext
8678 if { (ac_try="$ac_link"
8679 case "(($ac_try" in
8680   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8681   *) ac_try_echo=$ac_try;;
8682 esac
8683 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8684 $as_echo "$ac_try_echo") >&5
8685   (eval "$ac_link") 2>conftest.er1
8686   ac_status=$?
8687   grep -v '^ *+' conftest.er1 >conftest.err
8688   rm -f conftest.er1
8689   cat conftest.err >&5
8690   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8691   (exit $ac_status); } && {
8692          test -z "$ac_c_werror_flag" ||
8693          test ! -s conftest.err
8694        } && test -s conftest$ac_exeext && {
8695          test "$cross_compiling" = yes ||
8696          $as_test_x conftest$ac_exeext
8697        }; then
8698   { $as_echo "$as_me:$LINENO: result: no" >&5
8699 $as_echo "no" >&6; }
8700        X_LIBS="$X_LIBS -R$x_libraries"
8701 else
8702   $as_echo "$as_me: failed program was:" >&5
8703 sed 's/^/| /' conftest.$ac_ext >&5
8704
8705         LIBS="$ac_xsave_LIBS -R $x_libraries"
8706        cat >conftest.$ac_ext <<_ACEOF
8707 /* confdefs.h.  */
8708 _ACEOF
8709 cat confdefs.h >>conftest.$ac_ext
8710 cat >>conftest.$ac_ext <<_ACEOF
8711 /* end confdefs.h.  */
8712
8713 int
8714 main ()
8715 {
8716
8717   ;
8718   return 0;
8719 }
8720 _ACEOF
8721 rm -f conftest.$ac_objext conftest$ac_exeext
8722 if { (ac_try="$ac_link"
8723 case "(($ac_try" in
8724   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8725   *) ac_try_echo=$ac_try;;
8726 esac
8727 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8728 $as_echo "$ac_try_echo") >&5
8729   (eval "$ac_link") 2>conftest.er1
8730   ac_status=$?
8731   grep -v '^ *+' conftest.er1 >conftest.err
8732   rm -f conftest.er1
8733   cat conftest.err >&5
8734   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8735   (exit $ac_status); } && {
8736          test -z "$ac_c_werror_flag" ||
8737          test ! -s conftest.err
8738        } && test -s conftest$ac_exeext && {
8739          test "$cross_compiling" = yes ||
8740          $as_test_x conftest$ac_exeext
8741        }; then
8742   { $as_echo "$as_me:$LINENO: result: yes" >&5
8743 $as_echo "yes" >&6; }
8744           X_LIBS="$X_LIBS -R $x_libraries"
8745 else
8746   $as_echo "$as_me: failed program was:" >&5
8747 sed 's/^/| /' conftest.$ac_ext >&5
8748
8749         { $as_echo "$as_me:$LINENO: result: neither works" >&5
8750 $as_echo "neither works" >&6; }
8751 fi
8752
8753 rm -rf conftest.dSYM
8754 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8755       conftest$ac_exeext conftest.$ac_ext
8756 fi
8757
8758 rm -rf conftest.dSYM
8759 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8760       conftest$ac_exeext conftest.$ac_ext
8761     ac_c_werror_flag=$ac_xsave_c_werror_flag
8762     LIBS=$ac_xsave_LIBS
8763   fi
8764
8765   # Check for system-dependent libraries X programs must link with.
8766   # Do this before checking for the system-independent R6 libraries
8767   # (-lICE), since we may need -lsocket or whatever for X linking.
8768
8769   if test "$ISC" = yes; then
8770     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
8771   else
8772     # Martyn Johnson says this is needed for Ultrix, if the X
8773     # libraries were built with DECnet support.  And Karl Berry says
8774     # the Alpha needs dnet_stub (dnet does not exist).
8775     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
8776     cat >conftest.$ac_ext <<_ACEOF
8777 /* confdefs.h.  */
8778 _ACEOF
8779 cat confdefs.h >>conftest.$ac_ext
8780 cat >>conftest.$ac_ext <<_ACEOF
8781 /* end confdefs.h.  */
8782
8783 /* Override any GCC internal prototype to avoid an error.
8784    Use char because int might match the return type of a GCC
8785    builtin and then its argument prototype would still apply.  */
8786 #ifdef __cplusplus
8787 extern "C"
8788 #endif
8789 char XOpenDisplay ();
8790 int
8791 main ()
8792 {
8793 return XOpenDisplay ();
8794   ;
8795   return 0;
8796 }
8797 _ACEOF
8798 rm -f conftest.$ac_objext conftest$ac_exeext
8799 if { (ac_try="$ac_link"
8800 case "(($ac_try" in
8801   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8802   *) ac_try_echo=$ac_try;;
8803 esac
8804 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8805 $as_echo "$ac_try_echo") >&5
8806   (eval "$ac_link") 2>conftest.er1
8807   ac_status=$?
8808   grep -v '^ *+' conftest.er1 >conftest.err
8809   rm -f conftest.er1
8810   cat conftest.err >&5
8811   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8812   (exit $ac_status); } && {
8813          test -z "$ac_c_werror_flag" ||
8814          test ! -s conftest.err
8815        } && test -s conftest$ac_exeext && {
8816          test "$cross_compiling" = yes ||
8817          $as_test_x conftest$ac_exeext
8818        }; then
8819   :
8820 else
8821   $as_echo "$as_me: failed program was:" >&5
8822 sed 's/^/| /' conftest.$ac_ext >&5
8823
8824         { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
8825 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
8826 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
8827   $as_echo_n "(cached) " >&6
8828 else
8829   ac_check_lib_save_LIBS=$LIBS
8830 LIBS="-ldnet  $LIBS"
8831 cat >conftest.$ac_ext <<_ACEOF
8832 /* confdefs.h.  */
8833 _ACEOF
8834 cat confdefs.h >>conftest.$ac_ext
8835 cat >>conftest.$ac_ext <<_ACEOF
8836 /* end confdefs.h.  */
8837
8838 /* Override any GCC internal prototype to avoid an error.
8839    Use char because int might match the return type of a GCC
8840    builtin and then its argument prototype would still apply.  */
8841 #ifdef __cplusplus
8842 extern "C"
8843 #endif
8844 char dnet_ntoa ();
8845 int
8846 main ()
8847 {
8848 return dnet_ntoa ();
8849   ;
8850   return 0;
8851 }
8852 _ACEOF
8853 rm -f conftest.$ac_objext conftest$ac_exeext
8854 if { (ac_try="$ac_link"
8855 case "(($ac_try" in
8856   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8857   *) ac_try_echo=$ac_try;;
8858 esac
8859 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8860 $as_echo "$ac_try_echo") >&5
8861   (eval "$ac_link") 2>conftest.er1
8862   ac_status=$?
8863   grep -v '^ *+' conftest.er1 >conftest.err
8864   rm -f conftest.er1
8865   cat conftest.err >&5
8866   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8867   (exit $ac_status); } && {
8868          test -z "$ac_c_werror_flag" ||
8869          test ! -s conftest.err
8870        } && test -s conftest$ac_exeext && {
8871          test "$cross_compiling" = yes ||
8872          $as_test_x conftest$ac_exeext
8873        }; then
8874   ac_cv_lib_dnet_dnet_ntoa=yes
8875 else
8876   $as_echo "$as_me: failed program was:" >&5
8877 sed 's/^/| /' conftest.$ac_ext >&5
8878
8879         ac_cv_lib_dnet_dnet_ntoa=no
8880 fi
8881
8882 rm -rf conftest.dSYM
8883 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8884       conftest$ac_exeext conftest.$ac_ext
8885 LIBS=$ac_check_lib_save_LIBS
8886 fi
8887 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
8888 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
8889 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
8890   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
8891 fi
8892
8893     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
8894       { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
8895 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
8896 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
8897   $as_echo_n "(cached) " >&6
8898 else
8899   ac_check_lib_save_LIBS=$LIBS
8900 LIBS="-ldnet_stub  $LIBS"
8901 cat >conftest.$ac_ext <<_ACEOF
8902 /* confdefs.h.  */
8903 _ACEOF
8904 cat confdefs.h >>conftest.$ac_ext
8905 cat >>conftest.$ac_ext <<_ACEOF
8906 /* end confdefs.h.  */
8907
8908 /* Override any GCC internal prototype to avoid an error.
8909    Use char because int might match the return type of a GCC
8910    builtin and then its argument prototype would still apply.  */
8911 #ifdef __cplusplus
8912 extern "C"
8913 #endif
8914 char dnet_ntoa ();
8915 int
8916 main ()
8917 {
8918 return dnet_ntoa ();
8919   ;
8920   return 0;
8921 }
8922 _ACEOF
8923 rm -f conftest.$ac_objext conftest$ac_exeext
8924 if { (ac_try="$ac_link"
8925 case "(($ac_try" in
8926   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8927   *) ac_try_echo=$ac_try;;
8928 esac
8929 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8930 $as_echo "$ac_try_echo") >&5
8931   (eval "$ac_link") 2>conftest.er1
8932   ac_status=$?
8933   grep -v '^ *+' conftest.er1 >conftest.err
8934   rm -f conftest.er1
8935   cat conftest.err >&5
8936   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8937   (exit $ac_status); } && {
8938          test -z "$ac_c_werror_flag" ||
8939          test ! -s conftest.err
8940        } && test -s conftest$ac_exeext && {
8941          test "$cross_compiling" = yes ||
8942          $as_test_x conftest$ac_exeext
8943        }; then
8944   ac_cv_lib_dnet_stub_dnet_ntoa=yes
8945 else
8946   $as_echo "$as_me: failed program was:" >&5
8947 sed 's/^/| /' conftest.$ac_ext >&5
8948
8949         ac_cv_lib_dnet_stub_dnet_ntoa=no
8950 fi
8951
8952 rm -rf conftest.dSYM
8953 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8954       conftest$ac_exeext conftest.$ac_ext
8955 LIBS=$ac_check_lib_save_LIBS
8956 fi
8957 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
8958 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
8959 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
8960   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
8961 fi
8962
8963     fi
8964 fi
8965
8966 rm -rf conftest.dSYM
8967 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8968       conftest$ac_exeext conftest.$ac_ext
8969     LIBS="$ac_xsave_LIBS"
8970
8971     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
8972     # to get the SysV transport functions.
8973     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
8974     # needs -lnsl.
8975     # The nsl library prevents programs from opening the X display
8976     # on Irix 5.2, according to T.E. Dickey.
8977     # The functions gethostbyname, getservbyname, and inet_addr are
8978     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
8979     { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
8980 $as_echo_n "checking for gethostbyname... " >&6; }
8981 if test "${ac_cv_func_gethostbyname+set}" = set; then
8982   $as_echo_n "(cached) " >&6
8983 else
8984   cat >conftest.$ac_ext <<_ACEOF
8985 /* confdefs.h.  */
8986 _ACEOF
8987 cat confdefs.h >>conftest.$ac_ext
8988 cat >>conftest.$ac_ext <<_ACEOF
8989 /* end confdefs.h.  */
8990 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
8991    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
8992 #define gethostbyname innocuous_gethostbyname
8993
8994 /* System header to define __stub macros and hopefully few prototypes,
8995     which can conflict with char gethostbyname (); below.
8996     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8997     <limits.h> exists even on freestanding compilers.  */
8998
8999 #ifdef __STDC__
9000 # include <limits.h>
9001 #else
9002 # include <assert.h>
9003 #endif
9004
9005 #undef gethostbyname
9006
9007 /* Override any GCC internal prototype to avoid an error.
9008    Use char because int might match the return type of a GCC
9009    builtin and then its argument prototype would still apply.  */
9010 #ifdef __cplusplus
9011 extern "C"
9012 #endif
9013 char gethostbyname ();
9014 /* The GNU C library defines this for functions which it implements
9015     to always fail with ENOSYS.  Some functions are actually named
9016     something starting with __ and the normal name is an alias.  */
9017 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9018 choke me
9019 #endif
9020
9021 int
9022 main ()
9023 {
9024 return gethostbyname ();
9025   ;
9026   return 0;
9027 }
9028 _ACEOF
9029 rm -f conftest.$ac_objext conftest$ac_exeext
9030 if { (ac_try="$ac_link"
9031 case "(($ac_try" in
9032   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9033   *) ac_try_echo=$ac_try;;
9034 esac
9035 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9036 $as_echo "$ac_try_echo") >&5
9037   (eval "$ac_link") 2>conftest.er1
9038   ac_status=$?
9039   grep -v '^ *+' conftest.er1 >conftest.err
9040   rm -f conftest.er1
9041   cat conftest.err >&5
9042   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9043   (exit $ac_status); } && {
9044          test -z "$ac_c_werror_flag" ||
9045          test ! -s conftest.err
9046        } && test -s conftest$ac_exeext && {
9047          test "$cross_compiling" = yes ||
9048          $as_test_x conftest$ac_exeext
9049        }; then
9050   ac_cv_func_gethostbyname=yes
9051 else
9052   $as_echo "$as_me: failed program was:" >&5
9053 sed 's/^/| /' conftest.$ac_ext >&5
9054
9055         ac_cv_func_gethostbyname=no
9056 fi
9057
9058 rm -rf conftest.dSYM
9059 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9060       conftest$ac_exeext conftest.$ac_ext
9061 fi
9062 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9063 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9064
9065     if test $ac_cv_func_gethostbyname = no; then
9066       { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9067 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9068 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9069   $as_echo_n "(cached) " >&6
9070 else
9071   ac_check_lib_save_LIBS=$LIBS
9072 LIBS="-lnsl  $LIBS"
9073 cat >conftest.$ac_ext <<_ACEOF
9074 /* confdefs.h.  */
9075 _ACEOF
9076 cat confdefs.h >>conftest.$ac_ext
9077 cat >>conftest.$ac_ext <<_ACEOF
9078 /* end confdefs.h.  */
9079
9080 /* Override any GCC internal prototype to avoid an error.
9081    Use char because int might match the return type of a GCC
9082    builtin and then its argument prototype would still apply.  */
9083 #ifdef __cplusplus
9084 extern "C"
9085 #endif
9086 char gethostbyname ();
9087 int
9088 main ()
9089 {
9090 return gethostbyname ();
9091   ;
9092   return 0;
9093 }
9094 _ACEOF
9095 rm -f conftest.$ac_objext conftest$ac_exeext
9096 if { (ac_try="$ac_link"
9097 case "(($ac_try" in
9098   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9099   *) ac_try_echo=$ac_try;;
9100 esac
9101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9102 $as_echo "$ac_try_echo") >&5
9103   (eval "$ac_link") 2>conftest.er1
9104   ac_status=$?
9105   grep -v '^ *+' conftest.er1 >conftest.err
9106   rm -f conftest.er1
9107   cat conftest.err >&5
9108   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9109   (exit $ac_status); } && {
9110          test -z "$ac_c_werror_flag" ||
9111          test ! -s conftest.err
9112        } && test -s conftest$ac_exeext && {
9113          test "$cross_compiling" = yes ||
9114          $as_test_x conftest$ac_exeext
9115        }; then
9116   ac_cv_lib_nsl_gethostbyname=yes
9117 else
9118   $as_echo "$as_me: failed program was:" >&5
9119 sed 's/^/| /' conftest.$ac_ext >&5
9120
9121         ac_cv_lib_nsl_gethostbyname=no
9122 fi
9123
9124 rm -rf conftest.dSYM
9125 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9126       conftest$ac_exeext conftest.$ac_ext
9127 LIBS=$ac_check_lib_save_LIBS
9128 fi
9129 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9130 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9131 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9132   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9133 fi
9134
9135       if test $ac_cv_lib_nsl_gethostbyname = no; then
9136         { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9137 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9138 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9139   $as_echo_n "(cached) " >&6
9140 else
9141   ac_check_lib_save_LIBS=$LIBS
9142 LIBS="-lbsd  $LIBS"
9143 cat >conftest.$ac_ext <<_ACEOF
9144 /* confdefs.h.  */
9145 _ACEOF
9146 cat confdefs.h >>conftest.$ac_ext
9147 cat >>conftest.$ac_ext <<_ACEOF
9148 /* end confdefs.h.  */
9149
9150 /* Override any GCC internal prototype to avoid an error.
9151    Use char because int might match the return type of a GCC
9152    builtin and then its argument prototype would still apply.  */
9153 #ifdef __cplusplus
9154 extern "C"
9155 #endif
9156 char gethostbyname ();
9157 int
9158 main ()
9159 {
9160 return gethostbyname ();
9161   ;
9162   return 0;
9163 }
9164 _ACEOF
9165 rm -f conftest.$ac_objext conftest$ac_exeext
9166 if { (ac_try="$ac_link"
9167 case "(($ac_try" in
9168   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9169   *) ac_try_echo=$ac_try;;
9170 esac
9171 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9172 $as_echo "$ac_try_echo") >&5
9173   (eval "$ac_link") 2>conftest.er1
9174   ac_status=$?
9175   grep -v '^ *+' conftest.er1 >conftest.err
9176   rm -f conftest.er1
9177   cat conftest.err >&5
9178   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9179   (exit $ac_status); } && {
9180          test -z "$ac_c_werror_flag" ||
9181          test ! -s conftest.err
9182        } && test -s conftest$ac_exeext && {
9183          test "$cross_compiling" = yes ||
9184          $as_test_x conftest$ac_exeext
9185        }; then
9186   ac_cv_lib_bsd_gethostbyname=yes
9187 else
9188   $as_echo "$as_me: failed program was:" >&5
9189 sed 's/^/| /' conftest.$ac_ext >&5
9190
9191         ac_cv_lib_bsd_gethostbyname=no
9192 fi
9193
9194 rm -rf conftest.dSYM
9195 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9196       conftest$ac_exeext conftest.$ac_ext
9197 LIBS=$ac_check_lib_save_LIBS
9198 fi
9199 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9200 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9201 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9202   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9203 fi
9204
9205       fi
9206     fi
9207
9208     # lieder@skyler.mavd.honeywell.com says without -lsocket,
9209     # socket/setsockopt and other routines are undefined under SCO ODT
9210     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
9211     # on later versions), says Simon Leinen: it contains gethostby*
9212     # variants that don't use the name server (or something).  -lsocket
9213     # must be given before -lnsl if both are needed.  We assume that
9214     # if connect needs -lnsl, so does gethostbyname.
9215     { $as_echo "$as_me:$LINENO: checking for connect" >&5
9216 $as_echo_n "checking for connect... " >&6; }
9217 if test "${ac_cv_func_connect+set}" = set; then
9218   $as_echo_n "(cached) " >&6
9219 else
9220   cat >conftest.$ac_ext <<_ACEOF
9221 /* confdefs.h.  */
9222 _ACEOF
9223 cat confdefs.h >>conftest.$ac_ext
9224 cat >>conftest.$ac_ext <<_ACEOF
9225 /* end confdefs.h.  */
9226 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9227    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9228 #define connect innocuous_connect
9229
9230 /* System header to define __stub macros and hopefully few prototypes,
9231     which can conflict with char connect (); below.
9232     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9233     <limits.h> exists even on freestanding compilers.  */
9234
9235 #ifdef __STDC__
9236 # include <limits.h>
9237 #else
9238 # include <assert.h>
9239 #endif
9240
9241 #undef connect
9242
9243 /* Override any GCC internal prototype to avoid an error.
9244    Use char because int might match the return type of a GCC
9245    builtin and then its argument prototype would still apply.  */
9246 #ifdef __cplusplus
9247 extern "C"
9248 #endif
9249 char connect ();
9250 /* The GNU C library defines this for functions which it implements
9251     to always fail with ENOSYS.  Some functions are actually named
9252     something starting with __ and the normal name is an alias.  */
9253 #if defined __stub_connect || defined __stub___connect
9254 choke me
9255 #endif
9256
9257 int
9258 main ()
9259 {
9260 return connect ();
9261   ;
9262   return 0;
9263 }
9264 _ACEOF
9265 rm -f conftest.$ac_objext conftest$ac_exeext
9266 if { (ac_try="$ac_link"
9267 case "(($ac_try" in
9268   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9269   *) ac_try_echo=$ac_try;;
9270 esac
9271 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9272 $as_echo "$ac_try_echo") >&5
9273   (eval "$ac_link") 2>conftest.er1
9274   ac_status=$?
9275   grep -v '^ *+' conftest.er1 >conftest.err
9276   rm -f conftest.er1
9277   cat conftest.err >&5
9278   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9279   (exit $ac_status); } && {
9280          test -z "$ac_c_werror_flag" ||
9281          test ! -s conftest.err
9282        } && test -s conftest$ac_exeext && {
9283          test "$cross_compiling" = yes ||
9284          $as_test_x conftest$ac_exeext
9285        }; then
9286   ac_cv_func_connect=yes
9287 else
9288   $as_echo "$as_me: failed program was:" >&5
9289 sed 's/^/| /' conftest.$ac_ext >&5
9290
9291         ac_cv_func_connect=no
9292 fi
9293
9294 rm -rf conftest.dSYM
9295 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9296       conftest$ac_exeext conftest.$ac_ext
9297 fi
9298 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9299 $as_echo "$ac_cv_func_connect" >&6; }
9300
9301     if test $ac_cv_func_connect = no; then
9302       { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9303 $as_echo_n "checking for connect in -lsocket... " >&6; }
9304 if test "${ac_cv_lib_socket_connect+set}" = set; then
9305   $as_echo_n "(cached) " >&6
9306 else
9307   ac_check_lib_save_LIBS=$LIBS
9308 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9309 cat >conftest.$ac_ext <<_ACEOF
9310 /* confdefs.h.  */
9311 _ACEOF
9312 cat confdefs.h >>conftest.$ac_ext
9313 cat >>conftest.$ac_ext <<_ACEOF
9314 /* end confdefs.h.  */
9315
9316 /* Override any GCC internal prototype to avoid an error.
9317    Use char because int might match the return type of a GCC
9318    builtin and then its argument prototype would still apply.  */
9319 #ifdef __cplusplus
9320 extern "C"
9321 #endif
9322 char connect ();
9323 int
9324 main ()
9325 {
9326 return connect ();
9327   ;
9328   return 0;
9329 }
9330 _ACEOF
9331 rm -f conftest.$ac_objext conftest$ac_exeext
9332 if { (ac_try="$ac_link"
9333 case "(($ac_try" in
9334   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9335   *) ac_try_echo=$ac_try;;
9336 esac
9337 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9338 $as_echo "$ac_try_echo") >&5
9339   (eval "$ac_link") 2>conftest.er1
9340   ac_status=$?
9341   grep -v '^ *+' conftest.er1 >conftest.err
9342   rm -f conftest.er1
9343   cat conftest.err >&5
9344   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9345   (exit $ac_status); } && {
9346          test -z "$ac_c_werror_flag" ||
9347          test ! -s conftest.err
9348        } && test -s conftest$ac_exeext && {
9349          test "$cross_compiling" = yes ||
9350          $as_test_x conftest$ac_exeext
9351        }; then
9352   ac_cv_lib_socket_connect=yes
9353 else
9354   $as_echo "$as_me: failed program was:" >&5
9355 sed 's/^/| /' conftest.$ac_ext >&5
9356
9357         ac_cv_lib_socket_connect=no
9358 fi
9359
9360 rm -rf conftest.dSYM
9361 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9362       conftest$ac_exeext conftest.$ac_ext
9363 LIBS=$ac_check_lib_save_LIBS
9364 fi
9365 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9366 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9367 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9368   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9369 fi
9370
9371     fi
9372
9373     # Guillermo Gomez says -lposix is necessary on A/UX.
9374     { $as_echo "$as_me:$LINENO: checking for remove" >&5
9375 $as_echo_n "checking for remove... " >&6; }
9376 if test "${ac_cv_func_remove+set}" = set; then
9377   $as_echo_n "(cached) " >&6
9378 else
9379   cat >conftest.$ac_ext <<_ACEOF
9380 /* confdefs.h.  */
9381 _ACEOF
9382 cat confdefs.h >>conftest.$ac_ext
9383 cat >>conftest.$ac_ext <<_ACEOF
9384 /* end confdefs.h.  */
9385 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9386    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9387 #define remove innocuous_remove
9388
9389 /* System header to define __stub macros and hopefully few prototypes,
9390     which can conflict with char remove (); below.
9391     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9392     <limits.h> exists even on freestanding compilers.  */
9393
9394 #ifdef __STDC__
9395 # include <limits.h>
9396 #else
9397 # include <assert.h>
9398 #endif
9399
9400 #undef remove
9401
9402 /* Override any GCC internal prototype to avoid an error.
9403    Use char because int might match the return type of a GCC
9404    builtin and then its argument prototype would still apply.  */
9405 #ifdef __cplusplus
9406 extern "C"
9407 #endif
9408 char remove ();
9409 /* The GNU C library defines this for functions which it implements
9410     to always fail with ENOSYS.  Some functions are actually named
9411     something starting with __ and the normal name is an alias.  */
9412 #if defined __stub_remove || defined __stub___remove
9413 choke me
9414 #endif
9415
9416 int
9417 main ()
9418 {
9419 return remove ();
9420   ;
9421   return 0;
9422 }
9423 _ACEOF
9424 rm -f conftest.$ac_objext conftest$ac_exeext
9425 if { (ac_try="$ac_link"
9426 case "(($ac_try" in
9427   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9428   *) ac_try_echo=$ac_try;;
9429 esac
9430 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9431 $as_echo "$ac_try_echo") >&5
9432   (eval "$ac_link") 2>conftest.er1
9433   ac_status=$?
9434   grep -v '^ *+' conftest.er1 >conftest.err
9435   rm -f conftest.er1
9436   cat conftest.err >&5
9437   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9438   (exit $ac_status); } && {
9439          test -z "$ac_c_werror_flag" ||
9440          test ! -s conftest.err
9441        } && test -s conftest$ac_exeext && {
9442          test "$cross_compiling" = yes ||
9443          $as_test_x conftest$ac_exeext
9444        }; then
9445   ac_cv_func_remove=yes
9446 else
9447   $as_echo "$as_me: failed program was:" >&5
9448 sed 's/^/| /' conftest.$ac_ext >&5
9449
9450         ac_cv_func_remove=no
9451 fi
9452
9453 rm -rf conftest.dSYM
9454 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9455       conftest$ac_exeext conftest.$ac_ext
9456 fi
9457 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9458 $as_echo "$ac_cv_func_remove" >&6; }
9459
9460     if test $ac_cv_func_remove = no; then
9461       { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9462 $as_echo_n "checking for remove in -lposix... " >&6; }
9463 if test "${ac_cv_lib_posix_remove+set}" = set; then
9464   $as_echo_n "(cached) " >&6
9465 else
9466   ac_check_lib_save_LIBS=$LIBS
9467 LIBS="-lposix  $LIBS"
9468 cat >conftest.$ac_ext <<_ACEOF
9469 /* confdefs.h.  */
9470 _ACEOF
9471 cat confdefs.h >>conftest.$ac_ext
9472 cat >>conftest.$ac_ext <<_ACEOF
9473 /* end confdefs.h.  */
9474
9475 /* Override any GCC internal prototype to avoid an error.
9476    Use char because int might match the return type of a GCC
9477    builtin and then its argument prototype would still apply.  */
9478 #ifdef __cplusplus
9479 extern "C"
9480 #endif
9481 char remove ();
9482 int
9483 main ()
9484 {
9485 return remove ();
9486   ;
9487   return 0;
9488 }
9489 _ACEOF
9490 rm -f conftest.$ac_objext conftest$ac_exeext
9491 if { (ac_try="$ac_link"
9492 case "(($ac_try" in
9493   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9494   *) ac_try_echo=$ac_try;;
9495 esac
9496 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9497 $as_echo "$ac_try_echo") >&5
9498   (eval "$ac_link") 2>conftest.er1
9499   ac_status=$?
9500   grep -v '^ *+' conftest.er1 >conftest.err
9501   rm -f conftest.er1
9502   cat conftest.err >&5
9503   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9504   (exit $ac_status); } && {
9505          test -z "$ac_c_werror_flag" ||
9506          test ! -s conftest.err
9507        } && test -s conftest$ac_exeext && {
9508          test "$cross_compiling" = yes ||
9509          $as_test_x conftest$ac_exeext
9510        }; then
9511   ac_cv_lib_posix_remove=yes
9512 else
9513   $as_echo "$as_me: failed program was:" >&5
9514 sed 's/^/| /' conftest.$ac_ext >&5
9515
9516         ac_cv_lib_posix_remove=no
9517 fi
9518
9519 rm -rf conftest.dSYM
9520 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9521       conftest$ac_exeext conftest.$ac_ext
9522 LIBS=$ac_check_lib_save_LIBS
9523 fi
9524 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9525 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9526 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9527   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9528 fi
9529
9530     fi
9531
9532     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9533     { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9534 $as_echo_n "checking for shmat... " >&6; }
9535 if test "${ac_cv_func_shmat+set}" = set; then
9536   $as_echo_n "(cached) " >&6
9537 else
9538   cat >conftest.$ac_ext <<_ACEOF
9539 /* confdefs.h.  */
9540 _ACEOF
9541 cat confdefs.h >>conftest.$ac_ext
9542 cat >>conftest.$ac_ext <<_ACEOF
9543 /* end confdefs.h.  */
9544 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9545    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9546 #define shmat innocuous_shmat
9547
9548 /* System header to define __stub macros and hopefully few prototypes,
9549     which can conflict with char shmat (); below.
9550     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9551     <limits.h> exists even on freestanding compilers.  */
9552
9553 #ifdef __STDC__
9554 # include <limits.h>
9555 #else
9556 # include <assert.h>
9557 #endif
9558
9559 #undef shmat
9560
9561 /* Override any GCC internal prototype to avoid an error.
9562    Use char because int might match the return type of a GCC
9563    builtin and then its argument prototype would still apply.  */
9564 #ifdef __cplusplus
9565 extern "C"
9566 #endif
9567 char shmat ();
9568 /* The GNU C library defines this for functions which it implements
9569     to always fail with ENOSYS.  Some functions are actually named
9570     something starting with __ and the normal name is an alias.  */
9571 #if defined __stub_shmat || defined __stub___shmat
9572 choke me
9573 #endif
9574
9575 int
9576 main ()
9577 {
9578 return shmat ();
9579   ;
9580   return 0;
9581 }
9582 _ACEOF
9583 rm -f conftest.$ac_objext conftest$ac_exeext
9584 if { (ac_try="$ac_link"
9585 case "(($ac_try" in
9586   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9587   *) ac_try_echo=$ac_try;;
9588 esac
9589 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9590 $as_echo "$ac_try_echo") >&5
9591   (eval "$ac_link") 2>conftest.er1
9592   ac_status=$?
9593   grep -v '^ *+' conftest.er1 >conftest.err
9594   rm -f conftest.er1
9595   cat conftest.err >&5
9596   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9597   (exit $ac_status); } && {
9598          test -z "$ac_c_werror_flag" ||
9599          test ! -s conftest.err
9600        } && test -s conftest$ac_exeext && {
9601          test "$cross_compiling" = yes ||
9602          $as_test_x conftest$ac_exeext
9603        }; then
9604   ac_cv_func_shmat=yes
9605 else
9606   $as_echo "$as_me: failed program was:" >&5
9607 sed 's/^/| /' conftest.$ac_ext >&5
9608
9609         ac_cv_func_shmat=no
9610 fi
9611
9612 rm -rf conftest.dSYM
9613 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9614       conftest$ac_exeext conftest.$ac_ext
9615 fi
9616 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9617 $as_echo "$ac_cv_func_shmat" >&6; }
9618
9619     if test $ac_cv_func_shmat = no; then
9620       { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9621 $as_echo_n "checking for shmat in -lipc... " >&6; }
9622 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9623   $as_echo_n "(cached) " >&6
9624 else
9625   ac_check_lib_save_LIBS=$LIBS
9626 LIBS="-lipc  $LIBS"
9627 cat >conftest.$ac_ext <<_ACEOF
9628 /* confdefs.h.  */
9629 _ACEOF
9630 cat confdefs.h >>conftest.$ac_ext
9631 cat >>conftest.$ac_ext <<_ACEOF
9632 /* end confdefs.h.  */
9633
9634 /* Override any GCC internal prototype to avoid an error.
9635    Use char because int might match the return type of a GCC
9636    builtin and then its argument prototype would still apply.  */
9637 #ifdef __cplusplus
9638 extern "C"
9639 #endif
9640 char shmat ();
9641 int
9642 main ()
9643 {
9644 return shmat ();
9645   ;
9646   return 0;
9647 }
9648 _ACEOF
9649 rm -f conftest.$ac_objext conftest$ac_exeext
9650 if { (ac_try="$ac_link"
9651 case "(($ac_try" in
9652   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9653   *) ac_try_echo=$ac_try;;
9654 esac
9655 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9656 $as_echo "$ac_try_echo") >&5
9657   (eval "$ac_link") 2>conftest.er1
9658   ac_status=$?
9659   grep -v '^ *+' conftest.er1 >conftest.err
9660   rm -f conftest.er1
9661   cat conftest.err >&5
9662   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9663   (exit $ac_status); } && {
9664          test -z "$ac_c_werror_flag" ||
9665          test ! -s conftest.err
9666        } && test -s conftest$ac_exeext && {
9667          test "$cross_compiling" = yes ||
9668          $as_test_x conftest$ac_exeext
9669        }; then
9670   ac_cv_lib_ipc_shmat=yes
9671 else
9672   $as_echo "$as_me: failed program was:" >&5
9673 sed 's/^/| /' conftest.$ac_ext >&5
9674
9675         ac_cv_lib_ipc_shmat=no
9676 fi
9677
9678 rm -rf conftest.dSYM
9679 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9680       conftest$ac_exeext conftest.$ac_ext
9681 LIBS=$ac_check_lib_save_LIBS
9682 fi
9683 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9684 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9685 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
9686   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9687 fi
9688
9689     fi
9690   fi
9691
9692   # Check for libraries that X11R6 Xt/Xaw programs need.
9693   ac_save_LDFLAGS=$LDFLAGS
9694   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9695   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9696   # check for ICE first), but we must link in the order -lSM -lICE or
9697   # we get undefined symbols.  So assume we have SM if we have ICE.
9698   # These have to be linked with before -lX11, unlike the other
9699   # libraries we check for below, so use a different variable.
9700   # John Interrante, Karl Berry
9701   { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9702 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9703 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9704   $as_echo_n "(cached) " >&6
9705 else
9706   ac_check_lib_save_LIBS=$LIBS
9707 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9708 cat >conftest.$ac_ext <<_ACEOF
9709 /* confdefs.h.  */
9710 _ACEOF
9711 cat confdefs.h >>conftest.$ac_ext
9712 cat >>conftest.$ac_ext <<_ACEOF
9713 /* end confdefs.h.  */
9714
9715 /* Override any GCC internal prototype to avoid an error.
9716    Use char because int might match the return type of a GCC
9717    builtin and then its argument prototype would still apply.  */
9718 #ifdef __cplusplus
9719 extern "C"
9720 #endif
9721 char IceConnectionNumber ();
9722 int
9723 main ()
9724 {
9725 return IceConnectionNumber ();
9726   ;
9727   return 0;
9728 }
9729 _ACEOF
9730 rm -f conftest.$ac_objext conftest$ac_exeext
9731 if { (ac_try="$ac_link"
9732 case "(($ac_try" in
9733   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9734   *) ac_try_echo=$ac_try;;
9735 esac
9736 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9737 $as_echo "$ac_try_echo") >&5
9738   (eval "$ac_link") 2>conftest.er1
9739   ac_status=$?
9740   grep -v '^ *+' conftest.er1 >conftest.err
9741   rm -f conftest.er1
9742   cat conftest.err >&5
9743   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9744   (exit $ac_status); } && {
9745          test -z "$ac_c_werror_flag" ||
9746          test ! -s conftest.err
9747        } && test -s conftest$ac_exeext && {
9748          test "$cross_compiling" = yes ||
9749          $as_test_x conftest$ac_exeext
9750        }; then
9751   ac_cv_lib_ICE_IceConnectionNumber=yes
9752 else
9753   $as_echo "$as_me: failed program was:" >&5
9754 sed 's/^/| /' conftest.$ac_ext >&5
9755
9756         ac_cv_lib_ICE_IceConnectionNumber=no
9757 fi
9758
9759 rm -rf conftest.dSYM
9760 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9761       conftest$ac_exeext conftest.$ac_ext
9762 LIBS=$ac_check_lib_save_LIBS
9763 fi
9764 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9765 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9766 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
9767   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9768 fi
9769
9770   LDFLAGS=$ac_save_LDFLAGS
9771
9772 fi
9773
9774
9775 if test "$have_x" = "yes"
9776 then
9777     XLIB="-lXext -lX11"
9778     ac_save_CPPFLAGS="$CPPFLAGS"
9779     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9780
9781     { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
9782 $as_echo_n "checking for -lX11... " >&6; }
9783 if test "${ac_cv_lib_soname_X11+set}" = set; then
9784   $as_echo_n "(cached) " >&6
9785 else
9786   ac_check_soname_save_LIBS=$LIBS
9787 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9788   cat >conftest.$ac_ext <<_ACEOF
9789 /* confdefs.h.  */
9790 _ACEOF
9791 cat confdefs.h >>conftest.$ac_ext
9792 cat >>conftest.$ac_ext <<_ACEOF
9793 /* end confdefs.h.  */
9794
9795 /* Override any GCC internal prototype to avoid an error.
9796    Use char because int might match the return type of a GCC
9797    builtin and then its argument prototype would still apply.  */
9798 #ifdef __cplusplus
9799 extern "C"
9800 #endif
9801 char XCreateWindow ();
9802 int
9803 main ()
9804 {
9805 return XCreateWindow ();
9806   ;
9807   return 0;
9808 }
9809 _ACEOF
9810 rm -f conftest.$ac_objext conftest$ac_exeext
9811 if { (ac_try="$ac_link"
9812 case "(($ac_try" in
9813   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9814   *) ac_try_echo=$ac_try;;
9815 esac
9816 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9817 $as_echo "$ac_try_echo") >&5
9818   (eval "$ac_link") 2>conftest.er1
9819   ac_status=$?
9820   grep -v '^ *+' conftest.er1 >conftest.err
9821   rm -f conftest.er1
9822   cat conftest.err >&5
9823   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9824   (exit $ac_status); } && {
9825          test -z "$ac_c_werror_flag" ||
9826          test ! -s conftest.err
9827        } && test -s conftest$ac_exeext && {
9828          test "$cross_compiling" = yes ||
9829          $as_test_x conftest$ac_exeext
9830        }; then
9831   case "$LIBEXT" in
9832     dll) ;;
9833     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'` ;;
9834     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
9835   esac
9836 else
9837   $as_echo "$as_me: failed program was:" >&5
9838 sed 's/^/| /' conftest.$ac_ext >&5
9839
9840
9841 fi
9842
9843 rm -rf conftest.dSYM
9844 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9845       conftest$ac_exeext conftest.$ac_ext
9846   LIBS=$ac_check_soname_save_LIBS
9847 fi
9848 if test "x$ac_cv_lib_soname_X11" = "x"; then
9849   { $as_echo "$as_me:$LINENO: result: not found" >&5
9850 $as_echo "not found" >&6; }
9851
9852 else
9853   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9854 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9855
9856 cat >>confdefs.h <<_ACEOF
9857 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9858 _ACEOF
9859
9860
9861 fi
9862
9863     { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
9864 $as_echo_n "checking for -lXext... " >&6; }
9865 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9866   $as_echo_n "(cached) " >&6
9867 else
9868   ac_check_soname_save_LIBS=$LIBS
9869 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9870   cat >conftest.$ac_ext <<_ACEOF
9871 /* confdefs.h.  */
9872 _ACEOF
9873 cat confdefs.h >>conftest.$ac_ext
9874 cat >>conftest.$ac_ext <<_ACEOF
9875 /* end confdefs.h.  */
9876
9877 /* Override any GCC internal prototype to avoid an error.
9878    Use char because int might match the return type of a GCC
9879    builtin and then its argument prototype would still apply.  */
9880 #ifdef __cplusplus
9881 extern "C"
9882 #endif
9883 char XextCreateExtension ();
9884 int
9885 main ()
9886 {
9887 return XextCreateExtension ();
9888   ;
9889   return 0;
9890 }
9891 _ACEOF
9892 rm -f conftest.$ac_objext conftest$ac_exeext
9893 if { (ac_try="$ac_link"
9894 case "(($ac_try" in
9895   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9896   *) ac_try_echo=$ac_try;;
9897 esac
9898 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9899 $as_echo "$ac_try_echo") >&5
9900   (eval "$ac_link") 2>conftest.er1
9901   ac_status=$?
9902   grep -v '^ *+' conftest.er1 >conftest.err
9903   rm -f conftest.er1
9904   cat conftest.err >&5
9905   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9906   (exit $ac_status); } && {
9907          test -z "$ac_c_werror_flag" ||
9908          test ! -s conftest.err
9909        } && test -s conftest$ac_exeext && {
9910          test "$cross_compiling" = yes ||
9911          $as_test_x conftest$ac_exeext
9912        }; then
9913   case "$LIBEXT" in
9914     dll) ;;
9915     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'` ;;
9916     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
9917   esac
9918 else
9919   $as_echo "$as_me: failed program was:" >&5
9920 sed 's/^/| /' conftest.$ac_ext >&5
9921
9922
9923 fi
9924
9925 rm -rf conftest.dSYM
9926 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9927       conftest$ac_exeext conftest.$ac_ext
9928   LIBS=$ac_check_soname_save_LIBS
9929 fi
9930 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9931   { $as_echo "$as_me:$LINENO: result: not found" >&5
9932 $as_echo "not found" >&6; }
9933
9934 else
9935   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9936 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
9937
9938 cat >>confdefs.h <<_ACEOF
9939 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9940 _ACEOF
9941
9942
9943 fi
9944
9945
9946
9947
9948
9949
9950
9951
9952
9953
9954
9955
9956
9957
9958 for ac_header in X11/Xlib.h \
9959                       X11/XKBlib.h \
9960                       X11/Xutil.h \
9961                       X11/Xcursor/Xcursor.h \
9962                       X11/extensions/shape.h \
9963                       X11/extensions/XInput.h \
9964                       X11/extensions/XShm.h \
9965                       X11/extensions/Xcomposite.h \
9966                       X11/extensions/Xinerama.h \
9967                       X11/extensions/Xrandr.h \
9968                       X11/extensions/Xrender.h \
9969                       X11/extensions/xf86vmode.h
9970 do
9971 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9972 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
9973 $as_echo_n "checking for $ac_header... " >&6; }
9974 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9975   $as_echo_n "(cached) " >&6
9976 else
9977   cat >conftest.$ac_ext <<_ACEOF
9978 /* confdefs.h.  */
9979 _ACEOF
9980 cat confdefs.h >>conftest.$ac_ext
9981 cat >>conftest.$ac_ext <<_ACEOF
9982 /* end confdefs.h.  */
9983 #ifdef HAVE_X11_XLIB_H
9984 # include <X11/Xlib.h>
9985 #endif
9986 #ifdef HAVE_X11_XUTIL_H
9987 # include <X11/Xutil.h>
9988 #endif
9989
9990 #include <$ac_header>
9991 _ACEOF
9992 rm -f conftest.$ac_objext
9993 if { (ac_try="$ac_compile"
9994 case "(($ac_try" in
9995   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9996   *) ac_try_echo=$ac_try;;
9997 esac
9998 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9999 $as_echo "$ac_try_echo") >&5
10000   (eval "$ac_compile") 2>conftest.er1
10001   ac_status=$?
10002   grep -v '^ *+' conftest.er1 >conftest.err
10003   rm -f conftest.er1
10004   cat conftest.err >&5
10005   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10006   (exit $ac_status); } && {
10007          test -z "$ac_c_werror_flag" ||
10008          test ! -s conftest.err
10009        } && test -s conftest.$ac_objext; then
10010   eval "$as_ac_Header=yes"
10011 else
10012   $as_echo "$as_me: failed program was:" >&5
10013 sed 's/^/| /' conftest.$ac_ext >&5
10014
10015         eval "$as_ac_Header=no"
10016 fi
10017
10018 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10019 fi
10020 ac_res=`eval 'as_val=${'$as_ac_Header'}
10021                  $as_echo "$as_val"'`
10022                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10023 $as_echo "$ac_res" >&6; }
10024 as_val=`eval 'as_val=${'$as_ac_Header'}
10025                  $as_echo "$as_val"'`
10026    if test "x$as_val" = x""yes; then
10027   cat >>confdefs.h <<_ACEOF
10028 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10029 _ACEOF
10030
10031 fi
10032
10033 done
10034
10035
10036                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10037         then
10038               { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10039 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10040 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10041   $as_echo_n "(cached) " >&6
10042 else
10043   ac_check_lib_save_LIBS=$LIBS
10044 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10045 cat >conftest.$ac_ext <<_ACEOF
10046 /* confdefs.h.  */
10047 _ACEOF
10048 cat confdefs.h >>conftest.$ac_ext
10049 cat >>conftest.$ac_ext <<_ACEOF
10050 /* end confdefs.h.  */
10051
10052 /* Override any GCC internal prototype to avoid an error.
10053    Use char because int might match the return type of a GCC
10054    builtin and then its argument prototype would still apply.  */
10055 #ifdef __cplusplus
10056 extern "C"
10057 #endif
10058 char XkbQueryExtension ();
10059 int
10060 main ()
10061 {
10062 return XkbQueryExtension ();
10063   ;
10064   return 0;
10065 }
10066 _ACEOF
10067 rm -f conftest.$ac_objext conftest$ac_exeext
10068 if { (ac_try="$ac_link"
10069 case "(($ac_try" in
10070   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10071   *) ac_try_echo=$ac_try;;
10072 esac
10073 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10074 $as_echo "$ac_try_echo") >&5
10075   (eval "$ac_link") 2>conftest.er1
10076   ac_status=$?
10077   grep -v '^ *+' conftest.er1 >conftest.err
10078   rm -f conftest.er1
10079   cat conftest.err >&5
10080   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10081   (exit $ac_status); } && {
10082          test -z "$ac_c_werror_flag" ||
10083          test ! -s conftest.err
10084        } && test -s conftest$ac_exeext && {
10085          test "$cross_compiling" = yes ||
10086          $as_test_x conftest$ac_exeext
10087        }; then
10088   ac_cv_lib_X11_XkbQueryExtension=yes
10089 else
10090   $as_echo "$as_me: failed program was:" >&5
10091 sed 's/^/| /' conftest.$ac_ext >&5
10092
10093         ac_cv_lib_X11_XkbQueryExtension=no
10094 fi
10095
10096 rm -rf conftest.dSYM
10097 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10098       conftest$ac_exeext conftest.$ac_ext
10099 LIBS=$ac_check_lib_save_LIBS
10100 fi
10101 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10102 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10103 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10104
10105 cat >>confdefs.h <<\_ACEOF
10106 #define HAVE_XKB 1
10107 _ACEOF
10108
10109 fi
10110
10111         fi
10112
10113                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10114         then
10115             { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10116 $as_echo_n "checking for -lXcursor... " >&6; }
10117 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10118   $as_echo_n "(cached) " >&6
10119 else
10120   ac_check_soname_save_LIBS=$LIBS
10121 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10122   cat >conftest.$ac_ext <<_ACEOF
10123 /* confdefs.h.  */
10124 _ACEOF
10125 cat confdefs.h >>conftest.$ac_ext
10126 cat >>conftest.$ac_ext <<_ACEOF
10127 /* end confdefs.h.  */
10128
10129 /* Override any GCC internal prototype to avoid an error.
10130    Use char because int might match the return type of a GCC
10131    builtin and then its argument prototype would still apply.  */
10132 #ifdef __cplusplus
10133 extern "C"
10134 #endif
10135 char XcursorImageLoadCursor ();
10136 int
10137 main ()
10138 {
10139 return XcursorImageLoadCursor ();
10140   ;
10141   return 0;
10142 }
10143 _ACEOF
10144 rm -f conftest.$ac_objext conftest$ac_exeext
10145 if { (ac_try="$ac_link"
10146 case "(($ac_try" in
10147   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10148   *) ac_try_echo=$ac_try;;
10149 esac
10150 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10151 $as_echo "$ac_try_echo") >&5
10152   (eval "$ac_link") 2>conftest.er1
10153   ac_status=$?
10154   grep -v '^ *+' conftest.er1 >conftest.err
10155   rm -f conftest.er1
10156   cat conftest.err >&5
10157   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10158   (exit $ac_status); } && {
10159          test -z "$ac_c_werror_flag" ||
10160          test ! -s conftest.err
10161        } && test -s conftest$ac_exeext && {
10162          test "$cross_compiling" = yes ||
10163          $as_test_x conftest$ac_exeext
10164        }; then
10165   case "$LIBEXT" in
10166     dll) ;;
10167     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'` ;;
10168     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10169   esac
10170 else
10171   $as_echo "$as_me: failed program was:" >&5
10172 sed 's/^/| /' conftest.$ac_ext >&5
10173
10174
10175 fi
10176
10177 rm -rf conftest.dSYM
10178 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10179       conftest$ac_exeext conftest.$ac_ext
10180   LIBS=$ac_check_soname_save_LIBS
10181 fi
10182 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10183   { $as_echo "$as_me:$LINENO: result: not found" >&5
10184 $as_echo "not found" >&6; }
10185
10186 else
10187   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10188 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10189
10190 cat >>confdefs.h <<_ACEOF
10191 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10192 _ACEOF
10193
10194
10195 fi
10196
10197         fi
10198         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10199   case "x$with_xcursor" in
10200   x)   wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10201   xno) ;;
10202   *)   { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10203 This is an error since --with-xcursor was requested." >&5
10204 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10205 This is an error since --with-xcursor was requested." >&2;}
10206    { (exit 1); exit 1; }; } ;;
10207 esac
10208 fi
10209
10210
10211                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10212         then
10213             { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10214 $as_echo_n "checking for -lXi... " >&6; }
10215 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10216   $as_echo_n "(cached) " >&6
10217 else
10218   ac_check_soname_save_LIBS=$LIBS
10219 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10220   cat >conftest.$ac_ext <<_ACEOF
10221 /* confdefs.h.  */
10222 _ACEOF
10223 cat confdefs.h >>conftest.$ac_ext
10224 cat >>conftest.$ac_ext <<_ACEOF
10225 /* end confdefs.h.  */
10226
10227 /* Override any GCC internal prototype to avoid an error.
10228    Use char because int might match the return type of a GCC
10229    builtin and then its argument prototype would still apply.  */
10230 #ifdef __cplusplus
10231 extern "C"
10232 #endif
10233 char XOpenDevice ();
10234 int
10235 main ()
10236 {
10237 return XOpenDevice ();
10238   ;
10239   return 0;
10240 }
10241 _ACEOF
10242 rm -f conftest.$ac_objext conftest$ac_exeext
10243 if { (ac_try="$ac_link"
10244 case "(($ac_try" in
10245   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10246   *) ac_try_echo=$ac_try;;
10247 esac
10248 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10249 $as_echo "$ac_try_echo") >&5
10250   (eval "$ac_link") 2>conftest.er1
10251   ac_status=$?
10252   grep -v '^ *+' conftest.er1 >conftest.err
10253   rm -f conftest.er1
10254   cat conftest.err >&5
10255   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10256   (exit $ac_status); } && {
10257          test -z "$ac_c_werror_flag" ||
10258          test ! -s conftest.err
10259        } && test -s conftest$ac_exeext && {
10260          test "$cross_compiling" = yes ||
10261          $as_test_x conftest$ac_exeext
10262        }; then
10263   case "$LIBEXT" in
10264     dll) ;;
10265     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'` ;;
10266     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10267   esac
10268 else
10269   $as_echo "$as_me: failed program was:" >&5
10270 sed 's/^/| /' conftest.$ac_ext >&5
10271
10272
10273 fi
10274
10275 rm -rf conftest.dSYM
10276 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10277       conftest$ac_exeext conftest.$ac_ext
10278   LIBS=$ac_check_soname_save_LIBS
10279 fi
10280 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10281   { $as_echo "$as_me:$LINENO: result: not found" >&5
10282 $as_echo "not found" >&6; }
10283
10284 else
10285   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10286 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10287
10288 cat >>confdefs.h <<_ACEOF
10289 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10290 _ACEOF
10291
10292
10293 fi
10294
10295         fi
10296         if test "x$ac_cv_lib_soname_Xi" = "x"; then
10297   case "x$with_xinput" in
10298   x)   wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10299   xno) ;;
10300   *)   { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10301 This is an error since --with-xinput was requested." >&5
10302 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10303 This is an error since --with-xinput was requested." >&2;}
10304    { (exit 1); exit 1; }; } ;;
10305 esac
10306 fi
10307
10308
10309                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10310         then
10311               { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10312 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10313 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10314   $as_echo_n "(cached) " >&6
10315 else
10316   ac_check_lib_save_LIBS=$LIBS
10317 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10318 cat >conftest.$ac_ext <<_ACEOF
10319 /* confdefs.h.  */
10320 _ACEOF
10321 cat confdefs.h >>conftest.$ac_ext
10322 cat >>conftest.$ac_ext <<_ACEOF
10323 /* end confdefs.h.  */
10324
10325 /* Override any GCC internal prototype to avoid an error.
10326    Use char because int might match the return type of a GCC
10327    builtin and then its argument prototype would still apply.  */
10328 #ifdef __cplusplus
10329 extern "C"
10330 #endif
10331 char XShmQueryExtension ();
10332 int
10333 main ()
10334 {
10335 return XShmQueryExtension ();
10336   ;
10337   return 0;
10338 }
10339 _ACEOF
10340 rm -f conftest.$ac_objext conftest$ac_exeext
10341 if { (ac_try="$ac_link"
10342 case "(($ac_try" in
10343   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10344   *) ac_try_echo=$ac_try;;
10345 esac
10346 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10347 $as_echo "$ac_try_echo") >&5
10348   (eval "$ac_link") 2>conftest.er1
10349   ac_status=$?
10350   grep -v '^ *+' conftest.er1 >conftest.err
10351   rm -f conftest.er1
10352   cat conftest.err >&5
10353   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10354   (exit $ac_status); } && {
10355          test -z "$ac_c_werror_flag" ||
10356          test ! -s conftest.err
10357        } && test -s conftest$ac_exeext && {
10358          test "$cross_compiling" = yes ||
10359          $as_test_x conftest$ac_exeext
10360        }; then
10361   ac_cv_lib_Xext_XShmQueryExtension=yes
10362 else
10363   $as_echo "$as_me: failed program was:" >&5
10364 sed 's/^/| /' conftest.$ac_ext >&5
10365
10366         ac_cv_lib_Xext_XShmQueryExtension=no
10367 fi
10368
10369 rm -rf conftest.dSYM
10370 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10371       conftest$ac_exeext conftest.$ac_ext
10372 LIBS=$ac_check_lib_save_LIBS
10373 fi
10374 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10375 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10376 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10377
10378 cat >>confdefs.h <<\_ACEOF
10379 #define HAVE_LIBXXSHM 1
10380 _ACEOF
10381
10382 fi
10383
10384         fi
10385         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10386   case "x$with_xshm" in
10387   x)   wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10388   xno) ;;
10389   *)   { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10390 This is an error since --with-xshm was requested." >&5
10391 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10392 This is an error since --with-xshm was requested." >&2;}
10393    { (exit 1); exit 1; }; } ;;
10394 esac
10395 fi
10396
10397
10398                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10399         then
10400               { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10401 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10402 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10403   $as_echo_n "(cached) " >&6
10404 else
10405   ac_check_lib_save_LIBS=$LIBS
10406 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10407 cat >conftest.$ac_ext <<_ACEOF
10408 /* confdefs.h.  */
10409 _ACEOF
10410 cat confdefs.h >>conftest.$ac_ext
10411 cat >>conftest.$ac_ext <<_ACEOF
10412 /* end confdefs.h.  */
10413
10414 /* Override any GCC internal prototype to avoid an error.
10415    Use char because int might match the return type of a GCC
10416    builtin and then its argument prototype would still apply.  */
10417 #ifdef __cplusplus
10418 extern "C"
10419 #endif
10420 char XShapeQueryExtension ();
10421 int
10422 main ()
10423 {
10424 return XShapeQueryExtension ();
10425   ;
10426   return 0;
10427 }
10428 _ACEOF
10429 rm -f conftest.$ac_objext conftest$ac_exeext
10430 if { (ac_try="$ac_link"
10431 case "(($ac_try" in
10432   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10433   *) ac_try_echo=$ac_try;;
10434 esac
10435 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10436 $as_echo "$ac_try_echo") >&5
10437   (eval "$ac_link") 2>conftest.er1
10438   ac_status=$?
10439   grep -v '^ *+' conftest.er1 >conftest.err
10440   rm -f conftest.er1
10441   cat conftest.err >&5
10442   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10443   (exit $ac_status); } && {
10444          test -z "$ac_c_werror_flag" ||
10445          test ! -s conftest.err
10446        } && test -s conftest$ac_exeext && {
10447          test "$cross_compiling" = yes ||
10448          $as_test_x conftest$ac_exeext
10449        }; then
10450   ac_cv_lib_Xext_XShapeQueryExtension=yes
10451 else
10452   $as_echo "$as_me: failed program was:" >&5
10453 sed 's/^/| /' conftest.$ac_ext >&5
10454
10455         ac_cv_lib_Xext_XShapeQueryExtension=no
10456 fi
10457
10458 rm -rf conftest.dSYM
10459 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10460       conftest$ac_exeext conftest.$ac_ext
10461 LIBS=$ac_check_lib_save_LIBS
10462 fi
10463 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10464 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10465 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10466
10467 cat >>confdefs.h <<\_ACEOF
10468 #define HAVE_LIBXSHAPE 1
10469 _ACEOF
10470
10471 fi
10472
10473         fi
10474         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10475   case "x$with_xshape" in
10476   x)   wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10477   xno) ;;
10478   *)   { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10479 This is an error since --with-xshape was requested." >&5
10480 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10481 This is an error since --with-xshape was requested." >&2;}
10482    { (exit 1); exit 1; }; } ;;
10483 esac
10484 fi
10485
10486
10487                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10488         then
10489             { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10490 $as_echo_n "checking for -lXxf86vm... " >&6; }
10491 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10492   $as_echo_n "(cached) " >&6
10493 else
10494   ac_check_soname_save_LIBS=$LIBS
10495 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10496   cat >conftest.$ac_ext <<_ACEOF
10497 /* confdefs.h.  */
10498 _ACEOF
10499 cat confdefs.h >>conftest.$ac_ext
10500 cat >>conftest.$ac_ext <<_ACEOF
10501 /* end confdefs.h.  */
10502
10503 /* Override any GCC internal prototype to avoid an error.
10504    Use char because int might match the return type of a GCC
10505    builtin and then its argument prototype would still apply.  */
10506 #ifdef __cplusplus
10507 extern "C"
10508 #endif
10509 char XF86VidModeQueryExtension ();
10510 int
10511 main ()
10512 {
10513 return XF86VidModeQueryExtension ();
10514   ;
10515   return 0;
10516 }
10517 _ACEOF
10518 rm -f conftest.$ac_objext conftest$ac_exeext
10519 if { (ac_try="$ac_link"
10520 case "(($ac_try" in
10521   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10522   *) ac_try_echo=$ac_try;;
10523 esac
10524 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10525 $as_echo "$ac_try_echo") >&5
10526   (eval "$ac_link") 2>conftest.er1
10527   ac_status=$?
10528   grep -v '^ *+' conftest.er1 >conftest.err
10529   rm -f conftest.er1
10530   cat conftest.err >&5
10531   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10532   (exit $ac_status); } && {
10533          test -z "$ac_c_werror_flag" ||
10534          test ! -s conftest.err
10535        } && test -s conftest$ac_exeext && {
10536          test "$cross_compiling" = yes ||
10537          $as_test_x conftest$ac_exeext
10538        }; then
10539   case "$LIBEXT" in
10540     dll) ;;
10541     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'` ;;
10542     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10543   esac
10544 else
10545   $as_echo "$as_me: failed program was:" >&5
10546 sed 's/^/| /' conftest.$ac_ext >&5
10547
10548
10549 fi
10550
10551 rm -rf conftest.dSYM
10552 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10553       conftest$ac_exeext conftest.$ac_ext
10554   LIBS=$ac_check_soname_save_LIBS
10555 fi
10556 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10557   { $as_echo "$as_me:$LINENO: result: not found" >&5
10558 $as_echo "not found" >&6; }
10559
10560 else
10561   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10562 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10563
10564 cat >>confdefs.h <<_ACEOF
10565 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10566 _ACEOF
10567
10568
10569 fi
10570
10571         fi
10572         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10573   case "x$with_xxf86vm" in
10574   x)   wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10575   xno) ;;
10576   *)   { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10577 This is an error since --with-xxf86vm was requested." >&5
10578 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10579 This is an error since --with-xxf86vm was requested." >&2;}
10580    { (exit 1); exit 1; }; } ;;
10581 esac
10582 fi
10583
10584
10585                 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"
10586         then
10587             { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10588 $as_echo_n "checking for -lXrender... " >&6; }
10589 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10590   $as_echo_n "(cached) " >&6
10591 else
10592   ac_check_soname_save_LIBS=$LIBS
10593 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10594   cat >conftest.$ac_ext <<_ACEOF
10595 /* confdefs.h.  */
10596 _ACEOF
10597 cat confdefs.h >>conftest.$ac_ext
10598 cat >>conftest.$ac_ext <<_ACEOF
10599 /* end confdefs.h.  */
10600
10601 /* Override any GCC internal prototype to avoid an error.
10602    Use char because int might match the return type of a GCC
10603    builtin and then its argument prototype would still apply.  */
10604 #ifdef __cplusplus
10605 extern "C"
10606 #endif
10607 char XRenderQueryExtension ();
10608 int
10609 main ()
10610 {
10611 return XRenderQueryExtension ();
10612   ;
10613   return 0;
10614 }
10615 _ACEOF
10616 rm -f conftest.$ac_objext conftest$ac_exeext
10617 if { (ac_try="$ac_link"
10618 case "(($ac_try" in
10619   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10620   *) ac_try_echo=$ac_try;;
10621 esac
10622 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10623 $as_echo "$ac_try_echo") >&5
10624   (eval "$ac_link") 2>conftest.er1
10625   ac_status=$?
10626   grep -v '^ *+' conftest.er1 >conftest.err
10627   rm -f conftest.er1
10628   cat conftest.err >&5
10629   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10630   (exit $ac_status); } && {
10631          test -z "$ac_c_werror_flag" ||
10632          test ! -s conftest.err
10633        } && test -s conftest$ac_exeext && {
10634          test "$cross_compiling" = yes ||
10635          $as_test_x conftest$ac_exeext
10636        }; then
10637   case "$LIBEXT" in
10638     dll) ;;
10639     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'` ;;
10640     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10641   esac
10642 else
10643   $as_echo "$as_me: failed program was:" >&5
10644 sed 's/^/| /' conftest.$ac_ext >&5
10645
10646
10647 fi
10648
10649 rm -rf conftest.dSYM
10650 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10651       conftest$ac_exeext conftest.$ac_ext
10652   LIBS=$ac_check_soname_save_LIBS
10653 fi
10654 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10655   { $as_echo "$as_me:$LINENO: result: not found" >&5
10656 $as_echo "not found" >&6; }
10657
10658 else
10659   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10660 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10661
10662 cat >>confdefs.h <<_ACEOF
10663 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10664 _ACEOF
10665
10666        { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10667 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10668 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10669   $as_echo_n "(cached) " >&6
10670 else
10671   ac_check_lib_save_LIBS=$LIBS
10672 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10673 cat >conftest.$ac_ext <<_ACEOF
10674 /* confdefs.h.  */
10675 _ACEOF
10676 cat confdefs.h >>conftest.$ac_ext
10677 cat >>conftest.$ac_ext <<_ACEOF
10678 /* end confdefs.h.  */
10679
10680 /* Override any GCC internal prototype to avoid an error.
10681    Use char because int might match the return type of a GCC
10682    builtin and then its argument prototype would still apply.  */
10683 #ifdef __cplusplus
10684 extern "C"
10685 #endif
10686 char XRenderSetPictureTransform ();
10687 int
10688 main ()
10689 {
10690 return XRenderSetPictureTransform ();
10691   ;
10692   return 0;
10693 }
10694 _ACEOF
10695 rm -f conftest.$ac_objext conftest$ac_exeext
10696 if { (ac_try="$ac_link"
10697 case "(($ac_try" in
10698   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10699   *) ac_try_echo=$ac_try;;
10700 esac
10701 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10702 $as_echo "$ac_try_echo") >&5
10703   (eval "$ac_link") 2>conftest.er1
10704   ac_status=$?
10705   grep -v '^ *+' conftest.er1 >conftest.err
10706   rm -f conftest.er1
10707   cat conftest.err >&5
10708   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10709   (exit $ac_status); } && {
10710          test -z "$ac_c_werror_flag" ||
10711          test ! -s conftest.err
10712        } && test -s conftest$ac_exeext && {
10713          test "$cross_compiling" = yes ||
10714          $as_test_x conftest$ac_exeext
10715        }; then
10716   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10717 else
10718   $as_echo "$as_me: failed program was:" >&5
10719 sed 's/^/| /' conftest.$ac_ext >&5
10720
10721         ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10722 fi
10723
10724 rm -rf conftest.dSYM
10725 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10726       conftest$ac_exeext conftest.$ac_ext
10727 LIBS=$ac_check_lib_save_LIBS
10728 fi
10729 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10730 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10731 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10732
10733 cat >>confdefs.h <<\_ACEOF
10734 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10735 _ACEOF
10736
10737 fi
10738
10739 fi
10740
10741
10742         fi
10743         if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10744   case "x$with_xrender" in
10745   x)   wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10746   xno) ;;
10747   *)   { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10748 This is an error since --with-xrender was requested." >&5
10749 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10750 This is an error since --with-xrender was requested." >&2;}
10751    { (exit 1); exit 1; }; } ;;
10752 esac
10753 fi
10754
10755
10756                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10757         then
10758                 cat >conftest.$ac_ext <<_ACEOF
10759 /* confdefs.h.  */
10760 _ACEOF
10761 cat confdefs.h >>conftest.$ac_ext
10762 cat >>conftest.$ac_ext <<_ACEOF
10763 /* end confdefs.h.  */
10764 #include <X11/Xlib.h>
10765 #include <X11/extensions/Xrandr.h>
10766 int
10767 main ()
10768 {
10769 static typeof(XRRSetScreenConfigAndRate) * func;
10770   ;
10771   return 0;
10772 }
10773 _ACEOF
10774 rm -f conftest.$ac_objext
10775 if { (ac_try="$ac_compile"
10776 case "(($ac_try" in
10777   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10778   *) ac_try_echo=$ac_try;;
10779 esac
10780 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10781 $as_echo "$ac_try_echo") >&5
10782   (eval "$ac_compile") 2>conftest.er1
10783   ac_status=$?
10784   grep -v '^ *+' conftest.er1 >conftest.err
10785   rm -f conftest.er1
10786   cat conftest.err >&5
10787   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10788   (exit $ac_status); } && {
10789          test -z "$ac_c_werror_flag" ||
10790          test ! -s conftest.err
10791        } && test -s conftest.$ac_objext; then
10792   { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
10793 $as_echo_n "checking for -lXrandr... " >&6; }
10794 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10795   $as_echo_n "(cached) " >&6
10796 else
10797   ac_check_soname_save_LIBS=$LIBS
10798 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10799   cat >conftest.$ac_ext <<_ACEOF
10800 /* confdefs.h.  */
10801 _ACEOF
10802 cat confdefs.h >>conftest.$ac_ext
10803 cat >>conftest.$ac_ext <<_ACEOF
10804 /* end confdefs.h.  */
10805
10806 /* Override any GCC internal prototype to avoid an error.
10807    Use char because int might match the return type of a GCC
10808    builtin and then its argument prototype would still apply.  */
10809 #ifdef __cplusplus
10810 extern "C"
10811 #endif
10812 char XRRQueryExtension ();
10813 int
10814 main ()
10815 {
10816 return XRRQueryExtension ();
10817   ;
10818   return 0;
10819 }
10820 _ACEOF
10821 rm -f conftest.$ac_objext conftest$ac_exeext
10822 if { (ac_try="$ac_link"
10823 case "(($ac_try" in
10824   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10825   *) ac_try_echo=$ac_try;;
10826 esac
10827 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10828 $as_echo "$ac_try_echo") >&5
10829   (eval "$ac_link") 2>conftest.er1
10830   ac_status=$?
10831   grep -v '^ *+' conftest.er1 >conftest.err
10832   rm -f conftest.er1
10833   cat conftest.err >&5
10834   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10835   (exit $ac_status); } && {
10836          test -z "$ac_c_werror_flag" ||
10837          test ! -s conftest.err
10838        } && test -s conftest$ac_exeext && {
10839          test "$cross_compiling" = yes ||
10840          $as_test_x conftest$ac_exeext
10841        }; then
10842   case "$LIBEXT" in
10843     dll) ;;
10844     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'` ;;
10845     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10846   esac
10847 else
10848   $as_echo "$as_me: failed program was:" >&5
10849 sed 's/^/| /' conftest.$ac_ext >&5
10850
10851
10852 fi
10853
10854 rm -rf conftest.dSYM
10855 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10856       conftest$ac_exeext conftest.$ac_ext
10857   LIBS=$ac_check_soname_save_LIBS
10858 fi
10859 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10860   { $as_echo "$as_me:$LINENO: result: not found" >&5
10861 $as_echo "not found" >&6; }
10862
10863 else
10864   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10865 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10866
10867 cat >>confdefs.h <<_ACEOF
10868 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10869 _ACEOF
10870
10871
10872 fi
10873
10874 else
10875   $as_echo "$as_me: failed program was:" >&5
10876 sed 's/^/| /' conftest.$ac_ext >&5
10877
10878
10879 fi
10880
10881 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10882         fi
10883         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10884   case "x$with_xrandr" in
10885   x)   wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10886   xno) ;;
10887   *)   { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10888 This is an error since --with-xrandr was requested." >&5
10889 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10890 This is an error since --with-xrandr was requested." >&2;}
10891    { (exit 1); exit 1; }; } ;;
10892 esac
10893 fi
10894
10895
10896                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10897         then
10898                 cat >conftest.$ac_ext <<_ACEOF
10899 /* confdefs.h.  */
10900 _ACEOF
10901 cat confdefs.h >>conftest.$ac_ext
10902 cat >>conftest.$ac_ext <<_ACEOF
10903 /* end confdefs.h.  */
10904 #include <X11/Xlib.h>
10905 #include <X11/extensions/Xinerama.h>
10906 int
10907 main ()
10908 {
10909 static typeof(XineramaQueryScreens) * func;
10910   ;
10911   return 0;
10912 }
10913 _ACEOF
10914 rm -f conftest.$ac_objext
10915 if { (ac_try="$ac_compile"
10916 case "(($ac_try" in
10917   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10918   *) ac_try_echo=$ac_try;;
10919 esac
10920 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10921 $as_echo "$ac_try_echo") >&5
10922   (eval "$ac_compile") 2>conftest.er1
10923   ac_status=$?
10924   grep -v '^ *+' conftest.er1 >conftest.err
10925   rm -f conftest.er1
10926   cat conftest.err >&5
10927   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10928   (exit $ac_status); } && {
10929          test -z "$ac_c_werror_flag" ||
10930          test ! -s conftest.err
10931        } && test -s conftest.$ac_objext; then
10932   { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
10933 $as_echo_n "checking for -lXinerama... " >&6; }
10934 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10935   $as_echo_n "(cached) " >&6
10936 else
10937   ac_check_soname_save_LIBS=$LIBS
10938 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10939   cat >conftest.$ac_ext <<_ACEOF
10940 /* confdefs.h.  */
10941 _ACEOF
10942 cat confdefs.h >>conftest.$ac_ext
10943 cat >>conftest.$ac_ext <<_ACEOF
10944 /* end confdefs.h.  */
10945
10946 /* Override any GCC internal prototype to avoid an error.
10947    Use char because int might match the return type of a GCC
10948    builtin and then its argument prototype would still apply.  */
10949 #ifdef __cplusplus
10950 extern "C"
10951 #endif
10952 char XineramaQueryScreens ();
10953 int
10954 main ()
10955 {
10956 return XineramaQueryScreens ();
10957   ;
10958   return 0;
10959 }
10960 _ACEOF
10961 rm -f conftest.$ac_objext conftest$ac_exeext
10962 if { (ac_try="$ac_link"
10963 case "(($ac_try" in
10964   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10965   *) ac_try_echo=$ac_try;;
10966 esac
10967 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10968 $as_echo "$ac_try_echo") >&5
10969   (eval "$ac_link") 2>conftest.er1
10970   ac_status=$?
10971   grep -v '^ *+' conftest.er1 >conftest.err
10972   rm -f conftest.er1
10973   cat conftest.err >&5
10974   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10975   (exit $ac_status); } && {
10976          test -z "$ac_c_werror_flag" ||
10977          test ! -s conftest.err
10978        } && test -s conftest$ac_exeext && {
10979          test "$cross_compiling" = yes ||
10980          $as_test_x conftest$ac_exeext
10981        }; then
10982   case "$LIBEXT" in
10983     dll) ;;
10984     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'` ;;
10985     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
10986   esac
10987 else
10988   $as_echo "$as_me: failed program was:" >&5
10989 sed 's/^/| /' conftest.$ac_ext >&5
10990
10991
10992 fi
10993
10994 rm -rf conftest.dSYM
10995 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10996       conftest$ac_exeext conftest.$ac_ext
10997   LIBS=$ac_check_soname_save_LIBS
10998 fi
10999 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11000   { $as_echo "$as_me:$LINENO: result: not found" >&5
11001 $as_echo "not found" >&6; }
11002
11003 else
11004   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11005 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11006
11007 cat >>confdefs.h <<_ACEOF
11008 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11009 _ACEOF
11010
11011
11012 fi
11013
11014 else
11015   $as_echo "$as_me: failed program was:" >&5
11016 sed 's/^/| /' conftest.$ac_ext >&5
11017
11018
11019 fi
11020
11021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11022         fi
11023         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11024   case "x$with_xinerama" in
11025   x)   wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11026   xno) ;;
11027   *)   { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11028 This is an error since --with-xinerama was requested." >&5
11029 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11030 This is an error since --with-xinerama was requested." >&2;}
11031    { (exit 1); exit 1; }; } ;;
11032 esac
11033 fi
11034
11035
11036                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11037         then
11038             { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11039 $as_echo_n "checking for -lXcomposite... " >&6; }
11040 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11041   $as_echo_n "(cached) " >&6
11042 else
11043   ac_check_soname_save_LIBS=$LIBS
11044 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11045   cat >conftest.$ac_ext <<_ACEOF
11046 /* confdefs.h.  */
11047 _ACEOF
11048 cat confdefs.h >>conftest.$ac_ext
11049 cat >>conftest.$ac_ext <<_ACEOF
11050 /* end confdefs.h.  */
11051
11052 /* Override any GCC internal prototype to avoid an error.
11053    Use char because int might match the return type of a GCC
11054    builtin and then its argument prototype would still apply.  */
11055 #ifdef __cplusplus
11056 extern "C"
11057 #endif
11058 char XCompositeRedirectWindow ();
11059 int
11060 main ()
11061 {
11062 return XCompositeRedirectWindow ();
11063   ;
11064   return 0;
11065 }
11066 _ACEOF
11067 rm -f conftest.$ac_objext conftest$ac_exeext
11068 if { (ac_try="$ac_link"
11069 case "(($ac_try" in
11070   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11071   *) ac_try_echo=$ac_try;;
11072 esac
11073 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11074 $as_echo "$ac_try_echo") >&5
11075   (eval "$ac_link") 2>conftest.er1
11076   ac_status=$?
11077   grep -v '^ *+' conftest.er1 >conftest.err
11078   rm -f conftest.er1
11079   cat conftest.err >&5
11080   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11081   (exit $ac_status); } && {
11082          test -z "$ac_c_werror_flag" ||
11083          test ! -s conftest.err
11084        } && test -s conftest$ac_exeext && {
11085          test "$cross_compiling" = yes ||
11086          $as_test_x conftest$ac_exeext
11087        }; then
11088   case "$LIBEXT" in
11089     dll) ;;
11090     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'` ;;
11091     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11092   esac
11093 else
11094   $as_echo "$as_me: failed program was:" >&5
11095 sed 's/^/| /' conftest.$ac_ext >&5
11096
11097
11098 fi
11099
11100 rm -rf conftest.dSYM
11101 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11102       conftest$ac_exeext conftest.$ac_ext
11103   LIBS=$ac_check_soname_save_LIBS
11104 fi
11105 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11106   { $as_echo "$as_me:$LINENO: result: not found" >&5
11107 $as_echo "not found" >&6; }
11108
11109 else
11110   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11111 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11112
11113 cat >>confdefs.h <<_ACEOF
11114 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11115 _ACEOF
11116
11117
11118 fi
11119
11120         fi
11121         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11122   case "x$with_xcomposite" in
11123   x)   wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11124   xno) ;;
11125   *)   { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11126 This is an error since --with-xcomposite was requested." >&5
11127 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11128 This is an error since --with-xcomposite was requested." >&2;}
11129    { (exit 1); exit 1; }; } ;;
11130 esac
11131 fi
11132
11133
11134                 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11135 $as_echo_n "checking for XICCallback.callback... " >&6; }
11136 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11137   $as_echo_n "(cached) " >&6
11138 else
11139   cat >conftest.$ac_ext <<_ACEOF
11140 /* confdefs.h.  */
11141 _ACEOF
11142 cat confdefs.h >>conftest.$ac_ext
11143 cat >>conftest.$ac_ext <<_ACEOF
11144 /* end confdefs.h.  */
11145 #ifdef HAVE_X11_XLIB_H
11146 #include <X11/Xlib.h>
11147 #endif
11148
11149 int
11150 main ()
11151 {
11152 static XICCallback ac_aggr;
11153 if (ac_aggr.callback)
11154 return 0;
11155   ;
11156   return 0;
11157 }
11158 _ACEOF
11159 rm -f conftest.$ac_objext
11160 if { (ac_try="$ac_compile"
11161 case "(($ac_try" in
11162   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11163   *) ac_try_echo=$ac_try;;
11164 esac
11165 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11166 $as_echo "$ac_try_echo") >&5
11167   (eval "$ac_compile") 2>conftest.er1
11168   ac_status=$?
11169   grep -v '^ *+' conftest.er1 >conftest.err
11170   rm -f conftest.er1
11171   cat conftest.err >&5
11172   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11173   (exit $ac_status); } && {
11174          test -z "$ac_c_werror_flag" ||
11175          test ! -s conftest.err
11176        } && test -s conftest.$ac_objext; then
11177   ac_cv_member_XICCallback_callback=yes
11178 else
11179   $as_echo "$as_me: failed program was:" >&5
11180 sed 's/^/| /' conftest.$ac_ext >&5
11181
11182         cat >conftest.$ac_ext <<_ACEOF
11183 /* confdefs.h.  */
11184 _ACEOF
11185 cat confdefs.h >>conftest.$ac_ext
11186 cat >>conftest.$ac_ext <<_ACEOF
11187 /* end confdefs.h.  */
11188 #ifdef HAVE_X11_XLIB_H
11189 #include <X11/Xlib.h>
11190 #endif
11191
11192 int
11193 main ()
11194 {
11195 static XICCallback ac_aggr;
11196 if (sizeof ac_aggr.callback)
11197 return 0;
11198   ;
11199   return 0;
11200 }
11201 _ACEOF
11202 rm -f conftest.$ac_objext
11203 if { (ac_try="$ac_compile"
11204 case "(($ac_try" in
11205   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11206   *) ac_try_echo=$ac_try;;
11207 esac
11208 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11209 $as_echo "$ac_try_echo") >&5
11210   (eval "$ac_compile") 2>conftest.er1
11211   ac_status=$?
11212   grep -v '^ *+' conftest.er1 >conftest.err
11213   rm -f conftest.er1
11214   cat conftest.err >&5
11215   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11216   (exit $ac_status); } && {
11217          test -z "$ac_c_werror_flag" ||
11218          test ! -s conftest.err
11219        } && test -s conftest.$ac_objext; then
11220   ac_cv_member_XICCallback_callback=yes
11221 else
11222   $as_echo "$as_me: failed program was:" >&5
11223 sed 's/^/| /' conftest.$ac_ext >&5
11224
11225         ac_cv_member_XICCallback_callback=no
11226 fi
11227
11228 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11229 fi
11230
11231 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11232 fi
11233 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11234 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11235 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11236
11237 cat >>confdefs.h <<_ACEOF
11238 #define HAVE_XICCALLBACK_CALLBACK 1
11239 _ACEOF
11240
11241
11242 fi
11243
11244
11245
11246         opengl_msg=""
11247     if test "x$with_opengl" != "xno"
11248     then
11249
11250
11251
11252
11253 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11254 do
11255 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11256 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11257 $as_echo_n "checking for $ac_header... " >&6; }
11258 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11259   $as_echo_n "(cached) " >&6
11260 else
11261   cat >conftest.$ac_ext <<_ACEOF
11262 /* confdefs.h.  */
11263 _ACEOF
11264 cat confdefs.h >>conftest.$ac_ext
11265 cat >>conftest.$ac_ext <<_ACEOF
11266 /* end confdefs.h.  */
11267 #ifdef HAVE_GL_GLX_H
11268 # include <GL/glx.h>
11269 #endif
11270
11271 #include <$ac_header>
11272 _ACEOF
11273 rm -f conftest.$ac_objext
11274 if { (ac_try="$ac_compile"
11275 case "(($ac_try" in
11276   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11277   *) ac_try_echo=$ac_try;;
11278 esac
11279 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11280 $as_echo "$ac_try_echo") >&5
11281   (eval "$ac_compile") 2>conftest.er1
11282   ac_status=$?
11283   grep -v '^ *+' conftest.er1 >conftest.err
11284   rm -f conftest.er1
11285   cat conftest.err >&5
11286   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11287   (exit $ac_status); } && {
11288          test -z "$ac_c_werror_flag" ||
11289          test ! -s conftest.err
11290        } && test -s conftest.$ac_objext; then
11291   eval "$as_ac_Header=yes"
11292 else
11293   $as_echo "$as_me: failed program was:" >&5
11294 sed 's/^/| /' conftest.$ac_ext >&5
11295
11296         eval "$as_ac_Header=no"
11297 fi
11298
11299 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11300 fi
11301 ac_res=`eval 'as_val=${'$as_ac_Header'}
11302                  $as_echo "$as_val"'`
11303                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11304 $as_echo "$ac_res" >&6; }
11305 as_val=`eval 'as_val=${'$as_ac_Header'}
11306                  $as_echo "$as_val"'`
11307    if test "x$as_val" = x""yes; then
11308   cat >>confdefs.h <<_ACEOF
11309 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11310 _ACEOF
11311
11312 fi
11313
11314 done
11315
11316         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11317         then
11318                     { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11319 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11320 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11321   $as_echo_n "(cached) " >&6
11322 else
11323   cat >conftest.$ac_ext <<_ACEOF
11324 /* confdefs.h.  */
11325 _ACEOF
11326 cat confdefs.h >>conftest.$ac_ext
11327 cat >>conftest.$ac_ext <<_ACEOF
11328 /* end confdefs.h.  */
11329 #include <GL/gl.h>
11330 int
11331 main ()
11332 {
11333 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11334   ;
11335   return 0;
11336 }
11337 _ACEOF
11338 rm -f conftest.$ac_objext
11339 if { (ac_try="$ac_compile"
11340 case "(($ac_try" in
11341   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11342   *) ac_try_echo=$ac_try;;
11343 esac
11344 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11345 $as_echo "$ac_try_echo") >&5
11346   (eval "$ac_compile") 2>conftest.er1
11347   ac_status=$?
11348   grep -v '^ *+' conftest.er1 >conftest.err
11349   rm -f conftest.er1
11350   cat conftest.err >&5
11351   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11352   (exit $ac_status); } && {
11353          test -z "$ac_c_werror_flag" ||
11354          test ! -s conftest.err
11355        } && test -s conftest.$ac_objext; then
11356   wine_cv_opengl_header_version_OK="yes"
11357 else
11358   $as_echo "$as_me: failed program was:" >&5
11359 sed 's/^/| /' conftest.$ac_ext >&5
11360
11361         wine_cv_opengl_header_version_OK="no"
11362 fi
11363
11364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11365 fi
11366 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11367 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11368
11369             if test "$wine_cv_opengl_header_version_OK" = "yes"
11370             then
11371                                 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11372 $as_echo_n "checking for -lGL... " >&6; }
11373 if test "${ac_cv_lib_soname_GL+set}" = set; then
11374   $as_echo_n "(cached) " >&6
11375 else
11376   ac_check_soname_save_LIBS=$LIBS
11377 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11378   cat >conftest.$ac_ext <<_ACEOF
11379 /* confdefs.h.  */
11380 _ACEOF
11381 cat confdefs.h >>conftest.$ac_ext
11382 cat >>conftest.$ac_ext <<_ACEOF
11383 /* end confdefs.h.  */
11384
11385 /* Override any GCC internal prototype to avoid an error.
11386    Use char because int might match the return type of a GCC
11387    builtin and then its argument prototype would still apply.  */
11388 #ifdef __cplusplus
11389 extern "C"
11390 #endif
11391 char glXCreateContext ();
11392 int
11393 main ()
11394 {
11395 return glXCreateContext ();
11396   ;
11397   return 0;
11398 }
11399 _ACEOF
11400 rm -f conftest.$ac_objext conftest$ac_exeext
11401 if { (ac_try="$ac_link"
11402 case "(($ac_try" in
11403   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11404   *) ac_try_echo=$ac_try;;
11405 esac
11406 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11407 $as_echo "$ac_try_echo") >&5
11408   (eval "$ac_link") 2>conftest.er1
11409   ac_status=$?
11410   grep -v '^ *+' conftest.er1 >conftest.err
11411   rm -f conftest.er1
11412   cat conftest.err >&5
11413   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11414   (exit $ac_status); } && {
11415          test -z "$ac_c_werror_flag" ||
11416          test ! -s conftest.err
11417        } && test -s conftest$ac_exeext && {
11418          test "$cross_compiling" = yes ||
11419          $as_test_x conftest$ac_exeext
11420        }; then
11421   case "$LIBEXT" in
11422     dll) ;;
11423     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'` ;;
11424     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11425   esac
11426 else
11427   $as_echo "$as_me: failed program was:" >&5
11428 sed 's/^/| /' conftest.$ac_ext >&5
11429
11430
11431 fi
11432
11433 rm -rf conftest.dSYM
11434 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11435       conftest$ac_exeext conftest.$ac_ext
11436   LIBS=$ac_check_soname_save_LIBS
11437 fi
11438 if test "x$ac_cv_lib_soname_GL" = "x"; then
11439   { $as_echo "$as_me:$LINENO: result: not found" >&5
11440 $as_echo "not found" >&6; }
11441        { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11442 $as_echo_n "checking for -lGL... " >&6; }
11443 if test "${ac_cv_lib_soname_GL+set}" = set; then
11444   $as_echo_n "(cached) " >&6
11445 else
11446   ac_check_soname_save_LIBS=$LIBS
11447 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"
11448   cat >conftest.$ac_ext <<_ACEOF
11449 /* confdefs.h.  */
11450 _ACEOF
11451 cat confdefs.h >>conftest.$ac_ext
11452 cat >>conftest.$ac_ext <<_ACEOF
11453 /* end confdefs.h.  */
11454
11455 /* Override any GCC internal prototype to avoid an error.
11456    Use char because int might match the return type of a GCC
11457    builtin and then its argument prototype would still apply.  */
11458 #ifdef __cplusplus
11459 extern "C"
11460 #endif
11461 char glXCreateContext ();
11462 int
11463 main ()
11464 {
11465 return glXCreateContext ();
11466   ;
11467   return 0;
11468 }
11469 _ACEOF
11470 rm -f conftest.$ac_objext conftest$ac_exeext
11471 if { (ac_try="$ac_link"
11472 case "(($ac_try" in
11473   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11474   *) ac_try_echo=$ac_try;;
11475 esac
11476 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11477 $as_echo "$ac_try_echo") >&5
11478   (eval "$ac_link") 2>conftest.er1
11479   ac_status=$?
11480   grep -v '^ *+' conftest.er1 >conftest.err
11481   rm -f conftest.er1
11482   cat conftest.err >&5
11483   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11484   (exit $ac_status); } && {
11485          test -z "$ac_c_werror_flag" ||
11486          test ! -s conftest.err
11487        } && test -s conftest$ac_exeext && {
11488          test "$cross_compiling" = yes ||
11489          $as_test_x conftest$ac_exeext
11490        }; then
11491   case "$LIBEXT" in
11492     dll) ;;
11493     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'` ;;
11494     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11495   esac
11496 else
11497   $as_echo "$as_me: failed program was:" >&5
11498 sed 's/^/| /' conftest.$ac_ext >&5
11499
11500
11501 fi
11502
11503 rm -rf conftest.dSYM
11504 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11505       conftest$ac_exeext conftest.$ac_ext
11506   LIBS=$ac_check_soname_save_LIBS
11507 fi
11508 if test "x$ac_cv_lib_soname_GL" = "x"; then
11509   { $as_echo "$as_me:$LINENO: result: not found" >&5
11510 $as_echo "not found" >&6; }
11511        if test -f /usr/X11R6/lib/libGL.a
11512                                     then
11513                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11514 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11515                                     else
11516                                         opengl_msg="No OpenGL library found on this system."
11517                                     fi
11518 else
11519   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11520 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11521
11522 cat >>confdefs.h <<_ACEOF
11523 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11524 _ACEOF
11525
11526        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"
11527
11528 cat >>confdefs.h <<\_ACEOF
11529 #define HAVE_OPENGL 1
11530 _ACEOF
11531
11532 fi
11533
11534 else
11535   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11536 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11537
11538 cat >>confdefs.h <<_ACEOF
11539 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11540 _ACEOF
11541
11542        OPENGL_LIBS="-lGL"
11543
11544 cat >>confdefs.h <<\_ACEOF
11545 #define HAVE_OPENGL 1
11546 _ACEOF
11547
11548 fi
11549
11550                  if test "$ac_cv_header_GL_glu_h" = "yes"
11551                  then
11552                     { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11553 $as_echo_n "checking for -lGLU... " >&6; }
11554 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11555   $as_echo_n "(cached) " >&6
11556 else
11557   ac_check_soname_save_LIBS=$LIBS
11558 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11559   cat >conftest.$ac_ext <<_ACEOF
11560 /* confdefs.h.  */
11561 _ACEOF
11562 cat confdefs.h >>conftest.$ac_ext
11563 cat >>conftest.$ac_ext <<_ACEOF
11564 /* end confdefs.h.  */
11565
11566 /* Override any GCC internal prototype to avoid an error.
11567    Use char because int might match the return type of a GCC
11568    builtin and then its argument prototype would still apply.  */
11569 #ifdef __cplusplus
11570 extern "C"
11571 #endif
11572 char gluLookAt ();
11573 int
11574 main ()
11575 {
11576 return gluLookAt ();
11577   ;
11578   return 0;
11579 }
11580 _ACEOF
11581 rm -f conftest.$ac_objext conftest$ac_exeext
11582 if { (ac_try="$ac_link"
11583 case "(($ac_try" in
11584   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11585   *) ac_try_echo=$ac_try;;
11586 esac
11587 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11588 $as_echo "$ac_try_echo") >&5
11589   (eval "$ac_link") 2>conftest.er1
11590   ac_status=$?
11591   grep -v '^ *+' conftest.er1 >conftest.err
11592   rm -f conftest.er1
11593   cat conftest.err >&5
11594   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11595   (exit $ac_status); } && {
11596          test -z "$ac_c_werror_flag" ||
11597          test ! -s conftest.err
11598        } && test -s conftest$ac_exeext && {
11599          test "$cross_compiling" = yes ||
11600          $as_test_x conftest$ac_exeext
11601        }; then
11602   case "$LIBEXT" in
11603     dll) ;;
11604     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'` ;;
11605     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11606   esac
11607 else
11608   $as_echo "$as_me: failed program was:" >&5
11609 sed 's/^/| /' conftest.$ac_ext >&5
11610
11611
11612 fi
11613
11614 rm -rf conftest.dSYM
11615 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11616       conftest$ac_exeext conftest.$ac_ext
11617   LIBS=$ac_check_soname_save_LIBS
11618 fi
11619 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11620   { $as_echo "$as_me:$LINENO: result: not found" >&5
11621 $as_echo "not found" >&6; }
11622
11623 else
11624   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11625 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11626
11627 cat >>confdefs.h <<_ACEOF
11628 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11629 _ACEOF
11630
11631
11632 fi
11633
11634                  fi
11635                  if test "x$ac_cv_lib_soname_GLU" = "x"; then
11636   case "x$with_glu" in
11637   x)   wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11638   xno) ;;
11639   *)   { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11640 This is an error since --with-glu was requested." >&5
11641 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11642 This is an error since --with-glu was requested." >&2;}
11643    { (exit 1); exit 1; }; } ;;
11644 esac
11645 fi
11646
11647              else
11648                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11649              fi
11650          else
11651              opengl_msg="OpenGL development headers not found."
11652          fi
11653          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11654          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11655     else
11656          enable_opengl32=${enable_opengl32:-no}
11657          enable_glu32=${enable_glu32:-no}
11658     fi
11659     if test -n "$opengl_msg"; then
11660   case "x$with_opengl" in
11661   x)   wine_warnings="$wine_warnings|$opengl_msg
11662 OpenGL and Direct3D won't be supported." ;;
11663   xno) ;;
11664   *)   { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11665 OpenGL and Direct3D won't be supported.
11666 This is an error since --with-opengl was requested." >&5
11667 $as_echo "$as_me: error: $opengl_msg
11668 OpenGL and Direct3D won't be supported.
11669 This is an error since --with-opengl was requested." >&2;}
11670    { (exit 1); exit 1; }; } ;;
11671 esac
11672 fi
11673
11674
11675         NASLIBS=""
11676
11677
11678 for ac_header in audio/audiolib.h
11679 do
11680 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11681 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11682   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11683 $as_echo_n "checking for $ac_header... " >&6; }
11684 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11685   $as_echo_n "(cached) " >&6
11686 fi
11687 ac_res=`eval 'as_val=${'$as_ac_Header'}
11688                  $as_echo "$as_val"'`
11689                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11690 $as_echo "$ac_res" >&6; }
11691 else
11692   # Is the header compilable?
11693 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11694 $as_echo_n "checking $ac_header usability... " >&6; }
11695 cat >conftest.$ac_ext <<_ACEOF
11696 /* confdefs.h.  */
11697 _ACEOF
11698 cat confdefs.h >>conftest.$ac_ext
11699 cat >>conftest.$ac_ext <<_ACEOF
11700 /* end confdefs.h.  */
11701 $ac_includes_default
11702 #include <$ac_header>
11703 _ACEOF
11704 rm -f conftest.$ac_objext
11705 if { (ac_try="$ac_compile"
11706 case "(($ac_try" in
11707   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11708   *) ac_try_echo=$ac_try;;
11709 esac
11710 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11711 $as_echo "$ac_try_echo") >&5
11712   (eval "$ac_compile") 2>conftest.er1
11713   ac_status=$?
11714   grep -v '^ *+' conftest.er1 >conftest.err
11715   rm -f conftest.er1
11716   cat conftest.err >&5
11717   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11718   (exit $ac_status); } && {
11719          test -z "$ac_c_werror_flag" ||
11720          test ! -s conftest.err
11721        } && test -s conftest.$ac_objext; then
11722   ac_header_compiler=yes
11723 else
11724   $as_echo "$as_me: failed program was:" >&5
11725 sed 's/^/| /' conftest.$ac_ext >&5
11726
11727         ac_header_compiler=no
11728 fi
11729
11730 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11731 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11732 $as_echo "$ac_header_compiler" >&6; }
11733
11734 # Is the header present?
11735 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11736 $as_echo_n "checking $ac_header presence... " >&6; }
11737 cat >conftest.$ac_ext <<_ACEOF
11738 /* confdefs.h.  */
11739 _ACEOF
11740 cat confdefs.h >>conftest.$ac_ext
11741 cat >>conftest.$ac_ext <<_ACEOF
11742 /* end confdefs.h.  */
11743 #include <$ac_header>
11744 _ACEOF
11745 if { (ac_try="$ac_cpp conftest.$ac_ext"
11746 case "(($ac_try" in
11747   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11748   *) ac_try_echo=$ac_try;;
11749 esac
11750 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11751 $as_echo "$ac_try_echo") >&5
11752   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11753   ac_status=$?
11754   grep -v '^ *+' conftest.er1 >conftest.err
11755   rm -f conftest.er1
11756   cat conftest.err >&5
11757   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11758   (exit $ac_status); } >/dev/null && {
11759          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11760          test ! -s conftest.err
11761        }; then
11762   ac_header_preproc=yes
11763 else
11764   $as_echo "$as_me: failed program was:" >&5
11765 sed 's/^/| /' conftest.$ac_ext >&5
11766
11767   ac_header_preproc=no
11768 fi
11769
11770 rm -f conftest.err conftest.$ac_ext
11771 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11772 $as_echo "$ac_header_preproc" >&6; }
11773
11774 # So?  What about this header?
11775 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11776   yes:no: )
11777     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11778 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11779     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11780 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11781     ac_header_preproc=yes
11782     ;;
11783   no:yes:* )
11784     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11785 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11786     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
11787 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
11788     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11789 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11790     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
11791 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
11792     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11793 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11794     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11795 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11796     ( cat <<\_ASBOX
11797 ## ------------------------------------ ##
11798 ## Report this to wine-devel@winehq.org ##
11799 ## ------------------------------------ ##
11800 _ASBOX
11801      ) | sed "s/^/$as_me: WARNING:     /" >&2
11802     ;;
11803 esac
11804 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11805 $as_echo_n "checking for $ac_header... " >&6; }
11806 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11807   $as_echo_n "(cached) " >&6
11808 else
11809   eval "$as_ac_Header=\$ac_header_preproc"
11810 fi
11811 ac_res=`eval 'as_val=${'$as_ac_Header'}
11812                  $as_echo "$as_val"'`
11813                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11814 $as_echo "$ac_res" >&6; }
11815
11816 fi
11817 as_val=`eval 'as_val=${'$as_ac_Header'}
11818                  $as_echo "$as_val"'`
11819    if test "x$as_val" = x""yes; then
11820   cat >>confdefs.h <<_ACEOF
11821 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11822 _ACEOF
11823
11824 for ac_header in audio/soundlib.h
11825 do
11826 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11827 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11828 $as_echo_n "checking for $ac_header... " >&6; }
11829 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11830   $as_echo_n "(cached) " >&6
11831 else
11832   cat >conftest.$ac_ext <<_ACEOF
11833 /* confdefs.h.  */
11834 _ACEOF
11835 cat confdefs.h >>conftest.$ac_ext
11836 cat >>conftest.$ac_ext <<_ACEOF
11837 /* end confdefs.h.  */
11838 #include <audio/audiolib.h>
11839
11840 #include <$ac_header>
11841 _ACEOF
11842 rm -f conftest.$ac_objext
11843 if { (ac_try="$ac_compile"
11844 case "(($ac_try" in
11845   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11846   *) ac_try_echo=$ac_try;;
11847 esac
11848 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11849 $as_echo "$ac_try_echo") >&5
11850   (eval "$ac_compile") 2>conftest.er1
11851   ac_status=$?
11852   grep -v '^ *+' conftest.er1 >conftest.err
11853   rm -f conftest.er1
11854   cat conftest.err >&5
11855   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11856   (exit $ac_status); } && {
11857          test -z "$ac_c_werror_flag" ||
11858          test ! -s conftest.err
11859        } && test -s conftest.$ac_objext; then
11860   eval "$as_ac_Header=yes"
11861 else
11862   $as_echo "$as_me: failed program was:" >&5
11863 sed 's/^/| /' conftest.$ac_ext >&5
11864
11865         eval "$as_ac_Header=no"
11866 fi
11867
11868 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11869 fi
11870 ac_res=`eval 'as_val=${'$as_ac_Header'}
11871                  $as_echo "$as_val"'`
11872                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11873 $as_echo "$ac_res" >&6; }
11874 as_val=`eval 'as_val=${'$as_ac_Header'}
11875                  $as_echo "$as_val"'`
11876    if test "x$as_val" = x""yes; then
11877   cat >>confdefs.h <<_ACEOF
11878 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11879 _ACEOF
11880
11881 fi
11882
11883 done
11884
11885           { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11886 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
11887 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11888   $as_echo_n "(cached) " >&6
11889 else
11890   ac_check_lib_save_LIBS=$LIBS
11891 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11892 cat >conftest.$ac_ext <<_ACEOF
11893 /* confdefs.h.  */
11894 _ACEOF
11895 cat confdefs.h >>conftest.$ac_ext
11896 cat >>conftest.$ac_ext <<_ACEOF
11897 /* end confdefs.h.  */
11898
11899 /* Override any GCC internal prototype to avoid an error.
11900    Use char because int might match the return type of a GCC
11901    builtin and then its argument prototype would still apply.  */
11902 #ifdef __cplusplus
11903 extern "C"
11904 #endif
11905 char AuCreateFlow ();
11906 int
11907 main ()
11908 {
11909 return AuCreateFlow ();
11910   ;
11911   return 0;
11912 }
11913 _ACEOF
11914 rm -f conftest.$ac_objext conftest$ac_exeext
11915 if { (ac_try="$ac_link"
11916 case "(($ac_try" in
11917   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11918   *) ac_try_echo=$ac_try;;
11919 esac
11920 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11921 $as_echo "$ac_try_echo") >&5
11922   (eval "$ac_link") 2>conftest.er1
11923   ac_status=$?
11924   grep -v '^ *+' conftest.er1 >conftest.err
11925   rm -f conftest.er1
11926   cat conftest.err >&5
11927   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11928   (exit $ac_status); } && {
11929          test -z "$ac_c_werror_flag" ||
11930          test ! -s conftest.err
11931        } && test -s conftest$ac_exeext && {
11932          test "$cross_compiling" = yes ||
11933          $as_test_x conftest$ac_exeext
11934        }; then
11935   ac_cv_lib_audio_AuCreateFlow=yes
11936 else
11937   $as_echo "$as_me: failed program was:" >&5
11938 sed 's/^/| /' conftest.$ac_ext >&5
11939
11940         ac_cv_lib_audio_AuCreateFlow=no
11941 fi
11942
11943 rm -rf conftest.dSYM
11944 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11945       conftest$ac_exeext conftest.$ac_ext
11946 LIBS=$ac_check_lib_save_LIBS
11947 fi
11948 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11949 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
11950 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
11951
11952 cat >>confdefs.h <<\_ACEOF
11953 #define HAVE_NAS 1
11954 _ACEOF
11955
11956                         { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11957 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
11958 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11959   $as_echo_n "(cached) " >&6
11960 else
11961   ac_check_lib_save_LIBS=$LIBS
11962 LIBS="-lXau $X_LIBS $LIBS"
11963 cat >conftest.$ac_ext <<_ACEOF
11964 /* confdefs.h.  */
11965 _ACEOF
11966 cat confdefs.h >>conftest.$ac_ext
11967 cat >>conftest.$ac_ext <<_ACEOF
11968 /* end confdefs.h.  */
11969
11970 /* Override any GCC internal prototype to avoid an error.
11971    Use char because int might match the return type of a GCC
11972    builtin and then its argument prototype would still apply.  */
11973 #ifdef __cplusplus
11974 extern "C"
11975 #endif
11976 char XauGetBestAuthByAddr ();
11977 int
11978 main ()
11979 {
11980 return XauGetBestAuthByAddr ();
11981   ;
11982   return 0;
11983 }
11984 _ACEOF
11985 rm -f conftest.$ac_objext conftest$ac_exeext
11986 if { (ac_try="$ac_link"
11987 case "(($ac_try" in
11988   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11989   *) ac_try_echo=$ac_try;;
11990 esac
11991 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11992 $as_echo "$ac_try_echo") >&5
11993   (eval "$ac_link") 2>conftest.er1
11994   ac_status=$?
11995   grep -v '^ *+' conftest.er1 >conftest.err
11996   rm -f conftest.er1
11997   cat conftest.err >&5
11998   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11999   (exit $ac_status); } && {
12000          test -z "$ac_c_werror_flag" ||
12001          test ! -s conftest.err
12002        } && test -s conftest$ac_exeext && {
12003          test "$cross_compiling" = yes ||
12004          $as_test_x conftest$ac_exeext
12005        }; then
12006   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12007 else
12008   $as_echo "$as_me: failed program was:" >&5
12009 sed 's/^/| /' conftest.$ac_ext >&5
12010
12011         ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12012 fi
12013
12014 rm -rf conftest.dSYM
12015 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12016       conftest$ac_exeext conftest.$ac_ext
12017 LIBS=$ac_check_lib_save_LIBS
12018 fi
12019 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12020 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12021 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12022   NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12023 else
12024   NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12025 fi
12026
12027
12028 fi
12029
12030 fi
12031
12032 done
12033
12034
12035     CPPFLAGS="$ac_save_CPPFLAGS"
12036 else
12037     XLIB=""
12038     X_CFLAGS=""
12039     X_LIBS=""
12040     enable_winex11_drv=${enable_winex11_drv:-no}
12041     enable_opengl32=${enable_opengl32:-no}
12042     enable_glu32=${enable_glu32:-no}
12043 fi
12044 if test "x$XLIB" = "x"; then
12045   case "x$with_x" in
12046   xno) ;;
12047   *)   { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12048 without X support, which probably isn't what you want. You will need to install
12049 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12050 Use the --without-x option if you really want this." >&5
12051 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12052 without X support, which probably isn't what you want. You will need to install
12053 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12054 Use the --without-x option if you really want this." >&2;}
12055    { (exit 1); exit 1; }; } ;;
12056 esac
12057 fi
12058
12059
12060
12061 XML2LIBS=""
12062
12063 XML2INCL=""
12064
12065 XSLTINCL=""
12066
12067 if test "x$with_xml" != "xno"
12068 then
12069     ac_save_CPPFLAGS="$CPPFLAGS"
12070     if test "$PKG_CONFIG" != "false"
12071     then
12072         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12073         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12074     else
12075         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12076         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
12077     fi
12078     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12079
12080 for ac_header in libxml/parser.h
12081 do
12082 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12083 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12084   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12085 $as_echo_n "checking for $ac_header... " >&6; }
12086 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12087   $as_echo_n "(cached) " >&6
12088 fi
12089 ac_res=`eval 'as_val=${'$as_ac_Header'}
12090                  $as_echo "$as_val"'`
12091                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12092 $as_echo "$ac_res" >&6; }
12093 else
12094   # Is the header compilable?
12095 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12096 $as_echo_n "checking $ac_header usability... " >&6; }
12097 cat >conftest.$ac_ext <<_ACEOF
12098 /* confdefs.h.  */
12099 _ACEOF
12100 cat confdefs.h >>conftest.$ac_ext
12101 cat >>conftest.$ac_ext <<_ACEOF
12102 /* end confdefs.h.  */
12103 $ac_includes_default
12104 #include <$ac_header>
12105 _ACEOF
12106 rm -f conftest.$ac_objext
12107 if { (ac_try="$ac_compile"
12108 case "(($ac_try" in
12109   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12110   *) ac_try_echo=$ac_try;;
12111 esac
12112 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12113 $as_echo "$ac_try_echo") >&5
12114   (eval "$ac_compile") 2>conftest.er1
12115   ac_status=$?
12116   grep -v '^ *+' conftest.er1 >conftest.err
12117   rm -f conftest.er1
12118   cat conftest.err >&5
12119   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12120   (exit $ac_status); } && {
12121          test -z "$ac_c_werror_flag" ||
12122          test ! -s conftest.err
12123        } && test -s conftest.$ac_objext; then
12124   ac_header_compiler=yes
12125 else
12126   $as_echo "$as_me: failed program was:" >&5
12127 sed 's/^/| /' conftest.$ac_ext >&5
12128
12129         ac_header_compiler=no
12130 fi
12131
12132 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12133 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12134 $as_echo "$ac_header_compiler" >&6; }
12135
12136 # Is the header present?
12137 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12138 $as_echo_n "checking $ac_header presence... " >&6; }
12139 cat >conftest.$ac_ext <<_ACEOF
12140 /* confdefs.h.  */
12141 _ACEOF
12142 cat confdefs.h >>conftest.$ac_ext
12143 cat >>conftest.$ac_ext <<_ACEOF
12144 /* end confdefs.h.  */
12145 #include <$ac_header>
12146 _ACEOF
12147 if { (ac_try="$ac_cpp conftest.$ac_ext"
12148 case "(($ac_try" in
12149   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12150   *) ac_try_echo=$ac_try;;
12151 esac
12152 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12153 $as_echo "$ac_try_echo") >&5
12154   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12155   ac_status=$?
12156   grep -v '^ *+' conftest.er1 >conftest.err
12157   rm -f conftest.er1
12158   cat conftest.err >&5
12159   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12160   (exit $ac_status); } >/dev/null && {
12161          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12162          test ! -s conftest.err
12163        }; then
12164   ac_header_preproc=yes
12165 else
12166   $as_echo "$as_me: failed program was:" >&5
12167 sed 's/^/| /' conftest.$ac_ext >&5
12168
12169   ac_header_preproc=no
12170 fi
12171
12172 rm -f conftest.err conftest.$ac_ext
12173 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12174 $as_echo "$ac_header_preproc" >&6; }
12175
12176 # So?  What about this header?
12177 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12178   yes:no: )
12179     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12180 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12181     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12182 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12183     ac_header_preproc=yes
12184     ;;
12185   no:yes:* )
12186     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12187 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12188     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12189 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12190     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12191 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12192     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12193 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12194     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12195 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12196     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12197 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12198     ( cat <<\_ASBOX
12199 ## ------------------------------------ ##
12200 ## Report this to wine-devel@winehq.org ##
12201 ## ------------------------------------ ##
12202 _ASBOX
12203      ) | sed "s/^/$as_me: WARNING:     /" >&2
12204     ;;
12205 esac
12206 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12207 $as_echo_n "checking for $ac_header... " >&6; }
12208 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12209   $as_echo_n "(cached) " >&6
12210 else
12211   eval "$as_ac_Header=\$ac_header_preproc"
12212 fi
12213 ac_res=`eval 'as_val=${'$as_ac_Header'}
12214                  $as_echo "$as_val"'`
12215                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12216 $as_echo "$ac_res" >&6; }
12217
12218 fi
12219 as_val=`eval 'as_val=${'$as_ac_Header'}
12220                  $as_echo "$as_val"'`
12221    if test "x$as_val" = x""yes; then
12222   cat >>confdefs.h <<_ACEOF
12223 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12224 _ACEOF
12225  { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12226 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12227 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12228   $as_echo_n "(cached) " >&6
12229 else
12230   ac_check_lib_save_LIBS=$LIBS
12231 LIBS="-lxml2 $ac_xml_libs $LIBS"
12232 cat >conftest.$ac_ext <<_ACEOF
12233 /* confdefs.h.  */
12234 _ACEOF
12235 cat confdefs.h >>conftest.$ac_ext
12236 cat >>conftest.$ac_ext <<_ACEOF
12237 /* end confdefs.h.  */
12238
12239 /* Override any GCC internal prototype to avoid an error.
12240    Use char because int might match the return type of a GCC
12241    builtin and then its argument prototype would still apply.  */
12242 #ifdef __cplusplus
12243 extern "C"
12244 #endif
12245 char xmlParseMemory ();
12246 int
12247 main ()
12248 {
12249 return xmlParseMemory ();
12250   ;
12251   return 0;
12252 }
12253 _ACEOF
12254 rm -f conftest.$ac_objext conftest$ac_exeext
12255 if { (ac_try="$ac_link"
12256 case "(($ac_try" in
12257   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12258   *) ac_try_echo=$ac_try;;
12259 esac
12260 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12261 $as_echo "$ac_try_echo") >&5
12262   (eval "$ac_link") 2>conftest.er1
12263   ac_status=$?
12264   grep -v '^ *+' conftest.er1 >conftest.err
12265   rm -f conftest.er1
12266   cat conftest.err >&5
12267   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12268   (exit $ac_status); } && {
12269          test -z "$ac_c_werror_flag" ||
12270          test ! -s conftest.err
12271        } && test -s conftest$ac_exeext && {
12272          test "$cross_compiling" = yes ||
12273          $as_test_x conftest$ac_exeext
12274        }; then
12275   ac_cv_lib_xml2_xmlParseMemory=yes
12276 else
12277   $as_echo "$as_me: failed program was:" >&5
12278 sed 's/^/| /' conftest.$ac_ext >&5
12279
12280         ac_cv_lib_xml2_xmlParseMemory=no
12281 fi
12282
12283 rm -rf conftest.dSYM
12284 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12285       conftest$ac_exeext conftest.$ac_ext
12286 LIBS=$ac_check_lib_save_LIBS
12287 fi
12288 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12289 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12290 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12291
12292 cat >>confdefs.h <<\_ACEOF
12293 #define HAVE_LIBXML2 1
12294 _ACEOF
12295
12296                  XML2LIBS="$ac_xml_libs"
12297                  XML2INCL="$ac_xml_cflags"
12298 fi
12299
12300              { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12301 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12302 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12303   $as_echo_n "(cached) " >&6
12304 else
12305   ac_check_lib_save_LIBS=$LIBS
12306 LIBS="-lxml2 $ac_xml_libs $LIBS"
12307 cat >conftest.$ac_ext <<_ACEOF
12308 /* confdefs.h.  */
12309 _ACEOF
12310 cat confdefs.h >>conftest.$ac_ext
12311 cat >>conftest.$ac_ext <<_ACEOF
12312 /* end confdefs.h.  */
12313
12314 /* Override any GCC internal prototype to avoid an error.
12315    Use char because int might match the return type of a GCC
12316    builtin and then its argument prototype would still apply.  */
12317 #ifdef __cplusplus
12318 extern "C"
12319 #endif
12320 char xmlReadMemory ();
12321 int
12322 main ()
12323 {
12324 return xmlReadMemory ();
12325   ;
12326   return 0;
12327 }
12328 _ACEOF
12329 rm -f conftest.$ac_objext conftest$ac_exeext
12330 if { (ac_try="$ac_link"
12331 case "(($ac_try" in
12332   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12333   *) ac_try_echo=$ac_try;;
12334 esac
12335 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12336 $as_echo "$ac_try_echo") >&5
12337   (eval "$ac_link") 2>conftest.er1
12338   ac_status=$?
12339   grep -v '^ *+' conftest.er1 >conftest.err
12340   rm -f conftest.er1
12341   cat conftest.err >&5
12342   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12343   (exit $ac_status); } && {
12344          test -z "$ac_c_werror_flag" ||
12345          test ! -s conftest.err
12346        } && test -s conftest$ac_exeext && {
12347          test "$cross_compiling" = yes ||
12348          $as_test_x conftest$ac_exeext
12349        }; then
12350   ac_cv_lib_xml2_xmlReadMemory=yes
12351 else
12352   $as_echo "$as_me: failed program was:" >&5
12353 sed 's/^/| /' conftest.$ac_ext >&5
12354
12355         ac_cv_lib_xml2_xmlReadMemory=no
12356 fi
12357
12358 rm -rf conftest.dSYM
12359 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12360       conftest$ac_exeext conftest.$ac_ext
12361 LIBS=$ac_check_lib_save_LIBS
12362 fi
12363 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12364 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12365 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12366
12367 cat >>confdefs.h <<\_ACEOF
12368 #define HAVE_XMLREADMEMORY 1
12369 _ACEOF
12370
12371 fi
12372
12373              { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12374 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12375 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12376   $as_echo_n "(cached) " >&6
12377 else
12378   ac_check_lib_save_LIBS=$LIBS
12379 LIBS="-lxml2 $ac_xml_libs $LIBS"
12380 cat >conftest.$ac_ext <<_ACEOF
12381 /* confdefs.h.  */
12382 _ACEOF
12383 cat confdefs.h >>conftest.$ac_ext
12384 cat >>conftest.$ac_ext <<_ACEOF
12385 /* end confdefs.h.  */
12386
12387 /* Override any GCC internal prototype to avoid an error.
12388    Use char because int might match the return type of a GCC
12389    builtin and then its argument prototype would still apply.  */
12390 #ifdef __cplusplus
12391 extern "C"
12392 #endif
12393 char xmlNewDocPI ();
12394 int
12395 main ()
12396 {
12397 return xmlNewDocPI ();
12398   ;
12399   return 0;
12400 }
12401 _ACEOF
12402 rm -f conftest.$ac_objext conftest$ac_exeext
12403 if { (ac_try="$ac_link"
12404 case "(($ac_try" in
12405   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12406   *) ac_try_echo=$ac_try;;
12407 esac
12408 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12409 $as_echo "$ac_try_echo") >&5
12410   (eval "$ac_link") 2>conftest.er1
12411   ac_status=$?
12412   grep -v '^ *+' conftest.er1 >conftest.err
12413   rm -f conftest.er1
12414   cat conftest.err >&5
12415   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12416   (exit $ac_status); } && {
12417          test -z "$ac_c_werror_flag" ||
12418          test ! -s conftest.err
12419        } && test -s conftest$ac_exeext && {
12420          test "$cross_compiling" = yes ||
12421          $as_test_x conftest$ac_exeext
12422        }; then
12423   ac_cv_lib_xml2_xmlNewDocPI=yes
12424 else
12425   $as_echo "$as_me: failed program was:" >&5
12426 sed 's/^/| /' conftest.$ac_ext >&5
12427
12428         ac_cv_lib_xml2_xmlNewDocPI=no
12429 fi
12430
12431 rm -rf conftest.dSYM
12432 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12433       conftest$ac_exeext conftest.$ac_ext
12434 LIBS=$ac_check_lib_save_LIBS
12435 fi
12436 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12437 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12438 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12439
12440 cat >>confdefs.h <<\_ACEOF
12441 #define HAVE_XMLNEWDOCPI 1
12442 _ACEOF
12443
12444 fi
12445
12446
12447 fi
12448
12449 done
12450
12451     CPPFLAGS="$ac_save_CPPFLAGS"
12452 fi
12453 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12454   case "x$with_xml" in
12455   x)   wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12456   xno) ;;
12457   *)   { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12458 This is an error since --with-xml was requested." >&5
12459 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12460 This is an error since --with-xml was requested." >&2;}
12461    { (exit 1); exit 1; }; } ;;
12462 esac
12463 fi
12464
12465
12466 if test "x$with_xslt" != "xno"
12467 then
12468     if test "$PKG_CONFIG" != "false"
12469     then
12470         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12471         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12472     else
12473         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12474         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12475     fi
12476     ac_save_CPPFLAGS="$CPPFLAGS"
12477     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12478
12479
12480 for ac_header in libxslt/pattern.h libxslt/transform.h
12481 do
12482 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12483 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12484 $as_echo_n "checking for $ac_header... " >&6; }
12485 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12486   $as_echo_n "(cached) " >&6
12487 else
12488   cat >conftest.$ac_ext <<_ACEOF
12489 /* confdefs.h.  */
12490 _ACEOF
12491 cat confdefs.h >>conftest.$ac_ext
12492 cat >>conftest.$ac_ext <<_ACEOF
12493 /* end confdefs.h.  */
12494 #ifdef HAVE_LIBXSLT_PATTERN_H
12495 # include <libxslt/pattern.h>
12496 #endif
12497
12498 #include <$ac_header>
12499 _ACEOF
12500 rm -f conftest.$ac_objext
12501 if { (ac_try="$ac_compile"
12502 case "(($ac_try" in
12503   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12504   *) ac_try_echo=$ac_try;;
12505 esac
12506 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12507 $as_echo "$ac_try_echo") >&5
12508   (eval "$ac_compile") 2>conftest.er1
12509   ac_status=$?
12510   grep -v '^ *+' conftest.er1 >conftest.err
12511   rm -f conftest.er1
12512   cat conftest.err >&5
12513   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12514   (exit $ac_status); } && {
12515          test -z "$ac_c_werror_flag" ||
12516          test ! -s conftest.err
12517        } && test -s conftest.$ac_objext; then
12518   eval "$as_ac_Header=yes"
12519 else
12520   $as_echo "$as_me: failed program was:" >&5
12521 sed 's/^/| /' conftest.$ac_ext >&5
12522
12523         eval "$as_ac_Header=no"
12524 fi
12525
12526 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12527 fi
12528 ac_res=`eval 'as_val=${'$as_ac_Header'}
12529                  $as_echo "$as_val"'`
12530                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12531 $as_echo "$ac_res" >&6; }
12532 as_val=`eval 'as_val=${'$as_ac_Header'}
12533                  $as_echo "$as_val"'`
12534    if test "x$as_val" = x""yes; then
12535   cat >>confdefs.h <<_ACEOF
12536 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12537 _ACEOF
12538
12539 fi
12540
12541 done
12542
12543     CPPFLAGS="$ac_save_CPPFLAGS"
12544     if test "$ac_cv_header_libxslt_transform_h" = "yes"
12545     then
12546         { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12547 $as_echo_n "checking for -lxslt... " >&6; }
12548 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12549   $as_echo_n "(cached) " >&6
12550 else
12551   ac_check_soname_save_LIBS=$LIBS
12552 LIBS="-lxslt $ac_xslt_libs $LIBS"
12553   cat >conftest.$ac_ext <<_ACEOF
12554 /* confdefs.h.  */
12555 _ACEOF
12556 cat confdefs.h >>conftest.$ac_ext
12557 cat >>conftest.$ac_ext <<_ACEOF
12558 /* end confdefs.h.  */
12559
12560 /* Override any GCC internal prototype to avoid an error.
12561    Use char because int might match the return type of a GCC
12562    builtin and then its argument prototype would still apply.  */
12563 #ifdef __cplusplus
12564 extern "C"
12565 #endif
12566 char xsltCompilePattern ();
12567 int
12568 main ()
12569 {
12570 return xsltCompilePattern ();
12571   ;
12572   return 0;
12573 }
12574 _ACEOF
12575 rm -f conftest.$ac_objext conftest$ac_exeext
12576 if { (ac_try="$ac_link"
12577 case "(($ac_try" in
12578   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12579   *) ac_try_echo=$ac_try;;
12580 esac
12581 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12582 $as_echo "$ac_try_echo") >&5
12583   (eval "$ac_link") 2>conftest.er1
12584   ac_status=$?
12585   grep -v '^ *+' conftest.er1 >conftest.err
12586   rm -f conftest.er1
12587   cat conftest.err >&5
12588   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12589   (exit $ac_status); } && {
12590          test -z "$ac_c_werror_flag" ||
12591          test ! -s conftest.err
12592        } && test -s conftest$ac_exeext && {
12593          test "$cross_compiling" = yes ||
12594          $as_test_x conftest$ac_exeext
12595        }; then
12596   case "$LIBEXT" in
12597     dll) ;;
12598     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'` ;;
12599     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
12600   esac
12601 else
12602   $as_echo "$as_me: failed program was:" >&5
12603 sed 's/^/| /' conftest.$ac_ext >&5
12604
12605
12606 fi
12607
12608 rm -rf conftest.dSYM
12609 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12610       conftest$ac_exeext conftest.$ac_ext
12611   LIBS=$ac_check_soname_save_LIBS
12612 fi
12613 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12614   { $as_echo "$as_me:$LINENO: result: not found" >&5
12615 $as_echo "not found" >&6; }
12616
12617 else
12618   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12619 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12620
12621 cat >>confdefs.h <<_ACEOF
12622 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12623 _ACEOF
12624
12625        XSLTINCL="$ac_xslt_cflags"
12626 fi
12627
12628     fi
12629 fi
12630 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12631   case "x$with_xslt" in
12632   x)   wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12633   xno) ;;
12634   *)   { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12635 This is an error since --with-xslt was requested." >&5
12636 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12637 This is an error since --with-xslt was requested." >&2;}
12638    { (exit 1); exit 1; }; } ;;
12639 esac
12640 fi
12641
12642
12643 HALINCL=""
12644
12645 if test "x$with_hal" != "xno"
12646 then
12647     ac_save_CPPFLAGS="$CPPFLAGS"
12648     if test "$PKG_CONFIG" != "false"
12649     then
12650         ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12651         ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12652         CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12653     fi
12654
12655
12656 for ac_header in dbus/dbus.h hal/libhal.h
12657 do
12658 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12659 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12660   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12661 $as_echo_n "checking for $ac_header... " >&6; }
12662 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12663   $as_echo_n "(cached) " >&6
12664 fi
12665 ac_res=`eval 'as_val=${'$as_ac_Header'}
12666                  $as_echo "$as_val"'`
12667                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12668 $as_echo "$ac_res" >&6; }
12669 else
12670   # Is the header compilable?
12671 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12672 $as_echo_n "checking $ac_header usability... " >&6; }
12673 cat >conftest.$ac_ext <<_ACEOF
12674 /* confdefs.h.  */
12675 _ACEOF
12676 cat confdefs.h >>conftest.$ac_ext
12677 cat >>conftest.$ac_ext <<_ACEOF
12678 /* end confdefs.h.  */
12679 $ac_includes_default
12680 #include <$ac_header>
12681 _ACEOF
12682 rm -f conftest.$ac_objext
12683 if { (ac_try="$ac_compile"
12684 case "(($ac_try" in
12685   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12686   *) ac_try_echo=$ac_try;;
12687 esac
12688 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12689 $as_echo "$ac_try_echo") >&5
12690   (eval "$ac_compile") 2>conftest.er1
12691   ac_status=$?
12692   grep -v '^ *+' conftest.er1 >conftest.err
12693   rm -f conftest.er1
12694   cat conftest.err >&5
12695   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12696   (exit $ac_status); } && {
12697          test -z "$ac_c_werror_flag" ||
12698          test ! -s conftest.err
12699        } && test -s conftest.$ac_objext; then
12700   ac_header_compiler=yes
12701 else
12702   $as_echo "$as_me: failed program was:" >&5
12703 sed 's/^/| /' conftest.$ac_ext >&5
12704
12705         ac_header_compiler=no
12706 fi
12707
12708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12709 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12710 $as_echo "$ac_header_compiler" >&6; }
12711
12712 # Is the header present?
12713 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12714 $as_echo_n "checking $ac_header presence... " >&6; }
12715 cat >conftest.$ac_ext <<_ACEOF
12716 /* confdefs.h.  */
12717 _ACEOF
12718 cat confdefs.h >>conftest.$ac_ext
12719 cat >>conftest.$ac_ext <<_ACEOF
12720 /* end confdefs.h.  */
12721 #include <$ac_header>
12722 _ACEOF
12723 if { (ac_try="$ac_cpp conftest.$ac_ext"
12724 case "(($ac_try" in
12725   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12726   *) ac_try_echo=$ac_try;;
12727 esac
12728 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12729 $as_echo "$ac_try_echo") >&5
12730   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12731   ac_status=$?
12732   grep -v '^ *+' conftest.er1 >conftest.err
12733   rm -f conftest.er1
12734   cat conftest.err >&5
12735   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12736   (exit $ac_status); } >/dev/null && {
12737          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12738          test ! -s conftest.err
12739        }; then
12740   ac_header_preproc=yes
12741 else
12742   $as_echo "$as_me: failed program was:" >&5
12743 sed 's/^/| /' conftest.$ac_ext >&5
12744
12745   ac_header_preproc=no
12746 fi
12747
12748 rm -f conftest.err conftest.$ac_ext
12749 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12750 $as_echo "$ac_header_preproc" >&6; }
12751
12752 # So?  What about this header?
12753 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12754   yes:no: )
12755     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12756 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12757     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12758 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12759     ac_header_preproc=yes
12760     ;;
12761   no:yes:* )
12762     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12763 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12764     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12765 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12766     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12767 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12768     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12769 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12770     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12771 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12772     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12773 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12774     ( cat <<\_ASBOX
12775 ## ------------------------------------ ##
12776 ## Report this to wine-devel@winehq.org ##
12777 ## ------------------------------------ ##
12778 _ASBOX
12779      ) | sed "s/^/$as_me: WARNING:     /" >&2
12780     ;;
12781 esac
12782 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12783 $as_echo_n "checking for $ac_header... " >&6; }
12784 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12785   $as_echo_n "(cached) " >&6
12786 else
12787   eval "$as_ac_Header=\$ac_header_preproc"
12788 fi
12789 ac_res=`eval 'as_val=${'$as_ac_Header'}
12790                  $as_echo "$as_val"'`
12791                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12792 $as_echo "$ac_res" >&6; }
12793
12794 fi
12795 as_val=`eval 'as_val=${'$as_ac_Header'}
12796                  $as_echo "$as_val"'`
12797    if test "x$as_val" = x""yes; then
12798   cat >>confdefs.h <<_ACEOF
12799 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12800 _ACEOF
12801
12802 fi
12803
12804 done
12805
12806     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12807     then
12808         { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12809 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
12810 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12811   $as_echo_n "(cached) " >&6
12812 else
12813   ac_check_lib_save_LIBS=$LIBS
12814 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12815 cat >conftest.$ac_ext <<_ACEOF
12816 /* confdefs.h.  */
12817 _ACEOF
12818 cat confdefs.h >>conftest.$ac_ext
12819 cat >>conftest.$ac_ext <<_ACEOF
12820 /* end confdefs.h.  */
12821
12822 /* Override any GCC internal prototype to avoid an error.
12823    Use char because int might match the return type of a GCC
12824    builtin and then its argument prototype would still apply.  */
12825 #ifdef __cplusplus
12826 extern "C"
12827 #endif
12828 char dbus_connection_close ();
12829 int
12830 main ()
12831 {
12832 return dbus_connection_close ();
12833   ;
12834   return 0;
12835 }
12836 _ACEOF
12837 rm -f conftest.$ac_objext conftest$ac_exeext
12838 if { (ac_try="$ac_link"
12839 case "(($ac_try" in
12840   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12841   *) ac_try_echo=$ac_try;;
12842 esac
12843 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12844 $as_echo "$ac_try_echo") >&5
12845   (eval "$ac_link") 2>conftest.er1
12846   ac_status=$?
12847   grep -v '^ *+' conftest.er1 >conftest.err
12848   rm -f conftest.er1
12849   cat conftest.err >&5
12850   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12851   (exit $ac_status); } && {
12852          test -z "$ac_c_werror_flag" ||
12853          test ! -s conftest.err
12854        } && test -s conftest$ac_exeext && {
12855          test "$cross_compiling" = yes ||
12856          $as_test_x conftest$ac_exeext
12857        }; then
12858   ac_cv_lib_dbus_1_dbus_connection_close=yes
12859 else
12860   $as_echo "$as_me: failed program was:" >&5
12861 sed 's/^/| /' conftest.$ac_ext >&5
12862
12863         ac_cv_lib_dbus_1_dbus_connection_close=no
12864 fi
12865
12866 rm -rf conftest.dSYM
12867 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12868       conftest$ac_exeext conftest.$ac_ext
12869 LIBS=$ac_check_lib_save_LIBS
12870 fi
12871 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12872 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12873 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
12874   { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
12875 $as_echo_n "checking for -lhal... " >&6; }
12876 if test "${ac_cv_lib_soname_hal+set}" = set; then
12877   $as_echo_n "(cached) " >&6
12878 else
12879   ac_check_soname_save_LIBS=$LIBS
12880 LIBS="-lhal $ac_hal_libs $LIBS"
12881   cat >conftest.$ac_ext <<_ACEOF
12882 /* confdefs.h.  */
12883 _ACEOF
12884 cat confdefs.h >>conftest.$ac_ext
12885 cat >>conftest.$ac_ext <<_ACEOF
12886 /* end confdefs.h.  */
12887
12888 /* Override any GCC internal prototype to avoid an error.
12889    Use char because int might match the return type of a GCC
12890    builtin and then its argument prototype would still apply.  */
12891 #ifdef __cplusplus
12892 extern "C"
12893 #endif
12894 char libhal_ctx_new ();
12895 int
12896 main ()
12897 {
12898 return libhal_ctx_new ();
12899   ;
12900   return 0;
12901 }
12902 _ACEOF
12903 rm -f conftest.$ac_objext conftest$ac_exeext
12904 if { (ac_try="$ac_link"
12905 case "(($ac_try" in
12906   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12907   *) ac_try_echo=$ac_try;;
12908 esac
12909 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12910 $as_echo "$ac_try_echo") >&5
12911   (eval "$ac_link") 2>conftest.er1
12912   ac_status=$?
12913   grep -v '^ *+' conftest.er1 >conftest.err
12914   rm -f conftest.er1
12915   cat conftest.err >&5
12916   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12917   (exit $ac_status); } && {
12918          test -z "$ac_c_werror_flag" ||
12919          test ! -s conftest.err
12920        } && test -s conftest$ac_exeext && {
12921          test "$cross_compiling" = yes ||
12922          $as_test_x conftest$ac_exeext
12923        }; then
12924   case "$LIBEXT" in
12925     dll) ;;
12926     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'` ;;
12927     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
12928   esac
12929 else
12930   $as_echo "$as_me: failed program was:" >&5
12931 sed 's/^/| /' conftest.$ac_ext >&5
12932
12933
12934 fi
12935
12936 rm -rf conftest.dSYM
12937 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12938       conftest$ac_exeext conftest.$ac_ext
12939   LIBS=$ac_check_soname_save_LIBS
12940 fi
12941 if test "x$ac_cv_lib_soname_hal" = "x"; then
12942   { $as_echo "$as_me:$LINENO: result: not found" >&5
12943 $as_echo "not found" >&6; }
12944
12945 else
12946   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12947 $as_echo "$ac_cv_lib_soname_hal" >&6; }
12948
12949 cat >>confdefs.h <<_ACEOF
12950 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12951 _ACEOF
12952
12953        HALINCL="$ac_hal_cflags"
12954 fi
12955
12956 fi
12957
12958     fi
12959     CPPFLAGS="$ac_save_CPPFLAGS"
12960 fi
12961 if test "x$ac_cv_lib_soname_hal" = "x"; then
12962   case "x$with_hal" in
12963   x)   wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
12964   xno) ;;
12965   *)   { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
12966 This is an error since --with-hal was requested." >&5
12967 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
12968 This is an error since --with-hal was requested." >&2;}
12969    { (exit 1); exit 1; }; } ;;
12970 esac
12971 fi
12972
12973
12974 if test "x$with_gnutls" != "xno"
12975 then
12976     ac_save_CPPFLAGS="$CPPFLAGS"
12977     if test "$PKG_CONFIG" != "false"
12978     then
12979         ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12980         ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12981         CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12982     fi
12983     if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12984   { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12985 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
12986 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12987   $as_echo_n "(cached) " >&6
12988 fi
12989 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12990 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
12991 else
12992   # Is the header compilable?
12993 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12994 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
12995 cat >conftest.$ac_ext <<_ACEOF
12996 /* confdefs.h.  */
12997 _ACEOF
12998 cat confdefs.h >>conftest.$ac_ext
12999 cat >>conftest.$ac_ext <<_ACEOF
13000 /* end confdefs.h.  */
13001 $ac_includes_default
13002 #include <gnutls/gnutls.h>
13003 _ACEOF
13004 rm -f conftest.$ac_objext
13005 if { (ac_try="$ac_compile"
13006 case "(($ac_try" in
13007   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13008   *) ac_try_echo=$ac_try;;
13009 esac
13010 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13011 $as_echo "$ac_try_echo") >&5
13012   (eval "$ac_compile") 2>conftest.er1
13013   ac_status=$?
13014   grep -v '^ *+' conftest.er1 >conftest.err
13015   rm -f conftest.er1
13016   cat conftest.err >&5
13017   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13018   (exit $ac_status); } && {
13019          test -z "$ac_c_werror_flag" ||
13020          test ! -s conftest.err
13021        } && test -s conftest.$ac_objext; then
13022   ac_header_compiler=yes
13023 else
13024   $as_echo "$as_me: failed program was:" >&5
13025 sed 's/^/| /' conftest.$ac_ext >&5
13026
13027         ac_header_compiler=no
13028 fi
13029
13030 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13031 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13032 $as_echo "$ac_header_compiler" >&6; }
13033
13034 # Is the header present?
13035 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13036 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13037 cat >conftest.$ac_ext <<_ACEOF
13038 /* confdefs.h.  */
13039 _ACEOF
13040 cat confdefs.h >>conftest.$ac_ext
13041 cat >>conftest.$ac_ext <<_ACEOF
13042 /* end confdefs.h.  */
13043 #include <gnutls/gnutls.h>
13044 _ACEOF
13045 if { (ac_try="$ac_cpp conftest.$ac_ext"
13046 case "(($ac_try" in
13047   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13048   *) ac_try_echo=$ac_try;;
13049 esac
13050 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13051 $as_echo "$ac_try_echo") >&5
13052   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13053   ac_status=$?
13054   grep -v '^ *+' conftest.er1 >conftest.err
13055   rm -f conftest.er1
13056   cat conftest.err >&5
13057   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13058   (exit $ac_status); } >/dev/null && {
13059          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13060          test ! -s conftest.err
13061        }; then
13062   ac_header_preproc=yes
13063 else
13064   $as_echo "$as_me: failed program was:" >&5
13065 sed 's/^/| /' conftest.$ac_ext >&5
13066
13067   ac_header_preproc=no
13068 fi
13069
13070 rm -f conftest.err conftest.$ac_ext
13071 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13072 $as_echo "$ac_header_preproc" >&6; }
13073
13074 # So?  What about this header?
13075 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13076   yes:no: )
13077     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13078 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13079     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13080 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13081     ac_header_preproc=yes
13082     ;;
13083   no:yes:* )
13084     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13085 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13086     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&5
13087 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&2;}
13088     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13089 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13090     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&5
13091 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13092     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13093 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13094     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13095 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13096     ( cat <<\_ASBOX
13097 ## ------------------------------------ ##
13098 ## Report this to wine-devel@winehq.org ##
13099 ## ------------------------------------ ##
13100 _ASBOX
13101      ) | sed "s/^/$as_me: WARNING:     /" >&2
13102     ;;
13103 esac
13104 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13105 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13106 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13107   $as_echo_n "(cached) " >&6
13108 else
13109   ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13110 fi
13111 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13112 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13113
13114 fi
13115 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13116   cat >conftest.$ac_ext <<_ACEOF
13117 /* confdefs.h.  */
13118 _ACEOF
13119 cat confdefs.h >>conftest.$ac_ext
13120 cat >>conftest.$ac_ext <<_ACEOF
13121 /* end confdefs.h.  */
13122 #include <gnutls/gnutls.h>
13123 int
13124 main ()
13125 {
13126 typeof(gnutls_mac_get_key_size) *pfunc;
13127   ;
13128   return 0;
13129 }
13130 _ACEOF
13131 rm -f conftest.$ac_objext
13132 if { (ac_try="$ac_compile"
13133 case "(($ac_try" in
13134   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13135   *) ac_try_echo=$ac_try;;
13136 esac
13137 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13138 $as_echo "$ac_try_echo") >&5
13139   (eval "$ac_compile") 2>conftest.er1
13140   ac_status=$?
13141   grep -v '^ *+' conftest.er1 >conftest.err
13142   rm -f conftest.er1
13143   cat conftest.err >&5
13144   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13145   (exit $ac_status); } && {
13146          test -z "$ac_c_werror_flag" ||
13147          test ! -s conftest.err
13148        } && test -s conftest.$ac_objext; then
13149   { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13150 $as_echo_n "checking for -lgnutls... " >&6; }
13151 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13152   $as_echo_n "(cached) " >&6
13153 else
13154   ac_check_soname_save_LIBS=$LIBS
13155 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13156   cat >conftest.$ac_ext <<_ACEOF
13157 /* confdefs.h.  */
13158 _ACEOF
13159 cat confdefs.h >>conftest.$ac_ext
13160 cat >>conftest.$ac_ext <<_ACEOF
13161 /* end confdefs.h.  */
13162
13163 /* Override any GCC internal prototype to avoid an error.
13164    Use char because int might match the return type of a GCC
13165    builtin and then its argument prototype would still apply.  */
13166 #ifdef __cplusplus
13167 extern "C"
13168 #endif
13169 char gnutls_global_init ();
13170 int
13171 main ()
13172 {
13173 return gnutls_global_init ();
13174   ;
13175   return 0;
13176 }
13177 _ACEOF
13178 rm -f conftest.$ac_objext conftest$ac_exeext
13179 if { (ac_try="$ac_link"
13180 case "(($ac_try" in
13181   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13182   *) ac_try_echo=$ac_try;;
13183 esac
13184 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13185 $as_echo "$ac_try_echo") >&5
13186   (eval "$ac_link") 2>conftest.er1
13187   ac_status=$?
13188   grep -v '^ *+' conftest.er1 >conftest.err
13189   rm -f conftest.er1
13190   cat conftest.err >&5
13191   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13192   (exit $ac_status); } && {
13193          test -z "$ac_c_werror_flag" ||
13194          test ! -s conftest.err
13195        } && test -s conftest$ac_exeext && {
13196          test "$cross_compiling" = yes ||
13197          $as_test_x conftest$ac_exeext
13198        }; then
13199   case "$LIBEXT" in
13200     dll) ;;
13201     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'` ;;
13202     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13203   esac
13204 else
13205   $as_echo "$as_me: failed program was:" >&5
13206 sed 's/^/| /' conftest.$ac_ext >&5
13207
13208
13209 fi
13210
13211 rm -rf conftest.dSYM
13212 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13213       conftest$ac_exeext conftest.$ac_ext
13214   LIBS=$ac_check_soname_save_LIBS
13215 fi
13216 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13217   { $as_echo "$as_me:$LINENO: result: not found" >&5
13218 $as_echo "not found" >&6; }
13219
13220 else
13221   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13222 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13223
13224 cat >>confdefs.h <<_ACEOF
13225 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13226 _ACEOF
13227
13228        GNUTLSINCL="$ac_gnutls_cflags"
13229
13230 fi
13231
13232 else
13233   $as_echo "$as_me: failed program was:" >&5
13234 sed 's/^/| /' conftest.$ac_ext >&5
13235
13236
13237 fi
13238
13239 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13240 fi
13241
13242
13243     CPPFLAGS="$ac_save_CPPFLAGS"
13244 fi
13245 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13246   case "x$with_gnutls" in
13247   x)   wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13248   xno) ;;
13249   *)   { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13250 This is an error since --with-gnutls was requested." >&5
13251 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13252 This is an error since --with-gnutls was requested." >&2;}
13253    { (exit 1); exit 1; }; } ;;
13254 esac
13255 fi
13256
13257
13258 CURSESLIBS=""
13259 if test "$ac_cv_header_ncurses_h" = "yes"
13260 then
13261     { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13262 $as_echo_n "checking for -lncurses... " >&6; }
13263 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13264   $as_echo_n "(cached) " >&6
13265 else
13266   ac_check_soname_save_LIBS=$LIBS
13267 LIBS="-lncurses  $LIBS"
13268   cat >conftest.$ac_ext <<_ACEOF
13269 /* confdefs.h.  */
13270 _ACEOF
13271 cat confdefs.h >>conftest.$ac_ext
13272 cat >>conftest.$ac_ext <<_ACEOF
13273 /* end confdefs.h.  */
13274
13275 /* Override any GCC internal prototype to avoid an error.
13276    Use char because int might match the return type of a GCC
13277    builtin and then its argument prototype would still apply.  */
13278 #ifdef __cplusplus
13279 extern "C"
13280 #endif
13281 char waddch ();
13282 int
13283 main ()
13284 {
13285 return waddch ();
13286   ;
13287   return 0;
13288 }
13289 _ACEOF
13290 rm -f conftest.$ac_objext conftest$ac_exeext
13291 if { (ac_try="$ac_link"
13292 case "(($ac_try" in
13293   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13294   *) ac_try_echo=$ac_try;;
13295 esac
13296 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13297 $as_echo "$ac_try_echo") >&5
13298   (eval "$ac_link") 2>conftest.er1
13299   ac_status=$?
13300   grep -v '^ *+' conftest.er1 >conftest.err
13301   rm -f conftest.er1
13302   cat conftest.err >&5
13303   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13304   (exit $ac_status); } && {
13305          test -z "$ac_c_werror_flag" ||
13306          test ! -s conftest.err
13307        } && test -s conftest$ac_exeext && {
13308          test "$cross_compiling" = yes ||
13309          $as_test_x conftest$ac_exeext
13310        }; then
13311   case "$LIBEXT" in
13312     dll) ;;
13313     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'` ;;
13314     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
13315   esac
13316 else
13317   $as_echo "$as_me: failed program was:" >&5
13318 sed 's/^/| /' conftest.$ac_ext >&5
13319
13320
13321 fi
13322
13323 rm -rf conftest.dSYM
13324 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13325       conftest$ac_exeext conftest.$ac_ext
13326   LIBS=$ac_check_soname_save_LIBS
13327 fi
13328 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13329   { $as_echo "$as_me:$LINENO: result: not found" >&5
13330 $as_echo "not found" >&6; }
13331
13332 else
13333   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13334 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13335
13336 cat >>confdefs.h <<_ACEOF
13337 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13338 _ACEOF
13339
13340        CURSESLIBS="-lncurses"
13341 fi
13342
13343 elif test "$ac_cv_header_curses_h" = "yes"
13344 then
13345     { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13346 $as_echo_n "checking for -lcurses... " >&6; }
13347 if test "${ac_cv_lib_soname_curses+set}" = set; then
13348   $as_echo_n "(cached) " >&6
13349 else
13350   ac_check_soname_save_LIBS=$LIBS
13351 LIBS="-lcurses  $LIBS"
13352   cat >conftest.$ac_ext <<_ACEOF
13353 /* confdefs.h.  */
13354 _ACEOF
13355 cat confdefs.h >>conftest.$ac_ext
13356 cat >>conftest.$ac_ext <<_ACEOF
13357 /* end confdefs.h.  */
13358
13359 /* Override any GCC internal prototype to avoid an error.
13360    Use char because int might match the return type of a GCC
13361    builtin and then its argument prototype would still apply.  */
13362 #ifdef __cplusplus
13363 extern "C"
13364 #endif
13365 char waddch ();
13366 int
13367 main ()
13368 {
13369 return waddch ();
13370   ;
13371   return 0;
13372 }
13373 _ACEOF
13374 rm -f conftest.$ac_objext conftest$ac_exeext
13375 if { (ac_try="$ac_link"
13376 case "(($ac_try" in
13377   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13378   *) ac_try_echo=$ac_try;;
13379 esac
13380 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13381 $as_echo "$ac_try_echo") >&5
13382   (eval "$ac_link") 2>conftest.er1
13383   ac_status=$?
13384   grep -v '^ *+' conftest.er1 >conftest.err
13385   rm -f conftest.er1
13386   cat conftest.err >&5
13387   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13388   (exit $ac_status); } && {
13389          test -z "$ac_c_werror_flag" ||
13390          test ! -s conftest.err
13391        } && test -s conftest$ac_exeext && {
13392          test "$cross_compiling" = yes ||
13393          $as_test_x conftest$ac_exeext
13394        }; then
13395   case "$LIBEXT" in
13396     dll) ;;
13397     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'` ;;
13398     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13399   esac
13400 else
13401   $as_echo "$as_me: failed program was:" >&5
13402 sed 's/^/| /' conftest.$ac_ext >&5
13403
13404
13405 fi
13406
13407 rm -rf conftest.dSYM
13408 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13409       conftest$ac_exeext conftest.$ac_ext
13410   LIBS=$ac_check_soname_save_LIBS
13411 fi
13412 if test "x$ac_cv_lib_soname_curses" = "x"; then
13413   { $as_echo "$as_me:$LINENO: result: not found" >&5
13414 $as_echo "not found" >&6; }
13415
13416 else
13417   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13418 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13419
13420 cat >>confdefs.h <<_ACEOF
13421 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13422 _ACEOF
13423
13424        CURSESLIBS="-lcurses"
13425 fi
13426
13427 fi
13428 ac_save_LIBS="$LIBS"
13429 LIBS="$LIBS $CURSESLIBS"
13430
13431 for ac_func in mousemask
13432 do
13433 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13434 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13435 $as_echo_n "checking for $ac_func... " >&6; }
13436 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13437   $as_echo_n "(cached) " >&6
13438 else
13439   cat >conftest.$ac_ext <<_ACEOF
13440 /* confdefs.h.  */
13441 _ACEOF
13442 cat confdefs.h >>conftest.$ac_ext
13443 cat >>conftest.$ac_ext <<_ACEOF
13444 /* end confdefs.h.  */
13445 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13446    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13447 #define $ac_func innocuous_$ac_func
13448
13449 /* System header to define __stub macros and hopefully few prototypes,
13450     which can conflict with char $ac_func (); below.
13451     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13452     <limits.h> exists even on freestanding compilers.  */
13453
13454 #ifdef __STDC__
13455 # include <limits.h>
13456 #else
13457 # include <assert.h>
13458 #endif
13459
13460 #undef $ac_func
13461
13462 /* Override any GCC internal prototype to avoid an error.
13463    Use char because int might match the return type of a GCC
13464    builtin and then its argument prototype would still apply.  */
13465 #ifdef __cplusplus
13466 extern "C"
13467 #endif
13468 char $ac_func ();
13469 /* The GNU C library defines this for functions which it implements
13470     to always fail with ENOSYS.  Some functions are actually named
13471     something starting with __ and the normal name is an alias.  */
13472 #if defined __stub_$ac_func || defined __stub___$ac_func
13473 choke me
13474 #endif
13475
13476 int
13477 main ()
13478 {
13479 return $ac_func ();
13480   ;
13481   return 0;
13482 }
13483 _ACEOF
13484 rm -f conftest.$ac_objext conftest$ac_exeext
13485 if { (ac_try="$ac_link"
13486 case "(($ac_try" in
13487   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13488   *) ac_try_echo=$ac_try;;
13489 esac
13490 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13491 $as_echo "$ac_try_echo") >&5
13492   (eval "$ac_link") 2>conftest.er1
13493   ac_status=$?
13494   grep -v '^ *+' conftest.er1 >conftest.err
13495   rm -f conftest.er1
13496   cat conftest.err >&5
13497   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13498   (exit $ac_status); } && {
13499          test -z "$ac_c_werror_flag" ||
13500          test ! -s conftest.err
13501        } && test -s conftest$ac_exeext && {
13502          test "$cross_compiling" = yes ||
13503          $as_test_x conftest$ac_exeext
13504        }; then
13505   eval "$as_ac_var=yes"
13506 else
13507   $as_echo "$as_me: failed program was:" >&5
13508 sed 's/^/| /' conftest.$ac_ext >&5
13509
13510         eval "$as_ac_var=no"
13511 fi
13512
13513 rm -rf conftest.dSYM
13514 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13515       conftest$ac_exeext conftest.$ac_ext
13516 fi
13517 ac_res=`eval 'as_val=${'$as_ac_var'}
13518                  $as_echo "$as_val"'`
13519                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13520 $as_echo "$ac_res" >&6; }
13521 as_val=`eval 'as_val=${'$as_ac_var'}
13522                  $as_echo "$as_val"'`
13523    if test "x$as_val" = x""yes; then
13524   cat >>confdefs.h <<_ACEOF
13525 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13526 _ACEOF
13527
13528 fi
13529 done
13530
13531 LIBS="$ac_save_LIBS"
13532 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13533   case "x$with_curses" in
13534   x)   wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13535   xno) ;;
13536   *)   { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13537 This is an error since --with-curses was requested." >&5
13538 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13539 This is an error since --with-curses was requested." >&2;}
13540    { (exit 1); exit 1; }; } ;;
13541 esac
13542 fi
13543
13544
13545 if test "x$with_sane" != "xno"
13546 then
13547     ac_save_CPPFLAGS="$CPPFLAGS"
13548     # Extract the first word of "sane-config", so it can be a program name with args.
13549 set dummy sane-config; ac_word=$2
13550 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13551 $as_echo_n "checking for $ac_word... " >&6; }
13552 if test "${ac_cv_prog_sane_devel+set}" = set; then
13553   $as_echo_n "(cached) " >&6
13554 else
13555   if test -n "$sane_devel"; then
13556   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13557 else
13558 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13559 for as_dir in $PATH
13560 do
13561   IFS=$as_save_IFS
13562   test -z "$as_dir" && as_dir=.
13563   for ac_exec_ext in '' $ac_executable_extensions; do
13564   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13565     ac_cv_prog_sane_devel="sane-config"
13566     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13567     break 2
13568   fi
13569 done
13570 done
13571 IFS=$as_save_IFS
13572
13573   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13574 fi
13575 fi
13576 sane_devel=$ac_cv_prog_sane_devel
13577 if test -n "$sane_devel"; then
13578   { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13579 $as_echo "$sane_devel" >&6; }
13580 else
13581   { $as_echo "$as_me:$LINENO: result: no" >&5
13582 $as_echo "no" >&6; }
13583 fi
13584
13585
13586     if test "$sane_devel" != "no"
13587     then
13588         ac_sane_incl="`$sane_devel --cflags`"
13589         ac_sane_libs="`$sane_devel --ldflags`"
13590         CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13591     fi
13592     if test "${ac_cv_header_sane_sane_h+set}" = set; then
13593   { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13594 $as_echo_n "checking for sane/sane.h... " >&6; }
13595 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13596   $as_echo_n "(cached) " >&6
13597 fi
13598 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13599 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13600 else
13601   # Is the header compilable?
13602 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13603 $as_echo_n "checking sane/sane.h usability... " >&6; }
13604 cat >conftest.$ac_ext <<_ACEOF
13605 /* confdefs.h.  */
13606 _ACEOF
13607 cat confdefs.h >>conftest.$ac_ext
13608 cat >>conftest.$ac_ext <<_ACEOF
13609 /* end confdefs.h.  */
13610 $ac_includes_default
13611 #include <sane/sane.h>
13612 _ACEOF
13613 rm -f conftest.$ac_objext
13614 if { (ac_try="$ac_compile"
13615 case "(($ac_try" in
13616   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13617   *) ac_try_echo=$ac_try;;
13618 esac
13619 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13620 $as_echo "$ac_try_echo") >&5
13621   (eval "$ac_compile") 2>conftest.er1
13622   ac_status=$?
13623   grep -v '^ *+' conftest.er1 >conftest.err
13624   rm -f conftest.er1
13625   cat conftest.err >&5
13626   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13627   (exit $ac_status); } && {
13628          test -z "$ac_c_werror_flag" ||
13629          test ! -s conftest.err
13630        } && test -s conftest.$ac_objext; then
13631   ac_header_compiler=yes
13632 else
13633   $as_echo "$as_me: failed program was:" >&5
13634 sed 's/^/| /' conftest.$ac_ext >&5
13635
13636         ac_header_compiler=no
13637 fi
13638
13639 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13640 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13641 $as_echo "$ac_header_compiler" >&6; }
13642
13643 # Is the header present?
13644 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13645 $as_echo_n "checking sane/sane.h presence... " >&6; }
13646 cat >conftest.$ac_ext <<_ACEOF
13647 /* confdefs.h.  */
13648 _ACEOF
13649 cat confdefs.h >>conftest.$ac_ext
13650 cat >>conftest.$ac_ext <<_ACEOF
13651 /* end confdefs.h.  */
13652 #include <sane/sane.h>
13653 _ACEOF
13654 if { (ac_try="$ac_cpp conftest.$ac_ext"
13655 case "(($ac_try" in
13656   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13657   *) ac_try_echo=$ac_try;;
13658 esac
13659 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13660 $as_echo "$ac_try_echo") >&5
13661   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13662   ac_status=$?
13663   grep -v '^ *+' conftest.er1 >conftest.err
13664   rm -f conftest.er1
13665   cat conftest.err >&5
13666   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13667   (exit $ac_status); } >/dev/null && {
13668          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13669          test ! -s conftest.err
13670        }; then
13671   ac_header_preproc=yes
13672 else
13673   $as_echo "$as_me: failed program was:" >&5
13674 sed 's/^/| /' conftest.$ac_ext >&5
13675
13676   ac_header_preproc=no
13677 fi
13678
13679 rm -f conftest.err conftest.$ac_ext
13680 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13681 $as_echo "$ac_header_preproc" >&6; }
13682
13683 # So?  What about this header?
13684 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13685   yes:no: )
13686     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13687 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13688     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13689 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13690     ac_header_preproc=yes
13691     ;;
13692   no:yes:* )
13693     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13694 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13695     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&5
13696 $as_echo "$as_me: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&2;}
13697     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13698 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13699     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&5
13700 $as_echo "$as_me: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13701     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13702 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13703     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13704 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13705     ( cat <<\_ASBOX
13706 ## ------------------------------------ ##
13707 ## Report this to wine-devel@winehq.org ##
13708 ## ------------------------------------ ##
13709 _ASBOX
13710      ) | sed "s/^/$as_me: WARNING:     /" >&2
13711     ;;
13712 esac
13713 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13714 $as_echo_n "checking for sane/sane.h... " >&6; }
13715 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13716   $as_echo_n "(cached) " >&6
13717 else
13718   ac_cv_header_sane_sane_h=$ac_header_preproc
13719 fi
13720 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13721 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13722
13723 fi
13724 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13725   { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13726 $as_echo_n "checking for -lsane... " >&6; }
13727 if test "${ac_cv_lib_soname_sane+set}" = set; then
13728   $as_echo_n "(cached) " >&6
13729 else
13730   ac_check_soname_save_LIBS=$LIBS
13731 LIBS="-lsane $ac_sane_libs $LIBS"
13732   cat >conftest.$ac_ext <<_ACEOF
13733 /* confdefs.h.  */
13734 _ACEOF
13735 cat confdefs.h >>conftest.$ac_ext
13736 cat >>conftest.$ac_ext <<_ACEOF
13737 /* end confdefs.h.  */
13738
13739 /* Override any GCC internal prototype to avoid an error.
13740    Use char because int might match the return type of a GCC
13741    builtin and then its argument prototype would still apply.  */
13742 #ifdef __cplusplus
13743 extern "C"
13744 #endif
13745 char sane_init ();
13746 int
13747 main ()
13748 {
13749 return sane_init ();
13750   ;
13751   return 0;
13752 }
13753 _ACEOF
13754 rm -f conftest.$ac_objext conftest$ac_exeext
13755 if { (ac_try="$ac_link"
13756 case "(($ac_try" in
13757   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13758   *) ac_try_echo=$ac_try;;
13759 esac
13760 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13761 $as_echo "$ac_try_echo") >&5
13762   (eval "$ac_link") 2>conftest.er1
13763   ac_status=$?
13764   grep -v '^ *+' conftest.er1 >conftest.err
13765   rm -f conftest.er1
13766   cat conftest.err >&5
13767   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13768   (exit $ac_status); } && {
13769          test -z "$ac_c_werror_flag" ||
13770          test ! -s conftest.err
13771        } && test -s conftest$ac_exeext && {
13772          test "$cross_compiling" = yes ||
13773          $as_test_x conftest$ac_exeext
13774        }; then
13775   case "$LIBEXT" in
13776     dll) ;;
13777     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'` ;;
13778     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
13779   esac
13780 else
13781   $as_echo "$as_me: failed program was:" >&5
13782 sed 's/^/| /' conftest.$ac_ext >&5
13783
13784
13785 fi
13786
13787 rm -rf conftest.dSYM
13788 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13789       conftest$ac_exeext conftest.$ac_ext
13790   LIBS=$ac_check_soname_save_LIBS
13791 fi
13792 if test "x$ac_cv_lib_soname_sane" = "x"; then
13793   { $as_echo "$as_me:$LINENO: result: not found" >&5
13794 $as_echo "not found" >&6; }
13795
13796 else
13797   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13798 $as_echo "$ac_cv_lib_soname_sane" >&6; }
13799
13800 cat >>confdefs.h <<_ACEOF
13801 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13802 _ACEOF
13803
13804        SANEINCL="$ac_sane_incl"
13805
13806 fi
13807
13808 fi
13809
13810
13811     CPPFLAGS="$ac_save_CPPFLAGS"
13812 fi
13813 if test "x$ac_cv_lib_soname_sane" = "x"; then
13814   case "x$with_sane" in
13815   x)   wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13816   xno) ;;
13817   *)   { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13818 This is an error since --with-sane was requested." >&5
13819 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13820 This is an error since --with-sane was requested." >&2;}
13821    { (exit 1); exit 1; }; } ;;
13822 esac
13823 fi
13824
13825
13826 if test "x$with_gphoto" != "xno"
13827 then
13828     ac_save_CPPFLAGS="$CPPFLAGS"
13829     # Extract the first word of "gphoto2-config", so it can be a program name with args.
13830 set dummy gphoto2-config; ac_word=$2
13831 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13832 $as_echo_n "checking for $ac_word... " >&6; }
13833 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13834   $as_echo_n "(cached) " >&6
13835 else
13836   if test -n "$gphoto2_devel"; then
13837   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13838 else
13839 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13840 for as_dir in $PATH
13841 do
13842   IFS=$as_save_IFS
13843   test -z "$as_dir" && as_dir=.
13844   for ac_exec_ext in '' $ac_executable_extensions; do
13845   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13846     ac_cv_prog_gphoto2_devel="gphoto2-config"
13847     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13848     break 2
13849   fi
13850 done
13851 done
13852 IFS=$as_save_IFS
13853
13854   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13855 fi
13856 fi
13857 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13858 if test -n "$gphoto2_devel"; then
13859   { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13860 $as_echo "$gphoto2_devel" >&6; }
13861 else
13862   { $as_echo "$as_me:$LINENO: result: no" >&5
13863 $as_echo "no" >&6; }
13864 fi
13865
13866
13867     # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13868 set dummy gphoto2-port-config; ac_word=$2
13869 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13870 $as_echo_n "checking for $ac_word... " >&6; }
13871 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13872   $as_echo_n "(cached) " >&6
13873 else
13874   if test -n "$gphoto2port_devel"; then
13875   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13876 else
13877 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13878 for as_dir in $PATH
13879 do
13880   IFS=$as_save_IFS
13881   test -z "$as_dir" && as_dir=.
13882   for ac_exec_ext in '' $ac_executable_extensions; do
13883   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13884     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13885     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13886     break 2
13887   fi
13888 done
13889 done
13890 IFS=$as_save_IFS
13891
13892   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13893 fi
13894 fi
13895 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13896 if test -n "$gphoto2port_devel"; then
13897   { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13898 $as_echo "$gphoto2port_devel" >&6; }
13899 else
13900   { $as_echo "$as_me:$LINENO: result: no" >&5
13901 $as_echo "no" >&6; }
13902 fi
13903
13904
13905     if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13906     then
13907         ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13908         ac_gphoto2_libs=""
13909         for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13910         do
13911             case "$i" in
13912             -L/usr/lib|-L/usr/lib64) ;;
13913             -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13914             esac
13915         done
13916         CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13917     fi
13918     ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
13919     if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13920   { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13921 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
13922 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13923   $as_echo_n "(cached) " >&6
13924 fi
13925 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13926 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
13927 else
13928   # Is the header compilable?
13929 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13930 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
13931 cat >conftest.$ac_ext <<_ACEOF
13932 /* confdefs.h.  */
13933 _ACEOF
13934 cat confdefs.h >>conftest.$ac_ext
13935 cat >>conftest.$ac_ext <<_ACEOF
13936 /* end confdefs.h.  */
13937 $ac_includes_default
13938 #include <gphoto2-camera.h>
13939 _ACEOF
13940 rm -f conftest.$ac_objext
13941 if { (ac_try="$ac_compile"
13942 case "(($ac_try" in
13943   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13944   *) ac_try_echo=$ac_try;;
13945 esac
13946 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13947 $as_echo "$ac_try_echo") >&5
13948   (eval "$ac_compile") 2>conftest.er1
13949   ac_status=$?
13950   grep -v '^ *+' conftest.er1 >conftest.err
13951   rm -f conftest.er1
13952   cat conftest.err >&5
13953   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13954   (exit $ac_status); } && {
13955          test -z "$ac_c_werror_flag" ||
13956          test ! -s conftest.err
13957        } && test -s conftest.$ac_objext; then
13958   ac_header_compiler=yes
13959 else
13960   $as_echo "$as_me: failed program was:" >&5
13961 sed 's/^/| /' conftest.$ac_ext >&5
13962
13963         ac_header_compiler=no
13964 fi
13965
13966 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13967 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13968 $as_echo "$ac_header_compiler" >&6; }
13969
13970 # Is the header present?
13971 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13972 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
13973 cat >conftest.$ac_ext <<_ACEOF
13974 /* confdefs.h.  */
13975 _ACEOF
13976 cat confdefs.h >>conftest.$ac_ext
13977 cat >>conftest.$ac_ext <<_ACEOF
13978 /* end confdefs.h.  */
13979 #include <gphoto2-camera.h>
13980 _ACEOF
13981 if { (ac_try="$ac_cpp conftest.$ac_ext"
13982 case "(($ac_try" in
13983   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13984   *) ac_try_echo=$ac_try;;
13985 esac
13986 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13987 $as_echo "$ac_try_echo") >&5
13988   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13989   ac_status=$?
13990   grep -v '^ *+' conftest.er1 >conftest.err
13991   rm -f conftest.er1
13992   cat conftest.err >&5
13993   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13994   (exit $ac_status); } >/dev/null && {
13995          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13996          test ! -s conftest.err
13997        }; then
13998   ac_header_preproc=yes
13999 else
14000   $as_echo "$as_me: failed program was:" >&5
14001 sed 's/^/| /' conftest.$ac_ext >&5
14002
14003   ac_header_preproc=no
14004 fi
14005
14006 rm -f conftest.err conftest.$ac_ext
14007 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14008 $as_echo "$ac_header_preproc" >&6; }
14009
14010 # So?  What about this header?
14011 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14012   yes:no: )
14013     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14014 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14015     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14016 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14017     ac_header_preproc=yes
14018     ;;
14019   no:yes:* )
14020     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14021 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14022     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&5
14023 $as_echo "$as_me: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&2;}
14024     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14025 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14026     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&5
14027 $as_echo "$as_me: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&2;}
14028     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14029 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14030     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14031 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14032     ( cat <<\_ASBOX
14033 ## ------------------------------------ ##
14034 ## Report this to wine-devel@winehq.org ##
14035 ## ------------------------------------ ##
14036 _ASBOX
14037      ) | sed "s/^/$as_me: WARNING:     /" >&2
14038     ;;
14039 esac
14040 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14041 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14042 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14043   $as_echo_n "(cached) " >&6
14044 else
14045   ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14046 fi
14047 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14048 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14049
14050 fi
14051 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14052   { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14053 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14054 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14055   $as_echo_n "(cached) " >&6
14056 else
14057   ac_check_lib_save_LIBS=$LIBS
14058 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14059 cat >conftest.$ac_ext <<_ACEOF
14060 /* confdefs.h.  */
14061 _ACEOF
14062 cat confdefs.h >>conftest.$ac_ext
14063 cat >>conftest.$ac_ext <<_ACEOF
14064 /* end confdefs.h.  */
14065
14066 /* Override any GCC internal prototype to avoid an error.
14067    Use char because int might match the return type of a GCC
14068    builtin and then its argument prototype would still apply.  */
14069 #ifdef __cplusplus
14070 extern "C"
14071 #endif
14072 char gp_camera_new ();
14073 int
14074 main ()
14075 {
14076 return gp_camera_new ();
14077   ;
14078   return 0;
14079 }
14080 _ACEOF
14081 rm -f conftest.$ac_objext conftest$ac_exeext
14082 if { (ac_try="$ac_link"
14083 case "(($ac_try" in
14084   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14085   *) ac_try_echo=$ac_try;;
14086 esac
14087 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14088 $as_echo "$ac_try_echo") >&5
14089   (eval "$ac_link") 2>conftest.er1
14090   ac_status=$?
14091   grep -v '^ *+' conftest.er1 >conftest.err
14092   rm -f conftest.er1
14093   cat conftest.err >&5
14094   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14095   (exit $ac_status); } && {
14096          test -z "$ac_c_werror_flag" ||
14097          test ! -s conftest.err
14098        } && test -s conftest$ac_exeext && {
14099          test "$cross_compiling" = yes ||
14100          $as_test_x conftest$ac_exeext
14101        }; then
14102   ac_cv_lib_gphoto2_gp_camera_new=yes
14103 else
14104   $as_echo "$as_me: failed program was:" >&5
14105 sed 's/^/| /' conftest.$ac_ext >&5
14106
14107         ac_cv_lib_gphoto2_gp_camera_new=no
14108 fi
14109
14110 rm -rf conftest.dSYM
14111 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14112       conftest$ac_exeext conftest.$ac_ext
14113 LIBS=$ac_check_lib_save_LIBS
14114 fi
14115 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14116 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14117 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14118
14119 cat >>confdefs.h <<\_ACEOF
14120 #define HAVE_GPHOTO2 1
14121 _ACEOF
14122
14123                                    GPHOTO2LIBS="$ac_gphoto2_libs"
14124
14125                                    GPHOTO2INCL="$ac_gphoto2_incl"
14126
14127 fi
14128
14129 fi
14130
14131
14132     CPPFLAGS="$ac_save_CPPFLAGS"
14133 fi
14134 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14135   case "x$with_gphoto" in
14136   x)   wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14137   xno) ;;
14138   *)   { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14139 This is an error since --with-gphoto was requested." >&5
14140 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14141 This is an error since --with-gphoto was requested." >&2;}
14142    { (exit 1); exit 1; }; } ;;
14143 esac
14144 fi
14145
14146
14147
14148 RESOLVLIBS=""
14149
14150 if test "$ac_cv_header_resolv_h" = "yes"
14151 then
14152     ac_save_LIBS="$LIBS"
14153     LIBS="$LIBS -lresolv"
14154     cat >conftest.$ac_ext <<_ACEOF
14155 /* confdefs.h.  */
14156 _ACEOF
14157 cat confdefs.h >>conftest.$ac_ext
14158 cat >>conftest.$ac_ext <<_ACEOF
14159 /* end confdefs.h.  */
14160 #ifdef HAVE_NETINET_IN_H
14161 #include <netinet/in.h>
14162 #endif
14163 #include <resolv.h>
14164 int
14165 main ()
14166 {
14167 res_init();
14168   ;
14169   return 0;
14170 }
14171 _ACEOF
14172 rm -f conftest.$ac_objext conftest$ac_exeext
14173 if { (ac_try="$ac_link"
14174 case "(($ac_try" in
14175   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14176   *) ac_try_echo=$ac_try;;
14177 esac
14178 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14179 $as_echo "$ac_try_echo") >&5
14180   (eval "$ac_link") 2>conftest.er1
14181   ac_status=$?
14182   grep -v '^ *+' conftest.er1 >conftest.err
14183   rm -f conftest.er1
14184   cat conftest.err >&5
14185   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14186   (exit $ac_status); } && {
14187          test -z "$ac_c_werror_flag" ||
14188          test ! -s conftest.err
14189        } && test -s conftest$ac_exeext && {
14190          test "$cross_compiling" = yes ||
14191          $as_test_x conftest$ac_exeext
14192        }; then
14193
14194 cat >>confdefs.h <<\_ACEOF
14195 #define HAVE_RESOLV 1
14196 _ACEOF
14197
14198          RESOLVLIBS="-lresolv"
14199 else
14200   $as_echo "$as_me: failed program was:" >&5
14201 sed 's/^/| /' conftest.$ac_ext >&5
14202
14203
14204 fi
14205
14206 rm -rf conftest.dSYM
14207 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14208       conftest$ac_exeext conftest.$ac_ext
14209     LIBS="$ac_save_LIBS"
14210 fi
14211
14212 LCMSLIBS=""
14213
14214 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14215 then
14216     { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14217 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14218 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14219   $as_echo_n "(cached) " >&6
14220 else
14221   ac_check_lib_save_LIBS=$LIBS
14222 LIBS="-llcms  $LIBS"
14223 cat >conftest.$ac_ext <<_ACEOF
14224 /* confdefs.h.  */
14225 _ACEOF
14226 cat confdefs.h >>conftest.$ac_ext
14227 cat >>conftest.$ac_ext <<_ACEOF
14228 /* end confdefs.h.  */
14229
14230 /* Override any GCC internal prototype to avoid an error.
14231    Use char because int might match the return type of a GCC
14232    builtin and then its argument prototype would still apply.  */
14233 #ifdef __cplusplus
14234 extern "C"
14235 #endif
14236 char cmsOpenProfileFromFile ();
14237 int
14238 main ()
14239 {
14240 return cmsOpenProfileFromFile ();
14241   ;
14242   return 0;
14243 }
14244 _ACEOF
14245 rm -f conftest.$ac_objext conftest$ac_exeext
14246 if { (ac_try="$ac_link"
14247 case "(($ac_try" in
14248   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14249   *) ac_try_echo=$ac_try;;
14250 esac
14251 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14252 $as_echo "$ac_try_echo") >&5
14253   (eval "$ac_link") 2>conftest.er1
14254   ac_status=$?
14255   grep -v '^ *+' conftest.er1 >conftest.err
14256   rm -f conftest.er1
14257   cat conftest.err >&5
14258   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14259   (exit $ac_status); } && {
14260          test -z "$ac_c_werror_flag" ||
14261          test ! -s conftest.err
14262        } && test -s conftest$ac_exeext && {
14263          test "$cross_compiling" = yes ||
14264          $as_test_x conftest$ac_exeext
14265        }; then
14266   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14267 else
14268   $as_echo "$as_me: failed program was:" >&5
14269 sed 's/^/| /' conftest.$ac_ext >&5
14270
14271         ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14272 fi
14273
14274 rm -rf conftest.dSYM
14275 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14276       conftest$ac_exeext conftest.$ac_ext
14277 LIBS=$ac_check_lib_save_LIBS
14278 fi
14279 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14280 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14281 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14282
14283 cat >>confdefs.h <<\_ACEOF
14284 #define HAVE_LCMS 1
14285 _ACEOF
14286
14287          LCMSLIBS="-llcms"
14288 fi
14289
14290 fi
14291 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14292   case "x$with_cms" in
14293   x)   wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14294   xno) ;;
14295   *)   { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14296 This is an error since --with-cms was requested." >&5
14297 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14298 This is an error since --with-cms was requested." >&2;}
14299    { (exit 1); exit 1; }; } ;;
14300 esac
14301 fi
14302
14303
14304 if test "x$with_freetype" != "xno"
14305 then
14306     for ac_prog in freetype-config freetype2-config
14307 do
14308   # Extract the first word of "$ac_prog", so it can be a program name with args.
14309 set dummy $ac_prog; ac_word=$2
14310 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14311 $as_echo_n "checking for $ac_word... " >&6; }
14312 if test "${ac_cv_prog_ft_devel+set}" = set; then
14313   $as_echo_n "(cached) " >&6
14314 else
14315   if test -n "$ft_devel"; then
14316   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14317 else
14318 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14319 for as_dir in $PATH
14320 do
14321   IFS=$as_save_IFS
14322   test -z "$as_dir" && as_dir=.
14323   for ac_exec_ext in '' $ac_executable_extensions; do
14324   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14325     ac_cv_prog_ft_devel="$ac_prog"
14326     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14327     break 2
14328   fi
14329 done
14330 done
14331 IFS=$as_save_IFS
14332
14333 fi
14334 fi
14335 ft_devel=$ac_cv_prog_ft_devel
14336 if test -n "$ft_devel"; then
14337   { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14338 $as_echo "$ft_devel" >&6; }
14339 else
14340   { $as_echo "$as_me:$LINENO: result: no" >&5
14341 $as_echo "no" >&6; }
14342 fi
14343
14344
14345   test -n "$ft_devel" && break
14346 done
14347 test -n "$ft_devel" || ft_devel="no"
14348
14349     if test "$ft_devel" != "no"
14350     then
14351         ac_freetype_incl=`$ft_devel --cflags`
14352         ac_freetype_libs=`$ft_devel --libs`
14353     fi
14354     ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14355     { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14356 $as_echo_n "checking for -lfreetype... " >&6; }
14357 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14358   $as_echo_n "(cached) " >&6
14359 else
14360   ac_check_soname_save_LIBS=$LIBS
14361 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14362   cat >conftest.$ac_ext <<_ACEOF
14363 /* confdefs.h.  */
14364 _ACEOF
14365 cat confdefs.h >>conftest.$ac_ext
14366 cat >>conftest.$ac_ext <<_ACEOF
14367 /* end confdefs.h.  */
14368
14369 /* Override any GCC internal prototype to avoid an error.
14370    Use char because int might match the return type of a GCC
14371    builtin and then its argument prototype would still apply.  */
14372 #ifdef __cplusplus
14373 extern "C"
14374 #endif
14375 char FT_Init_FreeType ();
14376 int
14377 main ()
14378 {
14379 return FT_Init_FreeType ();
14380   ;
14381   return 0;
14382 }
14383 _ACEOF
14384 rm -f conftest.$ac_objext conftest$ac_exeext
14385 if { (ac_try="$ac_link"
14386 case "(($ac_try" in
14387   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14388   *) ac_try_echo=$ac_try;;
14389 esac
14390 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14391 $as_echo "$ac_try_echo") >&5
14392   (eval "$ac_link") 2>conftest.er1
14393   ac_status=$?
14394   grep -v '^ *+' conftest.er1 >conftest.err
14395   rm -f conftest.er1
14396   cat conftest.err >&5
14397   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14398   (exit $ac_status); } && {
14399          test -z "$ac_c_werror_flag" ||
14400          test ! -s conftest.err
14401        } && test -s conftest$ac_exeext && {
14402          test "$cross_compiling" = yes ||
14403          $as_test_x conftest$ac_exeext
14404        }; then
14405   case "$LIBEXT" in
14406     dll) ;;
14407     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'` ;;
14408     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
14409   esac
14410 else
14411   $as_echo "$as_me: failed program was:" >&5
14412 sed 's/^/| /' conftest.$ac_ext >&5
14413
14414
14415 fi
14416
14417 rm -rf conftest.dSYM
14418 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14419       conftest$ac_exeext conftest.$ac_ext
14420   LIBS=$ac_check_soname_save_LIBS
14421 fi
14422 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14423   { $as_echo "$as_me:$LINENO: result: not found" >&5
14424 $as_echo "not found" >&6; }
14425        ft_lib=no
14426 else
14427   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14428 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14429
14430 cat >>confdefs.h <<_ACEOF
14431 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14432 _ACEOF
14433
14434        ft_lib=yes
14435 fi
14436
14437     if test "$ft_lib" = "yes"
14438     then
14439         ac_save_CPPFLAGS="$CPPFLAGS"
14440         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14441
14442
14443
14444
14445
14446
14447
14448
14449
14450
14451
14452
14453
14454 for ac_header in ft2build.h \
14455                          freetype/freetype.h \
14456                          freetype/ftglyph.h \
14457                          freetype/fttypes.h \
14458                          freetype/tttables.h \
14459                          freetype/ftnames.h \
14460                          freetype/ftsnames.h \
14461                          freetype/ttnameid.h \
14462                          freetype/ftoutln.h \
14463                          freetype/ftwinfnt.h \
14464                          freetype/ftmodapi.h \
14465                          freetype/ftlcdfil.h \
14466                          freetype/internal/sfnt.h
14467 do
14468 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14469 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14470 $as_echo_n "checking for $ac_header... " >&6; }
14471 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14472   $as_echo_n "(cached) " >&6
14473 else
14474   cat >conftest.$ac_ext <<_ACEOF
14475 /* confdefs.h.  */
14476 _ACEOF
14477 cat confdefs.h >>conftest.$ac_ext
14478 cat >>conftest.$ac_ext <<_ACEOF
14479 /* end confdefs.h.  */
14480 #ifdef HAVE_FT2BUILD_H
14481                           # include <ft2build.h>
14482                           #endif
14483
14484 #include <$ac_header>
14485 _ACEOF
14486 rm -f conftest.$ac_objext
14487 if { (ac_try="$ac_compile"
14488 case "(($ac_try" in
14489   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14490   *) ac_try_echo=$ac_try;;
14491 esac
14492 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14493 $as_echo "$ac_try_echo") >&5
14494   (eval "$ac_compile") 2>conftest.er1
14495   ac_status=$?
14496   grep -v '^ *+' conftest.er1 >conftest.err
14497   rm -f conftest.er1
14498   cat conftest.err >&5
14499   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14500   (exit $ac_status); } && {
14501          test -z "$ac_c_werror_flag" ||
14502          test ! -s conftest.err
14503        } && test -s conftest.$ac_objext; then
14504   eval "$as_ac_Header=yes"
14505 else
14506   $as_echo "$as_me: failed program was:" >&5
14507 sed 's/^/| /' conftest.$ac_ext >&5
14508
14509         eval "$as_ac_Header=no"
14510 fi
14511
14512 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14513 fi
14514 ac_res=`eval 'as_val=${'$as_ac_Header'}
14515                  $as_echo "$as_val"'`
14516                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14517 $as_echo "$ac_res" >&6; }
14518 as_val=`eval 'as_val=${'$as_ac_Header'}
14519                  $as_echo "$as_val"'`
14520    if test "x$as_val" = x""yes; then
14521   cat >>confdefs.h <<_ACEOF
14522 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14523 _ACEOF
14524
14525 fi
14526
14527 done
14528
14529         cat >conftest.$ac_ext <<_ACEOF
14530 /* confdefs.h.  */
14531 _ACEOF
14532 cat confdefs.h >>conftest.$ac_ext
14533 cat >>conftest.$ac_ext <<_ACEOF
14534 /* end confdefs.h.  */
14535 #include <ft2build.h>
14536                     #include <freetype/fttrigon.h>
14537 _ACEOF
14538 if { (ac_try="$ac_cpp conftest.$ac_ext"
14539 case "(($ac_try" in
14540   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14541   *) ac_try_echo=$ac_try;;
14542 esac
14543 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14544 $as_echo "$ac_try_echo") >&5
14545   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14546   ac_status=$?
14547   grep -v '^ *+' conftest.er1 >conftest.err
14548   rm -f conftest.er1
14549   cat conftest.err >&5
14550   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14551   (exit $ac_status); } >/dev/null && {
14552          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14553          test ! -s conftest.err
14554        }; then
14555
14556 cat >>confdefs.h <<\_ACEOF
14557 #define HAVE_FREETYPE_FTTRIGON_H 1
14558 _ACEOF
14559
14560                     wine_cv_fttrigon=yes
14561 else
14562   $as_echo "$as_me: failed program was:" >&5
14563 sed 's/^/| /' conftest.$ac_ext >&5
14564
14565   wine_cv_fttrigon=no
14566 fi
14567
14568 rm -f conftest.err conftest.$ac_ext
14569         { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14570 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14571 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14572   $as_echo_n "(cached) " >&6
14573 else
14574   ac_cv_type_FT_TrueTypeEngineType=no
14575 cat >conftest.$ac_ext <<_ACEOF
14576 /* confdefs.h.  */
14577 _ACEOF
14578 cat confdefs.h >>conftest.$ac_ext
14579 cat >>conftest.$ac_ext <<_ACEOF
14580 /* end confdefs.h.  */
14581 #include <freetype/ftmodapi.h>
14582
14583 int
14584 main ()
14585 {
14586 if (sizeof (FT_TrueTypeEngineType))
14587        return 0;
14588   ;
14589   return 0;
14590 }
14591 _ACEOF
14592 rm -f conftest.$ac_objext
14593 if { (ac_try="$ac_compile"
14594 case "(($ac_try" in
14595   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14596   *) ac_try_echo=$ac_try;;
14597 esac
14598 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14599 $as_echo "$ac_try_echo") >&5
14600   (eval "$ac_compile") 2>conftest.er1
14601   ac_status=$?
14602   grep -v '^ *+' conftest.er1 >conftest.err
14603   rm -f conftest.er1
14604   cat conftest.err >&5
14605   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14606   (exit $ac_status); } && {
14607          test -z "$ac_c_werror_flag" ||
14608          test ! -s conftest.err
14609        } && test -s conftest.$ac_objext; then
14610   cat >conftest.$ac_ext <<_ACEOF
14611 /* confdefs.h.  */
14612 _ACEOF
14613 cat confdefs.h >>conftest.$ac_ext
14614 cat >>conftest.$ac_ext <<_ACEOF
14615 /* end confdefs.h.  */
14616 #include <freetype/ftmodapi.h>
14617
14618 int
14619 main ()
14620 {
14621 if (sizeof ((FT_TrueTypeEngineType)))
14622           return 0;
14623   ;
14624   return 0;
14625 }
14626 _ACEOF
14627 rm -f conftest.$ac_objext
14628 if { (ac_try="$ac_compile"
14629 case "(($ac_try" in
14630   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14631   *) ac_try_echo=$ac_try;;
14632 esac
14633 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14634 $as_echo "$ac_try_echo") >&5
14635   (eval "$ac_compile") 2>conftest.er1
14636   ac_status=$?
14637   grep -v '^ *+' conftest.er1 >conftest.err
14638   rm -f conftest.er1
14639   cat conftest.err >&5
14640   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14641   (exit $ac_status); } && {
14642          test -z "$ac_c_werror_flag" ||
14643          test ! -s conftest.err
14644        } && test -s conftest.$ac_objext; then
14645   :
14646 else
14647   $as_echo "$as_me: failed program was:" >&5
14648 sed 's/^/| /' conftest.$ac_ext >&5
14649
14650         ac_cv_type_FT_TrueTypeEngineType=yes
14651 fi
14652
14653 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14654 else
14655   $as_echo "$as_me: failed program was:" >&5
14656 sed 's/^/| /' conftest.$ac_ext >&5
14657
14658
14659 fi
14660
14661 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14662 fi
14663 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14664 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14665 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14666
14667 cat >>confdefs.h <<_ACEOF
14668 #define HAVE_FT_TRUETYPEENGINETYPE 1
14669 _ACEOF
14670
14671
14672 fi
14673
14674         ac_save_CFLAGS="$CFLAGS"
14675         CFLAGS="$CFLAGS $ac_freetype_libs"
14676
14677 for ac_func in FT_Load_Sfnt_Table
14678 do
14679 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14680 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14681 $as_echo_n "checking for $ac_func... " >&6; }
14682 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14683   $as_echo_n "(cached) " >&6
14684 else
14685   cat >conftest.$ac_ext <<_ACEOF
14686 /* confdefs.h.  */
14687 _ACEOF
14688 cat confdefs.h >>conftest.$ac_ext
14689 cat >>conftest.$ac_ext <<_ACEOF
14690 /* end confdefs.h.  */
14691 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14692    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14693 #define $ac_func innocuous_$ac_func
14694
14695 /* System header to define __stub macros and hopefully few prototypes,
14696     which can conflict with char $ac_func (); below.
14697     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14698     <limits.h> exists even on freestanding compilers.  */
14699
14700 #ifdef __STDC__
14701 # include <limits.h>
14702 #else
14703 # include <assert.h>
14704 #endif
14705
14706 #undef $ac_func
14707
14708 /* Override any GCC internal prototype to avoid an error.
14709    Use char because int might match the return type of a GCC
14710    builtin and then its argument prototype would still apply.  */
14711 #ifdef __cplusplus
14712 extern "C"
14713 #endif
14714 char $ac_func ();
14715 /* The GNU C library defines this for functions which it implements
14716     to always fail with ENOSYS.  Some functions are actually named
14717     something starting with __ and the normal name is an alias.  */
14718 #if defined __stub_$ac_func || defined __stub___$ac_func
14719 choke me
14720 #endif
14721
14722 int
14723 main ()
14724 {
14725 return $ac_func ();
14726   ;
14727   return 0;
14728 }
14729 _ACEOF
14730 rm -f conftest.$ac_objext conftest$ac_exeext
14731 if { (ac_try="$ac_link"
14732 case "(($ac_try" in
14733   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14734   *) ac_try_echo=$ac_try;;
14735 esac
14736 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14737 $as_echo "$ac_try_echo") >&5
14738   (eval "$ac_link") 2>conftest.er1
14739   ac_status=$?
14740   grep -v '^ *+' conftest.er1 >conftest.err
14741   rm -f conftest.er1
14742   cat conftest.err >&5
14743   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14744   (exit $ac_status); } && {
14745          test -z "$ac_c_werror_flag" ||
14746          test ! -s conftest.err
14747        } && test -s conftest$ac_exeext && {
14748          test "$cross_compiling" = yes ||
14749          $as_test_x conftest$ac_exeext
14750        }; then
14751   eval "$as_ac_var=yes"
14752 else
14753   $as_echo "$as_me: failed program was:" >&5
14754 sed 's/^/| /' conftest.$ac_ext >&5
14755
14756         eval "$as_ac_var=no"
14757 fi
14758
14759 rm -rf conftest.dSYM
14760 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14761       conftest$ac_exeext conftest.$ac_ext
14762 fi
14763 ac_res=`eval 'as_val=${'$as_ac_var'}
14764                  $as_echo "$as_val"'`
14765                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14766 $as_echo "$ac_res" >&6; }
14767 as_val=`eval 'as_val=${'$as_ac_var'}
14768                  $as_echo "$as_val"'`
14769    if test "x$as_val" = x""yes; then
14770   cat >>confdefs.h <<_ACEOF
14771 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14772 _ACEOF
14773
14774 fi
14775 done
14776
14777         CFLAGS="$ac_save_CFLAGS"
14778         CPPFLAGS="$ac_save_CPPFLAGS"
14779                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14780         then
14781
14782 cat >>confdefs.h <<\_ACEOF
14783 #define HAVE_FREETYPE 1
14784 _ACEOF
14785
14786             FREETYPELIBS="$ac_freetype_libs"
14787
14788             FREETYPEINCL="$ac_freetype_incl"
14789
14790         fi
14791     fi
14792 fi
14793 if test "x$FREETYPELIBS" = "x"; then
14794   case "x$with_freetype" in
14795   xno) ;;
14796   *)   { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14797 Use the --without-freetype option if you really want this." >&5
14798 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14799 Use the --without-freetype option if you really want this." >&2;}
14800    { (exit 1); exit 1; }; } ;;
14801 esac
14802 fi
14803
14804 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14805
14806 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14807 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
14808 if test "${ac_cv_c_ppdev+set}" = set; then
14809   $as_echo_n "(cached) " >&6
14810 else
14811   cat >conftest.$ac_ext <<_ACEOF
14812 /* confdefs.h.  */
14813 _ACEOF
14814 cat confdefs.h >>conftest.$ac_ext
14815 cat >>conftest.$ac_ext <<_ACEOF
14816 /* end confdefs.h.  */
14817 #include <linux/ppdev.h>
14818 int
14819 main ()
14820 {
14821 ioctl (1,PPCLAIM,0)
14822   ;
14823   return 0;
14824 }
14825 _ACEOF
14826 rm -f conftest.$ac_objext
14827 if { (ac_try="$ac_compile"
14828 case "(($ac_try" in
14829   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14830   *) ac_try_echo=$ac_try;;
14831 esac
14832 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14833 $as_echo "$ac_try_echo") >&5
14834   (eval "$ac_compile") 2>conftest.er1
14835   ac_status=$?
14836   grep -v '^ *+' conftest.er1 >conftest.err
14837   rm -f conftest.er1
14838   cat conftest.err >&5
14839   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14840   (exit $ac_status); } && {
14841          test -z "$ac_c_werror_flag" ||
14842          test ! -s conftest.err
14843        } && test -s conftest.$ac_objext; then
14844   ac_cv_c_ppdev="yes"
14845 else
14846   $as_echo "$as_me: failed program was:" >&5
14847 sed 's/^/| /' conftest.$ac_ext >&5
14848
14849         ac_cv_c_ppdev="no"
14850 fi
14851
14852 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14853 fi
14854 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14855 $as_echo "$ac_cv_c_ppdev" >&6; }
14856 if test "$ac_cv_c_ppdev" = "yes"
14857 then
14858
14859 cat >>confdefs.h <<\_ACEOF
14860 #define HAVE_PPDEV 1
14861 _ACEOF
14862
14863 fi
14864
14865 ac_wine_check_funcs_save_LIBS="$LIBS"
14866 LIBS="$LIBS $LIBPTHREAD"
14867
14868
14869
14870
14871 for ac_func in \
14872         pthread_attr_get_np \
14873         pthread_getattr_np \
14874         pthread_get_stackaddr_np \
14875         pthread_get_stacksize_np
14876 do
14877 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14878 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14879 $as_echo_n "checking for $ac_func... " >&6; }
14880 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14881   $as_echo_n "(cached) " >&6
14882 else
14883   cat >conftest.$ac_ext <<_ACEOF
14884 /* confdefs.h.  */
14885 _ACEOF
14886 cat confdefs.h >>conftest.$ac_ext
14887 cat >>conftest.$ac_ext <<_ACEOF
14888 /* end confdefs.h.  */
14889 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14890    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14891 #define $ac_func innocuous_$ac_func
14892
14893 /* System header to define __stub macros and hopefully few prototypes,
14894     which can conflict with char $ac_func (); below.
14895     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14896     <limits.h> exists even on freestanding compilers.  */
14897
14898 #ifdef __STDC__
14899 # include <limits.h>
14900 #else
14901 # include <assert.h>
14902 #endif
14903
14904 #undef $ac_func
14905
14906 /* Override any GCC internal prototype to avoid an error.
14907    Use char because int might match the return type of a GCC
14908    builtin and then its argument prototype would still apply.  */
14909 #ifdef __cplusplus
14910 extern "C"
14911 #endif
14912 char $ac_func ();
14913 /* The GNU C library defines this for functions which it implements
14914     to always fail with ENOSYS.  Some functions are actually named
14915     something starting with __ and the normal name is an alias.  */
14916 #if defined __stub_$ac_func || defined __stub___$ac_func
14917 choke me
14918 #endif
14919
14920 int
14921 main ()
14922 {
14923 return $ac_func ();
14924   ;
14925   return 0;
14926 }
14927 _ACEOF
14928 rm -f conftest.$ac_objext conftest$ac_exeext
14929 if { (ac_try="$ac_link"
14930 case "(($ac_try" in
14931   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14932   *) ac_try_echo=$ac_try;;
14933 esac
14934 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14935 $as_echo "$ac_try_echo") >&5
14936   (eval "$ac_link") 2>conftest.er1
14937   ac_status=$?
14938   grep -v '^ *+' conftest.er1 >conftest.err
14939   rm -f conftest.er1
14940   cat conftest.err >&5
14941   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14942   (exit $ac_status); } && {
14943          test -z "$ac_c_werror_flag" ||
14944          test ! -s conftest.err
14945        } && test -s conftest$ac_exeext && {
14946          test "$cross_compiling" = yes ||
14947          $as_test_x conftest$ac_exeext
14948        }; then
14949   eval "$as_ac_var=yes"
14950 else
14951   $as_echo "$as_me: failed program was:" >&5
14952 sed 's/^/| /' conftest.$ac_ext >&5
14953
14954         eval "$as_ac_var=no"
14955 fi
14956
14957 rm -rf conftest.dSYM
14958 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14959       conftest$ac_exeext conftest.$ac_ext
14960 fi
14961 ac_res=`eval 'as_val=${'$as_ac_var'}
14962                  $as_echo "$as_val"'`
14963                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14964 $as_echo "$ac_res" >&6; }
14965 as_val=`eval 'as_val=${'$as_ac_var'}
14966                  $as_echo "$as_val"'`
14967    if test "x$as_val" = x""yes; then
14968   cat >>confdefs.h <<_ACEOF
14969 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14970 _ACEOF
14971
14972 fi
14973 done
14974
14975 LIBS="$ac_wine_check_funcs_save_LIBS"
14976
14977 if test "$ac_cv_header_zlib_h" = "yes"
14978 then
14979     { $as_echo "$as_me:$LINENO: checking for inflate in -lz" >&5
14980 $as_echo_n "checking for inflate in -lz... " >&6; }
14981 if test "${ac_cv_lib_z_inflate+set}" = set; then
14982   $as_echo_n "(cached) " >&6
14983 else
14984   ac_check_lib_save_LIBS=$LIBS
14985 LIBS="-lz  $LIBS"
14986 cat >conftest.$ac_ext <<_ACEOF
14987 /* confdefs.h.  */
14988 _ACEOF
14989 cat confdefs.h >>conftest.$ac_ext
14990 cat >>conftest.$ac_ext <<_ACEOF
14991 /* end confdefs.h.  */
14992
14993 /* Override any GCC internal prototype to avoid an error.
14994    Use char because int might match the return type of a GCC
14995    builtin and then its argument prototype would still apply.  */
14996 #ifdef __cplusplus
14997 extern "C"
14998 #endif
14999 char inflate ();
15000 int
15001 main ()
15002 {
15003 return inflate ();
15004   ;
15005   return 0;
15006 }
15007 _ACEOF
15008 rm -f conftest.$ac_objext conftest$ac_exeext
15009 if { (ac_try="$ac_link"
15010 case "(($ac_try" in
15011   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15012   *) ac_try_echo=$ac_try;;
15013 esac
15014 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15015 $as_echo "$ac_try_echo") >&5
15016   (eval "$ac_link") 2>conftest.er1
15017   ac_status=$?
15018   grep -v '^ *+' conftest.er1 >conftest.err
15019   rm -f conftest.er1
15020   cat conftest.err >&5
15021   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15022   (exit $ac_status); } && {
15023          test -z "$ac_c_werror_flag" ||
15024          test ! -s conftest.err
15025        } && test -s conftest$ac_exeext && {
15026          test "$cross_compiling" = yes ||
15027          $as_test_x conftest$ac_exeext
15028        }; then
15029   ac_cv_lib_z_inflate=yes
15030 else
15031   $as_echo "$as_me: failed program was:" >&5
15032 sed 's/^/| /' conftest.$ac_ext >&5
15033
15034         ac_cv_lib_z_inflate=no
15035 fi
15036
15037 rm -rf conftest.dSYM
15038 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15039       conftest$ac_exeext conftest.$ac_ext
15040 LIBS=$ac_check_lib_save_LIBS
15041 fi
15042 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_inflate" >&5
15043 $as_echo "$ac_cv_lib_z_inflate" >&6; }
15044 if test "x$ac_cv_lib_z_inflate" = x""yes; then
15045
15046 cat >>confdefs.h <<\_ACEOF
15047 #define HAVE_ZLIB 1
15048 _ACEOF
15049
15050                             ZLIB="-lz"
15051
15052 fi
15053
15054 fi
15055
15056 if test "x$with_esd" != xno
15057 then
15058     save_CFLAGS="$CFLAGS"
15059     # Extract the first word of "esd-config", so it can be a program name with args.
15060 set dummy esd-config; ac_word=$2
15061 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15062 $as_echo_n "checking for $ac_word... " >&6; }
15063 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15064   $as_echo_n "(cached) " >&6
15065 else
15066   case $ESDCONFIG in
15067   [\\/]* | ?:[\\/]*)
15068   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15069   ;;
15070   *)
15071   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15072 for as_dir in $PATH
15073 do
15074   IFS=$as_save_IFS
15075   test -z "$as_dir" && as_dir=.
15076   for ac_exec_ext in '' $ac_executable_extensions; do
15077   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15078     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15079     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15080     break 2
15081   fi
15082 done
15083 done
15084 IFS=$as_save_IFS
15085
15086   test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15087   ;;
15088 esac
15089 fi
15090 ESDCONFIG=$ac_cv_path_ESDCONFIG
15091 if test -n "$ESDCONFIG"; then
15092   { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15093 $as_echo "$ESDCONFIG" >&6; }
15094 else
15095   { $as_echo "$as_me:$LINENO: result: no" >&5
15096 $as_echo "no" >&6; }
15097 fi
15098
15099
15100     if test "x$ESDCONFIG" != "xno"
15101     then
15102         ac_esd_incl=""
15103         for i in `$ESDCONFIG --cflags`
15104         do
15105             case "$i" in
15106                 -I*) ac_esd_incl="$ac_esd_incl $i";;
15107             esac
15108         done
15109         ac_esd_libs=`$ESDCONFIG --libs`
15110         CFLAGS="$CFLAGS $ac_esd_incl"
15111     fi
15112     ac_esd_libs=${ac_esd_libs:-"-lesd"}
15113     if test "${ac_cv_header_esd_h+set}" = set; then
15114   { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15115 $as_echo_n "checking for esd.h... " >&6; }
15116 if test "${ac_cv_header_esd_h+set}" = set; then
15117   $as_echo_n "(cached) " >&6
15118 fi
15119 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15120 $as_echo "$ac_cv_header_esd_h" >&6; }
15121 else
15122   # Is the header compilable?
15123 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15124 $as_echo_n "checking esd.h usability... " >&6; }
15125 cat >conftest.$ac_ext <<_ACEOF
15126 /* confdefs.h.  */
15127 _ACEOF
15128 cat confdefs.h >>conftest.$ac_ext
15129 cat >>conftest.$ac_ext <<_ACEOF
15130 /* end confdefs.h.  */
15131 $ac_includes_default
15132 #include <esd.h>
15133 _ACEOF
15134 rm -f conftest.$ac_objext
15135 if { (ac_try="$ac_compile"
15136 case "(($ac_try" in
15137   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15138   *) ac_try_echo=$ac_try;;
15139 esac
15140 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15141 $as_echo "$ac_try_echo") >&5
15142   (eval "$ac_compile") 2>conftest.er1
15143   ac_status=$?
15144   grep -v '^ *+' conftest.er1 >conftest.err
15145   rm -f conftest.er1
15146   cat conftest.err >&5
15147   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15148   (exit $ac_status); } && {
15149          test -z "$ac_c_werror_flag" ||
15150          test ! -s conftest.err
15151        } && test -s conftest.$ac_objext; then
15152   ac_header_compiler=yes
15153 else
15154   $as_echo "$as_me: failed program was:" >&5
15155 sed 's/^/| /' conftest.$ac_ext >&5
15156
15157         ac_header_compiler=no
15158 fi
15159
15160 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15161 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15162 $as_echo "$ac_header_compiler" >&6; }
15163
15164 # Is the header present?
15165 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15166 $as_echo_n "checking esd.h presence... " >&6; }
15167 cat >conftest.$ac_ext <<_ACEOF
15168 /* confdefs.h.  */
15169 _ACEOF
15170 cat confdefs.h >>conftest.$ac_ext
15171 cat >>conftest.$ac_ext <<_ACEOF
15172 /* end confdefs.h.  */
15173 #include <esd.h>
15174 _ACEOF
15175 if { (ac_try="$ac_cpp conftest.$ac_ext"
15176 case "(($ac_try" in
15177   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15178   *) ac_try_echo=$ac_try;;
15179 esac
15180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15181 $as_echo "$ac_try_echo") >&5
15182   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15183   ac_status=$?
15184   grep -v '^ *+' conftest.er1 >conftest.err
15185   rm -f conftest.er1
15186   cat conftest.err >&5
15187   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15188   (exit $ac_status); } >/dev/null && {
15189          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15190          test ! -s conftest.err
15191        }; then
15192   ac_header_preproc=yes
15193 else
15194   $as_echo "$as_me: failed program was:" >&5
15195 sed 's/^/| /' conftest.$ac_ext >&5
15196
15197   ac_header_preproc=no
15198 fi
15199
15200 rm -f conftest.err conftest.$ac_ext
15201 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15202 $as_echo "$ac_header_preproc" >&6; }
15203
15204 # So?  What about this header?
15205 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15206   yes:no: )
15207     { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15208 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15209     { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15210 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15211     ac_header_preproc=yes
15212     ;;
15213   no:yes:* )
15214     { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15215 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15216     { $as_echo "$as_me:$LINENO: WARNING: esd.h:     check for missing prerequisite headers?" >&5
15217 $as_echo "$as_me: WARNING: esd.h:     check for missing prerequisite headers?" >&2;}
15218     { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15219 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15220     { $as_echo "$as_me:$LINENO: WARNING: esd.h:     section \"Present But Cannot Be Compiled\"" >&5
15221 $as_echo "$as_me: WARNING: esd.h:     section \"Present But Cannot Be Compiled\"" >&2;}
15222     { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15223 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15224     { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15225 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15226     ( cat <<\_ASBOX
15227 ## ------------------------------------ ##
15228 ## Report this to wine-devel@winehq.org ##
15229 ## ------------------------------------ ##
15230 _ASBOX
15231      ) | sed "s/^/$as_me: WARNING:     /" >&2
15232     ;;
15233 esac
15234 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15235 $as_echo_n "checking for esd.h... " >&6; }
15236 if test "${ac_cv_header_esd_h+set}" = set; then
15237   $as_echo_n "(cached) " >&6
15238 else
15239   ac_cv_header_esd_h=$ac_header_preproc
15240 fi
15241 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15242 $as_echo "$ac_cv_header_esd_h" >&6; }
15243
15244 fi
15245 if test "x$ac_cv_header_esd_h" = x""yes; then
15246   { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15247 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15248 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15249   $as_echo_n "(cached) " >&6
15250 else
15251   ac_check_lib_save_LIBS=$LIBS
15252 LIBS="-lesd $ac_esd_libs $LIBS"
15253 cat >conftest.$ac_ext <<_ACEOF
15254 /* confdefs.h.  */
15255 _ACEOF
15256 cat confdefs.h >>conftest.$ac_ext
15257 cat >>conftest.$ac_ext <<_ACEOF
15258 /* end confdefs.h.  */
15259
15260 /* Override any GCC internal prototype to avoid an error.
15261    Use char because int might match the return type of a GCC
15262    builtin and then its argument prototype would still apply.  */
15263 #ifdef __cplusplus
15264 extern "C"
15265 #endif
15266 char esd_open_sound ();
15267 int
15268 main ()
15269 {
15270 return esd_open_sound ();
15271   ;
15272   return 0;
15273 }
15274 _ACEOF
15275 rm -f conftest.$ac_objext conftest$ac_exeext
15276 if { (ac_try="$ac_link"
15277 case "(($ac_try" in
15278   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15279   *) ac_try_echo=$ac_try;;
15280 esac
15281 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15282 $as_echo "$ac_try_echo") >&5
15283   (eval "$ac_link") 2>conftest.er1
15284   ac_status=$?
15285   grep -v '^ *+' conftest.er1 >conftest.err
15286   rm -f conftest.er1
15287   cat conftest.err >&5
15288   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15289   (exit $ac_status); } && {
15290          test -z "$ac_c_werror_flag" ||
15291          test ! -s conftest.err
15292        } && test -s conftest$ac_exeext && {
15293          test "$cross_compiling" = yes ||
15294          $as_test_x conftest$ac_exeext
15295        }; then
15296   ac_cv_lib_esd_esd_open_sound=yes
15297 else
15298   $as_echo "$as_me: failed program was:" >&5
15299 sed 's/^/| /' conftest.$ac_ext >&5
15300
15301         ac_cv_lib_esd_esd_open_sound=no
15302 fi
15303
15304 rm -rf conftest.dSYM
15305 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15306       conftest$ac_exeext conftest.$ac_ext
15307 LIBS=$ac_check_lib_save_LIBS
15308 fi
15309 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15310 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15311 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15312   ESDINCL="$ac_esd_incl"
15313
15314              ESDLIBS="$ac_esd_libs"
15315
15316
15317 cat >>confdefs.h <<\_ACEOF
15318 #define HAVE_ESD 1
15319 _ACEOF
15320
15321 fi
15322
15323 fi
15324
15325
15326     CFLAGS="$save_CFLAGS"
15327 fi
15328
15329 ALSALIBS=""
15330
15331 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15332 then
15333     { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15334 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15335 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15336   $as_echo_n "(cached) " >&6
15337 else
15338   ac_check_lib_save_LIBS=$LIBS
15339 LIBS="-lasound  $LIBS"
15340 cat >conftest.$ac_ext <<_ACEOF
15341 /* confdefs.h.  */
15342 _ACEOF
15343 cat confdefs.h >>conftest.$ac_ext
15344 cat >>conftest.$ac_ext <<_ACEOF
15345 /* end confdefs.h.  */
15346
15347 /* Override any GCC internal prototype to avoid an error.
15348    Use char because int might match the return type of a GCC
15349    builtin and then its argument prototype would still apply.  */
15350 #ifdef __cplusplus
15351 extern "C"
15352 #endif
15353 char snd_pcm_hw_params_get_access ();
15354 int
15355 main ()
15356 {
15357 return snd_pcm_hw_params_get_access ();
15358   ;
15359   return 0;
15360 }
15361 _ACEOF
15362 rm -f conftest.$ac_objext conftest$ac_exeext
15363 if { (ac_try="$ac_link"
15364 case "(($ac_try" in
15365   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15366   *) ac_try_echo=$ac_try;;
15367 esac
15368 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15369 $as_echo "$ac_try_echo") >&5
15370   (eval "$ac_link") 2>conftest.er1
15371   ac_status=$?
15372   grep -v '^ *+' conftest.er1 >conftest.err
15373   rm -f conftest.er1
15374   cat conftest.err >&5
15375   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15376   (exit $ac_status); } && {
15377          test -z "$ac_c_werror_flag" ||
15378          test ! -s conftest.err
15379        } && test -s conftest$ac_exeext && {
15380          test "$cross_compiling" = yes ||
15381          $as_test_x conftest$ac_exeext
15382        }; then
15383   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15384 else
15385   $as_echo "$as_me: failed program was:" >&5
15386 sed 's/^/| /' conftest.$ac_ext >&5
15387
15388         ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15389 fi
15390
15391 rm -rf conftest.dSYM
15392 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15393       conftest$ac_exeext conftest.$ac_ext
15394 LIBS=$ac_check_lib_save_LIBS
15395 fi
15396 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15397 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15398 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15399   cat >conftest.$ac_ext <<_ACEOF
15400 /* confdefs.h.  */
15401 _ACEOF
15402 cat confdefs.h >>conftest.$ac_ext
15403 cat >>conftest.$ac_ext <<_ACEOF
15404 /* end confdefs.h.  */
15405 #ifdef HAVE_ALSA_ASOUNDLIB_H
15406 #include <alsa/asoundlib.h>
15407 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15408 #include <sys/asoundlib.h>
15409 #endif
15410 int
15411 main ()
15412 {
15413 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15414   ;
15415   return 0;
15416 }
15417 _ACEOF
15418 rm -f conftest.$ac_objext
15419 if { (ac_try="$ac_compile"
15420 case "(($ac_try" in
15421   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15422   *) ac_try_echo=$ac_try;;
15423 esac
15424 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15425 $as_echo "$ac_try_echo") >&5
15426   (eval "$ac_compile") 2>conftest.er1
15427   ac_status=$?
15428   grep -v '^ *+' conftest.er1 >conftest.err
15429   rm -f conftest.er1
15430   cat conftest.err >&5
15431   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15432   (exit $ac_status); } && {
15433          test -z "$ac_c_werror_flag" ||
15434          test ! -s conftest.err
15435        } && test -s conftest.$ac_objext; then
15436
15437 cat >>confdefs.h <<\_ACEOF
15438 #define HAVE_ALSA 1
15439 _ACEOF
15440
15441                          ALSALIBS="-lasound"
15442 else
15443   $as_echo "$as_me: failed program was:" >&5
15444 sed 's/^/| /' conftest.$ac_ext >&5
15445
15446
15447 fi
15448
15449 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15450 fi
15451
15452 fi
15453
15454 AUDIOIOLIBS=""
15455
15456 if test "$ac_cv_header_libaudioio_h" = "yes"
15457 then
15458     { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15459 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15460 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15461   $as_echo_n "(cached) " >&6
15462 else
15463   ac_check_lib_save_LIBS=$LIBS
15464 LIBS="-laudioio  $LIBS"
15465 cat >conftest.$ac_ext <<_ACEOF
15466 /* confdefs.h.  */
15467 _ACEOF
15468 cat confdefs.h >>conftest.$ac_ext
15469 cat >>conftest.$ac_ext <<_ACEOF
15470 /* end confdefs.h.  */
15471
15472 /* Override any GCC internal prototype to avoid an error.
15473    Use char because int might match the return type of a GCC
15474    builtin and then its argument prototype would still apply.  */
15475 #ifdef __cplusplus
15476 extern "C"
15477 #endif
15478 char AudioIOGetVersion ();
15479 int
15480 main ()
15481 {
15482 return AudioIOGetVersion ();
15483   ;
15484   return 0;
15485 }
15486 _ACEOF
15487 rm -f conftest.$ac_objext conftest$ac_exeext
15488 if { (ac_try="$ac_link"
15489 case "(($ac_try" in
15490   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15491   *) ac_try_echo=$ac_try;;
15492 esac
15493 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15494 $as_echo "$ac_try_echo") >&5
15495   (eval "$ac_link") 2>conftest.er1
15496   ac_status=$?
15497   grep -v '^ *+' conftest.er1 >conftest.err
15498   rm -f conftest.er1
15499   cat conftest.err >&5
15500   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15501   (exit $ac_status); } && {
15502          test -z "$ac_c_werror_flag" ||
15503          test ! -s conftest.err
15504        } && test -s conftest$ac_exeext && {
15505          test "$cross_compiling" = yes ||
15506          $as_test_x conftest$ac_exeext
15507        }; then
15508   ac_cv_lib_audioio_AudioIOGetVersion=yes
15509 else
15510   $as_echo "$as_me: failed program was:" >&5
15511 sed 's/^/| /' conftest.$ac_ext >&5
15512
15513         ac_cv_lib_audioio_AudioIOGetVersion=no
15514 fi
15515
15516 rm -rf conftest.dSYM
15517 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15518       conftest$ac_exeext conftest.$ac_ext
15519 LIBS=$ac_check_lib_save_LIBS
15520 fi
15521 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15522 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15523 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15524   AUDIOIOLIBS="-laudioio"
15525
15526 cat >>confdefs.h <<\_ACEOF
15527 #define HAVE_LIBAUDIOIO 1
15528 _ACEOF
15529
15530 fi
15531
15532 fi
15533
15534
15535 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15536 then
15537     { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15538 $as_echo_n "checking for -lcapi20... " >&6; }
15539 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15540   $as_echo_n "(cached) " >&6
15541 else
15542   ac_check_soname_save_LIBS=$LIBS
15543 LIBS="-lcapi20  $LIBS"
15544   cat >conftest.$ac_ext <<_ACEOF
15545 /* confdefs.h.  */
15546 _ACEOF
15547 cat confdefs.h >>conftest.$ac_ext
15548 cat >>conftest.$ac_ext <<_ACEOF
15549 /* end confdefs.h.  */
15550
15551 /* Override any GCC internal prototype to avoid an error.
15552    Use char because int might match the return type of a GCC
15553    builtin and then its argument prototype would still apply.  */
15554 #ifdef __cplusplus
15555 extern "C"
15556 #endif
15557 char capi20_register ();
15558 int
15559 main ()
15560 {
15561 return capi20_register ();
15562   ;
15563   return 0;
15564 }
15565 _ACEOF
15566 rm -f conftest.$ac_objext conftest$ac_exeext
15567 if { (ac_try="$ac_link"
15568 case "(($ac_try" in
15569   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15570   *) ac_try_echo=$ac_try;;
15571 esac
15572 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15573 $as_echo "$ac_try_echo") >&5
15574   (eval "$ac_link") 2>conftest.er1
15575   ac_status=$?
15576   grep -v '^ *+' conftest.er1 >conftest.err
15577   rm -f conftest.er1
15578   cat conftest.err >&5
15579   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15580   (exit $ac_status); } && {
15581          test -z "$ac_c_werror_flag" ||
15582          test ! -s conftest.err
15583        } && test -s conftest$ac_exeext && {
15584          test "$cross_compiling" = yes ||
15585          $as_test_x conftest$ac_exeext
15586        }; then
15587   case "$LIBEXT" in
15588     dll) ;;
15589     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'` ;;
15590     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
15591   esac
15592 else
15593   $as_echo "$as_me: failed program was:" >&5
15594 sed 's/^/| /' conftest.$ac_ext >&5
15595
15596
15597 fi
15598
15599 rm -rf conftest.dSYM
15600 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15601       conftest$ac_exeext conftest.$ac_ext
15602   LIBS=$ac_check_soname_save_LIBS
15603 fi
15604 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15605   { $as_echo "$as_me:$LINENO: result: not found" >&5
15606 $as_echo "not found" >&6; }
15607
15608 else
15609   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15610 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15611
15612 cat >>confdefs.h <<_ACEOF
15613 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15614 _ACEOF
15615
15616
15617 fi
15618
15619 fi
15620 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15621   case "x$with_capi" in
15622   x)   wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15623   xno) ;;
15624   *)   { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15625 This is an error since --with-capi was requested." >&5
15626 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15627 This is an error since --with-capi was requested." >&2;}
15628    { (exit 1); exit 1; }; } ;;
15629 esac
15630 fi
15631
15632
15633 CUPSINCL=""
15634
15635 if test "x$with_cups" != "xno"
15636 then
15637     ac_save_CPPFLAGS="$CPPFLAGS"
15638     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15639     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15640     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15641
15642 for ac_header in cups/cups.h
15643 do
15644 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15645 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15646   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15647 $as_echo_n "checking for $ac_header... " >&6; }
15648 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15649   $as_echo_n "(cached) " >&6
15650 fi
15651 ac_res=`eval 'as_val=${'$as_ac_Header'}
15652                  $as_echo "$as_val"'`
15653                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15654 $as_echo "$ac_res" >&6; }
15655 else
15656   # Is the header compilable?
15657 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15658 $as_echo_n "checking $ac_header usability... " >&6; }
15659 cat >conftest.$ac_ext <<_ACEOF
15660 /* confdefs.h.  */
15661 _ACEOF
15662 cat confdefs.h >>conftest.$ac_ext
15663 cat >>conftest.$ac_ext <<_ACEOF
15664 /* end confdefs.h.  */
15665 $ac_includes_default
15666 #include <$ac_header>
15667 _ACEOF
15668 rm -f conftest.$ac_objext
15669 if { (ac_try="$ac_compile"
15670 case "(($ac_try" in
15671   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15672   *) ac_try_echo=$ac_try;;
15673 esac
15674 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15675 $as_echo "$ac_try_echo") >&5
15676   (eval "$ac_compile") 2>conftest.er1
15677   ac_status=$?
15678   grep -v '^ *+' conftest.er1 >conftest.err
15679   rm -f conftest.er1
15680   cat conftest.err >&5
15681   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15682   (exit $ac_status); } && {
15683          test -z "$ac_c_werror_flag" ||
15684          test ! -s conftest.err
15685        } && test -s conftest.$ac_objext; then
15686   ac_header_compiler=yes
15687 else
15688   $as_echo "$as_me: failed program was:" >&5
15689 sed 's/^/| /' conftest.$ac_ext >&5
15690
15691         ac_header_compiler=no
15692 fi
15693
15694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15695 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15696 $as_echo "$ac_header_compiler" >&6; }
15697
15698 # Is the header present?
15699 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
15700 $as_echo_n "checking $ac_header presence... " >&6; }
15701 cat >conftest.$ac_ext <<_ACEOF
15702 /* confdefs.h.  */
15703 _ACEOF
15704 cat confdefs.h >>conftest.$ac_ext
15705 cat >>conftest.$ac_ext <<_ACEOF
15706 /* end confdefs.h.  */
15707 #include <$ac_header>
15708 _ACEOF
15709 if { (ac_try="$ac_cpp conftest.$ac_ext"
15710 case "(($ac_try" in
15711   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15712   *) ac_try_echo=$ac_try;;
15713 esac
15714 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15715 $as_echo "$ac_try_echo") >&5
15716   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15717   ac_status=$?
15718   grep -v '^ *+' conftest.er1 >conftest.err
15719   rm -f conftest.er1
15720   cat conftest.err >&5
15721   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15722   (exit $ac_status); } >/dev/null && {
15723          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15724          test ! -s conftest.err
15725        }; then
15726   ac_header_preproc=yes
15727 else
15728   $as_echo "$as_me: failed program was:" >&5
15729 sed 's/^/| /' conftest.$ac_ext >&5
15730
15731   ac_header_preproc=no
15732 fi
15733
15734 rm -f conftest.err conftest.$ac_ext
15735 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15736 $as_echo "$ac_header_preproc" >&6; }
15737
15738 # So?  What about this header?
15739 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15740   yes:no: )
15741     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15742 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15743     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15744 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15745     ac_header_preproc=yes
15746     ;;
15747   no:yes:* )
15748     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15749 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15750     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
15751 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
15752     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15753 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15754     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
15755 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
15756     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15757 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15758     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15759 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15760     ( cat <<\_ASBOX
15761 ## ------------------------------------ ##
15762 ## Report this to wine-devel@winehq.org ##
15763 ## ------------------------------------ ##
15764 _ASBOX
15765      ) | sed "s/^/$as_me: WARNING:     /" >&2
15766     ;;
15767 esac
15768 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15769 $as_echo_n "checking for $ac_header... " >&6; }
15770 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15771   $as_echo_n "(cached) " >&6
15772 else
15773   eval "$as_ac_Header=\$ac_header_preproc"
15774 fi
15775 ac_res=`eval 'as_val=${'$as_ac_Header'}
15776                  $as_echo "$as_val"'`
15777                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15778 $as_echo "$ac_res" >&6; }
15779
15780 fi
15781 as_val=`eval 'as_val=${'$as_ac_Header'}
15782                  $as_echo "$as_val"'`
15783    if test "x$as_val" = x""yes; then
15784   cat >>confdefs.h <<_ACEOF
15785 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15786 _ACEOF
15787  { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
15788 $as_echo_n "checking for -lcups... " >&6; }
15789 if test "${ac_cv_lib_soname_cups+set}" = set; then
15790   $as_echo_n "(cached) " >&6
15791 else
15792   ac_check_soname_save_LIBS=$LIBS
15793 LIBS="-lcups $ac_cups_libs $LIBS"
15794   cat >conftest.$ac_ext <<_ACEOF
15795 /* confdefs.h.  */
15796 _ACEOF
15797 cat confdefs.h >>conftest.$ac_ext
15798 cat >>conftest.$ac_ext <<_ACEOF
15799 /* end confdefs.h.  */
15800
15801 /* Override any GCC internal prototype to avoid an error.
15802    Use char because int might match the return type of a GCC
15803    builtin and then its argument prototype would still apply.  */
15804 #ifdef __cplusplus
15805 extern "C"
15806 #endif
15807 char cupsGetDefault ();
15808 int
15809 main ()
15810 {
15811 return cupsGetDefault ();
15812   ;
15813   return 0;
15814 }
15815 _ACEOF
15816 rm -f conftest.$ac_objext conftest$ac_exeext
15817 if { (ac_try="$ac_link"
15818 case "(($ac_try" in
15819   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15820   *) ac_try_echo=$ac_try;;
15821 esac
15822 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15823 $as_echo "$ac_try_echo") >&5
15824   (eval "$ac_link") 2>conftest.er1
15825   ac_status=$?
15826   grep -v '^ *+' conftest.er1 >conftest.err
15827   rm -f conftest.er1
15828   cat conftest.err >&5
15829   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15830   (exit $ac_status); } && {
15831          test -z "$ac_c_werror_flag" ||
15832          test ! -s conftest.err
15833        } && test -s conftest$ac_exeext && {
15834          test "$cross_compiling" = yes ||
15835          $as_test_x conftest$ac_exeext
15836        }; then
15837   case "$LIBEXT" in
15838     dll) ;;
15839     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'` ;;
15840     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
15841   esac
15842 else
15843   $as_echo "$as_me: failed program was:" >&5
15844 sed 's/^/| /' conftest.$ac_ext >&5
15845
15846
15847 fi
15848
15849 rm -rf conftest.dSYM
15850 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15851       conftest$ac_exeext conftest.$ac_ext
15852   LIBS=$ac_check_soname_save_LIBS
15853 fi
15854 if test "x$ac_cv_lib_soname_cups" = "x"; then
15855   { $as_echo "$as_me:$LINENO: result: not found" >&5
15856 $as_echo "not found" >&6; }
15857
15858 else
15859   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15860 $as_echo "$ac_cv_lib_soname_cups" >&6; }
15861
15862 cat >>confdefs.h <<_ACEOF
15863 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15864 _ACEOF
15865
15866        CUPSINCL="$ac_cups_cflags"
15867 fi
15868
15869 fi
15870
15871 done
15872
15873     CPPFLAGS="$ac_save_CPPFLAGS"
15874 fi
15875 if test "x$ac_cv_lib_soname_cups" = "x"; then
15876   case "x$with_cups" in
15877   x)   wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15878   xno) ;;
15879   *)   { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15880 This is an error since --with-cups was requested." >&5
15881 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15882 This is an error since --with-cups was requested." >&2;}
15883    { (exit 1); exit 1; }; } ;;
15884 esac
15885 fi
15886
15887
15888 if test "$ac_cv_header_jack_jack_h" = "yes"
15889 then
15890     { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
15891 $as_echo_n "checking for -ljack... " >&6; }
15892 if test "${ac_cv_lib_soname_jack+set}" = set; then
15893   $as_echo_n "(cached) " >&6
15894 else
15895   ac_check_soname_save_LIBS=$LIBS
15896 LIBS="-ljack  $LIBS"
15897   cat >conftest.$ac_ext <<_ACEOF
15898 /* confdefs.h.  */
15899 _ACEOF
15900 cat confdefs.h >>conftest.$ac_ext
15901 cat >>conftest.$ac_ext <<_ACEOF
15902 /* end confdefs.h.  */
15903
15904 /* Override any GCC internal prototype to avoid an error.
15905    Use char because int might match the return type of a GCC
15906    builtin and then its argument prototype would still apply.  */
15907 #ifdef __cplusplus
15908 extern "C"
15909 #endif
15910 char jack_client_new ();
15911 int
15912 main ()
15913 {
15914 return jack_client_new ();
15915   ;
15916   return 0;
15917 }
15918 _ACEOF
15919 rm -f conftest.$ac_objext conftest$ac_exeext
15920 if { (ac_try="$ac_link"
15921 case "(($ac_try" in
15922   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15923   *) ac_try_echo=$ac_try;;
15924 esac
15925 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15926 $as_echo "$ac_try_echo") >&5
15927   (eval "$ac_link") 2>conftest.er1
15928   ac_status=$?
15929   grep -v '^ *+' conftest.er1 >conftest.err
15930   rm -f conftest.er1
15931   cat conftest.err >&5
15932   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15933   (exit $ac_status); } && {
15934          test -z "$ac_c_werror_flag" ||
15935          test ! -s conftest.err
15936        } && test -s conftest$ac_exeext && {
15937          test "$cross_compiling" = yes ||
15938          $as_test_x conftest$ac_exeext
15939        }; then
15940   case "$LIBEXT" in
15941     dll) ;;
15942     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'` ;;
15943     *) 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'` ;;
15944   esac
15945 else
15946   $as_echo "$as_me: failed program was:" >&5
15947 sed 's/^/| /' conftest.$ac_ext >&5
15948
15949
15950 fi
15951
15952 rm -rf conftest.dSYM
15953 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15954       conftest$ac_exeext conftest.$ac_ext
15955   LIBS=$ac_check_soname_save_LIBS
15956 fi
15957 if test "x$ac_cv_lib_soname_jack" = "x"; then
15958   { $as_echo "$as_me:$LINENO: result: not found" >&5
15959 $as_echo "not found" >&6; }
15960
15961 else
15962   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15963 $as_echo "$ac_cv_lib_soname_jack" >&6; }
15964
15965 cat >>confdefs.h <<_ACEOF
15966 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15967 _ACEOF
15968
15969
15970 fi
15971
15972 fi
15973
15974 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15975 then
15976     { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15977 $as_echo_n "checking for -lfontconfig... " >&6; }
15978 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15979   $as_echo_n "(cached) " >&6
15980 else
15981   ac_check_soname_save_LIBS=$LIBS
15982 LIBS="-lfontconfig  $LIBS"
15983   cat >conftest.$ac_ext <<_ACEOF
15984 /* confdefs.h.  */
15985 _ACEOF
15986 cat confdefs.h >>conftest.$ac_ext
15987 cat >>conftest.$ac_ext <<_ACEOF
15988 /* end confdefs.h.  */
15989
15990 /* Override any GCC internal prototype to avoid an error.
15991    Use char because int might match the return type of a GCC
15992    builtin and then its argument prototype would still apply.  */
15993 #ifdef __cplusplus
15994 extern "C"
15995 #endif
15996 char FcInit ();
15997 int
15998 main ()
15999 {
16000 return FcInit ();
16001   ;
16002   return 0;
16003 }
16004 _ACEOF
16005 rm -f conftest.$ac_objext conftest$ac_exeext
16006 if { (ac_try="$ac_link"
16007 case "(($ac_try" in
16008   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16009   *) ac_try_echo=$ac_try;;
16010 esac
16011 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16012 $as_echo "$ac_try_echo") >&5
16013   (eval "$ac_link") 2>conftest.er1
16014   ac_status=$?
16015   grep -v '^ *+' conftest.er1 >conftest.err
16016   rm -f conftest.er1
16017   cat conftest.err >&5
16018   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16019   (exit $ac_status); } && {
16020          test -z "$ac_c_werror_flag" ||
16021          test ! -s conftest.err
16022        } && test -s conftest$ac_exeext && {
16023          test "$cross_compiling" = yes ||
16024          $as_test_x conftest$ac_exeext
16025        }; then
16026   case "$LIBEXT" in
16027     dll) ;;
16028     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'` ;;
16029     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16030   esac
16031 else
16032   $as_echo "$as_me: failed program was:" >&5
16033 sed 's/^/| /' conftest.$ac_ext >&5
16034
16035
16036 fi
16037
16038 rm -rf conftest.dSYM
16039 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16040       conftest$ac_exeext conftest.$ac_ext
16041   LIBS=$ac_check_soname_save_LIBS
16042 fi
16043 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16044   { $as_echo "$as_me:$LINENO: result: not found" >&5
16045 $as_echo "not found" >&6; }
16046
16047 else
16048   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16049 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16050
16051 cat >>confdefs.h <<_ACEOF
16052 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16053 _ACEOF
16054
16055
16056 fi
16057
16058 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16059 then
16060         ac_save_CPPFLAGS="$CPPFLAGS"
16061     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16062     $as_unset ac_cv_header_fontconfig_fontconfig_h
16063
16064 for ac_header in fontconfig/fontconfig.h
16065 do
16066 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16067 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16068   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16069 $as_echo_n "checking for $ac_header... " >&6; }
16070 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16071   $as_echo_n "(cached) " >&6
16072 fi
16073 ac_res=`eval 'as_val=${'$as_ac_Header'}
16074                  $as_echo "$as_val"'`
16075                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16076 $as_echo "$ac_res" >&6; }
16077 else
16078   # Is the header compilable?
16079 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16080 $as_echo_n "checking $ac_header usability... " >&6; }
16081 cat >conftest.$ac_ext <<_ACEOF
16082 /* confdefs.h.  */
16083 _ACEOF
16084 cat confdefs.h >>conftest.$ac_ext
16085 cat >>conftest.$ac_ext <<_ACEOF
16086 /* end confdefs.h.  */
16087 $ac_includes_default
16088 #include <$ac_header>
16089 _ACEOF
16090 rm -f conftest.$ac_objext
16091 if { (ac_try="$ac_compile"
16092 case "(($ac_try" in
16093   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16094   *) ac_try_echo=$ac_try;;
16095 esac
16096 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16097 $as_echo "$ac_try_echo") >&5
16098   (eval "$ac_compile") 2>conftest.er1
16099   ac_status=$?
16100   grep -v '^ *+' conftest.er1 >conftest.err
16101   rm -f conftest.er1
16102   cat conftest.err >&5
16103   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16104   (exit $ac_status); } && {
16105          test -z "$ac_c_werror_flag" ||
16106          test ! -s conftest.err
16107        } && test -s conftest.$ac_objext; then
16108   ac_header_compiler=yes
16109 else
16110   $as_echo "$as_me: failed program was:" >&5
16111 sed 's/^/| /' conftest.$ac_ext >&5
16112
16113         ac_header_compiler=no
16114 fi
16115
16116 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16117 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16118 $as_echo "$ac_header_compiler" >&6; }
16119
16120 # Is the header present?
16121 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16122 $as_echo_n "checking $ac_header presence... " >&6; }
16123 cat >conftest.$ac_ext <<_ACEOF
16124 /* confdefs.h.  */
16125 _ACEOF
16126 cat confdefs.h >>conftest.$ac_ext
16127 cat >>conftest.$ac_ext <<_ACEOF
16128 /* end confdefs.h.  */
16129 #include <$ac_header>
16130 _ACEOF
16131 if { (ac_try="$ac_cpp conftest.$ac_ext"
16132 case "(($ac_try" in
16133   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16134   *) ac_try_echo=$ac_try;;
16135 esac
16136 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16137 $as_echo "$ac_try_echo") >&5
16138   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16139   ac_status=$?
16140   grep -v '^ *+' conftest.er1 >conftest.err
16141   rm -f conftest.er1
16142   cat conftest.err >&5
16143   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16144   (exit $ac_status); } >/dev/null && {
16145          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16146          test ! -s conftest.err
16147        }; then
16148   ac_header_preproc=yes
16149 else
16150   $as_echo "$as_me: failed program was:" >&5
16151 sed 's/^/| /' conftest.$ac_ext >&5
16152
16153   ac_header_preproc=no
16154 fi
16155
16156 rm -f conftest.err conftest.$ac_ext
16157 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16158 $as_echo "$ac_header_preproc" >&6; }
16159
16160 # So?  What about this header?
16161 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16162   yes:no: )
16163     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16164 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16165     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16166 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16167     ac_header_preproc=yes
16168     ;;
16169   no:yes:* )
16170     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16171 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16172     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16173 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16174     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16175 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16176     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16177 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16178     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16179 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16180     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16181 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16182     ( cat <<\_ASBOX
16183 ## ------------------------------------ ##
16184 ## Report this to wine-devel@winehq.org ##
16185 ## ------------------------------------ ##
16186 _ASBOX
16187      ) | sed "s/^/$as_me: WARNING:     /" >&2
16188     ;;
16189 esac
16190 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16191 $as_echo_n "checking for $ac_header... " >&6; }
16192 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16193   $as_echo_n "(cached) " >&6
16194 else
16195   eval "$as_ac_Header=\$ac_header_preproc"
16196 fi
16197 ac_res=`eval 'as_val=${'$as_ac_Header'}
16198                  $as_echo "$as_val"'`
16199                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16200 $as_echo "$ac_res" >&6; }
16201
16202 fi
16203 as_val=`eval 'as_val=${'$as_ac_Header'}
16204                  $as_echo "$as_val"'`
16205    if test "x$as_val" = x""yes; then
16206   cat >>confdefs.h <<_ACEOF
16207 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16208 _ACEOF
16209
16210 fi
16211
16212 done
16213
16214     CPPFLAGS="$ac_save_CPPFLAGS"
16215     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16216     then
16217         FONTCONFIGINCL="$X_CFLAGS"
16218
16219         { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16220 $as_echo_n "checking for -lfontconfig... " >&6; }
16221 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16222   $as_echo_n "(cached) " >&6
16223 else
16224   ac_check_soname_save_LIBS=$LIBS
16225 LIBS="-lfontconfig $X_LIBS $LIBS"
16226   cat >conftest.$ac_ext <<_ACEOF
16227 /* confdefs.h.  */
16228 _ACEOF
16229 cat confdefs.h >>conftest.$ac_ext
16230 cat >>conftest.$ac_ext <<_ACEOF
16231 /* end confdefs.h.  */
16232
16233 /* Override any GCC internal prototype to avoid an error.
16234    Use char because int might match the return type of a GCC
16235    builtin and then its argument prototype would still apply.  */
16236 #ifdef __cplusplus
16237 extern "C"
16238 #endif
16239 char FcInit ();
16240 int
16241 main ()
16242 {
16243 return FcInit ();
16244   ;
16245   return 0;
16246 }
16247 _ACEOF
16248 rm -f conftest.$ac_objext conftest$ac_exeext
16249 if { (ac_try="$ac_link"
16250 case "(($ac_try" in
16251   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16252   *) ac_try_echo=$ac_try;;
16253 esac
16254 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16255 $as_echo "$ac_try_echo") >&5
16256   (eval "$ac_link") 2>conftest.er1
16257   ac_status=$?
16258   grep -v '^ *+' conftest.er1 >conftest.err
16259   rm -f conftest.er1
16260   cat conftest.err >&5
16261   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16262   (exit $ac_status); } && {
16263          test -z "$ac_c_werror_flag" ||
16264          test ! -s conftest.err
16265        } && test -s conftest$ac_exeext && {
16266          test "$cross_compiling" = yes ||
16267          $as_test_x conftest$ac_exeext
16268        }; then
16269   case "$LIBEXT" in
16270     dll) ;;
16271     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'` ;;
16272     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16273   esac
16274 else
16275   $as_echo "$as_me: failed program was:" >&5
16276 sed 's/^/| /' conftest.$ac_ext >&5
16277
16278
16279 fi
16280
16281 rm -rf conftest.dSYM
16282 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16283       conftest$ac_exeext conftest.$ac_ext
16284   LIBS=$ac_check_soname_save_LIBS
16285 fi
16286 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16287   { $as_echo "$as_me:$LINENO: result: not found" >&5
16288 $as_echo "not found" >&6; }
16289
16290 else
16291   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16292 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16293
16294 cat >>confdefs.h <<_ACEOF
16295 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16296 _ACEOF
16297
16298
16299 fi
16300
16301     fi
16302 fi
16303 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16304   case "x$with_fontconfig" in
16305   x)   wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16306   xno) ;;
16307   *)   { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16308 This is an error since --with-fontconfig was requested." >&5
16309 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16310 This is an error since --with-fontconfig was requested." >&2;}
16311    { (exit 1); exit 1; }; } ;;
16312 esac
16313 fi
16314
16315
16316 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16317 then
16318     { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16319 $as_echo_n "checking for -lssl... " >&6; }
16320 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16321   $as_echo_n "(cached) " >&6
16322 else
16323   ac_check_soname_save_LIBS=$LIBS
16324 LIBS="-lssl  $LIBS"
16325   cat >conftest.$ac_ext <<_ACEOF
16326 /* confdefs.h.  */
16327 _ACEOF
16328 cat confdefs.h >>conftest.$ac_ext
16329 cat >>conftest.$ac_ext <<_ACEOF
16330 /* end confdefs.h.  */
16331
16332 /* Override any GCC internal prototype to avoid an error.
16333    Use char because int might match the return type of a GCC
16334    builtin and then its argument prototype would still apply.  */
16335 #ifdef __cplusplus
16336 extern "C"
16337 #endif
16338 char SSL_library_init ();
16339 int
16340 main ()
16341 {
16342 return SSL_library_init ();
16343   ;
16344   return 0;
16345 }
16346 _ACEOF
16347 rm -f conftest.$ac_objext conftest$ac_exeext
16348 if { (ac_try="$ac_link"
16349 case "(($ac_try" in
16350   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16351   *) ac_try_echo=$ac_try;;
16352 esac
16353 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16354 $as_echo "$ac_try_echo") >&5
16355   (eval "$ac_link") 2>conftest.er1
16356   ac_status=$?
16357   grep -v '^ *+' conftest.er1 >conftest.err
16358   rm -f conftest.er1
16359   cat conftest.err >&5
16360   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16361   (exit $ac_status); } && {
16362          test -z "$ac_c_werror_flag" ||
16363          test ! -s conftest.err
16364        } && test -s conftest$ac_exeext && {
16365          test "$cross_compiling" = yes ||
16366          $as_test_x conftest$ac_exeext
16367        }; then
16368   case "$LIBEXT" in
16369     dll) ;;
16370     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'` ;;
16371     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
16372   esac
16373 else
16374   $as_echo "$as_me: failed program was:" >&5
16375 sed 's/^/| /' conftest.$ac_ext >&5
16376
16377
16378 fi
16379
16380 rm -rf conftest.dSYM
16381 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16382       conftest$ac_exeext conftest.$ac_ext
16383   LIBS=$ac_check_soname_save_LIBS
16384 fi
16385 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16386   { $as_echo "$as_me:$LINENO: result: not found" >&5
16387 $as_echo "not found" >&6; }
16388
16389 else
16390   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16391 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16392
16393 cat >>confdefs.h <<_ACEOF
16394 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16395 _ACEOF
16396
16397
16398 fi
16399
16400     { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16401 $as_echo_n "checking for -lcrypto... " >&6; }
16402 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16403   $as_echo_n "(cached) " >&6
16404 else
16405   ac_check_soname_save_LIBS=$LIBS
16406 LIBS="-lcrypto  $LIBS"
16407   cat >conftest.$ac_ext <<_ACEOF
16408 /* confdefs.h.  */
16409 _ACEOF
16410 cat confdefs.h >>conftest.$ac_ext
16411 cat >>conftest.$ac_ext <<_ACEOF
16412 /* end confdefs.h.  */
16413
16414 /* Override any GCC internal prototype to avoid an error.
16415    Use char because int might match the return type of a GCC
16416    builtin and then its argument prototype would still apply.  */
16417 #ifdef __cplusplus
16418 extern "C"
16419 #endif
16420 char BIO_new_socket ();
16421 int
16422 main ()
16423 {
16424 return BIO_new_socket ();
16425   ;
16426   return 0;
16427 }
16428 _ACEOF
16429 rm -f conftest.$ac_objext conftest$ac_exeext
16430 if { (ac_try="$ac_link"
16431 case "(($ac_try" in
16432   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16433   *) ac_try_echo=$ac_try;;
16434 esac
16435 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16436 $as_echo "$ac_try_echo") >&5
16437   (eval "$ac_link") 2>conftest.er1
16438   ac_status=$?
16439   grep -v '^ *+' conftest.er1 >conftest.err
16440   rm -f conftest.er1
16441   cat conftest.err >&5
16442   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16443   (exit $ac_status); } && {
16444          test -z "$ac_c_werror_flag" ||
16445          test ! -s conftest.err
16446        } && test -s conftest$ac_exeext && {
16447          test "$cross_compiling" = yes ||
16448          $as_test_x conftest$ac_exeext
16449        }; then
16450   case "$LIBEXT" in
16451     dll) ;;
16452     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'` ;;
16453     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
16454   esac
16455 else
16456   $as_echo "$as_me: failed program was:" >&5
16457 sed 's/^/| /' conftest.$ac_ext >&5
16458
16459
16460 fi
16461
16462 rm -rf conftest.dSYM
16463 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16464       conftest$ac_exeext conftest.$ac_ext
16465   LIBS=$ac_check_soname_save_LIBS
16466 fi
16467 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16468   { $as_echo "$as_me:$LINENO: result: not found" >&5
16469 $as_echo "not found" >&6; }
16470
16471 else
16472   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16473 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16474
16475 cat >>confdefs.h <<_ACEOF
16476 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16477 _ACEOF
16478
16479
16480 fi
16481
16482 fi
16483 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16484   case "x$with_openssl" in
16485   x)   wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16486   xno) ;;
16487   *)   { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16488 This is an error since --with-openssl was requested." >&5
16489 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16490 This is an error since --with-openssl was requested." >&2;}
16491    { (exit 1); exit 1; }; } ;;
16492 esac
16493 fi
16494
16495
16496 if test "$ac_cv_header_jpeglib_h" = "yes"
16497 then
16498     { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16499 $as_echo_n "checking for -ljpeg... " >&6; }
16500 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16501   $as_echo_n "(cached) " >&6
16502 else
16503   ac_check_soname_save_LIBS=$LIBS
16504 LIBS="-ljpeg  $LIBS"
16505   cat >conftest.$ac_ext <<_ACEOF
16506 /* confdefs.h.  */
16507 _ACEOF
16508 cat confdefs.h >>conftest.$ac_ext
16509 cat >>conftest.$ac_ext <<_ACEOF
16510 /* end confdefs.h.  */
16511
16512 /* Override any GCC internal prototype to avoid an error.
16513    Use char because int might match the return type of a GCC
16514    builtin and then its argument prototype would still apply.  */
16515 #ifdef __cplusplus
16516 extern "C"
16517 #endif
16518 char jpeg_start_decompress ();
16519 int
16520 main ()
16521 {
16522 return jpeg_start_decompress ();
16523   ;
16524   return 0;
16525 }
16526 _ACEOF
16527 rm -f conftest.$ac_objext conftest$ac_exeext
16528 if { (ac_try="$ac_link"
16529 case "(($ac_try" in
16530   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16531   *) ac_try_echo=$ac_try;;
16532 esac
16533 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16534 $as_echo "$ac_try_echo") >&5
16535   (eval "$ac_link") 2>conftest.er1
16536   ac_status=$?
16537   grep -v '^ *+' conftest.er1 >conftest.err
16538   rm -f conftest.er1
16539   cat conftest.err >&5
16540   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16541   (exit $ac_status); } && {
16542          test -z "$ac_c_werror_flag" ||
16543          test ! -s conftest.err
16544        } && test -s conftest$ac_exeext && {
16545          test "$cross_compiling" = yes ||
16546          $as_test_x conftest$ac_exeext
16547        }; then
16548   case "$LIBEXT" in
16549     dll) ;;
16550     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'` ;;
16551     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16552   esac
16553 else
16554   $as_echo "$as_me: failed program was:" >&5
16555 sed 's/^/| /' conftest.$ac_ext >&5
16556
16557
16558 fi
16559
16560 rm -rf conftest.dSYM
16561 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16562       conftest$ac_exeext conftest.$ac_ext
16563   LIBS=$ac_check_soname_save_LIBS
16564 fi
16565 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16566   { $as_echo "$as_me:$LINENO: result: not found" >&5
16567 $as_echo "not found" >&6; }
16568
16569 else
16570   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16571 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16572
16573 cat >>confdefs.h <<_ACEOF
16574 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16575 _ACEOF
16576
16577
16578 fi
16579
16580 fi
16581 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16582   case "x$with_jpeg" in
16583   x)   wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16584   xno) ;;
16585   *)   { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16586 This is an error since --with-jpeg was requested." >&5
16587 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16588 This is an error since --with-jpeg was requested." >&2;}
16589    { (exit 1); exit 1; }; } ;;
16590 esac
16591 fi
16592
16593
16594 if test "$ac_cv_header_png_h" = "yes"
16595 then
16596     { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16597 $as_echo_n "checking for -lpng... " >&6; }
16598 if test "${ac_cv_lib_soname_png+set}" = set; then
16599   $as_echo_n "(cached) " >&6
16600 else
16601   ac_check_soname_save_LIBS=$LIBS
16602 LIBS="-lpng -lm -lz $LIBS"
16603   cat >conftest.$ac_ext <<_ACEOF
16604 /* confdefs.h.  */
16605 _ACEOF
16606 cat confdefs.h >>conftest.$ac_ext
16607 cat >>conftest.$ac_ext <<_ACEOF
16608 /* end confdefs.h.  */
16609
16610 /* Override any GCC internal prototype to avoid an error.
16611    Use char because int might match the return type of a GCC
16612    builtin and then its argument prototype would still apply.  */
16613 #ifdef __cplusplus
16614 extern "C"
16615 #endif
16616 char png_create_read_struct ();
16617 int
16618 main ()
16619 {
16620 return png_create_read_struct ();
16621   ;
16622   return 0;
16623 }
16624 _ACEOF
16625 rm -f conftest.$ac_objext conftest$ac_exeext
16626 if { (ac_try="$ac_link"
16627 case "(($ac_try" in
16628   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16629   *) ac_try_echo=$ac_try;;
16630 esac
16631 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16632 $as_echo "$ac_try_echo") >&5
16633   (eval "$ac_link") 2>conftest.er1
16634   ac_status=$?
16635   grep -v '^ *+' conftest.er1 >conftest.err
16636   rm -f conftest.er1
16637   cat conftest.err >&5
16638   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16639   (exit $ac_status); } && {
16640          test -z "$ac_c_werror_flag" ||
16641          test ! -s conftest.err
16642        } && test -s conftest$ac_exeext && {
16643          test "$cross_compiling" = yes ||
16644          $as_test_x conftest$ac_exeext
16645        }; then
16646   case "$LIBEXT" in
16647     dll) ;;
16648     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'` ;;
16649     *) 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'` ;;
16650   esac
16651 else
16652   $as_echo "$as_me: failed program was:" >&5
16653 sed 's/^/| /' conftest.$ac_ext >&5
16654
16655
16656 fi
16657
16658 rm -rf conftest.dSYM
16659 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16660       conftest$ac_exeext conftest.$ac_ext
16661   LIBS=$ac_check_soname_save_LIBS
16662 fi
16663 if test "x$ac_cv_lib_soname_png" = "x"; then
16664   { $as_echo "$as_me:$LINENO: result: not found" >&5
16665 $as_echo "not found" >&6; }
16666
16667 else
16668   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16669 $as_echo "$ac_cv_lib_soname_png" >&6; }
16670
16671 cat >>confdefs.h <<_ACEOF
16672 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16673 _ACEOF
16674
16675
16676 fi
16677
16678 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
16679 then
16680         ac_save_CPPFLAGS="$CPPFLAGS"
16681     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16682     $as_unset ac_cv_header_png_h
16683
16684 for ac_header in png.h
16685 do
16686 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16687 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16688   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16689 $as_echo_n "checking for $ac_header... " >&6; }
16690 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16691   $as_echo_n "(cached) " >&6
16692 fi
16693 ac_res=`eval 'as_val=${'$as_ac_Header'}
16694                  $as_echo "$as_val"'`
16695                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16696 $as_echo "$ac_res" >&6; }
16697 else
16698   # Is the header compilable?
16699 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16700 $as_echo_n "checking $ac_header usability... " >&6; }
16701 cat >conftest.$ac_ext <<_ACEOF
16702 /* confdefs.h.  */
16703 _ACEOF
16704 cat confdefs.h >>conftest.$ac_ext
16705 cat >>conftest.$ac_ext <<_ACEOF
16706 /* end confdefs.h.  */
16707 $ac_includes_default
16708 #include <$ac_header>
16709 _ACEOF
16710 rm -f conftest.$ac_objext
16711 if { (ac_try="$ac_compile"
16712 case "(($ac_try" in
16713   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16714   *) ac_try_echo=$ac_try;;
16715 esac
16716 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16717 $as_echo "$ac_try_echo") >&5
16718   (eval "$ac_compile") 2>conftest.er1
16719   ac_status=$?
16720   grep -v '^ *+' conftest.er1 >conftest.err
16721   rm -f conftest.er1
16722   cat conftest.err >&5
16723   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16724   (exit $ac_status); } && {
16725          test -z "$ac_c_werror_flag" ||
16726          test ! -s conftest.err
16727        } && test -s conftest.$ac_objext; then
16728   ac_header_compiler=yes
16729 else
16730   $as_echo "$as_me: failed program was:" >&5
16731 sed 's/^/| /' conftest.$ac_ext >&5
16732
16733         ac_header_compiler=no
16734 fi
16735
16736 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16737 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16738 $as_echo "$ac_header_compiler" >&6; }
16739
16740 # Is the header present?
16741 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16742 $as_echo_n "checking $ac_header presence... " >&6; }
16743 cat >conftest.$ac_ext <<_ACEOF
16744 /* confdefs.h.  */
16745 _ACEOF
16746 cat confdefs.h >>conftest.$ac_ext
16747 cat >>conftest.$ac_ext <<_ACEOF
16748 /* end confdefs.h.  */
16749 #include <$ac_header>
16750 _ACEOF
16751 if { (ac_try="$ac_cpp conftest.$ac_ext"
16752 case "(($ac_try" in
16753   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16754   *) ac_try_echo=$ac_try;;
16755 esac
16756 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16757 $as_echo "$ac_try_echo") >&5
16758   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16759   ac_status=$?
16760   grep -v '^ *+' conftest.er1 >conftest.err
16761   rm -f conftest.er1
16762   cat conftest.err >&5
16763   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16764   (exit $ac_status); } >/dev/null && {
16765          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16766          test ! -s conftest.err
16767        }; then
16768   ac_header_preproc=yes
16769 else
16770   $as_echo "$as_me: failed program was:" >&5
16771 sed 's/^/| /' conftest.$ac_ext >&5
16772
16773   ac_header_preproc=no
16774 fi
16775
16776 rm -f conftest.err conftest.$ac_ext
16777 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16778 $as_echo "$ac_header_preproc" >&6; }
16779
16780 # So?  What about this header?
16781 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16782   yes:no: )
16783     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16784 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16785     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16786 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16787     ac_header_preproc=yes
16788     ;;
16789   no:yes:* )
16790     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16791 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16792     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16793 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16794     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16795 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16796     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16797 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16798     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16799 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16800     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16801 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16802     ( cat <<\_ASBOX
16803 ## ------------------------------------ ##
16804 ## Report this to wine-devel@winehq.org ##
16805 ## ------------------------------------ ##
16806 _ASBOX
16807      ) | sed "s/^/$as_me: WARNING:     /" >&2
16808     ;;
16809 esac
16810 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16811 $as_echo_n "checking for $ac_header... " >&6; }
16812 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16813   $as_echo_n "(cached) " >&6
16814 else
16815   eval "$as_ac_Header=\$ac_header_preproc"
16816 fi
16817 ac_res=`eval 'as_val=${'$as_ac_Header'}
16818                  $as_echo "$as_val"'`
16819                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16820 $as_echo "$ac_res" >&6; }
16821
16822 fi
16823 as_val=`eval 'as_val=${'$as_ac_Header'}
16824                  $as_echo "$as_val"'`
16825    if test "x$as_val" = x""yes; then
16826   cat >>confdefs.h <<_ACEOF
16827 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16828 _ACEOF
16829
16830 fi
16831
16832 done
16833
16834     CPPFLAGS="$ac_save_CPPFLAGS"
16835     if test "$ac_cv_header_png_h" = "yes"
16836     then
16837         PNGINCL="$X_CFLAGS"
16838
16839         { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16840 $as_echo_n "checking for -lpng... " >&6; }
16841 if test "${ac_cv_lib_soname_png+set}" = set; then
16842   $as_echo_n "(cached) " >&6
16843 else
16844   ac_check_soname_save_LIBS=$LIBS
16845 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
16846   cat >conftest.$ac_ext <<_ACEOF
16847 /* confdefs.h.  */
16848 _ACEOF
16849 cat confdefs.h >>conftest.$ac_ext
16850 cat >>conftest.$ac_ext <<_ACEOF
16851 /* end confdefs.h.  */
16852
16853 /* Override any GCC internal prototype to avoid an error.
16854    Use char because int might match the return type of a GCC
16855    builtin and then its argument prototype would still apply.  */
16856 #ifdef __cplusplus
16857 extern "C"
16858 #endif
16859 char png_create_read_struct ();
16860 int
16861 main ()
16862 {
16863 return png_create_read_struct ();
16864   ;
16865   return 0;
16866 }
16867 _ACEOF
16868 rm -f conftest.$ac_objext conftest$ac_exeext
16869 if { (ac_try="$ac_link"
16870 case "(($ac_try" in
16871   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16872   *) ac_try_echo=$ac_try;;
16873 esac
16874 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16875 $as_echo "$ac_try_echo") >&5
16876   (eval "$ac_link") 2>conftest.er1
16877   ac_status=$?
16878   grep -v '^ *+' conftest.er1 >conftest.err
16879   rm -f conftest.er1
16880   cat conftest.err >&5
16881   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16882   (exit $ac_status); } && {
16883          test -z "$ac_c_werror_flag" ||
16884          test ! -s conftest.err
16885        } && test -s conftest$ac_exeext && {
16886          test "$cross_compiling" = yes ||
16887          $as_test_x conftest$ac_exeext
16888        }; then
16889   case "$LIBEXT" in
16890     dll) ;;
16891     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'` ;;
16892     *) 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'` ;;
16893   esac
16894 else
16895   $as_echo "$as_me: failed program was:" >&5
16896 sed 's/^/| /' conftest.$ac_ext >&5
16897
16898
16899 fi
16900
16901 rm -rf conftest.dSYM
16902 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16903       conftest$ac_exeext conftest.$ac_ext
16904   LIBS=$ac_check_soname_save_LIBS
16905 fi
16906 if test "x$ac_cv_lib_soname_png" = "x"; then
16907   { $as_echo "$as_me:$LINENO: result: not found" >&5
16908 $as_echo "not found" >&6; }
16909
16910 else
16911   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16912 $as_echo "$ac_cv_lib_soname_png" >&6; }
16913
16914 cat >>confdefs.h <<_ACEOF
16915 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16916 _ACEOF
16917
16918
16919 fi
16920
16921     fi
16922 fi
16923 if test "x$ac_cv_lib_soname_png" = "x"; then
16924   case "x$with_png" in
16925   x)   wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16926   xno) ;;
16927   *)   { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16928 This is an error since --with-png was requested." >&5
16929 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16930 This is an error since --with-png was requested." >&2;}
16931    { (exit 1); exit 1; }; } ;;
16932 esac
16933 fi
16934
16935
16936 if test "$ac_cv_header_kstat_h" = "yes"
16937 then
16938     { $as_echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
16939 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
16940 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
16941   $as_echo_n "(cached) " >&6
16942 else
16943   ac_check_lib_save_LIBS=$LIBS
16944 LIBS="-lkstat  $LIBS"
16945 cat >conftest.$ac_ext <<_ACEOF
16946 /* confdefs.h.  */
16947 _ACEOF
16948 cat confdefs.h >>conftest.$ac_ext
16949 cat >>conftest.$ac_ext <<_ACEOF
16950 /* end confdefs.h.  */
16951
16952 /* Override any GCC internal prototype to avoid an error.
16953    Use char because int might match the return type of a GCC
16954    builtin and then its argument prototype would still apply.  */
16955 #ifdef __cplusplus
16956 extern "C"
16957 #endif
16958 char kstat_open ();
16959 int
16960 main ()
16961 {
16962 return kstat_open ();
16963   ;
16964   return 0;
16965 }
16966 _ACEOF
16967 rm -f conftest.$ac_objext conftest$ac_exeext
16968 if { (ac_try="$ac_link"
16969 case "(($ac_try" in
16970   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16971   *) ac_try_echo=$ac_try;;
16972 esac
16973 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16974 $as_echo "$ac_try_echo") >&5
16975   (eval "$ac_link") 2>conftest.er1
16976   ac_status=$?
16977   grep -v '^ *+' conftest.er1 >conftest.err
16978   rm -f conftest.er1
16979   cat conftest.err >&5
16980   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16981   (exit $ac_status); } && {
16982          test -z "$ac_c_werror_flag" ||
16983          test ! -s conftest.err
16984        } && test -s conftest$ac_exeext && {
16985          test "$cross_compiling" = yes ||
16986          $as_test_x conftest$ac_exeext
16987        }; then
16988   ac_cv_lib_kstat_kstat_open=yes
16989 else
16990   $as_echo "$as_me: failed program was:" >&5
16991 sed 's/^/| /' conftest.$ac_ext >&5
16992
16993         ac_cv_lib_kstat_kstat_open=no
16994 fi
16995
16996 rm -rf conftest.dSYM
16997 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16998       conftest$ac_exeext conftest.$ac_ext
16999 LIBS=$ac_check_lib_save_LIBS
17000 fi
17001 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
17002 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
17003 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then
17004
17005 cat >>confdefs.h <<\_ACEOF
17006 #define HAVE_LIBKSTAT 1
17007 _ACEOF
17008
17009                   LIBKSTAT="-lkstat"
17010
17011 fi
17012
17013 fi
17014
17015 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17016 $as_echo_n "checking for -lodbc... " >&6; }
17017 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17018   $as_echo_n "(cached) " >&6
17019 else
17020   ac_check_soname_save_LIBS=$LIBS
17021 LIBS="-lodbc  $LIBS"
17022   cat >conftest.$ac_ext <<_ACEOF
17023 /* confdefs.h.  */
17024 _ACEOF
17025 cat confdefs.h >>conftest.$ac_ext
17026 cat >>conftest.$ac_ext <<_ACEOF
17027 /* end confdefs.h.  */
17028
17029 /* Override any GCC internal prototype to avoid an error.
17030    Use char because int might match the return type of a GCC
17031    builtin and then its argument prototype would still apply.  */
17032 #ifdef __cplusplus
17033 extern "C"
17034 #endif
17035 char SQLConnect ();
17036 int
17037 main ()
17038 {
17039 return SQLConnect ();
17040   ;
17041   return 0;
17042 }
17043 _ACEOF
17044 rm -f conftest.$ac_objext conftest$ac_exeext
17045 if { (ac_try="$ac_link"
17046 case "(($ac_try" in
17047   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17048   *) ac_try_echo=$ac_try;;
17049 esac
17050 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17051 $as_echo "$ac_try_echo") >&5
17052   (eval "$ac_link") 2>conftest.er1
17053   ac_status=$?
17054   grep -v '^ *+' conftest.er1 >conftest.err
17055   rm -f conftest.er1
17056   cat conftest.err >&5
17057   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17058   (exit $ac_status); } && {
17059          test -z "$ac_c_werror_flag" ||
17060          test ! -s conftest.err
17061        } && test -s conftest$ac_exeext && {
17062          test "$cross_compiling" = yes ||
17063          $as_test_x conftest$ac_exeext
17064        }; then
17065   case "$LIBEXT" in
17066     dll) ;;
17067     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'` ;;
17068     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
17069   esac
17070 else
17071   $as_echo "$as_me: failed program was:" >&5
17072 sed 's/^/| /' conftest.$ac_ext >&5
17073
17074
17075 fi
17076
17077 rm -rf conftest.dSYM
17078 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17079       conftest$ac_exeext conftest.$ac_ext
17080   LIBS=$ac_check_soname_save_LIBS
17081 fi
17082 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17083   { $as_echo "$as_me:$LINENO: result: not found" >&5
17084 $as_echo "not found" >&6; }
17085        cat >>confdefs.h <<_ACEOF
17086 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17087 _ACEOF
17088
17089 else
17090   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17091 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17092
17093 cat >>confdefs.h <<_ACEOF
17094 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17095 _ACEOF
17096
17097
17098 fi
17099
17100
17101 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17102         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17103         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17104         "$ac_cv_header_soundcard_h" != "yes" -a \
17105         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17106 then
17107     wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17108 fi
17109
17110
17111 EXTRACFLAGS=""
17112
17113 if test "x${GCC}" = "xyes"
17114 then
17115   EXTRACFLAGS="-Wall -pipe"
17116
17117     { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17118 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17119 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17120   $as_echo_n "(cached) " >&6
17121 else
17122   if test "$cross_compiling" = yes; then
17123   ac_cv_c_gcc_strength_bug="yes"
17124 else
17125   cat >conftest.$ac_ext <<_ACEOF
17126 /* confdefs.h.  */
17127 _ACEOF
17128 cat confdefs.h >>conftest.$ac_ext
17129 cat >>conftest.$ac_ext <<_ACEOF
17130 /* end confdefs.h.  */
17131 int L[4] = {0,1,2,3};
17132 int
17133 main ()
17134 {
17135 static int Array[3];
17136   unsigned int B = 3;
17137   int i;
17138   for(i=0; i<B; i++) Array[i] = i - 3;
17139   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17140   L[i] = 4;
17141   return (Array[1] != -2 || L[2] != 3)
17142   ;
17143   return 0;
17144 }
17145 _ACEOF
17146 rm -f conftest$ac_exeext
17147 if { (ac_try="$ac_link"
17148 case "(($ac_try" in
17149   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17150   *) ac_try_echo=$ac_try;;
17151 esac
17152 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17153 $as_echo "$ac_try_echo") >&5
17154   (eval "$ac_link") 2>&5
17155   ac_status=$?
17156   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17157   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17158   { (case "(($ac_try" in
17159   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17160   *) ac_try_echo=$ac_try;;
17161 esac
17162 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17163 $as_echo "$ac_try_echo") >&5
17164   (eval "$ac_try") 2>&5
17165   ac_status=$?
17166   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17167   (exit $ac_status); }; }; then
17168   ac_cv_c_gcc_strength_bug="no"
17169 else
17170   $as_echo "$as_me: program exited with status $ac_status" >&5
17171 $as_echo "$as_me: failed program was:" >&5
17172 sed 's/^/| /' conftest.$ac_ext >&5
17173
17174 ( exit $ac_status )
17175 ac_cv_c_gcc_strength_bug="yes"
17176 fi
17177 rm -rf conftest.dSYM
17178 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17179 fi
17180
17181
17182 fi
17183 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17184 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17185   if test "$ac_cv_c_gcc_strength_bug" = "yes"
17186   then
17187     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17188   fi
17189
17190     { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17191 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17192 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17193   $as_echo_n "(cached) " >&6
17194 else
17195   ac_wine_try_cflags_saved=$CFLAGS
17196 CFLAGS="$CFLAGS -fno-builtin"
17197 cat >conftest.$ac_ext <<_ACEOF
17198 /* confdefs.h.  */
17199 _ACEOF
17200 cat confdefs.h >>conftest.$ac_ext
17201 cat >>conftest.$ac_ext <<_ACEOF
17202 /* end confdefs.h.  */
17203
17204 int
17205 main ()
17206 {
17207
17208   ;
17209   return 0;
17210 }
17211 _ACEOF
17212 rm -f conftest.$ac_objext conftest$ac_exeext
17213 if { (ac_try="$ac_link"
17214 case "(($ac_try" in
17215   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17216   *) ac_try_echo=$ac_try;;
17217 esac
17218 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17219 $as_echo "$ac_try_echo") >&5
17220   (eval "$ac_link") 2>conftest.er1
17221   ac_status=$?
17222   grep -v '^ *+' conftest.er1 >conftest.err
17223   rm -f conftest.er1
17224   cat conftest.err >&5
17225   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17226   (exit $ac_status); } && {
17227          test -z "$ac_c_werror_flag" ||
17228          test ! -s conftest.err
17229        } && test -s conftest$ac_exeext && {
17230          test "$cross_compiling" = yes ||
17231          $as_test_x conftest$ac_exeext
17232        }; then
17233   ac_cv_cflags__fno_builtin=yes
17234 else
17235   $as_echo "$as_me: failed program was:" >&5
17236 sed 's/^/| /' conftest.$ac_ext >&5
17237
17238         ac_cv_cflags__fno_builtin=no
17239 fi
17240
17241 rm -rf conftest.dSYM
17242 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17243       conftest$ac_exeext conftest.$ac_ext
17244 CFLAGS=$ac_wine_try_cflags_saved
17245 fi
17246 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17247 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17248 if test $ac_cv_cflags__fno_builtin = yes; then
17249   BUILTINFLAG="-fno-builtin"
17250
17251 fi
17252
17253   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17254 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17255 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17256   $as_echo_n "(cached) " >&6
17257 else
17258   ac_wine_try_cflags_saved=$CFLAGS
17259 CFLAGS="$CFLAGS -fno-strict-aliasing"
17260 cat >conftest.$ac_ext <<_ACEOF
17261 /* confdefs.h.  */
17262 _ACEOF
17263 cat confdefs.h >>conftest.$ac_ext
17264 cat >>conftest.$ac_ext <<_ACEOF
17265 /* end confdefs.h.  */
17266
17267 int
17268 main ()
17269 {
17270
17271   ;
17272   return 0;
17273 }
17274 _ACEOF
17275 rm -f conftest.$ac_objext conftest$ac_exeext
17276 if { (ac_try="$ac_link"
17277 case "(($ac_try" in
17278   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17279   *) ac_try_echo=$ac_try;;
17280 esac
17281 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17282 $as_echo "$ac_try_echo") >&5
17283   (eval "$ac_link") 2>conftest.er1
17284   ac_status=$?
17285   grep -v '^ *+' conftest.er1 >conftest.err
17286   rm -f conftest.er1
17287   cat conftest.err >&5
17288   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17289   (exit $ac_status); } && {
17290          test -z "$ac_c_werror_flag" ||
17291          test ! -s conftest.err
17292        } && test -s conftest$ac_exeext && {
17293          test "$cross_compiling" = yes ||
17294          $as_test_x conftest$ac_exeext
17295        }; then
17296   ac_cv_cflags__fno_strict_aliasing=yes
17297 else
17298   $as_echo "$as_me: failed program was:" >&5
17299 sed 's/^/| /' conftest.$ac_ext >&5
17300
17301         ac_cv_cflags__fno_strict_aliasing=no
17302 fi
17303
17304 rm -rf conftest.dSYM
17305 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17306       conftest$ac_exeext conftest.$ac_ext
17307 CFLAGS=$ac_wine_try_cflags_saved
17308 fi
17309 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17310 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17311 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17312   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17313 fi
17314
17315   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17316 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17317 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17318   $as_echo_n "(cached) " >&6
17319 else
17320   ac_wine_try_cflags_saved=$CFLAGS
17321 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17322 cat >conftest.$ac_ext <<_ACEOF
17323 /* confdefs.h.  */
17324 _ACEOF
17325 cat confdefs.h >>conftest.$ac_ext
17326 cat >>conftest.$ac_ext <<_ACEOF
17327 /* end confdefs.h.  */
17328
17329 int
17330 main ()
17331 {
17332
17333   ;
17334   return 0;
17335 }
17336 _ACEOF
17337 rm -f conftest.$ac_objext conftest$ac_exeext
17338 if { (ac_try="$ac_link"
17339 case "(($ac_try" in
17340   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17341   *) ac_try_echo=$ac_try;;
17342 esac
17343 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17344 $as_echo "$ac_try_echo") >&5
17345   (eval "$ac_link") 2>conftest.er1
17346   ac_status=$?
17347   grep -v '^ *+' conftest.er1 >conftest.err
17348   rm -f conftest.er1
17349   cat conftest.err >&5
17350   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17351   (exit $ac_status); } && {
17352          test -z "$ac_c_werror_flag" ||
17353          test ! -s conftest.err
17354        } && test -s conftest$ac_exeext && {
17355          test "$cross_compiling" = yes ||
17356          $as_test_x conftest$ac_exeext
17357        }; then
17358   ac_cv_cflags__Wdeclaration_after_statement=yes
17359 else
17360   $as_echo "$as_me: failed program was:" >&5
17361 sed 's/^/| /' conftest.$ac_ext >&5
17362
17363         ac_cv_cflags__Wdeclaration_after_statement=no
17364 fi
17365
17366 rm -rf conftest.dSYM
17367 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17368       conftest$ac_exeext conftest.$ac_ext
17369 CFLAGS=$ac_wine_try_cflags_saved
17370 fi
17371 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17372 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17373 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17374   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17375 fi
17376
17377   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17378 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17379 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17380   $as_echo_n "(cached) " >&6
17381 else
17382   ac_wine_try_cflags_saved=$CFLAGS
17383 CFLAGS="$CFLAGS -Wwrite-strings"
17384 cat >conftest.$ac_ext <<_ACEOF
17385 /* confdefs.h.  */
17386 _ACEOF
17387 cat confdefs.h >>conftest.$ac_ext
17388 cat >>conftest.$ac_ext <<_ACEOF
17389 /* end confdefs.h.  */
17390
17391 int
17392 main ()
17393 {
17394
17395   ;
17396   return 0;
17397 }
17398 _ACEOF
17399 rm -f conftest.$ac_objext conftest$ac_exeext
17400 if { (ac_try="$ac_link"
17401 case "(($ac_try" in
17402   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17403   *) ac_try_echo=$ac_try;;
17404 esac
17405 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17406 $as_echo "$ac_try_echo") >&5
17407   (eval "$ac_link") 2>conftest.er1
17408   ac_status=$?
17409   grep -v '^ *+' conftest.er1 >conftest.err
17410   rm -f conftest.er1
17411   cat conftest.err >&5
17412   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17413   (exit $ac_status); } && {
17414          test -z "$ac_c_werror_flag" ||
17415          test ! -s conftest.err
17416        } && test -s conftest$ac_exeext && {
17417          test "$cross_compiling" = yes ||
17418          $as_test_x conftest$ac_exeext
17419        }; then
17420   ac_cv_cflags__Wwrite_strings=yes
17421 else
17422   $as_echo "$as_me: failed program was:" >&5
17423 sed 's/^/| /' conftest.$ac_ext >&5
17424
17425         ac_cv_cflags__Wwrite_strings=no
17426 fi
17427
17428 rm -rf conftest.dSYM
17429 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17430       conftest$ac_exeext conftest.$ac_ext
17431 CFLAGS=$ac_wine_try_cflags_saved
17432 fi
17433 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17434 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17435 if test $ac_cv_cflags__Wwrite_strings = yes; then
17436   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17437 fi
17438
17439   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17440 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17441 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17442   $as_echo_n "(cached) " >&6
17443 else
17444   ac_wine_try_cflags_saved=$CFLAGS
17445 CFLAGS="$CFLAGS -Wtype-limits"
17446 cat >conftest.$ac_ext <<_ACEOF
17447 /* confdefs.h.  */
17448 _ACEOF
17449 cat confdefs.h >>conftest.$ac_ext
17450 cat >>conftest.$ac_ext <<_ACEOF
17451 /* end confdefs.h.  */
17452
17453 int
17454 main ()
17455 {
17456
17457   ;
17458   return 0;
17459 }
17460 _ACEOF
17461 rm -f conftest.$ac_objext conftest$ac_exeext
17462 if { (ac_try="$ac_link"
17463 case "(($ac_try" in
17464   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17465   *) ac_try_echo=$ac_try;;
17466 esac
17467 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17468 $as_echo "$ac_try_echo") >&5
17469   (eval "$ac_link") 2>conftest.er1
17470   ac_status=$?
17471   grep -v '^ *+' conftest.er1 >conftest.err
17472   rm -f conftest.er1
17473   cat conftest.err >&5
17474   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17475   (exit $ac_status); } && {
17476          test -z "$ac_c_werror_flag" ||
17477          test ! -s conftest.err
17478        } && test -s conftest$ac_exeext && {
17479          test "$cross_compiling" = yes ||
17480          $as_test_x conftest$ac_exeext
17481        }; then
17482   ac_cv_cflags__Wtype_limits=yes
17483 else
17484   $as_echo "$as_me: failed program was:" >&5
17485 sed 's/^/| /' conftest.$ac_ext >&5
17486
17487         ac_cv_cflags__Wtype_limits=no
17488 fi
17489
17490 rm -rf conftest.dSYM
17491 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17492       conftest$ac_exeext conftest.$ac_ext
17493 CFLAGS=$ac_wine_try_cflags_saved
17494 fi
17495 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17496 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17497 if test $ac_cv_cflags__Wtype_limits = yes; then
17498   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17499 fi
17500
17501
17502     saved_CFLAGS="$CFLAGS"
17503   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17504   { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17505 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17506 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17507   $as_echo_n "(cached) " >&6
17508 else
17509   cat >conftest.$ac_ext <<_ACEOF
17510 /* confdefs.h.  */
17511 _ACEOF
17512 cat confdefs.h >>conftest.$ac_ext
17513 cat >>conftest.$ac_ext <<_ACEOF
17514 /* end confdefs.h.  */
17515 #include <string.h>
17516 int
17517 main ()
17518 {
17519
17520   ;
17521   return 0;
17522 }
17523 _ACEOF
17524 rm -f conftest.$ac_objext
17525 if { (ac_try="$ac_compile"
17526 case "(($ac_try" in
17527   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17528   *) ac_try_echo=$ac_try;;
17529 esac
17530 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17531 $as_echo "$ac_try_echo") >&5
17532   (eval "$ac_compile") 2>conftest.er1
17533   ac_status=$?
17534   grep -v '^ *+' conftest.er1 >conftest.err
17535   rm -f conftest.er1
17536   cat conftest.err >&5
17537   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17538   (exit $ac_status); } && {
17539          test -z "$ac_c_werror_flag" ||
17540          test ! -s conftest.err
17541        } && test -s conftest.$ac_objext; then
17542   ac_cv_c_string_h_warnings=no
17543 else
17544   $as_echo "$as_me: failed program was:" >&5
17545 sed 's/^/| /' conftest.$ac_ext >&5
17546
17547         ac_cv_c_string_h_warnings=yes
17548 fi
17549
17550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17551 fi
17552 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17553 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17554   CFLAGS="$saved_CFLAGS"
17555   if test "$ac_cv_c_string_h_warnings" = "no"
17556   then
17557     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17558   fi
17559 fi
17560
17561
17562 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17563 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17564 if test "${ac_cv_c_extern_prefix+set}" = set; then
17565   $as_echo_n "(cached) " >&6
17566 else
17567   cat >conftest.$ac_ext <<_ACEOF
17568 /* confdefs.h.  */
17569 _ACEOF
17570 cat confdefs.h >>conftest.$ac_ext
17571 cat >>conftest.$ac_ext <<_ACEOF
17572 /* end confdefs.h.  */
17573 extern int ac_test;
17574 int
17575 main ()
17576 {
17577 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17578   ;
17579   return 0;
17580 }
17581 _ACEOF
17582 rm -f conftest.$ac_objext conftest$ac_exeext
17583 if { (ac_try="$ac_link"
17584 case "(($ac_try" in
17585   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17586   *) ac_try_echo=$ac_try;;
17587 esac
17588 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17589 $as_echo "$ac_try_echo") >&5
17590   (eval "$ac_link") 2>conftest.er1
17591   ac_status=$?
17592   grep -v '^ *+' conftest.er1 >conftest.err
17593   rm -f conftest.er1
17594   cat conftest.err >&5
17595   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17596   (exit $ac_status); } && {
17597          test -z "$ac_c_werror_flag" ||
17598          test ! -s conftest.err
17599        } && test -s conftest$ac_exeext && {
17600          test "$cross_compiling" = yes ||
17601          $as_test_x conftest$ac_exeext
17602        }; then
17603   ac_cv_c_extern_prefix="yes"
17604 else
17605   $as_echo "$as_me: failed program was:" >&5
17606 sed 's/^/| /' conftest.$ac_ext >&5
17607
17608         ac_cv_c_extern_prefix="no"
17609 fi
17610
17611 rm -rf conftest.dSYM
17612 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17613       conftest$ac_exeext conftest.$ac_ext
17614 fi
17615 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17616 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17617
17618 case $host_cpu in
17619   *i[3456789]86*)
17620     { $as_echo "$as_me:$LINENO: checking whether external symbols need stdcall decoration" >&5
17621 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
17622 if test "${ac_cv_c_stdcall_suffix+set}" = set; then
17623   $as_echo_n "(cached) " >&6
17624 else
17625   cat >conftest.$ac_ext <<_ACEOF
17626 /* confdefs.h.  */
17627 _ACEOF
17628 cat confdefs.h >>conftest.$ac_ext
17629 cat >>conftest.$ac_ext <<_ACEOF
17630 /* end confdefs.h.  */
17631 #ifndef _MSC_VER
17632 #define __stdcall __attribute__((__stdcall__))
17633 #endif
17634 int __stdcall ac_test(int i) { return i; }
17635 int
17636 main ()
17637 {
17638 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
17639   ;
17640   return 0;
17641 }
17642 _ACEOF
17643 rm -f conftest.$ac_objext conftest$ac_exeext
17644 if { (ac_try="$ac_link"
17645 case "(($ac_try" in
17646   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17647   *) ac_try_echo=$ac_try;;
17648 esac
17649 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17650 $as_echo "$ac_try_echo") >&5
17651   (eval "$ac_link") 2>conftest.er1
17652   ac_status=$?
17653   grep -v '^ *+' conftest.er1 >conftest.err
17654   rm -f conftest.er1
17655   cat conftest.err >&5
17656   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17657   (exit $ac_status); } && {
17658          test -z "$ac_c_werror_flag" ||
17659          test ! -s conftest.err
17660        } && test -s conftest$ac_exeext && {
17661          test "$cross_compiling" = yes ||
17662          $as_test_x conftest$ac_exeext
17663        }; then
17664   ac_cv_c_stdcall_suffix="yes"
17665 else
17666   $as_echo "$as_me: failed program was:" >&5
17667 sed 's/^/| /' conftest.$ac_ext >&5
17668
17669         ac_cv_c_stdcall_suffix="no"
17670 fi
17671
17672 rm -rf conftest.dSYM
17673 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17674       conftest$ac_exeext conftest.$ac_ext
17675 fi
17676 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_stdcall_suffix" >&5
17677 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
17678   *) ac_cv_c_stdcall_suffix="no" ;;
17679 esac
17680
17681
17682
17683 if test "$ac_cv_c_extern_prefix" = "yes"
17684 then
17685     cat >>confdefs.h <<\_ACEOF
17686 #define __ASM_NAME(name) "_" name
17687 _ACEOF
17688
17689     asm_name_prefix="_"
17690 else
17691     cat >>confdefs.h <<\_ACEOF
17692 #define __ASM_NAME(name) name
17693 _ACEOF
17694
17695     asm_name_prefix=""
17696 fi
17697
17698
17699
17700 if test "$ac_cv_c_stdcall_suffix" = "yes"
17701 then
17702     cat >>confdefs.h <<\_ACEOF
17703 #define __ASM_STDCALL(args) "@" #args
17704 _ACEOF
17705
17706 else
17707     cat >>confdefs.h <<\_ACEOF
17708 #define __ASM_STDCALL(args) ""
17709 _ACEOF
17710
17711 fi
17712
17713
17714 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17715 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17716 if test "${ac_cv_asm_func_def+set}" = set; then
17717   $as_echo_n "(cached) " >&6
17718 else
17719   cat >conftest.$ac_ext <<_ACEOF
17720 /* confdefs.h.  */
17721 _ACEOF
17722 cat confdefs.h >>conftest.$ac_ext
17723 cat >>conftest.$ac_ext <<_ACEOF
17724 /* end confdefs.h.  */
17725
17726 int
17727 main ()
17728 {
17729 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17730   ;
17731   return 0;
17732 }
17733 _ACEOF
17734 rm -f conftest.$ac_objext conftest$ac_exeext
17735 if { (ac_try="$ac_link"
17736 case "(($ac_try" in
17737   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17738   *) ac_try_echo=$ac_try;;
17739 esac
17740 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17741 $as_echo "$ac_try_echo") >&5
17742   (eval "$ac_link") 2>conftest.er1
17743   ac_status=$?
17744   grep -v '^ *+' conftest.er1 >conftest.err
17745   rm -f conftest.er1
17746   cat conftest.err >&5
17747   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17748   (exit $ac_status); } && {
17749          test -z "$ac_c_werror_flag" ||
17750          test ! -s conftest.err
17751        } && test -s conftest$ac_exeext && {
17752          test "$cross_compiling" = yes ||
17753          $as_test_x conftest$ac_exeext
17754        }; then
17755   ac_cv_asm_func_def=".def"
17756 else
17757   $as_echo "$as_me: failed program was:" >&5
17758 sed 's/^/| /' conftest.$ac_ext >&5
17759
17760         cat >conftest.$ac_ext <<_ACEOF
17761 /* confdefs.h.  */
17762 _ACEOF
17763 cat confdefs.h >>conftest.$ac_ext
17764 cat >>conftest.$ac_ext <<_ACEOF
17765 /* end confdefs.h.  */
17766
17767 int
17768 main ()
17769 {
17770 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17771   ;
17772   return 0;
17773 }
17774 _ACEOF
17775 rm -f conftest.$ac_objext conftest$ac_exeext
17776 if { (ac_try="$ac_link"
17777 case "(($ac_try" in
17778   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17779   *) ac_try_echo=$ac_try;;
17780 esac
17781 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17782 $as_echo "$ac_try_echo") >&5
17783   (eval "$ac_link") 2>conftest.er1
17784   ac_status=$?
17785   grep -v '^ *+' conftest.er1 >conftest.err
17786   rm -f conftest.er1
17787   cat conftest.err >&5
17788   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17789   (exit $ac_status); } && {
17790          test -z "$ac_c_werror_flag" ||
17791          test ! -s conftest.err
17792        } && test -s conftest$ac_exeext && {
17793          test "$cross_compiling" = yes ||
17794          $as_test_x conftest$ac_exeext
17795        }; then
17796   ac_cv_asm_func_def=".type @function"
17797 else
17798   $as_echo "$as_me: failed program was:" >&5
17799 sed 's/^/| /' conftest.$ac_ext >&5
17800
17801         cat >conftest.$ac_ext <<_ACEOF
17802 /* confdefs.h.  */
17803 _ACEOF
17804 cat confdefs.h >>conftest.$ac_ext
17805 cat >>conftest.$ac_ext <<_ACEOF
17806 /* end confdefs.h.  */
17807
17808 int
17809 main ()
17810 {
17811 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17812   ;
17813   return 0;
17814 }
17815 _ACEOF
17816 rm -f conftest.$ac_objext conftest$ac_exeext
17817 if { (ac_try="$ac_link"
17818 case "(($ac_try" in
17819   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17820   *) ac_try_echo=$ac_try;;
17821 esac
17822 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17823 $as_echo "$ac_try_echo") >&5
17824   (eval "$ac_link") 2>conftest.er1
17825   ac_status=$?
17826   grep -v '^ *+' conftest.er1 >conftest.err
17827   rm -f conftest.er1
17828   cat conftest.err >&5
17829   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17830   (exit $ac_status); } && {
17831          test -z "$ac_c_werror_flag" ||
17832          test ! -s conftest.err
17833        } && test -s conftest$ac_exeext && {
17834          test "$cross_compiling" = yes ||
17835          $as_test_x conftest$ac_exeext
17836        }; then
17837   ac_cv_asm_func_def=".type 2"
17838 else
17839   $as_echo "$as_me: failed program was:" >&5
17840 sed 's/^/| /' conftest.$ac_ext >&5
17841
17842         ac_cv_asm_func_def="unknown"
17843 fi
17844
17845 rm -rf conftest.dSYM
17846 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17847       conftest$ac_exeext conftest.$ac_ext
17848 fi
17849
17850 rm -rf conftest.dSYM
17851 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17852       conftest$ac_exeext conftest.$ac_ext
17853 fi
17854
17855 rm -rf conftest.dSYM
17856 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17857       conftest$ac_exeext conftest.$ac_ext
17858 fi
17859 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17860 $as_echo "$ac_cv_asm_func_def" >&6; }
17861
17862
17863
17864 case "$ac_cv_asm_func_def" in
17865   ".def")
17866      cat >>confdefs.h <<\_ACEOF
17867 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17868 _ACEOF
17869
17870      asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
17871   ".type @function")
17872      cat >>confdefs.h <<\_ACEOF
17873 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17874 _ACEOF
17875
17876      asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
17877   ".type 2")
17878      cat >>confdefs.h <<\_ACEOF
17879 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17880 _ACEOF
17881
17882      asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
17883   *)
17884      cat >>confdefs.h <<\_ACEOF
17885 #define __ASM_FUNC(name) ""
17886 _ACEOF
17887
17888      asm_func_header="" ;;
17889 esac
17890
17891 { $as_echo "$as_me:$LINENO: checking whether asm() works outside of functions" >&5
17892 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
17893 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then
17894   $as_echo_n "(cached) " >&6
17895 else
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 asm(".text\n\t.long 0");
17903 int
17904 main ()
17905 {
17906
17907   ;
17908   return 0;
17909 }
17910 _ACEOF
17911 rm -f conftest.$ac_objext
17912 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
17929   ac_cv_c_asm_outside_funcs="yes"
17930 else
17931   $as_echo "$as_me: failed program was:" >&5
17932 sed 's/^/| /' conftest.$ac_ext >&5
17933
17934         ac_cv_c_asm_outside_funcs="no"
17935 fi
17936
17937 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17938 fi
17939 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_asm_outside_funcs" >&5
17940 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
17941
17942 { $as_echo "$as_me:$LINENO: checking whether .previous is supported in assembly code" >&5
17943 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
17944 if test "${ac_cv_c_dot_previous+set}" = set; then
17945   $as_echo_n "(cached) " >&6
17946 else
17947   cat >conftest.$ac_ext <<_ACEOF
17948 /* confdefs.h.  */
17949 _ACEOF
17950 cat confdefs.h >>conftest.$ac_ext
17951 cat >>conftest.$ac_ext <<_ACEOF
17952 /* end confdefs.h.  */
17953
17954 int
17955 main ()
17956 {
17957 asm(".text\nac_test:\t.long 0\n\t.previous");
17958   ;
17959   return 0;
17960 }
17961 _ACEOF
17962 rm -f conftest.$ac_objext conftest$ac_exeext
17963 if { (ac_try="$ac_link"
17964 case "(($ac_try" in
17965   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17966   *) ac_try_echo=$ac_try;;
17967 esac
17968 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17969 $as_echo "$ac_try_echo") >&5
17970   (eval "$ac_link") 2>conftest.er1
17971   ac_status=$?
17972   grep -v '^ *+' conftest.er1 >conftest.err
17973   rm -f conftest.er1
17974   cat conftest.err >&5
17975   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17976   (exit $ac_status); } && {
17977          test -z "$ac_c_werror_flag" ||
17978          test ! -s conftest.err
17979        } && test -s conftest$ac_exeext && {
17980          test "$cross_compiling" = yes ||
17981          $as_test_x conftest$ac_exeext
17982        }; then
17983   ac_cv_c_dot_previous="yes"
17984 else
17985   $as_echo "$as_me: failed program was:" >&5
17986 sed 's/^/| /' conftest.$ac_ext >&5
17987
17988         ac_cv_c_dot_previous="no"
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_c_dot_previous" >&5
17996 $as_echo "$ac_cv_c_dot_previous" >&6; }
17997
17998 { $as_echo "$as_me:$LINENO: checking whether CFI directives are supported in assembly code" >&5
17999 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
18000 if test "${ac_cv_c_cfi_support+set}" = set; then
18001   $as_echo_n "(cached) " >&6
18002 else
18003   cat >conftest.$ac_ext <<_ACEOF
18004 /* confdefs.h.  */
18005 _ACEOF
18006 cat confdefs.h >>conftest.$ac_ext
18007 cat >>conftest.$ac_ext <<_ACEOF
18008 /* end confdefs.h.  */
18009 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
18010 int
18011 main ()
18012 {
18013
18014   ;
18015   return 0;
18016 }
18017 _ACEOF
18018 rm -f conftest.$ac_objext
18019 if { (ac_try="$ac_compile"
18020 case "(($ac_try" in
18021   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18022   *) ac_try_echo=$ac_try;;
18023 esac
18024 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18025 $as_echo "$ac_try_echo") >&5
18026   (eval "$ac_compile") 2>conftest.er1
18027   ac_status=$?
18028   grep -v '^ *+' conftest.er1 >conftest.err
18029   rm -f conftest.er1
18030   cat conftest.err >&5
18031   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18032   (exit $ac_status); } && {
18033          test -z "$ac_c_werror_flag" ||
18034          test ! -s conftest.err
18035        } && test -s conftest.$ac_objext; then
18036   ac_cv_c_cfi_support="yes"
18037 else
18038   $as_echo "$as_me: failed program was:" >&5
18039 sed 's/^/| /' conftest.$ac_ext >&5
18040
18041         ac_cv_c_cfi_support="no"
18042 fi
18043
18044 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18045 fi
18046 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_cfi_support" >&5
18047 $as_echo "$ac_cv_c_cfi_support" >&6; }
18048
18049 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
18050 asm_func_trailer=""
18051 if test "$ac_cv_c_dot_previous" = "yes"
18052 then
18053    asm_func_trailer="\\n\\t.previous"
18054 fi
18055 if test "$ac_cv_c_cfi_support" = "yes"
18056 then
18057    asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
18058    asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
18059 fi
18060
18061 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
18062
18063
18064
18065 if test "$ac_cv_c_asm_outside_funcs" = "yes"
18066 then
18067     cat >>confdefs.h <<_ACEOF
18068 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
18069 _ACEOF
18070
18071 else
18072     cat >>confdefs.h <<_ACEOF
18073 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
18074 _ACEOF
18075
18076 fi
18077
18078 cat >>confdefs.h <<\_ACEOF
18079 #define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,"",code)
18080 _ACEOF
18081
18082
18083 cat >>confdefs.h <<\_ACEOF
18084 #define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)
18085 _ACEOF
18086
18087
18088
18089 LDPATH=""
18090
18091 case $build_os in
18092   cygwin*|mingw32*)
18093     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
18094     ;;
18095   darwin*|macosx*)
18096     ;;
18097   *)
18098     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
18099     ;;
18100 esac
18101
18102 case $host_os in
18103   mingw32*)
18104     CRTLIBS="-lmsvcrt"
18105
18106     SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
18107
18108     ;;
18109 esac
18110
18111 case $host_cpu in
18112   *i[3456789]86*)
18113     case $host_os in
18114       linux* | k*bsd*-gnu)
18115         EXTRA_BINARIES="wine-preloader"
18116  ;;
18117     esac
18118     ;;
18119 esac
18120
18121
18122 ac_save_CFLAGS="$CFLAGS"
18123 CFLAGS="$CFLAGS $BUILTINFLAG"
18124
18125
18126
18127
18128
18129
18130
18131
18132
18133
18134
18135
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 for ac_func in \
18194         _pclose \
18195         _popen \
18196         _snprintf \
18197         _spawnvp \
18198         _strdup \
18199         _stricmp \
18200         _strnicmp \
18201         _strtoi64 \
18202         _strtoui64 \
18203         _vsnprintf \
18204         asctime_r \
18205         chsize \
18206         dlopen \
18207         epoll_create \
18208         ffs \
18209         finite \
18210         fnmatch \
18211         fork \
18212         fpclass \
18213         fstatfs \
18214         fstatvfs \
18215         ftruncate \
18216         futimes \
18217         futimesat \
18218         getdirentries \
18219         getopt_long \
18220         getpagesize \
18221         getpwuid \
18222         gettid \
18223         gettimeofday \
18224         getuid \
18225         kqueue \
18226         lstat \
18227         memmove \
18228         mmap \
18229         pclose \
18230         poll \
18231         popen \
18232         prctl \
18233         pread \
18234         pwrite \
18235         readdir \
18236         readlink \
18237         sched_yield \
18238         select \
18239         setproctitle \
18240         setrlimit \
18241         settimeofday \
18242         sigaltstack \
18243         sigprocmask \
18244         snprintf \
18245         spawnvp \
18246         statfs \
18247         statvfs \
18248         strcasecmp \
18249         strdup \
18250         strerror \
18251         strncasecmp \
18252         strtold \
18253         strtoll \
18254         strtoull \
18255         symlink \
18256         tcgetattr \
18257         thr_kill2 \
18258         timegm \
18259         usleep \
18260         vsnprintf \
18261         wait4 \
18262         waitpid \
18263
18264 do
18265 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18266 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18267 $as_echo_n "checking for $ac_func... " >&6; }
18268 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18269   $as_echo_n "(cached) " >&6
18270 else
18271   cat >conftest.$ac_ext <<_ACEOF
18272 /* confdefs.h.  */
18273 _ACEOF
18274 cat confdefs.h >>conftest.$ac_ext
18275 cat >>conftest.$ac_ext <<_ACEOF
18276 /* end confdefs.h.  */
18277 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18278    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18279 #define $ac_func innocuous_$ac_func
18280
18281 /* System header to define __stub macros and hopefully few prototypes,
18282     which can conflict with char $ac_func (); below.
18283     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18284     <limits.h> exists even on freestanding compilers.  */
18285
18286 #ifdef __STDC__
18287 # include <limits.h>
18288 #else
18289 # include <assert.h>
18290 #endif
18291
18292 #undef $ac_func
18293
18294 /* Override any GCC internal prototype to avoid an error.
18295    Use char because int might match the return type of a GCC
18296    builtin and then its argument prototype would still apply.  */
18297 #ifdef __cplusplus
18298 extern "C"
18299 #endif
18300 char $ac_func ();
18301 /* The GNU C library defines this for functions which it implements
18302     to always fail with ENOSYS.  Some functions are actually named
18303     something starting with __ and the normal name is an alias.  */
18304 #if defined __stub_$ac_func || defined __stub___$ac_func
18305 choke me
18306 #endif
18307
18308 int
18309 main ()
18310 {
18311 return $ac_func ();
18312   ;
18313   return 0;
18314 }
18315 _ACEOF
18316 rm -f conftest.$ac_objext conftest$ac_exeext
18317 if { (ac_try="$ac_link"
18318 case "(($ac_try" in
18319   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18320   *) ac_try_echo=$ac_try;;
18321 esac
18322 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18323 $as_echo "$ac_try_echo") >&5
18324   (eval "$ac_link") 2>conftest.er1
18325   ac_status=$?
18326   grep -v '^ *+' conftest.er1 >conftest.err
18327   rm -f conftest.er1
18328   cat conftest.err >&5
18329   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18330   (exit $ac_status); } && {
18331          test -z "$ac_c_werror_flag" ||
18332          test ! -s conftest.err
18333        } && test -s conftest$ac_exeext && {
18334          test "$cross_compiling" = yes ||
18335          $as_test_x conftest$ac_exeext
18336        }; then
18337   eval "$as_ac_var=yes"
18338 else
18339   $as_echo "$as_me: failed program was:" >&5
18340 sed 's/^/| /' conftest.$ac_ext >&5
18341
18342         eval "$as_ac_var=no"
18343 fi
18344
18345 rm -rf conftest.dSYM
18346 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18347       conftest$ac_exeext conftest.$ac_ext
18348 fi
18349 ac_res=`eval 'as_val=${'$as_ac_var'}
18350                  $as_echo "$as_val"'`
18351                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18352 $as_echo "$ac_res" >&6; }
18353 as_val=`eval 'as_val=${'$as_ac_var'}
18354                  $as_echo "$as_val"'`
18355    if test "x$as_val" = x""yes; then
18356   cat >>confdefs.h <<_ACEOF
18357 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18358 _ACEOF
18359
18360 fi
18361 done
18362
18363 CFLAGS="$ac_save_CFLAGS"
18364
18365 if test "$ac_cv_func_dlopen" = no
18366 then
18367     { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18368 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18369 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18370   $as_echo_n "(cached) " >&6
18371 else
18372   ac_check_lib_save_LIBS=$LIBS
18373 LIBS="-ldl  $LIBS"
18374 cat >conftest.$ac_ext <<_ACEOF
18375 /* confdefs.h.  */
18376 _ACEOF
18377 cat confdefs.h >>conftest.$ac_ext
18378 cat >>conftest.$ac_ext <<_ACEOF
18379 /* end confdefs.h.  */
18380
18381 /* Override any GCC internal prototype to avoid an error.
18382    Use char because int might match the return type of a GCC
18383    builtin and then its argument prototype would still apply.  */
18384 #ifdef __cplusplus
18385 extern "C"
18386 #endif
18387 char dlopen ();
18388 int
18389 main ()
18390 {
18391 return dlopen ();
18392   ;
18393   return 0;
18394 }
18395 _ACEOF
18396 rm -f conftest.$ac_objext conftest$ac_exeext
18397 if { (ac_try="$ac_link"
18398 case "(($ac_try" in
18399   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18400   *) ac_try_echo=$ac_try;;
18401 esac
18402 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18403 $as_echo "$ac_try_echo") >&5
18404   (eval "$ac_link") 2>conftest.er1
18405   ac_status=$?
18406   grep -v '^ *+' conftest.er1 >conftest.err
18407   rm -f conftest.er1
18408   cat conftest.err >&5
18409   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18410   (exit $ac_status); } && {
18411          test -z "$ac_c_werror_flag" ||
18412          test ! -s conftest.err
18413        } && test -s conftest$ac_exeext && {
18414          test "$cross_compiling" = yes ||
18415          $as_test_x conftest$ac_exeext
18416        }; then
18417   ac_cv_lib_dl_dlopen=yes
18418 else
18419   $as_echo "$as_me: failed program was:" >&5
18420 sed 's/^/| /' conftest.$ac_ext >&5
18421
18422         ac_cv_lib_dl_dlopen=no
18423 fi
18424
18425 rm -rf conftest.dSYM
18426 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18427       conftest$ac_exeext conftest.$ac_ext
18428 LIBS=$ac_check_lib_save_LIBS
18429 fi
18430 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18431 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18432 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18433   cat >>confdefs.h <<\_ACEOF
18434 #define HAVE_DLOPEN 1
18435 _ACEOF
18436  LIBDL="-ldl"
18437
18438 fi
18439
18440 fi
18441 ac_wine_check_funcs_save_LIBS="$LIBS"
18442 LIBS="$LIBS $LIBDL"
18443
18444 for ac_func in dladdr
18445 do
18446 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18447 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18448 $as_echo_n "checking for $ac_func... " >&6; }
18449 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18450   $as_echo_n "(cached) " >&6
18451 else
18452   cat >conftest.$ac_ext <<_ACEOF
18453 /* confdefs.h.  */
18454 _ACEOF
18455 cat confdefs.h >>conftest.$ac_ext
18456 cat >>conftest.$ac_ext <<_ACEOF
18457 /* end confdefs.h.  */
18458 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18459    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18460 #define $ac_func innocuous_$ac_func
18461
18462 /* System header to define __stub macros and hopefully few prototypes,
18463     which can conflict with char $ac_func (); below.
18464     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18465     <limits.h> exists even on freestanding compilers.  */
18466
18467 #ifdef __STDC__
18468 # include <limits.h>
18469 #else
18470 # include <assert.h>
18471 #endif
18472
18473 #undef $ac_func
18474
18475 /* Override any GCC internal prototype to avoid an error.
18476    Use char because int might match the return type of a GCC
18477    builtin and then its argument prototype would still apply.  */
18478 #ifdef __cplusplus
18479 extern "C"
18480 #endif
18481 char $ac_func ();
18482 /* The GNU C library defines this for functions which it implements
18483     to always fail with ENOSYS.  Some functions are actually named
18484     something starting with __ and the normal name is an alias.  */
18485 #if defined __stub_$ac_func || defined __stub___$ac_func
18486 choke me
18487 #endif
18488
18489 int
18490 main ()
18491 {
18492 return $ac_func ();
18493   ;
18494   return 0;
18495 }
18496 _ACEOF
18497 rm -f conftest.$ac_objext conftest$ac_exeext
18498 if { (ac_try="$ac_link"
18499 case "(($ac_try" in
18500   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18501   *) ac_try_echo=$ac_try;;
18502 esac
18503 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18504 $as_echo "$ac_try_echo") >&5
18505   (eval "$ac_link") 2>conftest.er1
18506   ac_status=$?
18507   grep -v '^ *+' conftest.er1 >conftest.err
18508   rm -f conftest.er1
18509   cat conftest.err >&5
18510   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18511   (exit $ac_status); } && {
18512          test -z "$ac_c_werror_flag" ||
18513          test ! -s conftest.err
18514        } && test -s conftest$ac_exeext && {
18515          test "$cross_compiling" = yes ||
18516          $as_test_x conftest$ac_exeext
18517        }; then
18518   eval "$as_ac_var=yes"
18519 else
18520   $as_echo "$as_me: failed program was:" >&5
18521 sed 's/^/| /' conftest.$ac_ext >&5
18522
18523         eval "$as_ac_var=no"
18524 fi
18525
18526 rm -rf conftest.dSYM
18527 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18528       conftest$ac_exeext conftest.$ac_ext
18529 fi
18530 ac_res=`eval 'as_val=${'$as_ac_var'}
18531                  $as_echo "$as_val"'`
18532                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18533 $as_echo "$ac_res" >&6; }
18534 as_val=`eval 'as_val=${'$as_ac_var'}
18535                  $as_echo "$as_val"'`
18536    if test "x$as_val" = x""yes; then
18537   cat >>confdefs.h <<_ACEOF
18538 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18539 _ACEOF
18540
18541 fi
18542 done
18543
18544 LIBS="$ac_wine_check_funcs_save_LIBS"
18545
18546 if test "$ac_cv_func_poll" = no
18547 then
18548     { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18549 $as_echo_n "checking for poll in -lpoll... " >&6; }
18550 if test "${ac_cv_lib_poll_poll+set}" = set; then
18551   $as_echo_n "(cached) " >&6
18552 else
18553   ac_check_lib_save_LIBS=$LIBS
18554 LIBS="-lpoll  $LIBS"
18555 cat >conftest.$ac_ext <<_ACEOF
18556 /* confdefs.h.  */
18557 _ACEOF
18558 cat confdefs.h >>conftest.$ac_ext
18559 cat >>conftest.$ac_ext <<_ACEOF
18560 /* end confdefs.h.  */
18561
18562 /* Override any GCC internal prototype to avoid an error.
18563    Use char because int might match the return type of a GCC
18564    builtin and then its argument prototype would still apply.  */
18565 #ifdef __cplusplus
18566 extern "C"
18567 #endif
18568 char poll ();
18569 int
18570 main ()
18571 {
18572 return poll ();
18573   ;
18574   return 0;
18575 }
18576 _ACEOF
18577 rm -f conftest.$ac_objext conftest$ac_exeext
18578 if { (ac_try="$ac_link"
18579 case "(($ac_try" in
18580   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18581   *) ac_try_echo=$ac_try;;
18582 esac
18583 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18584 $as_echo "$ac_try_echo") >&5
18585   (eval "$ac_link") 2>conftest.er1
18586   ac_status=$?
18587   grep -v '^ *+' conftest.er1 >conftest.err
18588   rm -f conftest.er1
18589   cat conftest.err >&5
18590   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18591   (exit $ac_status); } && {
18592          test -z "$ac_c_werror_flag" ||
18593          test ! -s conftest.err
18594        } && test -s conftest$ac_exeext && {
18595          test "$cross_compiling" = yes ||
18596          $as_test_x conftest$ac_exeext
18597        }; then
18598   ac_cv_lib_poll_poll=yes
18599 else
18600   $as_echo "$as_me: failed program was:" >&5
18601 sed 's/^/| /' conftest.$ac_ext >&5
18602
18603         ac_cv_lib_poll_poll=no
18604 fi
18605
18606 rm -rf conftest.dSYM
18607 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18608       conftest$ac_exeext conftest.$ac_ext
18609 LIBS=$ac_check_lib_save_LIBS
18610 fi
18611 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18612 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18613 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18614   cat >>confdefs.h <<\_ACEOF
18615 #define HAVE_POLL 1
18616 _ACEOF
18617  LIBPOLL="-lpoll"
18618
18619 fi
18620
18621 fi
18622
18623 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18624 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18625 if test "${ac_cv_search_gethostbyname+set}" = set; then
18626   $as_echo_n "(cached) " >&6
18627 else
18628   ac_func_search_save_LIBS=$LIBS
18629 cat >conftest.$ac_ext <<_ACEOF
18630 /* confdefs.h.  */
18631 _ACEOF
18632 cat confdefs.h >>conftest.$ac_ext
18633 cat >>conftest.$ac_ext <<_ACEOF
18634 /* end confdefs.h.  */
18635
18636 /* Override any GCC internal prototype to avoid an error.
18637    Use char because int might match the return type of a GCC
18638    builtin and then its argument prototype would still apply.  */
18639 #ifdef __cplusplus
18640 extern "C"
18641 #endif
18642 char gethostbyname ();
18643 int
18644 main ()
18645 {
18646 return gethostbyname ();
18647   ;
18648   return 0;
18649 }
18650 _ACEOF
18651 for ac_lib in '' nsl; do
18652   if test -z "$ac_lib"; then
18653     ac_res="none required"
18654   else
18655     ac_res=-l$ac_lib
18656     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18657   fi
18658   rm -f conftest.$ac_objext conftest$ac_exeext
18659 if { (ac_try="$ac_link"
18660 case "(($ac_try" in
18661   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18662   *) ac_try_echo=$ac_try;;
18663 esac
18664 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18665 $as_echo "$ac_try_echo") >&5
18666   (eval "$ac_link") 2>conftest.er1
18667   ac_status=$?
18668   grep -v '^ *+' conftest.er1 >conftest.err
18669   rm -f conftest.er1
18670   cat conftest.err >&5
18671   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18672   (exit $ac_status); } && {
18673          test -z "$ac_c_werror_flag" ||
18674          test ! -s conftest.err
18675        } && test -s conftest$ac_exeext && {
18676          test "$cross_compiling" = yes ||
18677          $as_test_x conftest$ac_exeext
18678        }; then
18679   ac_cv_search_gethostbyname=$ac_res
18680 else
18681   $as_echo "$as_me: failed program was:" >&5
18682 sed 's/^/| /' conftest.$ac_ext >&5
18683
18684
18685 fi
18686
18687 rm -rf conftest.dSYM
18688 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18689       conftest$ac_exeext
18690   if test "${ac_cv_search_gethostbyname+set}" = set; then
18691   break
18692 fi
18693 done
18694 if test "${ac_cv_search_gethostbyname+set}" = set; then
18695   :
18696 else
18697   ac_cv_search_gethostbyname=no
18698 fi
18699 rm conftest.$ac_ext
18700 LIBS=$ac_func_search_save_LIBS
18701 fi
18702 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18703 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18704 ac_res=$ac_cv_search_gethostbyname
18705 if test "$ac_res" != no; then
18706   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18707
18708 fi
18709
18710
18711 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18712 $as_echo_n "checking for library containing connect... " >&6; }
18713 if test "${ac_cv_search_connect+set}" = set; then
18714   $as_echo_n "(cached) " >&6
18715 else
18716   ac_func_search_save_LIBS=$LIBS
18717 cat >conftest.$ac_ext <<_ACEOF
18718 /* confdefs.h.  */
18719 _ACEOF
18720 cat confdefs.h >>conftest.$ac_ext
18721 cat >>conftest.$ac_ext <<_ACEOF
18722 /* end confdefs.h.  */
18723
18724 /* Override any GCC internal prototype to avoid an error.
18725    Use char because int might match the return type of a GCC
18726    builtin and then its argument prototype would still apply.  */
18727 #ifdef __cplusplus
18728 extern "C"
18729 #endif
18730 char connect ();
18731 int
18732 main ()
18733 {
18734 return connect ();
18735   ;
18736   return 0;
18737 }
18738 _ACEOF
18739 for ac_lib in '' socket; do
18740   if test -z "$ac_lib"; then
18741     ac_res="none required"
18742   else
18743     ac_res=-l$ac_lib
18744     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18745   fi
18746   rm -f conftest.$ac_objext conftest$ac_exeext
18747 if { (ac_try="$ac_link"
18748 case "(($ac_try" in
18749   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18750   *) ac_try_echo=$ac_try;;
18751 esac
18752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18753 $as_echo "$ac_try_echo") >&5
18754   (eval "$ac_link") 2>conftest.er1
18755   ac_status=$?
18756   grep -v '^ *+' conftest.er1 >conftest.err
18757   rm -f conftest.er1
18758   cat conftest.err >&5
18759   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18760   (exit $ac_status); } && {
18761          test -z "$ac_c_werror_flag" ||
18762          test ! -s conftest.err
18763        } && test -s conftest$ac_exeext && {
18764          test "$cross_compiling" = yes ||
18765          $as_test_x conftest$ac_exeext
18766        }; then
18767   ac_cv_search_connect=$ac_res
18768 else
18769   $as_echo "$as_me: failed program was:" >&5
18770 sed 's/^/| /' conftest.$ac_ext >&5
18771
18772
18773 fi
18774
18775 rm -rf conftest.dSYM
18776 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18777       conftest$ac_exeext
18778   if test "${ac_cv_search_connect+set}" = set; then
18779   break
18780 fi
18781 done
18782 if test "${ac_cv_search_connect+set}" = set; then
18783   :
18784 else
18785   ac_cv_search_connect=no
18786 fi
18787 rm conftest.$ac_ext
18788 LIBS=$ac_func_search_save_LIBS
18789 fi
18790 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18791 $as_echo "$ac_cv_search_connect" >&6; }
18792 ac_res=$ac_cv_search_connect
18793 if test "$ac_res" != no; then
18794   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18795
18796 fi
18797
18798
18799 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18800 $as_echo_n "checking for library containing inet_aton... " >&6; }
18801 if test "${ac_cv_search_inet_aton+set}" = set; then
18802   $as_echo_n "(cached) " >&6
18803 else
18804   ac_func_search_save_LIBS=$LIBS
18805 cat >conftest.$ac_ext <<_ACEOF
18806 /* confdefs.h.  */
18807 _ACEOF
18808 cat confdefs.h >>conftest.$ac_ext
18809 cat >>conftest.$ac_ext <<_ACEOF
18810 /* end confdefs.h.  */
18811
18812 /* Override any GCC internal prototype to avoid an error.
18813    Use char because int might match the return type of a GCC
18814    builtin and then its argument prototype would still apply.  */
18815 #ifdef __cplusplus
18816 extern "C"
18817 #endif
18818 char inet_aton ();
18819 int
18820 main ()
18821 {
18822 return inet_aton ();
18823   ;
18824   return 0;
18825 }
18826 _ACEOF
18827 for ac_lib in '' resolv; do
18828   if test -z "$ac_lib"; then
18829     ac_res="none required"
18830   else
18831     ac_res=-l$ac_lib
18832     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18833   fi
18834   rm -f conftest.$ac_objext conftest$ac_exeext
18835 if { (ac_try="$ac_link"
18836 case "(($ac_try" in
18837   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18838   *) ac_try_echo=$ac_try;;
18839 esac
18840 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18841 $as_echo "$ac_try_echo") >&5
18842   (eval "$ac_link") 2>conftest.er1
18843   ac_status=$?
18844   grep -v '^ *+' conftest.er1 >conftest.err
18845   rm -f conftest.er1
18846   cat conftest.err >&5
18847   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18848   (exit $ac_status); } && {
18849          test -z "$ac_c_werror_flag" ||
18850          test ! -s conftest.err
18851        } && test -s conftest$ac_exeext && {
18852          test "$cross_compiling" = yes ||
18853          $as_test_x conftest$ac_exeext
18854        }; then
18855   ac_cv_search_inet_aton=$ac_res
18856 else
18857   $as_echo "$as_me: failed program was:" >&5
18858 sed 's/^/| /' conftest.$ac_ext >&5
18859
18860
18861 fi
18862
18863 rm -rf conftest.dSYM
18864 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18865       conftest$ac_exeext
18866   if test "${ac_cv_search_inet_aton+set}" = set; then
18867   break
18868 fi
18869 done
18870 if test "${ac_cv_search_inet_aton+set}" = set; then
18871   :
18872 else
18873   ac_cv_search_inet_aton=no
18874 fi
18875 rm conftest.$ac_ext
18876 LIBS=$ac_func_search_save_LIBS
18877 fi
18878 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18879 $as_echo "$ac_cv_search_inet_aton" >&6; }
18880 ac_res=$ac_cv_search_inet_aton
18881 if test "$ac_res" != no; then
18882   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18883
18884 fi
18885
18886
18887
18888
18889
18890
18891
18892
18893
18894
18895
18896
18897
18898 for ac_func in \
18899         getaddrinfo \
18900         getnameinfo \
18901         getnetbyname \
18902         getprotobyname \
18903         getprotobynumber \
18904         getservbyport \
18905         inet_network \
18906         inet_ntop \
18907         inet_pton \
18908         sendmsg \
18909         socketpair \
18910
18911 do
18912 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18913 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18914 $as_echo_n "checking for $ac_func... " >&6; }
18915 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18916   $as_echo_n "(cached) " >&6
18917 else
18918   cat >conftest.$ac_ext <<_ACEOF
18919 /* confdefs.h.  */
18920 _ACEOF
18921 cat confdefs.h >>conftest.$ac_ext
18922 cat >>conftest.$ac_ext <<_ACEOF
18923 /* end confdefs.h.  */
18924 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18925    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18926 #define $ac_func innocuous_$ac_func
18927
18928 /* System header to define __stub macros and hopefully few prototypes,
18929     which can conflict with char $ac_func (); below.
18930     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18931     <limits.h> exists even on freestanding compilers.  */
18932
18933 #ifdef __STDC__
18934 # include <limits.h>
18935 #else
18936 # include <assert.h>
18937 #endif
18938
18939 #undef $ac_func
18940
18941 /* Override any GCC internal prototype to avoid an error.
18942    Use char because int might match the return type of a GCC
18943    builtin and then its argument prototype would still apply.  */
18944 #ifdef __cplusplus
18945 extern "C"
18946 #endif
18947 char $ac_func ();
18948 /* The GNU C library defines this for functions which it implements
18949     to always fail with ENOSYS.  Some functions are actually named
18950     something starting with __ and the normal name is an alias.  */
18951 #if defined __stub_$ac_func || defined __stub___$ac_func
18952 choke me
18953 #endif
18954
18955 int
18956 main ()
18957 {
18958 return $ac_func ();
18959   ;
18960   return 0;
18961 }
18962 _ACEOF
18963 rm -f conftest.$ac_objext conftest$ac_exeext
18964 if { (ac_try="$ac_link"
18965 case "(($ac_try" in
18966   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18967   *) ac_try_echo=$ac_try;;
18968 esac
18969 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18970 $as_echo "$ac_try_echo") >&5
18971   (eval "$ac_link") 2>conftest.er1
18972   ac_status=$?
18973   grep -v '^ *+' conftest.er1 >conftest.err
18974   rm -f conftest.er1
18975   cat conftest.err >&5
18976   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18977   (exit $ac_status); } && {
18978          test -z "$ac_c_werror_flag" ||
18979          test ! -s conftest.err
18980        } && test -s conftest$ac_exeext && {
18981          test "$cross_compiling" = yes ||
18982          $as_test_x conftest$ac_exeext
18983        }; then
18984   eval "$as_ac_var=yes"
18985 else
18986   $as_echo "$as_me: failed program was:" >&5
18987 sed 's/^/| /' conftest.$ac_ext >&5
18988
18989         eval "$as_ac_var=no"
18990 fi
18991
18992 rm -rf conftest.dSYM
18993 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18994       conftest$ac_exeext conftest.$ac_ext
18995 fi
18996 ac_res=`eval 'as_val=${'$as_ac_var'}
18997                  $as_echo "$as_val"'`
18998                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18999 $as_echo "$ac_res" >&6; }
19000 as_val=`eval 'as_val=${'$as_ac_var'}
19001                  $as_echo "$as_val"'`
19002    if test "x$as_val" = x""yes; then
19003   cat >>confdefs.h <<_ACEOF
19004 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19005 _ACEOF
19006
19007 fi
19008 done
19009
19010
19011 LDAPLIBS=""
19012
19013 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
19014 then
19015     { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
19016 $as_echo_n "checking for LDAPSortKey... " >&6; }
19017 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
19018   $as_echo_n "(cached) " >&6
19019 else
19020   ac_cv_type_LDAPSortKey=no
19021 cat >conftest.$ac_ext <<_ACEOF
19022 /* confdefs.h.  */
19023 _ACEOF
19024 cat confdefs.h >>conftest.$ac_ext
19025 cat >>conftest.$ac_ext <<_ACEOF
19026 /* end confdefs.h.  */
19027 #include <ldap.h>
19028
19029 int
19030 main ()
19031 {
19032 if (sizeof (LDAPSortKey))
19033        return 0;
19034   ;
19035   return 0;
19036 }
19037 _ACEOF
19038 rm -f conftest.$ac_objext
19039 if { (ac_try="$ac_compile"
19040 case "(($ac_try" in
19041   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19042   *) ac_try_echo=$ac_try;;
19043 esac
19044 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19045 $as_echo "$ac_try_echo") >&5
19046   (eval "$ac_compile") 2>conftest.er1
19047   ac_status=$?
19048   grep -v '^ *+' conftest.er1 >conftest.err
19049   rm -f conftest.er1
19050   cat conftest.err >&5
19051   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19052   (exit $ac_status); } && {
19053          test -z "$ac_c_werror_flag" ||
19054          test ! -s conftest.err
19055        } && test -s conftest.$ac_objext; then
19056   cat >conftest.$ac_ext <<_ACEOF
19057 /* confdefs.h.  */
19058 _ACEOF
19059 cat confdefs.h >>conftest.$ac_ext
19060 cat >>conftest.$ac_ext <<_ACEOF
19061 /* end confdefs.h.  */
19062 #include <ldap.h>
19063
19064 int
19065 main ()
19066 {
19067 if (sizeof ((LDAPSortKey)))
19068           return 0;
19069   ;
19070   return 0;
19071 }
19072 _ACEOF
19073 rm -f conftest.$ac_objext
19074 if { (ac_try="$ac_compile"
19075 case "(($ac_try" in
19076   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19077   *) ac_try_echo=$ac_try;;
19078 esac
19079 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19080 $as_echo "$ac_try_echo") >&5
19081   (eval "$ac_compile") 2>conftest.er1
19082   ac_status=$?
19083   grep -v '^ *+' conftest.er1 >conftest.err
19084   rm -f conftest.er1
19085   cat conftest.err >&5
19086   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19087   (exit $ac_status); } && {
19088          test -z "$ac_c_werror_flag" ||
19089          test ! -s conftest.err
19090        } && test -s conftest.$ac_objext; then
19091   :
19092 else
19093   $as_echo "$as_me: failed program was:" >&5
19094 sed 's/^/| /' conftest.$ac_ext >&5
19095
19096         ac_cv_type_LDAPSortKey=yes
19097 fi
19098
19099 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19100 else
19101   $as_echo "$as_me: failed program was:" >&5
19102 sed 's/^/| /' conftest.$ac_ext >&5
19103
19104
19105 fi
19106
19107 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19108 fi
19109 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
19110 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
19111 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
19112   { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
19113 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
19114 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
19115   $as_echo_n "(cached) " >&6
19116 else
19117   ac_check_lib_save_LIBS=$LIBS
19118 LIBS="-lldap_r $LIBPTHREAD $LIBS"
19119 cat >conftest.$ac_ext <<_ACEOF
19120 /* confdefs.h.  */
19121 _ACEOF
19122 cat confdefs.h >>conftest.$ac_ext
19123 cat >>conftest.$ac_ext <<_ACEOF
19124 /* end confdefs.h.  */
19125
19126 /* Override any GCC internal prototype to avoid an error.
19127    Use char because int might match the return type of a GCC
19128    builtin and then its argument prototype would still apply.  */
19129 #ifdef __cplusplus
19130 extern "C"
19131 #endif
19132 char ldap_initialize ();
19133 int
19134 main ()
19135 {
19136 return ldap_initialize ();
19137   ;
19138   return 0;
19139 }
19140 _ACEOF
19141 rm -f conftest.$ac_objext conftest$ac_exeext
19142 if { (ac_try="$ac_link"
19143 case "(($ac_try" in
19144   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19145   *) ac_try_echo=$ac_try;;
19146 esac
19147 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19148 $as_echo "$ac_try_echo") >&5
19149   (eval "$ac_link") 2>conftest.er1
19150   ac_status=$?
19151   grep -v '^ *+' conftest.er1 >conftest.err
19152   rm -f conftest.er1
19153   cat conftest.err >&5
19154   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19155   (exit $ac_status); } && {
19156          test -z "$ac_c_werror_flag" ||
19157          test ! -s conftest.err
19158        } && test -s conftest$ac_exeext && {
19159          test "$cross_compiling" = yes ||
19160          $as_test_x conftest$ac_exeext
19161        }; then
19162   ac_cv_lib_ldap_r_ldap_initialize=yes
19163 else
19164   $as_echo "$as_me: failed program was:" >&5
19165 sed 's/^/| /' conftest.$ac_ext >&5
19166
19167         ac_cv_lib_ldap_r_ldap_initialize=no
19168 fi
19169
19170 rm -rf conftest.dSYM
19171 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19172       conftest$ac_exeext conftest.$ac_ext
19173 LIBS=$ac_check_lib_save_LIBS
19174 fi
19175 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
19176 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
19177 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
19178   { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
19179 $as_echo_n "checking for ber_init in -llber... " >&6; }
19180 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
19181   $as_echo_n "(cached) " >&6
19182 else
19183   ac_check_lib_save_LIBS=$LIBS
19184 LIBS="-llber $LIBPTHREAD $LIBS"
19185 cat >conftest.$ac_ext <<_ACEOF
19186 /* confdefs.h.  */
19187 _ACEOF
19188 cat confdefs.h >>conftest.$ac_ext
19189 cat >>conftest.$ac_ext <<_ACEOF
19190 /* end confdefs.h.  */
19191
19192 /* Override any GCC internal prototype to avoid an error.
19193    Use char because int might match the return type of a GCC
19194    builtin and then its argument prototype would still apply.  */
19195 #ifdef __cplusplus
19196 extern "C"
19197 #endif
19198 char ber_init ();
19199 int
19200 main ()
19201 {
19202 return ber_init ();
19203   ;
19204   return 0;
19205 }
19206 _ACEOF
19207 rm -f conftest.$ac_objext conftest$ac_exeext
19208 if { (ac_try="$ac_link"
19209 case "(($ac_try" in
19210   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19211   *) ac_try_echo=$ac_try;;
19212 esac
19213 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19214 $as_echo "$ac_try_echo") >&5
19215   (eval "$ac_link") 2>conftest.er1
19216   ac_status=$?
19217   grep -v '^ *+' conftest.er1 >conftest.err
19218   rm -f conftest.er1
19219   cat conftest.err >&5
19220   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19221   (exit $ac_status); } && {
19222          test -z "$ac_c_werror_flag" ||
19223          test ! -s conftest.err
19224        } && test -s conftest$ac_exeext && {
19225          test "$cross_compiling" = yes ||
19226          $as_test_x conftest$ac_exeext
19227        }; then
19228   ac_cv_lib_lber_ber_init=yes
19229 else
19230   $as_echo "$as_me: failed program was:" >&5
19231 sed 's/^/| /' conftest.$ac_ext >&5
19232
19233         ac_cv_lib_lber_ber_init=no
19234 fi
19235
19236 rm -rf conftest.dSYM
19237 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19238       conftest$ac_exeext conftest.$ac_ext
19239 LIBS=$ac_check_lib_save_LIBS
19240 fi
19241 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19242 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19243 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19244
19245 cat >>confdefs.h <<\_ACEOF
19246 #define HAVE_LDAP 1
19247 _ACEOF
19248
19249                  LDAPLIBS="-lldap_r -llber"
19250 fi
19251
19252 fi
19253
19254 fi
19255
19256     ac_wine_check_funcs_save_LIBS="$LIBS"
19257 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19258
19259
19260
19261
19262
19263
19264
19265
19266 for ac_func in \
19267         ldap_count_references \
19268         ldap_first_reference \
19269         ldap_next_reference \
19270         ldap_parse_reference \
19271         ldap_parse_sort_control \
19272         ldap_parse_sortresponse_control \
19273         ldap_parse_vlv_control \
19274         ldap_parse_vlvresponse_control
19275 do
19276 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19277 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19278 $as_echo_n "checking for $ac_func... " >&6; }
19279 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19280   $as_echo_n "(cached) " >&6
19281 else
19282   cat >conftest.$ac_ext <<_ACEOF
19283 /* confdefs.h.  */
19284 _ACEOF
19285 cat confdefs.h >>conftest.$ac_ext
19286 cat >>conftest.$ac_ext <<_ACEOF
19287 /* end confdefs.h.  */
19288 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19289    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
19290 #define $ac_func innocuous_$ac_func
19291
19292 /* System header to define __stub macros and hopefully few prototypes,
19293     which can conflict with char $ac_func (); below.
19294     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19295     <limits.h> exists even on freestanding compilers.  */
19296
19297 #ifdef __STDC__
19298 # include <limits.h>
19299 #else
19300 # include <assert.h>
19301 #endif
19302
19303 #undef $ac_func
19304
19305 /* Override any GCC internal prototype to avoid an error.
19306    Use char because int might match the return type of a GCC
19307    builtin and then its argument prototype would still apply.  */
19308 #ifdef __cplusplus
19309 extern "C"
19310 #endif
19311 char $ac_func ();
19312 /* The GNU C library defines this for functions which it implements
19313     to always fail with ENOSYS.  Some functions are actually named
19314     something starting with __ and the normal name is an alias.  */
19315 #if defined __stub_$ac_func || defined __stub___$ac_func
19316 choke me
19317 #endif
19318
19319 int
19320 main ()
19321 {
19322 return $ac_func ();
19323   ;
19324   return 0;
19325 }
19326 _ACEOF
19327 rm -f conftest.$ac_objext conftest$ac_exeext
19328 if { (ac_try="$ac_link"
19329 case "(($ac_try" in
19330   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19331   *) ac_try_echo=$ac_try;;
19332 esac
19333 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19334 $as_echo "$ac_try_echo") >&5
19335   (eval "$ac_link") 2>conftest.er1
19336   ac_status=$?
19337   grep -v '^ *+' conftest.er1 >conftest.err
19338   rm -f conftest.er1
19339   cat conftest.err >&5
19340   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19341   (exit $ac_status); } && {
19342          test -z "$ac_c_werror_flag" ||
19343          test ! -s conftest.err
19344        } && test -s conftest$ac_exeext && {
19345          test "$cross_compiling" = yes ||
19346          $as_test_x conftest$ac_exeext
19347        }; then
19348   eval "$as_ac_var=yes"
19349 else
19350   $as_echo "$as_me: failed program was:" >&5
19351 sed 's/^/| /' conftest.$ac_ext >&5
19352
19353         eval "$as_ac_var=no"
19354 fi
19355
19356 rm -rf conftest.dSYM
19357 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19358       conftest$ac_exeext conftest.$ac_ext
19359 fi
19360 ac_res=`eval 'as_val=${'$as_ac_var'}
19361                  $as_echo "$as_val"'`
19362                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19363 $as_echo "$ac_res" >&6; }
19364 as_val=`eval 'as_val=${'$as_ac_var'}
19365                  $as_echo "$as_val"'`
19366    if test "x$as_val" = x""yes; then
19367   cat >>confdefs.h <<_ACEOF
19368 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19369 _ACEOF
19370
19371 fi
19372 done
19373
19374 LIBS="$ac_wine_check_funcs_save_LIBS"
19375 fi
19376 if test "x$LDAPLIBS" = "x"; then
19377   case "x$with_ldap" in
19378   x)   wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19379   xno) ;;
19380   *)   { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19381 This is an error since --with-ldap was requested." >&5
19382 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19383 This is an error since --with-ldap was requested." >&2;}
19384    { (exit 1); exit 1; }; } ;;
19385 esac
19386 fi
19387
19388
19389 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19390 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19391 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19392   $as_echo_n "(cached) " >&6
19393 else
19394   cat >conftest.$ac_ext <<_ACEOF
19395 /* confdefs.h.  */
19396 _ACEOF
19397 cat confdefs.h >>conftest.$ac_ext
19398 cat >>conftest.$ac_ext <<_ACEOF
19399 /* end confdefs.h.  */
19400 #include <sys/stat.h>
19401 int
19402 main ()
19403 {
19404 mkdir("foo");
19405   ;
19406   return 0;
19407 }
19408 _ACEOF
19409 rm -f conftest.$ac_objext
19410 if { (ac_try="$ac_compile"
19411 case "(($ac_try" in
19412   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19413   *) ac_try_echo=$ac_try;;
19414 esac
19415 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19416 $as_echo "$ac_try_echo") >&5
19417   (eval "$ac_compile") 2>conftest.er1
19418   ac_status=$?
19419   grep -v '^ *+' conftest.er1 >conftest.err
19420   rm -f conftest.er1
19421   cat conftest.err >&5
19422   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19423   (exit $ac_status); } && {
19424          test -z "$ac_c_werror_flag" ||
19425          test ! -s conftest.err
19426        } && test -s conftest.$ac_objext; then
19427   wine_cv_one_arg_mkdir=yes
19428 else
19429   $as_echo "$as_me: failed program was:" >&5
19430 sed 's/^/| /' conftest.$ac_ext >&5
19431
19432         wine_cv_one_arg_mkdir=no
19433 fi
19434
19435 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19436 fi
19437 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19438 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19439 if test "$wine_cv_one_arg_mkdir" = "yes"
19440 then
19441
19442 cat >>confdefs.h <<\_ACEOF
19443 #define HAVE_ONE_ARG_MKDIR 1
19444 _ACEOF
19445
19446 fi
19447
19448
19449 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19450 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19451 if test "${ac_cv_c_const+set}" = set; then
19452   $as_echo_n "(cached) " >&6
19453 else
19454   cat >conftest.$ac_ext <<_ACEOF
19455 /* confdefs.h.  */
19456 _ACEOF
19457 cat confdefs.h >>conftest.$ac_ext
19458 cat >>conftest.$ac_ext <<_ACEOF
19459 /* end confdefs.h.  */
19460
19461 int
19462 main ()
19463 {
19464 /* FIXME: Include the comments suggested by Paul. */
19465 #ifndef __cplusplus
19466   /* Ultrix mips cc rejects this.  */
19467   typedef int charset[2];
19468   const charset cs;
19469   /* SunOS 4.1.1 cc rejects this.  */
19470   char const *const *pcpcc;
19471   char **ppc;
19472   /* NEC SVR4.0.2 mips cc rejects this.  */
19473   struct point {int x, y;};
19474   static struct point const zero = {0,0};
19475   /* AIX XL C 1.02.0.0 rejects this.
19476      It does not let you subtract one const X* pointer from another in
19477      an arm of an if-expression whose if-part is not a constant
19478      expression */
19479   const char *g = "string";
19480   pcpcc = &g + (g ? g-g : 0);
19481   /* HPUX 7.0 cc rejects these. */
19482   ++pcpcc;
19483   ppc = (char**) pcpcc;
19484   pcpcc = (char const *const *) ppc;
19485   { /* SCO 3.2v4 cc rejects this.  */
19486     char *t;
19487     char const *s = 0 ? (char *) 0 : (char const *) 0;
19488
19489     *t++ = 0;
19490     if (s) return 0;
19491   }
19492   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
19493     int x[] = {25, 17};
19494     const int *foo = &x[0];
19495     ++foo;
19496   }
19497   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19498     typedef const int *iptr;
19499     iptr p = 0;
19500     ++p;
19501   }
19502   { /* AIX XL C 1.02.0.0 rejects this saying
19503        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19504     struct s { int j; const int *ap[3]; };
19505     struct s *b; b->j = 5;
19506   }
19507   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19508     const int foo = 10;
19509     if (!foo) return 0;
19510   }
19511   return !cs[0] && !zero.x;
19512 #endif
19513
19514   ;
19515   return 0;
19516 }
19517 _ACEOF
19518 rm -f conftest.$ac_objext
19519 if { (ac_try="$ac_compile"
19520 case "(($ac_try" in
19521   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19522   *) ac_try_echo=$ac_try;;
19523 esac
19524 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19525 $as_echo "$ac_try_echo") >&5
19526   (eval "$ac_compile") 2>conftest.er1
19527   ac_status=$?
19528   grep -v '^ *+' conftest.er1 >conftest.err
19529   rm -f conftest.er1
19530   cat conftest.err >&5
19531   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19532   (exit $ac_status); } && {
19533          test -z "$ac_c_werror_flag" ||
19534          test ! -s conftest.err
19535        } && test -s conftest.$ac_objext; then
19536   ac_cv_c_const=yes
19537 else
19538   $as_echo "$as_me: failed program was:" >&5
19539 sed 's/^/| /' conftest.$ac_ext >&5
19540
19541         ac_cv_c_const=no
19542 fi
19543
19544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19545 fi
19546 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19547 $as_echo "$ac_cv_c_const" >&6; }
19548 if test $ac_cv_c_const = no; then
19549
19550 cat >>confdefs.h <<\_ACEOF
19551 #define const /**/
19552 _ACEOF
19553
19554 fi
19555
19556 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19557 $as_echo_n "checking for inline... " >&6; }
19558 if test "${ac_cv_c_inline+set}" = set; then
19559   $as_echo_n "(cached) " >&6
19560 else
19561   ac_cv_c_inline=no
19562 for ac_kw in inline __inline__ __inline; do
19563   cat >conftest.$ac_ext <<_ACEOF
19564 /* confdefs.h.  */
19565 _ACEOF
19566 cat confdefs.h >>conftest.$ac_ext
19567 cat >>conftest.$ac_ext <<_ACEOF
19568 /* end confdefs.h.  */
19569 #ifndef __cplusplus
19570 typedef int foo_t;
19571 static $ac_kw foo_t static_foo () {return 0; }
19572 $ac_kw foo_t foo () {return 0; }
19573 #endif
19574
19575 _ACEOF
19576 rm -f conftest.$ac_objext
19577 if { (ac_try="$ac_compile"
19578 case "(($ac_try" in
19579   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19580   *) ac_try_echo=$ac_try;;
19581 esac
19582 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19583 $as_echo "$ac_try_echo") >&5
19584   (eval "$ac_compile") 2>conftest.er1
19585   ac_status=$?
19586   grep -v '^ *+' conftest.er1 >conftest.err
19587   rm -f conftest.er1
19588   cat conftest.err >&5
19589   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19590   (exit $ac_status); } && {
19591          test -z "$ac_c_werror_flag" ||
19592          test ! -s conftest.err
19593        } && test -s conftest.$ac_objext; then
19594   ac_cv_c_inline=$ac_kw
19595 else
19596   $as_echo "$as_me: failed program was:" >&5
19597 sed 's/^/| /' conftest.$ac_ext >&5
19598
19599
19600 fi
19601
19602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19603   test "$ac_cv_c_inline" != no && break
19604 done
19605
19606 fi
19607 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19608 $as_echo "$ac_cv_c_inline" >&6; }
19609
19610
19611 case $ac_cv_c_inline in
19612   inline | yes) ;;
19613   *)
19614     case $ac_cv_c_inline in
19615       no) ac_val=;;
19616       *) ac_val=$ac_cv_c_inline;;
19617     esac
19618     cat >>confdefs.h <<_ACEOF
19619 #ifndef __cplusplus
19620 #define inline $ac_val
19621 #endif
19622 _ACEOF
19623     ;;
19624 esac
19625
19626 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19627 $as_echo_n "checking for mode_t... " >&6; }
19628 if test "${ac_cv_type_mode_t+set}" = set; then
19629   $as_echo_n "(cached) " >&6
19630 else
19631   ac_cv_type_mode_t=no
19632 cat >conftest.$ac_ext <<_ACEOF
19633 /* confdefs.h.  */
19634 _ACEOF
19635 cat confdefs.h >>conftest.$ac_ext
19636 cat >>conftest.$ac_ext <<_ACEOF
19637 /* end confdefs.h.  */
19638 $ac_includes_default
19639 int
19640 main ()
19641 {
19642 if (sizeof (mode_t))
19643        return 0;
19644   ;
19645   return 0;
19646 }
19647 _ACEOF
19648 rm -f conftest.$ac_objext
19649 if { (ac_try="$ac_compile"
19650 case "(($ac_try" in
19651   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19652   *) ac_try_echo=$ac_try;;
19653 esac
19654 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19655 $as_echo "$ac_try_echo") >&5
19656   (eval "$ac_compile") 2>conftest.er1
19657   ac_status=$?
19658   grep -v '^ *+' conftest.er1 >conftest.err
19659   rm -f conftest.er1
19660   cat conftest.err >&5
19661   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19662   (exit $ac_status); } && {
19663          test -z "$ac_c_werror_flag" ||
19664          test ! -s conftest.err
19665        } && test -s conftest.$ac_objext; then
19666   cat >conftest.$ac_ext <<_ACEOF
19667 /* confdefs.h.  */
19668 _ACEOF
19669 cat confdefs.h >>conftest.$ac_ext
19670 cat >>conftest.$ac_ext <<_ACEOF
19671 /* end confdefs.h.  */
19672 $ac_includes_default
19673 int
19674 main ()
19675 {
19676 if (sizeof ((mode_t)))
19677           return 0;
19678   ;
19679   return 0;
19680 }
19681 _ACEOF
19682 rm -f conftest.$ac_objext
19683 if { (ac_try="$ac_compile"
19684 case "(($ac_try" in
19685   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19686   *) ac_try_echo=$ac_try;;
19687 esac
19688 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19689 $as_echo "$ac_try_echo") >&5
19690   (eval "$ac_compile") 2>conftest.er1
19691   ac_status=$?
19692   grep -v '^ *+' conftest.er1 >conftest.err
19693   rm -f conftest.er1
19694   cat conftest.err >&5
19695   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19696   (exit $ac_status); } && {
19697          test -z "$ac_c_werror_flag" ||
19698          test ! -s conftest.err
19699        } && test -s conftest.$ac_objext; then
19700   :
19701 else
19702   $as_echo "$as_me: failed program was:" >&5
19703 sed 's/^/| /' conftest.$ac_ext >&5
19704
19705         ac_cv_type_mode_t=yes
19706 fi
19707
19708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19709 else
19710   $as_echo "$as_me: failed program was:" >&5
19711 sed 's/^/| /' conftest.$ac_ext >&5
19712
19713
19714 fi
19715
19716 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19717 fi
19718 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19719 $as_echo "$ac_cv_type_mode_t" >&6; }
19720 if test "x$ac_cv_type_mode_t" = x""yes; then
19721
19722 cat >>confdefs.h <<_ACEOF
19723 #define HAVE_MODE_T 1
19724 _ACEOF
19725
19726
19727 fi
19728 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19729 $as_echo_n "checking for off_t... " >&6; }
19730 if test "${ac_cv_type_off_t+set}" = set; then
19731   $as_echo_n "(cached) " >&6
19732 else
19733   ac_cv_type_off_t=no
19734 cat >conftest.$ac_ext <<_ACEOF
19735 /* confdefs.h.  */
19736 _ACEOF
19737 cat confdefs.h >>conftest.$ac_ext
19738 cat >>conftest.$ac_ext <<_ACEOF
19739 /* end confdefs.h.  */
19740 $ac_includes_default
19741 int
19742 main ()
19743 {
19744 if (sizeof (off_t))
19745        return 0;
19746   ;
19747   return 0;
19748 }
19749 _ACEOF
19750 rm -f conftest.$ac_objext
19751 if { (ac_try="$ac_compile"
19752 case "(($ac_try" in
19753   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19754   *) ac_try_echo=$ac_try;;
19755 esac
19756 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19757 $as_echo "$ac_try_echo") >&5
19758   (eval "$ac_compile") 2>conftest.er1
19759   ac_status=$?
19760   grep -v '^ *+' conftest.er1 >conftest.err
19761   rm -f conftest.er1
19762   cat conftest.err >&5
19763   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19764   (exit $ac_status); } && {
19765          test -z "$ac_c_werror_flag" ||
19766          test ! -s conftest.err
19767        } && test -s conftest.$ac_objext; then
19768   cat >conftest.$ac_ext <<_ACEOF
19769 /* confdefs.h.  */
19770 _ACEOF
19771 cat confdefs.h >>conftest.$ac_ext
19772 cat >>conftest.$ac_ext <<_ACEOF
19773 /* end confdefs.h.  */
19774 $ac_includes_default
19775 int
19776 main ()
19777 {
19778 if (sizeof ((off_t)))
19779           return 0;
19780   ;
19781   return 0;
19782 }
19783 _ACEOF
19784 rm -f conftest.$ac_objext
19785 if { (ac_try="$ac_compile"
19786 case "(($ac_try" in
19787   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19788   *) ac_try_echo=$ac_try;;
19789 esac
19790 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19791 $as_echo "$ac_try_echo") >&5
19792   (eval "$ac_compile") 2>conftest.er1
19793   ac_status=$?
19794   grep -v '^ *+' conftest.er1 >conftest.err
19795   rm -f conftest.er1
19796   cat conftest.err >&5
19797   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19798   (exit $ac_status); } && {
19799          test -z "$ac_c_werror_flag" ||
19800          test ! -s conftest.err
19801        } && test -s conftest.$ac_objext; then
19802   :
19803 else
19804   $as_echo "$as_me: failed program was:" >&5
19805 sed 's/^/| /' conftest.$ac_ext >&5
19806
19807         ac_cv_type_off_t=yes
19808 fi
19809
19810 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19811 else
19812   $as_echo "$as_me: failed program was:" >&5
19813 sed 's/^/| /' conftest.$ac_ext >&5
19814
19815
19816 fi
19817
19818 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19819 fi
19820 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19821 $as_echo "$ac_cv_type_off_t" >&6; }
19822 if test "x$ac_cv_type_off_t" = x""yes; then
19823
19824 cat >>confdefs.h <<_ACEOF
19825 #define HAVE_OFF_T 1
19826 _ACEOF
19827
19828
19829 fi
19830 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19831 $as_echo_n "checking for pid_t... " >&6; }
19832 if test "${ac_cv_type_pid_t+set}" = set; then
19833   $as_echo_n "(cached) " >&6
19834 else
19835   ac_cv_type_pid_t=no
19836 cat >conftest.$ac_ext <<_ACEOF
19837 /* confdefs.h.  */
19838 _ACEOF
19839 cat confdefs.h >>conftest.$ac_ext
19840 cat >>conftest.$ac_ext <<_ACEOF
19841 /* end confdefs.h.  */
19842 $ac_includes_default
19843 int
19844 main ()
19845 {
19846 if (sizeof (pid_t))
19847        return 0;
19848   ;
19849   return 0;
19850 }
19851 _ACEOF
19852 rm -f conftest.$ac_objext
19853 if { (ac_try="$ac_compile"
19854 case "(($ac_try" in
19855   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19856   *) ac_try_echo=$ac_try;;
19857 esac
19858 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19859 $as_echo "$ac_try_echo") >&5
19860   (eval "$ac_compile") 2>conftest.er1
19861   ac_status=$?
19862   grep -v '^ *+' conftest.er1 >conftest.err
19863   rm -f conftest.er1
19864   cat conftest.err >&5
19865   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19866   (exit $ac_status); } && {
19867          test -z "$ac_c_werror_flag" ||
19868          test ! -s conftest.err
19869        } && test -s conftest.$ac_objext; then
19870   cat >conftest.$ac_ext <<_ACEOF
19871 /* confdefs.h.  */
19872 _ACEOF
19873 cat confdefs.h >>conftest.$ac_ext
19874 cat >>conftest.$ac_ext <<_ACEOF
19875 /* end confdefs.h.  */
19876 $ac_includes_default
19877 int
19878 main ()
19879 {
19880 if (sizeof ((pid_t)))
19881           return 0;
19882   ;
19883   return 0;
19884 }
19885 _ACEOF
19886 rm -f conftest.$ac_objext
19887 if { (ac_try="$ac_compile"
19888 case "(($ac_try" in
19889   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19890   *) ac_try_echo=$ac_try;;
19891 esac
19892 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19893 $as_echo "$ac_try_echo") >&5
19894   (eval "$ac_compile") 2>conftest.er1
19895   ac_status=$?
19896   grep -v '^ *+' conftest.er1 >conftest.err
19897   rm -f conftest.er1
19898   cat conftest.err >&5
19899   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19900   (exit $ac_status); } && {
19901          test -z "$ac_c_werror_flag" ||
19902          test ! -s conftest.err
19903        } && test -s conftest.$ac_objext; then
19904   :
19905 else
19906   $as_echo "$as_me: failed program was:" >&5
19907 sed 's/^/| /' conftest.$ac_ext >&5
19908
19909         ac_cv_type_pid_t=yes
19910 fi
19911
19912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19913 else
19914   $as_echo "$as_me: failed program was:" >&5
19915 sed 's/^/| /' conftest.$ac_ext >&5
19916
19917
19918 fi
19919
19920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19921 fi
19922 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19923 $as_echo "$ac_cv_type_pid_t" >&6; }
19924 if test "x$ac_cv_type_pid_t" = x""yes; then
19925
19926 cat >>confdefs.h <<_ACEOF
19927 #define HAVE_PID_T 1
19928 _ACEOF
19929
19930
19931 fi
19932 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19933 $as_echo_n "checking for size_t... " >&6; }
19934 if test "${ac_cv_type_size_t+set}" = set; then
19935   $as_echo_n "(cached) " >&6
19936 else
19937   ac_cv_type_size_t=no
19938 cat >conftest.$ac_ext <<_ACEOF
19939 /* confdefs.h.  */
19940 _ACEOF
19941 cat confdefs.h >>conftest.$ac_ext
19942 cat >>conftest.$ac_ext <<_ACEOF
19943 /* end confdefs.h.  */
19944 $ac_includes_default
19945 int
19946 main ()
19947 {
19948 if (sizeof (size_t))
19949        return 0;
19950   ;
19951   return 0;
19952 }
19953 _ACEOF
19954 rm -f conftest.$ac_objext
19955 if { (ac_try="$ac_compile"
19956 case "(($ac_try" in
19957   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19958   *) ac_try_echo=$ac_try;;
19959 esac
19960 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19961 $as_echo "$ac_try_echo") >&5
19962   (eval "$ac_compile") 2>conftest.er1
19963   ac_status=$?
19964   grep -v '^ *+' conftest.er1 >conftest.err
19965   rm -f conftest.er1
19966   cat conftest.err >&5
19967   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19968   (exit $ac_status); } && {
19969          test -z "$ac_c_werror_flag" ||
19970          test ! -s conftest.err
19971        } && test -s conftest.$ac_objext; then
19972   cat >conftest.$ac_ext <<_ACEOF
19973 /* confdefs.h.  */
19974 _ACEOF
19975 cat confdefs.h >>conftest.$ac_ext
19976 cat >>conftest.$ac_ext <<_ACEOF
19977 /* end confdefs.h.  */
19978 $ac_includes_default
19979 int
19980 main ()
19981 {
19982 if (sizeof ((size_t)))
19983           return 0;
19984   ;
19985   return 0;
19986 }
19987 _ACEOF
19988 rm -f conftest.$ac_objext
19989 if { (ac_try="$ac_compile"
19990 case "(($ac_try" in
19991   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19992   *) ac_try_echo=$ac_try;;
19993 esac
19994 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19995 $as_echo "$ac_try_echo") >&5
19996   (eval "$ac_compile") 2>conftest.er1
19997   ac_status=$?
19998   grep -v '^ *+' conftest.er1 >conftest.err
19999   rm -f conftest.er1
20000   cat conftest.err >&5
20001   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20002   (exit $ac_status); } && {
20003          test -z "$ac_c_werror_flag" ||
20004          test ! -s conftest.err
20005        } && test -s conftest.$ac_objext; then
20006   :
20007 else
20008   $as_echo "$as_me: failed program was:" >&5
20009 sed 's/^/| /' conftest.$ac_ext >&5
20010
20011         ac_cv_type_size_t=yes
20012 fi
20013
20014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20015 else
20016   $as_echo "$as_me: failed program was:" >&5
20017 sed 's/^/| /' conftest.$ac_ext >&5
20018
20019
20020 fi
20021
20022 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20023 fi
20024 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
20025 $as_echo "$ac_cv_type_size_t" >&6; }
20026 if test "x$ac_cv_type_size_t" = x""yes; then
20027
20028 cat >>confdefs.h <<_ACEOF
20029 #define HAVE_SIZE_T 1
20030 _ACEOF
20031
20032
20033 fi
20034 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
20035 $as_echo_n "checking for ssize_t... " >&6; }
20036 if test "${ac_cv_type_ssize_t+set}" = set; then
20037   $as_echo_n "(cached) " >&6
20038 else
20039   ac_cv_type_ssize_t=no
20040 cat >conftest.$ac_ext <<_ACEOF
20041 /* confdefs.h.  */
20042 _ACEOF
20043 cat confdefs.h >>conftest.$ac_ext
20044 cat >>conftest.$ac_ext <<_ACEOF
20045 /* end confdefs.h.  */
20046 $ac_includes_default
20047 int
20048 main ()
20049 {
20050 if (sizeof (ssize_t))
20051        return 0;
20052   ;
20053   return 0;
20054 }
20055 _ACEOF
20056 rm -f conftest.$ac_objext
20057 if { (ac_try="$ac_compile"
20058 case "(($ac_try" in
20059   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20060   *) ac_try_echo=$ac_try;;
20061 esac
20062 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20063 $as_echo "$ac_try_echo") >&5
20064   (eval "$ac_compile") 2>conftest.er1
20065   ac_status=$?
20066   grep -v '^ *+' conftest.er1 >conftest.err
20067   rm -f conftest.er1
20068   cat conftest.err >&5
20069   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20070   (exit $ac_status); } && {
20071          test -z "$ac_c_werror_flag" ||
20072          test ! -s conftest.err
20073        } && test -s conftest.$ac_objext; then
20074   cat >conftest.$ac_ext <<_ACEOF
20075 /* confdefs.h.  */
20076 _ACEOF
20077 cat confdefs.h >>conftest.$ac_ext
20078 cat >>conftest.$ac_ext <<_ACEOF
20079 /* end confdefs.h.  */
20080 $ac_includes_default
20081 int
20082 main ()
20083 {
20084 if (sizeof ((ssize_t)))
20085           return 0;
20086   ;
20087   return 0;
20088 }
20089 _ACEOF
20090 rm -f conftest.$ac_objext
20091 if { (ac_try="$ac_compile"
20092 case "(($ac_try" in
20093   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20094   *) ac_try_echo=$ac_try;;
20095 esac
20096 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20097 $as_echo "$ac_try_echo") >&5
20098   (eval "$ac_compile") 2>conftest.er1
20099   ac_status=$?
20100   grep -v '^ *+' conftest.er1 >conftest.err
20101   rm -f conftest.er1
20102   cat conftest.err >&5
20103   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20104   (exit $ac_status); } && {
20105          test -z "$ac_c_werror_flag" ||
20106          test ! -s conftest.err
20107        } && test -s conftest.$ac_objext; then
20108   :
20109 else
20110   $as_echo "$as_me: failed program was:" >&5
20111 sed 's/^/| /' conftest.$ac_ext >&5
20112
20113         ac_cv_type_ssize_t=yes
20114 fi
20115
20116 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20117 else
20118   $as_echo "$as_me: failed program was:" >&5
20119 sed 's/^/| /' conftest.$ac_ext >&5
20120
20121
20122 fi
20123
20124 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20125 fi
20126 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
20127 $as_echo "$ac_cv_type_ssize_t" >&6; }
20128 if test "x$ac_cv_type_ssize_t" = x""yes; then
20129
20130 cat >>confdefs.h <<_ACEOF
20131 #define HAVE_SSIZE_T 1
20132 _ACEOF
20133
20134
20135 fi
20136 { $as_echo "$as_me:$LINENO: checking for long long" >&5
20137 $as_echo_n "checking for long long... " >&6; }
20138 if test "${ac_cv_type_long_long+set}" = set; then
20139   $as_echo_n "(cached) " >&6
20140 else
20141   ac_cv_type_long_long=no
20142 cat >conftest.$ac_ext <<_ACEOF
20143 /* confdefs.h.  */
20144 _ACEOF
20145 cat confdefs.h >>conftest.$ac_ext
20146 cat >>conftest.$ac_ext <<_ACEOF
20147 /* end confdefs.h.  */
20148 $ac_includes_default
20149 int
20150 main ()
20151 {
20152 if (sizeof (long long))
20153        return 0;
20154   ;
20155   return 0;
20156 }
20157 _ACEOF
20158 rm -f conftest.$ac_objext
20159 if { (ac_try="$ac_compile"
20160 case "(($ac_try" in
20161   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20162   *) ac_try_echo=$ac_try;;
20163 esac
20164 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20165 $as_echo "$ac_try_echo") >&5
20166   (eval "$ac_compile") 2>conftest.er1
20167   ac_status=$?
20168   grep -v '^ *+' conftest.er1 >conftest.err
20169   rm -f conftest.er1
20170   cat conftest.err >&5
20171   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20172   (exit $ac_status); } && {
20173          test -z "$ac_c_werror_flag" ||
20174          test ! -s conftest.err
20175        } && test -s conftest.$ac_objext; then
20176   cat >conftest.$ac_ext <<_ACEOF
20177 /* confdefs.h.  */
20178 _ACEOF
20179 cat confdefs.h >>conftest.$ac_ext
20180 cat >>conftest.$ac_ext <<_ACEOF
20181 /* end confdefs.h.  */
20182 $ac_includes_default
20183 int
20184 main ()
20185 {
20186 if (sizeof ((long long)))
20187           return 0;
20188   ;
20189   return 0;
20190 }
20191 _ACEOF
20192 rm -f conftest.$ac_objext
20193 if { (ac_try="$ac_compile"
20194 case "(($ac_try" in
20195   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20196   *) ac_try_echo=$ac_try;;
20197 esac
20198 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20199 $as_echo "$ac_try_echo") >&5
20200   (eval "$ac_compile") 2>conftest.er1
20201   ac_status=$?
20202   grep -v '^ *+' conftest.er1 >conftest.err
20203   rm -f conftest.er1
20204   cat conftest.err >&5
20205   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20206   (exit $ac_status); } && {
20207          test -z "$ac_c_werror_flag" ||
20208          test ! -s conftest.err
20209        } && test -s conftest.$ac_objext; then
20210   :
20211 else
20212   $as_echo "$as_me: failed program was:" >&5
20213 sed 's/^/| /' conftest.$ac_ext >&5
20214
20215         ac_cv_type_long_long=yes
20216 fi
20217
20218 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20219 else
20220   $as_echo "$as_me: failed program was:" >&5
20221 sed 's/^/| /' conftest.$ac_ext >&5
20222
20223
20224 fi
20225
20226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20227 fi
20228 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20229 $as_echo "$ac_cv_type_long_long" >&6; }
20230 if test "x$ac_cv_type_long_long" = x""yes; then
20231
20232 cat >>confdefs.h <<_ACEOF
20233 #define HAVE_LONG_LONG 1
20234 _ACEOF
20235
20236
20237 fi
20238 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20239 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20240 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20241   $as_echo_n "(cached) " >&6
20242 else
20243   ac_cv_type_fsblkcnt_t=no
20244 cat >conftest.$ac_ext <<_ACEOF
20245 /* confdefs.h.  */
20246 _ACEOF
20247 cat confdefs.h >>conftest.$ac_ext
20248 cat >>conftest.$ac_ext <<_ACEOF
20249 /* end confdefs.h.  */
20250 $ac_includes_default
20251 int
20252 main ()
20253 {
20254 if (sizeof (fsblkcnt_t))
20255        return 0;
20256   ;
20257   return 0;
20258 }
20259 _ACEOF
20260 rm -f conftest.$ac_objext
20261 if { (ac_try="$ac_compile"
20262 case "(($ac_try" in
20263   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20264   *) ac_try_echo=$ac_try;;
20265 esac
20266 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20267 $as_echo "$ac_try_echo") >&5
20268   (eval "$ac_compile") 2>conftest.er1
20269   ac_status=$?
20270   grep -v '^ *+' conftest.er1 >conftest.err
20271   rm -f conftest.er1
20272   cat conftest.err >&5
20273   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20274   (exit $ac_status); } && {
20275          test -z "$ac_c_werror_flag" ||
20276          test ! -s conftest.err
20277        } && test -s conftest.$ac_objext; then
20278   cat >conftest.$ac_ext <<_ACEOF
20279 /* confdefs.h.  */
20280 _ACEOF
20281 cat confdefs.h >>conftest.$ac_ext
20282 cat >>conftest.$ac_ext <<_ACEOF
20283 /* end confdefs.h.  */
20284 $ac_includes_default
20285 int
20286 main ()
20287 {
20288 if (sizeof ((fsblkcnt_t)))
20289           return 0;
20290   ;
20291   return 0;
20292 }
20293 _ACEOF
20294 rm -f conftest.$ac_objext
20295 if { (ac_try="$ac_compile"
20296 case "(($ac_try" in
20297   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20298   *) ac_try_echo=$ac_try;;
20299 esac
20300 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20301 $as_echo "$ac_try_echo") >&5
20302   (eval "$ac_compile") 2>conftest.er1
20303   ac_status=$?
20304   grep -v '^ *+' conftest.er1 >conftest.err
20305   rm -f conftest.er1
20306   cat conftest.err >&5
20307   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20308   (exit $ac_status); } && {
20309          test -z "$ac_c_werror_flag" ||
20310          test ! -s conftest.err
20311        } && test -s conftest.$ac_objext; then
20312   :
20313 else
20314   $as_echo "$as_me: failed program was:" >&5
20315 sed 's/^/| /' conftest.$ac_ext >&5
20316
20317         ac_cv_type_fsblkcnt_t=yes
20318 fi
20319
20320 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20321 else
20322   $as_echo "$as_me: failed program was:" >&5
20323 sed 's/^/| /' conftest.$ac_ext >&5
20324
20325
20326 fi
20327
20328 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20329 fi
20330 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20331 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20332 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20333
20334 cat >>confdefs.h <<_ACEOF
20335 #define HAVE_FSBLKCNT_T 1
20336 _ACEOF
20337
20338
20339 fi
20340 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20341 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20342 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20343   $as_echo_n "(cached) " >&6
20344 else
20345   ac_cv_type_fsfilcnt_t=no
20346 cat >conftest.$ac_ext <<_ACEOF
20347 /* confdefs.h.  */
20348 _ACEOF
20349 cat confdefs.h >>conftest.$ac_ext
20350 cat >>conftest.$ac_ext <<_ACEOF
20351 /* end confdefs.h.  */
20352 $ac_includes_default
20353 int
20354 main ()
20355 {
20356 if (sizeof (fsfilcnt_t))
20357        return 0;
20358   ;
20359   return 0;
20360 }
20361 _ACEOF
20362 rm -f conftest.$ac_objext
20363 if { (ac_try="$ac_compile"
20364 case "(($ac_try" in
20365   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20366   *) ac_try_echo=$ac_try;;
20367 esac
20368 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20369 $as_echo "$ac_try_echo") >&5
20370   (eval "$ac_compile") 2>conftest.er1
20371   ac_status=$?
20372   grep -v '^ *+' conftest.er1 >conftest.err
20373   rm -f conftest.er1
20374   cat conftest.err >&5
20375   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20376   (exit $ac_status); } && {
20377          test -z "$ac_c_werror_flag" ||
20378          test ! -s conftest.err
20379        } && test -s conftest.$ac_objext; then
20380   cat >conftest.$ac_ext <<_ACEOF
20381 /* confdefs.h.  */
20382 _ACEOF
20383 cat confdefs.h >>conftest.$ac_ext
20384 cat >>conftest.$ac_ext <<_ACEOF
20385 /* end confdefs.h.  */
20386 $ac_includes_default
20387 int
20388 main ()
20389 {
20390 if (sizeof ((fsfilcnt_t)))
20391           return 0;
20392   ;
20393   return 0;
20394 }
20395 _ACEOF
20396 rm -f conftest.$ac_objext
20397 if { (ac_try="$ac_compile"
20398 case "(($ac_try" in
20399   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20400   *) ac_try_echo=$ac_try;;
20401 esac
20402 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20403 $as_echo "$ac_try_echo") >&5
20404   (eval "$ac_compile") 2>conftest.er1
20405   ac_status=$?
20406   grep -v '^ *+' conftest.er1 >conftest.err
20407   rm -f conftest.er1
20408   cat conftest.err >&5
20409   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20410   (exit $ac_status); } && {
20411          test -z "$ac_c_werror_flag" ||
20412          test ! -s conftest.err
20413        } && test -s conftest.$ac_objext; then
20414   :
20415 else
20416   $as_echo "$as_me: failed program was:" >&5
20417 sed 's/^/| /' conftest.$ac_ext >&5
20418
20419         ac_cv_type_fsfilcnt_t=yes
20420 fi
20421
20422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20423 else
20424   $as_echo "$as_me: failed program was:" >&5
20425 sed 's/^/| /' conftest.$ac_ext >&5
20426
20427
20428 fi
20429
20430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20431 fi
20432 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20433 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20434 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20435
20436 cat >>confdefs.h <<_ACEOF
20437 #define HAVE_FSFILCNT_T 1
20438 _ACEOF
20439
20440
20441 fi
20442
20443 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20444 $as_echo_n "checking for sigset_t... " >&6; }
20445 if test "${ac_cv_type_sigset_t+set}" = set; then
20446   $as_echo_n "(cached) " >&6
20447 else
20448   ac_cv_type_sigset_t=no
20449 cat >conftest.$ac_ext <<_ACEOF
20450 /* confdefs.h.  */
20451 _ACEOF
20452 cat confdefs.h >>conftest.$ac_ext
20453 cat >>conftest.$ac_ext <<_ACEOF
20454 /* end confdefs.h.  */
20455 #include <sys/types.h>
20456 #include <signal.h>
20457
20458 int
20459 main ()
20460 {
20461 if (sizeof (sigset_t))
20462        return 0;
20463   ;
20464   return 0;
20465 }
20466 _ACEOF
20467 rm -f conftest.$ac_objext
20468 if { (ac_try="$ac_compile"
20469 case "(($ac_try" in
20470   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20471   *) ac_try_echo=$ac_try;;
20472 esac
20473 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20474 $as_echo "$ac_try_echo") >&5
20475   (eval "$ac_compile") 2>conftest.er1
20476   ac_status=$?
20477   grep -v '^ *+' conftest.er1 >conftest.err
20478   rm -f conftest.er1
20479   cat conftest.err >&5
20480   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20481   (exit $ac_status); } && {
20482          test -z "$ac_c_werror_flag" ||
20483          test ! -s conftest.err
20484        } && test -s conftest.$ac_objext; then
20485   cat >conftest.$ac_ext <<_ACEOF
20486 /* confdefs.h.  */
20487 _ACEOF
20488 cat confdefs.h >>conftest.$ac_ext
20489 cat >>conftest.$ac_ext <<_ACEOF
20490 /* end confdefs.h.  */
20491 #include <sys/types.h>
20492 #include <signal.h>
20493
20494 int
20495 main ()
20496 {
20497 if (sizeof ((sigset_t)))
20498           return 0;
20499   ;
20500   return 0;
20501 }
20502 _ACEOF
20503 rm -f conftest.$ac_objext
20504 if { (ac_try="$ac_compile"
20505 case "(($ac_try" in
20506   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20507   *) ac_try_echo=$ac_try;;
20508 esac
20509 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20510 $as_echo "$ac_try_echo") >&5
20511   (eval "$ac_compile") 2>conftest.er1
20512   ac_status=$?
20513   grep -v '^ *+' conftest.er1 >conftest.err
20514   rm -f conftest.er1
20515   cat conftest.err >&5
20516   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20517   (exit $ac_status); } && {
20518          test -z "$ac_c_werror_flag" ||
20519          test ! -s conftest.err
20520        } && test -s conftest.$ac_objext; then
20521   :
20522 else
20523   $as_echo "$as_me: failed program was:" >&5
20524 sed 's/^/| /' conftest.$ac_ext >&5
20525
20526         ac_cv_type_sigset_t=yes
20527 fi
20528
20529 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20530 else
20531   $as_echo "$as_me: failed program was:" >&5
20532 sed 's/^/| /' conftest.$ac_ext >&5
20533
20534
20535 fi
20536
20537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20538 fi
20539 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20540 $as_echo "$ac_cv_type_sigset_t" >&6; }
20541 if test "x$ac_cv_type_sigset_t" = x""yes; then
20542
20543 cat >>confdefs.h <<_ACEOF
20544 #define HAVE_SIGSET_T 1
20545 _ACEOF
20546
20547
20548 fi
20549
20550 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20551 $as_echo_n "checking for request_sense... " >&6; }
20552 if test "${ac_cv_type_request_sense+set}" = set; then
20553   $as_echo_n "(cached) " >&6
20554 else
20555   ac_cv_type_request_sense=no
20556 cat >conftest.$ac_ext <<_ACEOF
20557 /* confdefs.h.  */
20558 _ACEOF
20559 cat confdefs.h >>conftest.$ac_ext
20560 cat >>conftest.$ac_ext <<_ACEOF
20561 /* end confdefs.h.  */
20562 #include <linux/cdrom.h>
20563
20564 int
20565 main ()
20566 {
20567 if (sizeof (request_sense))
20568        return 0;
20569   ;
20570   return 0;
20571 }
20572 _ACEOF
20573 rm -f conftest.$ac_objext
20574 if { (ac_try="$ac_compile"
20575 case "(($ac_try" in
20576   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20577   *) ac_try_echo=$ac_try;;
20578 esac
20579 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20580 $as_echo "$ac_try_echo") >&5
20581   (eval "$ac_compile") 2>conftest.er1
20582   ac_status=$?
20583   grep -v '^ *+' conftest.er1 >conftest.err
20584   rm -f conftest.er1
20585   cat conftest.err >&5
20586   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20587   (exit $ac_status); } && {
20588          test -z "$ac_c_werror_flag" ||
20589          test ! -s conftest.err
20590        } && test -s conftest.$ac_objext; then
20591   cat >conftest.$ac_ext <<_ACEOF
20592 /* confdefs.h.  */
20593 _ACEOF
20594 cat confdefs.h >>conftest.$ac_ext
20595 cat >>conftest.$ac_ext <<_ACEOF
20596 /* end confdefs.h.  */
20597 #include <linux/cdrom.h>
20598
20599 int
20600 main ()
20601 {
20602 if (sizeof ((request_sense)))
20603           return 0;
20604   ;
20605   return 0;
20606 }
20607 _ACEOF
20608 rm -f conftest.$ac_objext
20609 if { (ac_try="$ac_compile"
20610 case "(($ac_try" in
20611   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20612   *) ac_try_echo=$ac_try;;
20613 esac
20614 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20615 $as_echo "$ac_try_echo") >&5
20616   (eval "$ac_compile") 2>conftest.er1
20617   ac_status=$?
20618   grep -v '^ *+' conftest.er1 >conftest.err
20619   rm -f conftest.er1
20620   cat conftest.err >&5
20621   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20622   (exit $ac_status); } && {
20623          test -z "$ac_c_werror_flag" ||
20624          test ! -s conftest.err
20625        } && test -s conftest.$ac_objext; then
20626   :
20627 else
20628   $as_echo "$as_me: failed program was:" >&5
20629 sed 's/^/| /' conftest.$ac_ext >&5
20630
20631         ac_cv_type_request_sense=yes
20632 fi
20633
20634 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20635 else
20636   $as_echo "$as_me: failed program was:" >&5
20637 sed 's/^/| /' conftest.$ac_ext >&5
20638
20639
20640 fi
20641
20642 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20643 fi
20644 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20645 $as_echo "$ac_cv_type_request_sense" >&6; }
20646 if test "x$ac_cv_type_request_sense" = x""yes; then
20647
20648 cat >>confdefs.h <<_ACEOF
20649 #define HAVE_REQUEST_SENSE 1
20650 _ACEOF
20651
20652
20653 fi
20654
20655
20656 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20657 $as_echo_n "checking for struct xinpgen... " >&6; }
20658 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20659   $as_echo_n "(cached) " >&6
20660 else
20661   ac_cv_type_struct_xinpgen=no
20662 cat >conftest.$ac_ext <<_ACEOF
20663 /* confdefs.h.  */
20664 _ACEOF
20665 cat confdefs.h >>conftest.$ac_ext
20666 cat >>conftest.$ac_ext <<_ACEOF
20667 /* end confdefs.h.  */
20668 #include <sys/types.h>
20669 #ifdef HAVE_SYS_SOCKET_H
20670 #include <sys/socket.h>
20671 #endif
20672 #ifdef HAVE_SYS_SOCKETVAR_H
20673 #include <sys/socketvar.h>
20674 #endif
20675 #ifdef HAVE_NET_ROUTE_H
20676 #include <net/route.h>
20677 #endif
20678 #ifdef HAVE_NETINET_IN_H
20679 #include <netinet/in.h>
20680 #endif
20681 #ifdef HAVE_NETINET_IN_SYSTM_H
20682 #include <netinet/in_systm.h>
20683 #endif
20684 #ifdef HAVE_NETINET_IP_H
20685 #include <netinet/ip.h>
20686 #endif
20687 #ifdef HAVE_NETINET_IN_PCB_H
20688 #include <netinet/in_pcb.h>
20689 #endif
20690
20691 int
20692 main ()
20693 {
20694 if (sizeof (struct xinpgen))
20695        return 0;
20696   ;
20697   return 0;
20698 }
20699 _ACEOF
20700 rm -f conftest.$ac_objext
20701 if { (ac_try="$ac_compile"
20702 case "(($ac_try" in
20703   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20704   *) ac_try_echo=$ac_try;;
20705 esac
20706 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20707 $as_echo "$ac_try_echo") >&5
20708   (eval "$ac_compile") 2>conftest.er1
20709   ac_status=$?
20710   grep -v '^ *+' conftest.er1 >conftest.err
20711   rm -f conftest.er1
20712   cat conftest.err >&5
20713   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20714   (exit $ac_status); } && {
20715          test -z "$ac_c_werror_flag" ||
20716          test ! -s conftest.err
20717        } && test -s conftest.$ac_objext; then
20718   cat >conftest.$ac_ext <<_ACEOF
20719 /* confdefs.h.  */
20720 _ACEOF
20721 cat confdefs.h >>conftest.$ac_ext
20722 cat >>conftest.$ac_ext <<_ACEOF
20723 /* end confdefs.h.  */
20724 #include <sys/types.h>
20725 #ifdef HAVE_SYS_SOCKET_H
20726 #include <sys/socket.h>
20727 #endif
20728 #ifdef HAVE_SYS_SOCKETVAR_H
20729 #include <sys/socketvar.h>
20730 #endif
20731 #ifdef HAVE_NET_ROUTE_H
20732 #include <net/route.h>
20733 #endif
20734 #ifdef HAVE_NETINET_IN_H
20735 #include <netinet/in.h>
20736 #endif
20737 #ifdef HAVE_NETINET_IN_SYSTM_H
20738 #include <netinet/in_systm.h>
20739 #endif
20740 #ifdef HAVE_NETINET_IP_H
20741 #include <netinet/ip.h>
20742 #endif
20743 #ifdef HAVE_NETINET_IN_PCB_H
20744 #include <netinet/in_pcb.h>
20745 #endif
20746
20747 int
20748 main ()
20749 {
20750 if (sizeof ((struct xinpgen)))
20751           return 0;
20752   ;
20753   return 0;
20754 }
20755 _ACEOF
20756 rm -f conftest.$ac_objext
20757 if { (ac_try="$ac_compile"
20758 case "(($ac_try" in
20759   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20760   *) ac_try_echo=$ac_try;;
20761 esac
20762 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20763 $as_echo "$ac_try_echo") >&5
20764   (eval "$ac_compile") 2>conftest.er1
20765   ac_status=$?
20766   grep -v '^ *+' conftest.er1 >conftest.err
20767   rm -f conftest.er1
20768   cat conftest.err >&5
20769   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20770   (exit $ac_status); } && {
20771          test -z "$ac_c_werror_flag" ||
20772          test ! -s conftest.err
20773        } && test -s conftest.$ac_objext; then
20774   :
20775 else
20776   $as_echo "$as_me: failed program was:" >&5
20777 sed 's/^/| /' conftest.$ac_ext >&5
20778
20779         ac_cv_type_struct_xinpgen=yes
20780 fi
20781
20782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20783 else
20784   $as_echo "$as_me: failed program was:" >&5
20785 sed 's/^/| /' conftest.$ac_ext >&5
20786
20787
20788 fi
20789
20790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20791 fi
20792 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20793 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20794 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20795
20796 cat >>confdefs.h <<_ACEOF
20797 #define HAVE_STRUCT_XINPGEN 1
20798 _ACEOF
20799
20800
20801 fi
20802
20803
20804 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20805 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20806 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20807   $as_echo_n "(cached) " >&6
20808 else
20809   cat >conftest.$ac_ext <<_ACEOF
20810 /* confdefs.h.  */
20811 _ACEOF
20812 cat confdefs.h >>conftest.$ac_ext
20813 cat >>conftest.$ac_ext <<_ACEOF
20814 /* end confdefs.h.  */
20815 #ifdef HAVE_LINUX_INPUT_H
20816 #include <linux/input.h>
20817 #endif
20818
20819 int
20820 main ()
20821 {
20822 static struct ff_effect ac_aggr;
20823 if (ac_aggr.direction)
20824 return 0;
20825   ;
20826   return 0;
20827 }
20828 _ACEOF
20829 rm -f conftest.$ac_objext
20830 if { (ac_try="$ac_compile"
20831 case "(($ac_try" in
20832   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20833   *) ac_try_echo=$ac_try;;
20834 esac
20835 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20836 $as_echo "$ac_try_echo") >&5
20837   (eval "$ac_compile") 2>conftest.er1
20838   ac_status=$?
20839   grep -v '^ *+' conftest.er1 >conftest.err
20840   rm -f conftest.er1
20841   cat conftest.err >&5
20842   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20843   (exit $ac_status); } && {
20844          test -z "$ac_c_werror_flag" ||
20845          test ! -s conftest.err
20846        } && test -s conftest.$ac_objext; then
20847   ac_cv_member_struct_ff_effect_direction=yes
20848 else
20849   $as_echo "$as_me: failed program was:" >&5
20850 sed 's/^/| /' conftest.$ac_ext >&5
20851
20852         cat >conftest.$ac_ext <<_ACEOF
20853 /* confdefs.h.  */
20854 _ACEOF
20855 cat confdefs.h >>conftest.$ac_ext
20856 cat >>conftest.$ac_ext <<_ACEOF
20857 /* end confdefs.h.  */
20858 #ifdef HAVE_LINUX_INPUT_H
20859 #include <linux/input.h>
20860 #endif
20861
20862 int
20863 main ()
20864 {
20865 static struct ff_effect ac_aggr;
20866 if (sizeof ac_aggr.direction)
20867 return 0;
20868   ;
20869   return 0;
20870 }
20871 _ACEOF
20872 rm -f conftest.$ac_objext
20873 if { (ac_try="$ac_compile"
20874 case "(($ac_try" in
20875   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20876   *) ac_try_echo=$ac_try;;
20877 esac
20878 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20879 $as_echo "$ac_try_echo") >&5
20880   (eval "$ac_compile") 2>conftest.er1
20881   ac_status=$?
20882   grep -v '^ *+' conftest.er1 >conftest.err
20883   rm -f conftest.er1
20884   cat conftest.err >&5
20885   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20886   (exit $ac_status); } && {
20887          test -z "$ac_c_werror_flag" ||
20888          test ! -s conftest.err
20889        } && test -s conftest.$ac_objext; then
20890   ac_cv_member_struct_ff_effect_direction=yes
20891 else
20892   $as_echo "$as_me: failed program was:" >&5
20893 sed 's/^/| /' conftest.$ac_ext >&5
20894
20895         ac_cv_member_struct_ff_effect_direction=no
20896 fi
20897
20898 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20899 fi
20900
20901 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20902 fi
20903 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20904 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20905 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20906
20907 cat >>confdefs.h <<_ACEOF
20908 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20909 _ACEOF
20910
20911
20912 fi
20913
20914
20915 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20916 $as_echo_n "checking for sigaddset... " >&6; }
20917 if test "${wine_cv_have_sigaddset+set}" = set; then
20918   $as_echo_n "(cached) " >&6
20919 else
20920   cat >conftest.$ac_ext <<_ACEOF
20921 /* confdefs.h.  */
20922 _ACEOF
20923 cat confdefs.h >>conftest.$ac_ext
20924 cat >>conftest.$ac_ext <<_ACEOF
20925 /* end confdefs.h.  */
20926 #include <signal.h>
20927 int
20928 main ()
20929 {
20930 sigset_t set; sigaddset(&set,SIGTERM);
20931   ;
20932   return 0;
20933 }
20934 _ACEOF
20935 rm -f conftest.$ac_objext conftest$ac_exeext
20936 if { (ac_try="$ac_link"
20937 case "(($ac_try" in
20938   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20939   *) ac_try_echo=$ac_try;;
20940 esac
20941 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20942 $as_echo "$ac_try_echo") >&5
20943   (eval "$ac_link") 2>conftest.er1
20944   ac_status=$?
20945   grep -v '^ *+' conftest.er1 >conftest.err
20946   rm -f conftest.er1
20947   cat conftest.err >&5
20948   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20949   (exit $ac_status); } && {
20950          test -z "$ac_c_werror_flag" ||
20951          test ! -s conftest.err
20952        } && test -s conftest$ac_exeext && {
20953          test "$cross_compiling" = yes ||
20954          $as_test_x conftest$ac_exeext
20955        }; then
20956   wine_cv_have_sigaddset=yes
20957 else
20958   $as_echo "$as_me: failed program was:" >&5
20959 sed 's/^/| /' conftest.$ac_ext >&5
20960
20961         wine_cv_have_sigaddset=no
20962 fi
20963
20964 rm -rf conftest.dSYM
20965 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20966       conftest$ac_exeext conftest.$ac_ext
20967 fi
20968 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20969 $as_echo "$wine_cv_have_sigaddset" >&6; }
20970 if test "$wine_cv_have_sigaddset" = "yes"
20971 then
20972
20973 cat >>confdefs.h <<\_ACEOF
20974 #define HAVE_SIGADDSET 1
20975 _ACEOF
20976
20977 fi
20978
20979
20980 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20981 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20982 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20983   $as_echo_n "(cached) " >&6
20984 else
20985   cat >conftest.$ac_ext <<_ACEOF
20986 /* confdefs.h.  */
20987 _ACEOF
20988 cat confdefs.h >>conftest.$ac_ext
20989 cat >>conftest.$ac_ext <<_ACEOF
20990 /* end confdefs.h.  */
20991 #include <netdb.h>
20992 int
20993 main ()
20994 {
20995
20996     char *name=0;
20997     struct hostent he;
20998     struct hostent *result;
20999     char *buf=0;
21000     int bufsize=0;
21001     int res,errnr;
21002     char *addr=0;
21003     int addrlen=0;
21004     int addrtype=0;
21005     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
21006     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
21007
21008   ;
21009   return 0;
21010 }
21011 _ACEOF
21012 rm -f conftest.$ac_objext conftest$ac_exeext
21013 if { (ac_try="$ac_link"
21014 case "(($ac_try" in
21015   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21016   *) ac_try_echo=$ac_try;;
21017 esac
21018 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21019 $as_echo "$ac_try_echo") >&5
21020   (eval "$ac_link") 2>conftest.er1
21021   ac_status=$?
21022   grep -v '^ *+' conftest.er1 >conftest.err
21023   rm -f conftest.er1
21024   cat conftest.err >&5
21025   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21026   (exit $ac_status); } && {
21027          test -z "$ac_c_werror_flag" ||
21028          test ! -s conftest.err
21029        } && test -s conftest$ac_exeext && {
21030          test "$cross_compiling" = yes ||
21031          $as_test_x conftest$ac_exeext
21032        }; then
21033   wine_cv_linux_gethostbyname_r_6=yes
21034 else
21035   $as_echo "$as_me: failed program was:" >&5
21036 sed 's/^/| /' conftest.$ac_ext >&5
21037
21038         wine_cv_linux_gethostbyname_r_6=no
21039
21040 fi
21041
21042 rm -rf conftest.dSYM
21043 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21044       conftest$ac_exeext conftest.$ac_ext
21045
21046 fi
21047 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
21048 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
21049    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
21050    then
21051
21052 cat >>confdefs.h <<\_ACEOF
21053 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
21054 _ACEOF
21055
21056    fi
21057
21058 if test "$ac_cv_header_linux_joystick_h" = "yes"
21059 then
21060    { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
21061 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
21062 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
21063   $as_echo_n "(cached) " >&6
21064 else
21065   cat >conftest.$ac_ext <<_ACEOF
21066 /* confdefs.h.  */
21067 _ACEOF
21068 cat confdefs.h >>conftest.$ac_ext
21069 cat >>conftest.$ac_ext <<_ACEOF
21070 /* end confdefs.h.  */
21071
21072         #include <sys/ioctl.h>
21073         #include <sys/types.h>
21074         #include <linux/joystick.h>
21075
21076         struct js_event blub;
21077         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
21078         #error "no 2.2 header"
21079         #endif
21080
21081 int
21082 main ()
21083 {
21084 /*empty*/
21085   ;
21086   return 0;
21087 }
21088 _ACEOF
21089 rm -f conftest.$ac_objext
21090 if { (ac_try="$ac_compile"
21091 case "(($ac_try" in
21092   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21093   *) ac_try_echo=$ac_try;;
21094 esac
21095 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21096 $as_echo "$ac_try_echo") >&5
21097   (eval "$ac_compile") 2>conftest.er1
21098   ac_status=$?
21099   grep -v '^ *+' conftest.er1 >conftest.err
21100   rm -f conftest.er1
21101   cat conftest.err >&5
21102   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21103   (exit $ac_status); } && {
21104          test -z "$ac_c_werror_flag" ||
21105          test ! -s conftest.err
21106        } && test -s conftest.$ac_objext; then
21107   wine_cv_linux_joystick_22_api=yes
21108 else
21109   $as_echo "$as_me: failed program was:" >&5
21110 sed 's/^/| /' conftest.$ac_ext >&5
21111
21112         wine_cv_linux_joystick_22_api=no
21113 fi
21114
21115 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21116
21117 fi
21118 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
21119 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
21120    if test "$wine_cv_linux_joystick_22_api" = "yes"
21121    then
21122
21123 cat >>confdefs.h <<\_ACEOF
21124 #define HAVE_LINUX_22_JOYSTICK_API 1
21125 _ACEOF
21126
21127    fi
21128 fi
21129
21130
21131 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
21132 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
21133 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
21134   $as_echo_n "(cached) " >&6
21135 else
21136   cat >conftest.$ac_ext <<_ACEOF
21137 /* confdefs.h.  */
21138 _ACEOF
21139 cat confdefs.h >>conftest.$ac_ext
21140 cat >>conftest.$ac_ext <<_ACEOF
21141 /* end confdefs.h.  */
21142 #include <sys/types.h>
21143 #ifdef HAVE_SYS_PARAM_H
21144 # include <sys/param.h>
21145 #endif
21146 #ifdef HAVE_SYS_MOUNT_H
21147 # include <sys/mount.h>
21148 #endif
21149 #ifdef HAVE_SYS_VFS_H
21150 # include <sys/vfs.h>
21151 #endif
21152 #ifdef HAVE_SYS_STATFS_H
21153 # include <sys/statfs.h>
21154 #endif
21155
21156 int
21157 main ()
21158 {
21159 static struct statfs ac_aggr;
21160 if (ac_aggr.f_bfree)
21161 return 0;
21162   ;
21163   return 0;
21164 }
21165 _ACEOF
21166 rm -f conftest.$ac_objext
21167 if { (ac_try="$ac_compile"
21168 case "(($ac_try" in
21169   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21170   *) ac_try_echo=$ac_try;;
21171 esac
21172 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21173 $as_echo "$ac_try_echo") >&5
21174   (eval "$ac_compile") 2>conftest.er1
21175   ac_status=$?
21176   grep -v '^ *+' conftest.er1 >conftest.err
21177   rm -f conftest.er1
21178   cat conftest.err >&5
21179   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21180   (exit $ac_status); } && {
21181          test -z "$ac_c_werror_flag" ||
21182          test ! -s conftest.err
21183        } && test -s conftest.$ac_objext; then
21184   ac_cv_member_struct_statfs_f_bfree=yes
21185 else
21186   $as_echo "$as_me: failed program was:" >&5
21187 sed 's/^/| /' conftest.$ac_ext >&5
21188
21189         cat >conftest.$ac_ext <<_ACEOF
21190 /* confdefs.h.  */
21191 _ACEOF
21192 cat confdefs.h >>conftest.$ac_ext
21193 cat >>conftest.$ac_ext <<_ACEOF
21194 /* end confdefs.h.  */
21195 #include <sys/types.h>
21196 #ifdef HAVE_SYS_PARAM_H
21197 # include <sys/param.h>
21198 #endif
21199 #ifdef HAVE_SYS_MOUNT_H
21200 # include <sys/mount.h>
21201 #endif
21202 #ifdef HAVE_SYS_VFS_H
21203 # include <sys/vfs.h>
21204 #endif
21205 #ifdef HAVE_SYS_STATFS_H
21206 # include <sys/statfs.h>
21207 #endif
21208
21209 int
21210 main ()
21211 {
21212 static struct statfs ac_aggr;
21213 if (sizeof ac_aggr.f_bfree)
21214 return 0;
21215   ;
21216   return 0;
21217 }
21218 _ACEOF
21219 rm -f conftest.$ac_objext
21220 if { (ac_try="$ac_compile"
21221 case "(($ac_try" in
21222   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21223   *) ac_try_echo=$ac_try;;
21224 esac
21225 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21226 $as_echo "$ac_try_echo") >&5
21227   (eval "$ac_compile") 2>conftest.er1
21228   ac_status=$?
21229   grep -v '^ *+' conftest.er1 >conftest.err
21230   rm -f conftest.er1
21231   cat conftest.err >&5
21232   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21233   (exit $ac_status); } && {
21234          test -z "$ac_c_werror_flag" ||
21235          test ! -s conftest.err
21236        } && test -s conftest.$ac_objext; then
21237   ac_cv_member_struct_statfs_f_bfree=yes
21238 else
21239   $as_echo "$as_me: failed program was:" >&5
21240 sed 's/^/| /' conftest.$ac_ext >&5
21241
21242         ac_cv_member_struct_statfs_f_bfree=no
21243 fi
21244
21245 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21246 fi
21247
21248 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21249 fi
21250 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21251 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21252 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21253
21254 cat >>confdefs.h <<_ACEOF
21255 #define HAVE_STRUCT_STATFS_F_BFREE 1
21256 _ACEOF
21257
21258
21259 fi
21260 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21261 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21262 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21263   $as_echo_n "(cached) " >&6
21264 else
21265   cat >conftest.$ac_ext <<_ACEOF
21266 /* confdefs.h.  */
21267 _ACEOF
21268 cat confdefs.h >>conftest.$ac_ext
21269 cat >>conftest.$ac_ext <<_ACEOF
21270 /* end confdefs.h.  */
21271 #include <sys/types.h>
21272 #ifdef HAVE_SYS_PARAM_H
21273 # include <sys/param.h>
21274 #endif
21275 #ifdef HAVE_SYS_MOUNT_H
21276 # include <sys/mount.h>
21277 #endif
21278 #ifdef HAVE_SYS_VFS_H
21279 # include <sys/vfs.h>
21280 #endif
21281 #ifdef HAVE_SYS_STATFS_H
21282 # include <sys/statfs.h>
21283 #endif
21284
21285 int
21286 main ()
21287 {
21288 static struct statfs ac_aggr;
21289 if (ac_aggr.f_bavail)
21290 return 0;
21291   ;
21292   return 0;
21293 }
21294 _ACEOF
21295 rm -f conftest.$ac_objext
21296 if { (ac_try="$ac_compile"
21297 case "(($ac_try" in
21298   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21299   *) ac_try_echo=$ac_try;;
21300 esac
21301 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21302 $as_echo "$ac_try_echo") >&5
21303   (eval "$ac_compile") 2>conftest.er1
21304   ac_status=$?
21305   grep -v '^ *+' conftest.er1 >conftest.err
21306   rm -f conftest.er1
21307   cat conftest.err >&5
21308   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21309   (exit $ac_status); } && {
21310          test -z "$ac_c_werror_flag" ||
21311          test ! -s conftest.err
21312        } && test -s conftest.$ac_objext; then
21313   ac_cv_member_struct_statfs_f_bavail=yes
21314 else
21315   $as_echo "$as_me: failed program was:" >&5
21316 sed 's/^/| /' conftest.$ac_ext >&5
21317
21318         cat >conftest.$ac_ext <<_ACEOF
21319 /* confdefs.h.  */
21320 _ACEOF
21321 cat confdefs.h >>conftest.$ac_ext
21322 cat >>conftest.$ac_ext <<_ACEOF
21323 /* end confdefs.h.  */
21324 #include <sys/types.h>
21325 #ifdef HAVE_SYS_PARAM_H
21326 # include <sys/param.h>
21327 #endif
21328 #ifdef HAVE_SYS_MOUNT_H
21329 # include <sys/mount.h>
21330 #endif
21331 #ifdef HAVE_SYS_VFS_H
21332 # include <sys/vfs.h>
21333 #endif
21334 #ifdef HAVE_SYS_STATFS_H
21335 # include <sys/statfs.h>
21336 #endif
21337
21338 int
21339 main ()
21340 {
21341 static struct statfs ac_aggr;
21342 if (sizeof ac_aggr.f_bavail)
21343 return 0;
21344   ;
21345   return 0;
21346 }
21347 _ACEOF
21348 rm -f conftest.$ac_objext
21349 if { (ac_try="$ac_compile"
21350 case "(($ac_try" in
21351   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21352   *) ac_try_echo=$ac_try;;
21353 esac
21354 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21355 $as_echo "$ac_try_echo") >&5
21356   (eval "$ac_compile") 2>conftest.er1
21357   ac_status=$?
21358   grep -v '^ *+' conftest.er1 >conftest.err
21359   rm -f conftest.er1
21360   cat conftest.err >&5
21361   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21362   (exit $ac_status); } && {
21363          test -z "$ac_c_werror_flag" ||
21364          test ! -s conftest.err
21365        } && test -s conftest.$ac_objext; then
21366   ac_cv_member_struct_statfs_f_bavail=yes
21367 else
21368   $as_echo "$as_me: failed program was:" >&5
21369 sed 's/^/| /' conftest.$ac_ext >&5
21370
21371         ac_cv_member_struct_statfs_f_bavail=no
21372 fi
21373
21374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21375 fi
21376
21377 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21378 fi
21379 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21380 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21381 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21382
21383 cat >>confdefs.h <<_ACEOF
21384 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21385 _ACEOF
21386
21387
21388 fi
21389 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21390 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21391 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21392   $as_echo_n "(cached) " >&6
21393 else
21394   cat >conftest.$ac_ext <<_ACEOF
21395 /* confdefs.h.  */
21396 _ACEOF
21397 cat confdefs.h >>conftest.$ac_ext
21398 cat >>conftest.$ac_ext <<_ACEOF
21399 /* end confdefs.h.  */
21400 #include <sys/types.h>
21401 #ifdef HAVE_SYS_PARAM_H
21402 # include <sys/param.h>
21403 #endif
21404 #ifdef HAVE_SYS_MOUNT_H
21405 # include <sys/mount.h>
21406 #endif
21407 #ifdef HAVE_SYS_VFS_H
21408 # include <sys/vfs.h>
21409 #endif
21410 #ifdef HAVE_SYS_STATFS_H
21411 # include <sys/statfs.h>
21412 #endif
21413
21414 int
21415 main ()
21416 {
21417 static struct statfs ac_aggr;
21418 if (ac_aggr.f_frsize)
21419 return 0;
21420   ;
21421   return 0;
21422 }
21423 _ACEOF
21424 rm -f conftest.$ac_objext
21425 if { (ac_try="$ac_compile"
21426 case "(($ac_try" in
21427   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21428   *) ac_try_echo=$ac_try;;
21429 esac
21430 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21431 $as_echo "$ac_try_echo") >&5
21432   (eval "$ac_compile") 2>conftest.er1
21433   ac_status=$?
21434   grep -v '^ *+' conftest.er1 >conftest.err
21435   rm -f conftest.er1
21436   cat conftest.err >&5
21437   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21438   (exit $ac_status); } && {
21439          test -z "$ac_c_werror_flag" ||
21440          test ! -s conftest.err
21441        } && test -s conftest.$ac_objext; then
21442   ac_cv_member_struct_statfs_f_frsize=yes
21443 else
21444   $as_echo "$as_me: failed program was:" >&5
21445 sed 's/^/| /' conftest.$ac_ext >&5
21446
21447         cat >conftest.$ac_ext <<_ACEOF
21448 /* confdefs.h.  */
21449 _ACEOF
21450 cat confdefs.h >>conftest.$ac_ext
21451 cat >>conftest.$ac_ext <<_ACEOF
21452 /* end confdefs.h.  */
21453 #include <sys/types.h>
21454 #ifdef HAVE_SYS_PARAM_H
21455 # include <sys/param.h>
21456 #endif
21457 #ifdef HAVE_SYS_MOUNT_H
21458 # include <sys/mount.h>
21459 #endif
21460 #ifdef HAVE_SYS_VFS_H
21461 # include <sys/vfs.h>
21462 #endif
21463 #ifdef HAVE_SYS_STATFS_H
21464 # include <sys/statfs.h>
21465 #endif
21466
21467 int
21468 main ()
21469 {
21470 static struct statfs ac_aggr;
21471 if (sizeof ac_aggr.f_frsize)
21472 return 0;
21473   ;
21474   return 0;
21475 }
21476 _ACEOF
21477 rm -f conftest.$ac_objext
21478 if { (ac_try="$ac_compile"
21479 case "(($ac_try" in
21480   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21481   *) ac_try_echo=$ac_try;;
21482 esac
21483 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21484 $as_echo "$ac_try_echo") >&5
21485   (eval "$ac_compile") 2>conftest.er1
21486   ac_status=$?
21487   grep -v '^ *+' conftest.er1 >conftest.err
21488   rm -f conftest.er1
21489   cat conftest.err >&5
21490   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21491   (exit $ac_status); } && {
21492          test -z "$ac_c_werror_flag" ||
21493          test ! -s conftest.err
21494        } && test -s conftest.$ac_objext; then
21495   ac_cv_member_struct_statfs_f_frsize=yes
21496 else
21497   $as_echo "$as_me: failed program was:" >&5
21498 sed 's/^/| /' conftest.$ac_ext >&5
21499
21500         ac_cv_member_struct_statfs_f_frsize=no
21501 fi
21502
21503 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21504 fi
21505
21506 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21507 fi
21508 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21509 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21510 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21511
21512 cat >>confdefs.h <<_ACEOF
21513 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21514 _ACEOF
21515
21516
21517 fi
21518 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21519 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21520 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21521   $as_echo_n "(cached) " >&6
21522 else
21523   cat >conftest.$ac_ext <<_ACEOF
21524 /* confdefs.h.  */
21525 _ACEOF
21526 cat confdefs.h >>conftest.$ac_ext
21527 cat >>conftest.$ac_ext <<_ACEOF
21528 /* end confdefs.h.  */
21529 #include <sys/types.h>
21530 #ifdef HAVE_SYS_PARAM_H
21531 # include <sys/param.h>
21532 #endif
21533 #ifdef HAVE_SYS_MOUNT_H
21534 # include <sys/mount.h>
21535 #endif
21536 #ifdef HAVE_SYS_VFS_H
21537 # include <sys/vfs.h>
21538 #endif
21539 #ifdef HAVE_SYS_STATFS_H
21540 # include <sys/statfs.h>
21541 #endif
21542
21543 int
21544 main ()
21545 {
21546 static struct statfs ac_aggr;
21547 if (ac_aggr.f_ffree)
21548 return 0;
21549   ;
21550   return 0;
21551 }
21552 _ACEOF
21553 rm -f conftest.$ac_objext
21554 if { (ac_try="$ac_compile"
21555 case "(($ac_try" in
21556   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21557   *) ac_try_echo=$ac_try;;
21558 esac
21559 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21560 $as_echo "$ac_try_echo") >&5
21561   (eval "$ac_compile") 2>conftest.er1
21562   ac_status=$?
21563   grep -v '^ *+' conftest.er1 >conftest.err
21564   rm -f conftest.er1
21565   cat conftest.err >&5
21566   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21567   (exit $ac_status); } && {
21568          test -z "$ac_c_werror_flag" ||
21569          test ! -s conftest.err
21570        } && test -s conftest.$ac_objext; then
21571   ac_cv_member_struct_statfs_f_ffree=yes
21572 else
21573   $as_echo "$as_me: failed program was:" >&5
21574 sed 's/^/| /' conftest.$ac_ext >&5
21575
21576         cat >conftest.$ac_ext <<_ACEOF
21577 /* confdefs.h.  */
21578 _ACEOF
21579 cat confdefs.h >>conftest.$ac_ext
21580 cat >>conftest.$ac_ext <<_ACEOF
21581 /* end confdefs.h.  */
21582 #include <sys/types.h>
21583 #ifdef HAVE_SYS_PARAM_H
21584 # include <sys/param.h>
21585 #endif
21586 #ifdef HAVE_SYS_MOUNT_H
21587 # include <sys/mount.h>
21588 #endif
21589 #ifdef HAVE_SYS_VFS_H
21590 # include <sys/vfs.h>
21591 #endif
21592 #ifdef HAVE_SYS_STATFS_H
21593 # include <sys/statfs.h>
21594 #endif
21595
21596 int
21597 main ()
21598 {
21599 static struct statfs ac_aggr;
21600 if (sizeof ac_aggr.f_ffree)
21601 return 0;
21602   ;
21603   return 0;
21604 }
21605 _ACEOF
21606 rm -f conftest.$ac_objext
21607 if { (ac_try="$ac_compile"
21608 case "(($ac_try" in
21609   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21610   *) ac_try_echo=$ac_try;;
21611 esac
21612 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21613 $as_echo "$ac_try_echo") >&5
21614   (eval "$ac_compile") 2>conftest.er1
21615   ac_status=$?
21616   grep -v '^ *+' conftest.er1 >conftest.err
21617   rm -f conftest.er1
21618   cat conftest.err >&5
21619   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21620   (exit $ac_status); } && {
21621          test -z "$ac_c_werror_flag" ||
21622          test ! -s conftest.err
21623        } && test -s conftest.$ac_objext; then
21624   ac_cv_member_struct_statfs_f_ffree=yes
21625 else
21626   $as_echo "$as_me: failed program was:" >&5
21627 sed 's/^/| /' conftest.$ac_ext >&5
21628
21629         ac_cv_member_struct_statfs_f_ffree=no
21630 fi
21631
21632 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21633 fi
21634
21635 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21636 fi
21637 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21638 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21639 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21640
21641 cat >>confdefs.h <<_ACEOF
21642 #define HAVE_STRUCT_STATFS_F_FFREE 1
21643 _ACEOF
21644
21645
21646 fi
21647 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21648 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21649 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21650   $as_echo_n "(cached) " >&6
21651 else
21652   cat >conftest.$ac_ext <<_ACEOF
21653 /* confdefs.h.  */
21654 _ACEOF
21655 cat confdefs.h >>conftest.$ac_ext
21656 cat >>conftest.$ac_ext <<_ACEOF
21657 /* end confdefs.h.  */
21658 #include <sys/types.h>
21659 #ifdef HAVE_SYS_PARAM_H
21660 # include <sys/param.h>
21661 #endif
21662 #ifdef HAVE_SYS_MOUNT_H
21663 # include <sys/mount.h>
21664 #endif
21665 #ifdef HAVE_SYS_VFS_H
21666 # include <sys/vfs.h>
21667 #endif
21668 #ifdef HAVE_SYS_STATFS_H
21669 # include <sys/statfs.h>
21670 #endif
21671
21672 int
21673 main ()
21674 {
21675 static struct statfs ac_aggr;
21676 if (ac_aggr.f_favail)
21677 return 0;
21678   ;
21679   return 0;
21680 }
21681 _ACEOF
21682 rm -f conftest.$ac_objext
21683 if { (ac_try="$ac_compile"
21684 case "(($ac_try" in
21685   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21686   *) ac_try_echo=$ac_try;;
21687 esac
21688 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21689 $as_echo "$ac_try_echo") >&5
21690   (eval "$ac_compile") 2>conftest.er1
21691   ac_status=$?
21692   grep -v '^ *+' conftest.er1 >conftest.err
21693   rm -f conftest.er1
21694   cat conftest.err >&5
21695   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21696   (exit $ac_status); } && {
21697          test -z "$ac_c_werror_flag" ||
21698          test ! -s conftest.err
21699        } && test -s conftest.$ac_objext; then
21700   ac_cv_member_struct_statfs_f_favail=yes
21701 else
21702   $as_echo "$as_me: failed program was:" >&5
21703 sed 's/^/| /' conftest.$ac_ext >&5
21704
21705         cat >conftest.$ac_ext <<_ACEOF
21706 /* confdefs.h.  */
21707 _ACEOF
21708 cat confdefs.h >>conftest.$ac_ext
21709 cat >>conftest.$ac_ext <<_ACEOF
21710 /* end confdefs.h.  */
21711 #include <sys/types.h>
21712 #ifdef HAVE_SYS_PARAM_H
21713 # include <sys/param.h>
21714 #endif
21715 #ifdef HAVE_SYS_MOUNT_H
21716 # include <sys/mount.h>
21717 #endif
21718 #ifdef HAVE_SYS_VFS_H
21719 # include <sys/vfs.h>
21720 #endif
21721 #ifdef HAVE_SYS_STATFS_H
21722 # include <sys/statfs.h>
21723 #endif
21724
21725 int
21726 main ()
21727 {
21728 static struct statfs ac_aggr;
21729 if (sizeof ac_aggr.f_favail)
21730 return 0;
21731   ;
21732   return 0;
21733 }
21734 _ACEOF
21735 rm -f conftest.$ac_objext
21736 if { (ac_try="$ac_compile"
21737 case "(($ac_try" in
21738   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21739   *) ac_try_echo=$ac_try;;
21740 esac
21741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21742 $as_echo "$ac_try_echo") >&5
21743   (eval "$ac_compile") 2>conftest.er1
21744   ac_status=$?
21745   grep -v '^ *+' conftest.er1 >conftest.err
21746   rm -f conftest.er1
21747   cat conftest.err >&5
21748   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21749   (exit $ac_status); } && {
21750          test -z "$ac_c_werror_flag" ||
21751          test ! -s conftest.err
21752        } && test -s conftest.$ac_objext; then
21753   ac_cv_member_struct_statfs_f_favail=yes
21754 else
21755   $as_echo "$as_me: failed program was:" >&5
21756 sed 's/^/| /' conftest.$ac_ext >&5
21757
21758         ac_cv_member_struct_statfs_f_favail=no
21759 fi
21760
21761 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21762 fi
21763
21764 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21765 fi
21766 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21767 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21768 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21769
21770 cat >>confdefs.h <<_ACEOF
21771 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21772 _ACEOF
21773
21774
21775 fi
21776 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21777 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21778 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21779   $as_echo_n "(cached) " >&6
21780 else
21781   cat >conftest.$ac_ext <<_ACEOF
21782 /* confdefs.h.  */
21783 _ACEOF
21784 cat confdefs.h >>conftest.$ac_ext
21785 cat >>conftest.$ac_ext <<_ACEOF
21786 /* end confdefs.h.  */
21787 #include <sys/types.h>
21788 #ifdef HAVE_SYS_PARAM_H
21789 # include <sys/param.h>
21790 #endif
21791 #ifdef HAVE_SYS_MOUNT_H
21792 # include <sys/mount.h>
21793 #endif
21794 #ifdef HAVE_SYS_VFS_H
21795 # include <sys/vfs.h>
21796 #endif
21797 #ifdef HAVE_SYS_STATFS_H
21798 # include <sys/statfs.h>
21799 #endif
21800
21801 int
21802 main ()
21803 {
21804 static struct statfs ac_aggr;
21805 if (ac_aggr.f_namelen)
21806 return 0;
21807   ;
21808   return 0;
21809 }
21810 _ACEOF
21811 rm -f conftest.$ac_objext
21812 if { (ac_try="$ac_compile"
21813 case "(($ac_try" in
21814   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21815   *) ac_try_echo=$ac_try;;
21816 esac
21817 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21818 $as_echo "$ac_try_echo") >&5
21819   (eval "$ac_compile") 2>conftest.er1
21820   ac_status=$?
21821   grep -v '^ *+' conftest.er1 >conftest.err
21822   rm -f conftest.er1
21823   cat conftest.err >&5
21824   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21825   (exit $ac_status); } && {
21826          test -z "$ac_c_werror_flag" ||
21827          test ! -s conftest.err
21828        } && test -s conftest.$ac_objext; then
21829   ac_cv_member_struct_statfs_f_namelen=yes
21830 else
21831   $as_echo "$as_me: failed program was:" >&5
21832 sed 's/^/| /' conftest.$ac_ext >&5
21833
21834         cat >conftest.$ac_ext <<_ACEOF
21835 /* confdefs.h.  */
21836 _ACEOF
21837 cat confdefs.h >>conftest.$ac_ext
21838 cat >>conftest.$ac_ext <<_ACEOF
21839 /* end confdefs.h.  */
21840 #include <sys/types.h>
21841 #ifdef HAVE_SYS_PARAM_H
21842 # include <sys/param.h>
21843 #endif
21844 #ifdef HAVE_SYS_MOUNT_H
21845 # include <sys/mount.h>
21846 #endif
21847 #ifdef HAVE_SYS_VFS_H
21848 # include <sys/vfs.h>
21849 #endif
21850 #ifdef HAVE_SYS_STATFS_H
21851 # include <sys/statfs.h>
21852 #endif
21853
21854 int
21855 main ()
21856 {
21857 static struct statfs ac_aggr;
21858 if (sizeof ac_aggr.f_namelen)
21859 return 0;
21860   ;
21861   return 0;
21862 }
21863 _ACEOF
21864 rm -f conftest.$ac_objext
21865 if { (ac_try="$ac_compile"
21866 case "(($ac_try" in
21867   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21868   *) ac_try_echo=$ac_try;;
21869 esac
21870 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21871 $as_echo "$ac_try_echo") >&5
21872   (eval "$ac_compile") 2>conftest.er1
21873   ac_status=$?
21874   grep -v '^ *+' conftest.er1 >conftest.err
21875   rm -f conftest.er1
21876   cat conftest.err >&5
21877   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21878   (exit $ac_status); } && {
21879          test -z "$ac_c_werror_flag" ||
21880          test ! -s conftest.err
21881        } && test -s conftest.$ac_objext; then
21882   ac_cv_member_struct_statfs_f_namelen=yes
21883 else
21884   $as_echo "$as_me: failed program was:" >&5
21885 sed 's/^/| /' conftest.$ac_ext >&5
21886
21887         ac_cv_member_struct_statfs_f_namelen=no
21888 fi
21889
21890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21891 fi
21892
21893 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21894 fi
21895 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21896 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21897 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21898
21899 cat >>confdefs.h <<_ACEOF
21900 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21901 _ACEOF
21902
21903
21904 fi
21905
21906
21907 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21908 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21909 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21910   $as_echo_n "(cached) " >&6
21911 else
21912   cat >conftest.$ac_ext <<_ACEOF
21913 /* confdefs.h.  */
21914 _ACEOF
21915 cat confdefs.h >>conftest.$ac_ext
21916 cat >>conftest.$ac_ext <<_ACEOF
21917 /* end confdefs.h.  */
21918 #ifdef HAVE_SYS_STATVFS_H
21919 #include <sys/statvfs.h>
21920 #endif
21921
21922 int
21923 main ()
21924 {
21925 static struct statvfs ac_aggr;
21926 if (ac_aggr.f_blocks)
21927 return 0;
21928   ;
21929   return 0;
21930 }
21931 _ACEOF
21932 rm -f conftest.$ac_objext
21933 if { (ac_try="$ac_compile"
21934 case "(($ac_try" in
21935   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21936   *) ac_try_echo=$ac_try;;
21937 esac
21938 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21939 $as_echo "$ac_try_echo") >&5
21940   (eval "$ac_compile") 2>conftest.er1
21941   ac_status=$?
21942   grep -v '^ *+' conftest.er1 >conftest.err
21943   rm -f conftest.er1
21944   cat conftest.err >&5
21945   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21946   (exit $ac_status); } && {
21947          test -z "$ac_c_werror_flag" ||
21948          test ! -s conftest.err
21949        } && test -s conftest.$ac_objext; then
21950   ac_cv_member_struct_statvfs_f_blocks=yes
21951 else
21952   $as_echo "$as_me: failed program was:" >&5
21953 sed 's/^/| /' conftest.$ac_ext >&5
21954
21955         cat >conftest.$ac_ext <<_ACEOF
21956 /* confdefs.h.  */
21957 _ACEOF
21958 cat confdefs.h >>conftest.$ac_ext
21959 cat >>conftest.$ac_ext <<_ACEOF
21960 /* end confdefs.h.  */
21961 #ifdef HAVE_SYS_STATVFS_H
21962 #include <sys/statvfs.h>
21963 #endif
21964
21965 int
21966 main ()
21967 {
21968 static struct statvfs ac_aggr;
21969 if (sizeof ac_aggr.f_blocks)
21970 return 0;
21971   ;
21972   return 0;
21973 }
21974 _ACEOF
21975 rm -f conftest.$ac_objext
21976 if { (ac_try="$ac_compile"
21977 case "(($ac_try" in
21978   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21979   *) ac_try_echo=$ac_try;;
21980 esac
21981 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21982 $as_echo "$ac_try_echo") >&5
21983   (eval "$ac_compile") 2>conftest.er1
21984   ac_status=$?
21985   grep -v '^ *+' conftest.er1 >conftest.err
21986   rm -f conftest.er1
21987   cat conftest.err >&5
21988   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21989   (exit $ac_status); } && {
21990          test -z "$ac_c_werror_flag" ||
21991          test ! -s conftest.err
21992        } && test -s conftest.$ac_objext; then
21993   ac_cv_member_struct_statvfs_f_blocks=yes
21994 else
21995   $as_echo "$as_me: failed program was:" >&5
21996 sed 's/^/| /' conftest.$ac_ext >&5
21997
21998         ac_cv_member_struct_statvfs_f_blocks=no
21999 fi
22000
22001 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22002 fi
22003
22004 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22005 fi
22006 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
22007 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
22008 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
22009
22010 cat >>confdefs.h <<_ACEOF
22011 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
22012 _ACEOF
22013
22014
22015 fi
22016
22017
22018 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
22019 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
22020 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
22021   $as_echo_n "(cached) " >&6
22022 else
22023   cat >conftest.$ac_ext <<_ACEOF
22024 /* confdefs.h.  */
22025 _ACEOF
22026 cat confdefs.h >>conftest.$ac_ext
22027 cat >>conftest.$ac_ext <<_ACEOF
22028 /* end confdefs.h.  */
22029 #include <sys/types.h>
22030 #ifdef HAVE_SYS_SOCKET_H
22031 # include <sys/socket.h>
22032 #endif
22033 #ifdef HAVE_SYS_UN_H
22034 # include <sys/un.h>
22035 #endif
22036
22037 int
22038 main ()
22039 {
22040 static struct msghdr ac_aggr;
22041 if (ac_aggr.msg_accrights)
22042 return 0;
22043   ;
22044   return 0;
22045 }
22046 _ACEOF
22047 rm -f conftest.$ac_objext
22048 if { (ac_try="$ac_compile"
22049 case "(($ac_try" in
22050   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22051   *) ac_try_echo=$ac_try;;
22052 esac
22053 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22054 $as_echo "$ac_try_echo") >&5
22055   (eval "$ac_compile") 2>conftest.er1
22056   ac_status=$?
22057   grep -v '^ *+' conftest.er1 >conftest.err
22058   rm -f conftest.er1
22059   cat conftest.err >&5
22060   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22061   (exit $ac_status); } && {
22062          test -z "$ac_c_werror_flag" ||
22063          test ! -s conftest.err
22064        } && test -s conftest.$ac_objext; then
22065   ac_cv_member_struct_msghdr_msg_accrights=yes
22066 else
22067   $as_echo "$as_me: failed program was:" >&5
22068 sed 's/^/| /' conftest.$ac_ext >&5
22069
22070         cat >conftest.$ac_ext <<_ACEOF
22071 /* confdefs.h.  */
22072 _ACEOF
22073 cat confdefs.h >>conftest.$ac_ext
22074 cat >>conftest.$ac_ext <<_ACEOF
22075 /* end confdefs.h.  */
22076 #include <sys/types.h>
22077 #ifdef HAVE_SYS_SOCKET_H
22078 # include <sys/socket.h>
22079 #endif
22080 #ifdef HAVE_SYS_UN_H
22081 # include <sys/un.h>
22082 #endif
22083
22084 int
22085 main ()
22086 {
22087 static struct msghdr ac_aggr;
22088 if (sizeof ac_aggr.msg_accrights)
22089 return 0;
22090   ;
22091   return 0;
22092 }
22093 _ACEOF
22094 rm -f conftest.$ac_objext
22095 if { (ac_try="$ac_compile"
22096 case "(($ac_try" in
22097   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22098   *) ac_try_echo=$ac_try;;
22099 esac
22100 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22101 $as_echo "$ac_try_echo") >&5
22102   (eval "$ac_compile") 2>conftest.er1
22103   ac_status=$?
22104   grep -v '^ *+' conftest.er1 >conftest.err
22105   rm -f conftest.er1
22106   cat conftest.err >&5
22107   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22108   (exit $ac_status); } && {
22109          test -z "$ac_c_werror_flag" ||
22110          test ! -s conftest.err
22111        } && test -s conftest.$ac_objext; then
22112   ac_cv_member_struct_msghdr_msg_accrights=yes
22113 else
22114   $as_echo "$as_me: failed program was:" >&5
22115 sed 's/^/| /' conftest.$ac_ext >&5
22116
22117         ac_cv_member_struct_msghdr_msg_accrights=no
22118 fi
22119
22120 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22121 fi
22122
22123 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22124 fi
22125 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
22126 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
22127 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
22128
22129 cat >>confdefs.h <<_ACEOF
22130 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
22131 _ACEOF
22132
22133
22134 fi
22135 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
22136 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
22137 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
22138   $as_echo_n "(cached) " >&6
22139 else
22140   cat >conftest.$ac_ext <<_ACEOF
22141 /* confdefs.h.  */
22142 _ACEOF
22143 cat confdefs.h >>conftest.$ac_ext
22144 cat >>conftest.$ac_ext <<_ACEOF
22145 /* end confdefs.h.  */
22146 #include <sys/types.h>
22147 #ifdef HAVE_SYS_SOCKET_H
22148 # include <sys/socket.h>
22149 #endif
22150 #ifdef HAVE_SYS_UN_H
22151 # include <sys/un.h>
22152 #endif
22153
22154 int
22155 main ()
22156 {
22157 static struct sockaddr ac_aggr;
22158 if (ac_aggr.sa_len)
22159 return 0;
22160   ;
22161   return 0;
22162 }
22163 _ACEOF
22164 rm -f conftest.$ac_objext
22165 if { (ac_try="$ac_compile"
22166 case "(($ac_try" in
22167   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22168   *) ac_try_echo=$ac_try;;
22169 esac
22170 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22171 $as_echo "$ac_try_echo") >&5
22172   (eval "$ac_compile") 2>conftest.er1
22173   ac_status=$?
22174   grep -v '^ *+' conftest.er1 >conftest.err
22175   rm -f conftest.er1
22176   cat conftest.err >&5
22177   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22178   (exit $ac_status); } && {
22179          test -z "$ac_c_werror_flag" ||
22180          test ! -s conftest.err
22181        } && test -s conftest.$ac_objext; then
22182   ac_cv_member_struct_sockaddr_sa_len=yes
22183 else
22184   $as_echo "$as_me: failed program was:" >&5
22185 sed 's/^/| /' conftest.$ac_ext >&5
22186
22187         cat >conftest.$ac_ext <<_ACEOF
22188 /* confdefs.h.  */
22189 _ACEOF
22190 cat confdefs.h >>conftest.$ac_ext
22191 cat >>conftest.$ac_ext <<_ACEOF
22192 /* end confdefs.h.  */
22193 #include <sys/types.h>
22194 #ifdef HAVE_SYS_SOCKET_H
22195 # include <sys/socket.h>
22196 #endif
22197 #ifdef HAVE_SYS_UN_H
22198 # include <sys/un.h>
22199 #endif
22200
22201 int
22202 main ()
22203 {
22204 static struct sockaddr ac_aggr;
22205 if (sizeof ac_aggr.sa_len)
22206 return 0;
22207   ;
22208   return 0;
22209 }
22210 _ACEOF
22211 rm -f conftest.$ac_objext
22212 if { (ac_try="$ac_compile"
22213 case "(($ac_try" in
22214   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22215   *) ac_try_echo=$ac_try;;
22216 esac
22217 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22218 $as_echo "$ac_try_echo") >&5
22219   (eval "$ac_compile") 2>conftest.er1
22220   ac_status=$?
22221   grep -v '^ *+' conftest.er1 >conftest.err
22222   rm -f conftest.er1
22223   cat conftest.err >&5
22224   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22225   (exit $ac_status); } && {
22226          test -z "$ac_c_werror_flag" ||
22227          test ! -s conftest.err
22228        } && test -s conftest.$ac_objext; then
22229   ac_cv_member_struct_sockaddr_sa_len=yes
22230 else
22231   $as_echo "$as_me: failed program was:" >&5
22232 sed 's/^/| /' conftest.$ac_ext >&5
22233
22234         ac_cv_member_struct_sockaddr_sa_len=no
22235 fi
22236
22237 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22238 fi
22239
22240 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22241 fi
22242 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22243 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22244 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22245
22246 cat >>confdefs.h <<_ACEOF
22247 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22248 _ACEOF
22249
22250
22251 fi
22252 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22253 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22254 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22255   $as_echo_n "(cached) " >&6
22256 else
22257   cat >conftest.$ac_ext <<_ACEOF
22258 /* confdefs.h.  */
22259 _ACEOF
22260 cat confdefs.h >>conftest.$ac_ext
22261 cat >>conftest.$ac_ext <<_ACEOF
22262 /* end confdefs.h.  */
22263 #include <sys/types.h>
22264 #ifdef HAVE_SYS_SOCKET_H
22265 # include <sys/socket.h>
22266 #endif
22267 #ifdef HAVE_SYS_UN_H
22268 # include <sys/un.h>
22269 #endif
22270
22271 int
22272 main ()
22273 {
22274 static struct sockaddr_un ac_aggr;
22275 if (ac_aggr.sun_len)
22276 return 0;
22277   ;
22278   return 0;
22279 }
22280 _ACEOF
22281 rm -f conftest.$ac_objext
22282 if { (ac_try="$ac_compile"
22283 case "(($ac_try" in
22284   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22285   *) ac_try_echo=$ac_try;;
22286 esac
22287 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22288 $as_echo "$ac_try_echo") >&5
22289   (eval "$ac_compile") 2>conftest.er1
22290   ac_status=$?
22291   grep -v '^ *+' conftest.er1 >conftest.err
22292   rm -f conftest.er1
22293   cat conftest.err >&5
22294   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22295   (exit $ac_status); } && {
22296          test -z "$ac_c_werror_flag" ||
22297          test ! -s conftest.err
22298        } && test -s conftest.$ac_objext; then
22299   ac_cv_member_struct_sockaddr_un_sun_len=yes
22300 else
22301   $as_echo "$as_me: failed program was:" >&5
22302 sed 's/^/| /' conftest.$ac_ext >&5
22303
22304         cat >conftest.$ac_ext <<_ACEOF
22305 /* confdefs.h.  */
22306 _ACEOF
22307 cat confdefs.h >>conftest.$ac_ext
22308 cat >>conftest.$ac_ext <<_ACEOF
22309 /* end confdefs.h.  */
22310 #include <sys/types.h>
22311 #ifdef HAVE_SYS_SOCKET_H
22312 # include <sys/socket.h>
22313 #endif
22314 #ifdef HAVE_SYS_UN_H
22315 # include <sys/un.h>
22316 #endif
22317
22318 int
22319 main ()
22320 {
22321 static struct sockaddr_un ac_aggr;
22322 if (sizeof ac_aggr.sun_len)
22323 return 0;
22324   ;
22325   return 0;
22326 }
22327 _ACEOF
22328 rm -f conftest.$ac_objext
22329 if { (ac_try="$ac_compile"
22330 case "(($ac_try" in
22331   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22332   *) ac_try_echo=$ac_try;;
22333 esac
22334 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22335 $as_echo "$ac_try_echo") >&5
22336   (eval "$ac_compile") 2>conftest.er1
22337   ac_status=$?
22338   grep -v '^ *+' conftest.er1 >conftest.err
22339   rm -f conftest.er1
22340   cat conftest.err >&5
22341   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22342   (exit $ac_status); } && {
22343          test -z "$ac_c_werror_flag" ||
22344          test ! -s conftest.err
22345        } && test -s conftest.$ac_objext; then
22346   ac_cv_member_struct_sockaddr_un_sun_len=yes
22347 else
22348   $as_echo "$as_me: failed program was:" >&5
22349 sed 's/^/| /' conftest.$ac_ext >&5
22350
22351         ac_cv_member_struct_sockaddr_un_sun_len=no
22352 fi
22353
22354 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22355 fi
22356
22357 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22358 fi
22359 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22360 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22361 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22362
22363 cat >>confdefs.h <<_ACEOF
22364 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22365 _ACEOF
22366
22367
22368 fi
22369
22370
22371 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22372 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22373 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22374   $as_echo_n "(cached) " >&6
22375 else
22376   cat >conftest.$ac_ext <<_ACEOF
22377 /* confdefs.h.  */
22378 _ACEOF
22379 cat confdefs.h >>conftest.$ac_ext
22380 cat >>conftest.$ac_ext <<_ACEOF
22381 /* end confdefs.h.  */
22382 #include <sys/types.h>
22383 #ifdef HAVE_SCSI_SG_H
22384 #include <scsi/sg.h>
22385 #endif
22386
22387 int
22388 main ()
22389 {
22390 static scsireq_t ac_aggr;
22391 if (ac_aggr.cmd)
22392 return 0;
22393   ;
22394   return 0;
22395 }
22396 _ACEOF
22397 rm -f conftest.$ac_objext
22398 if { (ac_try="$ac_compile"
22399 case "(($ac_try" in
22400   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22401   *) ac_try_echo=$ac_try;;
22402 esac
22403 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22404 $as_echo "$ac_try_echo") >&5
22405   (eval "$ac_compile") 2>conftest.er1
22406   ac_status=$?
22407   grep -v '^ *+' conftest.er1 >conftest.err
22408   rm -f conftest.er1
22409   cat conftest.err >&5
22410   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22411   (exit $ac_status); } && {
22412          test -z "$ac_c_werror_flag" ||
22413          test ! -s conftest.err
22414        } && test -s conftest.$ac_objext; then
22415   ac_cv_member_scsireq_t_cmd=yes
22416 else
22417   $as_echo "$as_me: failed program was:" >&5
22418 sed 's/^/| /' conftest.$ac_ext >&5
22419
22420         cat >conftest.$ac_ext <<_ACEOF
22421 /* confdefs.h.  */
22422 _ACEOF
22423 cat confdefs.h >>conftest.$ac_ext
22424 cat >>conftest.$ac_ext <<_ACEOF
22425 /* end confdefs.h.  */
22426 #include <sys/types.h>
22427 #ifdef HAVE_SCSI_SG_H
22428 #include <scsi/sg.h>
22429 #endif
22430
22431 int
22432 main ()
22433 {
22434 static scsireq_t ac_aggr;
22435 if (sizeof ac_aggr.cmd)
22436 return 0;
22437   ;
22438   return 0;
22439 }
22440 _ACEOF
22441 rm -f conftest.$ac_objext
22442 if { (ac_try="$ac_compile"
22443 case "(($ac_try" in
22444   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22445   *) ac_try_echo=$ac_try;;
22446 esac
22447 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22448 $as_echo "$ac_try_echo") >&5
22449   (eval "$ac_compile") 2>conftest.er1
22450   ac_status=$?
22451   grep -v '^ *+' conftest.er1 >conftest.err
22452   rm -f conftest.er1
22453   cat conftest.err >&5
22454   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22455   (exit $ac_status); } && {
22456          test -z "$ac_c_werror_flag" ||
22457          test ! -s conftest.err
22458        } && test -s conftest.$ac_objext; then
22459   ac_cv_member_scsireq_t_cmd=yes
22460 else
22461   $as_echo "$as_me: failed program was:" >&5
22462 sed 's/^/| /' conftest.$ac_ext >&5
22463
22464         ac_cv_member_scsireq_t_cmd=no
22465 fi
22466
22467 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22468 fi
22469
22470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22471 fi
22472 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22473 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22474 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22475
22476 cat >>confdefs.h <<_ACEOF
22477 #define HAVE_SCSIREQ_T_CMD 1
22478 _ACEOF
22479
22480
22481 fi
22482 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22483 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22484 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22485   $as_echo_n "(cached) " >&6
22486 else
22487   cat >conftest.$ac_ext <<_ACEOF
22488 /* confdefs.h.  */
22489 _ACEOF
22490 cat confdefs.h >>conftest.$ac_ext
22491 cat >>conftest.$ac_ext <<_ACEOF
22492 /* end confdefs.h.  */
22493 #include <sys/types.h>
22494 #ifdef HAVE_SCSI_SG_H
22495 #include <scsi/sg.h>
22496 #endif
22497
22498 int
22499 main ()
22500 {
22501 static sg_io_hdr_t ac_aggr;
22502 if (ac_aggr.interface_id)
22503 return 0;
22504   ;
22505   return 0;
22506 }
22507 _ACEOF
22508 rm -f conftest.$ac_objext
22509 if { (ac_try="$ac_compile"
22510 case "(($ac_try" in
22511   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22512   *) ac_try_echo=$ac_try;;
22513 esac
22514 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22515 $as_echo "$ac_try_echo") >&5
22516   (eval "$ac_compile") 2>conftest.er1
22517   ac_status=$?
22518   grep -v '^ *+' conftest.er1 >conftest.err
22519   rm -f conftest.er1
22520   cat conftest.err >&5
22521   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22522   (exit $ac_status); } && {
22523          test -z "$ac_c_werror_flag" ||
22524          test ! -s conftest.err
22525        } && test -s conftest.$ac_objext; then
22526   ac_cv_member_sg_io_hdr_t_interface_id=yes
22527 else
22528   $as_echo "$as_me: failed program was:" >&5
22529 sed 's/^/| /' conftest.$ac_ext >&5
22530
22531         cat >conftest.$ac_ext <<_ACEOF
22532 /* confdefs.h.  */
22533 _ACEOF
22534 cat confdefs.h >>conftest.$ac_ext
22535 cat >>conftest.$ac_ext <<_ACEOF
22536 /* end confdefs.h.  */
22537 #include <sys/types.h>
22538 #ifdef HAVE_SCSI_SG_H
22539 #include <scsi/sg.h>
22540 #endif
22541
22542 int
22543 main ()
22544 {
22545 static sg_io_hdr_t ac_aggr;
22546 if (sizeof ac_aggr.interface_id)
22547 return 0;
22548   ;
22549   return 0;
22550 }
22551 _ACEOF
22552 rm -f conftest.$ac_objext
22553 if { (ac_try="$ac_compile"
22554 case "(($ac_try" in
22555   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22556   *) ac_try_echo=$ac_try;;
22557 esac
22558 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22559 $as_echo "$ac_try_echo") >&5
22560   (eval "$ac_compile") 2>conftest.er1
22561   ac_status=$?
22562   grep -v '^ *+' conftest.er1 >conftest.err
22563   rm -f conftest.er1
22564   cat conftest.err >&5
22565   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22566   (exit $ac_status); } && {
22567          test -z "$ac_c_werror_flag" ||
22568          test ! -s conftest.err
22569        } && test -s conftest.$ac_objext; then
22570   ac_cv_member_sg_io_hdr_t_interface_id=yes
22571 else
22572   $as_echo "$as_me: failed program was:" >&5
22573 sed 's/^/| /' conftest.$ac_ext >&5
22574
22575         ac_cv_member_sg_io_hdr_t_interface_id=no
22576 fi
22577
22578 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22579 fi
22580
22581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22582 fi
22583 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22584 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22585 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22586
22587 cat >>confdefs.h <<_ACEOF
22588 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22589 _ACEOF
22590
22591
22592 fi
22593
22594
22595 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22596 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22597 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22598   $as_echo_n "(cached) " >&6
22599 else
22600   cat >conftest.$ac_ext <<_ACEOF
22601 /* confdefs.h.  */
22602 _ACEOF
22603 cat confdefs.h >>conftest.$ac_ext
22604 cat >>conftest.$ac_ext <<_ACEOF
22605 /* end confdefs.h.  */
22606 #include <signal.h>
22607
22608 int
22609 main ()
22610 {
22611 static siginfo_t ac_aggr;
22612 if (ac_aggr.si_fd)
22613 return 0;
22614   ;
22615   return 0;
22616 }
22617 _ACEOF
22618 rm -f conftest.$ac_objext
22619 if { (ac_try="$ac_compile"
22620 case "(($ac_try" in
22621   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22622   *) ac_try_echo=$ac_try;;
22623 esac
22624 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22625 $as_echo "$ac_try_echo") >&5
22626   (eval "$ac_compile") 2>conftest.er1
22627   ac_status=$?
22628   grep -v '^ *+' conftest.er1 >conftest.err
22629   rm -f conftest.er1
22630   cat conftest.err >&5
22631   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22632   (exit $ac_status); } && {
22633          test -z "$ac_c_werror_flag" ||
22634          test ! -s conftest.err
22635        } && test -s conftest.$ac_objext; then
22636   ac_cv_member_siginfo_t_si_fd=yes
22637 else
22638   $as_echo "$as_me: failed program was:" >&5
22639 sed 's/^/| /' conftest.$ac_ext >&5
22640
22641         cat >conftest.$ac_ext <<_ACEOF
22642 /* confdefs.h.  */
22643 _ACEOF
22644 cat confdefs.h >>conftest.$ac_ext
22645 cat >>conftest.$ac_ext <<_ACEOF
22646 /* end confdefs.h.  */
22647 #include <signal.h>
22648
22649 int
22650 main ()
22651 {
22652 static siginfo_t ac_aggr;
22653 if (sizeof ac_aggr.si_fd)
22654 return 0;
22655   ;
22656   return 0;
22657 }
22658 _ACEOF
22659 rm -f conftest.$ac_objext
22660 if { (ac_try="$ac_compile"
22661 case "(($ac_try" in
22662   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22663   *) ac_try_echo=$ac_try;;
22664 esac
22665 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22666 $as_echo "$ac_try_echo") >&5
22667   (eval "$ac_compile") 2>conftest.er1
22668   ac_status=$?
22669   grep -v '^ *+' conftest.er1 >conftest.err
22670   rm -f conftest.er1
22671   cat conftest.err >&5
22672   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22673   (exit $ac_status); } && {
22674          test -z "$ac_c_werror_flag" ||
22675          test ! -s conftest.err
22676        } && test -s conftest.$ac_objext; then
22677   ac_cv_member_siginfo_t_si_fd=yes
22678 else
22679   $as_echo "$as_me: failed program was:" >&5
22680 sed 's/^/| /' conftest.$ac_ext >&5
22681
22682         ac_cv_member_siginfo_t_si_fd=no
22683 fi
22684
22685 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22686 fi
22687
22688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22689 fi
22690 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22691 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22692 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22693
22694 cat >>confdefs.h <<_ACEOF
22695 #define HAVE_SIGINFO_T_SI_FD 1
22696 _ACEOF
22697
22698
22699 fi
22700
22701
22702 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22703 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22704 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22705   $as_echo_n "(cached) " >&6
22706 else
22707   cat >conftest.$ac_ext <<_ACEOF
22708 /* confdefs.h.  */
22709 _ACEOF
22710 cat confdefs.h >>conftest.$ac_ext
22711 cat >>conftest.$ac_ext <<_ACEOF
22712 /* end confdefs.h.  */
22713 #include <sys/types.h>
22714 #ifdef HAVE_SYS_MTIO_H
22715 #include <sys/mtio.h>
22716 #endif
22717
22718 int
22719 main ()
22720 {
22721 static struct mtget ac_aggr;
22722 if (ac_aggr.mt_blksiz)
22723 return 0;
22724   ;
22725   return 0;
22726 }
22727 _ACEOF
22728 rm -f conftest.$ac_objext
22729 if { (ac_try="$ac_compile"
22730 case "(($ac_try" in
22731   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22732   *) ac_try_echo=$ac_try;;
22733 esac
22734 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22735 $as_echo "$ac_try_echo") >&5
22736   (eval "$ac_compile") 2>conftest.er1
22737   ac_status=$?
22738   grep -v '^ *+' conftest.er1 >conftest.err
22739   rm -f conftest.er1
22740   cat conftest.err >&5
22741   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22742   (exit $ac_status); } && {
22743          test -z "$ac_c_werror_flag" ||
22744          test ! -s conftest.err
22745        } && test -s conftest.$ac_objext; then
22746   ac_cv_member_struct_mtget_mt_blksiz=yes
22747 else
22748   $as_echo "$as_me: failed program was:" >&5
22749 sed 's/^/| /' conftest.$ac_ext >&5
22750
22751         cat >conftest.$ac_ext <<_ACEOF
22752 /* confdefs.h.  */
22753 _ACEOF
22754 cat confdefs.h >>conftest.$ac_ext
22755 cat >>conftest.$ac_ext <<_ACEOF
22756 /* end confdefs.h.  */
22757 #include <sys/types.h>
22758 #ifdef HAVE_SYS_MTIO_H
22759 #include <sys/mtio.h>
22760 #endif
22761
22762 int
22763 main ()
22764 {
22765 static struct mtget ac_aggr;
22766 if (sizeof ac_aggr.mt_blksiz)
22767 return 0;
22768   ;
22769   return 0;
22770 }
22771 _ACEOF
22772 rm -f conftest.$ac_objext
22773 if { (ac_try="$ac_compile"
22774 case "(($ac_try" in
22775   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22776   *) ac_try_echo=$ac_try;;
22777 esac
22778 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22779 $as_echo "$ac_try_echo") >&5
22780   (eval "$ac_compile") 2>conftest.er1
22781   ac_status=$?
22782   grep -v '^ *+' conftest.er1 >conftest.err
22783   rm -f conftest.er1
22784   cat conftest.err >&5
22785   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22786   (exit $ac_status); } && {
22787          test -z "$ac_c_werror_flag" ||
22788          test ! -s conftest.err
22789        } && test -s conftest.$ac_objext; then
22790   ac_cv_member_struct_mtget_mt_blksiz=yes
22791 else
22792   $as_echo "$as_me: failed program was:" >&5
22793 sed 's/^/| /' conftest.$ac_ext >&5
22794
22795         ac_cv_member_struct_mtget_mt_blksiz=no
22796 fi
22797
22798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22799 fi
22800
22801 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22802 fi
22803 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22804 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22805 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22806
22807 cat >>confdefs.h <<_ACEOF
22808 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22809 _ACEOF
22810
22811
22812 fi
22813 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22814 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22815 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22816   $as_echo_n "(cached) " >&6
22817 else
22818   cat >conftest.$ac_ext <<_ACEOF
22819 /* confdefs.h.  */
22820 _ACEOF
22821 cat confdefs.h >>conftest.$ac_ext
22822 cat >>conftest.$ac_ext <<_ACEOF
22823 /* end confdefs.h.  */
22824 #include <sys/types.h>
22825 #ifdef HAVE_SYS_MTIO_H
22826 #include <sys/mtio.h>
22827 #endif
22828
22829 int
22830 main ()
22831 {
22832 static struct mtget ac_aggr;
22833 if (ac_aggr.mt_gstat)
22834 return 0;
22835   ;
22836   return 0;
22837 }
22838 _ACEOF
22839 rm -f conftest.$ac_objext
22840 if { (ac_try="$ac_compile"
22841 case "(($ac_try" in
22842   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22843   *) ac_try_echo=$ac_try;;
22844 esac
22845 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22846 $as_echo "$ac_try_echo") >&5
22847   (eval "$ac_compile") 2>conftest.er1
22848   ac_status=$?
22849   grep -v '^ *+' conftest.er1 >conftest.err
22850   rm -f conftest.er1
22851   cat conftest.err >&5
22852   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22853   (exit $ac_status); } && {
22854          test -z "$ac_c_werror_flag" ||
22855          test ! -s conftest.err
22856        } && test -s conftest.$ac_objext; then
22857   ac_cv_member_struct_mtget_mt_gstat=yes
22858 else
22859   $as_echo "$as_me: failed program was:" >&5
22860 sed 's/^/| /' conftest.$ac_ext >&5
22861
22862         cat >conftest.$ac_ext <<_ACEOF
22863 /* confdefs.h.  */
22864 _ACEOF
22865 cat confdefs.h >>conftest.$ac_ext
22866 cat >>conftest.$ac_ext <<_ACEOF
22867 /* end confdefs.h.  */
22868 #include <sys/types.h>
22869 #ifdef HAVE_SYS_MTIO_H
22870 #include <sys/mtio.h>
22871 #endif
22872
22873 int
22874 main ()
22875 {
22876 static struct mtget ac_aggr;
22877 if (sizeof ac_aggr.mt_gstat)
22878 return 0;
22879   ;
22880   return 0;
22881 }
22882 _ACEOF
22883 rm -f conftest.$ac_objext
22884 if { (ac_try="$ac_compile"
22885 case "(($ac_try" in
22886   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22887   *) ac_try_echo=$ac_try;;
22888 esac
22889 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22890 $as_echo "$ac_try_echo") >&5
22891   (eval "$ac_compile") 2>conftest.er1
22892   ac_status=$?
22893   grep -v '^ *+' conftest.er1 >conftest.err
22894   rm -f conftest.er1
22895   cat conftest.err >&5
22896   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22897   (exit $ac_status); } && {
22898          test -z "$ac_c_werror_flag" ||
22899          test ! -s conftest.err
22900        } && test -s conftest.$ac_objext; then
22901   ac_cv_member_struct_mtget_mt_gstat=yes
22902 else
22903   $as_echo "$as_me: failed program was:" >&5
22904 sed 's/^/| /' conftest.$ac_ext >&5
22905
22906         ac_cv_member_struct_mtget_mt_gstat=no
22907 fi
22908
22909 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22910 fi
22911
22912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22913 fi
22914 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22915 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22916 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22917
22918 cat >>confdefs.h <<_ACEOF
22919 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22920 _ACEOF
22921
22922
22923 fi
22924 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22925 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22926 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22927   $as_echo_n "(cached) " >&6
22928 else
22929   cat >conftest.$ac_ext <<_ACEOF
22930 /* confdefs.h.  */
22931 _ACEOF
22932 cat confdefs.h >>conftest.$ac_ext
22933 cat >>conftest.$ac_ext <<_ACEOF
22934 /* end confdefs.h.  */
22935 #include <sys/types.h>
22936 #ifdef HAVE_SYS_MTIO_H
22937 #include <sys/mtio.h>
22938 #endif
22939
22940 int
22941 main ()
22942 {
22943 static struct mtget ac_aggr;
22944 if (ac_aggr.mt_blkno)
22945 return 0;
22946   ;
22947   return 0;
22948 }
22949 _ACEOF
22950 rm -f conftest.$ac_objext
22951 if { (ac_try="$ac_compile"
22952 case "(($ac_try" in
22953   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22954   *) ac_try_echo=$ac_try;;
22955 esac
22956 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22957 $as_echo "$ac_try_echo") >&5
22958   (eval "$ac_compile") 2>conftest.er1
22959   ac_status=$?
22960   grep -v '^ *+' conftest.er1 >conftest.err
22961   rm -f conftest.er1
22962   cat conftest.err >&5
22963   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22964   (exit $ac_status); } && {
22965          test -z "$ac_c_werror_flag" ||
22966          test ! -s conftest.err
22967        } && test -s conftest.$ac_objext; then
22968   ac_cv_member_struct_mtget_mt_blkno=yes
22969 else
22970   $as_echo "$as_me: failed program was:" >&5
22971 sed 's/^/| /' conftest.$ac_ext >&5
22972
22973         cat >conftest.$ac_ext <<_ACEOF
22974 /* confdefs.h.  */
22975 _ACEOF
22976 cat confdefs.h >>conftest.$ac_ext
22977 cat >>conftest.$ac_ext <<_ACEOF
22978 /* end confdefs.h.  */
22979 #include <sys/types.h>
22980 #ifdef HAVE_SYS_MTIO_H
22981 #include <sys/mtio.h>
22982 #endif
22983
22984 int
22985 main ()
22986 {
22987 static struct mtget ac_aggr;
22988 if (sizeof ac_aggr.mt_blkno)
22989 return 0;
22990   ;
22991   return 0;
22992 }
22993 _ACEOF
22994 rm -f conftest.$ac_objext
22995 if { (ac_try="$ac_compile"
22996 case "(($ac_try" in
22997   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22998   *) ac_try_echo=$ac_try;;
22999 esac
23000 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23001 $as_echo "$ac_try_echo") >&5
23002   (eval "$ac_compile") 2>conftest.er1
23003   ac_status=$?
23004   grep -v '^ *+' conftest.er1 >conftest.err
23005   rm -f conftest.er1
23006   cat conftest.err >&5
23007   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23008   (exit $ac_status); } && {
23009          test -z "$ac_c_werror_flag" ||
23010          test ! -s conftest.err
23011        } && test -s conftest.$ac_objext; then
23012   ac_cv_member_struct_mtget_mt_blkno=yes
23013 else
23014   $as_echo "$as_me: failed program was:" >&5
23015 sed 's/^/| /' conftest.$ac_ext >&5
23016
23017         ac_cv_member_struct_mtget_mt_blkno=no
23018 fi
23019
23020 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23021 fi
23022
23023 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23024 fi
23025 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
23026 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
23027 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
23028
23029 cat >>confdefs.h <<_ACEOF
23030 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
23031 _ACEOF
23032
23033
23034 fi
23035
23036
23037 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
23038 $as_echo_n "checking for struct option.name... " >&6; }
23039 if test "${ac_cv_member_struct_option_name+set}" = set; then
23040   $as_echo_n "(cached) " >&6
23041 else
23042   cat >conftest.$ac_ext <<_ACEOF
23043 /* confdefs.h.  */
23044 _ACEOF
23045 cat confdefs.h >>conftest.$ac_ext
23046 cat >>conftest.$ac_ext <<_ACEOF
23047 /* end confdefs.h.  */
23048 #ifdef HAVE_GETOPT_H
23049 #include <getopt.h>
23050 #endif
23051
23052 int
23053 main ()
23054 {
23055 static struct option ac_aggr;
23056 if (ac_aggr.name)
23057 return 0;
23058   ;
23059   return 0;
23060 }
23061 _ACEOF
23062 rm -f conftest.$ac_objext
23063 if { (ac_try="$ac_compile"
23064 case "(($ac_try" in
23065   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23066   *) ac_try_echo=$ac_try;;
23067 esac
23068 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23069 $as_echo "$ac_try_echo") >&5
23070   (eval "$ac_compile") 2>conftest.er1
23071   ac_status=$?
23072   grep -v '^ *+' conftest.er1 >conftest.err
23073   rm -f conftest.er1
23074   cat conftest.err >&5
23075   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23076   (exit $ac_status); } && {
23077          test -z "$ac_c_werror_flag" ||
23078          test ! -s conftest.err
23079        } && test -s conftest.$ac_objext; then
23080   ac_cv_member_struct_option_name=yes
23081 else
23082   $as_echo "$as_me: failed program was:" >&5
23083 sed 's/^/| /' conftest.$ac_ext >&5
23084
23085         cat >conftest.$ac_ext <<_ACEOF
23086 /* confdefs.h.  */
23087 _ACEOF
23088 cat confdefs.h >>conftest.$ac_ext
23089 cat >>conftest.$ac_ext <<_ACEOF
23090 /* end confdefs.h.  */
23091 #ifdef HAVE_GETOPT_H
23092 #include <getopt.h>
23093 #endif
23094
23095 int
23096 main ()
23097 {
23098 static struct option ac_aggr;
23099 if (sizeof ac_aggr.name)
23100 return 0;
23101   ;
23102   return 0;
23103 }
23104 _ACEOF
23105 rm -f conftest.$ac_objext
23106 if { (ac_try="$ac_compile"
23107 case "(($ac_try" in
23108   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23109   *) ac_try_echo=$ac_try;;
23110 esac
23111 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23112 $as_echo "$ac_try_echo") >&5
23113   (eval "$ac_compile") 2>conftest.er1
23114   ac_status=$?
23115   grep -v '^ *+' conftest.er1 >conftest.err
23116   rm -f conftest.er1
23117   cat conftest.err >&5
23118   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23119   (exit $ac_status); } && {
23120          test -z "$ac_c_werror_flag" ||
23121          test ! -s conftest.err
23122        } && test -s conftest.$ac_objext; then
23123   ac_cv_member_struct_option_name=yes
23124 else
23125   $as_echo "$as_me: failed program was:" >&5
23126 sed 's/^/| /' conftest.$ac_ext >&5
23127
23128         ac_cv_member_struct_option_name=no
23129 fi
23130
23131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23132 fi
23133
23134 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23135 fi
23136 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
23137 $as_echo "$ac_cv_member_struct_option_name" >&6; }
23138 if test "x$ac_cv_member_struct_option_name" = x""yes; then
23139
23140 cat >>confdefs.h <<_ACEOF
23141 #define HAVE_STRUCT_OPTION_NAME 1
23142 _ACEOF
23143
23144
23145 fi
23146
23147
23148 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
23149 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
23150 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
23151   $as_echo_n "(cached) " >&6
23152 else
23153   cat >conftest.$ac_ext <<_ACEOF
23154 /* confdefs.h.  */
23155 _ACEOF
23156 cat confdefs.h >>conftest.$ac_ext
23157 cat >>conftest.$ac_ext <<_ACEOF
23158 /* end confdefs.h.  */
23159 $ac_includes_default
23160 int
23161 main ()
23162 {
23163 static struct stat ac_aggr;
23164 if (ac_aggr.st_blocks)
23165 return 0;
23166   ;
23167   return 0;
23168 }
23169 _ACEOF
23170 rm -f conftest.$ac_objext
23171 if { (ac_try="$ac_compile"
23172 case "(($ac_try" in
23173   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23174   *) ac_try_echo=$ac_try;;
23175 esac
23176 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23177 $as_echo "$ac_try_echo") >&5
23178   (eval "$ac_compile") 2>conftest.er1
23179   ac_status=$?
23180   grep -v '^ *+' conftest.er1 >conftest.err
23181   rm -f conftest.er1
23182   cat conftest.err >&5
23183   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23184   (exit $ac_status); } && {
23185          test -z "$ac_c_werror_flag" ||
23186          test ! -s conftest.err
23187        } && test -s conftest.$ac_objext; then
23188   ac_cv_member_struct_stat_st_blocks=yes
23189 else
23190   $as_echo "$as_me: failed program was:" >&5
23191 sed 's/^/| /' conftest.$ac_ext >&5
23192
23193         cat >conftest.$ac_ext <<_ACEOF
23194 /* confdefs.h.  */
23195 _ACEOF
23196 cat confdefs.h >>conftest.$ac_ext
23197 cat >>conftest.$ac_ext <<_ACEOF
23198 /* end confdefs.h.  */
23199 $ac_includes_default
23200 int
23201 main ()
23202 {
23203 static struct stat ac_aggr;
23204 if (sizeof ac_aggr.st_blocks)
23205 return 0;
23206   ;
23207   return 0;
23208 }
23209 _ACEOF
23210 rm -f conftest.$ac_objext
23211 if { (ac_try="$ac_compile"
23212 case "(($ac_try" in
23213   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23214   *) ac_try_echo=$ac_try;;
23215 esac
23216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23217 $as_echo "$ac_try_echo") >&5
23218   (eval "$ac_compile") 2>conftest.er1
23219   ac_status=$?
23220   grep -v '^ *+' conftest.er1 >conftest.err
23221   rm -f conftest.er1
23222   cat conftest.err >&5
23223   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23224   (exit $ac_status); } && {
23225          test -z "$ac_c_werror_flag" ||
23226          test ! -s conftest.err
23227        } && test -s conftest.$ac_objext; then
23228   ac_cv_member_struct_stat_st_blocks=yes
23229 else
23230   $as_echo "$as_me: failed program was:" >&5
23231 sed 's/^/| /' conftest.$ac_ext >&5
23232
23233         ac_cv_member_struct_stat_st_blocks=no
23234 fi
23235
23236 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23237 fi
23238
23239 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23240 fi
23241 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23242 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23243 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23244
23245 cat >>confdefs.h <<_ACEOF
23246 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23247 _ACEOF
23248
23249
23250 fi
23251 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23252 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23253 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23254   $as_echo_n "(cached) " >&6
23255 else
23256   cat >conftest.$ac_ext <<_ACEOF
23257 /* confdefs.h.  */
23258 _ACEOF
23259 cat confdefs.h >>conftest.$ac_ext
23260 cat >>conftest.$ac_ext <<_ACEOF
23261 /* end confdefs.h.  */
23262 $ac_includes_default
23263 int
23264 main ()
23265 {
23266 static struct stat ac_aggr;
23267 if (ac_aggr.st_mtim)
23268 return 0;
23269   ;
23270   return 0;
23271 }
23272 _ACEOF
23273 rm -f conftest.$ac_objext
23274 if { (ac_try="$ac_compile"
23275 case "(($ac_try" in
23276   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23277   *) ac_try_echo=$ac_try;;
23278 esac
23279 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23280 $as_echo "$ac_try_echo") >&5
23281   (eval "$ac_compile") 2>conftest.er1
23282   ac_status=$?
23283   grep -v '^ *+' conftest.er1 >conftest.err
23284   rm -f conftest.er1
23285   cat conftest.err >&5
23286   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23287   (exit $ac_status); } && {
23288          test -z "$ac_c_werror_flag" ||
23289          test ! -s conftest.err
23290        } && test -s conftest.$ac_objext; then
23291   ac_cv_member_struct_stat_st_mtim=yes
23292 else
23293   $as_echo "$as_me: failed program was:" >&5
23294 sed 's/^/| /' conftest.$ac_ext >&5
23295
23296         cat >conftest.$ac_ext <<_ACEOF
23297 /* confdefs.h.  */
23298 _ACEOF
23299 cat confdefs.h >>conftest.$ac_ext
23300 cat >>conftest.$ac_ext <<_ACEOF
23301 /* end confdefs.h.  */
23302 $ac_includes_default
23303 int
23304 main ()
23305 {
23306 static struct stat ac_aggr;
23307 if (sizeof ac_aggr.st_mtim)
23308 return 0;
23309   ;
23310   return 0;
23311 }
23312 _ACEOF
23313 rm -f conftest.$ac_objext
23314 if { (ac_try="$ac_compile"
23315 case "(($ac_try" in
23316   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23317   *) ac_try_echo=$ac_try;;
23318 esac
23319 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23320 $as_echo "$ac_try_echo") >&5
23321   (eval "$ac_compile") 2>conftest.er1
23322   ac_status=$?
23323   grep -v '^ *+' conftest.er1 >conftest.err
23324   rm -f conftest.er1
23325   cat conftest.err >&5
23326   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23327   (exit $ac_status); } && {
23328          test -z "$ac_c_werror_flag" ||
23329          test ! -s conftest.err
23330        } && test -s conftest.$ac_objext; then
23331   ac_cv_member_struct_stat_st_mtim=yes
23332 else
23333   $as_echo "$as_me: failed program was:" >&5
23334 sed 's/^/| /' conftest.$ac_ext >&5
23335
23336         ac_cv_member_struct_stat_st_mtim=no
23337 fi
23338
23339 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23340 fi
23341
23342 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23343 fi
23344 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23345 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23346 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23347
23348 cat >>confdefs.h <<_ACEOF
23349 #define HAVE_STRUCT_STAT_ST_MTIM 1
23350 _ACEOF
23351
23352
23353 fi
23354 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23355 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23356 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23357   $as_echo_n "(cached) " >&6
23358 else
23359   cat >conftest.$ac_ext <<_ACEOF
23360 /* confdefs.h.  */
23361 _ACEOF
23362 cat confdefs.h >>conftest.$ac_ext
23363 cat >>conftest.$ac_ext <<_ACEOF
23364 /* end confdefs.h.  */
23365 $ac_includes_default
23366 int
23367 main ()
23368 {
23369 static struct stat ac_aggr;
23370 if (ac_aggr.st_ctim)
23371 return 0;
23372   ;
23373   return 0;
23374 }
23375 _ACEOF
23376 rm -f conftest.$ac_objext
23377 if { (ac_try="$ac_compile"
23378 case "(($ac_try" in
23379   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23380   *) ac_try_echo=$ac_try;;
23381 esac
23382 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23383 $as_echo "$ac_try_echo") >&5
23384   (eval "$ac_compile") 2>conftest.er1
23385   ac_status=$?
23386   grep -v '^ *+' conftest.er1 >conftest.err
23387   rm -f conftest.er1
23388   cat conftest.err >&5
23389   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23390   (exit $ac_status); } && {
23391          test -z "$ac_c_werror_flag" ||
23392          test ! -s conftest.err
23393        } && test -s conftest.$ac_objext; then
23394   ac_cv_member_struct_stat_st_ctim=yes
23395 else
23396   $as_echo "$as_me: failed program was:" >&5
23397 sed 's/^/| /' conftest.$ac_ext >&5
23398
23399         cat >conftest.$ac_ext <<_ACEOF
23400 /* confdefs.h.  */
23401 _ACEOF
23402 cat confdefs.h >>conftest.$ac_ext
23403 cat >>conftest.$ac_ext <<_ACEOF
23404 /* end confdefs.h.  */
23405 $ac_includes_default
23406 int
23407 main ()
23408 {
23409 static struct stat ac_aggr;
23410 if (sizeof ac_aggr.st_ctim)
23411 return 0;
23412   ;
23413   return 0;
23414 }
23415 _ACEOF
23416 rm -f conftest.$ac_objext
23417 if { (ac_try="$ac_compile"
23418 case "(($ac_try" in
23419   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23420   *) ac_try_echo=$ac_try;;
23421 esac
23422 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23423 $as_echo "$ac_try_echo") >&5
23424   (eval "$ac_compile") 2>conftest.er1
23425   ac_status=$?
23426   grep -v '^ *+' conftest.er1 >conftest.err
23427   rm -f conftest.er1
23428   cat conftest.err >&5
23429   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23430   (exit $ac_status); } && {
23431          test -z "$ac_c_werror_flag" ||
23432          test ! -s conftest.err
23433        } && test -s conftest.$ac_objext; then
23434   ac_cv_member_struct_stat_st_ctim=yes
23435 else
23436   $as_echo "$as_me: failed program was:" >&5
23437 sed 's/^/| /' conftest.$ac_ext >&5
23438
23439         ac_cv_member_struct_stat_st_ctim=no
23440 fi
23441
23442 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23443 fi
23444
23445 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23446 fi
23447 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23448 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23449 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23450
23451 cat >>confdefs.h <<_ACEOF
23452 #define HAVE_STRUCT_STAT_ST_CTIM 1
23453 _ACEOF
23454
23455
23456 fi
23457 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23458 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23459 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23460   $as_echo_n "(cached) " >&6
23461 else
23462   cat >conftest.$ac_ext <<_ACEOF
23463 /* confdefs.h.  */
23464 _ACEOF
23465 cat confdefs.h >>conftest.$ac_ext
23466 cat >>conftest.$ac_ext <<_ACEOF
23467 /* end confdefs.h.  */
23468 $ac_includes_default
23469 int
23470 main ()
23471 {
23472 static struct stat ac_aggr;
23473 if (ac_aggr.st_atim)
23474 return 0;
23475   ;
23476   return 0;
23477 }
23478 _ACEOF
23479 rm -f conftest.$ac_objext
23480 if { (ac_try="$ac_compile"
23481 case "(($ac_try" in
23482   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23483   *) ac_try_echo=$ac_try;;
23484 esac
23485 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23486 $as_echo "$ac_try_echo") >&5
23487   (eval "$ac_compile") 2>conftest.er1
23488   ac_status=$?
23489   grep -v '^ *+' conftest.er1 >conftest.err
23490   rm -f conftest.er1
23491   cat conftest.err >&5
23492   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23493   (exit $ac_status); } && {
23494          test -z "$ac_c_werror_flag" ||
23495          test ! -s conftest.err
23496        } && test -s conftest.$ac_objext; then
23497   ac_cv_member_struct_stat_st_atim=yes
23498 else
23499   $as_echo "$as_me: failed program was:" >&5
23500 sed 's/^/| /' conftest.$ac_ext >&5
23501
23502         cat >conftest.$ac_ext <<_ACEOF
23503 /* confdefs.h.  */
23504 _ACEOF
23505 cat confdefs.h >>conftest.$ac_ext
23506 cat >>conftest.$ac_ext <<_ACEOF
23507 /* end confdefs.h.  */
23508 $ac_includes_default
23509 int
23510 main ()
23511 {
23512 static struct stat ac_aggr;
23513 if (sizeof ac_aggr.st_atim)
23514 return 0;
23515   ;
23516   return 0;
23517 }
23518 _ACEOF
23519 rm -f conftest.$ac_objext
23520 if { (ac_try="$ac_compile"
23521 case "(($ac_try" in
23522   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23523   *) ac_try_echo=$ac_try;;
23524 esac
23525 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23526 $as_echo "$ac_try_echo") >&5
23527   (eval "$ac_compile") 2>conftest.er1
23528   ac_status=$?
23529   grep -v '^ *+' conftest.er1 >conftest.err
23530   rm -f conftest.er1
23531   cat conftest.err >&5
23532   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23533   (exit $ac_status); } && {
23534          test -z "$ac_c_werror_flag" ||
23535          test ! -s conftest.err
23536        } && test -s conftest.$ac_objext; then
23537   ac_cv_member_struct_stat_st_atim=yes
23538 else
23539   $as_echo "$as_me: failed program was:" >&5
23540 sed 's/^/| /' conftest.$ac_ext >&5
23541
23542         ac_cv_member_struct_stat_st_atim=no
23543 fi
23544
23545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23546 fi
23547
23548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23549 fi
23550 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23551 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23552 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23553
23554 cat >>confdefs.h <<_ACEOF
23555 #define HAVE_STRUCT_STAT_ST_ATIM 1
23556 _ACEOF
23557
23558
23559 fi
23560
23561
23562 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23563 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23564 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23565   $as_echo_n "(cached) " >&6
23566 else
23567   cat >conftest.$ac_ext <<_ACEOF
23568 /* confdefs.h.  */
23569 _ACEOF
23570 cat confdefs.h >>conftest.$ac_ext
23571 cat >>conftest.$ac_ext <<_ACEOF
23572 /* end confdefs.h.  */
23573 #ifdef HAVE_SYS_TYPES_H
23574 #include <sys/types.h>
23575 #endif
23576 #ifdef HAVE_NETINET_IN_H
23577 #include <netinet/in.h>
23578 #endif
23579
23580 int
23581 main ()
23582 {
23583 static struct sockaddr_in6 ac_aggr;
23584 if (ac_aggr.sin6_scope_id)
23585 return 0;
23586   ;
23587   return 0;
23588 }
23589 _ACEOF
23590 rm -f conftest.$ac_objext
23591 if { (ac_try="$ac_compile"
23592 case "(($ac_try" in
23593   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23594   *) ac_try_echo=$ac_try;;
23595 esac
23596 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23597 $as_echo "$ac_try_echo") >&5
23598   (eval "$ac_compile") 2>conftest.er1
23599   ac_status=$?
23600   grep -v '^ *+' conftest.er1 >conftest.err
23601   rm -f conftest.er1
23602   cat conftest.err >&5
23603   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23604   (exit $ac_status); } && {
23605          test -z "$ac_c_werror_flag" ||
23606          test ! -s conftest.err
23607        } && test -s conftest.$ac_objext; then
23608   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23609 else
23610   $as_echo "$as_me: failed program was:" >&5
23611 sed 's/^/| /' conftest.$ac_ext >&5
23612
23613         cat >conftest.$ac_ext <<_ACEOF
23614 /* confdefs.h.  */
23615 _ACEOF
23616 cat confdefs.h >>conftest.$ac_ext
23617 cat >>conftest.$ac_ext <<_ACEOF
23618 /* end confdefs.h.  */
23619 #ifdef HAVE_SYS_TYPES_H
23620 #include <sys/types.h>
23621 #endif
23622 #ifdef HAVE_NETINET_IN_H
23623 #include <netinet/in.h>
23624 #endif
23625
23626 int
23627 main ()
23628 {
23629 static struct sockaddr_in6 ac_aggr;
23630 if (sizeof ac_aggr.sin6_scope_id)
23631 return 0;
23632   ;
23633   return 0;
23634 }
23635 _ACEOF
23636 rm -f conftest.$ac_objext
23637 if { (ac_try="$ac_compile"
23638 case "(($ac_try" in
23639   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23640   *) ac_try_echo=$ac_try;;
23641 esac
23642 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23643 $as_echo "$ac_try_echo") >&5
23644   (eval "$ac_compile") 2>conftest.er1
23645   ac_status=$?
23646   grep -v '^ *+' conftest.er1 >conftest.err
23647   rm -f conftest.er1
23648   cat conftest.err >&5
23649   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23650   (exit $ac_status); } && {
23651          test -z "$ac_c_werror_flag" ||
23652          test ! -s conftest.err
23653        } && test -s conftest.$ac_objext; then
23654   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23655 else
23656   $as_echo "$as_me: failed program was:" >&5
23657 sed 's/^/| /' conftest.$ac_ext >&5
23658
23659         ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23660 fi
23661
23662 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23663 fi
23664
23665 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23666 fi
23667 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23668 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23669 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23670
23671 cat >>confdefs.h <<_ACEOF
23672 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23673 _ACEOF
23674
23675
23676 fi
23677
23678
23679 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23680 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23681 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23682   $as_echo_n "(cached) " >&6
23683 else
23684   cat >conftest.$ac_ext <<_ACEOF
23685 /* confdefs.h.  */
23686 _ACEOF
23687 cat confdefs.h >>conftest.$ac_ext
23688 cat >>conftest.$ac_ext <<_ACEOF
23689 /* end confdefs.h.  */
23690 #ifdef HAVE_SYS_TYPES_H
23691 #include <sys/types.h>
23692 #endif
23693 #ifdef HAVE_NETINET_IN_H
23694 # include <netinet/in.h>
23695 #endif
23696 #ifdef HAVE_ARPA_NAMESER_H
23697 # include <arpa/nameser.h>
23698 #endif
23699
23700 int
23701 main ()
23702 {
23703 static ns_msg ac_aggr;
23704 if (ac_aggr._msg_ptr)
23705 return 0;
23706   ;
23707   return 0;
23708 }
23709 _ACEOF
23710 rm -f conftest.$ac_objext
23711 if { (ac_try="$ac_compile"
23712 case "(($ac_try" in
23713   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23714   *) ac_try_echo=$ac_try;;
23715 esac
23716 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23717 $as_echo "$ac_try_echo") >&5
23718   (eval "$ac_compile") 2>conftest.er1
23719   ac_status=$?
23720   grep -v '^ *+' conftest.er1 >conftest.err
23721   rm -f conftest.er1
23722   cat conftest.err >&5
23723   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23724   (exit $ac_status); } && {
23725          test -z "$ac_c_werror_flag" ||
23726          test ! -s conftest.err
23727        } && test -s conftest.$ac_objext; then
23728   ac_cv_member_ns_msg__msg_ptr=yes
23729 else
23730   $as_echo "$as_me: failed program was:" >&5
23731 sed 's/^/| /' conftest.$ac_ext >&5
23732
23733         cat >conftest.$ac_ext <<_ACEOF
23734 /* confdefs.h.  */
23735 _ACEOF
23736 cat confdefs.h >>conftest.$ac_ext
23737 cat >>conftest.$ac_ext <<_ACEOF
23738 /* end confdefs.h.  */
23739 #ifdef HAVE_SYS_TYPES_H
23740 #include <sys/types.h>
23741 #endif
23742 #ifdef HAVE_NETINET_IN_H
23743 # include <netinet/in.h>
23744 #endif
23745 #ifdef HAVE_ARPA_NAMESER_H
23746 # include <arpa/nameser.h>
23747 #endif
23748
23749 int
23750 main ()
23751 {
23752 static ns_msg ac_aggr;
23753 if (sizeof ac_aggr._msg_ptr)
23754 return 0;
23755   ;
23756   return 0;
23757 }
23758 _ACEOF
23759 rm -f conftest.$ac_objext
23760 if { (ac_try="$ac_compile"
23761 case "(($ac_try" in
23762   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23763   *) ac_try_echo=$ac_try;;
23764 esac
23765 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23766 $as_echo "$ac_try_echo") >&5
23767   (eval "$ac_compile") 2>conftest.er1
23768   ac_status=$?
23769   grep -v '^ *+' conftest.er1 >conftest.err
23770   rm -f conftest.er1
23771   cat conftest.err >&5
23772   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23773   (exit $ac_status); } && {
23774          test -z "$ac_c_werror_flag" ||
23775          test ! -s conftest.err
23776        } && test -s conftest.$ac_objext; then
23777   ac_cv_member_ns_msg__msg_ptr=yes
23778 else
23779   $as_echo "$as_me: failed program was:" >&5
23780 sed 's/^/| /' conftest.$ac_ext >&5
23781
23782         ac_cv_member_ns_msg__msg_ptr=no
23783 fi
23784
23785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23786 fi
23787
23788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23789 fi
23790 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23791 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23792 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23793
23794 cat >>confdefs.h <<_ACEOF
23795 #define HAVE_NS_MSG__MSG_PTR 1
23796 _ACEOF
23797
23798
23799 fi
23800
23801
23802 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23803 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23804 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23805   $as_echo_n "(cached) " >&6
23806 else
23807   cat >conftest.$ac_ext <<_ACEOF
23808 /* confdefs.h.  */
23809 _ACEOF
23810 cat confdefs.h >>conftest.$ac_ext
23811 cat >>conftest.$ac_ext <<_ACEOF
23812 /* end confdefs.h.  */
23813 #ifdef HAVE_SYS_TYPES_H
23814 #include <sys/types.h>
23815 #endif
23816 #ifdef HAVE_ALIAS_H
23817 #include <alias.h>
23818 #endif
23819 #ifdef HAVE_SYS_SOCKET_H
23820 #include <sys/socket.h>
23821 #endif
23822 #ifdef HAVE_SYS_SOCKETVAR_H
23823 #include <sys/socketvar.h>
23824 #endif
23825 #ifdef HAVE_SYS_TIMEOUT_H
23826 #include <sys/timeout.h>
23827 #endif
23828 #ifdef HAVE_NETINET_IN_H
23829 #include <netinet/in.h>
23830 #endif
23831 #ifdef HAVE_NETINET_IN_SYSTM_H
23832 #include <netinet/in_systm.h>
23833 #endif
23834 #ifdef HAVE_NETINET_IP_H
23835 #include <netinet/ip.h>
23836 #endif
23837 #ifdef HAVE_NETINET_IP_VAR_H
23838 #include <netinet/ip_var.h>
23839 #endif
23840 #ifdef HAVE_NETINET_IP_ICMP_H
23841 #include <netinet/ip_icmp.h>
23842 #endif
23843 #ifdef HAVE_NETINET_ICMP_VAR
23844 #include <netinet/icmp_var.h>
23845 #endif
23846
23847 int
23848 main ()
23849 {
23850 static struct icmpstat ac_aggr;
23851 if (ac_aggr.icps_outhist)
23852 return 0;
23853   ;
23854   return 0;
23855 }
23856 _ACEOF
23857 rm -f conftest.$ac_objext
23858 if { (ac_try="$ac_compile"
23859 case "(($ac_try" in
23860   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23861   *) ac_try_echo=$ac_try;;
23862 esac
23863 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23864 $as_echo "$ac_try_echo") >&5
23865   (eval "$ac_compile") 2>conftest.er1
23866   ac_status=$?
23867   grep -v '^ *+' conftest.er1 >conftest.err
23868   rm -f conftest.er1
23869   cat conftest.err >&5
23870   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23871   (exit $ac_status); } && {
23872          test -z "$ac_c_werror_flag" ||
23873          test ! -s conftest.err
23874        } && test -s conftest.$ac_objext; then
23875   ac_cv_member_struct_icmpstat_icps_outhist=yes
23876 else
23877   $as_echo "$as_me: failed program was:" >&5
23878 sed 's/^/| /' conftest.$ac_ext >&5
23879
23880         cat >conftest.$ac_ext <<_ACEOF
23881 /* confdefs.h.  */
23882 _ACEOF
23883 cat confdefs.h >>conftest.$ac_ext
23884 cat >>conftest.$ac_ext <<_ACEOF
23885 /* end confdefs.h.  */
23886 #ifdef HAVE_SYS_TYPES_H
23887 #include <sys/types.h>
23888 #endif
23889 #ifdef HAVE_ALIAS_H
23890 #include <alias.h>
23891 #endif
23892 #ifdef HAVE_SYS_SOCKET_H
23893 #include <sys/socket.h>
23894 #endif
23895 #ifdef HAVE_SYS_SOCKETVAR_H
23896 #include <sys/socketvar.h>
23897 #endif
23898 #ifdef HAVE_SYS_TIMEOUT_H
23899 #include <sys/timeout.h>
23900 #endif
23901 #ifdef HAVE_NETINET_IN_H
23902 #include <netinet/in.h>
23903 #endif
23904 #ifdef HAVE_NETINET_IN_SYSTM_H
23905 #include <netinet/in_systm.h>
23906 #endif
23907 #ifdef HAVE_NETINET_IP_H
23908 #include <netinet/ip.h>
23909 #endif
23910 #ifdef HAVE_NETINET_IP_VAR_H
23911 #include <netinet/ip_var.h>
23912 #endif
23913 #ifdef HAVE_NETINET_IP_ICMP_H
23914 #include <netinet/ip_icmp.h>
23915 #endif
23916 #ifdef HAVE_NETINET_ICMP_VAR
23917 #include <netinet/icmp_var.h>
23918 #endif
23919
23920 int
23921 main ()
23922 {
23923 static struct icmpstat ac_aggr;
23924 if (sizeof ac_aggr.icps_outhist)
23925 return 0;
23926   ;
23927   return 0;
23928 }
23929 _ACEOF
23930 rm -f conftest.$ac_objext
23931 if { (ac_try="$ac_compile"
23932 case "(($ac_try" in
23933   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23934   *) ac_try_echo=$ac_try;;
23935 esac
23936 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23937 $as_echo "$ac_try_echo") >&5
23938   (eval "$ac_compile") 2>conftest.er1
23939   ac_status=$?
23940   grep -v '^ *+' conftest.er1 >conftest.err
23941   rm -f conftest.er1
23942   cat conftest.err >&5
23943   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23944   (exit $ac_status); } && {
23945          test -z "$ac_c_werror_flag" ||
23946          test ! -s conftest.err
23947        } && test -s conftest.$ac_objext; then
23948   ac_cv_member_struct_icmpstat_icps_outhist=yes
23949 else
23950   $as_echo "$as_me: failed program was:" >&5
23951 sed 's/^/| /' conftest.$ac_ext >&5
23952
23953         ac_cv_member_struct_icmpstat_icps_outhist=no
23954 fi
23955
23956 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23957 fi
23958
23959 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23960 fi
23961 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23962 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23963 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
23964
23965 cat >>confdefs.h <<_ACEOF
23966 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23967 _ACEOF
23968
23969
23970 fi
23971
23972
23973 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23974 $as_echo_n "checking for timezone variable... " >&6; }
23975 if test "${ac_cv_have_timezone+set}" = set; then
23976   $as_echo_n "(cached) " >&6
23977 else
23978   cat >conftest.$ac_ext <<_ACEOF
23979 /* confdefs.h.  */
23980 _ACEOF
23981 cat confdefs.h >>conftest.$ac_ext
23982 cat >>conftest.$ac_ext <<_ACEOF
23983 /* end confdefs.h.  */
23984 #include <time.h>
23985 int
23986 main ()
23987 {
23988 timezone = 1
23989   ;
23990   return 0;
23991 }
23992 _ACEOF
23993 rm -f conftest.$ac_objext conftest$ac_exeext
23994 if { (ac_try="$ac_link"
23995 case "(($ac_try" in
23996   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23997   *) ac_try_echo=$ac_try;;
23998 esac
23999 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24000 $as_echo "$ac_try_echo") >&5
24001   (eval "$ac_link") 2>conftest.er1
24002   ac_status=$?
24003   grep -v '^ *+' conftest.er1 >conftest.err
24004   rm -f conftest.er1
24005   cat conftest.err >&5
24006   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24007   (exit $ac_status); } && {
24008          test -z "$ac_c_werror_flag" ||
24009          test ! -s conftest.err
24010        } && test -s conftest$ac_exeext && {
24011          test "$cross_compiling" = yes ||
24012          $as_test_x conftest$ac_exeext
24013        }; then
24014   ac_cv_have_timezone="yes"
24015 else
24016   $as_echo "$as_me: failed program was:" >&5
24017 sed 's/^/| /' conftest.$ac_ext >&5
24018
24019         ac_cv_have_timezone="no"
24020 fi
24021
24022 rm -rf conftest.dSYM
24023 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24024       conftest$ac_exeext conftest.$ac_ext
24025 fi
24026 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
24027 $as_echo "$ac_cv_have_timezone" >&6; }
24028 if test "$ac_cv_have_timezone" = "yes"
24029 then
24030
24031 cat >>confdefs.h <<\_ACEOF
24032 #define HAVE_TIMEZONE 1
24033 _ACEOF
24034
24035 fi
24036 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
24037 $as_echo_n "checking for daylight variable... " >&6; }
24038 if test "${ac_cv_have_daylight+set}" = set; then
24039   $as_echo_n "(cached) " >&6
24040 else
24041   cat >conftest.$ac_ext <<_ACEOF
24042 /* confdefs.h.  */
24043 _ACEOF
24044 cat confdefs.h >>conftest.$ac_ext
24045 cat >>conftest.$ac_ext <<_ACEOF
24046 /* end confdefs.h.  */
24047 #include <time.h>
24048 int
24049 main ()
24050 {
24051 daylight = 1
24052   ;
24053   return 0;
24054 }
24055 _ACEOF
24056 rm -f conftest.$ac_objext conftest$ac_exeext
24057 if { (ac_try="$ac_link"
24058 case "(($ac_try" in
24059   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24060   *) ac_try_echo=$ac_try;;
24061 esac
24062 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24063 $as_echo "$ac_try_echo") >&5
24064   (eval "$ac_link") 2>conftest.er1
24065   ac_status=$?
24066   grep -v '^ *+' conftest.er1 >conftest.err
24067   rm -f conftest.er1
24068   cat conftest.err >&5
24069   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24070   (exit $ac_status); } && {
24071          test -z "$ac_c_werror_flag" ||
24072          test ! -s conftest.err
24073        } && test -s conftest$ac_exeext && {
24074          test "$cross_compiling" = yes ||
24075          $as_test_x conftest$ac_exeext
24076        }; then
24077   ac_cv_have_daylight="yes"
24078 else
24079   $as_echo "$as_me: failed program was:" >&5
24080 sed 's/^/| /' conftest.$ac_ext >&5
24081
24082         ac_cv_have_daylight="no"
24083 fi
24084
24085 rm -rf conftest.dSYM
24086 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24087       conftest$ac_exeext conftest.$ac_ext
24088 fi
24089 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
24090 $as_echo "$ac_cv_have_daylight" >&6; }
24091 if test "$ac_cv_have_daylight" = "yes"
24092 then
24093
24094 cat >>confdefs.h <<\_ACEOF
24095 #define HAVE_DAYLIGHT 1
24096 _ACEOF
24097
24098 fi
24099
24100 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
24101 $as_echo_n "checking for isinf... " >&6; }
24102 if test "${ac_cv_have_isinf+set}" = set; then
24103   $as_echo_n "(cached) " >&6
24104 else
24105   cat >conftest.$ac_ext <<_ACEOF
24106 /* confdefs.h.  */
24107 _ACEOF
24108 cat confdefs.h >>conftest.$ac_ext
24109 cat >>conftest.$ac_ext <<_ACEOF
24110 /* end confdefs.h.  */
24111 #include <math.h>
24112 int
24113 main ()
24114 {
24115 float f = 0.0; int i=isinf(f)
24116   ;
24117   return 0;
24118 }
24119 _ACEOF
24120 rm -f conftest.$ac_objext conftest$ac_exeext
24121 if { (ac_try="$ac_link"
24122 case "(($ac_try" in
24123   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24124   *) ac_try_echo=$ac_try;;
24125 esac
24126 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24127 $as_echo "$ac_try_echo") >&5
24128   (eval "$ac_link") 2>conftest.er1
24129   ac_status=$?
24130   grep -v '^ *+' conftest.er1 >conftest.err
24131   rm -f conftest.er1
24132   cat conftest.err >&5
24133   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24134   (exit $ac_status); } && {
24135          test -z "$ac_c_werror_flag" ||
24136          test ! -s conftest.err
24137        } && test -s conftest$ac_exeext && {
24138          test "$cross_compiling" = yes ||
24139          $as_test_x conftest$ac_exeext
24140        }; then
24141   ac_cv_have_isinf="yes"
24142 else
24143   $as_echo "$as_me: failed program was:" >&5
24144 sed 's/^/| /' conftest.$ac_ext >&5
24145
24146         ac_cv_have_isinf="no"
24147 fi
24148
24149 rm -rf conftest.dSYM
24150 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24151       conftest$ac_exeext conftest.$ac_ext
24152 fi
24153 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
24154 $as_echo "$ac_cv_have_isinf" >&6; }
24155 if test "$ac_cv_have_isinf" = "yes"
24156 then
24157
24158 cat >>confdefs.h <<\_ACEOF
24159 #define HAVE_ISINF 1
24160 _ACEOF
24161
24162 fi
24163
24164 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
24165 $as_echo_n "checking for isnan... " >&6; }
24166 if test "${ac_cv_have_isnan+set}" = set; then
24167   $as_echo_n "(cached) " >&6
24168 else
24169   cat >conftest.$ac_ext <<_ACEOF
24170 /* confdefs.h.  */
24171 _ACEOF
24172 cat confdefs.h >>conftest.$ac_ext
24173 cat >>conftest.$ac_ext <<_ACEOF
24174 /* end confdefs.h.  */
24175 #include <math.h>
24176 int
24177 main ()
24178 {
24179 float f = 0.0; int i=isnan(f)
24180   ;
24181   return 0;
24182 }
24183 _ACEOF
24184 rm -f conftest.$ac_objext conftest$ac_exeext
24185 if { (ac_try="$ac_link"
24186 case "(($ac_try" in
24187   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24188   *) ac_try_echo=$ac_try;;
24189 esac
24190 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24191 $as_echo "$ac_try_echo") >&5
24192   (eval "$ac_link") 2>conftest.er1
24193   ac_status=$?
24194   grep -v '^ *+' conftest.er1 >conftest.err
24195   rm -f conftest.er1
24196   cat conftest.err >&5
24197   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24198   (exit $ac_status); } && {
24199          test -z "$ac_c_werror_flag" ||
24200          test ! -s conftest.err
24201        } && test -s conftest$ac_exeext && {
24202          test "$cross_compiling" = yes ||
24203          $as_test_x conftest$ac_exeext
24204        }; then
24205   ac_cv_have_isnan="yes"
24206 else
24207   $as_echo "$as_me: failed program was:" >&5
24208 sed 's/^/| /' conftest.$ac_ext >&5
24209
24210         ac_cv_have_isnan="no"
24211 fi
24212
24213 rm -rf conftest.dSYM
24214 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24215       conftest$ac_exeext conftest.$ac_ext
24216 fi
24217 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
24218 $as_echo "$ac_cv_have_isnan" >&6; }
24219 if test "$ac_cv_have_isnan" = "yes"
24220 then
24221
24222 cat >>confdefs.h <<\_ACEOF
24223 #define HAVE_ISNAN 1
24224 _ACEOF
24225
24226 fi
24227
24228
24229 case $host_cpu in
24230   *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
24231 $as_echo_n "checking whether we need to define __i386__... " >&6; }
24232 if test "${ac_cv_cpp_def___i386__+set}" = set; then
24233   $as_echo_n "(cached) " >&6
24234 else
24235   cat >conftest.$ac_ext <<_ACEOF
24236 /* confdefs.h.  */
24237 _ACEOF
24238 cat confdefs.h >>conftest.$ac_ext
24239 cat >>conftest.$ac_ext <<_ACEOF
24240 /* end confdefs.h.  */
24241 #ifndef __i386__
24242 yes
24243 #endif
24244 _ACEOF
24245 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24246   $EGREP "yes" >/dev/null 2>&1; then
24247   ac_cv_cpp_def___i386__=yes
24248 else
24249   ac_cv_cpp_def___i386__=no
24250 fi
24251 rm -f conftest*
24252
24253 fi
24254 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24255 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24256 if test $ac_cv_cpp_def___i386__ = yes; then
24257   CFLAGS="$CFLAGS -D__i386__"
24258   LINTFLAGS="$LINTFLAGS -D__i386__"
24259 fi
24260  ;;
24261   *x86_64*)         { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24262 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24263 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24264   $as_echo_n "(cached) " >&6
24265 else
24266   cat >conftest.$ac_ext <<_ACEOF
24267 /* confdefs.h.  */
24268 _ACEOF
24269 cat confdefs.h >>conftest.$ac_ext
24270 cat >>conftest.$ac_ext <<_ACEOF
24271 /* end confdefs.h.  */
24272 #ifndef __x86_64__
24273 yes
24274 #endif
24275 _ACEOF
24276 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24277   $EGREP "yes" >/dev/null 2>&1; then
24278   ac_cv_cpp_def___x86_64__=yes
24279 else
24280   ac_cv_cpp_def___x86_64__=no
24281 fi
24282 rm -f conftest*
24283
24284 fi
24285 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24286 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24287 if test $ac_cv_cpp_def___x86_64__ = yes; then
24288   CFLAGS="$CFLAGS -D__x86_64__"
24289   LINTFLAGS="$LINTFLAGS -D__x86_64__"
24290 fi
24291  ;;
24292   *alpha*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24293 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24294 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24295   $as_echo_n "(cached) " >&6
24296 else
24297   cat >conftest.$ac_ext <<_ACEOF
24298 /* confdefs.h.  */
24299 _ACEOF
24300 cat confdefs.h >>conftest.$ac_ext
24301 cat >>conftest.$ac_ext <<_ACEOF
24302 /* end confdefs.h.  */
24303 #ifndef __ALPHA__
24304 yes
24305 #endif
24306 _ACEOF
24307 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24308   $EGREP "yes" >/dev/null 2>&1; then
24309   ac_cv_cpp_def___ALPHA__=yes
24310 else
24311   ac_cv_cpp_def___ALPHA__=no
24312 fi
24313 rm -f conftest*
24314
24315 fi
24316 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24317 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24318 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24319   CFLAGS="$CFLAGS -D__ALPHA__"
24320   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24321 fi
24322  ;;
24323   *sparc*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24324 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24325 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24326   $as_echo_n "(cached) " >&6
24327 else
24328   cat >conftest.$ac_ext <<_ACEOF
24329 /* confdefs.h.  */
24330 _ACEOF
24331 cat confdefs.h >>conftest.$ac_ext
24332 cat >>conftest.$ac_ext <<_ACEOF
24333 /* end confdefs.h.  */
24334 #ifndef __sparc__
24335 yes
24336 #endif
24337 _ACEOF
24338 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24339   $EGREP "yes" >/dev/null 2>&1; then
24340   ac_cv_cpp_def___sparc__=yes
24341 else
24342   ac_cv_cpp_def___sparc__=no
24343 fi
24344 rm -f conftest*
24345
24346 fi
24347 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24348 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24349 if test $ac_cv_cpp_def___sparc__ = yes; then
24350   CFLAGS="$CFLAGS -D__sparc__"
24351   LINTFLAGS="$LINTFLAGS -D__sparc__"
24352 fi
24353  ;;
24354   *powerpc*)        { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24355 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24356 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24357   $as_echo_n "(cached) " >&6
24358 else
24359   cat >conftest.$ac_ext <<_ACEOF
24360 /* confdefs.h.  */
24361 _ACEOF
24362 cat confdefs.h >>conftest.$ac_ext
24363 cat >>conftest.$ac_ext <<_ACEOF
24364 /* end confdefs.h.  */
24365 #ifndef __powerpc__
24366 yes
24367 #endif
24368 _ACEOF
24369 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24370   $EGREP "yes" >/dev/null 2>&1; then
24371   ac_cv_cpp_def___powerpc__=yes
24372 else
24373   ac_cv_cpp_def___powerpc__=no
24374 fi
24375 rm -f conftest*
24376
24377 fi
24378 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24379 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24380 if test $ac_cv_cpp_def___powerpc__ = yes; then
24381   CFLAGS="$CFLAGS -D__powerpc__"
24382   LINTFLAGS="$LINTFLAGS -D__powerpc__"
24383 fi
24384  ;;
24385 esac
24386
24387 case $host_vendor in
24388   *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24389 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24390 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24391   $as_echo_n "(cached) " >&6
24392 else
24393   cat >conftest.$ac_ext <<_ACEOF
24394 /* confdefs.h.  */
24395 _ACEOF
24396 cat confdefs.h >>conftest.$ac_ext
24397 cat >>conftest.$ac_ext <<_ACEOF
24398 /* end confdefs.h.  */
24399 #ifndef __sun__
24400 yes
24401 #endif
24402 _ACEOF
24403 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24404   $EGREP "yes" >/dev/null 2>&1; then
24405   ac_cv_cpp_def___sun__=yes
24406 else
24407   ac_cv_cpp_def___sun__=no
24408 fi
24409 rm -f conftest*
24410
24411 fi
24412 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24413 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24414 if test $ac_cv_cpp_def___sun__ = yes; then
24415   CFLAGS="$CFLAGS -D__sun__"
24416   LINTFLAGS="$LINTFLAGS -D__sun__"
24417 fi
24418  ;;
24419 esac
24420
24421
24422 DEPENDENCIES="### Dependencies:
24423
24424 .INIT: Makefile
24425 .BEGIN: Makefile
24426 .MAKEFILEDEPS:
24427 Makefile: dummy
24428         -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24429
24430 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24431 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24432 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24433 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24434 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24435
24436
24437 ALL_MAKERULES=""
24438
24439 ALL_MAKEFILES=""
24440
24441 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24442
24443
24444 ALL_TOP_DIRS=""
24445
24446 ALL_DLL_DIRS=""
24447
24448 ALL_IMPLIB_DIRS=""
24449
24450 ALL_TEST_DIRS=""
24451
24452 ALL_PROGRAM_DIRS=""
24453
24454 ALL_PROGRAM_INSTALL_DIRS=""
24455
24456 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24457
24458
24459
24460
24461
24462 ac_config_commands="$ac_config_commands include/stamp-h"
24463
24464
24465 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24466
24467 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24468
24469 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24470
24471 ac_config_commands="$ac_config_commands dlls/user32/resources"
24472
24473 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24474
24475 ac_config_commands="$ac_config_commands include/wine"
24476
24477
24478 ALL_MAKERULES="$ALL_MAKERULES \\
24479         Make.rules"
24480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24481 Make.rules: Make.rules.in"
24482 MAKE_RULES=Make.rules
24483 ac_config_files="$ac_config_files Make.rules"
24484
24485 ALL_MAKERULES="$ALL_MAKERULES \\
24486         dlls/Makedll.rules"
24487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24488 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24489 MAKE_DLL_RULES=dlls/Makedll.rules
24490 ac_config_files="$ac_config_files dlls/Makedll.rules"
24491
24492 ALL_MAKERULES="$ALL_MAKERULES \\
24493         dlls/Makeimplib.rules"
24494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24495 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24496 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24497 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24498
24499 ALL_MAKERULES="$ALL_MAKERULES \\
24500         dlls/Maketest.rules"
24501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24502 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24503 MAKE_TEST_RULES=dlls/Maketest.rules
24504 ac_config_files="$ac_config_files dlls/Maketest.rules"
24505
24506 ALL_MAKERULES="$ALL_MAKERULES \\
24507         programs/Makeprog.rules"
24508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24509 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24510 MAKE_PROG_RULES=programs/Makeprog.rules
24511 ac_config_files="$ac_config_files programs/Makeprog.rules"
24512
24513
24514
24515
24516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24517 Makefile: Makefile.in Make.rules"
24518 ac_config_files="$ac_config_files Makefile"
24519
24520 ALL_MAKEFILES="$ALL_MAKEFILES \\
24521         dlls/Makefile"
24522 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24523         dlls"
24524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24525 dlls/Makefile: dlls/Makefile.in Make.rules"
24526 ac_config_files="$ac_config_files dlls/Makefile"
24527
24528 ALL_MAKEFILES="$ALL_MAKEFILES \\
24529         dlls/acledit/Makefile"
24530 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24531         acledit"
24532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24533 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24534 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24535
24536 ALL_MAKEFILES="$ALL_MAKEFILES \\
24537         dlls/aclui/Makefile"
24538 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24539         aclui"
24540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24541 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24542 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24543
24544 ALL_MAKEFILES="$ALL_MAKEFILES \\
24545         dlls/activeds/Makefile"
24546 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24547         activeds"
24548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24549 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24550 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24551
24552 ALL_MAKEFILES="$ALL_MAKEFILES \\
24553         dlls/actxprxy/Makefile"
24554 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24555         actxprxy"
24556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24557 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24558 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24559
24560 ALL_MAKEFILES="$ALL_MAKEFILES \\
24561         dlls/adsiid/Makefile"
24562 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24563         adsiid"
24564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24565 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24566 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24567
24568 ALL_MAKEFILES="$ALL_MAKEFILES \\
24569         dlls/advapi32/Makefile"
24570 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24571         advapi32"
24572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24573 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24574 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24575
24576 ALL_MAKEFILES="$ALL_MAKEFILES \\
24577         dlls/advapi32/tests/Makefile"
24578 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24579         advapi32/tests"
24580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24581 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24582 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24583
24584 ALL_MAKEFILES="$ALL_MAKEFILES \\
24585         dlls/advpack/Makefile"
24586 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24587         advpack"
24588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24589 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24590 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24591
24592 ALL_MAKEFILES="$ALL_MAKEFILES \\
24593         dlls/advpack/tests/Makefile"
24594 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24595         advpack/tests"
24596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24597 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24598 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24599
24600 ALL_MAKEFILES="$ALL_MAKEFILES \\
24601         dlls/amstream/Makefile"
24602 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24603         amstream"
24604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24605 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24606 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24607
24608 ALL_MAKEFILES="$ALL_MAKEFILES \\
24609         dlls/amstream/tests/Makefile"
24610 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24611         amstream/tests"
24612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24613 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
24614 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
24615
24616 ALL_MAKEFILES="$ALL_MAKEFILES \\
24617         dlls/appwiz.cpl/Makefile"
24618 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24619         appwiz.cpl"
24620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24621 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24622 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24623
24624 ALL_MAKEFILES="$ALL_MAKEFILES \\
24625         dlls/atl/Makefile"
24626 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24627         atl"
24628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24629 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24630 ac_config_files="$ac_config_files dlls/atl/Makefile"
24631
24632 ALL_MAKEFILES="$ALL_MAKEFILES \\
24633         dlls/authz/Makefile"
24634 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24635         authz"
24636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24637 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24638 ac_config_files="$ac_config_files dlls/authz/Makefile"
24639
24640 ALL_MAKEFILES="$ALL_MAKEFILES \\
24641         dlls/avicap32/Makefile"
24642 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24643         avicap32"
24644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24645 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24646 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24647
24648 ALL_MAKEFILES="$ALL_MAKEFILES \\
24649         dlls/avifil32/Makefile"
24650 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24651         avifil32"
24652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24653 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24654 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24655
24656 ALL_MAKEFILES="$ALL_MAKEFILES \\
24657         dlls/avifile.dll16/Makefile"
24658 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24659         avifile.dll16"
24660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24661 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
24662 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
24663
24664 ALL_MAKEFILES="$ALL_MAKEFILES \\
24665         dlls/bcrypt/Makefile"
24666 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24667         bcrypt"
24668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24669 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
24670 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
24671
24672 ALL_MAKEFILES="$ALL_MAKEFILES \\
24673         dlls/browseui/Makefile"
24674 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24675         browseui"
24676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24677 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24678 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24679
24680 ALL_MAKEFILES="$ALL_MAKEFILES \\
24681         dlls/browseui/tests/Makefile"
24682 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24683         browseui/tests"
24684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24685 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24686 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24687
24688 ALL_MAKEFILES="$ALL_MAKEFILES \\
24689         dlls/cabinet/Makefile"
24690 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24691         cabinet"
24692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24693 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24694 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24695
24696 ALL_MAKEFILES="$ALL_MAKEFILES \\
24697         dlls/cabinet/tests/Makefile"
24698 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24699         cabinet/tests"
24700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24701 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24702 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24703
24704 ALL_MAKEFILES="$ALL_MAKEFILES \\
24705         dlls/capi2032/Makefile"
24706 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24707         capi2032"
24708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24709 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24710 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24711
24712 ALL_MAKEFILES="$ALL_MAKEFILES \\
24713         dlls/cards/Makefile"
24714 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24715         cards"
24716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24717 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24718 ac_config_files="$ac_config_files dlls/cards/Makefile"
24719
24720 ALL_MAKEFILES="$ALL_MAKEFILES \\
24721         dlls/cfgmgr32/Makefile"
24722 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24723         cfgmgr32"
24724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24725 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24726 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24727
24728 ALL_MAKEFILES="$ALL_MAKEFILES \\
24729         dlls/clusapi/Makefile"
24730 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24731         clusapi"
24732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24733 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24734 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24735
24736 ALL_MAKEFILES="$ALL_MAKEFILES \\
24737         dlls/comcat/Makefile"
24738 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24739         comcat"
24740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24741 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24742 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24743
24744 ALL_MAKEFILES="$ALL_MAKEFILES \\
24745         dlls/comcat/tests/Makefile"
24746 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24747         comcat/tests"
24748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24749 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24750 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24751
24752 ALL_MAKEFILES="$ALL_MAKEFILES \\
24753         dlls/comctl32/Makefile"
24754 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24755         comctl32"
24756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24757 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24758 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24759
24760 ALL_MAKEFILES="$ALL_MAKEFILES \\
24761         dlls/comctl32/tests/Makefile"
24762 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24763         comctl32/tests"
24764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24765 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24766 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24767
24768 ALL_MAKEFILES="$ALL_MAKEFILES \\
24769         dlls/comdlg32/Makefile"
24770 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24771         comdlg32"
24772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24773 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24774 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24775
24776 ALL_MAKEFILES="$ALL_MAKEFILES \\
24777         dlls/comdlg32/tests/Makefile"
24778 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24779         comdlg32/tests"
24780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24781 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24782 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24783
24784 ALL_MAKEFILES="$ALL_MAKEFILES \\
24785         dlls/comm.drv16/Makefile"
24786 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24787         comm.drv16"
24788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24789 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24790 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24791
24792 ALL_MAKEFILES="$ALL_MAKEFILES \\
24793         dlls/compobj.dll16/Makefile"
24794 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24795         compobj.dll16"
24796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24797 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
24798 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
24799
24800 ALL_MAKEFILES="$ALL_MAKEFILES \\
24801         dlls/compstui/Makefile"
24802 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24803         compstui"
24804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24805 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24806 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24807
24808 ALL_MAKEFILES="$ALL_MAKEFILES \\
24809         dlls/credui/Makefile"
24810 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24811         credui"
24812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24813 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24814 ac_config_files="$ac_config_files dlls/credui/Makefile"
24815
24816 ALL_MAKEFILES="$ALL_MAKEFILES \\
24817         dlls/credui/tests/Makefile"
24818 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24819         credui/tests"
24820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24821 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24822 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24823
24824 ALL_MAKEFILES="$ALL_MAKEFILES \\
24825         dlls/crtdll/Makefile"
24826 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24827         crtdll"
24828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24829 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24830 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24831
24832 ALL_MAKEFILES="$ALL_MAKEFILES \\
24833         dlls/crypt32/Makefile"
24834 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24835         crypt32"
24836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24837 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24838 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24839
24840 ALL_MAKEFILES="$ALL_MAKEFILES \\
24841         dlls/crypt32/tests/Makefile"
24842 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24843         crypt32/tests"
24844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24845 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24846 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24847
24848 ALL_MAKEFILES="$ALL_MAKEFILES \\
24849         dlls/cryptdlg/Makefile"
24850 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24851         cryptdlg"
24852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24853 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24854 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24855
24856 ALL_MAKEFILES="$ALL_MAKEFILES \\
24857         dlls/cryptdll/Makefile"
24858 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24859         cryptdll"
24860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24861 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24862 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24863
24864 ALL_MAKEFILES="$ALL_MAKEFILES \\
24865         dlls/cryptnet/Makefile"
24866 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24867         cryptnet"
24868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24869 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24870 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24871
24872 ALL_MAKEFILES="$ALL_MAKEFILES \\
24873         dlls/cryptnet/tests/Makefile"
24874 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24875         cryptnet/tests"
24876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24877 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24878 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24879
24880 ALL_MAKEFILES="$ALL_MAKEFILES \\
24881         dlls/cryptui/Makefile"
24882 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24883         cryptui"
24884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24885 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24886 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24887
24888 ALL_MAKEFILES="$ALL_MAKEFILES \\
24889         dlls/cryptui/tests/Makefile"
24890 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24891         cryptui/tests"
24892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24893 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24894 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24895
24896 ALL_MAKEFILES="$ALL_MAKEFILES \\
24897         dlls/ctapi32/Makefile"
24898 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24899         ctapi32"
24900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24901 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24902 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24903
24904 ALL_MAKEFILES="$ALL_MAKEFILES \\
24905         dlls/ctl3d.dll16/Makefile"
24906 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24907         ctl3d.dll16"
24908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24909 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
24910 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
24911
24912 ALL_MAKEFILES="$ALL_MAKEFILES \\
24913         dlls/ctl3d32/Makefile"
24914 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24915         ctl3d32"
24916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24917 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24918 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24919
24920 ALL_MAKEFILES="$ALL_MAKEFILES \\
24921         dlls/ctl3dv2.dll16/Makefile"
24922 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24923         ctl3dv2.dll16"
24924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24925 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
24926 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
24927
24928 ALL_MAKEFILES="$ALL_MAKEFILES \\
24929         dlls/d3d10/Makefile"
24930 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24931         d3d10"
24932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24933 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24934 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24935
24936 ALL_MAKEFILES="$ALL_MAKEFILES \\
24937         dlls/d3d10/tests/Makefile"
24938 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24939         d3d10/tests"
24940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24941 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24942 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24943
24944 ALL_MAKEFILES="$ALL_MAKEFILES \\
24945         dlls/d3d10core/Makefile"
24946 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24947         d3d10core"
24948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24949 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24950 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24951
24952 ALL_MAKEFILES="$ALL_MAKEFILES \\
24953         dlls/d3d10core/tests/Makefile"
24954 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24955         d3d10core/tests"
24956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24957 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24958 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24959
24960 ALL_MAKEFILES="$ALL_MAKEFILES \\
24961         dlls/d3d8/Makefile"
24962 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24963         d3d8"
24964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24965 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24966 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24967
24968 ALL_MAKEFILES="$ALL_MAKEFILES \\
24969         dlls/d3d8/tests/Makefile"
24970 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24971         d3d8/tests"
24972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24973 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24974 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24975
24976 ALL_MAKEFILES="$ALL_MAKEFILES \\
24977         dlls/d3d9/Makefile"
24978 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24979         d3d9"
24980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24981 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24982 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24983
24984 ALL_MAKEFILES="$ALL_MAKEFILES \\
24985         dlls/d3d9/tests/Makefile"
24986 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24987         d3d9/tests"
24988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24989 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24990 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24991
24992 ALL_MAKEFILES="$ALL_MAKEFILES \\
24993         dlls/d3dim/Makefile"
24994 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24995         d3dim"
24996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24997 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24998 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24999
25000 ALL_MAKEFILES="$ALL_MAKEFILES \\
25001         dlls/d3drm/Makefile"
25002 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25003         d3drm"
25004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25005 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
25006 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
25007
25008 ALL_MAKEFILES="$ALL_MAKEFILES \\
25009         dlls/d3drm/tests/Makefile"
25010 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25011         d3drm/tests"
25012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25013 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
25014 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
25015
25016 ALL_MAKEFILES="$ALL_MAKEFILES \\
25017         dlls/d3dx8/Makefile"
25018 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25019         d3dx8"
25020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25021 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
25022 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
25023
25024 ALL_MAKEFILES="$ALL_MAKEFILES \\
25025         dlls/d3dx8/tests/Makefile"
25026 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25027         d3dx8/tests"
25028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25029 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
25030 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
25031
25032 ALL_MAKEFILES="$ALL_MAKEFILES \\
25033         dlls/d3dx9_24/Makefile"
25034 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25035         d3dx9_24"
25036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25037 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
25038 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
25039
25040 ALL_MAKEFILES="$ALL_MAKEFILES \\
25041         dlls/d3dx9_25/Makefile"
25042 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25043         d3dx9_25"
25044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25045 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
25046 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
25047
25048 ALL_MAKEFILES="$ALL_MAKEFILES \\
25049         dlls/d3dx9_26/Makefile"
25050 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25051         d3dx9_26"
25052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25053 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
25054 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
25055
25056 ALL_MAKEFILES="$ALL_MAKEFILES \\
25057         dlls/d3dx9_27/Makefile"
25058 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25059         d3dx9_27"
25060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25061 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
25062 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
25063
25064 ALL_MAKEFILES="$ALL_MAKEFILES \\
25065         dlls/d3dx9_28/Makefile"
25066 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25067         d3dx9_28"
25068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25069 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
25070 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
25071
25072 ALL_MAKEFILES="$ALL_MAKEFILES \\
25073         dlls/d3dx9_29/Makefile"
25074 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25075         d3dx9_29"
25076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25077 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
25078 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
25079
25080 ALL_MAKEFILES="$ALL_MAKEFILES \\
25081         dlls/d3dx9_30/Makefile"
25082 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25083         d3dx9_30"
25084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25085 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
25086 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
25087
25088 ALL_MAKEFILES="$ALL_MAKEFILES \\
25089         dlls/d3dx9_31/Makefile"
25090 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25091         d3dx9_31"
25092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25093 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
25094 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
25095
25096 ALL_MAKEFILES="$ALL_MAKEFILES \\
25097         dlls/d3dx9_32/Makefile"
25098 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25099         d3dx9_32"
25100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25101 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
25102 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
25103
25104 ALL_MAKEFILES="$ALL_MAKEFILES \\
25105         dlls/d3dx9_33/Makefile"
25106 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25107         d3dx9_33"
25108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25109 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
25110 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
25111
25112 ALL_MAKEFILES="$ALL_MAKEFILES \\
25113         dlls/d3dx9_34/Makefile"
25114 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25115         d3dx9_34"
25116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25117 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
25118 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
25119
25120 ALL_MAKEFILES="$ALL_MAKEFILES \\
25121         dlls/d3dx9_35/Makefile"
25122 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25123         d3dx9_35"
25124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25125 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
25126 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
25127
25128 ALL_MAKEFILES="$ALL_MAKEFILES \\
25129         dlls/d3dx9_36/Makefile"
25130 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25131         d3dx9_36"
25132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25133 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
25134 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
25135
25136 ALL_MAKEFILES="$ALL_MAKEFILES \\
25137         dlls/d3dx9_36/tests/Makefile"
25138 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25139         d3dx9_36/tests"
25140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25141 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
25142 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
25143
25144 ALL_MAKEFILES="$ALL_MAKEFILES \\
25145         dlls/d3dx9_37/Makefile"
25146 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25147         d3dx9_37"
25148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25149 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
25150 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
25151
25152 ALL_MAKEFILES="$ALL_MAKEFILES \\
25153         dlls/d3dx9_38/Makefile"
25154 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25155         d3dx9_38"
25156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25157 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
25158 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
25159
25160 ALL_MAKEFILES="$ALL_MAKEFILES \\
25161         dlls/d3dx9_39/Makefile"
25162 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25163         d3dx9_39"
25164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25165 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
25166 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
25167
25168 ALL_MAKEFILES="$ALL_MAKEFILES \\
25169         dlls/d3dx9_40/Makefile"
25170 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25171         d3dx9_40"
25172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25173 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
25174 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
25175
25176 ALL_MAKEFILES="$ALL_MAKEFILES \\
25177         dlls/d3dx9_41/Makefile"
25178 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25179         d3dx9_41"
25180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25181 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
25182 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
25183
25184 ALL_MAKEFILES="$ALL_MAKEFILES \\
25185         dlls/d3dxof/Makefile"
25186 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25187         d3dxof"
25188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25189 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
25190 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
25191
25192 ALL_MAKEFILES="$ALL_MAKEFILES \\
25193         dlls/d3dxof/tests/Makefile"
25194 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25195         d3dxof/tests"
25196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25197 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
25198 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
25199
25200 ALL_MAKEFILES="$ALL_MAKEFILES \\
25201         dlls/dbghelp/Makefile"
25202 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25203         dbghelp"
25204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25205 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
25206 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
25207
25208 ALL_MAKEFILES="$ALL_MAKEFILES \\
25209         dlls/dciman32/Makefile"
25210 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25211         dciman32"
25212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25213 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
25214 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
25215
25216 ALL_MAKEFILES="$ALL_MAKEFILES \\
25217         dlls/ddeml.dll16/Makefile"
25218 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25219         ddeml.dll16"
25220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25221 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
25222 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
25223
25224 ALL_MAKEFILES="$ALL_MAKEFILES \\
25225         dlls/ddraw/Makefile"
25226 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25227         ddraw"
25228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25229 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
25230 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
25231
25232 ALL_MAKEFILES="$ALL_MAKEFILES \\
25233         dlls/ddraw/tests/Makefile"
25234 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25235         ddraw/tests"
25236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25237 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
25238 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
25239
25240 ALL_MAKEFILES="$ALL_MAKEFILES \\
25241         dlls/ddrawex/Makefile"
25242 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25243         ddrawex"
25244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25245 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
25246 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
25247
25248 ALL_MAKEFILES="$ALL_MAKEFILES \\
25249         dlls/ddrawex/tests/Makefile"
25250 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25251         ddrawex/tests"
25252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25253 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
25254 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
25255
25256 ALL_MAKEFILES="$ALL_MAKEFILES \\
25257         dlls/devenum/Makefile"
25258 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25259         devenum"
25260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25261 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
25262 ac_config_files="$ac_config_files dlls/devenum/Makefile"
25263
25264 ALL_MAKEFILES="$ALL_MAKEFILES \\
25265         dlls/dinput/Makefile"
25266 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25267         dinput"
25268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25269 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
25270 ac_config_files="$ac_config_files dlls/dinput/Makefile"
25271
25272 ALL_MAKEFILES="$ALL_MAKEFILES \\
25273         dlls/dinput/tests/Makefile"
25274 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25275         dinput/tests"
25276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25277 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25278 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25279
25280 ALL_MAKEFILES="$ALL_MAKEFILES \\
25281         dlls/dinput8/Makefile"
25282 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25283         dinput8"
25284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25285 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25286 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25287
25288 ALL_MAKEFILES="$ALL_MAKEFILES \\
25289         dlls/dispdib.dll16/Makefile"
25290 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25291         dispdib.dll16"
25292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25293 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
25294 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
25295
25296 ALL_MAKEFILES="$ALL_MAKEFILES \\
25297         dlls/display.drv16/Makefile"
25298 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25299         display.drv16"
25300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25301 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
25302 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
25303
25304 ALL_MAKEFILES="$ALL_MAKEFILES \\
25305         dlls/dmband/Makefile"
25306 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25307         dmband"
25308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25309 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25310 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25311
25312 ALL_MAKEFILES="$ALL_MAKEFILES \\
25313         dlls/dmcompos/Makefile"
25314 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25315         dmcompos"
25316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25317 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25318 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25319
25320 ALL_MAKEFILES="$ALL_MAKEFILES \\
25321         dlls/dmime/Makefile"
25322 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25323         dmime"
25324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25325 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25326 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25327
25328 ALL_MAKEFILES="$ALL_MAKEFILES \\
25329         dlls/dmloader/Makefile"
25330 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25331         dmloader"
25332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25333 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25334 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25335
25336 ALL_MAKEFILES="$ALL_MAKEFILES \\
25337         dlls/dmscript/Makefile"
25338 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25339         dmscript"
25340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25341 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25342 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25343
25344 ALL_MAKEFILES="$ALL_MAKEFILES \\
25345         dlls/dmstyle/Makefile"
25346 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25347         dmstyle"
25348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25349 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25350 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25351
25352 ALL_MAKEFILES="$ALL_MAKEFILES \\
25353         dlls/dmsynth/Makefile"
25354 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25355         dmsynth"
25356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25357 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25358 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25359
25360 ALL_MAKEFILES="$ALL_MAKEFILES \\
25361         dlls/dmusic/Makefile"
25362 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25363         dmusic"
25364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25365 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25366 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25367
25368 ALL_MAKEFILES="$ALL_MAKEFILES \\
25369         dlls/dmusic32/Makefile"
25370 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25371         dmusic32"
25372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25373 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25374 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25375
25376 ALL_MAKEFILES="$ALL_MAKEFILES \\
25377         dlls/dnsapi/Makefile"
25378 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25379         dnsapi"
25380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25381 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25382 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25383
25384 ALL_MAKEFILES="$ALL_MAKEFILES \\
25385         dlls/dnsapi/tests/Makefile"
25386 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25387         dnsapi/tests"
25388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25389 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25390 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25391
25392 ALL_MAKEFILES="$ALL_MAKEFILES \\
25393         dlls/dplay/Makefile"
25394 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25395         dplay"
25396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25397 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25398 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25399
25400 ALL_MAKEFILES="$ALL_MAKEFILES \\
25401         dlls/dplayx/Makefile"
25402 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25403         dplayx"
25404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25405 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25406 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25407
25408 ALL_MAKEFILES="$ALL_MAKEFILES \\
25409         dlls/dplayx/tests/Makefile"
25410 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25411         dplayx/tests"
25412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25413 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25414 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25415
25416 ALL_MAKEFILES="$ALL_MAKEFILES \\
25417         dlls/dpnaddr/Makefile"
25418 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25419         dpnaddr"
25420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25421 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25422 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25423
25424 ALL_MAKEFILES="$ALL_MAKEFILES \\
25425         dlls/dpnet/Makefile"
25426 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25427         dpnet"
25428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25429 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25430 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25431
25432 ALL_MAKEFILES="$ALL_MAKEFILES \\
25433         dlls/dpnhpast/Makefile"
25434 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25435         dpnhpast"
25436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25437 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25438 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25439
25440 ALL_MAKEFILES="$ALL_MAKEFILES \\
25441         dlls/dpnlobby/Makefile"
25442 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25443         dpnlobby"
25444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25445 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25446 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25447
25448 ALL_MAKEFILES="$ALL_MAKEFILES \\
25449         dlls/dpwsockx/Makefile"
25450 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25451         dpwsockx"
25452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25453 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25454 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25455
25456 ALL_MAKEFILES="$ALL_MAKEFILES \\
25457         dlls/dsound/Makefile"
25458 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25459         dsound"
25460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25461 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25462 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25463
25464 ALL_MAKEFILES="$ALL_MAKEFILES \\
25465         dlls/dsound/tests/Makefile"
25466 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25467         dsound/tests"
25468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25469 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25470 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25471
25472 ALL_MAKEFILES="$ALL_MAKEFILES \\
25473         dlls/dssenh/Makefile"
25474 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25475         dssenh"
25476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25477 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25478 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25479
25480 ALL_MAKEFILES="$ALL_MAKEFILES \\
25481         dlls/dswave/Makefile"
25482 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25483         dswave"
25484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25485 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25486 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25487
25488 ALL_MAKEFILES="$ALL_MAKEFILES \\
25489         dlls/dwmapi/Makefile"
25490 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25491         dwmapi"
25492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25493 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25494 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25495
25496 ALL_MAKEFILES="$ALL_MAKEFILES \\
25497         dlls/dxdiagn/Makefile"
25498 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25499         dxdiagn"
25500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25501 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25502 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25503
25504 ALL_MAKEFILES="$ALL_MAKEFILES \\
25505         dlls/dxerr8/Makefile"
25506 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25507         dxerr8"
25508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25509 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25510 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25511
25512 ALL_MAKEFILES="$ALL_MAKEFILES \\
25513         dlls/dxerr9/Makefile"
25514 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25515         dxerr9"
25516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25517 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25518 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25519
25520 ALL_MAKEFILES="$ALL_MAKEFILES \\
25521         dlls/dxgi/Makefile"
25522 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25523         dxgi"
25524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25525 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25526 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25527
25528 ALL_MAKEFILES="$ALL_MAKEFILES \\
25529         dlls/dxgi/tests/Makefile"
25530 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25531         dxgi/tests"
25532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25533 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25534 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25535
25536 ALL_MAKEFILES="$ALL_MAKEFILES \\
25537         dlls/dxguid/Makefile"
25538 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25539         dxguid"
25540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25541 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25542 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25543
25544 ALL_MAKEFILES="$ALL_MAKEFILES \\
25545         dlls/faultrep/Makefile"
25546 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25547         faultrep"
25548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25549 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25550 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25551
25552 ALL_MAKEFILES="$ALL_MAKEFILES \\
25553         dlls/fusion/Makefile"
25554 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25555         fusion"
25556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25557 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25558 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25559
25560 ALL_MAKEFILES="$ALL_MAKEFILES \\
25561         dlls/fusion/tests/Makefile"
25562 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25563         fusion/tests"
25564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25565 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25566 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25567
25568 ALL_MAKEFILES="$ALL_MAKEFILES \\
25569         dlls/gdi32/Makefile"
25570 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25571         gdi32"
25572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25573 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25574 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25575
25576 ALL_MAKEFILES="$ALL_MAKEFILES \\
25577         dlls/gdi32/tests/Makefile"
25578 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25579         gdi32/tests"
25580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25581 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25582 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25583
25584 ALL_MAKEFILES="$ALL_MAKEFILES \\
25585         dlls/gdiplus/Makefile"
25586 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25587         gdiplus"
25588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25589 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25590 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25591
25592 ALL_MAKEFILES="$ALL_MAKEFILES \\
25593         dlls/gdiplus/tests/Makefile"
25594 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25595         gdiplus/tests"
25596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25597 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25598 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25599
25600 ALL_MAKEFILES="$ALL_MAKEFILES \\
25601         dlls/glu32/Makefile"
25602 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25603         glu32"
25604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25605 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25606 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25607
25608 ALL_MAKEFILES="$ALL_MAKEFILES \\
25609         dlls/gphoto2.ds/Makefile"
25610 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25611         gphoto2.ds"
25612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25613 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25614 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25615
25616 ALL_MAKEFILES="$ALL_MAKEFILES \\
25617         dlls/gpkcsp/Makefile"
25618 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25619         gpkcsp"
25620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25621 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25622 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25623
25624 ALL_MAKEFILES="$ALL_MAKEFILES \\
25625         dlls/hal/Makefile"
25626 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25627         hal"
25628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25629 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25630 ac_config_files="$ac_config_files dlls/hal/Makefile"
25631
25632 ALL_MAKEFILES="$ALL_MAKEFILES \\
25633         dlls/hhctrl.ocx/Makefile"
25634 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25635         hhctrl.ocx"
25636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25637 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25638 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25639
25640 ALL_MAKEFILES="$ALL_MAKEFILES \\
25641         dlls/hid/Makefile"
25642 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25643         hid"
25644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25645 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25646 ac_config_files="$ac_config_files dlls/hid/Makefile"
25647
25648 ALL_MAKEFILES="$ALL_MAKEFILES \\
25649         dlls/hlink/Makefile"
25650 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25651         hlink"
25652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25653 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25654 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25655
25656 ALL_MAKEFILES="$ALL_MAKEFILES \\
25657         dlls/hlink/tests/Makefile"
25658 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25659         hlink/tests"
25660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25661 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25662 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25663
25664 ALL_MAKEFILES="$ALL_MAKEFILES \\
25665         dlls/hnetcfg/Makefile"
25666 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25667         hnetcfg"
25668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25669 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25670 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25671
25672 ALL_MAKEFILES="$ALL_MAKEFILES \\
25673         dlls/httpapi/Makefile"
25674 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25675         httpapi"
25676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25677 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25678 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25679
25680 ALL_MAKEFILES="$ALL_MAKEFILES \\
25681         dlls/iccvid/Makefile"
25682 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25683         iccvid"
25684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25685 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25686 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25687
25688 ALL_MAKEFILES="$ALL_MAKEFILES \\
25689         dlls/icmp/Makefile"
25690 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25691         icmp"
25692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25693 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25694 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25695
25696 ALL_MAKEFILES="$ALL_MAKEFILES \\
25697         dlls/ifsmgr.vxd/Makefile"
25698 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25699         ifsmgr.vxd"
25700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25701 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25702 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25703
25704 ALL_MAKEFILES="$ALL_MAKEFILES \\
25705         dlls/imaadp32.acm/Makefile"
25706 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25707         imaadp32.acm"
25708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25709 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25710 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25711
25712 ALL_MAKEFILES="$ALL_MAKEFILES \\
25713         dlls/imagehlp/Makefile"
25714 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25715         imagehlp"
25716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25717 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25718 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25719
25720 ALL_MAKEFILES="$ALL_MAKEFILES \\
25721         dlls/imm.dll16/Makefile"
25722 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25723         imm.dll16"
25724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25725 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
25726 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
25727
25728 ALL_MAKEFILES="$ALL_MAKEFILES \\
25729         dlls/imm32/Makefile"
25730 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25731         imm32"
25732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25733 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25734 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25735
25736 ALL_MAKEFILES="$ALL_MAKEFILES \\
25737         dlls/imm32/tests/Makefile"
25738 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25739         imm32/tests"
25740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25741 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25742 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25743
25744 ALL_MAKEFILES="$ALL_MAKEFILES \\
25745         dlls/inetcomm/Makefile"
25746 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25747         inetcomm"
25748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25749 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25750 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25751
25752 ALL_MAKEFILES="$ALL_MAKEFILES \\
25753         dlls/inetcomm/tests/Makefile"
25754 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25755         inetcomm/tests"
25756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25757 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25758 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25759
25760 ALL_MAKEFILES="$ALL_MAKEFILES \\
25761         dlls/inetmib1/Makefile"
25762 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25763         inetmib1"
25764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25765 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25766 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25767
25768 ALL_MAKEFILES="$ALL_MAKEFILES \\
25769         dlls/inetmib1/tests/Makefile"
25770 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25771         inetmib1/tests"
25772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25773 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25774 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25775
25776 ALL_MAKEFILES="$ALL_MAKEFILES \\
25777         dlls/infosoft/Makefile"
25778 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25779         infosoft"
25780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25781 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25782 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25783
25784 ALL_MAKEFILES="$ALL_MAKEFILES \\
25785         dlls/infosoft/tests/Makefile"
25786 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25787         infosoft/tests"
25788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25789 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25790 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25791
25792 ALL_MAKEFILES="$ALL_MAKEFILES \\
25793         dlls/initpki/Makefile"
25794 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25795         initpki"
25796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25797 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25798 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25799
25800 ALL_MAKEFILES="$ALL_MAKEFILES \\
25801         dlls/inkobj/Makefile"
25802 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25803         inkobj"
25804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25805 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25806 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25807
25808 ALL_MAKEFILES="$ALL_MAKEFILES \\
25809         dlls/inseng/Makefile"
25810 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25811         inseng"
25812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25813 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25814 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25815
25816 ALL_MAKEFILES="$ALL_MAKEFILES \\
25817         dlls/iphlpapi/Makefile"
25818 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25819         iphlpapi"
25820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25821 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25822 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25823
25824 ALL_MAKEFILES="$ALL_MAKEFILES \\
25825         dlls/iphlpapi/tests/Makefile"
25826 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25827         iphlpapi/tests"
25828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25829 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25830 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25831
25832 ALL_MAKEFILES="$ALL_MAKEFILES \\
25833         dlls/itircl/Makefile"
25834 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25835         itircl"
25836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25837 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25838 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25839
25840 ALL_MAKEFILES="$ALL_MAKEFILES \\
25841         dlls/itss/Makefile"
25842 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25843         itss"
25844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25845 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25846 ac_config_files="$ac_config_files dlls/itss/Makefile"
25847
25848 ALL_MAKEFILES="$ALL_MAKEFILES \\
25849         dlls/itss/tests/Makefile"
25850 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25851         itss/tests"
25852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25853 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25854 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25855
25856 ALL_MAKEFILES="$ALL_MAKEFILES \\
25857         dlls/jscript/Makefile"
25858 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25859         jscript"
25860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25861 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25862 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25863
25864 ALL_MAKEFILES="$ALL_MAKEFILES \\
25865         dlls/jscript/tests/Makefile"
25866 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25867         jscript/tests"
25868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25869 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25870 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25871
25872 ALL_MAKEFILES="$ALL_MAKEFILES \\
25873         dlls/kernel32/Makefile"
25874 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25875         kernel32"
25876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25877 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25878 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25879
25880 ALL_MAKEFILES="$ALL_MAKEFILES \\
25881         dlls/kernel32/tests/Makefile"
25882 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25883         kernel32/tests"
25884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25885 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25886 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25887
25888 ALL_MAKEFILES="$ALL_MAKEFILES \\
25889         dlls/keyboard.drv16/Makefile"
25890 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25891         keyboard.drv16"
25892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25893 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
25894 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
25895
25896 ALL_MAKEFILES="$ALL_MAKEFILES \\
25897         dlls/loadperf/Makefile"
25898 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25899         loadperf"
25900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25901 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25902 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25903
25904 ALL_MAKEFILES="$ALL_MAKEFILES \\
25905         dlls/localspl/Makefile"
25906 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25907         localspl"
25908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25909 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25910 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25911
25912 ALL_MAKEFILES="$ALL_MAKEFILES \\
25913         dlls/localspl/tests/Makefile"
25914 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25915         localspl/tests"
25916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25917 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25918 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25919
25920 ALL_MAKEFILES="$ALL_MAKEFILES \\
25921         dlls/localui/Makefile"
25922 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25923         localui"
25924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25925 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25926 ac_config_files="$ac_config_files dlls/localui/Makefile"
25927
25928 ALL_MAKEFILES="$ALL_MAKEFILES \\
25929         dlls/localui/tests/Makefile"
25930 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25931         localui/tests"
25932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25933 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25934 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25935
25936 ALL_MAKEFILES="$ALL_MAKEFILES \\
25937         dlls/lz32/Makefile"
25938 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25939         lz32"
25940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25941 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25942 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25943
25944 ALL_MAKEFILES="$ALL_MAKEFILES \\
25945         dlls/lz32/tests/Makefile"
25946 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25947         lz32/tests"
25948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25949 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25950 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25951
25952 ALL_MAKEFILES="$ALL_MAKEFILES \\
25953         dlls/lzexpand.dll16/Makefile"
25954 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25955         lzexpand.dll16"
25956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25957 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
25958 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
25959
25960 ALL_MAKEFILES="$ALL_MAKEFILES \\
25961         dlls/mapi32/Makefile"
25962 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25963         mapi32"
25964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25965 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25966 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25967
25968 ALL_MAKEFILES="$ALL_MAKEFILES \\
25969         dlls/mapi32/tests/Makefile"
25970 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25971         mapi32/tests"
25972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25973 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25974 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25975
25976 ALL_MAKEFILES="$ALL_MAKEFILES \\
25977         dlls/mciavi32/Makefile"
25978 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25979         mciavi32"
25980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25981 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25982 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25983
25984 ALL_MAKEFILES="$ALL_MAKEFILES \\
25985         dlls/mcicda/Makefile"
25986 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25987         mcicda"
25988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25989 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25990 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25991
25992 ALL_MAKEFILES="$ALL_MAKEFILES \\
25993         dlls/mciqtz32/Makefile"
25994 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25995         mciqtz32"
25996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25997 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
25998 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
25999
26000 ALL_MAKEFILES="$ALL_MAKEFILES \\
26001         dlls/mciseq/Makefile"
26002 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26003         mciseq"
26004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26005 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
26006 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
26007
26008 ALL_MAKEFILES="$ALL_MAKEFILES \\
26009         dlls/mciwave/Makefile"
26010 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26011         mciwave"
26012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26013 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
26014 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
26015
26016 ALL_MAKEFILES="$ALL_MAKEFILES \\
26017         dlls/midimap/Makefile"
26018 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26019         midimap"
26020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26021 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
26022 ac_config_files="$ac_config_files dlls/midimap/Makefile"
26023
26024 ALL_MAKEFILES="$ALL_MAKEFILES \\
26025         dlls/mlang/Makefile"
26026 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26027         mlang"
26028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26029 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
26030 ac_config_files="$ac_config_files dlls/mlang/Makefile"
26031
26032 ALL_MAKEFILES="$ALL_MAKEFILES \\
26033         dlls/mlang/tests/Makefile"
26034 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26035         mlang/tests"
26036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26037 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
26038 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
26039
26040 ALL_MAKEFILES="$ALL_MAKEFILES \\
26041         dlls/mmdevldr.vxd/Makefile"
26042 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26043         mmdevldr.vxd"
26044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26045 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
26046 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
26047
26048 ALL_MAKEFILES="$ALL_MAKEFILES \\
26049         dlls/monodebg.vxd/Makefile"
26050 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26051         monodebg.vxd"
26052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26053 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
26054 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
26055
26056 ALL_MAKEFILES="$ALL_MAKEFILES \\
26057         dlls/mountmgr.sys/Makefile"
26058 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26059         mountmgr.sys"
26060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26061 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
26062 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
26063
26064 ALL_MAKEFILES="$ALL_MAKEFILES \\
26065         dlls/mouse.drv16/Makefile"
26066 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26067         mouse.drv16"
26068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26069 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
26070 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
26071
26072 ALL_MAKEFILES="$ALL_MAKEFILES \\
26073         dlls/mpr/Makefile"
26074 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26075         mpr"
26076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26077 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
26078 ac_config_files="$ac_config_files dlls/mpr/Makefile"
26079
26080 ALL_MAKEFILES="$ALL_MAKEFILES \\
26081         dlls/mprapi/Makefile"
26082 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26083         mprapi"
26084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26085 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
26086 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
26087
26088 ALL_MAKEFILES="$ALL_MAKEFILES \\
26089         dlls/msacm.dll16/Makefile"
26090 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26091         msacm.dll16"
26092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26093 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
26094 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
26095
26096 ALL_MAKEFILES="$ALL_MAKEFILES \\
26097         dlls/msacm32.drv/Makefile"
26098 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26099         msacm32.drv"
26100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26101 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
26102 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
26103
26104 ALL_MAKEFILES="$ALL_MAKEFILES \\
26105         dlls/msacm32/Makefile"
26106 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26107         msacm32"
26108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26109 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
26110 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
26111
26112 ALL_MAKEFILES="$ALL_MAKEFILES \\
26113         dlls/msacm32/tests/Makefile"
26114 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26115         msacm32/tests"
26116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26117 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
26118 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
26119
26120 ALL_MAKEFILES="$ALL_MAKEFILES \\
26121         dlls/msadp32.acm/Makefile"
26122 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26123         msadp32.acm"
26124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26125 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
26126 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
26127
26128 ALL_MAKEFILES="$ALL_MAKEFILES \\
26129         dlls/mscat32/Makefile"
26130 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26131         mscat32"
26132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26133 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
26134 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
26135
26136 ALL_MAKEFILES="$ALL_MAKEFILES \\
26137         dlls/mscms/Makefile"
26138 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26139         mscms"
26140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26141 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
26142 ac_config_files="$ac_config_files dlls/mscms/Makefile"
26143
26144 ALL_MAKEFILES="$ALL_MAKEFILES \\
26145         dlls/mscms/tests/Makefile"
26146 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26147         mscms/tests"
26148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26149 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
26150 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
26151
26152 ALL_MAKEFILES="$ALL_MAKEFILES \\
26153         dlls/mscoree/Makefile"
26154 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26155         mscoree"
26156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26157 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
26158 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
26159
26160 ALL_MAKEFILES="$ALL_MAKEFILES \\
26161         dlls/msctf/Makefile"
26162 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26163         msctf"
26164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26165 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
26166 ac_config_files="$ac_config_files dlls/msctf/Makefile"
26167
26168 ALL_MAKEFILES="$ALL_MAKEFILES \\
26169         dlls/msctf/tests/Makefile"
26170 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26171         msctf/tests"
26172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26173 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
26174 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
26175
26176 ALL_MAKEFILES="$ALL_MAKEFILES \\
26177         dlls/msdmo/Makefile"
26178 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26179         msdmo"
26180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26181 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
26182 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
26183
26184 ALL_MAKEFILES="$ALL_MAKEFILES \\
26185         dlls/msftedit/Makefile"
26186 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26187         msftedit"
26188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26189 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
26190 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
26191
26192 ALL_MAKEFILES="$ALL_MAKEFILES \\
26193         dlls/msg711.acm/Makefile"
26194 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26195         msg711.acm"
26196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26197 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
26198 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
26199
26200 ALL_MAKEFILES="$ALL_MAKEFILES \\
26201         dlls/mshtml.tlb/Makefile"
26202 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26203         mshtml.tlb"
26204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26205 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
26206 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
26207
26208 ALL_MAKEFILES="$ALL_MAKEFILES \\
26209         dlls/mshtml/Makefile"
26210 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26211         mshtml"
26212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26213 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
26214 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
26215
26216 ALL_MAKEFILES="$ALL_MAKEFILES \\
26217         dlls/mshtml/tests/Makefile"
26218 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26219         mshtml/tests"
26220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26221 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
26222 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
26223
26224 ALL_MAKEFILES="$ALL_MAKEFILES \\
26225         dlls/msi/Makefile"
26226 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26227         msi"
26228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26229 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
26230 ac_config_files="$ac_config_files dlls/msi/Makefile"
26231
26232 ALL_MAKEFILES="$ALL_MAKEFILES \\
26233         dlls/msi/tests/Makefile"
26234 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26235         msi/tests"
26236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26237 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
26238 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
26239
26240 ALL_MAKEFILES="$ALL_MAKEFILES \\
26241         dlls/msimg32/Makefile"
26242 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26243         msimg32"
26244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26245 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
26246 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
26247
26248 ALL_MAKEFILES="$ALL_MAKEFILES \\
26249         dlls/msimtf/Makefile"
26250 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26251         msimtf"
26252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26253 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
26254 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
26255
26256 ALL_MAKEFILES="$ALL_MAKEFILES \\
26257         dlls/msisip/Makefile"
26258 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26259         msisip"
26260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26261 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
26262 ac_config_files="$ac_config_files dlls/msisip/Makefile"
26263
26264 ALL_MAKEFILES="$ALL_MAKEFILES \\
26265         dlls/msisys.ocx/Makefile"
26266 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26267         msisys.ocx"
26268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26269 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
26270 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
26271
26272 ALL_MAKEFILES="$ALL_MAKEFILES \\
26273         dlls/msnet32/Makefile"
26274 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26275         msnet32"
26276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26277 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
26278 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
26279
26280 ALL_MAKEFILES="$ALL_MAKEFILES \\
26281         dlls/msrle32/Makefile"
26282 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26283         msrle32"
26284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26285 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
26286 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
26287
26288 ALL_MAKEFILES="$ALL_MAKEFILES \\
26289         dlls/mssign32/Makefile"
26290 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26291         mssign32"
26292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26293 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
26294 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
26295
26296 ALL_MAKEFILES="$ALL_MAKEFILES \\
26297         dlls/mssip32/Makefile"
26298 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26299         mssip32"
26300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26301 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
26302 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
26303
26304 ALL_MAKEFILES="$ALL_MAKEFILES \\
26305         dlls/mstask/Makefile"
26306 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26307         mstask"
26308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26309 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
26310 ac_config_files="$ac_config_files dlls/mstask/Makefile"
26311
26312 ALL_MAKEFILES="$ALL_MAKEFILES \\
26313         dlls/mstask/tests/Makefile"
26314 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26315         mstask/tests"
26316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26317 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
26318 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
26319
26320 ALL_MAKEFILES="$ALL_MAKEFILES \\
26321         dlls/msvcirt/Makefile"
26322 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26323         msvcirt"
26324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26325 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
26326 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
26327
26328 ALL_MAKEFILES="$ALL_MAKEFILES \\
26329         dlls/msvcr71/Makefile"
26330 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26331         msvcr71"
26332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26333 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26334 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26335
26336 ALL_MAKEFILES="$ALL_MAKEFILES \\
26337         dlls/msvcrt/Makefile"
26338 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26339         msvcrt"
26340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26341 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26342 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26343
26344 ALL_MAKEFILES="$ALL_MAKEFILES \\
26345         dlls/msvcrt/tests/Makefile"
26346 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26347         msvcrt/tests"
26348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26349 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26350 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26351
26352 ALL_MAKEFILES="$ALL_MAKEFILES \\
26353         dlls/msvcrt20/Makefile"
26354 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26355         msvcrt20"
26356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26357 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26358 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26359
26360 ALL_MAKEFILES="$ALL_MAKEFILES \\
26361         dlls/msvcrt40/Makefile"
26362 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26363         msvcrt40"
26364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26365 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26366 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26367
26368 ALL_MAKEFILES="$ALL_MAKEFILES \\
26369         dlls/msvcrtd/Makefile"
26370 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26371         msvcrtd"
26372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26373 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26374 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26375
26376 ALL_MAKEFILES="$ALL_MAKEFILES \\
26377         dlls/msvcrtd/tests/Makefile"
26378 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26379         msvcrtd/tests"
26380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26381 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26382 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26383
26384 ALL_MAKEFILES="$ALL_MAKEFILES \\
26385         dlls/msvfw32/Makefile"
26386 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26387         msvfw32"
26388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26389 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26390 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26391
26392 ALL_MAKEFILES="$ALL_MAKEFILES \\
26393         dlls/msvfw32/tests/Makefile"
26394 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26395         msvfw32/tests"
26396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26397 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26398 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26399
26400 ALL_MAKEFILES="$ALL_MAKEFILES \\
26401         dlls/msvidc32/Makefile"
26402 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26403         msvidc32"
26404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26405 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26406 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26407
26408 ALL_MAKEFILES="$ALL_MAKEFILES \\
26409         dlls/msvideo.dll16/Makefile"
26410 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26411         msvideo.dll16"
26412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26413 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
26414 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
26415
26416 ALL_MAKEFILES="$ALL_MAKEFILES \\
26417         dlls/mswsock/Makefile"
26418 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26419         mswsock"
26420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26421 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26422 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26423
26424 ALL_MAKEFILES="$ALL_MAKEFILES \\
26425         dlls/msxml3/Makefile"
26426 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26427         msxml3"
26428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26429 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26430 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26431
26432 ALL_MAKEFILES="$ALL_MAKEFILES \\
26433         dlls/msxml3/tests/Makefile"
26434 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26435         msxml3/tests"
26436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26437 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26438 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26439
26440 ALL_MAKEFILES="$ALL_MAKEFILES \\
26441         dlls/nddeapi/Makefile"
26442 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26443         nddeapi"
26444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26445 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26446 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26447
26448 ALL_MAKEFILES="$ALL_MAKEFILES \\
26449         dlls/netapi32/Makefile"
26450 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26451         netapi32"
26452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26453 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26454 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26455
26456 ALL_MAKEFILES="$ALL_MAKEFILES \\
26457         dlls/netapi32/tests/Makefile"
26458 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26459         netapi32/tests"
26460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26461 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26462 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26463
26464 ALL_MAKEFILES="$ALL_MAKEFILES \\
26465         dlls/newdev/Makefile"
26466 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26467         newdev"
26468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26469 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26470 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26471
26472 ALL_MAKEFILES="$ALL_MAKEFILES \\
26473         dlls/ntdll/Makefile"
26474 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26475         ntdll"
26476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26477 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26478 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26479
26480 ALL_MAKEFILES="$ALL_MAKEFILES \\
26481         dlls/ntdll/tests/Makefile"
26482 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26483         ntdll/tests"
26484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26485 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26486 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26487
26488 ALL_MAKEFILES="$ALL_MAKEFILES \\
26489         dlls/ntdsapi/Makefile"
26490 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26491         ntdsapi"
26492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26493 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26494 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26495
26496 ALL_MAKEFILES="$ALL_MAKEFILES \\
26497         dlls/ntdsapi/tests/Makefile"
26498 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26499         ntdsapi/tests"
26500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26501 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26502 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26503
26504 ALL_MAKEFILES="$ALL_MAKEFILES \\
26505         dlls/ntoskrnl.exe/Makefile"
26506 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26507         ntoskrnl.exe"
26508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26509 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26510 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26511
26512 ALL_MAKEFILES="$ALL_MAKEFILES \\
26513         dlls/ntprint/Makefile"
26514 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26515         ntprint"
26516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26517 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26518 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26519
26520 ALL_MAKEFILES="$ALL_MAKEFILES \\
26521         dlls/ntprint/tests/Makefile"
26522 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26523         ntprint/tests"
26524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26525 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26526 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26527
26528 ALL_MAKEFILES="$ALL_MAKEFILES \\
26529         dlls/objsel/Makefile"
26530 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26531         objsel"
26532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26533 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26534 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26535
26536 ALL_MAKEFILES="$ALL_MAKEFILES \\
26537         dlls/odbc32/Makefile"
26538 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26539         odbc32"
26540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26541 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26542 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26543
26544 ALL_MAKEFILES="$ALL_MAKEFILES \\
26545         dlls/odbccp32/Makefile"
26546 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26547         odbccp32"
26548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26549 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26550 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26551
26552 ALL_MAKEFILES="$ALL_MAKEFILES \\
26553         dlls/odbccp32/tests/Makefile"
26554 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26555         odbccp32/tests"
26556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26557 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26558 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26559
26560 ALL_MAKEFILES="$ALL_MAKEFILES \\
26561         dlls/ole2.dll16/Makefile"
26562 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26563         ole2.dll16"
26564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26565 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
26566 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
26567
26568 ALL_MAKEFILES="$ALL_MAKEFILES \\
26569         dlls/ole2conv.dll16/Makefile"
26570 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26571         ole2conv.dll16"
26572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26573 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
26574 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
26575
26576 ALL_MAKEFILES="$ALL_MAKEFILES \\
26577         dlls/ole2disp.dll16/Makefile"
26578 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26579         ole2disp.dll16"
26580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26581 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
26582 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
26583
26584 ALL_MAKEFILES="$ALL_MAKEFILES \\
26585         dlls/ole2nls.dll16/Makefile"
26586 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26587         ole2nls.dll16"
26588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26589 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
26590 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
26591
26592 ALL_MAKEFILES="$ALL_MAKEFILES \\
26593         dlls/ole2prox.dll16/Makefile"
26594 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26595         ole2prox.dll16"
26596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26597 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
26598 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
26599
26600 ALL_MAKEFILES="$ALL_MAKEFILES \\
26601         dlls/ole2thk.dll16/Makefile"
26602 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26603         ole2thk.dll16"
26604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26605 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
26606 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
26607
26608 ALL_MAKEFILES="$ALL_MAKEFILES \\
26609         dlls/ole32/Makefile"
26610 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26611         ole32"
26612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26613 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26614 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26615
26616 ALL_MAKEFILES="$ALL_MAKEFILES \\
26617         dlls/ole32/tests/Makefile"
26618 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26619         ole32/tests"
26620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26621 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26622 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26623
26624 ALL_MAKEFILES="$ALL_MAKEFILES \\
26625         dlls/oleacc/Makefile"
26626 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26627         oleacc"
26628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26629 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26630 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26631
26632 ALL_MAKEFILES="$ALL_MAKEFILES \\
26633         dlls/oleacc/tests/Makefile"
26634 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26635         oleacc/tests"
26636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26637 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26638 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26639
26640 ALL_MAKEFILES="$ALL_MAKEFILES \\
26641         dlls/oleaut32/Makefile"
26642 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26643         oleaut32"
26644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26645 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26646 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26647
26648 ALL_MAKEFILES="$ALL_MAKEFILES \\
26649         dlls/oleaut32/tests/Makefile"
26650 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26651         oleaut32/tests"
26652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26653 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26654 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26655
26656 ALL_MAKEFILES="$ALL_MAKEFILES \\
26657         dlls/olecli.dll16/Makefile"
26658 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26659         olecli.dll16"
26660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26661 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
26662 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
26663
26664 ALL_MAKEFILES="$ALL_MAKEFILES \\
26665         dlls/olecli32/Makefile"
26666 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26667         olecli32"
26668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26669 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26670 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26671
26672 ALL_MAKEFILES="$ALL_MAKEFILES \\
26673         dlls/oledlg/Makefile"
26674 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26675         oledlg"
26676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26677 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26678 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26679
26680 ALL_MAKEFILES="$ALL_MAKEFILES \\
26681         dlls/olepro32/Makefile"
26682 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26683         olepro32"
26684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26685 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26686 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26687
26688 ALL_MAKEFILES="$ALL_MAKEFILES \\
26689         dlls/olesvr.dll16/Makefile"
26690 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26691         olesvr.dll16"
26692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26693 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
26694 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
26695
26696 ALL_MAKEFILES="$ALL_MAKEFILES \\
26697         dlls/olesvr32/Makefile"
26698 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26699         olesvr32"
26700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26701 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26702 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26703
26704 ALL_MAKEFILES="$ALL_MAKEFILES \\
26705         dlls/olethk32/Makefile"
26706 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26707         olethk32"
26708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26709 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26710 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26711
26712 ALL_MAKEFILES="$ALL_MAKEFILES \\
26713         dlls/opengl32/Makefile"
26714 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26715         opengl32"
26716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26717 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26718 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26719
26720 ALL_MAKEFILES="$ALL_MAKEFILES \\
26721         dlls/opengl32/tests/Makefile"
26722 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26723         opengl32/tests"
26724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26725 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26726 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26727
26728 ALL_MAKEFILES="$ALL_MAKEFILES \\
26729         dlls/pdh/Makefile"
26730 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26731         pdh"
26732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26733 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26734 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26735
26736 ALL_MAKEFILES="$ALL_MAKEFILES \\
26737         dlls/pdh/tests/Makefile"
26738 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26739         pdh/tests"
26740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26741 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26742 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26743
26744 ALL_MAKEFILES="$ALL_MAKEFILES \\
26745         dlls/pidgen/Makefile"
26746 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26747         pidgen"
26748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26749 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26750 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26751
26752 ALL_MAKEFILES="$ALL_MAKEFILES \\
26753         dlls/powrprof/Makefile"
26754 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26755         powrprof"
26756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26757 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26758 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26759
26760 ALL_MAKEFILES="$ALL_MAKEFILES \\
26761         dlls/printui/Makefile"
26762 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26763         printui"
26764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26765 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26766 ac_config_files="$ac_config_files dlls/printui/Makefile"
26767
26768 ALL_MAKEFILES="$ALL_MAKEFILES \\
26769         dlls/propsys/Makefile"
26770 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26771         propsys"
26772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26773 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26774 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26775
26776 ALL_MAKEFILES="$ALL_MAKEFILES \\
26777         dlls/psapi/Makefile"
26778 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26779         psapi"
26780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26781 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26782 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26783
26784 ALL_MAKEFILES="$ALL_MAKEFILES \\
26785         dlls/psapi/tests/Makefile"
26786 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26787         psapi/tests"
26788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26789 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26790 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26791
26792 ALL_MAKEFILES="$ALL_MAKEFILES \\
26793         dlls/pstorec/Makefile"
26794 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26795         pstorec"
26796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26797 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26798 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26799
26800 ALL_MAKEFILES="$ALL_MAKEFILES \\
26801         dlls/qcap/Makefile"
26802 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26803         qcap"
26804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26805 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26806 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26807
26808 ALL_MAKEFILES="$ALL_MAKEFILES \\
26809         dlls/qedit/Makefile"
26810 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26811         qedit"
26812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26813 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26814 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26815
26816 ALL_MAKEFILES="$ALL_MAKEFILES \\
26817         dlls/qedit/tests/Makefile"
26818 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26819         qedit/tests"
26820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26821 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26822 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26823
26824 ALL_MAKEFILES="$ALL_MAKEFILES \\
26825         dlls/qmgr/Makefile"
26826 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26827         qmgr"
26828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26829 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26830 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26831
26832 ALL_MAKEFILES="$ALL_MAKEFILES \\
26833         dlls/qmgr/tests/Makefile"
26834 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26835         qmgr/tests"
26836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26837 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26838 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26839
26840 ALL_MAKEFILES="$ALL_MAKEFILES \\
26841         dlls/qmgrprxy/Makefile"
26842 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26843         qmgrprxy"
26844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26845 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26846 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26847
26848 ALL_MAKEFILES="$ALL_MAKEFILES \\
26849         dlls/quartz/Makefile"
26850 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26851         quartz"
26852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26853 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26854 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26855
26856 ALL_MAKEFILES="$ALL_MAKEFILES \\
26857         dlls/quartz/tests/Makefile"
26858 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26859         quartz/tests"
26860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26861 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26862 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26863
26864 ALL_MAKEFILES="$ALL_MAKEFILES \\
26865         dlls/query/Makefile"
26866 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26867         query"
26868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26869 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26870 ac_config_files="$ac_config_files dlls/query/Makefile"
26871
26872 ALL_MAKEFILES="$ALL_MAKEFILES \\
26873         dlls/rasapi16.dll16/Makefile"
26874 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26875         rasapi16.dll16"
26876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26877 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
26878 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
26879
26880 ALL_MAKEFILES="$ALL_MAKEFILES \\
26881         dlls/rasapi32/Makefile"
26882 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26883         rasapi32"
26884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26885 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26886 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26887
26888 ALL_MAKEFILES="$ALL_MAKEFILES \\
26889         dlls/rasapi32/tests/Makefile"
26890 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26891         rasapi32/tests"
26892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26893 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26894 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26895
26896 ALL_MAKEFILES="$ALL_MAKEFILES \\
26897         dlls/rasdlg/Makefile"
26898 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26899         rasdlg"
26900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26901 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26902 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26903
26904 ALL_MAKEFILES="$ALL_MAKEFILES \\
26905         dlls/resutils/Makefile"
26906 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26907         resutils"
26908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26909 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26910 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26911
26912 ALL_MAKEFILES="$ALL_MAKEFILES \\
26913         dlls/riched20/Makefile"
26914 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26915         riched20"
26916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26917 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26918 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26919
26920 ALL_MAKEFILES="$ALL_MAKEFILES \\
26921         dlls/riched20/tests/Makefile"
26922 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26923         riched20/tests"
26924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26925 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26926 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26927
26928 ALL_MAKEFILES="$ALL_MAKEFILES \\
26929         dlls/riched32/Makefile"
26930 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26931         riched32"
26932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26933 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26934 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26935
26936 ALL_MAKEFILES="$ALL_MAKEFILES \\
26937         dlls/riched32/tests/Makefile"
26938 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26939         riched32/tests"
26940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26941 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26942 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26943
26944 ALL_MAKEFILES="$ALL_MAKEFILES \\
26945         dlls/rpcrt4/Makefile"
26946 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26947         rpcrt4"
26948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26949 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26950 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26951
26952 ALL_MAKEFILES="$ALL_MAKEFILES \\
26953         dlls/rpcrt4/tests/Makefile"
26954 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26955         rpcrt4/tests"
26956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26957 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26958 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26959
26960 ALL_MAKEFILES="$ALL_MAKEFILES \\
26961         dlls/rsabase/Makefile"
26962 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26963         rsabase"
26964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26965 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26966 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26967
26968 ALL_MAKEFILES="$ALL_MAKEFILES \\
26969         dlls/rsaenh/Makefile"
26970 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26971         rsaenh"
26972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26973 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26974 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26975
26976 ALL_MAKEFILES="$ALL_MAKEFILES \\
26977         dlls/rsaenh/tests/Makefile"
26978 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26979         rsaenh/tests"
26980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26981 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26982 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26983
26984 ALL_MAKEFILES="$ALL_MAKEFILES \\
26985         dlls/sane.ds/Makefile"
26986 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26987         sane.ds"
26988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26989 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26990 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26991
26992 ALL_MAKEFILES="$ALL_MAKEFILES \\
26993         dlls/sccbase/Makefile"
26994 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26995         sccbase"
26996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26997 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26998 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26999
27000 ALL_MAKEFILES="$ALL_MAKEFILES \\
27001         dlls/schannel/Makefile"
27002 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27003         schannel"
27004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27005 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
27006 ac_config_files="$ac_config_files dlls/schannel/Makefile"
27007
27008 ALL_MAKEFILES="$ALL_MAKEFILES \\
27009         dlls/schannel/tests/Makefile"
27010 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27011         schannel/tests"
27012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27013 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
27014 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
27015
27016 ALL_MAKEFILES="$ALL_MAKEFILES \\
27017         dlls/secur32/Makefile"
27018 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27019         secur32"
27020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27021 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
27022 ac_config_files="$ac_config_files dlls/secur32/Makefile"
27023
27024 ALL_MAKEFILES="$ALL_MAKEFILES \\
27025         dlls/secur32/tests/Makefile"
27026 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27027         secur32/tests"
27028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27029 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
27030 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
27031
27032 ALL_MAKEFILES="$ALL_MAKEFILES \\
27033         dlls/security/Makefile"
27034 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27035         security"
27036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27037 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
27038 ac_config_files="$ac_config_files dlls/security/Makefile"
27039
27040 ALL_MAKEFILES="$ALL_MAKEFILES \\
27041         dlls/sensapi/Makefile"
27042 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27043         sensapi"
27044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27045 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
27046 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
27047
27048 ALL_MAKEFILES="$ALL_MAKEFILES \\
27049         dlls/serialui/Makefile"
27050 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27051         serialui"
27052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27053 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
27054 ac_config_files="$ac_config_files dlls/serialui/Makefile"
27055
27056 ALL_MAKEFILES="$ALL_MAKEFILES \\
27057         dlls/serialui/tests/Makefile"
27058 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27059         serialui/tests"
27060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27061 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
27062 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
27063
27064 ALL_MAKEFILES="$ALL_MAKEFILES \\
27065         dlls/setupapi/Makefile"
27066 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27067         setupapi"
27068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27069 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
27070 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
27071
27072 ALL_MAKEFILES="$ALL_MAKEFILES \\
27073         dlls/setupapi/tests/Makefile"
27074 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27075         setupapi/tests"
27076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27077 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
27078 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
27079
27080 ALL_MAKEFILES="$ALL_MAKEFILES \\
27081         dlls/sfc/Makefile"
27082 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27083         sfc"
27084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27085 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
27086 ac_config_files="$ac_config_files dlls/sfc/Makefile"
27087
27088 ALL_MAKEFILES="$ALL_MAKEFILES \\
27089         dlls/sfc_os/Makefile"
27090 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27091         sfc_os"
27092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27093 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
27094 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
27095
27096 ALL_MAKEFILES="$ALL_MAKEFILES \\
27097         dlls/shdoclc/Makefile"
27098 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27099         shdoclc"
27100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27101 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
27102 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
27103
27104 ALL_MAKEFILES="$ALL_MAKEFILES \\
27105         dlls/shdocvw/Makefile"
27106 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27107         shdocvw"
27108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27109 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
27110 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
27111
27112 ALL_MAKEFILES="$ALL_MAKEFILES \\
27113         dlls/shdocvw/tests/Makefile"
27114 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27115         shdocvw/tests"
27116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27117 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
27118 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
27119
27120 ALL_MAKEFILES="$ALL_MAKEFILES \\
27121         dlls/shell.dll16/Makefile"
27122 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27123         shell.dll16"
27124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27125 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
27126 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
27127
27128 ALL_MAKEFILES="$ALL_MAKEFILES \\
27129         dlls/shell32/Makefile"
27130 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27131         shell32"
27132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27133 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
27134 ac_config_files="$ac_config_files dlls/shell32/Makefile"
27135
27136 ALL_MAKEFILES="$ALL_MAKEFILES \\
27137         dlls/shell32/tests/Makefile"
27138 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27139         shell32/tests"
27140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27141 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
27142 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
27143
27144 ALL_MAKEFILES="$ALL_MAKEFILES \\
27145         dlls/shfolder/Makefile"
27146 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27147         shfolder"
27148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27149 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
27150 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
27151
27152 ALL_MAKEFILES="$ALL_MAKEFILES \\
27153         dlls/shlwapi/Makefile"
27154 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27155         shlwapi"
27156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27157 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
27158 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
27159
27160 ALL_MAKEFILES="$ALL_MAKEFILES \\
27161         dlls/shlwapi/tests/Makefile"
27162 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27163         shlwapi/tests"
27164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27165 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
27166 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
27167
27168 ALL_MAKEFILES="$ALL_MAKEFILES \\
27169         dlls/slbcsp/Makefile"
27170 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27171         slbcsp"
27172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27173 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
27174 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
27175
27176 ALL_MAKEFILES="$ALL_MAKEFILES \\
27177         dlls/slc/Makefile"
27178 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27179         slc"
27180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27181 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
27182 ac_config_files="$ac_config_files dlls/slc/Makefile"
27183
27184 ALL_MAKEFILES="$ALL_MAKEFILES \\
27185         dlls/snmpapi/Makefile"
27186 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27187         snmpapi"
27188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27189 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
27190 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
27191
27192 ALL_MAKEFILES="$ALL_MAKEFILES \\
27193         dlls/snmpapi/tests/Makefile"
27194 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27195         snmpapi/tests"
27196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27197 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
27198 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
27199
27200 ALL_MAKEFILES="$ALL_MAKEFILES \\
27201         dlls/softpub/Makefile"
27202 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27203         softpub"
27204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27205 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
27206 ac_config_files="$ac_config_files dlls/softpub/Makefile"
27207
27208 ALL_MAKEFILES="$ALL_MAKEFILES \\
27209         dlls/sound.drv16/Makefile"
27210 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27211         sound.drv16"
27212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27213 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
27214 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
27215
27216 ALL_MAKEFILES="$ALL_MAKEFILES \\
27217         dlls/spoolss/Makefile"
27218 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27219         spoolss"
27220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27221 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
27222 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
27223
27224 ALL_MAKEFILES="$ALL_MAKEFILES \\
27225         dlls/spoolss/tests/Makefile"
27226 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27227         spoolss/tests"
27228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27229 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
27230 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
27231
27232 ALL_MAKEFILES="$ALL_MAKEFILES \\
27233         dlls/stdole2.tlb/Makefile"
27234 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27235         stdole2.tlb"
27236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27237 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
27238 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
27239
27240 ALL_MAKEFILES="$ALL_MAKEFILES \\
27241         dlls/stdole32.tlb/Makefile"
27242 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27243         stdole32.tlb"
27244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27245 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
27246 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
27247
27248 ALL_MAKEFILES="$ALL_MAKEFILES \\
27249         dlls/sti/Makefile"
27250 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27251         sti"
27252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27253 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
27254 ac_config_files="$ac_config_files dlls/sti/Makefile"
27255
27256 ALL_MAKEFILES="$ALL_MAKEFILES \\
27257         dlls/storage.dll16/Makefile"
27258 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27259         storage.dll16"
27260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27261 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
27262 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
27263
27264 ALL_MAKEFILES="$ALL_MAKEFILES \\
27265         dlls/stress.dll16/Makefile"
27266 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27267         stress.dll16"
27268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27269 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
27270 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
27271
27272 ALL_MAKEFILES="$ALL_MAKEFILES \\
27273         dlls/strmiids/Makefile"
27274 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27275         strmiids"
27276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27277 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
27278 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
27279
27280 ALL_MAKEFILES="$ALL_MAKEFILES \\
27281         dlls/svrapi/Makefile"
27282 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27283         svrapi"
27284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27285 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
27286 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
27287
27288 ALL_MAKEFILES="$ALL_MAKEFILES \\
27289         dlls/sxs/Makefile"
27290 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27291         sxs"
27292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27293 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
27294 ac_config_files="$ac_config_files dlls/sxs/Makefile"
27295
27296 ALL_MAKEFILES="$ALL_MAKEFILES \\
27297         dlls/t2embed/Makefile"
27298 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27299         t2embed"
27300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27301 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
27302 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
27303
27304 ALL_MAKEFILES="$ALL_MAKEFILES \\
27305         dlls/tapi32/Makefile"
27306 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27307         tapi32"
27308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27309 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
27310 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
27311
27312 ALL_MAKEFILES="$ALL_MAKEFILES \\
27313         dlls/traffic/Makefile"
27314 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27315         traffic"
27316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27317 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
27318 ac_config_files="$ac_config_files dlls/traffic/Makefile"
27319
27320 ALL_MAKEFILES="$ALL_MAKEFILES \\
27321         dlls/twain.dll16/Makefile"
27322 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27323         twain.dll16"
27324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27325 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
27326 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
27327
27328 ALL_MAKEFILES="$ALL_MAKEFILES \\
27329         dlls/twain_32/Makefile"
27330 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27331         twain_32"
27332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27333 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
27334 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
27335
27336 ALL_MAKEFILES="$ALL_MAKEFILES \\
27337         dlls/twain_32/tests/Makefile"
27338 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27339         twain_32/tests"
27340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27341 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
27342 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
27343
27344 ALL_MAKEFILES="$ALL_MAKEFILES \\
27345         dlls/typelib.dll16/Makefile"
27346 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27347         typelib.dll16"
27348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27349 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
27350 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
27351
27352 ALL_MAKEFILES="$ALL_MAKEFILES \\
27353         dlls/unicows/Makefile"
27354 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27355         unicows"
27356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27357 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
27358 ac_config_files="$ac_config_files dlls/unicows/Makefile"
27359
27360 ALL_MAKEFILES="$ALL_MAKEFILES \\
27361         dlls/updspapi/Makefile"
27362 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27363         updspapi"
27364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27365 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
27366 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
27367
27368 ALL_MAKEFILES="$ALL_MAKEFILES \\
27369         dlls/url/Makefile"
27370 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27371         url"
27372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27373 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
27374 ac_config_files="$ac_config_files dlls/url/Makefile"
27375
27376 ALL_MAKEFILES="$ALL_MAKEFILES \\
27377         dlls/urlmon/Makefile"
27378 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27379         urlmon"
27380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27381 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
27382 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
27383
27384 ALL_MAKEFILES="$ALL_MAKEFILES \\
27385         dlls/urlmon/tests/Makefile"
27386 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27387         urlmon/tests"
27388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27389 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
27390 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
27391
27392 ALL_MAKEFILES="$ALL_MAKEFILES \\
27393         dlls/user32/Makefile"
27394 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27395         user32"
27396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27397 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
27398 ac_config_files="$ac_config_files dlls/user32/Makefile"
27399
27400 ALL_MAKEFILES="$ALL_MAKEFILES \\
27401         dlls/user32/tests/Makefile"
27402 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27403         user32/tests"
27404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27405 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
27406 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
27407
27408 ALL_MAKEFILES="$ALL_MAKEFILES \\
27409         dlls/userenv/Makefile"
27410 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27411         userenv"
27412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27413 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
27414 ac_config_files="$ac_config_files dlls/userenv/Makefile"
27415
27416 ALL_MAKEFILES="$ALL_MAKEFILES \\
27417         dlls/userenv/tests/Makefile"
27418 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27419         userenv/tests"
27420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27421 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
27422 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
27423
27424 ALL_MAKEFILES="$ALL_MAKEFILES \\
27425         dlls/usp10/Makefile"
27426 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27427         usp10"
27428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27429 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27430 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27431
27432 ALL_MAKEFILES="$ALL_MAKEFILES \\
27433         dlls/usp10/tests/Makefile"
27434 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27435         usp10/tests"
27436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27437 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27438 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27439
27440 ALL_MAKEFILES="$ALL_MAKEFILES \\
27441         dlls/uuid/Makefile"
27442 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27443         uuid"
27444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27445 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27446 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27447
27448 ALL_MAKEFILES="$ALL_MAKEFILES \\
27449         dlls/uxtheme/Makefile"
27450 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27451         uxtheme"
27452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27453 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27454 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27455
27456 ALL_MAKEFILES="$ALL_MAKEFILES \\
27457         dlls/uxtheme/tests/Makefile"
27458 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27459         uxtheme/tests"
27460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27461 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27462 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27463
27464 ALL_MAKEFILES="$ALL_MAKEFILES \\
27465         dlls/vdhcp.vxd/Makefile"
27466 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27467         vdhcp.vxd"
27468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27469 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27470 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27471
27472 ALL_MAKEFILES="$ALL_MAKEFILES \\
27473         dlls/vdmdbg/Makefile"
27474 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27475         vdmdbg"
27476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27477 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27478 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27479
27480 ALL_MAKEFILES="$ALL_MAKEFILES \\
27481         dlls/version/Makefile"
27482 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27483         version"
27484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27485 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27486 ac_config_files="$ac_config_files dlls/version/Makefile"
27487
27488 ALL_MAKEFILES="$ALL_MAKEFILES \\
27489         dlls/version/tests/Makefile"
27490 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27491         version/tests"
27492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27493 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27494 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27495
27496 ALL_MAKEFILES="$ALL_MAKEFILES \\
27497         dlls/vmm.vxd/Makefile"
27498 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27499         vmm.vxd"
27500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27501 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27502 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27503
27504 ALL_MAKEFILES="$ALL_MAKEFILES \\
27505         dlls/vnbt.vxd/Makefile"
27506 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27507         vnbt.vxd"
27508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27509 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27510 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27511
27512 ALL_MAKEFILES="$ALL_MAKEFILES \\
27513         dlls/vnetbios.vxd/Makefile"
27514 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27515         vnetbios.vxd"
27516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27517 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27518 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27519
27520 ALL_MAKEFILES="$ALL_MAKEFILES \\
27521         dlls/vtdapi.vxd/Makefile"
27522 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27523         vtdapi.vxd"
27524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27525 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27526 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27527
27528 ALL_MAKEFILES="$ALL_MAKEFILES \\
27529         dlls/vwin32.vxd/Makefile"
27530 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27531         vwin32.vxd"
27532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27533 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27534 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27535
27536 ALL_MAKEFILES="$ALL_MAKEFILES \\
27537         dlls/w32skrnl/Makefile"
27538 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27539         w32skrnl"
27540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27541 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27542 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27543
27544 ALL_MAKEFILES="$ALL_MAKEFILES \\
27545         dlls/w32sys.dll16/Makefile"
27546 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27547         w32sys.dll16"
27548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27549 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
27550 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
27551
27552 ALL_MAKEFILES="$ALL_MAKEFILES \\
27553         dlls/wbemprox/Makefile"
27554 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27555         wbemprox"
27556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27557 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
27558 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
27559
27560 ALL_MAKEFILES="$ALL_MAKEFILES \\
27561         dlls/win32s16.dll16/Makefile"
27562 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27563         win32s16.dll16"
27564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27565 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
27566 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
27567
27568 ALL_MAKEFILES="$ALL_MAKEFILES \\
27569         dlls/win87em.dll16/Makefile"
27570 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27571         win87em.dll16"
27572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27573 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27574 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27575
27576 ALL_MAKEFILES="$ALL_MAKEFILES \\
27577         dlls/winaspi.dll16/Makefile"
27578 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27579         winaspi.dll16"
27580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27581 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
27582 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
27583
27584 ALL_MAKEFILES="$ALL_MAKEFILES \\
27585         dlls/windebug.dll16/Makefile"
27586 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27587         windebug.dll16"
27588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27589 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27590 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27591
27592 ALL_MAKEFILES="$ALL_MAKEFILES \\
27593         dlls/windowscodecs/Makefile"
27594 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27595         windowscodecs"
27596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27597 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
27598 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
27599
27600 ALL_MAKEFILES="$ALL_MAKEFILES \\
27601         dlls/winealsa.drv/Makefile"
27602 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27603         winealsa.drv"
27604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27605 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27606 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27607
27608 ALL_MAKEFILES="$ALL_MAKEFILES \\
27609         dlls/wineaudioio.drv/Makefile"
27610 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27611         wineaudioio.drv"
27612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27613 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27614 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27615
27616 ALL_MAKEFILES="$ALL_MAKEFILES \\
27617         dlls/winecoreaudio.drv/Makefile"
27618 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27619         winecoreaudio.drv"
27620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27621 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27622 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27623
27624 ALL_MAKEFILES="$ALL_MAKEFILES \\
27625         dlls/winecrt0/Makefile"
27626 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27627         winecrt0"
27628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27629 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27630 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27631
27632 ALL_MAKEFILES="$ALL_MAKEFILES \\
27633         dlls/wined3d/Makefile"
27634 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27635         wined3d"
27636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27637 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27638 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27639
27640 ALL_MAKEFILES="$ALL_MAKEFILES \\
27641         dlls/winedos/Makefile"
27642 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27643         winedos"
27644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27645 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27646 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27647
27648 ALL_MAKEFILES="$ALL_MAKEFILES \\
27649         dlls/wineesd.drv/Makefile"
27650 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27651         wineesd.drv"
27652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27653 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27654 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27655
27656 ALL_MAKEFILES="$ALL_MAKEFILES \\
27657         dlls/winejack.drv/Makefile"
27658 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27659         winejack.drv"
27660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27661 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27662 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27663
27664 ALL_MAKEFILES="$ALL_MAKEFILES \\
27665         dlls/winejoystick.drv/Makefile"
27666 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27667         winejoystick.drv"
27668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27669 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27670 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27671
27672 ALL_MAKEFILES="$ALL_MAKEFILES \\
27673         dlls/winemp3.acm/Makefile"
27674 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27675         winemp3.acm"
27676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27677 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27678 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27679
27680 ALL_MAKEFILES="$ALL_MAKEFILES \\
27681         dlls/winenas.drv/Makefile"
27682 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27683         winenas.drv"
27684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27685 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27686 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27687
27688 ALL_MAKEFILES="$ALL_MAKEFILES \\
27689         dlls/wineoss.drv/Makefile"
27690 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27691         wineoss.drv"
27692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27693 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27694 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27695
27696 ALL_MAKEFILES="$ALL_MAKEFILES \\
27697         dlls/wineps.drv/Makefile"
27698 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27699         wineps.drv"
27700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27701 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27702 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27703
27704 ALL_MAKEFILES="$ALL_MAKEFILES \\
27705         dlls/winequartz.drv/Makefile"
27706 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27707         winequartz.drv"
27708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27709 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27710 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27711
27712 ALL_MAKEFILES="$ALL_MAKEFILES \\
27713         dlls/winex11.drv/Makefile"
27714 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27715         winex11.drv"
27716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27717 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27718 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27719
27720 ALL_MAKEFILES="$ALL_MAKEFILES \\
27721         dlls/wing32/Makefile"
27722 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27723         wing32"
27724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27725 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27726 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27727
27728 ALL_MAKEFILES="$ALL_MAKEFILES \\
27729         dlls/winhttp/Makefile"
27730 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27731         winhttp"
27732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27733 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27734 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27735
27736 ALL_MAKEFILES="$ALL_MAKEFILES \\
27737         dlls/winhttp/tests/Makefile"
27738 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27739         winhttp/tests"
27740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27741 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27742 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27743
27744 ALL_MAKEFILES="$ALL_MAKEFILES \\
27745         dlls/wininet/Makefile"
27746 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27747         wininet"
27748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27749 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27750 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27751
27752 ALL_MAKEFILES="$ALL_MAKEFILES \\
27753         dlls/wininet/tests/Makefile"
27754 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27755         wininet/tests"
27756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27757 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27758 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27759
27760 ALL_MAKEFILES="$ALL_MAKEFILES \\
27761         dlls/winmm/Makefile"
27762 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27763         winmm"
27764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27765 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27766 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27767
27768 ALL_MAKEFILES="$ALL_MAKEFILES \\
27769         dlls/winmm/tests/Makefile"
27770 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27771         winmm/tests"
27772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27773 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27774 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27775
27776 ALL_MAKEFILES="$ALL_MAKEFILES \\
27777         dlls/winnls.dll16/Makefile"
27778 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27779         winnls.dll16"
27780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27781 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
27782 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
27783
27784 ALL_MAKEFILES="$ALL_MAKEFILES \\
27785         dlls/winnls32/Makefile"
27786 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27787         winnls32"
27788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27789 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27790 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27791
27792 ALL_MAKEFILES="$ALL_MAKEFILES \\
27793         dlls/winscard/Makefile"
27794 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27795         winscard"
27796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27797 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27798 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27799
27800 ALL_MAKEFILES="$ALL_MAKEFILES \\
27801         dlls/winspool.drv/Makefile"
27802 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27803         winspool.drv"
27804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27805 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27806 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27807
27808 ALL_MAKEFILES="$ALL_MAKEFILES \\
27809         dlls/winspool.drv/tests/Makefile"
27810 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27811         winspool.drv/tests"
27812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27813 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27814 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27815
27816 ALL_MAKEFILES="$ALL_MAKEFILES \\
27817         dlls/wintab.dll16/Makefile"
27818 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27819         wintab.dll16"
27820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27821 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
27822 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
27823
27824 ALL_MAKEFILES="$ALL_MAKEFILES \\
27825         dlls/wintab32/Makefile"
27826 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27827         wintab32"
27828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27829 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27830 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27831
27832 ALL_MAKEFILES="$ALL_MAKEFILES \\
27833         dlls/wintrust/Makefile"
27834 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27835         wintrust"
27836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27837 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27838 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27839
27840 ALL_MAKEFILES="$ALL_MAKEFILES \\
27841         dlls/wintrust/tests/Makefile"
27842 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27843         wintrust/tests"
27844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27845 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27846 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27847
27848 ALL_MAKEFILES="$ALL_MAKEFILES \\
27849         dlls/wldap32/Makefile"
27850 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27851         wldap32"
27852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27853 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27854 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27855
27856 ALL_MAKEFILES="$ALL_MAKEFILES \\
27857         dlls/wldap32/tests/Makefile"
27858 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27859         wldap32/tests"
27860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27861 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27862 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27863
27864 ALL_MAKEFILES="$ALL_MAKEFILES \\
27865         dlls/wmi/Makefile"
27866 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27867         wmi"
27868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27869 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27870 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27871
27872 ALL_MAKEFILES="$ALL_MAKEFILES \\
27873         dlls/wnaspi32/Makefile"
27874 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27875         wnaspi32"
27876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27877 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27878 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27879
27880 ALL_MAKEFILES="$ALL_MAKEFILES \\
27881         dlls/wow32/Makefile"
27882 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27883         wow32"
27884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27885 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27886 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27887
27888 ALL_MAKEFILES="$ALL_MAKEFILES \\
27889         dlls/ws2_32/Makefile"
27890 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27891         ws2_32"
27892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27893 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27894 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27895
27896 ALL_MAKEFILES="$ALL_MAKEFILES \\
27897         dlls/ws2_32/tests/Makefile"
27898 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27899         ws2_32/tests"
27900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27901 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27902 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27903
27904 ALL_MAKEFILES="$ALL_MAKEFILES \\
27905         dlls/wsock32/Makefile"
27906 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27907         wsock32"
27908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27909 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27910 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27911
27912 ALL_MAKEFILES="$ALL_MAKEFILES \\
27913         dlls/wtsapi32/Makefile"
27914 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27915         wtsapi32"
27916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27917 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27918 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27919
27920 ALL_MAKEFILES="$ALL_MAKEFILES \\
27921         dlls/wuapi/Makefile"
27922 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27923         wuapi"
27924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27925 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27926 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27927
27928 ALL_MAKEFILES="$ALL_MAKEFILES \\
27929         dlls/xinput1_1/Makefile"
27930 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27931         xinput1_1"
27932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27933 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27934 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27935
27936 ALL_MAKEFILES="$ALL_MAKEFILES \\
27937         dlls/xinput1_2/Makefile"
27938 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27939         xinput1_2"
27940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27941 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27942 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27943
27944 ALL_MAKEFILES="$ALL_MAKEFILES \\
27945         dlls/xinput1_3/Makefile"
27946 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27947         xinput1_3"
27948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27949 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27950 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27951
27952 ALL_MAKEFILES="$ALL_MAKEFILES \\
27953         dlls/xinput1_3/tests/Makefile"
27954 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27955         xinput1_3/tests"
27956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27957 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27958 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27959
27960 ALL_MAKEFILES="$ALL_MAKEFILES \\
27961         dlls/xinput9_1_0/Makefile"
27962 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27963         xinput9_1_0"
27964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27965 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27966 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27967
27968 ALL_MAKEFILES="$ALL_MAKEFILES \\
27969         dlls/xmllite/Makefile"
27970 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27971         xmllite"
27972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27973 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
27974 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
27975
27976 ALL_MAKEFILES="$ALL_MAKEFILES \\
27977         documentation/Makefile"
27978 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27979         documentation"
27980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27981 documentation/Makefile: documentation/Makefile.in Make.rules"
27982 ac_config_files="$ac_config_files documentation/Makefile"
27983
27984 ALL_MAKEFILES="$ALL_MAKEFILES \\
27985         fonts/Makefile"
27986 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27987         fonts"
27988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27989 fonts/Makefile: fonts/Makefile.in Make.rules"
27990 ac_config_files="$ac_config_files fonts/Makefile"
27991
27992 ALL_MAKEFILES="$ALL_MAKEFILES \\
27993         include/Makefile"
27994 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27995         include"
27996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27997 include/Makefile: include/Makefile.in Make.rules"
27998 ac_config_files="$ac_config_files include/Makefile"
27999
28000 ALL_MAKEFILES="$ALL_MAKEFILES \\
28001         libs/Makefile"
28002 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28003         libs"
28004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28005 libs/Makefile: libs/Makefile.in Make.rules"
28006 ac_config_files="$ac_config_files libs/Makefile"
28007
28008 ALL_MAKEFILES="$ALL_MAKEFILES \\
28009         libs/port/Makefile"
28010
28011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28012 libs/port/Makefile: libs/port/Makefile.in Make.rules"
28013 ac_config_files="$ac_config_files libs/port/Makefile"
28014
28015 ALL_MAKEFILES="$ALL_MAKEFILES \\
28016         libs/wine/Makefile"
28017
28018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28019 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
28020 ac_config_files="$ac_config_files libs/wine/Makefile"
28021
28022 ALL_MAKEFILES="$ALL_MAKEFILES \\
28023         libs/wpp/Makefile"
28024
28025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28026 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
28027 ac_config_files="$ac_config_files libs/wpp/Makefile"
28028
28029 ALL_MAKEFILES="$ALL_MAKEFILES \\
28030         loader/Makefile"
28031 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28032         loader"
28033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28034 loader/Makefile: loader/Makefile.in Make.rules"
28035 ac_config_files="$ac_config_files loader/Makefile"
28036
28037 ALL_MAKEFILES="$ALL_MAKEFILES \\
28038         programs/Makefile"
28039 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28040         programs"
28041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28042 programs/Makefile: programs/Makefile.in Make.rules"
28043 ac_config_files="$ac_config_files programs/Makefile"
28044
28045 ALL_MAKEFILES="$ALL_MAKEFILES \\
28046         programs/cacls/Makefile"
28047 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28048         cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28049         cacls"
28050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28051 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
28052 ac_config_files="$ac_config_files programs/cacls/Makefile"
28053
28054 ALL_MAKEFILES="$ALL_MAKEFILES \\
28055         programs/clock/Makefile"
28056 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28057         clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28058         clock"
28059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28060 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
28061 ac_config_files="$ac_config_files programs/clock/Makefile"
28062
28063 ALL_MAKEFILES="$ALL_MAKEFILES \\
28064         programs/cmd/Makefile"
28065 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28066         cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28067         cmd"
28068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28069 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
28070 ac_config_files="$ac_config_files programs/cmd/Makefile"
28071
28072 ALL_MAKEFILES="$ALL_MAKEFILES \\
28073         programs/cmdlgtst/Makefile"
28074 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28075         cmdlgtst"
28076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28077 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
28078 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
28079
28080 ALL_MAKEFILES="$ALL_MAKEFILES \\
28081         programs/control/Makefile"
28082 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28083         control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28084         control"
28085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28086 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
28087 ac_config_files="$ac_config_files programs/control/Makefile"
28088
28089 ALL_MAKEFILES="$ALL_MAKEFILES \\
28090         programs/eject/Makefile"
28091 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28092         eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28093         eject"
28094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28095 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
28096 ac_config_files="$ac_config_files programs/eject/Makefile"
28097
28098 ALL_MAKEFILES="$ALL_MAKEFILES \\
28099         programs/expand/Makefile"
28100 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28101         expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28102         expand"
28103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28104 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
28105 ac_config_files="$ac_config_files programs/expand/Makefile"
28106
28107 ALL_MAKEFILES="$ALL_MAKEFILES \\
28108         programs/explorer/Makefile"
28109 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28110         explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28111         explorer"
28112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28113 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
28114 ac_config_files="$ac_config_files programs/explorer/Makefile"
28115
28116 ALL_MAKEFILES="$ALL_MAKEFILES \\
28117         programs/hh/Makefile"
28118 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28119         hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28120         hh"
28121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28122 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
28123 ac_config_files="$ac_config_files programs/hh/Makefile"
28124
28125 ALL_MAKEFILES="$ALL_MAKEFILES \\
28126         programs/icinfo/Makefile"
28127 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28128         icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28129         icinfo"
28130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28131 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
28132 ac_config_files="$ac_config_files programs/icinfo/Makefile"
28133
28134 ALL_MAKEFILES="$ALL_MAKEFILES \\
28135         programs/iexplore/Makefile"
28136 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28137         iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28138         iexplore"
28139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28140 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
28141 ac_config_files="$ac_config_files programs/iexplore/Makefile"
28142
28143 ALL_MAKEFILES="$ALL_MAKEFILES \\
28144         programs/lodctr/Makefile"
28145 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28146         lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28147         lodctr"
28148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28149 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
28150 ac_config_files="$ac_config_files programs/lodctr/Makefile"
28151
28152 ALL_MAKEFILES="$ALL_MAKEFILES \\
28153         programs/msiexec/Makefile"
28154 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28155         msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28156         msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28157         msiexec"
28158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28159 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
28160 ac_config_files="$ac_config_files programs/msiexec/Makefile"
28161
28162 ALL_MAKEFILES="$ALL_MAKEFILES \\
28163         programs/net/Makefile"
28164 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28165         net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28166         net"
28167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28168 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
28169 ac_config_files="$ac_config_files programs/net/Makefile"
28170
28171 ALL_MAKEFILES="$ALL_MAKEFILES \\
28172         programs/notepad/Makefile"
28173 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28174         notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28175         notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28176         notepad"
28177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28178 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
28179 ac_config_files="$ac_config_files programs/notepad/Makefile"
28180
28181 ALL_MAKEFILES="$ALL_MAKEFILES \\
28182         programs/oleview/Makefile"
28183 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28184         oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28185         oleview"
28186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28187 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
28188 ac_config_files="$ac_config_files programs/oleview/Makefile"
28189
28190 ALL_MAKEFILES="$ALL_MAKEFILES \\
28191         programs/progman/Makefile"
28192 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28193         progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28194         progman"
28195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28196 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
28197 ac_config_files="$ac_config_files programs/progman/Makefile"
28198
28199 ALL_MAKEFILES="$ALL_MAKEFILES \\
28200         programs/reg/Makefile"
28201 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28202         reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28203         reg"
28204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28205 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
28206 ac_config_files="$ac_config_files programs/reg/Makefile"
28207
28208 ALL_MAKEFILES="$ALL_MAKEFILES \\
28209         programs/regedit/Makefile"
28210 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28211         regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28212         regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28213         regedit"
28214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28215 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
28216 ac_config_files="$ac_config_files programs/regedit/Makefile"
28217
28218 ALL_MAKEFILES="$ALL_MAKEFILES \\
28219         programs/regsvr32/Makefile"
28220 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28221         regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28222         regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28223         regsvr32"
28224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28225 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
28226 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
28227
28228 ALL_MAKEFILES="$ALL_MAKEFILES \\
28229         programs/rpcss/Makefile"
28230 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28231         rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28232         rpcss"
28233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28234 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
28235 ac_config_files="$ac_config_files programs/rpcss/Makefile"
28236
28237 ALL_MAKEFILES="$ALL_MAKEFILES \\
28238         programs/rundll32/Makefile"
28239 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28240         rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28241         rundll32"
28242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28243 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
28244 ac_config_files="$ac_config_files programs/rundll32/Makefile"
28245
28246 ALL_MAKEFILES="$ALL_MAKEFILES \\
28247         programs/secedit/Makefile"
28248 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28249         secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28250         secedit"
28251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28252 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
28253 ac_config_files="$ac_config_files programs/secedit/Makefile"
28254
28255 ALL_MAKEFILES="$ALL_MAKEFILES \\
28256         programs/services/Makefile"
28257 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28258         services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28259         services"
28260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28261 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
28262 ac_config_files="$ac_config_files programs/services/Makefile"
28263
28264 ALL_MAKEFILES="$ALL_MAKEFILES \\
28265         programs/spoolsv/Makefile"
28266 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28267         spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28268         spoolsv"
28269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28270 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
28271 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
28272
28273 ALL_MAKEFILES="$ALL_MAKEFILES \\
28274         programs/start/Makefile"
28275 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28276         start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28277         start"
28278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28279 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
28280 ac_config_files="$ac_config_files programs/start/Makefile"
28281
28282 ALL_MAKEFILES="$ALL_MAKEFILES \\
28283         programs/svchost/Makefile"
28284 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28285         svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28286         svchost"
28287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28288 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
28289 ac_config_files="$ac_config_files programs/svchost/Makefile"
28290
28291 ALL_MAKEFILES="$ALL_MAKEFILES \\
28292         programs/taskmgr/Makefile"
28293 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28294         taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28295         taskmgr"
28296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28297 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
28298 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
28299
28300 ALL_MAKEFILES="$ALL_MAKEFILES \\
28301         programs/termsv/Makefile"
28302 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28303         termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28304         termsv"
28305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28306 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
28307 ac_config_files="$ac_config_files programs/termsv/Makefile"
28308
28309 ALL_MAKEFILES="$ALL_MAKEFILES \\
28310         programs/uninstaller/Makefile"
28311 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28312         uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28313         uninstaller"
28314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28315 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
28316 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
28317
28318 ALL_MAKEFILES="$ALL_MAKEFILES \\
28319         programs/unlodctr/Makefile"
28320 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28321         unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28322         unlodctr"
28323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28324 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
28325 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
28326
28327 ALL_MAKEFILES="$ALL_MAKEFILES \\
28328         programs/view/Makefile"
28329 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28330         view"
28331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28332 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
28333 ac_config_files="$ac_config_files programs/view/Makefile"
28334
28335 ALL_MAKEFILES="$ALL_MAKEFILES \\
28336         programs/wineboot/Makefile"
28337 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28338         wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28339         wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28340         wineboot"
28341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28342 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
28343 ac_config_files="$ac_config_files programs/wineboot/Makefile"
28344
28345 ALL_MAKEFILES="$ALL_MAKEFILES \\
28346         programs/winebrowser/Makefile"
28347 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28348         winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28349         winebrowser"
28350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28351 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
28352 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
28353
28354 ALL_MAKEFILES="$ALL_MAKEFILES \\
28355         programs/winecfg/Makefile"
28356 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28357         winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28358         winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28359         winecfg"
28360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28361 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
28362 ac_config_files="$ac_config_files programs/winecfg/Makefile"
28363
28364 ALL_MAKEFILES="$ALL_MAKEFILES \\
28365         programs/wineconsole/Makefile"
28366 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28367         wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28368         wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28369         wineconsole"
28370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28371 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
28372 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
28373
28374 ALL_MAKEFILES="$ALL_MAKEFILES \\
28375         programs/winedbg/Makefile"
28376 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28377         winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28378         winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28379         winedbg"
28380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28381 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
28382 ac_config_files="$ac_config_files programs/winedbg/Makefile"
28383
28384 ALL_MAKEFILES="$ALL_MAKEFILES \\
28385         programs/winedevice/Makefile"
28386 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28387         winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28388         winedevice"
28389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28390 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
28391 ac_config_files="$ac_config_files programs/winedevice/Makefile"
28392
28393 ALL_MAKEFILES="$ALL_MAKEFILES \\
28394         programs/winefile/Makefile"
28395 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28396         winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28397         winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28398         winefile"
28399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28400 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
28401 ac_config_files="$ac_config_files programs/winefile/Makefile"
28402
28403 ALL_MAKEFILES="$ALL_MAKEFILES \\
28404         programs/winemenubuilder/Makefile"
28405 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28406         winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28407         winemenubuilder"
28408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28409 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
28410 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
28411
28412 ALL_MAKEFILES="$ALL_MAKEFILES \\
28413         programs/winemine/Makefile"
28414 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28415         winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28416         winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28417         winemine"
28418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28419 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
28420 ac_config_files="$ac_config_files programs/winemine/Makefile"
28421
28422 ALL_MAKEFILES="$ALL_MAKEFILES \\
28423         programs/winepath/Makefile"
28424 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28425         winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28426         winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28427         winepath"
28428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28429 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
28430 ac_config_files="$ac_config_files programs/winepath/Makefile"
28431
28432 ALL_MAKEFILES="$ALL_MAKEFILES \\
28433         programs/winetest/Makefile"
28434 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28435         winetest"
28436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28437 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
28438 ac_config_files="$ac_config_files programs/winetest/Makefile"
28439
28440 ALL_MAKEFILES="$ALL_MAKEFILES \\
28441         programs/winevdm/Makefile"
28442 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28443         winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28444         winevdm"
28445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28446 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
28447 ac_config_files="$ac_config_files programs/winevdm/Makefile"
28448
28449 ALL_MAKEFILES="$ALL_MAKEFILES \\
28450         programs/winhelp.exe16/Makefile"
28451 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28452         winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28453         winhelp.exe16"
28454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28455 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
28456 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
28457
28458 ALL_MAKEFILES="$ALL_MAKEFILES \\
28459         programs/winhlp32/Makefile"
28460 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28461         winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28462         winhlp32"
28463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28464 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
28465 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
28466
28467 ALL_MAKEFILES="$ALL_MAKEFILES \\
28468         programs/winoldap.mod16/Makefile"
28469 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28470         winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28471         winoldap.mod16"
28472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28473 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
28474 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
28475
28476 ALL_MAKEFILES="$ALL_MAKEFILES \\
28477         programs/winver/Makefile"
28478 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28479         winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28480         winver"
28481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28482 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
28483 ac_config_files="$ac_config_files programs/winver/Makefile"
28484
28485 ALL_MAKEFILES="$ALL_MAKEFILES \\
28486         programs/wordpad/Makefile"
28487 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28488         wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28489         wordpad"
28490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28491 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
28492 ac_config_files="$ac_config_files programs/wordpad/Makefile"
28493
28494 ALL_MAKEFILES="$ALL_MAKEFILES \\
28495         programs/write/Makefile"
28496 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28497         write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28498         write"
28499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28500 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
28501 ac_config_files="$ac_config_files programs/write/Makefile"
28502
28503 ALL_MAKEFILES="$ALL_MAKEFILES \\
28504         programs/xcopy/Makefile"
28505 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28506         xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28507         xcopy"
28508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28509 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28510 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28511
28512 ALL_MAKEFILES="$ALL_MAKEFILES \\
28513         server/Makefile"
28514 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28515         server"
28516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28517 server/Makefile: server/Makefile.in Make.rules"
28518 ac_config_files="$ac_config_files server/Makefile"
28519
28520 ALL_MAKEFILES="$ALL_MAKEFILES \\
28521         tools/Makefile"
28522 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28523         tools"
28524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28525 tools/Makefile: tools/Makefile.in Make.rules"
28526 ac_config_files="$ac_config_files tools/Makefile"
28527
28528 ALL_MAKEFILES="$ALL_MAKEFILES \\
28529         tools/widl/Makefile"
28530
28531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28532 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28533 ac_config_files="$ac_config_files tools/widl/Makefile"
28534
28535 ALL_MAKEFILES="$ALL_MAKEFILES \\
28536         tools/winebuild/Makefile"
28537
28538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28539 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28540 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28541
28542 ALL_MAKEFILES="$ALL_MAKEFILES \\
28543         tools/winedump/Makefile"
28544
28545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28546 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28547 ac_config_files="$ac_config_files tools/winedump/Makefile"
28548
28549 ALL_MAKEFILES="$ALL_MAKEFILES \\
28550         tools/winegcc/Makefile"
28551
28552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28553 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28554 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28555
28556 ALL_MAKEFILES="$ALL_MAKEFILES \\
28557         tools/wmc/Makefile"
28558
28559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28560 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28561 ac_config_files="$ac_config_files tools/wmc/Makefile"
28562
28563 ALL_MAKEFILES="$ALL_MAKEFILES \\
28564         tools/wrc/Makefile"
28565
28566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28567 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28568 ac_config_files="$ac_config_files tools/wrc/Makefile"
28569
28570
28571
28572 ALL_WINETEST_DEPENDS="# Test binaries"
28573
28574 for dir in $ALL_TEST_DIRS
28575 do
28576     if test "$dir" != "\\"
28577     then
28578         testname=`expr $dir : '\(.*\)/tests'`_test.exe
28579         ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28580 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
28581         cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
28582     fi
28583 done
28584
28585 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28586
28587 cat >confcache <<\_ACEOF
28588 # This file is a shell script that caches the results of configure
28589 # tests run on this system so they can be shared between configure
28590 # scripts and configure runs, see configure's option --config-cache.
28591 # It is not useful on other systems.  If it contains results you don't
28592 # want to keep, you may remove or edit it.
28593 #
28594 # config.status only pays attention to the cache file if you give it
28595 # the --recheck option to rerun configure.
28596 #
28597 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28598 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28599 # following values.
28600
28601 _ACEOF
28602
28603 # The following way of writing the cache mishandles newlines in values,
28604 # but we know of no workaround that is simple, portable, and efficient.
28605 # So, we kill variables containing newlines.
28606 # Ultrix sh set writes to stderr and can't be redirected directly,
28607 # and sets the high bit in the cache file unless we assign to the vars.
28608 (
28609   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28610     eval ac_val=\$$ac_var
28611     case $ac_val in #(
28612     *${as_nl}*)
28613       case $ac_var in #(
28614       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28615 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28616       esac
28617       case $ac_var in #(
28618       _ | IFS | as_nl) ;; #(
28619       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28620       *) $as_unset $ac_var ;;
28621       esac ;;
28622     esac
28623   done
28624
28625   (set) 2>&1 |
28626     case $as_nl`(ac_space=' '; set) 2>&1` in #(
28627     *${as_nl}ac_space=\ *)
28628       # `set' does not quote correctly, so add quotes (double-quote
28629       # substitution turns \\\\ into \\, and sed turns \\ into \).
28630       sed -n \
28631         "s/'/'\\\\''/g;
28632           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28633       ;; #(
28634     *)
28635       # `set' quotes correctly as required by POSIX, so do not add quotes.
28636       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28637       ;;
28638     esac |
28639     sort
28640 ) |
28641   sed '
28642      /^ac_cv_env_/b end
28643      t clear
28644      :clear
28645      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28646      t end
28647      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28648      :end' >>confcache
28649 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28650   if test -w "$cache_file"; then
28651     test "x$cache_file" != "x/dev/null" &&
28652       { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28653 $as_echo "$as_me: updating cache $cache_file" >&6;}
28654     cat confcache >$cache_file
28655   else
28656     { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28657 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28658   fi
28659 fi
28660 rm -f confcache
28661
28662 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28663 # Let make expand exec_prefix.
28664 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28665
28666 DEFS=-DHAVE_CONFIG_H
28667
28668 ac_libobjs=
28669 ac_ltlibobjs=
28670 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28671   # 1. Remove the extension, and $U if already installed.
28672   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28673   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28674   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
28675   #    will be set to the directory where LIBOBJS objects are built.
28676   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28677   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28678 done
28679 LIBOBJS=$ac_libobjs
28680
28681 LTLIBOBJS=$ac_ltlibobjs
28682
28683
28684
28685 : ${CONFIG_STATUS=./config.status}
28686 ac_write_fail=0
28687 ac_clean_files_save=$ac_clean_files
28688 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28689 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28690 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28691 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28692 #! $SHELL
28693 # Generated by $as_me.
28694 # Run this file to recreate the current configuration.
28695 # Compiler output produced by configure, useful for debugging
28696 # configure, is in config.log if it exists.
28697
28698 debug=false
28699 ac_cs_recheck=false
28700 ac_cs_silent=false
28701 SHELL=\${CONFIG_SHELL-$SHELL}
28702 _ACEOF
28703
28704 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28705 ## --------------------- ##
28706 ## M4sh Initialization.  ##
28707 ## --------------------- ##
28708
28709 # Be more Bourne compatible
28710 DUALCASE=1; export DUALCASE # for MKS sh
28711 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28712   emulate sh
28713   NULLCMD=:
28714   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28715   # is contrary to our usage.  Disable this feature.
28716   alias -g '${1+"$@"}'='"$@"'
28717   setopt NO_GLOB_SUBST
28718 else
28719   case `(set -o) 2>/dev/null` in
28720   *posix*) set -o posix ;;
28721 esac
28722
28723 fi
28724
28725
28726
28727
28728 # PATH needs CR
28729 # Avoid depending upon Character Ranges.
28730 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28731 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28732 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28733 as_cr_digits='0123456789'
28734 as_cr_alnum=$as_cr_Letters$as_cr_digits
28735
28736 as_nl='
28737 '
28738 export as_nl
28739 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28740 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28741 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28742 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28743 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28744   as_echo='printf %s\n'
28745   as_echo_n='printf %s'
28746 else
28747   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28748     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28749     as_echo_n='/usr/ucb/echo -n'
28750   else
28751     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28752     as_echo_n_body='eval
28753       arg=$1;
28754       case $arg in
28755       *"$as_nl"*)
28756         expr "X$arg" : "X\\(.*\\)$as_nl";
28757         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28758       esac;
28759       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28760     '
28761     export as_echo_n_body
28762     as_echo_n='sh -c $as_echo_n_body as_echo'
28763   fi
28764   export as_echo_body
28765   as_echo='sh -c $as_echo_body as_echo'
28766 fi
28767
28768 # The user is always right.
28769 if test "${PATH_SEPARATOR+set}" != set; then
28770   PATH_SEPARATOR=:
28771   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28772     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28773       PATH_SEPARATOR=';'
28774   }
28775 fi
28776
28777 # Support unset when possible.
28778 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28779   as_unset=unset
28780 else
28781   as_unset=false
28782 fi
28783
28784
28785 # IFS
28786 # We need space, tab and new line, in precisely that order.  Quoting is
28787 # there to prevent editors from complaining about space-tab.
28788 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28789 # splitting by setting IFS to empty value.)
28790 IFS=" ""        $as_nl"
28791
28792 # Find who we are.  Look in the path if we contain no directory separator.
28793 case $0 in
28794   *[\\/]* ) as_myself=$0 ;;
28795   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28796 for as_dir in $PATH
28797 do
28798   IFS=$as_save_IFS
28799   test -z "$as_dir" && as_dir=.
28800   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28801 done
28802 IFS=$as_save_IFS
28803
28804      ;;
28805 esac
28806 # We did not find ourselves, most probably we were run as `sh COMMAND'
28807 # in which case we are not to be found in the path.
28808 if test "x$as_myself" = x; then
28809   as_myself=$0
28810 fi
28811 if test ! -f "$as_myself"; then
28812   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28813   { (exit 1); exit 1; }
28814 fi
28815
28816 # Work around bugs in pre-3.0 UWIN ksh.
28817 for as_var in ENV MAIL MAILPATH
28818 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28819 done
28820 PS1='$ '
28821 PS2='> '
28822 PS4='+ '
28823
28824 # NLS nuisances.
28825 LC_ALL=C
28826 export LC_ALL
28827 LANGUAGE=C
28828 export LANGUAGE
28829
28830 # Required to use basename.
28831 if expr a : '\(a\)' >/dev/null 2>&1 &&
28832    test "X`expr 00001 : '.*\(...\)'`" = X001; then
28833   as_expr=expr
28834 else
28835   as_expr=false
28836 fi
28837
28838 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28839   as_basename=basename
28840 else
28841   as_basename=false
28842 fi
28843
28844
28845 # Name of the executable.
28846 as_me=`$as_basename -- "$0" ||
28847 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28848          X"$0" : 'X\(//\)$' \| \
28849          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28850 $as_echo X/"$0" |
28851     sed '/^.*\/\([^/][^/]*\)\/*$/{
28852             s//\1/
28853             q
28854           }
28855           /^X\/\(\/\/\)$/{
28856             s//\1/
28857             q
28858           }
28859           /^X\/\(\/\).*/{
28860             s//\1/
28861             q
28862           }
28863           s/.*/./; q'`
28864
28865 # CDPATH.
28866 $as_unset CDPATH
28867
28868
28869
28870   as_lineno_1=$LINENO
28871   as_lineno_2=$LINENO
28872   test "x$as_lineno_1" != "x$as_lineno_2" &&
28873   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28874
28875   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28876   # uniformly replaced by the line number.  The first 'sed' inserts a
28877   # line-number line after each line using $LINENO; the second 'sed'
28878   # does the real work.  The second script uses 'N' to pair each
28879   # line-number line with the line containing $LINENO, and appends
28880   # trailing '-' during substitution so that $LINENO is not a special
28881   # case at line end.
28882   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28883   # scripts with optimization help from Paolo Bonzini.  Blame Lee
28884   # E. McMahon (1931-1989) for sed's syntax.  :-)
28885   sed -n '
28886     p
28887     /[$]LINENO/=
28888   ' <$as_myself |
28889     sed '
28890       s/[$]LINENO.*/&-/
28891       t lineno
28892       b
28893       :lineno
28894       N
28895       :loop
28896       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28897       t loop
28898       s/-\n.*//
28899     ' >$as_me.lineno &&
28900   chmod +x "$as_me.lineno" ||
28901     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28902    { (exit 1); exit 1; }; }
28903
28904   # Don't try to exec as it changes $[0], causing all sort of problems
28905   # (the dirname of $[0] is not the place where we might find the
28906   # original and so on.  Autoconf is especially sensitive to this).
28907   . "./$as_me.lineno"
28908   # Exit status is that of the last command.
28909   exit
28910 }
28911
28912
28913 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28914   as_dirname=dirname
28915 else
28916   as_dirname=false
28917 fi
28918
28919 ECHO_C= ECHO_N= ECHO_T=
28920 case `echo -n x` in
28921 -n*)
28922   case `echo 'x\c'` in
28923   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
28924   *)   ECHO_C='\c';;
28925   esac;;
28926 *)
28927   ECHO_N='-n';;
28928 esac
28929 if expr a : '\(a\)' >/dev/null 2>&1 &&
28930    test "X`expr 00001 : '.*\(...\)'`" = X001; then
28931   as_expr=expr
28932 else
28933   as_expr=false
28934 fi
28935
28936 rm -f conf$$ conf$$.exe conf$$.file
28937 if test -d conf$$.dir; then
28938   rm -f conf$$.dir/conf$$.file
28939 else
28940   rm -f conf$$.dir
28941   mkdir conf$$.dir 2>/dev/null
28942 fi
28943 if (echo >conf$$.file) 2>/dev/null; then
28944   if ln -s conf$$.file conf$$ 2>/dev/null; then
28945     as_ln_s='ln -s'
28946     # ... but there are two gotchas:
28947     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28948     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28949     # In both cases, we have to default to `cp -p'.
28950     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28951       as_ln_s='cp -p'
28952   elif ln conf$$.file conf$$ 2>/dev/null; then
28953     as_ln_s=ln
28954   else
28955     as_ln_s='cp -p'
28956   fi
28957 else
28958   as_ln_s='cp -p'
28959 fi
28960 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28961 rmdir conf$$.dir 2>/dev/null
28962
28963 if mkdir -p . 2>/dev/null; then
28964   as_mkdir_p=:
28965 else
28966   test -d ./-p && rmdir ./-p
28967   as_mkdir_p=false
28968 fi
28969
28970 if test -x / >/dev/null 2>&1; then
28971   as_test_x='test -x'
28972 else
28973   if ls -dL / >/dev/null 2>&1; then
28974     as_ls_L_option=L
28975   else
28976     as_ls_L_option=
28977   fi
28978   as_test_x='
28979     eval sh -c '\''
28980       if test -d "$1"; then
28981         test -d "$1/.";
28982       else
28983         case $1 in
28984         -*)set "./$1";;
28985         esac;
28986         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28987         ???[sx]*):;;*)false;;esac;fi
28988     '\'' sh
28989   '
28990 fi
28991 as_executable_p=$as_test_x
28992
28993 # Sed expression to map a string onto a valid CPP name.
28994 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28995
28996 # Sed expression to map a string onto a valid variable name.
28997 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28998
28999
29000 exec 6>&1
29001
29002 # Save the log message, to keep $[0] and so on meaningful, and to
29003 # report actual input values of CONFIG_FILES etc. instead of their
29004 # values after options handling.
29005 ac_log="
29006 This file was extended by Wine $as_me 1.1.23, which was
29007 generated by GNU Autoconf 2.63.  Invocation command line was
29008
29009   CONFIG_FILES    = $CONFIG_FILES
29010   CONFIG_HEADERS  = $CONFIG_HEADERS
29011   CONFIG_LINKS    = $CONFIG_LINKS
29012   CONFIG_COMMANDS = $CONFIG_COMMANDS
29013   $ $0 $@
29014
29015 on `(hostname || uname -n) 2>/dev/null | sed 1q`
29016 "
29017
29018 _ACEOF
29019
29020 case $ac_config_files in *"
29021 "*) set x $ac_config_files; shift; ac_config_files=$*;;
29022 esac
29023
29024 case $ac_config_headers in *"
29025 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
29026 esac
29027
29028
29029 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29030 # Files that config.status was made for.
29031 config_files="$ac_config_files"
29032 config_headers="$ac_config_headers"
29033 config_commands="$ac_config_commands"
29034
29035 _ACEOF
29036
29037 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29038 ac_cs_usage="\
29039 \`$as_me' instantiates files from templates according to the
29040 current configuration.
29041
29042 Usage: $0 [OPTION]... [FILE]...
29043
29044   -h, --help       print this help, then exit
29045   -V, --version    print version number and configuration settings, then exit
29046   -q, --quiet, --silent
29047                    do not print progress messages
29048   -d, --debug      don't remove temporary files
29049       --recheck    update $as_me by reconfiguring in the same conditions
29050       --file=FILE[:TEMPLATE]
29051                    instantiate the configuration file FILE
29052       --header=FILE[:TEMPLATE]
29053                    instantiate the configuration header FILE
29054
29055 Configuration files:
29056 $config_files
29057
29058 Configuration headers:
29059 $config_headers
29060
29061 Configuration commands:
29062 $config_commands
29063
29064 Report bugs to <bug-autoconf@gnu.org>."
29065
29066 _ACEOF
29067 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29068 ac_cs_version="\\
29069 Wine config.status 1.1.23
29070 configured by $0, generated by GNU Autoconf 2.63,
29071   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
29072
29073 Copyright (C) 2008 Free Software Foundation, Inc.
29074 This config.status script is free software; the Free Software Foundation
29075 gives unlimited permission to copy, distribute and modify it."
29076
29077 ac_pwd='$ac_pwd'
29078 srcdir='$srcdir'
29079 INSTALL='$INSTALL'
29080 test -n "\$AWK" || AWK=awk
29081 _ACEOF
29082
29083 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29084 # The default lists apply if the user does not specify any file.
29085 ac_need_defaults=:
29086 while test $# != 0
29087 do
29088   case $1 in
29089   --*=*)
29090     ac_option=`expr "X$1" : 'X\([^=]*\)='`
29091     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
29092     ac_shift=:
29093     ;;
29094   *)
29095     ac_option=$1
29096     ac_optarg=$2
29097     ac_shift=shift
29098     ;;
29099   esac
29100
29101   case $ac_option in
29102   # Handling of the options.
29103   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
29104     ac_cs_recheck=: ;;
29105   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
29106     $as_echo "$ac_cs_version"; exit ;;
29107   --debug | --debu | --deb | --de | --d | -d )
29108     debug=: ;;
29109   --file | --fil | --fi | --f )
29110     $ac_shift
29111     case $ac_optarg in
29112     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
29113     esac
29114     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
29115     ac_need_defaults=false;;
29116   --header | --heade | --head | --hea )
29117     $ac_shift
29118     case $ac_optarg in
29119     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
29120     esac
29121     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
29122     ac_need_defaults=false;;
29123   --he | --h)
29124     # Conflict between --help and --header
29125     { $as_echo "$as_me: error: ambiguous option: $1
29126 Try \`$0 --help' for more information." >&2
29127    { (exit 1); exit 1; }; };;
29128   --help | --hel | -h )
29129     $as_echo "$ac_cs_usage"; exit ;;
29130   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
29131   | -silent | --silent | --silen | --sile | --sil | --si | --s)
29132     ac_cs_silent=: ;;
29133
29134   # This is an error.
29135   -*) { $as_echo "$as_me: error: unrecognized option: $1
29136 Try \`$0 --help' for more information." >&2
29137    { (exit 1); exit 1; }; } ;;
29138
29139   *) ac_config_targets="$ac_config_targets $1"
29140      ac_need_defaults=false ;;
29141
29142   esac
29143   shift
29144 done
29145
29146 ac_configure_extra_args=
29147
29148 if $ac_cs_silent; then
29149   exec 6>/dev/null
29150   ac_configure_extra_args="$ac_configure_extra_args --silent"
29151 fi
29152
29153 _ACEOF
29154 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29155 if \$ac_cs_recheck; then
29156   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
29157   shift
29158   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
29159   CONFIG_SHELL='$SHELL'
29160   export CONFIG_SHELL
29161   exec "\$@"
29162 fi
29163
29164 _ACEOF
29165 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29166 exec 5>>config.log
29167 {
29168   echo
29169   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
29170 ## Running $as_me. ##
29171 _ASBOX
29172   $as_echo "$ac_log"
29173 } >&5
29174
29175 _ACEOF
29176 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29177 _ACEOF
29178
29179 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29180
29181 # Handling of arguments.
29182 for ac_config_target in $ac_config_targets
29183 do
29184   case $ac_config_target in
29185     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
29186     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
29187     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
29188     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
29189     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
29190     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
29191     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
29192     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
29193     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
29194     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
29195     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
29196     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
29197     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
29198     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
29199     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
29200     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
29201     "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
29202     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
29203     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
29204     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
29205     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
29206     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
29207     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
29208     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
29209     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
29210     "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
29211     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
29212     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
29213     "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
29214     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
29215     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
29216     "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
29217     "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
29218     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
29219     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
29220     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
29221     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
29222     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
29223     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
29224     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
29225     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
29226     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
29227     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
29228     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
29229     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
29230     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
29231     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
29232     "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
29233     "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
29234     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
29235     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
29236     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
29237     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
29238     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
29239     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
29240     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
29241     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
29242     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
29243     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
29244     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
29245     "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
29246     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
29247     "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
29248     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
29249     "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
29250     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
29251     "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
29252     "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
29253     "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
29254     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
29255     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
29256     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
29257     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
29258     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
29259     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
29260     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
29261     "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
29262     "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
29263     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
29264     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
29265     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
29266     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
29267     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
29268     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
29269     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
29270     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
29271     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
29272     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
29273     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
29274     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
29275     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
29276     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
29277     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
29278     "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
29279     "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
29280     "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
29281     "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
29282     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
29283     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
29284     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
29285     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
29286     "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
29287     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
29288     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
29289     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
29290     "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
29291     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
29292     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
29293     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
29294     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
29295     "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
29296     "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
29297     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
29298     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
29299     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
29300     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
29301     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
29302     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
29303     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
29304     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
29305     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
29306     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
29307     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
29308     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
29309     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
29310     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
29311     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
29312     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
29313     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
29314     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
29315     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
29316     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
29317     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
29318     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
29319     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
29320     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
29321     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
29322     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
29323     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
29324     "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
29325     "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
29326     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
29327     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
29328     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
29329     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
29330     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
29331     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
29332     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
29333     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
29334     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
29335     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
29336     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
29337     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
29338     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
29339     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
29340     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
29341     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
29342     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
29343     "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
29344     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
29345     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
29346     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
29347     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
29348     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
29349     "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
29350     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
29351     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
29352     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
29353     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
29354     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
29355     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
29356     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
29357     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
29358     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
29359     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
29360     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
29361     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
29362     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
29363     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
29364     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
29365     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
29366     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
29367     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
29368     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
29369     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
29370     "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
29371     "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
29372     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
29373     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
29374     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
29375     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
29376     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
29377     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
29378     "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
29379     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
29380     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
29381     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
29382     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
29383     "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
29384     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
29385     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
29386     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
29387     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
29388     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
29389     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
29390     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
29391     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
29392     "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
29393     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
29394     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
29395     "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
29396     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
29397     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
29398     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
29399     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
29400     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
29401     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
29402     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
29403     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
29404     "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
29405     "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
29406     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
29407     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
29408     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
29409     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
29410     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
29411     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
29412     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
29413     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
29414     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
29415     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
29416     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
29417     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
29418     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
29419     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
29420     "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
29421     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
29422     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
29423     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
29424     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
29425     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
29426     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
29427     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
29428     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
29429     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
29430     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
29431     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
29432     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
29433     "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
29434     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
29435     "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
29436     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
29437     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
29438     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
29439     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
29440     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
29441     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
29442     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
29443     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
29444     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
29445     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
29446     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
29447     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
29448     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
29449     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
29450     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
29451     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
29452     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
29453     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
29454     "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
29455     "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
29456     "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
29457     "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
29458     "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
29459     "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
29460     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
29461     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
29462     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
29463     "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
29464     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
29465     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
29466     "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
29467     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
29468     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
29469     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
29470     "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
29471     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
29472     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
29473     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
29474     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
29475     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
29476     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
29477     "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
29478     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
29479     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
29480     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
29481     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
29482     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
29483     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
29484     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
29485     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
29486     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
29487     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
29488     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
29489     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
29490     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
29491     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
29492     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
29493     "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
29494     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
29495     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
29496     "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
29497     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
29498     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
29499     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
29500     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
29501     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
29502     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
29503     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
29504     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
29505     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
29506     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
29507     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
29508     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
29509     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
29510     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
29511     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
29512     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
29513     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
29514     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
29515     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
29516     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
29517     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
29518     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
29519     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
29520     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
29521     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
29522     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
29523     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
29524     "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
29525     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29526     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29527     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29528     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29529     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29530     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29531     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29532     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29533     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29534     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29535     "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
29536     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29537     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29538     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29539     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29540     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29541     "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
29542     "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29543     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29544     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29545     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29546     "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
29547     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29548     "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29549     "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
29550     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29551     "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29552     "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
29553     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29554     "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29555     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29556     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29557     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29558     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29559     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29560     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29561     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29562     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29563     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29564     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29565     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29566     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29567     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29568     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29569     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29570     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29571     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29572     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29573     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29574     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29575     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29576     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29577     "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
29578     "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
29579     "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
29580     "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29581     "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
29582     "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29583     "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
29584     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29585     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29586     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29587     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29588     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29589     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29590     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29591     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29592     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29593     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29594     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29595     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29596     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29597     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29598     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29599     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29600     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29601     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29602     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29603     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29604     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29605     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29606     "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
29607     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29608     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29609     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29610     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29611     "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
29612     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29613     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29614     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29615     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29616     "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29617     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29618     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29619     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29620     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29621     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29622     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29623     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29624     "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29625     "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29626     "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29627     "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29628     "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29629     "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29630     "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
29631     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29632     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29633     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29634     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29635     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29636     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29637     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29638     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29639     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29640     "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29641     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29642     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29643     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29644     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29645     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29646     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29647     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29648     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29649     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29650     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29651     "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29652     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29653     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29654     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29655     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29656     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29657     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29658     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29659     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29660     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29661     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29662     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29663     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29664     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29665     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29666     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29667     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29668     "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
29669     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29670     "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29671     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29672     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29673     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29674     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29675     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29676     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29677     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29678     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29679     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29680     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29681     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29682     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29683     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29684     "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29685     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29686     "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29687     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29688     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29689     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29690     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29691     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29692     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29693     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29694     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29695     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29696     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29697     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29698     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29699
29700   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29701 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29702    { (exit 1); exit 1; }; };;
29703   esac
29704 done
29705
29706
29707 # If the user did not use the arguments to specify the items to instantiate,
29708 # then the envvar interface is used.  Set only those that are not.
29709 # We use the long form for the default assignment because of an extremely
29710 # bizarre bug on SunOS 4.1.3.
29711 if $ac_need_defaults; then
29712   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29713   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29714   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29715 fi
29716
29717 # Have a temporary directory for convenience.  Make it in the build tree
29718 # simply because there is no reason against having it here, and in addition,
29719 # creating and moving files from /tmp can sometimes cause problems.
29720 # Hook for its removal unless debugging.
29721 # Note that there is a small window in which the directory will not be cleaned:
29722 # after its creation but before its name has been assigned to `$tmp'.
29723 $debug ||
29724 {
29725   tmp=
29726   trap 'exit_status=$?
29727   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29728 ' 0
29729   trap '{ (exit 1); exit 1; }' 1 2 13 15
29730 }
29731 # Create a (secure) tmp directory for tmp files.
29732
29733 {
29734   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29735   test -n "$tmp" && test -d "$tmp"
29736 }  ||
29737 {
29738   tmp=./conf$$-$RANDOM
29739   (umask 077 && mkdir "$tmp")
29740 } ||
29741 {
29742    $as_echo "$as_me: cannot create a temporary directory in ." >&2
29743    { (exit 1); exit 1; }
29744 }
29745
29746 # Set up the scripts for CONFIG_FILES section.
29747 # No need to generate them if there are no CONFIG_FILES.
29748 # This happens for instance with `./config.status config.h'.
29749 if test -n "$CONFIG_FILES"; then
29750
29751 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29752   ac_cs_awk_getline=:
29753   ac_cs_awk_pipe_init=
29754   ac_cs_awk_read_file='
29755       while ((getline aline < (F[key])) > 0)
29756         print(aline)
29757       close(F[key])'
29758   ac_cs_awk_pipe_fini=
29759 else
29760   ac_cs_awk_getline=false
29761   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29762   ac_cs_awk_read_file='
29763       print "|#_!!_#|"
29764       print "cat " F[key] " &&"
29765       '$ac_cs_awk_pipe_init
29766   # The final `:' finishes the AND list.
29767   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29768 fi
29769 ac_cr='\r'
29770 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29771 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29772   ac_cs_awk_cr='\\r'
29773 else
29774   ac_cs_awk_cr=$ac_cr
29775 fi
29776
29777 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29778 _ACEOF
29779
29780 # Create commands to substitute file output variables.
29781 {
29782   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29783   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29784   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29785   echo "_ACAWK" &&
29786   echo "_ACEOF"
29787 } >conf$$files.sh &&
29788 . ./conf$$files.sh ||
29789   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29790 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29791    { (exit 1); exit 1; }; }
29792 rm -f conf$$files.sh
29793
29794 {
29795   echo "cat >conf$$subs.awk <<_ACEOF" &&
29796   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29797   echo "_ACEOF"
29798 } >conf$$subs.sh ||
29799   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29800 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29801    { (exit 1); exit 1; }; }
29802 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29803 ac_delim='%!_!# '
29804 for ac_last_try in false false false false false :; do
29805   . ./conf$$subs.sh ||
29806     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29807 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29808    { (exit 1); exit 1; }; }
29809
29810   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29811   if test $ac_delim_n = $ac_delim_num; then
29812     break
29813   elif $ac_last_try; then
29814     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29815 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29816    { (exit 1); exit 1; }; }
29817   else
29818     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29819   fi
29820 done
29821 rm -f conf$$subs.sh
29822
29823 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29824 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29825 _ACEOF
29826 sed -n '
29827 h
29828 s/^/S["/; s/!.*/"]=/
29829 p
29830 g
29831 s/^[^!]*!//
29832 :repl
29833 t repl
29834 s/'"$ac_delim"'$//
29835 t delim
29836 :nl
29837 h
29838 s/\(.\{148\}\).*/\1/
29839 t more1
29840 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29841 p
29842 n
29843 b repl
29844 :more1
29845 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29846 p
29847 g
29848 s/.\{148\}//
29849 t nl
29850 :delim
29851 h
29852 s/\(.\{148\}\).*/\1/
29853 t more2
29854 s/["\\]/\\&/g; s/^/"/; s/$/"/
29855 p
29856 b
29857 :more2
29858 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29859 p
29860 g
29861 s/.\{148\}//
29862 t delim
29863 ' <conf$$subs.awk | sed '
29864 /^[^""]/{
29865   N
29866   s/\n//
29867 }
29868 ' >>$CONFIG_STATUS || ac_write_fail=1
29869 rm -f conf$$subs.awk
29870 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29871 _ACAWK
29872 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29873   for (key in S) S_is_set[key] = 1
29874   FS = "\a"
29875   \$ac_cs_awk_pipe_init
29876 }
29877 {
29878   line = $ 0
29879   nfields = split(line, field, "@")
29880   substed = 0
29881   len = length(field[1])
29882   for (i = 2; i < nfields; i++) {
29883     key = field[i]
29884     keylen = length(key)
29885     if (S_is_set[key]) {
29886       value = S[key]
29887       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29888       len += length(value) + length(field[++i])
29889       substed = 1
29890     } else
29891       len += 1 + keylen
29892   }
29893   if (nfields == 3 && !substed) {
29894     key = field[2]
29895     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
29896       \$ac_cs_awk_read_file
29897       next
29898     }
29899   }
29900   print line
29901 }
29902 \$ac_cs_awk_pipe_fini
29903 _ACAWK
29904 _ACEOF
29905 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29906 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29907   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29908 else
29909   cat
29910 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29911   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29912 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29913    { (exit 1); exit 1; }; }
29914 _ACEOF
29915
29916 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29917 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29918 # trailing colons and then remove the whole line if VPATH becomes empty
29919 # (actually we leave an empty line to preserve line numbers).
29920 if test "x$srcdir" = x.; then
29921   ac_vpsub='/^[  ]*VPATH[        ]*=/{
29922 s/:*\$(srcdir):*/:/
29923 s/:*\${srcdir}:*/:/
29924 s/:*@srcdir@:*/:/
29925 s/^\([^=]*=[     ]*\):*/\1/
29926 s/:*$//
29927 s/^[^=]*=[       ]*$//
29928 }'
29929 fi
29930
29931 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29932 fi # test -n "$CONFIG_FILES"
29933
29934 # Set up the scripts for CONFIG_HEADERS section.
29935 # No need to generate them if there are no CONFIG_HEADERS.
29936 # This happens for instance with `./config.status Makefile'.
29937 if test -n "$CONFIG_HEADERS"; then
29938 cat >"$tmp/defines.awk" <<\_ACAWK ||
29939 BEGIN {
29940 _ACEOF
29941
29942 # Transform confdefs.h into an awk script `defines.awk', embedded as
29943 # here-document in config.status, that substitutes the proper values into
29944 # config.h.in to produce config.h.
29945
29946 # Create a delimiter string that does not exist in confdefs.h, to ease
29947 # handling of long lines.
29948 ac_delim='%!_!# '
29949 for ac_last_try in false false :; do
29950   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29951   if test -z "$ac_t"; then
29952     break
29953   elif $ac_last_try; then
29954     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29955 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29956    { (exit 1); exit 1; }; }
29957   else
29958     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29959   fi
29960 done
29961
29962 # For the awk script, D is an array of macro values keyed by name,
29963 # likewise P contains macro parameters if any.  Preserve backslash
29964 # newline sequences.
29965
29966 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29967 sed -n '
29968 s/.\{148\}/&'"$ac_delim"'/g
29969 t rset
29970 :rset
29971 s/^[     ]*#[    ]*define[       ][      ]*/ /
29972 t def
29973 d
29974 :def
29975 s/\\$//
29976 t bsnl
29977 s/["\\]/\\&/g
29978 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
29979 D["\1"]=" \3"/p
29980 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
29981 d
29982 :bsnl
29983 s/["\\]/\\&/g
29984 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
29985 D["\1"]=" \3\\\\\\n"\\/p
29986 t cont
29987 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29988 t cont
29989 d
29990 :cont
29991 n
29992 s/.\{148\}/&'"$ac_delim"'/g
29993 t clear
29994 :clear
29995 s/\\$//
29996 t bsnlc
29997 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29998 d
29999 :bsnlc
30000 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
30001 b cont
30002 ' <confdefs.h | sed '
30003 s/'"$ac_delim"'/"\\\
30004 "/g' >>$CONFIG_STATUS || ac_write_fail=1
30005
30006 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30007   for (key in D) D_is_set[key] = 1
30008   FS = "\a"
30009 }
30010 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
30011   line = \$ 0
30012   split(line, arg, " ")
30013   if (arg[1] == "#") {
30014     defundef = arg[2]
30015     mac1 = arg[3]
30016   } else {
30017     defundef = substr(arg[1], 2)
30018     mac1 = arg[2]
30019   }
30020   split(mac1, mac2, "(") #)
30021   macro = mac2[1]
30022   prefix = substr(line, 1, index(line, defundef) - 1)
30023   if (D_is_set[macro]) {
30024     # Preserve the white space surrounding the "#".
30025     print prefix "define", macro P[macro] D[macro]
30026     next
30027   } else {
30028     # Replace #undef with comments.  This is necessary, for example,
30029     # in the case of _POSIX_SOURCE, which is predefined and required
30030     # on some systems where configure will not decide to define it.
30031     if (defundef == "undef") {
30032       print "/*", prefix defundef, macro, "*/"
30033       next
30034     }
30035   }
30036 }
30037 { print }
30038 _ACAWK
30039 _ACEOF
30040 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30041   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
30042 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
30043    { (exit 1); exit 1; }; }
30044 fi # test -n "$CONFIG_HEADERS"
30045
30046
30047 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
30048 shift
30049 for ac_tag
30050 do
30051   case $ac_tag in
30052   :[FHLC]) ac_mode=$ac_tag; continue;;
30053   esac
30054   case $ac_mode$ac_tag in
30055   :[FHL]*:*);;
30056   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
30057 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
30058    { (exit 1); exit 1; }; };;
30059   :[FH]-) ac_tag=-:-;;
30060   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
30061   esac
30062   ac_save_IFS=$IFS
30063   IFS=:
30064   set x $ac_tag
30065   IFS=$ac_save_IFS
30066   shift
30067   ac_file=$1
30068   shift
30069
30070   case $ac_mode in
30071   :L) ac_source=$1;;
30072   :[FH])
30073     ac_file_inputs=
30074     for ac_f
30075     do
30076       case $ac_f in
30077       -) ac_f="$tmp/stdin";;
30078       *) # Look for the file first in the build tree, then in the source tree
30079          # (if the path is not absolute).  The absolute path cannot be DOS-style,
30080          # because $ac_f cannot contain `:'.
30081          test -f "$ac_f" ||
30082            case $ac_f in
30083            [\\/$]*) false;;
30084            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
30085            esac ||
30086            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
30087 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
30088    { (exit 1); exit 1; }; };;
30089       esac
30090       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
30091       ac_file_inputs="$ac_file_inputs '$ac_f'"
30092     done
30093
30094     # Let's still pretend it is `configure' which instantiates (i.e., don't
30095     # use $as_me), people would be surprised to read:
30096     #    /* config.h.  Generated by config.status.  */
30097     configure_input='Generated from '`
30098           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
30099         `' by configure.'
30100     if test x"$ac_file" != x-; then
30101       configure_input="$ac_file.  $configure_input"
30102       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
30103 $as_echo "$as_me: creating $ac_file" >&6;}
30104     fi
30105     # Neutralize special characters interpreted by sed in replacement strings.
30106     case $configure_input in #(
30107     *\&* | *\|* | *\\* )
30108        ac_sed_conf_input=`$as_echo "$configure_input" |
30109        sed 's/[\\\\&|]/\\\\&/g'`;; #(
30110     *) ac_sed_conf_input=$configure_input;;
30111     esac
30112
30113     case $ac_tag in
30114     *:-:* | *:-) cat >"$tmp/stdin" \
30115       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30116 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30117    { (exit 1); exit 1; }; } ;;
30118     esac
30119     ;;
30120   esac
30121
30122   ac_dir=`$as_dirname -- "$ac_file" ||
30123 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
30124          X"$ac_file" : 'X\(//\)[^/]' \| \
30125          X"$ac_file" : 'X\(//\)$' \| \
30126          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
30127 $as_echo X"$ac_file" |
30128     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
30129             s//\1/
30130             q
30131           }
30132           /^X\(\/\/\)[^/].*/{
30133             s//\1/
30134             q
30135           }
30136           /^X\(\/\/\)$/{
30137             s//\1/
30138             q
30139           }
30140           /^X\(\/\).*/{
30141             s//\1/
30142             q
30143           }
30144           s/.*/./; q'`
30145   { as_dir="$ac_dir"
30146   case $as_dir in #(
30147   -*) as_dir=./$as_dir;;
30148   esac
30149   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
30150     as_dirs=
30151     while :; do
30152       case $as_dir in #(
30153       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
30154       *) as_qdir=$as_dir;;
30155       esac
30156       as_dirs="'$as_qdir' $as_dirs"
30157       as_dir=`$as_dirname -- "$as_dir" ||
30158 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
30159          X"$as_dir" : 'X\(//\)[^/]' \| \
30160          X"$as_dir" : 'X\(//\)$' \| \
30161          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
30162 $as_echo X"$as_dir" |
30163     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
30164             s//\1/
30165             q
30166           }
30167           /^X\(\/\/\)[^/].*/{
30168             s//\1/
30169             q
30170           }
30171           /^X\(\/\/\)$/{
30172             s//\1/
30173             q
30174           }
30175           /^X\(\/\).*/{
30176             s//\1/
30177             q
30178           }
30179           s/.*/./; q'`
30180       test -d "$as_dir" && break
30181     done
30182     test -z "$as_dirs" || eval "mkdir $as_dirs"
30183   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
30184 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
30185    { (exit 1); exit 1; }; }; }
30186   ac_builddir=.
30187
30188 case "$ac_dir" in
30189 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
30190 *)
30191   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
30192   # A ".." for each directory in $ac_dir_suffix.
30193   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
30194   case $ac_top_builddir_sub in
30195   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
30196   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
30197   esac ;;
30198 esac
30199 ac_abs_top_builddir=$ac_pwd
30200 ac_abs_builddir=$ac_pwd$ac_dir_suffix
30201 # for backward compatibility:
30202 ac_top_builddir=$ac_top_build_prefix
30203
30204 case $srcdir in
30205   .)  # We are building in place.
30206     ac_srcdir=.
30207     ac_top_srcdir=$ac_top_builddir_sub
30208     ac_abs_top_srcdir=$ac_pwd ;;
30209   [\\/]* | ?:[\\/]* )  # Absolute name.
30210     ac_srcdir=$srcdir$ac_dir_suffix;
30211     ac_top_srcdir=$srcdir
30212     ac_abs_top_srcdir=$srcdir ;;
30213   *) # Relative name.
30214     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
30215     ac_top_srcdir=$ac_top_build_prefix$srcdir
30216     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
30217 esac
30218 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
30219
30220
30221   case $ac_mode in
30222   :F)
30223   #
30224   # CONFIG_FILE
30225   #
30226
30227   case $INSTALL in
30228   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
30229   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
30230   esac
30231 _ACEOF
30232
30233 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30234 # If the template does not know about datarootdir, expand it.
30235 # FIXME: This hack should be removed a few years after 2.60.
30236 ac_datarootdir_hack=; ac_datarootdir_seen=
30237
30238 ac_sed_dataroot='
30239 /datarootdir/ {
30240   p
30241   q
30242 }
30243 /@datadir@/p
30244 /@docdir@/p
30245 /@infodir@/p
30246 /@localedir@/p
30247 /@mandir@/p
30248 '
30249 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
30250 *datarootdir*) ac_datarootdir_seen=yes;;
30251 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
30252   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
30253 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
30254 _ACEOF
30255 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30256   ac_datarootdir_hack='
30257   s&@datadir@&$datadir&g
30258   s&@docdir@&$docdir&g
30259   s&@infodir@&$infodir&g
30260   s&@localedir@&$localedir&g
30261   s&@mandir@&$mandir&g
30262     s&\\\${datarootdir}&$datarootdir&g' ;;
30263 esac
30264 _ACEOF
30265
30266 # Neutralize VPATH when `$srcdir' = `.'.
30267 # Shell code in configure.ac might set extrasub.
30268 # FIXME: do we really want to maintain this feature?
30269 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30270 ac_sed_extra="$ac_vpsub
30271 $extrasub
30272 _ACEOF
30273 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30274 :t
30275 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
30276 s|@configure_input@|$ac_sed_conf_input|;t t
30277 s&@top_builddir@&$ac_top_builddir_sub&;t t
30278 s&@top_build_prefix@&$ac_top_build_prefix&;t t
30279 s&@srcdir@&$ac_srcdir&;t t
30280 s&@abs_srcdir@&$ac_abs_srcdir&;t t
30281 s&@top_srcdir@&$ac_top_srcdir&;t t
30282 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
30283 s&@builddir@&$ac_builddir&;t t
30284 s&@abs_builddir@&$ac_abs_builddir&;t t
30285 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
30286 s&@INSTALL@&$ac_INSTALL&;t t
30287 $ac_datarootdir_hack
30288 "
30289 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
30290 if $ac_cs_awk_getline; then
30291   $AWK -f "$tmp/subs.awk"
30292 else
30293   $AWK -f "$tmp/subs.awk" | $SHELL
30294 fi >$tmp/out \
30295   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30296 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30297    { (exit 1); exit 1; }; }
30298
30299 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
30300   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
30301   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
30302   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30303 which seems to be undefined.  Please make sure it is defined." >&5
30304 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30305 which seems to be undefined.  Please make sure it is defined." >&2;}
30306
30307   rm -f "$tmp/stdin"
30308   case $ac_file in
30309   -) cat "$tmp/out" && rm -f "$tmp/out";;
30310   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
30311   esac \
30312   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30313 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30314    { (exit 1); exit 1; }; }
30315  ;;
30316   :H)
30317   #
30318   # CONFIG_HEADER
30319   #
30320   if test x"$ac_file" != x-; then
30321     {
30322       $as_echo "/* $configure_input  */" \
30323       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
30324     } >"$tmp/config.h" \
30325       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30326 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30327    { (exit 1); exit 1; }; }
30328     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
30329       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
30330 $as_echo "$as_me: $ac_file is unchanged" >&6;}
30331     else
30332       rm -f "$ac_file"
30333       mv "$tmp/config.h" "$ac_file" \
30334         || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30335 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30336    { (exit 1); exit 1; }; }
30337     fi
30338   else
30339     $as_echo "/* $configure_input  */" \
30340       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
30341       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
30342 $as_echo "$as_me: error: could not create -" >&2;}
30343    { (exit 1); exit 1; }; }
30344   fi
30345  ;;
30346
30347   :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
30348 $as_echo "$as_me: executing $ac_file commands" >&6;}
30349  ;;
30350   esac
30351
30352
30353   case $ac_file$ac_mode in
30354     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
30355     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
30356 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
30357     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
30358 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
30359     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
30360 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
30361     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
30362 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
30363     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
30364 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
30365     "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
30366 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
30367
30368   esac
30369 done # for ac_tag
30370
30371
30372 { (exit 0); exit 0; }
30373 _ACEOF
30374 chmod +x $CONFIG_STATUS
30375 ac_clean_files=$ac_clean_files_save
30376
30377 test $ac_write_fail = 0 ||
30378   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
30379 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
30380    { (exit 1); exit 1; }; }
30381
30382
30383 # configure is writing to config.log, and then calls config.status.
30384 # config.status does its own redirection, appending to config.log.
30385 # Unfortunately, on DOS this fails, as config.log is still kept open
30386 # by configure, so config.status won't be able to write to it; its
30387 # output is simply discarded.  So we exec the FD to /dev/null,
30388 # effectively closing config.log, so it can be properly (re)opened and
30389 # appended to by config.status.  When coming back to configure, we
30390 # need to make the FD available again.
30391 if test "$no_create" != yes; then
30392   ac_cs_success=:
30393   ac_config_status_args=
30394   test "$silent" = yes &&
30395     ac_config_status_args="$ac_config_status_args --quiet"
30396   exec 5>/dev/null
30397   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
30398   exec 5>>config.log
30399   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30400   # would make configure fail if this is the last instruction.
30401   $ac_cs_success || { (exit 1); exit 1; }
30402 fi
30403 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
30404   { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
30405 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
30406 fi
30407
30408
30409 if test "$no_create" = "yes"
30410 then
30411   exit 0
30412 fi
30413
30414 ac_save_IFS="$IFS"
30415 if test "x$wine_notices != "x; then
30416     echo >&6
30417     IFS="|"
30418     for msg in $wine_notices; do
30419         IFS="$ac_save_IFS"
30420         if test -n "$msg"; then
30421             { $as_echo "$as_me:$LINENO: $msg" >&5
30422 $as_echo "$as_me: $msg" >&6;}
30423         fi
30424     done
30425 fi
30426 IFS="|"
30427 for msg in $wine_warnings; do
30428     IFS="$ac_save_IFS"
30429     if test -n "$msg"; then
30430         echo >&2
30431         { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
30432 $as_echo "$as_me: WARNING: $msg" >&2;}
30433     fi
30434 done
30435 IFS="$ac_save_IFS"
30436
30437 echo "
30438 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
30439 " >&6
30440