gdi32: Fix dead store (llvm/clang).
[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.8.
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.8'
600 PACKAGE_STRING='Wine 1.1.8'
601 PACKAGE_BUGREPORT='wine-devel@winehq.org'
602
603 ac_unique_file="server/atom.c"
604 # Factoring default headers for most tests.
605 ac_includes_default="\
606 #include <stdio.h>
607 #ifdef HAVE_SYS_TYPES_H
608 # include <sys/types.h>
609 #endif
610 #ifdef HAVE_SYS_STAT_H
611 # include <sys/stat.h>
612 #endif
613 #ifdef STDC_HEADERS
614 # include <stdlib.h>
615 # include <stddef.h>
616 #else
617 # ifdef HAVE_STDLIB_H
618 #  include <stdlib.h>
619 # endif
620 #endif
621 #ifdef HAVE_STRING_H
622 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
623 #  include <memory.h>
624 # endif
625 # include <string.h>
626 #endif
627 #ifdef HAVE_STRINGS_H
628 # include <strings.h>
629 #endif
630 #ifdef HAVE_INTTYPES_H
631 # include <inttypes.h>
632 #endif
633 #ifdef HAVE_STDINT_H
634 # include <stdint.h>
635 #endif
636 #ifdef HAVE_UNISTD_H
637 # include <unistd.h>
638 #endif"
639
640 ac_subst_vars='LTLIBOBJS
641 LIBOBJS
642 ALL_WINETEST_DEPENDS
643 ALL_PROGRAM_BIN_INSTALL_DIRS
644 ALL_PROGRAM_INSTALL_DIRS
645 ALL_PROGRAM_DIRS
646 ALL_TEST_DIRS
647 ALL_IMPLIB_DIRS
648 ALL_DLL_DIRS
649 ALL_TOP_DIRS
650 ALL_MAKEFILE_DEPENDS
651 ALL_MAKEFILES
652 ALL_MAKERULES
653 DEPENDENCIES
654 LDAPLIBS
655 LIBPOLL
656 LIBDL
657 EXTRA_BINARIES
658 MAIN_BINARY
659 SOCKETLIBS
660 CRTLIBS
661 LDPATH
662 BUILTINFLAG
663 EXTRACFLAGS
664 FONTCONFIGINCL
665 CUPSINCL
666 AUDIOIOLIBS
667 ALSALIBS
668 ESDLIBS
669 ESDINCL
670 ESDCONFIG
671 FREETYPEINCL
672 FREETYPELIBS
673 ft_devel
674 LCMSLIBS
675 RESOLVLIBS
676 GPHOTO2INCL
677 GPHOTO2LIBS
678 gphoto2port_devel
679 gphoto2_devel
680 SANEINCL
681 sane_devel
682 GNUTLSINCL
683 HALINCL
684 XSLTINCL
685 XML2INCL
686 XML2LIBS
687 NASLIBS
688 CROSSTEST
689 CROSSWINDRES
690 CROSSCC
691 CARBONLIB
692 COREAUDIO
693 DISKARBITRATIONLIB
694 LDEXECFLAGS
695 IOKITLIB
696 COREFOUNDATIONLIB
697 SECURITYLIB
698 MINGWAR
699 DLLWRAP
700 DLLTOOL
701 LDD
702 LDRPATH_LOCAL
703 LDRPATH_INSTALL
704 IMPLIBEXT
705 LIBEXT
706 LDDLLFLAGS
707 LDSHARED
708 DLLFLAGS
709 DLLEXT
710 OPENGL_LIBS
711 XLIB
712 LIBPTHREAD
713 PRELINK
714 ICOTOOL
715 RSVG
716 PKG_CONFIG
717 FONTFORGE
718 LINTFLAGS
719 LINT
720 INSTALL_DATA
721 INSTALL_SCRIPT
722 INSTALL_PROGRAM
723 LDCONFIG
724 EGREP
725 GREP
726 LN
727 LN_S
728 WINDRES
729 STRIP
730 RANLIB
731 ARFLAGS
732 ac_ct_AR
733 AR
734 ac_ct_NM
735 NM
736 ac_ct_LD
737 LD
738 ac_ct_AS
739 AS
740 BISON
741 FLEX
742 X_EXTRA_LIBS
743 X_LIBS
744 X_PRE_LIBS
745 X_CFLAGS
746 CPP
747 XMKMF
748 TOOLSDIR
749 CPPBIN
750 ac_ct_CXX
751 CXXFLAGS
752 CXX
753 OBJEXT
754 EXEEXT
755 ac_ct_CC
756 CPPFLAGS
757 LDFLAGS
758 CFLAGS
759 CC
760 SET_MAKE
761 WIN16_INSTALL
762 WIN16_FILES
763 host_os
764 host_vendor
765 host_cpu
766 host
767 build_os
768 build_vendor
769 build_cpu
770 build
771 MAINTAINER_MODE
772 target_alias
773 host_alias
774 build_alias
775 LIBS
776 ECHO_T
777 ECHO_N
778 ECHO_C
779 DEFS
780 mandir
781 localedir
782 libdir
783 psdir
784 pdfdir
785 dvidir
786 htmldir
787 infodir
788 docdir
789 oldincludedir
790 includedir
791 localstatedir
792 sharedstatedir
793 sysconfdir
794 datadir
795 datarootdir
796 libexecdir
797 sbindir
798 bindir
799 program_transform_name
800 prefix
801 exec_prefix
802 PACKAGE_BUGREPORT
803 PACKAGE_STRING
804 PACKAGE_VERSION
805 PACKAGE_TARNAME
806 PACKAGE_NAME
807 PATH_SEPARATOR
808 SHELL'
809 ac_subst_files='MAKE_RULES
810 MAKE_DLL_RULES
811 MAKE_IMPLIB_RULES
812 MAKE_TEST_RULES
813 MAKE_PROG_RULES'
814 ac_user_opts='
815 enable_option_checking
816 enable_win16
817 enable_win64
818 enable_maintainer_mode
819 with_alsa
820 with_audioio
821 with_capi
822 with_cms
823 with_coreaudio
824 with_cups
825 with_curses
826 with_esd
827 with_fontconfig
828 with_freetype
829 with_gphoto
830 with_glu
831 with_gnutls
832 with_hal
833 with_jack
834 with_jpeg
835 with_ldap
836 with_nas
837 with_opengl
838 with_openssl
839 with_oss
840 with_png
841 with_sane
842 with_xcomposite
843 with_xcursor
844 with_xinerama
845 with_xinput
846 with_xml
847 with_xrandr
848 with_xrender
849 with_xshape
850 with_xshm
851 with_xslt
852 with_xxf86vm
853 with_wine_tools
854 with_x
855 '
856       ac_precious_vars='build_alias
857 host_alias
858 target_alias
859 CC
860 CFLAGS
861 LDFLAGS
862 LIBS
863 CPPFLAGS
864 CXX
865 CXXFLAGS
866 CCC
867 XMKMF
868 CPP'
869
870
871 # Initialize some variables set by options.
872 ac_init_help=
873 ac_init_version=false
874 ac_unrecognized_opts=
875 ac_unrecognized_sep=
876 # The variables have the same names as the options, with
877 # dashes changed to underlines.
878 cache_file=/dev/null
879 exec_prefix=NONE
880 no_create=
881 no_recursion=
882 prefix=NONE
883 program_prefix=NONE
884 program_suffix=NONE
885 program_transform_name=s,x,x,
886 silent=
887 site=
888 srcdir=
889 verbose=
890 x_includes=NONE
891 x_libraries=NONE
892
893 # Installation directory options.
894 # These are left unexpanded so users can "make install exec_prefix=/foo"
895 # and all the variables that are supposed to be based on exec_prefix
896 # by default will actually change.
897 # Use braces instead of parens because sh, perl, etc. also accept them.
898 # (The list follows the same order as the GNU Coding Standards.)
899 bindir='${exec_prefix}/bin'
900 sbindir='${exec_prefix}/sbin'
901 libexecdir='${exec_prefix}/libexec'
902 datarootdir='${prefix}/share'
903 datadir='${datarootdir}'
904 sysconfdir='${prefix}/etc'
905 sharedstatedir='${prefix}/com'
906 localstatedir='${prefix}/var'
907 includedir='${prefix}/include'
908 oldincludedir='/usr/include'
909 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
910 infodir='${datarootdir}/info'
911 htmldir='${docdir}'
912 dvidir='${docdir}'
913 pdfdir='${docdir}'
914 psdir='${docdir}'
915 libdir='${exec_prefix}/lib'
916 localedir='${datarootdir}/locale'
917 mandir='${datarootdir}/man'
918
919 ac_prev=
920 ac_dashdash=
921 for ac_option
922 do
923   # If the previous option needs an argument, assign it.
924   if test -n "$ac_prev"; then
925     eval $ac_prev=\$ac_option
926     ac_prev=
927     continue
928   fi
929
930   case $ac_option in
931   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
932   *)    ac_optarg=yes ;;
933   esac
934
935   # Accept the important Cygnus configure options, so we can diagnose typos.
936
937   case $ac_dashdash$ac_option in
938   --)
939     ac_dashdash=yes ;;
940
941   -bindir | --bindir | --bindi | --bind | --bin | --bi)
942     ac_prev=bindir ;;
943   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
944     bindir=$ac_optarg ;;
945
946   -build | --build | --buil | --bui | --bu)
947     ac_prev=build_alias ;;
948   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
949     build_alias=$ac_optarg ;;
950
951   -cache-file | --cache-file | --cache-fil | --cache-fi \
952   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
953     ac_prev=cache_file ;;
954   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
955   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
956     cache_file=$ac_optarg ;;
957
958   --config-cache | -C)
959     cache_file=config.cache ;;
960
961   -datadir | --datadir | --datadi | --datad)
962     ac_prev=datadir ;;
963   -datadir=* | --datadir=* | --datadi=* | --datad=*)
964     datadir=$ac_optarg ;;
965
966   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
967   | --dataroo | --dataro | --datar)
968     ac_prev=datarootdir ;;
969   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
970   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
971     datarootdir=$ac_optarg ;;
972
973   -disable-* | --disable-*)
974     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
975     # Reject names that are not valid shell variable names.
976     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
977       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
978    { (exit 1); exit 1; }; }
979     ac_useropt_orig=$ac_useropt
980     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
981     case $ac_user_opts in
982       *"
983 "enable_$ac_useropt"
984 "*) ;;
985       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
986          ac_unrecognized_sep=', ';;
987     esac
988     eval enable_$ac_useropt=no ;;
989
990   -docdir | --docdir | --docdi | --doc | --do)
991     ac_prev=docdir ;;
992   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
993     docdir=$ac_optarg ;;
994
995   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
996     ac_prev=dvidir ;;
997   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
998     dvidir=$ac_optarg ;;
999
1000   -enable-* | --enable-*)
1001     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1002     # Reject names that are not valid shell variable names.
1003     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1004       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1005    { (exit 1); exit 1; }; }
1006     ac_useropt_orig=$ac_useropt
1007     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1008     case $ac_user_opts in
1009       *"
1010 "enable_$ac_useropt"
1011 "*) ;;
1012       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1013          ac_unrecognized_sep=', ';;
1014     esac
1015     eval enable_$ac_useropt=\$ac_optarg ;;
1016
1017   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1018   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1019   | --exec | --exe | --ex)
1020     ac_prev=exec_prefix ;;
1021   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1022   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1023   | --exec=* | --exe=* | --ex=*)
1024     exec_prefix=$ac_optarg ;;
1025
1026   -gas | --gas | --ga | --g)
1027     # Obsolete; use --with-gas.
1028     with_gas=yes ;;
1029
1030   -help | --help | --hel | --he | -h)
1031     ac_init_help=long ;;
1032   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1033     ac_init_help=recursive ;;
1034   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1035     ac_init_help=short ;;
1036
1037   -host | --host | --hos | --ho)
1038     ac_prev=host_alias ;;
1039   -host=* | --host=* | --hos=* | --ho=*)
1040     host_alias=$ac_optarg ;;
1041
1042   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1043     ac_prev=htmldir ;;
1044   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1045   | --ht=*)
1046     htmldir=$ac_optarg ;;
1047
1048   -includedir | --includedir | --includedi | --included | --include \
1049   | --includ | --inclu | --incl | --inc)
1050     ac_prev=includedir ;;
1051   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1052   | --includ=* | --inclu=* | --incl=* | --inc=*)
1053     includedir=$ac_optarg ;;
1054
1055   -infodir | --infodir | --infodi | --infod | --info | --inf)
1056     ac_prev=infodir ;;
1057   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1058     infodir=$ac_optarg ;;
1059
1060   -libdir | --libdir | --libdi | --libd)
1061     ac_prev=libdir ;;
1062   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1063     libdir=$ac_optarg ;;
1064
1065   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1066   | --libexe | --libex | --libe)
1067     ac_prev=libexecdir ;;
1068   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1069   | --libexe=* | --libex=* | --libe=*)
1070     libexecdir=$ac_optarg ;;
1071
1072   -localedir | --localedir | --localedi | --localed | --locale)
1073     ac_prev=localedir ;;
1074   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1075     localedir=$ac_optarg ;;
1076
1077   -localstatedir | --localstatedir | --localstatedi | --localstated \
1078   | --localstate | --localstat | --localsta | --localst | --locals)
1079     ac_prev=localstatedir ;;
1080   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1081   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1082     localstatedir=$ac_optarg ;;
1083
1084   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1085     ac_prev=mandir ;;
1086   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1087     mandir=$ac_optarg ;;
1088
1089   -nfp | --nfp | --nf)
1090     # Obsolete; use --without-fp.
1091     with_fp=no ;;
1092
1093   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1094   | --no-cr | --no-c | -n)
1095     no_create=yes ;;
1096
1097   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1098   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1099     no_recursion=yes ;;
1100
1101   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1102   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1103   | --oldin | --oldi | --old | --ol | --o)
1104     ac_prev=oldincludedir ;;
1105   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1106   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1107   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1108     oldincludedir=$ac_optarg ;;
1109
1110   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1111     ac_prev=prefix ;;
1112   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1113     prefix=$ac_optarg ;;
1114
1115   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1116   | --program-pre | --program-pr | --program-p)
1117     ac_prev=program_prefix ;;
1118   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1119   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1120     program_prefix=$ac_optarg ;;
1121
1122   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1123   | --program-suf | --program-su | --program-s)
1124     ac_prev=program_suffix ;;
1125   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1126   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1127     program_suffix=$ac_optarg ;;
1128
1129   -program-transform-name | --program-transform-name \
1130   | --program-transform-nam | --program-transform-na \
1131   | --program-transform-n | --program-transform- \
1132   | --program-transform | --program-transfor \
1133   | --program-transfo | --program-transf \
1134   | --program-trans | --program-tran \
1135   | --progr-tra | --program-tr | --program-t)
1136     ac_prev=program_transform_name ;;
1137   -program-transform-name=* | --program-transform-name=* \
1138   | --program-transform-nam=* | --program-transform-na=* \
1139   | --program-transform-n=* | --program-transform-=* \
1140   | --program-transform=* | --program-transfor=* \
1141   | --program-transfo=* | --program-transf=* \
1142   | --program-trans=* | --program-tran=* \
1143   | --progr-tra=* | --program-tr=* | --program-t=*)
1144     program_transform_name=$ac_optarg ;;
1145
1146   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1147     ac_prev=pdfdir ;;
1148   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1149     pdfdir=$ac_optarg ;;
1150
1151   -psdir | --psdir | --psdi | --psd | --ps)
1152     ac_prev=psdir ;;
1153   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1154     psdir=$ac_optarg ;;
1155
1156   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1157   | -silent | --silent | --silen | --sile | --sil)
1158     silent=yes ;;
1159
1160   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1161     ac_prev=sbindir ;;
1162   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1163   | --sbi=* | --sb=*)
1164     sbindir=$ac_optarg ;;
1165
1166   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1167   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1168   | --sharedst | --shareds | --shared | --share | --shar \
1169   | --sha | --sh)
1170     ac_prev=sharedstatedir ;;
1171   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1172   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1173   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1174   | --sha=* | --sh=*)
1175     sharedstatedir=$ac_optarg ;;
1176
1177   -site | --site | --sit)
1178     ac_prev=site ;;
1179   -site=* | --site=* | --sit=*)
1180     site=$ac_optarg ;;
1181
1182   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1183     ac_prev=srcdir ;;
1184   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1185     srcdir=$ac_optarg ;;
1186
1187   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1188   | --syscon | --sysco | --sysc | --sys | --sy)
1189     ac_prev=sysconfdir ;;
1190   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1191   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1192     sysconfdir=$ac_optarg ;;
1193
1194   -target | --target | --targe | --targ | --tar | --ta | --t)
1195     ac_prev=target_alias ;;
1196   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1197     target_alias=$ac_optarg ;;
1198
1199   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1200     verbose=yes ;;
1201
1202   -version | --version | --versio | --versi | --vers | -V)
1203     ac_init_version=: ;;
1204
1205   -with-* | --with-*)
1206     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1207     # Reject names that are not valid shell variable names.
1208     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1209       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1210    { (exit 1); exit 1; }; }
1211     ac_useropt_orig=$ac_useropt
1212     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1213     case $ac_user_opts in
1214       *"
1215 "with_$ac_useropt"
1216 "*) ;;
1217       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1218          ac_unrecognized_sep=', ';;
1219     esac
1220     eval with_$ac_useropt=\$ac_optarg ;;
1221
1222   -without-* | --without-*)
1223     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1224     # Reject names that are not valid shell variable names.
1225     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1226       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1227    { (exit 1); exit 1; }; }
1228     ac_useropt_orig=$ac_useropt
1229     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1230     case $ac_user_opts in
1231       *"
1232 "with_$ac_useropt"
1233 "*) ;;
1234       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1235          ac_unrecognized_sep=', ';;
1236     esac
1237     eval with_$ac_useropt=no ;;
1238
1239   --x)
1240     # Obsolete; use --with-x.
1241     with_x=yes ;;
1242
1243   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1244   | --x-incl | --x-inc | --x-in | --x-i)
1245     ac_prev=x_includes ;;
1246   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1247   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1248     x_includes=$ac_optarg ;;
1249
1250   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1251   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1252     ac_prev=x_libraries ;;
1253   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1254   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1255     x_libraries=$ac_optarg ;;
1256
1257   -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1258 Try \`$0 --help' for more information." >&2
1259    { (exit 1); exit 1; }; }
1260     ;;
1261
1262   *=*)
1263     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1264     # Reject names that are not valid shell variable names.
1265     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1266       { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1267    { (exit 1); exit 1; }; }
1268     eval $ac_envvar=\$ac_optarg
1269     export $ac_envvar ;;
1270
1271   *)
1272     # FIXME: should be removed in autoconf 3.0.
1273     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1274     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1275       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1276     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1277     ;;
1278
1279   esac
1280 done
1281
1282 if test -n "$ac_prev"; then
1283   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1284   { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1285    { (exit 1); exit 1; }; }
1286 fi
1287
1288 if test -n "$ac_unrecognized_opts"; then
1289   case $enable_option_checking in
1290     no) ;;
1291     fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1292    { (exit 1); exit 1; }; } ;;
1293     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1294   esac
1295 fi
1296
1297 # Check all directory arguments for consistency.
1298 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1299                 datadir sysconfdir sharedstatedir localstatedir includedir \
1300                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1301                 libdir localedir mandir
1302 do
1303   eval ac_val=\$$ac_var
1304   # Remove trailing slashes.
1305   case $ac_val in
1306     */ )
1307       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1308       eval $ac_var=\$ac_val;;
1309   esac
1310   # Be sure to have absolute directory names.
1311   case $ac_val in
1312     [\\/$]* | ?:[\\/]* )  continue;;
1313     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1314   esac
1315   { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1316    { (exit 1); exit 1; }; }
1317 done
1318
1319 # There might be people who depend on the old broken behavior: `$host'
1320 # used to hold the argument of --host etc.
1321 # FIXME: To remove some day.
1322 build=$build_alias
1323 host=$host_alias
1324 target=$target_alias
1325
1326 # FIXME: To remove some day.
1327 if test "x$host_alias" != x; then
1328   if test "x$build_alias" = x; then
1329     cross_compiling=maybe
1330     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1331     If a cross compiler is detected then cross compile mode will be used." >&2
1332   elif test "x$build_alias" != "x$host_alias"; then
1333     cross_compiling=yes
1334   fi
1335 fi
1336
1337 ac_tool_prefix=
1338 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1339
1340 test "$silent" = yes && exec 6>/dev/null
1341
1342
1343 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1344 ac_ls_di=`ls -di .` &&
1345 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1346   { $as_echo "$as_me: error: working directory cannot be determined" >&2
1347    { (exit 1); exit 1; }; }
1348 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1349   { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1350    { (exit 1); exit 1; }; }
1351
1352
1353 # Find the source files, if location was not specified.
1354 if test -z "$srcdir"; then
1355   ac_srcdir_defaulted=yes
1356   # Try the directory containing this script, then the parent directory.
1357   ac_confdir=`$as_dirname -- "$as_myself" ||
1358 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1359          X"$as_myself" : 'X\(//\)[^/]' \| \
1360          X"$as_myself" : 'X\(//\)$' \| \
1361          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1362 $as_echo X"$as_myself" |
1363     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1364             s//\1/
1365             q
1366           }
1367           /^X\(\/\/\)[^/].*/{
1368             s//\1/
1369             q
1370           }
1371           /^X\(\/\/\)$/{
1372             s//\1/
1373             q
1374           }
1375           /^X\(\/\).*/{
1376             s//\1/
1377             q
1378           }
1379           s/.*/./; q'`
1380   srcdir=$ac_confdir
1381   if test ! -r "$srcdir/$ac_unique_file"; then
1382     srcdir=..
1383   fi
1384 else
1385   ac_srcdir_defaulted=no
1386 fi
1387 if test ! -r "$srcdir/$ac_unique_file"; then
1388   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1389   { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1390    { (exit 1); exit 1; }; }
1391 fi
1392 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1393 ac_abs_confdir=`(
1394         cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1395    { (exit 1); exit 1; }; }
1396         pwd)`
1397 # When building in place, set srcdir=.
1398 if test "$ac_abs_confdir" = "$ac_pwd"; then
1399   srcdir=.
1400 fi
1401 # Remove unnecessary trailing slashes from srcdir.
1402 # Double slashes in file names in object file debugging info
1403 # mess up M-x gdb in Emacs.
1404 case $srcdir in
1405 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1406 esac
1407 for ac_var in $ac_precious_vars; do
1408   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1409   eval ac_env_${ac_var}_value=\$${ac_var}
1410   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1411   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1412 done
1413
1414 #
1415 # Report the --help message.
1416 #
1417 if test "$ac_init_help" = "long"; then
1418   # Omit some internal or obsolete options to make the list less imposing.
1419   # This message is too long to be a string in the A/UX 3.1 sh.
1420   cat <<_ACEOF
1421 \`configure' configures Wine 1.1.8 to adapt to many kinds of systems.
1422
1423 Usage: $0 [OPTION]... [VAR=VALUE]...
1424
1425 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1426 VAR=VALUE.  See below for descriptions of some of the useful variables.
1427
1428 Defaults for the options are specified in brackets.
1429
1430 Configuration:
1431   -h, --help              display this help and exit
1432       --help=short        display options specific to this package
1433       --help=recursive    display the short help of all the included packages
1434   -V, --version           display version information and exit
1435   -q, --quiet, --silent   do not print \`checking...' messages
1436       --cache-file=FILE   cache test results in FILE [disabled]
1437   -C, --config-cache      alias for \`--cache-file=config.cache'
1438   -n, --no-create         do not create output files
1439       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1440
1441 Installation directories:
1442   --prefix=PREFIX         install architecture-independent files in PREFIX
1443                           [$ac_default_prefix]
1444   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1445                           [PREFIX]
1446
1447 By default, \`make install' will install all the files in
1448 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1449 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1450 for instance \`--prefix=\$HOME'.
1451
1452 For better control, use the options below.
1453
1454 Fine tuning of the installation directories:
1455   --bindir=DIR            user executables [EPREFIX/bin]
1456   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1457   --libexecdir=DIR        program executables [EPREFIX/libexec]
1458   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1459   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1460   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1461   --libdir=DIR            object code libraries [EPREFIX/lib]
1462   --includedir=DIR        C header files [PREFIX/include]
1463   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1464   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1465   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1466   --infodir=DIR           info documentation [DATAROOTDIR/info]
1467   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1468   --mandir=DIR            man documentation [DATAROOTDIR/man]
1469   --docdir=DIR            documentation root [DATAROOTDIR/doc/wine]
1470   --htmldir=DIR           html documentation [DOCDIR]
1471   --dvidir=DIR            dvi documentation [DOCDIR]
1472   --pdfdir=DIR            pdf documentation [DOCDIR]
1473   --psdir=DIR             ps documentation [DOCDIR]
1474 _ACEOF
1475
1476   cat <<\_ACEOF
1477
1478 X features:
1479   --x-includes=DIR    X include files are in DIR
1480   --x-libraries=DIR   X library files are in DIR
1481
1482 System types:
1483   --build=BUILD     configure for building on BUILD [guessed]
1484   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1485 _ACEOF
1486 fi
1487
1488 if test -n "$ac_init_help"; then
1489   case $ac_init_help in
1490      short | recursive ) echo "Configuration of Wine 1.1.8:";;
1491    esac
1492   cat <<\_ACEOF
1493
1494 Optional Features:
1495   --disable-option-checking  ignore unrecognized --enable/--with options
1496   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1497   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1498   --disable-win16         do not include Win16 support
1499   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1500                           binaries)
1501   --enable-maintainer-mode
1502                           enable maintainer-specific build rules
1503
1504 Optional Packages:
1505   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1506   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1507   --without-alsa          do not use the Alsa sound support
1508   --without-audioio       do not use the AudioIO sound support
1509   --without-capi          do not use CAPI (ISDN support)
1510   --without-cms           do not use CMS (color management support)
1511   --without-coreaudio     do not use the CoreAudio sound support
1512   --without-cups          do not use CUPS
1513   --without-curses        do not use (n)curses
1514   --without-esd           do not use the EsounD sound support
1515   --without-fontconfig    do not use fontconfig
1516   --without-freetype      do not use the FreeType library
1517   --without-gphoto        do not use gphoto (Digital Camera support)
1518   --without-glu           do not use the GLU library
1519   --without-gnutls        do not use GnuTLS (schannel support)
1520   --without-hal           do not use HAL (dynamic device support)
1521   --without-jack          do not use the Jack sound support
1522   --without-jpeg          do not use JPEG
1523   --without-ldap          do not use LDAP
1524   --without-nas           do not use the NAS sound support
1525   --without-opengl        do not use OpenGL
1526   --without-openssl       do not use OpenSSL
1527   --without-oss           do not use the OSS sound support
1528   --without-png           do not use PNG
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   XMKMF       Path to xmkmf, Makefile generator for X Window System
1555   CPP         C preprocessor
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.8
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.8, 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-maintainer-mode was given.
2052 if test "${enable_maintainer_mode+set}" = set; then
2053   enableval=$enable_maintainer_mode;
2054 else
2055   MAINTAINER_MODE=\#
2056
2057 fi
2058
2059
2060
2061 # Check whether --with-alsa was given.
2062 if test "${with_alsa+set}" = set; then
2063   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2064 fi
2065
2066
2067 # Check whether --with-audioio was given.
2068 if test "${with_audioio+set}" = set; then
2069   withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2070 fi
2071
2072
2073 # Check whether --with-capi was given.
2074 if test "${with_capi+set}" = set; then
2075   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2076 fi
2077
2078
2079 # Check whether --with-cms was given.
2080 if test "${with_cms+set}" = set; then
2081   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2082 fi
2083
2084
2085 # Check whether --with-coreaudio was given.
2086 if test "${with_coreaudio+set}" = set; then
2087   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2088 fi
2089
2090
2091 # Check whether --with-cups was given.
2092 if test "${with_cups+set}" = set; then
2093   withval=$with_cups;
2094 fi
2095
2096
2097 # Check whether --with-curses was given.
2098 if test "${with_curses+set}" = set; then
2099   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2100 fi
2101
2102
2103 # Check whether --with-esd was given.
2104 if test "${with_esd+set}" = set; then
2105   withval=$with_esd;
2106 fi
2107
2108
2109 # Check whether --with-fontconfig was given.
2110 if test "${with_fontconfig+set}" = set; then
2111   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2112 fi
2113
2114
2115 # Check whether --with-freetype was given.
2116 if test "${with_freetype+set}" = set; then
2117   withval=$with_freetype;
2118 fi
2119
2120
2121 # Check whether --with-gphoto was given.
2122 if test "${with_gphoto+set}" = set; then
2123   withval=$with_gphoto;
2124 fi
2125
2126
2127 # Check whether --with-glu was given.
2128 if test "${with_glu+set}" = set; then
2129   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2130 fi
2131
2132
2133 # Check whether --with-gnutls was given.
2134 if test "${with_gnutls+set}" = set; then
2135   withval=$with_gnutls;
2136 fi
2137
2138
2139 # Check whether --with-hal was given.
2140 if test "${with_hal+set}" = set; then
2141   withval=$with_hal;
2142 fi
2143
2144
2145 # Check whether --with-jack was given.
2146 if test "${with_jack+set}" = set; then
2147   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2148 fi
2149
2150
2151 # Check whether --with-jpeg was given.
2152 if test "${with_jpeg+set}" = set; then
2153   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2154 fi
2155
2156
2157 # Check whether --with-ldap was given.
2158 if test "${with_ldap+set}" = set; then
2159   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2160 fi
2161
2162
2163 # Check whether --with-nas was given.
2164 if test "${with_nas+set}" = set; then
2165   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2166 fi
2167
2168
2169 # Check whether --with-opengl was given.
2170 if test "${with_opengl+set}" = set; then
2171   withval=$with_opengl;
2172 fi
2173
2174
2175 # Check whether --with-openssl was given.
2176 if test "${with_openssl+set}" = set; then
2177   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2178 fi
2179
2180
2181 # Check whether --with-oss was given.
2182 if test "${with_oss+set}" = set; then
2183   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
2184 fi
2185
2186
2187 # Check whether --with-png was given.
2188 if test "${with_png+set}" = set; then
2189   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2190 fi
2191
2192
2193 # Check whether --with-sane was given.
2194 if test "${with_sane+set}" = set; then
2195   withval=$with_sane;
2196 fi
2197
2198
2199 # Check whether --with-xcomposite was given.
2200 if test "${with_xcomposite+set}" = set; then
2201   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2202 fi
2203
2204
2205 # Check whether --with-xcursor was given.
2206 if test "${with_xcursor+set}" = set; then
2207   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2208 fi
2209
2210
2211 # Check whether --with-xinerama was given.
2212 if test "${with_xinerama+set}" = set; then
2213   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2214 fi
2215
2216
2217 # Check whether --with-xinput was given.
2218 if test "${with_xinput+set}" = set; then
2219   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2220 fi
2221
2222
2223 # Check whether --with-xml was given.
2224 if test "${with_xml+set}" = set; then
2225   withval=$with_xml;
2226 fi
2227
2228
2229 # Check whether --with-xrandr was given.
2230 if test "${with_xrandr+set}" = set; then
2231   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2232 fi
2233
2234
2235 # Check whether --with-xrender was given.
2236 if test "${with_xrender+set}" = set; then
2237   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2238 fi
2239
2240
2241 # Check whether --with-xshape was given.
2242 if test "${with_xshape+set}" = set; then
2243   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2244 fi
2245
2246
2247 # Check whether --with-xshm was given.
2248 if test "${with_xshm+set}" = set; then
2249   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2250 fi
2251
2252
2253 # Check whether --with-xslt was given.
2254 if test "${with_xslt+set}" = set; then
2255   withval=$with_xslt;
2256 fi
2257
2258
2259 # Check whether --with-xxf86vm was given.
2260 if test "${with_xxf86vm+set}" = set; then
2261   withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2262 fi
2263
2264
2265
2266 # Check whether --with-wine-tools was given.
2267 if test "${with_wine_tools+set}" = set; then
2268   withval=$with_wine_tools;
2269 fi
2270
2271
2272 # Make sure we can run config.sub.
2273 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2274   { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2275 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2276    { (exit 1); exit 1; }; }
2277
2278 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2279 $as_echo_n "checking build system type... " >&6; }
2280 if test "${ac_cv_build+set}" = set; then
2281   $as_echo_n "(cached) " >&6
2282 else
2283   ac_build_alias=$build_alias
2284 test "x$ac_build_alias" = x &&
2285   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2286 test "x$ac_build_alias" = x &&
2287   { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2288 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2289    { (exit 1); exit 1; }; }
2290 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2291   { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2292 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2293    { (exit 1); exit 1; }; }
2294
2295 fi
2296 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2297 $as_echo "$ac_cv_build" >&6; }
2298 case $ac_cv_build in
2299 *-*-*) ;;
2300 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2301 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2302    { (exit 1); exit 1; }; };;
2303 esac
2304 build=$ac_cv_build
2305 ac_save_IFS=$IFS; IFS='-'
2306 set x $ac_cv_build
2307 shift
2308 build_cpu=$1
2309 build_vendor=$2
2310 shift; shift
2311 # Remember, the first character of IFS is used to create $*,
2312 # except with old shells:
2313 build_os=$*
2314 IFS=$ac_save_IFS
2315 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2316
2317
2318 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2319 $as_echo_n "checking host system type... " >&6; }
2320 if test "${ac_cv_host+set}" = set; then
2321   $as_echo_n "(cached) " >&6
2322 else
2323   if test "x$host_alias" = x; then
2324   ac_cv_host=$ac_cv_build
2325 else
2326   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2327     { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2328 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2329    { (exit 1); exit 1; }; }
2330 fi
2331
2332 fi
2333 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2334 $as_echo "$ac_cv_host" >&6; }
2335 case $ac_cv_host in
2336 *-*-*) ;;
2337 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2338 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2339    { (exit 1); exit 1; }; };;
2340 esac
2341 host=$ac_cv_host
2342 ac_save_IFS=$IFS; IFS='-'
2343 set x $ac_cv_host
2344 shift
2345 host_cpu=$1
2346 host_vendor=$2
2347 shift; shift
2348 # Remember, the first character of IFS is used to create $*,
2349 # except with old shells:
2350 host_os=$*
2351 IFS=$ac_save_IFS
2352 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2353
2354
2355 case $host in
2356   x86_64*linux*)
2357     if test "x$enable_win64" != "xyes"
2358     then
2359       CC="${CC:-gcc} -m32"
2360       CXX="${CXX:-g++} -m32"
2361       LD="${LD:-ld} -m elf_i386"
2362       AS="${AS:-as} --32"
2363       host_cpu="i386"
2364       notice_platform="32-bit "
2365     fi
2366     ;;
2367 esac
2368
2369 case $host_cpu in
2370   *i[3456789]86*)
2371     if test "x$enable_win16" != "xno"
2372     then
2373       enable_win16="yes"
2374     fi
2375     ;;
2376 esac
2377
2378 WIN16_FILES="\$(WIN16_FILES)"
2379
2380 WIN16_INSTALL="\$(WIN16_INSTALL)"
2381
2382 if test "x$enable_win16" != "xyes"
2383 then
2384   WIN16_FILES=""
2385   WIN16_INSTALL=""
2386 fi
2387
2388 case "$srcdir" in
2389  .) ;;
2390  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2391       { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2392 You need to run 'make distclean' in the source tree first." >&5
2393 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2394 You need to run 'make distclean' in the source tree first." >&2;}
2395    { (exit 1); exit 1; }; }
2396     fi ;;
2397 esac
2398
2399
2400 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2401 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2402 set x ${MAKE-make}
2403 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2404 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2405   $as_echo_n "(cached) " >&6
2406 else
2407   cat >conftest.make <<\_ACEOF
2408 SHELL = /bin/sh
2409 all:
2410         @echo '@@@%%%=$(MAKE)=@@@%%%'
2411 _ACEOF
2412 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2413 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2414   *@@@%%%=?*=@@@%%%*)
2415     eval ac_cv_prog_make_${ac_make}_set=yes;;
2416   *)
2417     eval ac_cv_prog_make_${ac_make}_set=no;;
2418 esac
2419 rm -f conftest.make
2420 fi
2421 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2422   { $as_echo "$as_me:$LINENO: result: yes" >&5
2423 $as_echo "yes" >&6; }
2424   SET_MAKE=
2425 else
2426   { $as_echo "$as_me:$LINENO: result: no" >&5
2427 $as_echo "no" >&6; }
2428   SET_MAKE="MAKE=${MAKE-make}"
2429 fi
2430
2431 ac_ext=c
2432 ac_cpp='$CPP $CPPFLAGS'
2433 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2434 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2435 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2436 if test -n "$ac_tool_prefix"; then
2437   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2438 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2439 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2440 $as_echo_n "checking for $ac_word... " >&6; }
2441 if test "${ac_cv_prog_CC+set}" = set; then
2442   $as_echo_n "(cached) " >&6
2443 else
2444   if test -n "$CC"; then
2445   ac_cv_prog_CC="$CC" # Let the user override the test.
2446 else
2447 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2448 for as_dir in $PATH
2449 do
2450   IFS=$as_save_IFS
2451   test -z "$as_dir" && as_dir=.
2452   for ac_exec_ext in '' $ac_executable_extensions; do
2453   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2454     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2455     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2456     break 2
2457   fi
2458 done
2459 done
2460 IFS=$as_save_IFS
2461
2462 fi
2463 fi
2464 CC=$ac_cv_prog_CC
2465 if test -n "$CC"; then
2466   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2467 $as_echo "$CC" >&6; }
2468 else
2469   { $as_echo "$as_me:$LINENO: result: no" >&5
2470 $as_echo "no" >&6; }
2471 fi
2472
2473
2474 fi
2475 if test -z "$ac_cv_prog_CC"; then
2476   ac_ct_CC=$CC
2477   # Extract the first word of "gcc", so it can be a program name with args.
2478 set dummy gcc; ac_word=$2
2479 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2480 $as_echo_n "checking for $ac_word... " >&6; }
2481 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2482   $as_echo_n "(cached) " >&6
2483 else
2484   if test -n "$ac_ct_CC"; then
2485   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2486 else
2487 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2488 for as_dir in $PATH
2489 do
2490   IFS=$as_save_IFS
2491   test -z "$as_dir" && as_dir=.
2492   for ac_exec_ext in '' $ac_executable_extensions; do
2493   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2494     ac_cv_prog_ac_ct_CC="gcc"
2495     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2496     break 2
2497   fi
2498 done
2499 done
2500 IFS=$as_save_IFS
2501
2502 fi
2503 fi
2504 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2505 if test -n "$ac_ct_CC"; then
2506   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2507 $as_echo "$ac_ct_CC" >&6; }
2508 else
2509   { $as_echo "$as_me:$LINENO: result: no" >&5
2510 $as_echo "no" >&6; }
2511 fi
2512
2513   if test "x$ac_ct_CC" = x; then
2514     CC=""
2515   else
2516     case $cross_compiling:$ac_tool_warned in
2517 yes:)
2518 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2519 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2520 ac_tool_warned=yes ;;
2521 esac
2522     CC=$ac_ct_CC
2523   fi
2524 else
2525   CC="$ac_cv_prog_CC"
2526 fi
2527
2528 if test -z "$CC"; then
2529           if test -n "$ac_tool_prefix"; then
2530     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2531 set dummy ${ac_tool_prefix}cc; ac_word=$2
2532 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2533 $as_echo_n "checking for $ac_word... " >&6; }
2534 if test "${ac_cv_prog_CC+set}" = set; then
2535   $as_echo_n "(cached) " >&6
2536 else
2537   if test -n "$CC"; then
2538   ac_cv_prog_CC="$CC" # Let the user override the test.
2539 else
2540 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2541 for as_dir in $PATH
2542 do
2543   IFS=$as_save_IFS
2544   test -z "$as_dir" && as_dir=.
2545   for ac_exec_ext in '' $ac_executable_extensions; do
2546   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2547     ac_cv_prog_CC="${ac_tool_prefix}cc"
2548     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2549     break 2
2550   fi
2551 done
2552 done
2553 IFS=$as_save_IFS
2554
2555 fi
2556 fi
2557 CC=$ac_cv_prog_CC
2558 if test -n "$CC"; then
2559   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2560 $as_echo "$CC" >&6; }
2561 else
2562   { $as_echo "$as_me:$LINENO: result: no" >&5
2563 $as_echo "no" >&6; }
2564 fi
2565
2566
2567   fi
2568 fi
2569 if test -z "$CC"; then
2570   # Extract the first word of "cc", so it can be a program name with args.
2571 set dummy cc; ac_word=$2
2572 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2573 $as_echo_n "checking for $ac_word... " >&6; }
2574 if test "${ac_cv_prog_CC+set}" = set; then
2575   $as_echo_n "(cached) " >&6
2576 else
2577   if test -n "$CC"; then
2578   ac_cv_prog_CC="$CC" # Let the user override the test.
2579 else
2580   ac_prog_rejected=no
2581 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2582 for as_dir in $PATH
2583 do
2584   IFS=$as_save_IFS
2585   test -z "$as_dir" && as_dir=.
2586   for ac_exec_ext in '' $ac_executable_extensions; do
2587   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2588     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2589        ac_prog_rejected=yes
2590        continue
2591      fi
2592     ac_cv_prog_CC="cc"
2593     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2594     break 2
2595   fi
2596 done
2597 done
2598 IFS=$as_save_IFS
2599
2600 if test $ac_prog_rejected = yes; then
2601   # We found a bogon in the path, so make sure we never use it.
2602   set dummy $ac_cv_prog_CC
2603   shift
2604   if test $# != 0; then
2605     # We chose a different compiler from the bogus one.
2606     # However, it has the same basename, so the bogon will be chosen
2607     # first if we set CC to just the basename; use the full file name.
2608     shift
2609     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2610   fi
2611 fi
2612 fi
2613 fi
2614 CC=$ac_cv_prog_CC
2615 if test -n "$CC"; then
2616   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2617 $as_echo "$CC" >&6; }
2618 else
2619   { $as_echo "$as_me:$LINENO: result: no" >&5
2620 $as_echo "no" >&6; }
2621 fi
2622
2623
2624 fi
2625 if test -z "$CC"; then
2626   if test -n "$ac_tool_prefix"; then
2627   for ac_prog in cl.exe
2628   do
2629     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2630 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2631 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2632 $as_echo_n "checking for $ac_word... " >&6; }
2633 if test "${ac_cv_prog_CC+set}" = set; then
2634   $as_echo_n "(cached) " >&6
2635 else
2636   if test -n "$CC"; then
2637   ac_cv_prog_CC="$CC" # Let the user override the test.
2638 else
2639 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2640 for as_dir in $PATH
2641 do
2642   IFS=$as_save_IFS
2643   test -z "$as_dir" && as_dir=.
2644   for ac_exec_ext in '' $ac_executable_extensions; do
2645   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2646     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2647     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2648     break 2
2649   fi
2650 done
2651 done
2652 IFS=$as_save_IFS
2653
2654 fi
2655 fi
2656 CC=$ac_cv_prog_CC
2657 if test -n "$CC"; then
2658   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2659 $as_echo "$CC" >&6; }
2660 else
2661   { $as_echo "$as_me:$LINENO: result: no" >&5
2662 $as_echo "no" >&6; }
2663 fi
2664
2665
2666     test -n "$CC" && break
2667   done
2668 fi
2669 if test -z "$CC"; then
2670   ac_ct_CC=$CC
2671   for ac_prog in cl.exe
2672 do
2673   # Extract the first word of "$ac_prog", so it can be a program name with args.
2674 set dummy $ac_prog; ac_word=$2
2675 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2676 $as_echo_n "checking for $ac_word... " >&6; }
2677 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2678   $as_echo_n "(cached) " >&6
2679 else
2680   if test -n "$ac_ct_CC"; then
2681   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2682 else
2683 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2684 for as_dir in $PATH
2685 do
2686   IFS=$as_save_IFS
2687   test -z "$as_dir" && as_dir=.
2688   for ac_exec_ext in '' $ac_executable_extensions; do
2689   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2690     ac_cv_prog_ac_ct_CC="$ac_prog"
2691     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2692     break 2
2693   fi
2694 done
2695 done
2696 IFS=$as_save_IFS
2697
2698 fi
2699 fi
2700 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2701 if test -n "$ac_ct_CC"; then
2702   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2703 $as_echo "$ac_ct_CC" >&6; }
2704 else
2705   { $as_echo "$as_me:$LINENO: result: no" >&5
2706 $as_echo "no" >&6; }
2707 fi
2708
2709
2710   test -n "$ac_ct_CC" && break
2711 done
2712
2713   if test "x$ac_ct_CC" = x; then
2714     CC=""
2715   else
2716     case $cross_compiling:$ac_tool_warned in
2717 yes:)
2718 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2719 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2720 ac_tool_warned=yes ;;
2721 esac
2722     CC=$ac_ct_CC
2723   fi
2724 fi
2725
2726 fi
2727
2728
2729 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2730 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2731 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2732 See \`config.log' for more details." >&5
2733 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2734 See \`config.log' for more details." >&2;}
2735    { (exit 1); exit 1; }; }; }
2736
2737 # Provide some information about the compiler.
2738 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2739 set X $ac_compile
2740 ac_compiler=$2
2741 { (ac_try="$ac_compiler --version >&5"
2742 case "(($ac_try" in
2743   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2744   *) ac_try_echo=$ac_try;;
2745 esac
2746 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2747 $as_echo "$ac_try_echo") >&5
2748   (eval "$ac_compiler --version >&5") 2>&5
2749   ac_status=$?
2750   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2751   (exit $ac_status); }
2752 { (ac_try="$ac_compiler -v >&5"
2753 case "(($ac_try" in
2754   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2755   *) ac_try_echo=$ac_try;;
2756 esac
2757 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2758 $as_echo "$ac_try_echo") >&5
2759   (eval "$ac_compiler -v >&5") 2>&5
2760   ac_status=$?
2761   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2762   (exit $ac_status); }
2763 { (ac_try="$ac_compiler -V >&5"
2764 case "(($ac_try" in
2765   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2766   *) ac_try_echo=$ac_try;;
2767 esac
2768 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2769 $as_echo "$ac_try_echo") >&5
2770   (eval "$ac_compiler -V >&5") 2>&5
2771   ac_status=$?
2772   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2773   (exit $ac_status); }
2774
2775 cat >conftest.$ac_ext <<_ACEOF
2776 /* confdefs.h.  */
2777 _ACEOF
2778 cat confdefs.h >>conftest.$ac_ext
2779 cat >>conftest.$ac_ext <<_ACEOF
2780 /* end confdefs.h.  */
2781
2782 int
2783 main ()
2784 {
2785
2786   ;
2787   return 0;
2788 }
2789 _ACEOF
2790 ac_clean_files_save=$ac_clean_files
2791 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2792 # Try to create an executable without -o first, disregard a.out.
2793 # It will help us diagnose broken compilers, and finding out an intuition
2794 # of exeext.
2795 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2796 $as_echo_n "checking for C compiler default output file name... " >&6; }
2797 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2798
2799 # The possible output files:
2800 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2801
2802 ac_rmfiles=
2803 for ac_file in $ac_files
2804 do
2805   case $ac_file in
2806     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2807     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2808   esac
2809 done
2810 rm -f $ac_rmfiles
2811
2812 if { (ac_try="$ac_link_default"
2813 case "(($ac_try" in
2814   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2815   *) ac_try_echo=$ac_try;;
2816 esac
2817 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2818 $as_echo "$ac_try_echo") >&5
2819   (eval "$ac_link_default") 2>&5
2820   ac_status=$?
2821   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2822   (exit $ac_status); }; then
2823   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2824 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2825 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
2826 # so that the user can short-circuit this test for compilers unknown to
2827 # Autoconf.
2828 for ac_file in $ac_files ''
2829 do
2830   test -f "$ac_file" || continue
2831   case $ac_file in
2832     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2833         ;;
2834     [ab].out )
2835         # We found the default executable, but exeext='' is most
2836         # certainly right.
2837         break;;
2838     *.* )
2839         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2840         then :; else
2841            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2842         fi
2843         # We set ac_cv_exeext here because the later test for it is not
2844         # safe: cross compilers may not add the suffix if given an `-o'
2845         # argument, so we may need to know it at that point already.
2846         # Even if this section looks crufty: it has the advantage of
2847         # actually working.
2848         break;;
2849     * )
2850         break;;
2851   esac
2852 done
2853 test "$ac_cv_exeext" = no && ac_cv_exeext=
2854
2855 else
2856   ac_file=''
2857 fi
2858
2859 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2860 $as_echo "$ac_file" >&6; }
2861 if test -z "$ac_file"; then
2862   $as_echo "$as_me: failed program was:" >&5
2863 sed 's/^/| /' conftest.$ac_ext >&5
2864
2865 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2866 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2867 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2868 See \`config.log' for more details." >&5
2869 $as_echo "$as_me: error: C compiler cannot create executables
2870 See \`config.log' for more details." >&2;}
2871    { (exit 77); exit 77; }; }; }
2872 fi
2873
2874 ac_exeext=$ac_cv_exeext
2875
2876 # Check that the compiler produces executables we can run.  If not, either
2877 # the compiler is broken, or we cross compile.
2878 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2879 $as_echo_n "checking whether the C compiler works... " >&6; }
2880 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2881 # If not cross compiling, check that we can run a simple program.
2882 if test "$cross_compiling" != yes; then
2883   if { ac_try='./$ac_file'
2884   { (case "(($ac_try" in
2885   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2886   *) ac_try_echo=$ac_try;;
2887 esac
2888 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2889 $as_echo "$ac_try_echo") >&5
2890   (eval "$ac_try") 2>&5
2891   ac_status=$?
2892   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2893   (exit $ac_status); }; }; then
2894     cross_compiling=no
2895   else
2896     if test "$cross_compiling" = maybe; then
2897         cross_compiling=yes
2898     else
2899         { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2900 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2901 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2902 If you meant to cross compile, use \`--host'.
2903 See \`config.log' for more details." >&5
2904 $as_echo "$as_me: error: cannot run C compiled programs.
2905 If you meant to cross compile, use \`--host'.
2906 See \`config.log' for more details." >&2;}
2907    { (exit 1); exit 1; }; }; }
2908     fi
2909   fi
2910 fi
2911 { $as_echo "$as_me:$LINENO: result: yes" >&5
2912 $as_echo "yes" >&6; }
2913
2914 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2915 ac_clean_files=$ac_clean_files_save
2916 # Check that the compiler produces executables we can run.  If not, either
2917 # the compiler is broken, or we cross compile.
2918 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2919 $as_echo_n "checking whether we are cross compiling... " >&6; }
2920 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2921 $as_echo "$cross_compiling" >&6; }
2922
2923 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2924 $as_echo_n "checking for suffix of executables... " >&6; }
2925 if { (ac_try="$ac_link"
2926 case "(($ac_try" in
2927   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2928   *) ac_try_echo=$ac_try;;
2929 esac
2930 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2931 $as_echo "$ac_try_echo") >&5
2932   (eval "$ac_link") 2>&5
2933   ac_status=$?
2934   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2935   (exit $ac_status); }; then
2936   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2937 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2938 # work properly (i.e., refer to `conftest.exe'), while it won't with
2939 # `rm'.
2940 for ac_file in conftest.exe conftest conftest.*; do
2941   test -f "$ac_file" || continue
2942   case $ac_file in
2943     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2944     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2945           break;;
2946     * ) break;;
2947   esac
2948 done
2949 else
2950   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2951 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2952 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2953 See \`config.log' for more details." >&5
2954 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2955 See \`config.log' for more details." >&2;}
2956    { (exit 1); exit 1; }; }; }
2957 fi
2958
2959 rm -f conftest$ac_cv_exeext
2960 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2961 $as_echo "$ac_cv_exeext" >&6; }
2962
2963 rm -f conftest.$ac_ext
2964 EXEEXT=$ac_cv_exeext
2965 ac_exeext=$EXEEXT
2966 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2967 $as_echo_n "checking for suffix of object files... " >&6; }
2968 if test "${ac_cv_objext+set}" = set; then
2969   $as_echo_n "(cached) " >&6
2970 else
2971   cat >conftest.$ac_ext <<_ACEOF
2972 /* confdefs.h.  */
2973 _ACEOF
2974 cat confdefs.h >>conftest.$ac_ext
2975 cat >>conftest.$ac_ext <<_ACEOF
2976 /* end confdefs.h.  */
2977
2978 int
2979 main ()
2980 {
2981
2982   ;
2983   return 0;
2984 }
2985 _ACEOF
2986 rm -f conftest.o conftest.obj
2987 if { (ac_try="$ac_compile"
2988 case "(($ac_try" in
2989   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2990   *) ac_try_echo=$ac_try;;
2991 esac
2992 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2993 $as_echo "$ac_try_echo") >&5
2994   (eval "$ac_compile") 2>&5
2995   ac_status=$?
2996   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2997   (exit $ac_status); }; then
2998   for ac_file in conftest.o conftest.obj conftest.*; do
2999   test -f "$ac_file" || continue;
3000   case $ac_file in
3001     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3002     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3003        break;;
3004   esac
3005 done
3006 else
3007   $as_echo "$as_me: failed program was:" >&5
3008 sed 's/^/| /' conftest.$ac_ext >&5
3009
3010 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3011 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3012 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3013 See \`config.log' for more details." >&5
3014 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
3015 See \`config.log' for more details." >&2;}
3016    { (exit 1); exit 1; }; }; }
3017 fi
3018
3019 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3020 fi
3021 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3022 $as_echo "$ac_cv_objext" >&6; }
3023 OBJEXT=$ac_cv_objext
3024 ac_objext=$OBJEXT
3025 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3026 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3027 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3028   $as_echo_n "(cached) " >&6
3029 else
3030   cat >conftest.$ac_ext <<_ACEOF
3031 /* confdefs.h.  */
3032 _ACEOF
3033 cat confdefs.h >>conftest.$ac_ext
3034 cat >>conftest.$ac_ext <<_ACEOF
3035 /* end confdefs.h.  */
3036
3037 int
3038 main ()
3039 {
3040 #ifndef __GNUC__
3041        choke me
3042 #endif
3043
3044   ;
3045   return 0;
3046 }
3047 _ACEOF
3048 rm -f conftest.$ac_objext
3049 if { (ac_try="$ac_compile"
3050 case "(($ac_try" in
3051   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3052   *) ac_try_echo=$ac_try;;
3053 esac
3054 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3055 $as_echo "$ac_try_echo") >&5
3056   (eval "$ac_compile") 2>conftest.er1
3057   ac_status=$?
3058   grep -v '^ *+' conftest.er1 >conftest.err
3059   rm -f conftest.er1
3060   cat conftest.err >&5
3061   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3062   (exit $ac_status); } && {
3063          test -z "$ac_c_werror_flag" ||
3064          test ! -s conftest.err
3065        } && test -s conftest.$ac_objext; then
3066   ac_compiler_gnu=yes
3067 else
3068   $as_echo "$as_me: failed program was:" >&5
3069 sed 's/^/| /' conftest.$ac_ext >&5
3070
3071         ac_compiler_gnu=no
3072 fi
3073
3074 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3075 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3076
3077 fi
3078 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3079 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3080 if test $ac_compiler_gnu = yes; then
3081   GCC=yes
3082 else
3083   GCC=
3084 fi
3085 ac_test_CFLAGS=${CFLAGS+set}
3086 ac_save_CFLAGS=$CFLAGS
3087 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3088 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3089 if test "${ac_cv_prog_cc_g+set}" = set; then
3090   $as_echo_n "(cached) " >&6
3091 else
3092   ac_save_c_werror_flag=$ac_c_werror_flag
3093    ac_c_werror_flag=yes
3094    ac_cv_prog_cc_g=no
3095    CFLAGS="-g"
3096    cat >conftest.$ac_ext <<_ACEOF
3097 /* confdefs.h.  */
3098 _ACEOF
3099 cat confdefs.h >>conftest.$ac_ext
3100 cat >>conftest.$ac_ext <<_ACEOF
3101 /* end confdefs.h.  */
3102
3103 int
3104 main ()
3105 {
3106
3107   ;
3108   return 0;
3109 }
3110 _ACEOF
3111 rm -f conftest.$ac_objext
3112 if { (ac_try="$ac_compile"
3113 case "(($ac_try" in
3114   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3115   *) ac_try_echo=$ac_try;;
3116 esac
3117 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3118 $as_echo "$ac_try_echo") >&5
3119   (eval "$ac_compile") 2>conftest.er1
3120   ac_status=$?
3121   grep -v '^ *+' conftest.er1 >conftest.err
3122   rm -f conftest.er1
3123   cat conftest.err >&5
3124   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3125   (exit $ac_status); } && {
3126          test -z "$ac_c_werror_flag" ||
3127          test ! -s conftest.err
3128        } && test -s conftest.$ac_objext; then
3129   ac_cv_prog_cc_g=yes
3130 else
3131   $as_echo "$as_me: failed program was:" >&5
3132 sed 's/^/| /' conftest.$ac_ext >&5
3133
3134         CFLAGS=""
3135       cat >conftest.$ac_ext <<_ACEOF
3136 /* confdefs.h.  */
3137 _ACEOF
3138 cat confdefs.h >>conftest.$ac_ext
3139 cat >>conftest.$ac_ext <<_ACEOF
3140 /* end confdefs.h.  */
3141
3142 int
3143 main ()
3144 {
3145
3146   ;
3147   return 0;
3148 }
3149 _ACEOF
3150 rm -f conftest.$ac_objext
3151 if { (ac_try="$ac_compile"
3152 case "(($ac_try" in
3153   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3154   *) ac_try_echo=$ac_try;;
3155 esac
3156 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3157 $as_echo "$ac_try_echo") >&5
3158   (eval "$ac_compile") 2>conftest.er1
3159   ac_status=$?
3160   grep -v '^ *+' conftest.er1 >conftest.err
3161   rm -f conftest.er1
3162   cat conftest.err >&5
3163   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3164   (exit $ac_status); } && {
3165          test -z "$ac_c_werror_flag" ||
3166          test ! -s conftest.err
3167        } && test -s conftest.$ac_objext; then
3168   :
3169 else
3170   $as_echo "$as_me: failed program was:" >&5
3171 sed 's/^/| /' conftest.$ac_ext >&5
3172
3173         ac_c_werror_flag=$ac_save_c_werror_flag
3174          CFLAGS="-g"
3175          cat >conftest.$ac_ext <<_ACEOF
3176 /* confdefs.h.  */
3177 _ACEOF
3178 cat confdefs.h >>conftest.$ac_ext
3179 cat >>conftest.$ac_ext <<_ACEOF
3180 /* end confdefs.h.  */
3181
3182 int
3183 main ()
3184 {
3185
3186   ;
3187   return 0;
3188 }
3189 _ACEOF
3190 rm -f conftest.$ac_objext
3191 if { (ac_try="$ac_compile"
3192 case "(($ac_try" in
3193   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3194   *) ac_try_echo=$ac_try;;
3195 esac
3196 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3197 $as_echo "$ac_try_echo") >&5
3198   (eval "$ac_compile") 2>conftest.er1
3199   ac_status=$?
3200   grep -v '^ *+' conftest.er1 >conftest.err
3201   rm -f conftest.er1
3202   cat conftest.err >&5
3203   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3204   (exit $ac_status); } && {
3205          test -z "$ac_c_werror_flag" ||
3206          test ! -s conftest.err
3207        } && test -s conftest.$ac_objext; then
3208   ac_cv_prog_cc_g=yes
3209 else
3210   $as_echo "$as_me: failed program was:" >&5
3211 sed 's/^/| /' conftest.$ac_ext >&5
3212
3213
3214 fi
3215
3216 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3217 fi
3218
3219 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3220 fi
3221
3222 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3223    ac_c_werror_flag=$ac_save_c_werror_flag
3224 fi
3225 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3226 $as_echo "$ac_cv_prog_cc_g" >&6; }
3227 if test "$ac_test_CFLAGS" = set; then
3228   CFLAGS=$ac_save_CFLAGS
3229 elif test $ac_cv_prog_cc_g = yes; then
3230   if test "$GCC" = yes; then
3231     CFLAGS="-g -O2"
3232   else
3233     CFLAGS="-g"
3234   fi
3235 else
3236   if test "$GCC" = yes; then
3237     CFLAGS="-O2"
3238   else
3239     CFLAGS=
3240   fi
3241 fi
3242 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3243 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3244 if test "${ac_cv_prog_cc_c89+set}" = set; then
3245   $as_echo_n "(cached) " >&6
3246 else
3247   ac_cv_prog_cc_c89=no
3248 ac_save_CC=$CC
3249 cat >conftest.$ac_ext <<_ACEOF
3250 /* confdefs.h.  */
3251 _ACEOF
3252 cat confdefs.h >>conftest.$ac_ext
3253 cat >>conftest.$ac_ext <<_ACEOF
3254 /* end confdefs.h.  */
3255 #include <stdarg.h>
3256 #include <stdio.h>
3257 #include <sys/types.h>
3258 #include <sys/stat.h>
3259 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3260 struct buf { int x; };
3261 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3262 static char *e (p, i)
3263      char **p;
3264      int i;
3265 {
3266   return p[i];
3267 }
3268 static char *f (char * (*g) (char **, int), char **p, ...)
3269 {
3270   char *s;
3271   va_list v;
3272   va_start (v,p);
3273   s = g (p, va_arg (v,int));
3274   va_end (v);
3275   return s;
3276 }
3277
3278 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3279    function prototypes and stuff, but not '\xHH' hex character constants.
3280    These don't provoke an error unfortunately, instead are silently treated
3281    as 'x'.  The following induces an error, until -std is added to get
3282    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3283    array size at least.  It's necessary to write '\x00'==0 to get something
3284    that's true only with -std.  */
3285 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3286
3287 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3288    inside strings and character constants.  */
3289 #define FOO(x) 'x'
3290 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3291
3292 int test (int i, double x);
3293 struct s1 {int (*f) (int a);};
3294 struct s2 {int (*f) (double a);};
3295 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3296 int argc;
3297 char **argv;
3298 int
3299 main ()
3300 {
3301 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3302   ;
3303   return 0;
3304 }
3305 _ACEOF
3306 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3307         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3308 do
3309   CC="$ac_save_CC $ac_arg"
3310   rm -f conftest.$ac_objext
3311 if { (ac_try="$ac_compile"
3312 case "(($ac_try" in
3313   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3314   *) ac_try_echo=$ac_try;;
3315 esac
3316 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3317 $as_echo "$ac_try_echo") >&5
3318   (eval "$ac_compile") 2>conftest.er1
3319   ac_status=$?
3320   grep -v '^ *+' conftest.er1 >conftest.err
3321   rm -f conftest.er1
3322   cat conftest.err >&5
3323   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3324   (exit $ac_status); } && {
3325          test -z "$ac_c_werror_flag" ||
3326          test ! -s conftest.err
3327        } && test -s conftest.$ac_objext; then
3328   ac_cv_prog_cc_c89=$ac_arg
3329 else
3330   $as_echo "$as_me: failed program was:" >&5
3331 sed 's/^/| /' conftest.$ac_ext >&5
3332
3333
3334 fi
3335
3336 rm -f core conftest.err conftest.$ac_objext
3337   test "x$ac_cv_prog_cc_c89" != "xno" && break
3338 done
3339 rm -f conftest.$ac_ext
3340 CC=$ac_save_CC
3341
3342 fi
3343 # AC_CACHE_VAL
3344 case "x$ac_cv_prog_cc_c89" in
3345   x)
3346     { $as_echo "$as_me:$LINENO: result: none needed" >&5
3347 $as_echo "none needed" >&6; } ;;
3348   xno)
3349     { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3350 $as_echo "unsupported" >&6; } ;;
3351   *)
3352     CC="$CC $ac_cv_prog_cc_c89"
3353     { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3354 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3355 esac
3356
3357
3358 ac_ext=c
3359 ac_cpp='$CPP $CPPFLAGS'
3360 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3361 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3362 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3363
3364 ac_ext=cpp
3365 ac_cpp='$CXXCPP $CPPFLAGS'
3366 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3367 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3368 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3369 if test -z "$CXX"; then
3370   if test -n "$CCC"; then
3371     CXX=$CCC
3372   else
3373     if test -n "$ac_tool_prefix"; then
3374   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3375   do
3376     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3377 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3378 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3379 $as_echo_n "checking for $ac_word... " >&6; }
3380 if test "${ac_cv_prog_CXX+set}" = set; then
3381   $as_echo_n "(cached) " >&6
3382 else
3383   if test -n "$CXX"; then
3384   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3385 else
3386 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3387 for as_dir in $PATH
3388 do
3389   IFS=$as_save_IFS
3390   test -z "$as_dir" && as_dir=.
3391   for ac_exec_ext in '' $ac_executable_extensions; do
3392   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3393     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3394     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3395     break 2
3396   fi
3397 done
3398 done
3399 IFS=$as_save_IFS
3400
3401 fi
3402 fi
3403 CXX=$ac_cv_prog_CXX
3404 if test -n "$CXX"; then
3405   { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3406 $as_echo "$CXX" >&6; }
3407 else
3408   { $as_echo "$as_me:$LINENO: result: no" >&5
3409 $as_echo "no" >&6; }
3410 fi
3411
3412
3413     test -n "$CXX" && break
3414   done
3415 fi
3416 if test -z "$CXX"; then
3417   ac_ct_CXX=$CXX
3418   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3419 do
3420   # Extract the first word of "$ac_prog", so it can be a program name with args.
3421 set dummy $ac_prog; ac_word=$2
3422 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3423 $as_echo_n "checking for $ac_word... " >&6; }
3424 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3425   $as_echo_n "(cached) " >&6
3426 else
3427   if test -n "$ac_ct_CXX"; then
3428   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3429 else
3430 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3431 for as_dir in $PATH
3432 do
3433   IFS=$as_save_IFS
3434   test -z "$as_dir" && as_dir=.
3435   for ac_exec_ext in '' $ac_executable_extensions; do
3436   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3437     ac_cv_prog_ac_ct_CXX="$ac_prog"
3438     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3439     break 2
3440   fi
3441 done
3442 done
3443 IFS=$as_save_IFS
3444
3445 fi
3446 fi
3447 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3448 if test -n "$ac_ct_CXX"; then
3449   { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3450 $as_echo "$ac_ct_CXX" >&6; }
3451 else
3452   { $as_echo "$as_me:$LINENO: result: no" >&5
3453 $as_echo "no" >&6; }
3454 fi
3455
3456
3457   test -n "$ac_ct_CXX" && break
3458 done
3459
3460   if test "x$ac_ct_CXX" = x; then
3461     CXX="g++"
3462   else
3463     case $cross_compiling:$ac_tool_warned in
3464 yes:)
3465 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3466 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3467 ac_tool_warned=yes ;;
3468 esac
3469     CXX=$ac_ct_CXX
3470   fi
3471 fi
3472
3473   fi
3474 fi
3475 # Provide some information about the compiler.
3476 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3477 set X $ac_compile
3478 ac_compiler=$2
3479 { (ac_try="$ac_compiler --version >&5"
3480 case "(($ac_try" in
3481   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3482   *) ac_try_echo=$ac_try;;
3483 esac
3484 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3485 $as_echo "$ac_try_echo") >&5
3486   (eval "$ac_compiler --version >&5") 2>&5
3487   ac_status=$?
3488   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3489   (exit $ac_status); }
3490 { (ac_try="$ac_compiler -v >&5"
3491 case "(($ac_try" in
3492   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3493   *) ac_try_echo=$ac_try;;
3494 esac
3495 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3496 $as_echo "$ac_try_echo") >&5
3497   (eval "$ac_compiler -v >&5") 2>&5
3498   ac_status=$?
3499   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3500   (exit $ac_status); }
3501 { (ac_try="$ac_compiler -V >&5"
3502 case "(($ac_try" in
3503   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3504   *) ac_try_echo=$ac_try;;
3505 esac
3506 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3507 $as_echo "$ac_try_echo") >&5
3508   (eval "$ac_compiler -V >&5") 2>&5
3509   ac_status=$?
3510   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3511   (exit $ac_status); }
3512
3513 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3514 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3515 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3516   $as_echo_n "(cached) " >&6
3517 else
3518   cat >conftest.$ac_ext <<_ACEOF
3519 /* confdefs.h.  */
3520 _ACEOF
3521 cat confdefs.h >>conftest.$ac_ext
3522 cat >>conftest.$ac_ext <<_ACEOF
3523 /* end confdefs.h.  */
3524
3525 int
3526 main ()
3527 {
3528 #ifndef __GNUC__
3529        choke me
3530 #endif
3531
3532   ;
3533   return 0;
3534 }
3535 _ACEOF
3536 rm -f conftest.$ac_objext
3537 if { (ac_try="$ac_compile"
3538 case "(($ac_try" in
3539   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3540   *) ac_try_echo=$ac_try;;
3541 esac
3542 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3543 $as_echo "$ac_try_echo") >&5
3544   (eval "$ac_compile") 2>conftest.er1
3545   ac_status=$?
3546   grep -v '^ *+' conftest.er1 >conftest.err
3547   rm -f conftest.er1
3548   cat conftest.err >&5
3549   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3550   (exit $ac_status); } && {
3551          test -z "$ac_cxx_werror_flag" ||
3552          test ! -s conftest.err
3553        } && test -s conftest.$ac_objext; then
3554   ac_compiler_gnu=yes
3555 else
3556   $as_echo "$as_me: failed program was:" >&5
3557 sed 's/^/| /' conftest.$ac_ext >&5
3558
3559         ac_compiler_gnu=no
3560 fi
3561
3562 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3563 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3564
3565 fi
3566 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3567 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3568 if test $ac_compiler_gnu = yes; then
3569   GXX=yes
3570 else
3571   GXX=
3572 fi
3573 ac_test_CXXFLAGS=${CXXFLAGS+set}
3574 ac_save_CXXFLAGS=$CXXFLAGS
3575 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3576 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3577 if test "${ac_cv_prog_cxx_g+set}" = set; then
3578   $as_echo_n "(cached) " >&6
3579 else
3580   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3581    ac_cxx_werror_flag=yes
3582    ac_cv_prog_cxx_g=no
3583    CXXFLAGS="-g"
3584    cat >conftest.$ac_ext <<_ACEOF
3585 /* confdefs.h.  */
3586 _ACEOF
3587 cat confdefs.h >>conftest.$ac_ext
3588 cat >>conftest.$ac_ext <<_ACEOF
3589 /* end confdefs.h.  */
3590
3591 int
3592 main ()
3593 {
3594
3595   ;
3596   return 0;
3597 }
3598 _ACEOF
3599 rm -f conftest.$ac_objext
3600 if { (ac_try="$ac_compile"
3601 case "(($ac_try" in
3602   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3603   *) ac_try_echo=$ac_try;;
3604 esac
3605 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3606 $as_echo "$ac_try_echo") >&5
3607   (eval "$ac_compile") 2>conftest.er1
3608   ac_status=$?
3609   grep -v '^ *+' conftest.er1 >conftest.err
3610   rm -f conftest.er1
3611   cat conftest.err >&5
3612   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3613   (exit $ac_status); } && {
3614          test -z "$ac_cxx_werror_flag" ||
3615          test ! -s conftest.err
3616        } && test -s conftest.$ac_objext; then
3617   ac_cv_prog_cxx_g=yes
3618 else
3619   $as_echo "$as_me: failed program was:" >&5
3620 sed 's/^/| /' conftest.$ac_ext >&5
3621
3622         CXXFLAGS=""
3623       cat >conftest.$ac_ext <<_ACEOF
3624 /* confdefs.h.  */
3625 _ACEOF
3626 cat confdefs.h >>conftest.$ac_ext
3627 cat >>conftest.$ac_ext <<_ACEOF
3628 /* end confdefs.h.  */
3629
3630 int
3631 main ()
3632 {
3633
3634   ;
3635   return 0;
3636 }
3637 _ACEOF
3638 rm -f conftest.$ac_objext
3639 if { (ac_try="$ac_compile"
3640 case "(($ac_try" in
3641   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3642   *) ac_try_echo=$ac_try;;
3643 esac
3644 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3645 $as_echo "$ac_try_echo") >&5
3646   (eval "$ac_compile") 2>conftest.er1
3647   ac_status=$?
3648   grep -v '^ *+' conftest.er1 >conftest.err
3649   rm -f conftest.er1
3650   cat conftest.err >&5
3651   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3652   (exit $ac_status); } && {
3653          test -z "$ac_cxx_werror_flag" ||
3654          test ! -s conftest.err
3655        } && test -s conftest.$ac_objext; then
3656   :
3657 else
3658   $as_echo "$as_me: failed program was:" >&5
3659 sed 's/^/| /' conftest.$ac_ext >&5
3660
3661         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3662          CXXFLAGS="-g"
3663          cat >conftest.$ac_ext <<_ACEOF
3664 /* confdefs.h.  */
3665 _ACEOF
3666 cat confdefs.h >>conftest.$ac_ext
3667 cat >>conftest.$ac_ext <<_ACEOF
3668 /* end confdefs.h.  */
3669
3670 int
3671 main ()
3672 {
3673
3674   ;
3675   return 0;
3676 }
3677 _ACEOF
3678 rm -f conftest.$ac_objext
3679 if { (ac_try="$ac_compile"
3680 case "(($ac_try" in
3681   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3682   *) ac_try_echo=$ac_try;;
3683 esac
3684 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3685 $as_echo "$ac_try_echo") >&5
3686   (eval "$ac_compile") 2>conftest.er1
3687   ac_status=$?
3688   grep -v '^ *+' conftest.er1 >conftest.err
3689   rm -f conftest.er1
3690   cat conftest.err >&5
3691   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3692   (exit $ac_status); } && {
3693          test -z "$ac_cxx_werror_flag" ||
3694          test ! -s conftest.err
3695        } && test -s conftest.$ac_objext; then
3696   ac_cv_prog_cxx_g=yes
3697 else
3698   $as_echo "$as_me: failed program was:" >&5
3699 sed 's/^/| /' conftest.$ac_ext >&5
3700
3701
3702 fi
3703
3704 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3705 fi
3706
3707 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3708 fi
3709
3710 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3711    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3712 fi
3713 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3714 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3715 if test "$ac_test_CXXFLAGS" = set; then
3716   CXXFLAGS=$ac_save_CXXFLAGS
3717 elif test $ac_cv_prog_cxx_g = yes; then
3718   if test "$GXX" = yes; then
3719     CXXFLAGS="-g -O2"
3720   else
3721     CXXFLAGS="-g"
3722   fi
3723 else
3724   if test "$GXX" = yes; then
3725     CXXFLAGS="-O2"
3726   else
3727     CXXFLAGS=
3728   fi
3729 fi
3730 ac_ext=c
3731 ac_cpp='$CPP $CPPFLAGS'
3732 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3733 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3734 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3735
3736 if test -n "$ac_tool_prefix"; then
3737   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3738 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3739 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3740 $as_echo_n "checking for $ac_word... " >&6; }
3741 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3742   $as_echo_n "(cached) " >&6
3743 else
3744   if test -n "$CPPBIN"; then
3745   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3746 else
3747 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3748 for as_dir in $PATH
3749 do
3750   IFS=$as_save_IFS
3751   test -z "$as_dir" && as_dir=.
3752   for ac_exec_ext in '' $ac_executable_extensions; do
3753   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3754     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3755     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3756     break 2
3757   fi
3758 done
3759 done
3760 IFS=$as_save_IFS
3761
3762 fi
3763 fi
3764 CPPBIN=$ac_cv_prog_CPPBIN
3765 if test -n "$CPPBIN"; then
3766   { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3767 $as_echo "$CPPBIN" >&6; }
3768 else
3769   { $as_echo "$as_me:$LINENO: result: no" >&5
3770 $as_echo "no" >&6; }
3771 fi
3772
3773
3774 fi
3775 if test -z "$ac_cv_prog_CPPBIN"; then
3776   ac_ct_CPPBIN=$CPPBIN
3777   # Extract the first word of "cpp", so it can be a program name with args.
3778 set dummy cpp; ac_word=$2
3779 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3780 $as_echo_n "checking for $ac_word... " >&6; }
3781 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3782   $as_echo_n "(cached) " >&6
3783 else
3784   if test -n "$ac_ct_CPPBIN"; then
3785   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3786 else
3787 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3788 for as_dir in $PATH
3789 do
3790   IFS=$as_save_IFS
3791   test -z "$as_dir" && as_dir=.
3792   for ac_exec_ext in '' $ac_executable_extensions; do
3793   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3794     ac_cv_prog_ac_ct_CPPBIN="cpp"
3795     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3796     break 2
3797   fi
3798 done
3799 done
3800 IFS=$as_save_IFS
3801
3802 fi
3803 fi
3804 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3805 if test -n "$ac_ct_CPPBIN"; then
3806   { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3807 $as_echo "$ac_ct_CPPBIN" >&6; }
3808 else
3809   { $as_echo "$as_me:$LINENO: result: no" >&5
3810 $as_echo "no" >&6; }
3811 fi
3812
3813   if test "x$ac_ct_CPPBIN" = x; then
3814     CPPBIN="cpp"
3815   else
3816     case $cross_compiling:$ac_tool_warned in
3817 yes:)
3818 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3819 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3820 ac_tool_warned=yes ;;
3821 esac
3822     CPPBIN=$ac_ct_CPPBIN
3823   fi
3824 else
3825   CPPBIN="$ac_cv_prog_CPPBIN"
3826 fi
3827
3828
3829 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3830 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3831 if test "${wine_cv_toolsdir+set}" = set; then
3832   $as_echo_n "(cached) " >&6
3833 else
3834   if test -z "$with_wine_tools"; then
3835      if test "$cross_compiling" = "yes"; then
3836        { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3837 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3838    { (exit 1); exit 1; }; }
3839      else
3840        wine_cv_toolsdir="\$(TOPOBJDIR)"
3841      fi
3842    elif test -d "$with_wine_tools/tools/winebuild"; then
3843      case $with_wine_tools in
3844        /*) wine_cv_toolsdir="$with_wine_tools" ;;
3845        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3846      esac
3847    else
3848      { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3849 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3850    { (exit 1); exit 1; }; }
3851    fi
3852 fi
3853 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3854 $as_echo "$wine_cv_toolsdir" >&6; }
3855 TOOLSDIR=$wine_cv_toolsdir
3856
3857
3858
3859 ac_ext=c
3860 ac_cpp='$CPP $CPPFLAGS'
3861 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3862 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3863 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3864 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3865 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3866 # On Suns, sometimes $CPP names a directory.
3867 if test -n "$CPP" && test -d "$CPP"; then
3868   CPP=
3869 fi
3870 if test -z "$CPP"; then
3871   if test "${ac_cv_prog_CPP+set}" = set; then
3872   $as_echo_n "(cached) " >&6
3873 else
3874       # Double quotes because CPP needs to be expanded
3875     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3876     do
3877       ac_preproc_ok=false
3878 for ac_c_preproc_warn_flag in '' yes
3879 do
3880   # Use a header file that comes with gcc, so configuring glibc
3881   # with a fresh cross-compiler works.
3882   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3883   # <limits.h> exists even on freestanding compilers.
3884   # On the NeXT, cc -E runs the code through the compiler's parser,
3885   # not just through cpp. "Syntax error" is here to catch this case.
3886   cat >conftest.$ac_ext <<_ACEOF
3887 /* confdefs.h.  */
3888 _ACEOF
3889 cat confdefs.h >>conftest.$ac_ext
3890 cat >>conftest.$ac_ext <<_ACEOF
3891 /* end confdefs.h.  */
3892 #ifdef __STDC__
3893 # include <limits.h>
3894 #else
3895 # include <assert.h>
3896 #endif
3897                      Syntax error
3898 _ACEOF
3899 if { (ac_try="$ac_cpp conftest.$ac_ext"
3900 case "(($ac_try" in
3901   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3902   *) ac_try_echo=$ac_try;;
3903 esac
3904 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3905 $as_echo "$ac_try_echo") >&5
3906   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3907   ac_status=$?
3908   grep -v '^ *+' conftest.er1 >conftest.err
3909   rm -f conftest.er1
3910   cat conftest.err >&5
3911   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3912   (exit $ac_status); } >/dev/null && {
3913          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3914          test ! -s conftest.err
3915        }; then
3916   :
3917 else
3918   $as_echo "$as_me: failed program was:" >&5
3919 sed 's/^/| /' conftest.$ac_ext >&5
3920
3921   # Broken: fails on valid input.
3922 continue
3923 fi
3924
3925 rm -f conftest.err conftest.$ac_ext
3926
3927   # OK, works on sane cases.  Now check whether nonexistent headers
3928   # can be detected and how.
3929   cat >conftest.$ac_ext <<_ACEOF
3930 /* confdefs.h.  */
3931 _ACEOF
3932 cat confdefs.h >>conftest.$ac_ext
3933 cat >>conftest.$ac_ext <<_ACEOF
3934 /* end confdefs.h.  */
3935 #include <ac_nonexistent.h>
3936 _ACEOF
3937 if { (ac_try="$ac_cpp conftest.$ac_ext"
3938 case "(($ac_try" in
3939   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3940   *) ac_try_echo=$ac_try;;
3941 esac
3942 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3943 $as_echo "$ac_try_echo") >&5
3944   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3945   ac_status=$?
3946   grep -v '^ *+' conftest.er1 >conftest.err
3947   rm -f conftest.er1
3948   cat conftest.err >&5
3949   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3950   (exit $ac_status); } >/dev/null && {
3951          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3952          test ! -s conftest.err
3953        }; then
3954   # Broken: success on invalid input.
3955 continue
3956 else
3957   $as_echo "$as_me: failed program was:" >&5
3958 sed 's/^/| /' conftest.$ac_ext >&5
3959
3960   # Passes both tests.
3961 ac_preproc_ok=:
3962 break
3963 fi
3964
3965 rm -f conftest.err conftest.$ac_ext
3966
3967 done
3968 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3969 rm -f conftest.err conftest.$ac_ext
3970 if $ac_preproc_ok; then
3971   break
3972 fi
3973
3974     done
3975     ac_cv_prog_CPP=$CPP
3976
3977 fi
3978   CPP=$ac_cv_prog_CPP
3979 else
3980   ac_cv_prog_CPP=$CPP
3981 fi
3982 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
3983 $as_echo "$CPP" >&6; }
3984 ac_preproc_ok=false
3985 for ac_c_preproc_warn_flag in '' yes
3986 do
3987   # Use a header file that comes with gcc, so configuring glibc
3988   # with a fresh cross-compiler works.
3989   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3990   # <limits.h> exists even on freestanding compilers.
3991   # On the NeXT, cc -E runs the code through the compiler's parser,
3992   # not just through cpp. "Syntax error" is here to catch this case.
3993   cat >conftest.$ac_ext <<_ACEOF
3994 /* confdefs.h.  */
3995 _ACEOF
3996 cat confdefs.h >>conftest.$ac_ext
3997 cat >>conftest.$ac_ext <<_ACEOF
3998 /* end confdefs.h.  */
3999 #ifdef __STDC__
4000 # include <limits.h>
4001 #else
4002 # include <assert.h>
4003 #endif
4004                      Syntax error
4005 _ACEOF
4006 if { (ac_try="$ac_cpp conftest.$ac_ext"
4007 case "(($ac_try" in
4008   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4009   *) ac_try_echo=$ac_try;;
4010 esac
4011 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4012 $as_echo "$ac_try_echo") >&5
4013   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4014   ac_status=$?
4015   grep -v '^ *+' conftest.er1 >conftest.err
4016   rm -f conftest.er1
4017   cat conftest.err >&5
4018   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4019   (exit $ac_status); } >/dev/null && {
4020          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4021          test ! -s conftest.err
4022        }; then
4023   :
4024 else
4025   $as_echo "$as_me: failed program was:" >&5
4026 sed 's/^/| /' conftest.$ac_ext >&5
4027
4028   # Broken: fails on valid input.
4029 continue
4030 fi
4031
4032 rm -f conftest.err conftest.$ac_ext
4033
4034   # OK, works on sane cases.  Now check whether nonexistent headers
4035   # can be detected and how.
4036   cat >conftest.$ac_ext <<_ACEOF
4037 /* confdefs.h.  */
4038 _ACEOF
4039 cat confdefs.h >>conftest.$ac_ext
4040 cat >>conftest.$ac_ext <<_ACEOF
4041 /* end confdefs.h.  */
4042 #include <ac_nonexistent.h>
4043 _ACEOF
4044 if { (ac_try="$ac_cpp conftest.$ac_ext"
4045 case "(($ac_try" in
4046   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4047   *) ac_try_echo=$ac_try;;
4048 esac
4049 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4050 $as_echo "$ac_try_echo") >&5
4051   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4052   ac_status=$?
4053   grep -v '^ *+' conftest.er1 >conftest.err
4054   rm -f conftest.er1
4055   cat conftest.err >&5
4056   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4057   (exit $ac_status); } >/dev/null && {
4058          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4059          test ! -s conftest.err
4060        }; then
4061   # Broken: success on invalid input.
4062 continue
4063 else
4064   $as_echo "$as_me: failed program was:" >&5
4065 sed 's/^/| /' conftest.$ac_ext >&5
4066
4067   # Passes both tests.
4068 ac_preproc_ok=:
4069 break
4070 fi
4071
4072 rm -f conftest.err conftest.$ac_ext
4073
4074 done
4075 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4076 rm -f conftest.err conftest.$ac_ext
4077 if $ac_preproc_ok; then
4078   :
4079 else
4080   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4081 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4082 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4083 See \`config.log' for more details." >&5
4084 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4085 See \`config.log' for more details." >&2;}
4086    { (exit 1); exit 1; }; }; }
4087 fi
4088
4089 ac_ext=c
4090 ac_cpp='$CPP $CPPFLAGS'
4091 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4092 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4093 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4094
4095
4096 { $as_echo "$as_me:$LINENO: checking for X" >&5
4097 $as_echo_n "checking for X... " >&6; }
4098
4099
4100 # Check whether --with-x was given.
4101 if test "${with_x+set}" = set; then
4102   withval=$with_x;
4103 fi
4104
4105 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
4106 if test "x$with_x" = xno; then
4107   # The user explicitly disabled X.
4108   have_x=disabled
4109 else
4110   case $x_includes,$x_libraries in #(
4111     *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
4112 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
4113    { (exit 1); exit 1; }; };; #(
4114     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
4115   $as_echo_n "(cached) " >&6
4116 else
4117   # One or both of the vars are not set, and there is no cached value.
4118 ac_x_includes=no ac_x_libraries=no
4119 rm -f -r conftest.dir
4120 if mkdir conftest.dir; then
4121   cd conftest.dir
4122   cat >Imakefile <<'_ACEOF'
4123 incroot:
4124         @echo incroot='${INCROOT}'
4125 usrlibdir:
4126         @echo usrlibdir='${USRLIBDIR}'
4127 libdir:
4128         @echo libdir='${LIBDIR}'
4129 _ACEOF
4130   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
4131     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4132     for ac_var in incroot usrlibdir libdir; do
4133       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
4134     done
4135     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
4136     for ac_extension in a so sl dylib la dll; do
4137       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
4138          test -f "$ac_im_libdir/libX11.$ac_extension"; then
4139         ac_im_usrlibdir=$ac_im_libdir; break
4140       fi
4141     done
4142     # Screen out bogus values from the imake configuration.  They are
4143     # bogus both because they are the default anyway, and because
4144     # using them would break gcc on systems where it needs fixed includes.
4145     case $ac_im_incroot in
4146         /usr/include) ac_x_includes= ;;
4147         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4148     esac
4149     case $ac_im_usrlibdir in
4150         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
4151         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4152     esac
4153   fi
4154   cd ..
4155   rm -f -r conftest.dir
4156 fi
4157
4158 # Standard set of common directories for X headers.
4159 # Check X11 before X11Rn because it is often a symlink to the current release.
4160 ac_x_header_dirs='
4161 /usr/X11/include
4162 /usr/X11R6/include
4163 /usr/X11R5/include
4164 /usr/X11R4/include
4165
4166 /usr/include/X11
4167 /usr/include/X11R6
4168 /usr/include/X11R5
4169 /usr/include/X11R4
4170
4171 /usr/local/X11/include
4172 /usr/local/X11R6/include
4173 /usr/local/X11R5/include
4174 /usr/local/X11R4/include
4175
4176 /usr/local/include/X11
4177 /usr/local/include/X11R6
4178 /usr/local/include/X11R5
4179 /usr/local/include/X11R4
4180
4181 /usr/X386/include
4182 /usr/x386/include
4183 /usr/XFree86/include/X11
4184
4185 /usr/include
4186 /usr/local/include
4187 /usr/unsupported/include
4188 /usr/athena/include
4189 /usr/local/x11r5/include
4190 /usr/lpp/Xamples/include
4191
4192 /usr/openwin/include
4193 /usr/openwin/share/include'
4194
4195 if test "$ac_x_includes" = no; then
4196   # Guess where to find include files, by looking for Xlib.h.
4197   # First, try using that file with no special directory specified.
4198   cat >conftest.$ac_ext <<_ACEOF
4199 /* confdefs.h.  */
4200 _ACEOF
4201 cat confdefs.h >>conftest.$ac_ext
4202 cat >>conftest.$ac_ext <<_ACEOF
4203 /* end confdefs.h.  */
4204 #include <X11/Xlib.h>
4205 _ACEOF
4206 if { (ac_try="$ac_cpp conftest.$ac_ext"
4207 case "(($ac_try" in
4208   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4209   *) ac_try_echo=$ac_try;;
4210 esac
4211 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4212 $as_echo "$ac_try_echo") >&5
4213   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4214   ac_status=$?
4215   grep -v '^ *+' conftest.er1 >conftest.err
4216   rm -f conftest.er1
4217   cat conftest.err >&5
4218   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4219   (exit $ac_status); } >/dev/null && {
4220          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4221          test ! -s conftest.err
4222        }; then
4223   # We can compile using X headers with no special include directory.
4224 ac_x_includes=
4225 else
4226   $as_echo "$as_me: failed program was:" >&5
4227 sed 's/^/| /' conftest.$ac_ext >&5
4228
4229   for ac_dir in $ac_x_header_dirs; do
4230   if test -r "$ac_dir/X11/Xlib.h"; then
4231     ac_x_includes=$ac_dir
4232     break
4233   fi
4234 done
4235 fi
4236
4237 rm -f conftest.err conftest.$ac_ext
4238 fi # $ac_x_includes = no
4239
4240 if test "$ac_x_libraries" = no; then
4241   # Check for the libraries.
4242   # See if we find them without any special options.
4243   # Don't add to $LIBS permanently.
4244   ac_save_LIBS=$LIBS
4245   LIBS="-lX11 $LIBS"
4246   cat >conftest.$ac_ext <<_ACEOF
4247 /* confdefs.h.  */
4248 _ACEOF
4249 cat confdefs.h >>conftest.$ac_ext
4250 cat >>conftest.$ac_ext <<_ACEOF
4251 /* end confdefs.h.  */
4252 #include <X11/Xlib.h>
4253 int
4254 main ()
4255 {
4256 XrmInitialize ()
4257   ;
4258   return 0;
4259 }
4260 _ACEOF
4261 rm -f conftest.$ac_objext conftest$ac_exeext
4262 if { (ac_try="$ac_link"
4263 case "(($ac_try" in
4264   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4265   *) ac_try_echo=$ac_try;;
4266 esac
4267 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4268 $as_echo "$ac_try_echo") >&5
4269   (eval "$ac_link") 2>conftest.er1
4270   ac_status=$?
4271   grep -v '^ *+' conftest.er1 >conftest.err
4272   rm -f conftest.er1
4273   cat conftest.err >&5
4274   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4275   (exit $ac_status); } && {
4276          test -z "$ac_c_werror_flag" ||
4277          test ! -s conftest.err
4278        } && test -s conftest$ac_exeext && {
4279          test "$cross_compiling" = yes ||
4280          $as_test_x conftest$ac_exeext
4281        }; then
4282   LIBS=$ac_save_LIBS
4283 # We can link X programs with no special library path.
4284 ac_x_libraries=
4285 else
4286   $as_echo "$as_me: failed program was:" >&5
4287 sed 's/^/| /' conftest.$ac_ext >&5
4288
4289         LIBS=$ac_save_LIBS
4290 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4291 do
4292   # Don't even attempt the hair of trying to link an X program!
4293   for ac_extension in a so sl dylib la dll; do
4294     if test -r "$ac_dir/libX11.$ac_extension"; then
4295       ac_x_libraries=$ac_dir
4296       break 2
4297     fi
4298   done
4299 done
4300 fi
4301
4302 rm -rf conftest.dSYM
4303 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4304       conftest$ac_exeext conftest.$ac_ext
4305 fi # $ac_x_libraries = no
4306
4307 case $ac_x_includes,$ac_x_libraries in #(
4308   no,* | *,no | *\'*)
4309     # Didn't find X, or a directory has "'" in its name.
4310     ac_cv_have_x="have_x=no";; #(
4311   *)
4312     # Record where we found X for the cache.
4313     ac_cv_have_x="have_x=yes\
4314         ac_x_includes='$ac_x_includes'\
4315         ac_x_libraries='$ac_x_libraries'"
4316 esac
4317 fi
4318 ;; #(
4319     *) have_x=yes;;
4320   esac
4321   eval "$ac_cv_have_x"
4322 fi # $with_x != no
4323
4324 if test "$have_x" != yes; then
4325   { $as_echo "$as_me:$LINENO: result: $have_x" >&5
4326 $as_echo "$have_x" >&6; }
4327   no_x=yes
4328 else
4329   # If each of the values was on the command line, it overrides each guess.
4330   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4331   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4332   # Update the cache value to reflect the command line values.
4333   ac_cv_have_x="have_x=yes\
4334         ac_x_includes='$x_includes'\
4335         ac_x_libraries='$x_libraries'"
4336   { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4337 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
4338 fi
4339
4340 if test "$no_x" = yes; then
4341   # Not all programs may use this symbol, but it does not hurt to define it.
4342
4343 cat >>confdefs.h <<\_ACEOF
4344 #define X_DISPLAY_MISSING 1
4345 _ACEOF
4346
4347   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4348 else
4349   if test -n "$x_includes"; then
4350     X_CFLAGS="$X_CFLAGS -I$x_includes"
4351   fi
4352
4353   # It would also be nice to do this for all -L options, not just this one.
4354   if test -n "$x_libraries"; then
4355     X_LIBS="$X_LIBS -L$x_libraries"
4356     # For Solaris; some versions of Sun CC require a space after -R and
4357     # others require no space.  Words are not sufficient . . . .
4358     { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4359 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
4360     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4361     ac_xsave_c_werror_flag=$ac_c_werror_flag
4362     ac_c_werror_flag=yes
4363     cat >conftest.$ac_ext <<_ACEOF
4364 /* confdefs.h.  */
4365 _ACEOF
4366 cat confdefs.h >>conftest.$ac_ext
4367 cat >>conftest.$ac_ext <<_ACEOF
4368 /* end confdefs.h.  */
4369
4370 int
4371 main ()
4372 {
4373
4374   ;
4375   return 0;
4376 }
4377 _ACEOF
4378 rm -f conftest.$ac_objext conftest$ac_exeext
4379 if { (ac_try="$ac_link"
4380 case "(($ac_try" in
4381   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4382   *) ac_try_echo=$ac_try;;
4383 esac
4384 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4385 $as_echo "$ac_try_echo") >&5
4386   (eval "$ac_link") 2>conftest.er1
4387   ac_status=$?
4388   grep -v '^ *+' conftest.er1 >conftest.err
4389   rm -f conftest.er1
4390   cat conftest.err >&5
4391   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4392   (exit $ac_status); } && {
4393          test -z "$ac_c_werror_flag" ||
4394          test ! -s conftest.err
4395        } && test -s conftest$ac_exeext && {
4396          test "$cross_compiling" = yes ||
4397          $as_test_x conftest$ac_exeext
4398        }; then
4399   { $as_echo "$as_me:$LINENO: result: no" >&5
4400 $as_echo "no" >&6; }
4401        X_LIBS="$X_LIBS -R$x_libraries"
4402 else
4403   $as_echo "$as_me: failed program was:" >&5
4404 sed 's/^/| /' conftest.$ac_ext >&5
4405
4406         LIBS="$ac_xsave_LIBS -R $x_libraries"
4407        cat >conftest.$ac_ext <<_ACEOF
4408 /* confdefs.h.  */
4409 _ACEOF
4410 cat confdefs.h >>conftest.$ac_ext
4411 cat >>conftest.$ac_ext <<_ACEOF
4412 /* end confdefs.h.  */
4413
4414 int
4415 main ()
4416 {
4417
4418   ;
4419   return 0;
4420 }
4421 _ACEOF
4422 rm -f conftest.$ac_objext conftest$ac_exeext
4423 if { (ac_try="$ac_link"
4424 case "(($ac_try" in
4425   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4426   *) ac_try_echo=$ac_try;;
4427 esac
4428 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4429 $as_echo "$ac_try_echo") >&5
4430   (eval "$ac_link") 2>conftest.er1
4431   ac_status=$?
4432   grep -v '^ *+' conftest.er1 >conftest.err
4433   rm -f conftest.er1
4434   cat conftest.err >&5
4435   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4436   (exit $ac_status); } && {
4437          test -z "$ac_c_werror_flag" ||
4438          test ! -s conftest.err
4439        } && test -s conftest$ac_exeext && {
4440          test "$cross_compiling" = yes ||
4441          $as_test_x conftest$ac_exeext
4442        }; then
4443   { $as_echo "$as_me:$LINENO: result: yes" >&5
4444 $as_echo "yes" >&6; }
4445           X_LIBS="$X_LIBS -R $x_libraries"
4446 else
4447   $as_echo "$as_me: failed program was:" >&5
4448 sed 's/^/| /' conftest.$ac_ext >&5
4449
4450         { $as_echo "$as_me:$LINENO: result: neither works" >&5
4451 $as_echo "neither works" >&6; }
4452 fi
4453
4454 rm -rf conftest.dSYM
4455 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4456       conftest$ac_exeext conftest.$ac_ext
4457 fi
4458
4459 rm -rf conftest.dSYM
4460 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4461       conftest$ac_exeext conftest.$ac_ext
4462     ac_c_werror_flag=$ac_xsave_c_werror_flag
4463     LIBS=$ac_xsave_LIBS
4464   fi
4465
4466   # Check for system-dependent libraries X programs must link with.
4467   # Do this before checking for the system-independent R6 libraries
4468   # (-lICE), since we may need -lsocket or whatever for X linking.
4469
4470   if test "$ISC" = yes; then
4471     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4472   else
4473     # Martyn Johnson says this is needed for Ultrix, if the X
4474     # libraries were built with DECnet support.  And Karl Berry says
4475     # the Alpha needs dnet_stub (dnet does not exist).
4476     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4477     cat >conftest.$ac_ext <<_ACEOF
4478 /* confdefs.h.  */
4479 _ACEOF
4480 cat confdefs.h >>conftest.$ac_ext
4481 cat >>conftest.$ac_ext <<_ACEOF
4482 /* end confdefs.h.  */
4483
4484 /* Override any GCC internal prototype to avoid an error.
4485    Use char because int might match the return type of a GCC
4486    builtin and then its argument prototype would still apply.  */
4487 #ifdef __cplusplus
4488 extern "C"
4489 #endif
4490 char XOpenDisplay ();
4491 int
4492 main ()
4493 {
4494 return XOpenDisplay ();
4495   ;
4496   return 0;
4497 }
4498 _ACEOF
4499 rm -f conftest.$ac_objext conftest$ac_exeext
4500 if { (ac_try="$ac_link"
4501 case "(($ac_try" in
4502   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4503   *) ac_try_echo=$ac_try;;
4504 esac
4505 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4506 $as_echo "$ac_try_echo") >&5
4507   (eval "$ac_link") 2>conftest.er1
4508   ac_status=$?
4509   grep -v '^ *+' conftest.er1 >conftest.err
4510   rm -f conftest.er1
4511   cat conftest.err >&5
4512   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4513   (exit $ac_status); } && {
4514          test -z "$ac_c_werror_flag" ||
4515          test ! -s conftest.err
4516        } && test -s conftest$ac_exeext && {
4517          test "$cross_compiling" = yes ||
4518          $as_test_x conftest$ac_exeext
4519        }; then
4520   :
4521 else
4522   $as_echo "$as_me: failed program was:" >&5
4523 sed 's/^/| /' conftest.$ac_ext >&5
4524
4525         { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4526 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
4527 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4528   $as_echo_n "(cached) " >&6
4529 else
4530   ac_check_lib_save_LIBS=$LIBS
4531 LIBS="-ldnet  $LIBS"
4532 cat >conftest.$ac_ext <<_ACEOF
4533 /* confdefs.h.  */
4534 _ACEOF
4535 cat confdefs.h >>conftest.$ac_ext
4536 cat >>conftest.$ac_ext <<_ACEOF
4537 /* end confdefs.h.  */
4538
4539 /* Override any GCC internal prototype to avoid an error.
4540    Use char because int might match the return type of a GCC
4541    builtin and then its argument prototype would still apply.  */
4542 #ifdef __cplusplus
4543 extern "C"
4544 #endif
4545 char dnet_ntoa ();
4546 int
4547 main ()
4548 {
4549 return dnet_ntoa ();
4550   ;
4551   return 0;
4552 }
4553 _ACEOF
4554 rm -f conftest.$ac_objext conftest$ac_exeext
4555 if { (ac_try="$ac_link"
4556 case "(($ac_try" in
4557   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4558   *) ac_try_echo=$ac_try;;
4559 esac
4560 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4561 $as_echo "$ac_try_echo") >&5
4562   (eval "$ac_link") 2>conftest.er1
4563   ac_status=$?
4564   grep -v '^ *+' conftest.er1 >conftest.err
4565   rm -f conftest.er1
4566   cat conftest.err >&5
4567   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4568   (exit $ac_status); } && {
4569          test -z "$ac_c_werror_flag" ||
4570          test ! -s conftest.err
4571        } && test -s conftest$ac_exeext && {
4572          test "$cross_compiling" = yes ||
4573          $as_test_x conftest$ac_exeext
4574        }; then
4575   ac_cv_lib_dnet_dnet_ntoa=yes
4576 else
4577   $as_echo "$as_me: failed program was:" >&5
4578 sed 's/^/| /' conftest.$ac_ext >&5
4579
4580         ac_cv_lib_dnet_dnet_ntoa=no
4581 fi
4582
4583 rm -rf conftest.dSYM
4584 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4585       conftest$ac_exeext conftest.$ac_ext
4586 LIBS=$ac_check_lib_save_LIBS
4587 fi
4588 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4589 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4590 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
4591   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4592 fi
4593
4594     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4595       { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4596 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
4597 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4598   $as_echo_n "(cached) " >&6
4599 else
4600   ac_check_lib_save_LIBS=$LIBS
4601 LIBS="-ldnet_stub  $LIBS"
4602 cat >conftest.$ac_ext <<_ACEOF
4603 /* confdefs.h.  */
4604 _ACEOF
4605 cat confdefs.h >>conftest.$ac_ext
4606 cat >>conftest.$ac_ext <<_ACEOF
4607 /* end confdefs.h.  */
4608
4609 /* Override any GCC internal prototype to avoid an error.
4610    Use char because int might match the return type of a GCC
4611    builtin and then its argument prototype would still apply.  */
4612 #ifdef __cplusplus
4613 extern "C"
4614 #endif
4615 char dnet_ntoa ();
4616 int
4617 main ()
4618 {
4619 return dnet_ntoa ();
4620   ;
4621   return 0;
4622 }
4623 _ACEOF
4624 rm -f conftest.$ac_objext conftest$ac_exeext
4625 if { (ac_try="$ac_link"
4626 case "(($ac_try" in
4627   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4628   *) ac_try_echo=$ac_try;;
4629 esac
4630 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4631 $as_echo "$ac_try_echo") >&5
4632   (eval "$ac_link") 2>conftest.er1
4633   ac_status=$?
4634   grep -v '^ *+' conftest.er1 >conftest.err
4635   rm -f conftest.er1
4636   cat conftest.err >&5
4637   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4638   (exit $ac_status); } && {
4639          test -z "$ac_c_werror_flag" ||
4640          test ! -s conftest.err
4641        } && test -s conftest$ac_exeext && {
4642          test "$cross_compiling" = yes ||
4643          $as_test_x conftest$ac_exeext
4644        }; then
4645   ac_cv_lib_dnet_stub_dnet_ntoa=yes
4646 else
4647   $as_echo "$as_me: failed program was:" >&5
4648 sed 's/^/| /' conftest.$ac_ext >&5
4649
4650         ac_cv_lib_dnet_stub_dnet_ntoa=no
4651 fi
4652
4653 rm -rf conftest.dSYM
4654 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4655       conftest$ac_exeext conftest.$ac_ext
4656 LIBS=$ac_check_lib_save_LIBS
4657 fi
4658 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4659 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4660 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
4661   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4662 fi
4663
4664     fi
4665 fi
4666
4667 rm -rf conftest.dSYM
4668 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4669       conftest$ac_exeext conftest.$ac_ext
4670     LIBS="$ac_xsave_LIBS"
4671
4672     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4673     # to get the SysV transport functions.
4674     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4675     # needs -lnsl.
4676     # The nsl library prevents programs from opening the X display
4677     # on Irix 5.2, according to T.E. Dickey.
4678     # The functions gethostbyname, getservbyname, and inet_addr are
4679     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4680     { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
4681 $as_echo_n "checking for gethostbyname... " >&6; }
4682 if test "${ac_cv_func_gethostbyname+set}" = set; then
4683   $as_echo_n "(cached) " >&6
4684 else
4685   cat >conftest.$ac_ext <<_ACEOF
4686 /* confdefs.h.  */
4687 _ACEOF
4688 cat confdefs.h >>conftest.$ac_ext
4689 cat >>conftest.$ac_ext <<_ACEOF
4690 /* end confdefs.h.  */
4691 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4692    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4693 #define gethostbyname innocuous_gethostbyname
4694
4695 /* System header to define __stub macros and hopefully few prototypes,
4696     which can conflict with char gethostbyname (); below.
4697     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4698     <limits.h> exists even on freestanding compilers.  */
4699
4700 #ifdef __STDC__
4701 # include <limits.h>
4702 #else
4703 # include <assert.h>
4704 #endif
4705
4706 #undef gethostbyname
4707
4708 /* Override any GCC internal prototype to avoid an error.
4709    Use char because int might match the return type of a GCC
4710    builtin and then its argument prototype would still apply.  */
4711 #ifdef __cplusplus
4712 extern "C"
4713 #endif
4714 char gethostbyname ();
4715 /* The GNU C library defines this for functions which it implements
4716     to always fail with ENOSYS.  Some functions are actually named
4717     something starting with __ and the normal name is an alias.  */
4718 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4719 choke me
4720 #endif
4721
4722 int
4723 main ()
4724 {
4725 return gethostbyname ();
4726   ;
4727   return 0;
4728 }
4729 _ACEOF
4730 rm -f conftest.$ac_objext conftest$ac_exeext
4731 if { (ac_try="$ac_link"
4732 case "(($ac_try" in
4733   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4734   *) ac_try_echo=$ac_try;;
4735 esac
4736 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4737 $as_echo "$ac_try_echo") >&5
4738   (eval "$ac_link") 2>conftest.er1
4739   ac_status=$?
4740   grep -v '^ *+' conftest.er1 >conftest.err
4741   rm -f conftest.er1
4742   cat conftest.err >&5
4743   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4744   (exit $ac_status); } && {
4745          test -z "$ac_c_werror_flag" ||
4746          test ! -s conftest.err
4747        } && test -s conftest$ac_exeext && {
4748          test "$cross_compiling" = yes ||
4749          $as_test_x conftest$ac_exeext
4750        }; then
4751   ac_cv_func_gethostbyname=yes
4752 else
4753   $as_echo "$as_me: failed program was:" >&5
4754 sed 's/^/| /' conftest.$ac_ext >&5
4755
4756         ac_cv_func_gethostbyname=no
4757 fi
4758
4759 rm -rf conftest.dSYM
4760 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4761       conftest$ac_exeext conftest.$ac_ext
4762 fi
4763 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4764 $as_echo "$ac_cv_func_gethostbyname" >&6; }
4765
4766     if test $ac_cv_func_gethostbyname = no; then
4767       { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4768 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
4769 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4770   $as_echo_n "(cached) " >&6
4771 else
4772   ac_check_lib_save_LIBS=$LIBS
4773 LIBS="-lnsl  $LIBS"
4774 cat >conftest.$ac_ext <<_ACEOF
4775 /* confdefs.h.  */
4776 _ACEOF
4777 cat confdefs.h >>conftest.$ac_ext
4778 cat >>conftest.$ac_ext <<_ACEOF
4779 /* end confdefs.h.  */
4780
4781 /* Override any GCC internal prototype to avoid an error.
4782    Use char because int might match the return type of a GCC
4783    builtin and then its argument prototype would still apply.  */
4784 #ifdef __cplusplus
4785 extern "C"
4786 #endif
4787 char gethostbyname ();
4788 int
4789 main ()
4790 {
4791 return gethostbyname ();
4792   ;
4793   return 0;
4794 }
4795 _ACEOF
4796 rm -f conftest.$ac_objext conftest$ac_exeext
4797 if { (ac_try="$ac_link"
4798 case "(($ac_try" in
4799   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4800   *) ac_try_echo=$ac_try;;
4801 esac
4802 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4803 $as_echo "$ac_try_echo") >&5
4804   (eval "$ac_link") 2>conftest.er1
4805   ac_status=$?
4806   grep -v '^ *+' conftest.er1 >conftest.err
4807   rm -f conftest.er1
4808   cat conftest.err >&5
4809   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4810   (exit $ac_status); } && {
4811          test -z "$ac_c_werror_flag" ||
4812          test ! -s conftest.err
4813        } && test -s conftest$ac_exeext && {
4814          test "$cross_compiling" = yes ||
4815          $as_test_x conftest$ac_exeext
4816        }; then
4817   ac_cv_lib_nsl_gethostbyname=yes
4818 else
4819   $as_echo "$as_me: failed program was:" >&5
4820 sed 's/^/| /' conftest.$ac_ext >&5
4821
4822         ac_cv_lib_nsl_gethostbyname=no
4823 fi
4824
4825 rm -rf conftest.dSYM
4826 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4827       conftest$ac_exeext conftest.$ac_ext
4828 LIBS=$ac_check_lib_save_LIBS
4829 fi
4830 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4831 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
4832 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
4833   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4834 fi
4835
4836       if test $ac_cv_lib_nsl_gethostbyname = no; then
4837         { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4838 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
4839 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4840   $as_echo_n "(cached) " >&6
4841 else
4842   ac_check_lib_save_LIBS=$LIBS
4843 LIBS="-lbsd  $LIBS"
4844 cat >conftest.$ac_ext <<_ACEOF
4845 /* confdefs.h.  */
4846 _ACEOF
4847 cat confdefs.h >>conftest.$ac_ext
4848 cat >>conftest.$ac_ext <<_ACEOF
4849 /* end confdefs.h.  */
4850
4851 /* Override any GCC internal prototype to avoid an error.
4852    Use char because int might match the return type of a GCC
4853    builtin and then its argument prototype would still apply.  */
4854 #ifdef __cplusplus
4855 extern "C"
4856 #endif
4857 char gethostbyname ();
4858 int
4859 main ()
4860 {
4861 return gethostbyname ();
4862   ;
4863   return 0;
4864 }
4865 _ACEOF
4866 rm -f conftest.$ac_objext conftest$ac_exeext
4867 if { (ac_try="$ac_link"
4868 case "(($ac_try" in
4869   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4870   *) ac_try_echo=$ac_try;;
4871 esac
4872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4873 $as_echo "$ac_try_echo") >&5
4874   (eval "$ac_link") 2>conftest.er1
4875   ac_status=$?
4876   grep -v '^ *+' conftest.er1 >conftest.err
4877   rm -f conftest.er1
4878   cat conftest.err >&5
4879   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4880   (exit $ac_status); } && {
4881          test -z "$ac_c_werror_flag" ||
4882          test ! -s conftest.err
4883        } && test -s conftest$ac_exeext && {
4884          test "$cross_compiling" = yes ||
4885          $as_test_x conftest$ac_exeext
4886        }; then
4887   ac_cv_lib_bsd_gethostbyname=yes
4888 else
4889   $as_echo "$as_me: failed program was:" >&5
4890 sed 's/^/| /' conftest.$ac_ext >&5
4891
4892         ac_cv_lib_bsd_gethostbyname=no
4893 fi
4894
4895 rm -rf conftest.dSYM
4896 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4897       conftest$ac_exeext conftest.$ac_ext
4898 LIBS=$ac_check_lib_save_LIBS
4899 fi
4900 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4901 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
4902 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
4903   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4904 fi
4905
4906       fi
4907     fi
4908
4909     # lieder@skyler.mavd.honeywell.com says without -lsocket,
4910     # socket/setsockopt and other routines are undefined under SCO ODT
4911     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
4912     # on later versions), says Simon Leinen: it contains gethostby*
4913     # variants that don't use the name server (or something).  -lsocket
4914     # must be given before -lnsl if both are needed.  We assume that
4915     # if connect needs -lnsl, so does gethostbyname.
4916     { $as_echo "$as_me:$LINENO: checking for connect" >&5
4917 $as_echo_n "checking for connect... " >&6; }
4918 if test "${ac_cv_func_connect+set}" = set; then
4919   $as_echo_n "(cached) " >&6
4920 else
4921   cat >conftest.$ac_ext <<_ACEOF
4922 /* confdefs.h.  */
4923 _ACEOF
4924 cat confdefs.h >>conftest.$ac_ext
4925 cat >>conftest.$ac_ext <<_ACEOF
4926 /* end confdefs.h.  */
4927 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4928    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4929 #define connect innocuous_connect
4930
4931 /* System header to define __stub macros and hopefully few prototypes,
4932     which can conflict with char connect (); below.
4933     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4934     <limits.h> exists even on freestanding compilers.  */
4935
4936 #ifdef __STDC__
4937 # include <limits.h>
4938 #else
4939 # include <assert.h>
4940 #endif
4941
4942 #undef connect
4943
4944 /* Override any GCC internal prototype to avoid an error.
4945    Use char because int might match the return type of a GCC
4946    builtin and then its argument prototype would still apply.  */
4947 #ifdef __cplusplus
4948 extern "C"
4949 #endif
4950 char connect ();
4951 /* The GNU C library defines this for functions which it implements
4952     to always fail with ENOSYS.  Some functions are actually named
4953     something starting with __ and the normal name is an alias.  */
4954 #if defined __stub_connect || defined __stub___connect
4955 choke me
4956 #endif
4957
4958 int
4959 main ()
4960 {
4961 return connect ();
4962   ;
4963   return 0;
4964 }
4965 _ACEOF
4966 rm -f conftest.$ac_objext conftest$ac_exeext
4967 if { (ac_try="$ac_link"
4968 case "(($ac_try" in
4969   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4970   *) ac_try_echo=$ac_try;;
4971 esac
4972 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4973 $as_echo "$ac_try_echo") >&5
4974   (eval "$ac_link") 2>conftest.er1
4975   ac_status=$?
4976   grep -v '^ *+' conftest.er1 >conftest.err
4977   rm -f conftest.er1
4978   cat conftest.err >&5
4979   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4980   (exit $ac_status); } && {
4981          test -z "$ac_c_werror_flag" ||
4982          test ! -s conftest.err
4983        } && test -s conftest$ac_exeext && {
4984          test "$cross_compiling" = yes ||
4985          $as_test_x conftest$ac_exeext
4986        }; then
4987   ac_cv_func_connect=yes
4988 else
4989   $as_echo "$as_me: failed program was:" >&5
4990 sed 's/^/| /' conftest.$ac_ext >&5
4991
4992         ac_cv_func_connect=no
4993 fi
4994
4995 rm -rf conftest.dSYM
4996 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4997       conftest$ac_exeext conftest.$ac_ext
4998 fi
4999 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
5000 $as_echo "$ac_cv_func_connect" >&6; }
5001
5002     if test $ac_cv_func_connect = no; then
5003       { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
5004 $as_echo_n "checking for connect in -lsocket... " >&6; }
5005 if test "${ac_cv_lib_socket_connect+set}" = set; then
5006   $as_echo_n "(cached) " >&6
5007 else
5008   ac_check_lib_save_LIBS=$LIBS
5009 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
5010 cat >conftest.$ac_ext <<_ACEOF
5011 /* confdefs.h.  */
5012 _ACEOF
5013 cat confdefs.h >>conftest.$ac_ext
5014 cat >>conftest.$ac_ext <<_ACEOF
5015 /* end confdefs.h.  */
5016
5017 /* Override any GCC internal prototype to avoid an error.
5018    Use char because int might match the return type of a GCC
5019    builtin and then its argument prototype would still apply.  */
5020 #ifdef __cplusplus
5021 extern "C"
5022 #endif
5023 char connect ();
5024 int
5025 main ()
5026 {
5027 return connect ();
5028   ;
5029   return 0;
5030 }
5031 _ACEOF
5032 rm -f conftest.$ac_objext conftest$ac_exeext
5033 if { (ac_try="$ac_link"
5034 case "(($ac_try" in
5035   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5036   *) ac_try_echo=$ac_try;;
5037 esac
5038 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5039 $as_echo "$ac_try_echo") >&5
5040   (eval "$ac_link") 2>conftest.er1
5041   ac_status=$?
5042   grep -v '^ *+' conftest.er1 >conftest.err
5043   rm -f conftest.er1
5044   cat conftest.err >&5
5045   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5046   (exit $ac_status); } && {
5047          test -z "$ac_c_werror_flag" ||
5048          test ! -s conftest.err
5049        } && test -s conftest$ac_exeext && {
5050          test "$cross_compiling" = yes ||
5051          $as_test_x conftest$ac_exeext
5052        }; then
5053   ac_cv_lib_socket_connect=yes
5054 else
5055   $as_echo "$as_me: failed program was:" >&5
5056 sed 's/^/| /' conftest.$ac_ext >&5
5057
5058         ac_cv_lib_socket_connect=no
5059 fi
5060
5061 rm -rf conftest.dSYM
5062 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5063       conftest$ac_exeext conftest.$ac_ext
5064 LIBS=$ac_check_lib_save_LIBS
5065 fi
5066 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
5067 $as_echo "$ac_cv_lib_socket_connect" >&6; }
5068 if test "x$ac_cv_lib_socket_connect" = x""yes; then
5069   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
5070 fi
5071
5072     fi
5073
5074     # Guillermo Gomez says -lposix is necessary on A/UX.
5075     { $as_echo "$as_me:$LINENO: checking for remove" >&5
5076 $as_echo_n "checking for remove... " >&6; }
5077 if test "${ac_cv_func_remove+set}" = set; then
5078   $as_echo_n "(cached) " >&6
5079 else
5080   cat >conftest.$ac_ext <<_ACEOF
5081 /* confdefs.h.  */
5082 _ACEOF
5083 cat confdefs.h >>conftest.$ac_ext
5084 cat >>conftest.$ac_ext <<_ACEOF
5085 /* end confdefs.h.  */
5086 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
5087    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5088 #define remove innocuous_remove
5089
5090 /* System header to define __stub macros and hopefully few prototypes,
5091     which can conflict with char remove (); below.
5092     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5093     <limits.h> exists even on freestanding compilers.  */
5094
5095 #ifdef __STDC__
5096 # include <limits.h>
5097 #else
5098 # include <assert.h>
5099 #endif
5100
5101 #undef remove
5102
5103 /* Override any GCC internal prototype to avoid an error.
5104    Use char because int might match the return type of a GCC
5105    builtin and then its argument prototype would still apply.  */
5106 #ifdef __cplusplus
5107 extern "C"
5108 #endif
5109 char remove ();
5110 /* The GNU C library defines this for functions which it implements
5111     to always fail with ENOSYS.  Some functions are actually named
5112     something starting with __ and the normal name is an alias.  */
5113 #if defined __stub_remove || defined __stub___remove
5114 choke me
5115 #endif
5116
5117 int
5118 main ()
5119 {
5120 return remove ();
5121   ;
5122   return 0;
5123 }
5124 _ACEOF
5125 rm -f conftest.$ac_objext conftest$ac_exeext
5126 if { (ac_try="$ac_link"
5127 case "(($ac_try" in
5128   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5129   *) ac_try_echo=$ac_try;;
5130 esac
5131 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5132 $as_echo "$ac_try_echo") >&5
5133   (eval "$ac_link") 2>conftest.er1
5134   ac_status=$?
5135   grep -v '^ *+' conftest.er1 >conftest.err
5136   rm -f conftest.er1
5137   cat conftest.err >&5
5138   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5139   (exit $ac_status); } && {
5140          test -z "$ac_c_werror_flag" ||
5141          test ! -s conftest.err
5142        } && test -s conftest$ac_exeext && {
5143          test "$cross_compiling" = yes ||
5144          $as_test_x conftest$ac_exeext
5145        }; then
5146   ac_cv_func_remove=yes
5147 else
5148   $as_echo "$as_me: failed program was:" >&5
5149 sed 's/^/| /' conftest.$ac_ext >&5
5150
5151         ac_cv_func_remove=no
5152 fi
5153
5154 rm -rf conftest.dSYM
5155 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5156       conftest$ac_exeext conftest.$ac_ext
5157 fi
5158 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
5159 $as_echo "$ac_cv_func_remove" >&6; }
5160
5161     if test $ac_cv_func_remove = no; then
5162       { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
5163 $as_echo_n "checking for remove in -lposix... " >&6; }
5164 if test "${ac_cv_lib_posix_remove+set}" = set; then
5165   $as_echo_n "(cached) " >&6
5166 else
5167   ac_check_lib_save_LIBS=$LIBS
5168 LIBS="-lposix  $LIBS"
5169 cat >conftest.$ac_ext <<_ACEOF
5170 /* confdefs.h.  */
5171 _ACEOF
5172 cat confdefs.h >>conftest.$ac_ext
5173 cat >>conftest.$ac_ext <<_ACEOF
5174 /* end confdefs.h.  */
5175
5176 /* Override any GCC internal prototype to avoid an error.
5177    Use char because int might match the return type of a GCC
5178    builtin and then its argument prototype would still apply.  */
5179 #ifdef __cplusplus
5180 extern "C"
5181 #endif
5182 char remove ();
5183 int
5184 main ()
5185 {
5186 return remove ();
5187   ;
5188   return 0;
5189 }
5190 _ACEOF
5191 rm -f conftest.$ac_objext conftest$ac_exeext
5192 if { (ac_try="$ac_link"
5193 case "(($ac_try" in
5194   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5195   *) ac_try_echo=$ac_try;;
5196 esac
5197 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5198 $as_echo "$ac_try_echo") >&5
5199   (eval "$ac_link") 2>conftest.er1
5200   ac_status=$?
5201   grep -v '^ *+' conftest.er1 >conftest.err
5202   rm -f conftest.er1
5203   cat conftest.err >&5
5204   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5205   (exit $ac_status); } && {
5206          test -z "$ac_c_werror_flag" ||
5207          test ! -s conftest.err
5208        } && test -s conftest$ac_exeext && {
5209          test "$cross_compiling" = yes ||
5210          $as_test_x conftest$ac_exeext
5211        }; then
5212   ac_cv_lib_posix_remove=yes
5213 else
5214   $as_echo "$as_me: failed program was:" >&5
5215 sed 's/^/| /' conftest.$ac_ext >&5
5216
5217         ac_cv_lib_posix_remove=no
5218 fi
5219
5220 rm -rf conftest.dSYM
5221 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5222       conftest$ac_exeext conftest.$ac_ext
5223 LIBS=$ac_check_lib_save_LIBS
5224 fi
5225 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5226 $as_echo "$ac_cv_lib_posix_remove" >&6; }
5227 if test "x$ac_cv_lib_posix_remove" = x""yes; then
5228   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5229 fi
5230
5231     fi
5232
5233     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5234     { $as_echo "$as_me:$LINENO: checking for shmat" >&5
5235 $as_echo_n "checking for shmat... " >&6; }
5236 if test "${ac_cv_func_shmat+set}" = set; then
5237   $as_echo_n "(cached) " >&6
5238 else
5239   cat >conftest.$ac_ext <<_ACEOF
5240 /* confdefs.h.  */
5241 _ACEOF
5242 cat confdefs.h >>conftest.$ac_ext
5243 cat >>conftest.$ac_ext <<_ACEOF
5244 /* end confdefs.h.  */
5245 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5246    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5247 #define shmat innocuous_shmat
5248
5249 /* System header to define __stub macros and hopefully few prototypes,
5250     which can conflict with char shmat (); below.
5251     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5252     <limits.h> exists even on freestanding compilers.  */
5253
5254 #ifdef __STDC__
5255 # include <limits.h>
5256 #else
5257 # include <assert.h>
5258 #endif
5259
5260 #undef shmat
5261
5262 /* Override any GCC internal prototype to avoid an error.
5263    Use char because int might match the return type of a GCC
5264    builtin and then its argument prototype would still apply.  */
5265 #ifdef __cplusplus
5266 extern "C"
5267 #endif
5268 char shmat ();
5269 /* The GNU C library defines this for functions which it implements
5270     to always fail with ENOSYS.  Some functions are actually named
5271     something starting with __ and the normal name is an alias.  */
5272 #if defined __stub_shmat || defined __stub___shmat
5273 choke me
5274 #endif
5275
5276 int
5277 main ()
5278 {
5279 return shmat ();
5280   ;
5281   return 0;
5282 }
5283 _ACEOF
5284 rm -f conftest.$ac_objext conftest$ac_exeext
5285 if { (ac_try="$ac_link"
5286 case "(($ac_try" in
5287   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5288   *) ac_try_echo=$ac_try;;
5289 esac
5290 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5291 $as_echo "$ac_try_echo") >&5
5292   (eval "$ac_link") 2>conftest.er1
5293   ac_status=$?
5294   grep -v '^ *+' conftest.er1 >conftest.err
5295   rm -f conftest.er1
5296   cat conftest.err >&5
5297   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5298   (exit $ac_status); } && {
5299          test -z "$ac_c_werror_flag" ||
5300          test ! -s conftest.err
5301        } && test -s conftest$ac_exeext && {
5302          test "$cross_compiling" = yes ||
5303          $as_test_x conftest$ac_exeext
5304        }; then
5305   ac_cv_func_shmat=yes
5306 else
5307   $as_echo "$as_me: failed program was:" >&5
5308 sed 's/^/| /' conftest.$ac_ext >&5
5309
5310         ac_cv_func_shmat=no
5311 fi
5312
5313 rm -rf conftest.dSYM
5314 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5315       conftest$ac_exeext conftest.$ac_ext
5316 fi
5317 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5318 $as_echo "$ac_cv_func_shmat" >&6; }
5319
5320     if test $ac_cv_func_shmat = no; then
5321       { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5322 $as_echo_n "checking for shmat in -lipc... " >&6; }
5323 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5324   $as_echo_n "(cached) " >&6
5325 else
5326   ac_check_lib_save_LIBS=$LIBS
5327 LIBS="-lipc  $LIBS"
5328 cat >conftest.$ac_ext <<_ACEOF
5329 /* confdefs.h.  */
5330 _ACEOF
5331 cat confdefs.h >>conftest.$ac_ext
5332 cat >>conftest.$ac_ext <<_ACEOF
5333 /* end confdefs.h.  */
5334
5335 /* Override any GCC internal prototype to avoid an error.
5336    Use char because int might match the return type of a GCC
5337    builtin and then its argument prototype would still apply.  */
5338 #ifdef __cplusplus
5339 extern "C"
5340 #endif
5341 char shmat ();
5342 int
5343 main ()
5344 {
5345 return shmat ();
5346   ;
5347   return 0;
5348 }
5349 _ACEOF
5350 rm -f conftest.$ac_objext conftest$ac_exeext
5351 if { (ac_try="$ac_link"
5352 case "(($ac_try" in
5353   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5354   *) ac_try_echo=$ac_try;;
5355 esac
5356 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5357 $as_echo "$ac_try_echo") >&5
5358   (eval "$ac_link") 2>conftest.er1
5359   ac_status=$?
5360   grep -v '^ *+' conftest.er1 >conftest.err
5361   rm -f conftest.er1
5362   cat conftest.err >&5
5363   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5364   (exit $ac_status); } && {
5365          test -z "$ac_c_werror_flag" ||
5366          test ! -s conftest.err
5367        } && test -s conftest$ac_exeext && {
5368          test "$cross_compiling" = yes ||
5369          $as_test_x conftest$ac_exeext
5370        }; then
5371   ac_cv_lib_ipc_shmat=yes
5372 else
5373   $as_echo "$as_me: failed program was:" >&5
5374 sed 's/^/| /' conftest.$ac_ext >&5
5375
5376         ac_cv_lib_ipc_shmat=no
5377 fi
5378
5379 rm -rf conftest.dSYM
5380 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5381       conftest$ac_exeext conftest.$ac_ext
5382 LIBS=$ac_check_lib_save_LIBS
5383 fi
5384 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5385 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
5386 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
5387   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5388 fi
5389
5390     fi
5391   fi
5392
5393   # Check for libraries that X11R6 Xt/Xaw programs need.
5394   ac_save_LDFLAGS=$LDFLAGS
5395   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5396   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5397   # check for ICE first), but we must link in the order -lSM -lICE or
5398   # we get undefined symbols.  So assume we have SM if we have ICE.
5399   # These have to be linked with before -lX11, unlike the other
5400   # libraries we check for below, so use a different variable.
5401   # John Interrante, Karl Berry
5402   { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5403 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
5404 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5405   $as_echo_n "(cached) " >&6
5406 else
5407   ac_check_lib_save_LIBS=$LIBS
5408 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5409 cat >conftest.$ac_ext <<_ACEOF
5410 /* confdefs.h.  */
5411 _ACEOF
5412 cat confdefs.h >>conftest.$ac_ext
5413 cat >>conftest.$ac_ext <<_ACEOF
5414 /* end confdefs.h.  */
5415
5416 /* Override any GCC internal prototype to avoid an error.
5417    Use char because int might match the return type of a GCC
5418    builtin and then its argument prototype would still apply.  */
5419 #ifdef __cplusplus
5420 extern "C"
5421 #endif
5422 char IceConnectionNumber ();
5423 int
5424 main ()
5425 {
5426 return IceConnectionNumber ();
5427   ;
5428   return 0;
5429 }
5430 _ACEOF
5431 rm -f conftest.$ac_objext conftest$ac_exeext
5432 if { (ac_try="$ac_link"
5433 case "(($ac_try" in
5434   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5435   *) ac_try_echo=$ac_try;;
5436 esac
5437 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5438 $as_echo "$ac_try_echo") >&5
5439   (eval "$ac_link") 2>conftest.er1
5440   ac_status=$?
5441   grep -v '^ *+' conftest.er1 >conftest.err
5442   rm -f conftest.er1
5443   cat conftest.err >&5
5444   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5445   (exit $ac_status); } && {
5446          test -z "$ac_c_werror_flag" ||
5447          test ! -s conftest.err
5448        } && test -s conftest$ac_exeext && {
5449          test "$cross_compiling" = yes ||
5450          $as_test_x conftest$ac_exeext
5451        }; then
5452   ac_cv_lib_ICE_IceConnectionNumber=yes
5453 else
5454   $as_echo "$as_me: failed program was:" >&5
5455 sed 's/^/| /' conftest.$ac_ext >&5
5456
5457         ac_cv_lib_ICE_IceConnectionNumber=no
5458 fi
5459
5460 rm -rf conftest.dSYM
5461 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5462       conftest$ac_exeext conftest.$ac_ext
5463 LIBS=$ac_check_lib_save_LIBS
5464 fi
5465 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5466 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5467 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
5468   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5469 fi
5470
5471   LDFLAGS=$ac_save_LDFLAGS
5472
5473 fi
5474
5475
5476 for ac_prog in flex
5477 do
5478   # Extract the first word of "$ac_prog", so it can be a program name with args.
5479 set dummy $ac_prog; ac_word=$2
5480 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5481 $as_echo_n "checking for $ac_word... " >&6; }
5482 if test "${ac_cv_prog_FLEX+set}" = set; then
5483   $as_echo_n "(cached) " >&6
5484 else
5485   if test -n "$FLEX"; then
5486   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5487 else
5488 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5489 for as_dir in $PATH
5490 do
5491   IFS=$as_save_IFS
5492   test -z "$as_dir" && as_dir=.
5493   for ac_exec_ext in '' $ac_executable_extensions; do
5494   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5495     ac_cv_prog_FLEX="$ac_prog"
5496     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5497     break 2
5498   fi
5499 done
5500 done
5501 IFS=$as_save_IFS
5502
5503 fi
5504 fi
5505 FLEX=$ac_cv_prog_FLEX
5506 if test -n "$FLEX"; then
5507   { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
5508 $as_echo "$FLEX" >&6; }
5509 else
5510   { $as_echo "$as_me:$LINENO: result: no" >&5
5511 $as_echo "no" >&6; }
5512 fi
5513
5514
5515   test -n "$FLEX" && break
5516 done
5517 test -n "$FLEX" || FLEX="none"
5518
5519 if test "$FLEX" = "none"
5520 then
5521   { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5522 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5523    { (exit 1); exit 1; }; }
5524 fi
5525
5526 for ac_prog in bison
5527 do
5528   # Extract the first word of "$ac_prog", so it can be a program name with args.
5529 set dummy $ac_prog; ac_word=$2
5530 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5531 $as_echo_n "checking for $ac_word... " >&6; }
5532 if test "${ac_cv_prog_BISON+set}" = set; then
5533   $as_echo_n "(cached) " >&6
5534 else
5535   if test -n "$BISON"; then
5536   ac_cv_prog_BISON="$BISON" # Let the user override the test.
5537 else
5538 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5539 for as_dir in $PATH
5540 do
5541   IFS=$as_save_IFS
5542   test -z "$as_dir" && as_dir=.
5543   for ac_exec_ext in '' $ac_executable_extensions; do
5544   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5545     ac_cv_prog_BISON="$ac_prog"
5546     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5547     break 2
5548   fi
5549 done
5550 done
5551 IFS=$as_save_IFS
5552
5553 fi
5554 fi
5555 BISON=$ac_cv_prog_BISON
5556 if test -n "$BISON"; then
5557   { $as_echo "$as_me:$LINENO: result: $BISON" >&5
5558 $as_echo "$BISON" >&6; }
5559 else
5560   { $as_echo "$as_me:$LINENO: result: no" >&5
5561 $as_echo "no" >&6; }
5562 fi
5563
5564
5565   test -n "$BISON" && break
5566 done
5567 test -n "$BISON" || BISON="none"
5568
5569 if test "$BISON" = "none"
5570 then
5571   { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5572 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5573    { (exit 1); exit 1; }; }
5574 fi
5575
5576 if test -n "$ac_tool_prefix"; then
5577   for ac_prog in gas as
5578   do
5579     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5580 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5581 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5582 $as_echo_n "checking for $ac_word... " >&6; }
5583 if test "${ac_cv_prog_AS+set}" = set; then
5584   $as_echo_n "(cached) " >&6
5585 else
5586   if test -n "$AS"; then
5587   ac_cv_prog_AS="$AS" # Let the user override the test.
5588 else
5589 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5590 for as_dir in $PATH
5591 do
5592   IFS=$as_save_IFS
5593   test -z "$as_dir" && as_dir=.
5594   for ac_exec_ext in '' $ac_executable_extensions; do
5595   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5596     ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5597     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5598     break 2
5599   fi
5600 done
5601 done
5602 IFS=$as_save_IFS
5603
5604 fi
5605 fi
5606 AS=$ac_cv_prog_AS
5607 if test -n "$AS"; then
5608   { $as_echo "$as_me:$LINENO: result: $AS" >&5
5609 $as_echo "$AS" >&6; }
5610 else
5611   { $as_echo "$as_me:$LINENO: result: no" >&5
5612 $as_echo "no" >&6; }
5613 fi
5614
5615
5616     test -n "$AS" && break
5617   done
5618 fi
5619 if test -z "$AS"; then
5620   ac_ct_AS=$AS
5621   for ac_prog in gas as
5622 do
5623   # Extract the first word of "$ac_prog", so it can be a program name with args.
5624 set dummy $ac_prog; ac_word=$2
5625 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5626 $as_echo_n "checking for $ac_word... " >&6; }
5627 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5628   $as_echo_n "(cached) " >&6
5629 else
5630   if test -n "$ac_ct_AS"; then
5631   ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5632 else
5633 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5634 for as_dir in $PATH
5635 do
5636   IFS=$as_save_IFS
5637   test -z "$as_dir" && as_dir=.
5638   for ac_exec_ext in '' $ac_executable_extensions; do
5639   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5640     ac_cv_prog_ac_ct_AS="$ac_prog"
5641     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5642     break 2
5643   fi
5644 done
5645 done
5646 IFS=$as_save_IFS
5647
5648 fi
5649 fi
5650 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5651 if test -n "$ac_ct_AS"; then
5652   { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5653 $as_echo "$ac_ct_AS" >&6; }
5654 else
5655   { $as_echo "$as_me:$LINENO: result: no" >&5
5656 $as_echo "no" >&6; }
5657 fi
5658
5659
5660   test -n "$ac_ct_AS" && break
5661 done
5662
5663   if test "x$ac_ct_AS" = x; then
5664     AS="as"
5665   else
5666     case $cross_compiling:$ac_tool_warned in
5667 yes:)
5668 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5669 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5670 ac_tool_warned=yes ;;
5671 esac
5672     AS=$ac_ct_AS
5673   fi
5674 fi
5675
5676 if test -n "$ac_tool_prefix"; then
5677   for ac_prog in ld gld
5678   do
5679     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5680 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5681 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5682 $as_echo_n "checking for $ac_word... " >&6; }
5683 if test "${ac_cv_prog_LD+set}" = set; then
5684   $as_echo_n "(cached) " >&6
5685 else
5686   if test -n "$LD"; then
5687   ac_cv_prog_LD="$LD" # Let the user override the test.
5688 else
5689 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5690 for as_dir in $PATH
5691 do
5692   IFS=$as_save_IFS
5693   test -z "$as_dir" && as_dir=.
5694   for ac_exec_ext in '' $ac_executable_extensions; do
5695   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5696     ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5697     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5698     break 2
5699   fi
5700 done
5701 done
5702 IFS=$as_save_IFS
5703
5704 fi
5705 fi
5706 LD=$ac_cv_prog_LD
5707 if test -n "$LD"; then
5708   { $as_echo "$as_me:$LINENO: result: $LD" >&5
5709 $as_echo "$LD" >&6; }
5710 else
5711   { $as_echo "$as_me:$LINENO: result: no" >&5
5712 $as_echo "no" >&6; }
5713 fi
5714
5715
5716     test -n "$LD" && break
5717   done
5718 fi
5719 if test -z "$LD"; then
5720   ac_ct_LD=$LD
5721   for ac_prog in ld gld
5722 do
5723   # Extract the first word of "$ac_prog", so it can be a program name with args.
5724 set dummy $ac_prog; ac_word=$2
5725 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5726 $as_echo_n "checking for $ac_word... " >&6; }
5727 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5728   $as_echo_n "(cached) " >&6
5729 else
5730   if test -n "$ac_ct_LD"; then
5731   ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5732 else
5733 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5734 for as_dir in $PATH
5735 do
5736   IFS=$as_save_IFS
5737   test -z "$as_dir" && as_dir=.
5738   for ac_exec_ext in '' $ac_executable_extensions; do
5739   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5740     ac_cv_prog_ac_ct_LD="$ac_prog"
5741     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5742     break 2
5743   fi
5744 done
5745 done
5746 IFS=$as_save_IFS
5747
5748 fi
5749 fi
5750 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5751 if test -n "$ac_ct_LD"; then
5752   { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5753 $as_echo "$ac_ct_LD" >&6; }
5754 else
5755   { $as_echo "$as_me:$LINENO: result: no" >&5
5756 $as_echo "no" >&6; }
5757 fi
5758
5759
5760   test -n "$ac_ct_LD" && break
5761 done
5762
5763   if test "x$ac_ct_LD" = x; then
5764     LD="ld"
5765   else
5766     case $cross_compiling:$ac_tool_warned in
5767 yes:)
5768 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5769 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5770 ac_tool_warned=yes ;;
5771 esac
5772     LD=$ac_ct_LD
5773   fi
5774 fi
5775
5776 if test -n "$ac_tool_prefix"; then
5777   for ac_prog in nm gnm
5778   do
5779     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5780 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5781 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5782 $as_echo_n "checking for $ac_word... " >&6; }
5783 if test "${ac_cv_prog_NM+set}" = set; then
5784   $as_echo_n "(cached) " >&6
5785 else
5786   if test -n "$NM"; then
5787   ac_cv_prog_NM="$NM" # Let the user override the test.
5788 else
5789 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5790 for as_dir in $PATH
5791 do
5792   IFS=$as_save_IFS
5793   test -z "$as_dir" && as_dir=.
5794   for ac_exec_ext in '' $ac_executable_extensions; do
5795   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5796     ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5797     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5798     break 2
5799   fi
5800 done
5801 done
5802 IFS=$as_save_IFS
5803
5804 fi
5805 fi
5806 NM=$ac_cv_prog_NM
5807 if test -n "$NM"; then
5808   { $as_echo "$as_me:$LINENO: result: $NM" >&5
5809 $as_echo "$NM" >&6; }
5810 else
5811   { $as_echo "$as_me:$LINENO: result: no" >&5
5812 $as_echo "no" >&6; }
5813 fi
5814
5815
5816     test -n "$NM" && break
5817   done
5818 fi
5819 if test -z "$NM"; then
5820   ac_ct_NM=$NM
5821   for ac_prog in nm gnm
5822 do
5823   # Extract the first word of "$ac_prog", so it can be a program name with args.
5824 set dummy $ac_prog; ac_word=$2
5825 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5826 $as_echo_n "checking for $ac_word... " >&6; }
5827 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5828   $as_echo_n "(cached) " >&6
5829 else
5830   if test -n "$ac_ct_NM"; then
5831   ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5832 else
5833 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5834 for as_dir in $PATH
5835 do
5836   IFS=$as_save_IFS
5837   test -z "$as_dir" && as_dir=.
5838   for ac_exec_ext in '' $ac_executable_extensions; do
5839   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5840     ac_cv_prog_ac_ct_NM="$ac_prog"
5841     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5842     break 2
5843   fi
5844 done
5845 done
5846 IFS=$as_save_IFS
5847
5848 fi
5849 fi
5850 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5851 if test -n "$ac_ct_NM"; then
5852   { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5853 $as_echo "$ac_ct_NM" >&6; }
5854 else
5855   { $as_echo "$as_me:$LINENO: result: no" >&5
5856 $as_echo "no" >&6; }
5857 fi
5858
5859
5860   test -n "$ac_ct_NM" && break
5861 done
5862
5863   if test "x$ac_ct_NM" = x; then
5864     NM="nm"
5865   else
5866     case $cross_compiling:$ac_tool_warned in
5867 yes:)
5868 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5869 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5870 ac_tool_warned=yes ;;
5871 esac
5872     NM=$ac_ct_NM
5873   fi
5874 fi
5875
5876 if test -n "$ac_tool_prefix"; then
5877   for ac_prog in ar gar
5878   do
5879     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5880 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5881 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5882 $as_echo_n "checking for $ac_word... " >&6; }
5883 if test "${ac_cv_prog_AR+set}" = set; then
5884   $as_echo_n "(cached) " >&6
5885 else
5886   if test -n "$AR"; then
5887   ac_cv_prog_AR="$AR" # Let the user override the test.
5888 else
5889 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5890 for as_dir in $PATH
5891 do
5892   IFS=$as_save_IFS
5893   test -z "$as_dir" && as_dir=.
5894   for ac_exec_ext in '' $ac_executable_extensions; do
5895   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5896     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5897     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5898     break 2
5899   fi
5900 done
5901 done
5902 IFS=$as_save_IFS
5903
5904 fi
5905 fi
5906 AR=$ac_cv_prog_AR
5907 if test -n "$AR"; then
5908   { $as_echo "$as_me:$LINENO: result: $AR" >&5
5909 $as_echo "$AR" >&6; }
5910 else
5911   { $as_echo "$as_me:$LINENO: result: no" >&5
5912 $as_echo "no" >&6; }
5913 fi
5914
5915
5916     test -n "$AR" && break
5917   done
5918 fi
5919 if test -z "$AR"; then
5920   ac_ct_AR=$AR
5921   for ac_prog in ar gar
5922 do
5923   # Extract the first word of "$ac_prog", so it can be a program name with args.
5924 set dummy $ac_prog; ac_word=$2
5925 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5926 $as_echo_n "checking for $ac_word... " >&6; }
5927 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5928   $as_echo_n "(cached) " >&6
5929 else
5930   if test -n "$ac_ct_AR"; then
5931   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5932 else
5933 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5934 for as_dir in $PATH
5935 do
5936   IFS=$as_save_IFS
5937   test -z "$as_dir" && as_dir=.
5938   for ac_exec_ext in '' $ac_executable_extensions; do
5939   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5940     ac_cv_prog_ac_ct_AR="$ac_prog"
5941     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5942     break 2
5943   fi
5944 done
5945 done
5946 IFS=$as_save_IFS
5947
5948 fi
5949 fi
5950 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5951 if test -n "$ac_ct_AR"; then
5952   { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5953 $as_echo "$ac_ct_AR" >&6; }
5954 else
5955   { $as_echo "$as_me:$LINENO: result: no" >&5
5956 $as_echo "no" >&6; }
5957 fi
5958
5959
5960   test -n "$ac_ct_AR" && break
5961 done
5962
5963   if test "x$ac_ct_AR" = x; then
5964     AR="ar"
5965   else
5966     case $cross_compiling:$ac_tool_warned in
5967 yes:)
5968 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5969 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5970 ac_tool_warned=yes ;;
5971 esac
5972     AR=$ac_ct_AR
5973   fi
5974 fi
5975
5976 ARFLAGS=rc
5977
5978 if test -n "$ac_tool_prefix"; then
5979   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5980 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5981 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5982 $as_echo_n "checking for $ac_word... " >&6; }
5983 if test "${ac_cv_prog_RANLIB+set}" = set; then
5984   $as_echo_n "(cached) " >&6
5985 else
5986   if test -n "$RANLIB"; then
5987   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5988 else
5989 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5990 for as_dir in $PATH
5991 do
5992   IFS=$as_save_IFS
5993   test -z "$as_dir" && as_dir=.
5994   for ac_exec_ext in '' $ac_executable_extensions; do
5995   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5996     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5997     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5998     break 2
5999   fi
6000 done
6001 done
6002 IFS=$as_save_IFS
6003
6004 fi
6005 fi
6006 RANLIB=$ac_cv_prog_RANLIB
6007 if test -n "$RANLIB"; then
6008   { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
6009 $as_echo "$RANLIB" >&6; }
6010 else
6011   { $as_echo "$as_me:$LINENO: result: no" >&5
6012 $as_echo "no" >&6; }
6013 fi
6014
6015
6016 fi
6017 if test -z "$ac_cv_prog_RANLIB"; then
6018   ac_ct_RANLIB=$RANLIB
6019   # Extract the first word of "ranlib", so it can be a program name with args.
6020 set dummy ranlib; ac_word=$2
6021 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6022 $as_echo_n "checking for $ac_word... " >&6; }
6023 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6024   $as_echo_n "(cached) " >&6
6025 else
6026   if test -n "$ac_ct_RANLIB"; then
6027   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6028 else
6029 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6030 for as_dir in $PATH
6031 do
6032   IFS=$as_save_IFS
6033   test -z "$as_dir" && as_dir=.
6034   for ac_exec_ext in '' $ac_executable_extensions; do
6035   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6036     ac_cv_prog_ac_ct_RANLIB="ranlib"
6037     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6038     break 2
6039   fi
6040 done
6041 done
6042 IFS=$as_save_IFS
6043
6044 fi
6045 fi
6046 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6047 if test -n "$ac_ct_RANLIB"; then
6048   { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6049 $as_echo "$ac_ct_RANLIB" >&6; }
6050 else
6051   { $as_echo "$as_me:$LINENO: result: no" >&5
6052 $as_echo "no" >&6; }
6053 fi
6054
6055   if test "x$ac_ct_RANLIB" = x; then
6056     RANLIB=":"
6057   else
6058     case $cross_compiling:$ac_tool_warned in
6059 yes:)
6060 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6061 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6062 ac_tool_warned=yes ;;
6063 esac
6064     RANLIB=$ac_ct_RANLIB
6065   fi
6066 else
6067   RANLIB="$ac_cv_prog_RANLIB"
6068 fi
6069
6070 if test -n "$ac_tool_prefix"; then
6071   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6072 set dummy ${ac_tool_prefix}strip; ac_word=$2
6073 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6074 $as_echo_n "checking for $ac_word... " >&6; }
6075 if test "${ac_cv_prog_STRIP+set}" = set; then
6076   $as_echo_n "(cached) " >&6
6077 else
6078   if test -n "$STRIP"; then
6079   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6080 else
6081 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6082 for as_dir in $PATH
6083 do
6084   IFS=$as_save_IFS
6085   test -z "$as_dir" && as_dir=.
6086   for ac_exec_ext in '' $ac_executable_extensions; do
6087   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6088     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6089     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6090     break 2
6091   fi
6092 done
6093 done
6094 IFS=$as_save_IFS
6095
6096 fi
6097 fi
6098 STRIP=$ac_cv_prog_STRIP
6099 if test -n "$STRIP"; then
6100   { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
6101 $as_echo "$STRIP" >&6; }
6102 else
6103   { $as_echo "$as_me:$LINENO: result: no" >&5
6104 $as_echo "no" >&6; }
6105 fi
6106
6107
6108 fi
6109 if test -z "$ac_cv_prog_STRIP"; then
6110   ac_ct_STRIP=$STRIP
6111   # Extract the first word of "strip", so it can be a program name with args.
6112 set dummy strip; ac_word=$2
6113 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6114 $as_echo_n "checking for $ac_word... " >&6; }
6115 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
6116   $as_echo_n "(cached) " >&6
6117 else
6118   if test -n "$ac_ct_STRIP"; then
6119   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6120 else
6121 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6122 for as_dir in $PATH
6123 do
6124   IFS=$as_save_IFS
6125   test -z "$as_dir" && as_dir=.
6126   for ac_exec_ext in '' $ac_executable_extensions; do
6127   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6128     ac_cv_prog_ac_ct_STRIP="strip"
6129     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6130     break 2
6131   fi
6132 done
6133 done
6134 IFS=$as_save_IFS
6135
6136 fi
6137 fi
6138 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6139 if test -n "$ac_ct_STRIP"; then
6140   { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
6141 $as_echo "$ac_ct_STRIP" >&6; }
6142 else
6143   { $as_echo "$as_me:$LINENO: result: no" >&5
6144 $as_echo "no" >&6; }
6145 fi
6146
6147   if test "x$ac_ct_STRIP" = x; then
6148     STRIP="strip"
6149   else
6150     case $cross_compiling:$ac_tool_warned in
6151 yes:)
6152 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6153 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6154 ac_tool_warned=yes ;;
6155 esac
6156     STRIP=$ac_ct_STRIP
6157   fi
6158 else
6159   STRIP="$ac_cv_prog_STRIP"
6160 fi
6161
6162 if test -n "$ac_tool_prefix"; then
6163   # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
6164 set dummy ${ac_tool_prefix}windres; ac_word=$2
6165 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6166 $as_echo_n "checking for $ac_word... " >&6; }
6167 if test "${ac_cv_prog_WINDRES+set}" = set; then
6168   $as_echo_n "(cached) " >&6
6169 else
6170   if test -n "$WINDRES"; then
6171   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
6172 else
6173 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6174 for as_dir in $PATH
6175 do
6176   IFS=$as_save_IFS
6177   test -z "$as_dir" && as_dir=.
6178   for ac_exec_ext in '' $ac_executable_extensions; do
6179   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6180     ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
6181     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6182     break 2
6183   fi
6184 done
6185 done
6186 IFS=$as_save_IFS
6187
6188 fi
6189 fi
6190 WINDRES=$ac_cv_prog_WINDRES
6191 if test -n "$WINDRES"; then
6192   { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
6193 $as_echo "$WINDRES" >&6; }
6194 else
6195   { $as_echo "$as_me:$LINENO: result: no" >&5
6196 $as_echo "no" >&6; }
6197 fi
6198
6199
6200 fi
6201 if test -z "$ac_cv_prog_WINDRES"; then
6202   ac_ct_WINDRES=$WINDRES
6203   # Extract the first word of "windres", so it can be a program name with args.
6204 set dummy windres; ac_word=$2
6205 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6206 $as_echo_n "checking for $ac_word... " >&6; }
6207 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6208   $as_echo_n "(cached) " >&6
6209 else
6210   if test -n "$ac_ct_WINDRES"; then
6211   ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6212 else
6213 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6214 for as_dir in $PATH
6215 do
6216   IFS=$as_save_IFS
6217   test -z "$as_dir" && as_dir=.
6218   for ac_exec_ext in '' $ac_executable_extensions; do
6219   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6220     ac_cv_prog_ac_ct_WINDRES="windres"
6221     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6222     break 2
6223   fi
6224 done
6225 done
6226 IFS=$as_save_IFS
6227
6228 fi
6229 fi
6230 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6231 if test -n "$ac_ct_WINDRES"; then
6232   { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6233 $as_echo "$ac_ct_WINDRES" >&6; }
6234 else
6235   { $as_echo "$as_me:$LINENO: result: no" >&5
6236 $as_echo "no" >&6; }
6237 fi
6238
6239   if test "x$ac_ct_WINDRES" = x; then
6240     WINDRES="false"
6241   else
6242     case $cross_compiling:$ac_tool_warned in
6243 yes:)
6244 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6245 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6246 ac_tool_warned=yes ;;
6247 esac
6248     WINDRES=$ac_ct_WINDRES
6249   fi
6250 else
6251   WINDRES="$ac_cv_prog_WINDRES"
6252 fi
6253
6254 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
6255 $as_echo_n "checking whether ln -s works... " >&6; }
6256 LN_S=$as_ln_s
6257 if test "$LN_S" = "ln -s"; then
6258   { $as_echo "$as_me:$LINENO: result: yes" >&5
6259 $as_echo "yes" >&6; }
6260 else
6261   { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6262 $as_echo "no, using $LN_S" >&6; }
6263 fi
6264
6265 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
6266 $as_echo_n "checking whether ln works... " >&6; }
6267 rm -f conf$$ conf$$.file
6268 echo >conf$$.file
6269 if ln conf$$.file conf$$ 2>/dev/null; then
6270   LN=ln
6271
6272   { $as_echo "$as_me:$LINENO: result: yes" >&5
6273 $as_echo "yes" >&6; }
6274 else
6275   LN="cp -p"
6276
6277   { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
6278 $as_echo "no, using $LN" >&6; }
6279 fi
6280 rm -f conf$$ conf$$.file
6281 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6282 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6283 if test "${ac_cv_path_GREP+set}" = set; then
6284   $as_echo_n "(cached) " >&6
6285 else
6286   if test -z "$GREP"; then
6287   ac_path_GREP_found=false
6288   # Loop through the user's path and test for each of PROGNAME-LIST
6289   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6290 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6291 do
6292   IFS=$as_save_IFS
6293   test -z "$as_dir" && as_dir=.
6294   for ac_prog in grep ggrep; do
6295     for ac_exec_ext in '' $ac_executable_extensions; do
6296       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6297       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6298 # Check for GNU ac_path_GREP and select it if it is found.
6299   # Check for GNU $ac_path_GREP
6300 case `"$ac_path_GREP" --version 2>&1` in
6301 *GNU*)
6302   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6303 *)
6304   ac_count=0
6305   $as_echo_n 0123456789 >"conftest.in"
6306   while :
6307   do
6308     cat "conftest.in" "conftest.in" >"conftest.tmp"
6309     mv "conftest.tmp" "conftest.in"
6310     cp "conftest.in" "conftest.nl"
6311     $as_echo 'GREP' >> "conftest.nl"
6312     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6313     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6314     ac_count=`expr $ac_count + 1`
6315     if test $ac_count -gt ${ac_path_GREP_max-0}; then
6316       # Best one so far, save it but keep looking for a better one
6317       ac_cv_path_GREP="$ac_path_GREP"
6318       ac_path_GREP_max=$ac_count
6319     fi
6320     # 10*(2^10) chars as input seems more than enough
6321     test $ac_count -gt 10 && break
6322   done
6323   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6324 esac
6325
6326       $ac_path_GREP_found && break 3
6327     done
6328   done
6329 done
6330 IFS=$as_save_IFS
6331   if test -z "$ac_cv_path_GREP"; then
6332     { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6333 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6334    { (exit 1); exit 1; }; }
6335   fi
6336 else
6337   ac_cv_path_GREP=$GREP
6338 fi
6339
6340 fi
6341 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6342 $as_echo "$ac_cv_path_GREP" >&6; }
6343  GREP="$ac_cv_path_GREP"
6344
6345
6346 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
6347 $as_echo_n "checking for egrep... " >&6; }
6348 if test "${ac_cv_path_EGREP+set}" = set; then
6349   $as_echo_n "(cached) " >&6
6350 else
6351   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6352    then ac_cv_path_EGREP="$GREP -E"
6353    else
6354      if test -z "$EGREP"; then
6355   ac_path_EGREP_found=false
6356   # Loop through the user's path and test for each of PROGNAME-LIST
6357   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6358 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6359 do
6360   IFS=$as_save_IFS
6361   test -z "$as_dir" && as_dir=.
6362   for ac_prog in egrep; do
6363     for ac_exec_ext in '' $ac_executable_extensions; do
6364       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6365       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6366 # Check for GNU ac_path_EGREP and select it if it is found.
6367   # Check for GNU $ac_path_EGREP
6368 case `"$ac_path_EGREP" --version 2>&1` in
6369 *GNU*)
6370   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6371 *)
6372   ac_count=0
6373   $as_echo_n 0123456789 >"conftest.in"
6374   while :
6375   do
6376     cat "conftest.in" "conftest.in" >"conftest.tmp"
6377     mv "conftest.tmp" "conftest.in"
6378     cp "conftest.in" "conftest.nl"
6379     $as_echo 'EGREP' >> "conftest.nl"
6380     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6381     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6382     ac_count=`expr $ac_count + 1`
6383     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6384       # Best one so far, save it but keep looking for a better one
6385       ac_cv_path_EGREP="$ac_path_EGREP"
6386       ac_path_EGREP_max=$ac_count
6387     fi
6388     # 10*(2^10) chars as input seems more than enough
6389     test $ac_count -gt 10 && break
6390   done
6391   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6392 esac
6393
6394       $ac_path_EGREP_found && break 3
6395     done
6396   done
6397 done
6398 IFS=$as_save_IFS
6399   if test -z "$ac_cv_path_EGREP"; then
6400     { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6401 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6402    { (exit 1); exit 1; }; }
6403   fi
6404 else
6405   ac_cv_path_EGREP=$EGREP
6406 fi
6407
6408    fi
6409 fi
6410 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6411 $as_echo "$ac_cv_path_EGREP" >&6; }
6412  EGREP="$ac_cv_path_EGREP"
6413
6414
6415 # Extract the first word of "ldconfig", so it can be a program name with args.
6416 set dummy ldconfig; ac_word=$2
6417 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6418 $as_echo_n "checking for $ac_word... " >&6; }
6419 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6420   $as_echo_n "(cached) " >&6
6421 else
6422   case $LDCONFIG in
6423   [\\/]* | ?:[\\/]*)
6424   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6425   ;;
6426   *)
6427   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6428 for as_dir in /sbin /usr/sbin $PATH
6429 do
6430   IFS=$as_save_IFS
6431   test -z "$as_dir" && as_dir=.
6432   for ac_exec_ext in '' $ac_executable_extensions; do
6433   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6434     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6435     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6436     break 2
6437   fi
6438 done
6439 done
6440 IFS=$as_save_IFS
6441
6442   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6443   ;;
6444 esac
6445 fi
6446 LDCONFIG=$ac_cv_path_LDCONFIG
6447 if test -n "$LDCONFIG"; then
6448   { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6449 $as_echo "$LDCONFIG" >&6; }
6450 else
6451   { $as_echo "$as_me:$LINENO: result: no" >&5
6452 $as_echo "no" >&6; }
6453 fi
6454
6455
6456 # Find a good install program.  We prefer a C program (faster),
6457 # so one script is as good as another.  But avoid the broken or
6458 # incompatible versions:
6459 # SysV /etc/install, /usr/sbin/install
6460 # SunOS /usr/etc/install
6461 # IRIX /sbin/install
6462 # AIX /bin/install
6463 # AmigaOS /C/install, which installs bootblocks on floppy discs
6464 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6465 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6466 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6467 # OS/2's system install, which has a completely different semantic
6468 # ./install, which can be erroneously created by make from ./install.sh.
6469 # Reject install programs that cannot install multiple files.
6470 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6471 $as_echo_n "checking for a BSD-compatible install... " >&6; }
6472 if test -z "$INSTALL"; then
6473 if test "${ac_cv_path_install+set}" = set; then
6474   $as_echo_n "(cached) " >&6
6475 else
6476   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6477 for as_dir in $PATH
6478 do
6479   IFS=$as_save_IFS
6480   test -z "$as_dir" && as_dir=.
6481   # Account for people who put trailing slashes in PATH elements.
6482 case $as_dir/ in
6483   ./ | .// | /cC/* | \
6484   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6485   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6486   /usr/ucb/* ) ;;
6487   *)
6488     # OSF1 and SCO ODT 3.0 have their own names for install.
6489     # Don't use installbsd from OSF since it installs stuff as root
6490     # by default.
6491     for ac_prog in ginstall scoinst install; do
6492       for ac_exec_ext in '' $ac_executable_extensions; do
6493         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6494           if test $ac_prog = install &&
6495             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6496             # AIX install.  It has an incompatible calling convention.
6497             :
6498           elif test $ac_prog = install &&
6499             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6500             # program-specific install script used by HP pwplus--don't use.
6501             :
6502           else
6503             rm -rf conftest.one conftest.two conftest.dir
6504             echo one > conftest.one
6505             echo two > conftest.two
6506             mkdir conftest.dir
6507             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
6508               test -s conftest.one && test -s conftest.two &&
6509               test -s conftest.dir/conftest.one &&
6510               test -s conftest.dir/conftest.two
6511             then
6512               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6513               break 3
6514             fi
6515           fi
6516         fi
6517       done
6518     done
6519     ;;
6520 esac
6521
6522 done
6523 IFS=$as_save_IFS
6524
6525 rm -rf conftest.one conftest.two conftest.dir
6526
6527 fi
6528   if test "${ac_cv_path_install+set}" = set; then
6529     INSTALL=$ac_cv_path_install
6530   else
6531     # As a last resort, use the slow shell script.  Don't cache a
6532     # value for INSTALL within a source directory, because that will
6533     # break other packages using the cache if that directory is
6534     # removed, or if the value is a relative name.
6535     INSTALL=$ac_install_sh
6536   fi
6537 fi
6538 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
6539 $as_echo "$INSTALL" >&6; }
6540
6541 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6542 # It thinks the first close brace ends the variable substitution.
6543 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6544
6545 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6546
6547 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6548
6549 case "$INSTALL" in
6550   [\\/$]* | ?:[\\/]* ) ;;
6551   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6552 esac
6553
6554 for ac_prog in lclint lint
6555 do
6556   # Extract the first word of "$ac_prog", so it can be a program name with args.
6557 set dummy $ac_prog; ac_word=$2
6558 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6559 $as_echo_n "checking for $ac_word... " >&6; }
6560 if test "${ac_cv_prog_LINT+set}" = set; then
6561   $as_echo_n "(cached) " >&6
6562 else
6563   if test -n "$LINT"; then
6564   ac_cv_prog_LINT="$LINT" # Let the user override the test.
6565 else
6566 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6567 for as_dir in $PATH
6568 do
6569   IFS=$as_save_IFS
6570   test -z "$as_dir" && as_dir=.
6571   for ac_exec_ext in '' $ac_executable_extensions; do
6572   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6573     ac_cv_prog_LINT="$ac_prog"
6574     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6575     break 2
6576   fi
6577 done
6578 done
6579 IFS=$as_save_IFS
6580
6581 fi
6582 fi
6583 LINT=$ac_cv_prog_LINT
6584 if test -n "$LINT"; then
6585   { $as_echo "$as_me:$LINENO: result: $LINT" >&5
6586 $as_echo "$LINT" >&6; }
6587 else
6588   { $as_echo "$as_me:$LINENO: result: no" >&5
6589 $as_echo "no" >&6; }
6590 fi
6591
6592
6593   test -n "$LINT" && break
6594 done
6595
6596 if test "$LINT" = "lint"
6597 then
6598   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6599   fi
6600
6601
6602
6603 for ac_prog in fontforge
6604 do
6605   # Extract the first word of "$ac_prog", so it can be a program name with args.
6606 set dummy $ac_prog; ac_word=$2
6607 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6608 $as_echo_n "checking for $ac_word... " >&6; }
6609 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6610   $as_echo_n "(cached) " >&6
6611 else
6612   if test -n "$FONTFORGE"; then
6613   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6614 else
6615 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6616 for as_dir in $PATH
6617 do
6618   IFS=$as_save_IFS
6619   test -z "$as_dir" && as_dir=.
6620   for ac_exec_ext in '' $ac_executable_extensions; do
6621   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6622     ac_cv_prog_FONTFORGE="$ac_prog"
6623     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6624     break 2
6625   fi
6626 done
6627 done
6628 IFS=$as_save_IFS
6629
6630 fi
6631 fi
6632 FONTFORGE=$ac_cv_prog_FONTFORGE
6633 if test -n "$FONTFORGE"; then
6634   { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6635 $as_echo "$FONTFORGE" >&6; }
6636 else
6637   { $as_echo "$as_me:$LINENO: result: no" >&5
6638 $as_echo "no" >&6; }
6639 fi
6640
6641
6642   test -n "$FONTFORGE" && break
6643 done
6644 test -n "$FONTFORGE" || FONTFORGE="false"
6645
6646 for ac_prog in pkg-config
6647 do
6648   # Extract the first word of "$ac_prog", so it can be a program name with args.
6649 set dummy $ac_prog; ac_word=$2
6650 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6651 $as_echo_n "checking for $ac_word... " >&6; }
6652 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6653   $as_echo_n "(cached) " >&6
6654 else
6655   if test -n "$PKG_CONFIG"; then
6656   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6657 else
6658 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6659 for as_dir in $PATH
6660 do
6661   IFS=$as_save_IFS
6662   test -z "$as_dir" && as_dir=.
6663   for ac_exec_ext in '' $ac_executable_extensions; do
6664   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6665     ac_cv_prog_PKG_CONFIG="$ac_prog"
6666     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6667     break 2
6668   fi
6669 done
6670 done
6671 IFS=$as_save_IFS
6672
6673 fi
6674 fi
6675 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6676 if test -n "$PKG_CONFIG"; then
6677   { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6678 $as_echo "$PKG_CONFIG" >&6; }
6679 else
6680   { $as_echo "$as_me:$LINENO: result: no" >&5
6681 $as_echo "no" >&6; }
6682 fi
6683
6684
6685   test -n "$PKG_CONFIG" && break
6686 done
6687 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6688
6689 for ac_prog in rsvg
6690 do
6691   # Extract the first word of "$ac_prog", so it can be a program name with args.
6692 set dummy $ac_prog; ac_word=$2
6693 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6694 $as_echo_n "checking for $ac_word... " >&6; }
6695 if test "${ac_cv_prog_RSVG+set}" = set; then
6696   $as_echo_n "(cached) " >&6
6697 else
6698   if test -n "$RSVG"; then
6699   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6700 else
6701 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6702 for as_dir in $PATH
6703 do
6704   IFS=$as_save_IFS
6705   test -z "$as_dir" && as_dir=.
6706   for ac_exec_ext in '' $ac_executable_extensions; do
6707   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6708     ac_cv_prog_RSVG="$ac_prog"
6709     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6710     break 2
6711   fi
6712 done
6713 done
6714 IFS=$as_save_IFS
6715
6716 fi
6717 fi
6718 RSVG=$ac_cv_prog_RSVG
6719 if test -n "$RSVG"; then
6720   { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
6721 $as_echo "$RSVG" >&6; }
6722 else
6723   { $as_echo "$as_me:$LINENO: result: no" >&5
6724 $as_echo "no" >&6; }
6725 fi
6726
6727
6728   test -n "$RSVG" && break
6729 done
6730 test -n "$RSVG" || RSVG="false"
6731
6732 for ac_prog in icotool
6733 do
6734   # Extract the first word of "$ac_prog", so it can be a program name with args.
6735 set dummy $ac_prog; ac_word=$2
6736 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6737 $as_echo_n "checking for $ac_word... " >&6; }
6738 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6739   $as_echo_n "(cached) " >&6
6740 else
6741   if test -n "$ICOTOOL"; then
6742   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6743 else
6744 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6745 for as_dir in $PATH
6746 do
6747   IFS=$as_save_IFS
6748   test -z "$as_dir" && as_dir=.
6749   for ac_exec_ext in '' $ac_executable_extensions; do
6750   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6751     ac_cv_prog_ICOTOOL="$ac_prog"
6752     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6753     break 2
6754   fi
6755 done
6756 done
6757 IFS=$as_save_IFS
6758
6759 fi
6760 fi
6761 ICOTOOL=$ac_cv_prog_ICOTOOL
6762 if test -n "$ICOTOOL"; then
6763   { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6764 $as_echo "$ICOTOOL" >&6; }
6765 else
6766   { $as_echo "$as_me:$LINENO: result: no" >&5
6767 $as_echo "no" >&6; }
6768 fi
6769
6770
6771   test -n "$ICOTOOL" && break
6772 done
6773 test -n "$ICOTOOL" || ICOTOOL="false"
6774
6775
6776 if test "${enable_maintainer_mode+set}" = set
6777 then
6778   if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6779   if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6780   if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6781 fi
6782
6783 case $host_cpu in
6784   *i[3456789]86*)
6785     # Extract the first word of "prelink", so it can be a program name with args.
6786 set dummy prelink; ac_word=$2
6787 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6788 $as_echo_n "checking for $ac_word... " >&6; }
6789 if test "${ac_cv_path_PRELINK+set}" = set; then
6790   $as_echo_n "(cached) " >&6
6791 else
6792   case $PRELINK in
6793   [\\/]* | ?:[\\/]*)
6794   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6795   ;;
6796   *)
6797   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6798 for as_dir in /sbin /usr/sbin $PATH
6799 do
6800   IFS=$as_save_IFS
6801   test -z "$as_dir" && as_dir=.
6802   for ac_exec_ext in '' $ac_executable_extensions; do
6803   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6804     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6805     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6806     break 2
6807   fi
6808 done
6809 done
6810 IFS=$as_save_IFS
6811
6812   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6813   ;;
6814 esac
6815 fi
6816 PRELINK=$ac_cv_path_PRELINK
6817 if test -n "$PRELINK"; then
6818   { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
6819 $as_echo "$PRELINK" >&6; }
6820 else
6821   { $as_echo "$as_me:$LINENO: result: no" >&5
6822 $as_echo "no" >&6; }
6823 fi
6824
6825
6826     ;;
6827 esac
6828
6829
6830
6831 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6832 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6833 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6834   $as_echo_n "(cached) " >&6
6835 else
6836   ac_check_lib_save_LIBS=$LIBS
6837 LIBS="-li386  $LIBS"
6838 cat >conftest.$ac_ext <<_ACEOF
6839 /* confdefs.h.  */
6840 _ACEOF
6841 cat confdefs.h >>conftest.$ac_ext
6842 cat >>conftest.$ac_ext <<_ACEOF
6843 /* end confdefs.h.  */
6844
6845 /* Override any GCC internal prototype to avoid an error.
6846    Use char because int might match the return type of a GCC
6847    builtin and then its argument prototype would still apply.  */
6848 #ifdef __cplusplus
6849 extern "C"
6850 #endif
6851 char i386_set_ldt ();
6852 int
6853 main ()
6854 {
6855 return i386_set_ldt ();
6856   ;
6857   return 0;
6858 }
6859 _ACEOF
6860 rm -f conftest.$ac_objext conftest$ac_exeext
6861 if { (ac_try="$ac_link"
6862 case "(($ac_try" in
6863   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6864   *) ac_try_echo=$ac_try;;
6865 esac
6866 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6867 $as_echo "$ac_try_echo") >&5
6868   (eval "$ac_link") 2>conftest.er1
6869   ac_status=$?
6870   grep -v '^ *+' conftest.er1 >conftest.err
6871   rm -f conftest.er1
6872   cat conftest.err >&5
6873   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6874   (exit $ac_status); } && {
6875          test -z "$ac_c_werror_flag" ||
6876          test ! -s conftest.err
6877        } && test -s conftest$ac_exeext && {
6878          test "$cross_compiling" = yes ||
6879          $as_test_x conftest$ac_exeext
6880        }; then
6881   ac_cv_lib_i386_i386_set_ldt=yes
6882 else
6883   $as_echo "$as_me: failed program was:" >&5
6884 sed 's/^/| /' conftest.$ac_ext >&5
6885
6886         ac_cv_lib_i386_i386_set_ldt=no
6887 fi
6888
6889 rm -rf conftest.dSYM
6890 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6891       conftest$ac_exeext conftest.$ac_ext
6892 LIBS=$ac_check_lib_save_LIBS
6893 fi
6894 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6895 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6896 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
6897   cat >>confdefs.h <<_ACEOF
6898 #define HAVE_LIBI386 1
6899 _ACEOF
6900
6901   LIBS="-li386 $LIBS"
6902
6903 fi
6904
6905
6906 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6907 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6908 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6909   $as_echo_n "(cached) " >&6
6910 else
6911   ac_check_lib_save_LIBS=$LIBS
6912 LIBS="-lossaudio  $LIBS"
6913 cat >conftest.$ac_ext <<_ACEOF
6914 /* confdefs.h.  */
6915 _ACEOF
6916 cat confdefs.h >>conftest.$ac_ext
6917 cat >>conftest.$ac_ext <<_ACEOF
6918 /* end confdefs.h.  */
6919
6920 /* Override any GCC internal prototype to avoid an error.
6921    Use char because int might match the return type of a GCC
6922    builtin and then its argument prototype would still apply.  */
6923 #ifdef __cplusplus
6924 extern "C"
6925 #endif
6926 char _oss_ioctl ();
6927 int
6928 main ()
6929 {
6930 return _oss_ioctl ();
6931   ;
6932   return 0;
6933 }
6934 _ACEOF
6935 rm -f conftest.$ac_objext conftest$ac_exeext
6936 if { (ac_try="$ac_link"
6937 case "(($ac_try" in
6938   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6939   *) ac_try_echo=$ac_try;;
6940 esac
6941 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6942 $as_echo "$ac_try_echo") >&5
6943   (eval "$ac_link") 2>conftest.er1
6944   ac_status=$?
6945   grep -v '^ *+' conftest.er1 >conftest.err
6946   rm -f conftest.er1
6947   cat conftest.err >&5
6948   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6949   (exit $ac_status); } && {
6950          test -z "$ac_c_werror_flag" ||
6951          test ! -s conftest.err
6952        } && test -s conftest$ac_exeext && {
6953          test "$cross_compiling" = yes ||
6954          $as_test_x conftest$ac_exeext
6955        }; then
6956   ac_cv_lib_ossaudio__oss_ioctl=yes
6957 else
6958   $as_echo "$as_me: failed program was:" >&5
6959 sed 's/^/| /' conftest.$ac_ext >&5
6960
6961         ac_cv_lib_ossaudio__oss_ioctl=no
6962 fi
6963
6964 rm -rf conftest.dSYM
6965 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6966       conftest$ac_exeext conftest.$ac_ext
6967 LIBS=$ac_check_lib_save_LIBS
6968 fi
6969 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6970 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6971 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
6972   cat >>confdefs.h <<_ACEOF
6973 #define HAVE_LIBOSSAUDIO 1
6974 _ACEOF
6975
6976   LIBS="-lossaudio $LIBS"
6977
6978 fi
6979
6980 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6981 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
6982 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6983   $as_echo_n "(cached) " >&6
6984 else
6985   ac_check_lib_save_LIBS=$LIBS
6986 LIBS="-lpthread  $LIBS"
6987 cat >conftest.$ac_ext <<_ACEOF
6988 /* confdefs.h.  */
6989 _ACEOF
6990 cat confdefs.h >>conftest.$ac_ext
6991 cat >>conftest.$ac_ext <<_ACEOF
6992 /* end confdefs.h.  */
6993
6994 /* Override any GCC internal prototype to avoid an error.
6995    Use char because int might match the return type of a GCC
6996    builtin and then its argument prototype would still apply.  */
6997 #ifdef __cplusplus
6998 extern "C"
6999 #endif
7000 char pthread_create ();
7001 int
7002 main ()
7003 {
7004 return pthread_create ();
7005   ;
7006   return 0;
7007 }
7008 _ACEOF
7009 rm -f conftest.$ac_objext conftest$ac_exeext
7010 if { (ac_try="$ac_link"
7011 case "(($ac_try" in
7012   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7013   *) ac_try_echo=$ac_try;;
7014 esac
7015 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7016 $as_echo "$ac_try_echo") >&5
7017   (eval "$ac_link") 2>conftest.er1
7018   ac_status=$?
7019   grep -v '^ *+' conftest.er1 >conftest.err
7020   rm -f conftest.er1
7021   cat conftest.err >&5
7022   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7023   (exit $ac_status); } && {
7024          test -z "$ac_c_werror_flag" ||
7025          test ! -s conftest.err
7026        } && test -s conftest$ac_exeext && {
7027          test "$cross_compiling" = yes ||
7028          $as_test_x conftest$ac_exeext
7029        }; then
7030   ac_cv_lib_pthread_pthread_create=yes
7031 else
7032   $as_echo "$as_me: failed program was:" >&5
7033 sed 's/^/| /' conftest.$ac_ext >&5
7034
7035         ac_cv_lib_pthread_pthread_create=no
7036 fi
7037
7038 rm -rf conftest.dSYM
7039 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7040       conftest$ac_exeext conftest.$ac_ext
7041 LIBS=$ac_check_lib_save_LIBS
7042 fi
7043 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
7044 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7045 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
7046   LIBPTHREAD="-lpthread"
7047
7048 fi
7049
7050
7051 XLIB=""
7052
7053 OPENGL_LIBS=""
7054
7055
7056
7057 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7058 $as_echo_n "checking for ANSI C header files... " >&6; }
7059 if test "${ac_cv_header_stdc+set}" = set; then
7060   $as_echo_n "(cached) " >&6
7061 else
7062   cat >conftest.$ac_ext <<_ACEOF
7063 /* confdefs.h.  */
7064 _ACEOF
7065 cat confdefs.h >>conftest.$ac_ext
7066 cat >>conftest.$ac_ext <<_ACEOF
7067 /* end confdefs.h.  */
7068 #include <stdlib.h>
7069 #include <stdarg.h>
7070 #include <string.h>
7071 #include <float.h>
7072
7073 int
7074 main ()
7075 {
7076
7077   ;
7078   return 0;
7079 }
7080 _ACEOF
7081 rm -f conftest.$ac_objext
7082 if { (ac_try="$ac_compile"
7083 case "(($ac_try" in
7084   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7085   *) ac_try_echo=$ac_try;;
7086 esac
7087 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7088 $as_echo "$ac_try_echo") >&5
7089   (eval "$ac_compile") 2>conftest.er1
7090   ac_status=$?
7091   grep -v '^ *+' conftest.er1 >conftest.err
7092   rm -f conftest.er1
7093   cat conftest.err >&5
7094   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7095   (exit $ac_status); } && {
7096          test -z "$ac_c_werror_flag" ||
7097          test ! -s conftest.err
7098        } && test -s conftest.$ac_objext; then
7099   ac_cv_header_stdc=yes
7100 else
7101   $as_echo "$as_me: failed program was:" >&5
7102 sed 's/^/| /' conftest.$ac_ext >&5
7103
7104         ac_cv_header_stdc=no
7105 fi
7106
7107 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7108
7109 if test $ac_cv_header_stdc = yes; then
7110   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7111   cat >conftest.$ac_ext <<_ACEOF
7112 /* confdefs.h.  */
7113 _ACEOF
7114 cat confdefs.h >>conftest.$ac_ext
7115 cat >>conftest.$ac_ext <<_ACEOF
7116 /* end confdefs.h.  */
7117 #include <string.h>
7118
7119 _ACEOF
7120 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7121   $EGREP "memchr" >/dev/null 2>&1; then
7122   :
7123 else
7124   ac_cv_header_stdc=no
7125 fi
7126 rm -f conftest*
7127
7128 fi
7129
7130 if test $ac_cv_header_stdc = yes; then
7131   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7132   cat >conftest.$ac_ext <<_ACEOF
7133 /* confdefs.h.  */
7134 _ACEOF
7135 cat confdefs.h >>conftest.$ac_ext
7136 cat >>conftest.$ac_ext <<_ACEOF
7137 /* end confdefs.h.  */
7138 #include <stdlib.h>
7139
7140 _ACEOF
7141 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7142   $EGREP "free" >/dev/null 2>&1; then
7143   :
7144 else
7145   ac_cv_header_stdc=no
7146 fi
7147 rm -f conftest*
7148
7149 fi
7150
7151 if test $ac_cv_header_stdc = yes; then
7152   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7153   if test "$cross_compiling" = yes; then
7154   :
7155 else
7156   cat >conftest.$ac_ext <<_ACEOF
7157 /* confdefs.h.  */
7158 _ACEOF
7159 cat confdefs.h >>conftest.$ac_ext
7160 cat >>conftest.$ac_ext <<_ACEOF
7161 /* end confdefs.h.  */
7162 #include <ctype.h>
7163 #include <stdlib.h>
7164 #if ((' ' & 0x0FF) == 0x020)
7165 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7166 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7167 #else
7168 # define ISLOWER(c) \
7169                    (('a' <= (c) && (c) <= 'i') \
7170                      || ('j' <= (c) && (c) <= 'r') \
7171                      || ('s' <= (c) && (c) <= 'z'))
7172 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7173 #endif
7174
7175 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7176 int
7177 main ()
7178 {
7179   int i;
7180   for (i = 0; i < 256; i++)
7181     if (XOR (islower (i), ISLOWER (i))
7182         || toupper (i) != TOUPPER (i))
7183       return 2;
7184   return 0;
7185 }
7186 _ACEOF
7187 rm -f conftest$ac_exeext
7188 if { (ac_try="$ac_link"
7189 case "(($ac_try" in
7190   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7191   *) ac_try_echo=$ac_try;;
7192 esac
7193 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7194 $as_echo "$ac_try_echo") >&5
7195   (eval "$ac_link") 2>&5
7196   ac_status=$?
7197   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7198   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7199   { (case "(($ac_try" in
7200   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7201   *) ac_try_echo=$ac_try;;
7202 esac
7203 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7204 $as_echo "$ac_try_echo") >&5
7205   (eval "$ac_try") 2>&5
7206   ac_status=$?
7207   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7208   (exit $ac_status); }; }; then
7209   :
7210 else
7211   $as_echo "$as_me: program exited with status $ac_status" >&5
7212 $as_echo "$as_me: failed program was:" >&5
7213 sed 's/^/| /' conftest.$ac_ext >&5
7214
7215 ( exit $ac_status )
7216 ac_cv_header_stdc=no
7217 fi
7218 rm -rf conftest.dSYM
7219 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7220 fi
7221
7222
7223 fi
7224 fi
7225 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7226 $as_echo "$ac_cv_header_stdc" >&6; }
7227 if test $ac_cv_header_stdc = yes; then
7228
7229 cat >>confdefs.h <<\_ACEOF
7230 #define STDC_HEADERS 1
7231 _ACEOF
7232
7233 fi
7234
7235 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7236
7237
7238
7239
7240
7241
7242
7243
7244
7245 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7246                   inttypes.h stdint.h unistd.h
7247 do
7248 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7249 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7250 $as_echo_n "checking for $ac_header... " >&6; }
7251 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7252   $as_echo_n "(cached) " >&6
7253 else
7254   cat >conftest.$ac_ext <<_ACEOF
7255 /* confdefs.h.  */
7256 _ACEOF
7257 cat confdefs.h >>conftest.$ac_ext
7258 cat >>conftest.$ac_ext <<_ACEOF
7259 /* end confdefs.h.  */
7260 $ac_includes_default
7261
7262 #include <$ac_header>
7263 _ACEOF
7264 rm -f conftest.$ac_objext
7265 if { (ac_try="$ac_compile"
7266 case "(($ac_try" in
7267   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7268   *) ac_try_echo=$ac_try;;
7269 esac
7270 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7271 $as_echo "$ac_try_echo") >&5
7272   (eval "$ac_compile") 2>conftest.er1
7273   ac_status=$?
7274   grep -v '^ *+' conftest.er1 >conftest.err
7275   rm -f conftest.er1
7276   cat conftest.err >&5
7277   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7278   (exit $ac_status); } && {
7279          test -z "$ac_c_werror_flag" ||
7280          test ! -s conftest.err
7281        } && test -s conftest.$ac_objext; then
7282   eval "$as_ac_Header=yes"
7283 else
7284   $as_echo "$as_me: failed program was:" >&5
7285 sed 's/^/| /' conftest.$ac_ext >&5
7286
7287         eval "$as_ac_Header=no"
7288 fi
7289
7290 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7291 fi
7292 ac_res=`eval 'as_val=${'$as_ac_Header'}
7293                  $as_echo "$as_val"'`
7294                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7295 $as_echo "$ac_res" >&6; }
7296 as_val=`eval 'as_val=${'$as_ac_Header'}
7297                  $as_echo "$as_val"'`
7298    if test "x$as_val" = x""yes; then
7299   cat >>confdefs.h <<_ACEOF
7300 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7301 _ACEOF
7302
7303 fi
7304
7305 done
7306
7307
7308
7309
7310
7311
7312
7313
7314
7315
7316
7317
7318
7319
7320
7321
7322
7323
7324
7325
7326
7327
7328
7329
7330
7331
7332
7333
7334
7335
7336
7337
7338
7339
7340
7341
7342
7343
7344
7345
7346
7347
7348
7349
7350
7351
7352
7353
7354
7355
7356
7357
7358
7359
7360
7361
7362
7363
7364
7365
7366
7367
7368
7369
7370
7371
7372
7373
7374
7375
7376
7377
7378
7379
7380
7381
7382
7383
7384
7385
7386
7387
7388
7389
7390
7391
7392
7393
7394
7395
7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
7416
7417
7418
7419
7420 for ac_header in \
7421         AudioUnit/AudioUnit.h \
7422         Carbon/Carbon.h \
7423         CoreAudio/CoreAudio.h \
7424         DiskArbitration/DiskArbitration.h \
7425         IOKit/IOKitLib.h \
7426         alias.h \
7427         alsa/asoundlib.h \
7428         arpa/inet.h \
7429         arpa/nameser.h \
7430         asm/types.h \
7431         capi20.h \
7432         curses.h \
7433         direct.h \
7434         dirent.h \
7435         dlfcn.h \
7436         elf.h \
7437         float.h \
7438         fontconfig/fontconfig.h \
7439         getopt.h \
7440         ieeefp.h \
7441         io.h \
7442         jack/jack.h \
7443         jpeglib.h \
7444         lber.h \
7445         lcms.h \
7446         lcms/lcms.h \
7447         ldap.h \
7448         libaudioio.h \
7449         link.h \
7450         linux/cdrom.h \
7451         linux/compiler.h \
7452         linux/hdreg.h \
7453         linux/input.h \
7454         linux/ioctl.h \
7455         linux/joystick.h \
7456         linux/major.h \
7457         linux/param.h \
7458         linux/serial.h \
7459         linux/ucdrom.h \
7460         mach/mach.h \
7461         mach/machine.h \
7462         machine/cpu.h \
7463         machine/limits.h \
7464         machine/soundcard.h \
7465         mntent.h \
7466         ncurses.h \
7467         netdb.h \
7468         netinet/in.h \
7469         netinet/in_systm.h \
7470         netinet/tcp.h \
7471         netinet/tcp_fsm.h \
7472         openssl/err.h \
7473         openssl/ssl.h \
7474         png.h \
7475         poll.h \
7476         process.h \
7477         pthread.h \
7478         pwd.h \
7479         regex.h \
7480         sched.h \
7481         scsi/scsi.h \
7482         scsi/scsi_ioctl.h \
7483         scsi/sg.h \
7484         soundcard.h \
7485         stdint.h \
7486         strings.h \
7487         sys/asoundlib.h \
7488         sys/cdio.h \
7489         sys/elf32.h \
7490         sys/epoll.h \
7491         sys/errno.h \
7492         sys/event.h \
7493         sys/exec_elf.h \
7494         sys/filio.h \
7495         sys/ioctl.h \
7496         sys/ipc.h \
7497         sys/limits.h \
7498         sys/link.h \
7499         sys/lwp.h \
7500         sys/mman.h \
7501         sys/modem.h \
7502         sys/msg.h \
7503         sys/mtio.h \
7504         sys/param.h \
7505         sys/poll.h \
7506         sys/prctl.h \
7507         sys/ptrace.h \
7508         sys/reg.h \
7509         sys/resource.h \
7510         sys/scsiio.h \
7511         sys/shm.h \
7512         sys/signal.h \
7513         sys/socket.h \
7514         sys/socketvar.h \
7515         sys/sockio.h \
7516         sys/soundcard.h \
7517         sys/statvfs.h \
7518         sys/strtio.h \
7519         sys/syscall.h \
7520         sys/sysctl.h \
7521         sys/time.h \
7522         sys/times.h \
7523         sys/uio.h \
7524         sys/un.h \
7525         sys/vm86.h \
7526         sys/wait.h \
7527         syscall.h \
7528         termios.h \
7529         unistd.h \
7530         utime.h \
7531         valgrind/memcheck.h \
7532         valgrind/valgrind.h
7533
7534 do
7535 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7536 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7537   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7538 $as_echo_n "checking for $ac_header... " >&6; }
7539 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7540   $as_echo_n "(cached) " >&6
7541 fi
7542 ac_res=`eval 'as_val=${'$as_ac_Header'}
7543                  $as_echo "$as_val"'`
7544                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7545 $as_echo "$ac_res" >&6; }
7546 else
7547   # Is the header compilable?
7548 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
7549 $as_echo_n "checking $ac_header usability... " >&6; }
7550 cat >conftest.$ac_ext <<_ACEOF
7551 /* confdefs.h.  */
7552 _ACEOF
7553 cat confdefs.h >>conftest.$ac_ext
7554 cat >>conftest.$ac_ext <<_ACEOF
7555 /* end confdefs.h.  */
7556 $ac_includes_default
7557 #include <$ac_header>
7558 _ACEOF
7559 rm -f conftest.$ac_objext
7560 if { (ac_try="$ac_compile"
7561 case "(($ac_try" in
7562   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7563   *) ac_try_echo=$ac_try;;
7564 esac
7565 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7566 $as_echo "$ac_try_echo") >&5
7567   (eval "$ac_compile") 2>conftest.er1
7568   ac_status=$?
7569   grep -v '^ *+' conftest.er1 >conftest.err
7570   rm -f conftest.er1
7571   cat conftest.err >&5
7572   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7573   (exit $ac_status); } && {
7574          test -z "$ac_c_werror_flag" ||
7575          test ! -s conftest.err
7576        } && test -s conftest.$ac_objext; then
7577   ac_header_compiler=yes
7578 else
7579   $as_echo "$as_me: failed program was:" >&5
7580 sed 's/^/| /' conftest.$ac_ext >&5
7581
7582         ac_header_compiler=no
7583 fi
7584
7585 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7586 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7587 $as_echo "$ac_header_compiler" >&6; }
7588
7589 # Is the header present?
7590 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
7591 $as_echo_n "checking $ac_header presence... " >&6; }
7592 cat >conftest.$ac_ext <<_ACEOF
7593 /* confdefs.h.  */
7594 _ACEOF
7595 cat confdefs.h >>conftest.$ac_ext
7596 cat >>conftest.$ac_ext <<_ACEOF
7597 /* end confdefs.h.  */
7598 #include <$ac_header>
7599 _ACEOF
7600 if { (ac_try="$ac_cpp conftest.$ac_ext"
7601 case "(($ac_try" in
7602   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7603   *) ac_try_echo=$ac_try;;
7604 esac
7605 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7606 $as_echo "$ac_try_echo") >&5
7607   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7608   ac_status=$?
7609   grep -v '^ *+' conftest.er1 >conftest.err
7610   rm -f conftest.er1
7611   cat conftest.err >&5
7612   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7613   (exit $ac_status); } >/dev/null && {
7614          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7615          test ! -s conftest.err
7616        }; then
7617   ac_header_preproc=yes
7618 else
7619   $as_echo "$as_me: failed program was:" >&5
7620 sed 's/^/| /' conftest.$ac_ext >&5
7621
7622   ac_header_preproc=no
7623 fi
7624
7625 rm -f conftest.err conftest.$ac_ext
7626 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7627 $as_echo "$ac_header_preproc" >&6; }
7628
7629 # So?  What about this header?
7630 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7631   yes:no: )
7632     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7633 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7634     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7635 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7636     ac_header_preproc=yes
7637     ;;
7638   no:yes:* )
7639     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7640 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7641     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
7642 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
7643     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7644 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7645     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
7646 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
7647     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7648 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7649     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7650 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7651     ( cat <<\_ASBOX
7652 ## ------------------------------------ ##
7653 ## Report this to wine-devel@winehq.org ##
7654 ## ------------------------------------ ##
7655 _ASBOX
7656      ) | sed "s/^/$as_me: WARNING:     /" >&2
7657     ;;
7658 esac
7659 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7660 $as_echo_n "checking for $ac_header... " >&6; }
7661 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7662   $as_echo_n "(cached) " >&6
7663 else
7664   eval "$as_ac_Header=\$ac_header_preproc"
7665 fi
7666 ac_res=`eval 'as_val=${'$as_ac_Header'}
7667                  $as_echo "$as_val"'`
7668                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7669 $as_echo "$ac_res" >&6; }
7670
7671 fi
7672 as_val=`eval 'as_val=${'$as_ac_Header'}
7673                  $as_echo "$as_val"'`
7674    if test "x$as_val" = x""yes; then
7675   cat >>confdefs.h <<_ACEOF
7676 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7677 _ACEOF
7678
7679 fi
7680
7681 done
7682
7683 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7684 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7685 if test "${ac_cv_header_stat_broken+set}" = set; then
7686   $as_echo_n "(cached) " >&6
7687 else
7688   cat >conftest.$ac_ext <<_ACEOF
7689 /* confdefs.h.  */
7690 _ACEOF
7691 cat confdefs.h >>conftest.$ac_ext
7692 cat >>conftest.$ac_ext <<_ACEOF
7693 /* end confdefs.h.  */
7694 #include <sys/types.h>
7695 #include <sys/stat.h>
7696
7697 #if defined S_ISBLK && defined S_IFDIR
7698 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7699 #endif
7700
7701 #if defined S_ISBLK && defined S_IFCHR
7702 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7703 #endif
7704
7705 #if defined S_ISLNK && defined S_IFREG
7706 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7707 #endif
7708
7709 #if defined S_ISSOCK && defined S_IFREG
7710 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7711 #endif
7712
7713 _ACEOF
7714 rm -f conftest.$ac_objext
7715 if { (ac_try="$ac_compile"
7716 case "(($ac_try" in
7717   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7718   *) ac_try_echo=$ac_try;;
7719 esac
7720 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7721 $as_echo "$ac_try_echo") >&5
7722   (eval "$ac_compile") 2>conftest.er1
7723   ac_status=$?
7724   grep -v '^ *+' conftest.er1 >conftest.err
7725   rm -f conftest.er1
7726   cat conftest.err >&5
7727   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7728   (exit $ac_status); } && {
7729          test -z "$ac_c_werror_flag" ||
7730          test ! -s conftest.err
7731        } && test -s conftest.$ac_objext; then
7732   ac_cv_header_stat_broken=no
7733 else
7734   $as_echo "$as_me: failed program was:" >&5
7735 sed 's/^/| /' conftest.$ac_ext >&5
7736
7737         ac_cv_header_stat_broken=yes
7738 fi
7739
7740 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7741 fi
7742 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7743 $as_echo "$ac_cv_header_stat_broken" >&6; }
7744 if test $ac_cv_header_stat_broken = yes; then
7745
7746 cat >>confdefs.h <<\_ACEOF
7747 #define STAT_MACROS_BROKEN 1
7748 _ACEOF
7749
7750 fi
7751
7752
7753
7754
7755
7756
7757
7758 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7759 do
7760 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7761 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7762 $as_echo_n "checking for $ac_header... " >&6; }
7763 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7764   $as_echo_n "(cached) " >&6
7765 else
7766   cat >conftest.$ac_ext <<_ACEOF
7767 /* confdefs.h.  */
7768 _ACEOF
7769 cat confdefs.h >>conftest.$ac_ext
7770 cat >>conftest.$ac_ext <<_ACEOF
7771 /* end confdefs.h.  */
7772 #include <sys/types.h>
7773      #ifdef HAVE_SYS_PARAM_H
7774      # include <sys/param.h>
7775      #endif
7776
7777 #include <$ac_header>
7778 _ACEOF
7779 rm -f conftest.$ac_objext
7780 if { (ac_try="$ac_compile"
7781 case "(($ac_try" in
7782   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7783   *) ac_try_echo=$ac_try;;
7784 esac
7785 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7786 $as_echo "$ac_try_echo") >&5
7787   (eval "$ac_compile") 2>conftest.er1
7788   ac_status=$?
7789   grep -v '^ *+' conftest.er1 >conftest.err
7790   rm -f conftest.er1
7791   cat conftest.err >&5
7792   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7793   (exit $ac_status); } && {
7794          test -z "$ac_c_werror_flag" ||
7795          test ! -s conftest.err
7796        } && test -s conftest.$ac_objext; then
7797   eval "$as_ac_Header=yes"
7798 else
7799   $as_echo "$as_me: failed program was:" >&5
7800 sed 's/^/| /' conftest.$ac_ext >&5
7801
7802         eval "$as_ac_Header=no"
7803 fi
7804
7805 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7806 fi
7807 ac_res=`eval 'as_val=${'$as_ac_Header'}
7808                  $as_echo "$as_val"'`
7809                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7810 $as_echo "$ac_res" >&6; }
7811 as_val=`eval 'as_val=${'$as_ac_Header'}
7812                  $as_echo "$as_val"'`
7813    if test "x$as_val" = x""yes; then
7814   cat >>confdefs.h <<_ACEOF
7815 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7816 _ACEOF
7817
7818 fi
7819
7820 done
7821
7822
7823
7824
7825
7826
7827
7828
7829
7830
7831
7832
7833
7834
7835 for ac_header in \
7836         netinet/ip.h \
7837         net/if.h \
7838         net/if_arp.h \
7839         net/if_dl.h \
7840         net/if_types.h \
7841         net/route.h \
7842         netinet/if_ether.h \
7843         netinet/in_pcb.h \
7844         netinet/ip_icmp.h \
7845         netinet/ip_var.h \
7846         netinet/udp.h \
7847         netipx/ipx.h \
7848
7849 do
7850 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7851 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7852 $as_echo_n "checking for $ac_header... " >&6; }
7853 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7854   $as_echo_n "(cached) " >&6
7855 else
7856   cat >conftest.$ac_ext <<_ACEOF
7857 /* confdefs.h.  */
7858 _ACEOF
7859 cat confdefs.h >>conftest.$ac_ext
7860 cat >>conftest.$ac_ext <<_ACEOF
7861 /* end confdefs.h.  */
7862 #include <sys/types.h>
7863      #ifdef HAVE_SYS_SOCKET_H
7864      # include <sys/socket.h>
7865      #endif
7866      #ifdef HAVE_SYS_SOCKETVAR_H
7867      # include <sys/socketvar.h>
7868      #endif
7869      #ifdef HAVE_NETINET_IN_H
7870      # include <netinet/in.h>
7871      #endif
7872      #ifdef HAVE_NETINET_IP_H
7873      # include <netinet/ip.h>
7874      #endif
7875
7876 #include <$ac_header>
7877 _ACEOF
7878 rm -f conftest.$ac_objext
7879 if { (ac_try="$ac_compile"
7880 case "(($ac_try" in
7881   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7882   *) ac_try_echo=$ac_try;;
7883 esac
7884 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7885 $as_echo "$ac_try_echo") >&5
7886   (eval "$ac_compile") 2>conftest.er1
7887   ac_status=$?
7888   grep -v '^ *+' conftest.er1 >conftest.err
7889   rm -f conftest.er1
7890   cat conftest.err >&5
7891   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7892   (exit $ac_status); } && {
7893          test -z "$ac_c_werror_flag" ||
7894          test ! -s conftest.err
7895        } && test -s conftest.$ac_objext; then
7896   eval "$as_ac_Header=yes"
7897 else
7898   $as_echo "$as_me: failed program was:" >&5
7899 sed 's/^/| /' conftest.$ac_ext >&5
7900
7901         eval "$as_ac_Header=no"
7902 fi
7903
7904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7905 fi
7906 ac_res=`eval 'as_val=${'$as_ac_Header'}
7907                  $as_echo "$as_val"'`
7908                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7909 $as_echo "$ac_res" >&6; }
7910 as_val=`eval 'as_val=${'$as_ac_Header'}
7911                  $as_echo "$as_val"'`
7912    if test "x$as_val" = x""yes; then
7913   cat >>confdefs.h <<_ACEOF
7914 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7915 _ACEOF
7916
7917 fi
7918
7919 done
7920
7921
7922
7923
7924
7925
7926 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7927 do
7928 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7929 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7930 $as_echo_n "checking for $ac_header... " >&6; }
7931 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7932   $as_echo_n "(cached) " >&6
7933 else
7934   cat >conftest.$ac_ext <<_ACEOF
7935 /* confdefs.h.  */
7936 _ACEOF
7937 cat confdefs.h >>conftest.$ac_ext
7938 cat >>conftest.$ac_ext <<_ACEOF
7939 /* end confdefs.h.  */
7940 #include <sys/types.h>
7941      #ifdef HAVE_ALIAS_H
7942      # include <alias.h>
7943      #endif
7944      #ifdef HAVE_SYS_SOCKET_H
7945      # include <sys/socket.h>
7946      #endif
7947      #ifdef HAVE_SYS_SOCKETVAR_H
7948      # include <sys/socketvar.h>
7949      #endif
7950      #ifdef HAVE_NETINET_IN_H
7951      # include <netinet/in.h>
7952      #endif
7953      #ifdef HAVE_NETINET_IP_H
7954      # include <netinet/ip.h>
7955      #endif
7956      #ifdef HAVE_NETINET_IP_VAR_H
7957      # include <netinet/ip_var.h>
7958      #endif
7959      #ifdef HAVE_NETINET_IP_ICMP_H
7960      # include <netinet/ip_icmp.h>
7961      #endif
7962      #ifdef HAVE_NETINET_UDP_H
7963      # include <netinet/udp.h>
7964      #endif
7965      #ifdef HAVE_NETINET_TCP_H
7966      # include <netinet/tcp.h>
7967      #endif
7968
7969 #include <$ac_header>
7970 _ACEOF
7971 rm -f conftest.$ac_objext
7972 if { (ac_try="$ac_compile"
7973 case "(($ac_try" in
7974   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7975   *) ac_try_echo=$ac_try;;
7976 esac
7977 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7978 $as_echo "$ac_try_echo") >&5
7979   (eval "$ac_compile") 2>conftest.er1
7980   ac_status=$?
7981   grep -v '^ *+' conftest.er1 >conftest.err
7982   rm -f conftest.er1
7983   cat conftest.err >&5
7984   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7985   (exit $ac_status); } && {
7986          test -z "$ac_c_werror_flag" ||
7987          test ! -s conftest.err
7988        } && test -s conftest.$ac_objext; then
7989   eval "$as_ac_Header=yes"
7990 else
7991   $as_echo "$as_me: failed program was:" >&5
7992 sed 's/^/| /' conftest.$ac_ext >&5
7993
7994         eval "$as_ac_Header=no"
7995 fi
7996
7997 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7998 fi
7999 ac_res=`eval 'as_val=${'$as_ac_Header'}
8000                  $as_echo "$as_val"'`
8001                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8002 $as_echo "$ac_res" >&6; }
8003 as_val=`eval 'as_val=${'$as_ac_Header'}
8004                  $as_echo "$as_val"'`
8005    if test "x$as_val" = x""yes; then
8006   cat >>confdefs.h <<_ACEOF
8007 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8008 _ACEOF
8009
8010 fi
8011
8012 done
8013
8014
8015
8016 for ac_header in linux/ipx.h
8017 do
8018 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8019 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8020 $as_echo_n "checking for $ac_header... " >&6; }
8021 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8022   $as_echo_n "(cached) " >&6
8023 else
8024   cat >conftest.$ac_ext <<_ACEOF
8025 /* confdefs.h.  */
8026 _ACEOF
8027 cat confdefs.h >>conftest.$ac_ext
8028 cat >>conftest.$ac_ext <<_ACEOF
8029 /* end confdefs.h.  */
8030 #include <sys/types.h>
8031      #ifdef HAVE_ASM_TYPES_H
8032      # include <asm/types.h>
8033      #endif
8034      #ifdef HAVE_SYS_SOCKET_H
8035      # include <sys/socket.h>
8036      #endif
8037
8038 #include <$ac_header>
8039 _ACEOF
8040 rm -f conftest.$ac_objext
8041 if { (ac_try="$ac_compile"
8042 case "(($ac_try" in
8043   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8044   *) ac_try_echo=$ac_try;;
8045 esac
8046 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8047 $as_echo "$ac_try_echo") >&5
8048   (eval "$ac_compile") 2>conftest.er1
8049   ac_status=$?
8050   grep -v '^ *+' conftest.er1 >conftest.err
8051   rm -f conftest.er1
8052   cat conftest.err >&5
8053   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8054   (exit $ac_status); } && {
8055          test -z "$ac_c_werror_flag" ||
8056          test ! -s conftest.err
8057        } && test -s conftest.$ac_objext; then
8058   eval "$as_ac_Header=yes"
8059 else
8060   $as_echo "$as_me: failed program was:" >&5
8061 sed 's/^/| /' conftest.$ac_ext >&5
8062
8063         eval "$as_ac_Header=no"
8064 fi
8065
8066 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8067 fi
8068 ac_res=`eval 'as_val=${'$as_ac_Header'}
8069                  $as_echo "$as_val"'`
8070                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8071 $as_echo "$ac_res" >&6; }
8072 as_val=`eval 'as_val=${'$as_ac_Header'}
8073                  $as_echo "$as_val"'`
8074    if test "x$as_val" = x""yes; then
8075   cat >>confdefs.h <<_ACEOF
8076 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8077 _ACEOF
8078
8079 fi
8080
8081 done
8082
8083
8084
8085 for ac_header in resolv.h
8086 do
8087 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8088 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8089 $as_echo_n "checking for $ac_header... " >&6; }
8090 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8091   $as_echo_n "(cached) " >&6
8092 else
8093   cat >conftest.$ac_ext <<_ACEOF
8094 /* confdefs.h.  */
8095 _ACEOF
8096 cat confdefs.h >>conftest.$ac_ext
8097 cat >>conftest.$ac_ext <<_ACEOF
8098 /* end confdefs.h.  */
8099 #include <sys/types.h>
8100      #ifdef HAVE_SYS_SOCKET_H
8101      # include <sys/socket.h>
8102      #endif
8103      #ifdef HAVE_NETINET_IN_H
8104      # include <netinet/in.h>
8105      #endif
8106      #ifdef HAVE_ARPA_NAMESER_H
8107      # include <arpa/nameser.h>
8108      #endif
8109
8110 #include <$ac_header>
8111 _ACEOF
8112 rm -f conftest.$ac_objext
8113 if { (ac_try="$ac_compile"
8114 case "(($ac_try" in
8115   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8116   *) ac_try_echo=$ac_try;;
8117 esac
8118 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8119 $as_echo "$ac_try_echo") >&5
8120   (eval "$ac_compile") 2>conftest.er1
8121   ac_status=$?
8122   grep -v '^ *+' conftest.er1 >conftest.err
8123   rm -f conftest.er1
8124   cat conftest.err >&5
8125   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8126   (exit $ac_status); } && {
8127          test -z "$ac_c_werror_flag" ||
8128          test ! -s conftest.err
8129        } && test -s conftest.$ac_objext; then
8130   eval "$as_ac_Header=yes"
8131 else
8132   $as_echo "$as_me: failed program was:" >&5
8133 sed 's/^/| /' conftest.$ac_ext >&5
8134
8135         eval "$as_ac_Header=no"
8136 fi
8137
8138 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8139 fi
8140 ac_res=`eval 'as_val=${'$as_ac_Header'}
8141                  $as_echo "$as_val"'`
8142                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8143 $as_echo "$ac_res" >&6; }
8144 as_val=`eval 'as_val=${'$as_ac_Header'}
8145                  $as_echo "$as_val"'`
8146    if test "x$as_val" = x""yes; then
8147   cat >>confdefs.h <<_ACEOF
8148 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8149 _ACEOF
8150
8151 fi
8152
8153 done
8154
8155
8156
8157 for ac_header in ucontext.h
8158 do
8159 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8160 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8161 $as_echo_n "checking for $ac_header... " >&6; }
8162 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8163   $as_echo_n "(cached) " >&6
8164 else
8165   cat >conftest.$ac_ext <<_ACEOF
8166 /* confdefs.h.  */
8167 _ACEOF
8168 cat confdefs.h >>conftest.$ac_ext
8169 cat >>conftest.$ac_ext <<_ACEOF
8170 /* end confdefs.h.  */
8171 #include <signal.h>
8172
8173 #include <$ac_header>
8174 _ACEOF
8175 rm -f conftest.$ac_objext
8176 if { (ac_try="$ac_compile"
8177 case "(($ac_try" in
8178   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8179   *) ac_try_echo=$ac_try;;
8180 esac
8181 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8182 $as_echo "$ac_try_echo") >&5
8183   (eval "$ac_compile") 2>conftest.er1
8184   ac_status=$?
8185   grep -v '^ *+' conftest.er1 >conftest.err
8186   rm -f conftest.er1
8187   cat conftest.err >&5
8188   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8189   (exit $ac_status); } && {
8190          test -z "$ac_c_werror_flag" ||
8191          test ! -s conftest.err
8192        } && test -s conftest.$ac_objext; then
8193   eval "$as_ac_Header=yes"
8194 else
8195   $as_echo "$as_me: failed program was:" >&5
8196 sed 's/^/| /' conftest.$ac_ext >&5
8197
8198         eval "$as_ac_Header=no"
8199 fi
8200
8201 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8202 fi
8203 ac_res=`eval 'as_val=${'$as_ac_Header'}
8204                  $as_echo "$as_val"'`
8205                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8206 $as_echo "$ac_res" >&6; }
8207 as_val=`eval 'as_val=${'$as_ac_Header'}
8208                  $as_echo "$as_val"'`
8209    if test "x$as_val" = x""yes; then
8210   cat >>confdefs.h <<_ACEOF
8211 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8212 _ACEOF
8213
8214 fi
8215
8216 done
8217
8218
8219
8220 for ac_header in sys/thr.h
8221 do
8222 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8223 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8224 $as_echo_n "checking for $ac_header... " >&6; }
8225 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8226   $as_echo_n "(cached) " >&6
8227 else
8228   cat >conftest.$ac_ext <<_ACEOF
8229 /* confdefs.h.  */
8230 _ACEOF
8231 cat confdefs.h >>conftest.$ac_ext
8232 cat >>conftest.$ac_ext <<_ACEOF
8233 /* end confdefs.h.  */
8234 #include <sys/types.h>
8235 #ifdef HAVE_UCONTEXT_H
8236 #include <ucontext.h>
8237 #endif
8238
8239 #include <$ac_header>
8240 _ACEOF
8241 rm -f conftest.$ac_objext
8242 if { (ac_try="$ac_compile"
8243 case "(($ac_try" in
8244   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8245   *) ac_try_echo=$ac_try;;
8246 esac
8247 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8248 $as_echo "$ac_try_echo") >&5
8249   (eval "$ac_compile") 2>conftest.er1
8250   ac_status=$?
8251   grep -v '^ *+' conftest.er1 >conftest.err
8252   rm -f conftest.er1
8253   cat conftest.err >&5
8254   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8255   (exit $ac_status); } && {
8256          test -z "$ac_c_werror_flag" ||
8257          test ! -s conftest.err
8258        } && test -s conftest.$ac_objext; then
8259   eval "$as_ac_Header=yes"
8260 else
8261   $as_echo "$as_me: failed program was:" >&5
8262 sed 's/^/| /' conftest.$ac_ext >&5
8263
8264         eval "$as_ac_Header=no"
8265 fi
8266
8267 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8268 fi
8269 ac_res=`eval 'as_val=${'$as_ac_Header'}
8270                  $as_echo "$as_val"'`
8271                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8272 $as_echo "$ac_res" >&6; }
8273 as_val=`eval 'as_val=${'$as_ac_Header'}
8274                  $as_echo "$as_val"'`
8275    if test "x$as_val" = x""yes; then
8276   cat >>confdefs.h <<_ACEOF
8277 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8278 _ACEOF
8279
8280 fi
8281
8282 done
8283
8284
8285
8286 for ac_header in pthread_np.h
8287 do
8288 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8289 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8290 $as_echo_n "checking for $ac_header... " >&6; }
8291 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8292   $as_echo_n "(cached) " >&6
8293 else
8294   cat >conftest.$ac_ext <<_ACEOF
8295 /* confdefs.h.  */
8296 _ACEOF
8297 cat confdefs.h >>conftest.$ac_ext
8298 cat >>conftest.$ac_ext <<_ACEOF
8299 /* end confdefs.h.  */
8300 #ifdef HAVE_PTHREAD_H
8301 #include <pthread.h>
8302 #endif
8303
8304 #include <$ac_header>
8305 _ACEOF
8306 rm -f conftest.$ac_objext
8307 if { (ac_try="$ac_compile"
8308 case "(($ac_try" in
8309   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8310   *) ac_try_echo=$ac_try;;
8311 esac
8312 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8313 $as_echo "$ac_try_echo") >&5
8314   (eval "$ac_compile") 2>conftest.er1
8315   ac_status=$?
8316   grep -v '^ *+' conftest.er1 >conftest.err
8317   rm -f conftest.er1
8318   cat conftest.err >&5
8319   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8320   (exit $ac_status); } && {
8321          test -z "$ac_c_werror_flag" ||
8322          test ! -s conftest.err
8323        } && test -s conftest.$ac_objext; then
8324   eval "$as_ac_Header=yes"
8325 else
8326   $as_echo "$as_me: failed program was:" >&5
8327 sed 's/^/| /' conftest.$ac_ext >&5
8328
8329         eval "$as_ac_Header=no"
8330 fi
8331
8332 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8333 fi
8334 ac_res=`eval 'as_val=${'$as_ac_Header'}
8335                  $as_echo "$as_val"'`
8336                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8337 $as_echo "$ac_res" >&6; }
8338 as_val=`eval 'as_val=${'$as_ac_Header'}
8339                  $as_echo "$as_val"'`
8340    if test "x$as_val" = x""yes; then
8341   cat >>confdefs.h <<_ACEOF
8342 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8343 _ACEOF
8344
8345 fi
8346
8347 done
8348
8349
8350
8351 for ac_header in linux/videodev.h
8352 do
8353 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8354 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8355 $as_echo_n "checking for $ac_header... " >&6; }
8356 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8357   $as_echo_n "(cached) " >&6
8358 else
8359   cat >conftest.$ac_ext <<_ACEOF
8360 /* confdefs.h.  */
8361 _ACEOF
8362 cat confdefs.h >>conftest.$ac_ext
8363 cat >>conftest.$ac_ext <<_ACEOF
8364 /* end confdefs.h.  */
8365 #ifdef HAVE_SYS_TIME_H
8366 #include <sys/time.h>
8367 #endif
8368 #include <sys/types.h>
8369 #ifdef HAVE_ASM_TYPES_H
8370 #include <asm/types.h>
8371 #endif
8372
8373 #include <$ac_header>
8374 _ACEOF
8375 rm -f conftest.$ac_objext
8376 if { (ac_try="$ac_compile"
8377 case "(($ac_try" in
8378   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8379   *) ac_try_echo=$ac_try;;
8380 esac
8381 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8382 $as_echo "$ac_try_echo") >&5
8383   (eval "$ac_compile") 2>conftest.er1
8384   ac_status=$?
8385   grep -v '^ *+' conftest.er1 >conftest.err
8386   rm -f conftest.er1
8387   cat conftest.err >&5
8388   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8389   (exit $ac_status); } && {
8390          test -z "$ac_c_werror_flag" ||
8391          test ! -s conftest.err
8392        } && test -s conftest.$ac_objext; then
8393   eval "$as_ac_Header=yes"
8394 else
8395   $as_echo "$as_me: failed program was:" >&5
8396 sed 's/^/| /' conftest.$ac_ext >&5
8397
8398         eval "$as_ac_Header=no"
8399 fi
8400
8401 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8402 fi
8403 ac_res=`eval 'as_val=${'$as_ac_Header'}
8404                  $as_echo "$as_val"'`
8405                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8406 $as_echo "$ac_res" >&6; }
8407 as_val=`eval 'as_val=${'$as_ac_Header'}
8408                  $as_echo "$as_val"'`
8409    if test "x$as_val" = x""yes; then
8410   cat >>confdefs.h <<_ACEOF
8411 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8412 _ACEOF
8413
8414 fi
8415
8416 done
8417
8418
8419
8420 for ac_header in linux/capi.h
8421 do
8422 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8423 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8424 $as_echo_n "checking for $ac_header... " >&6; }
8425 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8426   $as_echo_n "(cached) " >&6
8427 else
8428   cat >conftest.$ac_ext <<_ACEOF
8429 /* confdefs.h.  */
8430 _ACEOF
8431 cat confdefs.h >>conftest.$ac_ext
8432 cat >>conftest.$ac_ext <<_ACEOF
8433 /* end confdefs.h.  */
8434 #define __user
8435
8436 #include <$ac_header>
8437 _ACEOF
8438 rm -f conftest.$ac_objext
8439 if { (ac_try="$ac_compile"
8440 case "(($ac_try" in
8441   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8442   *) ac_try_echo=$ac_try;;
8443 esac
8444 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8445 $as_echo "$ac_try_echo") >&5
8446   (eval "$ac_compile") 2>conftest.er1
8447   ac_status=$?
8448   grep -v '^ *+' conftest.er1 >conftest.err
8449   rm -f conftest.er1
8450   cat conftest.err >&5
8451   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8452   (exit $ac_status); } && {
8453          test -z "$ac_c_werror_flag" ||
8454          test ! -s conftest.err
8455        } && test -s conftest.$ac_objext; then
8456   eval "$as_ac_Header=yes"
8457 else
8458   $as_echo "$as_me: failed program was:" >&5
8459 sed 's/^/| /' conftest.$ac_ext >&5
8460
8461         eval "$as_ac_Header=no"
8462 fi
8463
8464 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8465 fi
8466 ac_res=`eval 'as_val=${'$as_ac_Header'}
8467                  $as_echo "$as_val"'`
8468                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8469 $as_echo "$ac_res" >&6; }
8470 as_val=`eval 'as_val=${'$as_ac_Header'}
8471                  $as_echo "$as_val"'`
8472    if test "x$as_val" = x""yes; then
8473   cat >>confdefs.h <<_ACEOF
8474 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8475 _ACEOF
8476
8477 fi
8478
8479 done
8480
8481
8482
8483 DLLEXT=""
8484
8485 DLLFLAGS="-D_REENTRANT"
8486
8487 LDSHARED=""
8488
8489 LDDLLFLAGS=""
8490
8491 LIBEXT="so"
8492
8493 IMPLIBEXT="def"
8494
8495 LDRPATH_INSTALL=""
8496
8497 LDRPATH_LOCAL=""
8498
8499 # Extract the first word of "ldd", so it can be a program name with args.
8500 set dummy ldd; ac_word=$2
8501 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8502 $as_echo_n "checking for $ac_word... " >&6; }
8503 if test "${ac_cv_path_LDD+set}" = set; then
8504   $as_echo_n "(cached) " >&6
8505 else
8506   case $LDD in
8507   [\\/]* | ?:[\\/]*)
8508   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8509   ;;
8510   *)
8511   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8512 as_dummy="/sbin:/usr/sbin:$PATH"
8513 for as_dir in $as_dummy
8514 do
8515   IFS=$as_save_IFS
8516   test -z "$as_dir" && as_dir=.
8517   for ac_exec_ext in '' $ac_executable_extensions; do
8518   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8519     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8520     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8521     break 2
8522   fi
8523 done
8524 done
8525 IFS=$as_save_IFS
8526
8527   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8528   ;;
8529 esac
8530 fi
8531 LDD=$ac_cv_path_LDD
8532 if test -n "$LDD"; then
8533   { $as_echo "$as_me:$LINENO: result: $LDD" >&5
8534 $as_echo "$LDD" >&6; }
8535 else
8536   { $as_echo "$as_me:$LINENO: result: no" >&5
8537 $as_echo "no" >&6; }
8538 fi
8539
8540
8541
8542 case $host_os in
8543   cygwin*|mingw32*)
8544     if test -n "$ac_tool_prefix"; then
8545   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8546 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8547 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8548 $as_echo_n "checking for $ac_word... " >&6; }
8549 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8550   $as_echo_n "(cached) " >&6
8551 else
8552   if test -n "$DLLTOOL"; then
8553   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8554 else
8555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8556 for as_dir in $PATH
8557 do
8558   IFS=$as_save_IFS
8559   test -z "$as_dir" && as_dir=.
8560   for ac_exec_ext in '' $ac_executable_extensions; do
8561   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8562     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8563     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8564     break 2
8565   fi
8566 done
8567 done
8568 IFS=$as_save_IFS
8569
8570 fi
8571 fi
8572 DLLTOOL=$ac_cv_prog_DLLTOOL
8573 if test -n "$DLLTOOL"; then
8574   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8575 $as_echo "$DLLTOOL" >&6; }
8576 else
8577   { $as_echo "$as_me:$LINENO: result: no" >&5
8578 $as_echo "no" >&6; }
8579 fi
8580
8581
8582 fi
8583 if test -z "$ac_cv_prog_DLLTOOL"; then
8584   ac_ct_DLLTOOL=$DLLTOOL
8585   # Extract the first word of "dlltool", so it can be a program name with args.
8586 set dummy dlltool; ac_word=$2
8587 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8588 $as_echo_n "checking for $ac_word... " >&6; }
8589 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8590   $as_echo_n "(cached) " >&6
8591 else
8592   if test -n "$ac_ct_DLLTOOL"; then
8593   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8594 else
8595 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8596 for as_dir in $PATH
8597 do
8598   IFS=$as_save_IFS
8599   test -z "$as_dir" && as_dir=.
8600   for ac_exec_ext in '' $ac_executable_extensions; do
8601   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8602     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8603     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8604     break 2
8605   fi
8606 done
8607 done
8608 IFS=$as_save_IFS
8609
8610 fi
8611 fi
8612 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8613 if test -n "$ac_ct_DLLTOOL"; then
8614   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8615 $as_echo "$ac_ct_DLLTOOL" >&6; }
8616 else
8617   { $as_echo "$as_me:$LINENO: result: no" >&5
8618 $as_echo "no" >&6; }
8619 fi
8620
8621   if test "x$ac_ct_DLLTOOL" = x; then
8622     DLLTOOL="false"
8623   else
8624     case $cross_compiling:$ac_tool_warned in
8625 yes:)
8626 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8627 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8628 ac_tool_warned=yes ;;
8629 esac
8630     DLLTOOL=$ac_ct_DLLTOOL
8631   fi
8632 else
8633   DLLTOOL="$ac_cv_prog_DLLTOOL"
8634 fi
8635
8636     if test -n "$ac_tool_prefix"; then
8637   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8638 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8639 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8640 $as_echo_n "checking for $ac_word... " >&6; }
8641 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8642   $as_echo_n "(cached) " >&6
8643 else
8644   if test -n "$DLLWRAP"; then
8645   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8646 else
8647 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8648 for as_dir in $PATH
8649 do
8650   IFS=$as_save_IFS
8651   test -z "$as_dir" && as_dir=.
8652   for ac_exec_ext in '' $ac_executable_extensions; do
8653   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8654     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8655     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8656     break 2
8657   fi
8658 done
8659 done
8660 IFS=$as_save_IFS
8661
8662 fi
8663 fi
8664 DLLWRAP=$ac_cv_prog_DLLWRAP
8665 if test -n "$DLLWRAP"; then
8666   { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8667 $as_echo "$DLLWRAP" >&6; }
8668 else
8669   { $as_echo "$as_me:$LINENO: result: no" >&5
8670 $as_echo "no" >&6; }
8671 fi
8672
8673
8674 fi
8675 if test -z "$ac_cv_prog_DLLWRAP"; then
8676   ac_ct_DLLWRAP=$DLLWRAP
8677   # Extract the first word of "dllwrap", so it can be a program name with args.
8678 set dummy dllwrap; ac_word=$2
8679 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8680 $as_echo_n "checking for $ac_word... " >&6; }
8681 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8682   $as_echo_n "(cached) " >&6
8683 else
8684   if test -n "$ac_ct_DLLWRAP"; then
8685   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8686 else
8687 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8688 for as_dir in $PATH
8689 do
8690   IFS=$as_save_IFS
8691   test -z "$as_dir" && as_dir=.
8692   for ac_exec_ext in '' $ac_executable_extensions; do
8693   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8694     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8695     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8696     break 2
8697   fi
8698 done
8699 done
8700 IFS=$as_save_IFS
8701
8702 fi
8703 fi
8704 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8705 if test -n "$ac_ct_DLLWRAP"; then
8706   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8707 $as_echo "$ac_ct_DLLWRAP" >&6; }
8708 else
8709   { $as_echo "$as_me:$LINENO: result: no" >&5
8710 $as_echo "no" >&6; }
8711 fi
8712
8713   if test "x$ac_ct_DLLWRAP" = x; then
8714     DLLWRAP="false"
8715   else
8716     case $cross_compiling:$ac_tool_warned in
8717 yes:)
8718 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8719 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8720 ac_tool_warned=yes ;;
8721 esac
8722     DLLWRAP=$ac_ct_DLLWRAP
8723   fi
8724 else
8725   DLLWRAP="$ac_cv_prog_DLLWRAP"
8726 fi
8727
8728     if test -n "$ac_tool_prefix"; then
8729   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8730 set dummy ${ac_tool_prefix}ar; ac_word=$2
8731 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8732 $as_echo_n "checking for $ac_word... " >&6; }
8733 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8734   $as_echo_n "(cached) " >&6
8735 else
8736   if test -n "$MINGWAR"; then
8737   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8738 else
8739 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8740 for as_dir in $PATH
8741 do
8742   IFS=$as_save_IFS
8743   test -z "$as_dir" && as_dir=.
8744   for ac_exec_ext in '' $ac_executable_extensions; do
8745   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8746     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8747     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8748     break 2
8749   fi
8750 done
8751 done
8752 IFS=$as_save_IFS
8753
8754 fi
8755 fi
8756 MINGWAR=$ac_cv_prog_MINGWAR
8757 if test -n "$MINGWAR"; then
8758   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8759 $as_echo "$MINGWAR" >&6; }
8760 else
8761   { $as_echo "$as_me:$LINENO: result: no" >&5
8762 $as_echo "no" >&6; }
8763 fi
8764
8765
8766 fi
8767 if test -z "$ac_cv_prog_MINGWAR"; then
8768   ac_ct_MINGWAR=$MINGWAR
8769   # Extract the first word of "ar", so it can be a program name with args.
8770 set dummy ar; ac_word=$2
8771 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8772 $as_echo_n "checking for $ac_word... " >&6; }
8773 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8774   $as_echo_n "(cached) " >&6
8775 else
8776   if test -n "$ac_ct_MINGWAR"; then
8777   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8778 else
8779 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8780 for as_dir in $PATH
8781 do
8782   IFS=$as_save_IFS
8783   test -z "$as_dir" && as_dir=.
8784   for ac_exec_ext in '' $ac_executable_extensions; do
8785   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8786     ac_cv_prog_ac_ct_MINGWAR="ar"
8787     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8788     break 2
8789   fi
8790 done
8791 done
8792 IFS=$as_save_IFS
8793
8794 fi
8795 fi
8796 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8797 if test -n "$ac_ct_MINGWAR"; then
8798   { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8799 $as_echo "$ac_ct_MINGWAR" >&6; }
8800 else
8801   { $as_echo "$as_me:$LINENO: result: no" >&5
8802 $as_echo "no" >&6; }
8803 fi
8804
8805   if test "x$ac_ct_MINGWAR" = x; then
8806     MINGWAR="false"
8807   else
8808     case $cross_compiling:$ac_tool_warned in
8809 yes:)
8810 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8811 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8812 ac_tool_warned=yes ;;
8813 esac
8814     MINGWAR=$ac_ct_MINGWAR
8815   fi
8816 else
8817   MINGWAR="$ac_cv_prog_MINGWAR"
8818 fi
8819
8820     if test "$DLLWRAP" = "false"; then
8821       LIBEXT="a"
8822     else
8823             LIBEXT="dll"
8824     fi
8825     IMPLIBEXT="a"
8826         WIN16_FILES=""
8827     WIN16_INSTALL=""
8828         enable_iphlpapi=${enable_iphlpapi:-no}
8829     enable_kernel32=${enable_kernel32:-no}
8830     enable_msvcrt=${enable_msvcrt:-no}
8831     enable_ntdll=${enable_ntdll:-no}
8832     enable_ws2_32=${enable_ws2_32:-no}
8833     enable_loader=${enable_loader:-no}
8834     enable_server=${enable_server:-no}
8835     ;;
8836   darwin*|macosx*)
8837     DLLEXT=".so"
8838     LIBEXT="dylib"
8839     DLLFLAGS="$DLLFLAGS -fPIC"
8840     LDDLLFLAGS="-bundle -multiply_defined suppress"
8841     LIBWINE_LDFLAGS="-multiply_defined suppress"
8842     LDSHARED="\$(CC) -dynamiclib"
8843     STRIP="$STRIP -x"
8844     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8845         SECURITYLIB="-framework Security -framework CoreFoundation"
8846
8847     COREFOUNDATIONLIB="-framework CoreFoundation"
8848
8849     IOKITLIB="-framework IOKit -framework CoreFoundation"
8850
8851     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8852
8853     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8854     then
8855                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8856
8857     fi
8858     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8859     then
8860                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8861
8862     fi
8863     case $host_cpu in
8864       *powerpc*)
8865         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
8866     esac
8867         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8868     then
8869         CARBONLIB="-framework Carbon"
8870
8871         enable_winequartz_drv=${enable_winequartz_drv:-yes}
8872     fi
8873     ;;
8874   *)
8875     DLLFLAGS="$DLLFLAGS -fPIC"
8876     DLLEXT=".so"
8877     { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8878 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8879 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8880   $as_echo_n "(cached) " >&6
8881 else
8882   ac_wine_try_cflags_saved=$CFLAGS
8883 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8884 cat >conftest.$ac_ext <<_ACEOF
8885 void myfunc() {}
8886 _ACEOF
8887 rm -f conftest.$ac_objext conftest$ac_exeext
8888 if { (ac_try="$ac_link"
8889 case "(($ac_try" in
8890   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8891   *) ac_try_echo=$ac_try;;
8892 esac
8893 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8894 $as_echo "$ac_try_echo") >&5
8895   (eval "$ac_link") 2>conftest.er1
8896   ac_status=$?
8897   grep -v '^ *+' conftest.er1 >conftest.err
8898   rm -f conftest.er1
8899   cat conftest.err >&5
8900   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8901   (exit $ac_status); } && {
8902          test -z "$ac_c_werror_flag" ||
8903          test ! -s conftest.err
8904        } && test -s conftest$ac_exeext && {
8905          test "$cross_compiling" = yes ||
8906          $as_test_x conftest$ac_exeext
8907        }; then
8908   ac_cv_c_dll_gnuelf="yes"
8909 else
8910   $as_echo "$as_me: failed program was:" >&5
8911 sed 's/^/| /' conftest.$ac_ext >&5
8912
8913         ac_cv_c_dll_gnuelf="no"
8914 fi
8915
8916 rm -rf conftest.dSYM
8917 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8918       conftest$ac_exeext conftest.$ac_ext
8919 CFLAGS=$ac_wine_try_cflags_saved
8920 fi
8921 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8922 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8923     if test "$ac_cv_c_dll_gnuelf" = "yes"
8924     then
8925       LDSHARED="\$(CC) -shared"
8926       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8927       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8928 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8929 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8930   $as_echo_n "(cached) " >&6
8931 else
8932   ac_wine_try_cflags_saved=$CFLAGS
8933 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8934 cat >conftest.$ac_ext <<_ACEOF
8935 /* confdefs.h.  */
8936 _ACEOF
8937 cat confdefs.h >>conftest.$ac_ext
8938 cat >>conftest.$ac_ext <<_ACEOF
8939 /* end confdefs.h.  */
8940
8941 int
8942 main ()
8943 {
8944
8945   ;
8946   return 0;
8947 }
8948 _ACEOF
8949 rm -f conftest.$ac_objext conftest$ac_exeext
8950 if { (ac_try="$ac_link"
8951 case "(($ac_try" in
8952   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8953   *) ac_try_echo=$ac_try;;
8954 esac
8955 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8956 $as_echo "$ac_try_echo") >&5
8957   (eval "$ac_link") 2>conftest.er1
8958   ac_status=$?
8959   grep -v '^ *+' conftest.er1 >conftest.err
8960   rm -f conftest.er1
8961   cat conftest.err >&5
8962   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8963   (exit $ac_status); } && {
8964          test -z "$ac_c_werror_flag" ||
8965          test ! -s conftest.err
8966        } && test -s conftest$ac_exeext && {
8967          test "$cross_compiling" = yes ||
8968          $as_test_x conftest$ac_exeext
8969        }; then
8970   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8971 else
8972   $as_echo "$as_me: failed program was:" >&5
8973 sed 's/^/| /' conftest.$ac_ext >&5
8974
8975         ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8976 fi
8977
8978 rm -rf conftest.dSYM
8979 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8980       conftest$ac_exeext conftest.$ac_ext
8981 CFLAGS=$ac_wine_try_cflags_saved
8982 fi
8983 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8984 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8985 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8986   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8987 else
8988   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8989 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8990 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8991   $as_echo_n "(cached) " >&6
8992 else
8993   ac_wine_try_cflags_saved=$CFLAGS
8994 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8995 cat >conftest.$ac_ext <<_ACEOF
8996 /* confdefs.h.  */
8997 _ACEOF
8998 cat confdefs.h >>conftest.$ac_ext
8999 cat >>conftest.$ac_ext <<_ACEOF
9000 /* end confdefs.h.  */
9001
9002 int
9003 main ()
9004 {
9005
9006   ;
9007   return 0;
9008 }
9009 _ACEOF
9010 rm -f conftest.$ac_objext conftest$ac_exeext
9011 if { (ac_try="$ac_link"
9012 case "(($ac_try" in
9013   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9014   *) ac_try_echo=$ac_try;;
9015 esac
9016 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9017 $as_echo "$ac_try_echo") >&5
9018   (eval "$ac_link") 2>conftest.er1
9019   ac_status=$?
9020   grep -v '^ *+' conftest.er1 >conftest.err
9021   rm -f conftest.er1
9022   cat conftest.err >&5
9023   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9024   (exit $ac_status); } && {
9025          test -z "$ac_c_werror_flag" ||
9026          test ! -s conftest.err
9027        } && test -s conftest$ac_exeext && {
9028          test "$cross_compiling" = yes ||
9029          $as_test_x conftest$ac_exeext
9030        }; then
9031   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
9032 else
9033   $as_echo "$as_me: failed program was:" >&5
9034 sed 's/^/| /' conftest.$ac_ext >&5
9035
9036         ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
9037 fi
9038
9039 rm -rf conftest.dSYM
9040 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9041       conftest$ac_exeext conftest.$ac_ext
9042 CFLAGS=$ac_wine_try_cflags_saved
9043 fi
9044 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
9045 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
9046 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
9047   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
9048 fi
9049
9050 fi
9051
9052
9053       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
9054 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
9055 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
9056   $as_echo_n "(cached) " >&6
9057 else
9058   ac_wine_try_cflags_saved=$CFLAGS
9059 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
9060 cat >conftest.$ac_ext <<_ACEOF
9061 /* confdefs.h.  */
9062 _ACEOF
9063 cat confdefs.h >>conftest.$ac_ext
9064 cat >>conftest.$ac_ext <<_ACEOF
9065 /* end confdefs.h.  */
9066
9067 int
9068 main ()
9069 {
9070
9071   ;
9072   return 0;
9073 }
9074 _ACEOF
9075 rm -f conftest.$ac_objext conftest$ac_exeext
9076 if { (ac_try="$ac_link"
9077 case "(($ac_try" in
9078   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9079   *) ac_try_echo=$ac_try;;
9080 esac
9081 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9082 $as_echo "$ac_try_echo") >&5
9083   (eval "$ac_link") 2>conftest.er1
9084   ac_status=$?
9085   grep -v '^ *+' conftest.er1 >conftest.err
9086   rm -f conftest.er1
9087   cat conftest.err >&5
9088   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9089   (exit $ac_status); } && {
9090          test -z "$ac_c_werror_flag" ||
9091          test ! -s conftest.err
9092        } && test -s conftest$ac_exeext && {
9093          test "$cross_compiling" = yes ||
9094          $as_test_x conftest$ac_exeext
9095        }; then
9096   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
9097 else
9098   $as_echo "$as_me: failed program was:" >&5
9099 sed 's/^/| /' conftest.$ac_ext >&5
9100
9101         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
9102 fi
9103
9104 rm -rf conftest.dSYM
9105 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9106       conftest$ac_exeext conftest.$ac_ext
9107 CFLAGS=$ac_wine_try_cflags_saved
9108 fi
9109 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
9110 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
9111 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
9112   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
9113 fi
9114
9115
9116       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
9117 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
9118 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
9119   $as_echo_n "(cached) " >&6
9120 else
9121   ac_wine_try_cflags_saved=$CFLAGS
9122 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
9123 cat >conftest.$ac_ext <<_ACEOF
9124 /* confdefs.h.  */
9125 _ACEOF
9126 cat confdefs.h >>conftest.$ac_ext
9127 cat >>conftest.$ac_ext <<_ACEOF
9128 /* end confdefs.h.  */
9129
9130 int
9131 main ()
9132 {
9133
9134   ;
9135   return 0;
9136 }
9137 _ACEOF
9138 rm -f conftest.$ac_objext conftest$ac_exeext
9139 if { (ac_try="$ac_link"
9140 case "(($ac_try" in
9141   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9142   *) ac_try_echo=$ac_try;;
9143 esac
9144 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9145 $as_echo "$ac_try_echo") >&5
9146   (eval "$ac_link") 2>conftest.er1
9147   ac_status=$?
9148   grep -v '^ *+' conftest.er1 >conftest.err
9149   rm -f conftest.er1
9150   cat conftest.err >&5
9151   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9152   (exit $ac_status); } && {
9153          test -z "$ac_c_werror_flag" ||
9154          test ! -s conftest.err
9155        } && test -s conftest$ac_exeext && {
9156          test "$cross_compiling" = yes ||
9157          $as_test_x conftest$ac_exeext
9158        }; then
9159   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
9160 else
9161   $as_echo "$as_me: failed program was:" >&5
9162 sed 's/^/| /' conftest.$ac_ext >&5
9163
9164         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
9165 fi
9166
9167 rm -rf conftest.dSYM
9168 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9169       conftest$ac_exeext conftest.$ac_ext
9170 CFLAGS=$ac_wine_try_cflags_saved
9171 fi
9172 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
9173 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
9174 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
9175   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
9176 fi
9177
9178
9179       echo '{ global: *; };' >conftest.map
9180       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
9181 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
9182 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
9183   $as_echo_n "(cached) " >&6
9184 else
9185   ac_wine_try_cflags_saved=$CFLAGS
9186 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
9187 cat >conftest.$ac_ext <<_ACEOF
9188 /* confdefs.h.  */
9189 _ACEOF
9190 cat confdefs.h >>conftest.$ac_ext
9191 cat >>conftest.$ac_ext <<_ACEOF
9192 /* end confdefs.h.  */
9193
9194 int
9195 main ()
9196 {
9197
9198   ;
9199   return 0;
9200 }
9201 _ACEOF
9202 rm -f conftest.$ac_objext conftest$ac_exeext
9203 if { (ac_try="$ac_link"
9204 case "(($ac_try" in
9205   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9206   *) ac_try_echo=$ac_try;;
9207 esac
9208 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9209 $as_echo "$ac_try_echo") >&5
9210   (eval "$ac_link") 2>conftest.er1
9211   ac_status=$?
9212   grep -v '^ *+' conftest.er1 >conftest.err
9213   rm -f conftest.er1
9214   cat conftest.err >&5
9215   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9216   (exit $ac_status); } && {
9217          test -z "$ac_c_werror_flag" ||
9218          test ! -s conftest.err
9219        } && test -s conftest$ac_exeext && {
9220          test "$cross_compiling" = yes ||
9221          $as_test_x conftest$ac_exeext
9222        }; then
9223   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
9224 else
9225   $as_echo "$as_me: failed program was:" >&5
9226 sed 's/^/| /' conftest.$ac_ext >&5
9227
9228         ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
9229 fi
9230
9231 rm -rf conftest.dSYM
9232 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9233       conftest$ac_exeext conftest.$ac_ext
9234 CFLAGS=$ac_wine_try_cflags_saved
9235 fi
9236 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
9237 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
9238 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
9239   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
9240 fi
9241
9242       rm -f conftest.map
9243
9244       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9245 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
9246 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
9247   $as_echo_n "(cached) " >&6
9248 else
9249   ac_wine_try_cflags_saved=$CFLAGS
9250 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9251 cat >conftest.$ac_ext <<_ACEOF
9252 /* confdefs.h.  */
9253 _ACEOF
9254 cat confdefs.h >>conftest.$ac_ext
9255 cat >>conftest.$ac_ext <<_ACEOF
9256 /* end confdefs.h.  */
9257
9258 int
9259 main ()
9260 {
9261
9262   ;
9263   return 0;
9264 }
9265 _ACEOF
9266 rm -f conftest.$ac_objext conftest$ac_exeext
9267 if { (ac_try="$ac_link"
9268 case "(($ac_try" in
9269   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9270   *) ac_try_echo=$ac_try;;
9271 esac
9272 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9273 $as_echo "$ac_try_echo") >&5
9274   (eval "$ac_link") 2>conftest.er1
9275   ac_status=$?
9276   grep -v '^ *+' conftest.er1 >conftest.err
9277   rm -f conftest.er1
9278   cat conftest.err >&5
9279   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9280   (exit $ac_status); } && {
9281          test -z "$ac_c_werror_flag" ||
9282          test ! -s conftest.err
9283        } && test -s conftest$ac_exeext && {
9284          test "$cross_compiling" = yes ||
9285          $as_test_x conftest$ac_exeext
9286        }; then
9287   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9288 else
9289   $as_echo "$as_me: failed program was:" >&5
9290 sed 's/^/| /' conftest.$ac_ext >&5
9291
9292         ac_cv_cflags__fPIC__Wl___export_dynamic=no
9293 fi
9294
9295 rm -rf conftest.dSYM
9296 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9297       conftest$ac_exeext conftest.$ac_ext
9298 CFLAGS=$ac_wine_try_cflags_saved
9299 fi
9300 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9301 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9302 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9303   LDEXECFLAGS="-Wl,--export-dynamic"
9304
9305 fi
9306
9307
9308       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9309 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9310 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
9311 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9312   $as_echo_n "(cached) " >&6
9313 else
9314   ac_wine_try_cflags_saved=$CFLAGS
9315 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9316 cat >conftest.$ac_ext <<_ACEOF
9317 /* confdefs.h.  */
9318 _ACEOF
9319 cat confdefs.h >>conftest.$ac_ext
9320 cat >>conftest.$ac_ext <<_ACEOF
9321 /* end confdefs.h.  */
9322
9323 int
9324 main ()
9325 {
9326
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   eval "$as_ac_var=yes"
9353 else
9354   $as_echo "$as_me: failed program was:" >&5
9355 sed 's/^/| /' conftest.$ac_ext >&5
9356
9357         eval "$as_ac_var=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 CFLAGS=$ac_wine_try_cflags_saved
9364 fi
9365 ac_res=`eval 'as_val=${'$as_ac_var'}
9366                  $as_echo "$as_val"'`
9367                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9368 $as_echo "$ac_res" >&6; }
9369 if test `eval 'as_val=${'$as_ac_var'}
9370                  $as_echo "$as_val"'` = yes; then
9371   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9372                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9373 else
9374   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9375 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9376 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
9377 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9378   $as_echo_n "(cached) " >&6
9379 else
9380   ac_wine_try_cflags_saved=$CFLAGS
9381 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9382 cat >conftest.$ac_ext <<_ACEOF
9383 /* confdefs.h.  */
9384 _ACEOF
9385 cat confdefs.h >>conftest.$ac_ext
9386 cat >>conftest.$ac_ext <<_ACEOF
9387 /* end confdefs.h.  */
9388
9389 int
9390 main ()
9391 {
9392
9393   ;
9394   return 0;
9395 }
9396 _ACEOF
9397 rm -f conftest.$ac_objext conftest$ac_exeext
9398 if { (ac_try="$ac_link"
9399 case "(($ac_try" in
9400   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9401   *) ac_try_echo=$ac_try;;
9402 esac
9403 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9404 $as_echo "$ac_try_echo") >&5
9405   (eval "$ac_link") 2>conftest.er1
9406   ac_status=$?
9407   grep -v '^ *+' conftest.er1 >conftest.err
9408   rm -f conftest.er1
9409   cat conftest.err >&5
9410   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9411   (exit $ac_status); } && {
9412          test -z "$ac_c_werror_flag" ||
9413          test ! -s conftest.err
9414        } && test -s conftest$ac_exeext && {
9415          test "$cross_compiling" = yes ||
9416          $as_test_x conftest$ac_exeext
9417        }; then
9418   eval "$as_ac_var=yes"
9419 else
9420   $as_echo "$as_me: failed program was:" >&5
9421 sed 's/^/| /' conftest.$ac_ext >&5
9422
9423         eval "$as_ac_var=no"
9424 fi
9425
9426 rm -rf conftest.dSYM
9427 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9428       conftest$ac_exeext conftest.$ac_ext
9429 CFLAGS=$ac_wine_try_cflags_saved
9430 fi
9431 ac_res=`eval 'as_val=${'$as_ac_var'}
9432                  $as_echo "$as_val"'`
9433                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9434 $as_echo "$ac_res" >&6; }
9435 if test `eval 'as_val=${'$as_ac_var'}
9436                  $as_echo "$as_val"'` = yes; then
9437   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9438                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9439 fi
9440
9441 fi
9442
9443
9444       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9445 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
9446 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9447   $as_echo_n "(cached) " >&6
9448 else
9449   ac_wine_try_cflags_saved=$CFLAGS
9450 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9451 cat >conftest.$ac_ext <<_ACEOF
9452 /* confdefs.h.  */
9453 _ACEOF
9454 cat confdefs.h >>conftest.$ac_ext
9455 cat >>conftest.$ac_ext <<_ACEOF
9456 /* end confdefs.h.  */
9457
9458 int
9459 main ()
9460 {
9461
9462   ;
9463   return 0;
9464 }
9465 _ACEOF
9466 rm -f conftest.$ac_objext conftest$ac_exeext
9467 if { (ac_try="$ac_link"
9468 case "(($ac_try" in
9469   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9470   *) ac_try_echo=$ac_try;;
9471 esac
9472 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9473 $as_echo "$ac_try_echo") >&5
9474   (eval "$ac_link") 2>conftest.er1
9475   ac_status=$?
9476   grep -v '^ *+' conftest.er1 >conftest.err
9477   rm -f conftest.er1
9478   cat conftest.err >&5
9479   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9480   (exit $ac_status); } && {
9481          test -z "$ac_c_werror_flag" ||
9482          test ! -s conftest.err
9483        } && test -s conftest$ac_exeext && {
9484          test "$cross_compiling" = yes ||
9485          $as_test_x conftest$ac_exeext
9486        }; then
9487   ac_cv_cflags__Wl___enable_new_dtags=yes
9488 else
9489   $as_echo "$as_me: failed program was:" >&5
9490 sed 's/^/| /' conftest.$ac_ext >&5
9491
9492         ac_cv_cflags__Wl___enable_new_dtags=no
9493 fi
9494
9495 rm -rf conftest.dSYM
9496 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9497       conftest$ac_exeext conftest.$ac_ext
9498 CFLAGS=$ac_wine_try_cflags_saved
9499 fi
9500 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9501 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9502 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9503   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9504 fi
9505
9506
9507       case $host_cpu in
9508         *i[3456789]86* | x86_64)
9509           { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9510 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
9511 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9512   $as_echo_n "(cached) " >&6
9513 else
9514   ac_wine_try_cflags_saved=$CFLAGS
9515 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9516 cat >conftest.$ac_ext <<_ACEOF
9517 /* confdefs.h.  */
9518 _ACEOF
9519 cat confdefs.h >>conftest.$ac_ext
9520 cat >>conftest.$ac_ext <<_ACEOF
9521 /* end confdefs.h.  */
9522
9523 int
9524 main ()
9525 {
9526
9527   ;
9528   return 0;
9529 }
9530 _ACEOF
9531 rm -f conftest.$ac_objext conftest$ac_exeext
9532 if { (ac_try="$ac_link"
9533 case "(($ac_try" in
9534   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9535   *) ac_try_echo=$ac_try;;
9536 esac
9537 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9538 $as_echo "$ac_try_echo") >&5
9539   (eval "$ac_link") 2>conftest.er1
9540   ac_status=$?
9541   grep -v '^ *+' conftest.er1 >conftest.err
9542   rm -f conftest.er1
9543   cat conftest.err >&5
9544   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9545   (exit $ac_status); } && {
9546          test -z "$ac_c_werror_flag" ||
9547          test ! -s conftest.err
9548        } && test -s conftest$ac_exeext && {
9549          test "$cross_compiling" = yes ||
9550          $as_test_x conftest$ac_exeext
9551        }; then
9552   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9553 else
9554   $as_echo "$as_me: failed program was:" >&5
9555 sed 's/^/| /' conftest.$ac_ext >&5
9556
9557         ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9558 fi
9559
9560 rm -rf conftest.dSYM
9561 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9562       conftest$ac_exeext conftest.$ac_ext
9563 CFLAGS=$ac_wine_try_cflags_saved
9564 fi
9565 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9566 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9567 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9568   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9569 fi
9570
9571           ;;
9572       esac
9573
9574     else
9575       { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9576 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
9577 if test "${ac_cv_c_dll_unixware+set}" = set; then
9578   $as_echo_n "(cached) " >&6
9579 else
9580   ac_wine_try_cflags_saved=$CFLAGS
9581 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9582 cat >conftest.$ac_ext <<_ACEOF
9583 void myfunc() {}
9584 _ACEOF
9585 rm -f conftest.$ac_objext conftest$ac_exeext
9586 if { (ac_try="$ac_link"
9587 case "(($ac_try" in
9588   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9589   *) ac_try_echo=$ac_try;;
9590 esac
9591 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9592 $as_echo "$ac_try_echo") >&5
9593   (eval "$ac_link") 2>conftest.er1
9594   ac_status=$?
9595   grep -v '^ *+' conftest.er1 >conftest.err
9596   rm -f conftest.er1
9597   cat conftest.err >&5
9598   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9599   (exit $ac_status); } && {
9600          test -z "$ac_c_werror_flag" ||
9601          test ! -s conftest.err
9602        } && test -s conftest$ac_exeext && {
9603          test "$cross_compiling" = yes ||
9604          $as_test_x conftest$ac_exeext
9605        }; then
9606   ac_cv_c_dll_unixware="yes"
9607 else
9608   $as_echo "$as_me: failed program was:" >&5
9609 sed 's/^/| /' conftest.$ac_ext >&5
9610
9611         ac_cv_c_dll_unixware="no"
9612 fi
9613
9614 rm -rf conftest.dSYM
9615 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9616       conftest$ac_exeext conftest.$ac_ext
9617 CFLAGS=$ac_wine_try_cflags_saved
9618 fi
9619 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9620 $as_echo "$ac_cv_c_dll_unixware" >&6; }
9621       if test "$ac_cv_c_dll_unixware" = "yes"
9622       then
9623         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9624         LDDLLFLAGS="-Wl,-G,-B,symbolic"
9625
9626       else
9627         { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9628 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
9629 if test "${ac_cv_c_dll_hpux+set}" = set; then
9630   $as_echo_n "(cached) " >&6
9631 else
9632   ac_wine_try_cflags_saved=$CFLAGS
9633 CFLAGS="$CFLAGS -shared"
9634 cat >conftest.$ac_ext <<_ACEOF
9635 void myfunc() {}
9636 _ACEOF
9637 rm -f conftest.$ac_objext conftest$ac_exeext
9638 if { (ac_try="$ac_link"
9639 case "(($ac_try" in
9640   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9641   *) ac_try_echo=$ac_try;;
9642 esac
9643 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9644 $as_echo "$ac_try_echo") >&5
9645   (eval "$ac_link") 2>conftest.er1
9646   ac_status=$?
9647   grep -v '^ *+' conftest.er1 >conftest.err
9648   rm -f conftest.er1
9649   cat conftest.err >&5
9650   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9651   (exit $ac_status); } && {
9652          test -z "$ac_c_werror_flag" ||
9653          test ! -s conftest.err
9654        } && test -s conftest$ac_exeext && {
9655          test "$cross_compiling" = yes ||
9656          $as_test_x conftest$ac_exeext
9657        }; then
9658   ac_cv_c_dll_hpux="yes"
9659 else
9660   $as_echo "$as_me: failed program was:" >&5
9661 sed 's/^/| /' conftest.$ac_ext >&5
9662
9663         ac_cv_c_dll_hpux="no"
9664 fi
9665
9666 rm -rf conftest.dSYM
9667 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9668       conftest$ac_exeext conftest.$ac_ext
9669 CFLAGS=$ac_wine_try_cflags_saved
9670 fi
9671 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9672 $as_echo "$ac_cv_c_dll_hpux" >&6; }
9673         if test "$ac_cv_c_dll_hpux" = "yes"
9674         then
9675           LIBEXT="sl"
9676           DLLEXT=".sl"
9677           LDDLLFLAGS="-shared -fPIC"
9678           LDSHARED="\$(CC) -shared"
9679         fi
9680       fi
9681     fi
9682     ;;
9683 esac
9684
9685 enable_winequartz_drv=${enable_winequartz_drv:-no}
9686
9687 if test "$LIBEXT" = "a"; then
9688   { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9689 It is currently not possible to build Wine without shared library
9690 (.so) support to allow transparent switch between .so and .dll files.
9691 If you are using Linux, you will need a newer binutils.
9692 " >&5
9693 $as_echo "$as_me: error: could not find a way to build shared libraries.
9694 It is currently not possible to build Wine without shared library
9695 (.so) support to allow transparent switch between .so and .dll files.
9696 If you are using Linux, you will need a newer binutils.
9697 " >&2;}
9698    { (exit 1); exit 1; }; }
9699 fi
9700
9701 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9702 then
9703     for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9704 do
9705   # Extract the first word of "$ac_prog", so it can be a program name with args.
9706 set dummy $ac_prog; ac_word=$2
9707 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9708 $as_echo_n "checking for $ac_word... " >&6; }
9709 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9710   $as_echo_n "(cached) " >&6
9711 else
9712   if test -n "$CROSSCC"; then
9713   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9714 else
9715 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9716 for as_dir in $PATH
9717 do
9718   IFS=$as_save_IFS
9719   test -z "$as_dir" && as_dir=.
9720   for ac_exec_ext in '' $ac_executable_extensions; do
9721   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9722     ac_cv_prog_CROSSCC="$ac_prog"
9723     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9724     break 2
9725   fi
9726 done
9727 done
9728 IFS=$as_save_IFS
9729
9730 fi
9731 fi
9732 CROSSCC=$ac_cv_prog_CROSSCC
9733 if test -n "$CROSSCC"; then
9734   { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
9735 $as_echo "$CROSSCC" >&6; }
9736 else
9737   { $as_echo "$as_me:$LINENO: result: no" >&5
9738 $as_echo "no" >&6; }
9739 fi
9740
9741
9742   test -n "$CROSSCC" && break
9743 done
9744 test -n "$CROSSCC" || CROSSCC="false"
9745
9746     for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9747 do
9748   # Extract the first word of "$ac_prog", so it can be a program name with args.
9749 set dummy $ac_prog; ac_word=$2
9750 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9751 $as_echo_n "checking for $ac_word... " >&6; }
9752 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9753   $as_echo_n "(cached) " >&6
9754 else
9755   if test -n "$DLLTOOL"; then
9756   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9757 else
9758 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9759 for as_dir in $PATH
9760 do
9761   IFS=$as_save_IFS
9762   test -z "$as_dir" && as_dir=.
9763   for ac_exec_ext in '' $ac_executable_extensions; do
9764   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9765     ac_cv_prog_DLLTOOL="$ac_prog"
9766     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9767     break 2
9768   fi
9769 done
9770 done
9771 IFS=$as_save_IFS
9772
9773 fi
9774 fi
9775 DLLTOOL=$ac_cv_prog_DLLTOOL
9776 if test -n "$DLLTOOL"; then
9777   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9778 $as_echo "$DLLTOOL" >&6; }
9779 else
9780   { $as_echo "$as_me:$LINENO: result: no" >&5
9781 $as_echo "no" >&6; }
9782 fi
9783
9784
9785   test -n "$DLLTOOL" && break
9786 done
9787 test -n "$DLLTOOL" || DLLTOOL="false"
9788
9789     for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9790 do
9791   # Extract the first word of "$ac_prog", so it can be a program name with args.
9792 set dummy $ac_prog; ac_word=$2
9793 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9794 $as_echo_n "checking for $ac_word... " >&6; }
9795 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9796   $as_echo_n "(cached) " >&6
9797 else
9798   if test -n "$CROSSWINDRES"; then
9799   ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9800 else
9801 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9802 for as_dir in $PATH
9803 do
9804   IFS=$as_save_IFS
9805   test -z "$as_dir" && as_dir=.
9806   for ac_exec_ext in '' $ac_executable_extensions; do
9807   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9808     ac_cv_prog_CROSSWINDRES="$ac_prog"
9809     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9810     break 2
9811   fi
9812 done
9813 done
9814 IFS=$as_save_IFS
9815
9816 fi
9817 fi
9818 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9819 if test -n "$CROSSWINDRES"; then
9820   { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9821 $as_echo "$CROSSWINDRES" >&6; }
9822 else
9823   { $as_echo "$as_me:$LINENO: result: no" >&5
9824 $as_echo "no" >&6; }
9825 fi
9826
9827
9828   test -n "$CROSSWINDRES" && break
9829 done
9830 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9831
9832     for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9833 do
9834   # Extract the first word of "$ac_prog", so it can be a program name with args.
9835 set dummy $ac_prog; ac_word=$2
9836 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9837 $as_echo_n "checking for $ac_word... " >&6; }
9838 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9839   $as_echo_n "(cached) " >&6
9840 else
9841   if test -n "$MINGWAR"; then
9842   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9843 else
9844 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9845 for as_dir in $PATH
9846 do
9847   IFS=$as_save_IFS
9848   test -z "$as_dir" && as_dir=.
9849   for ac_exec_ext in '' $ac_executable_extensions; do
9850   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9851     ac_cv_prog_MINGWAR="$ac_prog"
9852     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9853     break 2
9854   fi
9855 done
9856 done
9857 IFS=$as_save_IFS
9858
9859 fi
9860 fi
9861 MINGWAR=$ac_cv_prog_MINGWAR
9862 if test -n "$MINGWAR"; then
9863   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
9864 $as_echo "$MINGWAR" >&6; }
9865 else
9866   { $as_echo "$as_me:$LINENO: result: no" >&5
9867 $as_echo "no" >&6; }
9868 fi
9869
9870
9871   test -n "$MINGWAR" && break
9872 done
9873 test -n "$MINGWAR" || MINGWAR="false"
9874
9875     if test "$CROSSCC" != "false"
9876     then
9877         CROSSTEST="\$(CROSSTEST)"
9878
9879     fi
9880 fi
9881
9882
9883 if test "$have_x" = "yes"
9884 then
9885     XLIB="-lXext -lX11"
9886     ac_save_CPPFLAGS="$CPPFLAGS"
9887     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9888
9889     { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
9890 $as_echo_n "checking for -lX11... " >&6; }
9891 if test "${ac_cv_lib_soname_X11+set}" = set; then
9892   $as_echo_n "(cached) " >&6
9893 else
9894   ac_check_soname_save_LIBS=$LIBS
9895 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9896   cat >conftest.$ac_ext <<_ACEOF
9897 /* confdefs.h.  */
9898 _ACEOF
9899 cat confdefs.h >>conftest.$ac_ext
9900 cat >>conftest.$ac_ext <<_ACEOF
9901 /* end confdefs.h.  */
9902
9903 /* Override any GCC internal prototype to avoid an error.
9904    Use char because int might match the return type of a GCC
9905    builtin and then its argument prototype would still apply.  */
9906 #ifdef __cplusplus
9907 extern "C"
9908 #endif
9909 char XCreateWindow ();
9910 int
9911 main ()
9912 {
9913 return XCreateWindow ();
9914   ;
9915   return 0;
9916 }
9917 _ACEOF
9918 rm -f conftest.$ac_objext conftest$ac_exeext
9919 if { (ac_try="$ac_link"
9920 case "(($ac_try" in
9921   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9922   *) ac_try_echo=$ac_try;;
9923 esac
9924 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9925 $as_echo "$ac_try_echo") >&5
9926   (eval "$ac_link") 2>conftest.er1
9927   ac_status=$?
9928   grep -v '^ *+' conftest.er1 >conftest.err
9929   rm -f conftest.er1
9930   cat conftest.err >&5
9931   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9932   (exit $ac_status); } && {
9933          test -z "$ac_c_werror_flag" ||
9934          test ! -s conftest.err
9935        } && test -s conftest$ac_exeext && {
9936          test "$cross_compiling" = yes ||
9937          $as_test_x conftest$ac_exeext
9938        }; then
9939   case "$LIBEXT" in
9940     dll) ;;
9941     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'` ;;
9942     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
9943   esac
9944 else
9945   $as_echo "$as_me: failed program was:" >&5
9946 sed 's/^/| /' conftest.$ac_ext >&5
9947
9948
9949 fi
9950
9951 rm -rf conftest.dSYM
9952 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9953       conftest$ac_exeext conftest.$ac_ext
9954   LIBS=$ac_check_soname_save_LIBS
9955 fi
9956 if test "x$ac_cv_lib_soname_X11" = "x"; then
9957   { $as_echo "$as_me:$LINENO: result: not found" >&5
9958 $as_echo "not found" >&6; }
9959
9960 else
9961   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9962 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9963
9964 cat >>confdefs.h <<_ACEOF
9965 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9966 _ACEOF
9967
9968
9969 fi
9970
9971     { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
9972 $as_echo_n "checking for -lXext... " >&6; }
9973 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9974   $as_echo_n "(cached) " >&6
9975 else
9976   ac_check_soname_save_LIBS=$LIBS
9977 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9978   cat >conftest.$ac_ext <<_ACEOF
9979 /* confdefs.h.  */
9980 _ACEOF
9981 cat confdefs.h >>conftest.$ac_ext
9982 cat >>conftest.$ac_ext <<_ACEOF
9983 /* end confdefs.h.  */
9984
9985 /* Override any GCC internal prototype to avoid an error.
9986    Use char because int might match the return type of a GCC
9987    builtin and then its argument prototype would still apply.  */
9988 #ifdef __cplusplus
9989 extern "C"
9990 #endif
9991 char XextCreateExtension ();
9992 int
9993 main ()
9994 {
9995 return XextCreateExtension ();
9996   ;
9997   return 0;
9998 }
9999 _ACEOF
10000 rm -f conftest.$ac_objext conftest$ac_exeext
10001 if { (ac_try="$ac_link"
10002 case "(($ac_try" in
10003   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10004   *) ac_try_echo=$ac_try;;
10005 esac
10006 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10007 $as_echo "$ac_try_echo") >&5
10008   (eval "$ac_link") 2>conftest.er1
10009   ac_status=$?
10010   grep -v '^ *+' conftest.er1 >conftest.err
10011   rm -f conftest.er1
10012   cat conftest.err >&5
10013   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10014   (exit $ac_status); } && {
10015          test -z "$ac_c_werror_flag" ||
10016          test ! -s conftest.err
10017        } && test -s conftest$ac_exeext && {
10018          test "$cross_compiling" = yes ||
10019          $as_test_x conftest$ac_exeext
10020        }; then
10021   case "$LIBEXT" in
10022     dll) ;;
10023     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'` ;;
10024     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10025   esac
10026 else
10027   $as_echo "$as_me: failed program was:" >&5
10028 sed 's/^/| /' conftest.$ac_ext >&5
10029
10030
10031 fi
10032
10033 rm -rf conftest.dSYM
10034 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10035       conftest$ac_exeext conftest.$ac_ext
10036   LIBS=$ac_check_soname_save_LIBS
10037 fi
10038 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10039   { $as_echo "$as_me:$LINENO: result: not found" >&5
10040 $as_echo "not found" >&6; }
10041
10042 else
10043   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10044 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10045
10046 cat >>confdefs.h <<_ACEOF
10047 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10048 _ACEOF
10049
10050
10051 fi
10052
10053
10054
10055
10056
10057
10058
10059
10060
10061
10062
10063
10064
10065
10066 for ac_header in X11/Xlib.h \
10067                       X11/XKBlib.h \
10068                       X11/Xutil.h \
10069                       X11/Xcursor/Xcursor.h \
10070                       X11/extensions/shape.h \
10071                       X11/extensions/XInput.h \
10072                       X11/extensions/XShm.h \
10073                       X11/extensions/Xcomposite.h \
10074                       X11/extensions/Xinerama.h \
10075                       X11/extensions/Xrandr.h \
10076                       X11/extensions/Xrender.h \
10077                       X11/extensions/xf86vmode.h
10078 do
10079 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10080 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10081 $as_echo_n "checking for $ac_header... " >&6; }
10082 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10083   $as_echo_n "(cached) " >&6
10084 else
10085   cat >conftest.$ac_ext <<_ACEOF
10086 /* confdefs.h.  */
10087 _ACEOF
10088 cat confdefs.h >>conftest.$ac_ext
10089 cat >>conftest.$ac_ext <<_ACEOF
10090 /* end confdefs.h.  */
10091 #ifdef HAVE_X11_XLIB_H
10092 # include <X11/Xlib.h>
10093 #endif
10094 #ifdef HAVE_X11_XUTIL_H
10095 # include <X11/Xutil.h>
10096 #endif
10097
10098 #include <$ac_header>
10099 _ACEOF
10100 rm -f conftest.$ac_objext
10101 if { (ac_try="$ac_compile"
10102 case "(($ac_try" in
10103   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10104   *) ac_try_echo=$ac_try;;
10105 esac
10106 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10107 $as_echo "$ac_try_echo") >&5
10108   (eval "$ac_compile") 2>conftest.er1
10109   ac_status=$?
10110   grep -v '^ *+' conftest.er1 >conftest.err
10111   rm -f conftest.er1
10112   cat conftest.err >&5
10113   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10114   (exit $ac_status); } && {
10115          test -z "$ac_c_werror_flag" ||
10116          test ! -s conftest.err
10117        } && test -s conftest.$ac_objext; then
10118   eval "$as_ac_Header=yes"
10119 else
10120   $as_echo "$as_me: failed program was:" >&5
10121 sed 's/^/| /' conftest.$ac_ext >&5
10122
10123         eval "$as_ac_Header=no"
10124 fi
10125
10126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10127 fi
10128 ac_res=`eval 'as_val=${'$as_ac_Header'}
10129                  $as_echo "$as_val"'`
10130                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10131 $as_echo "$ac_res" >&6; }
10132 as_val=`eval 'as_val=${'$as_ac_Header'}
10133                  $as_echo "$as_val"'`
10134    if test "x$as_val" = x""yes; then
10135   cat >>confdefs.h <<_ACEOF
10136 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10137 _ACEOF
10138
10139 fi
10140
10141 done
10142
10143
10144                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10145         then
10146               { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10147 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10148 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10149   $as_echo_n "(cached) " >&6
10150 else
10151   ac_check_lib_save_LIBS=$LIBS
10152 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10153 cat >conftest.$ac_ext <<_ACEOF
10154 /* confdefs.h.  */
10155 _ACEOF
10156 cat confdefs.h >>conftest.$ac_ext
10157 cat >>conftest.$ac_ext <<_ACEOF
10158 /* end confdefs.h.  */
10159
10160 /* Override any GCC internal prototype to avoid an error.
10161    Use char because int might match the return type of a GCC
10162    builtin and then its argument prototype would still apply.  */
10163 #ifdef __cplusplus
10164 extern "C"
10165 #endif
10166 char XkbQueryExtension ();
10167 int
10168 main ()
10169 {
10170 return XkbQueryExtension ();
10171   ;
10172   return 0;
10173 }
10174 _ACEOF
10175 rm -f conftest.$ac_objext conftest$ac_exeext
10176 if { (ac_try="$ac_link"
10177 case "(($ac_try" in
10178   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10179   *) ac_try_echo=$ac_try;;
10180 esac
10181 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10182 $as_echo "$ac_try_echo") >&5
10183   (eval "$ac_link") 2>conftest.er1
10184   ac_status=$?
10185   grep -v '^ *+' conftest.er1 >conftest.err
10186   rm -f conftest.er1
10187   cat conftest.err >&5
10188   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10189   (exit $ac_status); } && {
10190          test -z "$ac_c_werror_flag" ||
10191          test ! -s conftest.err
10192        } && test -s conftest$ac_exeext && {
10193          test "$cross_compiling" = yes ||
10194          $as_test_x conftest$ac_exeext
10195        }; then
10196   ac_cv_lib_X11_XkbQueryExtension=yes
10197 else
10198   $as_echo "$as_me: failed program was:" >&5
10199 sed 's/^/| /' conftest.$ac_ext >&5
10200
10201         ac_cv_lib_X11_XkbQueryExtension=no
10202 fi
10203
10204 rm -rf conftest.dSYM
10205 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10206       conftest$ac_exeext conftest.$ac_ext
10207 LIBS=$ac_check_lib_save_LIBS
10208 fi
10209 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10210 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10211 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10212
10213 cat >>confdefs.h <<\_ACEOF
10214 #define HAVE_XKB 1
10215 _ACEOF
10216
10217 fi
10218
10219         fi
10220
10221                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10222         then
10223             { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10224 $as_echo_n "checking for -lXcursor... " >&6; }
10225 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10226   $as_echo_n "(cached) " >&6
10227 else
10228   ac_check_soname_save_LIBS=$LIBS
10229 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10230   cat >conftest.$ac_ext <<_ACEOF
10231 /* confdefs.h.  */
10232 _ACEOF
10233 cat confdefs.h >>conftest.$ac_ext
10234 cat >>conftest.$ac_ext <<_ACEOF
10235 /* end confdefs.h.  */
10236
10237 /* Override any GCC internal prototype to avoid an error.
10238    Use char because int might match the return type of a GCC
10239    builtin and then its argument prototype would still apply.  */
10240 #ifdef __cplusplus
10241 extern "C"
10242 #endif
10243 char XcursorImageLoadCursor ();
10244 int
10245 main ()
10246 {
10247 return XcursorImageLoadCursor ();
10248   ;
10249   return 0;
10250 }
10251 _ACEOF
10252 rm -f conftest.$ac_objext conftest$ac_exeext
10253 if { (ac_try="$ac_link"
10254 case "(($ac_try" in
10255   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10256   *) ac_try_echo=$ac_try;;
10257 esac
10258 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10259 $as_echo "$ac_try_echo") >&5
10260   (eval "$ac_link") 2>conftest.er1
10261   ac_status=$?
10262   grep -v '^ *+' conftest.er1 >conftest.err
10263   rm -f conftest.er1
10264   cat conftest.err >&5
10265   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10266   (exit $ac_status); } && {
10267          test -z "$ac_c_werror_flag" ||
10268          test ! -s conftest.err
10269        } && test -s conftest$ac_exeext && {
10270          test "$cross_compiling" = yes ||
10271          $as_test_x conftest$ac_exeext
10272        }; then
10273   case "$LIBEXT" in
10274     dll) ;;
10275     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'` ;;
10276     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10277   esac
10278 else
10279   $as_echo "$as_me: failed program was:" >&5
10280 sed 's/^/| /' conftest.$ac_ext >&5
10281
10282
10283 fi
10284
10285 rm -rf conftest.dSYM
10286 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10287       conftest$ac_exeext conftest.$ac_ext
10288   LIBS=$ac_check_soname_save_LIBS
10289 fi
10290 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10291   { $as_echo "$as_me:$LINENO: result: not found" >&5
10292 $as_echo "not found" >&6; }
10293
10294 else
10295   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10296 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10297
10298 cat >>confdefs.h <<_ACEOF
10299 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10300 _ACEOF
10301
10302
10303 fi
10304
10305         fi
10306         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10307   case "x$with_xcursor" in
10308   x)   wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10309   xno) ;;
10310   *)   { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10311 This is an error since --with-xcursor was requested." >&5
10312 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10313 This is an error since --with-xcursor was requested." >&2;}
10314    { (exit 1); exit 1; }; } ;;
10315 esac
10316 fi
10317
10318
10319                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10320         then
10321             { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10322 $as_echo_n "checking for -lXi... " >&6; }
10323 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10324   $as_echo_n "(cached) " >&6
10325 else
10326   ac_check_soname_save_LIBS=$LIBS
10327 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10328   cat >conftest.$ac_ext <<_ACEOF
10329 /* confdefs.h.  */
10330 _ACEOF
10331 cat confdefs.h >>conftest.$ac_ext
10332 cat >>conftest.$ac_ext <<_ACEOF
10333 /* end confdefs.h.  */
10334
10335 /* Override any GCC internal prototype to avoid an error.
10336    Use char because int might match the return type of a GCC
10337    builtin and then its argument prototype would still apply.  */
10338 #ifdef __cplusplus
10339 extern "C"
10340 #endif
10341 char XOpenDevice ();
10342 int
10343 main ()
10344 {
10345 return XOpenDevice ();
10346   ;
10347   return 0;
10348 }
10349 _ACEOF
10350 rm -f conftest.$ac_objext conftest$ac_exeext
10351 if { (ac_try="$ac_link"
10352 case "(($ac_try" in
10353   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10354   *) ac_try_echo=$ac_try;;
10355 esac
10356 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10357 $as_echo "$ac_try_echo") >&5
10358   (eval "$ac_link") 2>conftest.er1
10359   ac_status=$?
10360   grep -v '^ *+' conftest.er1 >conftest.err
10361   rm -f conftest.er1
10362   cat conftest.err >&5
10363   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10364   (exit $ac_status); } && {
10365          test -z "$ac_c_werror_flag" ||
10366          test ! -s conftest.err
10367        } && test -s conftest$ac_exeext && {
10368          test "$cross_compiling" = yes ||
10369          $as_test_x conftest$ac_exeext
10370        }; then
10371   case "$LIBEXT" in
10372     dll) ;;
10373     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'` ;;
10374     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10375   esac
10376 else
10377   $as_echo "$as_me: failed program was:" >&5
10378 sed 's/^/| /' conftest.$ac_ext >&5
10379
10380
10381 fi
10382
10383 rm -rf conftest.dSYM
10384 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10385       conftest$ac_exeext conftest.$ac_ext
10386   LIBS=$ac_check_soname_save_LIBS
10387 fi
10388 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10389   { $as_echo "$as_me:$LINENO: result: not found" >&5
10390 $as_echo "not found" >&6; }
10391
10392 else
10393   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10394 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10395
10396 cat >>confdefs.h <<_ACEOF
10397 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10398 _ACEOF
10399
10400
10401 fi
10402
10403         fi
10404         if test "x$ac_cv_lib_soname_Xi" = "x"; then
10405   case "x$with_xinput" in
10406   x)   wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10407   xno) ;;
10408   *)   { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10409 This is an error since --with-xinput was requested." >&5
10410 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10411 This is an error since --with-xinput was requested." >&2;}
10412    { (exit 1); exit 1; }; } ;;
10413 esac
10414 fi
10415
10416
10417                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10418         then
10419               { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10420 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10421 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10422   $as_echo_n "(cached) " >&6
10423 else
10424   ac_check_lib_save_LIBS=$LIBS
10425 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10426 cat >conftest.$ac_ext <<_ACEOF
10427 /* confdefs.h.  */
10428 _ACEOF
10429 cat confdefs.h >>conftest.$ac_ext
10430 cat >>conftest.$ac_ext <<_ACEOF
10431 /* end confdefs.h.  */
10432
10433 /* Override any GCC internal prototype to avoid an error.
10434    Use char because int might match the return type of a GCC
10435    builtin and then its argument prototype would still apply.  */
10436 #ifdef __cplusplus
10437 extern "C"
10438 #endif
10439 char XShmQueryExtension ();
10440 int
10441 main ()
10442 {
10443 return XShmQueryExtension ();
10444   ;
10445   return 0;
10446 }
10447 _ACEOF
10448 rm -f conftest.$ac_objext conftest$ac_exeext
10449 if { (ac_try="$ac_link"
10450 case "(($ac_try" in
10451   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10452   *) ac_try_echo=$ac_try;;
10453 esac
10454 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10455 $as_echo "$ac_try_echo") >&5
10456   (eval "$ac_link") 2>conftest.er1
10457   ac_status=$?
10458   grep -v '^ *+' conftest.er1 >conftest.err
10459   rm -f conftest.er1
10460   cat conftest.err >&5
10461   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10462   (exit $ac_status); } && {
10463          test -z "$ac_c_werror_flag" ||
10464          test ! -s conftest.err
10465        } && test -s conftest$ac_exeext && {
10466          test "$cross_compiling" = yes ||
10467          $as_test_x conftest$ac_exeext
10468        }; then
10469   ac_cv_lib_Xext_XShmQueryExtension=yes
10470 else
10471   $as_echo "$as_me: failed program was:" >&5
10472 sed 's/^/| /' conftest.$ac_ext >&5
10473
10474         ac_cv_lib_Xext_XShmQueryExtension=no
10475 fi
10476
10477 rm -rf conftest.dSYM
10478 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10479       conftest$ac_exeext conftest.$ac_ext
10480 LIBS=$ac_check_lib_save_LIBS
10481 fi
10482 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10483 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10484 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10485
10486 cat >>confdefs.h <<\_ACEOF
10487 #define HAVE_LIBXXSHM 1
10488 _ACEOF
10489
10490 fi
10491
10492         fi
10493         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10494   case "x$with_xshm" in
10495   x)   wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10496   xno) ;;
10497   *)   { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10498 This is an error since --with-xshm was requested." >&5
10499 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10500 This is an error since --with-xshm was requested." >&2;}
10501    { (exit 1); exit 1; }; } ;;
10502 esac
10503 fi
10504
10505
10506                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10507         then
10508               { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10509 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10510 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10511   $as_echo_n "(cached) " >&6
10512 else
10513   ac_check_lib_save_LIBS=$LIBS
10514 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10515 cat >conftest.$ac_ext <<_ACEOF
10516 /* confdefs.h.  */
10517 _ACEOF
10518 cat confdefs.h >>conftest.$ac_ext
10519 cat >>conftest.$ac_ext <<_ACEOF
10520 /* end confdefs.h.  */
10521
10522 /* Override any GCC internal prototype to avoid an error.
10523    Use char because int might match the return type of a GCC
10524    builtin and then its argument prototype would still apply.  */
10525 #ifdef __cplusplus
10526 extern "C"
10527 #endif
10528 char XShapeQueryExtension ();
10529 int
10530 main ()
10531 {
10532 return XShapeQueryExtension ();
10533   ;
10534   return 0;
10535 }
10536 _ACEOF
10537 rm -f conftest.$ac_objext conftest$ac_exeext
10538 if { (ac_try="$ac_link"
10539 case "(($ac_try" in
10540   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10541   *) ac_try_echo=$ac_try;;
10542 esac
10543 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10544 $as_echo "$ac_try_echo") >&5
10545   (eval "$ac_link") 2>conftest.er1
10546   ac_status=$?
10547   grep -v '^ *+' conftest.er1 >conftest.err
10548   rm -f conftest.er1
10549   cat conftest.err >&5
10550   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10551   (exit $ac_status); } && {
10552          test -z "$ac_c_werror_flag" ||
10553          test ! -s conftest.err
10554        } && test -s conftest$ac_exeext && {
10555          test "$cross_compiling" = yes ||
10556          $as_test_x conftest$ac_exeext
10557        }; then
10558   ac_cv_lib_Xext_XShapeQueryExtension=yes
10559 else
10560   $as_echo "$as_me: failed program was:" >&5
10561 sed 's/^/| /' conftest.$ac_ext >&5
10562
10563         ac_cv_lib_Xext_XShapeQueryExtension=no
10564 fi
10565
10566 rm -rf conftest.dSYM
10567 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10568       conftest$ac_exeext conftest.$ac_ext
10569 LIBS=$ac_check_lib_save_LIBS
10570 fi
10571 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10572 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10573 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10574
10575 cat >>confdefs.h <<\_ACEOF
10576 #define HAVE_LIBXSHAPE 1
10577 _ACEOF
10578
10579 fi
10580
10581         fi
10582         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10583   case "x$with_xshape" in
10584   x)   wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10585   xno) ;;
10586   *)   { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10587 This is an error since --with-xshape was requested." >&5
10588 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10589 This is an error since --with-xshape was requested." >&2;}
10590    { (exit 1); exit 1; }; } ;;
10591 esac
10592 fi
10593
10594
10595                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10596         then
10597             { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10598 $as_echo_n "checking for -lXxf86vm... " >&6; }
10599 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10600   $as_echo_n "(cached) " >&6
10601 else
10602   ac_check_soname_save_LIBS=$LIBS
10603 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10604   cat >conftest.$ac_ext <<_ACEOF
10605 /* confdefs.h.  */
10606 _ACEOF
10607 cat confdefs.h >>conftest.$ac_ext
10608 cat >>conftest.$ac_ext <<_ACEOF
10609 /* end confdefs.h.  */
10610
10611 /* Override any GCC internal prototype to avoid an error.
10612    Use char because int might match the return type of a GCC
10613    builtin and then its argument prototype would still apply.  */
10614 #ifdef __cplusplus
10615 extern "C"
10616 #endif
10617 char XF86VidModeQueryExtension ();
10618 int
10619 main ()
10620 {
10621 return XF86VidModeQueryExtension ();
10622   ;
10623   return 0;
10624 }
10625 _ACEOF
10626 rm -f conftest.$ac_objext conftest$ac_exeext
10627 if { (ac_try="$ac_link"
10628 case "(($ac_try" in
10629   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10630   *) ac_try_echo=$ac_try;;
10631 esac
10632 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10633 $as_echo "$ac_try_echo") >&5
10634   (eval "$ac_link") 2>conftest.er1
10635   ac_status=$?
10636   grep -v '^ *+' conftest.er1 >conftest.err
10637   rm -f conftest.er1
10638   cat conftest.err >&5
10639   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10640   (exit $ac_status); } && {
10641          test -z "$ac_c_werror_flag" ||
10642          test ! -s conftest.err
10643        } && test -s conftest$ac_exeext && {
10644          test "$cross_compiling" = yes ||
10645          $as_test_x conftest$ac_exeext
10646        }; then
10647   case "$LIBEXT" in
10648     dll) ;;
10649     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'` ;;
10650     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10651   esac
10652 else
10653   $as_echo "$as_me: failed program was:" >&5
10654 sed 's/^/| /' conftest.$ac_ext >&5
10655
10656
10657 fi
10658
10659 rm -rf conftest.dSYM
10660 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10661       conftest$ac_exeext conftest.$ac_ext
10662   LIBS=$ac_check_soname_save_LIBS
10663 fi
10664 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10665   { $as_echo "$as_me:$LINENO: result: not found" >&5
10666 $as_echo "not found" >&6; }
10667
10668 else
10669   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10670 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10671
10672 cat >>confdefs.h <<_ACEOF
10673 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10674 _ACEOF
10675
10676
10677 fi
10678
10679         fi
10680         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10681   case "x$with_xxf86vm" in
10682   x)   wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10683   xno) ;;
10684   *)   { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10685 This is an error since --with-xxf86vm was requested." >&5
10686 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10687 This is an error since --with-xxf86vm was requested." >&2;}
10688    { (exit 1); exit 1; }; } ;;
10689 esac
10690 fi
10691
10692
10693                 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"
10694         then
10695             { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10696 $as_echo_n "checking for -lXrender... " >&6; }
10697 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10698   $as_echo_n "(cached) " >&6
10699 else
10700   ac_check_soname_save_LIBS=$LIBS
10701 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10702   cat >conftest.$ac_ext <<_ACEOF
10703 /* confdefs.h.  */
10704 _ACEOF
10705 cat confdefs.h >>conftest.$ac_ext
10706 cat >>conftest.$ac_ext <<_ACEOF
10707 /* end confdefs.h.  */
10708
10709 /* Override any GCC internal prototype to avoid an error.
10710    Use char because int might match the return type of a GCC
10711    builtin and then its argument prototype would still apply.  */
10712 #ifdef __cplusplus
10713 extern "C"
10714 #endif
10715 char XRenderQueryExtension ();
10716 int
10717 main ()
10718 {
10719 return XRenderQueryExtension ();
10720   ;
10721   return 0;
10722 }
10723 _ACEOF
10724 rm -f conftest.$ac_objext conftest$ac_exeext
10725 if { (ac_try="$ac_link"
10726 case "(($ac_try" in
10727   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10728   *) ac_try_echo=$ac_try;;
10729 esac
10730 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10731 $as_echo "$ac_try_echo") >&5
10732   (eval "$ac_link") 2>conftest.er1
10733   ac_status=$?
10734   grep -v '^ *+' conftest.er1 >conftest.err
10735   rm -f conftest.er1
10736   cat conftest.err >&5
10737   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10738   (exit $ac_status); } && {
10739          test -z "$ac_c_werror_flag" ||
10740          test ! -s conftest.err
10741        } && test -s conftest$ac_exeext && {
10742          test "$cross_compiling" = yes ||
10743          $as_test_x conftest$ac_exeext
10744        }; then
10745   case "$LIBEXT" in
10746     dll) ;;
10747     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'` ;;
10748     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10749   esac
10750 else
10751   $as_echo "$as_me: failed program was:" >&5
10752 sed 's/^/| /' conftest.$ac_ext >&5
10753
10754
10755 fi
10756
10757 rm -rf conftest.dSYM
10758 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10759       conftest$ac_exeext conftest.$ac_ext
10760   LIBS=$ac_check_soname_save_LIBS
10761 fi
10762 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10763   { $as_echo "$as_me:$LINENO: result: not found" >&5
10764 $as_echo "not found" >&6; }
10765
10766 else
10767   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10768 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10769
10770 cat >>confdefs.h <<_ACEOF
10771 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10772 _ACEOF
10773
10774        { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10775 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10776 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10777   $as_echo_n "(cached) " >&6
10778 else
10779   ac_check_lib_save_LIBS=$LIBS
10780 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10781 cat >conftest.$ac_ext <<_ACEOF
10782 /* confdefs.h.  */
10783 _ACEOF
10784 cat confdefs.h >>conftest.$ac_ext
10785 cat >>conftest.$ac_ext <<_ACEOF
10786 /* end confdefs.h.  */
10787
10788 /* Override any GCC internal prototype to avoid an error.
10789    Use char because int might match the return type of a GCC
10790    builtin and then its argument prototype would still apply.  */
10791 #ifdef __cplusplus
10792 extern "C"
10793 #endif
10794 char XRenderSetPictureTransform ();
10795 int
10796 main ()
10797 {
10798 return XRenderSetPictureTransform ();
10799   ;
10800   return 0;
10801 }
10802 _ACEOF
10803 rm -f conftest.$ac_objext conftest$ac_exeext
10804 if { (ac_try="$ac_link"
10805 case "(($ac_try" in
10806   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10807   *) ac_try_echo=$ac_try;;
10808 esac
10809 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10810 $as_echo "$ac_try_echo") >&5
10811   (eval "$ac_link") 2>conftest.er1
10812   ac_status=$?
10813   grep -v '^ *+' conftest.er1 >conftest.err
10814   rm -f conftest.er1
10815   cat conftest.err >&5
10816   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10817   (exit $ac_status); } && {
10818          test -z "$ac_c_werror_flag" ||
10819          test ! -s conftest.err
10820        } && test -s conftest$ac_exeext && {
10821          test "$cross_compiling" = yes ||
10822          $as_test_x conftest$ac_exeext
10823        }; then
10824   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10825 else
10826   $as_echo "$as_me: failed program was:" >&5
10827 sed 's/^/| /' conftest.$ac_ext >&5
10828
10829         ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10830 fi
10831
10832 rm -rf conftest.dSYM
10833 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10834       conftest$ac_exeext conftest.$ac_ext
10835 LIBS=$ac_check_lib_save_LIBS
10836 fi
10837 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10838 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10839 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10840
10841 cat >>confdefs.h <<\_ACEOF
10842 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10843 _ACEOF
10844
10845 fi
10846
10847 fi
10848
10849
10850         fi
10851         if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10852   case "x$with_xrender" in
10853   x)   wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10854   xno) ;;
10855   *)   { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10856 This is an error since --with-xrender was requested." >&5
10857 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10858 This is an error since --with-xrender was requested." >&2;}
10859    { (exit 1); exit 1; }; } ;;
10860 esac
10861 fi
10862
10863
10864                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10865         then
10866                 cat >conftest.$ac_ext <<_ACEOF
10867 /* confdefs.h.  */
10868 _ACEOF
10869 cat confdefs.h >>conftest.$ac_ext
10870 cat >>conftest.$ac_ext <<_ACEOF
10871 /* end confdefs.h.  */
10872 #include <X11/Xlib.h>
10873 #include <X11/extensions/Xrandr.h>
10874 int
10875 main ()
10876 {
10877 static typeof(XRRSetScreenConfigAndRate) * func;
10878   ;
10879   return 0;
10880 }
10881 _ACEOF
10882 rm -f conftest.$ac_objext
10883 if { (ac_try="$ac_compile"
10884 case "(($ac_try" in
10885   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10886   *) ac_try_echo=$ac_try;;
10887 esac
10888 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10889 $as_echo "$ac_try_echo") >&5
10890   (eval "$ac_compile") 2>conftest.er1
10891   ac_status=$?
10892   grep -v '^ *+' conftest.er1 >conftest.err
10893   rm -f conftest.er1
10894   cat conftest.err >&5
10895   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10896   (exit $ac_status); } && {
10897          test -z "$ac_c_werror_flag" ||
10898          test ! -s conftest.err
10899        } && test -s conftest.$ac_objext; then
10900   { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
10901 $as_echo_n "checking for -lXrandr... " >&6; }
10902 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10903   $as_echo_n "(cached) " >&6
10904 else
10905   ac_check_soname_save_LIBS=$LIBS
10906 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10907   cat >conftest.$ac_ext <<_ACEOF
10908 /* confdefs.h.  */
10909 _ACEOF
10910 cat confdefs.h >>conftest.$ac_ext
10911 cat >>conftest.$ac_ext <<_ACEOF
10912 /* end confdefs.h.  */
10913
10914 /* Override any GCC internal prototype to avoid an error.
10915    Use char because int might match the return type of a GCC
10916    builtin and then its argument prototype would still apply.  */
10917 #ifdef __cplusplus
10918 extern "C"
10919 #endif
10920 char XRRQueryExtension ();
10921 int
10922 main ()
10923 {
10924 return XRRQueryExtension ();
10925   ;
10926   return 0;
10927 }
10928 _ACEOF
10929 rm -f conftest.$ac_objext conftest$ac_exeext
10930 if { (ac_try="$ac_link"
10931 case "(($ac_try" in
10932   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10933   *) ac_try_echo=$ac_try;;
10934 esac
10935 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10936 $as_echo "$ac_try_echo") >&5
10937   (eval "$ac_link") 2>conftest.er1
10938   ac_status=$?
10939   grep -v '^ *+' conftest.er1 >conftest.err
10940   rm -f conftest.er1
10941   cat conftest.err >&5
10942   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10943   (exit $ac_status); } && {
10944          test -z "$ac_c_werror_flag" ||
10945          test ! -s conftest.err
10946        } && test -s conftest$ac_exeext && {
10947          test "$cross_compiling" = yes ||
10948          $as_test_x conftest$ac_exeext
10949        }; then
10950   case "$LIBEXT" in
10951     dll) ;;
10952     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'` ;;
10953     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10954   esac
10955 else
10956   $as_echo "$as_me: failed program was:" >&5
10957 sed 's/^/| /' conftest.$ac_ext >&5
10958
10959
10960 fi
10961
10962 rm -rf conftest.dSYM
10963 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10964       conftest$ac_exeext conftest.$ac_ext
10965   LIBS=$ac_check_soname_save_LIBS
10966 fi
10967 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10968   { $as_echo "$as_me:$LINENO: result: not found" >&5
10969 $as_echo "not found" >&6; }
10970
10971 else
10972   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10973 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10974
10975 cat >>confdefs.h <<_ACEOF
10976 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10977 _ACEOF
10978
10979
10980 fi
10981
10982 else
10983   $as_echo "$as_me: failed program was:" >&5
10984 sed 's/^/| /' conftest.$ac_ext >&5
10985
10986
10987 fi
10988
10989 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10990         fi
10991         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10992   case "x$with_xrandr" in
10993   x)   wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10994   xno) ;;
10995   *)   { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10996 This is an error since --with-xrandr was requested." >&5
10997 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10998 This is an error since --with-xrandr was requested." >&2;}
10999    { (exit 1); exit 1; }; } ;;
11000 esac
11001 fi
11002
11003
11004                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11005         then
11006                 cat >conftest.$ac_ext <<_ACEOF
11007 /* confdefs.h.  */
11008 _ACEOF
11009 cat confdefs.h >>conftest.$ac_ext
11010 cat >>conftest.$ac_ext <<_ACEOF
11011 /* end confdefs.h.  */
11012 #include <X11/Xlib.h>
11013 #include <X11/extensions/Xinerama.h>
11014 int
11015 main ()
11016 {
11017 static typeof(XineramaQueryScreens) * func;
11018   ;
11019   return 0;
11020 }
11021 _ACEOF
11022 rm -f conftest.$ac_objext
11023 if { (ac_try="$ac_compile"
11024 case "(($ac_try" in
11025   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11026   *) ac_try_echo=$ac_try;;
11027 esac
11028 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11029 $as_echo "$ac_try_echo") >&5
11030   (eval "$ac_compile") 2>conftest.er1
11031   ac_status=$?
11032   grep -v '^ *+' conftest.er1 >conftest.err
11033   rm -f conftest.er1
11034   cat conftest.err >&5
11035   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11036   (exit $ac_status); } && {
11037          test -z "$ac_c_werror_flag" ||
11038          test ! -s conftest.err
11039        } && test -s conftest.$ac_objext; then
11040   { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11041 $as_echo_n "checking for -lXinerama... " >&6; }
11042 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11043   $as_echo_n "(cached) " >&6
11044 else
11045   ac_check_soname_save_LIBS=$LIBS
11046 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11047   cat >conftest.$ac_ext <<_ACEOF
11048 /* confdefs.h.  */
11049 _ACEOF
11050 cat confdefs.h >>conftest.$ac_ext
11051 cat >>conftest.$ac_ext <<_ACEOF
11052 /* end confdefs.h.  */
11053
11054 /* Override any GCC internal prototype to avoid an error.
11055    Use char because int might match the return type of a GCC
11056    builtin and then its argument prototype would still apply.  */
11057 #ifdef __cplusplus
11058 extern "C"
11059 #endif
11060 char XineramaQueryScreens ();
11061 int
11062 main ()
11063 {
11064 return XineramaQueryScreens ();
11065   ;
11066   return 0;
11067 }
11068 _ACEOF
11069 rm -f conftest.$ac_objext conftest$ac_exeext
11070 if { (ac_try="$ac_link"
11071 case "(($ac_try" in
11072   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11073   *) ac_try_echo=$ac_try;;
11074 esac
11075 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11076 $as_echo "$ac_try_echo") >&5
11077   (eval "$ac_link") 2>conftest.er1
11078   ac_status=$?
11079   grep -v '^ *+' conftest.er1 >conftest.err
11080   rm -f conftest.er1
11081   cat conftest.err >&5
11082   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11083   (exit $ac_status); } && {
11084          test -z "$ac_c_werror_flag" ||
11085          test ! -s conftest.err
11086        } && test -s conftest$ac_exeext && {
11087          test "$cross_compiling" = yes ||
11088          $as_test_x conftest$ac_exeext
11089        }; then
11090   case "$LIBEXT" in
11091     dll) ;;
11092     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'` ;;
11093     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
11094   esac
11095 else
11096   $as_echo "$as_me: failed program was:" >&5
11097 sed 's/^/| /' conftest.$ac_ext >&5
11098
11099
11100 fi
11101
11102 rm -rf conftest.dSYM
11103 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11104       conftest$ac_exeext conftest.$ac_ext
11105   LIBS=$ac_check_soname_save_LIBS
11106 fi
11107 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11108   { $as_echo "$as_me:$LINENO: result: not found" >&5
11109 $as_echo "not found" >&6; }
11110
11111 else
11112   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11113 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11114
11115 cat >>confdefs.h <<_ACEOF
11116 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11117 _ACEOF
11118
11119
11120 fi
11121
11122 else
11123   $as_echo "$as_me: failed program was:" >&5
11124 sed 's/^/| /' conftest.$ac_ext >&5
11125
11126
11127 fi
11128
11129 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11130         fi
11131         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11132   case "x$with_xinerama" in
11133   x)   wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11134   xno) ;;
11135   *)   { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11136 This is an error since --with-xinerama was requested." >&5
11137 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11138 This is an error since --with-xinerama was requested." >&2;}
11139    { (exit 1); exit 1; }; } ;;
11140 esac
11141 fi
11142
11143
11144                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11145         then
11146             { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11147 $as_echo_n "checking for -lXcomposite... " >&6; }
11148 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11149   $as_echo_n "(cached) " >&6
11150 else
11151   ac_check_soname_save_LIBS=$LIBS
11152 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11153   cat >conftest.$ac_ext <<_ACEOF
11154 /* confdefs.h.  */
11155 _ACEOF
11156 cat confdefs.h >>conftest.$ac_ext
11157 cat >>conftest.$ac_ext <<_ACEOF
11158 /* end confdefs.h.  */
11159
11160 /* Override any GCC internal prototype to avoid an error.
11161    Use char because int might match the return type of a GCC
11162    builtin and then its argument prototype would still apply.  */
11163 #ifdef __cplusplus
11164 extern "C"
11165 #endif
11166 char XCompositeRedirectWindow ();
11167 int
11168 main ()
11169 {
11170 return XCompositeRedirectWindow ();
11171   ;
11172   return 0;
11173 }
11174 _ACEOF
11175 rm -f conftest.$ac_objext conftest$ac_exeext
11176 if { (ac_try="$ac_link"
11177 case "(($ac_try" in
11178   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11179   *) ac_try_echo=$ac_try;;
11180 esac
11181 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11182 $as_echo "$ac_try_echo") >&5
11183   (eval "$ac_link") 2>conftest.er1
11184   ac_status=$?
11185   grep -v '^ *+' conftest.er1 >conftest.err
11186   rm -f conftest.er1
11187   cat conftest.err >&5
11188   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11189   (exit $ac_status); } && {
11190          test -z "$ac_c_werror_flag" ||
11191          test ! -s conftest.err
11192        } && test -s conftest$ac_exeext && {
11193          test "$cross_compiling" = yes ||
11194          $as_test_x conftest$ac_exeext
11195        }; then
11196   case "$LIBEXT" in
11197     dll) ;;
11198     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'` ;;
11199     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11200   esac
11201 else
11202   $as_echo "$as_me: failed program was:" >&5
11203 sed 's/^/| /' conftest.$ac_ext >&5
11204
11205
11206 fi
11207
11208 rm -rf conftest.dSYM
11209 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11210       conftest$ac_exeext conftest.$ac_ext
11211   LIBS=$ac_check_soname_save_LIBS
11212 fi
11213 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11214   { $as_echo "$as_me:$LINENO: result: not found" >&5
11215 $as_echo "not found" >&6; }
11216
11217 else
11218   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11219 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11220
11221 cat >>confdefs.h <<_ACEOF
11222 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11223 _ACEOF
11224
11225
11226 fi
11227
11228         fi
11229         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11230   case "x$with_xcomposite" in
11231   x)   wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11232   xno) ;;
11233   *)   { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11234 This is an error since --with-xcomposite was requested." >&5
11235 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11236 This is an error since --with-xcomposite was requested." >&2;}
11237    { (exit 1); exit 1; }; } ;;
11238 esac
11239 fi
11240
11241
11242                 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11243 $as_echo_n "checking for XICCallback.callback... " >&6; }
11244 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11245   $as_echo_n "(cached) " >&6
11246 else
11247   cat >conftest.$ac_ext <<_ACEOF
11248 /* confdefs.h.  */
11249 _ACEOF
11250 cat confdefs.h >>conftest.$ac_ext
11251 cat >>conftest.$ac_ext <<_ACEOF
11252 /* end confdefs.h.  */
11253 #ifdef HAVE_X11_XLIB_H
11254 #include <X11/Xlib.h>
11255 #endif
11256
11257 int
11258 main ()
11259 {
11260 static XICCallback ac_aggr;
11261 if (ac_aggr.callback)
11262 return 0;
11263   ;
11264   return 0;
11265 }
11266 _ACEOF
11267 rm -f conftest.$ac_objext
11268 if { (ac_try="$ac_compile"
11269 case "(($ac_try" in
11270   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11271   *) ac_try_echo=$ac_try;;
11272 esac
11273 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11274 $as_echo "$ac_try_echo") >&5
11275   (eval "$ac_compile") 2>conftest.er1
11276   ac_status=$?
11277   grep -v '^ *+' conftest.er1 >conftest.err
11278   rm -f conftest.er1
11279   cat conftest.err >&5
11280   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11281   (exit $ac_status); } && {
11282          test -z "$ac_c_werror_flag" ||
11283          test ! -s conftest.err
11284        } && test -s conftest.$ac_objext; then
11285   ac_cv_member_XICCallback_callback=yes
11286 else
11287   $as_echo "$as_me: failed program was:" >&5
11288 sed 's/^/| /' conftest.$ac_ext >&5
11289
11290         cat >conftest.$ac_ext <<_ACEOF
11291 /* confdefs.h.  */
11292 _ACEOF
11293 cat confdefs.h >>conftest.$ac_ext
11294 cat >>conftest.$ac_ext <<_ACEOF
11295 /* end confdefs.h.  */
11296 #ifdef HAVE_X11_XLIB_H
11297 #include <X11/Xlib.h>
11298 #endif
11299
11300 int
11301 main ()
11302 {
11303 static XICCallback ac_aggr;
11304 if (sizeof ac_aggr.callback)
11305 return 0;
11306   ;
11307   return 0;
11308 }
11309 _ACEOF
11310 rm -f conftest.$ac_objext
11311 if { (ac_try="$ac_compile"
11312 case "(($ac_try" in
11313   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11314   *) ac_try_echo=$ac_try;;
11315 esac
11316 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11317 $as_echo "$ac_try_echo") >&5
11318   (eval "$ac_compile") 2>conftest.er1
11319   ac_status=$?
11320   grep -v '^ *+' conftest.er1 >conftest.err
11321   rm -f conftest.er1
11322   cat conftest.err >&5
11323   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11324   (exit $ac_status); } && {
11325          test -z "$ac_c_werror_flag" ||
11326          test ! -s conftest.err
11327        } && test -s conftest.$ac_objext; then
11328   ac_cv_member_XICCallback_callback=yes
11329 else
11330   $as_echo "$as_me: failed program was:" >&5
11331 sed 's/^/| /' conftest.$ac_ext >&5
11332
11333         ac_cv_member_XICCallback_callback=no
11334 fi
11335
11336 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11337 fi
11338
11339 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11340 fi
11341 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11342 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11343 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11344
11345 cat >>confdefs.h <<_ACEOF
11346 #define HAVE_XICCALLBACK_CALLBACK 1
11347 _ACEOF
11348
11349
11350 fi
11351
11352
11353
11354         opengl_msg=""
11355     if test "x$with_opengl" != "xno"
11356     then
11357
11358
11359
11360
11361 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11362 do
11363 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11364 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11365 $as_echo_n "checking for $ac_header... " >&6; }
11366 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11367   $as_echo_n "(cached) " >&6
11368 else
11369   cat >conftest.$ac_ext <<_ACEOF
11370 /* confdefs.h.  */
11371 _ACEOF
11372 cat confdefs.h >>conftest.$ac_ext
11373 cat >>conftest.$ac_ext <<_ACEOF
11374 /* end confdefs.h.  */
11375 #ifdef HAVE_GL_GLX_H
11376 # include <GL/glx.h>
11377 #endif
11378
11379 #include <$ac_header>
11380 _ACEOF
11381 rm -f conftest.$ac_objext
11382 if { (ac_try="$ac_compile"
11383 case "(($ac_try" in
11384   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11385   *) ac_try_echo=$ac_try;;
11386 esac
11387 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11388 $as_echo "$ac_try_echo") >&5
11389   (eval "$ac_compile") 2>conftest.er1
11390   ac_status=$?
11391   grep -v '^ *+' conftest.er1 >conftest.err
11392   rm -f conftest.er1
11393   cat conftest.err >&5
11394   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11395   (exit $ac_status); } && {
11396          test -z "$ac_c_werror_flag" ||
11397          test ! -s conftest.err
11398        } && test -s conftest.$ac_objext; then
11399   eval "$as_ac_Header=yes"
11400 else
11401   $as_echo "$as_me: failed program was:" >&5
11402 sed 's/^/| /' conftest.$ac_ext >&5
11403
11404         eval "$as_ac_Header=no"
11405 fi
11406
11407 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11408 fi
11409 ac_res=`eval 'as_val=${'$as_ac_Header'}
11410                  $as_echo "$as_val"'`
11411                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11412 $as_echo "$ac_res" >&6; }
11413 as_val=`eval 'as_val=${'$as_ac_Header'}
11414                  $as_echo "$as_val"'`
11415    if test "x$as_val" = x""yes; then
11416   cat >>confdefs.h <<_ACEOF
11417 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11418 _ACEOF
11419
11420 fi
11421
11422 done
11423
11424         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11425         then
11426                     { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11427 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11428 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11429   $as_echo_n "(cached) " >&6
11430 else
11431   cat >conftest.$ac_ext <<_ACEOF
11432 /* confdefs.h.  */
11433 _ACEOF
11434 cat confdefs.h >>conftest.$ac_ext
11435 cat >>conftest.$ac_ext <<_ACEOF
11436 /* end confdefs.h.  */
11437 #include <GL/gl.h>
11438 int
11439 main ()
11440 {
11441 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11442   ;
11443   return 0;
11444 }
11445 _ACEOF
11446 rm -f conftest.$ac_objext
11447 if { (ac_try="$ac_compile"
11448 case "(($ac_try" in
11449   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11450   *) ac_try_echo=$ac_try;;
11451 esac
11452 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11453 $as_echo "$ac_try_echo") >&5
11454   (eval "$ac_compile") 2>conftest.er1
11455   ac_status=$?
11456   grep -v '^ *+' conftest.er1 >conftest.err
11457   rm -f conftest.er1
11458   cat conftest.err >&5
11459   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11460   (exit $ac_status); } && {
11461          test -z "$ac_c_werror_flag" ||
11462          test ! -s conftest.err
11463        } && test -s conftest.$ac_objext; then
11464   wine_cv_opengl_header_version_OK="yes"
11465 else
11466   $as_echo "$as_me: failed program was:" >&5
11467 sed 's/^/| /' conftest.$ac_ext >&5
11468
11469         wine_cv_opengl_header_version_OK="no"
11470 fi
11471
11472 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11473 fi
11474 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11475 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11476
11477             if test "$wine_cv_opengl_header_version_OK" = "yes"
11478             then
11479                                 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11480 $as_echo_n "checking for -lGL... " >&6; }
11481 if test "${ac_cv_lib_soname_GL+set}" = set; then
11482   $as_echo_n "(cached) " >&6
11483 else
11484   ac_check_soname_save_LIBS=$LIBS
11485 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11486   cat >conftest.$ac_ext <<_ACEOF
11487 /* confdefs.h.  */
11488 _ACEOF
11489 cat confdefs.h >>conftest.$ac_ext
11490 cat >>conftest.$ac_ext <<_ACEOF
11491 /* end confdefs.h.  */
11492
11493 /* Override any GCC internal prototype to avoid an error.
11494    Use char because int might match the return type of a GCC
11495    builtin and then its argument prototype would still apply.  */
11496 #ifdef __cplusplus
11497 extern "C"
11498 #endif
11499 char glXCreateContext ();
11500 int
11501 main ()
11502 {
11503 return glXCreateContext ();
11504   ;
11505   return 0;
11506 }
11507 _ACEOF
11508 rm -f conftest.$ac_objext conftest$ac_exeext
11509 if { (ac_try="$ac_link"
11510 case "(($ac_try" in
11511   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11512   *) ac_try_echo=$ac_try;;
11513 esac
11514 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11515 $as_echo "$ac_try_echo") >&5
11516   (eval "$ac_link") 2>conftest.er1
11517   ac_status=$?
11518   grep -v '^ *+' conftest.er1 >conftest.err
11519   rm -f conftest.er1
11520   cat conftest.err >&5
11521   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11522   (exit $ac_status); } && {
11523          test -z "$ac_c_werror_flag" ||
11524          test ! -s conftest.err
11525        } && test -s conftest$ac_exeext && {
11526          test "$cross_compiling" = yes ||
11527          $as_test_x conftest$ac_exeext
11528        }; then
11529   case "$LIBEXT" in
11530     dll) ;;
11531     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'` ;;
11532     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11533   esac
11534 else
11535   $as_echo "$as_me: failed program was:" >&5
11536 sed 's/^/| /' conftest.$ac_ext >&5
11537
11538
11539 fi
11540
11541 rm -rf conftest.dSYM
11542 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11543       conftest$ac_exeext conftest.$ac_ext
11544   LIBS=$ac_check_soname_save_LIBS
11545 fi
11546 if test "x$ac_cv_lib_soname_GL" = "x"; then
11547   { $as_echo "$as_me:$LINENO: result: not found" >&5
11548 $as_echo "not found" >&6; }
11549        { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11550 $as_echo_n "checking for -lGL... " >&6; }
11551 if test "${ac_cv_lib_soname_GL+set}" = set; then
11552   $as_echo_n "(cached) " >&6
11553 else
11554   ac_check_soname_save_LIBS=$LIBS
11555 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"
11556   cat >conftest.$ac_ext <<_ACEOF
11557 /* confdefs.h.  */
11558 _ACEOF
11559 cat confdefs.h >>conftest.$ac_ext
11560 cat >>conftest.$ac_ext <<_ACEOF
11561 /* end confdefs.h.  */
11562
11563 /* Override any GCC internal prototype to avoid an error.
11564    Use char because int might match the return type of a GCC
11565    builtin and then its argument prototype would still apply.  */
11566 #ifdef __cplusplus
11567 extern "C"
11568 #endif
11569 char glXCreateContext ();
11570 int
11571 main ()
11572 {
11573 return glXCreateContext ();
11574   ;
11575   return 0;
11576 }
11577 _ACEOF
11578 rm -f conftest.$ac_objext conftest$ac_exeext
11579 if { (ac_try="$ac_link"
11580 case "(($ac_try" in
11581   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11582   *) ac_try_echo=$ac_try;;
11583 esac
11584 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11585 $as_echo "$ac_try_echo") >&5
11586   (eval "$ac_link") 2>conftest.er1
11587   ac_status=$?
11588   grep -v '^ *+' conftest.er1 >conftest.err
11589   rm -f conftest.er1
11590   cat conftest.err >&5
11591   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11592   (exit $ac_status); } && {
11593          test -z "$ac_c_werror_flag" ||
11594          test ! -s conftest.err
11595        } && test -s conftest$ac_exeext && {
11596          test "$cross_compiling" = yes ||
11597          $as_test_x conftest$ac_exeext
11598        }; then
11599   case "$LIBEXT" in
11600     dll) ;;
11601     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'` ;;
11602     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11603   esac
11604 else
11605   $as_echo "$as_me: failed program was:" >&5
11606 sed 's/^/| /' conftest.$ac_ext >&5
11607
11608
11609 fi
11610
11611 rm -rf conftest.dSYM
11612 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11613       conftest$ac_exeext conftest.$ac_ext
11614   LIBS=$ac_check_soname_save_LIBS
11615 fi
11616 if test "x$ac_cv_lib_soname_GL" = "x"; then
11617   { $as_echo "$as_me:$LINENO: result: not found" >&5
11618 $as_echo "not found" >&6; }
11619        if test -f /usr/X11R6/lib/libGL.a
11620                                     then
11621                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11622 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11623                                     else
11624                                         opengl_msg="No OpenGL library found on this system."
11625                                     fi
11626 else
11627   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11628 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11629
11630 cat >>confdefs.h <<_ACEOF
11631 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11632 _ACEOF
11633
11634        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"
11635
11636 cat >>confdefs.h <<\_ACEOF
11637 #define HAVE_OPENGL 1
11638 _ACEOF
11639
11640 fi
11641
11642 else
11643   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11644 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11645
11646 cat >>confdefs.h <<_ACEOF
11647 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11648 _ACEOF
11649
11650        OPENGL_LIBS="-lGL"
11651
11652 cat >>confdefs.h <<\_ACEOF
11653 #define HAVE_OPENGL 1
11654 _ACEOF
11655
11656 fi
11657
11658                  if test "$ac_cv_header_GL_glu_h" = "yes"
11659                  then
11660                     { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11661 $as_echo_n "checking for -lGLU... " >&6; }
11662 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11663   $as_echo_n "(cached) " >&6
11664 else
11665   ac_check_soname_save_LIBS=$LIBS
11666 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11667   cat >conftest.$ac_ext <<_ACEOF
11668 /* confdefs.h.  */
11669 _ACEOF
11670 cat confdefs.h >>conftest.$ac_ext
11671 cat >>conftest.$ac_ext <<_ACEOF
11672 /* end confdefs.h.  */
11673
11674 /* Override any GCC internal prototype to avoid an error.
11675    Use char because int might match the return type of a GCC
11676    builtin and then its argument prototype would still apply.  */
11677 #ifdef __cplusplus
11678 extern "C"
11679 #endif
11680 char gluLookAt ();
11681 int
11682 main ()
11683 {
11684 return gluLookAt ();
11685   ;
11686   return 0;
11687 }
11688 _ACEOF
11689 rm -f conftest.$ac_objext conftest$ac_exeext
11690 if { (ac_try="$ac_link"
11691 case "(($ac_try" in
11692   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11693   *) ac_try_echo=$ac_try;;
11694 esac
11695 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11696 $as_echo "$ac_try_echo") >&5
11697   (eval "$ac_link") 2>conftest.er1
11698   ac_status=$?
11699   grep -v '^ *+' conftest.er1 >conftest.err
11700   rm -f conftest.er1
11701   cat conftest.err >&5
11702   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11703   (exit $ac_status); } && {
11704          test -z "$ac_c_werror_flag" ||
11705          test ! -s conftest.err
11706        } && test -s conftest$ac_exeext && {
11707          test "$cross_compiling" = yes ||
11708          $as_test_x conftest$ac_exeext
11709        }; then
11710   case "$LIBEXT" in
11711     dll) ;;
11712     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'` ;;
11713     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11714   esac
11715 else
11716   $as_echo "$as_me: failed program was:" >&5
11717 sed 's/^/| /' conftest.$ac_ext >&5
11718
11719
11720 fi
11721
11722 rm -rf conftest.dSYM
11723 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11724       conftest$ac_exeext conftest.$ac_ext
11725   LIBS=$ac_check_soname_save_LIBS
11726 fi
11727 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11728   { $as_echo "$as_me:$LINENO: result: not found" >&5
11729 $as_echo "not found" >&6; }
11730
11731 else
11732   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11733 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11734
11735 cat >>confdefs.h <<_ACEOF
11736 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11737 _ACEOF
11738
11739
11740 fi
11741
11742                  fi
11743                  if test "x$ac_cv_lib_soname_GLU" = "x"; then
11744   case "x$with_glu" in
11745   x)   wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11746   xno) ;;
11747   *)   { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11748 This is an error since --with-glu was requested." >&5
11749 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11750 This is an error since --with-glu was requested." >&2;}
11751    { (exit 1); exit 1; }; } ;;
11752 esac
11753 fi
11754
11755              else
11756                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11757              fi
11758          else
11759              opengl_msg="OpenGL development headers not found."
11760          fi
11761          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11762          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11763     else
11764          enable_opengl32=${enable_opengl32:-no}
11765          enable_glu32=${enable_glu32:-no}
11766     fi
11767     if test -n "$opengl_msg"; then
11768   case "x$with_opengl" in
11769   x)   wine_warnings="$wine_warnings|$opengl_msg
11770 OpenGL and Direct3D won't be supported." ;;
11771   xno) ;;
11772   *)   { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11773 OpenGL and Direct3D won't be supported.
11774 This is an error since --with-opengl was requested." >&5
11775 $as_echo "$as_me: error: $opengl_msg
11776 OpenGL and Direct3D won't be supported.
11777 This is an error since --with-opengl was requested." >&2;}
11778    { (exit 1); exit 1; }; } ;;
11779 esac
11780 fi
11781
11782
11783         NASLIBS=""
11784
11785
11786 for ac_header in audio/audiolib.h
11787 do
11788 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11789 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11790   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11791 $as_echo_n "checking for $ac_header... " >&6; }
11792 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11793   $as_echo_n "(cached) " >&6
11794 fi
11795 ac_res=`eval 'as_val=${'$as_ac_Header'}
11796                  $as_echo "$as_val"'`
11797                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11798 $as_echo "$ac_res" >&6; }
11799 else
11800   # Is the header compilable?
11801 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11802 $as_echo_n "checking $ac_header usability... " >&6; }
11803 cat >conftest.$ac_ext <<_ACEOF
11804 /* confdefs.h.  */
11805 _ACEOF
11806 cat confdefs.h >>conftest.$ac_ext
11807 cat >>conftest.$ac_ext <<_ACEOF
11808 /* end confdefs.h.  */
11809 $ac_includes_default
11810 #include <$ac_header>
11811 _ACEOF
11812 rm -f conftest.$ac_objext
11813 if { (ac_try="$ac_compile"
11814 case "(($ac_try" in
11815   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11816   *) ac_try_echo=$ac_try;;
11817 esac
11818 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11819 $as_echo "$ac_try_echo") >&5
11820   (eval "$ac_compile") 2>conftest.er1
11821   ac_status=$?
11822   grep -v '^ *+' conftest.er1 >conftest.err
11823   rm -f conftest.er1
11824   cat conftest.err >&5
11825   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11826   (exit $ac_status); } && {
11827          test -z "$ac_c_werror_flag" ||
11828          test ! -s conftest.err
11829        } && test -s conftest.$ac_objext; then
11830   ac_header_compiler=yes
11831 else
11832   $as_echo "$as_me: failed program was:" >&5
11833 sed 's/^/| /' conftest.$ac_ext >&5
11834
11835         ac_header_compiler=no
11836 fi
11837
11838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11839 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11840 $as_echo "$ac_header_compiler" >&6; }
11841
11842 # Is the header present?
11843 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11844 $as_echo_n "checking $ac_header presence... " >&6; }
11845 cat >conftest.$ac_ext <<_ACEOF
11846 /* confdefs.h.  */
11847 _ACEOF
11848 cat confdefs.h >>conftest.$ac_ext
11849 cat >>conftest.$ac_ext <<_ACEOF
11850 /* end confdefs.h.  */
11851 #include <$ac_header>
11852 _ACEOF
11853 if { (ac_try="$ac_cpp conftest.$ac_ext"
11854 case "(($ac_try" in
11855   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11856   *) ac_try_echo=$ac_try;;
11857 esac
11858 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11859 $as_echo "$ac_try_echo") >&5
11860   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11861   ac_status=$?
11862   grep -v '^ *+' conftest.er1 >conftest.err
11863   rm -f conftest.er1
11864   cat conftest.err >&5
11865   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11866   (exit $ac_status); } >/dev/null && {
11867          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11868          test ! -s conftest.err
11869        }; then
11870   ac_header_preproc=yes
11871 else
11872   $as_echo "$as_me: failed program was:" >&5
11873 sed 's/^/| /' conftest.$ac_ext >&5
11874
11875   ac_header_preproc=no
11876 fi
11877
11878 rm -f conftest.err conftest.$ac_ext
11879 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11880 $as_echo "$ac_header_preproc" >&6; }
11881
11882 # So?  What about this header?
11883 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11884   yes:no: )
11885     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11886 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11887     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11888 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11889     ac_header_preproc=yes
11890     ;;
11891   no:yes:* )
11892     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11893 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11894     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
11895 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
11896     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11897 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11898     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
11899 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
11900     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11901 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11902     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11903 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11904     ( cat <<\_ASBOX
11905 ## ------------------------------------ ##
11906 ## Report this to wine-devel@winehq.org ##
11907 ## ------------------------------------ ##
11908 _ASBOX
11909      ) | sed "s/^/$as_me: WARNING:     /" >&2
11910     ;;
11911 esac
11912 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11913 $as_echo_n "checking for $ac_header... " >&6; }
11914 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11915   $as_echo_n "(cached) " >&6
11916 else
11917   eval "$as_ac_Header=\$ac_header_preproc"
11918 fi
11919 ac_res=`eval 'as_val=${'$as_ac_Header'}
11920                  $as_echo "$as_val"'`
11921                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11922 $as_echo "$ac_res" >&6; }
11923
11924 fi
11925 as_val=`eval 'as_val=${'$as_ac_Header'}
11926                  $as_echo "$as_val"'`
11927    if test "x$as_val" = x""yes; then
11928   cat >>confdefs.h <<_ACEOF
11929 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11930 _ACEOF
11931
11932 for ac_header in audio/soundlib.h
11933 do
11934 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11935 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11936 $as_echo_n "checking for $ac_header... " >&6; }
11937 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11938   $as_echo_n "(cached) " >&6
11939 else
11940   cat >conftest.$ac_ext <<_ACEOF
11941 /* confdefs.h.  */
11942 _ACEOF
11943 cat confdefs.h >>conftest.$ac_ext
11944 cat >>conftest.$ac_ext <<_ACEOF
11945 /* end confdefs.h.  */
11946 #include <audio/audiolib.h>
11947
11948 #include <$ac_header>
11949 _ACEOF
11950 rm -f conftest.$ac_objext
11951 if { (ac_try="$ac_compile"
11952 case "(($ac_try" in
11953   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11954   *) ac_try_echo=$ac_try;;
11955 esac
11956 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11957 $as_echo "$ac_try_echo") >&5
11958   (eval "$ac_compile") 2>conftest.er1
11959   ac_status=$?
11960   grep -v '^ *+' conftest.er1 >conftest.err
11961   rm -f conftest.er1
11962   cat conftest.err >&5
11963   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11964   (exit $ac_status); } && {
11965          test -z "$ac_c_werror_flag" ||
11966          test ! -s conftest.err
11967        } && test -s conftest.$ac_objext; then
11968   eval "$as_ac_Header=yes"
11969 else
11970   $as_echo "$as_me: failed program was:" >&5
11971 sed 's/^/| /' conftest.$ac_ext >&5
11972
11973         eval "$as_ac_Header=no"
11974 fi
11975
11976 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11977 fi
11978 ac_res=`eval 'as_val=${'$as_ac_Header'}
11979                  $as_echo "$as_val"'`
11980                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11981 $as_echo "$ac_res" >&6; }
11982 as_val=`eval 'as_val=${'$as_ac_Header'}
11983                  $as_echo "$as_val"'`
11984    if test "x$as_val" = x""yes; then
11985   cat >>confdefs.h <<_ACEOF
11986 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11987 _ACEOF
11988
11989 fi
11990
11991 done
11992
11993           { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11994 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
11995 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11996   $as_echo_n "(cached) " >&6
11997 else
11998   ac_check_lib_save_LIBS=$LIBS
11999 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12000 cat >conftest.$ac_ext <<_ACEOF
12001 /* confdefs.h.  */
12002 _ACEOF
12003 cat confdefs.h >>conftest.$ac_ext
12004 cat >>conftest.$ac_ext <<_ACEOF
12005 /* end confdefs.h.  */
12006
12007 /* Override any GCC internal prototype to avoid an error.
12008    Use char because int might match the return type of a GCC
12009    builtin and then its argument prototype would still apply.  */
12010 #ifdef __cplusplus
12011 extern "C"
12012 #endif
12013 char AuCreateFlow ();
12014 int
12015 main ()
12016 {
12017 return AuCreateFlow ();
12018   ;
12019   return 0;
12020 }
12021 _ACEOF
12022 rm -f conftest.$ac_objext conftest$ac_exeext
12023 if { (ac_try="$ac_link"
12024 case "(($ac_try" in
12025   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12026   *) ac_try_echo=$ac_try;;
12027 esac
12028 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12029 $as_echo "$ac_try_echo") >&5
12030   (eval "$ac_link") 2>conftest.er1
12031   ac_status=$?
12032   grep -v '^ *+' conftest.er1 >conftest.err
12033   rm -f conftest.er1
12034   cat conftest.err >&5
12035   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12036   (exit $ac_status); } && {
12037          test -z "$ac_c_werror_flag" ||
12038          test ! -s conftest.err
12039        } && test -s conftest$ac_exeext && {
12040          test "$cross_compiling" = yes ||
12041          $as_test_x conftest$ac_exeext
12042        }; then
12043   ac_cv_lib_audio_AuCreateFlow=yes
12044 else
12045   $as_echo "$as_me: failed program was:" >&5
12046 sed 's/^/| /' conftest.$ac_ext >&5
12047
12048         ac_cv_lib_audio_AuCreateFlow=no
12049 fi
12050
12051 rm -rf conftest.dSYM
12052 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12053       conftest$ac_exeext conftest.$ac_ext
12054 LIBS=$ac_check_lib_save_LIBS
12055 fi
12056 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12057 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12058 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12059
12060 cat >>confdefs.h <<\_ACEOF
12061 #define HAVE_NAS 1
12062 _ACEOF
12063
12064                         { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12065 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12066 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12067   $as_echo_n "(cached) " >&6
12068 else
12069   ac_check_lib_save_LIBS=$LIBS
12070 LIBS="-lXau $X_LIBS $LIBS"
12071 cat >conftest.$ac_ext <<_ACEOF
12072 /* confdefs.h.  */
12073 _ACEOF
12074 cat confdefs.h >>conftest.$ac_ext
12075 cat >>conftest.$ac_ext <<_ACEOF
12076 /* end confdefs.h.  */
12077
12078 /* Override any GCC internal prototype to avoid an error.
12079    Use char because int might match the return type of a GCC
12080    builtin and then its argument prototype would still apply.  */
12081 #ifdef __cplusplus
12082 extern "C"
12083 #endif
12084 char XauGetBestAuthByAddr ();
12085 int
12086 main ()
12087 {
12088 return XauGetBestAuthByAddr ();
12089   ;
12090   return 0;
12091 }
12092 _ACEOF
12093 rm -f conftest.$ac_objext conftest$ac_exeext
12094 if { (ac_try="$ac_link"
12095 case "(($ac_try" in
12096   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12097   *) ac_try_echo=$ac_try;;
12098 esac
12099 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12100 $as_echo "$ac_try_echo") >&5
12101   (eval "$ac_link") 2>conftest.er1
12102   ac_status=$?
12103   grep -v '^ *+' conftest.er1 >conftest.err
12104   rm -f conftest.er1
12105   cat conftest.err >&5
12106   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12107   (exit $ac_status); } && {
12108          test -z "$ac_c_werror_flag" ||
12109          test ! -s conftest.err
12110        } && test -s conftest$ac_exeext && {
12111          test "$cross_compiling" = yes ||
12112          $as_test_x conftest$ac_exeext
12113        }; then
12114   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12115 else
12116   $as_echo "$as_me: failed program was:" >&5
12117 sed 's/^/| /' conftest.$ac_ext >&5
12118
12119         ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12120 fi
12121
12122 rm -rf conftest.dSYM
12123 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12124       conftest$ac_exeext conftest.$ac_ext
12125 LIBS=$ac_check_lib_save_LIBS
12126 fi
12127 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12128 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12129 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12130   NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12131 else
12132   NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12133 fi
12134
12135
12136 fi
12137
12138 fi
12139
12140 done
12141
12142
12143     CPPFLAGS="$ac_save_CPPFLAGS"
12144 else
12145     XLIB=""
12146     X_CFLAGS=""
12147     X_LIBS=""
12148     enable_winex11_drv=${enable_winex11_drv:-no}
12149     enable_opengl32=${enable_opengl32:-no}
12150     enable_glu32=${enable_glu32:-no}
12151 fi
12152 if test "x$XLIB" = "x"; then
12153   case "x$with_x" in
12154   xno) ;;
12155   *)   { { $as_echo "$as_me:$LINENO: error: X development files not found. Wine will be built
12156 without X support, which probably isn't what you want. You will need to install
12157 development packages of Xlib/Xfree86 at the very least.
12158 Use the --without-x option if you really want this." >&5
12159 $as_echo "$as_me: error: X development files not found. Wine will be built
12160 without X support, which probably isn't what you want. You will need to install
12161 development packages of Xlib/Xfree86 at the very least.
12162 Use the --without-x option if you really want this." >&2;}
12163    { (exit 1); exit 1; }; } ;;
12164 esac
12165 fi
12166
12167
12168
12169 XML2LIBS=""
12170
12171 XML2INCL=""
12172
12173 XSLTINCL=""
12174
12175 if test "x$with_xml" != "xno"
12176 then
12177     ac_save_CPPFLAGS="$CPPFLAGS"
12178     if test "$PKG_CONFIG" != "false"
12179     then
12180         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12181         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12182     else
12183         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12184         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
12185     fi
12186     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12187
12188 for ac_header in libxml/parser.h
12189 do
12190 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12191 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12192   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12193 $as_echo_n "checking for $ac_header... " >&6; }
12194 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12195   $as_echo_n "(cached) " >&6
12196 fi
12197 ac_res=`eval 'as_val=${'$as_ac_Header'}
12198                  $as_echo "$as_val"'`
12199                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12200 $as_echo "$ac_res" >&6; }
12201 else
12202   # Is the header compilable?
12203 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12204 $as_echo_n "checking $ac_header usability... " >&6; }
12205 cat >conftest.$ac_ext <<_ACEOF
12206 /* confdefs.h.  */
12207 _ACEOF
12208 cat confdefs.h >>conftest.$ac_ext
12209 cat >>conftest.$ac_ext <<_ACEOF
12210 /* end confdefs.h.  */
12211 $ac_includes_default
12212 #include <$ac_header>
12213 _ACEOF
12214 rm -f conftest.$ac_objext
12215 if { (ac_try="$ac_compile"
12216 case "(($ac_try" in
12217   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12218   *) ac_try_echo=$ac_try;;
12219 esac
12220 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12221 $as_echo "$ac_try_echo") >&5
12222   (eval "$ac_compile") 2>conftest.er1
12223   ac_status=$?
12224   grep -v '^ *+' conftest.er1 >conftest.err
12225   rm -f conftest.er1
12226   cat conftest.err >&5
12227   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12228   (exit $ac_status); } && {
12229          test -z "$ac_c_werror_flag" ||
12230          test ! -s conftest.err
12231        } && test -s conftest.$ac_objext; then
12232   ac_header_compiler=yes
12233 else
12234   $as_echo "$as_me: failed program was:" >&5
12235 sed 's/^/| /' conftest.$ac_ext >&5
12236
12237         ac_header_compiler=no
12238 fi
12239
12240 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12241 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12242 $as_echo "$ac_header_compiler" >&6; }
12243
12244 # Is the header present?
12245 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12246 $as_echo_n "checking $ac_header presence... " >&6; }
12247 cat >conftest.$ac_ext <<_ACEOF
12248 /* confdefs.h.  */
12249 _ACEOF
12250 cat confdefs.h >>conftest.$ac_ext
12251 cat >>conftest.$ac_ext <<_ACEOF
12252 /* end confdefs.h.  */
12253 #include <$ac_header>
12254 _ACEOF
12255 if { (ac_try="$ac_cpp conftest.$ac_ext"
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_cpp conftest.$ac_ext") 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); } >/dev/null && {
12269          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12270          test ! -s conftest.err
12271        }; then
12272   ac_header_preproc=yes
12273 else
12274   $as_echo "$as_me: failed program was:" >&5
12275 sed 's/^/| /' conftest.$ac_ext >&5
12276
12277   ac_header_preproc=no
12278 fi
12279
12280 rm -f conftest.err conftest.$ac_ext
12281 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12282 $as_echo "$ac_header_preproc" >&6; }
12283
12284 # So?  What about this header?
12285 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12286   yes:no: )
12287     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12288 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12289     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12290 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12291     ac_header_preproc=yes
12292     ;;
12293   no:yes:* )
12294     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12295 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12296     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12297 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12298     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12299 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12300     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12301 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12302     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12303 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12304     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12305 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12306     ( cat <<\_ASBOX
12307 ## ------------------------------------ ##
12308 ## Report this to wine-devel@winehq.org ##
12309 ## ------------------------------------ ##
12310 _ASBOX
12311      ) | sed "s/^/$as_me: WARNING:     /" >&2
12312     ;;
12313 esac
12314 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12315 $as_echo_n "checking for $ac_header... " >&6; }
12316 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12317   $as_echo_n "(cached) " >&6
12318 else
12319   eval "$as_ac_Header=\$ac_header_preproc"
12320 fi
12321 ac_res=`eval 'as_val=${'$as_ac_Header'}
12322                  $as_echo "$as_val"'`
12323                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12324 $as_echo "$ac_res" >&6; }
12325
12326 fi
12327 as_val=`eval 'as_val=${'$as_ac_Header'}
12328                  $as_echo "$as_val"'`
12329    if test "x$as_val" = x""yes; then
12330   cat >>confdefs.h <<_ACEOF
12331 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12332 _ACEOF
12333  { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12334 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12335 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12336   $as_echo_n "(cached) " >&6
12337 else
12338   ac_check_lib_save_LIBS=$LIBS
12339 LIBS="-lxml2 $ac_xml_libs $LIBS"
12340 cat >conftest.$ac_ext <<_ACEOF
12341 /* confdefs.h.  */
12342 _ACEOF
12343 cat confdefs.h >>conftest.$ac_ext
12344 cat >>conftest.$ac_ext <<_ACEOF
12345 /* end confdefs.h.  */
12346
12347 /* Override any GCC internal prototype to avoid an error.
12348    Use char because int might match the return type of a GCC
12349    builtin and then its argument prototype would still apply.  */
12350 #ifdef __cplusplus
12351 extern "C"
12352 #endif
12353 char xmlParseMemory ();
12354 int
12355 main ()
12356 {
12357 return xmlParseMemory ();
12358   ;
12359   return 0;
12360 }
12361 _ACEOF
12362 rm -f conftest.$ac_objext conftest$ac_exeext
12363 if { (ac_try="$ac_link"
12364 case "(($ac_try" in
12365   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12366   *) ac_try_echo=$ac_try;;
12367 esac
12368 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12369 $as_echo "$ac_try_echo") >&5
12370   (eval "$ac_link") 2>conftest.er1
12371   ac_status=$?
12372   grep -v '^ *+' conftest.er1 >conftest.err
12373   rm -f conftest.er1
12374   cat conftest.err >&5
12375   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12376   (exit $ac_status); } && {
12377          test -z "$ac_c_werror_flag" ||
12378          test ! -s conftest.err
12379        } && test -s conftest$ac_exeext && {
12380          test "$cross_compiling" = yes ||
12381          $as_test_x conftest$ac_exeext
12382        }; then
12383   ac_cv_lib_xml2_xmlParseMemory=yes
12384 else
12385   $as_echo "$as_me: failed program was:" >&5
12386 sed 's/^/| /' conftest.$ac_ext >&5
12387
12388         ac_cv_lib_xml2_xmlParseMemory=no
12389 fi
12390
12391 rm -rf conftest.dSYM
12392 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12393       conftest$ac_exeext conftest.$ac_ext
12394 LIBS=$ac_check_lib_save_LIBS
12395 fi
12396 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12397 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12398 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12399
12400 cat >>confdefs.h <<\_ACEOF
12401 #define HAVE_LIBXML2 1
12402 _ACEOF
12403
12404                  XML2LIBS="$ac_xml_libs"
12405                  XML2INCL="$ac_xml_cflags"
12406 fi
12407
12408              { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12409 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12410 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12411   $as_echo_n "(cached) " >&6
12412 else
12413   ac_check_lib_save_LIBS=$LIBS
12414 LIBS="-lxml2 $ac_xml_libs $LIBS"
12415 cat >conftest.$ac_ext <<_ACEOF
12416 /* confdefs.h.  */
12417 _ACEOF
12418 cat confdefs.h >>conftest.$ac_ext
12419 cat >>conftest.$ac_ext <<_ACEOF
12420 /* end confdefs.h.  */
12421
12422 /* Override any GCC internal prototype to avoid an error.
12423    Use char because int might match the return type of a GCC
12424    builtin and then its argument prototype would still apply.  */
12425 #ifdef __cplusplus
12426 extern "C"
12427 #endif
12428 char xmlReadMemory ();
12429 int
12430 main ()
12431 {
12432 return xmlReadMemory ();
12433   ;
12434   return 0;
12435 }
12436 _ACEOF
12437 rm -f conftest.$ac_objext conftest$ac_exeext
12438 if { (ac_try="$ac_link"
12439 case "(($ac_try" in
12440   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12441   *) ac_try_echo=$ac_try;;
12442 esac
12443 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12444 $as_echo "$ac_try_echo") >&5
12445   (eval "$ac_link") 2>conftest.er1
12446   ac_status=$?
12447   grep -v '^ *+' conftest.er1 >conftest.err
12448   rm -f conftest.er1
12449   cat conftest.err >&5
12450   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12451   (exit $ac_status); } && {
12452          test -z "$ac_c_werror_flag" ||
12453          test ! -s conftest.err
12454        } && test -s conftest$ac_exeext && {
12455          test "$cross_compiling" = yes ||
12456          $as_test_x conftest$ac_exeext
12457        }; then
12458   ac_cv_lib_xml2_xmlReadMemory=yes
12459 else
12460   $as_echo "$as_me: failed program was:" >&5
12461 sed 's/^/| /' conftest.$ac_ext >&5
12462
12463         ac_cv_lib_xml2_xmlReadMemory=no
12464 fi
12465
12466 rm -rf conftest.dSYM
12467 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12468       conftest$ac_exeext conftest.$ac_ext
12469 LIBS=$ac_check_lib_save_LIBS
12470 fi
12471 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12472 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12473 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12474
12475 cat >>confdefs.h <<\_ACEOF
12476 #define HAVE_XMLREADMEMORY 1
12477 _ACEOF
12478
12479 fi
12480
12481              { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12482 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12483 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12484   $as_echo_n "(cached) " >&6
12485 else
12486   ac_check_lib_save_LIBS=$LIBS
12487 LIBS="-lxml2 $ac_xml_libs $LIBS"
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
12495 /* Override any GCC internal prototype to avoid an error.
12496    Use char because int might match the return type of a GCC
12497    builtin and then its argument prototype would still apply.  */
12498 #ifdef __cplusplus
12499 extern "C"
12500 #endif
12501 char xmlNewDocPI ();
12502 int
12503 main ()
12504 {
12505 return xmlNewDocPI ();
12506   ;
12507   return 0;
12508 }
12509 _ACEOF
12510 rm -f conftest.$ac_objext conftest$ac_exeext
12511 if { (ac_try="$ac_link"
12512 case "(($ac_try" in
12513   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12514   *) ac_try_echo=$ac_try;;
12515 esac
12516 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12517 $as_echo "$ac_try_echo") >&5
12518   (eval "$ac_link") 2>conftest.er1
12519   ac_status=$?
12520   grep -v '^ *+' conftest.er1 >conftest.err
12521   rm -f conftest.er1
12522   cat conftest.err >&5
12523   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12524   (exit $ac_status); } && {
12525          test -z "$ac_c_werror_flag" ||
12526          test ! -s conftest.err
12527        } && test -s conftest$ac_exeext && {
12528          test "$cross_compiling" = yes ||
12529          $as_test_x conftest$ac_exeext
12530        }; then
12531   ac_cv_lib_xml2_xmlNewDocPI=yes
12532 else
12533   $as_echo "$as_me: failed program was:" >&5
12534 sed 's/^/| /' conftest.$ac_ext >&5
12535
12536         ac_cv_lib_xml2_xmlNewDocPI=no
12537 fi
12538
12539 rm -rf conftest.dSYM
12540 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12541       conftest$ac_exeext conftest.$ac_ext
12542 LIBS=$ac_check_lib_save_LIBS
12543 fi
12544 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12545 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12546 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12547
12548 cat >>confdefs.h <<\_ACEOF
12549 #define HAVE_XMLNEWDOCPI 1
12550 _ACEOF
12551
12552 fi
12553
12554
12555 fi
12556
12557 done
12558
12559     CPPFLAGS="$ac_save_CPPFLAGS"
12560 fi
12561 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12562   case "x$with_xml" in
12563   x)   wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12564   xno) ;;
12565   *)   { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12566 This is an error since --with-xml was requested." >&5
12567 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12568 This is an error since --with-xml was requested." >&2;}
12569    { (exit 1); exit 1; }; } ;;
12570 esac
12571 fi
12572
12573
12574 if test "x$with_xslt" != "xno"
12575 then
12576     if test "$PKG_CONFIG" != "false"
12577     then
12578         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12579         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12580     else
12581         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12582         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12583     fi
12584     ac_save_CPPFLAGS="$CPPFLAGS"
12585     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12586
12587
12588 for ac_header in libxslt/pattern.h libxslt/transform.h
12589 do
12590 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12591 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12592 $as_echo_n "checking for $ac_header... " >&6; }
12593 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12594   $as_echo_n "(cached) " >&6
12595 else
12596   cat >conftest.$ac_ext <<_ACEOF
12597 /* confdefs.h.  */
12598 _ACEOF
12599 cat confdefs.h >>conftest.$ac_ext
12600 cat >>conftest.$ac_ext <<_ACEOF
12601 /* end confdefs.h.  */
12602 #ifdef HAVE_LIBXSLT_PATTERN_H
12603 # include <libxslt/pattern.h>
12604 #endif
12605
12606 #include <$ac_header>
12607 _ACEOF
12608 rm -f conftest.$ac_objext
12609 if { (ac_try="$ac_compile"
12610 case "(($ac_try" in
12611   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12612   *) ac_try_echo=$ac_try;;
12613 esac
12614 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12615 $as_echo "$ac_try_echo") >&5
12616   (eval "$ac_compile") 2>conftest.er1
12617   ac_status=$?
12618   grep -v '^ *+' conftest.er1 >conftest.err
12619   rm -f conftest.er1
12620   cat conftest.err >&5
12621   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12622   (exit $ac_status); } && {
12623          test -z "$ac_c_werror_flag" ||
12624          test ! -s conftest.err
12625        } && test -s conftest.$ac_objext; then
12626   eval "$as_ac_Header=yes"
12627 else
12628   $as_echo "$as_me: failed program was:" >&5
12629 sed 's/^/| /' conftest.$ac_ext >&5
12630
12631         eval "$as_ac_Header=no"
12632 fi
12633
12634 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12635 fi
12636 ac_res=`eval 'as_val=${'$as_ac_Header'}
12637                  $as_echo "$as_val"'`
12638                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12639 $as_echo "$ac_res" >&6; }
12640 as_val=`eval 'as_val=${'$as_ac_Header'}
12641                  $as_echo "$as_val"'`
12642    if test "x$as_val" = x""yes; then
12643   cat >>confdefs.h <<_ACEOF
12644 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12645 _ACEOF
12646
12647 fi
12648
12649 done
12650
12651     CPPFLAGS="$ac_save_CPPFLAGS"
12652     if test "$ac_cv_header_libxslt_transform_h" = "yes"
12653     then
12654         { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12655 $as_echo_n "checking for -lxslt... " >&6; }
12656 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12657   $as_echo_n "(cached) " >&6
12658 else
12659   ac_check_soname_save_LIBS=$LIBS
12660 LIBS="-lxslt $ac_xslt_libs $LIBS"
12661   cat >conftest.$ac_ext <<_ACEOF
12662 /* confdefs.h.  */
12663 _ACEOF
12664 cat confdefs.h >>conftest.$ac_ext
12665 cat >>conftest.$ac_ext <<_ACEOF
12666 /* end confdefs.h.  */
12667
12668 /* Override any GCC internal prototype to avoid an error.
12669    Use char because int might match the return type of a GCC
12670    builtin and then its argument prototype would still apply.  */
12671 #ifdef __cplusplus
12672 extern "C"
12673 #endif
12674 char xsltCompilePattern ();
12675 int
12676 main ()
12677 {
12678 return xsltCompilePattern ();
12679   ;
12680   return 0;
12681 }
12682 _ACEOF
12683 rm -f conftest.$ac_objext conftest$ac_exeext
12684 if { (ac_try="$ac_link"
12685 case "(($ac_try" in
12686   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12687   *) ac_try_echo=$ac_try;;
12688 esac
12689 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12690 $as_echo "$ac_try_echo") >&5
12691   (eval "$ac_link") 2>conftest.er1
12692   ac_status=$?
12693   grep -v '^ *+' conftest.er1 >conftest.err
12694   rm -f conftest.er1
12695   cat conftest.err >&5
12696   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12697   (exit $ac_status); } && {
12698          test -z "$ac_c_werror_flag" ||
12699          test ! -s conftest.err
12700        } && test -s conftest$ac_exeext && {
12701          test "$cross_compiling" = yes ||
12702          $as_test_x conftest$ac_exeext
12703        }; then
12704   case "$LIBEXT" in
12705     dll) ;;
12706     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'` ;;
12707     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
12708   esac
12709 else
12710   $as_echo "$as_me: failed program was:" >&5
12711 sed 's/^/| /' conftest.$ac_ext >&5
12712
12713
12714 fi
12715
12716 rm -rf conftest.dSYM
12717 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12718       conftest$ac_exeext conftest.$ac_ext
12719   LIBS=$ac_check_soname_save_LIBS
12720 fi
12721 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12722   { $as_echo "$as_me:$LINENO: result: not found" >&5
12723 $as_echo "not found" >&6; }
12724
12725 else
12726   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12727 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12728
12729 cat >>confdefs.h <<_ACEOF
12730 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12731 _ACEOF
12732
12733        XSLTINCL="$ac_xslt_cflags"
12734 fi
12735
12736     fi
12737 fi
12738 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12739   case "x$with_xslt" in
12740   x)   wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12741   xno) ;;
12742   *)   { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12743 This is an error since --with-xslt was requested." >&5
12744 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12745 This is an error since --with-xslt was requested." >&2;}
12746    { (exit 1); exit 1; }; } ;;
12747 esac
12748 fi
12749
12750
12751 HALINCL=""
12752
12753 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12754 then
12755     ac_save_CPPFLAGS="$CPPFLAGS"
12756     ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12757     ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12758     CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12759
12760
12761 for ac_header in dbus/dbus.h hal/libhal.h
12762 do
12763 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12764 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12765   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12766 $as_echo_n "checking for $ac_header... " >&6; }
12767 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12768   $as_echo_n "(cached) " >&6
12769 fi
12770 ac_res=`eval 'as_val=${'$as_ac_Header'}
12771                  $as_echo "$as_val"'`
12772                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12773 $as_echo "$ac_res" >&6; }
12774 else
12775   # Is the header compilable?
12776 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12777 $as_echo_n "checking $ac_header usability... " >&6; }
12778 cat >conftest.$ac_ext <<_ACEOF
12779 /* confdefs.h.  */
12780 _ACEOF
12781 cat confdefs.h >>conftest.$ac_ext
12782 cat >>conftest.$ac_ext <<_ACEOF
12783 /* end confdefs.h.  */
12784 $ac_includes_default
12785 #include <$ac_header>
12786 _ACEOF
12787 rm -f conftest.$ac_objext
12788 if { (ac_try="$ac_compile"
12789 case "(($ac_try" in
12790   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12791   *) ac_try_echo=$ac_try;;
12792 esac
12793 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12794 $as_echo "$ac_try_echo") >&5
12795   (eval "$ac_compile") 2>conftest.er1
12796   ac_status=$?
12797   grep -v '^ *+' conftest.er1 >conftest.err
12798   rm -f conftest.er1
12799   cat conftest.err >&5
12800   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12801   (exit $ac_status); } && {
12802          test -z "$ac_c_werror_flag" ||
12803          test ! -s conftest.err
12804        } && test -s conftest.$ac_objext; then
12805   ac_header_compiler=yes
12806 else
12807   $as_echo "$as_me: failed program was:" >&5
12808 sed 's/^/| /' conftest.$ac_ext >&5
12809
12810         ac_header_compiler=no
12811 fi
12812
12813 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12814 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12815 $as_echo "$ac_header_compiler" >&6; }
12816
12817 # Is the header present?
12818 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12819 $as_echo_n "checking $ac_header presence... " >&6; }
12820 cat >conftest.$ac_ext <<_ACEOF
12821 /* confdefs.h.  */
12822 _ACEOF
12823 cat confdefs.h >>conftest.$ac_ext
12824 cat >>conftest.$ac_ext <<_ACEOF
12825 /* end confdefs.h.  */
12826 #include <$ac_header>
12827 _ACEOF
12828 if { (ac_try="$ac_cpp conftest.$ac_ext"
12829 case "(($ac_try" in
12830   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12831   *) ac_try_echo=$ac_try;;
12832 esac
12833 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12834 $as_echo "$ac_try_echo") >&5
12835   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12836   ac_status=$?
12837   grep -v '^ *+' conftest.er1 >conftest.err
12838   rm -f conftest.er1
12839   cat conftest.err >&5
12840   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12841   (exit $ac_status); } >/dev/null && {
12842          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12843          test ! -s conftest.err
12844        }; then
12845   ac_header_preproc=yes
12846 else
12847   $as_echo "$as_me: failed program was:" >&5
12848 sed 's/^/| /' conftest.$ac_ext >&5
12849
12850   ac_header_preproc=no
12851 fi
12852
12853 rm -f conftest.err conftest.$ac_ext
12854 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12855 $as_echo "$ac_header_preproc" >&6; }
12856
12857 # So?  What about this header?
12858 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12859   yes:no: )
12860     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12861 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12862     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12863 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12864     ac_header_preproc=yes
12865     ;;
12866   no:yes:* )
12867     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12868 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12869     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12870 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12871     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12872 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12873     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12874 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12875     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12876 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12877     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12878 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12879     ( cat <<\_ASBOX
12880 ## ------------------------------------ ##
12881 ## Report this to wine-devel@winehq.org ##
12882 ## ------------------------------------ ##
12883 _ASBOX
12884      ) | sed "s/^/$as_me: WARNING:     /" >&2
12885     ;;
12886 esac
12887 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12888 $as_echo_n "checking for $ac_header... " >&6; }
12889 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12890   $as_echo_n "(cached) " >&6
12891 else
12892   eval "$as_ac_Header=\$ac_header_preproc"
12893 fi
12894 ac_res=`eval 'as_val=${'$as_ac_Header'}
12895                  $as_echo "$as_val"'`
12896                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12897 $as_echo "$ac_res" >&6; }
12898
12899 fi
12900 as_val=`eval 'as_val=${'$as_ac_Header'}
12901                  $as_echo "$as_val"'`
12902    if test "x$as_val" = x""yes; then
12903   cat >>confdefs.h <<_ACEOF
12904 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12905 _ACEOF
12906
12907 fi
12908
12909 done
12910
12911     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12912     then
12913         { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12914 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
12915 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12916   $as_echo_n "(cached) " >&6
12917 else
12918   ac_check_lib_save_LIBS=$LIBS
12919 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12920 cat >conftest.$ac_ext <<_ACEOF
12921 /* confdefs.h.  */
12922 _ACEOF
12923 cat confdefs.h >>conftest.$ac_ext
12924 cat >>conftest.$ac_ext <<_ACEOF
12925 /* end confdefs.h.  */
12926
12927 /* Override any GCC internal prototype to avoid an error.
12928    Use char because int might match the return type of a GCC
12929    builtin and then its argument prototype would still apply.  */
12930 #ifdef __cplusplus
12931 extern "C"
12932 #endif
12933 char dbus_connection_close ();
12934 int
12935 main ()
12936 {
12937 return dbus_connection_close ();
12938   ;
12939   return 0;
12940 }
12941 _ACEOF
12942 rm -f conftest.$ac_objext conftest$ac_exeext
12943 if { (ac_try="$ac_link"
12944 case "(($ac_try" in
12945   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12946   *) ac_try_echo=$ac_try;;
12947 esac
12948 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12949 $as_echo "$ac_try_echo") >&5
12950   (eval "$ac_link") 2>conftest.er1
12951   ac_status=$?
12952   grep -v '^ *+' conftest.er1 >conftest.err
12953   rm -f conftest.er1
12954   cat conftest.err >&5
12955   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12956   (exit $ac_status); } && {
12957          test -z "$ac_c_werror_flag" ||
12958          test ! -s conftest.err
12959        } && test -s conftest$ac_exeext && {
12960          test "$cross_compiling" = yes ||
12961          $as_test_x conftest$ac_exeext
12962        }; then
12963   ac_cv_lib_dbus_1_dbus_connection_close=yes
12964 else
12965   $as_echo "$as_me: failed program was:" >&5
12966 sed 's/^/| /' conftest.$ac_ext >&5
12967
12968         ac_cv_lib_dbus_1_dbus_connection_close=no
12969 fi
12970
12971 rm -rf conftest.dSYM
12972 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12973       conftest$ac_exeext conftest.$ac_ext
12974 LIBS=$ac_check_lib_save_LIBS
12975 fi
12976 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12977 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12978 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
12979   { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
12980 $as_echo_n "checking for -lhal... " >&6; }
12981 if test "${ac_cv_lib_soname_hal+set}" = set; then
12982   $as_echo_n "(cached) " >&6
12983 else
12984   ac_check_soname_save_LIBS=$LIBS
12985 LIBS="-lhal $ac_hal_libs $LIBS"
12986   cat >conftest.$ac_ext <<_ACEOF
12987 /* confdefs.h.  */
12988 _ACEOF
12989 cat confdefs.h >>conftest.$ac_ext
12990 cat >>conftest.$ac_ext <<_ACEOF
12991 /* end confdefs.h.  */
12992
12993 /* Override any GCC internal prototype to avoid an error.
12994    Use char because int might match the return type of a GCC
12995    builtin and then its argument prototype would still apply.  */
12996 #ifdef __cplusplus
12997 extern "C"
12998 #endif
12999 char libhal_ctx_new ();
13000 int
13001 main ()
13002 {
13003 return libhal_ctx_new ();
13004   ;
13005   return 0;
13006 }
13007 _ACEOF
13008 rm -f conftest.$ac_objext conftest$ac_exeext
13009 if { (ac_try="$ac_link"
13010 case "(($ac_try" in
13011   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13012   *) ac_try_echo=$ac_try;;
13013 esac
13014 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13015 $as_echo "$ac_try_echo") >&5
13016   (eval "$ac_link") 2>conftest.er1
13017   ac_status=$?
13018   grep -v '^ *+' conftest.er1 >conftest.err
13019   rm -f conftest.er1
13020   cat conftest.err >&5
13021   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13022   (exit $ac_status); } && {
13023          test -z "$ac_c_werror_flag" ||
13024          test ! -s conftest.err
13025        } && test -s conftest$ac_exeext && {
13026          test "$cross_compiling" = yes ||
13027          $as_test_x conftest$ac_exeext
13028        }; then
13029   case "$LIBEXT" in
13030     dll) ;;
13031     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'` ;;
13032     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
13033   esac
13034 else
13035   $as_echo "$as_me: failed program was:" >&5
13036 sed 's/^/| /' conftest.$ac_ext >&5
13037
13038
13039 fi
13040
13041 rm -rf conftest.dSYM
13042 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13043       conftest$ac_exeext conftest.$ac_ext
13044   LIBS=$ac_check_soname_save_LIBS
13045 fi
13046 if test "x$ac_cv_lib_soname_hal" = "x"; then
13047   { $as_echo "$as_me:$LINENO: result: not found" >&5
13048 $as_echo "not found" >&6; }
13049
13050 else
13051   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13052 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13053
13054 cat >>confdefs.h <<_ACEOF
13055 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13056 _ACEOF
13057
13058        HALINCL="$ac_hal_cflags"
13059 fi
13060
13061 fi
13062
13063     fi
13064     CPPFLAGS="$ac_save_CPPFLAGS"
13065 fi
13066 if test "x$ac_cv_lib_soname_hal" = "x"; then
13067   case "x$with_hal" in
13068   x)   wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13069   xno) ;;
13070   *)   { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13071 This is an error since --with-hal was requested." >&5
13072 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13073 This is an error since --with-hal was requested." >&2;}
13074    { (exit 1); exit 1; }; } ;;
13075 esac
13076 fi
13077
13078
13079 if test "x$with_gnutls" != "xno" -a "$PKG_CONFIG" != "false"
13080 then
13081     ac_save_CPPFLAGS="$CPPFLAGS"
13082     ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13083     ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13084     CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13085     if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13086   { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13087 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13088 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13089   $as_echo_n "(cached) " >&6
13090 fi
13091 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13092 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13093 else
13094   # Is the header compilable?
13095 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13096 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13097 cat >conftest.$ac_ext <<_ACEOF
13098 /* confdefs.h.  */
13099 _ACEOF
13100 cat confdefs.h >>conftest.$ac_ext
13101 cat >>conftest.$ac_ext <<_ACEOF
13102 /* end confdefs.h.  */
13103 $ac_includes_default
13104 #include <gnutls/gnutls.h>
13105 _ACEOF
13106 rm -f conftest.$ac_objext
13107 if { (ac_try="$ac_compile"
13108 case "(($ac_try" in
13109   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13110   *) ac_try_echo=$ac_try;;
13111 esac
13112 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13113 $as_echo "$ac_try_echo") >&5
13114   (eval "$ac_compile") 2>conftest.er1
13115   ac_status=$?
13116   grep -v '^ *+' conftest.er1 >conftest.err
13117   rm -f conftest.er1
13118   cat conftest.err >&5
13119   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13120   (exit $ac_status); } && {
13121          test -z "$ac_c_werror_flag" ||
13122          test ! -s conftest.err
13123        } && test -s conftest.$ac_objext; then
13124   ac_header_compiler=yes
13125 else
13126   $as_echo "$as_me: failed program was:" >&5
13127 sed 's/^/| /' conftest.$ac_ext >&5
13128
13129         ac_header_compiler=no
13130 fi
13131
13132 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13133 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13134 $as_echo "$ac_header_compiler" >&6; }
13135
13136 # Is the header present?
13137 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13138 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13139 cat >conftest.$ac_ext <<_ACEOF
13140 /* confdefs.h.  */
13141 _ACEOF
13142 cat confdefs.h >>conftest.$ac_ext
13143 cat >>conftest.$ac_ext <<_ACEOF
13144 /* end confdefs.h.  */
13145 #include <gnutls/gnutls.h>
13146 _ACEOF
13147 if { (ac_try="$ac_cpp conftest.$ac_ext"
13148 case "(($ac_try" in
13149   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13150   *) ac_try_echo=$ac_try;;
13151 esac
13152 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13153 $as_echo "$ac_try_echo") >&5
13154   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13155   ac_status=$?
13156   grep -v '^ *+' conftest.er1 >conftest.err
13157   rm -f conftest.er1
13158   cat conftest.err >&5
13159   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13160   (exit $ac_status); } >/dev/null && {
13161          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13162          test ! -s conftest.err
13163        }; then
13164   ac_header_preproc=yes
13165 else
13166   $as_echo "$as_me: failed program was:" >&5
13167 sed 's/^/| /' conftest.$ac_ext >&5
13168
13169   ac_header_preproc=no
13170 fi
13171
13172 rm -f conftest.err conftest.$ac_ext
13173 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13174 $as_echo "$ac_header_preproc" >&6; }
13175
13176 # So?  What about this header?
13177 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13178   yes:no: )
13179     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13180 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13181     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13182 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13183     ac_header_preproc=yes
13184     ;;
13185   no:yes:* )
13186     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13187 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13188     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&5
13189 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&2;}
13190     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13191 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13192     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&5
13193 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13194     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13195 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13196     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13197 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13198     ( cat <<\_ASBOX
13199 ## ------------------------------------ ##
13200 ## Report this to wine-devel@winehq.org ##
13201 ## ------------------------------------ ##
13202 _ASBOX
13203      ) | sed "s/^/$as_me: WARNING:     /" >&2
13204     ;;
13205 esac
13206 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13207 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13208 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13209   $as_echo_n "(cached) " >&6
13210 else
13211   ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13212 fi
13213 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13214 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13215
13216 fi
13217 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13218   cat >conftest.$ac_ext <<_ACEOF
13219 /* confdefs.h.  */
13220 _ACEOF
13221 cat confdefs.h >>conftest.$ac_ext
13222 cat >>conftest.$ac_ext <<_ACEOF
13223 /* end confdefs.h.  */
13224 #include <gnutls/gnutls.h>
13225 int
13226 main ()
13227 {
13228 typeof(gnutls_transport_set_errno) *pfunc;
13229   ;
13230   return 0;
13231 }
13232 _ACEOF
13233 rm -f conftest.$ac_objext
13234 if { (ac_try="$ac_compile"
13235 case "(($ac_try" in
13236   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13237   *) ac_try_echo=$ac_try;;
13238 esac
13239 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13240 $as_echo "$ac_try_echo") >&5
13241   (eval "$ac_compile") 2>conftest.er1
13242   ac_status=$?
13243   grep -v '^ *+' conftest.er1 >conftest.err
13244   rm -f conftest.er1
13245   cat conftest.err >&5
13246   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13247   (exit $ac_status); } && {
13248          test -z "$ac_c_werror_flag" ||
13249          test ! -s conftest.err
13250        } && test -s conftest.$ac_objext; then
13251   { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13252 $as_echo_n "checking for -lgnutls... " >&6; }
13253 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13254   $as_echo_n "(cached) " >&6
13255 else
13256   ac_check_soname_save_LIBS=$LIBS
13257 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13258   cat >conftest.$ac_ext <<_ACEOF
13259 /* confdefs.h.  */
13260 _ACEOF
13261 cat confdefs.h >>conftest.$ac_ext
13262 cat >>conftest.$ac_ext <<_ACEOF
13263 /* end confdefs.h.  */
13264
13265 /* Override any GCC internal prototype to avoid an error.
13266    Use char because int might match the return type of a GCC
13267    builtin and then its argument prototype would still apply.  */
13268 #ifdef __cplusplus
13269 extern "C"
13270 #endif
13271 char gnutls_global_init ();
13272 int
13273 main ()
13274 {
13275 return gnutls_global_init ();
13276   ;
13277   return 0;
13278 }
13279 _ACEOF
13280 rm -f conftest.$ac_objext conftest$ac_exeext
13281 if { (ac_try="$ac_link"
13282 case "(($ac_try" in
13283   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13284   *) ac_try_echo=$ac_try;;
13285 esac
13286 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13287 $as_echo "$ac_try_echo") >&5
13288   (eval "$ac_link") 2>conftest.er1
13289   ac_status=$?
13290   grep -v '^ *+' conftest.er1 >conftest.err
13291   rm -f conftest.er1
13292   cat conftest.err >&5
13293   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13294   (exit $ac_status); } && {
13295          test -z "$ac_c_werror_flag" ||
13296          test ! -s conftest.err
13297        } && test -s conftest$ac_exeext && {
13298          test "$cross_compiling" = yes ||
13299          $as_test_x conftest$ac_exeext
13300        }; then
13301   case "$LIBEXT" in
13302     dll) ;;
13303     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'` ;;
13304     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13305   esac
13306 else
13307   $as_echo "$as_me: failed program was:" >&5
13308 sed 's/^/| /' conftest.$ac_ext >&5
13309
13310
13311 fi
13312
13313 rm -rf conftest.dSYM
13314 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13315       conftest$ac_exeext conftest.$ac_ext
13316   LIBS=$ac_check_soname_save_LIBS
13317 fi
13318 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13319   { $as_echo "$as_me:$LINENO: result: not found" >&5
13320 $as_echo "not found" >&6; }
13321
13322 else
13323   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13324 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13325
13326 cat >>confdefs.h <<_ACEOF
13327 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13328 _ACEOF
13329
13330        GNUTLSINCL="$ac_gnutls_cflags"
13331
13332 fi
13333
13334 else
13335   $as_echo "$as_me: failed program was:" >&5
13336 sed 's/^/| /' conftest.$ac_ext >&5
13337
13338
13339 fi
13340
13341 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13342 fi
13343
13344
13345     CPPFLAGS="$ac_save_CPPFLAGS"
13346 fi
13347 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13348   case "x$with_gnutls" in
13349   x)   wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13350   xno) ;;
13351   *)   { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13352 This is an error since --with-gnutls was requested." >&5
13353 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13354 This is an error since --with-gnutls was requested." >&2;}
13355    { (exit 1); exit 1; }; } ;;
13356 esac
13357 fi
13358
13359
13360 CURSESLIBS=""
13361 if test "$ac_cv_header_ncurses_h" = "yes"
13362 then
13363     { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13364 $as_echo_n "checking for -lncurses... " >&6; }
13365 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13366   $as_echo_n "(cached) " >&6
13367 else
13368   ac_check_soname_save_LIBS=$LIBS
13369 LIBS="-lncurses  $LIBS"
13370   cat >conftest.$ac_ext <<_ACEOF
13371 /* confdefs.h.  */
13372 _ACEOF
13373 cat confdefs.h >>conftest.$ac_ext
13374 cat >>conftest.$ac_ext <<_ACEOF
13375 /* end confdefs.h.  */
13376
13377 /* Override any GCC internal prototype to avoid an error.
13378    Use char because int might match the return type of a GCC
13379    builtin and then its argument prototype would still apply.  */
13380 #ifdef __cplusplus
13381 extern "C"
13382 #endif
13383 char waddch ();
13384 int
13385 main ()
13386 {
13387 return waddch ();
13388   ;
13389   return 0;
13390 }
13391 _ACEOF
13392 rm -f conftest.$ac_objext conftest$ac_exeext
13393 if { (ac_try="$ac_link"
13394 case "(($ac_try" in
13395   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13396   *) ac_try_echo=$ac_try;;
13397 esac
13398 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13399 $as_echo "$ac_try_echo") >&5
13400   (eval "$ac_link") 2>conftest.er1
13401   ac_status=$?
13402   grep -v '^ *+' conftest.er1 >conftest.err
13403   rm -f conftest.er1
13404   cat conftest.err >&5
13405   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13406   (exit $ac_status); } && {
13407          test -z "$ac_c_werror_flag" ||
13408          test ! -s conftest.err
13409        } && test -s conftest$ac_exeext && {
13410          test "$cross_compiling" = yes ||
13411          $as_test_x conftest$ac_exeext
13412        }; then
13413   case "$LIBEXT" in
13414     dll) ;;
13415     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'` ;;
13416     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
13417   esac
13418 else
13419   $as_echo "$as_me: failed program was:" >&5
13420 sed 's/^/| /' conftest.$ac_ext >&5
13421
13422
13423 fi
13424
13425 rm -rf conftest.dSYM
13426 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13427       conftest$ac_exeext conftest.$ac_ext
13428   LIBS=$ac_check_soname_save_LIBS
13429 fi
13430 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13431   { $as_echo "$as_me:$LINENO: result: not found" >&5
13432 $as_echo "not found" >&6; }
13433
13434 else
13435   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13436 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13437
13438 cat >>confdefs.h <<_ACEOF
13439 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13440 _ACEOF
13441
13442        CURSESLIBS="-lncurses"
13443 fi
13444
13445 elif test "$ac_cv_header_curses_h" = "yes"
13446 then
13447     { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13448 $as_echo_n "checking for -lcurses... " >&6; }
13449 if test "${ac_cv_lib_soname_curses+set}" = set; then
13450   $as_echo_n "(cached) " >&6
13451 else
13452   ac_check_soname_save_LIBS=$LIBS
13453 LIBS="-lcurses  $LIBS"
13454   cat >conftest.$ac_ext <<_ACEOF
13455 /* confdefs.h.  */
13456 _ACEOF
13457 cat confdefs.h >>conftest.$ac_ext
13458 cat >>conftest.$ac_ext <<_ACEOF
13459 /* end confdefs.h.  */
13460
13461 /* Override any GCC internal prototype to avoid an error.
13462    Use char because int might match the return type of a GCC
13463    builtin and then its argument prototype would still apply.  */
13464 #ifdef __cplusplus
13465 extern "C"
13466 #endif
13467 char waddch ();
13468 int
13469 main ()
13470 {
13471 return waddch ();
13472   ;
13473   return 0;
13474 }
13475 _ACEOF
13476 rm -f conftest.$ac_objext conftest$ac_exeext
13477 if { (ac_try="$ac_link"
13478 case "(($ac_try" in
13479   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13480   *) ac_try_echo=$ac_try;;
13481 esac
13482 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13483 $as_echo "$ac_try_echo") >&5
13484   (eval "$ac_link") 2>conftest.er1
13485   ac_status=$?
13486   grep -v '^ *+' conftest.er1 >conftest.err
13487   rm -f conftest.er1
13488   cat conftest.err >&5
13489   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13490   (exit $ac_status); } && {
13491          test -z "$ac_c_werror_flag" ||
13492          test ! -s conftest.err
13493        } && test -s conftest$ac_exeext && {
13494          test "$cross_compiling" = yes ||
13495          $as_test_x conftest$ac_exeext
13496        }; then
13497   case "$LIBEXT" in
13498     dll) ;;
13499     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'` ;;
13500     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13501   esac
13502 else
13503   $as_echo "$as_me: failed program was:" >&5
13504 sed 's/^/| /' conftest.$ac_ext >&5
13505
13506
13507 fi
13508
13509 rm -rf conftest.dSYM
13510 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13511       conftest$ac_exeext conftest.$ac_ext
13512   LIBS=$ac_check_soname_save_LIBS
13513 fi
13514 if test "x$ac_cv_lib_soname_curses" = "x"; then
13515   { $as_echo "$as_me:$LINENO: result: not found" >&5
13516 $as_echo "not found" >&6; }
13517
13518 else
13519   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13520 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13521
13522 cat >>confdefs.h <<_ACEOF
13523 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13524 _ACEOF
13525
13526        CURSESLIBS="-lcurses"
13527 fi
13528
13529 fi
13530 ac_save_LIBS="$LIBS"
13531 LIBS="$LIBS $CURSESLIBS"
13532
13533 for ac_func in mousemask
13534 do
13535 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13536 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13537 $as_echo_n "checking for $ac_func... " >&6; }
13538 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13539   $as_echo_n "(cached) " >&6
13540 else
13541   cat >conftest.$ac_ext <<_ACEOF
13542 /* confdefs.h.  */
13543 _ACEOF
13544 cat confdefs.h >>conftest.$ac_ext
13545 cat >>conftest.$ac_ext <<_ACEOF
13546 /* end confdefs.h.  */
13547 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13548    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13549 #define $ac_func innocuous_$ac_func
13550
13551 /* System header to define __stub macros and hopefully few prototypes,
13552     which can conflict with char $ac_func (); below.
13553     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13554     <limits.h> exists even on freestanding compilers.  */
13555
13556 #ifdef __STDC__
13557 # include <limits.h>
13558 #else
13559 # include <assert.h>
13560 #endif
13561
13562 #undef $ac_func
13563
13564 /* Override any GCC internal prototype to avoid an error.
13565    Use char because int might match the return type of a GCC
13566    builtin and then its argument prototype would still apply.  */
13567 #ifdef __cplusplus
13568 extern "C"
13569 #endif
13570 char $ac_func ();
13571 /* The GNU C library defines this for functions which it implements
13572     to always fail with ENOSYS.  Some functions are actually named
13573     something starting with __ and the normal name is an alias.  */
13574 #if defined __stub_$ac_func || defined __stub___$ac_func
13575 choke me
13576 #endif
13577
13578 int
13579 main ()
13580 {
13581 return $ac_func ();
13582   ;
13583   return 0;
13584 }
13585 _ACEOF
13586 rm -f conftest.$ac_objext conftest$ac_exeext
13587 if { (ac_try="$ac_link"
13588 case "(($ac_try" in
13589   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13590   *) ac_try_echo=$ac_try;;
13591 esac
13592 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13593 $as_echo "$ac_try_echo") >&5
13594   (eval "$ac_link") 2>conftest.er1
13595   ac_status=$?
13596   grep -v '^ *+' conftest.er1 >conftest.err
13597   rm -f conftest.er1
13598   cat conftest.err >&5
13599   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13600   (exit $ac_status); } && {
13601          test -z "$ac_c_werror_flag" ||
13602          test ! -s conftest.err
13603        } && test -s conftest$ac_exeext && {
13604          test "$cross_compiling" = yes ||
13605          $as_test_x conftest$ac_exeext
13606        }; then
13607   eval "$as_ac_var=yes"
13608 else
13609   $as_echo "$as_me: failed program was:" >&5
13610 sed 's/^/| /' conftest.$ac_ext >&5
13611
13612         eval "$as_ac_var=no"
13613 fi
13614
13615 rm -rf conftest.dSYM
13616 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13617       conftest$ac_exeext conftest.$ac_ext
13618 fi
13619 ac_res=`eval 'as_val=${'$as_ac_var'}
13620                  $as_echo "$as_val"'`
13621                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13622 $as_echo "$ac_res" >&6; }
13623 as_val=`eval 'as_val=${'$as_ac_var'}
13624                  $as_echo "$as_val"'`
13625    if test "x$as_val" = x""yes; then
13626   cat >>confdefs.h <<_ACEOF
13627 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13628 _ACEOF
13629
13630 fi
13631 done
13632
13633 LIBS="$ac_save_LIBS"
13634 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13635   case "x$with_curses" in
13636   x)   wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13637   xno) ;;
13638   *)   { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13639 This is an error since --with-curses was requested." >&5
13640 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13641 This is an error since --with-curses was requested." >&2;}
13642    { (exit 1); exit 1; }; } ;;
13643 esac
13644 fi
13645
13646
13647 # Extract the first word of "sane-config", so it can be a program name with args.
13648 set dummy sane-config; ac_word=$2
13649 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13650 $as_echo_n "checking for $ac_word... " >&6; }
13651 if test "${ac_cv_prog_sane_devel+set}" = set; then
13652   $as_echo_n "(cached) " >&6
13653 else
13654   if test -n "$sane_devel"; then
13655   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13656 else
13657 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13658 for as_dir in $PATH
13659 do
13660   IFS=$as_save_IFS
13661   test -z "$as_dir" && as_dir=.
13662   for ac_exec_ext in '' $ac_executable_extensions; do
13663   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13664     ac_cv_prog_sane_devel="sane-config"
13665     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13666     break 2
13667   fi
13668 done
13669 done
13670 IFS=$as_save_IFS
13671
13672   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13673 fi
13674 fi
13675 sane_devel=$ac_cv_prog_sane_devel
13676 if test -n "$sane_devel"; then
13677   { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13678 $as_echo "$sane_devel" >&6; }
13679 else
13680   { $as_echo "$as_me:$LINENO: result: no" >&5
13681 $as_echo "no" >&6; }
13682 fi
13683
13684
13685 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13686 then
13687     ac_sane_incl="`$sane_devel --cflags`"
13688     ac_sane_libs="`$sane_devel --ldflags`"
13689     ac_save_CPPFLAGS="$CPPFLAGS"
13690     CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13691     if test "${ac_cv_header_sane_sane_h+set}" = set; then
13692   { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13693 $as_echo_n "checking for sane/sane.h... " >&6; }
13694 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13695   $as_echo_n "(cached) " >&6
13696 fi
13697 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13698 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13699 else
13700   # Is the header compilable?
13701 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13702 $as_echo_n "checking sane/sane.h usability... " >&6; }
13703 cat >conftest.$ac_ext <<_ACEOF
13704 /* confdefs.h.  */
13705 _ACEOF
13706 cat confdefs.h >>conftest.$ac_ext
13707 cat >>conftest.$ac_ext <<_ACEOF
13708 /* end confdefs.h.  */
13709 $ac_includes_default
13710 #include <sane/sane.h>
13711 _ACEOF
13712 rm -f conftest.$ac_objext
13713 if { (ac_try="$ac_compile"
13714 case "(($ac_try" in
13715   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13716   *) ac_try_echo=$ac_try;;
13717 esac
13718 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13719 $as_echo "$ac_try_echo") >&5
13720   (eval "$ac_compile") 2>conftest.er1
13721   ac_status=$?
13722   grep -v '^ *+' conftest.er1 >conftest.err
13723   rm -f conftest.er1
13724   cat conftest.err >&5
13725   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13726   (exit $ac_status); } && {
13727          test -z "$ac_c_werror_flag" ||
13728          test ! -s conftest.err
13729        } && test -s conftest.$ac_objext; then
13730   ac_header_compiler=yes
13731 else
13732   $as_echo "$as_me: failed program was:" >&5
13733 sed 's/^/| /' conftest.$ac_ext >&5
13734
13735         ac_header_compiler=no
13736 fi
13737
13738 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13739 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13740 $as_echo "$ac_header_compiler" >&6; }
13741
13742 # Is the header present?
13743 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13744 $as_echo_n "checking sane/sane.h presence... " >&6; }
13745 cat >conftest.$ac_ext <<_ACEOF
13746 /* confdefs.h.  */
13747 _ACEOF
13748 cat confdefs.h >>conftest.$ac_ext
13749 cat >>conftest.$ac_ext <<_ACEOF
13750 /* end confdefs.h.  */
13751 #include <sane/sane.h>
13752 _ACEOF
13753 if { (ac_try="$ac_cpp conftest.$ac_ext"
13754 case "(($ac_try" in
13755   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13756   *) ac_try_echo=$ac_try;;
13757 esac
13758 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13759 $as_echo "$ac_try_echo") >&5
13760   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13761   ac_status=$?
13762   grep -v '^ *+' conftest.er1 >conftest.err
13763   rm -f conftest.er1
13764   cat conftest.err >&5
13765   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13766   (exit $ac_status); } >/dev/null && {
13767          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13768          test ! -s conftest.err
13769        }; then
13770   ac_header_preproc=yes
13771 else
13772   $as_echo "$as_me: failed program was:" >&5
13773 sed 's/^/| /' conftest.$ac_ext >&5
13774
13775   ac_header_preproc=no
13776 fi
13777
13778 rm -f conftest.err conftest.$ac_ext
13779 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13780 $as_echo "$ac_header_preproc" >&6; }
13781
13782 # So?  What about this header?
13783 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13784   yes:no: )
13785     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13786 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13787     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13788 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13789     ac_header_preproc=yes
13790     ;;
13791   no:yes:* )
13792     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13793 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13794     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&5
13795 $as_echo "$as_me: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&2;}
13796     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13797 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13798     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&5
13799 $as_echo "$as_me: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13800     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13801 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13802     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13803 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13804     ( cat <<\_ASBOX
13805 ## ------------------------------------ ##
13806 ## Report this to wine-devel@winehq.org ##
13807 ## ------------------------------------ ##
13808 _ASBOX
13809      ) | sed "s/^/$as_me: WARNING:     /" >&2
13810     ;;
13811 esac
13812 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13813 $as_echo_n "checking for sane/sane.h... " >&6; }
13814 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13815   $as_echo_n "(cached) " >&6
13816 else
13817   ac_cv_header_sane_sane_h=$ac_header_preproc
13818 fi
13819 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13820 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13821
13822 fi
13823 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13824   { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13825 $as_echo_n "checking for -lsane... " >&6; }
13826 if test "${ac_cv_lib_soname_sane+set}" = set; then
13827   $as_echo_n "(cached) " >&6
13828 else
13829   ac_check_soname_save_LIBS=$LIBS
13830 LIBS="-lsane $ac_sane_libs $LIBS"
13831   cat >conftest.$ac_ext <<_ACEOF
13832 /* confdefs.h.  */
13833 _ACEOF
13834 cat confdefs.h >>conftest.$ac_ext
13835 cat >>conftest.$ac_ext <<_ACEOF
13836 /* end confdefs.h.  */
13837
13838 /* Override any GCC internal prototype to avoid an error.
13839    Use char because int might match the return type of a GCC
13840    builtin and then its argument prototype would still apply.  */
13841 #ifdef __cplusplus
13842 extern "C"
13843 #endif
13844 char sane_init ();
13845 int
13846 main ()
13847 {
13848 return sane_init ();
13849   ;
13850   return 0;
13851 }
13852 _ACEOF
13853 rm -f conftest.$ac_objext conftest$ac_exeext
13854 if { (ac_try="$ac_link"
13855 case "(($ac_try" in
13856   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13857   *) ac_try_echo=$ac_try;;
13858 esac
13859 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13860 $as_echo "$ac_try_echo") >&5
13861   (eval "$ac_link") 2>conftest.er1
13862   ac_status=$?
13863   grep -v '^ *+' conftest.er1 >conftest.err
13864   rm -f conftest.er1
13865   cat conftest.err >&5
13866   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13867   (exit $ac_status); } && {
13868          test -z "$ac_c_werror_flag" ||
13869          test ! -s conftest.err
13870        } && test -s conftest$ac_exeext && {
13871          test "$cross_compiling" = yes ||
13872          $as_test_x conftest$ac_exeext
13873        }; then
13874   case "$LIBEXT" in
13875     dll) ;;
13876     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'` ;;
13877     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
13878   esac
13879 else
13880   $as_echo "$as_me: failed program was:" >&5
13881 sed 's/^/| /' conftest.$ac_ext >&5
13882
13883
13884 fi
13885
13886 rm -rf conftest.dSYM
13887 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13888       conftest$ac_exeext conftest.$ac_ext
13889   LIBS=$ac_check_soname_save_LIBS
13890 fi
13891 if test "x$ac_cv_lib_soname_sane" = "x"; then
13892   { $as_echo "$as_me:$LINENO: result: not found" >&5
13893 $as_echo "not found" >&6; }
13894
13895 else
13896   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13897 $as_echo "$ac_cv_lib_soname_sane" >&6; }
13898
13899 cat >>confdefs.h <<_ACEOF
13900 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13901 _ACEOF
13902
13903        SANEINCL="$ac_sane_incl"
13904
13905 fi
13906
13907 fi
13908
13909
13910     CPPFLAGS="$ac_save_CPPFLAGS"
13911 fi
13912 if test "x$ac_cv_lib_soname_sane" = "x"; then
13913   case "x$with_sane" in
13914   x)   wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13915   xno) ;;
13916   *)   { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13917 This is an error since --with-sane was requested." >&5
13918 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13919 This is an error since --with-sane was requested." >&2;}
13920    { (exit 1); exit 1; }; } ;;
13921 esac
13922 fi
13923
13924
13925 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13926 set dummy gphoto2-config; ac_word=$2
13927 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13928 $as_echo_n "checking for $ac_word... " >&6; }
13929 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13930   $as_echo_n "(cached) " >&6
13931 else
13932   if test -n "$gphoto2_devel"; then
13933   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13934 else
13935 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13936 for as_dir in $PATH
13937 do
13938   IFS=$as_save_IFS
13939   test -z "$as_dir" && as_dir=.
13940   for ac_exec_ext in '' $ac_executable_extensions; do
13941   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13942     ac_cv_prog_gphoto2_devel="gphoto2-config"
13943     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13944     break 2
13945   fi
13946 done
13947 done
13948 IFS=$as_save_IFS
13949
13950   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13951 fi
13952 fi
13953 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13954 if test -n "$gphoto2_devel"; then
13955   { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13956 $as_echo "$gphoto2_devel" >&6; }
13957 else
13958   { $as_echo "$as_me:$LINENO: result: no" >&5
13959 $as_echo "no" >&6; }
13960 fi
13961
13962
13963 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13964 set dummy gphoto2-port-config; ac_word=$2
13965 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13966 $as_echo_n "checking for $ac_word... " >&6; }
13967 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13968   $as_echo_n "(cached) " >&6
13969 else
13970   if test -n "$gphoto2port_devel"; then
13971   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13972 else
13973 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13974 for as_dir in $PATH
13975 do
13976   IFS=$as_save_IFS
13977   test -z "$as_dir" && as_dir=.
13978   for ac_exec_ext in '' $ac_executable_extensions; do
13979   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13980     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13981     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13982     break 2
13983   fi
13984 done
13985 done
13986 IFS=$as_save_IFS
13987
13988   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13989 fi
13990 fi
13991 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13992 if test -n "$gphoto2port_devel"; then
13993   { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13994 $as_echo "$gphoto2port_devel" >&6; }
13995 else
13996   { $as_echo "$as_me:$LINENO: result: no" >&5
13997 $as_echo "no" >&6; }
13998 fi
13999
14000
14001 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
14002 then
14003     ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14004     ac_gphoto2_libs=""
14005     for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14006     do
14007       case "$i" in
14008         -L/usr/lib|-L/usr/lib64) ;;
14009         -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14010       esac
14011     done
14012     ac_save_CPPFLAGS="$CPPFLAGS"
14013     CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14014     if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14015   { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14016 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14017 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14018   $as_echo_n "(cached) " >&6
14019 fi
14020 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14021 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14022 else
14023   # Is the header compilable?
14024 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14025 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14026 cat >conftest.$ac_ext <<_ACEOF
14027 /* confdefs.h.  */
14028 _ACEOF
14029 cat confdefs.h >>conftest.$ac_ext
14030 cat >>conftest.$ac_ext <<_ACEOF
14031 /* end confdefs.h.  */
14032 $ac_includes_default
14033 #include <gphoto2-camera.h>
14034 _ACEOF
14035 rm -f conftest.$ac_objext
14036 if { (ac_try="$ac_compile"
14037 case "(($ac_try" in
14038   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14039   *) ac_try_echo=$ac_try;;
14040 esac
14041 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14042 $as_echo "$ac_try_echo") >&5
14043   (eval "$ac_compile") 2>conftest.er1
14044   ac_status=$?
14045   grep -v '^ *+' conftest.er1 >conftest.err
14046   rm -f conftest.er1
14047   cat conftest.err >&5
14048   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14049   (exit $ac_status); } && {
14050          test -z "$ac_c_werror_flag" ||
14051          test ! -s conftest.err
14052        } && test -s conftest.$ac_objext; then
14053   ac_header_compiler=yes
14054 else
14055   $as_echo "$as_me: failed program was:" >&5
14056 sed 's/^/| /' conftest.$ac_ext >&5
14057
14058         ac_header_compiler=no
14059 fi
14060
14061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14062 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14063 $as_echo "$ac_header_compiler" >&6; }
14064
14065 # Is the header present?
14066 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14067 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14068 cat >conftest.$ac_ext <<_ACEOF
14069 /* confdefs.h.  */
14070 _ACEOF
14071 cat confdefs.h >>conftest.$ac_ext
14072 cat >>conftest.$ac_ext <<_ACEOF
14073 /* end confdefs.h.  */
14074 #include <gphoto2-camera.h>
14075 _ACEOF
14076 if { (ac_try="$ac_cpp conftest.$ac_ext"
14077 case "(($ac_try" in
14078   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14079   *) ac_try_echo=$ac_try;;
14080 esac
14081 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14082 $as_echo "$ac_try_echo") >&5
14083   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14084   ac_status=$?
14085   grep -v '^ *+' conftest.er1 >conftest.err
14086   rm -f conftest.er1
14087   cat conftest.err >&5
14088   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14089   (exit $ac_status); } >/dev/null && {
14090          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14091          test ! -s conftest.err
14092        }; then
14093   ac_header_preproc=yes
14094 else
14095   $as_echo "$as_me: failed program was:" >&5
14096 sed 's/^/| /' conftest.$ac_ext >&5
14097
14098   ac_header_preproc=no
14099 fi
14100
14101 rm -f conftest.err conftest.$ac_ext
14102 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14103 $as_echo "$ac_header_preproc" >&6; }
14104
14105 # So?  What about this header?
14106 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14107   yes:no: )
14108     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14109 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14110     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14111 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14112     ac_header_preproc=yes
14113     ;;
14114   no:yes:* )
14115     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14116 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14117     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&5
14118 $as_echo "$as_me: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&2;}
14119     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14120 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14121     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&5
14122 $as_echo "$as_me: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&2;}
14123     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14124 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14125     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14126 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14127     ( cat <<\_ASBOX
14128 ## ------------------------------------ ##
14129 ## Report this to wine-devel@winehq.org ##
14130 ## ------------------------------------ ##
14131 _ASBOX
14132      ) | sed "s/^/$as_me: WARNING:     /" >&2
14133     ;;
14134 esac
14135 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14136 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14137 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14138   $as_echo_n "(cached) " >&6
14139 else
14140   ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14141 fi
14142 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14143 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14144
14145 fi
14146 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14147   { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14148 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14149 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14150   $as_echo_n "(cached) " >&6
14151 else
14152   ac_check_lib_save_LIBS=$LIBS
14153 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
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
14161 /* Override any GCC internal prototype to avoid an error.
14162    Use char because int might match the return type of a GCC
14163    builtin and then its argument prototype would still apply.  */
14164 #ifdef __cplusplus
14165 extern "C"
14166 #endif
14167 char gp_camera_new ();
14168 int
14169 main ()
14170 {
14171 return gp_camera_new ();
14172   ;
14173   return 0;
14174 }
14175 _ACEOF
14176 rm -f conftest.$ac_objext conftest$ac_exeext
14177 if { (ac_try="$ac_link"
14178 case "(($ac_try" in
14179   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14180   *) ac_try_echo=$ac_try;;
14181 esac
14182 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14183 $as_echo "$ac_try_echo") >&5
14184   (eval "$ac_link") 2>conftest.er1
14185   ac_status=$?
14186   grep -v '^ *+' conftest.er1 >conftest.err
14187   rm -f conftest.er1
14188   cat conftest.err >&5
14189   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14190   (exit $ac_status); } && {
14191          test -z "$ac_c_werror_flag" ||
14192          test ! -s conftest.err
14193        } && test -s conftest$ac_exeext && {
14194          test "$cross_compiling" = yes ||
14195          $as_test_x conftest$ac_exeext
14196        }; then
14197   ac_cv_lib_gphoto2_gp_camera_new=yes
14198 else
14199   $as_echo "$as_me: failed program was:" >&5
14200 sed 's/^/| /' conftest.$ac_ext >&5
14201
14202         ac_cv_lib_gphoto2_gp_camera_new=no
14203 fi
14204
14205 rm -rf conftest.dSYM
14206 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14207       conftest$ac_exeext conftest.$ac_ext
14208 LIBS=$ac_check_lib_save_LIBS
14209 fi
14210 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14211 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14212 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14213
14214 cat >>confdefs.h <<\_ACEOF
14215 #define HAVE_GPHOTO2 1
14216 _ACEOF
14217
14218                                    GPHOTO2LIBS="$ac_gphoto2_libs"
14219
14220                                    GPHOTO2INCL="$ac_gphoto2_incl"
14221
14222 fi
14223
14224 fi
14225
14226
14227     CPPFLAGS="$ac_save_CPPFLAGS"
14228 fi
14229 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14230   case "x$with_gphoto" in
14231   x)   wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14232   xno) ;;
14233   *)   { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14234 This is an error since --with-gphoto was requested." >&5
14235 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14236 This is an error since --with-gphoto was requested." >&2;}
14237    { (exit 1); exit 1; }; } ;;
14238 esac
14239 fi
14240
14241
14242
14243 RESOLVLIBS=""
14244
14245 if test "$ac_cv_header_resolv_h" = "yes"
14246 then
14247     { $as_echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
14248 $as_echo_n "checking for res_query in -lresolv... " >&6; }
14249 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
14250   $as_echo_n "(cached) " >&6
14251 else
14252   ac_check_lib_save_LIBS=$LIBS
14253 LIBS="-lresolv  $LIBS"
14254 cat >conftest.$ac_ext <<_ACEOF
14255 /* confdefs.h.  */
14256 _ACEOF
14257 cat confdefs.h >>conftest.$ac_ext
14258 cat >>conftest.$ac_ext <<_ACEOF
14259 /* end confdefs.h.  */
14260
14261 /* Override any GCC internal prototype to avoid an error.
14262    Use char because int might match the return type of a GCC
14263    builtin and then its argument prototype would still apply.  */
14264 #ifdef __cplusplus
14265 extern "C"
14266 #endif
14267 char res_query ();
14268 int
14269 main ()
14270 {
14271 return res_query ();
14272   ;
14273   return 0;
14274 }
14275 _ACEOF
14276 rm -f conftest.$ac_objext conftest$ac_exeext
14277 if { (ac_try="$ac_link"
14278 case "(($ac_try" in
14279   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14280   *) ac_try_echo=$ac_try;;
14281 esac
14282 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14283 $as_echo "$ac_try_echo") >&5
14284   (eval "$ac_link") 2>conftest.er1
14285   ac_status=$?
14286   grep -v '^ *+' conftest.er1 >conftest.err
14287   rm -f conftest.er1
14288   cat conftest.err >&5
14289   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14290   (exit $ac_status); } && {
14291          test -z "$ac_c_werror_flag" ||
14292          test ! -s conftest.err
14293        } && test -s conftest$ac_exeext && {
14294          test "$cross_compiling" = yes ||
14295          $as_test_x conftest$ac_exeext
14296        }; then
14297   ac_cv_lib_resolv_res_query=yes
14298 else
14299   $as_echo "$as_me: failed program was:" >&5
14300 sed 's/^/| /' conftest.$ac_ext >&5
14301
14302         ac_cv_lib_resolv_res_query=no
14303 fi
14304
14305 rm -rf conftest.dSYM
14306 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14307       conftest$ac_exeext conftest.$ac_ext
14308 LIBS=$ac_check_lib_save_LIBS
14309 fi
14310 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
14311 $as_echo "$ac_cv_lib_resolv_res_query" >&6; }
14312 if test "x$ac_cv_lib_resolv_res_query" = x""yes; then
14313
14314 cat >>confdefs.h <<\_ACEOF
14315 #define HAVE_RESOLV 1
14316 _ACEOF
14317
14318          RESOLVLIBS="-lresolv"
14319 fi
14320
14321 fi
14322
14323 LCMSLIBS=""
14324
14325 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14326 then
14327     { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14328 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14329 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14330   $as_echo_n "(cached) " >&6
14331 else
14332   ac_check_lib_save_LIBS=$LIBS
14333 LIBS="-llcms  $LIBS"
14334 cat >conftest.$ac_ext <<_ACEOF
14335 /* confdefs.h.  */
14336 _ACEOF
14337 cat confdefs.h >>conftest.$ac_ext
14338 cat >>conftest.$ac_ext <<_ACEOF
14339 /* end confdefs.h.  */
14340
14341 /* Override any GCC internal prototype to avoid an error.
14342    Use char because int might match the return type of a GCC
14343    builtin and then its argument prototype would still apply.  */
14344 #ifdef __cplusplus
14345 extern "C"
14346 #endif
14347 char cmsOpenProfileFromFile ();
14348 int
14349 main ()
14350 {
14351 return cmsOpenProfileFromFile ();
14352   ;
14353   return 0;
14354 }
14355 _ACEOF
14356 rm -f conftest.$ac_objext conftest$ac_exeext
14357 if { (ac_try="$ac_link"
14358 case "(($ac_try" in
14359   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14360   *) ac_try_echo=$ac_try;;
14361 esac
14362 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14363 $as_echo "$ac_try_echo") >&5
14364   (eval "$ac_link") 2>conftest.er1
14365   ac_status=$?
14366   grep -v '^ *+' conftest.er1 >conftest.err
14367   rm -f conftest.er1
14368   cat conftest.err >&5
14369   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14370   (exit $ac_status); } && {
14371          test -z "$ac_c_werror_flag" ||
14372          test ! -s conftest.err
14373        } && test -s conftest$ac_exeext && {
14374          test "$cross_compiling" = yes ||
14375          $as_test_x conftest$ac_exeext
14376        }; then
14377   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14378 else
14379   $as_echo "$as_me: failed program was:" >&5
14380 sed 's/^/| /' conftest.$ac_ext >&5
14381
14382         ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14383 fi
14384
14385 rm -rf conftest.dSYM
14386 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14387       conftest$ac_exeext conftest.$ac_ext
14388 LIBS=$ac_check_lib_save_LIBS
14389 fi
14390 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14391 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14392 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14393
14394 cat >>confdefs.h <<\_ACEOF
14395 #define HAVE_LCMS 1
14396 _ACEOF
14397
14398          LCMSLIBS="-llcms"
14399 fi
14400
14401 fi
14402 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14403   case "x$with_cms" in
14404   x)   wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14405   xno) ;;
14406   *)   { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14407 This is an error since --with-cms was requested." >&5
14408 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14409 This is an error since --with-cms was requested." >&2;}
14410    { (exit 1); exit 1; }; } ;;
14411 esac
14412 fi
14413
14414
14415 for ac_prog in freetype-config freetype2-config
14416 do
14417   # Extract the first word of "$ac_prog", so it can be a program name with args.
14418 set dummy $ac_prog; ac_word=$2
14419 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14420 $as_echo_n "checking for $ac_word... " >&6; }
14421 if test "${ac_cv_prog_ft_devel+set}" = set; then
14422   $as_echo_n "(cached) " >&6
14423 else
14424   if test -n "$ft_devel"; then
14425   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14426 else
14427 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14428 for as_dir in $PATH
14429 do
14430   IFS=$as_save_IFS
14431   test -z "$as_dir" && as_dir=.
14432   for ac_exec_ext in '' $ac_executable_extensions; do
14433   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14434     ac_cv_prog_ft_devel="$ac_prog"
14435     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14436     break 2
14437   fi
14438 done
14439 done
14440 IFS=$as_save_IFS
14441
14442 fi
14443 fi
14444 ft_devel=$ac_cv_prog_ft_devel
14445 if test -n "$ft_devel"; then
14446   { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14447 $as_echo "$ft_devel" >&6; }
14448 else
14449   { $as_echo "$as_me:$LINENO: result: no" >&5
14450 $as_echo "no" >&6; }
14451 fi
14452
14453
14454   test -n "$ft_devel" && break
14455 done
14456 test -n "$ft_devel" || ft_devel="false"
14457
14458 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14459 then
14460     ac_freetype_libs=`$ft_devel --libs`
14461     ac_freetype_incl=`$ft_devel --cflags`
14462     { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14463 $as_echo_n "checking for -lfreetype... " >&6; }
14464 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14465   $as_echo_n "(cached) " >&6
14466 else
14467   ac_check_soname_save_LIBS=$LIBS
14468 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14469   cat >conftest.$ac_ext <<_ACEOF
14470 /* confdefs.h.  */
14471 _ACEOF
14472 cat confdefs.h >>conftest.$ac_ext
14473 cat >>conftest.$ac_ext <<_ACEOF
14474 /* end confdefs.h.  */
14475
14476 /* Override any GCC internal prototype to avoid an error.
14477    Use char because int might match the return type of a GCC
14478    builtin and then its argument prototype would still apply.  */
14479 #ifdef __cplusplus
14480 extern "C"
14481 #endif
14482 char FT_Init_FreeType ();
14483 int
14484 main ()
14485 {
14486 return FT_Init_FreeType ();
14487   ;
14488   return 0;
14489 }
14490 _ACEOF
14491 rm -f conftest.$ac_objext conftest$ac_exeext
14492 if { (ac_try="$ac_link"
14493 case "(($ac_try" in
14494   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14495   *) ac_try_echo=$ac_try;;
14496 esac
14497 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14498 $as_echo "$ac_try_echo") >&5
14499   (eval "$ac_link") 2>conftest.er1
14500   ac_status=$?
14501   grep -v '^ *+' conftest.er1 >conftest.err
14502   rm -f conftest.er1
14503   cat conftest.err >&5
14504   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14505   (exit $ac_status); } && {
14506          test -z "$ac_c_werror_flag" ||
14507          test ! -s conftest.err
14508        } && test -s conftest$ac_exeext && {
14509          test "$cross_compiling" = yes ||
14510          $as_test_x conftest$ac_exeext
14511        }; then
14512   case "$LIBEXT" in
14513     dll) ;;
14514     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'` ;;
14515     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
14516   esac
14517 else
14518   $as_echo "$as_me: failed program was:" >&5
14519 sed 's/^/| /' conftest.$ac_ext >&5
14520
14521
14522 fi
14523
14524 rm -rf conftest.dSYM
14525 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14526       conftest$ac_exeext conftest.$ac_ext
14527   LIBS=$ac_check_soname_save_LIBS
14528 fi
14529 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14530   { $as_echo "$as_me:$LINENO: result: not found" >&5
14531 $as_echo "not found" >&6; }
14532        ft_lib=no
14533 else
14534   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14535 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14536
14537 cat >>confdefs.h <<_ACEOF
14538 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14539 _ACEOF
14540
14541        ft_lib=yes
14542 fi
14543
14544     if test "$ft_lib" = "yes"
14545     then
14546         ac_save_CPPFLAGS="$CPPFLAGS"
14547         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14548
14549
14550
14551
14552
14553
14554
14555
14556
14557
14558
14559
14560 for ac_header in ft2build.h \
14561                          freetype/freetype.h \
14562                          freetype/ftglyph.h \
14563                          freetype/fttypes.h \
14564                          freetype/tttables.h \
14565                          freetype/ftnames.h \
14566                          freetype/ftsnames.h \
14567                          freetype/ttnameid.h \
14568                          freetype/ftoutln.h \
14569                          freetype/ftwinfnt.h \
14570                          freetype/ftmodapi.h \
14571                          freetype/internal/sfnt.h
14572 do
14573 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14574 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14575 $as_echo_n "checking for $ac_header... " >&6; }
14576 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14577   $as_echo_n "(cached) " >&6
14578 else
14579   cat >conftest.$ac_ext <<_ACEOF
14580 /* confdefs.h.  */
14581 _ACEOF
14582 cat confdefs.h >>conftest.$ac_ext
14583 cat >>conftest.$ac_ext <<_ACEOF
14584 /* end confdefs.h.  */
14585 #ifdef HAVE_FT2BUILD_H
14586                           # include <ft2build.h>
14587                           #endif
14588
14589 #include <$ac_header>
14590 _ACEOF
14591 rm -f conftest.$ac_objext
14592 if { (ac_try="$ac_compile"
14593 case "(($ac_try" in
14594   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14595   *) ac_try_echo=$ac_try;;
14596 esac
14597 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14598 $as_echo "$ac_try_echo") >&5
14599   (eval "$ac_compile") 2>conftest.er1
14600   ac_status=$?
14601   grep -v '^ *+' conftest.er1 >conftest.err
14602   rm -f conftest.er1
14603   cat conftest.err >&5
14604   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14605   (exit $ac_status); } && {
14606          test -z "$ac_c_werror_flag" ||
14607          test ! -s conftest.err
14608        } && test -s conftest.$ac_objext; then
14609   eval "$as_ac_Header=yes"
14610 else
14611   $as_echo "$as_me: failed program was:" >&5
14612 sed 's/^/| /' conftest.$ac_ext >&5
14613
14614         eval "$as_ac_Header=no"
14615 fi
14616
14617 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14618 fi
14619 ac_res=`eval 'as_val=${'$as_ac_Header'}
14620                  $as_echo "$as_val"'`
14621                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14622 $as_echo "$ac_res" >&6; }
14623 as_val=`eval 'as_val=${'$as_ac_Header'}
14624                  $as_echo "$as_val"'`
14625    if test "x$as_val" = x""yes; then
14626   cat >>confdefs.h <<_ACEOF
14627 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14628 _ACEOF
14629
14630 fi
14631
14632 done
14633
14634         cat >conftest.$ac_ext <<_ACEOF
14635 /* confdefs.h.  */
14636 _ACEOF
14637 cat confdefs.h >>conftest.$ac_ext
14638 cat >>conftest.$ac_ext <<_ACEOF
14639 /* end confdefs.h.  */
14640 #include <ft2build.h>
14641                     #include <freetype/fttrigon.h>
14642 _ACEOF
14643 if { (ac_try="$ac_cpp conftest.$ac_ext"
14644 case "(($ac_try" in
14645   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14646   *) ac_try_echo=$ac_try;;
14647 esac
14648 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14649 $as_echo "$ac_try_echo") >&5
14650   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14651   ac_status=$?
14652   grep -v '^ *+' conftest.er1 >conftest.err
14653   rm -f conftest.er1
14654   cat conftest.err >&5
14655   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14656   (exit $ac_status); } >/dev/null && {
14657          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14658          test ! -s conftest.err
14659        }; then
14660
14661 cat >>confdefs.h <<\_ACEOF
14662 #define HAVE_FREETYPE_FTTRIGON_H 1
14663 _ACEOF
14664
14665                     wine_cv_fttrigon=yes
14666 else
14667   $as_echo "$as_me: failed program was:" >&5
14668 sed 's/^/| /' conftest.$ac_ext >&5
14669
14670   wine_cv_fttrigon=no
14671 fi
14672
14673 rm -f conftest.err conftest.$ac_ext
14674         { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14675 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14676 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14677   $as_echo_n "(cached) " >&6
14678 else
14679   ac_cv_type_FT_TrueTypeEngineType=no
14680 cat >conftest.$ac_ext <<_ACEOF
14681 /* confdefs.h.  */
14682 _ACEOF
14683 cat confdefs.h >>conftest.$ac_ext
14684 cat >>conftest.$ac_ext <<_ACEOF
14685 /* end confdefs.h.  */
14686 #include <freetype/ftmodapi.h>
14687
14688 int
14689 main ()
14690 {
14691 if (sizeof (FT_TrueTypeEngineType))
14692        return 0;
14693   ;
14694   return 0;
14695 }
14696 _ACEOF
14697 rm -f conftest.$ac_objext
14698 if { (ac_try="$ac_compile"
14699 case "(($ac_try" in
14700   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14701   *) ac_try_echo=$ac_try;;
14702 esac
14703 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14704 $as_echo "$ac_try_echo") >&5
14705   (eval "$ac_compile") 2>conftest.er1
14706   ac_status=$?
14707   grep -v '^ *+' conftest.er1 >conftest.err
14708   rm -f conftest.er1
14709   cat conftest.err >&5
14710   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14711   (exit $ac_status); } && {
14712          test -z "$ac_c_werror_flag" ||
14713          test ! -s conftest.err
14714        } && test -s conftest.$ac_objext; then
14715   cat >conftest.$ac_ext <<_ACEOF
14716 /* confdefs.h.  */
14717 _ACEOF
14718 cat confdefs.h >>conftest.$ac_ext
14719 cat >>conftest.$ac_ext <<_ACEOF
14720 /* end confdefs.h.  */
14721 #include <freetype/ftmodapi.h>
14722
14723 int
14724 main ()
14725 {
14726 if (sizeof ((FT_TrueTypeEngineType)))
14727           return 0;
14728   ;
14729   return 0;
14730 }
14731 _ACEOF
14732 rm -f conftest.$ac_objext
14733 if { (ac_try="$ac_compile"
14734 case "(($ac_try" in
14735   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14736   *) ac_try_echo=$ac_try;;
14737 esac
14738 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14739 $as_echo "$ac_try_echo") >&5
14740   (eval "$ac_compile") 2>conftest.er1
14741   ac_status=$?
14742   grep -v '^ *+' conftest.er1 >conftest.err
14743   rm -f conftest.er1
14744   cat conftest.err >&5
14745   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14746   (exit $ac_status); } && {
14747          test -z "$ac_c_werror_flag" ||
14748          test ! -s conftest.err
14749        } && test -s conftest.$ac_objext; then
14750   :
14751 else
14752   $as_echo "$as_me: failed program was:" >&5
14753 sed 's/^/| /' conftest.$ac_ext >&5
14754
14755         ac_cv_type_FT_TrueTypeEngineType=yes
14756 fi
14757
14758 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14759 else
14760   $as_echo "$as_me: failed program was:" >&5
14761 sed 's/^/| /' conftest.$ac_ext >&5
14762
14763
14764 fi
14765
14766 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14767 fi
14768 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14769 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14770 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14771
14772 cat >>confdefs.h <<_ACEOF
14773 #define HAVE_FT_TRUETYPEENGINETYPE 1
14774 _ACEOF
14775
14776
14777 fi
14778
14779         ac_save_CFLAGS="$CFLAGS"
14780         CFLAGS="$CFLAGS $ac_freetype_libs"
14781
14782 for ac_func in FT_Load_Sfnt_Table
14783 do
14784 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14785 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14786 $as_echo_n "checking for $ac_func... " >&6; }
14787 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14788   $as_echo_n "(cached) " >&6
14789 else
14790   cat >conftest.$ac_ext <<_ACEOF
14791 /* confdefs.h.  */
14792 _ACEOF
14793 cat confdefs.h >>conftest.$ac_ext
14794 cat >>conftest.$ac_ext <<_ACEOF
14795 /* end confdefs.h.  */
14796 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14797    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14798 #define $ac_func innocuous_$ac_func
14799
14800 /* System header to define __stub macros and hopefully few prototypes,
14801     which can conflict with char $ac_func (); below.
14802     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14803     <limits.h> exists even on freestanding compilers.  */
14804
14805 #ifdef __STDC__
14806 # include <limits.h>
14807 #else
14808 # include <assert.h>
14809 #endif
14810
14811 #undef $ac_func
14812
14813 /* Override any GCC internal prototype to avoid an error.
14814    Use char because int might match the return type of a GCC
14815    builtin and then its argument prototype would still apply.  */
14816 #ifdef __cplusplus
14817 extern "C"
14818 #endif
14819 char $ac_func ();
14820 /* The GNU C library defines this for functions which it implements
14821     to always fail with ENOSYS.  Some functions are actually named
14822     something starting with __ and the normal name is an alias.  */
14823 #if defined __stub_$ac_func || defined __stub___$ac_func
14824 choke me
14825 #endif
14826
14827 int
14828 main ()
14829 {
14830 return $ac_func ();
14831   ;
14832   return 0;
14833 }
14834 _ACEOF
14835 rm -f conftest.$ac_objext conftest$ac_exeext
14836 if { (ac_try="$ac_link"
14837 case "(($ac_try" in
14838   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14839   *) ac_try_echo=$ac_try;;
14840 esac
14841 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14842 $as_echo "$ac_try_echo") >&5
14843   (eval "$ac_link") 2>conftest.er1
14844   ac_status=$?
14845   grep -v '^ *+' conftest.er1 >conftest.err
14846   rm -f conftest.er1
14847   cat conftest.err >&5
14848   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14849   (exit $ac_status); } && {
14850          test -z "$ac_c_werror_flag" ||
14851          test ! -s conftest.err
14852        } && test -s conftest$ac_exeext && {
14853          test "$cross_compiling" = yes ||
14854          $as_test_x conftest$ac_exeext
14855        }; then
14856   eval "$as_ac_var=yes"
14857 else
14858   $as_echo "$as_me: failed program was:" >&5
14859 sed 's/^/| /' conftest.$ac_ext >&5
14860
14861         eval "$as_ac_var=no"
14862 fi
14863
14864 rm -rf conftest.dSYM
14865 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14866       conftest$ac_exeext conftest.$ac_ext
14867 fi
14868 ac_res=`eval 'as_val=${'$as_ac_var'}
14869                  $as_echo "$as_val"'`
14870                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14871 $as_echo "$ac_res" >&6; }
14872 as_val=`eval 'as_val=${'$as_ac_var'}
14873                  $as_echo "$as_val"'`
14874    if test "x$as_val" = x""yes; then
14875   cat >>confdefs.h <<_ACEOF
14876 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14877 _ACEOF
14878
14879 fi
14880 done
14881
14882         CFLAGS="$ac_save_CFLAGS"
14883         CPPFLAGS="$ac_save_CPPFLAGS"
14884                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14885         then
14886
14887 cat >>confdefs.h <<\_ACEOF
14888 #define HAVE_FREETYPE 1
14889 _ACEOF
14890
14891             FREETYPELIBS="$ac_freetype_libs"
14892
14893             FREETYPEINCL="$ac_freetype_incl"
14894
14895         fi
14896     fi
14897 fi
14898 if test "x$FREETYPELIBS" = "x"; then
14899   case "x$with_freetype" in
14900   xno) ;;
14901   *)   { { $as_echo "$as_me:$LINENO: error: FreeType development files not found.
14902 Fonts will not be built. Dialog text may be invisible or unaligned.
14903 Use the --without-freetype option if you really want this." >&5
14904 $as_echo "$as_me: error: FreeType development files not found.
14905 Fonts will not be built. Dialog text may be invisible or unaligned.
14906 Use the --without-freetype option if you really want this." >&2;}
14907    { (exit 1); exit 1; }; } ;;
14908 esac
14909 fi
14910
14911 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14912
14913 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14914 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
14915 if test "${ac_cv_c_ppdev+set}" = set; then
14916   $as_echo_n "(cached) " >&6
14917 else
14918   cat >conftest.$ac_ext <<_ACEOF
14919 /* confdefs.h.  */
14920 _ACEOF
14921 cat confdefs.h >>conftest.$ac_ext
14922 cat >>conftest.$ac_ext <<_ACEOF
14923 /* end confdefs.h.  */
14924 #include <linux/ppdev.h>
14925 int
14926 main ()
14927 {
14928 ioctl (1,PPCLAIM,0)
14929   ;
14930   return 0;
14931 }
14932 _ACEOF
14933 rm -f conftest.$ac_objext
14934 if { (ac_try="$ac_compile"
14935 case "(($ac_try" in
14936   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14937   *) ac_try_echo=$ac_try;;
14938 esac
14939 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14940 $as_echo "$ac_try_echo") >&5
14941   (eval "$ac_compile") 2>conftest.er1
14942   ac_status=$?
14943   grep -v '^ *+' conftest.er1 >conftest.err
14944   rm -f conftest.er1
14945   cat conftest.err >&5
14946   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14947   (exit $ac_status); } && {
14948          test -z "$ac_c_werror_flag" ||
14949          test ! -s conftest.err
14950        } && test -s conftest.$ac_objext; then
14951   ac_cv_c_ppdev="yes"
14952 else
14953   $as_echo "$as_me: failed program was:" >&5
14954 sed 's/^/| /' conftest.$ac_ext >&5
14955
14956         ac_cv_c_ppdev="no"
14957 fi
14958
14959 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14960 fi
14961 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14962 $as_echo "$ac_cv_c_ppdev" >&6; }
14963 if test "$ac_cv_c_ppdev" = "yes"
14964 then
14965
14966 cat >>confdefs.h <<\_ACEOF
14967 #define HAVE_PPDEV 1
14968 _ACEOF
14969
14970 fi
14971
14972 { $as_echo "$as_me:$LINENO: checking for va_copy" >&5
14973 $as_echo_n "checking for va_copy... " >&6; }
14974 if test "${ac_cv_c_va_copy+set}" = set; then
14975   $as_echo_n "(cached) " >&6
14976 else
14977   cat >conftest.$ac_ext <<_ACEOF
14978 /* confdefs.h.  */
14979 _ACEOF
14980 cat confdefs.h >>conftest.$ac_ext
14981 cat >>conftest.$ac_ext <<_ACEOF
14982 /* end confdefs.h.  */
14983 #include <stdarg.h>
14984 int
14985 main ()
14986 {
14987 va_list ap1, ap2; va_copy(ap1,ap2);
14988   ;
14989   return 0;
14990 }
14991 _ACEOF
14992 rm -f conftest.$ac_objext conftest$ac_exeext
14993 if { (ac_try="$ac_link"
14994 case "(($ac_try" in
14995   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14996   *) ac_try_echo=$ac_try;;
14997 esac
14998 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14999 $as_echo "$ac_try_echo") >&5
15000   (eval "$ac_link") 2>conftest.er1
15001   ac_status=$?
15002   grep -v '^ *+' conftest.er1 >conftest.err
15003   rm -f conftest.er1
15004   cat conftest.err >&5
15005   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15006   (exit $ac_status); } && {
15007          test -z "$ac_c_werror_flag" ||
15008          test ! -s conftest.err
15009        } && test -s conftest$ac_exeext && {
15010          test "$cross_compiling" = yes ||
15011          $as_test_x conftest$ac_exeext
15012        }; then
15013   ac_cv_c_va_copy="yes"
15014 else
15015   $as_echo "$as_me: failed program was:" >&5
15016 sed 's/^/| /' conftest.$ac_ext >&5
15017
15018         ac_cv_c_va_copy="no"
15019 fi
15020
15021 rm -rf conftest.dSYM
15022 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15023       conftest$ac_exeext conftest.$ac_ext
15024
15025 fi
15026 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
15027 $as_echo "$ac_cv_c_va_copy" >&6; }
15028 if test "$ac_cv_c_va_copy" = "yes"
15029 then
15030
15031 cat >>confdefs.h <<\_ACEOF
15032 #define HAVE_VA_COPY 1
15033 _ACEOF
15034
15035 fi
15036 { $as_echo "$as_me:$LINENO: checking for __va_copy" >&5
15037 $as_echo_n "checking for __va_copy... " >&6; }
15038 if test "${ac_cv_c___va_copy+set}" = set; then
15039   $as_echo_n "(cached) " >&6
15040 else
15041   cat >conftest.$ac_ext <<_ACEOF
15042 /* confdefs.h.  */
15043 _ACEOF
15044 cat confdefs.h >>conftest.$ac_ext
15045 cat >>conftest.$ac_ext <<_ACEOF
15046 /* end confdefs.h.  */
15047 #include <stdarg.h>
15048 int
15049 main ()
15050 {
15051 va_list ap1, ap2; __va_copy(ap1,ap2);
15052   ;
15053   return 0;
15054 }
15055 _ACEOF
15056 rm -f conftest.$ac_objext conftest$ac_exeext
15057 if { (ac_try="$ac_link"
15058 case "(($ac_try" in
15059   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15060   *) ac_try_echo=$ac_try;;
15061 esac
15062 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15063 $as_echo "$ac_try_echo") >&5
15064   (eval "$ac_link") 2>conftest.er1
15065   ac_status=$?
15066   grep -v '^ *+' conftest.er1 >conftest.err
15067   rm -f conftest.er1
15068   cat conftest.err >&5
15069   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15070   (exit $ac_status); } && {
15071          test -z "$ac_c_werror_flag" ||
15072          test ! -s conftest.err
15073        } && test -s conftest$ac_exeext && {
15074          test "$cross_compiling" = yes ||
15075          $as_test_x conftest$ac_exeext
15076        }; then
15077   ac_cv_c___va_copy="yes"
15078 else
15079   $as_echo "$as_me: failed program was:" >&5
15080 sed 's/^/| /' conftest.$ac_ext >&5
15081
15082         ac_cv_c___va_copy="no"
15083 fi
15084
15085 rm -rf conftest.dSYM
15086 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15087       conftest$ac_exeext conftest.$ac_ext
15088
15089 fi
15090 { $as_echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
15091 $as_echo "$ac_cv_c___va_copy" >&6; }
15092 if test "$ac_cv_c___va_copy" = "yes"
15093 then
15094
15095 cat >>confdefs.h <<\_ACEOF
15096 #define HAVE___VA_COPY 1
15097 _ACEOF
15098
15099 fi
15100
15101 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15102 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15103 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15104   $as_echo_n "(cached) " >&6
15105 else
15106   ac_cv_type_pthread_rwlock_t=no
15107 cat >conftest.$ac_ext <<_ACEOF
15108 /* confdefs.h.  */
15109 _ACEOF
15110 cat confdefs.h >>conftest.$ac_ext
15111 cat >>conftest.$ac_ext <<_ACEOF
15112 /* end confdefs.h.  */
15113 #define _GNU_SOURCE
15114 #include <pthread.h>
15115
15116 int
15117 main ()
15118 {
15119 if (sizeof (pthread_rwlock_t))
15120        return 0;
15121   ;
15122   return 0;
15123 }
15124 _ACEOF
15125 rm -f conftest.$ac_objext
15126 if { (ac_try="$ac_compile"
15127 case "(($ac_try" in
15128   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15129   *) ac_try_echo=$ac_try;;
15130 esac
15131 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15132 $as_echo "$ac_try_echo") >&5
15133   (eval "$ac_compile") 2>conftest.er1
15134   ac_status=$?
15135   grep -v '^ *+' conftest.er1 >conftest.err
15136   rm -f conftest.er1
15137   cat conftest.err >&5
15138   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15139   (exit $ac_status); } && {
15140          test -z "$ac_c_werror_flag" ||
15141          test ! -s conftest.err
15142        } && test -s conftest.$ac_objext; then
15143   cat >conftest.$ac_ext <<_ACEOF
15144 /* confdefs.h.  */
15145 _ACEOF
15146 cat confdefs.h >>conftest.$ac_ext
15147 cat >>conftest.$ac_ext <<_ACEOF
15148 /* end confdefs.h.  */
15149 #define _GNU_SOURCE
15150 #include <pthread.h>
15151
15152 int
15153 main ()
15154 {
15155 if (sizeof ((pthread_rwlock_t)))
15156           return 0;
15157   ;
15158   return 0;
15159 }
15160 _ACEOF
15161 rm -f conftest.$ac_objext
15162 if { (ac_try="$ac_compile"
15163 case "(($ac_try" in
15164   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15165   *) ac_try_echo=$ac_try;;
15166 esac
15167 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15168 $as_echo "$ac_try_echo") >&5
15169   (eval "$ac_compile") 2>conftest.er1
15170   ac_status=$?
15171   grep -v '^ *+' conftest.er1 >conftest.err
15172   rm -f conftest.er1
15173   cat conftest.err >&5
15174   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15175   (exit $ac_status); } && {
15176          test -z "$ac_c_werror_flag" ||
15177          test ! -s conftest.err
15178        } && test -s conftest.$ac_objext; then
15179   :
15180 else
15181   $as_echo "$as_me: failed program was:" >&5
15182 sed 's/^/| /' conftest.$ac_ext >&5
15183
15184         ac_cv_type_pthread_rwlock_t=yes
15185 fi
15186
15187 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15188 else
15189   $as_echo "$as_me: failed program was:" >&5
15190 sed 's/^/| /' conftest.$ac_ext >&5
15191
15192
15193 fi
15194
15195 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15196 fi
15197 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15198 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15199 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15200
15201 cat >>confdefs.h <<_ACEOF
15202 #define HAVE_PTHREAD_RWLOCK_T 1
15203 _ACEOF
15204
15205
15206 fi
15207 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15208 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15209 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15210   $as_echo_n "(cached) " >&6
15211 else
15212   ac_cv_type_pthread_rwlockattr_t=no
15213 cat >conftest.$ac_ext <<_ACEOF
15214 /* confdefs.h.  */
15215 _ACEOF
15216 cat confdefs.h >>conftest.$ac_ext
15217 cat >>conftest.$ac_ext <<_ACEOF
15218 /* end confdefs.h.  */
15219 #define _GNU_SOURCE
15220 #include <pthread.h>
15221
15222 int
15223 main ()
15224 {
15225 if (sizeof (pthread_rwlockattr_t))
15226        return 0;
15227   ;
15228   return 0;
15229 }
15230 _ACEOF
15231 rm -f conftest.$ac_objext
15232 if { (ac_try="$ac_compile"
15233 case "(($ac_try" in
15234   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15235   *) ac_try_echo=$ac_try;;
15236 esac
15237 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15238 $as_echo "$ac_try_echo") >&5
15239   (eval "$ac_compile") 2>conftest.er1
15240   ac_status=$?
15241   grep -v '^ *+' conftest.er1 >conftest.err
15242   rm -f conftest.er1
15243   cat conftest.err >&5
15244   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15245   (exit $ac_status); } && {
15246          test -z "$ac_c_werror_flag" ||
15247          test ! -s conftest.err
15248        } && test -s conftest.$ac_objext; then
15249   cat >conftest.$ac_ext <<_ACEOF
15250 /* confdefs.h.  */
15251 _ACEOF
15252 cat confdefs.h >>conftest.$ac_ext
15253 cat >>conftest.$ac_ext <<_ACEOF
15254 /* end confdefs.h.  */
15255 #define _GNU_SOURCE
15256 #include <pthread.h>
15257
15258 int
15259 main ()
15260 {
15261 if (sizeof ((pthread_rwlockattr_t)))
15262           return 0;
15263   ;
15264   return 0;
15265 }
15266 _ACEOF
15267 rm -f conftest.$ac_objext
15268 if { (ac_try="$ac_compile"
15269 case "(($ac_try" in
15270   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15271   *) ac_try_echo=$ac_try;;
15272 esac
15273 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15274 $as_echo "$ac_try_echo") >&5
15275   (eval "$ac_compile") 2>conftest.er1
15276   ac_status=$?
15277   grep -v '^ *+' conftest.er1 >conftest.err
15278   rm -f conftest.er1
15279   cat conftest.err >&5
15280   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15281   (exit $ac_status); } && {
15282          test -z "$ac_c_werror_flag" ||
15283          test ! -s conftest.err
15284        } && test -s conftest.$ac_objext; then
15285   :
15286 else
15287   $as_echo "$as_me: failed program was:" >&5
15288 sed 's/^/| /' conftest.$ac_ext >&5
15289
15290         ac_cv_type_pthread_rwlockattr_t=yes
15291 fi
15292
15293 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15294 else
15295   $as_echo "$as_me: failed program was:" >&5
15296 sed 's/^/| /' conftest.$ac_ext >&5
15297
15298
15299 fi
15300
15301 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15302 fi
15303 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15304 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15305 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15306
15307 cat >>confdefs.h <<_ACEOF
15308 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15309 _ACEOF
15310
15311
15312 fi
15313
15314
15315 ac_wine_check_funcs_save_LIBS="$LIBS"
15316 LIBS="$LIBS $LIBPTHREAD"
15317
15318
15319
15320
15321 for ac_func in \
15322         pthread_attr_get_np \
15323         pthread_getattr_np \
15324         pthread_get_stackaddr_np \
15325         pthread_get_stacksize_np
15326 do
15327 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15328 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15329 $as_echo_n "checking for $ac_func... " >&6; }
15330 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15331   $as_echo_n "(cached) " >&6
15332 else
15333   cat >conftest.$ac_ext <<_ACEOF
15334 /* confdefs.h.  */
15335 _ACEOF
15336 cat confdefs.h >>conftest.$ac_ext
15337 cat >>conftest.$ac_ext <<_ACEOF
15338 /* end confdefs.h.  */
15339 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15340    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15341 #define $ac_func innocuous_$ac_func
15342
15343 /* System header to define __stub macros and hopefully few prototypes,
15344     which can conflict with char $ac_func (); below.
15345     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15346     <limits.h> exists even on freestanding compilers.  */
15347
15348 #ifdef __STDC__
15349 # include <limits.h>
15350 #else
15351 # include <assert.h>
15352 #endif
15353
15354 #undef $ac_func
15355
15356 /* Override any GCC internal prototype to avoid an error.
15357    Use char because int might match the return type of a GCC
15358    builtin and then its argument prototype would still apply.  */
15359 #ifdef __cplusplus
15360 extern "C"
15361 #endif
15362 char $ac_func ();
15363 /* The GNU C library defines this for functions which it implements
15364     to always fail with ENOSYS.  Some functions are actually named
15365     something starting with __ and the normal name is an alias.  */
15366 #if defined __stub_$ac_func || defined __stub___$ac_func
15367 choke me
15368 #endif
15369
15370 int
15371 main ()
15372 {
15373 return $ac_func ();
15374   ;
15375   return 0;
15376 }
15377 _ACEOF
15378 rm -f conftest.$ac_objext conftest$ac_exeext
15379 if { (ac_try="$ac_link"
15380 case "(($ac_try" in
15381   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15382   *) ac_try_echo=$ac_try;;
15383 esac
15384 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15385 $as_echo "$ac_try_echo") >&5
15386   (eval "$ac_link") 2>conftest.er1
15387   ac_status=$?
15388   grep -v '^ *+' conftest.er1 >conftest.err
15389   rm -f conftest.er1
15390   cat conftest.err >&5
15391   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15392   (exit $ac_status); } && {
15393          test -z "$ac_c_werror_flag" ||
15394          test ! -s conftest.err
15395        } && test -s conftest$ac_exeext && {
15396          test "$cross_compiling" = yes ||
15397          $as_test_x conftest$ac_exeext
15398        }; then
15399   eval "$as_ac_var=yes"
15400 else
15401   $as_echo "$as_me: failed program was:" >&5
15402 sed 's/^/| /' conftest.$ac_ext >&5
15403
15404         eval "$as_ac_var=no"
15405 fi
15406
15407 rm -rf conftest.dSYM
15408 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15409       conftest$ac_exeext conftest.$ac_ext
15410 fi
15411 ac_res=`eval 'as_val=${'$as_ac_var'}
15412                  $as_echo "$as_val"'`
15413                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15414 $as_echo "$ac_res" >&6; }
15415 as_val=`eval 'as_val=${'$as_ac_var'}
15416                  $as_echo "$as_val"'`
15417    if test "x$as_val" = x""yes; then
15418   cat >>confdefs.h <<_ACEOF
15419 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15420 _ACEOF
15421
15422 fi
15423 done
15424
15425 LIBS="$ac_wine_check_funcs_save_LIBS"
15426
15427 # Extract the first word of "esd-config", so it can be a program name with args.
15428 set dummy esd-config; ac_word=$2
15429 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15430 $as_echo_n "checking for $ac_word... " >&6; }
15431 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15432   $as_echo_n "(cached) " >&6
15433 else
15434   case $ESDCONFIG in
15435   [\\/]* | ?:[\\/]*)
15436   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15437   ;;
15438   *)
15439   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15440 for as_dir in $PATH
15441 do
15442   IFS=$as_save_IFS
15443   test -z "$as_dir" && as_dir=.
15444   for ac_exec_ext in '' $ac_executable_extensions; do
15445   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15446     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15447     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15448     break 2
15449   fi
15450 done
15451 done
15452 IFS=$as_save_IFS
15453
15454   ;;
15455 esac
15456 fi
15457 ESDCONFIG=$ac_cv_path_ESDCONFIG
15458 if test -n "$ESDCONFIG"; then
15459   { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15460 $as_echo "$ESDCONFIG" >&6; }
15461 else
15462   { $as_echo "$as_me:$LINENO: result: no" >&5
15463 $as_echo "no" >&6; }
15464 fi
15465
15466
15467 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
15468 then
15469     ac_esd_incl=""
15470     for i in `$ESDCONFIG --cflags`
15471     do
15472       case "$i" in
15473         -I*) ac_esd_incl="$ac_esd_incl $i";;
15474       esac
15475     done
15476     ac_esd_libs=`$ESDCONFIG --libs`
15477     save_CFLAGS="$CFLAGS"
15478     CFLAGS="$CFLAGS $ac_esd_incl"
15479     { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15480 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15481 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15482   $as_echo_n "(cached) " >&6
15483 else
15484   ac_check_lib_save_LIBS=$LIBS
15485 LIBS="-lesd $ac_esd_libs $LIBS"
15486 cat >conftest.$ac_ext <<_ACEOF
15487 /* confdefs.h.  */
15488 _ACEOF
15489 cat confdefs.h >>conftest.$ac_ext
15490 cat >>conftest.$ac_ext <<_ACEOF
15491 /* end confdefs.h.  */
15492
15493 /* Override any GCC internal prototype to avoid an error.
15494    Use char because int might match the return type of a GCC
15495    builtin and then its argument prototype would still apply.  */
15496 #ifdef __cplusplus
15497 extern "C"
15498 #endif
15499 char esd_open_sound ();
15500 int
15501 main ()
15502 {
15503 return esd_open_sound ();
15504   ;
15505   return 0;
15506 }
15507 _ACEOF
15508 rm -f conftest.$ac_objext conftest$ac_exeext
15509 if { (ac_try="$ac_link"
15510 case "(($ac_try" in
15511   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15512   *) ac_try_echo=$ac_try;;
15513 esac
15514 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15515 $as_echo "$ac_try_echo") >&5
15516   (eval "$ac_link") 2>conftest.er1
15517   ac_status=$?
15518   grep -v '^ *+' conftest.er1 >conftest.err
15519   rm -f conftest.er1
15520   cat conftest.err >&5
15521   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15522   (exit $ac_status); } && {
15523          test -z "$ac_c_werror_flag" ||
15524          test ! -s conftest.err
15525        } && test -s conftest$ac_exeext && {
15526          test "$cross_compiling" = yes ||
15527          $as_test_x conftest$ac_exeext
15528        }; then
15529   ac_cv_lib_esd_esd_open_sound=yes
15530 else
15531   $as_echo "$as_me: failed program was:" >&5
15532 sed 's/^/| /' conftest.$ac_ext >&5
15533
15534         ac_cv_lib_esd_esd_open_sound=no
15535 fi
15536
15537 rm -rf conftest.dSYM
15538 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15539       conftest$ac_exeext conftest.$ac_ext
15540 LIBS=$ac_check_lib_save_LIBS
15541 fi
15542 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15543 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15544 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15545   ESDINCL="$ac_esd_incl"
15546
15547          ESDLIBS="$ac_esd_libs"
15548
15549
15550 cat >>confdefs.h <<\_ACEOF
15551 #define HAVE_ESD 1
15552 _ACEOF
15553
15554 fi
15555
15556     CFLAGS="$save_CFLAGS"
15557 fi
15558
15559 ALSALIBS=""
15560
15561 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15562 then
15563     { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15564 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15565 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15566   $as_echo_n "(cached) " >&6
15567 else
15568   ac_check_lib_save_LIBS=$LIBS
15569 LIBS="-lasound  $LIBS"
15570 cat >conftest.$ac_ext <<_ACEOF
15571 /* confdefs.h.  */
15572 _ACEOF
15573 cat confdefs.h >>conftest.$ac_ext
15574 cat >>conftest.$ac_ext <<_ACEOF
15575 /* end confdefs.h.  */
15576
15577 /* Override any GCC internal prototype to avoid an error.
15578    Use char because int might match the return type of a GCC
15579    builtin and then its argument prototype would still apply.  */
15580 #ifdef __cplusplus
15581 extern "C"
15582 #endif
15583 char snd_pcm_hw_params_get_access ();
15584 int
15585 main ()
15586 {
15587 return snd_pcm_hw_params_get_access ();
15588   ;
15589   return 0;
15590 }
15591 _ACEOF
15592 rm -f conftest.$ac_objext conftest$ac_exeext
15593 if { (ac_try="$ac_link"
15594 case "(($ac_try" in
15595   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15596   *) ac_try_echo=$ac_try;;
15597 esac
15598 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15599 $as_echo "$ac_try_echo") >&5
15600   (eval "$ac_link") 2>conftest.er1
15601   ac_status=$?
15602   grep -v '^ *+' conftest.er1 >conftest.err
15603   rm -f conftest.er1
15604   cat conftest.err >&5
15605   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15606   (exit $ac_status); } && {
15607          test -z "$ac_c_werror_flag" ||
15608          test ! -s conftest.err
15609        } && test -s conftest$ac_exeext && {
15610          test "$cross_compiling" = yes ||
15611          $as_test_x conftest$ac_exeext
15612        }; then
15613   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15614 else
15615   $as_echo "$as_me: failed program was:" >&5
15616 sed 's/^/| /' conftest.$ac_ext >&5
15617
15618         ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15619 fi
15620
15621 rm -rf conftest.dSYM
15622 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15623       conftest$ac_exeext conftest.$ac_ext
15624 LIBS=$ac_check_lib_save_LIBS
15625 fi
15626 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15627 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15628 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15629   cat >conftest.$ac_ext <<_ACEOF
15630 /* confdefs.h.  */
15631 _ACEOF
15632 cat confdefs.h >>conftest.$ac_ext
15633 cat >>conftest.$ac_ext <<_ACEOF
15634 /* end confdefs.h.  */
15635 #ifdef HAVE_ALSA_ASOUNDLIB_H
15636 #include <alsa/asoundlib.h>
15637 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15638 #include <sys/asoundlib.h>
15639 #endif
15640 int
15641 main ()
15642 {
15643 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15644   ;
15645   return 0;
15646 }
15647 _ACEOF
15648 rm -f conftest.$ac_objext
15649 if { (ac_try="$ac_compile"
15650 case "(($ac_try" in
15651   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15652   *) ac_try_echo=$ac_try;;
15653 esac
15654 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15655 $as_echo "$ac_try_echo") >&5
15656   (eval "$ac_compile") 2>conftest.er1
15657   ac_status=$?
15658   grep -v '^ *+' conftest.er1 >conftest.err
15659   rm -f conftest.er1
15660   cat conftest.err >&5
15661   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15662   (exit $ac_status); } && {
15663          test -z "$ac_c_werror_flag" ||
15664          test ! -s conftest.err
15665        } && test -s conftest.$ac_objext; then
15666
15667 cat >>confdefs.h <<\_ACEOF
15668 #define HAVE_ALSA 1
15669 _ACEOF
15670
15671                          ALSALIBS="-lasound"
15672 else
15673   $as_echo "$as_me: failed program was:" >&5
15674 sed 's/^/| /' conftest.$ac_ext >&5
15675
15676
15677 fi
15678
15679 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15680 fi
15681
15682 fi
15683
15684 AUDIOIOLIBS=""
15685
15686 if test "$ac_cv_header_libaudioio_h" = "yes"
15687 then
15688     { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15689 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15690 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15691   $as_echo_n "(cached) " >&6
15692 else
15693   ac_check_lib_save_LIBS=$LIBS
15694 LIBS="-laudioio  $LIBS"
15695 cat >conftest.$ac_ext <<_ACEOF
15696 /* confdefs.h.  */
15697 _ACEOF
15698 cat confdefs.h >>conftest.$ac_ext
15699 cat >>conftest.$ac_ext <<_ACEOF
15700 /* end confdefs.h.  */
15701
15702 /* Override any GCC internal prototype to avoid an error.
15703    Use char because int might match the return type of a GCC
15704    builtin and then its argument prototype would still apply.  */
15705 #ifdef __cplusplus
15706 extern "C"
15707 #endif
15708 char AudioIOGetVersion ();
15709 int
15710 main ()
15711 {
15712 return AudioIOGetVersion ();
15713   ;
15714   return 0;
15715 }
15716 _ACEOF
15717 rm -f conftest.$ac_objext conftest$ac_exeext
15718 if { (ac_try="$ac_link"
15719 case "(($ac_try" in
15720   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15721   *) ac_try_echo=$ac_try;;
15722 esac
15723 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15724 $as_echo "$ac_try_echo") >&5
15725   (eval "$ac_link") 2>conftest.er1
15726   ac_status=$?
15727   grep -v '^ *+' conftest.er1 >conftest.err
15728   rm -f conftest.er1
15729   cat conftest.err >&5
15730   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15731   (exit $ac_status); } && {
15732          test -z "$ac_c_werror_flag" ||
15733          test ! -s conftest.err
15734        } && test -s conftest$ac_exeext && {
15735          test "$cross_compiling" = yes ||
15736          $as_test_x conftest$ac_exeext
15737        }; then
15738   ac_cv_lib_audioio_AudioIOGetVersion=yes
15739 else
15740   $as_echo "$as_me: failed program was:" >&5
15741 sed 's/^/| /' conftest.$ac_ext >&5
15742
15743         ac_cv_lib_audioio_AudioIOGetVersion=no
15744 fi
15745
15746 rm -rf conftest.dSYM
15747 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15748       conftest$ac_exeext conftest.$ac_ext
15749 LIBS=$ac_check_lib_save_LIBS
15750 fi
15751 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15752 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15753 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15754   AUDIOIOLIBS="-laudioio"
15755
15756 cat >>confdefs.h <<\_ACEOF
15757 #define HAVE_LIBAUDIOIO 1
15758 _ACEOF
15759
15760 fi
15761
15762 fi
15763
15764
15765 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15766 then
15767     { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15768 $as_echo_n "checking for -lcapi20... " >&6; }
15769 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15770   $as_echo_n "(cached) " >&6
15771 else
15772   ac_check_soname_save_LIBS=$LIBS
15773 LIBS="-lcapi20  $LIBS"
15774   cat >conftest.$ac_ext <<_ACEOF
15775 /* confdefs.h.  */
15776 _ACEOF
15777 cat confdefs.h >>conftest.$ac_ext
15778 cat >>conftest.$ac_ext <<_ACEOF
15779 /* end confdefs.h.  */
15780
15781 /* Override any GCC internal prototype to avoid an error.
15782    Use char because int might match the return type of a GCC
15783    builtin and then its argument prototype would still apply.  */
15784 #ifdef __cplusplus
15785 extern "C"
15786 #endif
15787 char capi20_register ();
15788 int
15789 main ()
15790 {
15791 return capi20_register ();
15792   ;
15793   return 0;
15794 }
15795 _ACEOF
15796 rm -f conftest.$ac_objext conftest$ac_exeext
15797 if { (ac_try="$ac_link"
15798 case "(($ac_try" in
15799   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15800   *) ac_try_echo=$ac_try;;
15801 esac
15802 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15803 $as_echo "$ac_try_echo") >&5
15804   (eval "$ac_link") 2>conftest.er1
15805   ac_status=$?
15806   grep -v '^ *+' conftest.er1 >conftest.err
15807   rm -f conftest.er1
15808   cat conftest.err >&5
15809   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15810   (exit $ac_status); } && {
15811          test -z "$ac_c_werror_flag" ||
15812          test ! -s conftest.err
15813        } && test -s conftest$ac_exeext && {
15814          test "$cross_compiling" = yes ||
15815          $as_test_x conftest$ac_exeext
15816        }; then
15817   case "$LIBEXT" in
15818     dll) ;;
15819     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'` ;;
15820     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
15821   esac
15822 else
15823   $as_echo "$as_me: failed program was:" >&5
15824 sed 's/^/| /' conftest.$ac_ext >&5
15825
15826
15827 fi
15828
15829 rm -rf conftest.dSYM
15830 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15831       conftest$ac_exeext conftest.$ac_ext
15832   LIBS=$ac_check_soname_save_LIBS
15833 fi
15834 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15835   { $as_echo "$as_me:$LINENO: result: not found" >&5
15836 $as_echo "not found" >&6; }
15837
15838 else
15839   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15840 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15841
15842 cat >>confdefs.h <<_ACEOF
15843 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15844 _ACEOF
15845
15846
15847 fi
15848
15849 fi
15850 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15851   case "x$with_capi" in
15852   x)   wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15853   xno) ;;
15854   *)   { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15855 This is an error since --with-capi was requested." >&5
15856 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15857 This is an error since --with-capi was requested." >&2;}
15858    { (exit 1); exit 1; }; } ;;
15859 esac
15860 fi
15861
15862
15863 CUPSINCL=""
15864
15865 if test "x$with_cups" != "xno"
15866 then
15867     ac_save_CPPFLAGS="$CPPFLAGS"
15868     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15869     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15870     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15871
15872 for ac_header in cups/cups.h
15873 do
15874 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15875 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15876   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15877 $as_echo_n "checking for $ac_header... " >&6; }
15878 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15879   $as_echo_n "(cached) " >&6
15880 fi
15881 ac_res=`eval 'as_val=${'$as_ac_Header'}
15882                  $as_echo "$as_val"'`
15883                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15884 $as_echo "$ac_res" >&6; }
15885 else
15886   # Is the header compilable?
15887 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15888 $as_echo_n "checking $ac_header usability... " >&6; }
15889 cat >conftest.$ac_ext <<_ACEOF
15890 /* confdefs.h.  */
15891 _ACEOF
15892 cat confdefs.h >>conftest.$ac_ext
15893 cat >>conftest.$ac_ext <<_ACEOF
15894 /* end confdefs.h.  */
15895 $ac_includes_default
15896 #include <$ac_header>
15897 _ACEOF
15898 rm -f conftest.$ac_objext
15899 if { (ac_try="$ac_compile"
15900 case "(($ac_try" in
15901   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15902   *) ac_try_echo=$ac_try;;
15903 esac
15904 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15905 $as_echo "$ac_try_echo") >&5
15906   (eval "$ac_compile") 2>conftest.er1
15907   ac_status=$?
15908   grep -v '^ *+' conftest.er1 >conftest.err
15909   rm -f conftest.er1
15910   cat conftest.err >&5
15911   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15912   (exit $ac_status); } && {
15913          test -z "$ac_c_werror_flag" ||
15914          test ! -s conftest.err
15915        } && test -s conftest.$ac_objext; then
15916   ac_header_compiler=yes
15917 else
15918   $as_echo "$as_me: failed program was:" >&5
15919 sed 's/^/| /' conftest.$ac_ext >&5
15920
15921         ac_header_compiler=no
15922 fi
15923
15924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15925 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15926 $as_echo "$ac_header_compiler" >&6; }
15927
15928 # Is the header present?
15929 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
15930 $as_echo_n "checking $ac_header presence... " >&6; }
15931 cat >conftest.$ac_ext <<_ACEOF
15932 /* confdefs.h.  */
15933 _ACEOF
15934 cat confdefs.h >>conftest.$ac_ext
15935 cat >>conftest.$ac_ext <<_ACEOF
15936 /* end confdefs.h.  */
15937 #include <$ac_header>
15938 _ACEOF
15939 if { (ac_try="$ac_cpp conftest.$ac_ext"
15940 case "(($ac_try" in
15941   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15942   *) ac_try_echo=$ac_try;;
15943 esac
15944 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15945 $as_echo "$ac_try_echo") >&5
15946   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15947   ac_status=$?
15948   grep -v '^ *+' conftest.er1 >conftest.err
15949   rm -f conftest.er1
15950   cat conftest.err >&5
15951   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15952   (exit $ac_status); } >/dev/null && {
15953          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15954          test ! -s conftest.err
15955        }; then
15956   ac_header_preproc=yes
15957 else
15958   $as_echo "$as_me: failed program was:" >&5
15959 sed 's/^/| /' conftest.$ac_ext >&5
15960
15961   ac_header_preproc=no
15962 fi
15963
15964 rm -f conftest.err conftest.$ac_ext
15965 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15966 $as_echo "$ac_header_preproc" >&6; }
15967
15968 # So?  What about this header?
15969 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15970   yes:no: )
15971     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15972 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15973     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15974 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15975     ac_header_preproc=yes
15976     ;;
15977   no:yes:* )
15978     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15979 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15980     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
15981 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
15982     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15983 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15984     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
15985 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
15986     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15987 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15988     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15989 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15990     ( cat <<\_ASBOX
15991 ## ------------------------------------ ##
15992 ## Report this to wine-devel@winehq.org ##
15993 ## ------------------------------------ ##
15994 _ASBOX
15995      ) | sed "s/^/$as_me: WARNING:     /" >&2
15996     ;;
15997 esac
15998 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15999 $as_echo_n "checking for $ac_header... " >&6; }
16000 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16001   $as_echo_n "(cached) " >&6
16002 else
16003   eval "$as_ac_Header=\$ac_header_preproc"
16004 fi
16005 ac_res=`eval 'as_val=${'$as_ac_Header'}
16006                  $as_echo "$as_val"'`
16007                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16008 $as_echo "$ac_res" >&6; }
16009
16010 fi
16011 as_val=`eval 'as_val=${'$as_ac_Header'}
16012                  $as_echo "$as_val"'`
16013    if test "x$as_val" = x""yes; then
16014   cat >>confdefs.h <<_ACEOF
16015 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16016 _ACEOF
16017  { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16018 $as_echo_n "checking for -lcups... " >&6; }
16019 if test "${ac_cv_lib_soname_cups+set}" = set; then
16020   $as_echo_n "(cached) " >&6
16021 else
16022   ac_check_soname_save_LIBS=$LIBS
16023 LIBS="-lcups $ac_cups_libs $LIBS"
16024   cat >conftest.$ac_ext <<_ACEOF
16025 /* confdefs.h.  */
16026 _ACEOF
16027 cat confdefs.h >>conftest.$ac_ext
16028 cat >>conftest.$ac_ext <<_ACEOF
16029 /* end confdefs.h.  */
16030
16031 /* Override any GCC internal prototype to avoid an error.
16032    Use char because int might match the return type of a GCC
16033    builtin and then its argument prototype would still apply.  */
16034 #ifdef __cplusplus
16035 extern "C"
16036 #endif
16037 char cupsGetDefault ();
16038 int
16039 main ()
16040 {
16041 return cupsGetDefault ();
16042   ;
16043   return 0;
16044 }
16045 _ACEOF
16046 rm -f conftest.$ac_objext conftest$ac_exeext
16047 if { (ac_try="$ac_link"
16048 case "(($ac_try" in
16049   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16050   *) ac_try_echo=$ac_try;;
16051 esac
16052 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16053 $as_echo "$ac_try_echo") >&5
16054   (eval "$ac_link") 2>conftest.er1
16055   ac_status=$?
16056   grep -v '^ *+' conftest.er1 >conftest.err
16057   rm -f conftest.er1
16058   cat conftest.err >&5
16059   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16060   (exit $ac_status); } && {
16061          test -z "$ac_c_werror_flag" ||
16062          test ! -s conftest.err
16063        } && test -s conftest$ac_exeext && {
16064          test "$cross_compiling" = yes ||
16065          $as_test_x conftest$ac_exeext
16066        }; then
16067   case "$LIBEXT" in
16068     dll) ;;
16069     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'` ;;
16070     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16071   esac
16072 else
16073   $as_echo "$as_me: failed program was:" >&5
16074 sed 's/^/| /' conftest.$ac_ext >&5
16075
16076
16077 fi
16078
16079 rm -rf conftest.dSYM
16080 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16081       conftest$ac_exeext conftest.$ac_ext
16082   LIBS=$ac_check_soname_save_LIBS
16083 fi
16084 if test "x$ac_cv_lib_soname_cups" = "x"; then
16085   { $as_echo "$as_me:$LINENO: result: not found" >&5
16086 $as_echo "not found" >&6; }
16087
16088 else
16089   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16090 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16091
16092 cat >>confdefs.h <<_ACEOF
16093 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16094 _ACEOF
16095
16096        CUPSINCL="$ac_cups_cflags"
16097 fi
16098
16099 fi
16100
16101 done
16102
16103     CPPFLAGS="$ac_save_CPPFLAGS"
16104 fi
16105 if test "x$ac_cv_lib_soname_cups" = "x"; then
16106   case "x$with_cups" in
16107   x)   wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16108   xno) ;;
16109   *)   { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16110 This is an error since --with-cups was requested." >&5
16111 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16112 This is an error since --with-cups was requested." >&2;}
16113    { (exit 1); exit 1; }; } ;;
16114 esac
16115 fi
16116
16117
16118 if test "$ac_cv_header_jack_jack_h" = "yes"
16119 then
16120     { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16121 $as_echo_n "checking for -ljack... " >&6; }
16122 if test "${ac_cv_lib_soname_jack+set}" = set; then
16123   $as_echo_n "(cached) " >&6
16124 else
16125   ac_check_soname_save_LIBS=$LIBS
16126 LIBS="-ljack  $LIBS"
16127   cat >conftest.$ac_ext <<_ACEOF
16128 /* confdefs.h.  */
16129 _ACEOF
16130 cat confdefs.h >>conftest.$ac_ext
16131 cat >>conftest.$ac_ext <<_ACEOF
16132 /* end confdefs.h.  */
16133
16134 /* Override any GCC internal prototype to avoid an error.
16135    Use char because int might match the return type of a GCC
16136    builtin and then its argument prototype would still apply.  */
16137 #ifdef __cplusplus
16138 extern "C"
16139 #endif
16140 char jack_client_new ();
16141 int
16142 main ()
16143 {
16144 return jack_client_new ();
16145   ;
16146   return 0;
16147 }
16148 _ACEOF
16149 rm -f conftest.$ac_objext conftest$ac_exeext
16150 if { (ac_try="$ac_link"
16151 case "(($ac_try" in
16152   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16153   *) ac_try_echo=$ac_try;;
16154 esac
16155 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16156 $as_echo "$ac_try_echo") >&5
16157   (eval "$ac_link") 2>conftest.er1
16158   ac_status=$?
16159   grep -v '^ *+' conftest.er1 >conftest.err
16160   rm -f conftest.er1
16161   cat conftest.err >&5
16162   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16163   (exit $ac_status); } && {
16164          test -z "$ac_c_werror_flag" ||
16165          test ! -s conftest.err
16166        } && test -s conftest$ac_exeext && {
16167          test "$cross_compiling" = yes ||
16168          $as_test_x conftest$ac_exeext
16169        }; then
16170   case "$LIBEXT" in
16171     dll) ;;
16172     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'` ;;
16173     *) 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'` ;;
16174   esac
16175 else
16176   $as_echo "$as_me: failed program was:" >&5
16177 sed 's/^/| /' conftest.$ac_ext >&5
16178
16179
16180 fi
16181
16182 rm -rf conftest.dSYM
16183 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16184       conftest$ac_exeext conftest.$ac_ext
16185   LIBS=$ac_check_soname_save_LIBS
16186 fi
16187 if test "x$ac_cv_lib_soname_jack" = "x"; then
16188   { $as_echo "$as_me:$LINENO: result: not found" >&5
16189 $as_echo "not found" >&6; }
16190
16191 else
16192   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16193 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16194
16195 cat >>confdefs.h <<_ACEOF
16196 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16197 _ACEOF
16198
16199
16200 fi
16201
16202 fi
16203
16204 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16205 then
16206     { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16207 $as_echo_n "checking for -lfontconfig... " >&6; }
16208 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16209   $as_echo_n "(cached) " >&6
16210 else
16211   ac_check_soname_save_LIBS=$LIBS
16212 LIBS="-lfontconfig  $LIBS"
16213   cat >conftest.$ac_ext <<_ACEOF
16214 /* confdefs.h.  */
16215 _ACEOF
16216 cat confdefs.h >>conftest.$ac_ext
16217 cat >>conftest.$ac_ext <<_ACEOF
16218 /* end confdefs.h.  */
16219
16220 /* Override any GCC internal prototype to avoid an error.
16221    Use char because int might match the return type of a GCC
16222    builtin and then its argument prototype would still apply.  */
16223 #ifdef __cplusplus
16224 extern "C"
16225 #endif
16226 char FcInit ();
16227 int
16228 main ()
16229 {
16230 return FcInit ();
16231   ;
16232   return 0;
16233 }
16234 _ACEOF
16235 rm -f conftest.$ac_objext conftest$ac_exeext
16236 if { (ac_try="$ac_link"
16237 case "(($ac_try" in
16238   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16239   *) ac_try_echo=$ac_try;;
16240 esac
16241 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16242 $as_echo "$ac_try_echo") >&5
16243   (eval "$ac_link") 2>conftest.er1
16244   ac_status=$?
16245   grep -v '^ *+' conftest.er1 >conftest.err
16246   rm -f conftest.er1
16247   cat conftest.err >&5
16248   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16249   (exit $ac_status); } && {
16250          test -z "$ac_c_werror_flag" ||
16251          test ! -s conftest.err
16252        } && test -s conftest$ac_exeext && {
16253          test "$cross_compiling" = yes ||
16254          $as_test_x conftest$ac_exeext
16255        }; then
16256   case "$LIBEXT" in
16257     dll) ;;
16258     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'` ;;
16259     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16260   esac
16261 else
16262   $as_echo "$as_me: failed program was:" >&5
16263 sed 's/^/| /' conftest.$ac_ext >&5
16264
16265
16266 fi
16267
16268 rm -rf conftest.dSYM
16269 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16270       conftest$ac_exeext conftest.$ac_ext
16271   LIBS=$ac_check_soname_save_LIBS
16272 fi
16273 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16274   { $as_echo "$as_me:$LINENO: result: not found" >&5
16275 $as_echo "not found" >&6; }
16276
16277 else
16278   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16279 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16280
16281 cat >>confdefs.h <<_ACEOF
16282 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16283 _ACEOF
16284
16285
16286 fi
16287
16288 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16289 then
16290         ac_save_CPPFLAGS="$CPPFLAGS"
16291     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16292     $as_unset ac_cv_header_fontconfig_fontconfig_h
16293
16294 for ac_header in fontconfig/fontconfig.h
16295 do
16296 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16297 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16298   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16299 $as_echo_n "checking for $ac_header... " >&6; }
16300 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16301   $as_echo_n "(cached) " >&6
16302 fi
16303 ac_res=`eval 'as_val=${'$as_ac_Header'}
16304                  $as_echo "$as_val"'`
16305                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16306 $as_echo "$ac_res" >&6; }
16307 else
16308   # Is the header compilable?
16309 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16310 $as_echo_n "checking $ac_header usability... " >&6; }
16311 cat >conftest.$ac_ext <<_ACEOF
16312 /* confdefs.h.  */
16313 _ACEOF
16314 cat confdefs.h >>conftest.$ac_ext
16315 cat >>conftest.$ac_ext <<_ACEOF
16316 /* end confdefs.h.  */
16317 $ac_includes_default
16318 #include <$ac_header>
16319 _ACEOF
16320 rm -f conftest.$ac_objext
16321 if { (ac_try="$ac_compile"
16322 case "(($ac_try" in
16323   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16324   *) ac_try_echo=$ac_try;;
16325 esac
16326 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16327 $as_echo "$ac_try_echo") >&5
16328   (eval "$ac_compile") 2>conftest.er1
16329   ac_status=$?
16330   grep -v '^ *+' conftest.er1 >conftest.err
16331   rm -f conftest.er1
16332   cat conftest.err >&5
16333   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16334   (exit $ac_status); } && {
16335          test -z "$ac_c_werror_flag" ||
16336          test ! -s conftest.err
16337        } && test -s conftest.$ac_objext; then
16338   ac_header_compiler=yes
16339 else
16340   $as_echo "$as_me: failed program was:" >&5
16341 sed 's/^/| /' conftest.$ac_ext >&5
16342
16343         ac_header_compiler=no
16344 fi
16345
16346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16347 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16348 $as_echo "$ac_header_compiler" >&6; }
16349
16350 # Is the header present?
16351 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16352 $as_echo_n "checking $ac_header presence... " >&6; }
16353 cat >conftest.$ac_ext <<_ACEOF
16354 /* confdefs.h.  */
16355 _ACEOF
16356 cat confdefs.h >>conftest.$ac_ext
16357 cat >>conftest.$ac_ext <<_ACEOF
16358 /* end confdefs.h.  */
16359 #include <$ac_header>
16360 _ACEOF
16361 if { (ac_try="$ac_cpp conftest.$ac_ext"
16362 case "(($ac_try" in
16363   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16364   *) ac_try_echo=$ac_try;;
16365 esac
16366 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16367 $as_echo "$ac_try_echo") >&5
16368   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16369   ac_status=$?
16370   grep -v '^ *+' conftest.er1 >conftest.err
16371   rm -f conftest.er1
16372   cat conftest.err >&5
16373   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16374   (exit $ac_status); } >/dev/null && {
16375          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16376          test ! -s conftest.err
16377        }; then
16378   ac_header_preproc=yes
16379 else
16380   $as_echo "$as_me: failed program was:" >&5
16381 sed 's/^/| /' conftest.$ac_ext >&5
16382
16383   ac_header_preproc=no
16384 fi
16385
16386 rm -f conftest.err conftest.$ac_ext
16387 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16388 $as_echo "$ac_header_preproc" >&6; }
16389
16390 # So?  What about this header?
16391 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16392   yes:no: )
16393     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16394 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16395     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16396 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16397     ac_header_preproc=yes
16398     ;;
16399   no:yes:* )
16400     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16401 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16402     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16403 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16404     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16405 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16406     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16407 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16408     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16409 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16410     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16411 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16412     ( cat <<\_ASBOX
16413 ## ------------------------------------ ##
16414 ## Report this to wine-devel@winehq.org ##
16415 ## ------------------------------------ ##
16416 _ASBOX
16417      ) | sed "s/^/$as_me: WARNING:     /" >&2
16418     ;;
16419 esac
16420 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16421 $as_echo_n "checking for $ac_header... " >&6; }
16422 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16423   $as_echo_n "(cached) " >&6
16424 else
16425   eval "$as_ac_Header=\$ac_header_preproc"
16426 fi
16427 ac_res=`eval 'as_val=${'$as_ac_Header'}
16428                  $as_echo "$as_val"'`
16429                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16430 $as_echo "$ac_res" >&6; }
16431
16432 fi
16433 as_val=`eval 'as_val=${'$as_ac_Header'}
16434                  $as_echo "$as_val"'`
16435    if test "x$as_val" = x""yes; then
16436   cat >>confdefs.h <<_ACEOF
16437 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16438 _ACEOF
16439
16440 fi
16441
16442 done
16443
16444     CPPFLAGS="$ac_save_CPPFLAGS"
16445     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16446     then
16447         FONTCONFIGINCL="$X_CFLAGS"
16448
16449         { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16450 $as_echo_n "checking for -lfontconfig... " >&6; }
16451 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16452   $as_echo_n "(cached) " >&6
16453 else
16454   ac_check_soname_save_LIBS=$LIBS
16455 LIBS="-lfontconfig $X_LIBS $LIBS"
16456   cat >conftest.$ac_ext <<_ACEOF
16457 /* confdefs.h.  */
16458 _ACEOF
16459 cat confdefs.h >>conftest.$ac_ext
16460 cat >>conftest.$ac_ext <<_ACEOF
16461 /* end confdefs.h.  */
16462
16463 /* Override any GCC internal prototype to avoid an error.
16464    Use char because int might match the return type of a GCC
16465    builtin and then its argument prototype would still apply.  */
16466 #ifdef __cplusplus
16467 extern "C"
16468 #endif
16469 char FcInit ();
16470 int
16471 main ()
16472 {
16473 return FcInit ();
16474   ;
16475   return 0;
16476 }
16477 _ACEOF
16478 rm -f conftest.$ac_objext conftest$ac_exeext
16479 if { (ac_try="$ac_link"
16480 case "(($ac_try" in
16481   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16482   *) ac_try_echo=$ac_try;;
16483 esac
16484 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16485 $as_echo "$ac_try_echo") >&5
16486   (eval "$ac_link") 2>conftest.er1
16487   ac_status=$?
16488   grep -v '^ *+' conftest.er1 >conftest.err
16489   rm -f conftest.er1
16490   cat conftest.err >&5
16491   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16492   (exit $ac_status); } && {
16493          test -z "$ac_c_werror_flag" ||
16494          test ! -s conftest.err
16495        } && test -s conftest$ac_exeext && {
16496          test "$cross_compiling" = yes ||
16497          $as_test_x conftest$ac_exeext
16498        }; then
16499   case "$LIBEXT" in
16500     dll) ;;
16501     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'` ;;
16502     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16503   esac
16504 else
16505   $as_echo "$as_me: failed program was:" >&5
16506 sed 's/^/| /' conftest.$ac_ext >&5
16507
16508
16509 fi
16510
16511 rm -rf conftest.dSYM
16512 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16513       conftest$ac_exeext conftest.$ac_ext
16514   LIBS=$ac_check_soname_save_LIBS
16515 fi
16516 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16517   { $as_echo "$as_me:$LINENO: result: not found" >&5
16518 $as_echo "not found" >&6; }
16519
16520 else
16521   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16522 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16523
16524 cat >>confdefs.h <<_ACEOF
16525 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16526 _ACEOF
16527
16528
16529 fi
16530
16531     fi
16532 fi
16533 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16534   case "x$with_fontconfig" in
16535   x)   wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16536   xno) ;;
16537   *)   { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16538 This is an error since --with-fontconfig was requested." >&5
16539 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16540 This is an error since --with-fontconfig was requested." >&2;}
16541    { (exit 1); exit 1; }; } ;;
16542 esac
16543 fi
16544
16545
16546 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16547 then
16548     { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16549 $as_echo_n "checking for -lssl... " >&6; }
16550 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16551   $as_echo_n "(cached) " >&6
16552 else
16553   ac_check_soname_save_LIBS=$LIBS
16554 LIBS="-lssl  $LIBS"
16555   cat >conftest.$ac_ext <<_ACEOF
16556 /* confdefs.h.  */
16557 _ACEOF
16558 cat confdefs.h >>conftest.$ac_ext
16559 cat >>conftest.$ac_ext <<_ACEOF
16560 /* end confdefs.h.  */
16561
16562 /* Override any GCC internal prototype to avoid an error.
16563    Use char because int might match the return type of a GCC
16564    builtin and then its argument prototype would still apply.  */
16565 #ifdef __cplusplus
16566 extern "C"
16567 #endif
16568 char SSL_library_init ();
16569 int
16570 main ()
16571 {
16572 return SSL_library_init ();
16573   ;
16574   return 0;
16575 }
16576 _ACEOF
16577 rm -f conftest.$ac_objext conftest$ac_exeext
16578 if { (ac_try="$ac_link"
16579 case "(($ac_try" in
16580   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16581   *) ac_try_echo=$ac_try;;
16582 esac
16583 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16584 $as_echo "$ac_try_echo") >&5
16585   (eval "$ac_link") 2>conftest.er1
16586   ac_status=$?
16587   grep -v '^ *+' conftest.er1 >conftest.err
16588   rm -f conftest.er1
16589   cat conftest.err >&5
16590   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16591   (exit $ac_status); } && {
16592          test -z "$ac_c_werror_flag" ||
16593          test ! -s conftest.err
16594        } && test -s conftest$ac_exeext && {
16595          test "$cross_compiling" = yes ||
16596          $as_test_x conftest$ac_exeext
16597        }; then
16598   case "$LIBEXT" in
16599     dll) ;;
16600     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'` ;;
16601     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
16602   esac
16603 else
16604   $as_echo "$as_me: failed program was:" >&5
16605 sed 's/^/| /' conftest.$ac_ext >&5
16606
16607
16608 fi
16609
16610 rm -rf conftest.dSYM
16611 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16612       conftest$ac_exeext conftest.$ac_ext
16613   LIBS=$ac_check_soname_save_LIBS
16614 fi
16615 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16616   { $as_echo "$as_me:$LINENO: result: not found" >&5
16617 $as_echo "not found" >&6; }
16618
16619 else
16620   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16621 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16622
16623 cat >>confdefs.h <<_ACEOF
16624 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16625 _ACEOF
16626
16627
16628 fi
16629
16630     { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16631 $as_echo_n "checking for -lcrypto... " >&6; }
16632 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16633   $as_echo_n "(cached) " >&6
16634 else
16635   ac_check_soname_save_LIBS=$LIBS
16636 LIBS="-lcrypto  $LIBS"
16637   cat >conftest.$ac_ext <<_ACEOF
16638 /* confdefs.h.  */
16639 _ACEOF
16640 cat confdefs.h >>conftest.$ac_ext
16641 cat >>conftest.$ac_ext <<_ACEOF
16642 /* end confdefs.h.  */
16643
16644 /* Override any GCC internal prototype to avoid an error.
16645    Use char because int might match the return type of a GCC
16646    builtin and then its argument prototype would still apply.  */
16647 #ifdef __cplusplus
16648 extern "C"
16649 #endif
16650 char BIO_new_socket ();
16651 int
16652 main ()
16653 {
16654 return BIO_new_socket ();
16655   ;
16656   return 0;
16657 }
16658 _ACEOF
16659 rm -f conftest.$ac_objext conftest$ac_exeext
16660 if { (ac_try="$ac_link"
16661 case "(($ac_try" in
16662   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16663   *) ac_try_echo=$ac_try;;
16664 esac
16665 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16666 $as_echo "$ac_try_echo") >&5
16667   (eval "$ac_link") 2>conftest.er1
16668   ac_status=$?
16669   grep -v '^ *+' conftest.er1 >conftest.err
16670   rm -f conftest.er1
16671   cat conftest.err >&5
16672   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16673   (exit $ac_status); } && {
16674          test -z "$ac_c_werror_flag" ||
16675          test ! -s conftest.err
16676        } && test -s conftest$ac_exeext && {
16677          test "$cross_compiling" = yes ||
16678          $as_test_x conftest$ac_exeext
16679        }; then
16680   case "$LIBEXT" in
16681     dll) ;;
16682     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'` ;;
16683     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
16684   esac
16685 else
16686   $as_echo "$as_me: failed program was:" >&5
16687 sed 's/^/| /' conftest.$ac_ext >&5
16688
16689
16690 fi
16691
16692 rm -rf conftest.dSYM
16693 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16694       conftest$ac_exeext conftest.$ac_ext
16695   LIBS=$ac_check_soname_save_LIBS
16696 fi
16697 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16698   { $as_echo "$as_me:$LINENO: result: not found" >&5
16699 $as_echo "not found" >&6; }
16700
16701 else
16702   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16703 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16704
16705 cat >>confdefs.h <<_ACEOF
16706 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16707 _ACEOF
16708
16709
16710 fi
16711
16712 fi
16713 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16714   case "x$with_openssl" in
16715   x)   wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16716   xno) ;;
16717   *)   { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16718 This is an error since --with-openssl was requested." >&5
16719 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16720 This is an error since --with-openssl was requested." >&2;}
16721    { (exit 1); exit 1; }; } ;;
16722 esac
16723 fi
16724
16725
16726 if test "$ac_cv_header_jpeglib_h" = "yes"
16727 then
16728     { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16729 $as_echo_n "checking for -ljpeg... " >&6; }
16730 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16731   $as_echo_n "(cached) " >&6
16732 else
16733   ac_check_soname_save_LIBS=$LIBS
16734 LIBS="-ljpeg  $LIBS"
16735   cat >conftest.$ac_ext <<_ACEOF
16736 /* confdefs.h.  */
16737 _ACEOF
16738 cat confdefs.h >>conftest.$ac_ext
16739 cat >>conftest.$ac_ext <<_ACEOF
16740 /* end confdefs.h.  */
16741
16742 /* Override any GCC internal prototype to avoid an error.
16743    Use char because int might match the return type of a GCC
16744    builtin and then its argument prototype would still apply.  */
16745 #ifdef __cplusplus
16746 extern "C"
16747 #endif
16748 char jpeg_start_decompress ();
16749 int
16750 main ()
16751 {
16752 return jpeg_start_decompress ();
16753   ;
16754   return 0;
16755 }
16756 _ACEOF
16757 rm -f conftest.$ac_objext conftest$ac_exeext
16758 if { (ac_try="$ac_link"
16759 case "(($ac_try" in
16760   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16761   *) ac_try_echo=$ac_try;;
16762 esac
16763 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16764 $as_echo "$ac_try_echo") >&5
16765   (eval "$ac_link") 2>conftest.er1
16766   ac_status=$?
16767   grep -v '^ *+' conftest.er1 >conftest.err
16768   rm -f conftest.er1
16769   cat conftest.err >&5
16770   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16771   (exit $ac_status); } && {
16772          test -z "$ac_c_werror_flag" ||
16773          test ! -s conftest.err
16774        } && test -s conftest$ac_exeext && {
16775          test "$cross_compiling" = yes ||
16776          $as_test_x conftest$ac_exeext
16777        }; then
16778   case "$LIBEXT" in
16779     dll) ;;
16780     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'` ;;
16781     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16782   esac
16783 else
16784   $as_echo "$as_me: failed program was:" >&5
16785 sed 's/^/| /' conftest.$ac_ext >&5
16786
16787
16788 fi
16789
16790 rm -rf conftest.dSYM
16791 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16792       conftest$ac_exeext conftest.$ac_ext
16793   LIBS=$ac_check_soname_save_LIBS
16794 fi
16795 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16796   { $as_echo "$as_me:$LINENO: result: not found" >&5
16797 $as_echo "not found" >&6; }
16798
16799 else
16800   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16801 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16802
16803 cat >>confdefs.h <<_ACEOF
16804 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16805 _ACEOF
16806
16807
16808 fi
16809
16810 fi
16811 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16812   case "x$with_jpeg" in
16813   x)   wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16814   xno) ;;
16815   *)   { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16816 This is an error since --with-jpeg was requested." >&5
16817 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16818 This is an error since --with-jpeg was requested." >&2;}
16819    { (exit 1); exit 1; }; } ;;
16820 esac
16821 fi
16822
16823
16824 if test "$ac_cv_header_png_h" = "yes"
16825 then
16826     { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16827 $as_echo_n "checking for -lpng... " >&6; }
16828 if test "${ac_cv_lib_soname_png+set}" = set; then
16829   $as_echo_n "(cached) " >&6
16830 else
16831   ac_check_soname_save_LIBS=$LIBS
16832 LIBS="-lpng -lm $LIBS"
16833   cat >conftest.$ac_ext <<_ACEOF
16834 /* confdefs.h.  */
16835 _ACEOF
16836 cat confdefs.h >>conftest.$ac_ext
16837 cat >>conftest.$ac_ext <<_ACEOF
16838 /* end confdefs.h.  */
16839
16840 /* Override any GCC internal prototype to avoid an error.
16841    Use char because int might match the return type of a GCC
16842    builtin and then its argument prototype would still apply.  */
16843 #ifdef __cplusplus
16844 extern "C"
16845 #endif
16846 char png_create_read_struct ();
16847 int
16848 main ()
16849 {
16850 return png_create_read_struct ();
16851   ;
16852   return 0;
16853 }
16854 _ACEOF
16855 rm -f conftest.$ac_objext conftest$ac_exeext
16856 if { (ac_try="$ac_link"
16857 case "(($ac_try" in
16858   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16859   *) ac_try_echo=$ac_try;;
16860 esac
16861 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16862 $as_echo "$ac_try_echo") >&5
16863   (eval "$ac_link") 2>conftest.er1
16864   ac_status=$?
16865   grep -v '^ *+' conftest.er1 >conftest.err
16866   rm -f conftest.er1
16867   cat conftest.err >&5
16868   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16869   (exit $ac_status); } && {
16870          test -z "$ac_c_werror_flag" ||
16871          test ! -s conftest.err
16872        } && test -s conftest$ac_exeext && {
16873          test "$cross_compiling" = yes ||
16874          $as_test_x conftest$ac_exeext
16875        }; then
16876   case "$LIBEXT" in
16877     dll) ;;
16878     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'` ;;
16879     *) 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'` ;;
16880   esac
16881 else
16882   $as_echo "$as_me: failed program was:" >&5
16883 sed 's/^/| /' conftest.$ac_ext >&5
16884
16885
16886 fi
16887
16888 rm -rf conftest.dSYM
16889 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16890       conftest$ac_exeext conftest.$ac_ext
16891   LIBS=$ac_check_soname_save_LIBS
16892 fi
16893 if test "x$ac_cv_lib_soname_png" = "x"; then
16894   { $as_echo "$as_me:$LINENO: result: not found" >&5
16895 $as_echo "not found" >&6; }
16896
16897 else
16898   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16899 $as_echo "$ac_cv_lib_soname_png" >&6; }
16900
16901 cat >>confdefs.h <<_ACEOF
16902 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16903 _ACEOF
16904
16905
16906 fi
16907
16908 fi
16909 if test "x$ac_cv_lib_soname_png" = "x"; then
16910   case "x$with_png" in
16911   x)   wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16912   xno) ;;
16913   *)   { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16914 This is an error since --with-png was requested." >&5
16915 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16916 This is an error since --with-png was requested." >&2;}
16917    { (exit 1); exit 1; }; } ;;
16918 esac
16919 fi
16920
16921
16922 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
16923 $as_echo_n "checking for -lodbc... " >&6; }
16924 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16925   $as_echo_n "(cached) " >&6
16926 else
16927   ac_check_soname_save_LIBS=$LIBS
16928 LIBS="-lodbc  $LIBS"
16929   cat >conftest.$ac_ext <<_ACEOF
16930 /* confdefs.h.  */
16931 _ACEOF
16932 cat confdefs.h >>conftest.$ac_ext
16933 cat >>conftest.$ac_ext <<_ACEOF
16934 /* end confdefs.h.  */
16935
16936 /* Override any GCC internal prototype to avoid an error.
16937    Use char because int might match the return type of a GCC
16938    builtin and then its argument prototype would still apply.  */
16939 #ifdef __cplusplus
16940 extern "C"
16941 #endif
16942 char SQLConnect ();
16943 int
16944 main ()
16945 {
16946 return SQLConnect ();
16947   ;
16948   return 0;
16949 }
16950 _ACEOF
16951 rm -f conftest.$ac_objext conftest$ac_exeext
16952 if { (ac_try="$ac_link"
16953 case "(($ac_try" in
16954   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16955   *) ac_try_echo=$ac_try;;
16956 esac
16957 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16958 $as_echo "$ac_try_echo") >&5
16959   (eval "$ac_link") 2>conftest.er1
16960   ac_status=$?
16961   grep -v '^ *+' conftest.er1 >conftest.err
16962   rm -f conftest.er1
16963   cat conftest.err >&5
16964   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16965   (exit $ac_status); } && {
16966          test -z "$ac_c_werror_flag" ||
16967          test ! -s conftest.err
16968        } && test -s conftest$ac_exeext && {
16969          test "$cross_compiling" = yes ||
16970          $as_test_x conftest$ac_exeext
16971        }; then
16972   case "$LIBEXT" in
16973     dll) ;;
16974     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'` ;;
16975     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16976   esac
16977 else
16978   $as_echo "$as_me: failed program was:" >&5
16979 sed 's/^/| /' conftest.$ac_ext >&5
16980
16981
16982 fi
16983
16984 rm -rf conftest.dSYM
16985 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16986       conftest$ac_exeext conftest.$ac_ext
16987   LIBS=$ac_check_soname_save_LIBS
16988 fi
16989 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16990   { $as_echo "$as_me:$LINENO: result: not found" >&5
16991 $as_echo "not found" >&6; }
16992        cat >>confdefs.h <<_ACEOF
16993 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16994 _ACEOF
16995
16996 else
16997   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16998 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
16999
17000 cat >>confdefs.h <<_ACEOF
17001 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17002 _ACEOF
17003
17004
17005 fi
17006
17007
17008 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17009         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17010         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17011         "$ac_cv_header_soundcard_h" != "yes" -a \
17012         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17013 then
17014     wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17015 fi
17016
17017
17018 EXTRACFLAGS=""
17019
17020 if test "x${GCC}" = "xyes"
17021 then
17022   EXTRACFLAGS="-Wall -pipe"
17023
17024     { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17025 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17026 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17027   $as_echo_n "(cached) " >&6
17028 else
17029   if test "$cross_compiling" = yes; then
17030   ac_cv_c_gcc_strength_bug="yes"
17031 else
17032   cat >conftest.$ac_ext <<_ACEOF
17033 /* confdefs.h.  */
17034 _ACEOF
17035 cat confdefs.h >>conftest.$ac_ext
17036 cat >>conftest.$ac_ext <<_ACEOF
17037 /* end confdefs.h.  */
17038 int L[4] = {0,1,2,3};
17039 int
17040 main ()
17041 {
17042 static int Array[3];
17043   unsigned int B = 3;
17044   int i;
17045   for(i=0; i<B; i++) Array[i] = i - 3;
17046   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17047   L[i] = 4;
17048   exit( Array[1] != -2 || L[2] != 3)
17049   ;
17050   return 0;
17051 }
17052 _ACEOF
17053 rm -f conftest$ac_exeext
17054 if { (ac_try="$ac_link"
17055 case "(($ac_try" in
17056   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17057   *) ac_try_echo=$ac_try;;
17058 esac
17059 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17060 $as_echo "$ac_try_echo") >&5
17061   (eval "$ac_link") 2>&5
17062   ac_status=$?
17063   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17064   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17065   { (case "(($ac_try" in
17066   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17067   *) ac_try_echo=$ac_try;;
17068 esac
17069 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17070 $as_echo "$ac_try_echo") >&5
17071   (eval "$ac_try") 2>&5
17072   ac_status=$?
17073   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17074   (exit $ac_status); }; }; then
17075   ac_cv_c_gcc_strength_bug="no"
17076 else
17077   $as_echo "$as_me: program exited with status $ac_status" >&5
17078 $as_echo "$as_me: failed program was:" >&5
17079 sed 's/^/| /' conftest.$ac_ext >&5
17080
17081 ( exit $ac_status )
17082 ac_cv_c_gcc_strength_bug="yes"
17083 fi
17084 rm -rf conftest.dSYM
17085 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17086 fi
17087
17088
17089 fi
17090 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17091 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17092   if test "$ac_cv_c_gcc_strength_bug" = "yes"
17093   then
17094     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17095   fi
17096
17097
17098   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
17099 $as_echo_n "checking whether the compiler supports -fshort-wchar... " >&6; }
17100 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
17101   $as_echo_n "(cached) " >&6
17102 else
17103   ac_wine_try_cflags_saved=$CFLAGS
17104 CFLAGS="$CFLAGS -fshort-wchar"
17105 cat >conftest.$ac_ext <<_ACEOF
17106 /* confdefs.h.  */
17107 _ACEOF
17108 cat confdefs.h >>conftest.$ac_ext
17109 cat >>conftest.$ac_ext <<_ACEOF
17110 /* end confdefs.h.  */
17111
17112 int
17113 main ()
17114 {
17115
17116   ;
17117   return 0;
17118 }
17119 _ACEOF
17120 rm -f conftest.$ac_objext conftest$ac_exeext
17121 if { (ac_try="$ac_link"
17122 case "(($ac_try" in
17123   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17124   *) ac_try_echo=$ac_try;;
17125 esac
17126 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17127 $as_echo "$ac_try_echo") >&5
17128   (eval "$ac_link") 2>conftest.er1
17129   ac_status=$?
17130   grep -v '^ *+' conftest.er1 >conftest.err
17131   rm -f conftest.er1
17132   cat conftest.err >&5
17133   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17134   (exit $ac_status); } && {
17135          test -z "$ac_c_werror_flag" ||
17136          test ! -s conftest.err
17137        } && test -s conftest$ac_exeext && {
17138          test "$cross_compiling" = yes ||
17139          $as_test_x conftest$ac_exeext
17140        }; then
17141   ac_cv_cflags__fshort_wchar=yes
17142 else
17143   $as_echo "$as_me: failed program was:" >&5
17144 sed 's/^/| /' conftest.$ac_ext >&5
17145
17146         ac_cv_cflags__fshort_wchar=no
17147 fi
17148
17149 rm -rf conftest.dSYM
17150 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17151       conftest$ac_exeext conftest.$ac_ext
17152 CFLAGS=$ac_wine_try_cflags_saved
17153 fi
17154 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
17155 $as_echo "$ac_cv_cflags__fshort_wchar" >&6; }
17156 if test $ac_cv_cflags__fshort_wchar = yes; then
17157
17158 cat >>confdefs.h <<\_ACEOF
17159 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
17160 _ACEOF
17161
17162 fi
17163
17164   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17165 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17166 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17167   $as_echo_n "(cached) " >&6
17168 else
17169   ac_wine_try_cflags_saved=$CFLAGS
17170 CFLAGS="$CFLAGS -fno-builtin"
17171 cat >conftest.$ac_ext <<_ACEOF
17172 /* confdefs.h.  */
17173 _ACEOF
17174 cat confdefs.h >>conftest.$ac_ext
17175 cat >>conftest.$ac_ext <<_ACEOF
17176 /* end confdefs.h.  */
17177
17178 int
17179 main ()
17180 {
17181
17182   ;
17183   return 0;
17184 }
17185 _ACEOF
17186 rm -f conftest.$ac_objext conftest$ac_exeext
17187 if { (ac_try="$ac_link"
17188 case "(($ac_try" in
17189   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17190   *) ac_try_echo=$ac_try;;
17191 esac
17192 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17193 $as_echo "$ac_try_echo") >&5
17194   (eval "$ac_link") 2>conftest.er1
17195   ac_status=$?
17196   grep -v '^ *+' conftest.er1 >conftest.err
17197   rm -f conftest.er1
17198   cat conftest.err >&5
17199   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17200   (exit $ac_status); } && {
17201          test -z "$ac_c_werror_flag" ||
17202          test ! -s conftest.err
17203        } && test -s conftest$ac_exeext && {
17204          test "$cross_compiling" = yes ||
17205          $as_test_x conftest$ac_exeext
17206        }; then
17207   ac_cv_cflags__fno_builtin=yes
17208 else
17209   $as_echo "$as_me: failed program was:" >&5
17210 sed 's/^/| /' conftest.$ac_ext >&5
17211
17212         ac_cv_cflags__fno_builtin=no
17213 fi
17214
17215 rm -rf conftest.dSYM
17216 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17217       conftest$ac_exeext conftest.$ac_ext
17218 CFLAGS=$ac_wine_try_cflags_saved
17219 fi
17220 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17221 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17222 if test $ac_cv_cflags__fno_builtin = yes; then
17223   BUILTINFLAG="-fno-builtin"
17224
17225 fi
17226
17227   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17228 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17229 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17230   $as_echo_n "(cached) " >&6
17231 else
17232   ac_wine_try_cflags_saved=$CFLAGS
17233 CFLAGS="$CFLAGS -fno-strict-aliasing"
17234 cat >conftest.$ac_ext <<_ACEOF
17235 /* confdefs.h.  */
17236 _ACEOF
17237 cat confdefs.h >>conftest.$ac_ext
17238 cat >>conftest.$ac_ext <<_ACEOF
17239 /* end confdefs.h.  */
17240
17241 int
17242 main ()
17243 {
17244
17245   ;
17246   return 0;
17247 }
17248 _ACEOF
17249 rm -f conftest.$ac_objext conftest$ac_exeext
17250 if { (ac_try="$ac_link"
17251 case "(($ac_try" in
17252   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17253   *) ac_try_echo=$ac_try;;
17254 esac
17255 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17256 $as_echo "$ac_try_echo") >&5
17257   (eval "$ac_link") 2>conftest.er1
17258   ac_status=$?
17259   grep -v '^ *+' conftest.er1 >conftest.err
17260   rm -f conftest.er1
17261   cat conftest.err >&5
17262   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17263   (exit $ac_status); } && {
17264          test -z "$ac_c_werror_flag" ||
17265          test ! -s conftest.err
17266        } && test -s conftest$ac_exeext && {
17267          test "$cross_compiling" = yes ||
17268          $as_test_x conftest$ac_exeext
17269        }; then
17270   ac_cv_cflags__fno_strict_aliasing=yes
17271 else
17272   $as_echo "$as_me: failed program was:" >&5
17273 sed 's/^/| /' conftest.$ac_ext >&5
17274
17275         ac_cv_cflags__fno_strict_aliasing=no
17276 fi
17277
17278 rm -rf conftest.dSYM
17279 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17280       conftest$ac_exeext conftest.$ac_ext
17281 CFLAGS=$ac_wine_try_cflags_saved
17282 fi
17283 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17284 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17285 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17286   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17287 fi
17288
17289   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17290 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17291 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17292   $as_echo_n "(cached) " >&6
17293 else
17294   ac_wine_try_cflags_saved=$CFLAGS
17295 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17296 cat >conftest.$ac_ext <<_ACEOF
17297 /* confdefs.h.  */
17298 _ACEOF
17299 cat confdefs.h >>conftest.$ac_ext
17300 cat >>conftest.$ac_ext <<_ACEOF
17301 /* end confdefs.h.  */
17302
17303 int
17304 main ()
17305 {
17306
17307   ;
17308   return 0;
17309 }
17310 _ACEOF
17311 rm -f conftest.$ac_objext conftest$ac_exeext
17312 if { (ac_try="$ac_link"
17313 case "(($ac_try" in
17314   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17315   *) ac_try_echo=$ac_try;;
17316 esac
17317 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17318 $as_echo "$ac_try_echo") >&5
17319   (eval "$ac_link") 2>conftest.er1
17320   ac_status=$?
17321   grep -v '^ *+' conftest.er1 >conftest.err
17322   rm -f conftest.er1
17323   cat conftest.err >&5
17324   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17325   (exit $ac_status); } && {
17326          test -z "$ac_c_werror_flag" ||
17327          test ! -s conftest.err
17328        } && test -s conftest$ac_exeext && {
17329          test "$cross_compiling" = yes ||
17330          $as_test_x conftest$ac_exeext
17331        }; then
17332   ac_cv_cflags__Wdeclaration_after_statement=yes
17333 else
17334   $as_echo "$as_me: failed program was:" >&5
17335 sed 's/^/| /' conftest.$ac_ext >&5
17336
17337         ac_cv_cflags__Wdeclaration_after_statement=no
17338 fi
17339
17340 rm -rf conftest.dSYM
17341 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17342       conftest$ac_exeext conftest.$ac_ext
17343 CFLAGS=$ac_wine_try_cflags_saved
17344 fi
17345 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17346 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17347 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17348   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17349 fi
17350
17351   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17352 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17353 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17354   $as_echo_n "(cached) " >&6
17355 else
17356   ac_wine_try_cflags_saved=$CFLAGS
17357 CFLAGS="$CFLAGS -Wwrite-strings"
17358 cat >conftest.$ac_ext <<_ACEOF
17359 /* confdefs.h.  */
17360 _ACEOF
17361 cat confdefs.h >>conftest.$ac_ext
17362 cat >>conftest.$ac_ext <<_ACEOF
17363 /* end confdefs.h.  */
17364
17365 int
17366 main ()
17367 {
17368
17369   ;
17370   return 0;
17371 }
17372 _ACEOF
17373 rm -f conftest.$ac_objext conftest$ac_exeext
17374 if { (ac_try="$ac_link"
17375 case "(($ac_try" in
17376   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17377   *) ac_try_echo=$ac_try;;
17378 esac
17379 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17380 $as_echo "$ac_try_echo") >&5
17381   (eval "$ac_link") 2>conftest.er1
17382   ac_status=$?
17383   grep -v '^ *+' conftest.er1 >conftest.err
17384   rm -f conftest.er1
17385   cat conftest.err >&5
17386   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17387   (exit $ac_status); } && {
17388          test -z "$ac_c_werror_flag" ||
17389          test ! -s conftest.err
17390        } && test -s conftest$ac_exeext && {
17391          test "$cross_compiling" = yes ||
17392          $as_test_x conftest$ac_exeext
17393        }; then
17394   ac_cv_cflags__Wwrite_strings=yes
17395 else
17396   $as_echo "$as_me: failed program was:" >&5
17397 sed 's/^/| /' conftest.$ac_ext >&5
17398
17399         ac_cv_cflags__Wwrite_strings=no
17400 fi
17401
17402 rm -rf conftest.dSYM
17403 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17404       conftest$ac_exeext conftest.$ac_ext
17405 CFLAGS=$ac_wine_try_cflags_saved
17406 fi
17407 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17408 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17409 if test $ac_cv_cflags__Wwrite_strings = yes; then
17410   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17411 fi
17412
17413   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17414 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17415 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17416   $as_echo_n "(cached) " >&6
17417 else
17418   ac_wine_try_cflags_saved=$CFLAGS
17419 CFLAGS="$CFLAGS -Wtype-limits"
17420 cat >conftest.$ac_ext <<_ACEOF
17421 /* confdefs.h.  */
17422 _ACEOF
17423 cat confdefs.h >>conftest.$ac_ext
17424 cat >>conftest.$ac_ext <<_ACEOF
17425 /* end confdefs.h.  */
17426
17427 int
17428 main ()
17429 {
17430
17431   ;
17432   return 0;
17433 }
17434 _ACEOF
17435 rm -f conftest.$ac_objext conftest$ac_exeext
17436 if { (ac_try="$ac_link"
17437 case "(($ac_try" in
17438   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17439   *) ac_try_echo=$ac_try;;
17440 esac
17441 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17442 $as_echo "$ac_try_echo") >&5
17443   (eval "$ac_link") 2>conftest.er1
17444   ac_status=$?
17445   grep -v '^ *+' conftest.er1 >conftest.err
17446   rm -f conftest.er1
17447   cat conftest.err >&5
17448   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17449   (exit $ac_status); } && {
17450          test -z "$ac_c_werror_flag" ||
17451          test ! -s conftest.err
17452        } && test -s conftest$ac_exeext && {
17453          test "$cross_compiling" = yes ||
17454          $as_test_x conftest$ac_exeext
17455        }; then
17456   ac_cv_cflags__Wtype_limits=yes
17457 else
17458   $as_echo "$as_me: failed program was:" >&5
17459 sed 's/^/| /' conftest.$ac_ext >&5
17460
17461         ac_cv_cflags__Wtype_limits=no
17462 fi
17463
17464 rm -rf conftest.dSYM
17465 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17466       conftest$ac_exeext conftest.$ac_ext
17467 CFLAGS=$ac_wine_try_cflags_saved
17468 fi
17469 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17470 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17471 if test $ac_cv_cflags__Wtype_limits = yes; then
17472   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17473 fi
17474
17475
17476     saved_CFLAGS="$CFLAGS"
17477   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17478   { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17479 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17480 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17481   $as_echo_n "(cached) " >&6
17482 else
17483   cat >conftest.$ac_ext <<_ACEOF
17484 /* confdefs.h.  */
17485 _ACEOF
17486 cat confdefs.h >>conftest.$ac_ext
17487 cat >>conftest.$ac_ext <<_ACEOF
17488 /* end confdefs.h.  */
17489 #include <string.h>
17490 int
17491 main ()
17492 {
17493
17494   ;
17495   return 0;
17496 }
17497 _ACEOF
17498 rm -f conftest.$ac_objext
17499 if { (ac_try="$ac_compile"
17500 case "(($ac_try" in
17501   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17502   *) ac_try_echo=$ac_try;;
17503 esac
17504 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17505 $as_echo "$ac_try_echo") >&5
17506   (eval "$ac_compile") 2>conftest.er1
17507   ac_status=$?
17508   grep -v '^ *+' conftest.er1 >conftest.err
17509   rm -f conftest.er1
17510   cat conftest.err >&5
17511   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17512   (exit $ac_status); } && {
17513          test -z "$ac_c_werror_flag" ||
17514          test ! -s conftest.err
17515        } && test -s conftest.$ac_objext; then
17516   ac_cv_c_string_h_warnings=no
17517 else
17518   $as_echo "$as_me: failed program was:" >&5
17519 sed 's/^/| /' conftest.$ac_ext >&5
17520
17521         ac_cv_c_string_h_warnings=yes
17522 fi
17523
17524 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17525 fi
17526 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17527 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17528   CFLAGS="$saved_CFLAGS"
17529   if test "$ac_cv_c_string_h_warnings" = "no"
17530   then
17531     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17532   fi
17533 fi
17534
17535
17536 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17537 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17538 if test "${ac_cv_asm_func_def+set}" = set; then
17539   $as_echo_n "(cached) " >&6
17540 else
17541   cat >conftest.$ac_ext <<_ACEOF
17542 /* confdefs.h.  */
17543 _ACEOF
17544 cat confdefs.h >>conftest.$ac_ext
17545 cat >>conftest.$ac_ext <<_ACEOF
17546 /* end confdefs.h.  */
17547
17548 int
17549 main ()
17550 {
17551 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17552   ;
17553   return 0;
17554 }
17555 _ACEOF
17556 rm -f conftest.$ac_objext conftest$ac_exeext
17557 if { (ac_try="$ac_link"
17558 case "(($ac_try" in
17559   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17560   *) ac_try_echo=$ac_try;;
17561 esac
17562 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17563 $as_echo "$ac_try_echo") >&5
17564   (eval "$ac_link") 2>conftest.er1
17565   ac_status=$?
17566   grep -v '^ *+' conftest.er1 >conftest.err
17567   rm -f conftest.er1
17568   cat conftest.err >&5
17569   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17570   (exit $ac_status); } && {
17571          test -z "$ac_c_werror_flag" ||
17572          test ! -s conftest.err
17573        } && test -s conftest$ac_exeext && {
17574          test "$cross_compiling" = yes ||
17575          $as_test_x conftest$ac_exeext
17576        }; then
17577   ac_cv_asm_func_def=".def"
17578 else
17579   $as_echo "$as_me: failed program was:" >&5
17580 sed 's/^/| /' conftest.$ac_ext >&5
17581
17582         cat >conftest.$ac_ext <<_ACEOF
17583 /* confdefs.h.  */
17584 _ACEOF
17585 cat confdefs.h >>conftest.$ac_ext
17586 cat >>conftest.$ac_ext <<_ACEOF
17587 /* end confdefs.h.  */
17588
17589 int
17590 main ()
17591 {
17592 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17593   ;
17594   return 0;
17595 }
17596 _ACEOF
17597 rm -f conftest.$ac_objext conftest$ac_exeext
17598 if { (ac_try="$ac_link"
17599 case "(($ac_try" in
17600   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17601   *) ac_try_echo=$ac_try;;
17602 esac
17603 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17604 $as_echo "$ac_try_echo") >&5
17605   (eval "$ac_link") 2>conftest.er1
17606   ac_status=$?
17607   grep -v '^ *+' conftest.er1 >conftest.err
17608   rm -f conftest.er1
17609   cat conftest.err >&5
17610   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17611   (exit $ac_status); } && {
17612          test -z "$ac_c_werror_flag" ||
17613          test ! -s conftest.err
17614        } && test -s conftest$ac_exeext && {
17615          test "$cross_compiling" = yes ||
17616          $as_test_x conftest$ac_exeext
17617        }; then
17618   ac_cv_asm_func_def=".type @function"
17619 else
17620   $as_echo "$as_me: failed program was:" >&5
17621 sed 's/^/| /' conftest.$ac_ext >&5
17622
17623         cat >conftest.$ac_ext <<_ACEOF
17624 /* confdefs.h.  */
17625 _ACEOF
17626 cat confdefs.h >>conftest.$ac_ext
17627 cat >>conftest.$ac_ext <<_ACEOF
17628 /* end confdefs.h.  */
17629
17630 int
17631 main ()
17632 {
17633 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17634   ;
17635   return 0;
17636 }
17637 _ACEOF
17638 rm -f conftest.$ac_objext conftest$ac_exeext
17639 if { (ac_try="$ac_link"
17640 case "(($ac_try" in
17641   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17642   *) ac_try_echo=$ac_try;;
17643 esac
17644 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17645 $as_echo "$ac_try_echo") >&5
17646   (eval "$ac_link") 2>conftest.er1
17647   ac_status=$?
17648   grep -v '^ *+' conftest.er1 >conftest.err
17649   rm -f conftest.er1
17650   cat conftest.err >&5
17651   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17652   (exit $ac_status); } && {
17653          test -z "$ac_c_werror_flag" ||
17654          test ! -s conftest.err
17655        } && test -s conftest$ac_exeext && {
17656          test "$cross_compiling" = yes ||
17657          $as_test_x conftest$ac_exeext
17658        }; then
17659   ac_cv_asm_func_def=".type 2"
17660 else
17661   $as_echo "$as_me: failed program was:" >&5
17662 sed 's/^/| /' conftest.$ac_ext >&5
17663
17664         ac_cv_asm_func_def="unknown"
17665 fi
17666
17667 rm -rf conftest.dSYM
17668 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17669       conftest$ac_exeext conftest.$ac_ext
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
17677 rm -rf conftest.dSYM
17678 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17679       conftest$ac_exeext conftest.$ac_ext
17680 fi
17681 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17682 $as_echo "$ac_cv_asm_func_def" >&6; }
17683
17684
17685
17686 case "$ac_cv_asm_func_def" in
17687   ".def")
17688      cat >>confdefs.h <<\_ACEOF
17689 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17690 _ACEOF
17691  ;;
17692   ".type @function")
17693      cat >>confdefs.h <<\_ACEOF
17694 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17695 _ACEOF
17696  ;;
17697   ".type 2")
17698      cat >>confdefs.h <<\_ACEOF
17699 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17700 _ACEOF
17701  ;;
17702   *)
17703      cat >>confdefs.h <<\_ACEOF
17704 #define __ASM_FUNC(name) ""
17705 _ACEOF
17706  ;;
17707 esac
17708
17709
17710 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17711 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17712 if test "${ac_cv_c_extern_prefix+set}" = set; then
17713   $as_echo_n "(cached) " >&6
17714 else
17715   cat >conftest.$ac_ext <<_ACEOF
17716 /* confdefs.h.  */
17717 _ACEOF
17718 cat confdefs.h >>conftest.$ac_ext
17719 cat >>conftest.$ac_ext <<_ACEOF
17720 /* end confdefs.h.  */
17721 extern int ac_test;
17722 int
17723 main ()
17724 {
17725 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17726   ;
17727   return 0;
17728 }
17729 _ACEOF
17730 rm -f conftest.$ac_objext conftest$ac_exeext
17731 if { (ac_try="$ac_link"
17732 case "(($ac_try" in
17733   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17734   *) ac_try_echo=$ac_try;;
17735 esac
17736 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17737 $as_echo "$ac_try_echo") >&5
17738   (eval "$ac_link") 2>conftest.er1
17739   ac_status=$?
17740   grep -v '^ *+' conftest.er1 >conftest.err
17741   rm -f conftest.er1
17742   cat conftest.err >&5
17743   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17744   (exit $ac_status); } && {
17745          test -z "$ac_c_werror_flag" ||
17746          test ! -s conftest.err
17747        } && test -s conftest$ac_exeext && {
17748          test "$cross_compiling" = yes ||
17749          $as_test_x conftest$ac_exeext
17750        }; then
17751   ac_cv_c_extern_prefix="yes"
17752 else
17753   $as_echo "$as_me: failed program was:" >&5
17754 sed 's/^/| /' conftest.$ac_ext >&5
17755
17756         ac_cv_c_extern_prefix="no"
17757 fi
17758
17759 rm -rf conftest.dSYM
17760 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17761       conftest$ac_exeext conftest.$ac_ext
17762 fi
17763 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17764 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17765
17766
17767
17768 if test "$ac_cv_c_extern_prefix" = "yes"
17769 then
17770   cat >>confdefs.h <<\_ACEOF
17771 #define __ASM_NAME(name) "_" name
17772 _ACEOF
17773
17774 else
17775   cat >>confdefs.h <<\_ACEOF
17776 #define __ASM_NAME(name) name
17777 _ACEOF
17778
17779 fi
17780
17781
17782 LDPATH=""
17783
17784 case $build_os in
17785   cygwin*|mingw32*)
17786     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17787     ;;
17788   darwin*|macosx*)
17789     ;;
17790   linux*|solaris*)      if test -z "$LDRPATH_LOCAL"
17791     then
17792       LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17793     fi
17794     ;;
17795   *)
17796     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17797     ;;
17798 esac
17799
17800 case $host_os in
17801   mingw32*)
17802     CRTLIBS="-lmsvcrt"
17803
17804     SOCKETLIBS="-lws2_32"
17805
17806     ;;
17807 esac
17808
17809 MAIN_BINARY="wine-pthread"
17810   case $host_cpu in
17811   *i[3456789]86*)
17812     case $host_os in
17813       linux* | k*bsd*-gnu)
17814         MAIN_BINARY="wine-glibc"
17815
17816         EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17817  ;;
17818       freebsd*)
17819         MAIN_BINARY="wine-freebsd"
17820
17821         EXTRA_BINARIES="wine-pthread"
17822  ;;
17823     esac
17824     ;;
17825 esac
17826
17827
17828
17829
17830
17831
17832
17833
17834
17835
17836
17837
17838
17839
17840
17841
17842
17843
17844
17845
17846
17847
17848
17849
17850
17851
17852
17853
17854
17855
17856
17857
17858
17859
17860
17861
17862
17863
17864
17865
17866
17867
17868
17869
17870
17871
17872
17873
17874
17875
17876
17877
17878
17879
17880
17881
17882
17883
17884
17885
17886
17887
17888
17889
17890
17891
17892
17893
17894
17895
17896
17897
17898 for ac_func in \
17899         _pclose \
17900         _popen \
17901         _snprintf \
17902         _spawnvp \
17903         _strdup \
17904         _stricmp \
17905         _strnicmp \
17906         _strtoi64 \
17907         _strtoui64 \
17908         _vsnprintf \
17909         asctime_r \
17910         chsize \
17911         clone \
17912         dlopen \
17913         epoll_create \
17914         ffs \
17915         finite \
17916         fork \
17917         fpclass \
17918         fstatfs \
17919         fstatvfs \
17920         ftruncate \
17921         futimes \
17922         futimesat \
17923         getdirentries \
17924         getopt_long \
17925         getpagesize \
17926         getpwuid \
17927         gettid \
17928         gettimeofday \
17929         getuid \
17930         inet_pton \
17931         kqueue \
17932         lstat \
17933         memmove \
17934         mmap \
17935         pclose \
17936         poll \
17937         popen \
17938         prctl \
17939         pread \
17940         pwrite \
17941         readdir \
17942         readlink \
17943         rfork \
17944         sched_yield \
17945         select \
17946         setproctitle \
17947         setrlimit \
17948         settimeofday \
17949         sigaltstack \
17950         sigprocmask \
17951         snprintf \
17952         spawnvp \
17953         statfs \
17954         statvfs \
17955         strcasecmp \
17956         strdup \
17957         strerror \
17958         strncasecmp \
17959         strtold \
17960         strtoll \
17961         strtoull \
17962         tcgetattr \
17963         thr_kill2 \
17964         timegm \
17965         usleep \
17966         vsnprintf \
17967         wait4 \
17968         waitpid \
17969
17970 do
17971 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17972 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
17973 $as_echo_n "checking for $ac_func... " >&6; }
17974 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17975   $as_echo_n "(cached) " >&6
17976 else
17977   cat >conftest.$ac_ext <<_ACEOF
17978 /* confdefs.h.  */
17979 _ACEOF
17980 cat confdefs.h >>conftest.$ac_ext
17981 cat >>conftest.$ac_ext <<_ACEOF
17982 /* end confdefs.h.  */
17983 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17984    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
17985 #define $ac_func innocuous_$ac_func
17986
17987 /* System header to define __stub macros and hopefully few prototypes,
17988     which can conflict with char $ac_func (); below.
17989     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17990     <limits.h> exists even on freestanding compilers.  */
17991
17992 #ifdef __STDC__
17993 # include <limits.h>
17994 #else
17995 # include <assert.h>
17996 #endif
17997
17998 #undef $ac_func
17999
18000 /* Override any GCC internal prototype to avoid an error.
18001    Use char because int might match the return type of a GCC
18002    builtin and then its argument prototype would still apply.  */
18003 #ifdef __cplusplus
18004 extern "C"
18005 #endif
18006 char $ac_func ();
18007 /* The GNU C library defines this for functions which it implements
18008     to always fail with ENOSYS.  Some functions are actually named
18009     something starting with __ and the normal name is an alias.  */
18010 #if defined __stub_$ac_func || defined __stub___$ac_func
18011 choke me
18012 #endif
18013
18014 int
18015 main ()
18016 {
18017 return $ac_func ();
18018   ;
18019   return 0;
18020 }
18021 _ACEOF
18022 rm -f conftest.$ac_objext conftest$ac_exeext
18023 if { (ac_try="$ac_link"
18024 case "(($ac_try" in
18025   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18026   *) ac_try_echo=$ac_try;;
18027 esac
18028 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18029 $as_echo "$ac_try_echo") >&5
18030   (eval "$ac_link") 2>conftest.er1
18031   ac_status=$?
18032   grep -v '^ *+' conftest.er1 >conftest.err
18033   rm -f conftest.er1
18034   cat conftest.err >&5
18035   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18036   (exit $ac_status); } && {
18037          test -z "$ac_c_werror_flag" ||
18038          test ! -s conftest.err
18039        } && test -s conftest$ac_exeext && {
18040          test "$cross_compiling" = yes ||
18041          $as_test_x conftest$ac_exeext
18042        }; then
18043   eval "$as_ac_var=yes"
18044 else
18045   $as_echo "$as_me: failed program was:" >&5
18046 sed 's/^/| /' conftest.$ac_ext >&5
18047
18048         eval "$as_ac_var=no"
18049 fi
18050
18051 rm -rf conftest.dSYM
18052 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18053       conftest$ac_exeext conftest.$ac_ext
18054 fi
18055 ac_res=`eval 'as_val=${'$as_ac_var'}
18056                  $as_echo "$as_val"'`
18057                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18058 $as_echo "$ac_res" >&6; }
18059 as_val=`eval 'as_val=${'$as_ac_var'}
18060                  $as_echo "$as_val"'`
18061    if test "x$as_val" = x""yes; then
18062   cat >>confdefs.h <<_ACEOF
18063 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18064 _ACEOF
18065
18066 fi
18067 done
18068
18069
18070 if test "$ac_cv_func_dlopen" = no
18071 then
18072     { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18073 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18074 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18075   $as_echo_n "(cached) " >&6
18076 else
18077   ac_check_lib_save_LIBS=$LIBS
18078 LIBS="-ldl  $LIBS"
18079 cat >conftest.$ac_ext <<_ACEOF
18080 /* confdefs.h.  */
18081 _ACEOF
18082 cat confdefs.h >>conftest.$ac_ext
18083 cat >>conftest.$ac_ext <<_ACEOF
18084 /* end confdefs.h.  */
18085
18086 /* Override any GCC internal prototype to avoid an error.
18087    Use char because int might match the return type of a GCC
18088    builtin and then its argument prototype would still apply.  */
18089 #ifdef __cplusplus
18090 extern "C"
18091 #endif
18092 char dlopen ();
18093 int
18094 main ()
18095 {
18096 return dlopen ();
18097   ;
18098   return 0;
18099 }
18100 _ACEOF
18101 rm -f conftest.$ac_objext conftest$ac_exeext
18102 if { (ac_try="$ac_link"
18103 case "(($ac_try" in
18104   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18105   *) ac_try_echo=$ac_try;;
18106 esac
18107 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18108 $as_echo "$ac_try_echo") >&5
18109   (eval "$ac_link") 2>conftest.er1
18110   ac_status=$?
18111   grep -v '^ *+' conftest.er1 >conftest.err
18112   rm -f conftest.er1
18113   cat conftest.err >&5
18114   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18115   (exit $ac_status); } && {
18116          test -z "$ac_c_werror_flag" ||
18117          test ! -s conftest.err
18118        } && test -s conftest$ac_exeext && {
18119          test "$cross_compiling" = yes ||
18120          $as_test_x conftest$ac_exeext
18121        }; then
18122   ac_cv_lib_dl_dlopen=yes
18123 else
18124   $as_echo "$as_me: failed program was:" >&5
18125 sed 's/^/| /' conftest.$ac_ext >&5
18126
18127         ac_cv_lib_dl_dlopen=no
18128 fi
18129
18130 rm -rf conftest.dSYM
18131 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18132       conftest$ac_exeext conftest.$ac_ext
18133 LIBS=$ac_check_lib_save_LIBS
18134 fi
18135 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18136 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18137 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18138   cat >>confdefs.h <<\_ACEOF
18139 #define HAVE_DLOPEN 1
18140 _ACEOF
18141  LIBDL="-ldl"
18142
18143 fi
18144
18145 fi
18146 ac_wine_check_funcs_save_LIBS="$LIBS"
18147 LIBS="$LIBS $LIBDL"
18148
18149 for ac_func in dladdr
18150 do
18151 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18152 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18153 $as_echo_n "checking for $ac_func... " >&6; }
18154 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18155   $as_echo_n "(cached) " >&6
18156 else
18157   cat >conftest.$ac_ext <<_ACEOF
18158 /* confdefs.h.  */
18159 _ACEOF
18160 cat confdefs.h >>conftest.$ac_ext
18161 cat >>conftest.$ac_ext <<_ACEOF
18162 /* end confdefs.h.  */
18163 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18164    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18165 #define $ac_func innocuous_$ac_func
18166
18167 /* System header to define __stub macros and hopefully few prototypes,
18168     which can conflict with char $ac_func (); below.
18169     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18170     <limits.h> exists even on freestanding compilers.  */
18171
18172 #ifdef __STDC__
18173 # include <limits.h>
18174 #else
18175 # include <assert.h>
18176 #endif
18177
18178 #undef $ac_func
18179
18180 /* Override any GCC internal prototype to avoid an error.
18181    Use char because int might match the return type of a GCC
18182    builtin and then its argument prototype would still apply.  */
18183 #ifdef __cplusplus
18184 extern "C"
18185 #endif
18186 char $ac_func ();
18187 /* The GNU C library defines this for functions which it implements
18188     to always fail with ENOSYS.  Some functions are actually named
18189     something starting with __ and the normal name is an alias.  */
18190 #if defined __stub_$ac_func || defined __stub___$ac_func
18191 choke me
18192 #endif
18193
18194 int
18195 main ()
18196 {
18197 return $ac_func ();
18198   ;
18199   return 0;
18200 }
18201 _ACEOF
18202 rm -f conftest.$ac_objext conftest$ac_exeext
18203 if { (ac_try="$ac_link"
18204 case "(($ac_try" in
18205   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18206   *) ac_try_echo=$ac_try;;
18207 esac
18208 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18209 $as_echo "$ac_try_echo") >&5
18210   (eval "$ac_link") 2>conftest.er1
18211   ac_status=$?
18212   grep -v '^ *+' conftest.er1 >conftest.err
18213   rm -f conftest.er1
18214   cat conftest.err >&5
18215   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18216   (exit $ac_status); } && {
18217          test -z "$ac_c_werror_flag" ||
18218          test ! -s conftest.err
18219        } && test -s conftest$ac_exeext && {
18220          test "$cross_compiling" = yes ||
18221          $as_test_x conftest$ac_exeext
18222        }; then
18223   eval "$as_ac_var=yes"
18224 else
18225   $as_echo "$as_me: failed program was:" >&5
18226 sed 's/^/| /' conftest.$ac_ext >&5
18227
18228         eval "$as_ac_var=no"
18229 fi
18230
18231 rm -rf conftest.dSYM
18232 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18233       conftest$ac_exeext conftest.$ac_ext
18234 fi
18235 ac_res=`eval 'as_val=${'$as_ac_var'}
18236                  $as_echo "$as_val"'`
18237                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18238 $as_echo "$ac_res" >&6; }
18239 as_val=`eval 'as_val=${'$as_ac_var'}
18240                  $as_echo "$as_val"'`
18241    if test "x$as_val" = x""yes; then
18242   cat >>confdefs.h <<_ACEOF
18243 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18244 _ACEOF
18245
18246 fi
18247 done
18248
18249 LIBS="$ac_wine_check_funcs_save_LIBS"
18250
18251 if test "$ac_cv_func_poll" = no
18252 then
18253     { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18254 $as_echo_n "checking for poll in -lpoll... " >&6; }
18255 if test "${ac_cv_lib_poll_poll+set}" = set; then
18256   $as_echo_n "(cached) " >&6
18257 else
18258   ac_check_lib_save_LIBS=$LIBS
18259 LIBS="-lpoll  $LIBS"
18260 cat >conftest.$ac_ext <<_ACEOF
18261 /* confdefs.h.  */
18262 _ACEOF
18263 cat confdefs.h >>conftest.$ac_ext
18264 cat >>conftest.$ac_ext <<_ACEOF
18265 /* end confdefs.h.  */
18266
18267 /* Override any GCC internal prototype to avoid an error.
18268    Use char because int might match the return type of a GCC
18269    builtin and then its argument prototype would still apply.  */
18270 #ifdef __cplusplus
18271 extern "C"
18272 #endif
18273 char poll ();
18274 int
18275 main ()
18276 {
18277 return poll ();
18278   ;
18279   return 0;
18280 }
18281 _ACEOF
18282 rm -f conftest.$ac_objext conftest$ac_exeext
18283 if { (ac_try="$ac_link"
18284 case "(($ac_try" in
18285   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18286   *) ac_try_echo=$ac_try;;
18287 esac
18288 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18289 $as_echo "$ac_try_echo") >&5
18290   (eval "$ac_link") 2>conftest.er1
18291   ac_status=$?
18292   grep -v '^ *+' conftest.er1 >conftest.err
18293   rm -f conftest.er1
18294   cat conftest.err >&5
18295   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18296   (exit $ac_status); } && {
18297          test -z "$ac_c_werror_flag" ||
18298          test ! -s conftest.err
18299        } && test -s conftest$ac_exeext && {
18300          test "$cross_compiling" = yes ||
18301          $as_test_x conftest$ac_exeext
18302        }; then
18303   ac_cv_lib_poll_poll=yes
18304 else
18305   $as_echo "$as_me: failed program was:" >&5
18306 sed 's/^/| /' conftest.$ac_ext >&5
18307
18308         ac_cv_lib_poll_poll=no
18309 fi
18310
18311 rm -rf conftest.dSYM
18312 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18313       conftest$ac_exeext conftest.$ac_ext
18314 LIBS=$ac_check_lib_save_LIBS
18315 fi
18316 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18317 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18318 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18319   cat >>confdefs.h <<\_ACEOF
18320 #define HAVE_POLL 1
18321 _ACEOF
18322  LIBPOLL="-lpoll"
18323
18324 fi
18325
18326 fi
18327
18328 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18329 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18330 if test "${ac_cv_search_gethostbyname+set}" = set; then
18331   $as_echo_n "(cached) " >&6
18332 else
18333   ac_func_search_save_LIBS=$LIBS
18334 cat >conftest.$ac_ext <<_ACEOF
18335 /* confdefs.h.  */
18336 _ACEOF
18337 cat confdefs.h >>conftest.$ac_ext
18338 cat >>conftest.$ac_ext <<_ACEOF
18339 /* end confdefs.h.  */
18340
18341 /* Override any GCC internal prototype to avoid an error.
18342    Use char because int might match the return type of a GCC
18343    builtin and then its argument prototype would still apply.  */
18344 #ifdef __cplusplus
18345 extern "C"
18346 #endif
18347 char gethostbyname ();
18348 int
18349 main ()
18350 {
18351 return gethostbyname ();
18352   ;
18353   return 0;
18354 }
18355 _ACEOF
18356 for ac_lib in '' nsl; do
18357   if test -z "$ac_lib"; then
18358     ac_res="none required"
18359   else
18360     ac_res=-l$ac_lib
18361     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18362   fi
18363   rm -f conftest.$ac_objext conftest$ac_exeext
18364 if { (ac_try="$ac_link"
18365 case "(($ac_try" in
18366   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18367   *) ac_try_echo=$ac_try;;
18368 esac
18369 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18370 $as_echo "$ac_try_echo") >&5
18371   (eval "$ac_link") 2>conftest.er1
18372   ac_status=$?
18373   grep -v '^ *+' conftest.er1 >conftest.err
18374   rm -f conftest.er1
18375   cat conftest.err >&5
18376   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18377   (exit $ac_status); } && {
18378          test -z "$ac_c_werror_flag" ||
18379          test ! -s conftest.err
18380        } && test -s conftest$ac_exeext && {
18381          test "$cross_compiling" = yes ||
18382          $as_test_x conftest$ac_exeext
18383        }; then
18384   ac_cv_search_gethostbyname=$ac_res
18385 else
18386   $as_echo "$as_me: failed program was:" >&5
18387 sed 's/^/| /' conftest.$ac_ext >&5
18388
18389
18390 fi
18391
18392 rm -rf conftest.dSYM
18393 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18394       conftest$ac_exeext
18395   if test "${ac_cv_search_gethostbyname+set}" = set; then
18396   break
18397 fi
18398 done
18399 if test "${ac_cv_search_gethostbyname+set}" = set; then
18400   :
18401 else
18402   ac_cv_search_gethostbyname=no
18403 fi
18404 rm conftest.$ac_ext
18405 LIBS=$ac_func_search_save_LIBS
18406 fi
18407 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18408 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18409 ac_res=$ac_cv_search_gethostbyname
18410 if test "$ac_res" != no; then
18411   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18412
18413 fi
18414
18415
18416 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18417 $as_echo_n "checking for library containing connect... " >&6; }
18418 if test "${ac_cv_search_connect+set}" = set; then
18419   $as_echo_n "(cached) " >&6
18420 else
18421   ac_func_search_save_LIBS=$LIBS
18422 cat >conftest.$ac_ext <<_ACEOF
18423 /* confdefs.h.  */
18424 _ACEOF
18425 cat confdefs.h >>conftest.$ac_ext
18426 cat >>conftest.$ac_ext <<_ACEOF
18427 /* end confdefs.h.  */
18428
18429 /* Override any GCC internal prototype to avoid an error.
18430    Use char because int might match the return type of a GCC
18431    builtin and then its argument prototype would still apply.  */
18432 #ifdef __cplusplus
18433 extern "C"
18434 #endif
18435 char connect ();
18436 int
18437 main ()
18438 {
18439 return connect ();
18440   ;
18441   return 0;
18442 }
18443 _ACEOF
18444 for ac_lib in '' socket; do
18445   if test -z "$ac_lib"; then
18446     ac_res="none required"
18447   else
18448     ac_res=-l$ac_lib
18449     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18450   fi
18451   rm -f conftest.$ac_objext conftest$ac_exeext
18452 if { (ac_try="$ac_link"
18453 case "(($ac_try" in
18454   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18455   *) ac_try_echo=$ac_try;;
18456 esac
18457 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18458 $as_echo "$ac_try_echo") >&5
18459   (eval "$ac_link") 2>conftest.er1
18460   ac_status=$?
18461   grep -v '^ *+' conftest.er1 >conftest.err
18462   rm -f conftest.er1
18463   cat conftest.err >&5
18464   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18465   (exit $ac_status); } && {
18466          test -z "$ac_c_werror_flag" ||
18467          test ! -s conftest.err
18468        } && test -s conftest$ac_exeext && {
18469          test "$cross_compiling" = yes ||
18470          $as_test_x conftest$ac_exeext
18471        }; then
18472   ac_cv_search_connect=$ac_res
18473 else
18474   $as_echo "$as_me: failed program was:" >&5
18475 sed 's/^/| /' conftest.$ac_ext >&5
18476
18477
18478 fi
18479
18480 rm -rf conftest.dSYM
18481 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18482       conftest$ac_exeext
18483   if test "${ac_cv_search_connect+set}" = set; then
18484   break
18485 fi
18486 done
18487 if test "${ac_cv_search_connect+set}" = set; then
18488   :
18489 else
18490   ac_cv_search_connect=no
18491 fi
18492 rm conftest.$ac_ext
18493 LIBS=$ac_func_search_save_LIBS
18494 fi
18495 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18496 $as_echo "$ac_cv_search_connect" >&6; }
18497 ac_res=$ac_cv_search_connect
18498 if test "$ac_res" != no; then
18499   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18500
18501 fi
18502
18503
18504 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18505 $as_echo_n "checking for library containing inet_aton... " >&6; }
18506 if test "${ac_cv_search_inet_aton+set}" = set; then
18507   $as_echo_n "(cached) " >&6
18508 else
18509   ac_func_search_save_LIBS=$LIBS
18510 cat >conftest.$ac_ext <<_ACEOF
18511 /* confdefs.h.  */
18512 _ACEOF
18513 cat confdefs.h >>conftest.$ac_ext
18514 cat >>conftest.$ac_ext <<_ACEOF
18515 /* end confdefs.h.  */
18516
18517 /* Override any GCC internal prototype to avoid an error.
18518    Use char because int might match the return type of a GCC
18519    builtin and then its argument prototype would still apply.  */
18520 #ifdef __cplusplus
18521 extern "C"
18522 #endif
18523 char inet_aton ();
18524 int
18525 main ()
18526 {
18527 return inet_aton ();
18528   ;
18529   return 0;
18530 }
18531 _ACEOF
18532 for ac_lib in '' resolv; do
18533   if test -z "$ac_lib"; then
18534     ac_res="none required"
18535   else
18536     ac_res=-l$ac_lib
18537     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18538   fi
18539   rm -f conftest.$ac_objext conftest$ac_exeext
18540 if { (ac_try="$ac_link"
18541 case "(($ac_try" in
18542   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18543   *) ac_try_echo=$ac_try;;
18544 esac
18545 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18546 $as_echo "$ac_try_echo") >&5
18547   (eval "$ac_link") 2>conftest.er1
18548   ac_status=$?
18549   grep -v '^ *+' conftest.er1 >conftest.err
18550   rm -f conftest.er1
18551   cat conftest.err >&5
18552   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18553   (exit $ac_status); } && {
18554          test -z "$ac_c_werror_flag" ||
18555          test ! -s conftest.err
18556        } && test -s conftest$ac_exeext && {
18557          test "$cross_compiling" = yes ||
18558          $as_test_x conftest$ac_exeext
18559        }; then
18560   ac_cv_search_inet_aton=$ac_res
18561 else
18562   $as_echo "$as_me: failed program was:" >&5
18563 sed 's/^/| /' conftest.$ac_ext >&5
18564
18565
18566 fi
18567
18568 rm -rf conftest.dSYM
18569 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18570       conftest$ac_exeext
18571   if test "${ac_cv_search_inet_aton+set}" = set; then
18572   break
18573 fi
18574 done
18575 if test "${ac_cv_search_inet_aton+set}" = set; then
18576   :
18577 else
18578   ac_cv_search_inet_aton=no
18579 fi
18580 rm conftest.$ac_ext
18581 LIBS=$ac_func_search_save_LIBS
18582 fi
18583 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18584 $as_echo "$ac_cv_search_inet_aton" >&6; }
18585 ac_res=$ac_cv_search_inet_aton
18586 if test "$ac_res" != no; then
18587   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18588
18589 fi
18590
18591
18592
18593
18594
18595
18596
18597
18598
18599
18600 for ac_func in \
18601         getaddrinfo \
18602         getnameinfo \
18603         getnetbyname \
18604         getprotobyname \
18605         getprotobynumber \
18606         getservbyport \
18607         inet_network \
18608         sendmsg \
18609
18610 do
18611 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18612 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18613 $as_echo_n "checking for $ac_func... " >&6; }
18614 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18615   $as_echo_n "(cached) " >&6
18616 else
18617   cat >conftest.$ac_ext <<_ACEOF
18618 /* confdefs.h.  */
18619 _ACEOF
18620 cat confdefs.h >>conftest.$ac_ext
18621 cat >>conftest.$ac_ext <<_ACEOF
18622 /* end confdefs.h.  */
18623 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18624    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18625 #define $ac_func innocuous_$ac_func
18626
18627 /* System header to define __stub macros and hopefully few prototypes,
18628     which can conflict with char $ac_func (); below.
18629     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18630     <limits.h> exists even on freestanding compilers.  */
18631
18632 #ifdef __STDC__
18633 # include <limits.h>
18634 #else
18635 # include <assert.h>
18636 #endif
18637
18638 #undef $ac_func
18639
18640 /* Override any GCC internal prototype to avoid an error.
18641    Use char because int might match the return type of a GCC
18642    builtin and then its argument prototype would still apply.  */
18643 #ifdef __cplusplus
18644 extern "C"
18645 #endif
18646 char $ac_func ();
18647 /* The GNU C library defines this for functions which it implements
18648     to always fail with ENOSYS.  Some functions are actually named
18649     something starting with __ and the normal name is an alias.  */
18650 #if defined __stub_$ac_func || defined __stub___$ac_func
18651 choke me
18652 #endif
18653
18654 int
18655 main ()
18656 {
18657 return $ac_func ();
18658   ;
18659   return 0;
18660 }
18661 _ACEOF
18662 rm -f conftest.$ac_objext conftest$ac_exeext
18663 if { (ac_try="$ac_link"
18664 case "(($ac_try" in
18665   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18666   *) ac_try_echo=$ac_try;;
18667 esac
18668 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18669 $as_echo "$ac_try_echo") >&5
18670   (eval "$ac_link") 2>conftest.er1
18671   ac_status=$?
18672   grep -v '^ *+' conftest.er1 >conftest.err
18673   rm -f conftest.er1
18674   cat conftest.err >&5
18675   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18676   (exit $ac_status); } && {
18677          test -z "$ac_c_werror_flag" ||
18678          test ! -s conftest.err
18679        } && test -s conftest$ac_exeext && {
18680          test "$cross_compiling" = yes ||
18681          $as_test_x conftest$ac_exeext
18682        }; then
18683   eval "$as_ac_var=yes"
18684 else
18685   $as_echo "$as_me: failed program was:" >&5
18686 sed 's/^/| /' conftest.$ac_ext >&5
18687
18688         eval "$as_ac_var=no"
18689 fi
18690
18691 rm -rf conftest.dSYM
18692 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18693       conftest$ac_exeext conftest.$ac_ext
18694 fi
18695 ac_res=`eval 'as_val=${'$as_ac_var'}
18696                  $as_echo "$as_val"'`
18697                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18698 $as_echo "$ac_res" >&6; }
18699 as_val=`eval 'as_val=${'$as_ac_var'}
18700                  $as_echo "$as_val"'`
18701    if test "x$as_val" = x""yes; then
18702   cat >>confdefs.h <<_ACEOF
18703 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18704 _ACEOF
18705
18706 fi
18707 done
18708
18709
18710 LDAPLIBS=""
18711
18712 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18713 then
18714     { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18715 $as_echo_n "checking for LDAPSortKey... " >&6; }
18716 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18717   $as_echo_n "(cached) " >&6
18718 else
18719   ac_cv_type_LDAPSortKey=no
18720 cat >conftest.$ac_ext <<_ACEOF
18721 /* confdefs.h.  */
18722 _ACEOF
18723 cat confdefs.h >>conftest.$ac_ext
18724 cat >>conftest.$ac_ext <<_ACEOF
18725 /* end confdefs.h.  */
18726 #include <ldap.h>
18727
18728 int
18729 main ()
18730 {
18731 if (sizeof (LDAPSortKey))
18732        return 0;
18733   ;
18734   return 0;
18735 }
18736 _ACEOF
18737 rm -f conftest.$ac_objext
18738 if { (ac_try="$ac_compile"
18739 case "(($ac_try" in
18740   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18741   *) ac_try_echo=$ac_try;;
18742 esac
18743 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18744 $as_echo "$ac_try_echo") >&5
18745   (eval "$ac_compile") 2>conftest.er1
18746   ac_status=$?
18747   grep -v '^ *+' conftest.er1 >conftest.err
18748   rm -f conftest.er1
18749   cat conftest.err >&5
18750   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18751   (exit $ac_status); } && {
18752          test -z "$ac_c_werror_flag" ||
18753          test ! -s conftest.err
18754        } && test -s conftest.$ac_objext; then
18755   cat >conftest.$ac_ext <<_ACEOF
18756 /* confdefs.h.  */
18757 _ACEOF
18758 cat confdefs.h >>conftest.$ac_ext
18759 cat >>conftest.$ac_ext <<_ACEOF
18760 /* end confdefs.h.  */
18761 #include <ldap.h>
18762
18763 int
18764 main ()
18765 {
18766 if (sizeof ((LDAPSortKey)))
18767           return 0;
18768   ;
18769   return 0;
18770 }
18771 _ACEOF
18772 rm -f conftest.$ac_objext
18773 if { (ac_try="$ac_compile"
18774 case "(($ac_try" in
18775   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18776   *) ac_try_echo=$ac_try;;
18777 esac
18778 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18779 $as_echo "$ac_try_echo") >&5
18780   (eval "$ac_compile") 2>conftest.er1
18781   ac_status=$?
18782   grep -v '^ *+' conftest.er1 >conftest.err
18783   rm -f conftest.er1
18784   cat conftest.err >&5
18785   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18786   (exit $ac_status); } && {
18787          test -z "$ac_c_werror_flag" ||
18788          test ! -s conftest.err
18789        } && test -s conftest.$ac_objext; then
18790   :
18791 else
18792   $as_echo "$as_me: failed program was:" >&5
18793 sed 's/^/| /' conftest.$ac_ext >&5
18794
18795         ac_cv_type_LDAPSortKey=yes
18796 fi
18797
18798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18799 else
18800   $as_echo "$as_me: failed program was:" >&5
18801 sed 's/^/| /' conftest.$ac_ext >&5
18802
18803
18804 fi
18805
18806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18807 fi
18808 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18809 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18810 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18811   { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18812 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18813 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18814   $as_echo_n "(cached) " >&6
18815 else
18816   ac_check_lib_save_LIBS=$LIBS
18817 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18818 cat >conftest.$ac_ext <<_ACEOF
18819 /* confdefs.h.  */
18820 _ACEOF
18821 cat confdefs.h >>conftest.$ac_ext
18822 cat >>conftest.$ac_ext <<_ACEOF
18823 /* end confdefs.h.  */
18824
18825 /* Override any GCC internal prototype to avoid an error.
18826    Use char because int might match the return type of a GCC
18827    builtin and then its argument prototype would still apply.  */
18828 #ifdef __cplusplus
18829 extern "C"
18830 #endif
18831 char ldap_initialize ();
18832 int
18833 main ()
18834 {
18835 return ldap_initialize ();
18836   ;
18837   return 0;
18838 }
18839 _ACEOF
18840 rm -f conftest.$ac_objext conftest$ac_exeext
18841 if { (ac_try="$ac_link"
18842 case "(($ac_try" in
18843   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18844   *) ac_try_echo=$ac_try;;
18845 esac
18846 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18847 $as_echo "$ac_try_echo") >&5
18848   (eval "$ac_link") 2>conftest.er1
18849   ac_status=$?
18850   grep -v '^ *+' conftest.er1 >conftest.err
18851   rm -f conftest.er1
18852   cat conftest.err >&5
18853   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18854   (exit $ac_status); } && {
18855          test -z "$ac_c_werror_flag" ||
18856          test ! -s conftest.err
18857        } && test -s conftest$ac_exeext && {
18858          test "$cross_compiling" = yes ||
18859          $as_test_x conftest$ac_exeext
18860        }; then
18861   ac_cv_lib_ldap_r_ldap_initialize=yes
18862 else
18863   $as_echo "$as_me: failed program was:" >&5
18864 sed 's/^/| /' conftest.$ac_ext >&5
18865
18866         ac_cv_lib_ldap_r_ldap_initialize=no
18867 fi
18868
18869 rm -rf conftest.dSYM
18870 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18871       conftest$ac_exeext conftest.$ac_ext
18872 LIBS=$ac_check_lib_save_LIBS
18873 fi
18874 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18875 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18876 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18877   { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18878 $as_echo_n "checking for ber_init in -llber... " >&6; }
18879 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18880   $as_echo_n "(cached) " >&6
18881 else
18882   ac_check_lib_save_LIBS=$LIBS
18883 LIBS="-llber $LIBPTHREAD $LIBS"
18884 cat >conftest.$ac_ext <<_ACEOF
18885 /* confdefs.h.  */
18886 _ACEOF
18887 cat confdefs.h >>conftest.$ac_ext
18888 cat >>conftest.$ac_ext <<_ACEOF
18889 /* end confdefs.h.  */
18890
18891 /* Override any GCC internal prototype to avoid an error.
18892    Use char because int might match the return type of a GCC
18893    builtin and then its argument prototype would still apply.  */
18894 #ifdef __cplusplus
18895 extern "C"
18896 #endif
18897 char ber_init ();
18898 int
18899 main ()
18900 {
18901 return ber_init ();
18902   ;
18903   return 0;
18904 }
18905 _ACEOF
18906 rm -f conftest.$ac_objext conftest$ac_exeext
18907 if { (ac_try="$ac_link"
18908 case "(($ac_try" in
18909   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18910   *) ac_try_echo=$ac_try;;
18911 esac
18912 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18913 $as_echo "$ac_try_echo") >&5
18914   (eval "$ac_link") 2>conftest.er1
18915   ac_status=$?
18916   grep -v '^ *+' conftest.er1 >conftest.err
18917   rm -f conftest.er1
18918   cat conftest.err >&5
18919   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18920   (exit $ac_status); } && {
18921          test -z "$ac_c_werror_flag" ||
18922          test ! -s conftest.err
18923        } && test -s conftest$ac_exeext && {
18924          test "$cross_compiling" = yes ||
18925          $as_test_x conftest$ac_exeext
18926        }; then
18927   ac_cv_lib_lber_ber_init=yes
18928 else
18929   $as_echo "$as_me: failed program was:" >&5
18930 sed 's/^/| /' conftest.$ac_ext >&5
18931
18932         ac_cv_lib_lber_ber_init=no
18933 fi
18934
18935 rm -rf conftest.dSYM
18936 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18937       conftest$ac_exeext conftest.$ac_ext
18938 LIBS=$ac_check_lib_save_LIBS
18939 fi
18940 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18941 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
18942 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
18943
18944 cat >>confdefs.h <<\_ACEOF
18945 #define HAVE_LDAP 1
18946 _ACEOF
18947
18948                  LDAPLIBS="-lldap_r -llber"
18949 fi
18950
18951 fi
18952
18953 fi
18954
18955     ac_wine_check_funcs_save_LIBS="$LIBS"
18956 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18957
18958
18959
18960
18961
18962
18963
18964
18965 for ac_func in \
18966         ldap_count_references \
18967         ldap_first_reference \
18968         ldap_next_reference \
18969         ldap_parse_reference \
18970         ldap_parse_sort_control \
18971         ldap_parse_sortresponse_control \
18972         ldap_parse_vlv_control \
18973         ldap_parse_vlvresponse_control
18974 do
18975 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18976 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18977 $as_echo_n "checking for $ac_func... " >&6; }
18978 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18979   $as_echo_n "(cached) " >&6
18980 else
18981   cat >conftest.$ac_ext <<_ACEOF
18982 /* confdefs.h.  */
18983 _ACEOF
18984 cat confdefs.h >>conftest.$ac_ext
18985 cat >>conftest.$ac_ext <<_ACEOF
18986 /* end confdefs.h.  */
18987 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18988    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18989 #define $ac_func innocuous_$ac_func
18990
18991 /* System header to define __stub macros and hopefully few prototypes,
18992     which can conflict with char $ac_func (); below.
18993     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18994     <limits.h> exists even on freestanding compilers.  */
18995
18996 #ifdef __STDC__
18997 # include <limits.h>
18998 #else
18999 # include <assert.h>
19000 #endif
19001
19002 #undef $ac_func
19003
19004 /* Override any GCC internal prototype to avoid an error.
19005    Use char because int might match the return type of a GCC
19006    builtin and then its argument prototype would still apply.  */
19007 #ifdef __cplusplus
19008 extern "C"
19009 #endif
19010 char $ac_func ();
19011 /* The GNU C library defines this for functions which it implements
19012     to always fail with ENOSYS.  Some functions are actually named
19013     something starting with __ and the normal name is an alias.  */
19014 #if defined __stub_$ac_func || defined __stub___$ac_func
19015 choke me
19016 #endif
19017
19018 int
19019 main ()
19020 {
19021 return $ac_func ();
19022   ;
19023   return 0;
19024 }
19025 _ACEOF
19026 rm -f conftest.$ac_objext conftest$ac_exeext
19027 if { (ac_try="$ac_link"
19028 case "(($ac_try" in
19029   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19030   *) ac_try_echo=$ac_try;;
19031 esac
19032 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19033 $as_echo "$ac_try_echo") >&5
19034   (eval "$ac_link") 2>conftest.er1
19035   ac_status=$?
19036   grep -v '^ *+' conftest.er1 >conftest.err
19037   rm -f conftest.er1
19038   cat conftest.err >&5
19039   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19040   (exit $ac_status); } && {
19041          test -z "$ac_c_werror_flag" ||
19042          test ! -s conftest.err
19043        } && test -s conftest$ac_exeext && {
19044          test "$cross_compiling" = yes ||
19045          $as_test_x conftest$ac_exeext
19046        }; then
19047   eval "$as_ac_var=yes"
19048 else
19049   $as_echo "$as_me: failed program was:" >&5
19050 sed 's/^/| /' conftest.$ac_ext >&5
19051
19052         eval "$as_ac_var=no"
19053 fi
19054
19055 rm -rf conftest.dSYM
19056 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19057       conftest$ac_exeext conftest.$ac_ext
19058 fi
19059 ac_res=`eval 'as_val=${'$as_ac_var'}
19060                  $as_echo "$as_val"'`
19061                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19062 $as_echo "$ac_res" >&6; }
19063 as_val=`eval 'as_val=${'$as_ac_var'}
19064                  $as_echo "$as_val"'`
19065    if test "x$as_val" = x""yes; then
19066   cat >>confdefs.h <<_ACEOF
19067 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19068 _ACEOF
19069
19070 fi
19071 done
19072
19073 LIBS="$ac_wine_check_funcs_save_LIBS"
19074 fi
19075 if test "x$LDAPLIBS" = "x"; then
19076   case "x$with_ldap" in
19077   x)   wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19078   xno) ;;
19079   *)   { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19080 This is an error since --with-ldap was requested." >&5
19081 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19082 This is an error since --with-ldap was requested." >&2;}
19083    { (exit 1); exit 1; }; } ;;
19084 esac
19085 fi
19086
19087
19088
19089 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19090 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19091 if test "${ac_cv_c_const+set}" = set; then
19092   $as_echo_n "(cached) " >&6
19093 else
19094   cat >conftest.$ac_ext <<_ACEOF
19095 /* confdefs.h.  */
19096 _ACEOF
19097 cat confdefs.h >>conftest.$ac_ext
19098 cat >>conftest.$ac_ext <<_ACEOF
19099 /* end confdefs.h.  */
19100
19101 int
19102 main ()
19103 {
19104 /* FIXME: Include the comments suggested by Paul. */
19105 #ifndef __cplusplus
19106   /* Ultrix mips cc rejects this.  */
19107   typedef int charset[2];
19108   const charset cs;
19109   /* SunOS 4.1.1 cc rejects this.  */
19110   char const *const *pcpcc;
19111   char **ppc;
19112   /* NEC SVR4.0.2 mips cc rejects this.  */
19113   struct point {int x, y;};
19114   static struct point const zero = {0,0};
19115   /* AIX XL C 1.02.0.0 rejects this.
19116      It does not let you subtract one const X* pointer from another in
19117      an arm of an if-expression whose if-part is not a constant
19118      expression */
19119   const char *g = "string";
19120   pcpcc = &g + (g ? g-g : 0);
19121   /* HPUX 7.0 cc rejects these. */
19122   ++pcpcc;
19123   ppc = (char**) pcpcc;
19124   pcpcc = (char const *const *) ppc;
19125   { /* SCO 3.2v4 cc rejects this.  */
19126     char *t;
19127     char const *s = 0 ? (char *) 0 : (char const *) 0;
19128
19129     *t++ = 0;
19130     if (s) return 0;
19131   }
19132   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
19133     int x[] = {25, 17};
19134     const int *foo = &x[0];
19135     ++foo;
19136   }
19137   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19138     typedef const int *iptr;
19139     iptr p = 0;
19140     ++p;
19141   }
19142   { /* AIX XL C 1.02.0.0 rejects this saying
19143        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19144     struct s { int j; const int *ap[3]; };
19145     struct s *b; b->j = 5;
19146   }
19147   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19148     const int foo = 10;
19149     if (!foo) return 0;
19150   }
19151   return !cs[0] && !zero.x;
19152 #endif
19153
19154   ;
19155   return 0;
19156 }
19157 _ACEOF
19158 rm -f conftest.$ac_objext
19159 if { (ac_try="$ac_compile"
19160 case "(($ac_try" in
19161   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19162   *) ac_try_echo=$ac_try;;
19163 esac
19164 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19165 $as_echo "$ac_try_echo") >&5
19166   (eval "$ac_compile") 2>conftest.er1
19167   ac_status=$?
19168   grep -v '^ *+' conftest.er1 >conftest.err
19169   rm -f conftest.er1
19170   cat conftest.err >&5
19171   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19172   (exit $ac_status); } && {
19173          test -z "$ac_c_werror_flag" ||
19174          test ! -s conftest.err
19175        } && test -s conftest.$ac_objext; then
19176   ac_cv_c_const=yes
19177 else
19178   $as_echo "$as_me: failed program was:" >&5
19179 sed 's/^/| /' conftest.$ac_ext >&5
19180
19181         ac_cv_c_const=no
19182 fi
19183
19184 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19185 fi
19186 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19187 $as_echo "$ac_cv_c_const" >&6; }
19188 if test $ac_cv_c_const = no; then
19189
19190 cat >>confdefs.h <<\_ACEOF
19191 #define const /**/
19192 _ACEOF
19193
19194 fi
19195
19196 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19197 $as_echo_n "checking for inline... " >&6; }
19198 if test "${ac_cv_c_inline+set}" = set; then
19199   $as_echo_n "(cached) " >&6
19200 else
19201   ac_cv_c_inline=no
19202 for ac_kw in inline __inline__ __inline; do
19203   cat >conftest.$ac_ext <<_ACEOF
19204 /* confdefs.h.  */
19205 _ACEOF
19206 cat confdefs.h >>conftest.$ac_ext
19207 cat >>conftest.$ac_ext <<_ACEOF
19208 /* end confdefs.h.  */
19209 #ifndef __cplusplus
19210 typedef int foo_t;
19211 static $ac_kw foo_t static_foo () {return 0; }
19212 $ac_kw foo_t foo () {return 0; }
19213 #endif
19214
19215 _ACEOF
19216 rm -f conftest.$ac_objext
19217 if { (ac_try="$ac_compile"
19218 case "(($ac_try" in
19219   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19220   *) ac_try_echo=$ac_try;;
19221 esac
19222 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19223 $as_echo "$ac_try_echo") >&5
19224   (eval "$ac_compile") 2>conftest.er1
19225   ac_status=$?
19226   grep -v '^ *+' conftest.er1 >conftest.err
19227   rm -f conftest.er1
19228   cat conftest.err >&5
19229   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19230   (exit $ac_status); } && {
19231          test -z "$ac_c_werror_flag" ||
19232          test ! -s conftest.err
19233        } && test -s conftest.$ac_objext; then
19234   ac_cv_c_inline=$ac_kw
19235 else
19236   $as_echo "$as_me: failed program was:" >&5
19237 sed 's/^/| /' conftest.$ac_ext >&5
19238
19239
19240 fi
19241
19242 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19243   test "$ac_cv_c_inline" != no && break
19244 done
19245
19246 fi
19247 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19248 $as_echo "$ac_cv_c_inline" >&6; }
19249
19250
19251 case $ac_cv_c_inline in
19252   inline | yes) ;;
19253   *)
19254     case $ac_cv_c_inline in
19255       no) ac_val=;;
19256       *) ac_val=$ac_cv_c_inline;;
19257     esac
19258     cat >>confdefs.h <<_ACEOF
19259 #ifndef __cplusplus
19260 #define inline $ac_val
19261 #endif
19262 _ACEOF
19263     ;;
19264 esac
19265
19266 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19267 $as_echo_n "checking for mode_t... " >&6; }
19268 if test "${ac_cv_type_mode_t+set}" = set; then
19269   $as_echo_n "(cached) " >&6
19270 else
19271   ac_cv_type_mode_t=no
19272 cat >conftest.$ac_ext <<_ACEOF
19273 /* confdefs.h.  */
19274 _ACEOF
19275 cat confdefs.h >>conftest.$ac_ext
19276 cat >>conftest.$ac_ext <<_ACEOF
19277 /* end confdefs.h.  */
19278 $ac_includes_default
19279 int
19280 main ()
19281 {
19282 if (sizeof (mode_t))
19283        return 0;
19284   ;
19285   return 0;
19286 }
19287 _ACEOF
19288 rm -f conftest.$ac_objext
19289 if { (ac_try="$ac_compile"
19290 case "(($ac_try" in
19291   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19292   *) ac_try_echo=$ac_try;;
19293 esac
19294 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19295 $as_echo "$ac_try_echo") >&5
19296   (eval "$ac_compile") 2>conftest.er1
19297   ac_status=$?
19298   grep -v '^ *+' conftest.er1 >conftest.err
19299   rm -f conftest.er1
19300   cat conftest.err >&5
19301   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19302   (exit $ac_status); } && {
19303          test -z "$ac_c_werror_flag" ||
19304          test ! -s conftest.err
19305        } && test -s conftest.$ac_objext; then
19306   cat >conftest.$ac_ext <<_ACEOF
19307 /* confdefs.h.  */
19308 _ACEOF
19309 cat confdefs.h >>conftest.$ac_ext
19310 cat >>conftest.$ac_ext <<_ACEOF
19311 /* end confdefs.h.  */
19312 $ac_includes_default
19313 int
19314 main ()
19315 {
19316 if (sizeof ((mode_t)))
19317           return 0;
19318   ;
19319   return 0;
19320 }
19321 _ACEOF
19322 rm -f conftest.$ac_objext
19323 if { (ac_try="$ac_compile"
19324 case "(($ac_try" in
19325   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19326   *) ac_try_echo=$ac_try;;
19327 esac
19328 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19329 $as_echo "$ac_try_echo") >&5
19330   (eval "$ac_compile") 2>conftest.er1
19331   ac_status=$?
19332   grep -v '^ *+' conftest.er1 >conftest.err
19333   rm -f conftest.er1
19334   cat conftest.err >&5
19335   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19336   (exit $ac_status); } && {
19337          test -z "$ac_c_werror_flag" ||
19338          test ! -s conftest.err
19339        } && test -s conftest.$ac_objext; then
19340   :
19341 else
19342   $as_echo "$as_me: failed program was:" >&5
19343 sed 's/^/| /' conftest.$ac_ext >&5
19344
19345         ac_cv_type_mode_t=yes
19346 fi
19347
19348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19349 else
19350   $as_echo "$as_me: failed program was:" >&5
19351 sed 's/^/| /' conftest.$ac_ext >&5
19352
19353
19354 fi
19355
19356 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19357 fi
19358 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19359 $as_echo "$ac_cv_type_mode_t" >&6; }
19360 if test "x$ac_cv_type_mode_t" = x""yes; then
19361
19362 cat >>confdefs.h <<_ACEOF
19363 #define HAVE_MODE_T 1
19364 _ACEOF
19365
19366
19367 fi
19368 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19369 $as_echo_n "checking for off_t... " >&6; }
19370 if test "${ac_cv_type_off_t+set}" = set; then
19371   $as_echo_n "(cached) " >&6
19372 else
19373   ac_cv_type_off_t=no
19374 cat >conftest.$ac_ext <<_ACEOF
19375 /* confdefs.h.  */
19376 _ACEOF
19377 cat confdefs.h >>conftest.$ac_ext
19378 cat >>conftest.$ac_ext <<_ACEOF
19379 /* end confdefs.h.  */
19380 $ac_includes_default
19381 int
19382 main ()
19383 {
19384 if (sizeof (off_t))
19385        return 0;
19386   ;
19387   return 0;
19388 }
19389 _ACEOF
19390 rm -f conftest.$ac_objext
19391 if { (ac_try="$ac_compile"
19392 case "(($ac_try" in
19393   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19394   *) ac_try_echo=$ac_try;;
19395 esac
19396 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19397 $as_echo "$ac_try_echo") >&5
19398   (eval "$ac_compile") 2>conftest.er1
19399   ac_status=$?
19400   grep -v '^ *+' conftest.er1 >conftest.err
19401   rm -f conftest.er1
19402   cat conftest.err >&5
19403   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19404   (exit $ac_status); } && {
19405          test -z "$ac_c_werror_flag" ||
19406          test ! -s conftest.err
19407        } && test -s conftest.$ac_objext; then
19408   cat >conftest.$ac_ext <<_ACEOF
19409 /* confdefs.h.  */
19410 _ACEOF
19411 cat confdefs.h >>conftest.$ac_ext
19412 cat >>conftest.$ac_ext <<_ACEOF
19413 /* end confdefs.h.  */
19414 $ac_includes_default
19415 int
19416 main ()
19417 {
19418 if (sizeof ((off_t)))
19419           return 0;
19420   ;
19421   return 0;
19422 }
19423 _ACEOF
19424 rm -f conftest.$ac_objext
19425 if { (ac_try="$ac_compile"
19426 case "(($ac_try" in
19427   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19428   *) ac_try_echo=$ac_try;;
19429 esac
19430 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19431 $as_echo "$ac_try_echo") >&5
19432   (eval "$ac_compile") 2>conftest.er1
19433   ac_status=$?
19434   grep -v '^ *+' conftest.er1 >conftest.err
19435   rm -f conftest.er1
19436   cat conftest.err >&5
19437   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19438   (exit $ac_status); } && {
19439          test -z "$ac_c_werror_flag" ||
19440          test ! -s conftest.err
19441        } && test -s conftest.$ac_objext; then
19442   :
19443 else
19444   $as_echo "$as_me: failed program was:" >&5
19445 sed 's/^/| /' conftest.$ac_ext >&5
19446
19447         ac_cv_type_off_t=yes
19448 fi
19449
19450 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19451 else
19452   $as_echo "$as_me: failed program was:" >&5
19453 sed 's/^/| /' conftest.$ac_ext >&5
19454
19455
19456 fi
19457
19458 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19459 fi
19460 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19461 $as_echo "$ac_cv_type_off_t" >&6; }
19462 if test "x$ac_cv_type_off_t" = x""yes; then
19463
19464 cat >>confdefs.h <<_ACEOF
19465 #define HAVE_OFF_T 1
19466 _ACEOF
19467
19468
19469 fi
19470 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19471 $as_echo_n "checking for pid_t... " >&6; }
19472 if test "${ac_cv_type_pid_t+set}" = set; then
19473   $as_echo_n "(cached) " >&6
19474 else
19475   ac_cv_type_pid_t=no
19476 cat >conftest.$ac_ext <<_ACEOF
19477 /* confdefs.h.  */
19478 _ACEOF
19479 cat confdefs.h >>conftest.$ac_ext
19480 cat >>conftest.$ac_ext <<_ACEOF
19481 /* end confdefs.h.  */
19482 $ac_includes_default
19483 int
19484 main ()
19485 {
19486 if (sizeof (pid_t))
19487        return 0;
19488   ;
19489   return 0;
19490 }
19491 _ACEOF
19492 rm -f conftest.$ac_objext
19493 if { (ac_try="$ac_compile"
19494 case "(($ac_try" in
19495   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19496   *) ac_try_echo=$ac_try;;
19497 esac
19498 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19499 $as_echo "$ac_try_echo") >&5
19500   (eval "$ac_compile") 2>conftest.er1
19501   ac_status=$?
19502   grep -v '^ *+' conftest.er1 >conftest.err
19503   rm -f conftest.er1
19504   cat conftest.err >&5
19505   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19506   (exit $ac_status); } && {
19507          test -z "$ac_c_werror_flag" ||
19508          test ! -s conftest.err
19509        } && test -s conftest.$ac_objext; then
19510   cat >conftest.$ac_ext <<_ACEOF
19511 /* confdefs.h.  */
19512 _ACEOF
19513 cat confdefs.h >>conftest.$ac_ext
19514 cat >>conftest.$ac_ext <<_ACEOF
19515 /* end confdefs.h.  */
19516 $ac_includes_default
19517 int
19518 main ()
19519 {
19520 if (sizeof ((pid_t)))
19521           return 0;
19522   ;
19523   return 0;
19524 }
19525 _ACEOF
19526 rm -f conftest.$ac_objext
19527 if { (ac_try="$ac_compile"
19528 case "(($ac_try" in
19529   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19530   *) ac_try_echo=$ac_try;;
19531 esac
19532 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19533 $as_echo "$ac_try_echo") >&5
19534   (eval "$ac_compile") 2>conftest.er1
19535   ac_status=$?
19536   grep -v '^ *+' conftest.er1 >conftest.err
19537   rm -f conftest.er1
19538   cat conftest.err >&5
19539   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19540   (exit $ac_status); } && {
19541          test -z "$ac_c_werror_flag" ||
19542          test ! -s conftest.err
19543        } && test -s conftest.$ac_objext; then
19544   :
19545 else
19546   $as_echo "$as_me: failed program was:" >&5
19547 sed 's/^/| /' conftest.$ac_ext >&5
19548
19549         ac_cv_type_pid_t=yes
19550 fi
19551
19552 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19553 else
19554   $as_echo "$as_me: failed program was:" >&5
19555 sed 's/^/| /' conftest.$ac_ext >&5
19556
19557
19558 fi
19559
19560 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19561 fi
19562 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19563 $as_echo "$ac_cv_type_pid_t" >&6; }
19564 if test "x$ac_cv_type_pid_t" = x""yes; then
19565
19566 cat >>confdefs.h <<_ACEOF
19567 #define HAVE_PID_T 1
19568 _ACEOF
19569
19570
19571 fi
19572 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19573 $as_echo_n "checking for size_t... " >&6; }
19574 if test "${ac_cv_type_size_t+set}" = set; then
19575   $as_echo_n "(cached) " >&6
19576 else
19577   ac_cv_type_size_t=no
19578 cat >conftest.$ac_ext <<_ACEOF
19579 /* confdefs.h.  */
19580 _ACEOF
19581 cat confdefs.h >>conftest.$ac_ext
19582 cat >>conftest.$ac_ext <<_ACEOF
19583 /* end confdefs.h.  */
19584 $ac_includes_default
19585 int
19586 main ()
19587 {
19588 if (sizeof (size_t))
19589        return 0;
19590   ;
19591   return 0;
19592 }
19593 _ACEOF
19594 rm -f conftest.$ac_objext
19595 if { (ac_try="$ac_compile"
19596 case "(($ac_try" in
19597   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19598   *) ac_try_echo=$ac_try;;
19599 esac
19600 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19601 $as_echo "$ac_try_echo") >&5
19602   (eval "$ac_compile") 2>conftest.er1
19603   ac_status=$?
19604   grep -v '^ *+' conftest.er1 >conftest.err
19605   rm -f conftest.er1
19606   cat conftest.err >&5
19607   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19608   (exit $ac_status); } && {
19609          test -z "$ac_c_werror_flag" ||
19610          test ! -s conftest.err
19611        } && test -s conftest.$ac_objext; then
19612   cat >conftest.$ac_ext <<_ACEOF
19613 /* confdefs.h.  */
19614 _ACEOF
19615 cat confdefs.h >>conftest.$ac_ext
19616 cat >>conftest.$ac_ext <<_ACEOF
19617 /* end confdefs.h.  */
19618 $ac_includes_default
19619 int
19620 main ()
19621 {
19622 if (sizeof ((size_t)))
19623           return 0;
19624   ;
19625   return 0;
19626 }
19627 _ACEOF
19628 rm -f conftest.$ac_objext
19629 if { (ac_try="$ac_compile"
19630 case "(($ac_try" in
19631   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19632   *) ac_try_echo=$ac_try;;
19633 esac
19634 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19635 $as_echo "$ac_try_echo") >&5
19636   (eval "$ac_compile") 2>conftest.er1
19637   ac_status=$?
19638   grep -v '^ *+' conftest.er1 >conftest.err
19639   rm -f conftest.er1
19640   cat conftest.err >&5
19641   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19642   (exit $ac_status); } && {
19643          test -z "$ac_c_werror_flag" ||
19644          test ! -s conftest.err
19645        } && test -s conftest.$ac_objext; then
19646   :
19647 else
19648   $as_echo "$as_me: failed program was:" >&5
19649 sed 's/^/| /' conftest.$ac_ext >&5
19650
19651         ac_cv_type_size_t=yes
19652 fi
19653
19654 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19655 else
19656   $as_echo "$as_me: failed program was:" >&5
19657 sed 's/^/| /' conftest.$ac_ext >&5
19658
19659
19660 fi
19661
19662 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19663 fi
19664 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19665 $as_echo "$ac_cv_type_size_t" >&6; }
19666 if test "x$ac_cv_type_size_t" = x""yes; then
19667
19668 cat >>confdefs.h <<_ACEOF
19669 #define HAVE_SIZE_T 1
19670 _ACEOF
19671
19672
19673 fi
19674 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19675 $as_echo_n "checking for ssize_t... " >&6; }
19676 if test "${ac_cv_type_ssize_t+set}" = set; then
19677   $as_echo_n "(cached) " >&6
19678 else
19679   ac_cv_type_ssize_t=no
19680 cat >conftest.$ac_ext <<_ACEOF
19681 /* confdefs.h.  */
19682 _ACEOF
19683 cat confdefs.h >>conftest.$ac_ext
19684 cat >>conftest.$ac_ext <<_ACEOF
19685 /* end confdefs.h.  */
19686 $ac_includes_default
19687 int
19688 main ()
19689 {
19690 if (sizeof (ssize_t))
19691        return 0;
19692   ;
19693   return 0;
19694 }
19695 _ACEOF
19696 rm -f conftest.$ac_objext
19697 if { (ac_try="$ac_compile"
19698 case "(($ac_try" in
19699   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19700   *) ac_try_echo=$ac_try;;
19701 esac
19702 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19703 $as_echo "$ac_try_echo") >&5
19704   (eval "$ac_compile") 2>conftest.er1
19705   ac_status=$?
19706   grep -v '^ *+' conftest.er1 >conftest.err
19707   rm -f conftest.er1
19708   cat conftest.err >&5
19709   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19710   (exit $ac_status); } && {
19711          test -z "$ac_c_werror_flag" ||
19712          test ! -s conftest.err
19713        } && test -s conftest.$ac_objext; then
19714   cat >conftest.$ac_ext <<_ACEOF
19715 /* confdefs.h.  */
19716 _ACEOF
19717 cat confdefs.h >>conftest.$ac_ext
19718 cat >>conftest.$ac_ext <<_ACEOF
19719 /* end confdefs.h.  */
19720 $ac_includes_default
19721 int
19722 main ()
19723 {
19724 if (sizeof ((ssize_t)))
19725           return 0;
19726   ;
19727   return 0;
19728 }
19729 _ACEOF
19730 rm -f conftest.$ac_objext
19731 if { (ac_try="$ac_compile"
19732 case "(($ac_try" in
19733   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19734   *) ac_try_echo=$ac_try;;
19735 esac
19736 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19737 $as_echo "$ac_try_echo") >&5
19738   (eval "$ac_compile") 2>conftest.er1
19739   ac_status=$?
19740   grep -v '^ *+' conftest.er1 >conftest.err
19741   rm -f conftest.er1
19742   cat conftest.err >&5
19743   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19744   (exit $ac_status); } && {
19745          test -z "$ac_c_werror_flag" ||
19746          test ! -s conftest.err
19747        } && test -s conftest.$ac_objext; then
19748   :
19749 else
19750   $as_echo "$as_me: failed program was:" >&5
19751 sed 's/^/| /' conftest.$ac_ext >&5
19752
19753         ac_cv_type_ssize_t=yes
19754 fi
19755
19756 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19757 else
19758   $as_echo "$as_me: failed program was:" >&5
19759 sed 's/^/| /' conftest.$ac_ext >&5
19760
19761
19762 fi
19763
19764 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19765 fi
19766 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19767 $as_echo "$ac_cv_type_ssize_t" >&6; }
19768 if test "x$ac_cv_type_ssize_t" = x""yes; then
19769
19770 cat >>confdefs.h <<_ACEOF
19771 #define HAVE_SSIZE_T 1
19772 _ACEOF
19773
19774
19775 fi
19776 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19777 $as_echo_n "checking for long long... " >&6; }
19778 if test "${ac_cv_type_long_long+set}" = set; then
19779   $as_echo_n "(cached) " >&6
19780 else
19781   ac_cv_type_long_long=no
19782 cat >conftest.$ac_ext <<_ACEOF
19783 /* confdefs.h.  */
19784 _ACEOF
19785 cat confdefs.h >>conftest.$ac_ext
19786 cat >>conftest.$ac_ext <<_ACEOF
19787 /* end confdefs.h.  */
19788 $ac_includes_default
19789 int
19790 main ()
19791 {
19792 if (sizeof (long long))
19793        return 0;
19794   ;
19795   return 0;
19796 }
19797 _ACEOF
19798 rm -f conftest.$ac_objext
19799 if { (ac_try="$ac_compile"
19800 case "(($ac_try" in
19801   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19802   *) ac_try_echo=$ac_try;;
19803 esac
19804 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19805 $as_echo "$ac_try_echo") >&5
19806   (eval "$ac_compile") 2>conftest.er1
19807   ac_status=$?
19808   grep -v '^ *+' conftest.er1 >conftest.err
19809   rm -f conftest.er1
19810   cat conftest.err >&5
19811   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19812   (exit $ac_status); } && {
19813          test -z "$ac_c_werror_flag" ||
19814          test ! -s conftest.err
19815        } && test -s conftest.$ac_objext; then
19816   cat >conftest.$ac_ext <<_ACEOF
19817 /* confdefs.h.  */
19818 _ACEOF
19819 cat confdefs.h >>conftest.$ac_ext
19820 cat >>conftest.$ac_ext <<_ACEOF
19821 /* end confdefs.h.  */
19822 $ac_includes_default
19823 int
19824 main ()
19825 {
19826 if (sizeof ((long long)))
19827           return 0;
19828   ;
19829   return 0;
19830 }
19831 _ACEOF
19832 rm -f conftest.$ac_objext
19833 if { (ac_try="$ac_compile"
19834 case "(($ac_try" in
19835   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19836   *) ac_try_echo=$ac_try;;
19837 esac
19838 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19839 $as_echo "$ac_try_echo") >&5
19840   (eval "$ac_compile") 2>conftest.er1
19841   ac_status=$?
19842   grep -v '^ *+' conftest.er1 >conftest.err
19843   rm -f conftest.er1
19844   cat conftest.err >&5
19845   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19846   (exit $ac_status); } && {
19847          test -z "$ac_c_werror_flag" ||
19848          test ! -s conftest.err
19849        } && test -s conftest.$ac_objext; then
19850   :
19851 else
19852   $as_echo "$as_me: failed program was:" >&5
19853 sed 's/^/| /' conftest.$ac_ext >&5
19854
19855         ac_cv_type_long_long=yes
19856 fi
19857
19858 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19859 else
19860   $as_echo "$as_me: failed program was:" >&5
19861 sed 's/^/| /' conftest.$ac_ext >&5
19862
19863
19864 fi
19865
19866 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19867 fi
19868 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19869 $as_echo "$ac_cv_type_long_long" >&6; }
19870 if test "x$ac_cv_type_long_long" = x""yes; then
19871
19872 cat >>confdefs.h <<_ACEOF
19873 #define HAVE_LONG_LONG 1
19874 _ACEOF
19875
19876
19877 fi
19878 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19879 $as_echo_n "checking for fsblkcnt_t... " >&6; }
19880 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19881   $as_echo_n "(cached) " >&6
19882 else
19883   ac_cv_type_fsblkcnt_t=no
19884 cat >conftest.$ac_ext <<_ACEOF
19885 /* confdefs.h.  */
19886 _ACEOF
19887 cat confdefs.h >>conftest.$ac_ext
19888 cat >>conftest.$ac_ext <<_ACEOF
19889 /* end confdefs.h.  */
19890 $ac_includes_default
19891 int
19892 main ()
19893 {
19894 if (sizeof (fsblkcnt_t))
19895        return 0;
19896   ;
19897   return 0;
19898 }
19899 _ACEOF
19900 rm -f conftest.$ac_objext
19901 if { (ac_try="$ac_compile"
19902 case "(($ac_try" in
19903   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19904   *) ac_try_echo=$ac_try;;
19905 esac
19906 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19907 $as_echo "$ac_try_echo") >&5
19908   (eval "$ac_compile") 2>conftest.er1
19909   ac_status=$?
19910   grep -v '^ *+' conftest.er1 >conftest.err
19911   rm -f conftest.er1
19912   cat conftest.err >&5
19913   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19914   (exit $ac_status); } && {
19915          test -z "$ac_c_werror_flag" ||
19916          test ! -s conftest.err
19917        } && test -s conftest.$ac_objext; then
19918   cat >conftest.$ac_ext <<_ACEOF
19919 /* confdefs.h.  */
19920 _ACEOF
19921 cat confdefs.h >>conftest.$ac_ext
19922 cat >>conftest.$ac_ext <<_ACEOF
19923 /* end confdefs.h.  */
19924 $ac_includes_default
19925 int
19926 main ()
19927 {
19928 if (sizeof ((fsblkcnt_t)))
19929           return 0;
19930   ;
19931   return 0;
19932 }
19933 _ACEOF
19934 rm -f conftest.$ac_objext
19935 if { (ac_try="$ac_compile"
19936 case "(($ac_try" in
19937   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19938   *) ac_try_echo=$ac_try;;
19939 esac
19940 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19941 $as_echo "$ac_try_echo") >&5
19942   (eval "$ac_compile") 2>conftest.er1
19943   ac_status=$?
19944   grep -v '^ *+' conftest.er1 >conftest.err
19945   rm -f conftest.er1
19946   cat conftest.err >&5
19947   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19948   (exit $ac_status); } && {
19949          test -z "$ac_c_werror_flag" ||
19950          test ! -s conftest.err
19951        } && test -s conftest.$ac_objext; then
19952   :
19953 else
19954   $as_echo "$as_me: failed program was:" >&5
19955 sed 's/^/| /' conftest.$ac_ext >&5
19956
19957         ac_cv_type_fsblkcnt_t=yes
19958 fi
19959
19960 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19961 else
19962   $as_echo "$as_me: failed program was:" >&5
19963 sed 's/^/| /' conftest.$ac_ext >&5
19964
19965
19966 fi
19967
19968 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19969 fi
19970 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19971 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
19972 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
19973
19974 cat >>confdefs.h <<_ACEOF
19975 #define HAVE_FSBLKCNT_T 1
19976 _ACEOF
19977
19978
19979 fi
19980 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
19981 $as_echo_n "checking for fsfilcnt_t... " >&6; }
19982 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
19983   $as_echo_n "(cached) " >&6
19984 else
19985   ac_cv_type_fsfilcnt_t=no
19986 cat >conftest.$ac_ext <<_ACEOF
19987 /* confdefs.h.  */
19988 _ACEOF
19989 cat confdefs.h >>conftest.$ac_ext
19990 cat >>conftest.$ac_ext <<_ACEOF
19991 /* end confdefs.h.  */
19992 $ac_includes_default
19993 int
19994 main ()
19995 {
19996 if (sizeof (fsfilcnt_t))
19997        return 0;
19998   ;
19999   return 0;
20000 }
20001 _ACEOF
20002 rm -f conftest.$ac_objext
20003 if { (ac_try="$ac_compile"
20004 case "(($ac_try" in
20005   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20006   *) ac_try_echo=$ac_try;;
20007 esac
20008 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20009 $as_echo "$ac_try_echo") >&5
20010   (eval "$ac_compile") 2>conftest.er1
20011   ac_status=$?
20012   grep -v '^ *+' conftest.er1 >conftest.err
20013   rm -f conftest.er1
20014   cat conftest.err >&5
20015   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20016   (exit $ac_status); } && {
20017          test -z "$ac_c_werror_flag" ||
20018          test ! -s conftest.err
20019        } && test -s conftest.$ac_objext; then
20020   cat >conftest.$ac_ext <<_ACEOF
20021 /* confdefs.h.  */
20022 _ACEOF
20023 cat confdefs.h >>conftest.$ac_ext
20024 cat >>conftest.$ac_ext <<_ACEOF
20025 /* end confdefs.h.  */
20026 $ac_includes_default
20027 int
20028 main ()
20029 {
20030 if (sizeof ((fsfilcnt_t)))
20031           return 0;
20032   ;
20033   return 0;
20034 }
20035 _ACEOF
20036 rm -f conftest.$ac_objext
20037 if { (ac_try="$ac_compile"
20038 case "(($ac_try" in
20039   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20040   *) ac_try_echo=$ac_try;;
20041 esac
20042 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20043 $as_echo "$ac_try_echo") >&5
20044   (eval "$ac_compile") 2>conftest.er1
20045   ac_status=$?
20046   grep -v '^ *+' conftest.er1 >conftest.err
20047   rm -f conftest.er1
20048   cat conftest.err >&5
20049   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20050   (exit $ac_status); } && {
20051          test -z "$ac_c_werror_flag" ||
20052          test ! -s conftest.err
20053        } && test -s conftest.$ac_objext; then
20054   :
20055 else
20056   $as_echo "$as_me: failed program was:" >&5
20057 sed 's/^/| /' conftest.$ac_ext >&5
20058
20059         ac_cv_type_fsfilcnt_t=yes
20060 fi
20061
20062 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20063 else
20064   $as_echo "$as_me: failed program was:" >&5
20065 sed 's/^/| /' conftest.$ac_ext >&5
20066
20067
20068 fi
20069
20070 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20071 fi
20072 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20073 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20074 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20075
20076 cat >>confdefs.h <<_ACEOF
20077 #define HAVE_FSFILCNT_T 1
20078 _ACEOF
20079
20080
20081 fi
20082
20083 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20084 $as_echo_n "checking for sigset_t... " >&6; }
20085 if test "${ac_cv_type_sigset_t+set}" = set; then
20086   $as_echo_n "(cached) " >&6
20087 else
20088   ac_cv_type_sigset_t=no
20089 cat >conftest.$ac_ext <<_ACEOF
20090 /* confdefs.h.  */
20091 _ACEOF
20092 cat confdefs.h >>conftest.$ac_ext
20093 cat >>conftest.$ac_ext <<_ACEOF
20094 /* end confdefs.h.  */
20095 #include <sys/types.h>
20096 #include <signal.h>
20097
20098 int
20099 main ()
20100 {
20101 if (sizeof (sigset_t))
20102        return 0;
20103   ;
20104   return 0;
20105 }
20106 _ACEOF
20107 rm -f conftest.$ac_objext
20108 if { (ac_try="$ac_compile"
20109 case "(($ac_try" in
20110   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20111   *) ac_try_echo=$ac_try;;
20112 esac
20113 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20114 $as_echo "$ac_try_echo") >&5
20115   (eval "$ac_compile") 2>conftest.er1
20116   ac_status=$?
20117   grep -v '^ *+' conftest.er1 >conftest.err
20118   rm -f conftest.er1
20119   cat conftest.err >&5
20120   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20121   (exit $ac_status); } && {
20122          test -z "$ac_c_werror_flag" ||
20123          test ! -s conftest.err
20124        } && test -s conftest.$ac_objext; then
20125   cat >conftest.$ac_ext <<_ACEOF
20126 /* confdefs.h.  */
20127 _ACEOF
20128 cat confdefs.h >>conftest.$ac_ext
20129 cat >>conftest.$ac_ext <<_ACEOF
20130 /* end confdefs.h.  */
20131 #include <sys/types.h>
20132 #include <signal.h>
20133
20134 int
20135 main ()
20136 {
20137 if (sizeof ((sigset_t)))
20138           return 0;
20139   ;
20140   return 0;
20141 }
20142 _ACEOF
20143 rm -f conftest.$ac_objext
20144 if { (ac_try="$ac_compile"
20145 case "(($ac_try" in
20146   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20147   *) ac_try_echo=$ac_try;;
20148 esac
20149 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20150 $as_echo "$ac_try_echo") >&5
20151   (eval "$ac_compile") 2>conftest.er1
20152   ac_status=$?
20153   grep -v '^ *+' conftest.er1 >conftest.err
20154   rm -f conftest.er1
20155   cat conftest.err >&5
20156   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20157   (exit $ac_status); } && {
20158          test -z "$ac_c_werror_flag" ||
20159          test ! -s conftest.err
20160        } && test -s conftest.$ac_objext; then
20161   :
20162 else
20163   $as_echo "$as_me: failed program was:" >&5
20164 sed 's/^/| /' conftest.$ac_ext >&5
20165
20166         ac_cv_type_sigset_t=yes
20167 fi
20168
20169 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20170 else
20171   $as_echo "$as_me: failed program was:" >&5
20172 sed 's/^/| /' conftest.$ac_ext >&5
20173
20174
20175 fi
20176
20177 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20178 fi
20179 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20180 $as_echo "$ac_cv_type_sigset_t" >&6; }
20181 if test "x$ac_cv_type_sigset_t" = x""yes; then
20182
20183 cat >>confdefs.h <<_ACEOF
20184 #define HAVE_SIGSET_T 1
20185 _ACEOF
20186
20187
20188 fi
20189
20190 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20191 $as_echo_n "checking for request_sense... " >&6; }
20192 if test "${ac_cv_type_request_sense+set}" = set; then
20193   $as_echo_n "(cached) " >&6
20194 else
20195   ac_cv_type_request_sense=no
20196 cat >conftest.$ac_ext <<_ACEOF
20197 /* confdefs.h.  */
20198 _ACEOF
20199 cat confdefs.h >>conftest.$ac_ext
20200 cat >>conftest.$ac_ext <<_ACEOF
20201 /* end confdefs.h.  */
20202 #include <linux/cdrom.h>
20203
20204 int
20205 main ()
20206 {
20207 if (sizeof (request_sense))
20208        return 0;
20209   ;
20210   return 0;
20211 }
20212 _ACEOF
20213 rm -f conftest.$ac_objext
20214 if { (ac_try="$ac_compile"
20215 case "(($ac_try" in
20216   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20217   *) ac_try_echo=$ac_try;;
20218 esac
20219 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20220 $as_echo "$ac_try_echo") >&5
20221   (eval "$ac_compile") 2>conftest.er1
20222   ac_status=$?
20223   grep -v '^ *+' conftest.er1 >conftest.err
20224   rm -f conftest.er1
20225   cat conftest.err >&5
20226   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20227   (exit $ac_status); } && {
20228          test -z "$ac_c_werror_flag" ||
20229          test ! -s conftest.err
20230        } && test -s conftest.$ac_objext; then
20231   cat >conftest.$ac_ext <<_ACEOF
20232 /* confdefs.h.  */
20233 _ACEOF
20234 cat confdefs.h >>conftest.$ac_ext
20235 cat >>conftest.$ac_ext <<_ACEOF
20236 /* end confdefs.h.  */
20237 #include <linux/cdrom.h>
20238
20239 int
20240 main ()
20241 {
20242 if (sizeof ((request_sense)))
20243           return 0;
20244   ;
20245   return 0;
20246 }
20247 _ACEOF
20248 rm -f conftest.$ac_objext
20249 if { (ac_try="$ac_compile"
20250 case "(($ac_try" in
20251   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20252   *) ac_try_echo=$ac_try;;
20253 esac
20254 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20255 $as_echo "$ac_try_echo") >&5
20256   (eval "$ac_compile") 2>conftest.er1
20257   ac_status=$?
20258   grep -v '^ *+' conftest.er1 >conftest.err
20259   rm -f conftest.er1
20260   cat conftest.err >&5
20261   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20262   (exit $ac_status); } && {
20263          test -z "$ac_c_werror_flag" ||
20264          test ! -s conftest.err
20265        } && test -s conftest.$ac_objext; then
20266   :
20267 else
20268   $as_echo "$as_me: failed program was:" >&5
20269 sed 's/^/| /' conftest.$ac_ext >&5
20270
20271         ac_cv_type_request_sense=yes
20272 fi
20273
20274 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20275 else
20276   $as_echo "$as_me: failed program was:" >&5
20277 sed 's/^/| /' conftest.$ac_ext >&5
20278
20279
20280 fi
20281
20282 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20283 fi
20284 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20285 $as_echo "$ac_cv_type_request_sense" >&6; }
20286 if test "x$ac_cv_type_request_sense" = x""yes; then
20287
20288 cat >>confdefs.h <<_ACEOF
20289 #define HAVE_REQUEST_SENSE 1
20290 _ACEOF
20291
20292
20293 fi
20294
20295
20296 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20297 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20298 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20299   $as_echo_n "(cached) " >&6
20300 else
20301   cat >conftest.$ac_ext <<_ACEOF
20302 /* confdefs.h.  */
20303 _ACEOF
20304 cat confdefs.h >>conftest.$ac_ext
20305 cat >>conftest.$ac_ext <<_ACEOF
20306 /* end confdefs.h.  */
20307 #ifdef HAVE_LINUX_INPUT_H
20308 #include <linux/input.h>
20309 #endif
20310
20311 int
20312 main ()
20313 {
20314 static struct ff_effect ac_aggr;
20315 if (ac_aggr.direction)
20316 return 0;
20317   ;
20318   return 0;
20319 }
20320 _ACEOF
20321 rm -f conftest.$ac_objext
20322 if { (ac_try="$ac_compile"
20323 case "(($ac_try" in
20324   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20325   *) ac_try_echo=$ac_try;;
20326 esac
20327 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20328 $as_echo "$ac_try_echo") >&5
20329   (eval "$ac_compile") 2>conftest.er1
20330   ac_status=$?
20331   grep -v '^ *+' conftest.er1 >conftest.err
20332   rm -f conftest.er1
20333   cat conftest.err >&5
20334   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20335   (exit $ac_status); } && {
20336          test -z "$ac_c_werror_flag" ||
20337          test ! -s conftest.err
20338        } && test -s conftest.$ac_objext; then
20339   ac_cv_member_struct_ff_effect_direction=yes
20340 else
20341   $as_echo "$as_me: failed program was:" >&5
20342 sed 's/^/| /' conftest.$ac_ext >&5
20343
20344         cat >conftest.$ac_ext <<_ACEOF
20345 /* confdefs.h.  */
20346 _ACEOF
20347 cat confdefs.h >>conftest.$ac_ext
20348 cat >>conftest.$ac_ext <<_ACEOF
20349 /* end confdefs.h.  */
20350 #ifdef HAVE_LINUX_INPUT_H
20351 #include <linux/input.h>
20352 #endif
20353
20354 int
20355 main ()
20356 {
20357 static struct ff_effect ac_aggr;
20358 if (sizeof ac_aggr.direction)
20359 return 0;
20360   ;
20361   return 0;
20362 }
20363 _ACEOF
20364 rm -f conftest.$ac_objext
20365 if { (ac_try="$ac_compile"
20366 case "(($ac_try" in
20367   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20368   *) ac_try_echo=$ac_try;;
20369 esac
20370 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20371 $as_echo "$ac_try_echo") >&5
20372   (eval "$ac_compile") 2>conftest.er1
20373   ac_status=$?
20374   grep -v '^ *+' conftest.er1 >conftest.err
20375   rm -f conftest.er1
20376   cat conftest.err >&5
20377   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20378   (exit $ac_status); } && {
20379          test -z "$ac_c_werror_flag" ||
20380          test ! -s conftest.err
20381        } && test -s conftest.$ac_objext; then
20382   ac_cv_member_struct_ff_effect_direction=yes
20383 else
20384   $as_echo "$as_me: failed program was:" >&5
20385 sed 's/^/| /' conftest.$ac_ext >&5
20386
20387         ac_cv_member_struct_ff_effect_direction=no
20388 fi
20389
20390 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20391 fi
20392
20393 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20394 fi
20395 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20396 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20397 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20398
20399 cat >>confdefs.h <<_ACEOF
20400 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20401 _ACEOF
20402
20403
20404 fi
20405
20406
20407 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20408 $as_echo_n "checking for sigaddset... " >&6; }
20409 if test "${wine_cv_have_sigaddset+set}" = set; then
20410   $as_echo_n "(cached) " >&6
20411 else
20412   cat >conftest.$ac_ext <<_ACEOF
20413 /* confdefs.h.  */
20414 _ACEOF
20415 cat confdefs.h >>conftest.$ac_ext
20416 cat >>conftest.$ac_ext <<_ACEOF
20417 /* end confdefs.h.  */
20418 #include <signal.h>
20419 int
20420 main ()
20421 {
20422 sigset_t set; sigaddset(&set,SIGTERM);
20423   ;
20424   return 0;
20425 }
20426 _ACEOF
20427 rm -f conftest.$ac_objext conftest$ac_exeext
20428 if { (ac_try="$ac_link"
20429 case "(($ac_try" in
20430   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20431   *) ac_try_echo=$ac_try;;
20432 esac
20433 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20434 $as_echo "$ac_try_echo") >&5
20435   (eval "$ac_link") 2>conftest.er1
20436   ac_status=$?
20437   grep -v '^ *+' conftest.er1 >conftest.err
20438   rm -f conftest.er1
20439   cat conftest.err >&5
20440   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20441   (exit $ac_status); } && {
20442          test -z "$ac_c_werror_flag" ||
20443          test ! -s conftest.err
20444        } && test -s conftest$ac_exeext && {
20445          test "$cross_compiling" = yes ||
20446          $as_test_x conftest$ac_exeext
20447        }; then
20448   wine_cv_have_sigaddset=yes
20449 else
20450   $as_echo "$as_me: failed program was:" >&5
20451 sed 's/^/| /' conftest.$ac_ext >&5
20452
20453         wine_cv_have_sigaddset=no
20454 fi
20455
20456 rm -rf conftest.dSYM
20457 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20458       conftest$ac_exeext conftest.$ac_ext
20459 fi
20460 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20461 $as_echo "$wine_cv_have_sigaddset" >&6; }
20462 if test "$wine_cv_have_sigaddset" = "yes"
20463 then
20464
20465 cat >>confdefs.h <<\_ACEOF
20466 #define HAVE_SIGADDSET 1
20467 _ACEOF
20468
20469 fi
20470
20471
20472 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20473 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20474 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20475   $as_echo_n "(cached) " >&6
20476 else
20477   cat >conftest.$ac_ext <<_ACEOF
20478 /* confdefs.h.  */
20479 _ACEOF
20480 cat confdefs.h >>conftest.$ac_ext
20481 cat >>conftest.$ac_ext <<_ACEOF
20482 /* end confdefs.h.  */
20483 #include <netdb.h>
20484 int
20485 main ()
20486 {
20487
20488     char *name=0;
20489     struct hostent he;
20490     struct hostent *result;
20491     char *buf=0;
20492     int bufsize=0;
20493     int res,errnr;
20494     char *addr=0;
20495     int addrlen=0;
20496     int addrtype=0;
20497     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20498     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20499
20500   ;
20501   return 0;
20502 }
20503 _ACEOF
20504 rm -f conftest.$ac_objext conftest$ac_exeext
20505 if { (ac_try="$ac_link"
20506 case "(($ac_try" in
20507   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20508   *) ac_try_echo=$ac_try;;
20509 esac
20510 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20511 $as_echo "$ac_try_echo") >&5
20512   (eval "$ac_link") 2>conftest.er1
20513   ac_status=$?
20514   grep -v '^ *+' conftest.er1 >conftest.err
20515   rm -f conftest.er1
20516   cat conftest.err >&5
20517   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20518   (exit $ac_status); } && {
20519          test -z "$ac_c_werror_flag" ||
20520          test ! -s conftest.err
20521        } && test -s conftest$ac_exeext && {
20522          test "$cross_compiling" = yes ||
20523          $as_test_x conftest$ac_exeext
20524        }; then
20525   wine_cv_linux_gethostbyname_r_6=yes
20526 else
20527   $as_echo "$as_me: failed program was:" >&5
20528 sed 's/^/| /' conftest.$ac_ext >&5
20529
20530         wine_cv_linux_gethostbyname_r_6=no
20531
20532 fi
20533
20534 rm -rf conftest.dSYM
20535 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20536       conftest$ac_exeext conftest.$ac_ext
20537
20538 fi
20539 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20540 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20541    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20542    then
20543
20544 cat >>confdefs.h <<\_ACEOF
20545 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20546 _ACEOF
20547
20548    fi
20549
20550 if test "$ac_cv_header_linux_joystick_h" = "yes"
20551 then
20552    { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20553 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20554 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20555   $as_echo_n "(cached) " >&6
20556 else
20557   cat >conftest.$ac_ext <<_ACEOF
20558 /* confdefs.h.  */
20559 _ACEOF
20560 cat confdefs.h >>conftest.$ac_ext
20561 cat >>conftest.$ac_ext <<_ACEOF
20562 /* end confdefs.h.  */
20563
20564         #include <sys/ioctl.h>
20565         #include <sys/types.h>
20566         #include <linux/joystick.h>
20567
20568         struct js_event blub;
20569         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20570         #error "no 2.2 header"
20571         #endif
20572
20573 int
20574 main ()
20575 {
20576 /*empty*/
20577   ;
20578   return 0;
20579 }
20580 _ACEOF
20581 rm -f conftest.$ac_objext
20582 if { (ac_try="$ac_compile"
20583 case "(($ac_try" in
20584   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20585   *) ac_try_echo=$ac_try;;
20586 esac
20587 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20588 $as_echo "$ac_try_echo") >&5
20589   (eval "$ac_compile") 2>conftest.er1
20590   ac_status=$?
20591   grep -v '^ *+' conftest.er1 >conftest.err
20592   rm -f conftest.er1
20593   cat conftest.err >&5
20594   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20595   (exit $ac_status); } && {
20596          test -z "$ac_c_werror_flag" ||
20597          test ! -s conftest.err
20598        } && test -s conftest.$ac_objext; then
20599   wine_cv_linux_joystick_22_api=yes
20600 else
20601   $as_echo "$as_me: failed program was:" >&5
20602 sed 's/^/| /' conftest.$ac_ext >&5
20603
20604         wine_cv_linux_joystick_22_api=no
20605 fi
20606
20607 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20608
20609 fi
20610 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20611 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20612    if test "$wine_cv_linux_joystick_22_api" = "yes"
20613    then
20614
20615 cat >>confdefs.h <<\_ACEOF
20616 #define HAVE_LINUX_22_JOYSTICK_API 1
20617 _ACEOF
20618
20619    fi
20620 fi
20621
20622
20623 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20624 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20625 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20626   $as_echo_n "(cached) " >&6
20627 else
20628   cat >conftest.$ac_ext <<_ACEOF
20629 /* confdefs.h.  */
20630 _ACEOF
20631 cat confdefs.h >>conftest.$ac_ext
20632 cat >>conftest.$ac_ext <<_ACEOF
20633 /* end confdefs.h.  */
20634 #include <sys/types.h>
20635 #ifdef HAVE_SYS_PARAM_H
20636 # include <sys/param.h>
20637 #endif
20638 #ifdef HAVE_SYS_MOUNT_H
20639 # include <sys/mount.h>
20640 #endif
20641 #ifdef HAVE_SYS_VFS_H
20642 # include <sys/vfs.h>
20643 #endif
20644 #ifdef HAVE_SYS_STATFS_H
20645 # include <sys/statfs.h>
20646 #endif
20647
20648 int
20649 main ()
20650 {
20651 static struct statfs ac_aggr;
20652 if (ac_aggr.f_bfree)
20653 return 0;
20654   ;
20655   return 0;
20656 }
20657 _ACEOF
20658 rm -f conftest.$ac_objext
20659 if { (ac_try="$ac_compile"
20660 case "(($ac_try" in
20661   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20662   *) ac_try_echo=$ac_try;;
20663 esac
20664 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20665 $as_echo "$ac_try_echo") >&5
20666   (eval "$ac_compile") 2>conftest.er1
20667   ac_status=$?
20668   grep -v '^ *+' conftest.er1 >conftest.err
20669   rm -f conftest.er1
20670   cat conftest.err >&5
20671   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20672   (exit $ac_status); } && {
20673          test -z "$ac_c_werror_flag" ||
20674          test ! -s conftest.err
20675        } && test -s conftest.$ac_objext; then
20676   ac_cv_member_struct_statfs_f_bfree=yes
20677 else
20678   $as_echo "$as_me: failed program was:" >&5
20679 sed 's/^/| /' conftest.$ac_ext >&5
20680
20681         cat >conftest.$ac_ext <<_ACEOF
20682 /* confdefs.h.  */
20683 _ACEOF
20684 cat confdefs.h >>conftest.$ac_ext
20685 cat >>conftest.$ac_ext <<_ACEOF
20686 /* end confdefs.h.  */
20687 #include <sys/types.h>
20688 #ifdef HAVE_SYS_PARAM_H
20689 # include <sys/param.h>
20690 #endif
20691 #ifdef HAVE_SYS_MOUNT_H
20692 # include <sys/mount.h>
20693 #endif
20694 #ifdef HAVE_SYS_VFS_H
20695 # include <sys/vfs.h>
20696 #endif
20697 #ifdef HAVE_SYS_STATFS_H
20698 # include <sys/statfs.h>
20699 #endif
20700
20701 int
20702 main ()
20703 {
20704 static struct statfs ac_aggr;
20705 if (sizeof ac_aggr.f_bfree)
20706 return 0;
20707   ;
20708   return 0;
20709 }
20710 _ACEOF
20711 rm -f conftest.$ac_objext
20712 if { (ac_try="$ac_compile"
20713 case "(($ac_try" in
20714   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20715   *) ac_try_echo=$ac_try;;
20716 esac
20717 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20718 $as_echo "$ac_try_echo") >&5
20719   (eval "$ac_compile") 2>conftest.er1
20720   ac_status=$?
20721   grep -v '^ *+' conftest.er1 >conftest.err
20722   rm -f conftest.er1
20723   cat conftest.err >&5
20724   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20725   (exit $ac_status); } && {
20726          test -z "$ac_c_werror_flag" ||
20727          test ! -s conftest.err
20728        } && test -s conftest.$ac_objext; then
20729   ac_cv_member_struct_statfs_f_bfree=yes
20730 else
20731   $as_echo "$as_me: failed program was:" >&5
20732 sed 's/^/| /' conftest.$ac_ext >&5
20733
20734         ac_cv_member_struct_statfs_f_bfree=no
20735 fi
20736
20737 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20738 fi
20739
20740 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20741 fi
20742 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20743 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
20744 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
20745
20746 cat >>confdefs.h <<_ACEOF
20747 #define HAVE_STRUCT_STATFS_F_BFREE 1
20748 _ACEOF
20749
20750
20751 fi
20752 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20753 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
20754 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20755   $as_echo_n "(cached) " >&6
20756 else
20757   cat >conftest.$ac_ext <<_ACEOF
20758 /* confdefs.h.  */
20759 _ACEOF
20760 cat confdefs.h >>conftest.$ac_ext
20761 cat >>conftest.$ac_ext <<_ACEOF
20762 /* end confdefs.h.  */
20763 #include <sys/types.h>
20764 #ifdef HAVE_SYS_PARAM_H
20765 # include <sys/param.h>
20766 #endif
20767 #ifdef HAVE_SYS_MOUNT_H
20768 # include <sys/mount.h>
20769 #endif
20770 #ifdef HAVE_SYS_VFS_H
20771 # include <sys/vfs.h>
20772 #endif
20773 #ifdef HAVE_SYS_STATFS_H
20774 # include <sys/statfs.h>
20775 #endif
20776
20777 int
20778 main ()
20779 {
20780 static struct statfs ac_aggr;
20781 if (ac_aggr.f_bavail)
20782 return 0;
20783   ;
20784   return 0;
20785 }
20786 _ACEOF
20787 rm -f conftest.$ac_objext
20788 if { (ac_try="$ac_compile"
20789 case "(($ac_try" in
20790   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20791   *) ac_try_echo=$ac_try;;
20792 esac
20793 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20794 $as_echo "$ac_try_echo") >&5
20795   (eval "$ac_compile") 2>conftest.er1
20796   ac_status=$?
20797   grep -v '^ *+' conftest.er1 >conftest.err
20798   rm -f conftest.er1
20799   cat conftest.err >&5
20800   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20801   (exit $ac_status); } && {
20802          test -z "$ac_c_werror_flag" ||
20803          test ! -s conftest.err
20804        } && test -s conftest.$ac_objext; then
20805   ac_cv_member_struct_statfs_f_bavail=yes
20806 else
20807   $as_echo "$as_me: failed program was:" >&5
20808 sed 's/^/| /' conftest.$ac_ext >&5
20809
20810         cat >conftest.$ac_ext <<_ACEOF
20811 /* confdefs.h.  */
20812 _ACEOF
20813 cat confdefs.h >>conftest.$ac_ext
20814 cat >>conftest.$ac_ext <<_ACEOF
20815 /* end confdefs.h.  */
20816 #include <sys/types.h>
20817 #ifdef HAVE_SYS_PARAM_H
20818 # include <sys/param.h>
20819 #endif
20820 #ifdef HAVE_SYS_MOUNT_H
20821 # include <sys/mount.h>
20822 #endif
20823 #ifdef HAVE_SYS_VFS_H
20824 # include <sys/vfs.h>
20825 #endif
20826 #ifdef HAVE_SYS_STATFS_H
20827 # include <sys/statfs.h>
20828 #endif
20829
20830 int
20831 main ()
20832 {
20833 static struct statfs ac_aggr;
20834 if (sizeof ac_aggr.f_bavail)
20835 return 0;
20836   ;
20837   return 0;
20838 }
20839 _ACEOF
20840 rm -f conftest.$ac_objext
20841 if { (ac_try="$ac_compile"
20842 case "(($ac_try" in
20843   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20844   *) ac_try_echo=$ac_try;;
20845 esac
20846 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20847 $as_echo "$ac_try_echo") >&5
20848   (eval "$ac_compile") 2>conftest.er1
20849   ac_status=$?
20850   grep -v '^ *+' conftest.er1 >conftest.err
20851   rm -f conftest.er1
20852   cat conftest.err >&5
20853   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20854   (exit $ac_status); } && {
20855          test -z "$ac_c_werror_flag" ||
20856          test ! -s conftest.err
20857        } && test -s conftest.$ac_objext; then
20858   ac_cv_member_struct_statfs_f_bavail=yes
20859 else
20860   $as_echo "$as_me: failed program was:" >&5
20861 sed 's/^/| /' conftest.$ac_ext >&5
20862
20863         ac_cv_member_struct_statfs_f_bavail=no
20864 fi
20865
20866 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20867 fi
20868
20869 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20870 fi
20871 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
20872 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
20873 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
20874
20875 cat >>confdefs.h <<_ACEOF
20876 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
20877 _ACEOF
20878
20879
20880 fi
20881 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
20882 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
20883 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
20884   $as_echo_n "(cached) " >&6
20885 else
20886   cat >conftest.$ac_ext <<_ACEOF
20887 /* confdefs.h.  */
20888 _ACEOF
20889 cat confdefs.h >>conftest.$ac_ext
20890 cat >>conftest.$ac_ext <<_ACEOF
20891 /* end confdefs.h.  */
20892 #include <sys/types.h>
20893 #ifdef HAVE_SYS_PARAM_H
20894 # include <sys/param.h>
20895 #endif
20896 #ifdef HAVE_SYS_MOUNT_H
20897 # include <sys/mount.h>
20898 #endif
20899 #ifdef HAVE_SYS_VFS_H
20900 # include <sys/vfs.h>
20901 #endif
20902 #ifdef HAVE_SYS_STATFS_H
20903 # include <sys/statfs.h>
20904 #endif
20905
20906 int
20907 main ()
20908 {
20909 static struct statfs ac_aggr;
20910 if (ac_aggr.f_frsize)
20911 return 0;
20912   ;
20913   return 0;
20914 }
20915 _ACEOF
20916 rm -f conftest.$ac_objext
20917 if { (ac_try="$ac_compile"
20918 case "(($ac_try" in
20919   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20920   *) ac_try_echo=$ac_try;;
20921 esac
20922 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20923 $as_echo "$ac_try_echo") >&5
20924   (eval "$ac_compile") 2>conftest.er1
20925   ac_status=$?
20926   grep -v '^ *+' conftest.er1 >conftest.err
20927   rm -f conftest.er1
20928   cat conftest.err >&5
20929   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20930   (exit $ac_status); } && {
20931          test -z "$ac_c_werror_flag" ||
20932          test ! -s conftest.err
20933        } && test -s conftest.$ac_objext; then
20934   ac_cv_member_struct_statfs_f_frsize=yes
20935 else
20936   $as_echo "$as_me: failed program was:" >&5
20937 sed 's/^/| /' conftest.$ac_ext >&5
20938
20939         cat >conftest.$ac_ext <<_ACEOF
20940 /* confdefs.h.  */
20941 _ACEOF
20942 cat confdefs.h >>conftest.$ac_ext
20943 cat >>conftest.$ac_ext <<_ACEOF
20944 /* end confdefs.h.  */
20945 #include <sys/types.h>
20946 #ifdef HAVE_SYS_PARAM_H
20947 # include <sys/param.h>
20948 #endif
20949 #ifdef HAVE_SYS_MOUNT_H
20950 # include <sys/mount.h>
20951 #endif
20952 #ifdef HAVE_SYS_VFS_H
20953 # include <sys/vfs.h>
20954 #endif
20955 #ifdef HAVE_SYS_STATFS_H
20956 # include <sys/statfs.h>
20957 #endif
20958
20959 int
20960 main ()
20961 {
20962 static struct statfs ac_aggr;
20963 if (sizeof ac_aggr.f_frsize)
20964 return 0;
20965   ;
20966   return 0;
20967 }
20968 _ACEOF
20969 rm -f conftest.$ac_objext
20970 if { (ac_try="$ac_compile"
20971 case "(($ac_try" in
20972   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20973   *) ac_try_echo=$ac_try;;
20974 esac
20975 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20976 $as_echo "$ac_try_echo") >&5
20977   (eval "$ac_compile") 2>conftest.er1
20978   ac_status=$?
20979   grep -v '^ *+' conftest.er1 >conftest.err
20980   rm -f conftest.er1
20981   cat conftest.err >&5
20982   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20983   (exit $ac_status); } && {
20984          test -z "$ac_c_werror_flag" ||
20985          test ! -s conftest.err
20986        } && test -s conftest.$ac_objext; then
20987   ac_cv_member_struct_statfs_f_frsize=yes
20988 else
20989   $as_echo "$as_me: failed program was:" >&5
20990 sed 's/^/| /' conftest.$ac_ext >&5
20991
20992         ac_cv_member_struct_statfs_f_frsize=no
20993 fi
20994
20995 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20996 fi
20997
20998 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20999 fi
21000 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21001 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21002 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21003
21004 cat >>confdefs.h <<_ACEOF
21005 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21006 _ACEOF
21007
21008
21009 fi
21010 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21011 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21012 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21013   $as_echo_n "(cached) " >&6
21014 else
21015   cat >conftest.$ac_ext <<_ACEOF
21016 /* confdefs.h.  */
21017 _ACEOF
21018 cat confdefs.h >>conftest.$ac_ext
21019 cat >>conftest.$ac_ext <<_ACEOF
21020 /* end confdefs.h.  */
21021 #include <sys/types.h>
21022 #ifdef HAVE_SYS_PARAM_H
21023 # include <sys/param.h>
21024 #endif
21025 #ifdef HAVE_SYS_MOUNT_H
21026 # include <sys/mount.h>
21027 #endif
21028 #ifdef HAVE_SYS_VFS_H
21029 # include <sys/vfs.h>
21030 #endif
21031 #ifdef HAVE_SYS_STATFS_H
21032 # include <sys/statfs.h>
21033 #endif
21034
21035 int
21036 main ()
21037 {
21038 static struct statfs ac_aggr;
21039 if (ac_aggr.f_ffree)
21040 return 0;
21041   ;
21042   return 0;
21043 }
21044 _ACEOF
21045 rm -f conftest.$ac_objext
21046 if { (ac_try="$ac_compile"
21047 case "(($ac_try" in
21048   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21049   *) ac_try_echo=$ac_try;;
21050 esac
21051 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21052 $as_echo "$ac_try_echo") >&5
21053   (eval "$ac_compile") 2>conftest.er1
21054   ac_status=$?
21055   grep -v '^ *+' conftest.er1 >conftest.err
21056   rm -f conftest.er1
21057   cat conftest.err >&5
21058   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21059   (exit $ac_status); } && {
21060          test -z "$ac_c_werror_flag" ||
21061          test ! -s conftest.err
21062        } && test -s conftest.$ac_objext; then
21063   ac_cv_member_struct_statfs_f_ffree=yes
21064 else
21065   $as_echo "$as_me: failed program was:" >&5
21066 sed 's/^/| /' conftest.$ac_ext >&5
21067
21068         cat >conftest.$ac_ext <<_ACEOF
21069 /* confdefs.h.  */
21070 _ACEOF
21071 cat confdefs.h >>conftest.$ac_ext
21072 cat >>conftest.$ac_ext <<_ACEOF
21073 /* end confdefs.h.  */
21074 #include <sys/types.h>
21075 #ifdef HAVE_SYS_PARAM_H
21076 # include <sys/param.h>
21077 #endif
21078 #ifdef HAVE_SYS_MOUNT_H
21079 # include <sys/mount.h>
21080 #endif
21081 #ifdef HAVE_SYS_VFS_H
21082 # include <sys/vfs.h>
21083 #endif
21084 #ifdef HAVE_SYS_STATFS_H
21085 # include <sys/statfs.h>
21086 #endif
21087
21088 int
21089 main ()
21090 {
21091 static struct statfs ac_aggr;
21092 if (sizeof ac_aggr.f_ffree)
21093 return 0;
21094   ;
21095   return 0;
21096 }
21097 _ACEOF
21098 rm -f conftest.$ac_objext
21099 if { (ac_try="$ac_compile"
21100 case "(($ac_try" in
21101   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21102   *) ac_try_echo=$ac_try;;
21103 esac
21104 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21105 $as_echo "$ac_try_echo") >&5
21106   (eval "$ac_compile") 2>conftest.er1
21107   ac_status=$?
21108   grep -v '^ *+' conftest.er1 >conftest.err
21109   rm -f conftest.er1
21110   cat conftest.err >&5
21111   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21112   (exit $ac_status); } && {
21113          test -z "$ac_c_werror_flag" ||
21114          test ! -s conftest.err
21115        } && test -s conftest.$ac_objext; then
21116   ac_cv_member_struct_statfs_f_ffree=yes
21117 else
21118   $as_echo "$as_me: failed program was:" >&5
21119 sed 's/^/| /' conftest.$ac_ext >&5
21120
21121         ac_cv_member_struct_statfs_f_ffree=no
21122 fi
21123
21124 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21125 fi
21126
21127 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21128 fi
21129 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21130 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21131 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21132
21133 cat >>confdefs.h <<_ACEOF
21134 #define HAVE_STRUCT_STATFS_F_FFREE 1
21135 _ACEOF
21136
21137
21138 fi
21139 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21140 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21141 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21142   $as_echo_n "(cached) " >&6
21143 else
21144   cat >conftest.$ac_ext <<_ACEOF
21145 /* confdefs.h.  */
21146 _ACEOF
21147 cat confdefs.h >>conftest.$ac_ext
21148 cat >>conftest.$ac_ext <<_ACEOF
21149 /* end confdefs.h.  */
21150 #include <sys/types.h>
21151 #ifdef HAVE_SYS_PARAM_H
21152 # include <sys/param.h>
21153 #endif
21154 #ifdef HAVE_SYS_MOUNT_H
21155 # include <sys/mount.h>
21156 #endif
21157 #ifdef HAVE_SYS_VFS_H
21158 # include <sys/vfs.h>
21159 #endif
21160 #ifdef HAVE_SYS_STATFS_H
21161 # include <sys/statfs.h>
21162 #endif
21163
21164 int
21165 main ()
21166 {
21167 static struct statfs ac_aggr;
21168 if (ac_aggr.f_favail)
21169 return 0;
21170   ;
21171   return 0;
21172 }
21173 _ACEOF
21174 rm -f conftest.$ac_objext
21175 if { (ac_try="$ac_compile"
21176 case "(($ac_try" in
21177   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21178   *) ac_try_echo=$ac_try;;
21179 esac
21180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21181 $as_echo "$ac_try_echo") >&5
21182   (eval "$ac_compile") 2>conftest.er1
21183   ac_status=$?
21184   grep -v '^ *+' conftest.er1 >conftest.err
21185   rm -f conftest.er1
21186   cat conftest.err >&5
21187   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21188   (exit $ac_status); } && {
21189          test -z "$ac_c_werror_flag" ||
21190          test ! -s conftest.err
21191        } && test -s conftest.$ac_objext; then
21192   ac_cv_member_struct_statfs_f_favail=yes
21193 else
21194   $as_echo "$as_me: failed program was:" >&5
21195 sed 's/^/| /' conftest.$ac_ext >&5
21196
21197         cat >conftest.$ac_ext <<_ACEOF
21198 /* confdefs.h.  */
21199 _ACEOF
21200 cat confdefs.h >>conftest.$ac_ext
21201 cat >>conftest.$ac_ext <<_ACEOF
21202 /* end confdefs.h.  */
21203 #include <sys/types.h>
21204 #ifdef HAVE_SYS_PARAM_H
21205 # include <sys/param.h>
21206 #endif
21207 #ifdef HAVE_SYS_MOUNT_H
21208 # include <sys/mount.h>
21209 #endif
21210 #ifdef HAVE_SYS_VFS_H
21211 # include <sys/vfs.h>
21212 #endif
21213 #ifdef HAVE_SYS_STATFS_H
21214 # include <sys/statfs.h>
21215 #endif
21216
21217 int
21218 main ()
21219 {
21220 static struct statfs ac_aggr;
21221 if (sizeof ac_aggr.f_favail)
21222 return 0;
21223   ;
21224   return 0;
21225 }
21226 _ACEOF
21227 rm -f conftest.$ac_objext
21228 if { (ac_try="$ac_compile"
21229 case "(($ac_try" in
21230   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21231   *) ac_try_echo=$ac_try;;
21232 esac
21233 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21234 $as_echo "$ac_try_echo") >&5
21235   (eval "$ac_compile") 2>conftest.er1
21236   ac_status=$?
21237   grep -v '^ *+' conftest.er1 >conftest.err
21238   rm -f conftest.er1
21239   cat conftest.err >&5
21240   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21241   (exit $ac_status); } && {
21242          test -z "$ac_c_werror_flag" ||
21243          test ! -s conftest.err
21244        } && test -s conftest.$ac_objext; then
21245   ac_cv_member_struct_statfs_f_favail=yes
21246 else
21247   $as_echo "$as_me: failed program was:" >&5
21248 sed 's/^/| /' conftest.$ac_ext >&5
21249
21250         ac_cv_member_struct_statfs_f_favail=no
21251 fi
21252
21253 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21254 fi
21255
21256 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21257 fi
21258 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21259 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21260 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21261
21262 cat >>confdefs.h <<_ACEOF
21263 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21264 _ACEOF
21265
21266
21267 fi
21268 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21269 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21270 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21271   $as_echo_n "(cached) " >&6
21272 else
21273   cat >conftest.$ac_ext <<_ACEOF
21274 /* confdefs.h.  */
21275 _ACEOF
21276 cat confdefs.h >>conftest.$ac_ext
21277 cat >>conftest.$ac_ext <<_ACEOF
21278 /* end confdefs.h.  */
21279 #include <sys/types.h>
21280 #ifdef HAVE_SYS_PARAM_H
21281 # include <sys/param.h>
21282 #endif
21283 #ifdef HAVE_SYS_MOUNT_H
21284 # include <sys/mount.h>
21285 #endif
21286 #ifdef HAVE_SYS_VFS_H
21287 # include <sys/vfs.h>
21288 #endif
21289 #ifdef HAVE_SYS_STATFS_H
21290 # include <sys/statfs.h>
21291 #endif
21292
21293 int
21294 main ()
21295 {
21296 static struct statfs ac_aggr;
21297 if (ac_aggr.f_namelen)
21298 return 0;
21299   ;
21300   return 0;
21301 }
21302 _ACEOF
21303 rm -f conftest.$ac_objext
21304 if { (ac_try="$ac_compile"
21305 case "(($ac_try" in
21306   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21307   *) ac_try_echo=$ac_try;;
21308 esac
21309 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21310 $as_echo "$ac_try_echo") >&5
21311   (eval "$ac_compile") 2>conftest.er1
21312   ac_status=$?
21313   grep -v '^ *+' conftest.er1 >conftest.err
21314   rm -f conftest.er1
21315   cat conftest.err >&5
21316   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21317   (exit $ac_status); } && {
21318          test -z "$ac_c_werror_flag" ||
21319          test ! -s conftest.err
21320        } && test -s conftest.$ac_objext; then
21321   ac_cv_member_struct_statfs_f_namelen=yes
21322 else
21323   $as_echo "$as_me: failed program was:" >&5
21324 sed 's/^/| /' conftest.$ac_ext >&5
21325
21326         cat >conftest.$ac_ext <<_ACEOF
21327 /* confdefs.h.  */
21328 _ACEOF
21329 cat confdefs.h >>conftest.$ac_ext
21330 cat >>conftest.$ac_ext <<_ACEOF
21331 /* end confdefs.h.  */
21332 #include <sys/types.h>
21333 #ifdef HAVE_SYS_PARAM_H
21334 # include <sys/param.h>
21335 #endif
21336 #ifdef HAVE_SYS_MOUNT_H
21337 # include <sys/mount.h>
21338 #endif
21339 #ifdef HAVE_SYS_VFS_H
21340 # include <sys/vfs.h>
21341 #endif
21342 #ifdef HAVE_SYS_STATFS_H
21343 # include <sys/statfs.h>
21344 #endif
21345
21346 int
21347 main ()
21348 {
21349 static struct statfs ac_aggr;
21350 if (sizeof ac_aggr.f_namelen)
21351 return 0;
21352   ;
21353   return 0;
21354 }
21355 _ACEOF
21356 rm -f conftest.$ac_objext
21357 if { (ac_try="$ac_compile"
21358 case "(($ac_try" in
21359   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21360   *) ac_try_echo=$ac_try;;
21361 esac
21362 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21363 $as_echo "$ac_try_echo") >&5
21364   (eval "$ac_compile") 2>conftest.er1
21365   ac_status=$?
21366   grep -v '^ *+' conftest.er1 >conftest.err
21367   rm -f conftest.er1
21368   cat conftest.err >&5
21369   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21370   (exit $ac_status); } && {
21371          test -z "$ac_c_werror_flag" ||
21372          test ! -s conftest.err
21373        } && test -s conftest.$ac_objext; then
21374   ac_cv_member_struct_statfs_f_namelen=yes
21375 else
21376   $as_echo "$as_me: failed program was:" >&5
21377 sed 's/^/| /' conftest.$ac_ext >&5
21378
21379         ac_cv_member_struct_statfs_f_namelen=no
21380 fi
21381
21382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21383 fi
21384
21385 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21386 fi
21387 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21388 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21389 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21390
21391 cat >>confdefs.h <<_ACEOF
21392 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21393 _ACEOF
21394
21395
21396 fi
21397
21398
21399 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21400 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21401 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21402   $as_echo_n "(cached) " >&6
21403 else
21404   cat >conftest.$ac_ext <<_ACEOF
21405 /* confdefs.h.  */
21406 _ACEOF
21407 cat confdefs.h >>conftest.$ac_ext
21408 cat >>conftest.$ac_ext <<_ACEOF
21409 /* end confdefs.h.  */
21410 #ifdef HAVE_SYS_STATVFS_H
21411 #include <sys/statvfs.h>
21412 #endif
21413
21414 int
21415 main ()
21416 {
21417 static struct statvfs ac_aggr;
21418 if (ac_aggr.f_blocks)
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_statvfs_f_blocks=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 #ifdef HAVE_SYS_STATVFS_H
21454 #include <sys/statvfs.h>
21455 #endif
21456
21457 int
21458 main ()
21459 {
21460 static struct statvfs ac_aggr;
21461 if (sizeof ac_aggr.f_blocks)
21462 return 0;
21463   ;
21464   return 0;
21465 }
21466 _ACEOF
21467 rm -f conftest.$ac_objext
21468 if { (ac_try="$ac_compile"
21469 case "(($ac_try" in
21470   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21471   *) ac_try_echo=$ac_try;;
21472 esac
21473 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21474 $as_echo "$ac_try_echo") >&5
21475   (eval "$ac_compile") 2>conftest.er1
21476   ac_status=$?
21477   grep -v '^ *+' conftest.er1 >conftest.err
21478   rm -f conftest.er1
21479   cat conftest.err >&5
21480   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21481   (exit $ac_status); } && {
21482          test -z "$ac_c_werror_flag" ||
21483          test ! -s conftest.err
21484        } && test -s conftest.$ac_objext; then
21485   ac_cv_member_struct_statvfs_f_blocks=yes
21486 else
21487   $as_echo "$as_me: failed program was:" >&5
21488 sed 's/^/| /' conftest.$ac_ext >&5
21489
21490         ac_cv_member_struct_statvfs_f_blocks=no
21491 fi
21492
21493 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21494 fi
21495
21496 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21497 fi
21498 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21499 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21500 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21501
21502 cat >>confdefs.h <<_ACEOF
21503 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21504 _ACEOF
21505
21506
21507 fi
21508
21509
21510 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21511 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21512 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21513   $as_echo_n "(cached) " >&6
21514 else
21515   cat >conftest.$ac_ext <<_ACEOF
21516 /* confdefs.h.  */
21517 _ACEOF
21518 cat confdefs.h >>conftest.$ac_ext
21519 cat >>conftest.$ac_ext <<_ACEOF
21520 /* end confdefs.h.  */
21521 #include <sys/types.h>
21522 #ifdef HAVE_SYS_SOCKET_H
21523 # include <sys/socket.h>
21524 #endif
21525 #ifdef HAVE_SYS_UN_H
21526 # include <sys/un.h>
21527 #endif
21528
21529 int
21530 main ()
21531 {
21532 static struct msghdr ac_aggr;
21533 if (ac_aggr.msg_accrights)
21534 return 0;
21535   ;
21536   return 0;
21537 }
21538 _ACEOF
21539 rm -f conftest.$ac_objext
21540 if { (ac_try="$ac_compile"
21541 case "(($ac_try" in
21542   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21543   *) ac_try_echo=$ac_try;;
21544 esac
21545 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21546 $as_echo "$ac_try_echo") >&5
21547   (eval "$ac_compile") 2>conftest.er1
21548   ac_status=$?
21549   grep -v '^ *+' conftest.er1 >conftest.err
21550   rm -f conftest.er1
21551   cat conftest.err >&5
21552   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21553   (exit $ac_status); } && {
21554          test -z "$ac_c_werror_flag" ||
21555          test ! -s conftest.err
21556        } && test -s conftest.$ac_objext; then
21557   ac_cv_member_struct_msghdr_msg_accrights=yes
21558 else
21559   $as_echo "$as_me: failed program was:" >&5
21560 sed 's/^/| /' conftest.$ac_ext >&5
21561
21562         cat >conftest.$ac_ext <<_ACEOF
21563 /* confdefs.h.  */
21564 _ACEOF
21565 cat confdefs.h >>conftest.$ac_ext
21566 cat >>conftest.$ac_ext <<_ACEOF
21567 /* end confdefs.h.  */
21568 #include <sys/types.h>
21569 #ifdef HAVE_SYS_SOCKET_H
21570 # include <sys/socket.h>
21571 #endif
21572 #ifdef HAVE_SYS_UN_H
21573 # include <sys/un.h>
21574 #endif
21575
21576 int
21577 main ()
21578 {
21579 static struct msghdr ac_aggr;
21580 if (sizeof ac_aggr.msg_accrights)
21581 return 0;
21582   ;
21583   return 0;
21584 }
21585 _ACEOF
21586 rm -f conftest.$ac_objext
21587 if { (ac_try="$ac_compile"
21588 case "(($ac_try" in
21589   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21590   *) ac_try_echo=$ac_try;;
21591 esac
21592 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21593 $as_echo "$ac_try_echo") >&5
21594   (eval "$ac_compile") 2>conftest.er1
21595   ac_status=$?
21596   grep -v '^ *+' conftest.er1 >conftest.err
21597   rm -f conftest.er1
21598   cat conftest.err >&5
21599   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21600   (exit $ac_status); } && {
21601          test -z "$ac_c_werror_flag" ||
21602          test ! -s conftest.err
21603        } && test -s conftest.$ac_objext; then
21604   ac_cv_member_struct_msghdr_msg_accrights=yes
21605 else
21606   $as_echo "$as_me: failed program was:" >&5
21607 sed 's/^/| /' conftest.$ac_ext >&5
21608
21609         ac_cv_member_struct_msghdr_msg_accrights=no
21610 fi
21611
21612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21613 fi
21614
21615 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21616 fi
21617 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21618 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21619 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21620
21621 cat >>confdefs.h <<_ACEOF
21622 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21623 _ACEOF
21624
21625
21626 fi
21627 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21628 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21629 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21630   $as_echo_n "(cached) " >&6
21631 else
21632   cat >conftest.$ac_ext <<_ACEOF
21633 /* confdefs.h.  */
21634 _ACEOF
21635 cat confdefs.h >>conftest.$ac_ext
21636 cat >>conftest.$ac_ext <<_ACEOF
21637 /* end confdefs.h.  */
21638 #include <sys/types.h>
21639 #ifdef HAVE_SYS_SOCKET_H
21640 # include <sys/socket.h>
21641 #endif
21642 #ifdef HAVE_SYS_UN_H
21643 # include <sys/un.h>
21644 #endif
21645
21646 int
21647 main ()
21648 {
21649 static struct sockaddr ac_aggr;
21650 if (ac_aggr.sa_len)
21651 return 0;
21652   ;
21653   return 0;
21654 }
21655 _ACEOF
21656 rm -f conftest.$ac_objext
21657 if { (ac_try="$ac_compile"
21658 case "(($ac_try" in
21659   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21660   *) ac_try_echo=$ac_try;;
21661 esac
21662 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21663 $as_echo "$ac_try_echo") >&5
21664   (eval "$ac_compile") 2>conftest.er1
21665   ac_status=$?
21666   grep -v '^ *+' conftest.er1 >conftest.err
21667   rm -f conftest.er1
21668   cat conftest.err >&5
21669   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21670   (exit $ac_status); } && {
21671          test -z "$ac_c_werror_flag" ||
21672          test ! -s conftest.err
21673        } && test -s conftest.$ac_objext; then
21674   ac_cv_member_struct_sockaddr_sa_len=yes
21675 else
21676   $as_echo "$as_me: failed program was:" >&5
21677 sed 's/^/| /' conftest.$ac_ext >&5
21678
21679         cat >conftest.$ac_ext <<_ACEOF
21680 /* confdefs.h.  */
21681 _ACEOF
21682 cat confdefs.h >>conftest.$ac_ext
21683 cat >>conftest.$ac_ext <<_ACEOF
21684 /* end confdefs.h.  */
21685 #include <sys/types.h>
21686 #ifdef HAVE_SYS_SOCKET_H
21687 # include <sys/socket.h>
21688 #endif
21689 #ifdef HAVE_SYS_UN_H
21690 # include <sys/un.h>
21691 #endif
21692
21693 int
21694 main ()
21695 {
21696 static struct sockaddr ac_aggr;
21697 if (sizeof ac_aggr.sa_len)
21698 return 0;
21699   ;
21700   return 0;
21701 }
21702 _ACEOF
21703 rm -f conftest.$ac_objext
21704 if { (ac_try="$ac_compile"
21705 case "(($ac_try" in
21706   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21707   *) ac_try_echo=$ac_try;;
21708 esac
21709 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21710 $as_echo "$ac_try_echo") >&5
21711   (eval "$ac_compile") 2>conftest.er1
21712   ac_status=$?
21713   grep -v '^ *+' conftest.er1 >conftest.err
21714   rm -f conftest.er1
21715   cat conftest.err >&5
21716   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21717   (exit $ac_status); } && {
21718          test -z "$ac_c_werror_flag" ||
21719          test ! -s conftest.err
21720        } && test -s conftest.$ac_objext; then
21721   ac_cv_member_struct_sockaddr_sa_len=yes
21722 else
21723   $as_echo "$as_me: failed program was:" >&5
21724 sed 's/^/| /' conftest.$ac_ext >&5
21725
21726         ac_cv_member_struct_sockaddr_sa_len=no
21727 fi
21728
21729 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21730 fi
21731
21732 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21733 fi
21734 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21735 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21736 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
21737
21738 cat >>confdefs.h <<_ACEOF
21739 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21740 _ACEOF
21741
21742
21743 fi
21744 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21745 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
21746 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21747   $as_echo_n "(cached) " >&6
21748 else
21749   cat >conftest.$ac_ext <<_ACEOF
21750 /* confdefs.h.  */
21751 _ACEOF
21752 cat confdefs.h >>conftest.$ac_ext
21753 cat >>conftest.$ac_ext <<_ACEOF
21754 /* end confdefs.h.  */
21755 #include <sys/types.h>
21756 #ifdef HAVE_SYS_SOCKET_H
21757 # include <sys/socket.h>
21758 #endif
21759 #ifdef HAVE_SYS_UN_H
21760 # include <sys/un.h>
21761 #endif
21762
21763 int
21764 main ()
21765 {
21766 static struct sockaddr_un ac_aggr;
21767 if (ac_aggr.sun_len)
21768 return 0;
21769   ;
21770   return 0;
21771 }
21772 _ACEOF
21773 rm -f conftest.$ac_objext
21774 if { (ac_try="$ac_compile"
21775 case "(($ac_try" in
21776   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21777   *) ac_try_echo=$ac_try;;
21778 esac
21779 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21780 $as_echo "$ac_try_echo") >&5
21781   (eval "$ac_compile") 2>conftest.er1
21782   ac_status=$?
21783   grep -v '^ *+' conftest.er1 >conftest.err
21784   rm -f conftest.er1
21785   cat conftest.err >&5
21786   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21787   (exit $ac_status); } && {
21788          test -z "$ac_c_werror_flag" ||
21789          test ! -s conftest.err
21790        } && test -s conftest.$ac_objext; then
21791   ac_cv_member_struct_sockaddr_un_sun_len=yes
21792 else
21793   $as_echo "$as_me: failed program was:" >&5
21794 sed 's/^/| /' conftest.$ac_ext >&5
21795
21796         cat >conftest.$ac_ext <<_ACEOF
21797 /* confdefs.h.  */
21798 _ACEOF
21799 cat confdefs.h >>conftest.$ac_ext
21800 cat >>conftest.$ac_ext <<_ACEOF
21801 /* end confdefs.h.  */
21802 #include <sys/types.h>
21803 #ifdef HAVE_SYS_SOCKET_H
21804 # include <sys/socket.h>
21805 #endif
21806 #ifdef HAVE_SYS_UN_H
21807 # include <sys/un.h>
21808 #endif
21809
21810 int
21811 main ()
21812 {
21813 static struct sockaddr_un ac_aggr;
21814 if (sizeof ac_aggr.sun_len)
21815 return 0;
21816   ;
21817   return 0;
21818 }
21819 _ACEOF
21820 rm -f conftest.$ac_objext
21821 if { (ac_try="$ac_compile"
21822 case "(($ac_try" in
21823   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21824   *) ac_try_echo=$ac_try;;
21825 esac
21826 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21827 $as_echo "$ac_try_echo") >&5
21828   (eval "$ac_compile") 2>conftest.er1
21829   ac_status=$?
21830   grep -v '^ *+' conftest.er1 >conftest.err
21831   rm -f conftest.er1
21832   cat conftest.err >&5
21833   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21834   (exit $ac_status); } && {
21835          test -z "$ac_c_werror_flag" ||
21836          test ! -s conftest.err
21837        } && test -s conftest.$ac_objext; then
21838   ac_cv_member_struct_sockaddr_un_sun_len=yes
21839 else
21840   $as_echo "$as_me: failed program was:" >&5
21841 sed 's/^/| /' conftest.$ac_ext >&5
21842
21843         ac_cv_member_struct_sockaddr_un_sun_len=no
21844 fi
21845
21846 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21847 fi
21848
21849 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21850 fi
21851 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
21852 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
21853 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
21854
21855 cat >>confdefs.h <<_ACEOF
21856 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
21857 _ACEOF
21858
21859
21860 fi
21861
21862
21863 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
21864 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
21865 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
21866   $as_echo_n "(cached) " >&6
21867 else
21868   cat >conftest.$ac_ext <<_ACEOF
21869 /* confdefs.h.  */
21870 _ACEOF
21871 cat confdefs.h >>conftest.$ac_ext
21872 cat >>conftest.$ac_ext <<_ACEOF
21873 /* end confdefs.h.  */
21874 #include <sys/types.h>
21875 #ifdef HAVE_SCSI_SG_H
21876 #include <scsi/sg.h>
21877 #endif
21878
21879 int
21880 main ()
21881 {
21882 static scsireq_t ac_aggr;
21883 if (ac_aggr.cmd)
21884 return 0;
21885   ;
21886   return 0;
21887 }
21888 _ACEOF
21889 rm -f conftest.$ac_objext
21890 if { (ac_try="$ac_compile"
21891 case "(($ac_try" in
21892   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21893   *) ac_try_echo=$ac_try;;
21894 esac
21895 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21896 $as_echo "$ac_try_echo") >&5
21897   (eval "$ac_compile") 2>conftest.er1
21898   ac_status=$?
21899   grep -v '^ *+' conftest.er1 >conftest.err
21900   rm -f conftest.er1
21901   cat conftest.err >&5
21902   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21903   (exit $ac_status); } && {
21904          test -z "$ac_c_werror_flag" ||
21905          test ! -s conftest.err
21906        } && test -s conftest.$ac_objext; then
21907   ac_cv_member_scsireq_t_cmd=yes
21908 else
21909   $as_echo "$as_me: failed program was:" >&5
21910 sed 's/^/| /' conftest.$ac_ext >&5
21911
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 #include <sys/types.h>
21919 #ifdef HAVE_SCSI_SG_H
21920 #include <scsi/sg.h>
21921 #endif
21922
21923 int
21924 main ()
21925 {
21926 static scsireq_t ac_aggr;
21927 if (sizeof ac_aggr.cmd)
21928 return 0;
21929   ;
21930   return 0;
21931 }
21932 _ACEOF
21933 rm -f conftest.$ac_objext
21934 if { (ac_try="$ac_compile"
21935 case "(($ac_try" in
21936   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21937   *) ac_try_echo=$ac_try;;
21938 esac
21939 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21940 $as_echo "$ac_try_echo") >&5
21941   (eval "$ac_compile") 2>conftest.er1
21942   ac_status=$?
21943   grep -v '^ *+' conftest.er1 >conftest.err
21944   rm -f conftest.er1
21945   cat conftest.err >&5
21946   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21947   (exit $ac_status); } && {
21948          test -z "$ac_c_werror_flag" ||
21949          test ! -s conftest.err
21950        } && test -s conftest.$ac_objext; then
21951   ac_cv_member_scsireq_t_cmd=yes
21952 else
21953   $as_echo "$as_me: failed program was:" >&5
21954 sed 's/^/| /' conftest.$ac_ext >&5
21955
21956         ac_cv_member_scsireq_t_cmd=no
21957 fi
21958
21959 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21960 fi
21961
21962 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21963 fi
21964 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
21965 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
21966 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
21967
21968 cat >>confdefs.h <<_ACEOF
21969 #define HAVE_SCSIREQ_T_CMD 1
21970 _ACEOF
21971
21972
21973 fi
21974 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
21975 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
21976 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
21977   $as_echo_n "(cached) " >&6
21978 else
21979   cat >conftest.$ac_ext <<_ACEOF
21980 /* confdefs.h.  */
21981 _ACEOF
21982 cat confdefs.h >>conftest.$ac_ext
21983 cat >>conftest.$ac_ext <<_ACEOF
21984 /* end confdefs.h.  */
21985 #include <sys/types.h>
21986 #ifdef HAVE_SCSI_SG_H
21987 #include <scsi/sg.h>
21988 #endif
21989
21990 int
21991 main ()
21992 {
21993 static sg_io_hdr_t ac_aggr;
21994 if (ac_aggr.interface_id)
21995 return 0;
21996   ;
21997   return 0;
21998 }
21999 _ACEOF
22000 rm -f conftest.$ac_objext
22001 if { (ac_try="$ac_compile"
22002 case "(($ac_try" in
22003   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22004   *) ac_try_echo=$ac_try;;
22005 esac
22006 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22007 $as_echo "$ac_try_echo") >&5
22008   (eval "$ac_compile") 2>conftest.er1
22009   ac_status=$?
22010   grep -v '^ *+' conftest.er1 >conftest.err
22011   rm -f conftest.er1
22012   cat conftest.err >&5
22013   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22014   (exit $ac_status); } && {
22015          test -z "$ac_c_werror_flag" ||
22016          test ! -s conftest.err
22017        } && test -s conftest.$ac_objext; then
22018   ac_cv_member_sg_io_hdr_t_interface_id=yes
22019 else
22020   $as_echo "$as_me: failed program was:" >&5
22021 sed 's/^/| /' conftest.$ac_ext >&5
22022
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_SCSI_SG_H
22031 #include <scsi/sg.h>
22032 #endif
22033
22034 int
22035 main ()
22036 {
22037 static sg_io_hdr_t ac_aggr;
22038 if (sizeof ac_aggr.interface_id)
22039 return 0;
22040   ;
22041   return 0;
22042 }
22043 _ACEOF
22044 rm -f conftest.$ac_objext
22045 if { (ac_try="$ac_compile"
22046 case "(($ac_try" in
22047   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22048   *) ac_try_echo=$ac_try;;
22049 esac
22050 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22051 $as_echo "$ac_try_echo") >&5
22052   (eval "$ac_compile") 2>conftest.er1
22053   ac_status=$?
22054   grep -v '^ *+' conftest.er1 >conftest.err
22055   rm -f conftest.er1
22056   cat conftest.err >&5
22057   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22058   (exit $ac_status); } && {
22059          test -z "$ac_c_werror_flag" ||
22060          test ! -s conftest.err
22061        } && test -s conftest.$ac_objext; then
22062   ac_cv_member_sg_io_hdr_t_interface_id=yes
22063 else
22064   $as_echo "$as_me: failed program was:" >&5
22065 sed 's/^/| /' conftest.$ac_ext >&5
22066
22067         ac_cv_member_sg_io_hdr_t_interface_id=no
22068 fi
22069
22070 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22071 fi
22072
22073 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22074 fi
22075 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22076 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22077 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22078
22079 cat >>confdefs.h <<_ACEOF
22080 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22081 _ACEOF
22082
22083
22084 fi
22085
22086
22087 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22088 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22089 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22090   $as_echo_n "(cached) " >&6
22091 else
22092   cat >conftest.$ac_ext <<_ACEOF
22093 /* confdefs.h.  */
22094 _ACEOF
22095 cat confdefs.h >>conftest.$ac_ext
22096 cat >>conftest.$ac_ext <<_ACEOF
22097 /* end confdefs.h.  */
22098 #include <signal.h>
22099
22100 int
22101 main ()
22102 {
22103 static siginfo_t ac_aggr;
22104 if (ac_aggr.si_fd)
22105 return 0;
22106   ;
22107   return 0;
22108 }
22109 _ACEOF
22110 rm -f conftest.$ac_objext
22111 if { (ac_try="$ac_compile"
22112 case "(($ac_try" in
22113   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22114   *) ac_try_echo=$ac_try;;
22115 esac
22116 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22117 $as_echo "$ac_try_echo") >&5
22118   (eval "$ac_compile") 2>conftest.er1
22119   ac_status=$?
22120   grep -v '^ *+' conftest.er1 >conftest.err
22121   rm -f conftest.er1
22122   cat conftest.err >&5
22123   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22124   (exit $ac_status); } && {
22125          test -z "$ac_c_werror_flag" ||
22126          test ! -s conftest.err
22127        } && test -s conftest.$ac_objext; then
22128   ac_cv_member_siginfo_t_si_fd=yes
22129 else
22130   $as_echo "$as_me: failed program was:" >&5
22131 sed 's/^/| /' conftest.$ac_ext >&5
22132
22133         cat >conftest.$ac_ext <<_ACEOF
22134 /* confdefs.h.  */
22135 _ACEOF
22136 cat confdefs.h >>conftest.$ac_ext
22137 cat >>conftest.$ac_ext <<_ACEOF
22138 /* end confdefs.h.  */
22139 #include <signal.h>
22140
22141 int
22142 main ()
22143 {
22144 static siginfo_t ac_aggr;
22145 if (sizeof ac_aggr.si_fd)
22146 return 0;
22147   ;
22148   return 0;
22149 }
22150 _ACEOF
22151 rm -f conftest.$ac_objext
22152 if { (ac_try="$ac_compile"
22153 case "(($ac_try" in
22154   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22155   *) ac_try_echo=$ac_try;;
22156 esac
22157 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22158 $as_echo "$ac_try_echo") >&5
22159   (eval "$ac_compile") 2>conftest.er1
22160   ac_status=$?
22161   grep -v '^ *+' conftest.er1 >conftest.err
22162   rm -f conftest.er1
22163   cat conftest.err >&5
22164   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22165   (exit $ac_status); } && {
22166          test -z "$ac_c_werror_flag" ||
22167          test ! -s conftest.err
22168        } && test -s conftest.$ac_objext; then
22169   ac_cv_member_siginfo_t_si_fd=yes
22170 else
22171   $as_echo "$as_me: failed program was:" >&5
22172 sed 's/^/| /' conftest.$ac_ext >&5
22173
22174         ac_cv_member_siginfo_t_si_fd=no
22175 fi
22176
22177 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22178 fi
22179
22180 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22181 fi
22182 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22183 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22184 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22185
22186 cat >>confdefs.h <<_ACEOF
22187 #define HAVE_SIGINFO_T_SI_FD 1
22188 _ACEOF
22189
22190
22191 fi
22192
22193
22194 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22195 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22196 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22197   $as_echo_n "(cached) " >&6
22198 else
22199   cat >conftest.$ac_ext <<_ACEOF
22200 /* confdefs.h.  */
22201 _ACEOF
22202 cat confdefs.h >>conftest.$ac_ext
22203 cat >>conftest.$ac_ext <<_ACEOF
22204 /* end confdefs.h.  */
22205 #include <sys/types.h>
22206 #ifdef HAVE_SYS_MTIO_H
22207 #include <sys/mtio.h>
22208 #endif
22209
22210 int
22211 main ()
22212 {
22213 static struct mtget ac_aggr;
22214 if (ac_aggr.mt_blksiz)
22215 return 0;
22216   ;
22217   return 0;
22218 }
22219 _ACEOF
22220 rm -f conftest.$ac_objext
22221 if { (ac_try="$ac_compile"
22222 case "(($ac_try" in
22223   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22224   *) ac_try_echo=$ac_try;;
22225 esac
22226 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22227 $as_echo "$ac_try_echo") >&5
22228   (eval "$ac_compile") 2>conftest.er1
22229   ac_status=$?
22230   grep -v '^ *+' conftest.er1 >conftest.err
22231   rm -f conftest.er1
22232   cat conftest.err >&5
22233   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22234   (exit $ac_status); } && {
22235          test -z "$ac_c_werror_flag" ||
22236          test ! -s conftest.err
22237        } && test -s conftest.$ac_objext; then
22238   ac_cv_member_struct_mtget_mt_blksiz=yes
22239 else
22240   $as_echo "$as_me: failed program was:" >&5
22241 sed 's/^/| /' conftest.$ac_ext >&5
22242
22243         cat >conftest.$ac_ext <<_ACEOF
22244 /* confdefs.h.  */
22245 _ACEOF
22246 cat confdefs.h >>conftest.$ac_ext
22247 cat >>conftest.$ac_ext <<_ACEOF
22248 /* end confdefs.h.  */
22249 #include <sys/types.h>
22250 #ifdef HAVE_SYS_MTIO_H
22251 #include <sys/mtio.h>
22252 #endif
22253
22254 int
22255 main ()
22256 {
22257 static struct mtget ac_aggr;
22258 if (sizeof ac_aggr.mt_blksiz)
22259 return 0;
22260   ;
22261   return 0;
22262 }
22263 _ACEOF
22264 rm -f conftest.$ac_objext
22265 if { (ac_try="$ac_compile"
22266 case "(($ac_try" in
22267   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22268   *) ac_try_echo=$ac_try;;
22269 esac
22270 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22271 $as_echo "$ac_try_echo") >&5
22272   (eval "$ac_compile") 2>conftest.er1
22273   ac_status=$?
22274   grep -v '^ *+' conftest.er1 >conftest.err
22275   rm -f conftest.er1
22276   cat conftest.err >&5
22277   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22278   (exit $ac_status); } && {
22279          test -z "$ac_c_werror_flag" ||
22280          test ! -s conftest.err
22281        } && test -s conftest.$ac_objext; then
22282   ac_cv_member_struct_mtget_mt_blksiz=yes
22283 else
22284   $as_echo "$as_me: failed program was:" >&5
22285 sed 's/^/| /' conftest.$ac_ext >&5
22286
22287         ac_cv_member_struct_mtget_mt_blksiz=no
22288 fi
22289
22290 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22291 fi
22292
22293 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22294 fi
22295 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22296 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22297 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22298
22299 cat >>confdefs.h <<_ACEOF
22300 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22301 _ACEOF
22302
22303
22304 fi
22305 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22306 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22307 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22308   $as_echo_n "(cached) " >&6
22309 else
22310   cat >conftest.$ac_ext <<_ACEOF
22311 /* confdefs.h.  */
22312 _ACEOF
22313 cat confdefs.h >>conftest.$ac_ext
22314 cat >>conftest.$ac_ext <<_ACEOF
22315 /* end confdefs.h.  */
22316 #include <sys/types.h>
22317 #ifdef HAVE_SYS_MTIO_H
22318 #include <sys/mtio.h>
22319 #endif
22320
22321 int
22322 main ()
22323 {
22324 static struct mtget ac_aggr;
22325 if (ac_aggr.mt_gstat)
22326 return 0;
22327   ;
22328   return 0;
22329 }
22330 _ACEOF
22331 rm -f conftest.$ac_objext
22332 if { (ac_try="$ac_compile"
22333 case "(($ac_try" in
22334   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22335   *) ac_try_echo=$ac_try;;
22336 esac
22337 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22338 $as_echo "$ac_try_echo") >&5
22339   (eval "$ac_compile") 2>conftest.er1
22340   ac_status=$?
22341   grep -v '^ *+' conftest.er1 >conftest.err
22342   rm -f conftest.er1
22343   cat conftest.err >&5
22344   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22345   (exit $ac_status); } && {
22346          test -z "$ac_c_werror_flag" ||
22347          test ! -s conftest.err
22348        } && test -s conftest.$ac_objext; then
22349   ac_cv_member_struct_mtget_mt_gstat=yes
22350 else
22351   $as_echo "$as_me: failed program was:" >&5
22352 sed 's/^/| /' conftest.$ac_ext >&5
22353
22354         cat >conftest.$ac_ext <<_ACEOF
22355 /* confdefs.h.  */
22356 _ACEOF
22357 cat confdefs.h >>conftest.$ac_ext
22358 cat >>conftest.$ac_ext <<_ACEOF
22359 /* end confdefs.h.  */
22360 #include <sys/types.h>
22361 #ifdef HAVE_SYS_MTIO_H
22362 #include <sys/mtio.h>
22363 #endif
22364
22365 int
22366 main ()
22367 {
22368 static struct mtget ac_aggr;
22369 if (sizeof ac_aggr.mt_gstat)
22370 return 0;
22371   ;
22372   return 0;
22373 }
22374 _ACEOF
22375 rm -f conftest.$ac_objext
22376 if { (ac_try="$ac_compile"
22377 case "(($ac_try" in
22378   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22379   *) ac_try_echo=$ac_try;;
22380 esac
22381 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22382 $as_echo "$ac_try_echo") >&5
22383   (eval "$ac_compile") 2>conftest.er1
22384   ac_status=$?
22385   grep -v '^ *+' conftest.er1 >conftest.err
22386   rm -f conftest.er1
22387   cat conftest.err >&5
22388   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22389   (exit $ac_status); } && {
22390          test -z "$ac_c_werror_flag" ||
22391          test ! -s conftest.err
22392        } && test -s conftest.$ac_objext; then
22393   ac_cv_member_struct_mtget_mt_gstat=yes
22394 else
22395   $as_echo "$as_me: failed program was:" >&5
22396 sed 's/^/| /' conftest.$ac_ext >&5
22397
22398         ac_cv_member_struct_mtget_mt_gstat=no
22399 fi
22400
22401 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22402 fi
22403
22404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22405 fi
22406 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22407 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22408 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22409
22410 cat >>confdefs.h <<_ACEOF
22411 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22412 _ACEOF
22413
22414
22415 fi
22416 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22417 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22418 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22419   $as_echo_n "(cached) " >&6
22420 else
22421   cat >conftest.$ac_ext <<_ACEOF
22422 /* confdefs.h.  */
22423 _ACEOF
22424 cat confdefs.h >>conftest.$ac_ext
22425 cat >>conftest.$ac_ext <<_ACEOF
22426 /* end confdefs.h.  */
22427 #include <sys/types.h>
22428 #ifdef HAVE_SYS_MTIO_H
22429 #include <sys/mtio.h>
22430 #endif
22431
22432 int
22433 main ()
22434 {
22435 static struct mtget ac_aggr;
22436 if (ac_aggr.mt_blkno)
22437 return 0;
22438   ;
22439   return 0;
22440 }
22441 _ACEOF
22442 rm -f conftest.$ac_objext
22443 if { (ac_try="$ac_compile"
22444 case "(($ac_try" in
22445   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22446   *) ac_try_echo=$ac_try;;
22447 esac
22448 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22449 $as_echo "$ac_try_echo") >&5
22450   (eval "$ac_compile") 2>conftest.er1
22451   ac_status=$?
22452   grep -v '^ *+' conftest.er1 >conftest.err
22453   rm -f conftest.er1
22454   cat conftest.err >&5
22455   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22456   (exit $ac_status); } && {
22457          test -z "$ac_c_werror_flag" ||
22458          test ! -s conftest.err
22459        } && test -s conftest.$ac_objext; then
22460   ac_cv_member_struct_mtget_mt_blkno=yes
22461 else
22462   $as_echo "$as_me: failed program was:" >&5
22463 sed 's/^/| /' conftest.$ac_ext >&5
22464
22465         cat >conftest.$ac_ext <<_ACEOF
22466 /* confdefs.h.  */
22467 _ACEOF
22468 cat confdefs.h >>conftest.$ac_ext
22469 cat >>conftest.$ac_ext <<_ACEOF
22470 /* end confdefs.h.  */
22471 #include <sys/types.h>
22472 #ifdef HAVE_SYS_MTIO_H
22473 #include <sys/mtio.h>
22474 #endif
22475
22476 int
22477 main ()
22478 {
22479 static struct mtget ac_aggr;
22480 if (sizeof ac_aggr.mt_blkno)
22481 return 0;
22482   ;
22483   return 0;
22484 }
22485 _ACEOF
22486 rm -f conftest.$ac_objext
22487 if { (ac_try="$ac_compile"
22488 case "(($ac_try" in
22489   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22490   *) ac_try_echo=$ac_try;;
22491 esac
22492 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22493 $as_echo "$ac_try_echo") >&5
22494   (eval "$ac_compile") 2>conftest.er1
22495   ac_status=$?
22496   grep -v '^ *+' conftest.er1 >conftest.err
22497   rm -f conftest.er1
22498   cat conftest.err >&5
22499   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22500   (exit $ac_status); } && {
22501          test -z "$ac_c_werror_flag" ||
22502          test ! -s conftest.err
22503        } && test -s conftest.$ac_objext; then
22504   ac_cv_member_struct_mtget_mt_blkno=yes
22505 else
22506   $as_echo "$as_me: failed program was:" >&5
22507 sed 's/^/| /' conftest.$ac_ext >&5
22508
22509         ac_cv_member_struct_mtget_mt_blkno=no
22510 fi
22511
22512 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22513 fi
22514
22515 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22516 fi
22517 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22518 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22519 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22520
22521 cat >>confdefs.h <<_ACEOF
22522 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22523 _ACEOF
22524
22525
22526 fi
22527
22528
22529 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22530 $as_echo_n "checking for struct option.name... " >&6; }
22531 if test "${ac_cv_member_struct_option_name+set}" = set; then
22532   $as_echo_n "(cached) " >&6
22533 else
22534   cat >conftest.$ac_ext <<_ACEOF
22535 /* confdefs.h.  */
22536 _ACEOF
22537 cat confdefs.h >>conftest.$ac_ext
22538 cat >>conftest.$ac_ext <<_ACEOF
22539 /* end confdefs.h.  */
22540 #ifdef HAVE_GETOPT_H
22541 #include <getopt.h>
22542 #endif
22543
22544 int
22545 main ()
22546 {
22547 static struct option ac_aggr;
22548 if (ac_aggr.name)
22549 return 0;
22550   ;
22551   return 0;
22552 }
22553 _ACEOF
22554 rm -f conftest.$ac_objext
22555 if { (ac_try="$ac_compile"
22556 case "(($ac_try" in
22557   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22558   *) ac_try_echo=$ac_try;;
22559 esac
22560 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22561 $as_echo "$ac_try_echo") >&5
22562   (eval "$ac_compile") 2>conftest.er1
22563   ac_status=$?
22564   grep -v '^ *+' conftest.er1 >conftest.err
22565   rm -f conftest.er1
22566   cat conftest.err >&5
22567   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22568   (exit $ac_status); } && {
22569          test -z "$ac_c_werror_flag" ||
22570          test ! -s conftest.err
22571        } && test -s conftest.$ac_objext; then
22572   ac_cv_member_struct_option_name=yes
22573 else
22574   $as_echo "$as_me: failed program was:" >&5
22575 sed 's/^/| /' conftest.$ac_ext >&5
22576
22577         cat >conftest.$ac_ext <<_ACEOF
22578 /* confdefs.h.  */
22579 _ACEOF
22580 cat confdefs.h >>conftest.$ac_ext
22581 cat >>conftest.$ac_ext <<_ACEOF
22582 /* end confdefs.h.  */
22583 #ifdef HAVE_GETOPT_H
22584 #include <getopt.h>
22585 #endif
22586
22587 int
22588 main ()
22589 {
22590 static struct option ac_aggr;
22591 if (sizeof ac_aggr.name)
22592 return 0;
22593   ;
22594   return 0;
22595 }
22596 _ACEOF
22597 rm -f conftest.$ac_objext
22598 if { (ac_try="$ac_compile"
22599 case "(($ac_try" in
22600   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22601   *) ac_try_echo=$ac_try;;
22602 esac
22603 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22604 $as_echo "$ac_try_echo") >&5
22605   (eval "$ac_compile") 2>conftest.er1
22606   ac_status=$?
22607   grep -v '^ *+' conftest.er1 >conftest.err
22608   rm -f conftest.er1
22609   cat conftest.err >&5
22610   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22611   (exit $ac_status); } && {
22612          test -z "$ac_c_werror_flag" ||
22613          test ! -s conftest.err
22614        } && test -s conftest.$ac_objext; then
22615   ac_cv_member_struct_option_name=yes
22616 else
22617   $as_echo "$as_me: failed program was:" >&5
22618 sed 's/^/| /' conftest.$ac_ext >&5
22619
22620         ac_cv_member_struct_option_name=no
22621 fi
22622
22623 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22624 fi
22625
22626 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22627 fi
22628 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22629 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22630 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22631
22632 cat >>confdefs.h <<_ACEOF
22633 #define HAVE_STRUCT_OPTION_NAME 1
22634 _ACEOF
22635
22636
22637 fi
22638
22639
22640 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22641 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22642 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22643   $as_echo_n "(cached) " >&6
22644 else
22645   cat >conftest.$ac_ext <<_ACEOF
22646 /* confdefs.h.  */
22647 _ACEOF
22648 cat confdefs.h >>conftest.$ac_ext
22649 cat >>conftest.$ac_ext <<_ACEOF
22650 /* end confdefs.h.  */
22651 $ac_includes_default
22652 int
22653 main ()
22654 {
22655 static struct stat ac_aggr;
22656 if (ac_aggr.st_blocks)
22657 return 0;
22658   ;
22659   return 0;
22660 }
22661 _ACEOF
22662 rm -f conftest.$ac_objext
22663 if { (ac_try="$ac_compile"
22664 case "(($ac_try" in
22665   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22666   *) ac_try_echo=$ac_try;;
22667 esac
22668 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22669 $as_echo "$ac_try_echo") >&5
22670   (eval "$ac_compile") 2>conftest.er1
22671   ac_status=$?
22672   grep -v '^ *+' conftest.er1 >conftest.err
22673   rm -f conftest.er1
22674   cat conftest.err >&5
22675   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22676   (exit $ac_status); } && {
22677          test -z "$ac_c_werror_flag" ||
22678          test ! -s conftest.err
22679        } && test -s conftest.$ac_objext; then
22680   ac_cv_member_struct_stat_st_blocks=yes
22681 else
22682   $as_echo "$as_me: failed program was:" >&5
22683 sed 's/^/| /' conftest.$ac_ext >&5
22684
22685         cat >conftest.$ac_ext <<_ACEOF
22686 /* confdefs.h.  */
22687 _ACEOF
22688 cat confdefs.h >>conftest.$ac_ext
22689 cat >>conftest.$ac_ext <<_ACEOF
22690 /* end confdefs.h.  */
22691 $ac_includes_default
22692 int
22693 main ()
22694 {
22695 static struct stat ac_aggr;
22696 if (sizeof ac_aggr.st_blocks)
22697 return 0;
22698   ;
22699   return 0;
22700 }
22701 _ACEOF
22702 rm -f conftest.$ac_objext
22703 if { (ac_try="$ac_compile"
22704 case "(($ac_try" in
22705   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22706   *) ac_try_echo=$ac_try;;
22707 esac
22708 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22709 $as_echo "$ac_try_echo") >&5
22710   (eval "$ac_compile") 2>conftest.er1
22711   ac_status=$?
22712   grep -v '^ *+' conftest.er1 >conftest.err
22713   rm -f conftest.er1
22714   cat conftest.err >&5
22715   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22716   (exit $ac_status); } && {
22717          test -z "$ac_c_werror_flag" ||
22718          test ! -s conftest.err
22719        } && test -s conftest.$ac_objext; then
22720   ac_cv_member_struct_stat_st_blocks=yes
22721 else
22722   $as_echo "$as_me: failed program was:" >&5
22723 sed 's/^/| /' conftest.$ac_ext >&5
22724
22725         ac_cv_member_struct_stat_st_blocks=no
22726 fi
22727
22728 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22729 fi
22730
22731 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22732 fi
22733 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22734 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
22735 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
22736
22737 cat >>confdefs.h <<_ACEOF
22738 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
22739 _ACEOF
22740
22741
22742 fi
22743 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
22744 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
22745 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
22746   $as_echo_n "(cached) " >&6
22747 else
22748   cat >conftest.$ac_ext <<_ACEOF
22749 /* confdefs.h.  */
22750 _ACEOF
22751 cat confdefs.h >>conftest.$ac_ext
22752 cat >>conftest.$ac_ext <<_ACEOF
22753 /* end confdefs.h.  */
22754 $ac_includes_default
22755 int
22756 main ()
22757 {
22758 static struct stat ac_aggr;
22759 if (ac_aggr.st_mtim)
22760 return 0;
22761   ;
22762   return 0;
22763 }
22764 _ACEOF
22765 rm -f conftest.$ac_objext
22766 if { (ac_try="$ac_compile"
22767 case "(($ac_try" in
22768   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22769   *) ac_try_echo=$ac_try;;
22770 esac
22771 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22772 $as_echo "$ac_try_echo") >&5
22773   (eval "$ac_compile") 2>conftest.er1
22774   ac_status=$?
22775   grep -v '^ *+' conftest.er1 >conftest.err
22776   rm -f conftest.er1
22777   cat conftest.err >&5
22778   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22779   (exit $ac_status); } && {
22780          test -z "$ac_c_werror_flag" ||
22781          test ! -s conftest.err
22782        } && test -s conftest.$ac_objext; then
22783   ac_cv_member_struct_stat_st_mtim=yes
22784 else
22785   $as_echo "$as_me: failed program was:" >&5
22786 sed 's/^/| /' conftest.$ac_ext >&5
22787
22788         cat >conftest.$ac_ext <<_ACEOF
22789 /* confdefs.h.  */
22790 _ACEOF
22791 cat confdefs.h >>conftest.$ac_ext
22792 cat >>conftest.$ac_ext <<_ACEOF
22793 /* end confdefs.h.  */
22794 $ac_includes_default
22795 int
22796 main ()
22797 {
22798 static struct stat ac_aggr;
22799 if (sizeof ac_aggr.st_mtim)
22800 return 0;
22801   ;
22802   return 0;
22803 }
22804 _ACEOF
22805 rm -f conftest.$ac_objext
22806 if { (ac_try="$ac_compile"
22807 case "(($ac_try" in
22808   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22809   *) ac_try_echo=$ac_try;;
22810 esac
22811 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22812 $as_echo "$ac_try_echo") >&5
22813   (eval "$ac_compile") 2>conftest.er1
22814   ac_status=$?
22815   grep -v '^ *+' conftest.er1 >conftest.err
22816   rm -f conftest.er1
22817   cat conftest.err >&5
22818   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22819   (exit $ac_status); } && {
22820          test -z "$ac_c_werror_flag" ||
22821          test ! -s conftest.err
22822        } && test -s conftest.$ac_objext; then
22823   ac_cv_member_struct_stat_st_mtim=yes
22824 else
22825   $as_echo "$as_me: failed program was:" >&5
22826 sed 's/^/| /' conftest.$ac_ext >&5
22827
22828         ac_cv_member_struct_stat_st_mtim=no
22829 fi
22830
22831 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22832 fi
22833
22834 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22835 fi
22836 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
22837 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
22838 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
22839
22840 cat >>confdefs.h <<_ACEOF
22841 #define HAVE_STRUCT_STAT_ST_MTIM 1
22842 _ACEOF
22843
22844
22845 fi
22846 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
22847 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
22848 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
22849   $as_echo_n "(cached) " >&6
22850 else
22851   cat >conftest.$ac_ext <<_ACEOF
22852 /* confdefs.h.  */
22853 _ACEOF
22854 cat confdefs.h >>conftest.$ac_ext
22855 cat >>conftest.$ac_ext <<_ACEOF
22856 /* end confdefs.h.  */
22857 $ac_includes_default
22858 int
22859 main ()
22860 {
22861 static struct stat ac_aggr;
22862 if (ac_aggr.st_ctim)
22863 return 0;
22864   ;
22865   return 0;
22866 }
22867 _ACEOF
22868 rm -f conftest.$ac_objext
22869 if { (ac_try="$ac_compile"
22870 case "(($ac_try" in
22871   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22872   *) ac_try_echo=$ac_try;;
22873 esac
22874 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22875 $as_echo "$ac_try_echo") >&5
22876   (eval "$ac_compile") 2>conftest.er1
22877   ac_status=$?
22878   grep -v '^ *+' conftest.er1 >conftest.err
22879   rm -f conftest.er1
22880   cat conftest.err >&5
22881   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22882   (exit $ac_status); } && {
22883          test -z "$ac_c_werror_flag" ||
22884          test ! -s conftest.err
22885        } && test -s conftest.$ac_objext; then
22886   ac_cv_member_struct_stat_st_ctim=yes
22887 else
22888   $as_echo "$as_me: failed program was:" >&5
22889 sed 's/^/| /' conftest.$ac_ext >&5
22890
22891         cat >conftest.$ac_ext <<_ACEOF
22892 /* confdefs.h.  */
22893 _ACEOF
22894 cat confdefs.h >>conftest.$ac_ext
22895 cat >>conftest.$ac_ext <<_ACEOF
22896 /* end confdefs.h.  */
22897 $ac_includes_default
22898 int
22899 main ()
22900 {
22901 static struct stat ac_aggr;
22902 if (sizeof ac_aggr.st_ctim)
22903 return 0;
22904   ;
22905   return 0;
22906 }
22907 _ACEOF
22908 rm -f conftest.$ac_objext
22909 if { (ac_try="$ac_compile"
22910 case "(($ac_try" in
22911   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22912   *) ac_try_echo=$ac_try;;
22913 esac
22914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22915 $as_echo "$ac_try_echo") >&5
22916   (eval "$ac_compile") 2>conftest.er1
22917   ac_status=$?
22918   grep -v '^ *+' conftest.er1 >conftest.err
22919   rm -f conftest.er1
22920   cat conftest.err >&5
22921   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22922   (exit $ac_status); } && {
22923          test -z "$ac_c_werror_flag" ||
22924          test ! -s conftest.err
22925        } && test -s conftest.$ac_objext; then
22926   ac_cv_member_struct_stat_st_ctim=yes
22927 else
22928   $as_echo "$as_me: failed program was:" >&5
22929 sed 's/^/| /' conftest.$ac_ext >&5
22930
22931         ac_cv_member_struct_stat_st_ctim=no
22932 fi
22933
22934 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22935 fi
22936
22937 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22938 fi
22939 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
22940 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
22941 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
22942
22943 cat >>confdefs.h <<_ACEOF
22944 #define HAVE_STRUCT_STAT_ST_CTIM 1
22945 _ACEOF
22946
22947
22948 fi
22949 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
22950 $as_echo_n "checking for struct stat.st_atim... " >&6; }
22951 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
22952   $as_echo_n "(cached) " >&6
22953 else
22954   cat >conftest.$ac_ext <<_ACEOF
22955 /* confdefs.h.  */
22956 _ACEOF
22957 cat confdefs.h >>conftest.$ac_ext
22958 cat >>conftest.$ac_ext <<_ACEOF
22959 /* end confdefs.h.  */
22960 $ac_includes_default
22961 int
22962 main ()
22963 {
22964 static struct stat ac_aggr;
22965 if (ac_aggr.st_atim)
22966 return 0;
22967   ;
22968   return 0;
22969 }
22970 _ACEOF
22971 rm -f conftest.$ac_objext
22972 if { (ac_try="$ac_compile"
22973 case "(($ac_try" in
22974   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22975   *) ac_try_echo=$ac_try;;
22976 esac
22977 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22978 $as_echo "$ac_try_echo") >&5
22979   (eval "$ac_compile") 2>conftest.er1
22980   ac_status=$?
22981   grep -v '^ *+' conftest.er1 >conftest.err
22982   rm -f conftest.er1
22983   cat conftest.err >&5
22984   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22985   (exit $ac_status); } && {
22986          test -z "$ac_c_werror_flag" ||
22987          test ! -s conftest.err
22988        } && test -s conftest.$ac_objext; then
22989   ac_cv_member_struct_stat_st_atim=yes
22990 else
22991   $as_echo "$as_me: failed program was:" >&5
22992 sed 's/^/| /' conftest.$ac_ext >&5
22993
22994         cat >conftest.$ac_ext <<_ACEOF
22995 /* confdefs.h.  */
22996 _ACEOF
22997 cat confdefs.h >>conftest.$ac_ext
22998 cat >>conftest.$ac_ext <<_ACEOF
22999 /* end confdefs.h.  */
23000 $ac_includes_default
23001 int
23002 main ()
23003 {
23004 static struct stat ac_aggr;
23005 if (sizeof ac_aggr.st_atim)
23006 return 0;
23007   ;
23008   return 0;
23009 }
23010 _ACEOF
23011 rm -f conftest.$ac_objext
23012 if { (ac_try="$ac_compile"
23013 case "(($ac_try" in
23014   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23015   *) ac_try_echo=$ac_try;;
23016 esac
23017 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23018 $as_echo "$ac_try_echo") >&5
23019   (eval "$ac_compile") 2>conftest.er1
23020   ac_status=$?
23021   grep -v '^ *+' conftest.er1 >conftest.err
23022   rm -f conftest.er1
23023   cat conftest.err >&5
23024   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23025   (exit $ac_status); } && {
23026          test -z "$ac_c_werror_flag" ||
23027          test ! -s conftest.err
23028        } && test -s conftest.$ac_objext; then
23029   ac_cv_member_struct_stat_st_atim=yes
23030 else
23031   $as_echo "$as_me: failed program was:" >&5
23032 sed 's/^/| /' conftest.$ac_ext >&5
23033
23034         ac_cv_member_struct_stat_st_atim=no
23035 fi
23036
23037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23038 fi
23039
23040 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23041 fi
23042 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23043 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23044 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23045
23046 cat >>confdefs.h <<_ACEOF
23047 #define HAVE_STRUCT_STAT_ST_ATIM 1
23048 _ACEOF
23049
23050
23051 fi
23052
23053
23054 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23055 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23056 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23057   $as_echo_n "(cached) " >&6
23058 else
23059   cat >conftest.$ac_ext <<_ACEOF
23060 /* confdefs.h.  */
23061 _ACEOF
23062 cat confdefs.h >>conftest.$ac_ext
23063 cat >>conftest.$ac_ext <<_ACEOF
23064 /* end confdefs.h.  */
23065 #ifdef HAVE_SYS_TYPES_H
23066 #include <sys/types.h>
23067 #endif
23068 #ifdef HAVE_NETINET_IN_H
23069 #include <netinet/in.h>
23070 #endif
23071
23072 int
23073 main ()
23074 {
23075 static struct sockaddr_in6 ac_aggr;
23076 if (ac_aggr.sin6_scope_id)
23077 return 0;
23078   ;
23079   return 0;
23080 }
23081 _ACEOF
23082 rm -f conftest.$ac_objext
23083 if { (ac_try="$ac_compile"
23084 case "(($ac_try" in
23085   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23086   *) ac_try_echo=$ac_try;;
23087 esac
23088 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23089 $as_echo "$ac_try_echo") >&5
23090   (eval "$ac_compile") 2>conftest.er1
23091   ac_status=$?
23092   grep -v '^ *+' conftest.er1 >conftest.err
23093   rm -f conftest.er1
23094   cat conftest.err >&5
23095   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23096   (exit $ac_status); } && {
23097          test -z "$ac_c_werror_flag" ||
23098          test ! -s conftest.err
23099        } && test -s conftest.$ac_objext; then
23100   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23101 else
23102   $as_echo "$as_me: failed program was:" >&5
23103 sed 's/^/| /' conftest.$ac_ext >&5
23104
23105         cat >conftest.$ac_ext <<_ACEOF
23106 /* confdefs.h.  */
23107 _ACEOF
23108 cat confdefs.h >>conftest.$ac_ext
23109 cat >>conftest.$ac_ext <<_ACEOF
23110 /* end confdefs.h.  */
23111 #ifdef HAVE_SYS_TYPES_H
23112 #include <sys/types.h>
23113 #endif
23114 #ifdef HAVE_NETINET_IN_H
23115 #include <netinet/in.h>
23116 #endif
23117
23118 int
23119 main ()
23120 {
23121 static struct sockaddr_in6 ac_aggr;
23122 if (sizeof ac_aggr.sin6_scope_id)
23123 return 0;
23124   ;
23125   return 0;
23126 }
23127 _ACEOF
23128 rm -f conftest.$ac_objext
23129 if { (ac_try="$ac_compile"
23130 case "(($ac_try" in
23131   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23132   *) ac_try_echo=$ac_try;;
23133 esac
23134 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23135 $as_echo "$ac_try_echo") >&5
23136   (eval "$ac_compile") 2>conftest.er1
23137   ac_status=$?
23138   grep -v '^ *+' conftest.er1 >conftest.err
23139   rm -f conftest.er1
23140   cat conftest.err >&5
23141   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23142   (exit $ac_status); } && {
23143          test -z "$ac_c_werror_flag" ||
23144          test ! -s conftest.err
23145        } && test -s conftest.$ac_objext; then
23146   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23147 else
23148   $as_echo "$as_me: failed program was:" >&5
23149 sed 's/^/| /' conftest.$ac_ext >&5
23150
23151         ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23152 fi
23153
23154 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23155 fi
23156
23157 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23158 fi
23159 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23160 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23161 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23162
23163 cat >>confdefs.h <<_ACEOF
23164 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23165 _ACEOF
23166
23167
23168 fi
23169
23170
23171 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23172 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23173 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23174   $as_echo_n "(cached) " >&6
23175 else
23176   cat >conftest.$ac_ext <<_ACEOF
23177 /* confdefs.h.  */
23178 _ACEOF
23179 cat confdefs.h >>conftest.$ac_ext
23180 cat >>conftest.$ac_ext <<_ACEOF
23181 /* end confdefs.h.  */
23182 #ifdef HAVE_SYS_TYPES_H
23183 #include <sys/types.h>
23184 #endif
23185 #ifdef HAVE_NETINET_IN_H
23186 # include <netinet/in.h>
23187 #endif
23188 #ifdef HAVE_ARPA_NAMESER_H
23189 # include <arpa/nameser.h>
23190 #endif
23191
23192 int
23193 main ()
23194 {
23195 static ns_msg ac_aggr;
23196 if (ac_aggr._msg_ptr)
23197 return 0;
23198   ;
23199   return 0;
23200 }
23201 _ACEOF
23202 rm -f conftest.$ac_objext
23203 if { (ac_try="$ac_compile"
23204 case "(($ac_try" in
23205   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23206   *) ac_try_echo=$ac_try;;
23207 esac
23208 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23209 $as_echo "$ac_try_echo") >&5
23210   (eval "$ac_compile") 2>conftest.er1
23211   ac_status=$?
23212   grep -v '^ *+' conftest.er1 >conftest.err
23213   rm -f conftest.er1
23214   cat conftest.err >&5
23215   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23216   (exit $ac_status); } && {
23217          test -z "$ac_c_werror_flag" ||
23218          test ! -s conftest.err
23219        } && test -s conftest.$ac_objext; then
23220   ac_cv_member_ns_msg__msg_ptr=yes
23221 else
23222   $as_echo "$as_me: failed program was:" >&5
23223 sed 's/^/| /' conftest.$ac_ext >&5
23224
23225         cat >conftest.$ac_ext <<_ACEOF
23226 /* confdefs.h.  */
23227 _ACEOF
23228 cat confdefs.h >>conftest.$ac_ext
23229 cat >>conftest.$ac_ext <<_ACEOF
23230 /* end confdefs.h.  */
23231 #ifdef HAVE_SYS_TYPES_H
23232 #include <sys/types.h>
23233 #endif
23234 #ifdef HAVE_NETINET_IN_H
23235 # include <netinet/in.h>
23236 #endif
23237 #ifdef HAVE_ARPA_NAMESER_H
23238 # include <arpa/nameser.h>
23239 #endif
23240
23241 int
23242 main ()
23243 {
23244 static ns_msg ac_aggr;
23245 if (sizeof ac_aggr._msg_ptr)
23246 return 0;
23247   ;
23248   return 0;
23249 }
23250 _ACEOF
23251 rm -f conftest.$ac_objext
23252 if { (ac_try="$ac_compile"
23253 case "(($ac_try" in
23254   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23255   *) ac_try_echo=$ac_try;;
23256 esac
23257 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23258 $as_echo "$ac_try_echo") >&5
23259   (eval "$ac_compile") 2>conftest.er1
23260   ac_status=$?
23261   grep -v '^ *+' conftest.er1 >conftest.err
23262   rm -f conftest.er1
23263   cat conftest.err >&5
23264   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23265   (exit $ac_status); } && {
23266          test -z "$ac_c_werror_flag" ||
23267          test ! -s conftest.err
23268        } && test -s conftest.$ac_objext; then
23269   ac_cv_member_ns_msg__msg_ptr=yes
23270 else
23271   $as_echo "$as_me: failed program was:" >&5
23272 sed 's/^/| /' conftest.$ac_ext >&5
23273
23274         ac_cv_member_ns_msg__msg_ptr=no
23275 fi
23276
23277 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23278 fi
23279
23280 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23281 fi
23282 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23283 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23284 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23285
23286 cat >>confdefs.h <<_ACEOF
23287 #define HAVE_NS_MSG__MSG_PTR 1
23288 _ACEOF
23289
23290
23291 fi
23292
23293
23294 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23295 $as_echo_n "checking for timezone variable... " >&6; }
23296 if test "${ac_cv_have_timezone+set}" = set; then
23297   $as_echo_n "(cached) " >&6
23298 else
23299   cat >conftest.$ac_ext <<_ACEOF
23300 /* confdefs.h.  */
23301 _ACEOF
23302 cat confdefs.h >>conftest.$ac_ext
23303 cat >>conftest.$ac_ext <<_ACEOF
23304 /* end confdefs.h.  */
23305 #include <time.h>
23306 int
23307 main ()
23308 {
23309 timezone = 1
23310   ;
23311   return 0;
23312 }
23313 _ACEOF
23314 rm -f conftest.$ac_objext conftest$ac_exeext
23315 if { (ac_try="$ac_link"
23316 case "(($ac_try" in
23317   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23318   *) ac_try_echo=$ac_try;;
23319 esac
23320 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23321 $as_echo "$ac_try_echo") >&5
23322   (eval "$ac_link") 2>conftest.er1
23323   ac_status=$?
23324   grep -v '^ *+' conftest.er1 >conftest.err
23325   rm -f conftest.er1
23326   cat conftest.err >&5
23327   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23328   (exit $ac_status); } && {
23329          test -z "$ac_c_werror_flag" ||
23330          test ! -s conftest.err
23331        } && test -s conftest$ac_exeext && {
23332          test "$cross_compiling" = yes ||
23333          $as_test_x conftest$ac_exeext
23334        }; then
23335   ac_cv_have_timezone="yes"
23336 else
23337   $as_echo "$as_me: failed program was:" >&5
23338 sed 's/^/| /' conftest.$ac_ext >&5
23339
23340         ac_cv_have_timezone="no"
23341 fi
23342
23343 rm -rf conftest.dSYM
23344 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23345       conftest$ac_exeext conftest.$ac_ext
23346 fi
23347 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23348 $as_echo "$ac_cv_have_timezone" >&6; }
23349 if test "$ac_cv_have_timezone" = "yes"
23350 then
23351
23352 cat >>confdefs.h <<\_ACEOF
23353 #define HAVE_TIMEZONE 1
23354 _ACEOF
23355
23356 fi
23357 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23358 $as_echo_n "checking for daylight variable... " >&6; }
23359 if test "${ac_cv_have_daylight+set}" = set; then
23360   $as_echo_n "(cached) " >&6
23361 else
23362   cat >conftest.$ac_ext <<_ACEOF
23363 /* confdefs.h.  */
23364 _ACEOF
23365 cat confdefs.h >>conftest.$ac_ext
23366 cat >>conftest.$ac_ext <<_ACEOF
23367 /* end confdefs.h.  */
23368 #include <time.h>
23369 int
23370 main ()
23371 {
23372 daylight = 1
23373   ;
23374   return 0;
23375 }
23376 _ACEOF
23377 rm -f conftest.$ac_objext conftest$ac_exeext
23378 if { (ac_try="$ac_link"
23379 case "(($ac_try" in
23380   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23381   *) ac_try_echo=$ac_try;;
23382 esac
23383 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23384 $as_echo "$ac_try_echo") >&5
23385   (eval "$ac_link") 2>conftest.er1
23386   ac_status=$?
23387   grep -v '^ *+' conftest.er1 >conftest.err
23388   rm -f conftest.er1
23389   cat conftest.err >&5
23390   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23391   (exit $ac_status); } && {
23392          test -z "$ac_c_werror_flag" ||
23393          test ! -s conftest.err
23394        } && test -s conftest$ac_exeext && {
23395          test "$cross_compiling" = yes ||
23396          $as_test_x conftest$ac_exeext
23397        }; then
23398   ac_cv_have_daylight="yes"
23399 else
23400   $as_echo "$as_me: failed program was:" >&5
23401 sed 's/^/| /' conftest.$ac_ext >&5
23402
23403         ac_cv_have_daylight="no"
23404 fi
23405
23406 rm -rf conftest.dSYM
23407 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23408       conftest$ac_exeext conftest.$ac_ext
23409 fi
23410 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23411 $as_echo "$ac_cv_have_daylight" >&6; }
23412 if test "$ac_cv_have_daylight" = "yes"
23413 then
23414
23415 cat >>confdefs.h <<\_ACEOF
23416 #define HAVE_DAYLIGHT 1
23417 _ACEOF
23418
23419 fi
23420
23421 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23422 $as_echo_n "checking for isinf... " >&6; }
23423 if test "${ac_cv_have_isinf+set}" = set; then
23424   $as_echo_n "(cached) " >&6
23425 else
23426   cat >conftest.$ac_ext <<_ACEOF
23427 /* confdefs.h.  */
23428 _ACEOF
23429 cat confdefs.h >>conftest.$ac_ext
23430 cat >>conftest.$ac_ext <<_ACEOF
23431 /* end confdefs.h.  */
23432 #include <math.h>
23433 int
23434 main ()
23435 {
23436 float f = 0.0; int i=isinf(f)
23437   ;
23438   return 0;
23439 }
23440 _ACEOF
23441 rm -f conftest.$ac_objext conftest$ac_exeext
23442 if { (ac_try="$ac_link"
23443 case "(($ac_try" in
23444   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23445   *) ac_try_echo=$ac_try;;
23446 esac
23447 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23448 $as_echo "$ac_try_echo") >&5
23449   (eval "$ac_link") 2>conftest.er1
23450   ac_status=$?
23451   grep -v '^ *+' conftest.er1 >conftest.err
23452   rm -f conftest.er1
23453   cat conftest.err >&5
23454   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23455   (exit $ac_status); } && {
23456          test -z "$ac_c_werror_flag" ||
23457          test ! -s conftest.err
23458        } && test -s conftest$ac_exeext && {
23459          test "$cross_compiling" = yes ||
23460          $as_test_x conftest$ac_exeext
23461        }; then
23462   ac_cv_have_isinf="yes"
23463 else
23464   $as_echo "$as_me: failed program was:" >&5
23465 sed 's/^/| /' conftest.$ac_ext >&5
23466
23467         ac_cv_have_isinf="no"
23468 fi
23469
23470 rm -rf conftest.dSYM
23471 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23472       conftest$ac_exeext conftest.$ac_ext
23473 fi
23474 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23475 $as_echo "$ac_cv_have_isinf" >&6; }
23476 if test "$ac_cv_have_isinf" = "yes"
23477 then
23478
23479 cat >>confdefs.h <<\_ACEOF
23480 #define HAVE_ISINF 1
23481 _ACEOF
23482
23483 fi
23484
23485 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23486 $as_echo_n "checking for isnan... " >&6; }
23487 if test "${ac_cv_have_isnan+set}" = set; then
23488   $as_echo_n "(cached) " >&6
23489 else
23490   cat >conftest.$ac_ext <<_ACEOF
23491 /* confdefs.h.  */
23492 _ACEOF
23493 cat confdefs.h >>conftest.$ac_ext
23494 cat >>conftest.$ac_ext <<_ACEOF
23495 /* end confdefs.h.  */
23496 #include <math.h>
23497 int
23498 main ()
23499 {
23500 float f = 0.0; int i=isnan(f)
23501   ;
23502   return 0;
23503 }
23504 _ACEOF
23505 rm -f conftest.$ac_objext conftest$ac_exeext
23506 if { (ac_try="$ac_link"
23507 case "(($ac_try" in
23508   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23509   *) ac_try_echo=$ac_try;;
23510 esac
23511 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23512 $as_echo "$ac_try_echo") >&5
23513   (eval "$ac_link") 2>conftest.er1
23514   ac_status=$?
23515   grep -v '^ *+' conftest.er1 >conftest.err
23516   rm -f conftest.er1
23517   cat conftest.err >&5
23518   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23519   (exit $ac_status); } && {
23520          test -z "$ac_c_werror_flag" ||
23521          test ! -s conftest.err
23522        } && test -s conftest$ac_exeext && {
23523          test "$cross_compiling" = yes ||
23524          $as_test_x conftest$ac_exeext
23525        }; then
23526   ac_cv_have_isnan="yes"
23527 else
23528   $as_echo "$as_me: failed program was:" >&5
23529 sed 's/^/| /' conftest.$ac_ext >&5
23530
23531         ac_cv_have_isnan="no"
23532 fi
23533
23534 rm -rf conftest.dSYM
23535 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23536       conftest$ac_exeext conftest.$ac_ext
23537 fi
23538 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23539 $as_echo "$ac_cv_have_isnan" >&6; }
23540 if test "$ac_cv_have_isnan" = "yes"
23541 then
23542
23543 cat >>confdefs.h <<\_ACEOF
23544 #define HAVE_ISNAN 1
23545 _ACEOF
23546
23547 fi
23548
23549
23550 case $host_cpu in
23551   *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23552 $as_echo_n "checking whether we need to define __i386__... " >&6; }
23553 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23554   $as_echo_n "(cached) " >&6
23555 else
23556   cat >conftest.$ac_ext <<_ACEOF
23557 /* confdefs.h.  */
23558 _ACEOF
23559 cat confdefs.h >>conftest.$ac_ext
23560 cat >>conftest.$ac_ext <<_ACEOF
23561 /* end confdefs.h.  */
23562 #ifndef __i386__
23563 yes
23564 #endif
23565 _ACEOF
23566 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23567   $EGREP "yes" >/dev/null 2>&1; then
23568   ac_cv_cpp_def___i386__=yes
23569 else
23570   ac_cv_cpp_def___i386__=no
23571 fi
23572 rm -f conftest*
23573
23574 fi
23575 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23576 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
23577 if test $ac_cv_cpp_def___i386__ = yes; then
23578   CFLAGS="$CFLAGS -D__i386__"
23579   LINTFLAGS="$LINTFLAGS -D__i386__"
23580 fi
23581  ;;
23582   *x86_64*)         { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23583 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
23584 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23585   $as_echo_n "(cached) " >&6
23586 else
23587   cat >conftest.$ac_ext <<_ACEOF
23588 /* confdefs.h.  */
23589 _ACEOF
23590 cat confdefs.h >>conftest.$ac_ext
23591 cat >>conftest.$ac_ext <<_ACEOF
23592 /* end confdefs.h.  */
23593 #ifndef __x86_64__
23594 yes
23595 #endif
23596 _ACEOF
23597 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23598   $EGREP "yes" >/dev/null 2>&1; then
23599   ac_cv_cpp_def___x86_64__=yes
23600 else
23601   ac_cv_cpp_def___x86_64__=no
23602 fi
23603 rm -f conftest*
23604
23605 fi
23606 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23607 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
23608 if test $ac_cv_cpp_def___x86_64__ = yes; then
23609   CFLAGS="$CFLAGS -D__x86_64__"
23610   LINTFLAGS="$LINTFLAGS -D__x86_64__"
23611 fi
23612  ;;
23613   *alpha*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23614 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
23615 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23616   $as_echo_n "(cached) " >&6
23617 else
23618   cat >conftest.$ac_ext <<_ACEOF
23619 /* confdefs.h.  */
23620 _ACEOF
23621 cat confdefs.h >>conftest.$ac_ext
23622 cat >>conftest.$ac_ext <<_ACEOF
23623 /* end confdefs.h.  */
23624 #ifndef __ALPHA__
23625 yes
23626 #endif
23627 _ACEOF
23628 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23629   $EGREP "yes" >/dev/null 2>&1; then
23630   ac_cv_cpp_def___ALPHA__=yes
23631 else
23632   ac_cv_cpp_def___ALPHA__=no
23633 fi
23634 rm -f conftest*
23635
23636 fi
23637 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23638 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
23639 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23640   CFLAGS="$CFLAGS -D__ALPHA__"
23641   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23642 fi
23643  ;;
23644   *sparc*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23645 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
23646 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23647   $as_echo_n "(cached) " >&6
23648 else
23649   cat >conftest.$ac_ext <<_ACEOF
23650 /* confdefs.h.  */
23651 _ACEOF
23652 cat confdefs.h >>conftest.$ac_ext
23653 cat >>conftest.$ac_ext <<_ACEOF
23654 /* end confdefs.h.  */
23655 #ifndef __sparc__
23656 yes
23657 #endif
23658 _ACEOF
23659 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23660   $EGREP "yes" >/dev/null 2>&1; then
23661   ac_cv_cpp_def___sparc__=yes
23662 else
23663   ac_cv_cpp_def___sparc__=no
23664 fi
23665 rm -f conftest*
23666
23667 fi
23668 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
23669 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
23670 if test $ac_cv_cpp_def___sparc__ = yes; then
23671   CFLAGS="$CFLAGS -D__sparc__"
23672   LINTFLAGS="$LINTFLAGS -D__sparc__"
23673 fi
23674  ;;
23675   *powerpc*)        { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
23676 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
23677 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
23678   $as_echo_n "(cached) " >&6
23679 else
23680   cat >conftest.$ac_ext <<_ACEOF
23681 /* confdefs.h.  */
23682 _ACEOF
23683 cat confdefs.h >>conftest.$ac_ext
23684 cat >>conftest.$ac_ext <<_ACEOF
23685 /* end confdefs.h.  */
23686 #ifndef __powerpc__
23687 yes
23688 #endif
23689 _ACEOF
23690 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23691   $EGREP "yes" >/dev/null 2>&1; then
23692   ac_cv_cpp_def___powerpc__=yes
23693 else
23694   ac_cv_cpp_def___powerpc__=no
23695 fi
23696 rm -f conftest*
23697
23698 fi
23699 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23700 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
23701 if test $ac_cv_cpp_def___powerpc__ = yes; then
23702   CFLAGS="$CFLAGS -D__powerpc__"
23703   LINTFLAGS="$LINTFLAGS -D__powerpc__"
23704 fi
23705  ;;
23706 esac
23707
23708 case $host_vendor in
23709   *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
23710 $as_echo_n "checking whether we need to define __sun__... " >&6; }
23711 if test "${ac_cv_cpp_def___sun__+set}" = set; then
23712   $as_echo_n "(cached) " >&6
23713 else
23714   cat >conftest.$ac_ext <<_ACEOF
23715 /* confdefs.h.  */
23716 _ACEOF
23717 cat confdefs.h >>conftest.$ac_ext
23718 cat >>conftest.$ac_ext <<_ACEOF
23719 /* end confdefs.h.  */
23720 #ifndef __sun__
23721 yes
23722 #endif
23723 _ACEOF
23724 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23725   $EGREP "yes" >/dev/null 2>&1; then
23726   ac_cv_cpp_def___sun__=yes
23727 else
23728   ac_cv_cpp_def___sun__=no
23729 fi
23730 rm -f conftest*
23731
23732 fi
23733 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
23734 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
23735 if test $ac_cv_cpp_def___sun__ = yes; then
23736   CFLAGS="$CFLAGS -D__sun__"
23737   LINTFLAGS="$LINTFLAGS -D__sun__"
23738 fi
23739  ;;
23740 esac
23741
23742
23743 DEPENDENCIES="### Dependencies:
23744
23745 .INIT: Makefile
23746 .BEGIN: Makefile
23747 Makefile: dummy
23748         -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
23749
23750 \$(OBJS): \$(IDL_GEN_HEADERS)
23751 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
23752 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
23753 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
23754 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
23755
23756
23757 ALL_MAKERULES=""
23758
23759 ALL_MAKEFILES=""
23760
23761 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
23762
23763
23764 ALL_TOP_DIRS=""
23765
23766 ALL_DLL_DIRS=""
23767
23768 ALL_IMPLIB_DIRS=""
23769
23770 ALL_TEST_DIRS=""
23771
23772 ALL_PROGRAM_DIRS=""
23773
23774 ALL_PROGRAM_INSTALL_DIRS=""
23775
23776 ALL_PROGRAM_BIN_INSTALL_DIRS=""
23777
23778
23779
23780
23781
23782 ac_config_commands="$ac_config_commands include/stamp-h"
23783
23784
23785 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
23786
23787 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
23788
23789 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
23790
23791 ac_config_commands="$ac_config_commands dlls/user32/resources"
23792
23793 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
23794
23795 ac_config_commands="$ac_config_commands include/wine"
23796
23797
23798 ALL_MAKERULES="$ALL_MAKERULES \\
23799         Make.rules"
23800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23801 Make.rules: Make.rules.in"
23802 MAKE_RULES=Make.rules
23803 ac_config_files="$ac_config_files Make.rules"
23804
23805 ALL_MAKERULES="$ALL_MAKERULES \\
23806         dlls/Makedll.rules"
23807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23808 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
23809 MAKE_DLL_RULES=dlls/Makedll.rules
23810 ac_config_files="$ac_config_files dlls/Makedll.rules"
23811
23812 ALL_MAKERULES="$ALL_MAKERULES \\
23813         dlls/Makeimplib.rules"
23814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23815 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
23816 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
23817 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
23818
23819 ALL_MAKERULES="$ALL_MAKERULES \\
23820         dlls/Maketest.rules"
23821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23822 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
23823 MAKE_TEST_RULES=dlls/Maketest.rules
23824 ac_config_files="$ac_config_files dlls/Maketest.rules"
23825
23826 ALL_MAKERULES="$ALL_MAKERULES \\
23827         programs/Makeprog.rules"
23828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23829 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
23830 MAKE_PROG_RULES=programs/Makeprog.rules
23831 ac_config_files="$ac_config_files programs/Makeprog.rules"
23832
23833
23834
23835
23836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23837 Makefile: Makefile.in Make.rules"
23838 ac_config_files="$ac_config_files Makefile"
23839
23840 ALL_MAKEFILES="$ALL_MAKEFILES \\
23841         dlls/Makefile"
23842 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
23843         dlls"
23844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23845 dlls/Makefile: dlls/Makefile.in Make.rules"
23846 ac_config_files="$ac_config_files dlls/Makefile"
23847
23848 ALL_MAKEFILES="$ALL_MAKEFILES \\
23849         dlls/acledit/Makefile"
23850 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23851         acledit"
23852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23853 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
23854 ac_config_files="$ac_config_files dlls/acledit/Makefile"
23855
23856 ALL_MAKEFILES="$ALL_MAKEFILES \\
23857         dlls/activeds/Makefile"
23858 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23859         activeds"
23860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23861 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
23862 ac_config_files="$ac_config_files dlls/activeds/Makefile"
23863
23864 ALL_MAKEFILES="$ALL_MAKEFILES \\
23865         dlls/actxprxy/Makefile"
23866 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23867         actxprxy"
23868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23869 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
23870 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
23871
23872 ALL_MAKEFILES="$ALL_MAKEFILES \\
23873         dlls/adsiid/Makefile"
23874 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23875         adsiid"
23876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23877 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
23878 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
23879
23880 ALL_MAKEFILES="$ALL_MAKEFILES \\
23881         dlls/advapi32/Makefile"
23882 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23883         advapi32"
23884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23885 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
23886 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
23887
23888 ALL_MAKEFILES="$ALL_MAKEFILES \\
23889         dlls/advapi32/tests/Makefile"
23890 test "x$enable_advapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23891         advapi32/tests"
23892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23893 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
23894 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
23895
23896 ALL_MAKEFILES="$ALL_MAKEFILES \\
23897         dlls/advpack/Makefile"
23898 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23899         advpack"
23900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23901 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
23902 ac_config_files="$ac_config_files dlls/advpack/Makefile"
23903
23904 ALL_MAKEFILES="$ALL_MAKEFILES \\
23905         dlls/advpack/tests/Makefile"
23906 test "x$enable_advpack_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23907         advpack/tests"
23908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23909 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
23910 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
23911
23912 ALL_MAKEFILES="$ALL_MAKEFILES \\
23913         dlls/amstream/Makefile"
23914 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23915         amstream"
23916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23917 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
23918 ac_config_files="$ac_config_files dlls/amstream/Makefile"
23919
23920 ALL_MAKEFILES="$ALL_MAKEFILES \\
23921         dlls/appwiz.cpl/Makefile"
23922 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23923         appwiz.cpl"
23924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23925 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
23926 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
23927
23928 ALL_MAKEFILES="$ALL_MAKEFILES \\
23929         dlls/atl/Makefile"
23930 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23931         atl"
23932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23933 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
23934 ac_config_files="$ac_config_files dlls/atl/Makefile"
23935
23936 ALL_MAKEFILES="$ALL_MAKEFILES \\
23937         dlls/avicap32/Makefile"
23938 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23939         avicap32"
23940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23941 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
23942 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
23943
23944 ALL_MAKEFILES="$ALL_MAKEFILES \\
23945         dlls/avifil32/Makefile"
23946 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23947         avifil32"
23948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23949 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
23950 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
23951
23952 ALL_MAKEFILES="$ALL_MAKEFILES \\
23953         dlls/browseui/Makefile"
23954 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23955         browseui"
23956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23957 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
23958 ac_config_files="$ac_config_files dlls/browseui/Makefile"
23959
23960 ALL_MAKEFILES="$ALL_MAKEFILES \\
23961         dlls/browseui/tests/Makefile"
23962 test "x$enable_browseui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23963         browseui/tests"
23964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23965 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
23966 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
23967
23968 ALL_MAKEFILES="$ALL_MAKEFILES \\
23969         dlls/cabinet/Makefile"
23970 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23971         cabinet"
23972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23973 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
23974 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
23975
23976 ALL_MAKEFILES="$ALL_MAKEFILES \\
23977         dlls/cabinet/tests/Makefile"
23978 test "x$enable_cabinet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23979         cabinet/tests"
23980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23981 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
23982 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
23983
23984 ALL_MAKEFILES="$ALL_MAKEFILES \\
23985         dlls/capi2032/Makefile"
23986 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23987         capi2032"
23988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23989 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
23990 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
23991
23992 ALL_MAKEFILES="$ALL_MAKEFILES \\
23993         dlls/cards/Makefile"
23994 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23995         cards"
23996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23997 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
23998 ac_config_files="$ac_config_files dlls/cards/Makefile"
23999
24000 ALL_MAKEFILES="$ALL_MAKEFILES \\
24001         dlls/cfgmgr32/Makefile"
24002 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24003         cfgmgr32"
24004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24005 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24006 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24007
24008 ALL_MAKEFILES="$ALL_MAKEFILES \\
24009         dlls/clusapi/Makefile"
24010 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24011         clusapi"
24012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24013 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24014 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24015
24016 ALL_MAKEFILES="$ALL_MAKEFILES \\
24017         dlls/comcat/Makefile"
24018 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24019         comcat"
24020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24021 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24022 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24023
24024 ALL_MAKEFILES="$ALL_MAKEFILES \\
24025         dlls/comcat/tests/Makefile"
24026 test "x$enable_comcat_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24027         comcat/tests"
24028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24029 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24030 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24031
24032 ALL_MAKEFILES="$ALL_MAKEFILES \\
24033         dlls/comctl32/Makefile"
24034 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24035         comctl32"
24036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24037 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24038 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24039
24040 ALL_MAKEFILES="$ALL_MAKEFILES \\
24041         dlls/comctl32/tests/Makefile"
24042 test "x$enable_comctl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24043         comctl32/tests"
24044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24045 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24046 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24047
24048 ALL_MAKEFILES="$ALL_MAKEFILES \\
24049         dlls/comdlg32/Makefile"
24050 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24051         comdlg32"
24052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24053 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24054 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24055
24056 ALL_MAKEFILES="$ALL_MAKEFILES \\
24057         dlls/comdlg32/tests/Makefile"
24058 test "x$enable_comdlg32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24059         comdlg32/tests"
24060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24061 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24062 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24063
24064 ALL_MAKEFILES="$ALL_MAKEFILES \\
24065         dlls/compstui/Makefile"
24066 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24067         compstui"
24068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24069 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24070 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24071
24072 ALL_MAKEFILES="$ALL_MAKEFILES \\
24073         dlls/credui/Makefile"
24074 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24075         credui"
24076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24077 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24078 ac_config_files="$ac_config_files dlls/credui/Makefile"
24079
24080 ALL_MAKEFILES="$ALL_MAKEFILES \\
24081         dlls/credui/tests/Makefile"
24082 test "x$enable_credui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24083         credui/tests"
24084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24085 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24086 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24087
24088 ALL_MAKEFILES="$ALL_MAKEFILES \\
24089         dlls/crtdll/Makefile"
24090 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24091         crtdll"
24092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24093 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24094 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24095
24096 ALL_MAKEFILES="$ALL_MAKEFILES \\
24097         dlls/crypt32/Makefile"
24098 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24099         crypt32"
24100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24101 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24102 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24103
24104 ALL_MAKEFILES="$ALL_MAKEFILES \\
24105         dlls/crypt32/tests/Makefile"
24106 test "x$enable_crypt32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24107         crypt32/tests"
24108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24109 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24110 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24111
24112 ALL_MAKEFILES="$ALL_MAKEFILES \\
24113         dlls/cryptdlg/Makefile"
24114 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24115         cryptdlg"
24116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24117 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24118 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24119
24120 ALL_MAKEFILES="$ALL_MAKEFILES \\
24121         dlls/cryptdll/Makefile"
24122 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24123         cryptdll"
24124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24125 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24126 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24127
24128 ALL_MAKEFILES="$ALL_MAKEFILES \\
24129         dlls/cryptnet/Makefile"
24130 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24131         cryptnet"
24132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24133 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24134 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24135
24136 ALL_MAKEFILES="$ALL_MAKEFILES \\
24137         dlls/cryptnet/tests/Makefile"
24138 test "x$enable_cryptnet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24139         cryptnet/tests"
24140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24141 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24142 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24143
24144 ALL_MAKEFILES="$ALL_MAKEFILES \\
24145         dlls/cryptui/Makefile"
24146 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24147         cryptui"
24148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24149 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24150 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24151
24152 ALL_MAKEFILES="$ALL_MAKEFILES \\
24153         dlls/cryptui/tests/Makefile"
24154 test "x$enable_cryptui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24155         cryptui/tests"
24156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24157 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24158 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24159
24160 ALL_MAKEFILES="$ALL_MAKEFILES \\
24161         dlls/ctapi32/Makefile"
24162 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24163         ctapi32"
24164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24165 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24166 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24167
24168 ALL_MAKEFILES="$ALL_MAKEFILES \\
24169         dlls/ctl3d32/Makefile"
24170 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24171         ctl3d32"
24172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24173 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24174 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24175
24176 ALL_MAKEFILES="$ALL_MAKEFILES \\
24177         dlls/d3d10/Makefile"
24178 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24179         d3d10"
24180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24181 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24182 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24183
24184 ALL_MAKEFILES="$ALL_MAKEFILES \\
24185         dlls/d3d10/tests/Makefile"
24186 test "x$enable_d3d10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24187         d3d10/tests"
24188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24189 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24190 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24191
24192 ALL_MAKEFILES="$ALL_MAKEFILES \\
24193         dlls/d3d10core/Makefile"
24194 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24195         d3d10core"
24196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24197 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24198 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24199
24200 ALL_MAKEFILES="$ALL_MAKEFILES \\
24201         dlls/d3d10core/tests/Makefile"
24202 test "x$enable_d3d10core_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24203         d3d10core/tests"
24204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24205 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24206 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24207
24208 ALL_MAKEFILES="$ALL_MAKEFILES \\
24209         dlls/d3d8/Makefile"
24210 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24211         d3d8"
24212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24213 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24214 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24215
24216 ALL_MAKEFILES="$ALL_MAKEFILES \\
24217         dlls/d3d8/tests/Makefile"
24218 test "x$enable_d3d8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24219         d3d8/tests"
24220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24221 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24222 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24223
24224 ALL_MAKEFILES="$ALL_MAKEFILES \\
24225         dlls/d3d9/Makefile"
24226 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24227         d3d9"
24228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24229 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24230 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24231
24232 ALL_MAKEFILES="$ALL_MAKEFILES \\
24233         dlls/d3d9/tests/Makefile"
24234 test "x$enable_d3d9_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24235         d3d9/tests"
24236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24237 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24238 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24239
24240 ALL_MAKEFILES="$ALL_MAKEFILES \\
24241         dlls/d3dim/Makefile"
24242 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24243         d3dim"
24244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24245 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24246 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24247
24248 ALL_MAKEFILES="$ALL_MAKEFILES \\
24249         dlls/d3drm/Makefile"
24250 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24251         d3drm"
24252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24253 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24254 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24255
24256 ALL_MAKEFILES="$ALL_MAKEFILES \\
24257         dlls/d3drm/tests/Makefile"
24258 test "x$enable_d3drm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24259         d3drm/tests"
24260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24261 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24262 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24263
24264 ALL_MAKEFILES="$ALL_MAKEFILES \\
24265         dlls/d3dx8/Makefile"
24266 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24267         d3dx8"
24268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24269 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24270 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24271
24272 ALL_MAKEFILES="$ALL_MAKEFILES \\
24273         dlls/d3dx8/tests/Makefile"
24274 test "x$enable_d3dx8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24275         d3dx8/tests"
24276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24277 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24278 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24279
24280 ALL_MAKEFILES="$ALL_MAKEFILES \\
24281         dlls/d3dx9_24/Makefile"
24282 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24283         d3dx9_24"
24284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24285 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24286 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24287
24288 ALL_MAKEFILES="$ALL_MAKEFILES \\
24289         dlls/d3dx9_25/Makefile"
24290 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24291         d3dx9_25"
24292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24293 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24294 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24295
24296 ALL_MAKEFILES="$ALL_MAKEFILES \\
24297         dlls/d3dx9_26/Makefile"
24298 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24299         d3dx9_26"
24300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24301 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24302 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24303
24304 ALL_MAKEFILES="$ALL_MAKEFILES \\
24305         dlls/d3dx9_27/Makefile"
24306 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24307         d3dx9_27"
24308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24309 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24310 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24311
24312 ALL_MAKEFILES="$ALL_MAKEFILES \\
24313         dlls/d3dx9_28/Makefile"
24314 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24315         d3dx9_28"
24316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24317 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24318 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24319
24320 ALL_MAKEFILES="$ALL_MAKEFILES \\
24321         dlls/d3dx9_29/Makefile"
24322 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24323         d3dx9_29"
24324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24325 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24326 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24327
24328 ALL_MAKEFILES="$ALL_MAKEFILES \\
24329         dlls/d3dx9_30/Makefile"
24330 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24331         d3dx9_30"
24332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24333 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24334 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24335
24336 ALL_MAKEFILES="$ALL_MAKEFILES \\
24337         dlls/d3dx9_31/Makefile"
24338 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24339         d3dx9_31"
24340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24341 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24342 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24343
24344 ALL_MAKEFILES="$ALL_MAKEFILES \\
24345         dlls/d3dx9_32/Makefile"
24346 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24347         d3dx9_32"
24348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24349 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24350 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24351
24352 ALL_MAKEFILES="$ALL_MAKEFILES \\
24353         dlls/d3dx9_33/Makefile"
24354 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24355         d3dx9_33"
24356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24357 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24358 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24359
24360 ALL_MAKEFILES="$ALL_MAKEFILES \\
24361         dlls/d3dx9_34/Makefile"
24362 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24363         d3dx9_34"
24364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24365 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24366 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24367
24368 ALL_MAKEFILES="$ALL_MAKEFILES \\
24369         dlls/d3dx9_35/Makefile"
24370 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24371         d3dx9_35"
24372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24373 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24374 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24375
24376 ALL_MAKEFILES="$ALL_MAKEFILES \\
24377         dlls/d3dx9_36/Makefile"
24378 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24379         d3dx9_36"
24380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24381 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24382 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24383
24384 ALL_MAKEFILES="$ALL_MAKEFILES \\
24385         dlls/d3dx9_36/tests/Makefile"
24386 test "x$enable_d3dx9_36_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24387         d3dx9_36/tests"
24388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24389 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24390 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24391
24392 ALL_MAKEFILES="$ALL_MAKEFILES \\
24393         dlls/d3dx9_37/Makefile"
24394 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24395         d3dx9_37"
24396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24397 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24398 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24399
24400 ALL_MAKEFILES="$ALL_MAKEFILES \\
24401         dlls/d3dxof/Makefile"
24402 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24403         d3dxof"
24404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24405 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24406 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24407
24408 ALL_MAKEFILES="$ALL_MAKEFILES \\
24409         dlls/d3dxof/tests/Makefile"
24410 test "x$enable_d3dxof_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24411         d3dxof/tests"
24412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24413 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24414 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24415
24416 ALL_MAKEFILES="$ALL_MAKEFILES \\
24417         dlls/dbghelp/Makefile"
24418 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24419         dbghelp"
24420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24421 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24422 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24423
24424 ALL_MAKEFILES="$ALL_MAKEFILES \\
24425         dlls/dciman32/Makefile"
24426 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24427         dciman32"
24428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24429 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24430 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24431
24432 ALL_MAKEFILES="$ALL_MAKEFILES \\
24433         dlls/ddraw/Makefile"
24434 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24435         ddraw"
24436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24437 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24438 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24439
24440 ALL_MAKEFILES="$ALL_MAKEFILES \\
24441         dlls/ddraw/tests/Makefile"
24442 test "x$enable_ddraw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24443         ddraw/tests"
24444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24445 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24446 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24447
24448 ALL_MAKEFILES="$ALL_MAKEFILES \\
24449         dlls/ddrawex/Makefile"
24450 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24451         ddrawex"
24452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24453 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24454 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24455
24456 ALL_MAKEFILES="$ALL_MAKEFILES \\
24457         dlls/devenum/Makefile"
24458 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24459         devenum"
24460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24461 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24462 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24463
24464 ALL_MAKEFILES="$ALL_MAKEFILES \\
24465         dlls/dinput/Makefile"
24466 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24467         dinput"
24468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24469 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24470 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24471
24472 ALL_MAKEFILES="$ALL_MAKEFILES \\
24473         dlls/dinput/tests/Makefile"
24474 test "x$enable_dinput_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24475         dinput/tests"
24476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24477 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24478 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24479
24480 ALL_MAKEFILES="$ALL_MAKEFILES \\
24481         dlls/dinput8/Makefile"
24482 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24483         dinput8"
24484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24485 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24486 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24487
24488 ALL_MAKEFILES="$ALL_MAKEFILES \\
24489         dlls/dmband/Makefile"
24490 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24491         dmband"
24492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24493 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
24494 ac_config_files="$ac_config_files dlls/dmband/Makefile"
24495
24496 ALL_MAKEFILES="$ALL_MAKEFILES \\
24497         dlls/dmcompos/Makefile"
24498 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24499         dmcompos"
24500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24501 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
24502 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
24503
24504 ALL_MAKEFILES="$ALL_MAKEFILES \\
24505         dlls/dmime/Makefile"
24506 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24507         dmime"
24508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24509 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
24510 ac_config_files="$ac_config_files dlls/dmime/Makefile"
24511
24512 ALL_MAKEFILES="$ALL_MAKEFILES \\
24513         dlls/dmloader/Makefile"
24514 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24515         dmloader"
24516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24517 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
24518 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
24519
24520 ALL_MAKEFILES="$ALL_MAKEFILES \\
24521         dlls/dmscript/Makefile"
24522 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24523         dmscript"
24524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24525 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
24526 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
24527
24528 ALL_MAKEFILES="$ALL_MAKEFILES \\
24529         dlls/dmstyle/Makefile"
24530 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24531         dmstyle"
24532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24533 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
24534 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
24535
24536 ALL_MAKEFILES="$ALL_MAKEFILES \\
24537         dlls/dmsynth/Makefile"
24538 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24539         dmsynth"
24540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24541 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
24542 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
24543
24544 ALL_MAKEFILES="$ALL_MAKEFILES \\
24545         dlls/dmusic/Makefile"
24546 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24547         dmusic"
24548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24549 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
24550 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
24551
24552 ALL_MAKEFILES="$ALL_MAKEFILES \\
24553         dlls/dmusic32/Makefile"
24554 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24555         dmusic32"
24556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24557 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
24558 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
24559
24560 ALL_MAKEFILES="$ALL_MAKEFILES \\
24561         dlls/dnsapi/Makefile"
24562 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24563         dnsapi"
24564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24565 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
24566 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
24567
24568 ALL_MAKEFILES="$ALL_MAKEFILES \\
24569         dlls/dnsapi/tests/Makefile"
24570 test "x$enable_dnsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24571         dnsapi/tests"
24572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24573 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
24574 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
24575
24576 ALL_MAKEFILES="$ALL_MAKEFILES \\
24577         dlls/dplay/Makefile"
24578 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24579         dplay"
24580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24581 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
24582 ac_config_files="$ac_config_files dlls/dplay/Makefile"
24583
24584 ALL_MAKEFILES="$ALL_MAKEFILES \\
24585         dlls/dplayx/Makefile"
24586 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24587         dplayx"
24588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24589 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
24590 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
24591
24592 ALL_MAKEFILES="$ALL_MAKEFILES \\
24593         dlls/dplayx/tests/Makefile"
24594 test "x$enable_dplayx_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24595         dplayx/tests"
24596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24597 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
24598 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
24599
24600 ALL_MAKEFILES="$ALL_MAKEFILES \\
24601         dlls/dpnaddr/Makefile"
24602 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24603         dpnaddr"
24604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24605 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
24606 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
24607
24608 ALL_MAKEFILES="$ALL_MAKEFILES \\
24609         dlls/dpnet/Makefile"
24610 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24611         dpnet"
24612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24613 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
24614 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
24615
24616 ALL_MAKEFILES="$ALL_MAKEFILES \\
24617         dlls/dpnhpast/Makefile"
24618 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24619         dpnhpast"
24620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24621 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
24622 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
24623
24624 ALL_MAKEFILES="$ALL_MAKEFILES \\
24625         dlls/dpnlobby/Makefile"
24626 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24627         dpnlobby"
24628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24629 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
24630 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
24631
24632 ALL_MAKEFILES="$ALL_MAKEFILES \\
24633         dlls/dpwsockx/Makefile"
24634 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24635         dpwsockx"
24636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24637 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
24638 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
24639
24640 ALL_MAKEFILES="$ALL_MAKEFILES \\
24641         dlls/dsound/Makefile"
24642 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24643         dsound"
24644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24645 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
24646 ac_config_files="$ac_config_files dlls/dsound/Makefile"
24647
24648 ALL_MAKEFILES="$ALL_MAKEFILES \\
24649         dlls/dsound/tests/Makefile"
24650 test "x$enable_dsound_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24651         dsound/tests"
24652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24653 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
24654 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
24655
24656 ALL_MAKEFILES="$ALL_MAKEFILES \\
24657         dlls/dssenh/Makefile"
24658 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24659         dssenh"
24660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24661 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
24662 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
24663
24664 ALL_MAKEFILES="$ALL_MAKEFILES \\
24665         dlls/dswave/Makefile"
24666 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24667         dswave"
24668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24669 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
24670 ac_config_files="$ac_config_files dlls/dswave/Makefile"
24671
24672 ALL_MAKEFILES="$ALL_MAKEFILES \\
24673         dlls/dwmapi/Makefile"
24674 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24675         dwmapi"
24676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24677 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
24678 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
24679
24680 ALL_MAKEFILES="$ALL_MAKEFILES \\
24681         dlls/dxdiagn/Makefile"
24682 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24683         dxdiagn"
24684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24685 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
24686 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
24687
24688 ALL_MAKEFILES="$ALL_MAKEFILES \\
24689         dlls/dxerr8/Makefile"
24690 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24691         dxerr8"
24692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24693 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
24694 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
24695
24696 ALL_MAKEFILES="$ALL_MAKEFILES \\
24697         dlls/dxerr9/Makefile"
24698 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24699         dxerr9"
24700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24701 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
24702 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
24703
24704 ALL_MAKEFILES="$ALL_MAKEFILES \\
24705         dlls/dxgi/Makefile"
24706 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24707         dxgi"
24708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24709 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
24710 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
24711
24712 ALL_MAKEFILES="$ALL_MAKEFILES \\
24713         dlls/dxgi/tests/Makefile"
24714 test "x$enable_dxgi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24715         dxgi/tests"
24716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24717 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
24718 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
24719
24720 ALL_MAKEFILES="$ALL_MAKEFILES \\
24721         dlls/dxguid/Makefile"
24722 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24723         dxguid"
24724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24725 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
24726 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
24727
24728 ALL_MAKEFILES="$ALL_MAKEFILES \\
24729         dlls/faultrep/Makefile"
24730 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24731         faultrep"
24732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24733 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
24734 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
24735
24736 ALL_MAKEFILES="$ALL_MAKEFILES \\
24737         dlls/fusion/Makefile"
24738 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24739         fusion"
24740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24741 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
24742 ac_config_files="$ac_config_files dlls/fusion/Makefile"
24743
24744 ALL_MAKEFILES="$ALL_MAKEFILES \\
24745         dlls/fusion/tests/Makefile"
24746 test "x$enable_fusion_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24747         fusion/tests"
24748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24749 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
24750 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
24751
24752 ALL_MAKEFILES="$ALL_MAKEFILES \\
24753         dlls/gdi32/Makefile"
24754 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24755         gdi32"
24756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24757 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
24758 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
24759
24760 ALL_MAKEFILES="$ALL_MAKEFILES \\
24761         dlls/gdi32/tests/Makefile"
24762 test "x$enable_gdi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24763         gdi32/tests"
24764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24765 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
24766 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
24767
24768 ALL_MAKEFILES="$ALL_MAKEFILES \\
24769         dlls/gdiplus/Makefile"
24770 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24771         gdiplus"
24772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24773 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
24774 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
24775
24776 ALL_MAKEFILES="$ALL_MAKEFILES \\
24777         dlls/gdiplus/tests/Makefile"
24778 test "x$enable_gdiplus_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24779         gdiplus/tests"
24780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24781 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
24782 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
24783
24784 ALL_MAKEFILES="$ALL_MAKEFILES \\
24785         dlls/glu32/Makefile"
24786 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24787         glu32"
24788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24789 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
24790 ac_config_files="$ac_config_files dlls/glu32/Makefile"
24791
24792 ALL_MAKEFILES="$ALL_MAKEFILES \\
24793         dlls/gphoto2.ds/Makefile"
24794 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24795         gphoto2.ds"
24796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24797 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
24798 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
24799
24800 ALL_MAKEFILES="$ALL_MAKEFILES \\
24801         dlls/gpkcsp/Makefile"
24802 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24803         gpkcsp"
24804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24805 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
24806 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
24807
24808 ALL_MAKEFILES="$ALL_MAKEFILES \\
24809         dlls/hal/Makefile"
24810 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24811         hal"
24812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24813 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
24814 ac_config_files="$ac_config_files dlls/hal/Makefile"
24815
24816 ALL_MAKEFILES="$ALL_MAKEFILES \\
24817         dlls/hhctrl.ocx/Makefile"
24818 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24819         hhctrl.ocx"
24820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24821 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
24822 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
24823
24824 ALL_MAKEFILES="$ALL_MAKEFILES \\
24825         dlls/hid/Makefile"
24826 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24827         hid"
24828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24829 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
24830 ac_config_files="$ac_config_files dlls/hid/Makefile"
24831
24832 ALL_MAKEFILES="$ALL_MAKEFILES \\
24833         dlls/hlink/Makefile"
24834 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24835         hlink"
24836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24837 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
24838 ac_config_files="$ac_config_files dlls/hlink/Makefile"
24839
24840 ALL_MAKEFILES="$ALL_MAKEFILES \\
24841         dlls/hlink/tests/Makefile"
24842 test "x$enable_hlink_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24843         hlink/tests"
24844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24845 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
24846 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
24847
24848 ALL_MAKEFILES="$ALL_MAKEFILES \\
24849         dlls/hnetcfg/Makefile"
24850 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24851         hnetcfg"
24852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24853 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
24854 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
24855
24856 ALL_MAKEFILES="$ALL_MAKEFILES \\
24857         dlls/iccvid/Makefile"
24858 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24859         iccvid"
24860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24861 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
24862 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
24863
24864 ALL_MAKEFILES="$ALL_MAKEFILES \\
24865         dlls/icmp/Makefile"
24866 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24867         icmp"
24868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24869 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
24870 ac_config_files="$ac_config_files dlls/icmp/Makefile"
24871
24872 ALL_MAKEFILES="$ALL_MAKEFILES \\
24873         dlls/ifsmgr.vxd/Makefile"
24874 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24875         ifsmgr.vxd"
24876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24877 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
24878 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
24879
24880 ALL_MAKEFILES="$ALL_MAKEFILES \\
24881         dlls/imaadp32.acm/Makefile"
24882 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24883         imaadp32.acm"
24884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24885 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
24886 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
24887
24888 ALL_MAKEFILES="$ALL_MAKEFILES \\
24889         dlls/imagehlp/Makefile"
24890 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24891         imagehlp"
24892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24893 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
24894 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
24895
24896 ALL_MAKEFILES="$ALL_MAKEFILES \\
24897         dlls/imm32/Makefile"
24898 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24899         imm32"
24900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24901 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
24902 ac_config_files="$ac_config_files dlls/imm32/Makefile"
24903
24904 ALL_MAKEFILES="$ALL_MAKEFILES \\
24905         dlls/imm32/tests/Makefile"
24906 test "x$enable_imm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24907         imm32/tests"
24908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24909 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
24910 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
24911
24912 ALL_MAKEFILES="$ALL_MAKEFILES \\
24913         dlls/inetcomm/Makefile"
24914 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24915         inetcomm"
24916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24917 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
24918 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
24919
24920 ALL_MAKEFILES="$ALL_MAKEFILES \\
24921         dlls/inetcomm/tests/Makefile"
24922 test "x$enable_inetcomm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24923         inetcomm/tests"
24924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24925 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
24926 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
24927
24928 ALL_MAKEFILES="$ALL_MAKEFILES \\
24929         dlls/inetmib1/Makefile"
24930 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24931         inetmib1"
24932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24933 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
24934 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
24935
24936 ALL_MAKEFILES="$ALL_MAKEFILES \\
24937         dlls/inetmib1/tests/Makefile"
24938 test "x$enable_inetmib1_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24939         inetmib1/tests"
24940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24941 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
24942 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
24943
24944 ALL_MAKEFILES="$ALL_MAKEFILES \\
24945         dlls/infosoft/Makefile"
24946 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24947         infosoft"
24948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24949 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
24950 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
24951
24952 ALL_MAKEFILES="$ALL_MAKEFILES \\
24953         dlls/infosoft/tests/Makefile"
24954 test "x$enable_infosoft_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24955         infosoft/tests"
24956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24957 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
24958 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
24959
24960 ALL_MAKEFILES="$ALL_MAKEFILES \\
24961         dlls/initpki/Makefile"
24962 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24963         initpki"
24964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24965 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
24966 ac_config_files="$ac_config_files dlls/initpki/Makefile"
24967
24968 ALL_MAKEFILES="$ALL_MAKEFILES \\
24969         dlls/inkobj/Makefile"
24970 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24971         inkobj"
24972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24973 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
24974 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
24975
24976 ALL_MAKEFILES="$ALL_MAKEFILES \\
24977         dlls/inseng/Makefile"
24978 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24979         inseng"
24980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24981 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
24982 ac_config_files="$ac_config_files dlls/inseng/Makefile"
24983
24984 ALL_MAKEFILES="$ALL_MAKEFILES \\
24985         dlls/iphlpapi/Makefile"
24986 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24987         iphlpapi"
24988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24989 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
24990 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
24991
24992 ALL_MAKEFILES="$ALL_MAKEFILES \\
24993         dlls/iphlpapi/tests/Makefile"
24994 test "x$enable_iphlpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24995         iphlpapi/tests"
24996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24997 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
24998 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
24999
25000 ALL_MAKEFILES="$ALL_MAKEFILES \\
25001         dlls/itircl/Makefile"
25002 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25003         itircl"
25004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25005 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25006 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25007
25008 ALL_MAKEFILES="$ALL_MAKEFILES \\
25009         dlls/itss/Makefile"
25010 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25011         itss"
25012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25013 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25014 ac_config_files="$ac_config_files dlls/itss/Makefile"
25015
25016 ALL_MAKEFILES="$ALL_MAKEFILES \\
25017         dlls/itss/tests/Makefile"
25018 test "x$enable_itss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25019         itss/tests"
25020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25021 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25022 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25023
25024 ALL_MAKEFILES="$ALL_MAKEFILES \\
25025         dlls/jscript/Makefile"
25026 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25027         jscript"
25028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25029 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25030 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25031
25032 ALL_MAKEFILES="$ALL_MAKEFILES \\
25033         dlls/jscript/tests/Makefile"
25034 test "x$enable_jscript_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25035         jscript/tests"
25036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25037 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25038 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25039
25040 ALL_MAKEFILES="$ALL_MAKEFILES \\
25041         dlls/kernel32/Makefile"
25042 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25043         kernel32"
25044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25045 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25046 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25047
25048 ALL_MAKEFILES="$ALL_MAKEFILES \\
25049         dlls/kernel32/tests/Makefile"
25050 test "x$enable_kernel32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25051         kernel32/tests"
25052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25053 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25054 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25055
25056 ALL_MAKEFILES="$ALL_MAKEFILES \\
25057         dlls/localspl/Makefile"
25058 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25059         localspl"
25060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25061 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25062 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25063
25064 ALL_MAKEFILES="$ALL_MAKEFILES \\
25065         dlls/localspl/tests/Makefile"
25066 test "x$enable_localspl_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25067         localspl/tests"
25068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25069 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25070 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25071
25072 ALL_MAKEFILES="$ALL_MAKEFILES \\
25073         dlls/localui/Makefile"
25074 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25075         localui"
25076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25077 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25078 ac_config_files="$ac_config_files dlls/localui/Makefile"
25079
25080 ALL_MAKEFILES="$ALL_MAKEFILES \\
25081         dlls/localui/tests/Makefile"
25082 test "x$enable_localui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25083         localui/tests"
25084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25085 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25086 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25087
25088 ALL_MAKEFILES="$ALL_MAKEFILES \\
25089         dlls/lz32/Makefile"
25090 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25091         lz32"
25092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25093 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25094 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25095
25096 ALL_MAKEFILES="$ALL_MAKEFILES \\
25097         dlls/lz32/tests/Makefile"
25098 test "x$enable_lz32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25099         lz32/tests"
25100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25101 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25102 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25103
25104 ALL_MAKEFILES="$ALL_MAKEFILES \\
25105         dlls/mapi32/Makefile"
25106 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25107         mapi32"
25108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25109 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25110 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25111
25112 ALL_MAKEFILES="$ALL_MAKEFILES \\
25113         dlls/mapi32/tests/Makefile"
25114 test "x$enable_mapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25115         mapi32/tests"
25116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25117 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25118 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25119
25120 ALL_MAKEFILES="$ALL_MAKEFILES \\
25121         dlls/mciavi32/Makefile"
25122 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25123         mciavi32"
25124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25125 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25126 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25127
25128 ALL_MAKEFILES="$ALL_MAKEFILES \\
25129         dlls/mcicda/Makefile"
25130 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25131         mcicda"
25132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25133 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25134 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25135
25136 ALL_MAKEFILES="$ALL_MAKEFILES \\
25137         dlls/mciseq/Makefile"
25138 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25139         mciseq"
25140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25141 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25142 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25143
25144 ALL_MAKEFILES="$ALL_MAKEFILES \\
25145         dlls/mciwave/Makefile"
25146 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25147         mciwave"
25148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25149 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25150 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25151
25152 ALL_MAKEFILES="$ALL_MAKEFILES \\
25153         dlls/midimap/Makefile"
25154 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25155         midimap"
25156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25157 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25158 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25159
25160 ALL_MAKEFILES="$ALL_MAKEFILES \\
25161         dlls/mlang/Makefile"
25162 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25163         mlang"
25164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25165 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25166 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25167
25168 ALL_MAKEFILES="$ALL_MAKEFILES \\
25169         dlls/mlang/tests/Makefile"
25170 test "x$enable_mlang_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25171         mlang/tests"
25172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25173 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25174 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25175
25176 ALL_MAKEFILES="$ALL_MAKEFILES \\
25177         dlls/mmdevldr.vxd/Makefile"
25178 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25179         mmdevldr.vxd"
25180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25181 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25182 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25183
25184 ALL_MAKEFILES="$ALL_MAKEFILES \\
25185         dlls/monodebg.vxd/Makefile"
25186 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25187         monodebg.vxd"
25188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25189 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25190 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25191
25192 ALL_MAKEFILES="$ALL_MAKEFILES \\
25193         dlls/mountmgr.sys/Makefile"
25194 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25195         mountmgr.sys"
25196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25197 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25198 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25199
25200 ALL_MAKEFILES="$ALL_MAKEFILES \\
25201         dlls/mpr/Makefile"
25202 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25203         mpr"
25204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25205 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25206 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25207
25208 ALL_MAKEFILES="$ALL_MAKEFILES \\
25209         dlls/mprapi/Makefile"
25210 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25211         mprapi"
25212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25213 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25214 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25215
25216 ALL_MAKEFILES="$ALL_MAKEFILES \\
25217         dlls/msacm32.drv/Makefile"
25218 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25219         msacm32.drv"
25220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25221 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25222 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25223
25224 ALL_MAKEFILES="$ALL_MAKEFILES \\
25225         dlls/msacm32/Makefile"
25226 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25227         msacm32"
25228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25229 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25230 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25231
25232 ALL_MAKEFILES="$ALL_MAKEFILES \\
25233         dlls/msacm32/tests/Makefile"
25234 test "x$enable_msacm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25235         msacm32/tests"
25236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25237 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25238 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25239
25240 ALL_MAKEFILES="$ALL_MAKEFILES \\
25241         dlls/msadp32.acm/Makefile"
25242 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25243         msadp32.acm"
25244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25245 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25246 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25247
25248 ALL_MAKEFILES="$ALL_MAKEFILES \\
25249         dlls/mscat32/Makefile"
25250 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25251         mscat32"
25252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25253 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25254 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25255
25256 ALL_MAKEFILES="$ALL_MAKEFILES \\
25257         dlls/mscms/Makefile"
25258 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25259         mscms"
25260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25261 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25262 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25263
25264 ALL_MAKEFILES="$ALL_MAKEFILES \\
25265         dlls/mscms/tests/Makefile"
25266 test "x$enable_mscms_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25267         mscms/tests"
25268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25269 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25270 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25271
25272 ALL_MAKEFILES="$ALL_MAKEFILES \\
25273         dlls/mscoree/Makefile"
25274 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25275         mscoree"
25276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25277 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25278 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25279
25280 ALL_MAKEFILES="$ALL_MAKEFILES \\
25281         dlls/msdmo/Makefile"
25282 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25283         msdmo"
25284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25285 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25286 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25287
25288 ALL_MAKEFILES="$ALL_MAKEFILES \\
25289         dlls/msftedit/Makefile"
25290 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25291         msftedit"
25292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25293 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25294 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25295
25296 ALL_MAKEFILES="$ALL_MAKEFILES \\
25297         dlls/msg711.acm/Makefile"
25298 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25299         msg711.acm"
25300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25301 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25302 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25303
25304 ALL_MAKEFILES="$ALL_MAKEFILES \\
25305         dlls/mshtml.tlb/Makefile"
25306 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25307         mshtml.tlb"
25308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25309 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25310 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25311
25312 ALL_MAKEFILES="$ALL_MAKEFILES \\
25313         dlls/mshtml/Makefile"
25314 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25315         mshtml"
25316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25317 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25318 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25319
25320 ALL_MAKEFILES="$ALL_MAKEFILES \\
25321         dlls/mshtml/tests/Makefile"
25322 test "x$enable_mshtml_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25323         mshtml/tests"
25324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25325 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25326 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25327
25328 ALL_MAKEFILES="$ALL_MAKEFILES \\
25329         dlls/msi/Makefile"
25330 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25331         msi"
25332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25333 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25334 ac_config_files="$ac_config_files dlls/msi/Makefile"
25335
25336 ALL_MAKEFILES="$ALL_MAKEFILES \\
25337         dlls/msi/tests/Makefile"
25338 test "x$enable_msi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25339         msi/tests"
25340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25341 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25342 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25343
25344 ALL_MAKEFILES="$ALL_MAKEFILES \\
25345         dlls/msimg32/Makefile"
25346 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25347         msimg32"
25348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25349 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25350 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25351
25352 ALL_MAKEFILES="$ALL_MAKEFILES \\
25353         dlls/msimtf/Makefile"
25354 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25355         msimtf"
25356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25357 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25358 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25359
25360 ALL_MAKEFILES="$ALL_MAKEFILES \\
25361         dlls/msisip/Makefile"
25362 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25363         msisip"
25364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25365 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25366 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25367
25368 ALL_MAKEFILES="$ALL_MAKEFILES \\
25369         dlls/msisys.ocx/Makefile"
25370 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25371         msisys.ocx"
25372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25373 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25374 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25375
25376 ALL_MAKEFILES="$ALL_MAKEFILES \\
25377         dlls/msnet32/Makefile"
25378 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25379         msnet32"
25380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25381 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25382 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25383
25384 ALL_MAKEFILES="$ALL_MAKEFILES \\
25385         dlls/msrle32/Makefile"
25386 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25387         msrle32"
25388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25389 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25390 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25391
25392 ALL_MAKEFILES="$ALL_MAKEFILES \\
25393         dlls/mssip32/Makefile"
25394 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25395         mssip32"
25396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25397 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25398 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25399
25400 ALL_MAKEFILES="$ALL_MAKEFILES \\
25401         dlls/mstask/Makefile"
25402 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25403         mstask"
25404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25405 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25406 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25407
25408 ALL_MAKEFILES="$ALL_MAKEFILES \\
25409         dlls/mstask/tests/Makefile"
25410 test "x$enable_mstask_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25411         mstask/tests"
25412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25413 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25414 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25415
25416 ALL_MAKEFILES="$ALL_MAKEFILES \\
25417         dlls/msvcirt/Makefile"
25418 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25419         msvcirt"
25420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25421 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25422 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25423
25424 ALL_MAKEFILES="$ALL_MAKEFILES \\
25425         dlls/msvcr71/Makefile"
25426 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25427         msvcr71"
25428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25429 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25430 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25431
25432 ALL_MAKEFILES="$ALL_MAKEFILES \\
25433         dlls/msvcrt/Makefile"
25434 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25435         msvcrt"
25436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25437 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
25438 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
25439
25440 ALL_MAKEFILES="$ALL_MAKEFILES \\
25441         dlls/msvcrt/tests/Makefile"
25442 test "x$enable_msvcrt_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25443         msvcrt/tests"
25444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25445 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
25446 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
25447
25448 ALL_MAKEFILES="$ALL_MAKEFILES \\
25449         dlls/msvcrt20/Makefile"
25450 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25451         msvcrt20"
25452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25453 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
25454 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
25455
25456 ALL_MAKEFILES="$ALL_MAKEFILES \\
25457         dlls/msvcrt40/Makefile"
25458 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25459         msvcrt40"
25460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25461 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
25462 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
25463
25464 ALL_MAKEFILES="$ALL_MAKEFILES \\
25465         dlls/msvcrtd/Makefile"
25466 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25467         msvcrtd"
25468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25469 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
25470 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
25471
25472 ALL_MAKEFILES="$ALL_MAKEFILES \\
25473         dlls/msvcrtd/tests/Makefile"
25474 test "x$enable_msvcrtd_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25475         msvcrtd/tests"
25476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25477 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
25478 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
25479
25480 ALL_MAKEFILES="$ALL_MAKEFILES \\
25481         dlls/msvfw32/Makefile"
25482 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25483         msvfw32"
25484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25485 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
25486 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
25487
25488 ALL_MAKEFILES="$ALL_MAKEFILES \\
25489         dlls/msvidc32/Makefile"
25490 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25491         msvidc32"
25492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25493 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
25494 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
25495
25496 ALL_MAKEFILES="$ALL_MAKEFILES \\
25497         dlls/mswsock/Makefile"
25498 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25499         mswsock"
25500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25501 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
25502 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
25503
25504 ALL_MAKEFILES="$ALL_MAKEFILES \\
25505         dlls/msxml3/Makefile"
25506 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25507         msxml3"
25508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25509 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
25510 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
25511
25512 ALL_MAKEFILES="$ALL_MAKEFILES \\
25513         dlls/msxml3/tests/Makefile"
25514 test "x$enable_msxml3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25515         msxml3/tests"
25516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25517 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
25518 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
25519
25520 ALL_MAKEFILES="$ALL_MAKEFILES \\
25521         dlls/nddeapi/Makefile"
25522 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25523         nddeapi"
25524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25525 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
25526 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
25527
25528 ALL_MAKEFILES="$ALL_MAKEFILES \\
25529         dlls/netapi32/Makefile"
25530 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25531         netapi32"
25532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25533 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
25534 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
25535
25536 ALL_MAKEFILES="$ALL_MAKEFILES \\
25537         dlls/netapi32/tests/Makefile"
25538 test "x$enable_netapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25539         netapi32/tests"
25540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25541 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
25542 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
25543
25544 ALL_MAKEFILES="$ALL_MAKEFILES \\
25545         dlls/newdev/Makefile"
25546 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25547         newdev"
25548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25549 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
25550 ac_config_files="$ac_config_files dlls/newdev/Makefile"
25551
25552 ALL_MAKEFILES="$ALL_MAKEFILES \\
25553         dlls/ntdll/Makefile"
25554 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25555         ntdll"
25556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25557 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
25558 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
25559
25560 ALL_MAKEFILES="$ALL_MAKEFILES \\
25561         dlls/ntdll/tests/Makefile"
25562 test "x$enable_ntdll_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25563         ntdll/tests"
25564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25565 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
25566 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
25567
25568 ALL_MAKEFILES="$ALL_MAKEFILES \\
25569         dlls/ntdsapi/Makefile"
25570 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25571         ntdsapi"
25572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25573 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
25574 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
25575
25576 ALL_MAKEFILES="$ALL_MAKEFILES \\
25577         dlls/ntdsapi/tests/Makefile"
25578 test "x$enable_ntdsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25579         ntdsapi/tests"
25580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25581 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
25582 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
25583
25584 ALL_MAKEFILES="$ALL_MAKEFILES \\
25585         dlls/ntoskrnl.exe/Makefile"
25586 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25587         ntoskrnl.exe"
25588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25589 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
25590 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
25591
25592 ALL_MAKEFILES="$ALL_MAKEFILES \\
25593         dlls/ntprint/Makefile"
25594 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25595         ntprint"
25596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25597 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
25598 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
25599
25600 ALL_MAKEFILES="$ALL_MAKEFILES \\
25601         dlls/ntprint/tests/Makefile"
25602 test "x$enable_ntprint_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25603         ntprint/tests"
25604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25605 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
25606 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
25607
25608 ALL_MAKEFILES="$ALL_MAKEFILES \\
25609         dlls/objsel/Makefile"
25610 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25611         objsel"
25612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25613 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
25614 ac_config_files="$ac_config_files dlls/objsel/Makefile"
25615
25616 ALL_MAKEFILES="$ALL_MAKEFILES \\
25617         dlls/odbc32/Makefile"
25618 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25619         odbc32"
25620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25621 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
25622 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
25623
25624 ALL_MAKEFILES="$ALL_MAKEFILES \\
25625         dlls/odbccp32/Makefile"
25626 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25627         odbccp32"
25628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25629 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
25630 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
25631
25632 ALL_MAKEFILES="$ALL_MAKEFILES \\
25633         dlls/odbccp32/tests/Makefile"
25634 test "x$enable_odbccp32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25635         odbccp32/tests"
25636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25637 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
25638 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
25639
25640 ALL_MAKEFILES="$ALL_MAKEFILES \\
25641         dlls/ole32/Makefile"
25642 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25643         ole32"
25644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25645 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
25646 ac_config_files="$ac_config_files dlls/ole32/Makefile"
25647
25648 ALL_MAKEFILES="$ALL_MAKEFILES \\
25649         dlls/ole32/tests/Makefile"
25650 test "x$enable_ole32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25651         ole32/tests"
25652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25653 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
25654 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
25655
25656 ALL_MAKEFILES="$ALL_MAKEFILES \\
25657         dlls/oleacc/Makefile"
25658 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25659         oleacc"
25660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25661 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
25662 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
25663
25664 ALL_MAKEFILES="$ALL_MAKEFILES \\
25665         dlls/oleacc/tests/Makefile"
25666 test "x$enable_oleacc_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25667         oleacc/tests"
25668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25669 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
25670 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
25671
25672 ALL_MAKEFILES="$ALL_MAKEFILES \\
25673         dlls/oleaut32/Makefile"
25674 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25675         oleaut32"
25676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25677 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
25678 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
25679
25680 ALL_MAKEFILES="$ALL_MAKEFILES \\
25681         dlls/oleaut32/tests/Makefile"
25682 test "x$enable_oleaut32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25683         oleaut32/tests"
25684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25685 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
25686 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
25687
25688 ALL_MAKEFILES="$ALL_MAKEFILES \\
25689         dlls/olecli32/Makefile"
25690 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25691         olecli32"
25692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25693 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
25694 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
25695
25696 ALL_MAKEFILES="$ALL_MAKEFILES \\
25697         dlls/oledlg/Makefile"
25698 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25699         oledlg"
25700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25701 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
25702 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
25703
25704 ALL_MAKEFILES="$ALL_MAKEFILES \\
25705         dlls/olepro32/Makefile"
25706 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25707         olepro32"
25708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25709 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
25710 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
25711
25712 ALL_MAKEFILES="$ALL_MAKEFILES \\
25713         dlls/olesvr32/Makefile"
25714 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25715         olesvr32"
25716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25717 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
25718 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
25719
25720 ALL_MAKEFILES="$ALL_MAKEFILES \\
25721         dlls/olethk32/Makefile"
25722 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25723         olethk32"
25724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25725 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
25726 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
25727
25728 ALL_MAKEFILES="$ALL_MAKEFILES \\
25729         dlls/opengl32/Makefile"
25730 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25731         opengl32"
25732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25733 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
25734 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
25735
25736 ALL_MAKEFILES="$ALL_MAKEFILES \\
25737         dlls/opengl32/tests/Makefile"
25738 test "x$enable_opengl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25739         opengl32/tests"
25740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25741 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
25742 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
25743
25744 ALL_MAKEFILES="$ALL_MAKEFILES \\
25745         dlls/pdh/Makefile"
25746 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25747         pdh"
25748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25749 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
25750 ac_config_files="$ac_config_files dlls/pdh/Makefile"
25751
25752 ALL_MAKEFILES="$ALL_MAKEFILES \\
25753         dlls/pdh/tests/Makefile"
25754 test "x$enable_pdh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25755         pdh/tests"
25756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25757 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
25758 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
25759
25760 ALL_MAKEFILES="$ALL_MAKEFILES \\
25761         dlls/powrprof/Makefile"
25762 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25763         powrprof"
25764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25765 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25766 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
25767
25768 ALL_MAKEFILES="$ALL_MAKEFILES \\
25769         dlls/printui/Makefile"
25770 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25771         printui"
25772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25773 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25774 ac_config_files="$ac_config_files dlls/printui/Makefile"
25775
25776 ALL_MAKEFILES="$ALL_MAKEFILES \\
25777         dlls/propsys/Makefile"
25778 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25779         propsys"
25780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25781 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
25782 ac_config_files="$ac_config_files dlls/propsys/Makefile"
25783
25784 ALL_MAKEFILES="$ALL_MAKEFILES \\
25785         dlls/psapi/Makefile"
25786 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25787         psapi"
25788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25789 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
25790 ac_config_files="$ac_config_files dlls/psapi/Makefile"
25791
25792 ALL_MAKEFILES="$ALL_MAKEFILES \\
25793         dlls/psapi/tests/Makefile"
25794 test "x$enable_psapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25795         psapi/tests"
25796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25797 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
25798 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
25799
25800 ALL_MAKEFILES="$ALL_MAKEFILES \\
25801         dlls/pstorec/Makefile"
25802 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25803         pstorec"
25804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25805 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
25806 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
25807
25808 ALL_MAKEFILES="$ALL_MAKEFILES \\
25809         dlls/qcap/Makefile"
25810 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25811         qcap"
25812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25813 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
25814 ac_config_files="$ac_config_files dlls/qcap/Makefile"
25815
25816 ALL_MAKEFILES="$ALL_MAKEFILES \\
25817         dlls/qedit/Makefile"
25818 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25819         qedit"
25820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25821 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
25822 ac_config_files="$ac_config_files dlls/qedit/Makefile"
25823
25824 ALL_MAKEFILES="$ALL_MAKEFILES \\
25825         dlls/qedit/tests/Makefile"
25826 test "x$enable_qedit_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25827         qedit/tests"
25828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25829 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
25830 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
25831
25832 ALL_MAKEFILES="$ALL_MAKEFILES \\
25833         dlls/qmgr/Makefile"
25834 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25835         qmgr"
25836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25837 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
25838 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
25839
25840 ALL_MAKEFILES="$ALL_MAKEFILES \\
25841         dlls/qmgr/tests/Makefile"
25842 test "x$enable_qmgr_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25843         qmgr/tests"
25844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25845 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
25846 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
25847
25848 ALL_MAKEFILES="$ALL_MAKEFILES \\
25849         dlls/qmgrprxy/Makefile"
25850 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25851         qmgrprxy"
25852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25853 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
25854 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
25855
25856 ALL_MAKEFILES="$ALL_MAKEFILES \\
25857         dlls/quartz/Makefile"
25858 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25859         quartz"
25860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25861 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
25862 ac_config_files="$ac_config_files dlls/quartz/Makefile"
25863
25864 ALL_MAKEFILES="$ALL_MAKEFILES \\
25865         dlls/quartz/tests/Makefile"
25866 test "x$enable_quartz_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25867         quartz/tests"
25868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25869 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
25870 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
25871
25872 ALL_MAKEFILES="$ALL_MAKEFILES \\
25873         dlls/query/Makefile"
25874 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25875         query"
25876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25877 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
25878 ac_config_files="$ac_config_files dlls/query/Makefile"
25879
25880 ALL_MAKEFILES="$ALL_MAKEFILES \\
25881         dlls/rasapi32/Makefile"
25882 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25883         rasapi32"
25884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25885 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
25886 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
25887
25888 ALL_MAKEFILES="$ALL_MAKEFILES \\
25889         dlls/rasapi32/tests/Makefile"
25890 test "x$enable_rasapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25891         rasapi32/tests"
25892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25893 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
25894 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
25895
25896 ALL_MAKEFILES="$ALL_MAKEFILES \\
25897         dlls/resutils/Makefile"
25898 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25899         resutils"
25900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25901 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
25902 ac_config_files="$ac_config_files dlls/resutils/Makefile"
25903
25904 ALL_MAKEFILES="$ALL_MAKEFILES \\
25905         dlls/riched20/Makefile"
25906 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25907         riched20"
25908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25909 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
25910 ac_config_files="$ac_config_files dlls/riched20/Makefile"
25911
25912 ALL_MAKEFILES="$ALL_MAKEFILES \\
25913         dlls/riched20/tests/Makefile"
25914 test "x$enable_riched20_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25915         riched20/tests"
25916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25917 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
25918 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
25919
25920 ALL_MAKEFILES="$ALL_MAKEFILES \\
25921         dlls/riched32/Makefile"
25922 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25923         riched32"
25924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25925 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
25926 ac_config_files="$ac_config_files dlls/riched32/Makefile"
25927
25928 ALL_MAKEFILES="$ALL_MAKEFILES \\
25929         dlls/riched32/tests/Makefile"
25930 test "x$enable_riched32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25931         riched32/tests"
25932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25933 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
25934 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
25935
25936 ALL_MAKEFILES="$ALL_MAKEFILES \\
25937         dlls/rpcrt4/Makefile"
25938 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25939         rpcrt4"
25940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25941 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
25942 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
25943
25944 ALL_MAKEFILES="$ALL_MAKEFILES \\
25945         dlls/rpcrt4/tests/Makefile"
25946 test "x$enable_rpcrt4_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25947         rpcrt4/tests"
25948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25949 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
25950 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
25951
25952 ALL_MAKEFILES="$ALL_MAKEFILES \\
25953         dlls/rsabase/Makefile"
25954 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25955         rsabase"
25956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25957 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
25958 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
25959
25960 ALL_MAKEFILES="$ALL_MAKEFILES \\
25961         dlls/rsaenh/Makefile"
25962 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25963         rsaenh"
25964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25965 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
25966 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
25967
25968 ALL_MAKEFILES="$ALL_MAKEFILES \\
25969         dlls/rsaenh/tests/Makefile"
25970 test "x$enable_rsaenh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25971         rsaenh/tests"
25972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25973 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
25974 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
25975
25976 ALL_MAKEFILES="$ALL_MAKEFILES \\
25977         dlls/sane.ds/Makefile"
25978 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25979         sane.ds"
25980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25981 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
25982 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
25983
25984 ALL_MAKEFILES="$ALL_MAKEFILES \\
25985         dlls/sccbase/Makefile"
25986 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25987         sccbase"
25988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25989 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
25990 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
25991
25992 ALL_MAKEFILES="$ALL_MAKEFILES \\
25993         dlls/schannel/Makefile"
25994 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25995         schannel"
25996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25997 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
25998 ac_config_files="$ac_config_files dlls/schannel/Makefile"
25999
26000 ALL_MAKEFILES="$ALL_MAKEFILES \\
26001         dlls/schannel/tests/Makefile"
26002 test "x$enable_schannel_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26003         schannel/tests"
26004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26005 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26006 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26007
26008 ALL_MAKEFILES="$ALL_MAKEFILES \\
26009         dlls/secur32/Makefile"
26010 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26011         secur32"
26012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26013 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26014 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26015
26016 ALL_MAKEFILES="$ALL_MAKEFILES \\
26017         dlls/secur32/tests/Makefile"
26018 test "x$enable_secur32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26019         secur32/tests"
26020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26021 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26022 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26023
26024 ALL_MAKEFILES="$ALL_MAKEFILES \\
26025         dlls/security/Makefile"
26026 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26027         security"
26028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26029 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26030 ac_config_files="$ac_config_files dlls/security/Makefile"
26031
26032 ALL_MAKEFILES="$ALL_MAKEFILES \\
26033         dlls/sensapi/Makefile"
26034 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26035         sensapi"
26036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26037 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26038 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26039
26040 ALL_MAKEFILES="$ALL_MAKEFILES \\
26041         dlls/serialui/Makefile"
26042 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26043         serialui"
26044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26045 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26046 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26047
26048 ALL_MAKEFILES="$ALL_MAKEFILES \\
26049         dlls/serialui/tests/Makefile"
26050 test "x$enable_serialui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26051         serialui/tests"
26052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26053 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26054 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26055
26056 ALL_MAKEFILES="$ALL_MAKEFILES \\
26057         dlls/setupapi/Makefile"
26058 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26059         setupapi"
26060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26061 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26062 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26063
26064 ALL_MAKEFILES="$ALL_MAKEFILES \\
26065         dlls/setupapi/tests/Makefile"
26066 test "x$enable_setupapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26067         setupapi/tests"
26068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26069 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26070 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26071
26072 ALL_MAKEFILES="$ALL_MAKEFILES \\
26073         dlls/sfc/Makefile"
26074 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26075         sfc"
26076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26077 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26078 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26079
26080 ALL_MAKEFILES="$ALL_MAKEFILES \\
26081         dlls/sfc_os/Makefile"
26082 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26083         sfc_os"
26084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26085 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26086 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26087
26088 ALL_MAKEFILES="$ALL_MAKEFILES \\
26089         dlls/shdoclc/Makefile"
26090 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26091         shdoclc"
26092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26093 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26094 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26095
26096 ALL_MAKEFILES="$ALL_MAKEFILES \\
26097         dlls/shdocvw/Makefile"
26098 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26099         shdocvw"
26100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26101 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26102 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26103
26104 ALL_MAKEFILES="$ALL_MAKEFILES \\
26105         dlls/shdocvw/tests/Makefile"
26106 test "x$enable_shdocvw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26107         shdocvw/tests"
26108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26109 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26110 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26111
26112 ALL_MAKEFILES="$ALL_MAKEFILES \\
26113         dlls/shell32/Makefile"
26114 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26115         shell32"
26116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26117 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26118 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26119
26120 ALL_MAKEFILES="$ALL_MAKEFILES \\
26121         dlls/shell32/tests/Makefile"
26122 test "x$enable_shell32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26123         shell32/tests"
26124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26125 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26126 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26127
26128 ALL_MAKEFILES="$ALL_MAKEFILES \\
26129         dlls/shfolder/Makefile"
26130 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26131         shfolder"
26132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26133 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26134 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26135
26136 ALL_MAKEFILES="$ALL_MAKEFILES \\
26137         dlls/shlwapi/Makefile"
26138 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26139         shlwapi"
26140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26141 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26142 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26143
26144 ALL_MAKEFILES="$ALL_MAKEFILES \\
26145         dlls/shlwapi/tests/Makefile"
26146 test "x$enable_shlwapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26147         shlwapi/tests"
26148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26149 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26150 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26151
26152 ALL_MAKEFILES="$ALL_MAKEFILES \\
26153         dlls/slbcsp/Makefile"
26154 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26155         slbcsp"
26156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26157 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26158 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26159
26160 ALL_MAKEFILES="$ALL_MAKEFILES \\
26161         dlls/slc/Makefile"
26162 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26163         slc"
26164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26165 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26166 ac_config_files="$ac_config_files dlls/slc/Makefile"
26167
26168 ALL_MAKEFILES="$ALL_MAKEFILES \\
26169         dlls/snmpapi/Makefile"
26170 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26171         snmpapi"
26172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26173 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26174 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26175
26176 ALL_MAKEFILES="$ALL_MAKEFILES \\
26177         dlls/snmpapi/tests/Makefile"
26178 test "x$enable_snmpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26179         snmpapi/tests"
26180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26181 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26182 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26183
26184 ALL_MAKEFILES="$ALL_MAKEFILES \\
26185         dlls/softpub/Makefile"
26186 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26187         softpub"
26188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26189 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26190 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26191
26192 ALL_MAKEFILES="$ALL_MAKEFILES \\
26193         dlls/spoolss/Makefile"
26194 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26195         spoolss"
26196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26197 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26198 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26199
26200 ALL_MAKEFILES="$ALL_MAKEFILES \\
26201         dlls/spoolss/tests/Makefile"
26202 test "x$enable_spoolss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26203         spoolss/tests"
26204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26205 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26206 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26207
26208 ALL_MAKEFILES="$ALL_MAKEFILES \\
26209         dlls/stdole2.tlb/Makefile"
26210 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26211         stdole2.tlb"
26212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26213 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26214 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26215
26216 ALL_MAKEFILES="$ALL_MAKEFILES \\
26217         dlls/stdole32.tlb/Makefile"
26218 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26219         stdole32.tlb"
26220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26221 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26222 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26223
26224 ALL_MAKEFILES="$ALL_MAKEFILES \\
26225         dlls/sti/Makefile"
26226 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26227         sti"
26228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26229 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26230 ac_config_files="$ac_config_files dlls/sti/Makefile"
26231
26232 ALL_MAKEFILES="$ALL_MAKEFILES \\
26233         dlls/strmiids/Makefile"
26234 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26235         strmiids"
26236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26237 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26238 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26239
26240 ALL_MAKEFILES="$ALL_MAKEFILES \\
26241         dlls/svrapi/Makefile"
26242 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26243         svrapi"
26244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26245 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26246 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26247
26248 ALL_MAKEFILES="$ALL_MAKEFILES \\
26249         dlls/sxs/Makefile"
26250 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26251         sxs"
26252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26253 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26254 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26255
26256 ALL_MAKEFILES="$ALL_MAKEFILES \\
26257         dlls/tapi32/Makefile"
26258 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26259         tapi32"
26260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26261 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26262 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26263
26264 ALL_MAKEFILES="$ALL_MAKEFILES \\
26265         dlls/twain_32/Makefile"
26266 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26267         twain_32"
26268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26269 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26270 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26271
26272 ALL_MAKEFILES="$ALL_MAKEFILES \\
26273         dlls/unicows/Makefile"
26274 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26275         unicows"
26276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26277 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26278 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26279
26280 ALL_MAKEFILES="$ALL_MAKEFILES \\
26281         dlls/url/Makefile"
26282 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26283         url"
26284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26285 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26286 ac_config_files="$ac_config_files dlls/url/Makefile"
26287
26288 ALL_MAKEFILES="$ALL_MAKEFILES \\
26289         dlls/urlmon/Makefile"
26290 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26291         urlmon"
26292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26293 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26294 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26295
26296 ALL_MAKEFILES="$ALL_MAKEFILES \\
26297         dlls/urlmon/tests/Makefile"
26298 test "x$enable_urlmon_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26299         urlmon/tests"
26300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26301 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26302 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26303
26304 ALL_MAKEFILES="$ALL_MAKEFILES \\
26305         dlls/user32/Makefile"
26306 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26307         user32"
26308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26309 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26310 ac_config_files="$ac_config_files dlls/user32/Makefile"
26311
26312 ALL_MAKEFILES="$ALL_MAKEFILES \\
26313         dlls/user32/tests/Makefile"
26314 test "x$enable_user32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26315         user32/tests"
26316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26317 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26318 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26319
26320 ALL_MAKEFILES="$ALL_MAKEFILES \\
26321         dlls/userenv/Makefile"
26322 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26323         userenv"
26324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26325 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26326 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26327
26328 ALL_MAKEFILES="$ALL_MAKEFILES \\
26329         dlls/userenv/tests/Makefile"
26330 test "x$enable_userenv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26331         userenv/tests"
26332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26333 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26334 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26335
26336 ALL_MAKEFILES="$ALL_MAKEFILES \\
26337         dlls/usp10/Makefile"
26338 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26339         usp10"
26340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26341 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26342 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26343
26344 ALL_MAKEFILES="$ALL_MAKEFILES \\
26345         dlls/usp10/tests/Makefile"
26346 test "x$enable_usp10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26347         usp10/tests"
26348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26349 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26350 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26351
26352 ALL_MAKEFILES="$ALL_MAKEFILES \\
26353         dlls/uuid/Makefile"
26354 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26355         uuid"
26356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26357 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26358 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26359
26360 ALL_MAKEFILES="$ALL_MAKEFILES \\
26361         dlls/uxtheme/Makefile"
26362 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26363         uxtheme"
26364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26365 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26366 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26367
26368 ALL_MAKEFILES="$ALL_MAKEFILES \\
26369         dlls/uxtheme/tests/Makefile"
26370 test "x$enable_uxtheme_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26371         uxtheme/tests"
26372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26373 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26374 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26375
26376 ALL_MAKEFILES="$ALL_MAKEFILES \\
26377         dlls/vdhcp.vxd/Makefile"
26378 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26379         vdhcp.vxd"
26380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26381 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26382 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
26383
26384 ALL_MAKEFILES="$ALL_MAKEFILES \\
26385         dlls/vdmdbg/Makefile"
26386 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26387         vdmdbg"
26388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26389 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
26390 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
26391
26392 ALL_MAKEFILES="$ALL_MAKEFILES \\
26393         dlls/version/Makefile"
26394 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26395         version"
26396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26397 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
26398 ac_config_files="$ac_config_files dlls/version/Makefile"
26399
26400 ALL_MAKEFILES="$ALL_MAKEFILES \\
26401         dlls/version/tests/Makefile"
26402 test "x$enable_version_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26403         version/tests"
26404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26405 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
26406 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
26407
26408 ALL_MAKEFILES="$ALL_MAKEFILES \\
26409         dlls/vmm.vxd/Makefile"
26410 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26411         vmm.vxd"
26412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26413 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
26414 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
26415
26416 ALL_MAKEFILES="$ALL_MAKEFILES \\
26417         dlls/vnbt.vxd/Makefile"
26418 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26419         vnbt.vxd"
26420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26421 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
26422 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
26423
26424 ALL_MAKEFILES="$ALL_MAKEFILES \\
26425         dlls/vnetbios.vxd/Makefile"
26426 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26427         vnetbios.vxd"
26428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26429 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
26430 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
26431
26432 ALL_MAKEFILES="$ALL_MAKEFILES \\
26433         dlls/vtdapi.vxd/Makefile"
26434 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26435         vtdapi.vxd"
26436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26437 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
26438 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
26439
26440 ALL_MAKEFILES="$ALL_MAKEFILES \\
26441         dlls/vwin32.vxd/Makefile"
26442 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26443         vwin32.vxd"
26444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26445 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
26446 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
26447
26448 ALL_MAKEFILES="$ALL_MAKEFILES \\
26449         dlls/w32skrnl/Makefile"
26450 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26451         w32skrnl"
26452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26453 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
26454 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
26455
26456 ALL_MAKEFILES="$ALL_MAKEFILES \\
26457         dlls/winealsa.drv/Makefile"
26458 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26459         winealsa.drv"
26460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26461 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26462 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
26463
26464 ALL_MAKEFILES="$ALL_MAKEFILES \\
26465         dlls/wineaudioio.drv/Makefile"
26466 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26467         wineaudioio.drv"
26468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26469 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26470 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
26471
26472 ALL_MAKEFILES="$ALL_MAKEFILES \\
26473         dlls/winecoreaudio.drv/Makefile"
26474 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26475         winecoreaudio.drv"
26476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26477 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26478 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26479
26480 ALL_MAKEFILES="$ALL_MAKEFILES \\
26481         dlls/winecrt0/Makefile"
26482 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26483         winecrt0"
26484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26485 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26486 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
26487
26488 ALL_MAKEFILES="$ALL_MAKEFILES \\
26489         dlls/wined3d/Makefile"
26490 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26491         wined3d"
26492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26493 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26494 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
26495
26496 ALL_MAKEFILES="$ALL_MAKEFILES \\
26497         dlls/winedos/Makefile"
26498 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26499         winedos"
26500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26501 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26502 ac_config_files="$ac_config_files dlls/winedos/Makefile"
26503
26504 ALL_MAKEFILES="$ALL_MAKEFILES \\
26505         dlls/wineesd.drv/Makefile"
26506 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26507         wineesd.drv"
26508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26509 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26510 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
26511
26512 ALL_MAKEFILES="$ALL_MAKEFILES \\
26513         dlls/winejack.drv/Makefile"
26514 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26515         winejack.drv"
26516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26517 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26518 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
26519
26520 ALL_MAKEFILES="$ALL_MAKEFILES \\
26521         dlls/winejoystick.drv/Makefile"
26522 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26523         winejoystick.drv"
26524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26525 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26526 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
26527
26528 ALL_MAKEFILES="$ALL_MAKEFILES \\
26529         dlls/winemp3.acm/Makefile"
26530 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26531         winemp3.acm"
26532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26533 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
26534 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
26535
26536 ALL_MAKEFILES="$ALL_MAKEFILES \\
26537         dlls/winenas.drv/Makefile"
26538 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26539         winenas.drv"
26540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26541 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
26542 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
26543
26544 ALL_MAKEFILES="$ALL_MAKEFILES \\
26545         dlls/wineoss.drv/Makefile"
26546 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26547         wineoss.drv"
26548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26549 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
26550 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
26551
26552 ALL_MAKEFILES="$ALL_MAKEFILES \\
26553         dlls/wineps.drv/Makefile"
26554 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26555         wineps.drv"
26556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26557 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
26558 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
26559
26560 ALL_MAKEFILES="$ALL_MAKEFILES \\
26561         dlls/winequartz.drv/Makefile"
26562 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26563         winequartz.drv"
26564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26565 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26566 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
26567
26568 ALL_MAKEFILES="$ALL_MAKEFILES \\
26569         dlls/winex11.drv/Makefile"
26570 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26571         winex11.drv"
26572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26573 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26574 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
26575
26576 ALL_MAKEFILES="$ALL_MAKEFILES \\
26577         dlls/wing32/Makefile"
26578 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26579         wing32"
26580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26581 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26582 ac_config_files="$ac_config_files dlls/wing32/Makefile"
26583
26584 ALL_MAKEFILES="$ALL_MAKEFILES \\
26585         dlls/winhttp/Makefile"
26586 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26587         winhttp"
26588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26589 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26590 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
26591
26592 ALL_MAKEFILES="$ALL_MAKEFILES \\
26593         dlls/winhttp/tests/Makefile"
26594 test "x$enable_winhttp_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26595         winhttp/tests"
26596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26597 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
26598 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
26599
26600 ALL_MAKEFILES="$ALL_MAKEFILES \\
26601         dlls/wininet/Makefile"
26602 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26603         wininet"
26604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26605 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
26606 ac_config_files="$ac_config_files dlls/wininet/Makefile"
26607
26608 ALL_MAKEFILES="$ALL_MAKEFILES \\
26609         dlls/wininet/tests/Makefile"
26610 test "x$enable_wininet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26611         wininet/tests"
26612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26613 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
26614 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
26615
26616 ALL_MAKEFILES="$ALL_MAKEFILES \\
26617         dlls/winmm/Makefile"
26618 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26619         winmm"
26620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26621 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
26622 ac_config_files="$ac_config_files dlls/winmm/Makefile"
26623
26624 ALL_MAKEFILES="$ALL_MAKEFILES \\
26625         dlls/winmm/tests/Makefile"
26626 test "x$enable_winmm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26627         winmm/tests"
26628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26629 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
26630 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
26631
26632 ALL_MAKEFILES="$ALL_MAKEFILES \\
26633         dlls/winnls32/Makefile"
26634 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26635         winnls32"
26636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26637 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
26638 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
26639
26640 ALL_MAKEFILES="$ALL_MAKEFILES \\
26641         dlls/winscard/Makefile"
26642 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26643         winscard"
26644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26645 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
26646 ac_config_files="$ac_config_files dlls/winscard/Makefile"
26647
26648 ALL_MAKEFILES="$ALL_MAKEFILES \\
26649         dlls/winspool.drv/Makefile"
26650 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26651         winspool.drv"
26652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26653 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
26654 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
26655
26656 ALL_MAKEFILES="$ALL_MAKEFILES \\
26657         dlls/winspool.drv/tests/Makefile"
26658 test "x$enable_winspool_drv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26659         winspool.drv/tests"
26660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26661 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
26662 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
26663
26664 ALL_MAKEFILES="$ALL_MAKEFILES \\
26665         dlls/wintab32/Makefile"
26666 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26667         wintab32"
26668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26669 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
26670 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
26671
26672 ALL_MAKEFILES="$ALL_MAKEFILES \\
26673         dlls/wintrust/Makefile"
26674 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26675         wintrust"
26676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26677 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
26678 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
26679
26680 ALL_MAKEFILES="$ALL_MAKEFILES \\
26681         dlls/wintrust/tests/Makefile"
26682 test "x$enable_wintrust_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26683         wintrust/tests"
26684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26685 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
26686 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
26687
26688 ALL_MAKEFILES="$ALL_MAKEFILES \\
26689         dlls/wldap32/Makefile"
26690 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26691         wldap32"
26692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26693 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
26694 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
26695
26696 ALL_MAKEFILES="$ALL_MAKEFILES \\
26697         dlls/wldap32/tests/Makefile"
26698 test "x$enable_wldap32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26699         wldap32/tests"
26700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26701 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
26702 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
26703
26704 ALL_MAKEFILES="$ALL_MAKEFILES \\
26705         dlls/wmi/Makefile"
26706 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26707         wmi"
26708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26709 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
26710 ac_config_files="$ac_config_files dlls/wmi/Makefile"
26711
26712 ALL_MAKEFILES="$ALL_MAKEFILES \\
26713         dlls/wnaspi32/Makefile"
26714 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26715         wnaspi32"
26716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26717 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26718 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
26719
26720 ALL_MAKEFILES="$ALL_MAKEFILES \\
26721         dlls/wow32/Makefile"
26722 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26723         wow32"
26724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26725 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26726 ac_config_files="$ac_config_files dlls/wow32/Makefile"
26727
26728 ALL_MAKEFILES="$ALL_MAKEFILES \\
26729         dlls/ws2_32/Makefile"
26730 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26731         ws2_32"
26732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26733 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26734 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
26735
26736 ALL_MAKEFILES="$ALL_MAKEFILES \\
26737         dlls/ws2_32/tests/Makefile"
26738 test "x$enable_ws2_32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26739         ws2_32/tests"
26740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26741 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26742 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
26743
26744 ALL_MAKEFILES="$ALL_MAKEFILES \\
26745         dlls/wsock32/Makefile"
26746 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26747         wsock32"
26748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26749 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26750 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
26751
26752 ALL_MAKEFILES="$ALL_MAKEFILES \\
26753         dlls/wtsapi32/Makefile"
26754 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26755         wtsapi32"
26756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26757 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26758 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
26759
26760 ALL_MAKEFILES="$ALL_MAKEFILES \\
26761         dlls/xinput1_1/Makefile"
26762 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26763         xinput1_1"
26764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26765 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
26766 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
26767
26768 ALL_MAKEFILES="$ALL_MAKEFILES \\
26769         dlls/xinput1_2/Makefile"
26770 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26771         xinput1_2"
26772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26773 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
26774 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
26775
26776 ALL_MAKEFILES="$ALL_MAKEFILES \\
26777         dlls/xinput1_3/Makefile"
26778 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26779         xinput1_3"
26780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26781 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
26782 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
26783
26784 ALL_MAKEFILES="$ALL_MAKEFILES \\
26785         dlls/xinput1_3/tests/Makefile"
26786 test "x$enable_xinput1_3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26787         xinput1_3/tests"
26788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26789 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
26790 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
26791
26792 ALL_MAKEFILES="$ALL_MAKEFILES \\
26793         dlls/xinput9_1_0/Makefile"
26794 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26795         xinput9_1_0"
26796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26797 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
26798 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
26799
26800 ALL_MAKEFILES="$ALL_MAKEFILES \\
26801         documentation/Makefile"
26802 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26803         documentation"
26804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26805 documentation/Makefile: documentation/Makefile.in Make.rules"
26806 ac_config_files="$ac_config_files documentation/Makefile"
26807
26808 ALL_MAKEFILES="$ALL_MAKEFILES \\
26809         fonts/Makefile"
26810 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26811         fonts"
26812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26813 fonts/Makefile: fonts/Makefile.in Make.rules"
26814 ac_config_files="$ac_config_files fonts/Makefile"
26815
26816 ALL_MAKEFILES="$ALL_MAKEFILES \\
26817         include/Makefile"
26818 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26819         include"
26820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26821 include/Makefile: include/Makefile.in Make.rules"
26822 ac_config_files="$ac_config_files include/Makefile"
26823
26824 ALL_MAKEFILES="$ALL_MAKEFILES \\
26825         libs/Makefile"
26826 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26827         libs"
26828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26829 libs/Makefile: libs/Makefile.in Make.rules"
26830 ac_config_files="$ac_config_files libs/Makefile"
26831
26832 ALL_MAKEFILES="$ALL_MAKEFILES \\
26833         libs/port/Makefile"
26834
26835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26836 libs/port/Makefile: libs/port/Makefile.in Make.rules"
26837 ac_config_files="$ac_config_files libs/port/Makefile"
26838
26839 ALL_MAKEFILES="$ALL_MAKEFILES \\
26840         libs/wine/Makefile"
26841
26842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26843 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
26844 ac_config_files="$ac_config_files libs/wine/Makefile"
26845
26846 ALL_MAKEFILES="$ALL_MAKEFILES \\
26847         libs/wpp/Makefile"
26848
26849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26850 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
26851 ac_config_files="$ac_config_files libs/wpp/Makefile"
26852
26853 ALL_MAKEFILES="$ALL_MAKEFILES \\
26854         loader/Makefile"
26855 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26856         loader"
26857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26858 loader/Makefile: loader/Makefile.in Make.rules"
26859 ac_config_files="$ac_config_files loader/Makefile"
26860
26861 ALL_MAKEFILES="$ALL_MAKEFILES \\
26862         programs/Makefile"
26863 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26864         programs"
26865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26866 programs/Makefile: programs/Makefile.in Make.rules"
26867 ac_config_files="$ac_config_files programs/Makefile"
26868
26869 ALL_MAKEFILES="$ALL_MAKEFILES \\
26870         programs/clock/Makefile"
26871 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26872         clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26873         clock"
26874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26875 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
26876 ac_config_files="$ac_config_files programs/clock/Makefile"
26877
26878 ALL_MAKEFILES="$ALL_MAKEFILES \\
26879         programs/cmd/Makefile"
26880 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26881         cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26882         cmd"
26883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26884 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
26885 ac_config_files="$ac_config_files programs/cmd/Makefile"
26886
26887 ALL_MAKEFILES="$ALL_MAKEFILES \\
26888         programs/cmdlgtst/Makefile"
26889 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26890         cmdlgtst"
26891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26892 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
26893 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
26894
26895 ALL_MAKEFILES="$ALL_MAKEFILES \\
26896         programs/control/Makefile"
26897 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26898         control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26899         control"
26900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26901 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
26902 ac_config_files="$ac_config_files programs/control/Makefile"
26903
26904 ALL_MAKEFILES="$ALL_MAKEFILES \\
26905         programs/eject/Makefile"
26906 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26907         eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26908         eject"
26909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26910 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
26911 ac_config_files="$ac_config_files programs/eject/Makefile"
26912
26913 ALL_MAKEFILES="$ALL_MAKEFILES \\
26914         programs/expand/Makefile"
26915 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26916         expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26917         expand"
26918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26919 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
26920 ac_config_files="$ac_config_files programs/expand/Makefile"
26921
26922 ALL_MAKEFILES="$ALL_MAKEFILES \\
26923         programs/explorer/Makefile"
26924 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26925         explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26926         explorer"
26927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26928 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
26929 ac_config_files="$ac_config_files programs/explorer/Makefile"
26930
26931 ALL_MAKEFILES="$ALL_MAKEFILES \\
26932         programs/hh/Makefile"
26933 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26934         hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26935         hh"
26936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26937 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
26938 ac_config_files="$ac_config_files programs/hh/Makefile"
26939
26940 ALL_MAKEFILES="$ALL_MAKEFILES \\
26941         programs/icinfo/Makefile"
26942 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26943         icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26944         icinfo"
26945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26946 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
26947 ac_config_files="$ac_config_files programs/icinfo/Makefile"
26948
26949 ALL_MAKEFILES="$ALL_MAKEFILES \\
26950         programs/iexplore/Makefile"
26951 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26952         iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26953         iexplore"
26954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26955 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
26956 ac_config_files="$ac_config_files programs/iexplore/Makefile"
26957
26958 ALL_MAKEFILES="$ALL_MAKEFILES \\
26959         programs/msiexec/Makefile"
26960 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26961         msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26962         msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26963         msiexec"
26964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26965 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
26966 ac_config_files="$ac_config_files programs/msiexec/Makefile"
26967
26968 ALL_MAKEFILES="$ALL_MAKEFILES \\
26969         programs/net/Makefile"
26970 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26971         net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26972         net"
26973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26974 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
26975 ac_config_files="$ac_config_files programs/net/Makefile"
26976
26977 ALL_MAKEFILES="$ALL_MAKEFILES \\
26978         programs/notepad/Makefile"
26979 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26980         notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26981         notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26982         notepad"
26983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26984 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
26985 ac_config_files="$ac_config_files programs/notepad/Makefile"
26986
26987 ALL_MAKEFILES="$ALL_MAKEFILES \\
26988         programs/oleview/Makefile"
26989 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26990         oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26991         oleview"
26992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26993 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
26994 ac_config_files="$ac_config_files programs/oleview/Makefile"
26995
26996 ALL_MAKEFILES="$ALL_MAKEFILES \\
26997         programs/progman/Makefile"
26998 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26999         progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27000         progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27001         progman"
27002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27003 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27004 ac_config_files="$ac_config_files programs/progman/Makefile"
27005
27006 ALL_MAKEFILES="$ALL_MAKEFILES \\
27007         programs/reg/Makefile"
27008 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27009         reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27010         reg"
27011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27012 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27013 ac_config_files="$ac_config_files programs/reg/Makefile"
27014
27015 ALL_MAKEFILES="$ALL_MAKEFILES \\
27016         programs/regedit/Makefile"
27017 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27018         regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27019         regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27020         regedit"
27021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27022 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27023 ac_config_files="$ac_config_files programs/regedit/Makefile"
27024
27025 ALL_MAKEFILES="$ALL_MAKEFILES \\
27026         programs/regsvr32/Makefile"
27027 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27028         regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27029         regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27030         regsvr32"
27031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27032 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27033 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27034
27035 ALL_MAKEFILES="$ALL_MAKEFILES \\
27036         programs/rpcss/Makefile"
27037 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27038         rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27039         rpcss"
27040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27041 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27042 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27043
27044 ALL_MAKEFILES="$ALL_MAKEFILES \\
27045         programs/rundll32/Makefile"
27046 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27047         rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27048         rundll32"
27049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27050 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27051 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27052
27053 ALL_MAKEFILES="$ALL_MAKEFILES \\
27054         programs/secedit/Makefile"
27055 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27056         secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27057         secedit"
27058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27059 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27060 ac_config_files="$ac_config_files programs/secedit/Makefile"
27061
27062 ALL_MAKEFILES="$ALL_MAKEFILES \\
27063         programs/services/Makefile"
27064 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27065         services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27066         services"
27067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27068 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27069 ac_config_files="$ac_config_files programs/services/Makefile"
27070
27071 ALL_MAKEFILES="$ALL_MAKEFILES \\
27072         programs/spoolsv/Makefile"
27073 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27074         spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27075         spoolsv"
27076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27077 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27078 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27079
27080 ALL_MAKEFILES="$ALL_MAKEFILES \\
27081         programs/start/Makefile"
27082 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27083         start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27084         start"
27085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27086 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27087 ac_config_files="$ac_config_files programs/start/Makefile"
27088
27089 ALL_MAKEFILES="$ALL_MAKEFILES \\
27090         programs/svchost/Makefile"
27091 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27092         svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27093         svchost"
27094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27095 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27096 ac_config_files="$ac_config_files programs/svchost/Makefile"
27097
27098 ALL_MAKEFILES="$ALL_MAKEFILES \\
27099         programs/taskmgr/Makefile"
27100 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27101         taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27102         taskmgr"
27103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27104 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27105 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27106
27107 ALL_MAKEFILES="$ALL_MAKEFILES \\
27108         programs/uninstaller/Makefile"
27109 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27110         uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27111         uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27112         uninstaller"
27113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27114 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27115 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27116
27117 ALL_MAKEFILES="$ALL_MAKEFILES \\
27118         programs/view/Makefile"
27119 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27120         view"
27121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27122 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27123 ac_config_files="$ac_config_files programs/view/Makefile"
27124
27125 ALL_MAKEFILES="$ALL_MAKEFILES \\
27126         programs/wineboot/Makefile"
27127 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27128         wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27129         wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27130         wineboot"
27131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27132 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27133 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27134
27135 ALL_MAKEFILES="$ALL_MAKEFILES \\
27136         programs/winebrowser/Makefile"
27137 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27138         winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27139         winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27140         winebrowser"
27141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27142 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27143 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27144
27145 ALL_MAKEFILES="$ALL_MAKEFILES \\
27146         programs/winecfg/Makefile"
27147 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27148         winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27149         winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27150         winecfg"
27151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27152 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27153 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27154
27155 ALL_MAKEFILES="$ALL_MAKEFILES \\
27156         programs/wineconsole/Makefile"
27157 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27158         wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27159         wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27160         wineconsole"
27161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27162 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27163 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27164
27165 ALL_MAKEFILES="$ALL_MAKEFILES \\
27166         programs/winedbg/Makefile"
27167 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27168         winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27169         winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27170         winedbg"
27171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27172 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27173 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27174
27175 ALL_MAKEFILES="$ALL_MAKEFILES \\
27176         programs/winedevice/Makefile"
27177 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27178         winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27179         winedevice"
27180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27181 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27182 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27183
27184 ALL_MAKEFILES="$ALL_MAKEFILES \\
27185         programs/winefile/Makefile"
27186 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27187         winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27188         winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27189         winefile"
27190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27191 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27192 ac_config_files="$ac_config_files programs/winefile/Makefile"
27193
27194 ALL_MAKEFILES="$ALL_MAKEFILES \\
27195         programs/winemenubuilder/Makefile"
27196 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27197         winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27198         winemenubuilder"
27199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27200 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27201 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27202
27203 ALL_MAKEFILES="$ALL_MAKEFILES \\
27204         programs/winemine/Makefile"
27205 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27206         winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27207         winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27208         winemine"
27209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27210 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27211 ac_config_files="$ac_config_files programs/winemine/Makefile"
27212
27213 ALL_MAKEFILES="$ALL_MAKEFILES \\
27214         programs/winepath/Makefile"
27215 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27216         winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27217         winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27218         winepath"
27219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27220 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27221 ac_config_files="$ac_config_files programs/winepath/Makefile"
27222
27223 ALL_MAKEFILES="$ALL_MAKEFILES \\
27224         programs/winetest/Makefile"
27225 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27226         winetest"
27227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27228 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27229 ac_config_files="$ac_config_files programs/winetest/Makefile"
27230
27231 ALL_MAKEFILES="$ALL_MAKEFILES \\
27232         programs/winevdm/Makefile"
27233 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27234         winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27235         winevdm"
27236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27237 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27238 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27239
27240 ALL_MAKEFILES="$ALL_MAKEFILES \\
27241         programs/winhlp32/Makefile"
27242 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27243         winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27244         winhlp32"
27245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27246 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27247 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27248
27249 ALL_MAKEFILES="$ALL_MAKEFILES \\
27250         programs/winver/Makefile"
27251 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27252         winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27253         winver"
27254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27255 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27256 ac_config_files="$ac_config_files programs/winver/Makefile"
27257
27258 ALL_MAKEFILES="$ALL_MAKEFILES \\
27259         programs/wordpad/Makefile"
27260 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27261         wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27262         wordpad"
27263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27264 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27265 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27266
27267 ALL_MAKEFILES="$ALL_MAKEFILES \\
27268         programs/write/Makefile"
27269 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27270         write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27271         write"
27272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27273 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27274 ac_config_files="$ac_config_files programs/write/Makefile"
27275
27276 ALL_MAKEFILES="$ALL_MAKEFILES \\
27277         programs/xcopy/Makefile"
27278 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27279         xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27280         xcopy"
27281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27282 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27283 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27284
27285 ALL_MAKEFILES="$ALL_MAKEFILES \\
27286         server/Makefile"
27287 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27288         server"
27289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27290 server/Makefile: server/Makefile.in Make.rules"
27291 ac_config_files="$ac_config_files server/Makefile"
27292
27293 ALL_MAKEFILES="$ALL_MAKEFILES \\
27294         tools/Makefile"
27295 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27296         tools"
27297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27298 tools/Makefile: tools/Makefile.in Make.rules"
27299 ac_config_files="$ac_config_files tools/Makefile"
27300
27301 ALL_MAKEFILES="$ALL_MAKEFILES \\
27302         tools/widl/Makefile"
27303
27304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27305 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27306 ac_config_files="$ac_config_files tools/widl/Makefile"
27307
27308 ALL_MAKEFILES="$ALL_MAKEFILES \\
27309         tools/winebuild/Makefile"
27310
27311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27312 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27313 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27314
27315 ALL_MAKEFILES="$ALL_MAKEFILES \\
27316         tools/winedump/Makefile"
27317
27318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27319 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27320 ac_config_files="$ac_config_files tools/winedump/Makefile"
27321
27322 ALL_MAKEFILES="$ALL_MAKEFILES \\
27323         tools/winegcc/Makefile"
27324
27325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27326 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27327 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27328
27329 ALL_MAKEFILES="$ALL_MAKEFILES \\
27330         tools/wmc/Makefile"
27331
27332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27333 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27334 ac_config_files="$ac_config_files tools/wmc/Makefile"
27335
27336 ALL_MAKEFILES="$ALL_MAKEFILES \\
27337         tools/wrc/Makefile"
27338
27339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27340 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27341 ac_config_files="$ac_config_files tools/wrc/Makefile"
27342
27343
27344
27345 ALL_WINETEST_DEPENDS="# Test binaries"
27346
27347 for dir in $ALL_TEST_DIRS
27348 do
27349     if test "$dir" != "\\"
27350     then
27351         testname=`expr $dir : '\(.*\)/tests'`_test.exe
27352         ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27353 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27354         cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27355     fi
27356 done
27357
27358 cat >confcache <<\_ACEOF
27359 # This file is a shell script that caches the results of configure
27360 # tests run on this system so they can be shared between configure
27361 # scripts and configure runs, see configure's option --config-cache.
27362 # It is not useful on other systems.  If it contains results you don't
27363 # want to keep, you may remove or edit it.
27364 #
27365 # config.status only pays attention to the cache file if you give it
27366 # the --recheck option to rerun configure.
27367 #
27368 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27369 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27370 # following values.
27371
27372 _ACEOF
27373
27374 # The following way of writing the cache mishandles newlines in values,
27375 # but we know of no workaround that is simple, portable, and efficient.
27376 # So, we kill variables containing newlines.
27377 # Ultrix sh set writes to stderr and can't be redirected directly,
27378 # and sets the high bit in the cache file unless we assign to the vars.
27379 (
27380   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27381     eval ac_val=\$$ac_var
27382     case $ac_val in #(
27383     *${as_nl}*)
27384       case $ac_var in #(
27385       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
27386 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
27387       esac
27388       case $ac_var in #(
27389       _ | IFS | as_nl) ;; #(
27390       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
27391       *) $as_unset $ac_var ;;
27392       esac ;;
27393     esac
27394   done
27395
27396   (set) 2>&1 |
27397     case $as_nl`(ac_space=' '; set) 2>&1` in #(
27398     *${as_nl}ac_space=\ *)
27399       # `set' does not quote correctly, so add quotes (double-quote
27400       # substitution turns \\\\ into \\, and sed turns \\ into \).
27401       sed -n \
27402         "s/'/'\\\\''/g;
27403           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27404       ;; #(
27405     *)
27406       # `set' quotes correctly as required by POSIX, so do not add quotes.
27407       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27408       ;;
27409     esac |
27410     sort
27411 ) |
27412   sed '
27413      /^ac_cv_env_/b end
27414      t clear
27415      :clear
27416      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27417      t end
27418      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27419      :end' >>confcache
27420 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27421   if test -w "$cache_file"; then
27422     test "x$cache_file" != "x/dev/null" &&
27423       { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
27424 $as_echo "$as_me: updating cache $cache_file" >&6;}
27425     cat confcache >$cache_file
27426   else
27427     { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27428 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27429   fi
27430 fi
27431 rm -f confcache
27432
27433 test "x$prefix" = xNONE && prefix=$ac_default_prefix
27434 # Let make expand exec_prefix.
27435 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
27436
27437 DEFS=-DHAVE_CONFIG_H
27438
27439 ac_libobjs=
27440 ac_ltlibobjs=
27441 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
27442   # 1. Remove the extension, and $U if already installed.
27443   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
27444   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
27445   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
27446   #    will be set to the directory where LIBOBJS objects are built.
27447   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27448   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27449 done
27450 LIBOBJS=$ac_libobjs
27451
27452 LTLIBOBJS=$ac_ltlibobjs
27453
27454
27455
27456 : ${CONFIG_STATUS=./config.status}
27457 ac_write_fail=0
27458 ac_clean_files_save=$ac_clean_files
27459 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27460 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27461 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
27462 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27463 #! $SHELL
27464 # Generated by $as_me.
27465 # Run this file to recreate the current configuration.
27466 # Compiler output produced by configure, useful for debugging
27467 # configure, is in config.log if it exists.
27468
27469 debug=false
27470 ac_cs_recheck=false
27471 ac_cs_silent=false
27472 SHELL=\${CONFIG_SHELL-$SHELL}
27473 _ACEOF
27474
27475 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27476 ## --------------------- ##
27477 ## M4sh Initialization.  ##
27478 ## --------------------- ##
27479
27480 # Be more Bourne compatible
27481 DUALCASE=1; export DUALCASE # for MKS sh
27482 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27483   emulate sh
27484   NULLCMD=:
27485   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
27486   # is contrary to our usage.  Disable this feature.
27487   alias -g '${1+"$@"}'='"$@"'
27488   setopt NO_GLOB_SUBST
27489 else
27490   case `(set -o) 2>/dev/null` in
27491   *posix*) set -o posix ;;
27492 esac
27493
27494 fi
27495
27496
27497
27498
27499 # PATH needs CR
27500 # Avoid depending upon Character Ranges.
27501 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27502 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27503 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
27504 as_cr_digits='0123456789'
27505 as_cr_alnum=$as_cr_Letters$as_cr_digits
27506
27507 as_nl='
27508 '
27509 export as_nl
27510 # Printing a long string crashes Solaris 7 /usr/bin/printf.
27511 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
27512 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
27513 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
27514 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
27515   as_echo='printf %s\n'
27516   as_echo_n='printf %s'
27517 else
27518   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
27519     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
27520     as_echo_n='/usr/ucb/echo -n'
27521   else
27522     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
27523     as_echo_n_body='eval
27524       arg=$1;
27525       case $arg in
27526       *"$as_nl"*)
27527         expr "X$arg" : "X\\(.*\\)$as_nl";
27528         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
27529       esac;
27530       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
27531     '
27532     export as_echo_n_body
27533     as_echo_n='sh -c $as_echo_n_body as_echo'
27534   fi
27535   export as_echo_body
27536   as_echo='sh -c $as_echo_body as_echo'
27537 fi
27538
27539 # The user is always right.
27540 if test "${PATH_SEPARATOR+set}" != set; then
27541   PATH_SEPARATOR=:
27542   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
27543     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
27544       PATH_SEPARATOR=';'
27545   }
27546 fi
27547
27548 # Support unset when possible.
27549 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27550   as_unset=unset
27551 else
27552   as_unset=false
27553 fi
27554
27555
27556 # IFS
27557 # We need space, tab and new line, in precisely that order.  Quoting is
27558 # there to prevent editors from complaining about space-tab.
27559 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27560 # splitting by setting IFS to empty value.)
27561 IFS=" ""        $as_nl"
27562
27563 # Find who we are.  Look in the path if we contain no directory separator.
27564 case $0 in
27565   *[\\/]* ) as_myself=$0 ;;
27566   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27567 for as_dir in $PATH
27568 do
27569   IFS=$as_save_IFS
27570   test -z "$as_dir" && as_dir=.
27571   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27572 done
27573 IFS=$as_save_IFS
27574
27575      ;;
27576 esac
27577 # We did not find ourselves, most probably we were run as `sh COMMAND'
27578 # in which case we are not to be found in the path.
27579 if test "x$as_myself" = x; then
27580   as_myself=$0
27581 fi
27582 if test ! -f "$as_myself"; then
27583   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27584   { (exit 1); exit 1; }
27585 fi
27586
27587 # Work around bugs in pre-3.0 UWIN ksh.
27588 for as_var in ENV MAIL MAILPATH
27589 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27590 done
27591 PS1='$ '
27592 PS2='> '
27593 PS4='+ '
27594
27595 # NLS nuisances.
27596 LC_ALL=C
27597 export LC_ALL
27598 LANGUAGE=C
27599 export LANGUAGE
27600
27601 # Required to use basename.
27602 if expr a : '\(a\)' >/dev/null 2>&1 &&
27603    test "X`expr 00001 : '.*\(...\)'`" = X001; then
27604   as_expr=expr
27605 else
27606   as_expr=false
27607 fi
27608
27609 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27610   as_basename=basename
27611 else
27612   as_basename=false
27613 fi
27614
27615
27616 # Name of the executable.
27617 as_me=`$as_basename -- "$0" ||
27618 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27619          X"$0" : 'X\(//\)$' \| \
27620          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27621 $as_echo X/"$0" |
27622     sed '/^.*\/\([^/][^/]*\)\/*$/{
27623             s//\1/
27624             q
27625           }
27626           /^X\/\(\/\/\)$/{
27627             s//\1/
27628             q
27629           }
27630           /^X\/\(\/\).*/{
27631             s//\1/
27632             q
27633           }
27634           s/.*/./; q'`
27635
27636 # CDPATH.
27637 $as_unset CDPATH
27638
27639
27640
27641   as_lineno_1=$LINENO
27642   as_lineno_2=$LINENO
27643   test "x$as_lineno_1" != "x$as_lineno_2" &&
27644   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
27645
27646   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27647   # uniformly replaced by the line number.  The first 'sed' inserts a
27648   # line-number line after each line using $LINENO; the second 'sed'
27649   # does the real work.  The second script uses 'N' to pair each
27650   # line-number line with the line containing $LINENO, and appends
27651   # trailing '-' during substitution so that $LINENO is not a special
27652   # case at line end.
27653   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27654   # scripts with optimization help from Paolo Bonzini.  Blame Lee
27655   # E. McMahon (1931-1989) for sed's syntax.  :-)
27656   sed -n '
27657     p
27658     /[$]LINENO/=
27659   ' <$as_myself |
27660     sed '
27661       s/[$]LINENO.*/&-/
27662       t lineno
27663       b
27664       :lineno
27665       N
27666       :loop
27667       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27668       t loop
27669       s/-\n.*//
27670     ' >$as_me.lineno &&
27671   chmod +x "$as_me.lineno" ||
27672     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27673    { (exit 1); exit 1; }; }
27674
27675   # Don't try to exec as it changes $[0], causing all sort of problems
27676   # (the dirname of $[0] is not the place where we might find the
27677   # original and so on.  Autoconf is especially sensitive to this).
27678   . "./$as_me.lineno"
27679   # Exit status is that of the last command.
27680   exit
27681 }
27682
27683
27684 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27685   as_dirname=dirname
27686 else
27687   as_dirname=false
27688 fi
27689
27690 ECHO_C= ECHO_N= ECHO_T=
27691 case `echo -n x` in
27692 -n*)
27693   case `echo 'x\c'` in
27694   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
27695   *)   ECHO_C='\c';;
27696   esac;;
27697 *)
27698   ECHO_N='-n';;
27699 esac
27700 if expr a : '\(a\)' >/dev/null 2>&1 &&
27701    test "X`expr 00001 : '.*\(...\)'`" = X001; then
27702   as_expr=expr
27703 else
27704   as_expr=false
27705 fi
27706
27707 rm -f conf$$ conf$$.exe conf$$.file
27708 if test -d conf$$.dir; then
27709   rm -f conf$$.dir/conf$$.file
27710 else
27711   rm -f conf$$.dir
27712   mkdir conf$$.dir 2>/dev/null
27713 fi
27714 if (echo >conf$$.file) 2>/dev/null; then
27715   if ln -s conf$$.file conf$$ 2>/dev/null; then
27716     as_ln_s='ln -s'
27717     # ... but there are two gotchas:
27718     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27719     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27720     # In both cases, we have to default to `cp -p'.
27721     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27722       as_ln_s='cp -p'
27723   elif ln conf$$.file conf$$ 2>/dev/null; then
27724     as_ln_s=ln
27725   else
27726     as_ln_s='cp -p'
27727   fi
27728 else
27729   as_ln_s='cp -p'
27730 fi
27731 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27732 rmdir conf$$.dir 2>/dev/null
27733
27734 if mkdir -p . 2>/dev/null; then
27735   as_mkdir_p=:
27736 else
27737   test -d ./-p && rmdir ./-p
27738   as_mkdir_p=false
27739 fi
27740
27741 if test -x / >/dev/null 2>&1; then
27742   as_test_x='test -x'
27743 else
27744   if ls -dL / >/dev/null 2>&1; then
27745     as_ls_L_option=L
27746   else
27747     as_ls_L_option=
27748   fi
27749   as_test_x='
27750     eval sh -c '\''
27751       if test -d "$1"; then
27752         test -d "$1/.";
27753       else
27754         case $1 in
27755         -*)set "./$1";;
27756         esac;
27757         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27758         ???[sx]*):;;*)false;;esac;fi
27759     '\'' sh
27760   '
27761 fi
27762 as_executable_p=$as_test_x
27763
27764 # Sed expression to map a string onto a valid CPP name.
27765 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27766
27767 # Sed expression to map a string onto a valid variable name.
27768 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27769
27770
27771 exec 6>&1
27772
27773 # Save the log message, to keep $[0] and so on meaningful, and to
27774 # report actual input values of CONFIG_FILES etc. instead of their
27775 # values after options handling.
27776 ac_log="
27777 This file was extended by Wine $as_me 1.1.8, which was
27778 generated by GNU Autoconf 2.63.  Invocation command line was
27779
27780   CONFIG_FILES    = $CONFIG_FILES
27781   CONFIG_HEADERS  = $CONFIG_HEADERS
27782   CONFIG_LINKS    = $CONFIG_LINKS
27783   CONFIG_COMMANDS = $CONFIG_COMMANDS
27784   $ $0 $@
27785
27786 on `(hostname || uname -n) 2>/dev/null | sed 1q`
27787 "
27788
27789 _ACEOF
27790
27791 case $ac_config_files in *"
27792 "*) set x $ac_config_files; shift; ac_config_files=$*;;
27793 esac
27794
27795 case $ac_config_headers in *"
27796 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
27797 esac
27798
27799
27800 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27801 # Files that config.status was made for.
27802 config_files="$ac_config_files"
27803 config_headers="$ac_config_headers"
27804 config_commands="$ac_config_commands"
27805
27806 _ACEOF
27807
27808 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27809 ac_cs_usage="\
27810 \`$as_me' instantiates files from templates according to the
27811 current configuration.
27812
27813 Usage: $0 [OPTION]... [FILE]...
27814
27815   -h, --help       print this help, then exit
27816   -V, --version    print version number and configuration settings, then exit
27817   -q, --quiet, --silent
27818                    do not print progress messages
27819   -d, --debug      don't remove temporary files
27820       --recheck    update $as_me by reconfiguring in the same conditions
27821       --file=FILE[:TEMPLATE]
27822                    instantiate the configuration file FILE
27823       --header=FILE[:TEMPLATE]
27824                    instantiate the configuration header FILE
27825
27826 Configuration files:
27827 $config_files
27828
27829 Configuration headers:
27830 $config_headers
27831
27832 Configuration commands:
27833 $config_commands
27834
27835 Report bugs to <bug-autoconf@gnu.org>."
27836
27837 _ACEOF
27838 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27839 ac_cs_version="\\
27840 Wine config.status 1.1.8
27841 configured by $0, generated by GNU Autoconf 2.63,
27842   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
27843
27844 Copyright (C) 2008 Free Software Foundation, Inc.
27845 This config.status script is free software; the Free Software Foundation
27846 gives unlimited permission to copy, distribute and modify it."
27847
27848 ac_pwd='$ac_pwd'
27849 srcdir='$srcdir'
27850 INSTALL='$INSTALL'
27851 test -n "\$AWK" || AWK=awk
27852 _ACEOF
27853
27854 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27855 # The default lists apply if the user does not specify any file.
27856 ac_need_defaults=:
27857 while test $# != 0
27858 do
27859   case $1 in
27860   --*=*)
27861     ac_option=`expr "X$1" : 'X\([^=]*\)='`
27862     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
27863     ac_shift=:
27864     ;;
27865   *)
27866     ac_option=$1
27867     ac_optarg=$2
27868     ac_shift=shift
27869     ;;
27870   esac
27871
27872   case $ac_option in
27873   # Handling of the options.
27874   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
27875     ac_cs_recheck=: ;;
27876   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
27877     $as_echo "$ac_cs_version"; exit ;;
27878   --debug | --debu | --deb | --de | --d | -d )
27879     debug=: ;;
27880   --file | --fil | --fi | --f )
27881     $ac_shift
27882     case $ac_optarg in
27883     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
27884     esac
27885     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
27886     ac_need_defaults=false;;
27887   --header | --heade | --head | --hea )
27888     $ac_shift
27889     case $ac_optarg in
27890     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
27891     esac
27892     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
27893     ac_need_defaults=false;;
27894   --he | --h)
27895     # Conflict between --help and --header
27896     { $as_echo "$as_me: error: ambiguous option: $1
27897 Try \`$0 --help' for more information." >&2
27898    { (exit 1); exit 1; }; };;
27899   --help | --hel | -h )
27900     $as_echo "$ac_cs_usage"; exit ;;
27901   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
27902   | -silent | --silent | --silen | --sile | --sil | --si | --s)
27903     ac_cs_silent=: ;;
27904
27905   # This is an error.
27906   -*) { $as_echo "$as_me: error: unrecognized option: $1
27907 Try \`$0 --help' for more information." >&2
27908    { (exit 1); exit 1; }; } ;;
27909
27910   *) ac_config_targets="$ac_config_targets $1"
27911      ac_need_defaults=false ;;
27912
27913   esac
27914   shift
27915 done
27916
27917 ac_configure_extra_args=
27918
27919 if $ac_cs_silent; then
27920   exec 6>/dev/null
27921   ac_configure_extra_args="$ac_configure_extra_args --silent"
27922 fi
27923
27924 _ACEOF
27925 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27926 if \$ac_cs_recheck; then
27927   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
27928   shift
27929   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
27930   CONFIG_SHELL='$SHELL'
27931   export CONFIG_SHELL
27932   exec "\$@"
27933 fi
27934
27935 _ACEOF
27936 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27937 exec 5>>config.log
27938 {
27939   echo
27940   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
27941 ## Running $as_me. ##
27942 _ASBOX
27943   $as_echo "$ac_log"
27944 } >&5
27945
27946 _ACEOF
27947 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27948 _ACEOF
27949
27950 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27951
27952 # Handling of arguments.
27953 for ac_config_target in $ac_config_targets
27954 do
27955   case $ac_config_target in
27956     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
27957     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
27958     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
27959     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
27960     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
27961     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
27962     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
27963     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
27964     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
27965     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
27966     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
27967     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
27968     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
27969     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
27970     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
27971     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
27972     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
27973     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
27974     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
27975     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
27976     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
27977     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
27978     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
27979     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
27980     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
27981     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
27982     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
27983     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
27984     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
27985     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
27986     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
27987     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
27988     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
27989     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
27990     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
27991     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
27992     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
27993     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
27994     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
27995     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
27996     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
27997     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
27998     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
27999     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28000     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28001     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28002     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28003     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28004     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28005     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28006     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28007     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28008     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28009     "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28010     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28011     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28012     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28013     "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28014     "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28015     "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28016     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28017     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28018     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28019     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28020     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28021     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28022     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28023     "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28024     "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28025     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28026     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28027     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28028     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28029     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28030     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28031     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28032     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28033     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28034     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28035     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28036     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28037     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28038     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28039     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28040     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28041     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28042     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28043     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28044     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28045     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28046     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28047     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28048     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28049     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28050     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28051     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28052     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28053     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28054     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28055     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28056     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28057     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28058     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28059     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28060     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28061     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28062     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28063     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28064     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28065     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28066     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28067     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28068     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28069     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28070     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28071     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28072     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28073     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28074     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28075     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28076     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28077     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28078     "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28079     "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28080     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28081     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28082     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28083     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28084     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28085     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28086     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28087     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28088     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28089     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28090     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28091     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28092     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28093     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28094     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28095     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28096     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28097     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28098     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28099     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28100     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28101     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28102     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28103     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28104     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28105     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28106     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28107     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28108     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28109     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28110     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28111     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28112     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28113     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28114     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28115     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28116     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28117     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28118     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28119     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28120     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28121     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28122     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28123     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28124     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28125     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28126     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28127     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28128     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28129     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28130     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28131     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28132     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28133     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28134     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28135     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28136     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28137     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28138     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28139     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28140     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28141     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28142     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28143     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28144     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28145     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28146     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28147     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28148     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28149     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28150     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28151     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28152     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28153     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28154     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28155     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28156     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28157     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28158     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28159     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28160     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28161     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28162     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28163     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28164     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28165     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28166     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28167     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28168     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28169     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28170     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28171     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28172     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28173     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28174     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28175     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28176     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28177     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28178     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28179     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28180     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28181     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28182     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28183     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28184     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28185     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28186     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28187     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28188     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28189     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28190     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28191     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28192     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28193     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28194     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28195     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28196     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28197     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28198     "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28199     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28200     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28201     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28202     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28203     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28204     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28205     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28206     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28207     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28208     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28209     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28210     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28211     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28212     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28213     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28214     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28215     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28216     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28217     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28218     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28219     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28220     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28221     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28222     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28223     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28224     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28225     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28226     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28227     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28228     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28229     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28230     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28231     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28232     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28233     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28234     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28235     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28236     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28237     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28238     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28239     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28240     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28241     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28242     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28243     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28244     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28245     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28246     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28247     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28248     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28249     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28250     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28251     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28252     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28253     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28254     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28255     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28256     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28257     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28258     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28259     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28260     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28261     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28262     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28263     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28264     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28265     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28266     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28267     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28268     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28269     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28270     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28271     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28272     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28273     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28274     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28275     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28276     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28277     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28278     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28279     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28280     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28281     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28282     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28283     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28284     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28285     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28286     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28287     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28288     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28289     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28290     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28291     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28292     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28293     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28294     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28295     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28296     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28297     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28298     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28299     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28300     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28301     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28302     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28303     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28304     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28305     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28306     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28307     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28308     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28309     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28310     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28311     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28312     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28313     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28314     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28315     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28316     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28317     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28318     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28319     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28320     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28321     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28322     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28323     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28324     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28325     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28326     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28327     "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28328     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28329     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28330     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28331     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28332     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28333     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28334     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28335     "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28336     "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28337     "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28338     "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28339     "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28340     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28341     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
28342     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
28343     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
28344     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
28345     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
28346     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
28347     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
28348     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
28349     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
28350     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
28351     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28352     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
28353     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
28354     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
28355     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
28356     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
28357     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
28358     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
28359     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
28360     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
28361     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
28362     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
28363     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
28364     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
28365     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
28366     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28367     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
28368     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
28369     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
28370     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
28371     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28372     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
28373     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
28374     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28375     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28376     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
28377     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
28378     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28379     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
28380     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28381     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
28382     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
28383     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
28384     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28385     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
28386     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
28387     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
28388     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
28389     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28390     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
28391     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
28392     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
28393     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
28394     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
28395     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
28396     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
28397     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
28398     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
28399     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
28400     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
28401     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
28402
28403   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28404 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28405    { (exit 1); exit 1; }; };;
28406   esac
28407 done
28408
28409
28410 # If the user did not use the arguments to specify the items to instantiate,
28411 # then the envvar interface is used.  Set only those that are not.
28412 # We use the long form for the default assignment because of an extremely
28413 # bizarre bug on SunOS 4.1.3.
28414 if $ac_need_defaults; then
28415   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
28416   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
28417   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
28418 fi
28419
28420 # Have a temporary directory for convenience.  Make it in the build tree
28421 # simply because there is no reason against having it here, and in addition,
28422 # creating and moving files from /tmp can sometimes cause problems.
28423 # Hook for its removal unless debugging.
28424 # Note that there is a small window in which the directory will not be cleaned:
28425 # after its creation but before its name has been assigned to `$tmp'.
28426 $debug ||
28427 {
28428   tmp=
28429   trap 'exit_status=$?
28430   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28431 ' 0
28432   trap '{ (exit 1); exit 1; }' 1 2 13 15
28433 }
28434 # Create a (secure) tmp directory for tmp files.
28435
28436 {
28437   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28438   test -n "$tmp" && test -d "$tmp"
28439 }  ||
28440 {
28441   tmp=./conf$$-$RANDOM
28442   (umask 077 && mkdir "$tmp")
28443 } ||
28444 {
28445    $as_echo "$as_me: cannot create a temporary directory in ." >&2
28446    { (exit 1); exit 1; }
28447 }
28448
28449 # Set up the scripts for CONFIG_FILES section.
28450 # No need to generate them if there are no CONFIG_FILES.
28451 # This happens for instance with `./config.status config.h'.
28452 if test -n "$CONFIG_FILES"; then
28453
28454 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
28455   ac_cs_awk_getline=:
28456   ac_cs_awk_pipe_init=
28457   ac_cs_awk_read_file='
28458       while ((getline aline < (F[key])) > 0)
28459         print(aline)
28460       close(F[key])'
28461   ac_cs_awk_pipe_fini=
28462 else
28463   ac_cs_awk_getline=false
28464   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
28465   ac_cs_awk_read_file='
28466       print "|#_!!_#|"
28467       print "cat " F[key] " &&"
28468       '$ac_cs_awk_pipe_init
28469   # The final `:' finishes the AND list.
28470   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
28471 fi
28472 ac_cr='\r'
28473 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
28474 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
28475   ac_cs_awk_cr='\\r'
28476 else
28477   ac_cs_awk_cr=$ac_cr
28478 fi
28479
28480 echo 'BEGIN {' >"$tmp/subs1.awk" &&
28481 _ACEOF
28482
28483 # Create commands to substitute file output variables.
28484 {
28485   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
28486   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
28487   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
28488   echo "_ACAWK" &&
28489   echo "_ACEOF"
28490 } >conf$$files.sh &&
28491 . ./conf$$files.sh ||
28492   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28493 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28494    { (exit 1); exit 1; }; }
28495 rm -f conf$$files.sh
28496
28497 {
28498   echo "cat >conf$$subs.awk <<_ACEOF" &&
28499   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
28500   echo "_ACEOF"
28501 } >conf$$subs.sh ||
28502   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28503 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28504    { (exit 1); exit 1; }; }
28505 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
28506 ac_delim='%!_!# '
28507 for ac_last_try in false false false false false :; do
28508   . ./conf$$subs.sh ||
28509     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28510 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28511    { (exit 1); exit 1; }; }
28512
28513   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
28514   if test $ac_delim_n = $ac_delim_num; then
28515     break
28516   elif $ac_last_try; then
28517     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28518 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28519    { (exit 1); exit 1; }; }
28520   else
28521     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28522   fi
28523 done
28524 rm -f conf$$subs.sh
28525
28526 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28527 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
28528 _ACEOF
28529 sed -n '
28530 h
28531 s/^/S["/; s/!.*/"]=/
28532 p
28533 g
28534 s/^[^!]*!//
28535 :repl
28536 t repl
28537 s/'"$ac_delim"'$//
28538 t delim
28539 :nl
28540 h
28541 s/\(.\{148\}\).*/\1/
28542 t more1
28543 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
28544 p
28545 n
28546 b repl
28547 :more1
28548 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28549 p
28550 g
28551 s/.\{148\}//
28552 t nl
28553 :delim
28554 h
28555 s/\(.\{148\}\).*/\1/
28556 t more2
28557 s/["\\]/\\&/g; s/^/"/; s/$/"/
28558 p
28559 b
28560 :more2
28561 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28562 p
28563 g
28564 s/.\{148\}//
28565 t delim
28566 ' <conf$$subs.awk | sed '
28567 /^[^""]/{
28568   N
28569   s/\n//
28570 }
28571 ' >>$CONFIG_STATUS || ac_write_fail=1
28572 rm -f conf$$subs.awk
28573 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28574 _ACAWK
28575 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
28576   for (key in S) S_is_set[key] = 1
28577   FS = "\a"
28578   \$ac_cs_awk_pipe_init
28579 }
28580 {
28581   line = $ 0
28582   nfields = split(line, field, "@")
28583   substed = 0
28584   len = length(field[1])
28585   for (i = 2; i < nfields; i++) {
28586     key = field[i]
28587     keylen = length(key)
28588     if (S_is_set[key]) {
28589       value = S[key]
28590       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
28591       len += length(value) + length(field[++i])
28592       substed = 1
28593     } else
28594       len += 1 + keylen
28595   }
28596   if (nfields == 3 && !substed) {
28597     key = field[2]
28598     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
28599       \$ac_cs_awk_read_file
28600       next
28601     }
28602   }
28603   print line
28604 }
28605 \$ac_cs_awk_pipe_fini
28606 _ACAWK
28607 _ACEOF
28608 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28609 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
28610   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
28611 else
28612   cat
28613 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
28614   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
28615 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
28616    { (exit 1); exit 1; }; }
28617 _ACEOF
28618
28619 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28620 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28621 # trailing colons and then remove the whole line if VPATH becomes empty
28622 # (actually we leave an empty line to preserve line numbers).
28623 if test "x$srcdir" = x.; then
28624   ac_vpsub='/^[  ]*VPATH[        ]*=/{
28625 s/:*\$(srcdir):*/:/
28626 s/:*\${srcdir}:*/:/
28627 s/:*@srcdir@:*/:/
28628 s/^\([^=]*=[     ]*\):*/\1/
28629 s/:*$//
28630 s/^[^=]*=[       ]*$//
28631 }'
28632 fi
28633
28634 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28635 fi # test -n "$CONFIG_FILES"
28636
28637 # Set up the scripts for CONFIG_HEADERS section.
28638 # No need to generate them if there are no CONFIG_HEADERS.
28639 # This happens for instance with `./config.status Makefile'.
28640 if test -n "$CONFIG_HEADERS"; then
28641 cat >"$tmp/defines.awk" <<\_ACAWK ||
28642 BEGIN {
28643 _ACEOF
28644
28645 # Transform confdefs.h into an awk script `defines.awk', embedded as
28646 # here-document in config.status, that substitutes the proper values into
28647 # config.h.in to produce config.h.
28648
28649 # Create a delimiter string that does not exist in confdefs.h, to ease
28650 # handling of long lines.
28651 ac_delim='%!_!# '
28652 for ac_last_try in false false :; do
28653   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
28654   if test -z "$ac_t"; then
28655     break
28656   elif $ac_last_try; then
28657     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
28658 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
28659    { (exit 1); exit 1; }; }
28660   else
28661     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28662   fi
28663 done
28664
28665 # For the awk script, D is an array of macro values keyed by name,
28666 # likewise P contains macro parameters if any.  Preserve backslash
28667 # newline sequences.
28668
28669 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
28670 sed -n '
28671 s/.\{148\}/&'"$ac_delim"'/g
28672 t rset
28673 :rset
28674 s/^[     ]*#[    ]*define[       ][      ]*/ /
28675 t def
28676 d
28677 :def
28678 s/\\$//
28679 t bsnl
28680 s/["\\]/\\&/g
28681 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
28682 D["\1"]=" \3"/p
28683 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
28684 d
28685 :bsnl
28686 s/["\\]/\\&/g
28687 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
28688 D["\1"]=" \3\\\\\\n"\\/p
28689 t cont
28690 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
28691 t cont
28692 d
28693 :cont
28694 n
28695 s/.\{148\}/&'"$ac_delim"'/g
28696 t clear
28697 :clear
28698 s/\\$//
28699 t bsnlc
28700 s/["\\]/\\&/g; s/^/"/; s/$/"/p
28701 d
28702 :bsnlc
28703 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
28704 b cont
28705 ' <confdefs.h | sed '
28706 s/'"$ac_delim"'/"\\\
28707 "/g' >>$CONFIG_STATUS || ac_write_fail=1
28708
28709 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28710   for (key in D) D_is_set[key] = 1
28711   FS = "\a"
28712 }
28713 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
28714   line = \$ 0
28715   split(line, arg, " ")
28716   if (arg[1] == "#") {
28717     defundef = arg[2]
28718     mac1 = arg[3]
28719   } else {
28720     defundef = substr(arg[1], 2)
28721     mac1 = arg[2]
28722   }
28723   split(mac1, mac2, "(") #)
28724   macro = mac2[1]
28725   prefix = substr(line, 1, index(line, defundef) - 1)
28726   if (D_is_set[macro]) {
28727     # Preserve the white space surrounding the "#".
28728     print prefix "define", macro P[macro] D[macro]
28729     next
28730   } else {
28731     # Replace #undef with comments.  This is necessary, for example,
28732     # in the case of _POSIX_SOURCE, which is predefined and required
28733     # on some systems where configure will not decide to define it.
28734     if (defundef == "undef") {
28735       print "/*", prefix defundef, macro, "*/"
28736       next
28737     }
28738   }
28739 }
28740 { print }
28741 _ACAWK
28742 _ACEOF
28743 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28744   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
28745 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
28746    { (exit 1); exit 1; }; }
28747 fi # test -n "$CONFIG_HEADERS"
28748
28749
28750 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
28751 shift
28752 for ac_tag
28753 do
28754   case $ac_tag in
28755   :[FHLC]) ac_mode=$ac_tag; continue;;
28756   esac
28757   case $ac_mode$ac_tag in
28758   :[FHL]*:*);;
28759   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
28760 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
28761    { (exit 1); exit 1; }; };;
28762   :[FH]-) ac_tag=-:-;;
28763   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
28764   esac
28765   ac_save_IFS=$IFS
28766   IFS=:
28767   set x $ac_tag
28768   IFS=$ac_save_IFS
28769   shift
28770   ac_file=$1
28771   shift
28772
28773   case $ac_mode in
28774   :L) ac_source=$1;;
28775   :[FH])
28776     ac_file_inputs=
28777     for ac_f
28778     do
28779       case $ac_f in
28780       -) ac_f="$tmp/stdin";;
28781       *) # Look for the file first in the build tree, then in the source tree
28782          # (if the path is not absolute).  The absolute path cannot be DOS-style,
28783          # because $ac_f cannot contain `:'.
28784          test -f "$ac_f" ||
28785            case $ac_f in
28786            [\\/$]*) false;;
28787            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
28788            esac ||
28789            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
28790 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
28791    { (exit 1); exit 1; }; };;
28792       esac
28793       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
28794       ac_file_inputs="$ac_file_inputs '$ac_f'"
28795     done
28796
28797     # Let's still pretend it is `configure' which instantiates (i.e., don't
28798     # use $as_me), people would be surprised to read:
28799     #    /* config.h.  Generated by config.status.  */
28800     configure_input='Generated from '`
28801           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
28802         `' by configure.'
28803     if test x"$ac_file" != x-; then
28804       configure_input="$ac_file.  $configure_input"
28805       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
28806 $as_echo "$as_me: creating $ac_file" >&6;}
28807     fi
28808     # Neutralize special characters interpreted by sed in replacement strings.
28809     case $configure_input in #(
28810     *\&* | *\|* | *\\* )
28811        ac_sed_conf_input=`$as_echo "$configure_input" |
28812        sed 's/[\\\\&|]/\\\\&/g'`;; #(
28813     *) ac_sed_conf_input=$configure_input;;
28814     esac
28815
28816     case $ac_tag in
28817     *:-:* | *:-) cat >"$tmp/stdin" \
28818       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
28819 $as_echo "$as_me: error: could not create $ac_file" >&2;}
28820    { (exit 1); exit 1; }; } ;;
28821     esac
28822     ;;
28823   esac
28824
28825   ac_dir=`$as_dirname -- "$ac_file" ||
28826 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28827          X"$ac_file" : 'X\(//\)[^/]' \| \
28828          X"$ac_file" : 'X\(//\)$' \| \
28829          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
28830 $as_echo X"$ac_file" |
28831     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28832             s//\1/
28833             q
28834           }
28835           /^X\(\/\/\)[^/].*/{
28836             s//\1/
28837             q
28838           }
28839           /^X\(\/\/\)$/{
28840             s//\1/
28841             q
28842           }
28843           /^X\(\/\).*/{
28844             s//\1/
28845             q
28846           }
28847           s/.*/./; q'`
28848   { as_dir="$ac_dir"
28849   case $as_dir in #(
28850   -*) as_dir=./$as_dir;;
28851   esac
28852   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
28853     as_dirs=
28854     while :; do
28855       case $as_dir in #(
28856       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
28857       *) as_qdir=$as_dir;;
28858       esac
28859       as_dirs="'$as_qdir' $as_dirs"
28860       as_dir=`$as_dirname -- "$as_dir" ||
28861 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28862          X"$as_dir" : 'X\(//\)[^/]' \| \
28863          X"$as_dir" : 'X\(//\)$' \| \
28864          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28865 $as_echo X"$as_dir" |
28866     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28867             s//\1/
28868             q
28869           }
28870           /^X\(\/\/\)[^/].*/{
28871             s//\1/
28872             q
28873           }
28874           /^X\(\/\/\)$/{
28875             s//\1/
28876             q
28877           }
28878           /^X\(\/\).*/{
28879             s//\1/
28880             q
28881           }
28882           s/.*/./; q'`
28883       test -d "$as_dir" && break
28884     done
28885     test -z "$as_dirs" || eval "mkdir $as_dirs"
28886   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
28887 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
28888    { (exit 1); exit 1; }; }; }
28889   ac_builddir=.
28890
28891 case "$ac_dir" in
28892 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
28893 *)
28894   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
28895   # A ".." for each directory in $ac_dir_suffix.
28896   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
28897   case $ac_top_builddir_sub in
28898   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
28899   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
28900   esac ;;
28901 esac
28902 ac_abs_top_builddir=$ac_pwd
28903 ac_abs_builddir=$ac_pwd$ac_dir_suffix
28904 # for backward compatibility:
28905 ac_top_builddir=$ac_top_build_prefix
28906
28907 case $srcdir in
28908   .)  # We are building in place.
28909     ac_srcdir=.
28910     ac_top_srcdir=$ac_top_builddir_sub
28911     ac_abs_top_srcdir=$ac_pwd ;;
28912   [\\/]* | ?:[\\/]* )  # Absolute name.
28913     ac_srcdir=$srcdir$ac_dir_suffix;
28914     ac_top_srcdir=$srcdir
28915     ac_abs_top_srcdir=$srcdir ;;
28916   *) # Relative name.
28917     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
28918     ac_top_srcdir=$ac_top_build_prefix$srcdir
28919     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
28920 esac
28921 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
28922
28923
28924   case $ac_mode in
28925   :F)
28926   #
28927   # CONFIG_FILE
28928   #
28929
28930   case $INSTALL in
28931   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
28932   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
28933   esac
28934 _ACEOF
28935
28936 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28937 # If the template does not know about datarootdir, expand it.
28938 # FIXME: This hack should be removed a few years after 2.60.
28939 ac_datarootdir_hack=; ac_datarootdir_seen=
28940
28941 ac_sed_dataroot='
28942 /datarootdir/ {
28943   p
28944   q
28945 }
28946 /@datadir@/p
28947 /@docdir@/p
28948 /@infodir@/p
28949 /@localedir@/p
28950 /@mandir@/p
28951 '
28952 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
28953 *datarootdir*) ac_datarootdir_seen=yes;;
28954 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
28955   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
28956 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
28957 _ACEOF
28958 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28959   ac_datarootdir_hack='
28960   s&@datadir@&$datadir&g
28961   s&@docdir@&$docdir&g
28962   s&@infodir@&$infodir&g
28963   s&@localedir@&$localedir&g
28964   s&@mandir@&$mandir&g
28965     s&\\\${datarootdir}&$datarootdir&g' ;;
28966 esac
28967 _ACEOF
28968
28969 # Neutralize VPATH when `$srcdir' = `.'.
28970 # Shell code in configure.ac might set extrasub.
28971 # FIXME: do we really want to maintain this feature?
28972 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28973 ac_sed_extra="$ac_vpsub
28974 $extrasub
28975 _ACEOF
28976 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28977 :t
28978 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28979 s|@configure_input@|$ac_sed_conf_input|;t t
28980 s&@top_builddir@&$ac_top_builddir_sub&;t t
28981 s&@top_build_prefix@&$ac_top_build_prefix&;t t
28982 s&@srcdir@&$ac_srcdir&;t t
28983 s&@abs_srcdir@&$ac_abs_srcdir&;t t
28984 s&@top_srcdir@&$ac_top_srcdir&;t t
28985 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
28986 s&@builddir@&$ac_builddir&;t t
28987 s&@abs_builddir@&$ac_abs_builddir&;t t
28988 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
28989 s&@INSTALL@&$ac_INSTALL&;t t
28990 $ac_datarootdir_hack
28991 "
28992 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
28993 if $ac_cs_awk_getline; then
28994   $AWK -f "$tmp/subs.awk"
28995 else
28996   $AWK -f "$tmp/subs.awk" | $SHELL
28997 fi >$tmp/out \
28998   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
28999 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29000    { (exit 1); exit 1; }; }
29001
29002 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29003   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29004   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29005   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29006 which seems to be undefined.  Please make sure it is defined." >&5
29007 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29008 which seems to be undefined.  Please make sure it is defined." >&2;}
29009
29010   rm -f "$tmp/stdin"
29011   case $ac_file in
29012   -) cat "$tmp/out" && rm -f "$tmp/out";;
29013   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29014   esac \
29015   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29016 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29017    { (exit 1); exit 1; }; }
29018  ;;
29019   :H)
29020   #
29021   # CONFIG_HEADER
29022   #
29023   if test x"$ac_file" != x-; then
29024     {
29025       $as_echo "/* $configure_input  */" \
29026       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29027     } >"$tmp/config.h" \
29028       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29029 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29030    { (exit 1); exit 1; }; }
29031     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29032       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29033 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29034     else
29035       rm -f "$ac_file"
29036       mv "$tmp/config.h" "$ac_file" \
29037         || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29038 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29039    { (exit 1); exit 1; }; }
29040     fi
29041   else
29042     $as_echo "/* $configure_input  */" \
29043       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29044       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29045 $as_echo "$as_me: error: could not create -" >&2;}
29046    { (exit 1); exit 1; }; }
29047   fi
29048  ;;
29049
29050   :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29051 $as_echo "$as_me: executing $ac_file commands" >&6;}
29052  ;;
29053   esac
29054
29055
29056   case $ac_file$ac_mode in
29057     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29058     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29059 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29060     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29061 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29062     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29063 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29064     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29065 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29066     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29067 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29068     "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29069 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29070
29071   esac
29072 done # for ac_tag
29073
29074
29075 { (exit 0); exit 0; }
29076 _ACEOF
29077 chmod +x $CONFIG_STATUS
29078 ac_clean_files=$ac_clean_files_save
29079
29080 test $ac_write_fail = 0 ||
29081   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29082 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29083    { (exit 1); exit 1; }; }
29084
29085
29086 # configure is writing to config.log, and then calls config.status.
29087 # config.status does its own redirection, appending to config.log.
29088 # Unfortunately, on DOS this fails, as config.log is still kept open
29089 # by configure, so config.status won't be able to write to it; its
29090 # output is simply discarded.  So we exec the FD to /dev/null,
29091 # effectively closing config.log, so it can be properly (re)opened and
29092 # appended to by config.status.  When coming back to configure, we
29093 # need to make the FD available again.
29094 if test "$no_create" != yes; then
29095   ac_cs_success=:
29096   ac_config_status_args=
29097   test "$silent" = yes &&
29098     ac_config_status_args="$ac_config_status_args --quiet"
29099   exec 5>/dev/null
29100   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29101   exec 5>>config.log
29102   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29103   # would make configure fail if this is the last instruction.
29104   $ac_cs_success || { (exit 1); exit 1; }
29105 fi
29106 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29107   { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29108 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29109 fi
29110
29111
29112 if test "$no_create" = "yes"
29113 then
29114   exit 0
29115 fi
29116
29117 ac_save_IFS="$IFS"
29118 if test "x$wine_notices != "x; then
29119     echo >&6
29120     IFS="|"
29121     for msg in $wine_notices; do
29122         IFS="$ac_save_IFS"
29123         if test -n "$msg"; then
29124             { $as_echo "$as_me:$LINENO: $msg" >&5
29125 $as_echo "$as_me: $msg" >&6;}
29126         fi
29127     done
29128 fi
29129 IFS="|"
29130 for msg in $wine_warnings; do
29131     IFS="$ac_save_IFS"
29132     if test -n "$msg"; then
29133         echo >&2
29134         { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29135 $as_echo "$as_me: WARNING: $msg" >&2;}
29136     fi
29137 done
29138 IFS="$ac_save_IFS"
29139
29140 echo "
29141 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
29142 " >&6
29143