configure: Add a wrapper macro for mkdir on Windows.
[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.10.
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.10'
600 PACKAGE_STRING='Wine 1.1.10'
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_tests
819 enable_maintainer_mode
820 with_alsa
821 with_audioio
822 with_capi
823 with_cms
824 with_coreaudio
825 with_cups
826 with_curses
827 with_esd
828 with_fontconfig
829 with_freetype
830 with_gphoto
831 with_glu
832 with_gnutls
833 with_hal
834 with_jack
835 with_jpeg
836 with_ldap
837 with_nas
838 with_opengl
839 with_openssl
840 with_oss
841 with_png
842 with_sane
843 with_xcomposite
844 with_xcursor
845 with_xinerama
846 with_xinput
847 with_xml
848 with_xrandr
849 with_xrender
850 with_xshape
851 with_xshm
852 with_xslt
853 with_xxf86vm
854 with_wine_tools
855 with_x
856 '
857       ac_precious_vars='build_alias
858 host_alias
859 target_alias
860 CC
861 CFLAGS
862 LDFLAGS
863 LIBS
864 CPPFLAGS
865 CXX
866 CXXFLAGS
867 CCC
868 XMKMF
869 CPP'
870
871
872 # Initialize some variables set by options.
873 ac_init_help=
874 ac_init_version=false
875 ac_unrecognized_opts=
876 ac_unrecognized_sep=
877 # The variables have the same names as the options, with
878 # dashes changed to underlines.
879 cache_file=/dev/null
880 exec_prefix=NONE
881 no_create=
882 no_recursion=
883 prefix=NONE
884 program_prefix=NONE
885 program_suffix=NONE
886 program_transform_name=s,x,x,
887 silent=
888 site=
889 srcdir=
890 verbose=
891 x_includes=NONE
892 x_libraries=NONE
893
894 # Installation directory options.
895 # These are left unexpanded so users can "make install exec_prefix=/foo"
896 # and all the variables that are supposed to be based on exec_prefix
897 # by default will actually change.
898 # Use braces instead of parens because sh, perl, etc. also accept them.
899 # (The list follows the same order as the GNU Coding Standards.)
900 bindir='${exec_prefix}/bin'
901 sbindir='${exec_prefix}/sbin'
902 libexecdir='${exec_prefix}/libexec'
903 datarootdir='${prefix}/share'
904 datadir='${datarootdir}'
905 sysconfdir='${prefix}/etc'
906 sharedstatedir='${prefix}/com'
907 localstatedir='${prefix}/var'
908 includedir='${prefix}/include'
909 oldincludedir='/usr/include'
910 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
911 infodir='${datarootdir}/info'
912 htmldir='${docdir}'
913 dvidir='${docdir}'
914 pdfdir='${docdir}'
915 psdir='${docdir}'
916 libdir='${exec_prefix}/lib'
917 localedir='${datarootdir}/locale'
918 mandir='${datarootdir}/man'
919
920 ac_prev=
921 ac_dashdash=
922 for ac_option
923 do
924   # If the previous option needs an argument, assign it.
925   if test -n "$ac_prev"; then
926     eval $ac_prev=\$ac_option
927     ac_prev=
928     continue
929   fi
930
931   case $ac_option in
932   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
933   *)    ac_optarg=yes ;;
934   esac
935
936   # Accept the important Cygnus configure options, so we can diagnose typos.
937
938   case $ac_dashdash$ac_option in
939   --)
940     ac_dashdash=yes ;;
941
942   -bindir | --bindir | --bindi | --bind | --bin | --bi)
943     ac_prev=bindir ;;
944   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
945     bindir=$ac_optarg ;;
946
947   -build | --build | --buil | --bui | --bu)
948     ac_prev=build_alias ;;
949   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
950     build_alias=$ac_optarg ;;
951
952   -cache-file | --cache-file | --cache-fil | --cache-fi \
953   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
954     ac_prev=cache_file ;;
955   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
956   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
957     cache_file=$ac_optarg ;;
958
959   --config-cache | -C)
960     cache_file=config.cache ;;
961
962   -datadir | --datadir | --datadi | --datad)
963     ac_prev=datadir ;;
964   -datadir=* | --datadir=* | --datadi=* | --datad=*)
965     datadir=$ac_optarg ;;
966
967   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
968   | --dataroo | --dataro | --datar)
969     ac_prev=datarootdir ;;
970   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
971   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
972     datarootdir=$ac_optarg ;;
973
974   -disable-* | --disable-*)
975     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
976     # Reject names that are not valid shell variable names.
977     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
978       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
979    { (exit 1); exit 1; }; }
980     ac_useropt_orig=$ac_useropt
981     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
982     case $ac_user_opts in
983       *"
984 "enable_$ac_useropt"
985 "*) ;;
986       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
987          ac_unrecognized_sep=', ';;
988     esac
989     eval enable_$ac_useropt=no ;;
990
991   -docdir | --docdir | --docdi | --doc | --do)
992     ac_prev=docdir ;;
993   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
994     docdir=$ac_optarg ;;
995
996   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
997     ac_prev=dvidir ;;
998   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
999     dvidir=$ac_optarg ;;
1000
1001   -enable-* | --enable-*)
1002     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1003     # Reject names that are not valid shell variable names.
1004     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1005       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1006    { (exit 1); exit 1; }; }
1007     ac_useropt_orig=$ac_useropt
1008     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1009     case $ac_user_opts in
1010       *"
1011 "enable_$ac_useropt"
1012 "*) ;;
1013       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1014          ac_unrecognized_sep=', ';;
1015     esac
1016     eval enable_$ac_useropt=\$ac_optarg ;;
1017
1018   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1019   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1020   | --exec | --exe | --ex)
1021     ac_prev=exec_prefix ;;
1022   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1023   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1024   | --exec=* | --exe=* | --ex=*)
1025     exec_prefix=$ac_optarg ;;
1026
1027   -gas | --gas | --ga | --g)
1028     # Obsolete; use --with-gas.
1029     with_gas=yes ;;
1030
1031   -help | --help | --hel | --he | -h)
1032     ac_init_help=long ;;
1033   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1034     ac_init_help=recursive ;;
1035   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1036     ac_init_help=short ;;
1037
1038   -host | --host | --hos | --ho)
1039     ac_prev=host_alias ;;
1040   -host=* | --host=* | --hos=* | --ho=*)
1041     host_alias=$ac_optarg ;;
1042
1043   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1044     ac_prev=htmldir ;;
1045   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1046   | --ht=*)
1047     htmldir=$ac_optarg ;;
1048
1049   -includedir | --includedir | --includedi | --included | --include \
1050   | --includ | --inclu | --incl | --inc)
1051     ac_prev=includedir ;;
1052   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1053   | --includ=* | --inclu=* | --incl=* | --inc=*)
1054     includedir=$ac_optarg ;;
1055
1056   -infodir | --infodir | --infodi | --infod | --info | --inf)
1057     ac_prev=infodir ;;
1058   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1059     infodir=$ac_optarg ;;
1060
1061   -libdir | --libdir | --libdi | --libd)
1062     ac_prev=libdir ;;
1063   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1064     libdir=$ac_optarg ;;
1065
1066   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1067   | --libexe | --libex | --libe)
1068     ac_prev=libexecdir ;;
1069   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1070   | --libexe=* | --libex=* | --libe=*)
1071     libexecdir=$ac_optarg ;;
1072
1073   -localedir | --localedir | --localedi | --localed | --locale)
1074     ac_prev=localedir ;;
1075   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1076     localedir=$ac_optarg ;;
1077
1078   -localstatedir | --localstatedir | --localstatedi | --localstated \
1079   | --localstate | --localstat | --localsta | --localst | --locals)
1080     ac_prev=localstatedir ;;
1081   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1082   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1083     localstatedir=$ac_optarg ;;
1084
1085   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1086     ac_prev=mandir ;;
1087   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1088     mandir=$ac_optarg ;;
1089
1090   -nfp | --nfp | --nf)
1091     # Obsolete; use --without-fp.
1092     with_fp=no ;;
1093
1094   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1095   | --no-cr | --no-c | -n)
1096     no_create=yes ;;
1097
1098   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1099   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1100     no_recursion=yes ;;
1101
1102   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1103   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1104   | --oldin | --oldi | --old | --ol | --o)
1105     ac_prev=oldincludedir ;;
1106   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1107   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1108   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1109     oldincludedir=$ac_optarg ;;
1110
1111   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1112     ac_prev=prefix ;;
1113   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1114     prefix=$ac_optarg ;;
1115
1116   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1117   | --program-pre | --program-pr | --program-p)
1118     ac_prev=program_prefix ;;
1119   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1120   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1121     program_prefix=$ac_optarg ;;
1122
1123   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1124   | --program-suf | --program-su | --program-s)
1125     ac_prev=program_suffix ;;
1126   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1127   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1128     program_suffix=$ac_optarg ;;
1129
1130   -program-transform-name | --program-transform-name \
1131   | --program-transform-nam | --program-transform-na \
1132   | --program-transform-n | --program-transform- \
1133   | --program-transform | --program-transfor \
1134   | --program-transfo | --program-transf \
1135   | --program-trans | --program-tran \
1136   | --progr-tra | --program-tr | --program-t)
1137     ac_prev=program_transform_name ;;
1138   -program-transform-name=* | --program-transform-name=* \
1139   | --program-transform-nam=* | --program-transform-na=* \
1140   | --program-transform-n=* | --program-transform-=* \
1141   | --program-transform=* | --program-transfor=* \
1142   | --program-transfo=* | --program-transf=* \
1143   | --program-trans=* | --program-tran=* \
1144   | --progr-tra=* | --program-tr=* | --program-t=*)
1145     program_transform_name=$ac_optarg ;;
1146
1147   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1148     ac_prev=pdfdir ;;
1149   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1150     pdfdir=$ac_optarg ;;
1151
1152   -psdir | --psdir | --psdi | --psd | --ps)
1153     ac_prev=psdir ;;
1154   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1155     psdir=$ac_optarg ;;
1156
1157   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1158   | -silent | --silent | --silen | --sile | --sil)
1159     silent=yes ;;
1160
1161   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1162     ac_prev=sbindir ;;
1163   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1164   | --sbi=* | --sb=*)
1165     sbindir=$ac_optarg ;;
1166
1167   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1168   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1169   | --sharedst | --shareds | --shared | --share | --shar \
1170   | --sha | --sh)
1171     ac_prev=sharedstatedir ;;
1172   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1173   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1174   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1175   | --sha=* | --sh=*)
1176     sharedstatedir=$ac_optarg ;;
1177
1178   -site | --site | --sit)
1179     ac_prev=site ;;
1180   -site=* | --site=* | --sit=*)
1181     site=$ac_optarg ;;
1182
1183   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1184     ac_prev=srcdir ;;
1185   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1186     srcdir=$ac_optarg ;;
1187
1188   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1189   | --syscon | --sysco | --sysc | --sys | --sy)
1190     ac_prev=sysconfdir ;;
1191   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1192   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1193     sysconfdir=$ac_optarg ;;
1194
1195   -target | --target | --targe | --targ | --tar | --ta | --t)
1196     ac_prev=target_alias ;;
1197   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1198     target_alias=$ac_optarg ;;
1199
1200   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1201     verbose=yes ;;
1202
1203   -version | --version | --versio | --versi | --vers | -V)
1204     ac_init_version=: ;;
1205
1206   -with-* | --with-*)
1207     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1208     # Reject names that are not valid shell variable names.
1209     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1210       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1211    { (exit 1); exit 1; }; }
1212     ac_useropt_orig=$ac_useropt
1213     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1214     case $ac_user_opts in
1215       *"
1216 "with_$ac_useropt"
1217 "*) ;;
1218       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1219          ac_unrecognized_sep=', ';;
1220     esac
1221     eval with_$ac_useropt=\$ac_optarg ;;
1222
1223   -without-* | --without-*)
1224     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1225     # Reject names that are not valid shell variable names.
1226     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1227       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1228    { (exit 1); exit 1; }; }
1229     ac_useropt_orig=$ac_useropt
1230     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1231     case $ac_user_opts in
1232       *"
1233 "with_$ac_useropt"
1234 "*) ;;
1235       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1236          ac_unrecognized_sep=', ';;
1237     esac
1238     eval with_$ac_useropt=no ;;
1239
1240   --x)
1241     # Obsolete; use --with-x.
1242     with_x=yes ;;
1243
1244   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1245   | --x-incl | --x-inc | --x-in | --x-i)
1246     ac_prev=x_includes ;;
1247   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1248   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1249     x_includes=$ac_optarg ;;
1250
1251   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1252   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1253     ac_prev=x_libraries ;;
1254   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1255   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1256     x_libraries=$ac_optarg ;;
1257
1258   -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1259 Try \`$0 --help' for more information." >&2
1260    { (exit 1); exit 1; }; }
1261     ;;
1262
1263   *=*)
1264     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1265     # Reject names that are not valid shell variable names.
1266     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1267       { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1268    { (exit 1); exit 1; }; }
1269     eval $ac_envvar=\$ac_optarg
1270     export $ac_envvar ;;
1271
1272   *)
1273     # FIXME: should be removed in autoconf 3.0.
1274     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1275     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1276       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1277     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1278     ;;
1279
1280   esac
1281 done
1282
1283 if test -n "$ac_prev"; then
1284   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1285   { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1286    { (exit 1); exit 1; }; }
1287 fi
1288
1289 if test -n "$ac_unrecognized_opts"; then
1290   case $enable_option_checking in
1291     no) ;;
1292     fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1293    { (exit 1); exit 1; }; } ;;
1294     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1295   esac
1296 fi
1297
1298 # Check all directory arguments for consistency.
1299 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1300                 datadir sysconfdir sharedstatedir localstatedir includedir \
1301                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1302                 libdir localedir mandir
1303 do
1304   eval ac_val=\$$ac_var
1305   # Remove trailing slashes.
1306   case $ac_val in
1307     */ )
1308       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1309       eval $ac_var=\$ac_val;;
1310   esac
1311   # Be sure to have absolute directory names.
1312   case $ac_val in
1313     [\\/$]* | ?:[\\/]* )  continue;;
1314     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1315   esac
1316   { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1317    { (exit 1); exit 1; }; }
1318 done
1319
1320 # There might be people who depend on the old broken behavior: `$host'
1321 # used to hold the argument of --host etc.
1322 # FIXME: To remove some day.
1323 build=$build_alias
1324 host=$host_alias
1325 target=$target_alias
1326
1327 # FIXME: To remove some day.
1328 if test "x$host_alias" != x; then
1329   if test "x$build_alias" = x; then
1330     cross_compiling=maybe
1331     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1332     If a cross compiler is detected then cross compile mode will be used." >&2
1333   elif test "x$build_alias" != "x$host_alias"; then
1334     cross_compiling=yes
1335   fi
1336 fi
1337
1338 ac_tool_prefix=
1339 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1340
1341 test "$silent" = yes && exec 6>/dev/null
1342
1343
1344 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1345 ac_ls_di=`ls -di .` &&
1346 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1347   { $as_echo "$as_me: error: working directory cannot be determined" >&2
1348    { (exit 1); exit 1; }; }
1349 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1350   { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1351    { (exit 1); exit 1; }; }
1352
1353
1354 # Find the source files, if location was not specified.
1355 if test -z "$srcdir"; then
1356   ac_srcdir_defaulted=yes
1357   # Try the directory containing this script, then the parent directory.
1358   ac_confdir=`$as_dirname -- "$as_myself" ||
1359 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1360          X"$as_myself" : 'X\(//\)[^/]' \| \
1361          X"$as_myself" : 'X\(//\)$' \| \
1362          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1363 $as_echo X"$as_myself" |
1364     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1365             s//\1/
1366             q
1367           }
1368           /^X\(\/\/\)[^/].*/{
1369             s//\1/
1370             q
1371           }
1372           /^X\(\/\/\)$/{
1373             s//\1/
1374             q
1375           }
1376           /^X\(\/\).*/{
1377             s//\1/
1378             q
1379           }
1380           s/.*/./; q'`
1381   srcdir=$ac_confdir
1382   if test ! -r "$srcdir/$ac_unique_file"; then
1383     srcdir=..
1384   fi
1385 else
1386   ac_srcdir_defaulted=no
1387 fi
1388 if test ! -r "$srcdir/$ac_unique_file"; then
1389   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1390   { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1391    { (exit 1); exit 1; }; }
1392 fi
1393 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1394 ac_abs_confdir=`(
1395         cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1396    { (exit 1); exit 1; }; }
1397         pwd)`
1398 # When building in place, set srcdir=.
1399 if test "$ac_abs_confdir" = "$ac_pwd"; then
1400   srcdir=.
1401 fi
1402 # Remove unnecessary trailing slashes from srcdir.
1403 # Double slashes in file names in object file debugging info
1404 # mess up M-x gdb in Emacs.
1405 case $srcdir in
1406 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1407 esac
1408 for ac_var in $ac_precious_vars; do
1409   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1410   eval ac_env_${ac_var}_value=\$${ac_var}
1411   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1412   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1413 done
1414
1415 #
1416 # Report the --help message.
1417 #
1418 if test "$ac_init_help" = "long"; then
1419   # Omit some internal or obsolete options to make the list less imposing.
1420   # This message is too long to be a string in the A/UX 3.1 sh.
1421   cat <<_ACEOF
1422 \`configure' configures Wine 1.1.10 to adapt to many kinds of systems.
1423
1424 Usage: $0 [OPTION]... [VAR=VALUE]...
1425
1426 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1427 VAR=VALUE.  See below for descriptions of some of the useful variables.
1428
1429 Defaults for the options are specified in brackets.
1430
1431 Configuration:
1432   -h, --help              display this help and exit
1433       --help=short        display options specific to this package
1434       --help=recursive    display the short help of all the included packages
1435   -V, --version           display version information and exit
1436   -q, --quiet, --silent   do not print \`checking...' messages
1437       --cache-file=FILE   cache test results in FILE [disabled]
1438   -C, --config-cache      alias for \`--cache-file=config.cache'
1439   -n, --no-create         do not create output files
1440       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1441
1442 Installation directories:
1443   --prefix=PREFIX         install architecture-independent files in PREFIX
1444                           [$ac_default_prefix]
1445   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1446                           [PREFIX]
1447
1448 By default, \`make install' will install all the files in
1449 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1450 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1451 for instance \`--prefix=\$HOME'.
1452
1453 For better control, use the options below.
1454
1455 Fine tuning of the installation directories:
1456   --bindir=DIR            user executables [EPREFIX/bin]
1457   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1458   --libexecdir=DIR        program executables [EPREFIX/libexec]
1459   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1460   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1461   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1462   --libdir=DIR            object code libraries [EPREFIX/lib]
1463   --includedir=DIR        C header files [PREFIX/include]
1464   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1465   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1466   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1467   --infodir=DIR           info documentation [DATAROOTDIR/info]
1468   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1469   --mandir=DIR            man documentation [DATAROOTDIR/man]
1470   --docdir=DIR            documentation root [DATAROOTDIR/doc/wine]
1471   --htmldir=DIR           html documentation [DOCDIR]
1472   --dvidir=DIR            dvi documentation [DOCDIR]
1473   --pdfdir=DIR            pdf documentation [DOCDIR]
1474   --psdir=DIR             ps documentation [DOCDIR]
1475 _ACEOF
1476
1477   cat <<\_ACEOF
1478
1479 X features:
1480   --x-includes=DIR    X include files are in DIR
1481   --x-libraries=DIR   X library files are in DIR
1482
1483 System types:
1484   --build=BUILD     configure for building on BUILD [guessed]
1485   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1486 _ACEOF
1487 fi
1488
1489 if test -n "$ac_init_help"; then
1490   case $ac_init_help in
1491      short | recursive ) echo "Configuration of Wine 1.1.10:";;
1492    esac
1493   cat <<\_ACEOF
1494
1495 Optional Features:
1496   --disable-option-checking  ignore unrecognized --enable/--with options
1497   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1498   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1499   --disable-win16         do not include Win16 support
1500   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1501                           binaries)
1502   --disable-tests         do not build the regression tests
1503   --enable-maintainer-mode
1504                           enable maintainer-specific build rules
1505
1506 Optional Packages:
1507   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1508   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1509   --without-alsa          do not use the Alsa sound support
1510   --without-audioio       do not use the AudioIO sound support
1511   --without-capi          do not use CAPI (ISDN support)
1512   --without-cms           do not use CMS (color management support)
1513   --without-coreaudio     do not use the CoreAudio sound support
1514   --without-cups          do not use CUPS
1515   --without-curses        do not use (n)curses
1516   --without-esd           do not use the EsounD sound support
1517   --without-fontconfig    do not use fontconfig
1518   --without-freetype      do not use the FreeType library
1519   --without-gphoto        do not use gphoto (Digital Camera support)
1520   --without-glu           do not use the GLU library
1521   --without-gnutls        do not use GnuTLS (schannel support)
1522   --without-hal           do not use HAL (dynamic device support)
1523   --without-jack          do not use the Jack sound support
1524   --without-jpeg          do not use JPEG
1525   --without-ldap          do not use LDAP
1526   --without-nas           do not use the NAS sound support
1527   --without-opengl        do not use OpenGL
1528   --without-openssl       do not use OpenSSL
1529   --without-oss           do not use the OSS sound support
1530   --without-png           do not use PNG
1531   --without-sane          do not use SANE (scanner support)
1532   --without-xcomposite    do not use the Xcomposite extension
1533   --without-xcursor       do not use the Xcursor extension
1534   --without-xinerama      do not use Xinerama (multi-monitor support)
1535   --without-xinput        do not use the Xinput extension
1536   --without-xml           do not use XML
1537   --without-xrandr        do not use Xrandr (resolution changes)
1538   --without-xrender       do not use the Xrender extension
1539   --without-xshape        do not use the Xshape extension
1540   --without-xshm          do not use XShm (shared memory extension)
1541   --without-xslt          do not use XSLT
1542   --without-xxf86vm       do not use XFree video mode extension
1543   --with-wine-tools=DIR   use Wine tools from directory DIR
1544   --with-x                use the X Window System
1545
1546 Some influential environment variables:
1547   CC          C compiler command
1548   CFLAGS      C compiler flags
1549   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1550               nonstandard directory <lib dir>
1551   LIBS        libraries to pass to the linker, e.g. -l<library>
1552   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1553               you have headers in a nonstandard directory <include dir>
1554   CXX         C++ compiler command
1555   CXXFLAGS    C++ compiler flags
1556   XMKMF       Path to xmkmf, Makefile generator for X Window System
1557   CPP         C preprocessor
1558
1559 Use these variables to override the choices made by `configure' or to help
1560 it to find libraries and programs with nonstandard names/locations.
1561
1562 Report bugs to <wine-devel@winehq.org>.
1563 _ACEOF
1564 ac_status=$?
1565 fi
1566
1567 if test "$ac_init_help" = "recursive"; then
1568   # If there are subdirs, report their specific --help.
1569   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1570     test -d "$ac_dir" ||
1571       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1572       continue
1573     ac_builddir=.
1574
1575 case "$ac_dir" in
1576 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1577 *)
1578   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1579   # A ".." for each directory in $ac_dir_suffix.
1580   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1581   case $ac_top_builddir_sub in
1582   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1583   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1584   esac ;;
1585 esac
1586 ac_abs_top_builddir=$ac_pwd
1587 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1588 # for backward compatibility:
1589 ac_top_builddir=$ac_top_build_prefix
1590
1591 case $srcdir in
1592   .)  # We are building in place.
1593     ac_srcdir=.
1594     ac_top_srcdir=$ac_top_builddir_sub
1595     ac_abs_top_srcdir=$ac_pwd ;;
1596   [\\/]* | ?:[\\/]* )  # Absolute name.
1597     ac_srcdir=$srcdir$ac_dir_suffix;
1598     ac_top_srcdir=$srcdir
1599     ac_abs_top_srcdir=$srcdir ;;
1600   *) # Relative name.
1601     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1602     ac_top_srcdir=$ac_top_build_prefix$srcdir
1603     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1604 esac
1605 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1606
1607     cd "$ac_dir" || { ac_status=$?; continue; }
1608     # Check for guested configure.
1609     if test -f "$ac_srcdir/configure.gnu"; then
1610       echo &&
1611       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1612     elif test -f "$ac_srcdir/configure"; then
1613       echo &&
1614       $SHELL "$ac_srcdir/configure" --help=recursive
1615     else
1616       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1617     fi || ac_status=$?
1618     cd "$ac_pwd" || { ac_status=$?; break; }
1619   done
1620 fi
1621
1622 test -n "$ac_init_help" && exit $ac_status
1623 if $ac_init_version; then
1624   cat <<\_ACEOF
1625 Wine configure 1.1.10
1626 generated by GNU Autoconf 2.63
1627
1628 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1629 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1630 This configure script is free software; the Free Software Foundation
1631 gives unlimited permission to copy, distribute and modify it.
1632 _ACEOF
1633   exit
1634 fi
1635 cat >config.log <<_ACEOF
1636 This file contains any messages produced by compilers while
1637 running configure, to aid debugging if configure makes a mistake.
1638
1639 It was created by Wine $as_me 1.1.10, which was
1640 generated by GNU Autoconf 2.63.  Invocation command line was
1641
1642   $ $0 $@
1643
1644 _ACEOF
1645 exec 5>>config.log
1646 {
1647 cat <<_ASUNAME
1648 ## --------- ##
1649 ## Platform. ##
1650 ## --------- ##
1651
1652 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1653 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1654 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1655 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1656 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1657
1658 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1659 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1660
1661 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1662 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1663 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1664 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1665 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1666 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1667 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1668
1669 _ASUNAME
1670
1671 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1672 for as_dir in $PATH
1673 do
1674   IFS=$as_save_IFS
1675   test -z "$as_dir" && as_dir=.
1676   $as_echo "PATH: $as_dir"
1677 done
1678 IFS=$as_save_IFS
1679
1680 } >&5
1681
1682 cat >&5 <<_ACEOF
1683
1684
1685 ## ----------- ##
1686 ## Core tests. ##
1687 ## ----------- ##
1688
1689 _ACEOF
1690
1691
1692 # Keep a trace of the command line.
1693 # Strip out --no-create and --no-recursion so they do not pile up.
1694 # Strip out --silent because we don't want to record it for future runs.
1695 # Also quote any args containing shell meta-characters.
1696 # Make two passes to allow for proper duplicate-argument suppression.
1697 ac_configure_args=
1698 ac_configure_args0=
1699 ac_configure_args1=
1700 ac_must_keep_next=false
1701 for ac_pass in 1 2
1702 do
1703   for ac_arg
1704   do
1705     case $ac_arg in
1706     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1707     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1708     | -silent | --silent | --silen | --sile | --sil)
1709       continue ;;
1710     *\'*)
1711       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1712     esac
1713     case $ac_pass in
1714     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1715     2)
1716       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1717       if test $ac_must_keep_next = true; then
1718         ac_must_keep_next=false # Got value, back to normal.
1719       else
1720         case $ac_arg in
1721           *=* | --config-cache | -C | -disable-* | --disable-* \
1722           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1723           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1724           | -with-* | --with-* | -without-* | --without-* | --x)
1725             case "$ac_configure_args0 " in
1726               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1727             esac
1728             ;;
1729           -* ) ac_must_keep_next=true ;;
1730         esac
1731       fi
1732       ac_configure_args="$ac_configure_args '$ac_arg'"
1733       ;;
1734     esac
1735   done
1736 done
1737 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1738 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1739
1740 # When interrupted or exit'd, cleanup temporary files, and complete
1741 # config.log.  We remove comments because anyway the quotes in there
1742 # would cause problems or look ugly.
1743 # WARNING: Use '\'' to represent an apostrophe within the trap.
1744 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1745 trap 'exit_status=$?
1746   # Save into config.log some information that might help in debugging.
1747   {
1748     echo
1749
1750     cat <<\_ASBOX
1751 ## ---------------- ##
1752 ## Cache variables. ##
1753 ## ---------------- ##
1754 _ASBOX
1755     echo
1756     # The following way of writing the cache mishandles newlines in values,
1757 (
1758   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1759     eval ac_val=\$$ac_var
1760     case $ac_val in #(
1761     *${as_nl}*)
1762       case $ac_var in #(
1763       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1764 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1765       esac
1766       case $ac_var in #(
1767       _ | IFS | as_nl) ;; #(
1768       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1769       *) $as_unset $ac_var ;;
1770       esac ;;
1771     esac
1772   done
1773   (set) 2>&1 |
1774     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1775     *${as_nl}ac_space=\ *)
1776       sed -n \
1777         "s/'\''/'\''\\\\'\'''\''/g;
1778           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1779       ;; #(
1780     *)
1781       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1782       ;;
1783     esac |
1784     sort
1785 )
1786     echo
1787
1788     cat <<\_ASBOX
1789 ## ----------------- ##
1790 ## Output variables. ##
1791 ## ----------------- ##
1792 _ASBOX
1793     echo
1794     for ac_var in $ac_subst_vars
1795     do
1796       eval ac_val=\$$ac_var
1797       case $ac_val in
1798       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1799       esac
1800       $as_echo "$ac_var='\''$ac_val'\''"
1801     done | sort
1802     echo
1803
1804     if test -n "$ac_subst_files"; then
1805       cat <<\_ASBOX
1806 ## ------------------- ##
1807 ## File substitutions. ##
1808 ## ------------------- ##
1809 _ASBOX
1810       echo
1811       for ac_var in $ac_subst_files
1812       do
1813         eval ac_val=\$$ac_var
1814         case $ac_val in
1815         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1816         esac
1817         $as_echo "$ac_var='\''$ac_val'\''"
1818       done | sort
1819       echo
1820     fi
1821
1822     if test -s confdefs.h; then
1823       cat <<\_ASBOX
1824 ## ----------- ##
1825 ## confdefs.h. ##
1826 ## ----------- ##
1827 _ASBOX
1828       echo
1829       cat confdefs.h
1830       echo
1831     fi
1832     test "$ac_signal" != 0 &&
1833       $as_echo "$as_me: caught signal $ac_signal"
1834     $as_echo "$as_me: exit $exit_status"
1835   } >&5
1836   rm -f core *.core core.conftest.* &&
1837     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1838     exit $exit_status
1839 ' 0
1840 for ac_signal in 1 2 13 15; do
1841   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1842 done
1843 ac_signal=0
1844
1845 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1846 rm -f -r conftest* confdefs.h
1847
1848 # Predefined preprocessor variables.
1849
1850 cat >>confdefs.h <<_ACEOF
1851 #define PACKAGE_NAME "$PACKAGE_NAME"
1852 _ACEOF
1853
1854
1855 cat >>confdefs.h <<_ACEOF
1856 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1857 _ACEOF
1858
1859
1860 cat >>confdefs.h <<_ACEOF
1861 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1862 _ACEOF
1863
1864
1865 cat >>confdefs.h <<_ACEOF
1866 #define PACKAGE_STRING "$PACKAGE_STRING"
1867 _ACEOF
1868
1869
1870 cat >>confdefs.h <<_ACEOF
1871 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1872 _ACEOF
1873
1874
1875 # Let the site file select an alternate cache file if it wants to.
1876 # Prefer an explicitly selected file to automatically selected ones.
1877 ac_site_file1=NONE
1878 ac_site_file2=NONE
1879 if test -n "$CONFIG_SITE"; then
1880   ac_site_file1=$CONFIG_SITE
1881 elif test "x$prefix" != xNONE; then
1882   ac_site_file1=$prefix/share/config.site
1883   ac_site_file2=$prefix/etc/config.site
1884 else
1885   ac_site_file1=$ac_default_prefix/share/config.site
1886   ac_site_file2=$ac_default_prefix/etc/config.site
1887 fi
1888 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1889 do
1890   test "x$ac_site_file" = xNONE && continue
1891   if test -r "$ac_site_file"; then
1892     { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1893 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1894     sed 's/^/| /' "$ac_site_file" >&5
1895     . "$ac_site_file"
1896   fi
1897 done
1898
1899 if test -r "$cache_file"; then
1900   # Some versions of bash will fail to source /dev/null (special
1901   # files actually), so we avoid doing that.
1902   if test -f "$cache_file"; then
1903     { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1904 $as_echo "$as_me: loading cache $cache_file" >&6;}
1905     case $cache_file in
1906       [\\/]* | ?:[\\/]* ) . "$cache_file";;
1907       *)                      . "./$cache_file";;
1908     esac
1909   fi
1910 else
1911   { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1912 $as_echo "$as_me: creating cache $cache_file" >&6;}
1913   >$cache_file
1914 fi
1915
1916 # Check that the precious variables saved in the cache have kept the same
1917 # value.
1918 ac_cache_corrupted=false
1919 for ac_var in $ac_precious_vars; do
1920   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1921   eval ac_new_set=\$ac_env_${ac_var}_set
1922   eval ac_old_val=\$ac_cv_env_${ac_var}_value
1923   eval ac_new_val=\$ac_env_${ac_var}_value
1924   case $ac_old_set,$ac_new_set in
1925     set,)
1926       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1927 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1928       ac_cache_corrupted=: ;;
1929     ,set)
1930       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1931 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1932       ac_cache_corrupted=: ;;
1933     ,);;
1934     *)
1935       if test "x$ac_old_val" != "x$ac_new_val"; then
1936         # differences in whitespace do not lead to failure.
1937         ac_old_val_w=`echo x $ac_old_val`
1938         ac_new_val_w=`echo x $ac_new_val`
1939         if test "$ac_old_val_w" != "$ac_new_val_w"; then
1940           { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1941 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1942           ac_cache_corrupted=:
1943         else
1944           { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1945 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1946           eval $ac_var=\$ac_old_val
1947         fi
1948         { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
1949 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1950         { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
1951 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1952       fi;;
1953   esac
1954   # Pass precious variables to config.status.
1955   if test "$ac_new_set" = set; then
1956     case $ac_new_val in
1957     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1958     *) ac_arg=$ac_var=$ac_new_val ;;
1959     esac
1960     case " $ac_configure_args " in
1961       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1962       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1963     esac
1964   fi
1965 done
1966 if $ac_cache_corrupted; then
1967   { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1968 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1969   { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1970 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1971   { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1972 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1973    { (exit 1); exit 1; }; }
1974 fi
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000 ac_ext=c
2001 ac_cpp='$CPP $CPPFLAGS'
2002 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2003 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2004 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2005
2006
2007
2008 ac_config_headers="$ac_config_headers include/config.h"
2009
2010 ac_aux_dir=
2011 for ac_dir in tools "$srcdir"/tools; do
2012   if test -f "$ac_dir/install-sh"; then
2013     ac_aux_dir=$ac_dir
2014     ac_install_sh="$ac_aux_dir/install-sh -c"
2015     break
2016   elif test -f "$ac_dir/install.sh"; then
2017     ac_aux_dir=$ac_dir
2018     ac_install_sh="$ac_aux_dir/install.sh -c"
2019     break
2020   elif test -f "$ac_dir/shtool"; then
2021     ac_aux_dir=$ac_dir
2022     ac_install_sh="$ac_aux_dir/shtool install -c"
2023     break
2024   fi
2025 done
2026 if test -z "$ac_aux_dir"; then
2027   { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2028 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2029    { (exit 1); exit 1; }; }
2030 fi
2031
2032 # These three variables are undocumented and unsupported,
2033 # and are intended to be withdrawn in a future Autoconf release.
2034 # They can cause serious problems if a builder's source tree is in a directory
2035 # whose full name contains unusual characters.
2036 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2037 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2038 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2039
2040
2041
2042
2043 # Check whether --enable-win16 was given.
2044 if test "${enable_win16+set}" = set; then
2045   enableval=$enable_win16;
2046 fi
2047
2048 # Check whether --enable-win64 was given.
2049 if test "${enable_win64+set}" = set; then
2050   enableval=$enable_win64;
2051 fi
2052
2053 # Check whether --enable-tests was given.
2054 if test "${enable_tests+set}" = set; then
2055   enableval=$enable_tests;
2056 fi
2057
2058 # Check whether --enable-maintainer-mode was given.
2059 if test "${enable_maintainer_mode+set}" = set; then
2060   enableval=$enable_maintainer_mode;
2061 else
2062   MAINTAINER_MODE=\#
2063
2064 fi
2065
2066
2067
2068 # Check whether --with-alsa was given.
2069 if test "${with_alsa+set}" = set; then
2070   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2071 fi
2072
2073
2074 # Check whether --with-audioio was given.
2075 if test "${with_audioio+set}" = set; then
2076   withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2077 fi
2078
2079
2080 # Check whether --with-capi was given.
2081 if test "${with_capi+set}" = set; then
2082   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2083 fi
2084
2085
2086 # Check whether --with-cms was given.
2087 if test "${with_cms+set}" = set; then
2088   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2089 fi
2090
2091
2092 # Check whether --with-coreaudio was given.
2093 if test "${with_coreaudio+set}" = set; then
2094   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2095 fi
2096
2097
2098 # Check whether --with-cups was given.
2099 if test "${with_cups+set}" = set; then
2100   withval=$with_cups;
2101 fi
2102
2103
2104 # Check whether --with-curses was given.
2105 if test "${with_curses+set}" = set; then
2106   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2107 fi
2108
2109
2110 # Check whether --with-esd was given.
2111 if test "${with_esd+set}" = set; then
2112   withval=$with_esd;
2113 fi
2114
2115
2116 # Check whether --with-fontconfig was given.
2117 if test "${with_fontconfig+set}" = set; then
2118   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2119 fi
2120
2121
2122 # Check whether --with-freetype was given.
2123 if test "${with_freetype+set}" = set; then
2124   withval=$with_freetype;
2125 fi
2126
2127
2128 # Check whether --with-gphoto was given.
2129 if test "${with_gphoto+set}" = set; then
2130   withval=$with_gphoto;
2131 fi
2132
2133
2134 # Check whether --with-glu was given.
2135 if test "${with_glu+set}" = set; then
2136   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2137 fi
2138
2139
2140 # Check whether --with-gnutls was given.
2141 if test "${with_gnutls+set}" = set; then
2142   withval=$with_gnutls;
2143 fi
2144
2145
2146 # Check whether --with-hal was given.
2147 if test "${with_hal+set}" = set; then
2148   withval=$with_hal;
2149 fi
2150
2151
2152 # Check whether --with-jack was given.
2153 if test "${with_jack+set}" = set; then
2154   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2155 fi
2156
2157
2158 # Check whether --with-jpeg was given.
2159 if test "${with_jpeg+set}" = set; then
2160   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2161 fi
2162
2163
2164 # Check whether --with-ldap was given.
2165 if test "${with_ldap+set}" = set; then
2166   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2167 fi
2168
2169
2170 # Check whether --with-nas was given.
2171 if test "${with_nas+set}" = set; then
2172   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2173 fi
2174
2175
2176 # Check whether --with-opengl was given.
2177 if test "${with_opengl+set}" = set; then
2178   withval=$with_opengl;
2179 fi
2180
2181
2182 # Check whether --with-openssl was given.
2183 if test "${with_openssl+set}" = set; then
2184   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2185 fi
2186
2187
2188 # Check whether --with-oss was given.
2189 if test "${with_oss+set}" = set; then
2190   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
2191 fi
2192
2193
2194 # Check whether --with-png was given.
2195 if test "${with_png+set}" = set; then
2196   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2197 fi
2198
2199
2200 # Check whether --with-sane was given.
2201 if test "${with_sane+set}" = set; then
2202   withval=$with_sane;
2203 fi
2204
2205
2206 # Check whether --with-xcomposite was given.
2207 if test "${with_xcomposite+set}" = set; then
2208   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2209 fi
2210
2211
2212 # Check whether --with-xcursor was given.
2213 if test "${with_xcursor+set}" = set; then
2214   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2215 fi
2216
2217
2218 # Check whether --with-xinerama was given.
2219 if test "${with_xinerama+set}" = set; then
2220   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2221 fi
2222
2223
2224 # Check whether --with-xinput was given.
2225 if test "${with_xinput+set}" = set; then
2226   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2227 fi
2228
2229
2230 # Check whether --with-xml was given.
2231 if test "${with_xml+set}" = set; then
2232   withval=$with_xml;
2233 fi
2234
2235
2236 # Check whether --with-xrandr was given.
2237 if test "${with_xrandr+set}" = set; then
2238   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2239 fi
2240
2241
2242 # Check whether --with-xrender was given.
2243 if test "${with_xrender+set}" = set; then
2244   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2245 fi
2246
2247
2248 # Check whether --with-xshape was given.
2249 if test "${with_xshape+set}" = set; then
2250   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2251 fi
2252
2253
2254 # Check whether --with-xshm was given.
2255 if test "${with_xshm+set}" = set; then
2256   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2257 fi
2258
2259
2260 # Check whether --with-xslt was given.
2261 if test "${with_xslt+set}" = set; then
2262   withval=$with_xslt;
2263 fi
2264
2265
2266 # Check whether --with-xxf86vm was given.
2267 if test "${with_xxf86vm+set}" = set; then
2268   withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2269 fi
2270
2271
2272
2273 # Check whether --with-wine-tools was given.
2274 if test "${with_wine_tools+set}" = set; then
2275   withval=$with_wine_tools;
2276 fi
2277
2278
2279 # Make sure we can run config.sub.
2280 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2281   { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2282 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2283    { (exit 1); exit 1; }; }
2284
2285 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2286 $as_echo_n "checking build system type... " >&6; }
2287 if test "${ac_cv_build+set}" = set; then
2288   $as_echo_n "(cached) " >&6
2289 else
2290   ac_build_alias=$build_alias
2291 test "x$ac_build_alias" = x &&
2292   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2293 test "x$ac_build_alias" = x &&
2294   { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2295 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2296    { (exit 1); exit 1; }; }
2297 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2298   { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2299 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2300    { (exit 1); exit 1; }; }
2301
2302 fi
2303 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2304 $as_echo "$ac_cv_build" >&6; }
2305 case $ac_cv_build in
2306 *-*-*) ;;
2307 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2308 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2309    { (exit 1); exit 1; }; };;
2310 esac
2311 build=$ac_cv_build
2312 ac_save_IFS=$IFS; IFS='-'
2313 set x $ac_cv_build
2314 shift
2315 build_cpu=$1
2316 build_vendor=$2
2317 shift; shift
2318 # Remember, the first character of IFS is used to create $*,
2319 # except with old shells:
2320 build_os=$*
2321 IFS=$ac_save_IFS
2322 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2323
2324
2325 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2326 $as_echo_n "checking host system type... " >&6; }
2327 if test "${ac_cv_host+set}" = set; then
2328   $as_echo_n "(cached) " >&6
2329 else
2330   if test "x$host_alias" = x; then
2331   ac_cv_host=$ac_cv_build
2332 else
2333   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2334     { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2335 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2336    { (exit 1); exit 1; }; }
2337 fi
2338
2339 fi
2340 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2341 $as_echo "$ac_cv_host" >&6; }
2342 case $ac_cv_host in
2343 *-*-*) ;;
2344 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2345 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2346    { (exit 1); exit 1; }; };;
2347 esac
2348 host=$ac_cv_host
2349 ac_save_IFS=$IFS; IFS='-'
2350 set x $ac_cv_host
2351 shift
2352 host_cpu=$1
2353 host_vendor=$2
2354 shift; shift
2355 # Remember, the first character of IFS is used to create $*,
2356 # except with old shells:
2357 host_os=$*
2358 IFS=$ac_save_IFS
2359 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2360
2361
2362 case $host in
2363   x86_64*linux*)
2364     if test "x$enable_win64" != "xyes"
2365     then
2366       CC="${CC:-gcc} -m32"
2367       CXX="${CXX:-g++} -m32"
2368       LD="${LD:-ld} -m elf_i386"
2369       AS="${AS:-as} --32"
2370       host_cpu="i386"
2371       notice_platform="32-bit "
2372     fi
2373     ;;
2374 esac
2375
2376 case $host_cpu in
2377   *i[3456789]86*)
2378     enable_win16=${enable_win16:-yes}
2379     ;;
2380   *)
2381     enable_win16=${enable_win16:-no}
2382     enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
2383     enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
2384     enable_monodebg_vxd=${enable_monodebg_vxd:-no}
2385     enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
2386     enable_vmm_vxd=${enable_vmm_vxd:-no}
2387     enable_vnbt_vxd=${enable_vnbt_vxd:-no}
2388     enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
2389     enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
2390     enable_vwin32_vxd=${enable_vwin32_vxd:-no}
2391     enable_w32skrnl=${enable_w32skrnl:-no}
2392     enable_winedos=${enable_winedos:-no}
2393     enable_winevdm=${enable_winevdm:-no}
2394     ;;
2395 esac
2396
2397 WIN16_FILES="\$(WIN16_FILES)"
2398
2399 WIN16_INSTALL="\$(WIN16_INSTALL)"
2400
2401 if test "x$enable_win16" != "xyes"
2402 then
2403   WIN16_FILES=""
2404   WIN16_INSTALL=""
2405 fi
2406
2407 case "$srcdir" in
2408  .) ;;
2409  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2410       { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2411 You need to run 'make distclean' in the source tree first." >&5
2412 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2413 You need to run 'make distclean' in the source tree first." >&2;}
2414    { (exit 1); exit 1; }; }
2415     fi ;;
2416 esac
2417
2418
2419 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2420 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2421 set x ${MAKE-make}
2422 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2423 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2424   $as_echo_n "(cached) " >&6
2425 else
2426   cat >conftest.make <<\_ACEOF
2427 SHELL = /bin/sh
2428 all:
2429         @echo '@@@%%%=$(MAKE)=@@@%%%'
2430 _ACEOF
2431 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2432 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2433   *@@@%%%=?*=@@@%%%*)
2434     eval ac_cv_prog_make_${ac_make}_set=yes;;
2435   *)
2436     eval ac_cv_prog_make_${ac_make}_set=no;;
2437 esac
2438 rm -f conftest.make
2439 fi
2440 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2441   { $as_echo "$as_me:$LINENO: result: yes" >&5
2442 $as_echo "yes" >&6; }
2443   SET_MAKE=
2444 else
2445   { $as_echo "$as_me:$LINENO: result: no" >&5
2446 $as_echo "no" >&6; }
2447   SET_MAKE="MAKE=${MAKE-make}"
2448 fi
2449
2450 ac_ext=c
2451 ac_cpp='$CPP $CPPFLAGS'
2452 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2453 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2454 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2455 if test -n "$ac_tool_prefix"; then
2456   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2457 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2458 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2459 $as_echo_n "checking for $ac_word... " >&6; }
2460 if test "${ac_cv_prog_CC+set}" = set; then
2461   $as_echo_n "(cached) " >&6
2462 else
2463   if test -n "$CC"; then
2464   ac_cv_prog_CC="$CC" # Let the user override the test.
2465 else
2466 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2467 for as_dir in $PATH
2468 do
2469   IFS=$as_save_IFS
2470   test -z "$as_dir" && as_dir=.
2471   for ac_exec_ext in '' $ac_executable_extensions; do
2472   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2473     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2474     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2475     break 2
2476   fi
2477 done
2478 done
2479 IFS=$as_save_IFS
2480
2481 fi
2482 fi
2483 CC=$ac_cv_prog_CC
2484 if test -n "$CC"; then
2485   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2486 $as_echo "$CC" >&6; }
2487 else
2488   { $as_echo "$as_me:$LINENO: result: no" >&5
2489 $as_echo "no" >&6; }
2490 fi
2491
2492
2493 fi
2494 if test -z "$ac_cv_prog_CC"; then
2495   ac_ct_CC=$CC
2496   # Extract the first word of "gcc", so it can be a program name with args.
2497 set dummy gcc; ac_word=$2
2498 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2499 $as_echo_n "checking for $ac_word... " >&6; }
2500 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2501   $as_echo_n "(cached) " >&6
2502 else
2503   if test -n "$ac_ct_CC"; then
2504   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2505 else
2506 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2507 for as_dir in $PATH
2508 do
2509   IFS=$as_save_IFS
2510   test -z "$as_dir" && as_dir=.
2511   for ac_exec_ext in '' $ac_executable_extensions; do
2512   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2513     ac_cv_prog_ac_ct_CC="gcc"
2514     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2515     break 2
2516   fi
2517 done
2518 done
2519 IFS=$as_save_IFS
2520
2521 fi
2522 fi
2523 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2524 if test -n "$ac_ct_CC"; then
2525   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2526 $as_echo "$ac_ct_CC" >&6; }
2527 else
2528   { $as_echo "$as_me:$LINENO: result: no" >&5
2529 $as_echo "no" >&6; }
2530 fi
2531
2532   if test "x$ac_ct_CC" = x; then
2533     CC=""
2534   else
2535     case $cross_compiling:$ac_tool_warned in
2536 yes:)
2537 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2538 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2539 ac_tool_warned=yes ;;
2540 esac
2541     CC=$ac_ct_CC
2542   fi
2543 else
2544   CC="$ac_cv_prog_CC"
2545 fi
2546
2547 if test -z "$CC"; then
2548           if test -n "$ac_tool_prefix"; then
2549     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2550 set dummy ${ac_tool_prefix}cc; ac_word=$2
2551 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2552 $as_echo_n "checking for $ac_word... " >&6; }
2553 if test "${ac_cv_prog_CC+set}" = set; then
2554   $as_echo_n "(cached) " >&6
2555 else
2556   if test -n "$CC"; then
2557   ac_cv_prog_CC="$CC" # Let the user override the test.
2558 else
2559 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2560 for as_dir in $PATH
2561 do
2562   IFS=$as_save_IFS
2563   test -z "$as_dir" && as_dir=.
2564   for ac_exec_ext in '' $ac_executable_extensions; do
2565   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2566     ac_cv_prog_CC="${ac_tool_prefix}cc"
2567     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2568     break 2
2569   fi
2570 done
2571 done
2572 IFS=$as_save_IFS
2573
2574 fi
2575 fi
2576 CC=$ac_cv_prog_CC
2577 if test -n "$CC"; then
2578   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2579 $as_echo "$CC" >&6; }
2580 else
2581   { $as_echo "$as_me:$LINENO: result: no" >&5
2582 $as_echo "no" >&6; }
2583 fi
2584
2585
2586   fi
2587 fi
2588 if test -z "$CC"; then
2589   # Extract the first word of "cc", so it can be a program name with args.
2590 set dummy cc; ac_word=$2
2591 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2592 $as_echo_n "checking for $ac_word... " >&6; }
2593 if test "${ac_cv_prog_CC+set}" = set; then
2594   $as_echo_n "(cached) " >&6
2595 else
2596   if test -n "$CC"; then
2597   ac_cv_prog_CC="$CC" # Let the user override the test.
2598 else
2599   ac_prog_rejected=no
2600 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2601 for as_dir in $PATH
2602 do
2603   IFS=$as_save_IFS
2604   test -z "$as_dir" && as_dir=.
2605   for ac_exec_ext in '' $ac_executable_extensions; do
2606   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2607     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2608        ac_prog_rejected=yes
2609        continue
2610      fi
2611     ac_cv_prog_CC="cc"
2612     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2613     break 2
2614   fi
2615 done
2616 done
2617 IFS=$as_save_IFS
2618
2619 if test $ac_prog_rejected = yes; then
2620   # We found a bogon in the path, so make sure we never use it.
2621   set dummy $ac_cv_prog_CC
2622   shift
2623   if test $# != 0; then
2624     # We chose a different compiler from the bogus one.
2625     # However, it has the same basename, so the bogon will be chosen
2626     # first if we set CC to just the basename; use the full file name.
2627     shift
2628     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2629   fi
2630 fi
2631 fi
2632 fi
2633 CC=$ac_cv_prog_CC
2634 if test -n "$CC"; then
2635   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2636 $as_echo "$CC" >&6; }
2637 else
2638   { $as_echo "$as_me:$LINENO: result: no" >&5
2639 $as_echo "no" >&6; }
2640 fi
2641
2642
2643 fi
2644 if test -z "$CC"; then
2645   if test -n "$ac_tool_prefix"; then
2646   for ac_prog in cl.exe
2647   do
2648     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2649 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2650 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2651 $as_echo_n "checking for $ac_word... " >&6; }
2652 if test "${ac_cv_prog_CC+set}" = set; then
2653   $as_echo_n "(cached) " >&6
2654 else
2655   if test -n "$CC"; then
2656   ac_cv_prog_CC="$CC" # Let the user override the test.
2657 else
2658 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2659 for as_dir in $PATH
2660 do
2661   IFS=$as_save_IFS
2662   test -z "$as_dir" && as_dir=.
2663   for ac_exec_ext in '' $ac_executable_extensions; do
2664   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2665     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2666     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2667     break 2
2668   fi
2669 done
2670 done
2671 IFS=$as_save_IFS
2672
2673 fi
2674 fi
2675 CC=$ac_cv_prog_CC
2676 if test -n "$CC"; then
2677   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2678 $as_echo "$CC" >&6; }
2679 else
2680   { $as_echo "$as_me:$LINENO: result: no" >&5
2681 $as_echo "no" >&6; }
2682 fi
2683
2684
2685     test -n "$CC" && break
2686   done
2687 fi
2688 if test -z "$CC"; then
2689   ac_ct_CC=$CC
2690   for ac_prog in cl.exe
2691 do
2692   # Extract the first word of "$ac_prog", so it can be a program name with args.
2693 set dummy $ac_prog; ac_word=$2
2694 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2695 $as_echo_n "checking for $ac_word... " >&6; }
2696 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2697   $as_echo_n "(cached) " >&6
2698 else
2699   if test -n "$ac_ct_CC"; then
2700   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2701 else
2702 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2703 for as_dir in $PATH
2704 do
2705   IFS=$as_save_IFS
2706   test -z "$as_dir" && as_dir=.
2707   for ac_exec_ext in '' $ac_executable_extensions; do
2708   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2709     ac_cv_prog_ac_ct_CC="$ac_prog"
2710     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2711     break 2
2712   fi
2713 done
2714 done
2715 IFS=$as_save_IFS
2716
2717 fi
2718 fi
2719 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2720 if test -n "$ac_ct_CC"; then
2721   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2722 $as_echo "$ac_ct_CC" >&6; }
2723 else
2724   { $as_echo "$as_me:$LINENO: result: no" >&5
2725 $as_echo "no" >&6; }
2726 fi
2727
2728
2729   test -n "$ac_ct_CC" && break
2730 done
2731
2732   if test "x$ac_ct_CC" = x; then
2733     CC=""
2734   else
2735     case $cross_compiling:$ac_tool_warned in
2736 yes:)
2737 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2738 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2739 ac_tool_warned=yes ;;
2740 esac
2741     CC=$ac_ct_CC
2742   fi
2743 fi
2744
2745 fi
2746
2747
2748 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2749 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2750 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2751 See \`config.log' for more details." >&5
2752 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2753 See \`config.log' for more details." >&2;}
2754    { (exit 1); exit 1; }; }; }
2755
2756 # Provide some information about the compiler.
2757 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2758 set X $ac_compile
2759 ac_compiler=$2
2760 { (ac_try="$ac_compiler --version >&5"
2761 case "(($ac_try" in
2762   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2763   *) ac_try_echo=$ac_try;;
2764 esac
2765 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2766 $as_echo "$ac_try_echo") >&5
2767   (eval "$ac_compiler --version >&5") 2>&5
2768   ac_status=$?
2769   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2770   (exit $ac_status); }
2771 { (ac_try="$ac_compiler -v >&5"
2772 case "(($ac_try" in
2773   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2774   *) ac_try_echo=$ac_try;;
2775 esac
2776 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2777 $as_echo "$ac_try_echo") >&5
2778   (eval "$ac_compiler -v >&5") 2>&5
2779   ac_status=$?
2780   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2781   (exit $ac_status); }
2782 { (ac_try="$ac_compiler -V >&5"
2783 case "(($ac_try" in
2784   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2785   *) ac_try_echo=$ac_try;;
2786 esac
2787 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2788 $as_echo "$ac_try_echo") >&5
2789   (eval "$ac_compiler -V >&5") 2>&5
2790   ac_status=$?
2791   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2792   (exit $ac_status); }
2793
2794 cat >conftest.$ac_ext <<_ACEOF
2795 /* confdefs.h.  */
2796 _ACEOF
2797 cat confdefs.h >>conftest.$ac_ext
2798 cat >>conftest.$ac_ext <<_ACEOF
2799 /* end confdefs.h.  */
2800
2801 int
2802 main ()
2803 {
2804
2805   ;
2806   return 0;
2807 }
2808 _ACEOF
2809 ac_clean_files_save=$ac_clean_files
2810 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2811 # Try to create an executable without -o first, disregard a.out.
2812 # It will help us diagnose broken compilers, and finding out an intuition
2813 # of exeext.
2814 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2815 $as_echo_n "checking for C compiler default output file name... " >&6; }
2816 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2817
2818 # The possible output files:
2819 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2820
2821 ac_rmfiles=
2822 for ac_file in $ac_files
2823 do
2824   case $ac_file in
2825     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2826     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2827   esac
2828 done
2829 rm -f $ac_rmfiles
2830
2831 if { (ac_try="$ac_link_default"
2832 case "(($ac_try" in
2833   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2834   *) ac_try_echo=$ac_try;;
2835 esac
2836 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2837 $as_echo "$ac_try_echo") >&5
2838   (eval "$ac_link_default") 2>&5
2839   ac_status=$?
2840   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2841   (exit $ac_status); }; then
2842   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2843 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2844 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
2845 # so that the user can short-circuit this test for compilers unknown to
2846 # Autoconf.
2847 for ac_file in $ac_files ''
2848 do
2849   test -f "$ac_file" || continue
2850   case $ac_file in
2851     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2852         ;;
2853     [ab].out )
2854         # We found the default executable, but exeext='' is most
2855         # certainly right.
2856         break;;
2857     *.* )
2858         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2859         then :; else
2860            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2861         fi
2862         # We set ac_cv_exeext here because the later test for it is not
2863         # safe: cross compilers may not add the suffix if given an `-o'
2864         # argument, so we may need to know it at that point already.
2865         # Even if this section looks crufty: it has the advantage of
2866         # actually working.
2867         break;;
2868     * )
2869         break;;
2870   esac
2871 done
2872 test "$ac_cv_exeext" = no && ac_cv_exeext=
2873
2874 else
2875   ac_file=''
2876 fi
2877
2878 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2879 $as_echo "$ac_file" >&6; }
2880 if test -z "$ac_file"; then
2881   $as_echo "$as_me: failed program was:" >&5
2882 sed 's/^/| /' conftest.$ac_ext >&5
2883
2884 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2885 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2886 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2887 See \`config.log' for more details." >&5
2888 $as_echo "$as_me: error: C compiler cannot create executables
2889 See \`config.log' for more details." >&2;}
2890    { (exit 77); exit 77; }; }; }
2891 fi
2892
2893 ac_exeext=$ac_cv_exeext
2894
2895 # Check that the compiler produces executables we can run.  If not, either
2896 # the compiler is broken, or we cross compile.
2897 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2898 $as_echo_n "checking whether the C compiler works... " >&6; }
2899 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2900 # If not cross compiling, check that we can run a simple program.
2901 if test "$cross_compiling" != yes; then
2902   if { ac_try='./$ac_file'
2903   { (case "(($ac_try" in
2904   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2905   *) ac_try_echo=$ac_try;;
2906 esac
2907 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2908 $as_echo "$ac_try_echo") >&5
2909   (eval "$ac_try") 2>&5
2910   ac_status=$?
2911   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2912   (exit $ac_status); }; }; then
2913     cross_compiling=no
2914   else
2915     if test "$cross_compiling" = maybe; then
2916         cross_compiling=yes
2917     else
2918         { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2919 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2920 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2921 If you meant to cross compile, use \`--host'.
2922 See \`config.log' for more details." >&5
2923 $as_echo "$as_me: error: cannot run C compiled programs.
2924 If you meant to cross compile, use \`--host'.
2925 See \`config.log' for more details." >&2;}
2926    { (exit 1); exit 1; }; }; }
2927     fi
2928   fi
2929 fi
2930 { $as_echo "$as_me:$LINENO: result: yes" >&5
2931 $as_echo "yes" >&6; }
2932
2933 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2934 ac_clean_files=$ac_clean_files_save
2935 # Check that the compiler produces executables we can run.  If not, either
2936 # the compiler is broken, or we cross compile.
2937 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2938 $as_echo_n "checking whether we are cross compiling... " >&6; }
2939 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2940 $as_echo "$cross_compiling" >&6; }
2941
2942 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2943 $as_echo_n "checking for suffix of executables... " >&6; }
2944 if { (ac_try="$ac_link"
2945 case "(($ac_try" in
2946   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2947   *) ac_try_echo=$ac_try;;
2948 esac
2949 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2950 $as_echo "$ac_try_echo") >&5
2951   (eval "$ac_link") 2>&5
2952   ac_status=$?
2953   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2954   (exit $ac_status); }; then
2955   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2956 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2957 # work properly (i.e., refer to `conftest.exe'), while it won't with
2958 # `rm'.
2959 for ac_file in conftest.exe conftest conftest.*; do
2960   test -f "$ac_file" || continue
2961   case $ac_file in
2962     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2963     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2964           break;;
2965     * ) break;;
2966   esac
2967 done
2968 else
2969   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2970 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2971 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2972 See \`config.log' for more details." >&5
2973 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2974 See \`config.log' for more details." >&2;}
2975    { (exit 1); exit 1; }; }; }
2976 fi
2977
2978 rm -f conftest$ac_cv_exeext
2979 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2980 $as_echo "$ac_cv_exeext" >&6; }
2981
2982 rm -f conftest.$ac_ext
2983 EXEEXT=$ac_cv_exeext
2984 ac_exeext=$EXEEXT
2985 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2986 $as_echo_n "checking for suffix of object files... " >&6; }
2987 if test "${ac_cv_objext+set}" = set; then
2988   $as_echo_n "(cached) " >&6
2989 else
2990   cat >conftest.$ac_ext <<_ACEOF
2991 /* confdefs.h.  */
2992 _ACEOF
2993 cat confdefs.h >>conftest.$ac_ext
2994 cat >>conftest.$ac_ext <<_ACEOF
2995 /* end confdefs.h.  */
2996
2997 int
2998 main ()
2999 {
3000
3001   ;
3002   return 0;
3003 }
3004 _ACEOF
3005 rm -f conftest.o conftest.obj
3006 if { (ac_try="$ac_compile"
3007 case "(($ac_try" in
3008   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3009   *) ac_try_echo=$ac_try;;
3010 esac
3011 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3012 $as_echo "$ac_try_echo") >&5
3013   (eval "$ac_compile") 2>&5
3014   ac_status=$?
3015   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3016   (exit $ac_status); }; then
3017   for ac_file in conftest.o conftest.obj conftest.*; do
3018   test -f "$ac_file" || continue;
3019   case $ac_file in
3020     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3021     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3022        break;;
3023   esac
3024 done
3025 else
3026   $as_echo "$as_me: failed program was:" >&5
3027 sed 's/^/| /' conftest.$ac_ext >&5
3028
3029 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3030 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3031 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3032 See \`config.log' for more details." >&5
3033 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
3034 See \`config.log' for more details." >&2;}
3035    { (exit 1); exit 1; }; }; }
3036 fi
3037
3038 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3039 fi
3040 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3041 $as_echo "$ac_cv_objext" >&6; }
3042 OBJEXT=$ac_cv_objext
3043 ac_objext=$OBJEXT
3044 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3045 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3046 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3047   $as_echo_n "(cached) " >&6
3048 else
3049   cat >conftest.$ac_ext <<_ACEOF
3050 /* confdefs.h.  */
3051 _ACEOF
3052 cat confdefs.h >>conftest.$ac_ext
3053 cat >>conftest.$ac_ext <<_ACEOF
3054 /* end confdefs.h.  */
3055
3056 int
3057 main ()
3058 {
3059 #ifndef __GNUC__
3060        choke me
3061 #endif
3062
3063   ;
3064   return 0;
3065 }
3066 _ACEOF
3067 rm -f conftest.$ac_objext
3068 if { (ac_try="$ac_compile"
3069 case "(($ac_try" in
3070   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3071   *) ac_try_echo=$ac_try;;
3072 esac
3073 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3074 $as_echo "$ac_try_echo") >&5
3075   (eval "$ac_compile") 2>conftest.er1
3076   ac_status=$?
3077   grep -v '^ *+' conftest.er1 >conftest.err
3078   rm -f conftest.er1
3079   cat conftest.err >&5
3080   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3081   (exit $ac_status); } && {
3082          test -z "$ac_c_werror_flag" ||
3083          test ! -s conftest.err
3084        } && test -s conftest.$ac_objext; then
3085   ac_compiler_gnu=yes
3086 else
3087   $as_echo "$as_me: failed program was:" >&5
3088 sed 's/^/| /' conftest.$ac_ext >&5
3089
3090         ac_compiler_gnu=no
3091 fi
3092
3093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3094 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3095
3096 fi
3097 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3098 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3099 if test $ac_compiler_gnu = yes; then
3100   GCC=yes
3101 else
3102   GCC=
3103 fi
3104 ac_test_CFLAGS=${CFLAGS+set}
3105 ac_save_CFLAGS=$CFLAGS
3106 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3107 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3108 if test "${ac_cv_prog_cc_g+set}" = set; then
3109   $as_echo_n "(cached) " >&6
3110 else
3111   ac_save_c_werror_flag=$ac_c_werror_flag
3112    ac_c_werror_flag=yes
3113    ac_cv_prog_cc_g=no
3114    CFLAGS="-g"
3115    cat >conftest.$ac_ext <<_ACEOF
3116 /* confdefs.h.  */
3117 _ACEOF
3118 cat confdefs.h >>conftest.$ac_ext
3119 cat >>conftest.$ac_ext <<_ACEOF
3120 /* end confdefs.h.  */
3121
3122 int
3123 main ()
3124 {
3125
3126   ;
3127   return 0;
3128 }
3129 _ACEOF
3130 rm -f conftest.$ac_objext
3131 if { (ac_try="$ac_compile"
3132 case "(($ac_try" in
3133   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3134   *) ac_try_echo=$ac_try;;
3135 esac
3136 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3137 $as_echo "$ac_try_echo") >&5
3138   (eval "$ac_compile") 2>conftest.er1
3139   ac_status=$?
3140   grep -v '^ *+' conftest.er1 >conftest.err
3141   rm -f conftest.er1
3142   cat conftest.err >&5
3143   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3144   (exit $ac_status); } && {
3145          test -z "$ac_c_werror_flag" ||
3146          test ! -s conftest.err
3147        } && test -s conftest.$ac_objext; then
3148   ac_cv_prog_cc_g=yes
3149 else
3150   $as_echo "$as_me: failed program was:" >&5
3151 sed 's/^/| /' conftest.$ac_ext >&5
3152
3153         CFLAGS=""
3154       cat >conftest.$ac_ext <<_ACEOF
3155 /* confdefs.h.  */
3156 _ACEOF
3157 cat confdefs.h >>conftest.$ac_ext
3158 cat >>conftest.$ac_ext <<_ACEOF
3159 /* end confdefs.h.  */
3160
3161 int
3162 main ()
3163 {
3164
3165   ;
3166   return 0;
3167 }
3168 _ACEOF
3169 rm -f conftest.$ac_objext
3170 if { (ac_try="$ac_compile"
3171 case "(($ac_try" in
3172   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3173   *) ac_try_echo=$ac_try;;
3174 esac
3175 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3176 $as_echo "$ac_try_echo") >&5
3177   (eval "$ac_compile") 2>conftest.er1
3178   ac_status=$?
3179   grep -v '^ *+' conftest.er1 >conftest.err
3180   rm -f conftest.er1
3181   cat conftest.err >&5
3182   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3183   (exit $ac_status); } && {
3184          test -z "$ac_c_werror_flag" ||
3185          test ! -s conftest.err
3186        } && test -s conftest.$ac_objext; then
3187   :
3188 else
3189   $as_echo "$as_me: failed program was:" >&5
3190 sed 's/^/| /' conftest.$ac_ext >&5
3191
3192         ac_c_werror_flag=$ac_save_c_werror_flag
3193          CFLAGS="-g"
3194          cat >conftest.$ac_ext <<_ACEOF
3195 /* confdefs.h.  */
3196 _ACEOF
3197 cat confdefs.h >>conftest.$ac_ext
3198 cat >>conftest.$ac_ext <<_ACEOF
3199 /* end confdefs.h.  */
3200
3201 int
3202 main ()
3203 {
3204
3205   ;
3206   return 0;
3207 }
3208 _ACEOF
3209 rm -f conftest.$ac_objext
3210 if { (ac_try="$ac_compile"
3211 case "(($ac_try" in
3212   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3213   *) ac_try_echo=$ac_try;;
3214 esac
3215 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3216 $as_echo "$ac_try_echo") >&5
3217   (eval "$ac_compile") 2>conftest.er1
3218   ac_status=$?
3219   grep -v '^ *+' conftest.er1 >conftest.err
3220   rm -f conftest.er1
3221   cat conftest.err >&5
3222   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3223   (exit $ac_status); } && {
3224          test -z "$ac_c_werror_flag" ||
3225          test ! -s conftest.err
3226        } && test -s conftest.$ac_objext; then
3227   ac_cv_prog_cc_g=yes
3228 else
3229   $as_echo "$as_me: failed program was:" >&5
3230 sed 's/^/| /' conftest.$ac_ext >&5
3231
3232
3233 fi
3234
3235 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3236 fi
3237
3238 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3239 fi
3240
3241 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3242    ac_c_werror_flag=$ac_save_c_werror_flag
3243 fi
3244 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3245 $as_echo "$ac_cv_prog_cc_g" >&6; }
3246 if test "$ac_test_CFLAGS" = set; then
3247   CFLAGS=$ac_save_CFLAGS
3248 elif test $ac_cv_prog_cc_g = yes; then
3249   if test "$GCC" = yes; then
3250     CFLAGS="-g -O2"
3251   else
3252     CFLAGS="-g"
3253   fi
3254 else
3255   if test "$GCC" = yes; then
3256     CFLAGS="-O2"
3257   else
3258     CFLAGS=
3259   fi
3260 fi
3261 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3262 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3263 if test "${ac_cv_prog_cc_c89+set}" = set; then
3264   $as_echo_n "(cached) " >&6
3265 else
3266   ac_cv_prog_cc_c89=no
3267 ac_save_CC=$CC
3268 cat >conftest.$ac_ext <<_ACEOF
3269 /* confdefs.h.  */
3270 _ACEOF
3271 cat confdefs.h >>conftest.$ac_ext
3272 cat >>conftest.$ac_ext <<_ACEOF
3273 /* end confdefs.h.  */
3274 #include <stdarg.h>
3275 #include <stdio.h>
3276 #include <sys/types.h>
3277 #include <sys/stat.h>
3278 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3279 struct buf { int x; };
3280 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3281 static char *e (p, i)
3282      char **p;
3283      int i;
3284 {
3285   return p[i];
3286 }
3287 static char *f (char * (*g) (char **, int), char **p, ...)
3288 {
3289   char *s;
3290   va_list v;
3291   va_start (v,p);
3292   s = g (p, va_arg (v,int));
3293   va_end (v);
3294   return s;
3295 }
3296
3297 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3298    function prototypes and stuff, but not '\xHH' hex character constants.
3299    These don't provoke an error unfortunately, instead are silently treated
3300    as 'x'.  The following induces an error, until -std is added to get
3301    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3302    array size at least.  It's necessary to write '\x00'==0 to get something
3303    that's true only with -std.  */
3304 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3305
3306 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3307    inside strings and character constants.  */
3308 #define FOO(x) 'x'
3309 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3310
3311 int test (int i, double x);
3312 struct s1 {int (*f) (int a);};
3313 struct s2 {int (*f) (double a);};
3314 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3315 int argc;
3316 char **argv;
3317 int
3318 main ()
3319 {
3320 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3321   ;
3322   return 0;
3323 }
3324 _ACEOF
3325 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3326         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3327 do
3328   CC="$ac_save_CC $ac_arg"
3329   rm -f conftest.$ac_objext
3330 if { (ac_try="$ac_compile"
3331 case "(($ac_try" in
3332   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3333   *) ac_try_echo=$ac_try;;
3334 esac
3335 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3336 $as_echo "$ac_try_echo") >&5
3337   (eval "$ac_compile") 2>conftest.er1
3338   ac_status=$?
3339   grep -v '^ *+' conftest.er1 >conftest.err
3340   rm -f conftest.er1
3341   cat conftest.err >&5
3342   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3343   (exit $ac_status); } && {
3344          test -z "$ac_c_werror_flag" ||
3345          test ! -s conftest.err
3346        } && test -s conftest.$ac_objext; then
3347   ac_cv_prog_cc_c89=$ac_arg
3348 else
3349   $as_echo "$as_me: failed program was:" >&5
3350 sed 's/^/| /' conftest.$ac_ext >&5
3351
3352
3353 fi
3354
3355 rm -f core conftest.err conftest.$ac_objext
3356   test "x$ac_cv_prog_cc_c89" != "xno" && break
3357 done
3358 rm -f conftest.$ac_ext
3359 CC=$ac_save_CC
3360
3361 fi
3362 # AC_CACHE_VAL
3363 case "x$ac_cv_prog_cc_c89" in
3364   x)
3365     { $as_echo "$as_me:$LINENO: result: none needed" >&5
3366 $as_echo "none needed" >&6; } ;;
3367   xno)
3368     { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3369 $as_echo "unsupported" >&6; } ;;
3370   *)
3371     CC="$CC $ac_cv_prog_cc_c89"
3372     { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3373 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3374 esac
3375
3376
3377 ac_ext=c
3378 ac_cpp='$CPP $CPPFLAGS'
3379 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3380 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3381 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3382
3383 ac_ext=cpp
3384 ac_cpp='$CXXCPP $CPPFLAGS'
3385 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3386 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3387 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3388 if test -z "$CXX"; then
3389   if test -n "$CCC"; then
3390     CXX=$CCC
3391   else
3392     if test -n "$ac_tool_prefix"; then
3393   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3394   do
3395     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3396 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3397 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3398 $as_echo_n "checking for $ac_word... " >&6; }
3399 if test "${ac_cv_prog_CXX+set}" = set; then
3400   $as_echo_n "(cached) " >&6
3401 else
3402   if test -n "$CXX"; then
3403   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3404 else
3405 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3406 for as_dir in $PATH
3407 do
3408   IFS=$as_save_IFS
3409   test -z "$as_dir" && as_dir=.
3410   for ac_exec_ext in '' $ac_executable_extensions; do
3411   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3412     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3413     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3414     break 2
3415   fi
3416 done
3417 done
3418 IFS=$as_save_IFS
3419
3420 fi
3421 fi
3422 CXX=$ac_cv_prog_CXX
3423 if test -n "$CXX"; then
3424   { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3425 $as_echo "$CXX" >&6; }
3426 else
3427   { $as_echo "$as_me:$LINENO: result: no" >&5
3428 $as_echo "no" >&6; }
3429 fi
3430
3431
3432     test -n "$CXX" && break
3433   done
3434 fi
3435 if test -z "$CXX"; then
3436   ac_ct_CXX=$CXX
3437   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3438 do
3439   # Extract the first word of "$ac_prog", so it can be a program name with args.
3440 set dummy $ac_prog; ac_word=$2
3441 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3442 $as_echo_n "checking for $ac_word... " >&6; }
3443 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3444   $as_echo_n "(cached) " >&6
3445 else
3446   if test -n "$ac_ct_CXX"; then
3447   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3448 else
3449 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3450 for as_dir in $PATH
3451 do
3452   IFS=$as_save_IFS
3453   test -z "$as_dir" && as_dir=.
3454   for ac_exec_ext in '' $ac_executable_extensions; do
3455   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3456     ac_cv_prog_ac_ct_CXX="$ac_prog"
3457     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3458     break 2
3459   fi
3460 done
3461 done
3462 IFS=$as_save_IFS
3463
3464 fi
3465 fi
3466 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3467 if test -n "$ac_ct_CXX"; then
3468   { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3469 $as_echo "$ac_ct_CXX" >&6; }
3470 else
3471   { $as_echo "$as_me:$LINENO: result: no" >&5
3472 $as_echo "no" >&6; }
3473 fi
3474
3475
3476   test -n "$ac_ct_CXX" && break
3477 done
3478
3479   if test "x$ac_ct_CXX" = x; then
3480     CXX="g++"
3481   else
3482     case $cross_compiling:$ac_tool_warned in
3483 yes:)
3484 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3485 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3486 ac_tool_warned=yes ;;
3487 esac
3488     CXX=$ac_ct_CXX
3489   fi
3490 fi
3491
3492   fi
3493 fi
3494 # Provide some information about the compiler.
3495 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3496 set X $ac_compile
3497 ac_compiler=$2
3498 { (ac_try="$ac_compiler --version >&5"
3499 case "(($ac_try" in
3500   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3501   *) ac_try_echo=$ac_try;;
3502 esac
3503 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3504 $as_echo "$ac_try_echo") >&5
3505   (eval "$ac_compiler --version >&5") 2>&5
3506   ac_status=$?
3507   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3508   (exit $ac_status); }
3509 { (ac_try="$ac_compiler -v >&5"
3510 case "(($ac_try" in
3511   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3512   *) ac_try_echo=$ac_try;;
3513 esac
3514 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3515 $as_echo "$ac_try_echo") >&5
3516   (eval "$ac_compiler -v >&5") 2>&5
3517   ac_status=$?
3518   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3519   (exit $ac_status); }
3520 { (ac_try="$ac_compiler -V >&5"
3521 case "(($ac_try" in
3522   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3523   *) ac_try_echo=$ac_try;;
3524 esac
3525 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3526 $as_echo "$ac_try_echo") >&5
3527   (eval "$ac_compiler -V >&5") 2>&5
3528   ac_status=$?
3529   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3530   (exit $ac_status); }
3531
3532 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3533 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3534 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3535   $as_echo_n "(cached) " >&6
3536 else
3537   cat >conftest.$ac_ext <<_ACEOF
3538 /* confdefs.h.  */
3539 _ACEOF
3540 cat confdefs.h >>conftest.$ac_ext
3541 cat >>conftest.$ac_ext <<_ACEOF
3542 /* end confdefs.h.  */
3543
3544 int
3545 main ()
3546 {
3547 #ifndef __GNUC__
3548        choke me
3549 #endif
3550
3551   ;
3552   return 0;
3553 }
3554 _ACEOF
3555 rm -f conftest.$ac_objext
3556 if { (ac_try="$ac_compile"
3557 case "(($ac_try" in
3558   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3559   *) ac_try_echo=$ac_try;;
3560 esac
3561 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3562 $as_echo "$ac_try_echo") >&5
3563   (eval "$ac_compile") 2>conftest.er1
3564   ac_status=$?
3565   grep -v '^ *+' conftest.er1 >conftest.err
3566   rm -f conftest.er1
3567   cat conftest.err >&5
3568   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3569   (exit $ac_status); } && {
3570          test -z "$ac_cxx_werror_flag" ||
3571          test ! -s conftest.err
3572        } && test -s conftest.$ac_objext; then
3573   ac_compiler_gnu=yes
3574 else
3575   $as_echo "$as_me: failed program was:" >&5
3576 sed 's/^/| /' conftest.$ac_ext >&5
3577
3578         ac_compiler_gnu=no
3579 fi
3580
3581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3582 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3583
3584 fi
3585 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3586 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3587 if test $ac_compiler_gnu = yes; then
3588   GXX=yes
3589 else
3590   GXX=
3591 fi
3592 ac_test_CXXFLAGS=${CXXFLAGS+set}
3593 ac_save_CXXFLAGS=$CXXFLAGS
3594 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3595 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3596 if test "${ac_cv_prog_cxx_g+set}" = set; then
3597   $as_echo_n "(cached) " >&6
3598 else
3599   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3600    ac_cxx_werror_flag=yes
3601    ac_cv_prog_cxx_g=no
3602    CXXFLAGS="-g"
3603    cat >conftest.$ac_ext <<_ACEOF
3604 /* confdefs.h.  */
3605 _ACEOF
3606 cat confdefs.h >>conftest.$ac_ext
3607 cat >>conftest.$ac_ext <<_ACEOF
3608 /* end confdefs.h.  */
3609
3610 int
3611 main ()
3612 {
3613
3614   ;
3615   return 0;
3616 }
3617 _ACEOF
3618 rm -f conftest.$ac_objext
3619 if { (ac_try="$ac_compile"
3620 case "(($ac_try" in
3621   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3622   *) ac_try_echo=$ac_try;;
3623 esac
3624 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3625 $as_echo "$ac_try_echo") >&5
3626   (eval "$ac_compile") 2>conftest.er1
3627   ac_status=$?
3628   grep -v '^ *+' conftest.er1 >conftest.err
3629   rm -f conftest.er1
3630   cat conftest.err >&5
3631   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3632   (exit $ac_status); } && {
3633          test -z "$ac_cxx_werror_flag" ||
3634          test ! -s conftest.err
3635        } && test -s conftest.$ac_objext; then
3636   ac_cv_prog_cxx_g=yes
3637 else
3638   $as_echo "$as_me: failed program was:" >&5
3639 sed 's/^/| /' conftest.$ac_ext >&5
3640
3641         CXXFLAGS=""
3642       cat >conftest.$ac_ext <<_ACEOF
3643 /* confdefs.h.  */
3644 _ACEOF
3645 cat confdefs.h >>conftest.$ac_ext
3646 cat >>conftest.$ac_ext <<_ACEOF
3647 /* end confdefs.h.  */
3648
3649 int
3650 main ()
3651 {
3652
3653   ;
3654   return 0;
3655 }
3656 _ACEOF
3657 rm -f conftest.$ac_objext
3658 if { (ac_try="$ac_compile"
3659 case "(($ac_try" in
3660   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3661   *) ac_try_echo=$ac_try;;
3662 esac
3663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3664 $as_echo "$ac_try_echo") >&5
3665   (eval "$ac_compile") 2>conftest.er1
3666   ac_status=$?
3667   grep -v '^ *+' conftest.er1 >conftest.err
3668   rm -f conftest.er1
3669   cat conftest.err >&5
3670   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3671   (exit $ac_status); } && {
3672          test -z "$ac_cxx_werror_flag" ||
3673          test ! -s conftest.err
3674        } && test -s conftest.$ac_objext; then
3675   :
3676 else
3677   $as_echo "$as_me: failed program was:" >&5
3678 sed 's/^/| /' conftest.$ac_ext >&5
3679
3680         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3681          CXXFLAGS="-g"
3682          cat >conftest.$ac_ext <<_ACEOF
3683 /* confdefs.h.  */
3684 _ACEOF
3685 cat confdefs.h >>conftest.$ac_ext
3686 cat >>conftest.$ac_ext <<_ACEOF
3687 /* end confdefs.h.  */
3688
3689 int
3690 main ()
3691 {
3692
3693   ;
3694   return 0;
3695 }
3696 _ACEOF
3697 rm -f conftest.$ac_objext
3698 if { (ac_try="$ac_compile"
3699 case "(($ac_try" in
3700   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3701   *) ac_try_echo=$ac_try;;
3702 esac
3703 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3704 $as_echo "$ac_try_echo") >&5
3705   (eval "$ac_compile") 2>conftest.er1
3706   ac_status=$?
3707   grep -v '^ *+' conftest.er1 >conftest.err
3708   rm -f conftest.er1
3709   cat conftest.err >&5
3710   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3711   (exit $ac_status); } && {
3712          test -z "$ac_cxx_werror_flag" ||
3713          test ! -s conftest.err
3714        } && test -s conftest.$ac_objext; then
3715   ac_cv_prog_cxx_g=yes
3716 else
3717   $as_echo "$as_me: failed program was:" >&5
3718 sed 's/^/| /' conftest.$ac_ext >&5
3719
3720
3721 fi
3722
3723 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3724 fi
3725
3726 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3727 fi
3728
3729 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3730    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3731 fi
3732 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3733 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3734 if test "$ac_test_CXXFLAGS" = set; then
3735   CXXFLAGS=$ac_save_CXXFLAGS
3736 elif test $ac_cv_prog_cxx_g = yes; then
3737   if test "$GXX" = yes; then
3738     CXXFLAGS="-g -O2"
3739   else
3740     CXXFLAGS="-g"
3741   fi
3742 else
3743   if test "$GXX" = yes; then
3744     CXXFLAGS="-O2"
3745   else
3746     CXXFLAGS=
3747   fi
3748 fi
3749 ac_ext=c
3750 ac_cpp='$CPP $CPPFLAGS'
3751 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3752 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3753 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3754
3755 if test -n "$ac_tool_prefix"; then
3756   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3757 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3758 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3759 $as_echo_n "checking for $ac_word... " >&6; }
3760 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3761   $as_echo_n "(cached) " >&6
3762 else
3763   if test -n "$CPPBIN"; then
3764   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3765 else
3766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3767 for as_dir in $PATH
3768 do
3769   IFS=$as_save_IFS
3770   test -z "$as_dir" && as_dir=.
3771   for ac_exec_ext in '' $ac_executable_extensions; do
3772   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3773     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3774     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3775     break 2
3776   fi
3777 done
3778 done
3779 IFS=$as_save_IFS
3780
3781 fi
3782 fi
3783 CPPBIN=$ac_cv_prog_CPPBIN
3784 if test -n "$CPPBIN"; then
3785   { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3786 $as_echo "$CPPBIN" >&6; }
3787 else
3788   { $as_echo "$as_me:$LINENO: result: no" >&5
3789 $as_echo "no" >&6; }
3790 fi
3791
3792
3793 fi
3794 if test -z "$ac_cv_prog_CPPBIN"; then
3795   ac_ct_CPPBIN=$CPPBIN
3796   # Extract the first word of "cpp", so it can be a program name with args.
3797 set dummy cpp; ac_word=$2
3798 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3799 $as_echo_n "checking for $ac_word... " >&6; }
3800 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3801   $as_echo_n "(cached) " >&6
3802 else
3803   if test -n "$ac_ct_CPPBIN"; then
3804   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3805 else
3806 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3807 for as_dir in $PATH
3808 do
3809   IFS=$as_save_IFS
3810   test -z "$as_dir" && as_dir=.
3811   for ac_exec_ext in '' $ac_executable_extensions; do
3812   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3813     ac_cv_prog_ac_ct_CPPBIN="cpp"
3814     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3815     break 2
3816   fi
3817 done
3818 done
3819 IFS=$as_save_IFS
3820
3821 fi
3822 fi
3823 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3824 if test -n "$ac_ct_CPPBIN"; then
3825   { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3826 $as_echo "$ac_ct_CPPBIN" >&6; }
3827 else
3828   { $as_echo "$as_me:$LINENO: result: no" >&5
3829 $as_echo "no" >&6; }
3830 fi
3831
3832   if test "x$ac_ct_CPPBIN" = x; then
3833     CPPBIN="cpp"
3834   else
3835     case $cross_compiling:$ac_tool_warned in
3836 yes:)
3837 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3838 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3839 ac_tool_warned=yes ;;
3840 esac
3841     CPPBIN=$ac_ct_CPPBIN
3842   fi
3843 else
3844   CPPBIN="$ac_cv_prog_CPPBIN"
3845 fi
3846
3847
3848 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3849 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3850 if test "${wine_cv_toolsdir+set}" = set; then
3851   $as_echo_n "(cached) " >&6
3852 else
3853   if test -z "$with_wine_tools"; then
3854      if test "$cross_compiling" = "yes"; then
3855        { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3856 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3857    { (exit 1); exit 1; }; }
3858      else
3859        wine_cv_toolsdir="\$(TOPOBJDIR)"
3860      fi
3861    elif test -d "$with_wine_tools/tools/winebuild"; then
3862      case $with_wine_tools in
3863        /*) wine_cv_toolsdir="$with_wine_tools" ;;
3864        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3865      esac
3866    else
3867      { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3868 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3869    { (exit 1); exit 1; }; }
3870    fi
3871 fi
3872 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3873 $as_echo "$wine_cv_toolsdir" >&6; }
3874 TOOLSDIR=$wine_cv_toolsdir
3875
3876
3877
3878 ac_ext=c
3879 ac_cpp='$CPP $CPPFLAGS'
3880 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3881 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3882 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3883 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3884 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3885 # On Suns, sometimes $CPP names a directory.
3886 if test -n "$CPP" && test -d "$CPP"; then
3887   CPP=
3888 fi
3889 if test -z "$CPP"; then
3890   if test "${ac_cv_prog_CPP+set}" = set; then
3891   $as_echo_n "(cached) " >&6
3892 else
3893       # Double quotes because CPP needs to be expanded
3894     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3895     do
3896       ac_preproc_ok=false
3897 for ac_c_preproc_warn_flag in '' yes
3898 do
3899   # Use a header file that comes with gcc, so configuring glibc
3900   # with a fresh cross-compiler works.
3901   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3902   # <limits.h> exists even on freestanding compilers.
3903   # On the NeXT, cc -E runs the code through the compiler's parser,
3904   # not just through cpp. "Syntax error" is here to catch this case.
3905   cat >conftest.$ac_ext <<_ACEOF
3906 /* confdefs.h.  */
3907 _ACEOF
3908 cat confdefs.h >>conftest.$ac_ext
3909 cat >>conftest.$ac_ext <<_ACEOF
3910 /* end confdefs.h.  */
3911 #ifdef __STDC__
3912 # include <limits.h>
3913 #else
3914 # include <assert.h>
3915 #endif
3916                      Syntax error
3917 _ACEOF
3918 if { (ac_try="$ac_cpp conftest.$ac_ext"
3919 case "(($ac_try" in
3920   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3921   *) ac_try_echo=$ac_try;;
3922 esac
3923 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3924 $as_echo "$ac_try_echo") >&5
3925   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3926   ac_status=$?
3927   grep -v '^ *+' conftest.er1 >conftest.err
3928   rm -f conftest.er1
3929   cat conftest.err >&5
3930   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3931   (exit $ac_status); } >/dev/null && {
3932          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3933          test ! -s conftest.err
3934        }; then
3935   :
3936 else
3937   $as_echo "$as_me: failed program was:" >&5
3938 sed 's/^/| /' conftest.$ac_ext >&5
3939
3940   # Broken: fails on valid input.
3941 continue
3942 fi
3943
3944 rm -f conftest.err conftest.$ac_ext
3945
3946   # OK, works on sane cases.  Now check whether nonexistent headers
3947   # can be detected and how.
3948   cat >conftest.$ac_ext <<_ACEOF
3949 /* confdefs.h.  */
3950 _ACEOF
3951 cat confdefs.h >>conftest.$ac_ext
3952 cat >>conftest.$ac_ext <<_ACEOF
3953 /* end confdefs.h.  */
3954 #include <ac_nonexistent.h>
3955 _ACEOF
3956 if { (ac_try="$ac_cpp conftest.$ac_ext"
3957 case "(($ac_try" in
3958   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3959   *) ac_try_echo=$ac_try;;
3960 esac
3961 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3962 $as_echo "$ac_try_echo") >&5
3963   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3964   ac_status=$?
3965   grep -v '^ *+' conftest.er1 >conftest.err
3966   rm -f conftest.er1
3967   cat conftest.err >&5
3968   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3969   (exit $ac_status); } >/dev/null && {
3970          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3971          test ! -s conftest.err
3972        }; then
3973   # Broken: success on invalid input.
3974 continue
3975 else
3976   $as_echo "$as_me: failed program was:" >&5
3977 sed 's/^/| /' conftest.$ac_ext >&5
3978
3979   # Passes both tests.
3980 ac_preproc_ok=:
3981 break
3982 fi
3983
3984 rm -f conftest.err conftest.$ac_ext
3985
3986 done
3987 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3988 rm -f conftest.err conftest.$ac_ext
3989 if $ac_preproc_ok; then
3990   break
3991 fi
3992
3993     done
3994     ac_cv_prog_CPP=$CPP
3995
3996 fi
3997   CPP=$ac_cv_prog_CPP
3998 else
3999   ac_cv_prog_CPP=$CPP
4000 fi
4001 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
4002 $as_echo "$CPP" >&6; }
4003 ac_preproc_ok=false
4004 for ac_c_preproc_warn_flag in '' yes
4005 do
4006   # Use a header file that comes with gcc, so configuring glibc
4007   # with a fresh cross-compiler works.
4008   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4009   # <limits.h> exists even on freestanding compilers.
4010   # On the NeXT, cc -E runs the code through the compiler's parser,
4011   # not just through cpp. "Syntax error" is here to catch this case.
4012   cat >conftest.$ac_ext <<_ACEOF
4013 /* confdefs.h.  */
4014 _ACEOF
4015 cat confdefs.h >>conftest.$ac_ext
4016 cat >>conftest.$ac_ext <<_ACEOF
4017 /* end confdefs.h.  */
4018 #ifdef __STDC__
4019 # include <limits.h>
4020 #else
4021 # include <assert.h>
4022 #endif
4023                      Syntax error
4024 _ACEOF
4025 if { (ac_try="$ac_cpp conftest.$ac_ext"
4026 case "(($ac_try" in
4027   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4028   *) ac_try_echo=$ac_try;;
4029 esac
4030 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4031 $as_echo "$ac_try_echo") >&5
4032   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4033   ac_status=$?
4034   grep -v '^ *+' conftest.er1 >conftest.err
4035   rm -f conftest.er1
4036   cat conftest.err >&5
4037   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4038   (exit $ac_status); } >/dev/null && {
4039          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4040          test ! -s conftest.err
4041        }; then
4042   :
4043 else
4044   $as_echo "$as_me: failed program was:" >&5
4045 sed 's/^/| /' conftest.$ac_ext >&5
4046
4047   # Broken: fails on valid input.
4048 continue
4049 fi
4050
4051 rm -f conftest.err conftest.$ac_ext
4052
4053   # OK, works on sane cases.  Now check whether nonexistent headers
4054   # can be detected and how.
4055   cat >conftest.$ac_ext <<_ACEOF
4056 /* confdefs.h.  */
4057 _ACEOF
4058 cat confdefs.h >>conftest.$ac_ext
4059 cat >>conftest.$ac_ext <<_ACEOF
4060 /* end confdefs.h.  */
4061 #include <ac_nonexistent.h>
4062 _ACEOF
4063 if { (ac_try="$ac_cpp conftest.$ac_ext"
4064 case "(($ac_try" in
4065   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4066   *) ac_try_echo=$ac_try;;
4067 esac
4068 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4069 $as_echo "$ac_try_echo") >&5
4070   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4071   ac_status=$?
4072   grep -v '^ *+' conftest.er1 >conftest.err
4073   rm -f conftest.er1
4074   cat conftest.err >&5
4075   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4076   (exit $ac_status); } >/dev/null && {
4077          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4078          test ! -s conftest.err
4079        }; then
4080   # Broken: success on invalid input.
4081 continue
4082 else
4083   $as_echo "$as_me: failed program was:" >&5
4084 sed 's/^/| /' conftest.$ac_ext >&5
4085
4086   # Passes both tests.
4087 ac_preproc_ok=:
4088 break
4089 fi
4090
4091 rm -f conftest.err conftest.$ac_ext
4092
4093 done
4094 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4095 rm -f conftest.err conftest.$ac_ext
4096 if $ac_preproc_ok; then
4097   :
4098 else
4099   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4100 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4101 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4102 See \`config.log' for more details." >&5
4103 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4104 See \`config.log' for more details." >&2;}
4105    { (exit 1); exit 1; }; }; }
4106 fi
4107
4108 ac_ext=c
4109 ac_cpp='$CPP $CPPFLAGS'
4110 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4111 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4112 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4113
4114
4115 { $as_echo "$as_me:$LINENO: checking for X" >&5
4116 $as_echo_n "checking for X... " >&6; }
4117
4118
4119 # Check whether --with-x was given.
4120 if test "${with_x+set}" = set; then
4121   withval=$with_x;
4122 fi
4123
4124 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
4125 if test "x$with_x" = xno; then
4126   # The user explicitly disabled X.
4127   have_x=disabled
4128 else
4129   case $x_includes,$x_libraries in #(
4130     *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
4131 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
4132    { (exit 1); exit 1; }; };; #(
4133     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
4134   $as_echo_n "(cached) " >&6
4135 else
4136   # One or both of the vars are not set, and there is no cached value.
4137 ac_x_includes=no ac_x_libraries=no
4138 rm -f -r conftest.dir
4139 if mkdir conftest.dir; then
4140   cd conftest.dir
4141   cat >Imakefile <<'_ACEOF'
4142 incroot:
4143         @echo incroot='${INCROOT}'
4144 usrlibdir:
4145         @echo usrlibdir='${USRLIBDIR}'
4146 libdir:
4147         @echo libdir='${LIBDIR}'
4148 _ACEOF
4149   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
4150     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4151     for ac_var in incroot usrlibdir libdir; do
4152       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
4153     done
4154     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
4155     for ac_extension in a so sl dylib la dll; do
4156       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
4157          test -f "$ac_im_libdir/libX11.$ac_extension"; then
4158         ac_im_usrlibdir=$ac_im_libdir; break
4159       fi
4160     done
4161     # Screen out bogus values from the imake configuration.  They are
4162     # bogus both because they are the default anyway, and because
4163     # using them would break gcc on systems where it needs fixed includes.
4164     case $ac_im_incroot in
4165         /usr/include) ac_x_includes= ;;
4166         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4167     esac
4168     case $ac_im_usrlibdir in
4169         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
4170         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4171     esac
4172   fi
4173   cd ..
4174   rm -f -r conftest.dir
4175 fi
4176
4177 # Standard set of common directories for X headers.
4178 # Check X11 before X11Rn because it is often a symlink to the current release.
4179 ac_x_header_dirs='
4180 /usr/X11/include
4181 /usr/X11R6/include
4182 /usr/X11R5/include
4183 /usr/X11R4/include
4184
4185 /usr/include/X11
4186 /usr/include/X11R6
4187 /usr/include/X11R5
4188 /usr/include/X11R4
4189
4190 /usr/local/X11/include
4191 /usr/local/X11R6/include
4192 /usr/local/X11R5/include
4193 /usr/local/X11R4/include
4194
4195 /usr/local/include/X11
4196 /usr/local/include/X11R6
4197 /usr/local/include/X11R5
4198 /usr/local/include/X11R4
4199
4200 /usr/X386/include
4201 /usr/x386/include
4202 /usr/XFree86/include/X11
4203
4204 /usr/include
4205 /usr/local/include
4206 /usr/unsupported/include
4207 /usr/athena/include
4208 /usr/local/x11r5/include
4209 /usr/lpp/Xamples/include
4210
4211 /usr/openwin/include
4212 /usr/openwin/share/include'
4213
4214 if test "$ac_x_includes" = no; then
4215   # Guess where to find include files, by looking for Xlib.h.
4216   # First, try using that file with no special directory specified.
4217   cat >conftest.$ac_ext <<_ACEOF
4218 /* confdefs.h.  */
4219 _ACEOF
4220 cat confdefs.h >>conftest.$ac_ext
4221 cat >>conftest.$ac_ext <<_ACEOF
4222 /* end confdefs.h.  */
4223 #include <X11/Xlib.h>
4224 _ACEOF
4225 if { (ac_try="$ac_cpp conftest.$ac_ext"
4226 case "(($ac_try" in
4227   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4228   *) ac_try_echo=$ac_try;;
4229 esac
4230 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4231 $as_echo "$ac_try_echo") >&5
4232   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4233   ac_status=$?
4234   grep -v '^ *+' conftest.er1 >conftest.err
4235   rm -f conftest.er1
4236   cat conftest.err >&5
4237   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4238   (exit $ac_status); } >/dev/null && {
4239          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4240          test ! -s conftest.err
4241        }; then
4242   # We can compile using X headers with no special include directory.
4243 ac_x_includes=
4244 else
4245   $as_echo "$as_me: failed program was:" >&5
4246 sed 's/^/| /' conftest.$ac_ext >&5
4247
4248   for ac_dir in $ac_x_header_dirs; do
4249   if test -r "$ac_dir/X11/Xlib.h"; then
4250     ac_x_includes=$ac_dir
4251     break
4252   fi
4253 done
4254 fi
4255
4256 rm -f conftest.err conftest.$ac_ext
4257 fi # $ac_x_includes = no
4258
4259 if test "$ac_x_libraries" = no; then
4260   # Check for the libraries.
4261   # See if we find them without any special options.
4262   # Don't add to $LIBS permanently.
4263   ac_save_LIBS=$LIBS
4264   LIBS="-lX11 $LIBS"
4265   cat >conftest.$ac_ext <<_ACEOF
4266 /* confdefs.h.  */
4267 _ACEOF
4268 cat confdefs.h >>conftest.$ac_ext
4269 cat >>conftest.$ac_ext <<_ACEOF
4270 /* end confdefs.h.  */
4271 #include <X11/Xlib.h>
4272 int
4273 main ()
4274 {
4275 XrmInitialize ()
4276   ;
4277   return 0;
4278 }
4279 _ACEOF
4280 rm -f conftest.$ac_objext conftest$ac_exeext
4281 if { (ac_try="$ac_link"
4282 case "(($ac_try" in
4283   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4284   *) ac_try_echo=$ac_try;;
4285 esac
4286 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4287 $as_echo "$ac_try_echo") >&5
4288   (eval "$ac_link") 2>conftest.er1
4289   ac_status=$?
4290   grep -v '^ *+' conftest.er1 >conftest.err
4291   rm -f conftest.er1
4292   cat conftest.err >&5
4293   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4294   (exit $ac_status); } && {
4295          test -z "$ac_c_werror_flag" ||
4296          test ! -s conftest.err
4297        } && test -s conftest$ac_exeext && {
4298          test "$cross_compiling" = yes ||
4299          $as_test_x conftest$ac_exeext
4300        }; then
4301   LIBS=$ac_save_LIBS
4302 # We can link X programs with no special library path.
4303 ac_x_libraries=
4304 else
4305   $as_echo "$as_me: failed program was:" >&5
4306 sed 's/^/| /' conftest.$ac_ext >&5
4307
4308         LIBS=$ac_save_LIBS
4309 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4310 do
4311   # Don't even attempt the hair of trying to link an X program!
4312   for ac_extension in a so sl dylib la dll; do
4313     if test -r "$ac_dir/libX11.$ac_extension"; then
4314       ac_x_libraries=$ac_dir
4315       break 2
4316     fi
4317   done
4318 done
4319 fi
4320
4321 rm -rf conftest.dSYM
4322 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4323       conftest$ac_exeext conftest.$ac_ext
4324 fi # $ac_x_libraries = no
4325
4326 case $ac_x_includes,$ac_x_libraries in #(
4327   no,* | *,no | *\'*)
4328     # Didn't find X, or a directory has "'" in its name.
4329     ac_cv_have_x="have_x=no";; #(
4330   *)
4331     # Record where we found X for the cache.
4332     ac_cv_have_x="have_x=yes\
4333         ac_x_includes='$ac_x_includes'\
4334         ac_x_libraries='$ac_x_libraries'"
4335 esac
4336 fi
4337 ;; #(
4338     *) have_x=yes;;
4339   esac
4340   eval "$ac_cv_have_x"
4341 fi # $with_x != no
4342
4343 if test "$have_x" != yes; then
4344   { $as_echo "$as_me:$LINENO: result: $have_x" >&5
4345 $as_echo "$have_x" >&6; }
4346   no_x=yes
4347 else
4348   # If each of the values was on the command line, it overrides each guess.
4349   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4350   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4351   # Update the cache value to reflect the command line values.
4352   ac_cv_have_x="have_x=yes\
4353         ac_x_includes='$x_includes'\
4354         ac_x_libraries='$x_libraries'"
4355   { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4356 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
4357 fi
4358
4359 if test "$no_x" = yes; then
4360   # Not all programs may use this symbol, but it does not hurt to define it.
4361
4362 cat >>confdefs.h <<\_ACEOF
4363 #define X_DISPLAY_MISSING 1
4364 _ACEOF
4365
4366   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4367 else
4368   if test -n "$x_includes"; then
4369     X_CFLAGS="$X_CFLAGS -I$x_includes"
4370   fi
4371
4372   # It would also be nice to do this for all -L options, not just this one.
4373   if test -n "$x_libraries"; then
4374     X_LIBS="$X_LIBS -L$x_libraries"
4375     # For Solaris; some versions of Sun CC require a space after -R and
4376     # others require no space.  Words are not sufficient . . . .
4377     { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4378 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
4379     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4380     ac_xsave_c_werror_flag=$ac_c_werror_flag
4381     ac_c_werror_flag=yes
4382     cat >conftest.$ac_ext <<_ACEOF
4383 /* confdefs.h.  */
4384 _ACEOF
4385 cat confdefs.h >>conftest.$ac_ext
4386 cat >>conftest.$ac_ext <<_ACEOF
4387 /* end confdefs.h.  */
4388
4389 int
4390 main ()
4391 {
4392
4393   ;
4394   return 0;
4395 }
4396 _ACEOF
4397 rm -f conftest.$ac_objext conftest$ac_exeext
4398 if { (ac_try="$ac_link"
4399 case "(($ac_try" in
4400   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4401   *) ac_try_echo=$ac_try;;
4402 esac
4403 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4404 $as_echo "$ac_try_echo") >&5
4405   (eval "$ac_link") 2>conftest.er1
4406   ac_status=$?
4407   grep -v '^ *+' conftest.er1 >conftest.err
4408   rm -f conftest.er1
4409   cat conftest.err >&5
4410   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4411   (exit $ac_status); } && {
4412          test -z "$ac_c_werror_flag" ||
4413          test ! -s conftest.err
4414        } && test -s conftest$ac_exeext && {
4415          test "$cross_compiling" = yes ||
4416          $as_test_x conftest$ac_exeext
4417        }; then
4418   { $as_echo "$as_me:$LINENO: result: no" >&5
4419 $as_echo "no" >&6; }
4420        X_LIBS="$X_LIBS -R$x_libraries"
4421 else
4422   $as_echo "$as_me: failed program was:" >&5
4423 sed 's/^/| /' conftest.$ac_ext >&5
4424
4425         LIBS="$ac_xsave_LIBS -R $x_libraries"
4426        cat >conftest.$ac_ext <<_ACEOF
4427 /* confdefs.h.  */
4428 _ACEOF
4429 cat confdefs.h >>conftest.$ac_ext
4430 cat >>conftest.$ac_ext <<_ACEOF
4431 /* end confdefs.h.  */
4432
4433 int
4434 main ()
4435 {
4436
4437   ;
4438   return 0;
4439 }
4440 _ACEOF
4441 rm -f conftest.$ac_objext conftest$ac_exeext
4442 if { (ac_try="$ac_link"
4443 case "(($ac_try" in
4444   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4445   *) ac_try_echo=$ac_try;;
4446 esac
4447 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4448 $as_echo "$ac_try_echo") >&5
4449   (eval "$ac_link") 2>conftest.er1
4450   ac_status=$?
4451   grep -v '^ *+' conftest.er1 >conftest.err
4452   rm -f conftest.er1
4453   cat conftest.err >&5
4454   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4455   (exit $ac_status); } && {
4456          test -z "$ac_c_werror_flag" ||
4457          test ! -s conftest.err
4458        } && test -s conftest$ac_exeext && {
4459          test "$cross_compiling" = yes ||
4460          $as_test_x conftest$ac_exeext
4461        }; then
4462   { $as_echo "$as_me:$LINENO: result: yes" >&5
4463 $as_echo "yes" >&6; }
4464           X_LIBS="$X_LIBS -R $x_libraries"
4465 else
4466   $as_echo "$as_me: failed program was:" >&5
4467 sed 's/^/| /' conftest.$ac_ext >&5
4468
4469         { $as_echo "$as_me:$LINENO: result: neither works" >&5
4470 $as_echo "neither works" >&6; }
4471 fi
4472
4473 rm -rf conftest.dSYM
4474 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4475       conftest$ac_exeext conftest.$ac_ext
4476 fi
4477
4478 rm -rf conftest.dSYM
4479 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4480       conftest$ac_exeext conftest.$ac_ext
4481     ac_c_werror_flag=$ac_xsave_c_werror_flag
4482     LIBS=$ac_xsave_LIBS
4483   fi
4484
4485   # Check for system-dependent libraries X programs must link with.
4486   # Do this before checking for the system-independent R6 libraries
4487   # (-lICE), since we may need -lsocket or whatever for X linking.
4488
4489   if test "$ISC" = yes; then
4490     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4491   else
4492     # Martyn Johnson says this is needed for Ultrix, if the X
4493     # libraries were built with DECnet support.  And Karl Berry says
4494     # the Alpha needs dnet_stub (dnet does not exist).
4495     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4496     cat >conftest.$ac_ext <<_ACEOF
4497 /* confdefs.h.  */
4498 _ACEOF
4499 cat confdefs.h >>conftest.$ac_ext
4500 cat >>conftest.$ac_ext <<_ACEOF
4501 /* end confdefs.h.  */
4502
4503 /* Override any GCC internal prototype to avoid an error.
4504    Use char because int might match the return type of a GCC
4505    builtin and then its argument prototype would still apply.  */
4506 #ifdef __cplusplus
4507 extern "C"
4508 #endif
4509 char XOpenDisplay ();
4510 int
4511 main ()
4512 {
4513 return XOpenDisplay ();
4514   ;
4515   return 0;
4516 }
4517 _ACEOF
4518 rm -f conftest.$ac_objext conftest$ac_exeext
4519 if { (ac_try="$ac_link"
4520 case "(($ac_try" in
4521   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4522   *) ac_try_echo=$ac_try;;
4523 esac
4524 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4525 $as_echo "$ac_try_echo") >&5
4526   (eval "$ac_link") 2>conftest.er1
4527   ac_status=$?
4528   grep -v '^ *+' conftest.er1 >conftest.err
4529   rm -f conftest.er1
4530   cat conftest.err >&5
4531   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4532   (exit $ac_status); } && {
4533          test -z "$ac_c_werror_flag" ||
4534          test ! -s conftest.err
4535        } && test -s conftest$ac_exeext && {
4536          test "$cross_compiling" = yes ||
4537          $as_test_x conftest$ac_exeext
4538        }; then
4539   :
4540 else
4541   $as_echo "$as_me: failed program was:" >&5
4542 sed 's/^/| /' conftest.$ac_ext >&5
4543
4544         { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4545 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
4546 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4547   $as_echo_n "(cached) " >&6
4548 else
4549   ac_check_lib_save_LIBS=$LIBS
4550 LIBS="-ldnet  $LIBS"
4551 cat >conftest.$ac_ext <<_ACEOF
4552 /* confdefs.h.  */
4553 _ACEOF
4554 cat confdefs.h >>conftest.$ac_ext
4555 cat >>conftest.$ac_ext <<_ACEOF
4556 /* end confdefs.h.  */
4557
4558 /* Override any GCC internal prototype to avoid an error.
4559    Use char because int might match the return type of a GCC
4560    builtin and then its argument prototype would still apply.  */
4561 #ifdef __cplusplus
4562 extern "C"
4563 #endif
4564 char dnet_ntoa ();
4565 int
4566 main ()
4567 {
4568 return dnet_ntoa ();
4569   ;
4570   return 0;
4571 }
4572 _ACEOF
4573 rm -f conftest.$ac_objext conftest$ac_exeext
4574 if { (ac_try="$ac_link"
4575 case "(($ac_try" in
4576   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4577   *) ac_try_echo=$ac_try;;
4578 esac
4579 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4580 $as_echo "$ac_try_echo") >&5
4581   (eval "$ac_link") 2>conftest.er1
4582   ac_status=$?
4583   grep -v '^ *+' conftest.er1 >conftest.err
4584   rm -f conftest.er1
4585   cat conftest.err >&5
4586   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4587   (exit $ac_status); } && {
4588          test -z "$ac_c_werror_flag" ||
4589          test ! -s conftest.err
4590        } && test -s conftest$ac_exeext && {
4591          test "$cross_compiling" = yes ||
4592          $as_test_x conftest$ac_exeext
4593        }; then
4594   ac_cv_lib_dnet_dnet_ntoa=yes
4595 else
4596   $as_echo "$as_me: failed program was:" >&5
4597 sed 's/^/| /' conftest.$ac_ext >&5
4598
4599         ac_cv_lib_dnet_dnet_ntoa=no
4600 fi
4601
4602 rm -rf conftest.dSYM
4603 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4604       conftest$ac_exeext conftest.$ac_ext
4605 LIBS=$ac_check_lib_save_LIBS
4606 fi
4607 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4608 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4609 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
4610   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4611 fi
4612
4613     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4614       { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4615 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
4616 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4617   $as_echo_n "(cached) " >&6
4618 else
4619   ac_check_lib_save_LIBS=$LIBS
4620 LIBS="-ldnet_stub  $LIBS"
4621 cat >conftest.$ac_ext <<_ACEOF
4622 /* confdefs.h.  */
4623 _ACEOF
4624 cat confdefs.h >>conftest.$ac_ext
4625 cat >>conftest.$ac_ext <<_ACEOF
4626 /* end confdefs.h.  */
4627
4628 /* Override any GCC internal prototype to avoid an error.
4629    Use char because int might match the return type of a GCC
4630    builtin and then its argument prototype would still apply.  */
4631 #ifdef __cplusplus
4632 extern "C"
4633 #endif
4634 char dnet_ntoa ();
4635 int
4636 main ()
4637 {
4638 return dnet_ntoa ();
4639   ;
4640   return 0;
4641 }
4642 _ACEOF
4643 rm -f conftest.$ac_objext conftest$ac_exeext
4644 if { (ac_try="$ac_link"
4645 case "(($ac_try" in
4646   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4647   *) ac_try_echo=$ac_try;;
4648 esac
4649 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4650 $as_echo "$ac_try_echo") >&5
4651   (eval "$ac_link") 2>conftest.er1
4652   ac_status=$?
4653   grep -v '^ *+' conftest.er1 >conftest.err
4654   rm -f conftest.er1
4655   cat conftest.err >&5
4656   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4657   (exit $ac_status); } && {
4658          test -z "$ac_c_werror_flag" ||
4659          test ! -s conftest.err
4660        } && test -s conftest$ac_exeext && {
4661          test "$cross_compiling" = yes ||
4662          $as_test_x conftest$ac_exeext
4663        }; then
4664   ac_cv_lib_dnet_stub_dnet_ntoa=yes
4665 else
4666   $as_echo "$as_me: failed program was:" >&5
4667 sed 's/^/| /' conftest.$ac_ext >&5
4668
4669         ac_cv_lib_dnet_stub_dnet_ntoa=no
4670 fi
4671
4672 rm -rf conftest.dSYM
4673 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4674       conftest$ac_exeext conftest.$ac_ext
4675 LIBS=$ac_check_lib_save_LIBS
4676 fi
4677 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4678 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4679 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
4680   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4681 fi
4682
4683     fi
4684 fi
4685
4686 rm -rf conftest.dSYM
4687 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4688       conftest$ac_exeext conftest.$ac_ext
4689     LIBS="$ac_xsave_LIBS"
4690
4691     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4692     # to get the SysV transport functions.
4693     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4694     # needs -lnsl.
4695     # The nsl library prevents programs from opening the X display
4696     # on Irix 5.2, according to T.E. Dickey.
4697     # The functions gethostbyname, getservbyname, and inet_addr are
4698     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4699     { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
4700 $as_echo_n "checking for gethostbyname... " >&6; }
4701 if test "${ac_cv_func_gethostbyname+set}" = set; then
4702   $as_echo_n "(cached) " >&6
4703 else
4704   cat >conftest.$ac_ext <<_ACEOF
4705 /* confdefs.h.  */
4706 _ACEOF
4707 cat confdefs.h >>conftest.$ac_ext
4708 cat >>conftest.$ac_ext <<_ACEOF
4709 /* end confdefs.h.  */
4710 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4711    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4712 #define gethostbyname innocuous_gethostbyname
4713
4714 /* System header to define __stub macros and hopefully few prototypes,
4715     which can conflict with char gethostbyname (); below.
4716     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4717     <limits.h> exists even on freestanding compilers.  */
4718
4719 #ifdef __STDC__
4720 # include <limits.h>
4721 #else
4722 # include <assert.h>
4723 #endif
4724
4725 #undef gethostbyname
4726
4727 /* Override any GCC internal prototype to avoid an error.
4728    Use char because int might match the return type of a GCC
4729    builtin and then its argument prototype would still apply.  */
4730 #ifdef __cplusplus
4731 extern "C"
4732 #endif
4733 char gethostbyname ();
4734 /* The GNU C library defines this for functions which it implements
4735     to always fail with ENOSYS.  Some functions are actually named
4736     something starting with __ and the normal name is an alias.  */
4737 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4738 choke me
4739 #endif
4740
4741 int
4742 main ()
4743 {
4744 return gethostbyname ();
4745   ;
4746   return 0;
4747 }
4748 _ACEOF
4749 rm -f conftest.$ac_objext conftest$ac_exeext
4750 if { (ac_try="$ac_link"
4751 case "(($ac_try" in
4752   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4753   *) ac_try_echo=$ac_try;;
4754 esac
4755 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4756 $as_echo "$ac_try_echo") >&5
4757   (eval "$ac_link") 2>conftest.er1
4758   ac_status=$?
4759   grep -v '^ *+' conftest.er1 >conftest.err
4760   rm -f conftest.er1
4761   cat conftest.err >&5
4762   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4763   (exit $ac_status); } && {
4764          test -z "$ac_c_werror_flag" ||
4765          test ! -s conftest.err
4766        } && test -s conftest$ac_exeext && {
4767          test "$cross_compiling" = yes ||
4768          $as_test_x conftest$ac_exeext
4769        }; then
4770   ac_cv_func_gethostbyname=yes
4771 else
4772   $as_echo "$as_me: failed program was:" >&5
4773 sed 's/^/| /' conftest.$ac_ext >&5
4774
4775         ac_cv_func_gethostbyname=no
4776 fi
4777
4778 rm -rf conftest.dSYM
4779 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4780       conftest$ac_exeext conftest.$ac_ext
4781 fi
4782 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4783 $as_echo "$ac_cv_func_gethostbyname" >&6; }
4784
4785     if test $ac_cv_func_gethostbyname = no; then
4786       { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4787 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
4788 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4789   $as_echo_n "(cached) " >&6
4790 else
4791   ac_check_lib_save_LIBS=$LIBS
4792 LIBS="-lnsl  $LIBS"
4793 cat >conftest.$ac_ext <<_ACEOF
4794 /* confdefs.h.  */
4795 _ACEOF
4796 cat confdefs.h >>conftest.$ac_ext
4797 cat >>conftest.$ac_ext <<_ACEOF
4798 /* end confdefs.h.  */
4799
4800 /* Override any GCC internal prototype to avoid an error.
4801    Use char because int might match the return type of a GCC
4802    builtin and then its argument prototype would still apply.  */
4803 #ifdef __cplusplus
4804 extern "C"
4805 #endif
4806 char gethostbyname ();
4807 int
4808 main ()
4809 {
4810 return gethostbyname ();
4811   ;
4812   return 0;
4813 }
4814 _ACEOF
4815 rm -f conftest.$ac_objext conftest$ac_exeext
4816 if { (ac_try="$ac_link"
4817 case "(($ac_try" in
4818   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4819   *) ac_try_echo=$ac_try;;
4820 esac
4821 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4822 $as_echo "$ac_try_echo") >&5
4823   (eval "$ac_link") 2>conftest.er1
4824   ac_status=$?
4825   grep -v '^ *+' conftest.er1 >conftest.err
4826   rm -f conftest.er1
4827   cat conftest.err >&5
4828   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4829   (exit $ac_status); } && {
4830          test -z "$ac_c_werror_flag" ||
4831          test ! -s conftest.err
4832        } && test -s conftest$ac_exeext && {
4833          test "$cross_compiling" = yes ||
4834          $as_test_x conftest$ac_exeext
4835        }; then
4836   ac_cv_lib_nsl_gethostbyname=yes
4837 else
4838   $as_echo "$as_me: failed program was:" >&5
4839 sed 's/^/| /' conftest.$ac_ext >&5
4840
4841         ac_cv_lib_nsl_gethostbyname=no
4842 fi
4843
4844 rm -rf conftest.dSYM
4845 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4846       conftest$ac_exeext conftest.$ac_ext
4847 LIBS=$ac_check_lib_save_LIBS
4848 fi
4849 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4850 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
4851 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
4852   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4853 fi
4854
4855       if test $ac_cv_lib_nsl_gethostbyname = no; then
4856         { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4857 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
4858 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4859   $as_echo_n "(cached) " >&6
4860 else
4861   ac_check_lib_save_LIBS=$LIBS
4862 LIBS="-lbsd  $LIBS"
4863 cat >conftest.$ac_ext <<_ACEOF
4864 /* confdefs.h.  */
4865 _ACEOF
4866 cat confdefs.h >>conftest.$ac_ext
4867 cat >>conftest.$ac_ext <<_ACEOF
4868 /* end confdefs.h.  */
4869
4870 /* Override any GCC internal prototype to avoid an error.
4871    Use char because int might match the return type of a GCC
4872    builtin and then its argument prototype would still apply.  */
4873 #ifdef __cplusplus
4874 extern "C"
4875 #endif
4876 char gethostbyname ();
4877 int
4878 main ()
4879 {
4880 return gethostbyname ();
4881   ;
4882   return 0;
4883 }
4884 _ACEOF
4885 rm -f conftest.$ac_objext conftest$ac_exeext
4886 if { (ac_try="$ac_link"
4887 case "(($ac_try" in
4888   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4889   *) ac_try_echo=$ac_try;;
4890 esac
4891 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4892 $as_echo "$ac_try_echo") >&5
4893   (eval "$ac_link") 2>conftest.er1
4894   ac_status=$?
4895   grep -v '^ *+' conftest.er1 >conftest.err
4896   rm -f conftest.er1
4897   cat conftest.err >&5
4898   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4899   (exit $ac_status); } && {
4900          test -z "$ac_c_werror_flag" ||
4901          test ! -s conftest.err
4902        } && test -s conftest$ac_exeext && {
4903          test "$cross_compiling" = yes ||
4904          $as_test_x conftest$ac_exeext
4905        }; then
4906   ac_cv_lib_bsd_gethostbyname=yes
4907 else
4908   $as_echo "$as_me: failed program was:" >&5
4909 sed 's/^/| /' conftest.$ac_ext >&5
4910
4911         ac_cv_lib_bsd_gethostbyname=no
4912 fi
4913
4914 rm -rf conftest.dSYM
4915 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4916       conftest$ac_exeext conftest.$ac_ext
4917 LIBS=$ac_check_lib_save_LIBS
4918 fi
4919 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4920 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
4921 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
4922   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4923 fi
4924
4925       fi
4926     fi
4927
4928     # lieder@skyler.mavd.honeywell.com says without -lsocket,
4929     # socket/setsockopt and other routines are undefined under SCO ODT
4930     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
4931     # on later versions), says Simon Leinen: it contains gethostby*
4932     # variants that don't use the name server (or something).  -lsocket
4933     # must be given before -lnsl if both are needed.  We assume that
4934     # if connect needs -lnsl, so does gethostbyname.
4935     { $as_echo "$as_me:$LINENO: checking for connect" >&5
4936 $as_echo_n "checking for connect... " >&6; }
4937 if test "${ac_cv_func_connect+set}" = set; then
4938   $as_echo_n "(cached) " >&6
4939 else
4940   cat >conftest.$ac_ext <<_ACEOF
4941 /* confdefs.h.  */
4942 _ACEOF
4943 cat confdefs.h >>conftest.$ac_ext
4944 cat >>conftest.$ac_ext <<_ACEOF
4945 /* end confdefs.h.  */
4946 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4947    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4948 #define connect innocuous_connect
4949
4950 /* System header to define __stub macros and hopefully few prototypes,
4951     which can conflict with char connect (); below.
4952     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4953     <limits.h> exists even on freestanding compilers.  */
4954
4955 #ifdef __STDC__
4956 # include <limits.h>
4957 #else
4958 # include <assert.h>
4959 #endif
4960
4961 #undef connect
4962
4963 /* Override any GCC internal prototype to avoid an error.
4964    Use char because int might match the return type of a GCC
4965    builtin and then its argument prototype would still apply.  */
4966 #ifdef __cplusplus
4967 extern "C"
4968 #endif
4969 char connect ();
4970 /* The GNU C library defines this for functions which it implements
4971     to always fail with ENOSYS.  Some functions are actually named
4972     something starting with __ and the normal name is an alias.  */
4973 #if defined __stub_connect || defined __stub___connect
4974 choke me
4975 #endif
4976
4977 int
4978 main ()
4979 {
4980 return connect ();
4981   ;
4982   return 0;
4983 }
4984 _ACEOF
4985 rm -f conftest.$ac_objext conftest$ac_exeext
4986 if { (ac_try="$ac_link"
4987 case "(($ac_try" in
4988   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4989   *) ac_try_echo=$ac_try;;
4990 esac
4991 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4992 $as_echo "$ac_try_echo") >&5
4993   (eval "$ac_link") 2>conftest.er1
4994   ac_status=$?
4995   grep -v '^ *+' conftest.er1 >conftest.err
4996   rm -f conftest.er1
4997   cat conftest.err >&5
4998   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4999   (exit $ac_status); } && {
5000          test -z "$ac_c_werror_flag" ||
5001          test ! -s conftest.err
5002        } && test -s conftest$ac_exeext && {
5003          test "$cross_compiling" = yes ||
5004          $as_test_x conftest$ac_exeext
5005        }; then
5006   ac_cv_func_connect=yes
5007 else
5008   $as_echo "$as_me: failed program was:" >&5
5009 sed 's/^/| /' conftest.$ac_ext >&5
5010
5011         ac_cv_func_connect=no
5012 fi
5013
5014 rm -rf conftest.dSYM
5015 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5016       conftest$ac_exeext conftest.$ac_ext
5017 fi
5018 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
5019 $as_echo "$ac_cv_func_connect" >&6; }
5020
5021     if test $ac_cv_func_connect = no; then
5022       { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
5023 $as_echo_n "checking for connect in -lsocket... " >&6; }
5024 if test "${ac_cv_lib_socket_connect+set}" = set; then
5025   $as_echo_n "(cached) " >&6
5026 else
5027   ac_check_lib_save_LIBS=$LIBS
5028 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
5029 cat >conftest.$ac_ext <<_ACEOF
5030 /* confdefs.h.  */
5031 _ACEOF
5032 cat confdefs.h >>conftest.$ac_ext
5033 cat >>conftest.$ac_ext <<_ACEOF
5034 /* end confdefs.h.  */
5035
5036 /* Override any GCC internal prototype to avoid an error.
5037    Use char because int might match the return type of a GCC
5038    builtin and then its argument prototype would still apply.  */
5039 #ifdef __cplusplus
5040 extern "C"
5041 #endif
5042 char connect ();
5043 int
5044 main ()
5045 {
5046 return connect ();
5047   ;
5048   return 0;
5049 }
5050 _ACEOF
5051 rm -f conftest.$ac_objext conftest$ac_exeext
5052 if { (ac_try="$ac_link"
5053 case "(($ac_try" in
5054   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5055   *) ac_try_echo=$ac_try;;
5056 esac
5057 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5058 $as_echo "$ac_try_echo") >&5
5059   (eval "$ac_link") 2>conftest.er1
5060   ac_status=$?
5061   grep -v '^ *+' conftest.er1 >conftest.err
5062   rm -f conftest.er1
5063   cat conftest.err >&5
5064   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5065   (exit $ac_status); } && {
5066          test -z "$ac_c_werror_flag" ||
5067          test ! -s conftest.err
5068        } && test -s conftest$ac_exeext && {
5069          test "$cross_compiling" = yes ||
5070          $as_test_x conftest$ac_exeext
5071        }; then
5072   ac_cv_lib_socket_connect=yes
5073 else
5074   $as_echo "$as_me: failed program was:" >&5
5075 sed 's/^/| /' conftest.$ac_ext >&5
5076
5077         ac_cv_lib_socket_connect=no
5078 fi
5079
5080 rm -rf conftest.dSYM
5081 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5082       conftest$ac_exeext conftest.$ac_ext
5083 LIBS=$ac_check_lib_save_LIBS
5084 fi
5085 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
5086 $as_echo "$ac_cv_lib_socket_connect" >&6; }
5087 if test "x$ac_cv_lib_socket_connect" = x""yes; then
5088   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
5089 fi
5090
5091     fi
5092
5093     # Guillermo Gomez says -lposix is necessary on A/UX.
5094     { $as_echo "$as_me:$LINENO: checking for remove" >&5
5095 $as_echo_n "checking for remove... " >&6; }
5096 if test "${ac_cv_func_remove+set}" = set; then
5097   $as_echo_n "(cached) " >&6
5098 else
5099   cat >conftest.$ac_ext <<_ACEOF
5100 /* confdefs.h.  */
5101 _ACEOF
5102 cat confdefs.h >>conftest.$ac_ext
5103 cat >>conftest.$ac_ext <<_ACEOF
5104 /* end confdefs.h.  */
5105 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
5106    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5107 #define remove innocuous_remove
5108
5109 /* System header to define __stub macros and hopefully few prototypes,
5110     which can conflict with char remove (); below.
5111     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5112     <limits.h> exists even on freestanding compilers.  */
5113
5114 #ifdef __STDC__
5115 # include <limits.h>
5116 #else
5117 # include <assert.h>
5118 #endif
5119
5120 #undef remove
5121
5122 /* Override any GCC internal prototype to avoid an error.
5123    Use char because int might match the return type of a GCC
5124    builtin and then its argument prototype would still apply.  */
5125 #ifdef __cplusplus
5126 extern "C"
5127 #endif
5128 char remove ();
5129 /* The GNU C library defines this for functions which it implements
5130     to always fail with ENOSYS.  Some functions are actually named
5131     something starting with __ and the normal name is an alias.  */
5132 #if defined __stub_remove || defined __stub___remove
5133 choke me
5134 #endif
5135
5136 int
5137 main ()
5138 {
5139 return remove ();
5140   ;
5141   return 0;
5142 }
5143 _ACEOF
5144 rm -f conftest.$ac_objext conftest$ac_exeext
5145 if { (ac_try="$ac_link"
5146 case "(($ac_try" in
5147   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5148   *) ac_try_echo=$ac_try;;
5149 esac
5150 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5151 $as_echo "$ac_try_echo") >&5
5152   (eval "$ac_link") 2>conftest.er1
5153   ac_status=$?
5154   grep -v '^ *+' conftest.er1 >conftest.err
5155   rm -f conftest.er1
5156   cat conftest.err >&5
5157   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5158   (exit $ac_status); } && {
5159          test -z "$ac_c_werror_flag" ||
5160          test ! -s conftest.err
5161        } && test -s conftest$ac_exeext && {
5162          test "$cross_compiling" = yes ||
5163          $as_test_x conftest$ac_exeext
5164        }; then
5165   ac_cv_func_remove=yes
5166 else
5167   $as_echo "$as_me: failed program was:" >&5
5168 sed 's/^/| /' conftest.$ac_ext >&5
5169
5170         ac_cv_func_remove=no
5171 fi
5172
5173 rm -rf conftest.dSYM
5174 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5175       conftest$ac_exeext conftest.$ac_ext
5176 fi
5177 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
5178 $as_echo "$ac_cv_func_remove" >&6; }
5179
5180     if test $ac_cv_func_remove = no; then
5181       { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
5182 $as_echo_n "checking for remove in -lposix... " >&6; }
5183 if test "${ac_cv_lib_posix_remove+set}" = set; then
5184   $as_echo_n "(cached) " >&6
5185 else
5186   ac_check_lib_save_LIBS=$LIBS
5187 LIBS="-lposix  $LIBS"
5188 cat >conftest.$ac_ext <<_ACEOF
5189 /* confdefs.h.  */
5190 _ACEOF
5191 cat confdefs.h >>conftest.$ac_ext
5192 cat >>conftest.$ac_ext <<_ACEOF
5193 /* end confdefs.h.  */
5194
5195 /* Override any GCC internal prototype to avoid an error.
5196    Use char because int might match the return type of a GCC
5197    builtin and then its argument prototype would still apply.  */
5198 #ifdef __cplusplus
5199 extern "C"
5200 #endif
5201 char remove ();
5202 int
5203 main ()
5204 {
5205 return remove ();
5206   ;
5207   return 0;
5208 }
5209 _ACEOF
5210 rm -f conftest.$ac_objext conftest$ac_exeext
5211 if { (ac_try="$ac_link"
5212 case "(($ac_try" in
5213   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5214   *) ac_try_echo=$ac_try;;
5215 esac
5216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5217 $as_echo "$ac_try_echo") >&5
5218   (eval "$ac_link") 2>conftest.er1
5219   ac_status=$?
5220   grep -v '^ *+' conftest.er1 >conftest.err
5221   rm -f conftest.er1
5222   cat conftest.err >&5
5223   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5224   (exit $ac_status); } && {
5225          test -z "$ac_c_werror_flag" ||
5226          test ! -s conftest.err
5227        } && test -s conftest$ac_exeext && {
5228          test "$cross_compiling" = yes ||
5229          $as_test_x conftest$ac_exeext
5230        }; then
5231   ac_cv_lib_posix_remove=yes
5232 else
5233   $as_echo "$as_me: failed program was:" >&5
5234 sed 's/^/| /' conftest.$ac_ext >&5
5235
5236         ac_cv_lib_posix_remove=no
5237 fi
5238
5239 rm -rf conftest.dSYM
5240 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5241       conftest$ac_exeext conftest.$ac_ext
5242 LIBS=$ac_check_lib_save_LIBS
5243 fi
5244 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5245 $as_echo "$ac_cv_lib_posix_remove" >&6; }
5246 if test "x$ac_cv_lib_posix_remove" = x""yes; then
5247   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5248 fi
5249
5250     fi
5251
5252     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5253     { $as_echo "$as_me:$LINENO: checking for shmat" >&5
5254 $as_echo_n "checking for shmat... " >&6; }
5255 if test "${ac_cv_func_shmat+set}" = set; then
5256   $as_echo_n "(cached) " >&6
5257 else
5258   cat >conftest.$ac_ext <<_ACEOF
5259 /* confdefs.h.  */
5260 _ACEOF
5261 cat confdefs.h >>conftest.$ac_ext
5262 cat >>conftest.$ac_ext <<_ACEOF
5263 /* end confdefs.h.  */
5264 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5265    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5266 #define shmat innocuous_shmat
5267
5268 /* System header to define __stub macros and hopefully few prototypes,
5269     which can conflict with char shmat (); below.
5270     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5271     <limits.h> exists even on freestanding compilers.  */
5272
5273 #ifdef __STDC__
5274 # include <limits.h>
5275 #else
5276 # include <assert.h>
5277 #endif
5278
5279 #undef shmat
5280
5281 /* Override any GCC internal prototype to avoid an error.
5282    Use char because int might match the return type of a GCC
5283    builtin and then its argument prototype would still apply.  */
5284 #ifdef __cplusplus
5285 extern "C"
5286 #endif
5287 char shmat ();
5288 /* The GNU C library defines this for functions which it implements
5289     to always fail with ENOSYS.  Some functions are actually named
5290     something starting with __ and the normal name is an alias.  */
5291 #if defined __stub_shmat || defined __stub___shmat
5292 choke me
5293 #endif
5294
5295 int
5296 main ()
5297 {
5298 return shmat ();
5299   ;
5300   return 0;
5301 }
5302 _ACEOF
5303 rm -f conftest.$ac_objext conftest$ac_exeext
5304 if { (ac_try="$ac_link"
5305 case "(($ac_try" in
5306   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5307   *) ac_try_echo=$ac_try;;
5308 esac
5309 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5310 $as_echo "$ac_try_echo") >&5
5311   (eval "$ac_link") 2>conftest.er1
5312   ac_status=$?
5313   grep -v '^ *+' conftest.er1 >conftest.err
5314   rm -f conftest.er1
5315   cat conftest.err >&5
5316   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5317   (exit $ac_status); } && {
5318          test -z "$ac_c_werror_flag" ||
5319          test ! -s conftest.err
5320        } && test -s conftest$ac_exeext && {
5321          test "$cross_compiling" = yes ||
5322          $as_test_x conftest$ac_exeext
5323        }; then
5324   ac_cv_func_shmat=yes
5325 else
5326   $as_echo "$as_me: failed program was:" >&5
5327 sed 's/^/| /' conftest.$ac_ext >&5
5328
5329         ac_cv_func_shmat=no
5330 fi
5331
5332 rm -rf conftest.dSYM
5333 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5334       conftest$ac_exeext conftest.$ac_ext
5335 fi
5336 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5337 $as_echo "$ac_cv_func_shmat" >&6; }
5338
5339     if test $ac_cv_func_shmat = no; then
5340       { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5341 $as_echo_n "checking for shmat in -lipc... " >&6; }
5342 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5343   $as_echo_n "(cached) " >&6
5344 else
5345   ac_check_lib_save_LIBS=$LIBS
5346 LIBS="-lipc  $LIBS"
5347 cat >conftest.$ac_ext <<_ACEOF
5348 /* confdefs.h.  */
5349 _ACEOF
5350 cat confdefs.h >>conftest.$ac_ext
5351 cat >>conftest.$ac_ext <<_ACEOF
5352 /* end confdefs.h.  */
5353
5354 /* Override any GCC internal prototype to avoid an error.
5355    Use char because int might match the return type of a GCC
5356    builtin and then its argument prototype would still apply.  */
5357 #ifdef __cplusplus
5358 extern "C"
5359 #endif
5360 char shmat ();
5361 int
5362 main ()
5363 {
5364 return shmat ();
5365   ;
5366   return 0;
5367 }
5368 _ACEOF
5369 rm -f conftest.$ac_objext conftest$ac_exeext
5370 if { (ac_try="$ac_link"
5371 case "(($ac_try" in
5372   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5373   *) ac_try_echo=$ac_try;;
5374 esac
5375 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5376 $as_echo "$ac_try_echo") >&5
5377   (eval "$ac_link") 2>conftest.er1
5378   ac_status=$?
5379   grep -v '^ *+' conftest.er1 >conftest.err
5380   rm -f conftest.er1
5381   cat conftest.err >&5
5382   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5383   (exit $ac_status); } && {
5384          test -z "$ac_c_werror_flag" ||
5385          test ! -s conftest.err
5386        } && test -s conftest$ac_exeext && {
5387          test "$cross_compiling" = yes ||
5388          $as_test_x conftest$ac_exeext
5389        }; then
5390   ac_cv_lib_ipc_shmat=yes
5391 else
5392   $as_echo "$as_me: failed program was:" >&5
5393 sed 's/^/| /' conftest.$ac_ext >&5
5394
5395         ac_cv_lib_ipc_shmat=no
5396 fi
5397
5398 rm -rf conftest.dSYM
5399 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5400       conftest$ac_exeext conftest.$ac_ext
5401 LIBS=$ac_check_lib_save_LIBS
5402 fi
5403 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5404 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
5405 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
5406   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5407 fi
5408
5409     fi
5410   fi
5411
5412   # Check for libraries that X11R6 Xt/Xaw programs need.
5413   ac_save_LDFLAGS=$LDFLAGS
5414   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5415   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5416   # check for ICE first), but we must link in the order -lSM -lICE or
5417   # we get undefined symbols.  So assume we have SM if we have ICE.
5418   # These have to be linked with before -lX11, unlike the other
5419   # libraries we check for below, so use a different variable.
5420   # John Interrante, Karl Berry
5421   { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5422 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
5423 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5424   $as_echo_n "(cached) " >&6
5425 else
5426   ac_check_lib_save_LIBS=$LIBS
5427 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5428 cat >conftest.$ac_ext <<_ACEOF
5429 /* confdefs.h.  */
5430 _ACEOF
5431 cat confdefs.h >>conftest.$ac_ext
5432 cat >>conftest.$ac_ext <<_ACEOF
5433 /* end confdefs.h.  */
5434
5435 /* Override any GCC internal prototype to avoid an error.
5436    Use char because int might match the return type of a GCC
5437    builtin and then its argument prototype would still apply.  */
5438 #ifdef __cplusplus
5439 extern "C"
5440 #endif
5441 char IceConnectionNumber ();
5442 int
5443 main ()
5444 {
5445 return IceConnectionNumber ();
5446   ;
5447   return 0;
5448 }
5449 _ACEOF
5450 rm -f conftest.$ac_objext conftest$ac_exeext
5451 if { (ac_try="$ac_link"
5452 case "(($ac_try" in
5453   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5454   *) ac_try_echo=$ac_try;;
5455 esac
5456 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5457 $as_echo "$ac_try_echo") >&5
5458   (eval "$ac_link") 2>conftest.er1
5459   ac_status=$?
5460   grep -v '^ *+' conftest.er1 >conftest.err
5461   rm -f conftest.er1
5462   cat conftest.err >&5
5463   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5464   (exit $ac_status); } && {
5465          test -z "$ac_c_werror_flag" ||
5466          test ! -s conftest.err
5467        } && test -s conftest$ac_exeext && {
5468          test "$cross_compiling" = yes ||
5469          $as_test_x conftest$ac_exeext
5470        }; then
5471   ac_cv_lib_ICE_IceConnectionNumber=yes
5472 else
5473   $as_echo "$as_me: failed program was:" >&5
5474 sed 's/^/| /' conftest.$ac_ext >&5
5475
5476         ac_cv_lib_ICE_IceConnectionNumber=no
5477 fi
5478
5479 rm -rf conftest.dSYM
5480 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5481       conftest$ac_exeext conftest.$ac_ext
5482 LIBS=$ac_check_lib_save_LIBS
5483 fi
5484 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5485 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5486 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
5487   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5488 fi
5489
5490   LDFLAGS=$ac_save_LDFLAGS
5491
5492 fi
5493
5494
5495 for ac_prog in flex
5496 do
5497   # Extract the first word of "$ac_prog", so it can be a program name with args.
5498 set dummy $ac_prog; ac_word=$2
5499 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5500 $as_echo_n "checking for $ac_word... " >&6; }
5501 if test "${ac_cv_prog_FLEX+set}" = set; then
5502   $as_echo_n "(cached) " >&6
5503 else
5504   if test -n "$FLEX"; then
5505   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5506 else
5507 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5508 for as_dir in $PATH
5509 do
5510   IFS=$as_save_IFS
5511   test -z "$as_dir" && as_dir=.
5512   for ac_exec_ext in '' $ac_executable_extensions; do
5513   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5514     ac_cv_prog_FLEX="$ac_prog"
5515     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5516     break 2
5517   fi
5518 done
5519 done
5520 IFS=$as_save_IFS
5521
5522 fi
5523 fi
5524 FLEX=$ac_cv_prog_FLEX
5525 if test -n "$FLEX"; then
5526   { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
5527 $as_echo "$FLEX" >&6; }
5528 else
5529   { $as_echo "$as_me:$LINENO: result: no" >&5
5530 $as_echo "no" >&6; }
5531 fi
5532
5533
5534   test -n "$FLEX" && break
5535 done
5536 test -n "$FLEX" || FLEX="none"
5537
5538 if test "$FLEX" = "none"
5539 then
5540   { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5541 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5542    { (exit 1); exit 1; }; }
5543 fi
5544
5545 for ac_prog in bison
5546 do
5547   # Extract the first word of "$ac_prog", so it can be a program name with args.
5548 set dummy $ac_prog; ac_word=$2
5549 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5550 $as_echo_n "checking for $ac_word... " >&6; }
5551 if test "${ac_cv_prog_BISON+set}" = set; then
5552   $as_echo_n "(cached) " >&6
5553 else
5554   if test -n "$BISON"; then
5555   ac_cv_prog_BISON="$BISON" # Let the user override the test.
5556 else
5557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5558 for as_dir in $PATH
5559 do
5560   IFS=$as_save_IFS
5561   test -z "$as_dir" && as_dir=.
5562   for ac_exec_ext in '' $ac_executable_extensions; do
5563   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5564     ac_cv_prog_BISON="$ac_prog"
5565     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5566     break 2
5567   fi
5568 done
5569 done
5570 IFS=$as_save_IFS
5571
5572 fi
5573 fi
5574 BISON=$ac_cv_prog_BISON
5575 if test -n "$BISON"; then
5576   { $as_echo "$as_me:$LINENO: result: $BISON" >&5
5577 $as_echo "$BISON" >&6; }
5578 else
5579   { $as_echo "$as_me:$LINENO: result: no" >&5
5580 $as_echo "no" >&6; }
5581 fi
5582
5583
5584   test -n "$BISON" && break
5585 done
5586 test -n "$BISON" || BISON="none"
5587
5588 if test "$BISON" = "none"
5589 then
5590   { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5591 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5592    { (exit 1); exit 1; }; }
5593 fi
5594
5595 if test -n "$ac_tool_prefix"; then
5596   for ac_prog in gas as
5597   do
5598     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5599 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5600 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5601 $as_echo_n "checking for $ac_word... " >&6; }
5602 if test "${ac_cv_prog_AS+set}" = set; then
5603   $as_echo_n "(cached) " >&6
5604 else
5605   if test -n "$AS"; then
5606   ac_cv_prog_AS="$AS" # Let the user override the test.
5607 else
5608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5609 for as_dir in $PATH
5610 do
5611   IFS=$as_save_IFS
5612   test -z "$as_dir" && as_dir=.
5613   for ac_exec_ext in '' $ac_executable_extensions; do
5614   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5615     ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5616     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5617     break 2
5618   fi
5619 done
5620 done
5621 IFS=$as_save_IFS
5622
5623 fi
5624 fi
5625 AS=$ac_cv_prog_AS
5626 if test -n "$AS"; then
5627   { $as_echo "$as_me:$LINENO: result: $AS" >&5
5628 $as_echo "$AS" >&6; }
5629 else
5630   { $as_echo "$as_me:$LINENO: result: no" >&5
5631 $as_echo "no" >&6; }
5632 fi
5633
5634
5635     test -n "$AS" && break
5636   done
5637 fi
5638 if test -z "$AS"; then
5639   ac_ct_AS=$AS
5640   for ac_prog in gas as
5641 do
5642   # Extract the first word of "$ac_prog", so it can be a program name with args.
5643 set dummy $ac_prog; ac_word=$2
5644 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5645 $as_echo_n "checking for $ac_word... " >&6; }
5646 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5647   $as_echo_n "(cached) " >&6
5648 else
5649   if test -n "$ac_ct_AS"; then
5650   ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5651 else
5652 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5653 for as_dir in $PATH
5654 do
5655   IFS=$as_save_IFS
5656   test -z "$as_dir" && as_dir=.
5657   for ac_exec_ext in '' $ac_executable_extensions; do
5658   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5659     ac_cv_prog_ac_ct_AS="$ac_prog"
5660     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5661     break 2
5662   fi
5663 done
5664 done
5665 IFS=$as_save_IFS
5666
5667 fi
5668 fi
5669 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5670 if test -n "$ac_ct_AS"; then
5671   { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5672 $as_echo "$ac_ct_AS" >&6; }
5673 else
5674   { $as_echo "$as_me:$LINENO: result: no" >&5
5675 $as_echo "no" >&6; }
5676 fi
5677
5678
5679   test -n "$ac_ct_AS" && break
5680 done
5681
5682   if test "x$ac_ct_AS" = x; then
5683     AS="as"
5684   else
5685     case $cross_compiling:$ac_tool_warned in
5686 yes:)
5687 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5688 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5689 ac_tool_warned=yes ;;
5690 esac
5691     AS=$ac_ct_AS
5692   fi
5693 fi
5694
5695 if test -n "$ac_tool_prefix"; then
5696   for ac_prog in ld gld
5697   do
5698     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5699 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5700 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5701 $as_echo_n "checking for $ac_word... " >&6; }
5702 if test "${ac_cv_prog_LD+set}" = set; then
5703   $as_echo_n "(cached) " >&6
5704 else
5705   if test -n "$LD"; then
5706   ac_cv_prog_LD="$LD" # Let the user override the test.
5707 else
5708 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5709 for as_dir in $PATH
5710 do
5711   IFS=$as_save_IFS
5712   test -z "$as_dir" && as_dir=.
5713   for ac_exec_ext in '' $ac_executable_extensions; do
5714   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5715     ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5716     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5717     break 2
5718   fi
5719 done
5720 done
5721 IFS=$as_save_IFS
5722
5723 fi
5724 fi
5725 LD=$ac_cv_prog_LD
5726 if test -n "$LD"; then
5727   { $as_echo "$as_me:$LINENO: result: $LD" >&5
5728 $as_echo "$LD" >&6; }
5729 else
5730   { $as_echo "$as_me:$LINENO: result: no" >&5
5731 $as_echo "no" >&6; }
5732 fi
5733
5734
5735     test -n "$LD" && break
5736   done
5737 fi
5738 if test -z "$LD"; then
5739   ac_ct_LD=$LD
5740   for ac_prog in ld gld
5741 do
5742   # Extract the first word of "$ac_prog", so it can be a program name with args.
5743 set dummy $ac_prog; ac_word=$2
5744 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5745 $as_echo_n "checking for $ac_word... " >&6; }
5746 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5747   $as_echo_n "(cached) " >&6
5748 else
5749   if test -n "$ac_ct_LD"; then
5750   ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5751 else
5752 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5753 for as_dir in $PATH
5754 do
5755   IFS=$as_save_IFS
5756   test -z "$as_dir" && as_dir=.
5757   for ac_exec_ext in '' $ac_executable_extensions; do
5758   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5759     ac_cv_prog_ac_ct_LD="$ac_prog"
5760     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5761     break 2
5762   fi
5763 done
5764 done
5765 IFS=$as_save_IFS
5766
5767 fi
5768 fi
5769 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5770 if test -n "$ac_ct_LD"; then
5771   { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5772 $as_echo "$ac_ct_LD" >&6; }
5773 else
5774   { $as_echo "$as_me:$LINENO: result: no" >&5
5775 $as_echo "no" >&6; }
5776 fi
5777
5778
5779   test -n "$ac_ct_LD" && break
5780 done
5781
5782   if test "x$ac_ct_LD" = x; then
5783     LD="ld"
5784   else
5785     case $cross_compiling:$ac_tool_warned in
5786 yes:)
5787 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5788 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5789 ac_tool_warned=yes ;;
5790 esac
5791     LD=$ac_ct_LD
5792   fi
5793 fi
5794
5795 if test -n "$ac_tool_prefix"; then
5796   for ac_prog in nm gnm
5797   do
5798     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5799 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5800 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5801 $as_echo_n "checking for $ac_word... " >&6; }
5802 if test "${ac_cv_prog_NM+set}" = set; then
5803   $as_echo_n "(cached) " >&6
5804 else
5805   if test -n "$NM"; then
5806   ac_cv_prog_NM="$NM" # Let the user override the test.
5807 else
5808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5809 for as_dir in $PATH
5810 do
5811   IFS=$as_save_IFS
5812   test -z "$as_dir" && as_dir=.
5813   for ac_exec_ext in '' $ac_executable_extensions; do
5814   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5815     ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5816     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5817     break 2
5818   fi
5819 done
5820 done
5821 IFS=$as_save_IFS
5822
5823 fi
5824 fi
5825 NM=$ac_cv_prog_NM
5826 if test -n "$NM"; then
5827   { $as_echo "$as_me:$LINENO: result: $NM" >&5
5828 $as_echo "$NM" >&6; }
5829 else
5830   { $as_echo "$as_me:$LINENO: result: no" >&5
5831 $as_echo "no" >&6; }
5832 fi
5833
5834
5835     test -n "$NM" && break
5836   done
5837 fi
5838 if test -z "$NM"; then
5839   ac_ct_NM=$NM
5840   for ac_prog in nm gnm
5841 do
5842   # Extract the first word of "$ac_prog", so it can be a program name with args.
5843 set dummy $ac_prog; ac_word=$2
5844 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5845 $as_echo_n "checking for $ac_word... " >&6; }
5846 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5847   $as_echo_n "(cached) " >&6
5848 else
5849   if test -n "$ac_ct_NM"; then
5850   ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5851 else
5852 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5853 for as_dir in $PATH
5854 do
5855   IFS=$as_save_IFS
5856   test -z "$as_dir" && as_dir=.
5857   for ac_exec_ext in '' $ac_executable_extensions; do
5858   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5859     ac_cv_prog_ac_ct_NM="$ac_prog"
5860     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5861     break 2
5862   fi
5863 done
5864 done
5865 IFS=$as_save_IFS
5866
5867 fi
5868 fi
5869 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5870 if test -n "$ac_ct_NM"; then
5871   { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5872 $as_echo "$ac_ct_NM" >&6; }
5873 else
5874   { $as_echo "$as_me:$LINENO: result: no" >&5
5875 $as_echo "no" >&6; }
5876 fi
5877
5878
5879   test -n "$ac_ct_NM" && break
5880 done
5881
5882   if test "x$ac_ct_NM" = x; then
5883     NM="nm"
5884   else
5885     case $cross_compiling:$ac_tool_warned in
5886 yes:)
5887 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5888 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5889 ac_tool_warned=yes ;;
5890 esac
5891     NM=$ac_ct_NM
5892   fi
5893 fi
5894
5895 if test -n "$ac_tool_prefix"; then
5896   for ac_prog in ar gar
5897   do
5898     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5899 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5900 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5901 $as_echo_n "checking for $ac_word... " >&6; }
5902 if test "${ac_cv_prog_AR+set}" = set; then
5903   $as_echo_n "(cached) " >&6
5904 else
5905   if test -n "$AR"; then
5906   ac_cv_prog_AR="$AR" # Let the user override the test.
5907 else
5908 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5909 for as_dir in $PATH
5910 do
5911   IFS=$as_save_IFS
5912   test -z "$as_dir" && as_dir=.
5913   for ac_exec_ext in '' $ac_executable_extensions; do
5914   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5915     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5916     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5917     break 2
5918   fi
5919 done
5920 done
5921 IFS=$as_save_IFS
5922
5923 fi
5924 fi
5925 AR=$ac_cv_prog_AR
5926 if test -n "$AR"; then
5927   { $as_echo "$as_me:$LINENO: result: $AR" >&5
5928 $as_echo "$AR" >&6; }
5929 else
5930   { $as_echo "$as_me:$LINENO: result: no" >&5
5931 $as_echo "no" >&6; }
5932 fi
5933
5934
5935     test -n "$AR" && break
5936   done
5937 fi
5938 if test -z "$AR"; then
5939   ac_ct_AR=$AR
5940   for ac_prog in ar gar
5941 do
5942   # Extract the first word of "$ac_prog", so it can be a program name with args.
5943 set dummy $ac_prog; ac_word=$2
5944 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5945 $as_echo_n "checking for $ac_word... " >&6; }
5946 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5947   $as_echo_n "(cached) " >&6
5948 else
5949   if test -n "$ac_ct_AR"; then
5950   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5951 else
5952 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5953 for as_dir in $PATH
5954 do
5955   IFS=$as_save_IFS
5956   test -z "$as_dir" && as_dir=.
5957   for ac_exec_ext in '' $ac_executable_extensions; do
5958   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5959     ac_cv_prog_ac_ct_AR="$ac_prog"
5960     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5961     break 2
5962   fi
5963 done
5964 done
5965 IFS=$as_save_IFS
5966
5967 fi
5968 fi
5969 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5970 if test -n "$ac_ct_AR"; then
5971   { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5972 $as_echo "$ac_ct_AR" >&6; }
5973 else
5974   { $as_echo "$as_me:$LINENO: result: no" >&5
5975 $as_echo "no" >&6; }
5976 fi
5977
5978
5979   test -n "$ac_ct_AR" && break
5980 done
5981
5982   if test "x$ac_ct_AR" = x; then
5983     AR="ar"
5984   else
5985     case $cross_compiling:$ac_tool_warned in
5986 yes:)
5987 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5988 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5989 ac_tool_warned=yes ;;
5990 esac
5991     AR=$ac_ct_AR
5992   fi
5993 fi
5994
5995 ARFLAGS=rc
5996
5997 if test -n "$ac_tool_prefix"; then
5998   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5999 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6000 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6001 $as_echo_n "checking for $ac_word... " >&6; }
6002 if test "${ac_cv_prog_RANLIB+set}" = set; then
6003   $as_echo_n "(cached) " >&6
6004 else
6005   if test -n "$RANLIB"; then
6006   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6007 else
6008 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6009 for as_dir in $PATH
6010 do
6011   IFS=$as_save_IFS
6012   test -z "$as_dir" && as_dir=.
6013   for ac_exec_ext in '' $ac_executable_extensions; do
6014   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6015     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6016     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6017     break 2
6018   fi
6019 done
6020 done
6021 IFS=$as_save_IFS
6022
6023 fi
6024 fi
6025 RANLIB=$ac_cv_prog_RANLIB
6026 if test -n "$RANLIB"; then
6027   { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
6028 $as_echo "$RANLIB" >&6; }
6029 else
6030   { $as_echo "$as_me:$LINENO: result: no" >&5
6031 $as_echo "no" >&6; }
6032 fi
6033
6034
6035 fi
6036 if test -z "$ac_cv_prog_RANLIB"; then
6037   ac_ct_RANLIB=$RANLIB
6038   # Extract the first word of "ranlib", so it can be a program name with args.
6039 set dummy ranlib; ac_word=$2
6040 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6041 $as_echo_n "checking for $ac_word... " >&6; }
6042 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6043   $as_echo_n "(cached) " >&6
6044 else
6045   if test -n "$ac_ct_RANLIB"; then
6046   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6047 else
6048 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6049 for as_dir in $PATH
6050 do
6051   IFS=$as_save_IFS
6052   test -z "$as_dir" && as_dir=.
6053   for ac_exec_ext in '' $ac_executable_extensions; do
6054   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6055     ac_cv_prog_ac_ct_RANLIB="ranlib"
6056     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6057     break 2
6058   fi
6059 done
6060 done
6061 IFS=$as_save_IFS
6062
6063 fi
6064 fi
6065 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6066 if test -n "$ac_ct_RANLIB"; then
6067   { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6068 $as_echo "$ac_ct_RANLIB" >&6; }
6069 else
6070   { $as_echo "$as_me:$LINENO: result: no" >&5
6071 $as_echo "no" >&6; }
6072 fi
6073
6074   if test "x$ac_ct_RANLIB" = x; then
6075     RANLIB=":"
6076   else
6077     case $cross_compiling:$ac_tool_warned in
6078 yes:)
6079 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6080 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6081 ac_tool_warned=yes ;;
6082 esac
6083     RANLIB=$ac_ct_RANLIB
6084   fi
6085 else
6086   RANLIB="$ac_cv_prog_RANLIB"
6087 fi
6088
6089 if test -n "$ac_tool_prefix"; then
6090   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6091 set dummy ${ac_tool_prefix}strip; ac_word=$2
6092 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6093 $as_echo_n "checking for $ac_word... " >&6; }
6094 if test "${ac_cv_prog_STRIP+set}" = set; then
6095   $as_echo_n "(cached) " >&6
6096 else
6097   if test -n "$STRIP"; then
6098   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6099 else
6100 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6101 for as_dir in $PATH
6102 do
6103   IFS=$as_save_IFS
6104   test -z "$as_dir" && as_dir=.
6105   for ac_exec_ext in '' $ac_executable_extensions; do
6106   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6107     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6108     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6109     break 2
6110   fi
6111 done
6112 done
6113 IFS=$as_save_IFS
6114
6115 fi
6116 fi
6117 STRIP=$ac_cv_prog_STRIP
6118 if test -n "$STRIP"; then
6119   { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
6120 $as_echo "$STRIP" >&6; }
6121 else
6122   { $as_echo "$as_me:$LINENO: result: no" >&5
6123 $as_echo "no" >&6; }
6124 fi
6125
6126
6127 fi
6128 if test -z "$ac_cv_prog_STRIP"; then
6129   ac_ct_STRIP=$STRIP
6130   # Extract the first word of "strip", so it can be a program name with args.
6131 set dummy strip; ac_word=$2
6132 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6133 $as_echo_n "checking for $ac_word... " >&6; }
6134 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
6135   $as_echo_n "(cached) " >&6
6136 else
6137   if test -n "$ac_ct_STRIP"; then
6138   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6139 else
6140 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6141 for as_dir in $PATH
6142 do
6143   IFS=$as_save_IFS
6144   test -z "$as_dir" && as_dir=.
6145   for ac_exec_ext in '' $ac_executable_extensions; do
6146   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6147     ac_cv_prog_ac_ct_STRIP="strip"
6148     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6149     break 2
6150   fi
6151 done
6152 done
6153 IFS=$as_save_IFS
6154
6155 fi
6156 fi
6157 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6158 if test -n "$ac_ct_STRIP"; then
6159   { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
6160 $as_echo "$ac_ct_STRIP" >&6; }
6161 else
6162   { $as_echo "$as_me:$LINENO: result: no" >&5
6163 $as_echo "no" >&6; }
6164 fi
6165
6166   if test "x$ac_ct_STRIP" = x; then
6167     STRIP="strip"
6168   else
6169     case $cross_compiling:$ac_tool_warned in
6170 yes:)
6171 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6172 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6173 ac_tool_warned=yes ;;
6174 esac
6175     STRIP=$ac_ct_STRIP
6176   fi
6177 else
6178   STRIP="$ac_cv_prog_STRIP"
6179 fi
6180
6181 if test -n "$ac_tool_prefix"; then
6182   # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
6183 set dummy ${ac_tool_prefix}windres; ac_word=$2
6184 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6185 $as_echo_n "checking for $ac_word... " >&6; }
6186 if test "${ac_cv_prog_WINDRES+set}" = set; then
6187   $as_echo_n "(cached) " >&6
6188 else
6189   if test -n "$WINDRES"; then
6190   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
6191 else
6192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6193 for as_dir in $PATH
6194 do
6195   IFS=$as_save_IFS
6196   test -z "$as_dir" && as_dir=.
6197   for ac_exec_ext in '' $ac_executable_extensions; do
6198   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6199     ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
6200     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6201     break 2
6202   fi
6203 done
6204 done
6205 IFS=$as_save_IFS
6206
6207 fi
6208 fi
6209 WINDRES=$ac_cv_prog_WINDRES
6210 if test -n "$WINDRES"; then
6211   { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
6212 $as_echo "$WINDRES" >&6; }
6213 else
6214   { $as_echo "$as_me:$LINENO: result: no" >&5
6215 $as_echo "no" >&6; }
6216 fi
6217
6218
6219 fi
6220 if test -z "$ac_cv_prog_WINDRES"; then
6221   ac_ct_WINDRES=$WINDRES
6222   # Extract the first word of "windres", so it can be a program name with args.
6223 set dummy windres; ac_word=$2
6224 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6225 $as_echo_n "checking for $ac_word... " >&6; }
6226 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6227   $as_echo_n "(cached) " >&6
6228 else
6229   if test -n "$ac_ct_WINDRES"; then
6230   ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6231 else
6232 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6233 for as_dir in $PATH
6234 do
6235   IFS=$as_save_IFS
6236   test -z "$as_dir" && as_dir=.
6237   for ac_exec_ext in '' $ac_executable_extensions; do
6238   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6239     ac_cv_prog_ac_ct_WINDRES="windres"
6240     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6241     break 2
6242   fi
6243 done
6244 done
6245 IFS=$as_save_IFS
6246
6247 fi
6248 fi
6249 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6250 if test -n "$ac_ct_WINDRES"; then
6251   { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6252 $as_echo "$ac_ct_WINDRES" >&6; }
6253 else
6254   { $as_echo "$as_me:$LINENO: result: no" >&5
6255 $as_echo "no" >&6; }
6256 fi
6257
6258   if test "x$ac_ct_WINDRES" = x; then
6259     WINDRES="false"
6260   else
6261     case $cross_compiling:$ac_tool_warned in
6262 yes:)
6263 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6264 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6265 ac_tool_warned=yes ;;
6266 esac
6267     WINDRES=$ac_ct_WINDRES
6268   fi
6269 else
6270   WINDRES="$ac_cv_prog_WINDRES"
6271 fi
6272
6273 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
6274 $as_echo_n "checking whether ln -s works... " >&6; }
6275 LN_S=$as_ln_s
6276 if test "$LN_S" = "ln -s"; then
6277   { $as_echo "$as_me:$LINENO: result: yes" >&5
6278 $as_echo "yes" >&6; }
6279 else
6280   { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6281 $as_echo "no, using $LN_S" >&6; }
6282 fi
6283
6284 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
6285 $as_echo_n "checking whether ln works... " >&6; }
6286 rm -f conf$$ conf$$.file
6287 echo >conf$$.file
6288 if ln conf$$.file conf$$ 2>/dev/null; then
6289   LN=ln
6290
6291   { $as_echo "$as_me:$LINENO: result: yes" >&5
6292 $as_echo "yes" >&6; }
6293 else
6294   LN="cp -p"
6295
6296   { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
6297 $as_echo "no, using $LN" >&6; }
6298 fi
6299 rm -f conf$$ conf$$.file
6300 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6301 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6302 if test "${ac_cv_path_GREP+set}" = set; then
6303   $as_echo_n "(cached) " >&6
6304 else
6305   if test -z "$GREP"; then
6306   ac_path_GREP_found=false
6307   # Loop through the user's path and test for each of PROGNAME-LIST
6308   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6309 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6310 do
6311   IFS=$as_save_IFS
6312   test -z "$as_dir" && as_dir=.
6313   for ac_prog in grep ggrep; do
6314     for ac_exec_ext in '' $ac_executable_extensions; do
6315       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6316       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6317 # Check for GNU ac_path_GREP and select it if it is found.
6318   # Check for GNU $ac_path_GREP
6319 case `"$ac_path_GREP" --version 2>&1` in
6320 *GNU*)
6321   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6322 *)
6323   ac_count=0
6324   $as_echo_n 0123456789 >"conftest.in"
6325   while :
6326   do
6327     cat "conftest.in" "conftest.in" >"conftest.tmp"
6328     mv "conftest.tmp" "conftest.in"
6329     cp "conftest.in" "conftest.nl"
6330     $as_echo 'GREP' >> "conftest.nl"
6331     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6332     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6333     ac_count=`expr $ac_count + 1`
6334     if test $ac_count -gt ${ac_path_GREP_max-0}; then
6335       # Best one so far, save it but keep looking for a better one
6336       ac_cv_path_GREP="$ac_path_GREP"
6337       ac_path_GREP_max=$ac_count
6338     fi
6339     # 10*(2^10) chars as input seems more than enough
6340     test $ac_count -gt 10 && break
6341   done
6342   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6343 esac
6344
6345       $ac_path_GREP_found && break 3
6346     done
6347   done
6348 done
6349 IFS=$as_save_IFS
6350   if test -z "$ac_cv_path_GREP"; then
6351     { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6352 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6353    { (exit 1); exit 1; }; }
6354   fi
6355 else
6356   ac_cv_path_GREP=$GREP
6357 fi
6358
6359 fi
6360 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6361 $as_echo "$ac_cv_path_GREP" >&6; }
6362  GREP="$ac_cv_path_GREP"
6363
6364
6365 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
6366 $as_echo_n "checking for egrep... " >&6; }
6367 if test "${ac_cv_path_EGREP+set}" = set; then
6368   $as_echo_n "(cached) " >&6
6369 else
6370   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6371    then ac_cv_path_EGREP="$GREP -E"
6372    else
6373      if test -z "$EGREP"; then
6374   ac_path_EGREP_found=false
6375   # Loop through the user's path and test for each of PROGNAME-LIST
6376   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6377 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6378 do
6379   IFS=$as_save_IFS
6380   test -z "$as_dir" && as_dir=.
6381   for ac_prog in egrep; do
6382     for ac_exec_ext in '' $ac_executable_extensions; do
6383       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6384       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6385 # Check for GNU ac_path_EGREP and select it if it is found.
6386   # Check for GNU $ac_path_EGREP
6387 case `"$ac_path_EGREP" --version 2>&1` in
6388 *GNU*)
6389   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6390 *)
6391   ac_count=0
6392   $as_echo_n 0123456789 >"conftest.in"
6393   while :
6394   do
6395     cat "conftest.in" "conftest.in" >"conftest.tmp"
6396     mv "conftest.tmp" "conftest.in"
6397     cp "conftest.in" "conftest.nl"
6398     $as_echo 'EGREP' >> "conftest.nl"
6399     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6400     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6401     ac_count=`expr $ac_count + 1`
6402     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6403       # Best one so far, save it but keep looking for a better one
6404       ac_cv_path_EGREP="$ac_path_EGREP"
6405       ac_path_EGREP_max=$ac_count
6406     fi
6407     # 10*(2^10) chars as input seems more than enough
6408     test $ac_count -gt 10 && break
6409   done
6410   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6411 esac
6412
6413       $ac_path_EGREP_found && break 3
6414     done
6415   done
6416 done
6417 IFS=$as_save_IFS
6418   if test -z "$ac_cv_path_EGREP"; then
6419     { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6420 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6421    { (exit 1); exit 1; }; }
6422   fi
6423 else
6424   ac_cv_path_EGREP=$EGREP
6425 fi
6426
6427    fi
6428 fi
6429 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6430 $as_echo "$ac_cv_path_EGREP" >&6; }
6431  EGREP="$ac_cv_path_EGREP"
6432
6433
6434 # Extract the first word of "ldconfig", so it can be a program name with args.
6435 set dummy ldconfig; ac_word=$2
6436 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6437 $as_echo_n "checking for $ac_word... " >&6; }
6438 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6439   $as_echo_n "(cached) " >&6
6440 else
6441   case $LDCONFIG in
6442   [\\/]* | ?:[\\/]*)
6443   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6444   ;;
6445   *)
6446   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6447 for as_dir in /sbin /usr/sbin $PATH
6448 do
6449   IFS=$as_save_IFS
6450   test -z "$as_dir" && as_dir=.
6451   for ac_exec_ext in '' $ac_executable_extensions; do
6452   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6453     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6454     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6455     break 2
6456   fi
6457 done
6458 done
6459 IFS=$as_save_IFS
6460
6461   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6462   ;;
6463 esac
6464 fi
6465 LDCONFIG=$ac_cv_path_LDCONFIG
6466 if test -n "$LDCONFIG"; then
6467   { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6468 $as_echo "$LDCONFIG" >&6; }
6469 else
6470   { $as_echo "$as_me:$LINENO: result: no" >&5
6471 $as_echo "no" >&6; }
6472 fi
6473
6474
6475 # Find a good install program.  We prefer a C program (faster),
6476 # so one script is as good as another.  But avoid the broken or
6477 # incompatible versions:
6478 # SysV /etc/install, /usr/sbin/install
6479 # SunOS /usr/etc/install
6480 # IRIX /sbin/install
6481 # AIX /bin/install
6482 # AmigaOS /C/install, which installs bootblocks on floppy discs
6483 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6484 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6485 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6486 # OS/2's system install, which has a completely different semantic
6487 # ./install, which can be erroneously created by make from ./install.sh.
6488 # Reject install programs that cannot install multiple files.
6489 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6490 $as_echo_n "checking for a BSD-compatible install... " >&6; }
6491 if test -z "$INSTALL"; then
6492 if test "${ac_cv_path_install+set}" = set; then
6493   $as_echo_n "(cached) " >&6
6494 else
6495   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6496 for as_dir in $PATH
6497 do
6498   IFS=$as_save_IFS
6499   test -z "$as_dir" && as_dir=.
6500   # Account for people who put trailing slashes in PATH elements.
6501 case $as_dir/ in
6502   ./ | .// | /cC/* | \
6503   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6504   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6505   /usr/ucb/* ) ;;
6506   *)
6507     # OSF1 and SCO ODT 3.0 have their own names for install.
6508     # Don't use installbsd from OSF since it installs stuff as root
6509     # by default.
6510     for ac_prog in ginstall scoinst install; do
6511       for ac_exec_ext in '' $ac_executable_extensions; do
6512         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6513           if test $ac_prog = install &&
6514             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6515             # AIX install.  It has an incompatible calling convention.
6516             :
6517           elif test $ac_prog = install &&
6518             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6519             # program-specific install script used by HP pwplus--don't use.
6520             :
6521           else
6522             rm -rf conftest.one conftest.two conftest.dir
6523             echo one > conftest.one
6524             echo two > conftest.two
6525             mkdir conftest.dir
6526             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
6527               test -s conftest.one && test -s conftest.two &&
6528               test -s conftest.dir/conftest.one &&
6529               test -s conftest.dir/conftest.two
6530             then
6531               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6532               break 3
6533             fi
6534           fi
6535         fi
6536       done
6537     done
6538     ;;
6539 esac
6540
6541 done
6542 IFS=$as_save_IFS
6543
6544 rm -rf conftest.one conftest.two conftest.dir
6545
6546 fi
6547   if test "${ac_cv_path_install+set}" = set; then
6548     INSTALL=$ac_cv_path_install
6549   else
6550     # As a last resort, use the slow shell script.  Don't cache a
6551     # value for INSTALL within a source directory, because that will
6552     # break other packages using the cache if that directory is
6553     # removed, or if the value is a relative name.
6554     INSTALL=$ac_install_sh
6555   fi
6556 fi
6557 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
6558 $as_echo "$INSTALL" >&6; }
6559
6560 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6561 # It thinks the first close brace ends the variable substitution.
6562 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6563
6564 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6565
6566 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6567
6568 case "$INSTALL" in
6569   [\\/$]* | ?:[\\/]* ) ;;
6570   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6571 esac
6572
6573 for ac_prog in lclint lint
6574 do
6575   # Extract the first word of "$ac_prog", so it can be a program name with args.
6576 set dummy $ac_prog; ac_word=$2
6577 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6578 $as_echo_n "checking for $ac_word... " >&6; }
6579 if test "${ac_cv_prog_LINT+set}" = set; then
6580   $as_echo_n "(cached) " >&6
6581 else
6582   if test -n "$LINT"; then
6583   ac_cv_prog_LINT="$LINT" # Let the user override the test.
6584 else
6585 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6586 for as_dir in $PATH
6587 do
6588   IFS=$as_save_IFS
6589   test -z "$as_dir" && as_dir=.
6590   for ac_exec_ext in '' $ac_executable_extensions; do
6591   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6592     ac_cv_prog_LINT="$ac_prog"
6593     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6594     break 2
6595   fi
6596 done
6597 done
6598 IFS=$as_save_IFS
6599
6600 fi
6601 fi
6602 LINT=$ac_cv_prog_LINT
6603 if test -n "$LINT"; then
6604   { $as_echo "$as_me:$LINENO: result: $LINT" >&5
6605 $as_echo "$LINT" >&6; }
6606 else
6607   { $as_echo "$as_me:$LINENO: result: no" >&5
6608 $as_echo "no" >&6; }
6609 fi
6610
6611
6612   test -n "$LINT" && break
6613 done
6614
6615 if test "$LINT" = "lint"
6616 then
6617   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6618   fi
6619
6620
6621
6622 for ac_prog in fontforge
6623 do
6624   # Extract the first word of "$ac_prog", so it can be a program name with args.
6625 set dummy $ac_prog; ac_word=$2
6626 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6627 $as_echo_n "checking for $ac_word... " >&6; }
6628 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6629   $as_echo_n "(cached) " >&6
6630 else
6631   if test -n "$FONTFORGE"; then
6632   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6633 else
6634 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6635 for as_dir in $PATH
6636 do
6637   IFS=$as_save_IFS
6638   test -z "$as_dir" && as_dir=.
6639   for ac_exec_ext in '' $ac_executable_extensions; do
6640   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6641     ac_cv_prog_FONTFORGE="$ac_prog"
6642     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6643     break 2
6644   fi
6645 done
6646 done
6647 IFS=$as_save_IFS
6648
6649 fi
6650 fi
6651 FONTFORGE=$ac_cv_prog_FONTFORGE
6652 if test -n "$FONTFORGE"; then
6653   { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6654 $as_echo "$FONTFORGE" >&6; }
6655 else
6656   { $as_echo "$as_me:$LINENO: result: no" >&5
6657 $as_echo "no" >&6; }
6658 fi
6659
6660
6661   test -n "$FONTFORGE" && break
6662 done
6663 test -n "$FONTFORGE" || FONTFORGE="false"
6664
6665 for ac_prog in pkg-config
6666 do
6667   # Extract the first word of "$ac_prog", so it can be a program name with args.
6668 set dummy $ac_prog; ac_word=$2
6669 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6670 $as_echo_n "checking for $ac_word... " >&6; }
6671 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6672   $as_echo_n "(cached) " >&6
6673 else
6674   if test -n "$PKG_CONFIG"; then
6675   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6676 else
6677 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6678 for as_dir in $PATH
6679 do
6680   IFS=$as_save_IFS
6681   test -z "$as_dir" && as_dir=.
6682   for ac_exec_ext in '' $ac_executable_extensions; do
6683   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6684     ac_cv_prog_PKG_CONFIG="$ac_prog"
6685     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6686     break 2
6687   fi
6688 done
6689 done
6690 IFS=$as_save_IFS
6691
6692 fi
6693 fi
6694 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6695 if test -n "$PKG_CONFIG"; then
6696   { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6697 $as_echo "$PKG_CONFIG" >&6; }
6698 else
6699   { $as_echo "$as_me:$LINENO: result: no" >&5
6700 $as_echo "no" >&6; }
6701 fi
6702
6703
6704   test -n "$PKG_CONFIG" && break
6705 done
6706 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6707
6708 for ac_prog in rsvg
6709 do
6710   # Extract the first word of "$ac_prog", so it can be a program name with args.
6711 set dummy $ac_prog; ac_word=$2
6712 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6713 $as_echo_n "checking for $ac_word... " >&6; }
6714 if test "${ac_cv_prog_RSVG+set}" = set; then
6715   $as_echo_n "(cached) " >&6
6716 else
6717   if test -n "$RSVG"; then
6718   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6719 else
6720 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6721 for as_dir in $PATH
6722 do
6723   IFS=$as_save_IFS
6724   test -z "$as_dir" && as_dir=.
6725   for ac_exec_ext in '' $ac_executable_extensions; do
6726   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6727     ac_cv_prog_RSVG="$ac_prog"
6728     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6729     break 2
6730   fi
6731 done
6732 done
6733 IFS=$as_save_IFS
6734
6735 fi
6736 fi
6737 RSVG=$ac_cv_prog_RSVG
6738 if test -n "$RSVG"; then
6739   { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
6740 $as_echo "$RSVG" >&6; }
6741 else
6742   { $as_echo "$as_me:$LINENO: result: no" >&5
6743 $as_echo "no" >&6; }
6744 fi
6745
6746
6747   test -n "$RSVG" && break
6748 done
6749 test -n "$RSVG" || RSVG="false"
6750
6751 for ac_prog in icotool
6752 do
6753   # Extract the first word of "$ac_prog", so it can be a program name with args.
6754 set dummy $ac_prog; ac_word=$2
6755 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6756 $as_echo_n "checking for $ac_word... " >&6; }
6757 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6758   $as_echo_n "(cached) " >&6
6759 else
6760   if test -n "$ICOTOOL"; then
6761   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6762 else
6763 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6764 for as_dir in $PATH
6765 do
6766   IFS=$as_save_IFS
6767   test -z "$as_dir" && as_dir=.
6768   for ac_exec_ext in '' $ac_executable_extensions; do
6769   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6770     ac_cv_prog_ICOTOOL="$ac_prog"
6771     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6772     break 2
6773   fi
6774 done
6775 done
6776 IFS=$as_save_IFS
6777
6778 fi
6779 fi
6780 ICOTOOL=$ac_cv_prog_ICOTOOL
6781 if test -n "$ICOTOOL"; then
6782   { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6783 $as_echo "$ICOTOOL" >&6; }
6784 else
6785   { $as_echo "$as_me:$LINENO: result: no" >&5
6786 $as_echo "no" >&6; }
6787 fi
6788
6789
6790   test -n "$ICOTOOL" && break
6791 done
6792 test -n "$ICOTOOL" || ICOTOOL="false"
6793
6794
6795 if test "${enable_maintainer_mode+set}" = set
6796 then
6797   if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6798   if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6799   if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6800 fi
6801
6802 case $host_cpu in
6803   *i[3456789]86*)
6804     # Extract the first word of "prelink", so it can be a program name with args.
6805 set dummy prelink; ac_word=$2
6806 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6807 $as_echo_n "checking for $ac_word... " >&6; }
6808 if test "${ac_cv_path_PRELINK+set}" = set; then
6809   $as_echo_n "(cached) " >&6
6810 else
6811   case $PRELINK in
6812   [\\/]* | ?:[\\/]*)
6813   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6814   ;;
6815   *)
6816   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6817 for as_dir in /sbin /usr/sbin $PATH
6818 do
6819   IFS=$as_save_IFS
6820   test -z "$as_dir" && as_dir=.
6821   for ac_exec_ext in '' $ac_executable_extensions; do
6822   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6823     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6824     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6825     break 2
6826   fi
6827 done
6828 done
6829 IFS=$as_save_IFS
6830
6831   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6832   ;;
6833 esac
6834 fi
6835 PRELINK=$ac_cv_path_PRELINK
6836 if test -n "$PRELINK"; then
6837   { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
6838 $as_echo "$PRELINK" >&6; }
6839 else
6840   { $as_echo "$as_me:$LINENO: result: no" >&5
6841 $as_echo "no" >&6; }
6842 fi
6843
6844
6845     ;;
6846 esac
6847
6848
6849
6850 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6851 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6852 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6853   $as_echo_n "(cached) " >&6
6854 else
6855   ac_check_lib_save_LIBS=$LIBS
6856 LIBS="-li386  $LIBS"
6857 cat >conftest.$ac_ext <<_ACEOF
6858 /* confdefs.h.  */
6859 _ACEOF
6860 cat confdefs.h >>conftest.$ac_ext
6861 cat >>conftest.$ac_ext <<_ACEOF
6862 /* end confdefs.h.  */
6863
6864 /* Override any GCC internal prototype to avoid an error.
6865    Use char because int might match the return type of a GCC
6866    builtin and then its argument prototype would still apply.  */
6867 #ifdef __cplusplus
6868 extern "C"
6869 #endif
6870 char i386_set_ldt ();
6871 int
6872 main ()
6873 {
6874 return i386_set_ldt ();
6875   ;
6876   return 0;
6877 }
6878 _ACEOF
6879 rm -f conftest.$ac_objext conftest$ac_exeext
6880 if { (ac_try="$ac_link"
6881 case "(($ac_try" in
6882   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6883   *) ac_try_echo=$ac_try;;
6884 esac
6885 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6886 $as_echo "$ac_try_echo") >&5
6887   (eval "$ac_link") 2>conftest.er1
6888   ac_status=$?
6889   grep -v '^ *+' conftest.er1 >conftest.err
6890   rm -f conftest.er1
6891   cat conftest.err >&5
6892   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6893   (exit $ac_status); } && {
6894          test -z "$ac_c_werror_flag" ||
6895          test ! -s conftest.err
6896        } && test -s conftest$ac_exeext && {
6897          test "$cross_compiling" = yes ||
6898          $as_test_x conftest$ac_exeext
6899        }; then
6900   ac_cv_lib_i386_i386_set_ldt=yes
6901 else
6902   $as_echo "$as_me: failed program was:" >&5
6903 sed 's/^/| /' conftest.$ac_ext >&5
6904
6905         ac_cv_lib_i386_i386_set_ldt=no
6906 fi
6907
6908 rm -rf conftest.dSYM
6909 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6910       conftest$ac_exeext conftest.$ac_ext
6911 LIBS=$ac_check_lib_save_LIBS
6912 fi
6913 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6914 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6915 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
6916   cat >>confdefs.h <<_ACEOF
6917 #define HAVE_LIBI386 1
6918 _ACEOF
6919
6920   LIBS="-li386 $LIBS"
6921
6922 fi
6923
6924
6925 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6926 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6927 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6928   $as_echo_n "(cached) " >&6
6929 else
6930   ac_check_lib_save_LIBS=$LIBS
6931 LIBS="-lossaudio  $LIBS"
6932 cat >conftest.$ac_ext <<_ACEOF
6933 /* confdefs.h.  */
6934 _ACEOF
6935 cat confdefs.h >>conftest.$ac_ext
6936 cat >>conftest.$ac_ext <<_ACEOF
6937 /* end confdefs.h.  */
6938
6939 /* Override any GCC internal prototype to avoid an error.
6940    Use char because int might match the return type of a GCC
6941    builtin and then its argument prototype would still apply.  */
6942 #ifdef __cplusplus
6943 extern "C"
6944 #endif
6945 char _oss_ioctl ();
6946 int
6947 main ()
6948 {
6949 return _oss_ioctl ();
6950   ;
6951   return 0;
6952 }
6953 _ACEOF
6954 rm -f conftest.$ac_objext conftest$ac_exeext
6955 if { (ac_try="$ac_link"
6956 case "(($ac_try" in
6957   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6958   *) ac_try_echo=$ac_try;;
6959 esac
6960 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6961 $as_echo "$ac_try_echo") >&5
6962   (eval "$ac_link") 2>conftest.er1
6963   ac_status=$?
6964   grep -v '^ *+' conftest.er1 >conftest.err
6965   rm -f conftest.er1
6966   cat conftest.err >&5
6967   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6968   (exit $ac_status); } && {
6969          test -z "$ac_c_werror_flag" ||
6970          test ! -s conftest.err
6971        } && test -s conftest$ac_exeext && {
6972          test "$cross_compiling" = yes ||
6973          $as_test_x conftest$ac_exeext
6974        }; then
6975   ac_cv_lib_ossaudio__oss_ioctl=yes
6976 else
6977   $as_echo "$as_me: failed program was:" >&5
6978 sed 's/^/| /' conftest.$ac_ext >&5
6979
6980         ac_cv_lib_ossaudio__oss_ioctl=no
6981 fi
6982
6983 rm -rf conftest.dSYM
6984 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6985       conftest$ac_exeext conftest.$ac_ext
6986 LIBS=$ac_check_lib_save_LIBS
6987 fi
6988 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6989 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6990 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
6991   cat >>confdefs.h <<_ACEOF
6992 #define HAVE_LIBOSSAUDIO 1
6993 _ACEOF
6994
6995   LIBS="-lossaudio $LIBS"
6996
6997 fi
6998
6999 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
7000 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7001 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
7002   $as_echo_n "(cached) " >&6
7003 else
7004   ac_check_lib_save_LIBS=$LIBS
7005 LIBS="-lpthread  $LIBS"
7006 cat >conftest.$ac_ext <<_ACEOF
7007 /* confdefs.h.  */
7008 _ACEOF
7009 cat confdefs.h >>conftest.$ac_ext
7010 cat >>conftest.$ac_ext <<_ACEOF
7011 /* end confdefs.h.  */
7012
7013 /* Override any GCC internal prototype to avoid an error.
7014    Use char because int might match the return type of a GCC
7015    builtin and then its argument prototype would still apply.  */
7016 #ifdef __cplusplus
7017 extern "C"
7018 #endif
7019 char pthread_create ();
7020 int
7021 main ()
7022 {
7023 return pthread_create ();
7024   ;
7025   return 0;
7026 }
7027 _ACEOF
7028 rm -f conftest.$ac_objext conftest$ac_exeext
7029 if { (ac_try="$ac_link"
7030 case "(($ac_try" in
7031   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7032   *) ac_try_echo=$ac_try;;
7033 esac
7034 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7035 $as_echo "$ac_try_echo") >&5
7036   (eval "$ac_link") 2>conftest.er1
7037   ac_status=$?
7038   grep -v '^ *+' conftest.er1 >conftest.err
7039   rm -f conftest.er1
7040   cat conftest.err >&5
7041   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7042   (exit $ac_status); } && {
7043          test -z "$ac_c_werror_flag" ||
7044          test ! -s conftest.err
7045        } && test -s conftest$ac_exeext && {
7046          test "$cross_compiling" = yes ||
7047          $as_test_x conftest$ac_exeext
7048        }; then
7049   ac_cv_lib_pthread_pthread_create=yes
7050 else
7051   $as_echo "$as_me: failed program was:" >&5
7052 sed 's/^/| /' conftest.$ac_ext >&5
7053
7054         ac_cv_lib_pthread_pthread_create=no
7055 fi
7056
7057 rm -rf conftest.dSYM
7058 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7059       conftest$ac_exeext conftest.$ac_ext
7060 LIBS=$ac_check_lib_save_LIBS
7061 fi
7062 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
7063 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7064 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
7065   LIBPTHREAD="-lpthread"
7066
7067 fi
7068
7069
7070 XLIB=""
7071
7072 OPENGL_LIBS=""
7073
7074
7075
7076 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7077 $as_echo_n "checking for ANSI C header files... " >&6; }
7078 if test "${ac_cv_header_stdc+set}" = set; then
7079   $as_echo_n "(cached) " >&6
7080 else
7081   cat >conftest.$ac_ext <<_ACEOF
7082 /* confdefs.h.  */
7083 _ACEOF
7084 cat confdefs.h >>conftest.$ac_ext
7085 cat >>conftest.$ac_ext <<_ACEOF
7086 /* end confdefs.h.  */
7087 #include <stdlib.h>
7088 #include <stdarg.h>
7089 #include <string.h>
7090 #include <float.h>
7091
7092 int
7093 main ()
7094 {
7095
7096   ;
7097   return 0;
7098 }
7099 _ACEOF
7100 rm -f conftest.$ac_objext
7101 if { (ac_try="$ac_compile"
7102 case "(($ac_try" in
7103   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7104   *) ac_try_echo=$ac_try;;
7105 esac
7106 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7107 $as_echo "$ac_try_echo") >&5
7108   (eval "$ac_compile") 2>conftest.er1
7109   ac_status=$?
7110   grep -v '^ *+' conftest.er1 >conftest.err
7111   rm -f conftest.er1
7112   cat conftest.err >&5
7113   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7114   (exit $ac_status); } && {
7115          test -z "$ac_c_werror_flag" ||
7116          test ! -s conftest.err
7117        } && test -s conftest.$ac_objext; then
7118   ac_cv_header_stdc=yes
7119 else
7120   $as_echo "$as_me: failed program was:" >&5
7121 sed 's/^/| /' conftest.$ac_ext >&5
7122
7123         ac_cv_header_stdc=no
7124 fi
7125
7126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7127
7128 if test $ac_cv_header_stdc = yes; then
7129   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7130   cat >conftest.$ac_ext <<_ACEOF
7131 /* confdefs.h.  */
7132 _ACEOF
7133 cat confdefs.h >>conftest.$ac_ext
7134 cat >>conftest.$ac_ext <<_ACEOF
7135 /* end confdefs.h.  */
7136 #include <string.h>
7137
7138 _ACEOF
7139 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7140   $EGREP "memchr" >/dev/null 2>&1; then
7141   :
7142 else
7143   ac_cv_header_stdc=no
7144 fi
7145 rm -f conftest*
7146
7147 fi
7148
7149 if test $ac_cv_header_stdc = yes; then
7150   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7151   cat >conftest.$ac_ext <<_ACEOF
7152 /* confdefs.h.  */
7153 _ACEOF
7154 cat confdefs.h >>conftest.$ac_ext
7155 cat >>conftest.$ac_ext <<_ACEOF
7156 /* end confdefs.h.  */
7157 #include <stdlib.h>
7158
7159 _ACEOF
7160 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7161   $EGREP "free" >/dev/null 2>&1; then
7162   :
7163 else
7164   ac_cv_header_stdc=no
7165 fi
7166 rm -f conftest*
7167
7168 fi
7169
7170 if test $ac_cv_header_stdc = yes; then
7171   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7172   if test "$cross_compiling" = yes; then
7173   :
7174 else
7175   cat >conftest.$ac_ext <<_ACEOF
7176 /* confdefs.h.  */
7177 _ACEOF
7178 cat confdefs.h >>conftest.$ac_ext
7179 cat >>conftest.$ac_ext <<_ACEOF
7180 /* end confdefs.h.  */
7181 #include <ctype.h>
7182 #include <stdlib.h>
7183 #if ((' ' & 0x0FF) == 0x020)
7184 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7185 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7186 #else
7187 # define ISLOWER(c) \
7188                    (('a' <= (c) && (c) <= 'i') \
7189                      || ('j' <= (c) && (c) <= 'r') \
7190                      || ('s' <= (c) && (c) <= 'z'))
7191 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7192 #endif
7193
7194 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7195 int
7196 main ()
7197 {
7198   int i;
7199   for (i = 0; i < 256; i++)
7200     if (XOR (islower (i), ISLOWER (i))
7201         || toupper (i) != TOUPPER (i))
7202       return 2;
7203   return 0;
7204 }
7205 _ACEOF
7206 rm -f conftest$ac_exeext
7207 if { (ac_try="$ac_link"
7208 case "(($ac_try" in
7209   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7210   *) ac_try_echo=$ac_try;;
7211 esac
7212 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7213 $as_echo "$ac_try_echo") >&5
7214   (eval "$ac_link") 2>&5
7215   ac_status=$?
7216   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7217   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7218   { (case "(($ac_try" in
7219   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7220   *) ac_try_echo=$ac_try;;
7221 esac
7222 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7223 $as_echo "$ac_try_echo") >&5
7224   (eval "$ac_try") 2>&5
7225   ac_status=$?
7226   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7227   (exit $ac_status); }; }; then
7228   :
7229 else
7230   $as_echo "$as_me: program exited with status $ac_status" >&5
7231 $as_echo "$as_me: failed program was:" >&5
7232 sed 's/^/| /' conftest.$ac_ext >&5
7233
7234 ( exit $ac_status )
7235 ac_cv_header_stdc=no
7236 fi
7237 rm -rf conftest.dSYM
7238 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7239 fi
7240
7241
7242 fi
7243 fi
7244 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7245 $as_echo "$ac_cv_header_stdc" >&6; }
7246 if test $ac_cv_header_stdc = yes; then
7247
7248 cat >>confdefs.h <<\_ACEOF
7249 #define STDC_HEADERS 1
7250 _ACEOF
7251
7252 fi
7253
7254 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7255
7256
7257
7258
7259
7260
7261
7262
7263
7264 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7265                   inttypes.h stdint.h unistd.h
7266 do
7267 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7268 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7269 $as_echo_n "checking for $ac_header... " >&6; }
7270 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7271   $as_echo_n "(cached) " >&6
7272 else
7273   cat >conftest.$ac_ext <<_ACEOF
7274 /* confdefs.h.  */
7275 _ACEOF
7276 cat confdefs.h >>conftest.$ac_ext
7277 cat >>conftest.$ac_ext <<_ACEOF
7278 /* end confdefs.h.  */
7279 $ac_includes_default
7280
7281 #include <$ac_header>
7282 _ACEOF
7283 rm -f conftest.$ac_objext
7284 if { (ac_try="$ac_compile"
7285 case "(($ac_try" in
7286   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7287   *) ac_try_echo=$ac_try;;
7288 esac
7289 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7290 $as_echo "$ac_try_echo") >&5
7291   (eval "$ac_compile") 2>conftest.er1
7292   ac_status=$?
7293   grep -v '^ *+' conftest.er1 >conftest.err
7294   rm -f conftest.er1
7295   cat conftest.err >&5
7296   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7297   (exit $ac_status); } && {
7298          test -z "$ac_c_werror_flag" ||
7299          test ! -s conftest.err
7300        } && test -s conftest.$ac_objext; then
7301   eval "$as_ac_Header=yes"
7302 else
7303   $as_echo "$as_me: failed program was:" >&5
7304 sed 's/^/| /' conftest.$ac_ext >&5
7305
7306         eval "$as_ac_Header=no"
7307 fi
7308
7309 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7310 fi
7311 ac_res=`eval 'as_val=${'$as_ac_Header'}
7312                  $as_echo "$as_val"'`
7313                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7314 $as_echo "$ac_res" >&6; }
7315 as_val=`eval 'as_val=${'$as_ac_Header'}
7316                  $as_echo "$as_val"'`
7317    if test "x$as_val" = x""yes; then
7318   cat >>confdefs.h <<_ACEOF
7319 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7320 _ACEOF
7321
7322 fi
7323
7324 done
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
7421
7422
7423
7424
7425
7426
7427
7428
7429
7430
7431
7432
7433
7434
7435
7436
7437
7438
7439 for ac_header in \
7440         AudioUnit/AudioUnit.h \
7441         Carbon/Carbon.h \
7442         CoreAudio/CoreAudio.h \
7443         DiskArbitration/DiskArbitration.h \
7444         IOKit/IOKitLib.h \
7445         alias.h \
7446         alsa/asoundlib.h \
7447         arpa/inet.h \
7448         arpa/nameser.h \
7449         asm/types.h \
7450         capi20.h \
7451         curses.h \
7452         direct.h \
7453         dirent.h \
7454         dlfcn.h \
7455         elf.h \
7456         float.h \
7457         fontconfig/fontconfig.h \
7458         getopt.h \
7459         ieeefp.h \
7460         io.h \
7461         jack/jack.h \
7462         jpeglib.h \
7463         lber.h \
7464         lcms.h \
7465         lcms/lcms.h \
7466         ldap.h \
7467         libaudioio.h \
7468         link.h \
7469         linux/cdrom.h \
7470         linux/compiler.h \
7471         linux/hdreg.h \
7472         linux/input.h \
7473         linux/ioctl.h \
7474         linux/joystick.h \
7475         linux/major.h \
7476         linux/param.h \
7477         linux/serial.h \
7478         linux/ucdrom.h \
7479         mach/mach.h \
7480         mach/machine.h \
7481         machine/cpu.h \
7482         machine/limits.h \
7483         machine/soundcard.h \
7484         mntent.h \
7485         ncurses.h \
7486         netdb.h \
7487         netinet/in.h \
7488         netinet/in_systm.h \
7489         netinet/tcp.h \
7490         netinet/tcp_fsm.h \
7491         openssl/err.h \
7492         openssl/ssl.h \
7493         png.h \
7494         poll.h \
7495         process.h \
7496         pthread.h \
7497         pwd.h \
7498         regex.h \
7499         sched.h \
7500         scsi/scsi.h \
7501         scsi/scsi_ioctl.h \
7502         scsi/sg.h \
7503         soundcard.h \
7504         stdint.h \
7505         strings.h \
7506         sys/asoundlib.h \
7507         sys/cdio.h \
7508         sys/elf32.h \
7509         sys/epoll.h \
7510         sys/errno.h \
7511         sys/event.h \
7512         sys/exec_elf.h \
7513         sys/filio.h \
7514         sys/ioctl.h \
7515         sys/ipc.h \
7516         sys/limits.h \
7517         sys/link.h \
7518         sys/lwp.h \
7519         sys/mman.h \
7520         sys/modem.h \
7521         sys/msg.h \
7522         sys/mtio.h \
7523         sys/param.h \
7524         sys/poll.h \
7525         sys/prctl.h \
7526         sys/ptrace.h \
7527         sys/reg.h \
7528         sys/resource.h \
7529         sys/scsiio.h \
7530         sys/shm.h \
7531         sys/signal.h \
7532         sys/socket.h \
7533         sys/socketvar.h \
7534         sys/sockio.h \
7535         sys/soundcard.h \
7536         sys/statvfs.h \
7537         sys/strtio.h \
7538         sys/syscall.h \
7539         sys/sysctl.h \
7540         sys/time.h \
7541         sys/times.h \
7542         sys/uio.h \
7543         sys/un.h \
7544         sys/vm86.h \
7545         sys/wait.h \
7546         syscall.h \
7547         termios.h \
7548         unistd.h \
7549         utime.h \
7550         valgrind/memcheck.h \
7551         valgrind/valgrind.h
7552
7553 do
7554 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7555 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7556   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7557 $as_echo_n "checking for $ac_header... " >&6; }
7558 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7559   $as_echo_n "(cached) " >&6
7560 fi
7561 ac_res=`eval 'as_val=${'$as_ac_Header'}
7562                  $as_echo "$as_val"'`
7563                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7564 $as_echo "$ac_res" >&6; }
7565 else
7566   # Is the header compilable?
7567 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
7568 $as_echo_n "checking $ac_header usability... " >&6; }
7569 cat >conftest.$ac_ext <<_ACEOF
7570 /* confdefs.h.  */
7571 _ACEOF
7572 cat confdefs.h >>conftest.$ac_ext
7573 cat >>conftest.$ac_ext <<_ACEOF
7574 /* end confdefs.h.  */
7575 $ac_includes_default
7576 #include <$ac_header>
7577 _ACEOF
7578 rm -f conftest.$ac_objext
7579 if { (ac_try="$ac_compile"
7580 case "(($ac_try" in
7581   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7582   *) ac_try_echo=$ac_try;;
7583 esac
7584 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7585 $as_echo "$ac_try_echo") >&5
7586   (eval "$ac_compile") 2>conftest.er1
7587   ac_status=$?
7588   grep -v '^ *+' conftest.er1 >conftest.err
7589   rm -f conftest.er1
7590   cat conftest.err >&5
7591   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7592   (exit $ac_status); } && {
7593          test -z "$ac_c_werror_flag" ||
7594          test ! -s conftest.err
7595        } && test -s conftest.$ac_objext; then
7596   ac_header_compiler=yes
7597 else
7598   $as_echo "$as_me: failed program was:" >&5
7599 sed 's/^/| /' conftest.$ac_ext >&5
7600
7601         ac_header_compiler=no
7602 fi
7603
7604 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7605 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7606 $as_echo "$ac_header_compiler" >&6; }
7607
7608 # Is the header present?
7609 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
7610 $as_echo_n "checking $ac_header presence... " >&6; }
7611 cat >conftest.$ac_ext <<_ACEOF
7612 /* confdefs.h.  */
7613 _ACEOF
7614 cat confdefs.h >>conftest.$ac_ext
7615 cat >>conftest.$ac_ext <<_ACEOF
7616 /* end confdefs.h.  */
7617 #include <$ac_header>
7618 _ACEOF
7619 if { (ac_try="$ac_cpp conftest.$ac_ext"
7620 case "(($ac_try" in
7621   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7622   *) ac_try_echo=$ac_try;;
7623 esac
7624 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7625 $as_echo "$ac_try_echo") >&5
7626   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7627   ac_status=$?
7628   grep -v '^ *+' conftest.er1 >conftest.err
7629   rm -f conftest.er1
7630   cat conftest.err >&5
7631   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7632   (exit $ac_status); } >/dev/null && {
7633          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7634          test ! -s conftest.err
7635        }; then
7636   ac_header_preproc=yes
7637 else
7638   $as_echo "$as_me: failed program was:" >&5
7639 sed 's/^/| /' conftest.$ac_ext >&5
7640
7641   ac_header_preproc=no
7642 fi
7643
7644 rm -f conftest.err conftest.$ac_ext
7645 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7646 $as_echo "$ac_header_preproc" >&6; }
7647
7648 # So?  What about this header?
7649 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7650   yes:no: )
7651     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7652 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7653     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7654 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7655     ac_header_preproc=yes
7656     ;;
7657   no:yes:* )
7658     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7659 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7660     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
7661 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
7662     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7663 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7664     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
7665 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
7666     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7667 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7668     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7669 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7670     ( cat <<\_ASBOX
7671 ## ------------------------------------ ##
7672 ## Report this to wine-devel@winehq.org ##
7673 ## ------------------------------------ ##
7674 _ASBOX
7675      ) | sed "s/^/$as_me: WARNING:     /" >&2
7676     ;;
7677 esac
7678 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7679 $as_echo_n "checking for $ac_header... " >&6; }
7680 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7681   $as_echo_n "(cached) " >&6
7682 else
7683   eval "$as_ac_Header=\$ac_header_preproc"
7684 fi
7685 ac_res=`eval 'as_val=${'$as_ac_Header'}
7686                  $as_echo "$as_val"'`
7687                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7688 $as_echo "$ac_res" >&6; }
7689
7690 fi
7691 as_val=`eval 'as_val=${'$as_ac_Header'}
7692                  $as_echo "$as_val"'`
7693    if test "x$as_val" = x""yes; then
7694   cat >>confdefs.h <<_ACEOF
7695 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7696 _ACEOF
7697
7698 fi
7699
7700 done
7701
7702 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7703 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7704 if test "${ac_cv_header_stat_broken+set}" = set; then
7705   $as_echo_n "(cached) " >&6
7706 else
7707   cat >conftest.$ac_ext <<_ACEOF
7708 /* confdefs.h.  */
7709 _ACEOF
7710 cat confdefs.h >>conftest.$ac_ext
7711 cat >>conftest.$ac_ext <<_ACEOF
7712 /* end confdefs.h.  */
7713 #include <sys/types.h>
7714 #include <sys/stat.h>
7715
7716 #if defined S_ISBLK && defined S_IFDIR
7717 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7718 #endif
7719
7720 #if defined S_ISBLK && defined S_IFCHR
7721 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7722 #endif
7723
7724 #if defined S_ISLNK && defined S_IFREG
7725 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7726 #endif
7727
7728 #if defined S_ISSOCK && defined S_IFREG
7729 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7730 #endif
7731
7732 _ACEOF
7733 rm -f conftest.$ac_objext
7734 if { (ac_try="$ac_compile"
7735 case "(($ac_try" in
7736   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7737   *) ac_try_echo=$ac_try;;
7738 esac
7739 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7740 $as_echo "$ac_try_echo") >&5
7741   (eval "$ac_compile") 2>conftest.er1
7742   ac_status=$?
7743   grep -v '^ *+' conftest.er1 >conftest.err
7744   rm -f conftest.er1
7745   cat conftest.err >&5
7746   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7747   (exit $ac_status); } && {
7748          test -z "$ac_c_werror_flag" ||
7749          test ! -s conftest.err
7750        } && test -s conftest.$ac_objext; then
7751   ac_cv_header_stat_broken=no
7752 else
7753   $as_echo "$as_me: failed program was:" >&5
7754 sed 's/^/| /' conftest.$ac_ext >&5
7755
7756         ac_cv_header_stat_broken=yes
7757 fi
7758
7759 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7760 fi
7761 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7762 $as_echo "$ac_cv_header_stat_broken" >&6; }
7763 if test $ac_cv_header_stat_broken = yes; then
7764
7765 cat >>confdefs.h <<\_ACEOF
7766 #define STAT_MACROS_BROKEN 1
7767 _ACEOF
7768
7769 fi
7770
7771
7772
7773
7774
7775
7776
7777 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7778 do
7779 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7780 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7781 $as_echo_n "checking for $ac_header... " >&6; }
7782 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7783   $as_echo_n "(cached) " >&6
7784 else
7785   cat >conftest.$ac_ext <<_ACEOF
7786 /* confdefs.h.  */
7787 _ACEOF
7788 cat confdefs.h >>conftest.$ac_ext
7789 cat >>conftest.$ac_ext <<_ACEOF
7790 /* end confdefs.h.  */
7791 #include <sys/types.h>
7792      #ifdef HAVE_SYS_PARAM_H
7793      # include <sys/param.h>
7794      #endif
7795
7796 #include <$ac_header>
7797 _ACEOF
7798 rm -f conftest.$ac_objext
7799 if { (ac_try="$ac_compile"
7800 case "(($ac_try" in
7801   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7802   *) ac_try_echo=$ac_try;;
7803 esac
7804 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7805 $as_echo "$ac_try_echo") >&5
7806   (eval "$ac_compile") 2>conftest.er1
7807   ac_status=$?
7808   grep -v '^ *+' conftest.er1 >conftest.err
7809   rm -f conftest.er1
7810   cat conftest.err >&5
7811   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7812   (exit $ac_status); } && {
7813          test -z "$ac_c_werror_flag" ||
7814          test ! -s conftest.err
7815        } && test -s conftest.$ac_objext; then
7816   eval "$as_ac_Header=yes"
7817 else
7818   $as_echo "$as_me: failed program was:" >&5
7819 sed 's/^/| /' conftest.$ac_ext >&5
7820
7821         eval "$as_ac_Header=no"
7822 fi
7823
7824 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7825 fi
7826 ac_res=`eval 'as_val=${'$as_ac_Header'}
7827                  $as_echo "$as_val"'`
7828                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7829 $as_echo "$ac_res" >&6; }
7830 as_val=`eval 'as_val=${'$as_ac_Header'}
7831                  $as_echo "$as_val"'`
7832    if test "x$as_val" = x""yes; then
7833   cat >>confdefs.h <<_ACEOF
7834 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7835 _ACEOF
7836
7837 fi
7838
7839 done
7840
7841
7842
7843
7844
7845
7846
7847
7848
7849
7850
7851
7852
7853
7854 for ac_header in \
7855         netinet/ip.h \
7856         net/if.h \
7857         net/if_arp.h \
7858         net/if_dl.h \
7859         net/if_types.h \
7860         net/route.h \
7861         netinet/if_ether.h \
7862         netinet/in_pcb.h \
7863         netinet/ip_icmp.h \
7864         netinet/ip_var.h \
7865         netinet/udp.h \
7866         netipx/ipx.h \
7867
7868 do
7869 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7870 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7871 $as_echo_n "checking for $ac_header... " >&6; }
7872 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7873   $as_echo_n "(cached) " >&6
7874 else
7875   cat >conftest.$ac_ext <<_ACEOF
7876 /* confdefs.h.  */
7877 _ACEOF
7878 cat confdefs.h >>conftest.$ac_ext
7879 cat >>conftest.$ac_ext <<_ACEOF
7880 /* end confdefs.h.  */
7881 #include <sys/types.h>
7882      #ifdef HAVE_SYS_SOCKET_H
7883      # include <sys/socket.h>
7884      #endif
7885      #ifdef HAVE_SYS_SOCKETVAR_H
7886      # include <sys/socketvar.h>
7887      #endif
7888      #ifdef HAVE_NETINET_IN_H
7889      # include <netinet/in.h>
7890      #endif
7891      #ifdef HAVE_NETINET_IP_H
7892      # include <netinet/ip.h>
7893      #endif
7894
7895 #include <$ac_header>
7896 _ACEOF
7897 rm -f conftest.$ac_objext
7898 if { (ac_try="$ac_compile"
7899 case "(($ac_try" in
7900   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7901   *) ac_try_echo=$ac_try;;
7902 esac
7903 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7904 $as_echo "$ac_try_echo") >&5
7905   (eval "$ac_compile") 2>conftest.er1
7906   ac_status=$?
7907   grep -v '^ *+' conftest.er1 >conftest.err
7908   rm -f conftest.er1
7909   cat conftest.err >&5
7910   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7911   (exit $ac_status); } && {
7912          test -z "$ac_c_werror_flag" ||
7913          test ! -s conftest.err
7914        } && test -s conftest.$ac_objext; then
7915   eval "$as_ac_Header=yes"
7916 else
7917   $as_echo "$as_me: failed program was:" >&5
7918 sed 's/^/| /' conftest.$ac_ext >&5
7919
7920         eval "$as_ac_Header=no"
7921 fi
7922
7923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7924 fi
7925 ac_res=`eval 'as_val=${'$as_ac_Header'}
7926                  $as_echo "$as_val"'`
7927                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7928 $as_echo "$ac_res" >&6; }
7929 as_val=`eval 'as_val=${'$as_ac_Header'}
7930                  $as_echo "$as_val"'`
7931    if test "x$as_val" = x""yes; then
7932   cat >>confdefs.h <<_ACEOF
7933 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7934 _ACEOF
7935
7936 fi
7937
7938 done
7939
7940
7941
7942
7943
7944
7945 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7946 do
7947 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7948 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7949 $as_echo_n "checking for $ac_header... " >&6; }
7950 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7951   $as_echo_n "(cached) " >&6
7952 else
7953   cat >conftest.$ac_ext <<_ACEOF
7954 /* confdefs.h.  */
7955 _ACEOF
7956 cat confdefs.h >>conftest.$ac_ext
7957 cat >>conftest.$ac_ext <<_ACEOF
7958 /* end confdefs.h.  */
7959 #include <sys/types.h>
7960      #ifdef HAVE_ALIAS_H
7961      # include <alias.h>
7962      #endif
7963      #ifdef HAVE_SYS_SOCKET_H
7964      # include <sys/socket.h>
7965      #endif
7966      #ifdef HAVE_SYS_SOCKETVAR_H
7967      # include <sys/socketvar.h>
7968      #endif
7969      #ifdef HAVE_NETINET_IN_H
7970      # include <netinet/in.h>
7971      #endif
7972      #ifdef HAVE_NETINET_IP_H
7973      # include <netinet/ip.h>
7974      #endif
7975      #ifdef HAVE_NETINET_IP_VAR_H
7976      # include <netinet/ip_var.h>
7977      #endif
7978      #ifdef HAVE_NETINET_IP_ICMP_H
7979      # include <netinet/ip_icmp.h>
7980      #endif
7981      #ifdef HAVE_NETINET_UDP_H
7982      # include <netinet/udp.h>
7983      #endif
7984      #ifdef HAVE_NETINET_TCP_H
7985      # include <netinet/tcp.h>
7986      #endif
7987
7988 #include <$ac_header>
7989 _ACEOF
7990 rm -f conftest.$ac_objext
7991 if { (ac_try="$ac_compile"
7992 case "(($ac_try" in
7993   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7994   *) ac_try_echo=$ac_try;;
7995 esac
7996 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7997 $as_echo "$ac_try_echo") >&5
7998   (eval "$ac_compile") 2>conftest.er1
7999   ac_status=$?
8000   grep -v '^ *+' conftest.er1 >conftest.err
8001   rm -f conftest.er1
8002   cat conftest.err >&5
8003   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8004   (exit $ac_status); } && {
8005          test -z "$ac_c_werror_flag" ||
8006          test ! -s conftest.err
8007        } && test -s conftest.$ac_objext; then
8008   eval "$as_ac_Header=yes"
8009 else
8010   $as_echo "$as_me: failed program was:" >&5
8011 sed 's/^/| /' conftest.$ac_ext >&5
8012
8013         eval "$as_ac_Header=no"
8014 fi
8015
8016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8017 fi
8018 ac_res=`eval 'as_val=${'$as_ac_Header'}
8019                  $as_echo "$as_val"'`
8020                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8021 $as_echo "$ac_res" >&6; }
8022 as_val=`eval 'as_val=${'$as_ac_Header'}
8023                  $as_echo "$as_val"'`
8024    if test "x$as_val" = x""yes; then
8025   cat >>confdefs.h <<_ACEOF
8026 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8027 _ACEOF
8028
8029 fi
8030
8031 done
8032
8033
8034
8035 for ac_header in linux/ipx.h
8036 do
8037 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8038 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8039 $as_echo_n "checking for $ac_header... " >&6; }
8040 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8041   $as_echo_n "(cached) " >&6
8042 else
8043   cat >conftest.$ac_ext <<_ACEOF
8044 /* confdefs.h.  */
8045 _ACEOF
8046 cat confdefs.h >>conftest.$ac_ext
8047 cat >>conftest.$ac_ext <<_ACEOF
8048 /* end confdefs.h.  */
8049 #include <sys/types.h>
8050      #ifdef HAVE_ASM_TYPES_H
8051      # include <asm/types.h>
8052      #endif
8053      #ifdef HAVE_SYS_SOCKET_H
8054      # include <sys/socket.h>
8055      #endif
8056
8057 #include <$ac_header>
8058 _ACEOF
8059 rm -f conftest.$ac_objext
8060 if { (ac_try="$ac_compile"
8061 case "(($ac_try" in
8062   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8063   *) ac_try_echo=$ac_try;;
8064 esac
8065 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8066 $as_echo "$ac_try_echo") >&5
8067   (eval "$ac_compile") 2>conftest.er1
8068   ac_status=$?
8069   grep -v '^ *+' conftest.er1 >conftest.err
8070   rm -f conftest.er1
8071   cat conftest.err >&5
8072   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8073   (exit $ac_status); } && {
8074          test -z "$ac_c_werror_flag" ||
8075          test ! -s conftest.err
8076        } && test -s conftest.$ac_objext; then
8077   eval "$as_ac_Header=yes"
8078 else
8079   $as_echo "$as_me: failed program was:" >&5
8080 sed 's/^/| /' conftest.$ac_ext >&5
8081
8082         eval "$as_ac_Header=no"
8083 fi
8084
8085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8086 fi
8087 ac_res=`eval 'as_val=${'$as_ac_Header'}
8088                  $as_echo "$as_val"'`
8089                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8090 $as_echo "$ac_res" >&6; }
8091 as_val=`eval 'as_val=${'$as_ac_Header'}
8092                  $as_echo "$as_val"'`
8093    if test "x$as_val" = x""yes; then
8094   cat >>confdefs.h <<_ACEOF
8095 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8096 _ACEOF
8097
8098 fi
8099
8100 done
8101
8102
8103
8104 for ac_header in resolv.h
8105 do
8106 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8107 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8108 $as_echo_n "checking for $ac_header... " >&6; }
8109 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8110   $as_echo_n "(cached) " >&6
8111 else
8112   cat >conftest.$ac_ext <<_ACEOF
8113 /* confdefs.h.  */
8114 _ACEOF
8115 cat confdefs.h >>conftest.$ac_ext
8116 cat >>conftest.$ac_ext <<_ACEOF
8117 /* end confdefs.h.  */
8118 #include <sys/types.h>
8119      #ifdef HAVE_SYS_SOCKET_H
8120      # include <sys/socket.h>
8121      #endif
8122      #ifdef HAVE_NETINET_IN_H
8123      # include <netinet/in.h>
8124      #endif
8125      #ifdef HAVE_ARPA_NAMESER_H
8126      # include <arpa/nameser.h>
8127      #endif
8128
8129 #include <$ac_header>
8130 _ACEOF
8131 rm -f conftest.$ac_objext
8132 if { (ac_try="$ac_compile"
8133 case "(($ac_try" in
8134   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8135   *) ac_try_echo=$ac_try;;
8136 esac
8137 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8138 $as_echo "$ac_try_echo") >&5
8139   (eval "$ac_compile") 2>conftest.er1
8140   ac_status=$?
8141   grep -v '^ *+' conftest.er1 >conftest.err
8142   rm -f conftest.er1
8143   cat conftest.err >&5
8144   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8145   (exit $ac_status); } && {
8146          test -z "$ac_c_werror_flag" ||
8147          test ! -s conftest.err
8148        } && test -s conftest.$ac_objext; then
8149   eval "$as_ac_Header=yes"
8150 else
8151   $as_echo "$as_me: failed program was:" >&5
8152 sed 's/^/| /' conftest.$ac_ext >&5
8153
8154         eval "$as_ac_Header=no"
8155 fi
8156
8157 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8158 fi
8159 ac_res=`eval 'as_val=${'$as_ac_Header'}
8160                  $as_echo "$as_val"'`
8161                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8162 $as_echo "$ac_res" >&6; }
8163 as_val=`eval 'as_val=${'$as_ac_Header'}
8164                  $as_echo "$as_val"'`
8165    if test "x$as_val" = x""yes; then
8166   cat >>confdefs.h <<_ACEOF
8167 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8168 _ACEOF
8169
8170 fi
8171
8172 done
8173
8174
8175
8176 for ac_header in ucontext.h
8177 do
8178 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8179 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8180 $as_echo_n "checking for $ac_header... " >&6; }
8181 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8182   $as_echo_n "(cached) " >&6
8183 else
8184   cat >conftest.$ac_ext <<_ACEOF
8185 /* confdefs.h.  */
8186 _ACEOF
8187 cat confdefs.h >>conftest.$ac_ext
8188 cat >>conftest.$ac_ext <<_ACEOF
8189 /* end confdefs.h.  */
8190 #include <signal.h>
8191
8192 #include <$ac_header>
8193 _ACEOF
8194 rm -f conftest.$ac_objext
8195 if { (ac_try="$ac_compile"
8196 case "(($ac_try" in
8197   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8198   *) ac_try_echo=$ac_try;;
8199 esac
8200 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8201 $as_echo "$ac_try_echo") >&5
8202   (eval "$ac_compile") 2>conftest.er1
8203   ac_status=$?
8204   grep -v '^ *+' conftest.er1 >conftest.err
8205   rm -f conftest.er1
8206   cat conftest.err >&5
8207   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8208   (exit $ac_status); } && {
8209          test -z "$ac_c_werror_flag" ||
8210          test ! -s conftest.err
8211        } && test -s conftest.$ac_objext; then
8212   eval "$as_ac_Header=yes"
8213 else
8214   $as_echo "$as_me: failed program was:" >&5
8215 sed 's/^/| /' conftest.$ac_ext >&5
8216
8217         eval "$as_ac_Header=no"
8218 fi
8219
8220 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8221 fi
8222 ac_res=`eval 'as_val=${'$as_ac_Header'}
8223                  $as_echo "$as_val"'`
8224                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8225 $as_echo "$ac_res" >&6; }
8226 as_val=`eval 'as_val=${'$as_ac_Header'}
8227                  $as_echo "$as_val"'`
8228    if test "x$as_val" = x""yes; then
8229   cat >>confdefs.h <<_ACEOF
8230 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8231 _ACEOF
8232
8233 fi
8234
8235 done
8236
8237
8238
8239 for ac_header in sys/thr.h
8240 do
8241 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8242 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8243 $as_echo_n "checking for $ac_header... " >&6; }
8244 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8245   $as_echo_n "(cached) " >&6
8246 else
8247   cat >conftest.$ac_ext <<_ACEOF
8248 /* confdefs.h.  */
8249 _ACEOF
8250 cat confdefs.h >>conftest.$ac_ext
8251 cat >>conftest.$ac_ext <<_ACEOF
8252 /* end confdefs.h.  */
8253 #include <sys/types.h>
8254 #ifdef HAVE_UCONTEXT_H
8255 #include <ucontext.h>
8256 #endif
8257
8258 #include <$ac_header>
8259 _ACEOF
8260 rm -f conftest.$ac_objext
8261 if { (ac_try="$ac_compile"
8262 case "(($ac_try" in
8263   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8264   *) ac_try_echo=$ac_try;;
8265 esac
8266 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8267 $as_echo "$ac_try_echo") >&5
8268   (eval "$ac_compile") 2>conftest.er1
8269   ac_status=$?
8270   grep -v '^ *+' conftest.er1 >conftest.err
8271   rm -f conftest.er1
8272   cat conftest.err >&5
8273   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8274   (exit $ac_status); } && {
8275          test -z "$ac_c_werror_flag" ||
8276          test ! -s conftest.err
8277        } && test -s conftest.$ac_objext; then
8278   eval "$as_ac_Header=yes"
8279 else
8280   $as_echo "$as_me: failed program was:" >&5
8281 sed 's/^/| /' conftest.$ac_ext >&5
8282
8283         eval "$as_ac_Header=no"
8284 fi
8285
8286 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8287 fi
8288 ac_res=`eval 'as_val=${'$as_ac_Header'}
8289                  $as_echo "$as_val"'`
8290                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8291 $as_echo "$ac_res" >&6; }
8292 as_val=`eval 'as_val=${'$as_ac_Header'}
8293                  $as_echo "$as_val"'`
8294    if test "x$as_val" = x""yes; then
8295   cat >>confdefs.h <<_ACEOF
8296 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8297 _ACEOF
8298
8299 fi
8300
8301 done
8302
8303
8304
8305 for ac_header in pthread_np.h
8306 do
8307 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8308 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8309 $as_echo_n "checking for $ac_header... " >&6; }
8310 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8311   $as_echo_n "(cached) " >&6
8312 else
8313   cat >conftest.$ac_ext <<_ACEOF
8314 /* confdefs.h.  */
8315 _ACEOF
8316 cat confdefs.h >>conftest.$ac_ext
8317 cat >>conftest.$ac_ext <<_ACEOF
8318 /* end confdefs.h.  */
8319 #ifdef HAVE_PTHREAD_H
8320 #include <pthread.h>
8321 #endif
8322
8323 #include <$ac_header>
8324 _ACEOF
8325 rm -f conftest.$ac_objext
8326 if { (ac_try="$ac_compile"
8327 case "(($ac_try" in
8328   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8329   *) ac_try_echo=$ac_try;;
8330 esac
8331 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8332 $as_echo "$ac_try_echo") >&5
8333   (eval "$ac_compile") 2>conftest.er1
8334   ac_status=$?
8335   grep -v '^ *+' conftest.er1 >conftest.err
8336   rm -f conftest.er1
8337   cat conftest.err >&5
8338   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8339   (exit $ac_status); } && {
8340          test -z "$ac_c_werror_flag" ||
8341          test ! -s conftest.err
8342        } && test -s conftest.$ac_objext; then
8343   eval "$as_ac_Header=yes"
8344 else
8345   $as_echo "$as_me: failed program was:" >&5
8346 sed 's/^/| /' conftest.$ac_ext >&5
8347
8348         eval "$as_ac_Header=no"
8349 fi
8350
8351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8352 fi
8353 ac_res=`eval 'as_val=${'$as_ac_Header'}
8354                  $as_echo "$as_val"'`
8355                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8356 $as_echo "$ac_res" >&6; }
8357 as_val=`eval 'as_val=${'$as_ac_Header'}
8358                  $as_echo "$as_val"'`
8359    if test "x$as_val" = x""yes; then
8360   cat >>confdefs.h <<_ACEOF
8361 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8362 _ACEOF
8363
8364 fi
8365
8366 done
8367
8368
8369
8370 for ac_header in linux/videodev.h
8371 do
8372 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8373 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8374 $as_echo_n "checking for $ac_header... " >&6; }
8375 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8376   $as_echo_n "(cached) " >&6
8377 else
8378   cat >conftest.$ac_ext <<_ACEOF
8379 /* confdefs.h.  */
8380 _ACEOF
8381 cat confdefs.h >>conftest.$ac_ext
8382 cat >>conftest.$ac_ext <<_ACEOF
8383 /* end confdefs.h.  */
8384 #ifdef HAVE_SYS_TIME_H
8385 #include <sys/time.h>
8386 #endif
8387 #include <sys/types.h>
8388 #ifdef HAVE_ASM_TYPES_H
8389 #include <asm/types.h>
8390 #endif
8391
8392 #include <$ac_header>
8393 _ACEOF
8394 rm -f conftest.$ac_objext
8395 if { (ac_try="$ac_compile"
8396 case "(($ac_try" in
8397   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8398   *) ac_try_echo=$ac_try;;
8399 esac
8400 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8401 $as_echo "$ac_try_echo") >&5
8402   (eval "$ac_compile") 2>conftest.er1
8403   ac_status=$?
8404   grep -v '^ *+' conftest.er1 >conftest.err
8405   rm -f conftest.er1
8406   cat conftest.err >&5
8407   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8408   (exit $ac_status); } && {
8409          test -z "$ac_c_werror_flag" ||
8410          test ! -s conftest.err
8411        } && test -s conftest.$ac_objext; then
8412   eval "$as_ac_Header=yes"
8413 else
8414   $as_echo "$as_me: failed program was:" >&5
8415 sed 's/^/| /' conftest.$ac_ext >&5
8416
8417         eval "$as_ac_Header=no"
8418 fi
8419
8420 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8421 fi
8422 ac_res=`eval 'as_val=${'$as_ac_Header'}
8423                  $as_echo "$as_val"'`
8424                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8425 $as_echo "$ac_res" >&6; }
8426 as_val=`eval 'as_val=${'$as_ac_Header'}
8427                  $as_echo "$as_val"'`
8428    if test "x$as_val" = x""yes; then
8429   cat >>confdefs.h <<_ACEOF
8430 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8431 _ACEOF
8432
8433 fi
8434
8435 done
8436
8437
8438
8439 for ac_header in linux/capi.h
8440 do
8441 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8442 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8443 $as_echo_n "checking for $ac_header... " >&6; }
8444 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8445   $as_echo_n "(cached) " >&6
8446 else
8447   cat >conftest.$ac_ext <<_ACEOF
8448 /* confdefs.h.  */
8449 _ACEOF
8450 cat confdefs.h >>conftest.$ac_ext
8451 cat >>conftest.$ac_ext <<_ACEOF
8452 /* end confdefs.h.  */
8453 #define __user
8454
8455 #include <$ac_header>
8456 _ACEOF
8457 rm -f conftest.$ac_objext
8458 if { (ac_try="$ac_compile"
8459 case "(($ac_try" in
8460   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8461   *) ac_try_echo=$ac_try;;
8462 esac
8463 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8464 $as_echo "$ac_try_echo") >&5
8465   (eval "$ac_compile") 2>conftest.er1
8466   ac_status=$?
8467   grep -v '^ *+' conftest.er1 >conftest.err
8468   rm -f conftest.er1
8469   cat conftest.err >&5
8470   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8471   (exit $ac_status); } && {
8472          test -z "$ac_c_werror_flag" ||
8473          test ! -s conftest.err
8474        } && test -s conftest.$ac_objext; then
8475   eval "$as_ac_Header=yes"
8476 else
8477   $as_echo "$as_me: failed program was:" >&5
8478 sed 's/^/| /' conftest.$ac_ext >&5
8479
8480         eval "$as_ac_Header=no"
8481 fi
8482
8483 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8484 fi
8485 ac_res=`eval 'as_val=${'$as_ac_Header'}
8486                  $as_echo "$as_val"'`
8487                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8488 $as_echo "$ac_res" >&6; }
8489 as_val=`eval 'as_val=${'$as_ac_Header'}
8490                  $as_echo "$as_val"'`
8491    if test "x$as_val" = x""yes; then
8492   cat >>confdefs.h <<_ACEOF
8493 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8494 _ACEOF
8495
8496 fi
8497
8498 done
8499
8500
8501
8502 DLLEXT=""
8503
8504 DLLFLAGS="-D_REENTRANT"
8505
8506 LDSHARED=""
8507
8508 LDDLLFLAGS=""
8509
8510 LIBEXT="so"
8511
8512 IMPLIBEXT="def"
8513
8514 LDRPATH_INSTALL=""
8515
8516 LDRPATH_LOCAL=""
8517
8518 # Extract the first word of "ldd", so it can be a program name with args.
8519 set dummy ldd; ac_word=$2
8520 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8521 $as_echo_n "checking for $ac_word... " >&6; }
8522 if test "${ac_cv_path_LDD+set}" = set; then
8523   $as_echo_n "(cached) " >&6
8524 else
8525   case $LDD in
8526   [\\/]* | ?:[\\/]*)
8527   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8528   ;;
8529   *)
8530   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8531 as_dummy="/sbin:/usr/sbin:$PATH"
8532 for as_dir in $as_dummy
8533 do
8534   IFS=$as_save_IFS
8535   test -z "$as_dir" && as_dir=.
8536   for ac_exec_ext in '' $ac_executable_extensions; do
8537   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8538     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8539     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8540     break 2
8541   fi
8542 done
8543 done
8544 IFS=$as_save_IFS
8545
8546   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8547   ;;
8548 esac
8549 fi
8550 LDD=$ac_cv_path_LDD
8551 if test -n "$LDD"; then
8552   { $as_echo "$as_me:$LINENO: result: $LDD" >&5
8553 $as_echo "$LDD" >&6; }
8554 else
8555   { $as_echo "$as_me:$LINENO: result: no" >&5
8556 $as_echo "no" >&6; }
8557 fi
8558
8559
8560
8561 case $host_os in
8562   cygwin*|mingw32*)
8563     if test -n "$ac_tool_prefix"; then
8564   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8565 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8566 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8567 $as_echo_n "checking for $ac_word... " >&6; }
8568 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8569   $as_echo_n "(cached) " >&6
8570 else
8571   if test -n "$DLLTOOL"; then
8572   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8573 else
8574 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8575 for as_dir in $PATH
8576 do
8577   IFS=$as_save_IFS
8578   test -z "$as_dir" && as_dir=.
8579   for ac_exec_ext in '' $ac_executable_extensions; do
8580   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8581     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8582     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8583     break 2
8584   fi
8585 done
8586 done
8587 IFS=$as_save_IFS
8588
8589 fi
8590 fi
8591 DLLTOOL=$ac_cv_prog_DLLTOOL
8592 if test -n "$DLLTOOL"; then
8593   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8594 $as_echo "$DLLTOOL" >&6; }
8595 else
8596   { $as_echo "$as_me:$LINENO: result: no" >&5
8597 $as_echo "no" >&6; }
8598 fi
8599
8600
8601 fi
8602 if test -z "$ac_cv_prog_DLLTOOL"; then
8603   ac_ct_DLLTOOL=$DLLTOOL
8604   # Extract the first word of "dlltool", so it can be a program name with args.
8605 set dummy dlltool; ac_word=$2
8606 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8607 $as_echo_n "checking for $ac_word... " >&6; }
8608 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8609   $as_echo_n "(cached) " >&6
8610 else
8611   if test -n "$ac_ct_DLLTOOL"; then
8612   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8613 else
8614 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8615 for as_dir in $PATH
8616 do
8617   IFS=$as_save_IFS
8618   test -z "$as_dir" && as_dir=.
8619   for ac_exec_ext in '' $ac_executable_extensions; do
8620   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8621     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8622     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8623     break 2
8624   fi
8625 done
8626 done
8627 IFS=$as_save_IFS
8628
8629 fi
8630 fi
8631 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8632 if test -n "$ac_ct_DLLTOOL"; then
8633   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8634 $as_echo "$ac_ct_DLLTOOL" >&6; }
8635 else
8636   { $as_echo "$as_me:$LINENO: result: no" >&5
8637 $as_echo "no" >&6; }
8638 fi
8639
8640   if test "x$ac_ct_DLLTOOL" = x; then
8641     DLLTOOL="false"
8642   else
8643     case $cross_compiling:$ac_tool_warned in
8644 yes:)
8645 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8646 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8647 ac_tool_warned=yes ;;
8648 esac
8649     DLLTOOL=$ac_ct_DLLTOOL
8650   fi
8651 else
8652   DLLTOOL="$ac_cv_prog_DLLTOOL"
8653 fi
8654
8655     if test -n "$ac_tool_prefix"; then
8656   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8657 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8658 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8659 $as_echo_n "checking for $ac_word... " >&6; }
8660 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8661   $as_echo_n "(cached) " >&6
8662 else
8663   if test -n "$DLLWRAP"; then
8664   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8665 else
8666 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8667 for as_dir in $PATH
8668 do
8669   IFS=$as_save_IFS
8670   test -z "$as_dir" && as_dir=.
8671   for ac_exec_ext in '' $ac_executable_extensions; do
8672   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8673     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8674     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8675     break 2
8676   fi
8677 done
8678 done
8679 IFS=$as_save_IFS
8680
8681 fi
8682 fi
8683 DLLWRAP=$ac_cv_prog_DLLWRAP
8684 if test -n "$DLLWRAP"; then
8685   { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8686 $as_echo "$DLLWRAP" >&6; }
8687 else
8688   { $as_echo "$as_me:$LINENO: result: no" >&5
8689 $as_echo "no" >&6; }
8690 fi
8691
8692
8693 fi
8694 if test -z "$ac_cv_prog_DLLWRAP"; then
8695   ac_ct_DLLWRAP=$DLLWRAP
8696   # Extract the first word of "dllwrap", so it can be a program name with args.
8697 set dummy dllwrap; ac_word=$2
8698 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8699 $as_echo_n "checking for $ac_word... " >&6; }
8700 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8701   $as_echo_n "(cached) " >&6
8702 else
8703   if test -n "$ac_ct_DLLWRAP"; then
8704   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8705 else
8706 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8707 for as_dir in $PATH
8708 do
8709   IFS=$as_save_IFS
8710   test -z "$as_dir" && as_dir=.
8711   for ac_exec_ext in '' $ac_executable_extensions; do
8712   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8713     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8714     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8715     break 2
8716   fi
8717 done
8718 done
8719 IFS=$as_save_IFS
8720
8721 fi
8722 fi
8723 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8724 if test -n "$ac_ct_DLLWRAP"; then
8725   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8726 $as_echo "$ac_ct_DLLWRAP" >&6; }
8727 else
8728   { $as_echo "$as_me:$LINENO: result: no" >&5
8729 $as_echo "no" >&6; }
8730 fi
8731
8732   if test "x$ac_ct_DLLWRAP" = x; then
8733     DLLWRAP="false"
8734   else
8735     case $cross_compiling:$ac_tool_warned in
8736 yes:)
8737 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8738 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8739 ac_tool_warned=yes ;;
8740 esac
8741     DLLWRAP=$ac_ct_DLLWRAP
8742   fi
8743 else
8744   DLLWRAP="$ac_cv_prog_DLLWRAP"
8745 fi
8746
8747     if test -n "$ac_tool_prefix"; then
8748   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8749 set dummy ${ac_tool_prefix}ar; ac_word=$2
8750 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8751 $as_echo_n "checking for $ac_word... " >&6; }
8752 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8753   $as_echo_n "(cached) " >&6
8754 else
8755   if test -n "$MINGWAR"; then
8756   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8757 else
8758 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8759 for as_dir in $PATH
8760 do
8761   IFS=$as_save_IFS
8762   test -z "$as_dir" && as_dir=.
8763   for ac_exec_ext in '' $ac_executable_extensions; do
8764   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8765     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8766     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8767     break 2
8768   fi
8769 done
8770 done
8771 IFS=$as_save_IFS
8772
8773 fi
8774 fi
8775 MINGWAR=$ac_cv_prog_MINGWAR
8776 if test -n "$MINGWAR"; then
8777   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8778 $as_echo "$MINGWAR" >&6; }
8779 else
8780   { $as_echo "$as_me:$LINENO: result: no" >&5
8781 $as_echo "no" >&6; }
8782 fi
8783
8784
8785 fi
8786 if test -z "$ac_cv_prog_MINGWAR"; then
8787   ac_ct_MINGWAR=$MINGWAR
8788   # Extract the first word of "ar", so it can be a program name with args.
8789 set dummy ar; ac_word=$2
8790 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8791 $as_echo_n "checking for $ac_word... " >&6; }
8792 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8793   $as_echo_n "(cached) " >&6
8794 else
8795   if test -n "$ac_ct_MINGWAR"; then
8796   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8797 else
8798 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8799 for as_dir in $PATH
8800 do
8801   IFS=$as_save_IFS
8802   test -z "$as_dir" && as_dir=.
8803   for ac_exec_ext in '' $ac_executable_extensions; do
8804   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8805     ac_cv_prog_ac_ct_MINGWAR="ar"
8806     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8807     break 2
8808   fi
8809 done
8810 done
8811 IFS=$as_save_IFS
8812
8813 fi
8814 fi
8815 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8816 if test -n "$ac_ct_MINGWAR"; then
8817   { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8818 $as_echo "$ac_ct_MINGWAR" >&6; }
8819 else
8820   { $as_echo "$as_me:$LINENO: result: no" >&5
8821 $as_echo "no" >&6; }
8822 fi
8823
8824   if test "x$ac_ct_MINGWAR" = x; then
8825     MINGWAR="false"
8826   else
8827     case $cross_compiling:$ac_tool_warned in
8828 yes:)
8829 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8830 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8831 ac_tool_warned=yes ;;
8832 esac
8833     MINGWAR=$ac_ct_MINGWAR
8834   fi
8835 else
8836   MINGWAR="$ac_cv_prog_MINGWAR"
8837 fi
8838
8839     if test "$DLLWRAP" = "false"; then
8840       LIBEXT="a"
8841     else
8842             LIBEXT="dll"
8843     fi
8844     IMPLIBEXT="a"
8845         WIN16_FILES=""
8846     WIN16_INSTALL=""
8847         enable_iphlpapi=${enable_iphlpapi:-no}
8848     enable_kernel32=${enable_kernel32:-no}
8849     enable_msvcrt=${enable_msvcrt:-no}
8850     enable_ntdll=${enable_ntdll:-no}
8851     enable_ws2_32=${enable_ws2_32:-no}
8852     enable_loader=${enable_loader:-no}
8853     enable_server=${enable_server:-no}
8854     ;;
8855   darwin*|macosx*)
8856     DLLEXT=".so"
8857     LIBEXT="dylib"
8858     DLLFLAGS="$DLLFLAGS -fPIC"
8859     LDDLLFLAGS="-bundle -multiply_defined suppress"
8860     LIBWINE_LDFLAGS="-multiply_defined suppress"
8861     LDSHARED="\$(CC) -dynamiclib"
8862     STRIP="$STRIP -x"
8863     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8864         SECURITYLIB="-framework Security -framework CoreFoundation"
8865
8866     COREFOUNDATIONLIB="-framework CoreFoundation"
8867
8868     IOKITLIB="-framework IOKit -framework CoreFoundation"
8869
8870     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8871
8872     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8873     then
8874                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8875
8876     fi
8877     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8878     then
8879                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8880
8881     fi
8882     case $host_cpu in
8883       *powerpc*)
8884         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
8885     esac
8886         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8887     then
8888         CARBONLIB="-framework Carbon"
8889
8890         enable_winequartz_drv=${enable_winequartz_drv:-yes}
8891     fi
8892     ;;
8893   *)
8894     DLLFLAGS="$DLLFLAGS -fPIC"
8895     DLLEXT=".so"
8896     { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8897 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8898 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8899   $as_echo_n "(cached) " >&6
8900 else
8901   ac_wine_try_cflags_saved=$CFLAGS
8902 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8903 cat >conftest.$ac_ext <<_ACEOF
8904 void myfunc() {}
8905 _ACEOF
8906 rm -f conftest.$ac_objext conftest$ac_exeext
8907 if { (ac_try="$ac_link"
8908 case "(($ac_try" in
8909   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8910   *) ac_try_echo=$ac_try;;
8911 esac
8912 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8913 $as_echo "$ac_try_echo") >&5
8914   (eval "$ac_link") 2>conftest.er1
8915   ac_status=$?
8916   grep -v '^ *+' conftest.er1 >conftest.err
8917   rm -f conftest.er1
8918   cat conftest.err >&5
8919   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8920   (exit $ac_status); } && {
8921          test -z "$ac_c_werror_flag" ||
8922          test ! -s conftest.err
8923        } && test -s conftest$ac_exeext && {
8924          test "$cross_compiling" = yes ||
8925          $as_test_x conftest$ac_exeext
8926        }; then
8927   ac_cv_c_dll_gnuelf="yes"
8928 else
8929   $as_echo "$as_me: failed program was:" >&5
8930 sed 's/^/| /' conftest.$ac_ext >&5
8931
8932         ac_cv_c_dll_gnuelf="no"
8933 fi
8934
8935 rm -rf conftest.dSYM
8936 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8937       conftest$ac_exeext conftest.$ac_ext
8938 CFLAGS=$ac_wine_try_cflags_saved
8939 fi
8940 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8941 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8942     if test "$ac_cv_c_dll_gnuelf" = "yes"
8943     then
8944       LDSHARED="\$(CC) -shared"
8945       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8946       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8947 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8948 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8949   $as_echo_n "(cached) " >&6
8950 else
8951   ac_wine_try_cflags_saved=$CFLAGS
8952 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8953 cat >conftest.$ac_ext <<_ACEOF
8954 /* confdefs.h.  */
8955 _ACEOF
8956 cat confdefs.h >>conftest.$ac_ext
8957 cat >>conftest.$ac_ext <<_ACEOF
8958 /* end confdefs.h.  */
8959
8960 int
8961 main ()
8962 {
8963
8964   ;
8965   return 0;
8966 }
8967 _ACEOF
8968 rm -f conftest.$ac_objext conftest$ac_exeext
8969 if { (ac_try="$ac_link"
8970 case "(($ac_try" in
8971   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8972   *) ac_try_echo=$ac_try;;
8973 esac
8974 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8975 $as_echo "$ac_try_echo") >&5
8976   (eval "$ac_link") 2>conftest.er1
8977   ac_status=$?
8978   grep -v '^ *+' conftest.er1 >conftest.err
8979   rm -f conftest.er1
8980   cat conftest.err >&5
8981   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8982   (exit $ac_status); } && {
8983          test -z "$ac_c_werror_flag" ||
8984          test ! -s conftest.err
8985        } && test -s conftest$ac_exeext && {
8986          test "$cross_compiling" = yes ||
8987          $as_test_x conftest$ac_exeext
8988        }; then
8989   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8990 else
8991   $as_echo "$as_me: failed program was:" >&5
8992 sed 's/^/| /' conftest.$ac_ext >&5
8993
8994         ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8995 fi
8996
8997 rm -rf conftest.dSYM
8998 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8999       conftest$ac_exeext conftest.$ac_ext
9000 CFLAGS=$ac_wine_try_cflags_saved
9001 fi
9002 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
9003 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
9004 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
9005   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
9006 else
9007   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
9008 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
9009 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
9010   $as_echo_n "(cached) " >&6
9011 else
9012   ac_wine_try_cflags_saved=$CFLAGS
9013 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
9014 cat >conftest.$ac_ext <<_ACEOF
9015 /* confdefs.h.  */
9016 _ACEOF
9017 cat confdefs.h >>conftest.$ac_ext
9018 cat >>conftest.$ac_ext <<_ACEOF
9019 /* end confdefs.h.  */
9020
9021 int
9022 main ()
9023 {
9024
9025   ;
9026   return 0;
9027 }
9028 _ACEOF
9029 rm -f conftest.$ac_objext conftest$ac_exeext
9030 if { (ac_try="$ac_link"
9031 case "(($ac_try" in
9032   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9033   *) ac_try_echo=$ac_try;;
9034 esac
9035 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9036 $as_echo "$ac_try_echo") >&5
9037   (eval "$ac_link") 2>conftest.er1
9038   ac_status=$?
9039   grep -v '^ *+' conftest.er1 >conftest.err
9040   rm -f conftest.er1
9041   cat conftest.err >&5
9042   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9043   (exit $ac_status); } && {
9044          test -z "$ac_c_werror_flag" ||
9045          test ! -s conftest.err
9046        } && test -s conftest$ac_exeext && {
9047          test "$cross_compiling" = yes ||
9048          $as_test_x conftest$ac_exeext
9049        }; then
9050   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
9051 else
9052   $as_echo "$as_me: failed program was:" >&5
9053 sed 's/^/| /' conftest.$ac_ext >&5
9054
9055         ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
9056 fi
9057
9058 rm -rf conftest.dSYM
9059 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9060       conftest$ac_exeext conftest.$ac_ext
9061 CFLAGS=$ac_wine_try_cflags_saved
9062 fi
9063 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
9064 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
9065 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
9066   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
9067 fi
9068
9069 fi
9070
9071
9072       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
9073 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
9074 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
9075   $as_echo_n "(cached) " >&6
9076 else
9077   ac_wine_try_cflags_saved=$CFLAGS
9078 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
9079 cat >conftest.$ac_ext <<_ACEOF
9080 /* confdefs.h.  */
9081 _ACEOF
9082 cat confdefs.h >>conftest.$ac_ext
9083 cat >>conftest.$ac_ext <<_ACEOF
9084 /* end confdefs.h.  */
9085
9086 int
9087 main ()
9088 {
9089
9090   ;
9091   return 0;
9092 }
9093 _ACEOF
9094 rm -f conftest.$ac_objext conftest$ac_exeext
9095 if { (ac_try="$ac_link"
9096 case "(($ac_try" in
9097   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9098   *) ac_try_echo=$ac_try;;
9099 esac
9100 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9101 $as_echo "$ac_try_echo") >&5
9102   (eval "$ac_link") 2>conftest.er1
9103   ac_status=$?
9104   grep -v '^ *+' conftest.er1 >conftest.err
9105   rm -f conftest.er1
9106   cat conftest.err >&5
9107   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9108   (exit $ac_status); } && {
9109          test -z "$ac_c_werror_flag" ||
9110          test ! -s conftest.err
9111        } && test -s conftest$ac_exeext && {
9112          test "$cross_compiling" = yes ||
9113          $as_test_x conftest$ac_exeext
9114        }; then
9115   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
9116 else
9117   $as_echo "$as_me: failed program was:" >&5
9118 sed 's/^/| /' conftest.$ac_ext >&5
9119
9120         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
9121 fi
9122
9123 rm -rf conftest.dSYM
9124 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9125       conftest$ac_exeext conftest.$ac_ext
9126 CFLAGS=$ac_wine_try_cflags_saved
9127 fi
9128 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
9129 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
9130 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
9131   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
9132 fi
9133
9134
9135       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
9136 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
9137 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
9138   $as_echo_n "(cached) " >&6
9139 else
9140   ac_wine_try_cflags_saved=$CFLAGS
9141 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
9142 cat >conftest.$ac_ext <<_ACEOF
9143 /* confdefs.h.  */
9144 _ACEOF
9145 cat confdefs.h >>conftest.$ac_ext
9146 cat >>conftest.$ac_ext <<_ACEOF
9147 /* end confdefs.h.  */
9148
9149 int
9150 main ()
9151 {
9152
9153   ;
9154   return 0;
9155 }
9156 _ACEOF
9157 rm -f conftest.$ac_objext conftest$ac_exeext
9158 if { (ac_try="$ac_link"
9159 case "(($ac_try" in
9160   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9161   *) ac_try_echo=$ac_try;;
9162 esac
9163 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9164 $as_echo "$ac_try_echo") >&5
9165   (eval "$ac_link") 2>conftest.er1
9166   ac_status=$?
9167   grep -v '^ *+' conftest.er1 >conftest.err
9168   rm -f conftest.er1
9169   cat conftest.err >&5
9170   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9171   (exit $ac_status); } && {
9172          test -z "$ac_c_werror_flag" ||
9173          test ! -s conftest.err
9174        } && test -s conftest$ac_exeext && {
9175          test "$cross_compiling" = yes ||
9176          $as_test_x conftest$ac_exeext
9177        }; then
9178   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
9179 else
9180   $as_echo "$as_me: failed program was:" >&5
9181 sed 's/^/| /' conftest.$ac_ext >&5
9182
9183         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
9184 fi
9185
9186 rm -rf conftest.dSYM
9187 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9188       conftest$ac_exeext conftest.$ac_ext
9189 CFLAGS=$ac_wine_try_cflags_saved
9190 fi
9191 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
9192 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
9193 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
9194   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
9195 fi
9196
9197
9198       echo '{ global: *; };' >conftest.map
9199       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
9200 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
9201 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
9202   $as_echo_n "(cached) " >&6
9203 else
9204   ac_wine_try_cflags_saved=$CFLAGS
9205 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
9206 cat >conftest.$ac_ext <<_ACEOF
9207 /* confdefs.h.  */
9208 _ACEOF
9209 cat confdefs.h >>conftest.$ac_ext
9210 cat >>conftest.$ac_ext <<_ACEOF
9211 /* end confdefs.h.  */
9212
9213 int
9214 main ()
9215 {
9216
9217   ;
9218   return 0;
9219 }
9220 _ACEOF
9221 rm -f conftest.$ac_objext conftest$ac_exeext
9222 if { (ac_try="$ac_link"
9223 case "(($ac_try" in
9224   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9225   *) ac_try_echo=$ac_try;;
9226 esac
9227 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9228 $as_echo "$ac_try_echo") >&5
9229   (eval "$ac_link") 2>conftest.er1
9230   ac_status=$?
9231   grep -v '^ *+' conftest.er1 >conftest.err
9232   rm -f conftest.er1
9233   cat conftest.err >&5
9234   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9235   (exit $ac_status); } && {
9236          test -z "$ac_c_werror_flag" ||
9237          test ! -s conftest.err
9238        } && test -s conftest$ac_exeext && {
9239          test "$cross_compiling" = yes ||
9240          $as_test_x conftest$ac_exeext
9241        }; then
9242   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
9243 else
9244   $as_echo "$as_me: failed program was:" >&5
9245 sed 's/^/| /' conftest.$ac_ext >&5
9246
9247         ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
9248 fi
9249
9250 rm -rf conftest.dSYM
9251 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9252       conftest$ac_exeext conftest.$ac_ext
9253 CFLAGS=$ac_wine_try_cflags_saved
9254 fi
9255 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
9256 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
9257 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
9258   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
9259 fi
9260
9261       rm -f conftest.map
9262
9263       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9264 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
9265 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
9266   $as_echo_n "(cached) " >&6
9267 else
9268   ac_wine_try_cflags_saved=$CFLAGS
9269 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9270 cat >conftest.$ac_ext <<_ACEOF
9271 /* confdefs.h.  */
9272 _ACEOF
9273 cat confdefs.h >>conftest.$ac_ext
9274 cat >>conftest.$ac_ext <<_ACEOF
9275 /* end confdefs.h.  */
9276
9277 int
9278 main ()
9279 {
9280
9281   ;
9282   return 0;
9283 }
9284 _ACEOF
9285 rm -f conftest.$ac_objext conftest$ac_exeext
9286 if { (ac_try="$ac_link"
9287 case "(($ac_try" in
9288   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9289   *) ac_try_echo=$ac_try;;
9290 esac
9291 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9292 $as_echo "$ac_try_echo") >&5
9293   (eval "$ac_link") 2>conftest.er1
9294   ac_status=$?
9295   grep -v '^ *+' conftest.er1 >conftest.err
9296   rm -f conftest.er1
9297   cat conftest.err >&5
9298   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9299   (exit $ac_status); } && {
9300          test -z "$ac_c_werror_flag" ||
9301          test ! -s conftest.err
9302        } && test -s conftest$ac_exeext && {
9303          test "$cross_compiling" = yes ||
9304          $as_test_x conftest$ac_exeext
9305        }; then
9306   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9307 else
9308   $as_echo "$as_me: failed program was:" >&5
9309 sed 's/^/| /' conftest.$ac_ext >&5
9310
9311         ac_cv_cflags__fPIC__Wl___export_dynamic=no
9312 fi
9313
9314 rm -rf conftest.dSYM
9315 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9316       conftest$ac_exeext conftest.$ac_ext
9317 CFLAGS=$ac_wine_try_cflags_saved
9318 fi
9319 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9320 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9321 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9322   LDEXECFLAGS="-Wl,--export-dynamic"
9323
9324 fi
9325
9326
9327       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9328 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9329 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
9330 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9331   $as_echo_n "(cached) " >&6
9332 else
9333   ac_wine_try_cflags_saved=$CFLAGS
9334 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9335 cat >conftest.$ac_ext <<_ACEOF
9336 /* confdefs.h.  */
9337 _ACEOF
9338 cat confdefs.h >>conftest.$ac_ext
9339 cat >>conftest.$ac_ext <<_ACEOF
9340 /* end confdefs.h.  */
9341
9342 int
9343 main ()
9344 {
9345
9346   ;
9347   return 0;
9348 }
9349 _ACEOF
9350 rm -f conftest.$ac_objext conftest$ac_exeext
9351 if { (ac_try="$ac_link"
9352 case "(($ac_try" in
9353   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9354   *) ac_try_echo=$ac_try;;
9355 esac
9356 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9357 $as_echo "$ac_try_echo") >&5
9358   (eval "$ac_link") 2>conftest.er1
9359   ac_status=$?
9360   grep -v '^ *+' conftest.er1 >conftest.err
9361   rm -f conftest.er1
9362   cat conftest.err >&5
9363   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9364   (exit $ac_status); } && {
9365          test -z "$ac_c_werror_flag" ||
9366          test ! -s conftest.err
9367        } && test -s conftest$ac_exeext && {
9368          test "$cross_compiling" = yes ||
9369          $as_test_x conftest$ac_exeext
9370        }; then
9371   eval "$as_ac_var=yes"
9372 else
9373   $as_echo "$as_me: failed program was:" >&5
9374 sed 's/^/| /' conftest.$ac_ext >&5
9375
9376         eval "$as_ac_var=no"
9377 fi
9378
9379 rm -rf conftest.dSYM
9380 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9381       conftest$ac_exeext conftest.$ac_ext
9382 CFLAGS=$ac_wine_try_cflags_saved
9383 fi
9384 ac_res=`eval 'as_val=${'$as_ac_var'}
9385                  $as_echo "$as_val"'`
9386                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9387 $as_echo "$ac_res" >&6; }
9388 if test `eval 'as_val=${'$as_ac_var'}
9389                  $as_echo "$as_val"'` = yes; then
9390   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9391                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9392 else
9393   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9394 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9395 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
9396 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9397   $as_echo_n "(cached) " >&6
9398 else
9399   ac_wine_try_cflags_saved=$CFLAGS
9400 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9401 cat >conftest.$ac_ext <<_ACEOF
9402 /* confdefs.h.  */
9403 _ACEOF
9404 cat confdefs.h >>conftest.$ac_ext
9405 cat >>conftest.$ac_ext <<_ACEOF
9406 /* end confdefs.h.  */
9407
9408 int
9409 main ()
9410 {
9411
9412   ;
9413   return 0;
9414 }
9415 _ACEOF
9416 rm -f conftest.$ac_objext conftest$ac_exeext
9417 if { (ac_try="$ac_link"
9418 case "(($ac_try" in
9419   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9420   *) ac_try_echo=$ac_try;;
9421 esac
9422 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9423 $as_echo "$ac_try_echo") >&5
9424   (eval "$ac_link") 2>conftest.er1
9425   ac_status=$?
9426   grep -v '^ *+' conftest.er1 >conftest.err
9427   rm -f conftest.er1
9428   cat conftest.err >&5
9429   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9430   (exit $ac_status); } && {
9431          test -z "$ac_c_werror_flag" ||
9432          test ! -s conftest.err
9433        } && test -s conftest$ac_exeext && {
9434          test "$cross_compiling" = yes ||
9435          $as_test_x conftest$ac_exeext
9436        }; then
9437   eval "$as_ac_var=yes"
9438 else
9439   $as_echo "$as_me: failed program was:" >&5
9440 sed 's/^/| /' conftest.$ac_ext >&5
9441
9442         eval "$as_ac_var=no"
9443 fi
9444
9445 rm -rf conftest.dSYM
9446 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9447       conftest$ac_exeext conftest.$ac_ext
9448 CFLAGS=$ac_wine_try_cflags_saved
9449 fi
9450 ac_res=`eval 'as_val=${'$as_ac_var'}
9451                  $as_echo "$as_val"'`
9452                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9453 $as_echo "$ac_res" >&6; }
9454 if test `eval 'as_val=${'$as_ac_var'}
9455                  $as_echo "$as_val"'` = yes; then
9456   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9457                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9458 fi
9459
9460 fi
9461
9462
9463       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9464 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
9465 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9466   $as_echo_n "(cached) " >&6
9467 else
9468   ac_wine_try_cflags_saved=$CFLAGS
9469 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9470 cat >conftest.$ac_ext <<_ACEOF
9471 /* confdefs.h.  */
9472 _ACEOF
9473 cat confdefs.h >>conftest.$ac_ext
9474 cat >>conftest.$ac_ext <<_ACEOF
9475 /* end confdefs.h.  */
9476
9477 int
9478 main ()
9479 {
9480
9481   ;
9482   return 0;
9483 }
9484 _ACEOF
9485 rm -f conftest.$ac_objext conftest$ac_exeext
9486 if { (ac_try="$ac_link"
9487 case "(($ac_try" in
9488   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9489   *) ac_try_echo=$ac_try;;
9490 esac
9491 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9492 $as_echo "$ac_try_echo") >&5
9493   (eval "$ac_link") 2>conftest.er1
9494   ac_status=$?
9495   grep -v '^ *+' conftest.er1 >conftest.err
9496   rm -f conftest.er1
9497   cat conftest.err >&5
9498   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9499   (exit $ac_status); } && {
9500          test -z "$ac_c_werror_flag" ||
9501          test ! -s conftest.err
9502        } && test -s conftest$ac_exeext && {
9503          test "$cross_compiling" = yes ||
9504          $as_test_x conftest$ac_exeext
9505        }; then
9506   ac_cv_cflags__Wl___enable_new_dtags=yes
9507 else
9508   $as_echo "$as_me: failed program was:" >&5
9509 sed 's/^/| /' conftest.$ac_ext >&5
9510
9511         ac_cv_cflags__Wl___enable_new_dtags=no
9512 fi
9513
9514 rm -rf conftest.dSYM
9515 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9516       conftest$ac_exeext conftest.$ac_ext
9517 CFLAGS=$ac_wine_try_cflags_saved
9518 fi
9519 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9520 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9521 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9522   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9523 fi
9524
9525
9526       case $host_cpu in
9527         *i[3456789]86* | x86_64)
9528           { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9529 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
9530 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9531   $as_echo_n "(cached) " >&6
9532 else
9533   ac_wine_try_cflags_saved=$CFLAGS
9534 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9535 cat >conftest.$ac_ext <<_ACEOF
9536 /* confdefs.h.  */
9537 _ACEOF
9538 cat confdefs.h >>conftest.$ac_ext
9539 cat >>conftest.$ac_ext <<_ACEOF
9540 /* end confdefs.h.  */
9541
9542 int
9543 main ()
9544 {
9545
9546   ;
9547   return 0;
9548 }
9549 _ACEOF
9550 rm -f conftest.$ac_objext conftest$ac_exeext
9551 if { (ac_try="$ac_link"
9552 case "(($ac_try" in
9553   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9554   *) ac_try_echo=$ac_try;;
9555 esac
9556 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9557 $as_echo "$ac_try_echo") >&5
9558   (eval "$ac_link") 2>conftest.er1
9559   ac_status=$?
9560   grep -v '^ *+' conftest.er1 >conftest.err
9561   rm -f conftest.er1
9562   cat conftest.err >&5
9563   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9564   (exit $ac_status); } && {
9565          test -z "$ac_c_werror_flag" ||
9566          test ! -s conftest.err
9567        } && test -s conftest$ac_exeext && {
9568          test "$cross_compiling" = yes ||
9569          $as_test_x conftest$ac_exeext
9570        }; then
9571   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9572 else
9573   $as_echo "$as_me: failed program was:" >&5
9574 sed 's/^/| /' conftest.$ac_ext >&5
9575
9576         ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9577 fi
9578
9579 rm -rf conftest.dSYM
9580 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9581       conftest$ac_exeext conftest.$ac_ext
9582 CFLAGS=$ac_wine_try_cflags_saved
9583 fi
9584 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9585 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9586 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9587   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9588 fi
9589
9590           ;;
9591       esac
9592
9593     else
9594       { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9595 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
9596 if test "${ac_cv_c_dll_unixware+set}" = set; then
9597   $as_echo_n "(cached) " >&6
9598 else
9599   ac_wine_try_cflags_saved=$CFLAGS
9600 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9601 cat >conftest.$ac_ext <<_ACEOF
9602 void myfunc() {}
9603 _ACEOF
9604 rm -f conftest.$ac_objext conftest$ac_exeext
9605 if { (ac_try="$ac_link"
9606 case "(($ac_try" in
9607   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9608   *) ac_try_echo=$ac_try;;
9609 esac
9610 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9611 $as_echo "$ac_try_echo") >&5
9612   (eval "$ac_link") 2>conftest.er1
9613   ac_status=$?
9614   grep -v '^ *+' conftest.er1 >conftest.err
9615   rm -f conftest.er1
9616   cat conftest.err >&5
9617   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9618   (exit $ac_status); } && {
9619          test -z "$ac_c_werror_flag" ||
9620          test ! -s conftest.err
9621        } && test -s conftest$ac_exeext && {
9622          test "$cross_compiling" = yes ||
9623          $as_test_x conftest$ac_exeext
9624        }; then
9625   ac_cv_c_dll_unixware="yes"
9626 else
9627   $as_echo "$as_me: failed program was:" >&5
9628 sed 's/^/| /' conftest.$ac_ext >&5
9629
9630         ac_cv_c_dll_unixware="no"
9631 fi
9632
9633 rm -rf conftest.dSYM
9634 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9635       conftest$ac_exeext conftest.$ac_ext
9636 CFLAGS=$ac_wine_try_cflags_saved
9637 fi
9638 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9639 $as_echo "$ac_cv_c_dll_unixware" >&6; }
9640       if test "$ac_cv_c_dll_unixware" = "yes"
9641       then
9642         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9643         LDDLLFLAGS="-Wl,-G,-B,symbolic"
9644
9645       else
9646         { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9647 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
9648 if test "${ac_cv_c_dll_hpux+set}" = set; then
9649   $as_echo_n "(cached) " >&6
9650 else
9651   ac_wine_try_cflags_saved=$CFLAGS
9652 CFLAGS="$CFLAGS -shared"
9653 cat >conftest.$ac_ext <<_ACEOF
9654 void myfunc() {}
9655 _ACEOF
9656 rm -f conftest.$ac_objext conftest$ac_exeext
9657 if { (ac_try="$ac_link"
9658 case "(($ac_try" in
9659   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9660   *) ac_try_echo=$ac_try;;
9661 esac
9662 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9663 $as_echo "$ac_try_echo") >&5
9664   (eval "$ac_link") 2>conftest.er1
9665   ac_status=$?
9666   grep -v '^ *+' conftest.er1 >conftest.err
9667   rm -f conftest.er1
9668   cat conftest.err >&5
9669   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9670   (exit $ac_status); } && {
9671          test -z "$ac_c_werror_flag" ||
9672          test ! -s conftest.err
9673        } && test -s conftest$ac_exeext && {
9674          test "$cross_compiling" = yes ||
9675          $as_test_x conftest$ac_exeext
9676        }; then
9677   ac_cv_c_dll_hpux="yes"
9678 else
9679   $as_echo "$as_me: failed program was:" >&5
9680 sed 's/^/| /' conftest.$ac_ext >&5
9681
9682         ac_cv_c_dll_hpux="no"
9683 fi
9684
9685 rm -rf conftest.dSYM
9686 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9687       conftest$ac_exeext conftest.$ac_ext
9688 CFLAGS=$ac_wine_try_cflags_saved
9689 fi
9690 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9691 $as_echo "$ac_cv_c_dll_hpux" >&6; }
9692         if test "$ac_cv_c_dll_hpux" = "yes"
9693         then
9694           LIBEXT="sl"
9695           DLLEXT=".sl"
9696           LDDLLFLAGS="-shared -fPIC"
9697           LDSHARED="\$(CC) -shared"
9698         fi
9699       fi
9700     fi
9701     ;;
9702 esac
9703
9704 enable_winequartz_drv=${enable_winequartz_drv:-no}
9705
9706 if test "$LIBEXT" = "a"; then
9707   { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9708 It is currently not possible to build Wine without shared library
9709 (.so) support to allow transparent switch between .so and .dll files.
9710 If you are using Linux, you will need a newer binutils.
9711 " >&5
9712 $as_echo "$as_me: error: could not find a way to build shared libraries.
9713 It is currently not possible to build Wine without shared library
9714 (.so) support to allow transparent switch between .so and .dll files.
9715 If you are using Linux, you will need a newer binutils.
9716 " >&2;}
9717    { (exit 1); exit 1; }; }
9718 fi
9719
9720 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9721 then
9722     for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc i686-pc-mingw32-gcc mingw-gcc
9723 do
9724   # Extract the first word of "$ac_prog", so it can be a program name with args.
9725 set dummy $ac_prog; ac_word=$2
9726 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9727 $as_echo_n "checking for $ac_word... " >&6; }
9728 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9729   $as_echo_n "(cached) " >&6
9730 else
9731   if test -n "$CROSSCC"; then
9732   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9733 else
9734 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9735 for as_dir in $PATH
9736 do
9737   IFS=$as_save_IFS
9738   test -z "$as_dir" && as_dir=.
9739   for ac_exec_ext in '' $ac_executable_extensions; do
9740   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9741     ac_cv_prog_CROSSCC="$ac_prog"
9742     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9743     break 2
9744   fi
9745 done
9746 done
9747 IFS=$as_save_IFS
9748
9749 fi
9750 fi
9751 CROSSCC=$ac_cv_prog_CROSSCC
9752 if test -n "$CROSSCC"; then
9753   { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
9754 $as_echo "$CROSSCC" >&6; }
9755 else
9756   { $as_echo "$as_me:$LINENO: result: no" >&5
9757 $as_echo "no" >&6; }
9758 fi
9759
9760
9761   test -n "$CROSSCC" && break
9762 done
9763 test -n "$CROSSCC" || CROSSCC="false"
9764
9765     for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool i686-pc-mingw32-dlltool mingw-dlltool
9766 do
9767   # Extract the first word of "$ac_prog", so it can be a program name with args.
9768 set dummy $ac_prog; ac_word=$2
9769 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9770 $as_echo_n "checking for $ac_word... " >&6; }
9771 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9772   $as_echo_n "(cached) " >&6
9773 else
9774   if test -n "$DLLTOOL"; then
9775   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9776 else
9777 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9778 for as_dir in $PATH
9779 do
9780   IFS=$as_save_IFS
9781   test -z "$as_dir" && as_dir=.
9782   for ac_exec_ext in '' $ac_executable_extensions; do
9783   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9784     ac_cv_prog_DLLTOOL="$ac_prog"
9785     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9786     break 2
9787   fi
9788 done
9789 done
9790 IFS=$as_save_IFS
9791
9792 fi
9793 fi
9794 DLLTOOL=$ac_cv_prog_DLLTOOL
9795 if test -n "$DLLTOOL"; then
9796   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9797 $as_echo "$DLLTOOL" >&6; }
9798 else
9799   { $as_echo "$as_me:$LINENO: result: no" >&5
9800 $as_echo "no" >&6; }
9801 fi
9802
9803
9804   test -n "$DLLTOOL" && break
9805 done
9806 test -n "$DLLTOOL" || DLLTOOL="false"
9807
9808     for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres i686-pc-mingw32-windres mingw-windres
9809 do
9810   # Extract the first word of "$ac_prog", so it can be a program name with args.
9811 set dummy $ac_prog; ac_word=$2
9812 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9813 $as_echo_n "checking for $ac_word... " >&6; }
9814 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9815   $as_echo_n "(cached) " >&6
9816 else
9817   if test -n "$CROSSWINDRES"; then
9818   ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9819 else
9820 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9821 for as_dir in $PATH
9822 do
9823   IFS=$as_save_IFS
9824   test -z "$as_dir" && as_dir=.
9825   for ac_exec_ext in '' $ac_executable_extensions; do
9826   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9827     ac_cv_prog_CROSSWINDRES="$ac_prog"
9828     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9829     break 2
9830   fi
9831 done
9832 done
9833 IFS=$as_save_IFS
9834
9835 fi
9836 fi
9837 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9838 if test -n "$CROSSWINDRES"; then
9839   { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9840 $as_echo "$CROSSWINDRES" >&6; }
9841 else
9842   { $as_echo "$as_me:$LINENO: result: no" >&5
9843 $as_echo "no" >&6; }
9844 fi
9845
9846
9847   test -n "$CROSSWINDRES" && break
9848 done
9849 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9850
9851     for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar i686-pc-mingw32-ar mingw-ar
9852 do
9853   # Extract the first word of "$ac_prog", so it can be a program name with args.
9854 set dummy $ac_prog; ac_word=$2
9855 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9856 $as_echo_n "checking for $ac_word... " >&6; }
9857 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9858   $as_echo_n "(cached) " >&6
9859 else
9860   if test -n "$MINGWAR"; then
9861   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9862 else
9863 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9864 for as_dir in $PATH
9865 do
9866   IFS=$as_save_IFS
9867   test -z "$as_dir" && as_dir=.
9868   for ac_exec_ext in '' $ac_executable_extensions; do
9869   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9870     ac_cv_prog_MINGWAR="$ac_prog"
9871     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9872     break 2
9873   fi
9874 done
9875 done
9876 IFS=$as_save_IFS
9877
9878 fi
9879 fi
9880 MINGWAR=$ac_cv_prog_MINGWAR
9881 if test -n "$MINGWAR"; then
9882   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
9883 $as_echo "$MINGWAR" >&6; }
9884 else
9885   { $as_echo "$as_me:$LINENO: result: no" >&5
9886 $as_echo "no" >&6; }
9887 fi
9888
9889
9890   test -n "$MINGWAR" && break
9891 done
9892 test -n "$MINGWAR" || MINGWAR="false"
9893
9894     if test "$CROSSCC" != "false"
9895     then
9896         CROSSTEST="\$(CROSSTEST)"
9897
9898     fi
9899 fi
9900
9901
9902 if test "$have_x" = "yes"
9903 then
9904     XLIB="-lXext -lX11"
9905     ac_save_CPPFLAGS="$CPPFLAGS"
9906     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9907
9908     { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
9909 $as_echo_n "checking for -lX11... " >&6; }
9910 if test "${ac_cv_lib_soname_X11+set}" = set; then
9911   $as_echo_n "(cached) " >&6
9912 else
9913   ac_check_soname_save_LIBS=$LIBS
9914 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9915   cat >conftest.$ac_ext <<_ACEOF
9916 /* confdefs.h.  */
9917 _ACEOF
9918 cat confdefs.h >>conftest.$ac_ext
9919 cat >>conftest.$ac_ext <<_ACEOF
9920 /* end confdefs.h.  */
9921
9922 /* Override any GCC internal prototype to avoid an error.
9923    Use char because int might match the return type of a GCC
9924    builtin and then its argument prototype would still apply.  */
9925 #ifdef __cplusplus
9926 extern "C"
9927 #endif
9928 char XCreateWindow ();
9929 int
9930 main ()
9931 {
9932 return XCreateWindow ();
9933   ;
9934   return 0;
9935 }
9936 _ACEOF
9937 rm -f conftest.$ac_objext conftest$ac_exeext
9938 if { (ac_try="$ac_link"
9939 case "(($ac_try" in
9940   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9941   *) ac_try_echo=$ac_try;;
9942 esac
9943 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9944 $as_echo "$ac_try_echo") >&5
9945   (eval "$ac_link") 2>conftest.er1
9946   ac_status=$?
9947   grep -v '^ *+' conftest.er1 >conftest.err
9948   rm -f conftest.er1
9949   cat conftest.err >&5
9950   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9951   (exit $ac_status); } && {
9952          test -z "$ac_c_werror_flag" ||
9953          test ! -s conftest.err
9954        } && test -s conftest$ac_exeext && {
9955          test "$cross_compiling" = yes ||
9956          $as_test_x conftest$ac_exeext
9957        }; then
9958   case "$LIBEXT" in
9959     dll) ;;
9960     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'` ;;
9961     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
9962   esac
9963 else
9964   $as_echo "$as_me: failed program was:" >&5
9965 sed 's/^/| /' conftest.$ac_ext >&5
9966
9967
9968 fi
9969
9970 rm -rf conftest.dSYM
9971 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9972       conftest$ac_exeext conftest.$ac_ext
9973   LIBS=$ac_check_soname_save_LIBS
9974 fi
9975 if test "x$ac_cv_lib_soname_X11" = "x"; then
9976   { $as_echo "$as_me:$LINENO: result: not found" >&5
9977 $as_echo "not found" >&6; }
9978
9979 else
9980   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9981 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9982
9983 cat >>confdefs.h <<_ACEOF
9984 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9985 _ACEOF
9986
9987
9988 fi
9989
9990     { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
9991 $as_echo_n "checking for -lXext... " >&6; }
9992 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9993   $as_echo_n "(cached) " >&6
9994 else
9995   ac_check_soname_save_LIBS=$LIBS
9996 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9997   cat >conftest.$ac_ext <<_ACEOF
9998 /* confdefs.h.  */
9999 _ACEOF
10000 cat confdefs.h >>conftest.$ac_ext
10001 cat >>conftest.$ac_ext <<_ACEOF
10002 /* end confdefs.h.  */
10003
10004 /* Override any GCC internal prototype to avoid an error.
10005    Use char because int might match the return type of a GCC
10006    builtin and then its argument prototype would still apply.  */
10007 #ifdef __cplusplus
10008 extern "C"
10009 #endif
10010 char XextCreateExtension ();
10011 int
10012 main ()
10013 {
10014 return XextCreateExtension ();
10015   ;
10016   return 0;
10017 }
10018 _ACEOF
10019 rm -f conftest.$ac_objext conftest$ac_exeext
10020 if { (ac_try="$ac_link"
10021 case "(($ac_try" in
10022   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10023   *) ac_try_echo=$ac_try;;
10024 esac
10025 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10026 $as_echo "$ac_try_echo") >&5
10027   (eval "$ac_link") 2>conftest.er1
10028   ac_status=$?
10029   grep -v '^ *+' conftest.er1 >conftest.err
10030   rm -f conftest.er1
10031   cat conftest.err >&5
10032   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10033   (exit $ac_status); } && {
10034          test -z "$ac_c_werror_flag" ||
10035          test ! -s conftest.err
10036        } && test -s conftest$ac_exeext && {
10037          test "$cross_compiling" = yes ||
10038          $as_test_x conftest$ac_exeext
10039        }; then
10040   case "$LIBEXT" in
10041     dll) ;;
10042     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'` ;;
10043     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10044   esac
10045 else
10046   $as_echo "$as_me: failed program was:" >&5
10047 sed 's/^/| /' conftest.$ac_ext >&5
10048
10049
10050 fi
10051
10052 rm -rf conftest.dSYM
10053 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10054       conftest$ac_exeext conftest.$ac_ext
10055   LIBS=$ac_check_soname_save_LIBS
10056 fi
10057 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10058   { $as_echo "$as_me:$LINENO: result: not found" >&5
10059 $as_echo "not found" >&6; }
10060
10061 else
10062   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10063 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10064
10065 cat >>confdefs.h <<_ACEOF
10066 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10067 _ACEOF
10068
10069
10070 fi
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085 for ac_header in X11/Xlib.h \
10086                       X11/XKBlib.h \
10087                       X11/Xutil.h \
10088                       X11/Xcursor/Xcursor.h \
10089                       X11/extensions/shape.h \
10090                       X11/extensions/XInput.h \
10091                       X11/extensions/XShm.h \
10092                       X11/extensions/Xcomposite.h \
10093                       X11/extensions/Xinerama.h \
10094                       X11/extensions/Xrandr.h \
10095                       X11/extensions/Xrender.h \
10096                       X11/extensions/xf86vmode.h
10097 do
10098 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10099 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10100 $as_echo_n "checking for $ac_header... " >&6; }
10101 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10102   $as_echo_n "(cached) " >&6
10103 else
10104   cat >conftest.$ac_ext <<_ACEOF
10105 /* confdefs.h.  */
10106 _ACEOF
10107 cat confdefs.h >>conftest.$ac_ext
10108 cat >>conftest.$ac_ext <<_ACEOF
10109 /* end confdefs.h.  */
10110 #ifdef HAVE_X11_XLIB_H
10111 # include <X11/Xlib.h>
10112 #endif
10113 #ifdef HAVE_X11_XUTIL_H
10114 # include <X11/Xutil.h>
10115 #endif
10116
10117 #include <$ac_header>
10118 _ACEOF
10119 rm -f conftest.$ac_objext
10120 if { (ac_try="$ac_compile"
10121 case "(($ac_try" in
10122   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10123   *) ac_try_echo=$ac_try;;
10124 esac
10125 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10126 $as_echo "$ac_try_echo") >&5
10127   (eval "$ac_compile") 2>conftest.er1
10128   ac_status=$?
10129   grep -v '^ *+' conftest.er1 >conftest.err
10130   rm -f conftest.er1
10131   cat conftest.err >&5
10132   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10133   (exit $ac_status); } && {
10134          test -z "$ac_c_werror_flag" ||
10135          test ! -s conftest.err
10136        } && test -s conftest.$ac_objext; then
10137   eval "$as_ac_Header=yes"
10138 else
10139   $as_echo "$as_me: failed program was:" >&5
10140 sed 's/^/| /' conftest.$ac_ext >&5
10141
10142         eval "$as_ac_Header=no"
10143 fi
10144
10145 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10146 fi
10147 ac_res=`eval 'as_val=${'$as_ac_Header'}
10148                  $as_echo "$as_val"'`
10149                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10150 $as_echo "$ac_res" >&6; }
10151 as_val=`eval 'as_val=${'$as_ac_Header'}
10152                  $as_echo "$as_val"'`
10153    if test "x$as_val" = x""yes; then
10154   cat >>confdefs.h <<_ACEOF
10155 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10156 _ACEOF
10157
10158 fi
10159
10160 done
10161
10162
10163                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10164         then
10165               { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10166 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10167 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10168   $as_echo_n "(cached) " >&6
10169 else
10170   ac_check_lib_save_LIBS=$LIBS
10171 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10172 cat >conftest.$ac_ext <<_ACEOF
10173 /* confdefs.h.  */
10174 _ACEOF
10175 cat confdefs.h >>conftest.$ac_ext
10176 cat >>conftest.$ac_ext <<_ACEOF
10177 /* end confdefs.h.  */
10178
10179 /* Override any GCC internal prototype to avoid an error.
10180    Use char because int might match the return type of a GCC
10181    builtin and then its argument prototype would still apply.  */
10182 #ifdef __cplusplus
10183 extern "C"
10184 #endif
10185 char XkbQueryExtension ();
10186 int
10187 main ()
10188 {
10189 return XkbQueryExtension ();
10190   ;
10191   return 0;
10192 }
10193 _ACEOF
10194 rm -f conftest.$ac_objext conftest$ac_exeext
10195 if { (ac_try="$ac_link"
10196 case "(($ac_try" in
10197   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10198   *) ac_try_echo=$ac_try;;
10199 esac
10200 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10201 $as_echo "$ac_try_echo") >&5
10202   (eval "$ac_link") 2>conftest.er1
10203   ac_status=$?
10204   grep -v '^ *+' conftest.er1 >conftest.err
10205   rm -f conftest.er1
10206   cat conftest.err >&5
10207   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10208   (exit $ac_status); } && {
10209          test -z "$ac_c_werror_flag" ||
10210          test ! -s conftest.err
10211        } && test -s conftest$ac_exeext && {
10212          test "$cross_compiling" = yes ||
10213          $as_test_x conftest$ac_exeext
10214        }; then
10215   ac_cv_lib_X11_XkbQueryExtension=yes
10216 else
10217   $as_echo "$as_me: failed program was:" >&5
10218 sed 's/^/| /' conftest.$ac_ext >&5
10219
10220         ac_cv_lib_X11_XkbQueryExtension=no
10221 fi
10222
10223 rm -rf conftest.dSYM
10224 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10225       conftest$ac_exeext conftest.$ac_ext
10226 LIBS=$ac_check_lib_save_LIBS
10227 fi
10228 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10229 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10230 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10231
10232 cat >>confdefs.h <<\_ACEOF
10233 #define HAVE_XKB 1
10234 _ACEOF
10235
10236 fi
10237
10238         fi
10239
10240                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10241         then
10242             { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10243 $as_echo_n "checking for -lXcursor... " >&6; }
10244 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10245   $as_echo_n "(cached) " >&6
10246 else
10247   ac_check_soname_save_LIBS=$LIBS
10248 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10249   cat >conftest.$ac_ext <<_ACEOF
10250 /* confdefs.h.  */
10251 _ACEOF
10252 cat confdefs.h >>conftest.$ac_ext
10253 cat >>conftest.$ac_ext <<_ACEOF
10254 /* end confdefs.h.  */
10255
10256 /* Override any GCC internal prototype to avoid an error.
10257    Use char because int might match the return type of a GCC
10258    builtin and then its argument prototype would still apply.  */
10259 #ifdef __cplusplus
10260 extern "C"
10261 #endif
10262 char XcursorImageLoadCursor ();
10263 int
10264 main ()
10265 {
10266 return XcursorImageLoadCursor ();
10267   ;
10268   return 0;
10269 }
10270 _ACEOF
10271 rm -f conftest.$ac_objext conftest$ac_exeext
10272 if { (ac_try="$ac_link"
10273 case "(($ac_try" in
10274   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10275   *) ac_try_echo=$ac_try;;
10276 esac
10277 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10278 $as_echo "$ac_try_echo") >&5
10279   (eval "$ac_link") 2>conftest.er1
10280   ac_status=$?
10281   grep -v '^ *+' conftest.er1 >conftest.err
10282   rm -f conftest.er1
10283   cat conftest.err >&5
10284   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10285   (exit $ac_status); } && {
10286          test -z "$ac_c_werror_flag" ||
10287          test ! -s conftest.err
10288        } && test -s conftest$ac_exeext && {
10289          test "$cross_compiling" = yes ||
10290          $as_test_x conftest$ac_exeext
10291        }; then
10292   case "$LIBEXT" in
10293     dll) ;;
10294     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'` ;;
10295     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10296   esac
10297 else
10298   $as_echo "$as_me: failed program was:" >&5
10299 sed 's/^/| /' conftest.$ac_ext >&5
10300
10301
10302 fi
10303
10304 rm -rf conftest.dSYM
10305 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10306       conftest$ac_exeext conftest.$ac_ext
10307   LIBS=$ac_check_soname_save_LIBS
10308 fi
10309 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10310   { $as_echo "$as_me:$LINENO: result: not found" >&5
10311 $as_echo "not found" >&6; }
10312
10313 else
10314   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10315 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10316
10317 cat >>confdefs.h <<_ACEOF
10318 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10319 _ACEOF
10320
10321
10322 fi
10323
10324         fi
10325         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10326   case "x$with_xcursor" in
10327   x)   wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10328   xno) ;;
10329   *)   { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10330 This is an error since --with-xcursor was requested." >&5
10331 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10332 This is an error since --with-xcursor was requested." >&2;}
10333    { (exit 1); exit 1; }; } ;;
10334 esac
10335 fi
10336
10337
10338                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10339         then
10340             { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10341 $as_echo_n "checking for -lXi... " >&6; }
10342 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10343   $as_echo_n "(cached) " >&6
10344 else
10345   ac_check_soname_save_LIBS=$LIBS
10346 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10347   cat >conftest.$ac_ext <<_ACEOF
10348 /* confdefs.h.  */
10349 _ACEOF
10350 cat confdefs.h >>conftest.$ac_ext
10351 cat >>conftest.$ac_ext <<_ACEOF
10352 /* end confdefs.h.  */
10353
10354 /* Override any GCC internal prototype to avoid an error.
10355    Use char because int might match the return type of a GCC
10356    builtin and then its argument prototype would still apply.  */
10357 #ifdef __cplusplus
10358 extern "C"
10359 #endif
10360 char XOpenDevice ();
10361 int
10362 main ()
10363 {
10364 return XOpenDevice ();
10365   ;
10366   return 0;
10367 }
10368 _ACEOF
10369 rm -f conftest.$ac_objext conftest$ac_exeext
10370 if { (ac_try="$ac_link"
10371 case "(($ac_try" in
10372   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10373   *) ac_try_echo=$ac_try;;
10374 esac
10375 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10376 $as_echo "$ac_try_echo") >&5
10377   (eval "$ac_link") 2>conftest.er1
10378   ac_status=$?
10379   grep -v '^ *+' conftest.er1 >conftest.err
10380   rm -f conftest.er1
10381   cat conftest.err >&5
10382   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10383   (exit $ac_status); } && {
10384          test -z "$ac_c_werror_flag" ||
10385          test ! -s conftest.err
10386        } && test -s conftest$ac_exeext && {
10387          test "$cross_compiling" = yes ||
10388          $as_test_x conftest$ac_exeext
10389        }; then
10390   case "$LIBEXT" in
10391     dll) ;;
10392     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'` ;;
10393     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10394   esac
10395 else
10396   $as_echo "$as_me: failed program was:" >&5
10397 sed 's/^/| /' conftest.$ac_ext >&5
10398
10399
10400 fi
10401
10402 rm -rf conftest.dSYM
10403 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10404       conftest$ac_exeext conftest.$ac_ext
10405   LIBS=$ac_check_soname_save_LIBS
10406 fi
10407 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10408   { $as_echo "$as_me:$LINENO: result: not found" >&5
10409 $as_echo "not found" >&6; }
10410
10411 else
10412   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10413 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10414
10415 cat >>confdefs.h <<_ACEOF
10416 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10417 _ACEOF
10418
10419
10420 fi
10421
10422         fi
10423         if test "x$ac_cv_lib_soname_Xi" = "x"; then
10424   case "x$with_xinput" in
10425   x)   wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10426   xno) ;;
10427   *)   { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10428 This is an error since --with-xinput was requested." >&5
10429 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10430 This is an error since --with-xinput was requested." >&2;}
10431    { (exit 1); exit 1; }; } ;;
10432 esac
10433 fi
10434
10435
10436                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10437         then
10438               { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10439 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10440 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10441   $as_echo_n "(cached) " >&6
10442 else
10443   ac_check_lib_save_LIBS=$LIBS
10444 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10445 cat >conftest.$ac_ext <<_ACEOF
10446 /* confdefs.h.  */
10447 _ACEOF
10448 cat confdefs.h >>conftest.$ac_ext
10449 cat >>conftest.$ac_ext <<_ACEOF
10450 /* end confdefs.h.  */
10451
10452 /* Override any GCC internal prototype to avoid an error.
10453    Use char because int might match the return type of a GCC
10454    builtin and then its argument prototype would still apply.  */
10455 #ifdef __cplusplus
10456 extern "C"
10457 #endif
10458 char XShmQueryExtension ();
10459 int
10460 main ()
10461 {
10462 return XShmQueryExtension ();
10463   ;
10464   return 0;
10465 }
10466 _ACEOF
10467 rm -f conftest.$ac_objext conftest$ac_exeext
10468 if { (ac_try="$ac_link"
10469 case "(($ac_try" in
10470   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10471   *) ac_try_echo=$ac_try;;
10472 esac
10473 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10474 $as_echo "$ac_try_echo") >&5
10475   (eval "$ac_link") 2>conftest.er1
10476   ac_status=$?
10477   grep -v '^ *+' conftest.er1 >conftest.err
10478   rm -f conftest.er1
10479   cat conftest.err >&5
10480   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10481   (exit $ac_status); } && {
10482          test -z "$ac_c_werror_flag" ||
10483          test ! -s conftest.err
10484        } && test -s conftest$ac_exeext && {
10485          test "$cross_compiling" = yes ||
10486          $as_test_x conftest$ac_exeext
10487        }; then
10488   ac_cv_lib_Xext_XShmQueryExtension=yes
10489 else
10490   $as_echo "$as_me: failed program was:" >&5
10491 sed 's/^/| /' conftest.$ac_ext >&5
10492
10493         ac_cv_lib_Xext_XShmQueryExtension=no
10494 fi
10495
10496 rm -rf conftest.dSYM
10497 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10498       conftest$ac_exeext conftest.$ac_ext
10499 LIBS=$ac_check_lib_save_LIBS
10500 fi
10501 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10502 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10503 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10504
10505 cat >>confdefs.h <<\_ACEOF
10506 #define HAVE_LIBXXSHM 1
10507 _ACEOF
10508
10509 fi
10510
10511         fi
10512         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10513   case "x$with_xshm" in
10514   x)   wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10515   xno) ;;
10516   *)   { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10517 This is an error since --with-xshm was requested." >&5
10518 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10519 This is an error since --with-xshm was requested." >&2;}
10520    { (exit 1); exit 1; }; } ;;
10521 esac
10522 fi
10523
10524
10525                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10526         then
10527               { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10528 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10529 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10530   $as_echo_n "(cached) " >&6
10531 else
10532   ac_check_lib_save_LIBS=$LIBS
10533 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10534 cat >conftest.$ac_ext <<_ACEOF
10535 /* confdefs.h.  */
10536 _ACEOF
10537 cat confdefs.h >>conftest.$ac_ext
10538 cat >>conftest.$ac_ext <<_ACEOF
10539 /* end confdefs.h.  */
10540
10541 /* Override any GCC internal prototype to avoid an error.
10542    Use char because int might match the return type of a GCC
10543    builtin and then its argument prototype would still apply.  */
10544 #ifdef __cplusplus
10545 extern "C"
10546 #endif
10547 char XShapeQueryExtension ();
10548 int
10549 main ()
10550 {
10551 return XShapeQueryExtension ();
10552   ;
10553   return 0;
10554 }
10555 _ACEOF
10556 rm -f conftest.$ac_objext conftest$ac_exeext
10557 if { (ac_try="$ac_link"
10558 case "(($ac_try" in
10559   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10560   *) ac_try_echo=$ac_try;;
10561 esac
10562 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10563 $as_echo "$ac_try_echo") >&5
10564   (eval "$ac_link") 2>conftest.er1
10565   ac_status=$?
10566   grep -v '^ *+' conftest.er1 >conftest.err
10567   rm -f conftest.er1
10568   cat conftest.err >&5
10569   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10570   (exit $ac_status); } && {
10571          test -z "$ac_c_werror_flag" ||
10572          test ! -s conftest.err
10573        } && test -s conftest$ac_exeext && {
10574          test "$cross_compiling" = yes ||
10575          $as_test_x conftest$ac_exeext
10576        }; then
10577   ac_cv_lib_Xext_XShapeQueryExtension=yes
10578 else
10579   $as_echo "$as_me: failed program was:" >&5
10580 sed 's/^/| /' conftest.$ac_ext >&5
10581
10582         ac_cv_lib_Xext_XShapeQueryExtension=no
10583 fi
10584
10585 rm -rf conftest.dSYM
10586 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10587       conftest$ac_exeext conftest.$ac_ext
10588 LIBS=$ac_check_lib_save_LIBS
10589 fi
10590 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10591 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10592 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10593
10594 cat >>confdefs.h <<\_ACEOF
10595 #define HAVE_LIBXSHAPE 1
10596 _ACEOF
10597
10598 fi
10599
10600         fi
10601         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10602   case "x$with_xshape" in
10603   x)   wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10604   xno) ;;
10605   *)   { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10606 This is an error since --with-xshape was requested." >&5
10607 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10608 This is an error since --with-xshape was requested." >&2;}
10609    { (exit 1); exit 1; }; } ;;
10610 esac
10611 fi
10612
10613
10614                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10615         then
10616             { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10617 $as_echo_n "checking for -lXxf86vm... " >&6; }
10618 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10619   $as_echo_n "(cached) " >&6
10620 else
10621   ac_check_soname_save_LIBS=$LIBS
10622 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10623   cat >conftest.$ac_ext <<_ACEOF
10624 /* confdefs.h.  */
10625 _ACEOF
10626 cat confdefs.h >>conftest.$ac_ext
10627 cat >>conftest.$ac_ext <<_ACEOF
10628 /* end confdefs.h.  */
10629
10630 /* Override any GCC internal prototype to avoid an error.
10631    Use char because int might match the return type of a GCC
10632    builtin and then its argument prototype would still apply.  */
10633 #ifdef __cplusplus
10634 extern "C"
10635 #endif
10636 char XF86VidModeQueryExtension ();
10637 int
10638 main ()
10639 {
10640 return XF86VidModeQueryExtension ();
10641   ;
10642   return 0;
10643 }
10644 _ACEOF
10645 rm -f conftest.$ac_objext conftest$ac_exeext
10646 if { (ac_try="$ac_link"
10647 case "(($ac_try" in
10648   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10649   *) ac_try_echo=$ac_try;;
10650 esac
10651 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10652 $as_echo "$ac_try_echo") >&5
10653   (eval "$ac_link") 2>conftest.er1
10654   ac_status=$?
10655   grep -v '^ *+' conftest.er1 >conftest.err
10656   rm -f conftest.er1
10657   cat conftest.err >&5
10658   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10659   (exit $ac_status); } && {
10660          test -z "$ac_c_werror_flag" ||
10661          test ! -s conftest.err
10662        } && test -s conftest$ac_exeext && {
10663          test "$cross_compiling" = yes ||
10664          $as_test_x conftest$ac_exeext
10665        }; then
10666   case "$LIBEXT" in
10667     dll) ;;
10668     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'` ;;
10669     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10670   esac
10671 else
10672   $as_echo "$as_me: failed program was:" >&5
10673 sed 's/^/| /' conftest.$ac_ext >&5
10674
10675
10676 fi
10677
10678 rm -rf conftest.dSYM
10679 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10680       conftest$ac_exeext conftest.$ac_ext
10681   LIBS=$ac_check_soname_save_LIBS
10682 fi
10683 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10684   { $as_echo "$as_me:$LINENO: result: not found" >&5
10685 $as_echo "not found" >&6; }
10686
10687 else
10688   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10689 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10690
10691 cat >>confdefs.h <<_ACEOF
10692 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10693 _ACEOF
10694
10695
10696 fi
10697
10698         fi
10699         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10700   case "x$with_xxf86vm" in
10701   x)   wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10702   xno) ;;
10703   *)   { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10704 This is an error since --with-xxf86vm was requested." >&5
10705 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10706 This is an error since --with-xxf86vm was requested." >&2;}
10707    { (exit 1); exit 1; }; } ;;
10708 esac
10709 fi
10710
10711
10712                 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"
10713         then
10714             { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10715 $as_echo_n "checking for -lXrender... " >&6; }
10716 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10717   $as_echo_n "(cached) " >&6
10718 else
10719   ac_check_soname_save_LIBS=$LIBS
10720 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10721   cat >conftest.$ac_ext <<_ACEOF
10722 /* confdefs.h.  */
10723 _ACEOF
10724 cat confdefs.h >>conftest.$ac_ext
10725 cat >>conftest.$ac_ext <<_ACEOF
10726 /* end confdefs.h.  */
10727
10728 /* Override any GCC internal prototype to avoid an error.
10729    Use char because int might match the return type of a GCC
10730    builtin and then its argument prototype would still apply.  */
10731 #ifdef __cplusplus
10732 extern "C"
10733 #endif
10734 char XRenderQueryExtension ();
10735 int
10736 main ()
10737 {
10738 return XRenderQueryExtension ();
10739   ;
10740   return 0;
10741 }
10742 _ACEOF
10743 rm -f conftest.$ac_objext conftest$ac_exeext
10744 if { (ac_try="$ac_link"
10745 case "(($ac_try" in
10746   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10747   *) ac_try_echo=$ac_try;;
10748 esac
10749 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10750 $as_echo "$ac_try_echo") >&5
10751   (eval "$ac_link") 2>conftest.er1
10752   ac_status=$?
10753   grep -v '^ *+' conftest.er1 >conftest.err
10754   rm -f conftest.er1
10755   cat conftest.err >&5
10756   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10757   (exit $ac_status); } && {
10758          test -z "$ac_c_werror_flag" ||
10759          test ! -s conftest.err
10760        } && test -s conftest$ac_exeext && {
10761          test "$cross_compiling" = yes ||
10762          $as_test_x conftest$ac_exeext
10763        }; then
10764   case "$LIBEXT" in
10765     dll) ;;
10766     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'` ;;
10767     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10768   esac
10769 else
10770   $as_echo "$as_me: failed program was:" >&5
10771 sed 's/^/| /' conftest.$ac_ext >&5
10772
10773
10774 fi
10775
10776 rm -rf conftest.dSYM
10777 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10778       conftest$ac_exeext conftest.$ac_ext
10779   LIBS=$ac_check_soname_save_LIBS
10780 fi
10781 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10782   { $as_echo "$as_me:$LINENO: result: not found" >&5
10783 $as_echo "not found" >&6; }
10784
10785 else
10786   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10787 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10788
10789 cat >>confdefs.h <<_ACEOF
10790 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10791 _ACEOF
10792
10793        { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10794 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10795 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10796   $as_echo_n "(cached) " >&6
10797 else
10798   ac_check_lib_save_LIBS=$LIBS
10799 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10800 cat >conftest.$ac_ext <<_ACEOF
10801 /* confdefs.h.  */
10802 _ACEOF
10803 cat confdefs.h >>conftest.$ac_ext
10804 cat >>conftest.$ac_ext <<_ACEOF
10805 /* end confdefs.h.  */
10806
10807 /* Override any GCC internal prototype to avoid an error.
10808    Use char because int might match the return type of a GCC
10809    builtin and then its argument prototype would still apply.  */
10810 #ifdef __cplusplus
10811 extern "C"
10812 #endif
10813 char XRenderSetPictureTransform ();
10814 int
10815 main ()
10816 {
10817 return XRenderSetPictureTransform ();
10818   ;
10819   return 0;
10820 }
10821 _ACEOF
10822 rm -f conftest.$ac_objext conftest$ac_exeext
10823 if { (ac_try="$ac_link"
10824 case "(($ac_try" in
10825   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10826   *) ac_try_echo=$ac_try;;
10827 esac
10828 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10829 $as_echo "$ac_try_echo") >&5
10830   (eval "$ac_link") 2>conftest.er1
10831   ac_status=$?
10832   grep -v '^ *+' conftest.er1 >conftest.err
10833   rm -f conftest.er1
10834   cat conftest.err >&5
10835   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10836   (exit $ac_status); } && {
10837          test -z "$ac_c_werror_flag" ||
10838          test ! -s conftest.err
10839        } && test -s conftest$ac_exeext && {
10840          test "$cross_compiling" = yes ||
10841          $as_test_x conftest$ac_exeext
10842        }; then
10843   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10844 else
10845   $as_echo "$as_me: failed program was:" >&5
10846 sed 's/^/| /' conftest.$ac_ext >&5
10847
10848         ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10849 fi
10850
10851 rm -rf conftest.dSYM
10852 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10853       conftest$ac_exeext conftest.$ac_ext
10854 LIBS=$ac_check_lib_save_LIBS
10855 fi
10856 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10857 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10858 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10859
10860 cat >>confdefs.h <<\_ACEOF
10861 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10862 _ACEOF
10863
10864 fi
10865
10866 fi
10867
10868
10869         fi
10870         if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10871   case "x$with_xrender" in
10872   x)   wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10873   xno) ;;
10874   *)   { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10875 This is an error since --with-xrender was requested." >&5
10876 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10877 This is an error since --with-xrender was requested." >&2;}
10878    { (exit 1); exit 1; }; } ;;
10879 esac
10880 fi
10881
10882
10883                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10884         then
10885                 cat >conftest.$ac_ext <<_ACEOF
10886 /* confdefs.h.  */
10887 _ACEOF
10888 cat confdefs.h >>conftest.$ac_ext
10889 cat >>conftest.$ac_ext <<_ACEOF
10890 /* end confdefs.h.  */
10891 #include <X11/Xlib.h>
10892 #include <X11/extensions/Xrandr.h>
10893 int
10894 main ()
10895 {
10896 static typeof(XRRSetScreenConfigAndRate) * func;
10897   ;
10898   return 0;
10899 }
10900 _ACEOF
10901 rm -f conftest.$ac_objext
10902 if { (ac_try="$ac_compile"
10903 case "(($ac_try" in
10904   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10905   *) ac_try_echo=$ac_try;;
10906 esac
10907 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10908 $as_echo "$ac_try_echo") >&5
10909   (eval "$ac_compile") 2>conftest.er1
10910   ac_status=$?
10911   grep -v '^ *+' conftest.er1 >conftest.err
10912   rm -f conftest.er1
10913   cat conftest.err >&5
10914   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10915   (exit $ac_status); } && {
10916          test -z "$ac_c_werror_flag" ||
10917          test ! -s conftest.err
10918        } && test -s conftest.$ac_objext; then
10919   { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
10920 $as_echo_n "checking for -lXrandr... " >&6; }
10921 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10922   $as_echo_n "(cached) " >&6
10923 else
10924   ac_check_soname_save_LIBS=$LIBS
10925 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10926   cat >conftest.$ac_ext <<_ACEOF
10927 /* confdefs.h.  */
10928 _ACEOF
10929 cat confdefs.h >>conftest.$ac_ext
10930 cat >>conftest.$ac_ext <<_ACEOF
10931 /* end confdefs.h.  */
10932
10933 /* Override any GCC internal prototype to avoid an error.
10934    Use char because int might match the return type of a GCC
10935    builtin and then its argument prototype would still apply.  */
10936 #ifdef __cplusplus
10937 extern "C"
10938 #endif
10939 char XRRQueryExtension ();
10940 int
10941 main ()
10942 {
10943 return XRRQueryExtension ();
10944   ;
10945   return 0;
10946 }
10947 _ACEOF
10948 rm -f conftest.$ac_objext conftest$ac_exeext
10949 if { (ac_try="$ac_link"
10950 case "(($ac_try" in
10951   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10952   *) ac_try_echo=$ac_try;;
10953 esac
10954 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10955 $as_echo "$ac_try_echo") >&5
10956   (eval "$ac_link") 2>conftest.er1
10957   ac_status=$?
10958   grep -v '^ *+' conftest.er1 >conftest.err
10959   rm -f conftest.er1
10960   cat conftest.err >&5
10961   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10962   (exit $ac_status); } && {
10963          test -z "$ac_c_werror_flag" ||
10964          test ! -s conftest.err
10965        } && test -s conftest$ac_exeext && {
10966          test "$cross_compiling" = yes ||
10967          $as_test_x conftest$ac_exeext
10968        }; then
10969   case "$LIBEXT" in
10970     dll) ;;
10971     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'` ;;
10972     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
10973   esac
10974 else
10975   $as_echo "$as_me: failed program was:" >&5
10976 sed 's/^/| /' conftest.$ac_ext >&5
10977
10978
10979 fi
10980
10981 rm -rf conftest.dSYM
10982 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10983       conftest$ac_exeext conftest.$ac_ext
10984   LIBS=$ac_check_soname_save_LIBS
10985 fi
10986 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10987   { $as_echo "$as_me:$LINENO: result: not found" >&5
10988 $as_echo "not found" >&6; }
10989
10990 else
10991   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10992 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10993
10994 cat >>confdefs.h <<_ACEOF
10995 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10996 _ACEOF
10997
10998
10999 fi
11000
11001 else
11002   $as_echo "$as_me: failed program was:" >&5
11003 sed 's/^/| /' conftest.$ac_ext >&5
11004
11005
11006 fi
11007
11008 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11009         fi
11010         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11011   case "x$with_xrandr" in
11012   x)   wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11013   xno) ;;
11014   *)   { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11015 This is an error since --with-xrandr was requested." >&5
11016 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11017 This is an error since --with-xrandr was requested." >&2;}
11018    { (exit 1); exit 1; }; } ;;
11019 esac
11020 fi
11021
11022
11023                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11024         then
11025                 cat >conftest.$ac_ext <<_ACEOF
11026 /* confdefs.h.  */
11027 _ACEOF
11028 cat confdefs.h >>conftest.$ac_ext
11029 cat >>conftest.$ac_ext <<_ACEOF
11030 /* end confdefs.h.  */
11031 #include <X11/Xlib.h>
11032 #include <X11/extensions/Xinerama.h>
11033 int
11034 main ()
11035 {
11036 static typeof(XineramaQueryScreens) * func;
11037   ;
11038   return 0;
11039 }
11040 _ACEOF
11041 rm -f conftest.$ac_objext
11042 if { (ac_try="$ac_compile"
11043 case "(($ac_try" in
11044   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11045   *) ac_try_echo=$ac_try;;
11046 esac
11047 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11048 $as_echo "$ac_try_echo") >&5
11049   (eval "$ac_compile") 2>conftest.er1
11050   ac_status=$?
11051   grep -v '^ *+' conftest.er1 >conftest.err
11052   rm -f conftest.er1
11053   cat conftest.err >&5
11054   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11055   (exit $ac_status); } && {
11056          test -z "$ac_c_werror_flag" ||
11057          test ! -s conftest.err
11058        } && test -s conftest.$ac_objext; then
11059   { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11060 $as_echo_n "checking for -lXinerama... " >&6; }
11061 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11062   $as_echo_n "(cached) " >&6
11063 else
11064   ac_check_soname_save_LIBS=$LIBS
11065 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11066   cat >conftest.$ac_ext <<_ACEOF
11067 /* confdefs.h.  */
11068 _ACEOF
11069 cat confdefs.h >>conftest.$ac_ext
11070 cat >>conftest.$ac_ext <<_ACEOF
11071 /* end confdefs.h.  */
11072
11073 /* Override any GCC internal prototype to avoid an error.
11074    Use char because int might match the return type of a GCC
11075    builtin and then its argument prototype would still apply.  */
11076 #ifdef __cplusplus
11077 extern "C"
11078 #endif
11079 char XineramaQueryScreens ();
11080 int
11081 main ()
11082 {
11083 return XineramaQueryScreens ();
11084   ;
11085   return 0;
11086 }
11087 _ACEOF
11088 rm -f conftest.$ac_objext conftest$ac_exeext
11089 if { (ac_try="$ac_link"
11090 case "(($ac_try" in
11091   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11092   *) ac_try_echo=$ac_try;;
11093 esac
11094 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11095 $as_echo "$ac_try_echo") >&5
11096   (eval "$ac_link") 2>conftest.er1
11097   ac_status=$?
11098   grep -v '^ *+' conftest.er1 >conftest.err
11099   rm -f conftest.er1
11100   cat conftest.err >&5
11101   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11102   (exit $ac_status); } && {
11103          test -z "$ac_c_werror_flag" ||
11104          test ! -s conftest.err
11105        } && test -s conftest$ac_exeext && {
11106          test "$cross_compiling" = yes ||
11107          $as_test_x conftest$ac_exeext
11108        }; then
11109   case "$LIBEXT" in
11110     dll) ;;
11111     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'` ;;
11112     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
11113   esac
11114 else
11115   $as_echo "$as_me: failed program was:" >&5
11116 sed 's/^/| /' conftest.$ac_ext >&5
11117
11118
11119 fi
11120
11121 rm -rf conftest.dSYM
11122 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11123       conftest$ac_exeext conftest.$ac_ext
11124   LIBS=$ac_check_soname_save_LIBS
11125 fi
11126 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11127   { $as_echo "$as_me:$LINENO: result: not found" >&5
11128 $as_echo "not found" >&6; }
11129
11130 else
11131   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11132 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11133
11134 cat >>confdefs.h <<_ACEOF
11135 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11136 _ACEOF
11137
11138
11139 fi
11140
11141 else
11142   $as_echo "$as_me: failed program was:" >&5
11143 sed 's/^/| /' conftest.$ac_ext >&5
11144
11145
11146 fi
11147
11148 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11149         fi
11150         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11151   case "x$with_xinerama" in
11152   x)   wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11153   xno) ;;
11154   *)   { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11155 This is an error since --with-xinerama was requested." >&5
11156 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11157 This is an error since --with-xinerama was requested." >&2;}
11158    { (exit 1); exit 1; }; } ;;
11159 esac
11160 fi
11161
11162
11163                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11164         then
11165             { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11166 $as_echo_n "checking for -lXcomposite... " >&6; }
11167 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11168   $as_echo_n "(cached) " >&6
11169 else
11170   ac_check_soname_save_LIBS=$LIBS
11171 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11172   cat >conftest.$ac_ext <<_ACEOF
11173 /* confdefs.h.  */
11174 _ACEOF
11175 cat confdefs.h >>conftest.$ac_ext
11176 cat >>conftest.$ac_ext <<_ACEOF
11177 /* end confdefs.h.  */
11178
11179 /* Override any GCC internal prototype to avoid an error.
11180    Use char because int might match the return type of a GCC
11181    builtin and then its argument prototype would still apply.  */
11182 #ifdef __cplusplus
11183 extern "C"
11184 #endif
11185 char XCompositeRedirectWindow ();
11186 int
11187 main ()
11188 {
11189 return XCompositeRedirectWindow ();
11190   ;
11191   return 0;
11192 }
11193 _ACEOF
11194 rm -f conftest.$ac_objext conftest$ac_exeext
11195 if { (ac_try="$ac_link"
11196 case "(($ac_try" in
11197   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11198   *) ac_try_echo=$ac_try;;
11199 esac
11200 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11201 $as_echo "$ac_try_echo") >&5
11202   (eval "$ac_link") 2>conftest.er1
11203   ac_status=$?
11204   grep -v '^ *+' conftest.er1 >conftest.err
11205   rm -f conftest.er1
11206   cat conftest.err >&5
11207   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11208   (exit $ac_status); } && {
11209          test -z "$ac_c_werror_flag" ||
11210          test ! -s conftest.err
11211        } && test -s conftest$ac_exeext && {
11212          test "$cross_compiling" = yes ||
11213          $as_test_x conftest$ac_exeext
11214        }; then
11215   case "$LIBEXT" in
11216     dll) ;;
11217     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'` ;;
11218     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11219   esac
11220 else
11221   $as_echo "$as_me: failed program was:" >&5
11222 sed 's/^/| /' conftest.$ac_ext >&5
11223
11224
11225 fi
11226
11227 rm -rf conftest.dSYM
11228 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11229       conftest$ac_exeext conftest.$ac_ext
11230   LIBS=$ac_check_soname_save_LIBS
11231 fi
11232 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11233   { $as_echo "$as_me:$LINENO: result: not found" >&5
11234 $as_echo "not found" >&6; }
11235
11236 else
11237   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11238 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11239
11240 cat >>confdefs.h <<_ACEOF
11241 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11242 _ACEOF
11243
11244
11245 fi
11246
11247         fi
11248         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11249   case "x$with_xcomposite" in
11250   x)   wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11251   xno) ;;
11252   *)   { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11253 This is an error since --with-xcomposite was requested." >&5
11254 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11255 This is an error since --with-xcomposite was requested." >&2;}
11256    { (exit 1); exit 1; }; } ;;
11257 esac
11258 fi
11259
11260
11261                 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11262 $as_echo_n "checking for XICCallback.callback... " >&6; }
11263 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11264   $as_echo_n "(cached) " >&6
11265 else
11266   cat >conftest.$ac_ext <<_ACEOF
11267 /* confdefs.h.  */
11268 _ACEOF
11269 cat confdefs.h >>conftest.$ac_ext
11270 cat >>conftest.$ac_ext <<_ACEOF
11271 /* end confdefs.h.  */
11272 #ifdef HAVE_X11_XLIB_H
11273 #include <X11/Xlib.h>
11274 #endif
11275
11276 int
11277 main ()
11278 {
11279 static XICCallback ac_aggr;
11280 if (ac_aggr.callback)
11281 return 0;
11282   ;
11283   return 0;
11284 }
11285 _ACEOF
11286 rm -f conftest.$ac_objext
11287 if { (ac_try="$ac_compile"
11288 case "(($ac_try" in
11289   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11290   *) ac_try_echo=$ac_try;;
11291 esac
11292 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11293 $as_echo "$ac_try_echo") >&5
11294   (eval "$ac_compile") 2>conftest.er1
11295   ac_status=$?
11296   grep -v '^ *+' conftest.er1 >conftest.err
11297   rm -f conftest.er1
11298   cat conftest.err >&5
11299   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11300   (exit $ac_status); } && {
11301          test -z "$ac_c_werror_flag" ||
11302          test ! -s conftest.err
11303        } && test -s conftest.$ac_objext; then
11304   ac_cv_member_XICCallback_callback=yes
11305 else
11306   $as_echo "$as_me: failed program was:" >&5
11307 sed 's/^/| /' conftest.$ac_ext >&5
11308
11309         cat >conftest.$ac_ext <<_ACEOF
11310 /* confdefs.h.  */
11311 _ACEOF
11312 cat confdefs.h >>conftest.$ac_ext
11313 cat >>conftest.$ac_ext <<_ACEOF
11314 /* end confdefs.h.  */
11315 #ifdef HAVE_X11_XLIB_H
11316 #include <X11/Xlib.h>
11317 #endif
11318
11319 int
11320 main ()
11321 {
11322 static XICCallback ac_aggr;
11323 if (sizeof ac_aggr.callback)
11324 return 0;
11325   ;
11326   return 0;
11327 }
11328 _ACEOF
11329 rm -f conftest.$ac_objext
11330 if { (ac_try="$ac_compile"
11331 case "(($ac_try" in
11332   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11333   *) ac_try_echo=$ac_try;;
11334 esac
11335 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11336 $as_echo "$ac_try_echo") >&5
11337   (eval "$ac_compile") 2>conftest.er1
11338   ac_status=$?
11339   grep -v '^ *+' conftest.er1 >conftest.err
11340   rm -f conftest.er1
11341   cat conftest.err >&5
11342   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11343   (exit $ac_status); } && {
11344          test -z "$ac_c_werror_flag" ||
11345          test ! -s conftest.err
11346        } && test -s conftest.$ac_objext; then
11347   ac_cv_member_XICCallback_callback=yes
11348 else
11349   $as_echo "$as_me: failed program was:" >&5
11350 sed 's/^/| /' conftest.$ac_ext >&5
11351
11352         ac_cv_member_XICCallback_callback=no
11353 fi
11354
11355 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11356 fi
11357
11358 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11359 fi
11360 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11361 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11362 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11363
11364 cat >>confdefs.h <<_ACEOF
11365 #define HAVE_XICCALLBACK_CALLBACK 1
11366 _ACEOF
11367
11368
11369 fi
11370
11371
11372
11373         opengl_msg=""
11374     if test "x$with_opengl" != "xno"
11375     then
11376
11377
11378
11379
11380 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11381 do
11382 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11383 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11384 $as_echo_n "checking for $ac_header... " >&6; }
11385 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11386   $as_echo_n "(cached) " >&6
11387 else
11388   cat >conftest.$ac_ext <<_ACEOF
11389 /* confdefs.h.  */
11390 _ACEOF
11391 cat confdefs.h >>conftest.$ac_ext
11392 cat >>conftest.$ac_ext <<_ACEOF
11393 /* end confdefs.h.  */
11394 #ifdef HAVE_GL_GLX_H
11395 # include <GL/glx.h>
11396 #endif
11397
11398 #include <$ac_header>
11399 _ACEOF
11400 rm -f conftest.$ac_objext
11401 if { (ac_try="$ac_compile"
11402 case "(($ac_try" in
11403   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11404   *) ac_try_echo=$ac_try;;
11405 esac
11406 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11407 $as_echo "$ac_try_echo") >&5
11408   (eval "$ac_compile") 2>conftest.er1
11409   ac_status=$?
11410   grep -v '^ *+' conftest.er1 >conftest.err
11411   rm -f conftest.er1
11412   cat conftest.err >&5
11413   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11414   (exit $ac_status); } && {
11415          test -z "$ac_c_werror_flag" ||
11416          test ! -s conftest.err
11417        } && test -s conftest.$ac_objext; then
11418   eval "$as_ac_Header=yes"
11419 else
11420   $as_echo "$as_me: failed program was:" >&5
11421 sed 's/^/| /' conftest.$ac_ext >&5
11422
11423         eval "$as_ac_Header=no"
11424 fi
11425
11426 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11427 fi
11428 ac_res=`eval 'as_val=${'$as_ac_Header'}
11429                  $as_echo "$as_val"'`
11430                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11431 $as_echo "$ac_res" >&6; }
11432 as_val=`eval 'as_val=${'$as_ac_Header'}
11433                  $as_echo "$as_val"'`
11434    if test "x$as_val" = x""yes; then
11435   cat >>confdefs.h <<_ACEOF
11436 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11437 _ACEOF
11438
11439 fi
11440
11441 done
11442
11443         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11444         then
11445                     { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11446 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11447 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11448   $as_echo_n "(cached) " >&6
11449 else
11450   cat >conftest.$ac_ext <<_ACEOF
11451 /* confdefs.h.  */
11452 _ACEOF
11453 cat confdefs.h >>conftest.$ac_ext
11454 cat >>conftest.$ac_ext <<_ACEOF
11455 /* end confdefs.h.  */
11456 #include <GL/gl.h>
11457 int
11458 main ()
11459 {
11460 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11461   ;
11462   return 0;
11463 }
11464 _ACEOF
11465 rm -f conftest.$ac_objext
11466 if { (ac_try="$ac_compile"
11467 case "(($ac_try" in
11468   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11469   *) ac_try_echo=$ac_try;;
11470 esac
11471 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11472 $as_echo "$ac_try_echo") >&5
11473   (eval "$ac_compile") 2>conftest.er1
11474   ac_status=$?
11475   grep -v '^ *+' conftest.er1 >conftest.err
11476   rm -f conftest.er1
11477   cat conftest.err >&5
11478   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11479   (exit $ac_status); } && {
11480          test -z "$ac_c_werror_flag" ||
11481          test ! -s conftest.err
11482        } && test -s conftest.$ac_objext; then
11483   wine_cv_opengl_header_version_OK="yes"
11484 else
11485   $as_echo "$as_me: failed program was:" >&5
11486 sed 's/^/| /' conftest.$ac_ext >&5
11487
11488         wine_cv_opengl_header_version_OK="no"
11489 fi
11490
11491 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11492 fi
11493 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11494 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11495
11496             if test "$wine_cv_opengl_header_version_OK" = "yes"
11497             then
11498                                 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11499 $as_echo_n "checking for -lGL... " >&6; }
11500 if test "${ac_cv_lib_soname_GL+set}" = set; then
11501   $as_echo_n "(cached) " >&6
11502 else
11503   ac_check_soname_save_LIBS=$LIBS
11504 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11505   cat >conftest.$ac_ext <<_ACEOF
11506 /* confdefs.h.  */
11507 _ACEOF
11508 cat confdefs.h >>conftest.$ac_ext
11509 cat >>conftest.$ac_ext <<_ACEOF
11510 /* end confdefs.h.  */
11511
11512 /* Override any GCC internal prototype to avoid an error.
11513    Use char because int might match the return type of a GCC
11514    builtin and then its argument prototype would still apply.  */
11515 #ifdef __cplusplus
11516 extern "C"
11517 #endif
11518 char glXCreateContext ();
11519 int
11520 main ()
11521 {
11522 return glXCreateContext ();
11523   ;
11524   return 0;
11525 }
11526 _ACEOF
11527 rm -f conftest.$ac_objext conftest$ac_exeext
11528 if { (ac_try="$ac_link"
11529 case "(($ac_try" in
11530   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11531   *) ac_try_echo=$ac_try;;
11532 esac
11533 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11534 $as_echo "$ac_try_echo") >&5
11535   (eval "$ac_link") 2>conftest.er1
11536   ac_status=$?
11537   grep -v '^ *+' conftest.er1 >conftest.err
11538   rm -f conftest.er1
11539   cat conftest.err >&5
11540   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11541   (exit $ac_status); } && {
11542          test -z "$ac_c_werror_flag" ||
11543          test ! -s conftest.err
11544        } && test -s conftest$ac_exeext && {
11545          test "$cross_compiling" = yes ||
11546          $as_test_x conftest$ac_exeext
11547        }; then
11548   case "$LIBEXT" in
11549     dll) ;;
11550     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'` ;;
11551     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11552   esac
11553 else
11554   $as_echo "$as_me: failed program was:" >&5
11555 sed 's/^/| /' conftest.$ac_ext >&5
11556
11557
11558 fi
11559
11560 rm -rf conftest.dSYM
11561 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11562       conftest$ac_exeext conftest.$ac_ext
11563   LIBS=$ac_check_soname_save_LIBS
11564 fi
11565 if test "x$ac_cv_lib_soname_GL" = "x"; then
11566   { $as_echo "$as_me:$LINENO: result: not found" >&5
11567 $as_echo "not found" >&6; }
11568        { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11569 $as_echo_n "checking for -lGL... " >&6; }
11570 if test "${ac_cv_lib_soname_GL+set}" = set; then
11571   $as_echo_n "(cached) " >&6
11572 else
11573   ac_check_soname_save_LIBS=$LIBS
11574 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"
11575   cat >conftest.$ac_ext <<_ACEOF
11576 /* confdefs.h.  */
11577 _ACEOF
11578 cat confdefs.h >>conftest.$ac_ext
11579 cat >>conftest.$ac_ext <<_ACEOF
11580 /* end confdefs.h.  */
11581
11582 /* Override any GCC internal prototype to avoid an error.
11583    Use char because int might match the return type of a GCC
11584    builtin and then its argument prototype would still apply.  */
11585 #ifdef __cplusplus
11586 extern "C"
11587 #endif
11588 char glXCreateContext ();
11589 int
11590 main ()
11591 {
11592 return glXCreateContext ();
11593   ;
11594   return 0;
11595 }
11596 _ACEOF
11597 rm -f conftest.$ac_objext conftest$ac_exeext
11598 if { (ac_try="$ac_link"
11599 case "(($ac_try" in
11600   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11601   *) ac_try_echo=$ac_try;;
11602 esac
11603 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11604 $as_echo "$ac_try_echo") >&5
11605   (eval "$ac_link") 2>conftest.er1
11606   ac_status=$?
11607   grep -v '^ *+' conftest.er1 >conftest.err
11608   rm -f conftest.er1
11609   cat conftest.err >&5
11610   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11611   (exit $ac_status); } && {
11612          test -z "$ac_c_werror_flag" ||
11613          test ! -s conftest.err
11614        } && test -s conftest$ac_exeext && {
11615          test "$cross_compiling" = yes ||
11616          $as_test_x conftest$ac_exeext
11617        }; then
11618   case "$LIBEXT" in
11619     dll) ;;
11620     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'` ;;
11621     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11622   esac
11623 else
11624   $as_echo "$as_me: failed program was:" >&5
11625 sed 's/^/| /' conftest.$ac_ext >&5
11626
11627
11628 fi
11629
11630 rm -rf conftest.dSYM
11631 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11632       conftest$ac_exeext conftest.$ac_ext
11633   LIBS=$ac_check_soname_save_LIBS
11634 fi
11635 if test "x$ac_cv_lib_soname_GL" = "x"; then
11636   { $as_echo "$as_me:$LINENO: result: not found" >&5
11637 $as_echo "not found" >&6; }
11638        if test -f /usr/X11R6/lib/libGL.a
11639                                     then
11640                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11641 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11642                                     else
11643                                         opengl_msg="No OpenGL library found on this system."
11644                                     fi
11645 else
11646   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11647 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11648
11649 cat >>confdefs.h <<_ACEOF
11650 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11651 _ACEOF
11652
11653        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"
11654
11655 cat >>confdefs.h <<\_ACEOF
11656 #define HAVE_OPENGL 1
11657 _ACEOF
11658
11659 fi
11660
11661 else
11662   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11663 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11664
11665 cat >>confdefs.h <<_ACEOF
11666 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11667 _ACEOF
11668
11669        OPENGL_LIBS="-lGL"
11670
11671 cat >>confdefs.h <<\_ACEOF
11672 #define HAVE_OPENGL 1
11673 _ACEOF
11674
11675 fi
11676
11677                  if test "$ac_cv_header_GL_glu_h" = "yes"
11678                  then
11679                     { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11680 $as_echo_n "checking for -lGLU... " >&6; }
11681 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11682   $as_echo_n "(cached) " >&6
11683 else
11684   ac_check_soname_save_LIBS=$LIBS
11685 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11686   cat >conftest.$ac_ext <<_ACEOF
11687 /* confdefs.h.  */
11688 _ACEOF
11689 cat confdefs.h >>conftest.$ac_ext
11690 cat >>conftest.$ac_ext <<_ACEOF
11691 /* end confdefs.h.  */
11692
11693 /* Override any GCC internal prototype to avoid an error.
11694    Use char because int might match the return type of a GCC
11695    builtin and then its argument prototype would still apply.  */
11696 #ifdef __cplusplus
11697 extern "C"
11698 #endif
11699 char gluLookAt ();
11700 int
11701 main ()
11702 {
11703 return gluLookAt ();
11704   ;
11705   return 0;
11706 }
11707 _ACEOF
11708 rm -f conftest.$ac_objext conftest$ac_exeext
11709 if { (ac_try="$ac_link"
11710 case "(($ac_try" in
11711   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11712   *) ac_try_echo=$ac_try;;
11713 esac
11714 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11715 $as_echo "$ac_try_echo") >&5
11716   (eval "$ac_link") 2>conftest.er1
11717   ac_status=$?
11718   grep -v '^ *+' conftest.er1 >conftest.err
11719   rm -f conftest.er1
11720   cat conftest.err >&5
11721   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11722   (exit $ac_status); } && {
11723          test -z "$ac_c_werror_flag" ||
11724          test ! -s conftest.err
11725        } && test -s conftest$ac_exeext && {
11726          test "$cross_compiling" = yes ||
11727          $as_test_x conftest$ac_exeext
11728        }; then
11729   case "$LIBEXT" in
11730     dll) ;;
11731     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'` ;;
11732     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11733   esac
11734 else
11735   $as_echo "$as_me: failed program was:" >&5
11736 sed 's/^/| /' conftest.$ac_ext >&5
11737
11738
11739 fi
11740
11741 rm -rf conftest.dSYM
11742 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11743       conftest$ac_exeext conftest.$ac_ext
11744   LIBS=$ac_check_soname_save_LIBS
11745 fi
11746 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11747   { $as_echo "$as_me:$LINENO: result: not found" >&5
11748 $as_echo "not found" >&6; }
11749
11750 else
11751   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11752 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11753
11754 cat >>confdefs.h <<_ACEOF
11755 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11756 _ACEOF
11757
11758
11759 fi
11760
11761                  fi
11762                  if test "x$ac_cv_lib_soname_GLU" = "x"; then
11763   case "x$with_glu" in
11764   x)   wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11765   xno) ;;
11766   *)   { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11767 This is an error since --with-glu was requested." >&5
11768 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11769 This is an error since --with-glu was requested." >&2;}
11770    { (exit 1); exit 1; }; } ;;
11771 esac
11772 fi
11773
11774              else
11775                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11776              fi
11777          else
11778              opengl_msg="OpenGL development headers not found."
11779          fi
11780          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11781          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11782     else
11783          enable_opengl32=${enable_opengl32:-no}
11784          enable_glu32=${enable_glu32:-no}
11785     fi
11786     if test -n "$opengl_msg"; then
11787   case "x$with_opengl" in
11788   x)   wine_warnings="$wine_warnings|$opengl_msg
11789 OpenGL and Direct3D won't be supported." ;;
11790   xno) ;;
11791   *)   { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11792 OpenGL and Direct3D won't be supported.
11793 This is an error since --with-opengl was requested." >&5
11794 $as_echo "$as_me: error: $opengl_msg
11795 OpenGL and Direct3D won't be supported.
11796 This is an error since --with-opengl was requested." >&2;}
11797    { (exit 1); exit 1; }; } ;;
11798 esac
11799 fi
11800
11801
11802         NASLIBS=""
11803
11804
11805 for ac_header in audio/audiolib.h
11806 do
11807 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11808 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11809   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11810 $as_echo_n "checking for $ac_header... " >&6; }
11811 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11812   $as_echo_n "(cached) " >&6
11813 fi
11814 ac_res=`eval 'as_val=${'$as_ac_Header'}
11815                  $as_echo "$as_val"'`
11816                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11817 $as_echo "$ac_res" >&6; }
11818 else
11819   # Is the header compilable?
11820 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11821 $as_echo_n "checking $ac_header usability... " >&6; }
11822 cat >conftest.$ac_ext <<_ACEOF
11823 /* confdefs.h.  */
11824 _ACEOF
11825 cat confdefs.h >>conftest.$ac_ext
11826 cat >>conftest.$ac_ext <<_ACEOF
11827 /* end confdefs.h.  */
11828 $ac_includes_default
11829 #include <$ac_header>
11830 _ACEOF
11831 rm -f conftest.$ac_objext
11832 if { (ac_try="$ac_compile"
11833 case "(($ac_try" in
11834   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11835   *) ac_try_echo=$ac_try;;
11836 esac
11837 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11838 $as_echo "$ac_try_echo") >&5
11839   (eval "$ac_compile") 2>conftest.er1
11840   ac_status=$?
11841   grep -v '^ *+' conftest.er1 >conftest.err
11842   rm -f conftest.er1
11843   cat conftest.err >&5
11844   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11845   (exit $ac_status); } && {
11846          test -z "$ac_c_werror_flag" ||
11847          test ! -s conftest.err
11848        } && test -s conftest.$ac_objext; then
11849   ac_header_compiler=yes
11850 else
11851   $as_echo "$as_me: failed program was:" >&5
11852 sed 's/^/| /' conftest.$ac_ext >&5
11853
11854         ac_header_compiler=no
11855 fi
11856
11857 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11858 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11859 $as_echo "$ac_header_compiler" >&6; }
11860
11861 # Is the header present?
11862 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11863 $as_echo_n "checking $ac_header presence... " >&6; }
11864 cat >conftest.$ac_ext <<_ACEOF
11865 /* confdefs.h.  */
11866 _ACEOF
11867 cat confdefs.h >>conftest.$ac_ext
11868 cat >>conftest.$ac_ext <<_ACEOF
11869 /* end confdefs.h.  */
11870 #include <$ac_header>
11871 _ACEOF
11872 if { (ac_try="$ac_cpp conftest.$ac_ext"
11873 case "(($ac_try" in
11874   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11875   *) ac_try_echo=$ac_try;;
11876 esac
11877 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11878 $as_echo "$ac_try_echo") >&5
11879   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11880   ac_status=$?
11881   grep -v '^ *+' conftest.er1 >conftest.err
11882   rm -f conftest.er1
11883   cat conftest.err >&5
11884   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11885   (exit $ac_status); } >/dev/null && {
11886          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11887          test ! -s conftest.err
11888        }; then
11889   ac_header_preproc=yes
11890 else
11891   $as_echo "$as_me: failed program was:" >&5
11892 sed 's/^/| /' conftest.$ac_ext >&5
11893
11894   ac_header_preproc=no
11895 fi
11896
11897 rm -f conftest.err conftest.$ac_ext
11898 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11899 $as_echo "$ac_header_preproc" >&6; }
11900
11901 # So?  What about this header?
11902 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11903   yes:no: )
11904     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11905 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11906     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11907 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11908     ac_header_preproc=yes
11909     ;;
11910   no:yes:* )
11911     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11912 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11913     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
11914 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
11915     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11916 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11917     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
11918 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
11919     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11920 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11921     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11922 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11923     ( cat <<\_ASBOX
11924 ## ------------------------------------ ##
11925 ## Report this to wine-devel@winehq.org ##
11926 ## ------------------------------------ ##
11927 _ASBOX
11928      ) | sed "s/^/$as_me: WARNING:     /" >&2
11929     ;;
11930 esac
11931 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11932 $as_echo_n "checking for $ac_header... " >&6; }
11933 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11934   $as_echo_n "(cached) " >&6
11935 else
11936   eval "$as_ac_Header=\$ac_header_preproc"
11937 fi
11938 ac_res=`eval 'as_val=${'$as_ac_Header'}
11939                  $as_echo "$as_val"'`
11940                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11941 $as_echo "$ac_res" >&6; }
11942
11943 fi
11944 as_val=`eval 'as_val=${'$as_ac_Header'}
11945                  $as_echo "$as_val"'`
11946    if test "x$as_val" = x""yes; then
11947   cat >>confdefs.h <<_ACEOF
11948 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11949 _ACEOF
11950
11951 for ac_header in audio/soundlib.h
11952 do
11953 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11954 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11955 $as_echo_n "checking for $ac_header... " >&6; }
11956 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11957   $as_echo_n "(cached) " >&6
11958 else
11959   cat >conftest.$ac_ext <<_ACEOF
11960 /* confdefs.h.  */
11961 _ACEOF
11962 cat confdefs.h >>conftest.$ac_ext
11963 cat >>conftest.$ac_ext <<_ACEOF
11964 /* end confdefs.h.  */
11965 #include <audio/audiolib.h>
11966
11967 #include <$ac_header>
11968 _ACEOF
11969 rm -f conftest.$ac_objext
11970 if { (ac_try="$ac_compile"
11971 case "(($ac_try" in
11972   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11973   *) ac_try_echo=$ac_try;;
11974 esac
11975 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11976 $as_echo "$ac_try_echo") >&5
11977   (eval "$ac_compile") 2>conftest.er1
11978   ac_status=$?
11979   grep -v '^ *+' conftest.er1 >conftest.err
11980   rm -f conftest.er1
11981   cat conftest.err >&5
11982   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11983   (exit $ac_status); } && {
11984          test -z "$ac_c_werror_flag" ||
11985          test ! -s conftest.err
11986        } && test -s conftest.$ac_objext; then
11987   eval "$as_ac_Header=yes"
11988 else
11989   $as_echo "$as_me: failed program was:" >&5
11990 sed 's/^/| /' conftest.$ac_ext >&5
11991
11992         eval "$as_ac_Header=no"
11993 fi
11994
11995 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11996 fi
11997 ac_res=`eval 'as_val=${'$as_ac_Header'}
11998                  $as_echo "$as_val"'`
11999                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12000 $as_echo "$ac_res" >&6; }
12001 as_val=`eval 'as_val=${'$as_ac_Header'}
12002                  $as_echo "$as_val"'`
12003    if test "x$as_val" = x""yes; then
12004   cat >>confdefs.h <<_ACEOF
12005 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12006 _ACEOF
12007
12008 fi
12009
12010 done
12011
12012           { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12013 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12014 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12015   $as_echo_n "(cached) " >&6
12016 else
12017   ac_check_lib_save_LIBS=$LIBS
12018 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12019 cat >conftest.$ac_ext <<_ACEOF
12020 /* confdefs.h.  */
12021 _ACEOF
12022 cat confdefs.h >>conftest.$ac_ext
12023 cat >>conftest.$ac_ext <<_ACEOF
12024 /* end confdefs.h.  */
12025
12026 /* Override any GCC internal prototype to avoid an error.
12027    Use char because int might match the return type of a GCC
12028    builtin and then its argument prototype would still apply.  */
12029 #ifdef __cplusplus
12030 extern "C"
12031 #endif
12032 char AuCreateFlow ();
12033 int
12034 main ()
12035 {
12036 return AuCreateFlow ();
12037   ;
12038   return 0;
12039 }
12040 _ACEOF
12041 rm -f conftest.$ac_objext conftest$ac_exeext
12042 if { (ac_try="$ac_link"
12043 case "(($ac_try" in
12044   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12045   *) ac_try_echo=$ac_try;;
12046 esac
12047 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12048 $as_echo "$ac_try_echo") >&5
12049   (eval "$ac_link") 2>conftest.er1
12050   ac_status=$?
12051   grep -v '^ *+' conftest.er1 >conftest.err
12052   rm -f conftest.er1
12053   cat conftest.err >&5
12054   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12055   (exit $ac_status); } && {
12056          test -z "$ac_c_werror_flag" ||
12057          test ! -s conftest.err
12058        } && test -s conftest$ac_exeext && {
12059          test "$cross_compiling" = yes ||
12060          $as_test_x conftest$ac_exeext
12061        }; then
12062   ac_cv_lib_audio_AuCreateFlow=yes
12063 else
12064   $as_echo "$as_me: failed program was:" >&5
12065 sed 's/^/| /' conftest.$ac_ext >&5
12066
12067         ac_cv_lib_audio_AuCreateFlow=no
12068 fi
12069
12070 rm -rf conftest.dSYM
12071 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12072       conftest$ac_exeext conftest.$ac_ext
12073 LIBS=$ac_check_lib_save_LIBS
12074 fi
12075 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12076 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12077 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12078
12079 cat >>confdefs.h <<\_ACEOF
12080 #define HAVE_NAS 1
12081 _ACEOF
12082
12083                         { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12084 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12085 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12086   $as_echo_n "(cached) " >&6
12087 else
12088   ac_check_lib_save_LIBS=$LIBS
12089 LIBS="-lXau $X_LIBS $LIBS"
12090 cat >conftest.$ac_ext <<_ACEOF
12091 /* confdefs.h.  */
12092 _ACEOF
12093 cat confdefs.h >>conftest.$ac_ext
12094 cat >>conftest.$ac_ext <<_ACEOF
12095 /* end confdefs.h.  */
12096
12097 /* Override any GCC internal prototype to avoid an error.
12098    Use char because int might match the return type of a GCC
12099    builtin and then its argument prototype would still apply.  */
12100 #ifdef __cplusplus
12101 extern "C"
12102 #endif
12103 char XauGetBestAuthByAddr ();
12104 int
12105 main ()
12106 {
12107 return XauGetBestAuthByAddr ();
12108   ;
12109   return 0;
12110 }
12111 _ACEOF
12112 rm -f conftest.$ac_objext conftest$ac_exeext
12113 if { (ac_try="$ac_link"
12114 case "(($ac_try" in
12115   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12116   *) ac_try_echo=$ac_try;;
12117 esac
12118 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12119 $as_echo "$ac_try_echo") >&5
12120   (eval "$ac_link") 2>conftest.er1
12121   ac_status=$?
12122   grep -v '^ *+' conftest.er1 >conftest.err
12123   rm -f conftest.er1
12124   cat conftest.err >&5
12125   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12126   (exit $ac_status); } && {
12127          test -z "$ac_c_werror_flag" ||
12128          test ! -s conftest.err
12129        } && test -s conftest$ac_exeext && {
12130          test "$cross_compiling" = yes ||
12131          $as_test_x conftest$ac_exeext
12132        }; then
12133   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12134 else
12135   $as_echo "$as_me: failed program was:" >&5
12136 sed 's/^/| /' conftest.$ac_ext >&5
12137
12138         ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12139 fi
12140
12141 rm -rf conftest.dSYM
12142 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12143       conftest$ac_exeext conftest.$ac_ext
12144 LIBS=$ac_check_lib_save_LIBS
12145 fi
12146 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12147 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12148 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12149   NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12150 else
12151   NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12152 fi
12153
12154
12155 fi
12156
12157 fi
12158
12159 done
12160
12161
12162     CPPFLAGS="$ac_save_CPPFLAGS"
12163 else
12164     XLIB=""
12165     X_CFLAGS=""
12166     X_LIBS=""
12167     enable_winex11_drv=${enable_winex11_drv:-no}
12168     enable_opengl32=${enable_opengl32:-no}
12169     enable_glu32=${enable_glu32:-no}
12170 fi
12171 if test "x$XLIB" = "x"; then
12172   case "x$with_x" in
12173   xno) ;;
12174   *)   { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12175 without X support, which probably isn't what you want. You will need to install
12176 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12177 Use the --without-x option if you really want this." >&5
12178 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12179 without X support, which probably isn't what you want. You will need to install
12180 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12181 Use the --without-x option if you really want this." >&2;}
12182    { (exit 1); exit 1; }; } ;;
12183 esac
12184 fi
12185
12186
12187
12188 XML2LIBS=""
12189
12190 XML2INCL=""
12191
12192 XSLTINCL=""
12193
12194 if test "x$with_xml" != "xno"
12195 then
12196     ac_save_CPPFLAGS="$CPPFLAGS"
12197     if test "$PKG_CONFIG" != "false"
12198     then
12199         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12200         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12201     else
12202         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12203         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
12204     fi
12205     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12206
12207 for ac_header in libxml/parser.h
12208 do
12209 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12210 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12211   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12212 $as_echo_n "checking for $ac_header... " >&6; }
12213 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12214   $as_echo_n "(cached) " >&6
12215 fi
12216 ac_res=`eval 'as_val=${'$as_ac_Header'}
12217                  $as_echo "$as_val"'`
12218                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12219 $as_echo "$ac_res" >&6; }
12220 else
12221   # Is the header compilable?
12222 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12223 $as_echo_n "checking $ac_header usability... " >&6; }
12224 cat >conftest.$ac_ext <<_ACEOF
12225 /* confdefs.h.  */
12226 _ACEOF
12227 cat confdefs.h >>conftest.$ac_ext
12228 cat >>conftest.$ac_ext <<_ACEOF
12229 /* end confdefs.h.  */
12230 $ac_includes_default
12231 #include <$ac_header>
12232 _ACEOF
12233 rm -f conftest.$ac_objext
12234 if { (ac_try="$ac_compile"
12235 case "(($ac_try" in
12236   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12237   *) ac_try_echo=$ac_try;;
12238 esac
12239 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12240 $as_echo "$ac_try_echo") >&5
12241   (eval "$ac_compile") 2>conftest.er1
12242   ac_status=$?
12243   grep -v '^ *+' conftest.er1 >conftest.err
12244   rm -f conftest.er1
12245   cat conftest.err >&5
12246   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12247   (exit $ac_status); } && {
12248          test -z "$ac_c_werror_flag" ||
12249          test ! -s conftest.err
12250        } && test -s conftest.$ac_objext; then
12251   ac_header_compiler=yes
12252 else
12253   $as_echo "$as_me: failed program was:" >&5
12254 sed 's/^/| /' conftest.$ac_ext >&5
12255
12256         ac_header_compiler=no
12257 fi
12258
12259 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12260 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12261 $as_echo "$ac_header_compiler" >&6; }
12262
12263 # Is the header present?
12264 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12265 $as_echo_n "checking $ac_header presence... " >&6; }
12266 cat >conftest.$ac_ext <<_ACEOF
12267 /* confdefs.h.  */
12268 _ACEOF
12269 cat confdefs.h >>conftest.$ac_ext
12270 cat >>conftest.$ac_ext <<_ACEOF
12271 /* end confdefs.h.  */
12272 #include <$ac_header>
12273 _ACEOF
12274 if { (ac_try="$ac_cpp conftest.$ac_ext"
12275 case "(($ac_try" in
12276   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12277   *) ac_try_echo=$ac_try;;
12278 esac
12279 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12280 $as_echo "$ac_try_echo") >&5
12281   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12282   ac_status=$?
12283   grep -v '^ *+' conftest.er1 >conftest.err
12284   rm -f conftest.er1
12285   cat conftest.err >&5
12286   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12287   (exit $ac_status); } >/dev/null && {
12288          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12289          test ! -s conftest.err
12290        }; then
12291   ac_header_preproc=yes
12292 else
12293   $as_echo "$as_me: failed program was:" >&5
12294 sed 's/^/| /' conftest.$ac_ext >&5
12295
12296   ac_header_preproc=no
12297 fi
12298
12299 rm -f conftest.err conftest.$ac_ext
12300 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12301 $as_echo "$ac_header_preproc" >&6; }
12302
12303 # So?  What about this header?
12304 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12305   yes:no: )
12306     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12307 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12308     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12309 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12310     ac_header_preproc=yes
12311     ;;
12312   no:yes:* )
12313     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12314 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12315     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12316 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12317     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12318 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12319     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12320 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12321     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12322 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12323     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12324 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12325     ( cat <<\_ASBOX
12326 ## ------------------------------------ ##
12327 ## Report this to wine-devel@winehq.org ##
12328 ## ------------------------------------ ##
12329 _ASBOX
12330      ) | sed "s/^/$as_me: WARNING:     /" >&2
12331     ;;
12332 esac
12333 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12334 $as_echo_n "checking for $ac_header... " >&6; }
12335 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12336   $as_echo_n "(cached) " >&6
12337 else
12338   eval "$as_ac_Header=\$ac_header_preproc"
12339 fi
12340 ac_res=`eval 'as_val=${'$as_ac_Header'}
12341                  $as_echo "$as_val"'`
12342                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12343 $as_echo "$ac_res" >&6; }
12344
12345 fi
12346 as_val=`eval 'as_val=${'$as_ac_Header'}
12347                  $as_echo "$as_val"'`
12348    if test "x$as_val" = x""yes; then
12349   cat >>confdefs.h <<_ACEOF
12350 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12351 _ACEOF
12352  { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12353 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12354 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12355   $as_echo_n "(cached) " >&6
12356 else
12357   ac_check_lib_save_LIBS=$LIBS
12358 LIBS="-lxml2 $ac_xml_libs $LIBS"
12359 cat >conftest.$ac_ext <<_ACEOF
12360 /* confdefs.h.  */
12361 _ACEOF
12362 cat confdefs.h >>conftest.$ac_ext
12363 cat >>conftest.$ac_ext <<_ACEOF
12364 /* end confdefs.h.  */
12365
12366 /* Override any GCC internal prototype to avoid an error.
12367    Use char because int might match the return type of a GCC
12368    builtin and then its argument prototype would still apply.  */
12369 #ifdef __cplusplus
12370 extern "C"
12371 #endif
12372 char xmlParseMemory ();
12373 int
12374 main ()
12375 {
12376 return xmlParseMemory ();
12377   ;
12378   return 0;
12379 }
12380 _ACEOF
12381 rm -f conftest.$ac_objext conftest$ac_exeext
12382 if { (ac_try="$ac_link"
12383 case "(($ac_try" in
12384   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12385   *) ac_try_echo=$ac_try;;
12386 esac
12387 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12388 $as_echo "$ac_try_echo") >&5
12389   (eval "$ac_link") 2>conftest.er1
12390   ac_status=$?
12391   grep -v '^ *+' conftest.er1 >conftest.err
12392   rm -f conftest.er1
12393   cat conftest.err >&5
12394   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12395   (exit $ac_status); } && {
12396          test -z "$ac_c_werror_flag" ||
12397          test ! -s conftest.err
12398        } && test -s conftest$ac_exeext && {
12399          test "$cross_compiling" = yes ||
12400          $as_test_x conftest$ac_exeext
12401        }; then
12402   ac_cv_lib_xml2_xmlParseMemory=yes
12403 else
12404   $as_echo "$as_me: failed program was:" >&5
12405 sed 's/^/| /' conftest.$ac_ext >&5
12406
12407         ac_cv_lib_xml2_xmlParseMemory=no
12408 fi
12409
12410 rm -rf conftest.dSYM
12411 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12412       conftest$ac_exeext conftest.$ac_ext
12413 LIBS=$ac_check_lib_save_LIBS
12414 fi
12415 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12416 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12417 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12418
12419 cat >>confdefs.h <<\_ACEOF
12420 #define HAVE_LIBXML2 1
12421 _ACEOF
12422
12423                  XML2LIBS="$ac_xml_libs"
12424                  XML2INCL="$ac_xml_cflags"
12425 fi
12426
12427              { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12428 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12429 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12430   $as_echo_n "(cached) " >&6
12431 else
12432   ac_check_lib_save_LIBS=$LIBS
12433 LIBS="-lxml2 $ac_xml_libs $LIBS"
12434 cat >conftest.$ac_ext <<_ACEOF
12435 /* confdefs.h.  */
12436 _ACEOF
12437 cat confdefs.h >>conftest.$ac_ext
12438 cat >>conftest.$ac_ext <<_ACEOF
12439 /* end confdefs.h.  */
12440
12441 /* Override any GCC internal prototype to avoid an error.
12442    Use char because int might match the return type of a GCC
12443    builtin and then its argument prototype would still apply.  */
12444 #ifdef __cplusplus
12445 extern "C"
12446 #endif
12447 char xmlReadMemory ();
12448 int
12449 main ()
12450 {
12451 return xmlReadMemory ();
12452   ;
12453   return 0;
12454 }
12455 _ACEOF
12456 rm -f conftest.$ac_objext conftest$ac_exeext
12457 if { (ac_try="$ac_link"
12458 case "(($ac_try" in
12459   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12460   *) ac_try_echo=$ac_try;;
12461 esac
12462 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12463 $as_echo "$ac_try_echo") >&5
12464   (eval "$ac_link") 2>conftest.er1
12465   ac_status=$?
12466   grep -v '^ *+' conftest.er1 >conftest.err
12467   rm -f conftest.er1
12468   cat conftest.err >&5
12469   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12470   (exit $ac_status); } && {
12471          test -z "$ac_c_werror_flag" ||
12472          test ! -s conftest.err
12473        } && test -s conftest$ac_exeext && {
12474          test "$cross_compiling" = yes ||
12475          $as_test_x conftest$ac_exeext
12476        }; then
12477   ac_cv_lib_xml2_xmlReadMemory=yes
12478 else
12479   $as_echo "$as_me: failed program was:" >&5
12480 sed 's/^/| /' conftest.$ac_ext >&5
12481
12482         ac_cv_lib_xml2_xmlReadMemory=no
12483 fi
12484
12485 rm -rf conftest.dSYM
12486 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12487       conftest$ac_exeext conftest.$ac_ext
12488 LIBS=$ac_check_lib_save_LIBS
12489 fi
12490 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12491 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12492 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12493
12494 cat >>confdefs.h <<\_ACEOF
12495 #define HAVE_XMLREADMEMORY 1
12496 _ACEOF
12497
12498 fi
12499
12500              { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12501 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12502 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12503   $as_echo_n "(cached) " >&6
12504 else
12505   ac_check_lib_save_LIBS=$LIBS
12506 LIBS="-lxml2 $ac_xml_libs $LIBS"
12507 cat >conftest.$ac_ext <<_ACEOF
12508 /* confdefs.h.  */
12509 _ACEOF
12510 cat confdefs.h >>conftest.$ac_ext
12511 cat >>conftest.$ac_ext <<_ACEOF
12512 /* end confdefs.h.  */
12513
12514 /* Override any GCC internal prototype to avoid an error.
12515    Use char because int might match the return type of a GCC
12516    builtin and then its argument prototype would still apply.  */
12517 #ifdef __cplusplus
12518 extern "C"
12519 #endif
12520 char xmlNewDocPI ();
12521 int
12522 main ()
12523 {
12524 return xmlNewDocPI ();
12525   ;
12526   return 0;
12527 }
12528 _ACEOF
12529 rm -f conftest.$ac_objext conftest$ac_exeext
12530 if { (ac_try="$ac_link"
12531 case "(($ac_try" in
12532   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12533   *) ac_try_echo=$ac_try;;
12534 esac
12535 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12536 $as_echo "$ac_try_echo") >&5
12537   (eval "$ac_link") 2>conftest.er1
12538   ac_status=$?
12539   grep -v '^ *+' conftest.er1 >conftest.err
12540   rm -f conftest.er1
12541   cat conftest.err >&5
12542   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12543   (exit $ac_status); } && {
12544          test -z "$ac_c_werror_flag" ||
12545          test ! -s conftest.err
12546        } && test -s conftest$ac_exeext && {
12547          test "$cross_compiling" = yes ||
12548          $as_test_x conftest$ac_exeext
12549        }; then
12550   ac_cv_lib_xml2_xmlNewDocPI=yes
12551 else
12552   $as_echo "$as_me: failed program was:" >&5
12553 sed 's/^/| /' conftest.$ac_ext >&5
12554
12555         ac_cv_lib_xml2_xmlNewDocPI=no
12556 fi
12557
12558 rm -rf conftest.dSYM
12559 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12560       conftest$ac_exeext conftest.$ac_ext
12561 LIBS=$ac_check_lib_save_LIBS
12562 fi
12563 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12564 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12565 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12566
12567 cat >>confdefs.h <<\_ACEOF
12568 #define HAVE_XMLNEWDOCPI 1
12569 _ACEOF
12570
12571 fi
12572
12573
12574 fi
12575
12576 done
12577
12578     CPPFLAGS="$ac_save_CPPFLAGS"
12579 fi
12580 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12581   case "x$with_xml" in
12582   x)   wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12583   xno) ;;
12584   *)   { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12585 This is an error since --with-xml was requested." >&5
12586 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12587 This is an error since --with-xml was requested." >&2;}
12588    { (exit 1); exit 1; }; } ;;
12589 esac
12590 fi
12591
12592
12593 if test "x$with_xslt" != "xno"
12594 then
12595     if test "$PKG_CONFIG" != "false"
12596     then
12597         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12598         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12599     else
12600         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12601         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12602     fi
12603     ac_save_CPPFLAGS="$CPPFLAGS"
12604     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12605
12606
12607 for ac_header in libxslt/pattern.h libxslt/transform.h
12608 do
12609 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12610 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12611 $as_echo_n "checking for $ac_header... " >&6; }
12612 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12613   $as_echo_n "(cached) " >&6
12614 else
12615   cat >conftest.$ac_ext <<_ACEOF
12616 /* confdefs.h.  */
12617 _ACEOF
12618 cat confdefs.h >>conftest.$ac_ext
12619 cat >>conftest.$ac_ext <<_ACEOF
12620 /* end confdefs.h.  */
12621 #ifdef HAVE_LIBXSLT_PATTERN_H
12622 # include <libxslt/pattern.h>
12623 #endif
12624
12625 #include <$ac_header>
12626 _ACEOF
12627 rm -f conftest.$ac_objext
12628 if { (ac_try="$ac_compile"
12629 case "(($ac_try" in
12630   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12631   *) ac_try_echo=$ac_try;;
12632 esac
12633 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12634 $as_echo "$ac_try_echo") >&5
12635   (eval "$ac_compile") 2>conftest.er1
12636   ac_status=$?
12637   grep -v '^ *+' conftest.er1 >conftest.err
12638   rm -f conftest.er1
12639   cat conftest.err >&5
12640   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12641   (exit $ac_status); } && {
12642          test -z "$ac_c_werror_flag" ||
12643          test ! -s conftest.err
12644        } && test -s conftest.$ac_objext; then
12645   eval "$as_ac_Header=yes"
12646 else
12647   $as_echo "$as_me: failed program was:" >&5
12648 sed 's/^/| /' conftest.$ac_ext >&5
12649
12650         eval "$as_ac_Header=no"
12651 fi
12652
12653 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12654 fi
12655 ac_res=`eval 'as_val=${'$as_ac_Header'}
12656                  $as_echo "$as_val"'`
12657                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12658 $as_echo "$ac_res" >&6; }
12659 as_val=`eval 'as_val=${'$as_ac_Header'}
12660                  $as_echo "$as_val"'`
12661    if test "x$as_val" = x""yes; then
12662   cat >>confdefs.h <<_ACEOF
12663 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12664 _ACEOF
12665
12666 fi
12667
12668 done
12669
12670     CPPFLAGS="$ac_save_CPPFLAGS"
12671     if test "$ac_cv_header_libxslt_transform_h" = "yes"
12672     then
12673         { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12674 $as_echo_n "checking for -lxslt... " >&6; }
12675 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12676   $as_echo_n "(cached) " >&6
12677 else
12678   ac_check_soname_save_LIBS=$LIBS
12679 LIBS="-lxslt $ac_xslt_libs $LIBS"
12680   cat >conftest.$ac_ext <<_ACEOF
12681 /* confdefs.h.  */
12682 _ACEOF
12683 cat confdefs.h >>conftest.$ac_ext
12684 cat >>conftest.$ac_ext <<_ACEOF
12685 /* end confdefs.h.  */
12686
12687 /* Override any GCC internal prototype to avoid an error.
12688    Use char because int might match the return type of a GCC
12689    builtin and then its argument prototype would still apply.  */
12690 #ifdef __cplusplus
12691 extern "C"
12692 #endif
12693 char xsltCompilePattern ();
12694 int
12695 main ()
12696 {
12697 return xsltCompilePattern ();
12698   ;
12699   return 0;
12700 }
12701 _ACEOF
12702 rm -f conftest.$ac_objext conftest$ac_exeext
12703 if { (ac_try="$ac_link"
12704 case "(($ac_try" in
12705   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12706   *) ac_try_echo=$ac_try;;
12707 esac
12708 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12709 $as_echo "$ac_try_echo") >&5
12710   (eval "$ac_link") 2>conftest.er1
12711   ac_status=$?
12712   grep -v '^ *+' conftest.er1 >conftest.err
12713   rm -f conftest.er1
12714   cat conftest.err >&5
12715   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12716   (exit $ac_status); } && {
12717          test -z "$ac_c_werror_flag" ||
12718          test ! -s conftest.err
12719        } && test -s conftest$ac_exeext && {
12720          test "$cross_compiling" = yes ||
12721          $as_test_x conftest$ac_exeext
12722        }; then
12723   case "$LIBEXT" in
12724     dll) ;;
12725     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'` ;;
12726     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
12727   esac
12728 else
12729   $as_echo "$as_me: failed program was:" >&5
12730 sed 's/^/| /' conftest.$ac_ext >&5
12731
12732
12733 fi
12734
12735 rm -rf conftest.dSYM
12736 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12737       conftest$ac_exeext conftest.$ac_ext
12738   LIBS=$ac_check_soname_save_LIBS
12739 fi
12740 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12741   { $as_echo "$as_me:$LINENO: result: not found" >&5
12742 $as_echo "not found" >&6; }
12743
12744 else
12745   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12746 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12747
12748 cat >>confdefs.h <<_ACEOF
12749 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12750 _ACEOF
12751
12752        XSLTINCL="$ac_xslt_cflags"
12753 fi
12754
12755     fi
12756 fi
12757 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12758   case "x$with_xslt" in
12759   x)   wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12760   xno) ;;
12761   *)   { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12762 This is an error since --with-xslt was requested." >&5
12763 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12764 This is an error since --with-xslt was requested." >&2;}
12765    { (exit 1); exit 1; }; } ;;
12766 esac
12767 fi
12768
12769
12770 HALINCL=""
12771
12772 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12773 then
12774     ac_save_CPPFLAGS="$CPPFLAGS"
12775     ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12776     ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12777     CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12778
12779
12780 for ac_header in dbus/dbus.h hal/libhal.h
12781 do
12782 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12783 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12784   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12785 $as_echo_n "checking for $ac_header... " >&6; }
12786 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12787   $as_echo_n "(cached) " >&6
12788 fi
12789 ac_res=`eval 'as_val=${'$as_ac_Header'}
12790                  $as_echo "$as_val"'`
12791                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12792 $as_echo "$ac_res" >&6; }
12793 else
12794   # Is the header compilable?
12795 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12796 $as_echo_n "checking $ac_header usability... " >&6; }
12797 cat >conftest.$ac_ext <<_ACEOF
12798 /* confdefs.h.  */
12799 _ACEOF
12800 cat confdefs.h >>conftest.$ac_ext
12801 cat >>conftest.$ac_ext <<_ACEOF
12802 /* end confdefs.h.  */
12803 $ac_includes_default
12804 #include <$ac_header>
12805 _ACEOF
12806 rm -f conftest.$ac_objext
12807 if { (ac_try="$ac_compile"
12808 case "(($ac_try" in
12809   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12810   *) ac_try_echo=$ac_try;;
12811 esac
12812 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12813 $as_echo "$ac_try_echo") >&5
12814   (eval "$ac_compile") 2>conftest.er1
12815   ac_status=$?
12816   grep -v '^ *+' conftest.er1 >conftest.err
12817   rm -f conftest.er1
12818   cat conftest.err >&5
12819   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12820   (exit $ac_status); } && {
12821          test -z "$ac_c_werror_flag" ||
12822          test ! -s conftest.err
12823        } && test -s conftest.$ac_objext; then
12824   ac_header_compiler=yes
12825 else
12826   $as_echo "$as_me: failed program was:" >&5
12827 sed 's/^/| /' conftest.$ac_ext >&5
12828
12829         ac_header_compiler=no
12830 fi
12831
12832 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12833 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12834 $as_echo "$ac_header_compiler" >&6; }
12835
12836 # Is the header present?
12837 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12838 $as_echo_n "checking $ac_header presence... " >&6; }
12839 cat >conftest.$ac_ext <<_ACEOF
12840 /* confdefs.h.  */
12841 _ACEOF
12842 cat confdefs.h >>conftest.$ac_ext
12843 cat >>conftest.$ac_ext <<_ACEOF
12844 /* end confdefs.h.  */
12845 #include <$ac_header>
12846 _ACEOF
12847 if { (ac_try="$ac_cpp conftest.$ac_ext"
12848 case "(($ac_try" in
12849   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12850   *) ac_try_echo=$ac_try;;
12851 esac
12852 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12853 $as_echo "$ac_try_echo") >&5
12854   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12855   ac_status=$?
12856   grep -v '^ *+' conftest.er1 >conftest.err
12857   rm -f conftest.er1
12858   cat conftest.err >&5
12859   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12860   (exit $ac_status); } >/dev/null && {
12861          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12862          test ! -s conftest.err
12863        }; then
12864   ac_header_preproc=yes
12865 else
12866   $as_echo "$as_me: failed program was:" >&5
12867 sed 's/^/| /' conftest.$ac_ext >&5
12868
12869   ac_header_preproc=no
12870 fi
12871
12872 rm -f conftest.err conftest.$ac_ext
12873 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12874 $as_echo "$ac_header_preproc" >&6; }
12875
12876 # So?  What about this header?
12877 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12878   yes:no: )
12879     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12880 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12881     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12882 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12883     ac_header_preproc=yes
12884     ;;
12885   no:yes:* )
12886     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12887 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12888     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12889 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12890     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12891 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12892     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12893 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12894     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12895 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12896     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12897 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12898     ( cat <<\_ASBOX
12899 ## ------------------------------------ ##
12900 ## Report this to wine-devel@winehq.org ##
12901 ## ------------------------------------ ##
12902 _ASBOX
12903      ) | sed "s/^/$as_me: WARNING:     /" >&2
12904     ;;
12905 esac
12906 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12907 $as_echo_n "checking for $ac_header... " >&6; }
12908 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12909   $as_echo_n "(cached) " >&6
12910 else
12911   eval "$as_ac_Header=\$ac_header_preproc"
12912 fi
12913 ac_res=`eval 'as_val=${'$as_ac_Header'}
12914                  $as_echo "$as_val"'`
12915                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12916 $as_echo "$ac_res" >&6; }
12917
12918 fi
12919 as_val=`eval 'as_val=${'$as_ac_Header'}
12920                  $as_echo "$as_val"'`
12921    if test "x$as_val" = x""yes; then
12922   cat >>confdefs.h <<_ACEOF
12923 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12924 _ACEOF
12925
12926 fi
12927
12928 done
12929
12930     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12931     then
12932         { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12933 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
12934 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12935   $as_echo_n "(cached) " >&6
12936 else
12937   ac_check_lib_save_LIBS=$LIBS
12938 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12939 cat >conftest.$ac_ext <<_ACEOF
12940 /* confdefs.h.  */
12941 _ACEOF
12942 cat confdefs.h >>conftest.$ac_ext
12943 cat >>conftest.$ac_ext <<_ACEOF
12944 /* end confdefs.h.  */
12945
12946 /* Override any GCC internal prototype to avoid an error.
12947    Use char because int might match the return type of a GCC
12948    builtin and then its argument prototype would still apply.  */
12949 #ifdef __cplusplus
12950 extern "C"
12951 #endif
12952 char dbus_connection_close ();
12953 int
12954 main ()
12955 {
12956 return dbus_connection_close ();
12957   ;
12958   return 0;
12959 }
12960 _ACEOF
12961 rm -f conftest.$ac_objext conftest$ac_exeext
12962 if { (ac_try="$ac_link"
12963 case "(($ac_try" in
12964   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12965   *) ac_try_echo=$ac_try;;
12966 esac
12967 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12968 $as_echo "$ac_try_echo") >&5
12969   (eval "$ac_link") 2>conftest.er1
12970   ac_status=$?
12971   grep -v '^ *+' conftest.er1 >conftest.err
12972   rm -f conftest.er1
12973   cat conftest.err >&5
12974   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12975   (exit $ac_status); } && {
12976          test -z "$ac_c_werror_flag" ||
12977          test ! -s conftest.err
12978        } && test -s conftest$ac_exeext && {
12979          test "$cross_compiling" = yes ||
12980          $as_test_x conftest$ac_exeext
12981        }; then
12982   ac_cv_lib_dbus_1_dbus_connection_close=yes
12983 else
12984   $as_echo "$as_me: failed program was:" >&5
12985 sed 's/^/| /' conftest.$ac_ext >&5
12986
12987         ac_cv_lib_dbus_1_dbus_connection_close=no
12988 fi
12989
12990 rm -rf conftest.dSYM
12991 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12992       conftest$ac_exeext conftest.$ac_ext
12993 LIBS=$ac_check_lib_save_LIBS
12994 fi
12995 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12996 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12997 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
12998   { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
12999 $as_echo_n "checking for -lhal... " >&6; }
13000 if test "${ac_cv_lib_soname_hal+set}" = set; then
13001   $as_echo_n "(cached) " >&6
13002 else
13003   ac_check_soname_save_LIBS=$LIBS
13004 LIBS="-lhal $ac_hal_libs $LIBS"
13005   cat >conftest.$ac_ext <<_ACEOF
13006 /* confdefs.h.  */
13007 _ACEOF
13008 cat confdefs.h >>conftest.$ac_ext
13009 cat >>conftest.$ac_ext <<_ACEOF
13010 /* end confdefs.h.  */
13011
13012 /* Override any GCC internal prototype to avoid an error.
13013    Use char because int might match the return type of a GCC
13014    builtin and then its argument prototype would still apply.  */
13015 #ifdef __cplusplus
13016 extern "C"
13017 #endif
13018 char libhal_ctx_new ();
13019 int
13020 main ()
13021 {
13022 return libhal_ctx_new ();
13023   ;
13024   return 0;
13025 }
13026 _ACEOF
13027 rm -f conftest.$ac_objext conftest$ac_exeext
13028 if { (ac_try="$ac_link"
13029 case "(($ac_try" in
13030   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13031   *) ac_try_echo=$ac_try;;
13032 esac
13033 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13034 $as_echo "$ac_try_echo") >&5
13035   (eval "$ac_link") 2>conftest.er1
13036   ac_status=$?
13037   grep -v '^ *+' conftest.er1 >conftest.err
13038   rm -f conftest.er1
13039   cat conftest.err >&5
13040   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13041   (exit $ac_status); } && {
13042          test -z "$ac_c_werror_flag" ||
13043          test ! -s conftest.err
13044        } && test -s conftest$ac_exeext && {
13045          test "$cross_compiling" = yes ||
13046          $as_test_x conftest$ac_exeext
13047        }; then
13048   case "$LIBEXT" in
13049     dll) ;;
13050     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'` ;;
13051     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
13052   esac
13053 else
13054   $as_echo "$as_me: failed program was:" >&5
13055 sed 's/^/| /' conftest.$ac_ext >&5
13056
13057
13058 fi
13059
13060 rm -rf conftest.dSYM
13061 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13062       conftest$ac_exeext conftest.$ac_ext
13063   LIBS=$ac_check_soname_save_LIBS
13064 fi
13065 if test "x$ac_cv_lib_soname_hal" = "x"; then
13066   { $as_echo "$as_me:$LINENO: result: not found" >&5
13067 $as_echo "not found" >&6; }
13068
13069 else
13070   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13071 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13072
13073 cat >>confdefs.h <<_ACEOF
13074 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13075 _ACEOF
13076
13077        HALINCL="$ac_hal_cflags"
13078 fi
13079
13080 fi
13081
13082     fi
13083     CPPFLAGS="$ac_save_CPPFLAGS"
13084 fi
13085 if test "x$ac_cv_lib_soname_hal" = "x"; then
13086   case "x$with_hal" in
13087   x)   wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13088   xno) ;;
13089   *)   { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13090 This is an error since --with-hal was requested." >&5
13091 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13092 This is an error since --with-hal was requested." >&2;}
13093    { (exit 1); exit 1; }; } ;;
13094 esac
13095 fi
13096
13097
13098 if test "x$with_gnutls" != "xno" -a "$PKG_CONFIG" != "false"
13099 then
13100     ac_save_CPPFLAGS="$CPPFLAGS"
13101     ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13102     ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13103     CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13104     if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13105   { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13106 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13107 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13108   $as_echo_n "(cached) " >&6
13109 fi
13110 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13111 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13112 else
13113   # Is the header compilable?
13114 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13115 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13116 cat >conftest.$ac_ext <<_ACEOF
13117 /* confdefs.h.  */
13118 _ACEOF
13119 cat confdefs.h >>conftest.$ac_ext
13120 cat >>conftest.$ac_ext <<_ACEOF
13121 /* end confdefs.h.  */
13122 $ac_includes_default
13123 #include <gnutls/gnutls.h>
13124 _ACEOF
13125 rm -f conftest.$ac_objext
13126 if { (ac_try="$ac_compile"
13127 case "(($ac_try" in
13128   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13129   *) ac_try_echo=$ac_try;;
13130 esac
13131 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13132 $as_echo "$ac_try_echo") >&5
13133   (eval "$ac_compile") 2>conftest.er1
13134   ac_status=$?
13135   grep -v '^ *+' conftest.er1 >conftest.err
13136   rm -f conftest.er1
13137   cat conftest.err >&5
13138   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13139   (exit $ac_status); } && {
13140          test -z "$ac_c_werror_flag" ||
13141          test ! -s conftest.err
13142        } && test -s conftest.$ac_objext; then
13143   ac_header_compiler=yes
13144 else
13145   $as_echo "$as_me: failed program was:" >&5
13146 sed 's/^/| /' conftest.$ac_ext >&5
13147
13148         ac_header_compiler=no
13149 fi
13150
13151 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13152 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13153 $as_echo "$ac_header_compiler" >&6; }
13154
13155 # Is the header present?
13156 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13157 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13158 cat >conftest.$ac_ext <<_ACEOF
13159 /* confdefs.h.  */
13160 _ACEOF
13161 cat confdefs.h >>conftest.$ac_ext
13162 cat >>conftest.$ac_ext <<_ACEOF
13163 /* end confdefs.h.  */
13164 #include <gnutls/gnutls.h>
13165 _ACEOF
13166 if { (ac_try="$ac_cpp conftest.$ac_ext"
13167 case "(($ac_try" in
13168   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13169   *) ac_try_echo=$ac_try;;
13170 esac
13171 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13172 $as_echo "$ac_try_echo") >&5
13173   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13174   ac_status=$?
13175   grep -v '^ *+' conftest.er1 >conftest.err
13176   rm -f conftest.er1
13177   cat conftest.err >&5
13178   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13179   (exit $ac_status); } >/dev/null && {
13180          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13181          test ! -s conftest.err
13182        }; then
13183   ac_header_preproc=yes
13184 else
13185   $as_echo "$as_me: failed program was:" >&5
13186 sed 's/^/| /' conftest.$ac_ext >&5
13187
13188   ac_header_preproc=no
13189 fi
13190
13191 rm -f conftest.err conftest.$ac_ext
13192 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13193 $as_echo "$ac_header_preproc" >&6; }
13194
13195 # So?  What about this header?
13196 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13197   yes:no: )
13198     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13199 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13200     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13201 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13202     ac_header_preproc=yes
13203     ;;
13204   no:yes:* )
13205     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13206 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13207     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&5
13208 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&2;}
13209     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13210 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13211     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&5
13212 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13213     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13214 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13215     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13216 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13217     ( cat <<\_ASBOX
13218 ## ------------------------------------ ##
13219 ## Report this to wine-devel@winehq.org ##
13220 ## ------------------------------------ ##
13221 _ASBOX
13222      ) | sed "s/^/$as_me: WARNING:     /" >&2
13223     ;;
13224 esac
13225 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13226 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13227 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13228   $as_echo_n "(cached) " >&6
13229 else
13230   ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13231 fi
13232 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13233 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13234
13235 fi
13236 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13237   cat >conftest.$ac_ext <<_ACEOF
13238 /* confdefs.h.  */
13239 _ACEOF
13240 cat confdefs.h >>conftest.$ac_ext
13241 cat >>conftest.$ac_ext <<_ACEOF
13242 /* end confdefs.h.  */
13243 #include <gnutls/gnutls.h>
13244 int
13245 main ()
13246 {
13247 typeof(gnutls_transport_set_errno) *pfunc;
13248   ;
13249   return 0;
13250 }
13251 _ACEOF
13252 rm -f conftest.$ac_objext
13253 if { (ac_try="$ac_compile"
13254 case "(($ac_try" in
13255   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13256   *) ac_try_echo=$ac_try;;
13257 esac
13258 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13259 $as_echo "$ac_try_echo") >&5
13260   (eval "$ac_compile") 2>conftest.er1
13261   ac_status=$?
13262   grep -v '^ *+' conftest.er1 >conftest.err
13263   rm -f conftest.er1
13264   cat conftest.err >&5
13265   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13266   (exit $ac_status); } && {
13267          test -z "$ac_c_werror_flag" ||
13268          test ! -s conftest.err
13269        } && test -s conftest.$ac_objext; then
13270   { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13271 $as_echo_n "checking for -lgnutls... " >&6; }
13272 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13273   $as_echo_n "(cached) " >&6
13274 else
13275   ac_check_soname_save_LIBS=$LIBS
13276 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13277   cat >conftest.$ac_ext <<_ACEOF
13278 /* confdefs.h.  */
13279 _ACEOF
13280 cat confdefs.h >>conftest.$ac_ext
13281 cat >>conftest.$ac_ext <<_ACEOF
13282 /* end confdefs.h.  */
13283
13284 /* Override any GCC internal prototype to avoid an error.
13285    Use char because int might match the return type of a GCC
13286    builtin and then its argument prototype would still apply.  */
13287 #ifdef __cplusplus
13288 extern "C"
13289 #endif
13290 char gnutls_global_init ();
13291 int
13292 main ()
13293 {
13294 return gnutls_global_init ();
13295   ;
13296   return 0;
13297 }
13298 _ACEOF
13299 rm -f conftest.$ac_objext conftest$ac_exeext
13300 if { (ac_try="$ac_link"
13301 case "(($ac_try" in
13302   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13303   *) ac_try_echo=$ac_try;;
13304 esac
13305 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13306 $as_echo "$ac_try_echo") >&5
13307   (eval "$ac_link") 2>conftest.er1
13308   ac_status=$?
13309   grep -v '^ *+' conftest.er1 >conftest.err
13310   rm -f conftest.er1
13311   cat conftest.err >&5
13312   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13313   (exit $ac_status); } && {
13314          test -z "$ac_c_werror_flag" ||
13315          test ! -s conftest.err
13316        } && test -s conftest$ac_exeext && {
13317          test "$cross_compiling" = yes ||
13318          $as_test_x conftest$ac_exeext
13319        }; then
13320   case "$LIBEXT" in
13321     dll) ;;
13322     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'` ;;
13323     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13324   esac
13325 else
13326   $as_echo "$as_me: failed program was:" >&5
13327 sed 's/^/| /' conftest.$ac_ext >&5
13328
13329
13330 fi
13331
13332 rm -rf conftest.dSYM
13333 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13334       conftest$ac_exeext conftest.$ac_ext
13335   LIBS=$ac_check_soname_save_LIBS
13336 fi
13337 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13338   { $as_echo "$as_me:$LINENO: result: not found" >&5
13339 $as_echo "not found" >&6; }
13340
13341 else
13342   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13343 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13344
13345 cat >>confdefs.h <<_ACEOF
13346 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13347 _ACEOF
13348
13349        GNUTLSINCL="$ac_gnutls_cflags"
13350
13351 fi
13352
13353 else
13354   $as_echo "$as_me: failed program was:" >&5
13355 sed 's/^/| /' conftest.$ac_ext >&5
13356
13357
13358 fi
13359
13360 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13361 fi
13362
13363
13364     CPPFLAGS="$ac_save_CPPFLAGS"
13365 fi
13366 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13367   case "x$with_gnutls" in
13368   x)   wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13369   xno) ;;
13370   *)   { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13371 This is an error since --with-gnutls was requested." >&5
13372 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13373 This is an error since --with-gnutls was requested." >&2;}
13374    { (exit 1); exit 1; }; } ;;
13375 esac
13376 fi
13377
13378
13379 CURSESLIBS=""
13380 if test "$ac_cv_header_ncurses_h" = "yes"
13381 then
13382     { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13383 $as_echo_n "checking for -lncurses... " >&6; }
13384 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13385   $as_echo_n "(cached) " >&6
13386 else
13387   ac_check_soname_save_LIBS=$LIBS
13388 LIBS="-lncurses  $LIBS"
13389   cat >conftest.$ac_ext <<_ACEOF
13390 /* confdefs.h.  */
13391 _ACEOF
13392 cat confdefs.h >>conftest.$ac_ext
13393 cat >>conftest.$ac_ext <<_ACEOF
13394 /* end confdefs.h.  */
13395
13396 /* Override any GCC internal prototype to avoid an error.
13397    Use char because int might match the return type of a GCC
13398    builtin and then its argument prototype would still apply.  */
13399 #ifdef __cplusplus
13400 extern "C"
13401 #endif
13402 char waddch ();
13403 int
13404 main ()
13405 {
13406 return waddch ();
13407   ;
13408   return 0;
13409 }
13410 _ACEOF
13411 rm -f conftest.$ac_objext conftest$ac_exeext
13412 if { (ac_try="$ac_link"
13413 case "(($ac_try" in
13414   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13415   *) ac_try_echo=$ac_try;;
13416 esac
13417 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13418 $as_echo "$ac_try_echo") >&5
13419   (eval "$ac_link") 2>conftest.er1
13420   ac_status=$?
13421   grep -v '^ *+' conftest.er1 >conftest.err
13422   rm -f conftest.er1
13423   cat conftest.err >&5
13424   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13425   (exit $ac_status); } && {
13426          test -z "$ac_c_werror_flag" ||
13427          test ! -s conftest.err
13428        } && test -s conftest$ac_exeext && {
13429          test "$cross_compiling" = yes ||
13430          $as_test_x conftest$ac_exeext
13431        }; then
13432   case "$LIBEXT" in
13433     dll) ;;
13434     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'` ;;
13435     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
13436   esac
13437 else
13438   $as_echo "$as_me: failed program was:" >&5
13439 sed 's/^/| /' conftest.$ac_ext >&5
13440
13441
13442 fi
13443
13444 rm -rf conftest.dSYM
13445 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13446       conftest$ac_exeext conftest.$ac_ext
13447   LIBS=$ac_check_soname_save_LIBS
13448 fi
13449 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13450   { $as_echo "$as_me:$LINENO: result: not found" >&5
13451 $as_echo "not found" >&6; }
13452
13453 else
13454   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13455 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13456
13457 cat >>confdefs.h <<_ACEOF
13458 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13459 _ACEOF
13460
13461        CURSESLIBS="-lncurses"
13462 fi
13463
13464 elif test "$ac_cv_header_curses_h" = "yes"
13465 then
13466     { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13467 $as_echo_n "checking for -lcurses... " >&6; }
13468 if test "${ac_cv_lib_soname_curses+set}" = set; then
13469   $as_echo_n "(cached) " >&6
13470 else
13471   ac_check_soname_save_LIBS=$LIBS
13472 LIBS="-lcurses  $LIBS"
13473   cat >conftest.$ac_ext <<_ACEOF
13474 /* confdefs.h.  */
13475 _ACEOF
13476 cat confdefs.h >>conftest.$ac_ext
13477 cat >>conftest.$ac_ext <<_ACEOF
13478 /* end confdefs.h.  */
13479
13480 /* Override any GCC internal prototype to avoid an error.
13481    Use char because int might match the return type of a GCC
13482    builtin and then its argument prototype would still apply.  */
13483 #ifdef __cplusplus
13484 extern "C"
13485 #endif
13486 char waddch ();
13487 int
13488 main ()
13489 {
13490 return waddch ();
13491   ;
13492   return 0;
13493 }
13494 _ACEOF
13495 rm -f conftest.$ac_objext conftest$ac_exeext
13496 if { (ac_try="$ac_link"
13497 case "(($ac_try" in
13498   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13499   *) ac_try_echo=$ac_try;;
13500 esac
13501 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13502 $as_echo "$ac_try_echo") >&5
13503   (eval "$ac_link") 2>conftest.er1
13504   ac_status=$?
13505   grep -v '^ *+' conftest.er1 >conftest.err
13506   rm -f conftest.er1
13507   cat conftest.err >&5
13508   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13509   (exit $ac_status); } && {
13510          test -z "$ac_c_werror_flag" ||
13511          test ! -s conftest.err
13512        } && test -s conftest$ac_exeext && {
13513          test "$cross_compiling" = yes ||
13514          $as_test_x conftest$ac_exeext
13515        }; then
13516   case "$LIBEXT" in
13517     dll) ;;
13518     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'` ;;
13519     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13520   esac
13521 else
13522   $as_echo "$as_me: failed program was:" >&5
13523 sed 's/^/| /' conftest.$ac_ext >&5
13524
13525
13526 fi
13527
13528 rm -rf conftest.dSYM
13529 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13530       conftest$ac_exeext conftest.$ac_ext
13531   LIBS=$ac_check_soname_save_LIBS
13532 fi
13533 if test "x$ac_cv_lib_soname_curses" = "x"; then
13534   { $as_echo "$as_me:$LINENO: result: not found" >&5
13535 $as_echo "not found" >&6; }
13536
13537 else
13538   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13539 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13540
13541 cat >>confdefs.h <<_ACEOF
13542 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13543 _ACEOF
13544
13545        CURSESLIBS="-lcurses"
13546 fi
13547
13548 fi
13549 ac_save_LIBS="$LIBS"
13550 LIBS="$LIBS $CURSESLIBS"
13551
13552 for ac_func in mousemask
13553 do
13554 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13555 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13556 $as_echo_n "checking for $ac_func... " >&6; }
13557 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13558   $as_echo_n "(cached) " >&6
13559 else
13560   cat >conftest.$ac_ext <<_ACEOF
13561 /* confdefs.h.  */
13562 _ACEOF
13563 cat confdefs.h >>conftest.$ac_ext
13564 cat >>conftest.$ac_ext <<_ACEOF
13565 /* end confdefs.h.  */
13566 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13567    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13568 #define $ac_func innocuous_$ac_func
13569
13570 /* System header to define __stub macros and hopefully few prototypes,
13571     which can conflict with char $ac_func (); below.
13572     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13573     <limits.h> exists even on freestanding compilers.  */
13574
13575 #ifdef __STDC__
13576 # include <limits.h>
13577 #else
13578 # include <assert.h>
13579 #endif
13580
13581 #undef $ac_func
13582
13583 /* Override any GCC internal prototype to avoid an error.
13584    Use char because int might match the return type of a GCC
13585    builtin and then its argument prototype would still apply.  */
13586 #ifdef __cplusplus
13587 extern "C"
13588 #endif
13589 char $ac_func ();
13590 /* The GNU C library defines this for functions which it implements
13591     to always fail with ENOSYS.  Some functions are actually named
13592     something starting with __ and the normal name is an alias.  */
13593 #if defined __stub_$ac_func || defined __stub___$ac_func
13594 choke me
13595 #endif
13596
13597 int
13598 main ()
13599 {
13600 return $ac_func ();
13601   ;
13602   return 0;
13603 }
13604 _ACEOF
13605 rm -f conftest.$ac_objext conftest$ac_exeext
13606 if { (ac_try="$ac_link"
13607 case "(($ac_try" in
13608   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13609   *) ac_try_echo=$ac_try;;
13610 esac
13611 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13612 $as_echo "$ac_try_echo") >&5
13613   (eval "$ac_link") 2>conftest.er1
13614   ac_status=$?
13615   grep -v '^ *+' conftest.er1 >conftest.err
13616   rm -f conftest.er1
13617   cat conftest.err >&5
13618   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13619   (exit $ac_status); } && {
13620          test -z "$ac_c_werror_flag" ||
13621          test ! -s conftest.err
13622        } && test -s conftest$ac_exeext && {
13623          test "$cross_compiling" = yes ||
13624          $as_test_x conftest$ac_exeext
13625        }; then
13626   eval "$as_ac_var=yes"
13627 else
13628   $as_echo "$as_me: failed program was:" >&5
13629 sed 's/^/| /' conftest.$ac_ext >&5
13630
13631         eval "$as_ac_var=no"
13632 fi
13633
13634 rm -rf conftest.dSYM
13635 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13636       conftest$ac_exeext conftest.$ac_ext
13637 fi
13638 ac_res=`eval 'as_val=${'$as_ac_var'}
13639                  $as_echo "$as_val"'`
13640                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13641 $as_echo "$ac_res" >&6; }
13642 as_val=`eval 'as_val=${'$as_ac_var'}
13643                  $as_echo "$as_val"'`
13644    if test "x$as_val" = x""yes; then
13645   cat >>confdefs.h <<_ACEOF
13646 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13647 _ACEOF
13648
13649 fi
13650 done
13651
13652 LIBS="$ac_save_LIBS"
13653 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13654   case "x$with_curses" in
13655   x)   wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13656   xno) ;;
13657   *)   { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13658 This is an error since --with-curses was requested." >&5
13659 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13660 This is an error since --with-curses was requested." >&2;}
13661    { (exit 1); exit 1; }; } ;;
13662 esac
13663 fi
13664
13665
13666 # Extract the first word of "sane-config", so it can be a program name with args.
13667 set dummy sane-config; ac_word=$2
13668 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13669 $as_echo_n "checking for $ac_word... " >&6; }
13670 if test "${ac_cv_prog_sane_devel+set}" = set; then
13671   $as_echo_n "(cached) " >&6
13672 else
13673   if test -n "$sane_devel"; then
13674   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13675 else
13676 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13677 for as_dir in $PATH
13678 do
13679   IFS=$as_save_IFS
13680   test -z "$as_dir" && as_dir=.
13681   for ac_exec_ext in '' $ac_executable_extensions; do
13682   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13683     ac_cv_prog_sane_devel="sane-config"
13684     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13685     break 2
13686   fi
13687 done
13688 done
13689 IFS=$as_save_IFS
13690
13691   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13692 fi
13693 fi
13694 sane_devel=$ac_cv_prog_sane_devel
13695 if test -n "$sane_devel"; then
13696   { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13697 $as_echo "$sane_devel" >&6; }
13698 else
13699   { $as_echo "$as_me:$LINENO: result: no" >&5
13700 $as_echo "no" >&6; }
13701 fi
13702
13703
13704 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13705 then
13706     ac_sane_incl="`$sane_devel --cflags`"
13707     ac_sane_libs="`$sane_devel --ldflags`"
13708     ac_save_CPPFLAGS="$CPPFLAGS"
13709     CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13710     if test "${ac_cv_header_sane_sane_h+set}" = set; then
13711   { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13712 $as_echo_n "checking for sane/sane.h... " >&6; }
13713 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13714   $as_echo_n "(cached) " >&6
13715 fi
13716 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13717 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13718 else
13719   # Is the header compilable?
13720 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13721 $as_echo_n "checking sane/sane.h usability... " >&6; }
13722 cat >conftest.$ac_ext <<_ACEOF
13723 /* confdefs.h.  */
13724 _ACEOF
13725 cat confdefs.h >>conftest.$ac_ext
13726 cat >>conftest.$ac_ext <<_ACEOF
13727 /* end confdefs.h.  */
13728 $ac_includes_default
13729 #include <sane/sane.h>
13730 _ACEOF
13731 rm -f conftest.$ac_objext
13732 if { (ac_try="$ac_compile"
13733 case "(($ac_try" in
13734   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13735   *) ac_try_echo=$ac_try;;
13736 esac
13737 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13738 $as_echo "$ac_try_echo") >&5
13739   (eval "$ac_compile") 2>conftest.er1
13740   ac_status=$?
13741   grep -v '^ *+' conftest.er1 >conftest.err
13742   rm -f conftest.er1
13743   cat conftest.err >&5
13744   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13745   (exit $ac_status); } && {
13746          test -z "$ac_c_werror_flag" ||
13747          test ! -s conftest.err
13748        } && test -s conftest.$ac_objext; then
13749   ac_header_compiler=yes
13750 else
13751   $as_echo "$as_me: failed program was:" >&5
13752 sed 's/^/| /' conftest.$ac_ext >&5
13753
13754         ac_header_compiler=no
13755 fi
13756
13757 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13758 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13759 $as_echo "$ac_header_compiler" >&6; }
13760
13761 # Is the header present?
13762 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13763 $as_echo_n "checking sane/sane.h presence... " >&6; }
13764 cat >conftest.$ac_ext <<_ACEOF
13765 /* confdefs.h.  */
13766 _ACEOF
13767 cat confdefs.h >>conftest.$ac_ext
13768 cat >>conftest.$ac_ext <<_ACEOF
13769 /* end confdefs.h.  */
13770 #include <sane/sane.h>
13771 _ACEOF
13772 if { (ac_try="$ac_cpp conftest.$ac_ext"
13773 case "(($ac_try" in
13774   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13775   *) ac_try_echo=$ac_try;;
13776 esac
13777 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13778 $as_echo "$ac_try_echo") >&5
13779   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13780   ac_status=$?
13781   grep -v '^ *+' conftest.er1 >conftest.err
13782   rm -f conftest.er1
13783   cat conftest.err >&5
13784   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13785   (exit $ac_status); } >/dev/null && {
13786          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13787          test ! -s conftest.err
13788        }; then
13789   ac_header_preproc=yes
13790 else
13791   $as_echo "$as_me: failed program was:" >&5
13792 sed 's/^/| /' conftest.$ac_ext >&5
13793
13794   ac_header_preproc=no
13795 fi
13796
13797 rm -f conftest.err conftest.$ac_ext
13798 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13799 $as_echo "$ac_header_preproc" >&6; }
13800
13801 # So?  What about this header?
13802 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13803   yes:no: )
13804     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13805 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13806     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13807 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13808     ac_header_preproc=yes
13809     ;;
13810   no:yes:* )
13811     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13812 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13813     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&5
13814 $as_echo "$as_me: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&2;}
13815     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13816 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13817     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&5
13818 $as_echo "$as_me: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13819     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13820 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13821     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13822 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13823     ( cat <<\_ASBOX
13824 ## ------------------------------------ ##
13825 ## Report this to wine-devel@winehq.org ##
13826 ## ------------------------------------ ##
13827 _ASBOX
13828      ) | sed "s/^/$as_me: WARNING:     /" >&2
13829     ;;
13830 esac
13831 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13832 $as_echo_n "checking for sane/sane.h... " >&6; }
13833 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13834   $as_echo_n "(cached) " >&6
13835 else
13836   ac_cv_header_sane_sane_h=$ac_header_preproc
13837 fi
13838 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13839 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13840
13841 fi
13842 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13843   { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13844 $as_echo_n "checking for -lsane... " >&6; }
13845 if test "${ac_cv_lib_soname_sane+set}" = set; then
13846   $as_echo_n "(cached) " >&6
13847 else
13848   ac_check_soname_save_LIBS=$LIBS
13849 LIBS="-lsane $ac_sane_libs $LIBS"
13850   cat >conftest.$ac_ext <<_ACEOF
13851 /* confdefs.h.  */
13852 _ACEOF
13853 cat confdefs.h >>conftest.$ac_ext
13854 cat >>conftest.$ac_ext <<_ACEOF
13855 /* end confdefs.h.  */
13856
13857 /* Override any GCC internal prototype to avoid an error.
13858    Use char because int might match the return type of a GCC
13859    builtin and then its argument prototype would still apply.  */
13860 #ifdef __cplusplus
13861 extern "C"
13862 #endif
13863 char sane_init ();
13864 int
13865 main ()
13866 {
13867 return sane_init ();
13868   ;
13869   return 0;
13870 }
13871 _ACEOF
13872 rm -f conftest.$ac_objext conftest$ac_exeext
13873 if { (ac_try="$ac_link"
13874 case "(($ac_try" in
13875   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13876   *) ac_try_echo=$ac_try;;
13877 esac
13878 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13879 $as_echo "$ac_try_echo") >&5
13880   (eval "$ac_link") 2>conftest.er1
13881   ac_status=$?
13882   grep -v '^ *+' conftest.er1 >conftest.err
13883   rm -f conftest.er1
13884   cat conftest.err >&5
13885   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13886   (exit $ac_status); } && {
13887          test -z "$ac_c_werror_flag" ||
13888          test ! -s conftest.err
13889        } && test -s conftest$ac_exeext && {
13890          test "$cross_compiling" = yes ||
13891          $as_test_x conftest$ac_exeext
13892        }; then
13893   case "$LIBEXT" in
13894     dll) ;;
13895     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'` ;;
13896     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
13897   esac
13898 else
13899   $as_echo "$as_me: failed program was:" >&5
13900 sed 's/^/| /' conftest.$ac_ext >&5
13901
13902
13903 fi
13904
13905 rm -rf conftest.dSYM
13906 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13907       conftest$ac_exeext conftest.$ac_ext
13908   LIBS=$ac_check_soname_save_LIBS
13909 fi
13910 if test "x$ac_cv_lib_soname_sane" = "x"; then
13911   { $as_echo "$as_me:$LINENO: result: not found" >&5
13912 $as_echo "not found" >&6; }
13913
13914 else
13915   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13916 $as_echo "$ac_cv_lib_soname_sane" >&6; }
13917
13918 cat >>confdefs.h <<_ACEOF
13919 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13920 _ACEOF
13921
13922        SANEINCL="$ac_sane_incl"
13923
13924 fi
13925
13926 fi
13927
13928
13929     CPPFLAGS="$ac_save_CPPFLAGS"
13930 fi
13931 if test "x$ac_cv_lib_soname_sane" = "x"; then
13932   case "x$with_sane" in
13933   x)   wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13934   xno) ;;
13935   *)   { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13936 This is an error since --with-sane was requested." >&5
13937 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13938 This is an error since --with-sane was requested." >&2;}
13939    { (exit 1); exit 1; }; } ;;
13940 esac
13941 fi
13942
13943
13944 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13945 set dummy gphoto2-config; ac_word=$2
13946 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13947 $as_echo_n "checking for $ac_word... " >&6; }
13948 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13949   $as_echo_n "(cached) " >&6
13950 else
13951   if test -n "$gphoto2_devel"; then
13952   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13953 else
13954 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13955 for as_dir in $PATH
13956 do
13957   IFS=$as_save_IFS
13958   test -z "$as_dir" && as_dir=.
13959   for ac_exec_ext in '' $ac_executable_extensions; do
13960   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13961     ac_cv_prog_gphoto2_devel="gphoto2-config"
13962     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13963     break 2
13964   fi
13965 done
13966 done
13967 IFS=$as_save_IFS
13968
13969   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13970 fi
13971 fi
13972 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13973 if test -n "$gphoto2_devel"; then
13974   { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13975 $as_echo "$gphoto2_devel" >&6; }
13976 else
13977   { $as_echo "$as_me:$LINENO: result: no" >&5
13978 $as_echo "no" >&6; }
13979 fi
13980
13981
13982 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13983 set dummy gphoto2-port-config; ac_word=$2
13984 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13985 $as_echo_n "checking for $ac_word... " >&6; }
13986 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13987   $as_echo_n "(cached) " >&6
13988 else
13989   if test -n "$gphoto2port_devel"; then
13990   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13991 else
13992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13993 for as_dir in $PATH
13994 do
13995   IFS=$as_save_IFS
13996   test -z "$as_dir" && as_dir=.
13997   for ac_exec_ext in '' $ac_executable_extensions; do
13998   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13999     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14000     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14001     break 2
14002   fi
14003 done
14004 done
14005 IFS=$as_save_IFS
14006
14007   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14008 fi
14009 fi
14010 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14011 if test -n "$gphoto2port_devel"; then
14012   { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14013 $as_echo "$gphoto2port_devel" >&6; }
14014 else
14015   { $as_echo "$as_me:$LINENO: result: no" >&5
14016 $as_echo "no" >&6; }
14017 fi
14018
14019
14020 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
14021 then
14022     ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14023     ac_gphoto2_libs=""
14024     for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14025     do
14026       case "$i" in
14027         -L/usr/lib|-L/usr/lib64) ;;
14028         -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14029       esac
14030     done
14031     ac_save_CPPFLAGS="$CPPFLAGS"
14032     CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14033     if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14034   { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14035 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14036 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14037   $as_echo_n "(cached) " >&6
14038 fi
14039 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14040 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14041 else
14042   # Is the header compilable?
14043 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14044 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14045 cat >conftest.$ac_ext <<_ACEOF
14046 /* confdefs.h.  */
14047 _ACEOF
14048 cat confdefs.h >>conftest.$ac_ext
14049 cat >>conftest.$ac_ext <<_ACEOF
14050 /* end confdefs.h.  */
14051 $ac_includes_default
14052 #include <gphoto2-camera.h>
14053 _ACEOF
14054 rm -f conftest.$ac_objext
14055 if { (ac_try="$ac_compile"
14056 case "(($ac_try" in
14057   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14058   *) ac_try_echo=$ac_try;;
14059 esac
14060 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14061 $as_echo "$ac_try_echo") >&5
14062   (eval "$ac_compile") 2>conftest.er1
14063   ac_status=$?
14064   grep -v '^ *+' conftest.er1 >conftest.err
14065   rm -f conftest.er1
14066   cat conftest.err >&5
14067   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14068   (exit $ac_status); } && {
14069          test -z "$ac_c_werror_flag" ||
14070          test ! -s conftest.err
14071        } && test -s conftest.$ac_objext; then
14072   ac_header_compiler=yes
14073 else
14074   $as_echo "$as_me: failed program was:" >&5
14075 sed 's/^/| /' conftest.$ac_ext >&5
14076
14077         ac_header_compiler=no
14078 fi
14079
14080 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14081 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14082 $as_echo "$ac_header_compiler" >&6; }
14083
14084 # Is the header present?
14085 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14086 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14087 cat >conftest.$ac_ext <<_ACEOF
14088 /* confdefs.h.  */
14089 _ACEOF
14090 cat confdefs.h >>conftest.$ac_ext
14091 cat >>conftest.$ac_ext <<_ACEOF
14092 /* end confdefs.h.  */
14093 #include <gphoto2-camera.h>
14094 _ACEOF
14095 if { (ac_try="$ac_cpp conftest.$ac_ext"
14096 case "(($ac_try" in
14097   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14098   *) ac_try_echo=$ac_try;;
14099 esac
14100 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14101 $as_echo "$ac_try_echo") >&5
14102   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14103   ac_status=$?
14104   grep -v '^ *+' conftest.er1 >conftest.err
14105   rm -f conftest.er1
14106   cat conftest.err >&5
14107   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14108   (exit $ac_status); } >/dev/null && {
14109          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14110          test ! -s conftest.err
14111        }; then
14112   ac_header_preproc=yes
14113 else
14114   $as_echo "$as_me: failed program was:" >&5
14115 sed 's/^/| /' conftest.$ac_ext >&5
14116
14117   ac_header_preproc=no
14118 fi
14119
14120 rm -f conftest.err conftest.$ac_ext
14121 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14122 $as_echo "$ac_header_preproc" >&6; }
14123
14124 # So?  What about this header?
14125 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14126   yes:no: )
14127     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14128 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14129     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14130 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14131     ac_header_preproc=yes
14132     ;;
14133   no:yes:* )
14134     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14135 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14136     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&5
14137 $as_echo "$as_me: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&2;}
14138     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14139 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14140     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&5
14141 $as_echo "$as_me: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&2;}
14142     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14143 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14144     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14145 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14146     ( cat <<\_ASBOX
14147 ## ------------------------------------ ##
14148 ## Report this to wine-devel@winehq.org ##
14149 ## ------------------------------------ ##
14150 _ASBOX
14151      ) | sed "s/^/$as_me: WARNING:     /" >&2
14152     ;;
14153 esac
14154 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14155 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14156 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14157   $as_echo_n "(cached) " >&6
14158 else
14159   ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14160 fi
14161 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14162 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14163
14164 fi
14165 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14166   { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14167 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14168 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14169   $as_echo_n "(cached) " >&6
14170 else
14171   ac_check_lib_save_LIBS=$LIBS
14172 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14173 cat >conftest.$ac_ext <<_ACEOF
14174 /* confdefs.h.  */
14175 _ACEOF
14176 cat confdefs.h >>conftest.$ac_ext
14177 cat >>conftest.$ac_ext <<_ACEOF
14178 /* end confdefs.h.  */
14179
14180 /* Override any GCC internal prototype to avoid an error.
14181    Use char because int might match the return type of a GCC
14182    builtin and then its argument prototype would still apply.  */
14183 #ifdef __cplusplus
14184 extern "C"
14185 #endif
14186 char gp_camera_new ();
14187 int
14188 main ()
14189 {
14190 return gp_camera_new ();
14191   ;
14192   return 0;
14193 }
14194 _ACEOF
14195 rm -f conftest.$ac_objext conftest$ac_exeext
14196 if { (ac_try="$ac_link"
14197 case "(($ac_try" in
14198   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14199   *) ac_try_echo=$ac_try;;
14200 esac
14201 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14202 $as_echo "$ac_try_echo") >&5
14203   (eval "$ac_link") 2>conftest.er1
14204   ac_status=$?
14205   grep -v '^ *+' conftest.er1 >conftest.err
14206   rm -f conftest.er1
14207   cat conftest.err >&5
14208   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14209   (exit $ac_status); } && {
14210          test -z "$ac_c_werror_flag" ||
14211          test ! -s conftest.err
14212        } && test -s conftest$ac_exeext && {
14213          test "$cross_compiling" = yes ||
14214          $as_test_x conftest$ac_exeext
14215        }; then
14216   ac_cv_lib_gphoto2_gp_camera_new=yes
14217 else
14218   $as_echo "$as_me: failed program was:" >&5
14219 sed 's/^/| /' conftest.$ac_ext >&5
14220
14221         ac_cv_lib_gphoto2_gp_camera_new=no
14222 fi
14223
14224 rm -rf conftest.dSYM
14225 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14226       conftest$ac_exeext conftest.$ac_ext
14227 LIBS=$ac_check_lib_save_LIBS
14228 fi
14229 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14230 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14231 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14232
14233 cat >>confdefs.h <<\_ACEOF
14234 #define HAVE_GPHOTO2 1
14235 _ACEOF
14236
14237                                    GPHOTO2LIBS="$ac_gphoto2_libs"
14238
14239                                    GPHOTO2INCL="$ac_gphoto2_incl"
14240
14241 fi
14242
14243 fi
14244
14245
14246     CPPFLAGS="$ac_save_CPPFLAGS"
14247 fi
14248 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14249   case "x$with_gphoto" in
14250   x)   wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14251   xno) ;;
14252   *)   { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14253 This is an error since --with-gphoto was requested." >&5
14254 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14255 This is an error since --with-gphoto was requested." >&2;}
14256    { (exit 1); exit 1; }; } ;;
14257 esac
14258 fi
14259
14260
14261
14262 RESOLVLIBS=""
14263
14264 if test "$ac_cv_header_resolv_h" = "yes"
14265 then
14266     { $as_echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
14267 $as_echo_n "checking for res_query in -lresolv... " >&6; }
14268 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
14269   $as_echo_n "(cached) " >&6
14270 else
14271   ac_check_lib_save_LIBS=$LIBS
14272 LIBS="-lresolv  $LIBS"
14273 cat >conftest.$ac_ext <<_ACEOF
14274 /* confdefs.h.  */
14275 _ACEOF
14276 cat confdefs.h >>conftest.$ac_ext
14277 cat >>conftest.$ac_ext <<_ACEOF
14278 /* end confdefs.h.  */
14279
14280 /* Override any GCC internal prototype to avoid an error.
14281    Use char because int might match the return type of a GCC
14282    builtin and then its argument prototype would still apply.  */
14283 #ifdef __cplusplus
14284 extern "C"
14285 #endif
14286 char res_query ();
14287 int
14288 main ()
14289 {
14290 return res_query ();
14291   ;
14292   return 0;
14293 }
14294 _ACEOF
14295 rm -f conftest.$ac_objext conftest$ac_exeext
14296 if { (ac_try="$ac_link"
14297 case "(($ac_try" in
14298   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14299   *) ac_try_echo=$ac_try;;
14300 esac
14301 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14302 $as_echo "$ac_try_echo") >&5
14303   (eval "$ac_link") 2>conftest.er1
14304   ac_status=$?
14305   grep -v '^ *+' conftest.er1 >conftest.err
14306   rm -f conftest.er1
14307   cat conftest.err >&5
14308   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14309   (exit $ac_status); } && {
14310          test -z "$ac_c_werror_flag" ||
14311          test ! -s conftest.err
14312        } && test -s conftest$ac_exeext && {
14313          test "$cross_compiling" = yes ||
14314          $as_test_x conftest$ac_exeext
14315        }; then
14316   ac_cv_lib_resolv_res_query=yes
14317 else
14318   $as_echo "$as_me: failed program was:" >&5
14319 sed 's/^/| /' conftest.$ac_ext >&5
14320
14321         ac_cv_lib_resolv_res_query=no
14322 fi
14323
14324 rm -rf conftest.dSYM
14325 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14326       conftest$ac_exeext conftest.$ac_ext
14327 LIBS=$ac_check_lib_save_LIBS
14328 fi
14329 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
14330 $as_echo "$ac_cv_lib_resolv_res_query" >&6; }
14331 if test "x$ac_cv_lib_resolv_res_query" = x""yes; then
14332
14333 cat >>confdefs.h <<\_ACEOF
14334 #define HAVE_RESOLV 1
14335 _ACEOF
14336
14337          RESOLVLIBS="-lresolv"
14338 fi
14339
14340 fi
14341
14342 LCMSLIBS=""
14343
14344 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14345 then
14346     { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14347 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14348 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14349   $as_echo_n "(cached) " >&6
14350 else
14351   ac_check_lib_save_LIBS=$LIBS
14352 LIBS="-llcms  $LIBS"
14353 cat >conftest.$ac_ext <<_ACEOF
14354 /* confdefs.h.  */
14355 _ACEOF
14356 cat confdefs.h >>conftest.$ac_ext
14357 cat >>conftest.$ac_ext <<_ACEOF
14358 /* end confdefs.h.  */
14359
14360 /* Override any GCC internal prototype to avoid an error.
14361    Use char because int might match the return type of a GCC
14362    builtin and then its argument prototype would still apply.  */
14363 #ifdef __cplusplus
14364 extern "C"
14365 #endif
14366 char cmsOpenProfileFromFile ();
14367 int
14368 main ()
14369 {
14370 return cmsOpenProfileFromFile ();
14371   ;
14372   return 0;
14373 }
14374 _ACEOF
14375 rm -f conftest.$ac_objext conftest$ac_exeext
14376 if { (ac_try="$ac_link"
14377 case "(($ac_try" in
14378   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14379   *) ac_try_echo=$ac_try;;
14380 esac
14381 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14382 $as_echo "$ac_try_echo") >&5
14383   (eval "$ac_link") 2>conftest.er1
14384   ac_status=$?
14385   grep -v '^ *+' conftest.er1 >conftest.err
14386   rm -f conftest.er1
14387   cat conftest.err >&5
14388   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14389   (exit $ac_status); } && {
14390          test -z "$ac_c_werror_flag" ||
14391          test ! -s conftest.err
14392        } && test -s conftest$ac_exeext && {
14393          test "$cross_compiling" = yes ||
14394          $as_test_x conftest$ac_exeext
14395        }; then
14396   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14397 else
14398   $as_echo "$as_me: failed program was:" >&5
14399 sed 's/^/| /' conftest.$ac_ext >&5
14400
14401         ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14402 fi
14403
14404 rm -rf conftest.dSYM
14405 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14406       conftest$ac_exeext conftest.$ac_ext
14407 LIBS=$ac_check_lib_save_LIBS
14408 fi
14409 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14410 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14411 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14412
14413 cat >>confdefs.h <<\_ACEOF
14414 #define HAVE_LCMS 1
14415 _ACEOF
14416
14417          LCMSLIBS="-llcms"
14418 fi
14419
14420 fi
14421 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14422   case "x$with_cms" in
14423   x)   wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14424   xno) ;;
14425   *)   { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14426 This is an error since --with-cms was requested." >&5
14427 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14428 This is an error since --with-cms was requested." >&2;}
14429    { (exit 1); exit 1; }; } ;;
14430 esac
14431 fi
14432
14433
14434 for ac_prog in freetype-config freetype2-config
14435 do
14436   # Extract the first word of "$ac_prog", so it can be a program name with args.
14437 set dummy $ac_prog; ac_word=$2
14438 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14439 $as_echo_n "checking for $ac_word... " >&6; }
14440 if test "${ac_cv_prog_ft_devel+set}" = set; then
14441   $as_echo_n "(cached) " >&6
14442 else
14443   if test -n "$ft_devel"; then
14444   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14445 else
14446 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14447 for as_dir in $PATH
14448 do
14449   IFS=$as_save_IFS
14450   test -z "$as_dir" && as_dir=.
14451   for ac_exec_ext in '' $ac_executable_extensions; do
14452   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14453     ac_cv_prog_ft_devel="$ac_prog"
14454     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14455     break 2
14456   fi
14457 done
14458 done
14459 IFS=$as_save_IFS
14460
14461 fi
14462 fi
14463 ft_devel=$ac_cv_prog_ft_devel
14464 if test -n "$ft_devel"; then
14465   { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14466 $as_echo "$ft_devel" >&6; }
14467 else
14468   { $as_echo "$as_me:$LINENO: result: no" >&5
14469 $as_echo "no" >&6; }
14470 fi
14471
14472
14473   test -n "$ft_devel" && break
14474 done
14475 test -n "$ft_devel" || ft_devel="false"
14476
14477 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14478 then
14479     ac_freetype_libs=`$ft_devel --libs`
14480     ac_freetype_incl=`$ft_devel --cflags`
14481     { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14482 $as_echo_n "checking for -lfreetype... " >&6; }
14483 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14484   $as_echo_n "(cached) " >&6
14485 else
14486   ac_check_soname_save_LIBS=$LIBS
14487 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14488   cat >conftest.$ac_ext <<_ACEOF
14489 /* confdefs.h.  */
14490 _ACEOF
14491 cat confdefs.h >>conftest.$ac_ext
14492 cat >>conftest.$ac_ext <<_ACEOF
14493 /* end confdefs.h.  */
14494
14495 /* Override any GCC internal prototype to avoid an error.
14496    Use char because int might match the return type of a GCC
14497    builtin and then its argument prototype would still apply.  */
14498 #ifdef __cplusplus
14499 extern "C"
14500 #endif
14501 char FT_Init_FreeType ();
14502 int
14503 main ()
14504 {
14505 return FT_Init_FreeType ();
14506   ;
14507   return 0;
14508 }
14509 _ACEOF
14510 rm -f conftest.$ac_objext conftest$ac_exeext
14511 if { (ac_try="$ac_link"
14512 case "(($ac_try" in
14513   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14514   *) ac_try_echo=$ac_try;;
14515 esac
14516 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14517 $as_echo "$ac_try_echo") >&5
14518   (eval "$ac_link") 2>conftest.er1
14519   ac_status=$?
14520   grep -v '^ *+' conftest.er1 >conftest.err
14521   rm -f conftest.er1
14522   cat conftest.err >&5
14523   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14524   (exit $ac_status); } && {
14525          test -z "$ac_c_werror_flag" ||
14526          test ! -s conftest.err
14527        } && test -s conftest$ac_exeext && {
14528          test "$cross_compiling" = yes ||
14529          $as_test_x conftest$ac_exeext
14530        }; then
14531   case "$LIBEXT" in
14532     dll) ;;
14533     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'` ;;
14534     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
14535   esac
14536 else
14537   $as_echo "$as_me: failed program was:" >&5
14538 sed 's/^/| /' conftest.$ac_ext >&5
14539
14540
14541 fi
14542
14543 rm -rf conftest.dSYM
14544 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14545       conftest$ac_exeext conftest.$ac_ext
14546   LIBS=$ac_check_soname_save_LIBS
14547 fi
14548 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14549   { $as_echo "$as_me:$LINENO: result: not found" >&5
14550 $as_echo "not found" >&6; }
14551        ft_lib=no
14552 else
14553   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14554 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14555
14556 cat >>confdefs.h <<_ACEOF
14557 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14558 _ACEOF
14559
14560        ft_lib=yes
14561 fi
14562
14563     if test "$ft_lib" = "yes"
14564     then
14565         ac_save_CPPFLAGS="$CPPFLAGS"
14566         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14567
14568
14569
14570
14571
14572
14573
14574
14575
14576
14577
14578
14579 for ac_header in ft2build.h \
14580                          freetype/freetype.h \
14581                          freetype/ftglyph.h \
14582                          freetype/fttypes.h \
14583                          freetype/tttables.h \
14584                          freetype/ftnames.h \
14585                          freetype/ftsnames.h \
14586                          freetype/ttnameid.h \
14587                          freetype/ftoutln.h \
14588                          freetype/ftwinfnt.h \
14589                          freetype/ftmodapi.h \
14590                          freetype/internal/sfnt.h
14591 do
14592 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14593 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14594 $as_echo_n "checking for $ac_header... " >&6; }
14595 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14596   $as_echo_n "(cached) " >&6
14597 else
14598   cat >conftest.$ac_ext <<_ACEOF
14599 /* confdefs.h.  */
14600 _ACEOF
14601 cat confdefs.h >>conftest.$ac_ext
14602 cat >>conftest.$ac_ext <<_ACEOF
14603 /* end confdefs.h.  */
14604 #ifdef HAVE_FT2BUILD_H
14605                           # include <ft2build.h>
14606                           #endif
14607
14608 #include <$ac_header>
14609 _ACEOF
14610 rm -f conftest.$ac_objext
14611 if { (ac_try="$ac_compile"
14612 case "(($ac_try" in
14613   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14614   *) ac_try_echo=$ac_try;;
14615 esac
14616 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14617 $as_echo "$ac_try_echo") >&5
14618   (eval "$ac_compile") 2>conftest.er1
14619   ac_status=$?
14620   grep -v '^ *+' conftest.er1 >conftest.err
14621   rm -f conftest.er1
14622   cat conftest.err >&5
14623   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14624   (exit $ac_status); } && {
14625          test -z "$ac_c_werror_flag" ||
14626          test ! -s conftest.err
14627        } && test -s conftest.$ac_objext; then
14628   eval "$as_ac_Header=yes"
14629 else
14630   $as_echo "$as_me: failed program was:" >&5
14631 sed 's/^/| /' conftest.$ac_ext >&5
14632
14633         eval "$as_ac_Header=no"
14634 fi
14635
14636 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14637 fi
14638 ac_res=`eval 'as_val=${'$as_ac_Header'}
14639                  $as_echo "$as_val"'`
14640                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14641 $as_echo "$ac_res" >&6; }
14642 as_val=`eval 'as_val=${'$as_ac_Header'}
14643                  $as_echo "$as_val"'`
14644    if test "x$as_val" = x""yes; then
14645   cat >>confdefs.h <<_ACEOF
14646 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14647 _ACEOF
14648
14649 fi
14650
14651 done
14652
14653         cat >conftest.$ac_ext <<_ACEOF
14654 /* confdefs.h.  */
14655 _ACEOF
14656 cat confdefs.h >>conftest.$ac_ext
14657 cat >>conftest.$ac_ext <<_ACEOF
14658 /* end confdefs.h.  */
14659 #include <ft2build.h>
14660                     #include <freetype/fttrigon.h>
14661 _ACEOF
14662 if { (ac_try="$ac_cpp conftest.$ac_ext"
14663 case "(($ac_try" in
14664   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14665   *) ac_try_echo=$ac_try;;
14666 esac
14667 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14668 $as_echo "$ac_try_echo") >&5
14669   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14670   ac_status=$?
14671   grep -v '^ *+' conftest.er1 >conftest.err
14672   rm -f conftest.er1
14673   cat conftest.err >&5
14674   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14675   (exit $ac_status); } >/dev/null && {
14676          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14677          test ! -s conftest.err
14678        }; then
14679
14680 cat >>confdefs.h <<\_ACEOF
14681 #define HAVE_FREETYPE_FTTRIGON_H 1
14682 _ACEOF
14683
14684                     wine_cv_fttrigon=yes
14685 else
14686   $as_echo "$as_me: failed program was:" >&5
14687 sed 's/^/| /' conftest.$ac_ext >&5
14688
14689   wine_cv_fttrigon=no
14690 fi
14691
14692 rm -f conftest.err conftest.$ac_ext
14693         { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14694 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14695 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14696   $as_echo_n "(cached) " >&6
14697 else
14698   ac_cv_type_FT_TrueTypeEngineType=no
14699 cat >conftest.$ac_ext <<_ACEOF
14700 /* confdefs.h.  */
14701 _ACEOF
14702 cat confdefs.h >>conftest.$ac_ext
14703 cat >>conftest.$ac_ext <<_ACEOF
14704 /* end confdefs.h.  */
14705 #include <freetype/ftmodapi.h>
14706
14707 int
14708 main ()
14709 {
14710 if (sizeof (FT_TrueTypeEngineType))
14711        return 0;
14712   ;
14713   return 0;
14714 }
14715 _ACEOF
14716 rm -f conftest.$ac_objext
14717 if { (ac_try="$ac_compile"
14718 case "(($ac_try" in
14719   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14720   *) ac_try_echo=$ac_try;;
14721 esac
14722 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14723 $as_echo "$ac_try_echo") >&5
14724   (eval "$ac_compile") 2>conftest.er1
14725   ac_status=$?
14726   grep -v '^ *+' conftest.er1 >conftest.err
14727   rm -f conftest.er1
14728   cat conftest.err >&5
14729   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14730   (exit $ac_status); } && {
14731          test -z "$ac_c_werror_flag" ||
14732          test ! -s conftest.err
14733        } && test -s conftest.$ac_objext; then
14734   cat >conftest.$ac_ext <<_ACEOF
14735 /* confdefs.h.  */
14736 _ACEOF
14737 cat confdefs.h >>conftest.$ac_ext
14738 cat >>conftest.$ac_ext <<_ACEOF
14739 /* end confdefs.h.  */
14740 #include <freetype/ftmodapi.h>
14741
14742 int
14743 main ()
14744 {
14745 if (sizeof ((FT_TrueTypeEngineType)))
14746           return 0;
14747   ;
14748   return 0;
14749 }
14750 _ACEOF
14751 rm -f conftest.$ac_objext
14752 if { (ac_try="$ac_compile"
14753 case "(($ac_try" in
14754   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14755   *) ac_try_echo=$ac_try;;
14756 esac
14757 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14758 $as_echo "$ac_try_echo") >&5
14759   (eval "$ac_compile") 2>conftest.er1
14760   ac_status=$?
14761   grep -v '^ *+' conftest.er1 >conftest.err
14762   rm -f conftest.er1
14763   cat conftest.err >&5
14764   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14765   (exit $ac_status); } && {
14766          test -z "$ac_c_werror_flag" ||
14767          test ! -s conftest.err
14768        } && test -s conftest.$ac_objext; then
14769   :
14770 else
14771   $as_echo "$as_me: failed program was:" >&5
14772 sed 's/^/| /' conftest.$ac_ext >&5
14773
14774         ac_cv_type_FT_TrueTypeEngineType=yes
14775 fi
14776
14777 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14778 else
14779   $as_echo "$as_me: failed program was:" >&5
14780 sed 's/^/| /' conftest.$ac_ext >&5
14781
14782
14783 fi
14784
14785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14786 fi
14787 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14788 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14789 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14790
14791 cat >>confdefs.h <<_ACEOF
14792 #define HAVE_FT_TRUETYPEENGINETYPE 1
14793 _ACEOF
14794
14795
14796 fi
14797
14798         ac_save_CFLAGS="$CFLAGS"
14799         CFLAGS="$CFLAGS $ac_freetype_libs"
14800
14801 for ac_func in FT_Load_Sfnt_Table
14802 do
14803 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14804 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14805 $as_echo_n "checking for $ac_func... " >&6; }
14806 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14807   $as_echo_n "(cached) " >&6
14808 else
14809   cat >conftest.$ac_ext <<_ACEOF
14810 /* confdefs.h.  */
14811 _ACEOF
14812 cat confdefs.h >>conftest.$ac_ext
14813 cat >>conftest.$ac_ext <<_ACEOF
14814 /* end confdefs.h.  */
14815 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14816    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14817 #define $ac_func innocuous_$ac_func
14818
14819 /* System header to define __stub macros and hopefully few prototypes,
14820     which can conflict with char $ac_func (); below.
14821     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14822     <limits.h> exists even on freestanding compilers.  */
14823
14824 #ifdef __STDC__
14825 # include <limits.h>
14826 #else
14827 # include <assert.h>
14828 #endif
14829
14830 #undef $ac_func
14831
14832 /* Override any GCC internal prototype to avoid an error.
14833    Use char because int might match the return type of a GCC
14834    builtin and then its argument prototype would still apply.  */
14835 #ifdef __cplusplus
14836 extern "C"
14837 #endif
14838 char $ac_func ();
14839 /* The GNU C library defines this for functions which it implements
14840     to always fail with ENOSYS.  Some functions are actually named
14841     something starting with __ and the normal name is an alias.  */
14842 #if defined __stub_$ac_func || defined __stub___$ac_func
14843 choke me
14844 #endif
14845
14846 int
14847 main ()
14848 {
14849 return $ac_func ();
14850   ;
14851   return 0;
14852 }
14853 _ACEOF
14854 rm -f conftest.$ac_objext conftest$ac_exeext
14855 if { (ac_try="$ac_link"
14856 case "(($ac_try" in
14857   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14858   *) ac_try_echo=$ac_try;;
14859 esac
14860 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14861 $as_echo "$ac_try_echo") >&5
14862   (eval "$ac_link") 2>conftest.er1
14863   ac_status=$?
14864   grep -v '^ *+' conftest.er1 >conftest.err
14865   rm -f conftest.er1
14866   cat conftest.err >&5
14867   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14868   (exit $ac_status); } && {
14869          test -z "$ac_c_werror_flag" ||
14870          test ! -s conftest.err
14871        } && test -s conftest$ac_exeext && {
14872          test "$cross_compiling" = yes ||
14873          $as_test_x conftest$ac_exeext
14874        }; then
14875   eval "$as_ac_var=yes"
14876 else
14877   $as_echo "$as_me: failed program was:" >&5
14878 sed 's/^/| /' conftest.$ac_ext >&5
14879
14880         eval "$as_ac_var=no"
14881 fi
14882
14883 rm -rf conftest.dSYM
14884 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14885       conftest$ac_exeext conftest.$ac_ext
14886 fi
14887 ac_res=`eval 'as_val=${'$as_ac_var'}
14888                  $as_echo "$as_val"'`
14889                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14890 $as_echo "$ac_res" >&6; }
14891 as_val=`eval 'as_val=${'$as_ac_var'}
14892                  $as_echo "$as_val"'`
14893    if test "x$as_val" = x""yes; then
14894   cat >>confdefs.h <<_ACEOF
14895 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14896 _ACEOF
14897
14898 fi
14899 done
14900
14901         CFLAGS="$ac_save_CFLAGS"
14902         CPPFLAGS="$ac_save_CPPFLAGS"
14903                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14904         then
14905
14906 cat >>confdefs.h <<\_ACEOF
14907 #define HAVE_FREETYPE 1
14908 _ACEOF
14909
14910             FREETYPELIBS="$ac_freetype_libs"
14911
14912             FREETYPEINCL="$ac_freetype_incl"
14913
14914         fi
14915     fi
14916 fi
14917 if test "x$FREETYPELIBS" = "x"; then
14918   case "x$with_freetype" in
14919   xno) ;;
14920   *)   { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14921 Use the --without-freetype option if you really want this." >&5
14922 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14923 Use the --without-freetype option if you really want this." >&2;}
14924    { (exit 1); exit 1; }; } ;;
14925 esac
14926 fi
14927
14928 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14929
14930 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14931 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
14932 if test "${ac_cv_c_ppdev+set}" = set; then
14933   $as_echo_n "(cached) " >&6
14934 else
14935   cat >conftest.$ac_ext <<_ACEOF
14936 /* confdefs.h.  */
14937 _ACEOF
14938 cat confdefs.h >>conftest.$ac_ext
14939 cat >>conftest.$ac_ext <<_ACEOF
14940 /* end confdefs.h.  */
14941 #include <linux/ppdev.h>
14942 int
14943 main ()
14944 {
14945 ioctl (1,PPCLAIM,0)
14946   ;
14947   return 0;
14948 }
14949 _ACEOF
14950 rm -f conftest.$ac_objext
14951 if { (ac_try="$ac_compile"
14952 case "(($ac_try" in
14953   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14954   *) ac_try_echo=$ac_try;;
14955 esac
14956 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14957 $as_echo "$ac_try_echo") >&5
14958   (eval "$ac_compile") 2>conftest.er1
14959   ac_status=$?
14960   grep -v '^ *+' conftest.er1 >conftest.err
14961   rm -f conftest.er1
14962   cat conftest.err >&5
14963   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14964   (exit $ac_status); } && {
14965          test -z "$ac_c_werror_flag" ||
14966          test ! -s conftest.err
14967        } && test -s conftest.$ac_objext; then
14968   ac_cv_c_ppdev="yes"
14969 else
14970   $as_echo "$as_me: failed program was:" >&5
14971 sed 's/^/| /' conftest.$ac_ext >&5
14972
14973         ac_cv_c_ppdev="no"
14974 fi
14975
14976 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14977 fi
14978 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14979 $as_echo "$ac_cv_c_ppdev" >&6; }
14980 if test "$ac_cv_c_ppdev" = "yes"
14981 then
14982
14983 cat >>confdefs.h <<\_ACEOF
14984 #define HAVE_PPDEV 1
14985 _ACEOF
14986
14987 fi
14988
14989 { $as_echo "$as_me:$LINENO: checking for va_copy" >&5
14990 $as_echo_n "checking for va_copy... " >&6; }
14991 if test "${ac_cv_c_va_copy+set}" = set; then
14992   $as_echo_n "(cached) " >&6
14993 else
14994   cat >conftest.$ac_ext <<_ACEOF
14995 /* confdefs.h.  */
14996 _ACEOF
14997 cat confdefs.h >>conftest.$ac_ext
14998 cat >>conftest.$ac_ext <<_ACEOF
14999 /* end confdefs.h.  */
15000 #include <stdarg.h>
15001 int
15002 main ()
15003 {
15004 va_list ap1, ap2; va_copy(ap1,ap2);
15005   ;
15006   return 0;
15007 }
15008 _ACEOF
15009 rm -f conftest.$ac_objext conftest$ac_exeext
15010 if { (ac_try="$ac_link"
15011 case "(($ac_try" in
15012   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15013   *) ac_try_echo=$ac_try;;
15014 esac
15015 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15016 $as_echo "$ac_try_echo") >&5
15017   (eval "$ac_link") 2>conftest.er1
15018   ac_status=$?
15019   grep -v '^ *+' conftest.er1 >conftest.err
15020   rm -f conftest.er1
15021   cat conftest.err >&5
15022   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15023   (exit $ac_status); } && {
15024          test -z "$ac_c_werror_flag" ||
15025          test ! -s conftest.err
15026        } && test -s conftest$ac_exeext && {
15027          test "$cross_compiling" = yes ||
15028          $as_test_x conftest$ac_exeext
15029        }; then
15030   ac_cv_c_va_copy="yes"
15031 else
15032   $as_echo "$as_me: failed program was:" >&5
15033 sed 's/^/| /' conftest.$ac_ext >&5
15034
15035         ac_cv_c_va_copy="no"
15036 fi
15037
15038 rm -rf conftest.dSYM
15039 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15040       conftest$ac_exeext conftest.$ac_ext
15041
15042 fi
15043 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
15044 $as_echo "$ac_cv_c_va_copy" >&6; }
15045 if test "$ac_cv_c_va_copy" = "yes"
15046 then
15047
15048 cat >>confdefs.h <<\_ACEOF
15049 #define HAVE_VA_COPY 1
15050 _ACEOF
15051
15052 fi
15053 { $as_echo "$as_me:$LINENO: checking for __va_copy" >&5
15054 $as_echo_n "checking for __va_copy... " >&6; }
15055 if test "${ac_cv_c___va_copy+set}" = set; then
15056   $as_echo_n "(cached) " >&6
15057 else
15058   cat >conftest.$ac_ext <<_ACEOF
15059 /* confdefs.h.  */
15060 _ACEOF
15061 cat confdefs.h >>conftest.$ac_ext
15062 cat >>conftest.$ac_ext <<_ACEOF
15063 /* end confdefs.h.  */
15064 #include <stdarg.h>
15065 int
15066 main ()
15067 {
15068 va_list ap1, ap2; __va_copy(ap1,ap2);
15069   ;
15070   return 0;
15071 }
15072 _ACEOF
15073 rm -f conftest.$ac_objext conftest$ac_exeext
15074 if { (ac_try="$ac_link"
15075 case "(($ac_try" in
15076   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15077   *) ac_try_echo=$ac_try;;
15078 esac
15079 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15080 $as_echo "$ac_try_echo") >&5
15081   (eval "$ac_link") 2>conftest.er1
15082   ac_status=$?
15083   grep -v '^ *+' conftest.er1 >conftest.err
15084   rm -f conftest.er1
15085   cat conftest.err >&5
15086   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15087   (exit $ac_status); } && {
15088          test -z "$ac_c_werror_flag" ||
15089          test ! -s conftest.err
15090        } && test -s conftest$ac_exeext && {
15091          test "$cross_compiling" = yes ||
15092          $as_test_x conftest$ac_exeext
15093        }; then
15094   ac_cv_c___va_copy="yes"
15095 else
15096   $as_echo "$as_me: failed program was:" >&5
15097 sed 's/^/| /' conftest.$ac_ext >&5
15098
15099         ac_cv_c___va_copy="no"
15100 fi
15101
15102 rm -rf conftest.dSYM
15103 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15104       conftest$ac_exeext conftest.$ac_ext
15105
15106 fi
15107 { $as_echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
15108 $as_echo "$ac_cv_c___va_copy" >&6; }
15109 if test "$ac_cv_c___va_copy" = "yes"
15110 then
15111
15112 cat >>confdefs.h <<\_ACEOF
15113 #define HAVE___VA_COPY 1
15114 _ACEOF
15115
15116 fi
15117
15118 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15119 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15120 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15121   $as_echo_n "(cached) " >&6
15122 else
15123   ac_cv_type_pthread_rwlock_t=no
15124 cat >conftest.$ac_ext <<_ACEOF
15125 /* confdefs.h.  */
15126 _ACEOF
15127 cat confdefs.h >>conftest.$ac_ext
15128 cat >>conftest.$ac_ext <<_ACEOF
15129 /* end confdefs.h.  */
15130 #define _GNU_SOURCE
15131 #include <pthread.h>
15132
15133 int
15134 main ()
15135 {
15136 if (sizeof (pthread_rwlock_t))
15137        return 0;
15138   ;
15139   return 0;
15140 }
15141 _ACEOF
15142 rm -f conftest.$ac_objext
15143 if { (ac_try="$ac_compile"
15144 case "(($ac_try" in
15145   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15146   *) ac_try_echo=$ac_try;;
15147 esac
15148 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15149 $as_echo "$ac_try_echo") >&5
15150   (eval "$ac_compile") 2>conftest.er1
15151   ac_status=$?
15152   grep -v '^ *+' conftest.er1 >conftest.err
15153   rm -f conftest.er1
15154   cat conftest.err >&5
15155   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15156   (exit $ac_status); } && {
15157          test -z "$ac_c_werror_flag" ||
15158          test ! -s conftest.err
15159        } && test -s conftest.$ac_objext; then
15160   cat >conftest.$ac_ext <<_ACEOF
15161 /* confdefs.h.  */
15162 _ACEOF
15163 cat confdefs.h >>conftest.$ac_ext
15164 cat >>conftest.$ac_ext <<_ACEOF
15165 /* end confdefs.h.  */
15166 #define _GNU_SOURCE
15167 #include <pthread.h>
15168
15169 int
15170 main ()
15171 {
15172 if (sizeof ((pthread_rwlock_t)))
15173           return 0;
15174   ;
15175   return 0;
15176 }
15177 _ACEOF
15178 rm -f conftest.$ac_objext
15179 if { (ac_try="$ac_compile"
15180 case "(($ac_try" in
15181   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15182   *) ac_try_echo=$ac_try;;
15183 esac
15184 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15185 $as_echo "$ac_try_echo") >&5
15186   (eval "$ac_compile") 2>conftest.er1
15187   ac_status=$?
15188   grep -v '^ *+' conftest.er1 >conftest.err
15189   rm -f conftest.er1
15190   cat conftest.err >&5
15191   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15192   (exit $ac_status); } && {
15193          test -z "$ac_c_werror_flag" ||
15194          test ! -s conftest.err
15195        } && test -s conftest.$ac_objext; then
15196   :
15197 else
15198   $as_echo "$as_me: failed program was:" >&5
15199 sed 's/^/| /' conftest.$ac_ext >&5
15200
15201         ac_cv_type_pthread_rwlock_t=yes
15202 fi
15203
15204 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15205 else
15206   $as_echo "$as_me: failed program was:" >&5
15207 sed 's/^/| /' conftest.$ac_ext >&5
15208
15209
15210 fi
15211
15212 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15213 fi
15214 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15215 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15216 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15217
15218 cat >>confdefs.h <<_ACEOF
15219 #define HAVE_PTHREAD_RWLOCK_T 1
15220 _ACEOF
15221
15222
15223 fi
15224 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15225 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15226 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15227   $as_echo_n "(cached) " >&6
15228 else
15229   ac_cv_type_pthread_rwlockattr_t=no
15230 cat >conftest.$ac_ext <<_ACEOF
15231 /* confdefs.h.  */
15232 _ACEOF
15233 cat confdefs.h >>conftest.$ac_ext
15234 cat >>conftest.$ac_ext <<_ACEOF
15235 /* end confdefs.h.  */
15236 #define _GNU_SOURCE
15237 #include <pthread.h>
15238
15239 int
15240 main ()
15241 {
15242 if (sizeof (pthread_rwlockattr_t))
15243        return 0;
15244   ;
15245   return 0;
15246 }
15247 _ACEOF
15248 rm -f conftest.$ac_objext
15249 if { (ac_try="$ac_compile"
15250 case "(($ac_try" in
15251   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15252   *) ac_try_echo=$ac_try;;
15253 esac
15254 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15255 $as_echo "$ac_try_echo") >&5
15256   (eval "$ac_compile") 2>conftest.er1
15257   ac_status=$?
15258   grep -v '^ *+' conftest.er1 >conftest.err
15259   rm -f conftest.er1
15260   cat conftest.err >&5
15261   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15262   (exit $ac_status); } && {
15263          test -z "$ac_c_werror_flag" ||
15264          test ! -s conftest.err
15265        } && test -s conftest.$ac_objext; then
15266   cat >conftest.$ac_ext <<_ACEOF
15267 /* confdefs.h.  */
15268 _ACEOF
15269 cat confdefs.h >>conftest.$ac_ext
15270 cat >>conftest.$ac_ext <<_ACEOF
15271 /* end confdefs.h.  */
15272 #define _GNU_SOURCE
15273 #include <pthread.h>
15274
15275 int
15276 main ()
15277 {
15278 if (sizeof ((pthread_rwlockattr_t)))
15279           return 0;
15280   ;
15281   return 0;
15282 }
15283 _ACEOF
15284 rm -f conftest.$ac_objext
15285 if { (ac_try="$ac_compile"
15286 case "(($ac_try" in
15287   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15288   *) ac_try_echo=$ac_try;;
15289 esac
15290 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15291 $as_echo "$ac_try_echo") >&5
15292   (eval "$ac_compile") 2>conftest.er1
15293   ac_status=$?
15294   grep -v '^ *+' conftest.er1 >conftest.err
15295   rm -f conftest.er1
15296   cat conftest.err >&5
15297   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15298   (exit $ac_status); } && {
15299          test -z "$ac_c_werror_flag" ||
15300          test ! -s conftest.err
15301        } && test -s conftest.$ac_objext; then
15302   :
15303 else
15304   $as_echo "$as_me: failed program was:" >&5
15305 sed 's/^/| /' conftest.$ac_ext >&5
15306
15307         ac_cv_type_pthread_rwlockattr_t=yes
15308 fi
15309
15310 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15311 else
15312   $as_echo "$as_me: failed program was:" >&5
15313 sed 's/^/| /' conftest.$ac_ext >&5
15314
15315
15316 fi
15317
15318 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15319 fi
15320 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15321 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15322 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15323
15324 cat >>confdefs.h <<_ACEOF
15325 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15326 _ACEOF
15327
15328
15329 fi
15330
15331
15332 ac_wine_check_funcs_save_LIBS="$LIBS"
15333 LIBS="$LIBS $LIBPTHREAD"
15334
15335
15336
15337
15338 for ac_func in \
15339         pthread_attr_get_np \
15340         pthread_getattr_np \
15341         pthread_get_stackaddr_np \
15342         pthread_get_stacksize_np
15343 do
15344 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15345 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15346 $as_echo_n "checking for $ac_func... " >&6; }
15347 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15348   $as_echo_n "(cached) " >&6
15349 else
15350   cat >conftest.$ac_ext <<_ACEOF
15351 /* confdefs.h.  */
15352 _ACEOF
15353 cat confdefs.h >>conftest.$ac_ext
15354 cat >>conftest.$ac_ext <<_ACEOF
15355 /* end confdefs.h.  */
15356 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15357    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15358 #define $ac_func innocuous_$ac_func
15359
15360 /* System header to define __stub macros and hopefully few prototypes,
15361     which can conflict with char $ac_func (); below.
15362     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15363     <limits.h> exists even on freestanding compilers.  */
15364
15365 #ifdef __STDC__
15366 # include <limits.h>
15367 #else
15368 # include <assert.h>
15369 #endif
15370
15371 #undef $ac_func
15372
15373 /* Override any GCC internal prototype to avoid an error.
15374    Use char because int might match the return type of a GCC
15375    builtin and then its argument prototype would still apply.  */
15376 #ifdef __cplusplus
15377 extern "C"
15378 #endif
15379 char $ac_func ();
15380 /* The GNU C library defines this for functions which it implements
15381     to always fail with ENOSYS.  Some functions are actually named
15382     something starting with __ and the normal name is an alias.  */
15383 #if defined __stub_$ac_func || defined __stub___$ac_func
15384 choke me
15385 #endif
15386
15387 int
15388 main ()
15389 {
15390 return $ac_func ();
15391   ;
15392   return 0;
15393 }
15394 _ACEOF
15395 rm -f conftest.$ac_objext conftest$ac_exeext
15396 if { (ac_try="$ac_link"
15397 case "(($ac_try" in
15398   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15399   *) ac_try_echo=$ac_try;;
15400 esac
15401 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15402 $as_echo "$ac_try_echo") >&5
15403   (eval "$ac_link") 2>conftest.er1
15404   ac_status=$?
15405   grep -v '^ *+' conftest.er1 >conftest.err
15406   rm -f conftest.er1
15407   cat conftest.err >&5
15408   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15409   (exit $ac_status); } && {
15410          test -z "$ac_c_werror_flag" ||
15411          test ! -s conftest.err
15412        } && test -s conftest$ac_exeext && {
15413          test "$cross_compiling" = yes ||
15414          $as_test_x conftest$ac_exeext
15415        }; then
15416   eval "$as_ac_var=yes"
15417 else
15418   $as_echo "$as_me: failed program was:" >&5
15419 sed 's/^/| /' conftest.$ac_ext >&5
15420
15421         eval "$as_ac_var=no"
15422 fi
15423
15424 rm -rf conftest.dSYM
15425 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15426       conftest$ac_exeext conftest.$ac_ext
15427 fi
15428 ac_res=`eval 'as_val=${'$as_ac_var'}
15429                  $as_echo "$as_val"'`
15430                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15431 $as_echo "$ac_res" >&6; }
15432 as_val=`eval 'as_val=${'$as_ac_var'}
15433                  $as_echo "$as_val"'`
15434    if test "x$as_val" = x""yes; then
15435   cat >>confdefs.h <<_ACEOF
15436 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15437 _ACEOF
15438
15439 fi
15440 done
15441
15442 LIBS="$ac_wine_check_funcs_save_LIBS"
15443
15444 # Extract the first word of "esd-config", so it can be a program name with args.
15445 set dummy esd-config; ac_word=$2
15446 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15447 $as_echo_n "checking for $ac_word... " >&6; }
15448 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15449   $as_echo_n "(cached) " >&6
15450 else
15451   case $ESDCONFIG in
15452   [\\/]* | ?:[\\/]*)
15453   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15454   ;;
15455   *)
15456   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15457 for as_dir in $PATH
15458 do
15459   IFS=$as_save_IFS
15460   test -z "$as_dir" && as_dir=.
15461   for ac_exec_ext in '' $ac_executable_extensions; do
15462   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15463     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15464     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15465     break 2
15466   fi
15467 done
15468 done
15469 IFS=$as_save_IFS
15470
15471   ;;
15472 esac
15473 fi
15474 ESDCONFIG=$ac_cv_path_ESDCONFIG
15475 if test -n "$ESDCONFIG"; then
15476   { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15477 $as_echo "$ESDCONFIG" >&6; }
15478 else
15479   { $as_echo "$as_me:$LINENO: result: no" >&5
15480 $as_echo "no" >&6; }
15481 fi
15482
15483
15484 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
15485 then
15486     ac_esd_incl=""
15487     for i in `$ESDCONFIG --cflags`
15488     do
15489       case "$i" in
15490         -I*) ac_esd_incl="$ac_esd_incl $i";;
15491       esac
15492     done
15493     ac_esd_libs=`$ESDCONFIG --libs`
15494     save_CFLAGS="$CFLAGS"
15495     CFLAGS="$CFLAGS $ac_esd_incl"
15496     { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15497 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15498 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15499   $as_echo_n "(cached) " >&6
15500 else
15501   ac_check_lib_save_LIBS=$LIBS
15502 LIBS="-lesd $ac_esd_libs $LIBS"
15503 cat >conftest.$ac_ext <<_ACEOF
15504 /* confdefs.h.  */
15505 _ACEOF
15506 cat confdefs.h >>conftest.$ac_ext
15507 cat >>conftest.$ac_ext <<_ACEOF
15508 /* end confdefs.h.  */
15509
15510 /* Override any GCC internal prototype to avoid an error.
15511    Use char because int might match the return type of a GCC
15512    builtin and then its argument prototype would still apply.  */
15513 #ifdef __cplusplus
15514 extern "C"
15515 #endif
15516 char esd_open_sound ();
15517 int
15518 main ()
15519 {
15520 return esd_open_sound ();
15521   ;
15522   return 0;
15523 }
15524 _ACEOF
15525 rm -f conftest.$ac_objext conftest$ac_exeext
15526 if { (ac_try="$ac_link"
15527 case "(($ac_try" in
15528   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15529   *) ac_try_echo=$ac_try;;
15530 esac
15531 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15532 $as_echo "$ac_try_echo") >&5
15533   (eval "$ac_link") 2>conftest.er1
15534   ac_status=$?
15535   grep -v '^ *+' conftest.er1 >conftest.err
15536   rm -f conftest.er1
15537   cat conftest.err >&5
15538   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15539   (exit $ac_status); } && {
15540          test -z "$ac_c_werror_flag" ||
15541          test ! -s conftest.err
15542        } && test -s conftest$ac_exeext && {
15543          test "$cross_compiling" = yes ||
15544          $as_test_x conftest$ac_exeext
15545        }; then
15546   ac_cv_lib_esd_esd_open_sound=yes
15547 else
15548   $as_echo "$as_me: failed program was:" >&5
15549 sed 's/^/| /' conftest.$ac_ext >&5
15550
15551         ac_cv_lib_esd_esd_open_sound=no
15552 fi
15553
15554 rm -rf conftest.dSYM
15555 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15556       conftest$ac_exeext conftest.$ac_ext
15557 LIBS=$ac_check_lib_save_LIBS
15558 fi
15559 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15560 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15561 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15562   ESDINCL="$ac_esd_incl"
15563
15564          ESDLIBS="$ac_esd_libs"
15565
15566
15567 cat >>confdefs.h <<\_ACEOF
15568 #define HAVE_ESD 1
15569 _ACEOF
15570
15571 fi
15572
15573     CFLAGS="$save_CFLAGS"
15574 fi
15575
15576 ALSALIBS=""
15577
15578 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15579 then
15580     { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15581 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15582 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15583   $as_echo_n "(cached) " >&6
15584 else
15585   ac_check_lib_save_LIBS=$LIBS
15586 LIBS="-lasound  $LIBS"
15587 cat >conftest.$ac_ext <<_ACEOF
15588 /* confdefs.h.  */
15589 _ACEOF
15590 cat confdefs.h >>conftest.$ac_ext
15591 cat >>conftest.$ac_ext <<_ACEOF
15592 /* end confdefs.h.  */
15593
15594 /* Override any GCC internal prototype to avoid an error.
15595    Use char because int might match the return type of a GCC
15596    builtin and then its argument prototype would still apply.  */
15597 #ifdef __cplusplus
15598 extern "C"
15599 #endif
15600 char snd_pcm_hw_params_get_access ();
15601 int
15602 main ()
15603 {
15604 return snd_pcm_hw_params_get_access ();
15605   ;
15606   return 0;
15607 }
15608 _ACEOF
15609 rm -f conftest.$ac_objext conftest$ac_exeext
15610 if { (ac_try="$ac_link"
15611 case "(($ac_try" in
15612   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15613   *) ac_try_echo=$ac_try;;
15614 esac
15615 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15616 $as_echo "$ac_try_echo") >&5
15617   (eval "$ac_link") 2>conftest.er1
15618   ac_status=$?
15619   grep -v '^ *+' conftest.er1 >conftest.err
15620   rm -f conftest.er1
15621   cat conftest.err >&5
15622   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15623   (exit $ac_status); } && {
15624          test -z "$ac_c_werror_flag" ||
15625          test ! -s conftest.err
15626        } && test -s conftest$ac_exeext && {
15627          test "$cross_compiling" = yes ||
15628          $as_test_x conftest$ac_exeext
15629        }; then
15630   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15631 else
15632   $as_echo "$as_me: failed program was:" >&5
15633 sed 's/^/| /' conftest.$ac_ext >&5
15634
15635         ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15636 fi
15637
15638 rm -rf conftest.dSYM
15639 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15640       conftest$ac_exeext conftest.$ac_ext
15641 LIBS=$ac_check_lib_save_LIBS
15642 fi
15643 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15644 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15645 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15646   cat >conftest.$ac_ext <<_ACEOF
15647 /* confdefs.h.  */
15648 _ACEOF
15649 cat confdefs.h >>conftest.$ac_ext
15650 cat >>conftest.$ac_ext <<_ACEOF
15651 /* end confdefs.h.  */
15652 #ifdef HAVE_ALSA_ASOUNDLIB_H
15653 #include <alsa/asoundlib.h>
15654 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15655 #include <sys/asoundlib.h>
15656 #endif
15657 int
15658 main ()
15659 {
15660 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15661   ;
15662   return 0;
15663 }
15664 _ACEOF
15665 rm -f conftest.$ac_objext
15666 if { (ac_try="$ac_compile"
15667 case "(($ac_try" in
15668   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15669   *) ac_try_echo=$ac_try;;
15670 esac
15671 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15672 $as_echo "$ac_try_echo") >&5
15673   (eval "$ac_compile") 2>conftest.er1
15674   ac_status=$?
15675   grep -v '^ *+' conftest.er1 >conftest.err
15676   rm -f conftest.er1
15677   cat conftest.err >&5
15678   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15679   (exit $ac_status); } && {
15680          test -z "$ac_c_werror_flag" ||
15681          test ! -s conftest.err
15682        } && test -s conftest.$ac_objext; then
15683
15684 cat >>confdefs.h <<\_ACEOF
15685 #define HAVE_ALSA 1
15686 _ACEOF
15687
15688                          ALSALIBS="-lasound"
15689 else
15690   $as_echo "$as_me: failed program was:" >&5
15691 sed 's/^/| /' conftest.$ac_ext >&5
15692
15693
15694 fi
15695
15696 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15697 fi
15698
15699 fi
15700
15701 AUDIOIOLIBS=""
15702
15703 if test "$ac_cv_header_libaudioio_h" = "yes"
15704 then
15705     { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15706 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15707 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15708   $as_echo_n "(cached) " >&6
15709 else
15710   ac_check_lib_save_LIBS=$LIBS
15711 LIBS="-laudioio  $LIBS"
15712 cat >conftest.$ac_ext <<_ACEOF
15713 /* confdefs.h.  */
15714 _ACEOF
15715 cat confdefs.h >>conftest.$ac_ext
15716 cat >>conftest.$ac_ext <<_ACEOF
15717 /* end confdefs.h.  */
15718
15719 /* Override any GCC internal prototype to avoid an error.
15720    Use char because int might match the return type of a GCC
15721    builtin and then its argument prototype would still apply.  */
15722 #ifdef __cplusplus
15723 extern "C"
15724 #endif
15725 char AudioIOGetVersion ();
15726 int
15727 main ()
15728 {
15729 return AudioIOGetVersion ();
15730   ;
15731   return 0;
15732 }
15733 _ACEOF
15734 rm -f conftest.$ac_objext conftest$ac_exeext
15735 if { (ac_try="$ac_link"
15736 case "(($ac_try" in
15737   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15738   *) ac_try_echo=$ac_try;;
15739 esac
15740 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15741 $as_echo "$ac_try_echo") >&5
15742   (eval "$ac_link") 2>conftest.er1
15743   ac_status=$?
15744   grep -v '^ *+' conftest.er1 >conftest.err
15745   rm -f conftest.er1
15746   cat conftest.err >&5
15747   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15748   (exit $ac_status); } && {
15749          test -z "$ac_c_werror_flag" ||
15750          test ! -s conftest.err
15751        } && test -s conftest$ac_exeext && {
15752          test "$cross_compiling" = yes ||
15753          $as_test_x conftest$ac_exeext
15754        }; then
15755   ac_cv_lib_audioio_AudioIOGetVersion=yes
15756 else
15757   $as_echo "$as_me: failed program was:" >&5
15758 sed 's/^/| /' conftest.$ac_ext >&5
15759
15760         ac_cv_lib_audioio_AudioIOGetVersion=no
15761 fi
15762
15763 rm -rf conftest.dSYM
15764 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15765       conftest$ac_exeext conftest.$ac_ext
15766 LIBS=$ac_check_lib_save_LIBS
15767 fi
15768 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15769 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15770 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15771   AUDIOIOLIBS="-laudioio"
15772
15773 cat >>confdefs.h <<\_ACEOF
15774 #define HAVE_LIBAUDIOIO 1
15775 _ACEOF
15776
15777 fi
15778
15779 fi
15780
15781
15782 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15783 then
15784     { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15785 $as_echo_n "checking for -lcapi20... " >&6; }
15786 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15787   $as_echo_n "(cached) " >&6
15788 else
15789   ac_check_soname_save_LIBS=$LIBS
15790 LIBS="-lcapi20  $LIBS"
15791   cat >conftest.$ac_ext <<_ACEOF
15792 /* confdefs.h.  */
15793 _ACEOF
15794 cat confdefs.h >>conftest.$ac_ext
15795 cat >>conftest.$ac_ext <<_ACEOF
15796 /* end confdefs.h.  */
15797
15798 /* Override any GCC internal prototype to avoid an error.
15799    Use char because int might match the return type of a GCC
15800    builtin and then its argument prototype would still apply.  */
15801 #ifdef __cplusplus
15802 extern "C"
15803 #endif
15804 char capi20_register ();
15805 int
15806 main ()
15807 {
15808 return capi20_register ();
15809   ;
15810   return 0;
15811 }
15812 _ACEOF
15813 rm -f conftest.$ac_objext conftest$ac_exeext
15814 if { (ac_try="$ac_link"
15815 case "(($ac_try" in
15816   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15817   *) ac_try_echo=$ac_try;;
15818 esac
15819 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15820 $as_echo "$ac_try_echo") >&5
15821   (eval "$ac_link") 2>conftest.er1
15822   ac_status=$?
15823   grep -v '^ *+' conftest.er1 >conftest.err
15824   rm -f conftest.er1
15825   cat conftest.err >&5
15826   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15827   (exit $ac_status); } && {
15828          test -z "$ac_c_werror_flag" ||
15829          test ! -s conftest.err
15830        } && test -s conftest$ac_exeext && {
15831          test "$cross_compiling" = yes ||
15832          $as_test_x conftest$ac_exeext
15833        }; then
15834   case "$LIBEXT" in
15835     dll) ;;
15836     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'` ;;
15837     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
15838   esac
15839 else
15840   $as_echo "$as_me: failed program was:" >&5
15841 sed 's/^/| /' conftest.$ac_ext >&5
15842
15843
15844 fi
15845
15846 rm -rf conftest.dSYM
15847 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15848       conftest$ac_exeext conftest.$ac_ext
15849   LIBS=$ac_check_soname_save_LIBS
15850 fi
15851 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15852   { $as_echo "$as_me:$LINENO: result: not found" >&5
15853 $as_echo "not found" >&6; }
15854
15855 else
15856   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15857 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15858
15859 cat >>confdefs.h <<_ACEOF
15860 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15861 _ACEOF
15862
15863
15864 fi
15865
15866 fi
15867 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15868   case "x$with_capi" in
15869   x)   wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15870   xno) ;;
15871   *)   { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15872 This is an error since --with-capi was requested." >&5
15873 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15874 This is an error since --with-capi was requested." >&2;}
15875    { (exit 1); exit 1; }; } ;;
15876 esac
15877 fi
15878
15879
15880 CUPSINCL=""
15881
15882 if test "x$with_cups" != "xno"
15883 then
15884     ac_save_CPPFLAGS="$CPPFLAGS"
15885     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15886     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15887     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15888
15889 for ac_header in cups/cups.h
15890 do
15891 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15892 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15893   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15894 $as_echo_n "checking for $ac_header... " >&6; }
15895 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15896   $as_echo_n "(cached) " >&6
15897 fi
15898 ac_res=`eval 'as_val=${'$as_ac_Header'}
15899                  $as_echo "$as_val"'`
15900                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15901 $as_echo "$ac_res" >&6; }
15902 else
15903   # Is the header compilable?
15904 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15905 $as_echo_n "checking $ac_header usability... " >&6; }
15906 cat >conftest.$ac_ext <<_ACEOF
15907 /* confdefs.h.  */
15908 _ACEOF
15909 cat confdefs.h >>conftest.$ac_ext
15910 cat >>conftest.$ac_ext <<_ACEOF
15911 /* end confdefs.h.  */
15912 $ac_includes_default
15913 #include <$ac_header>
15914 _ACEOF
15915 rm -f conftest.$ac_objext
15916 if { (ac_try="$ac_compile"
15917 case "(($ac_try" in
15918   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15919   *) ac_try_echo=$ac_try;;
15920 esac
15921 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15922 $as_echo "$ac_try_echo") >&5
15923   (eval "$ac_compile") 2>conftest.er1
15924   ac_status=$?
15925   grep -v '^ *+' conftest.er1 >conftest.err
15926   rm -f conftest.er1
15927   cat conftest.err >&5
15928   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15929   (exit $ac_status); } && {
15930          test -z "$ac_c_werror_flag" ||
15931          test ! -s conftest.err
15932        } && test -s conftest.$ac_objext; then
15933   ac_header_compiler=yes
15934 else
15935   $as_echo "$as_me: failed program was:" >&5
15936 sed 's/^/| /' conftest.$ac_ext >&5
15937
15938         ac_header_compiler=no
15939 fi
15940
15941 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15942 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15943 $as_echo "$ac_header_compiler" >&6; }
15944
15945 # Is the header present?
15946 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
15947 $as_echo_n "checking $ac_header presence... " >&6; }
15948 cat >conftest.$ac_ext <<_ACEOF
15949 /* confdefs.h.  */
15950 _ACEOF
15951 cat confdefs.h >>conftest.$ac_ext
15952 cat >>conftest.$ac_ext <<_ACEOF
15953 /* end confdefs.h.  */
15954 #include <$ac_header>
15955 _ACEOF
15956 if { (ac_try="$ac_cpp conftest.$ac_ext"
15957 case "(($ac_try" in
15958   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15959   *) ac_try_echo=$ac_try;;
15960 esac
15961 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15962 $as_echo "$ac_try_echo") >&5
15963   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15964   ac_status=$?
15965   grep -v '^ *+' conftest.er1 >conftest.err
15966   rm -f conftest.er1
15967   cat conftest.err >&5
15968   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15969   (exit $ac_status); } >/dev/null && {
15970          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15971          test ! -s conftest.err
15972        }; then
15973   ac_header_preproc=yes
15974 else
15975   $as_echo "$as_me: failed program was:" >&5
15976 sed 's/^/| /' conftest.$ac_ext >&5
15977
15978   ac_header_preproc=no
15979 fi
15980
15981 rm -f conftest.err conftest.$ac_ext
15982 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15983 $as_echo "$ac_header_preproc" >&6; }
15984
15985 # So?  What about this header?
15986 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15987   yes:no: )
15988     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15989 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15990     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15991 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15992     ac_header_preproc=yes
15993     ;;
15994   no:yes:* )
15995     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15996 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15997     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
15998 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
15999     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16000 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16001     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16002 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16003     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16004 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16005     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16006 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16007     ( cat <<\_ASBOX
16008 ## ------------------------------------ ##
16009 ## Report this to wine-devel@winehq.org ##
16010 ## ------------------------------------ ##
16011 _ASBOX
16012      ) | sed "s/^/$as_me: WARNING:     /" >&2
16013     ;;
16014 esac
16015 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16016 $as_echo_n "checking for $ac_header... " >&6; }
16017 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16018   $as_echo_n "(cached) " >&6
16019 else
16020   eval "$as_ac_Header=\$ac_header_preproc"
16021 fi
16022 ac_res=`eval 'as_val=${'$as_ac_Header'}
16023                  $as_echo "$as_val"'`
16024                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16025 $as_echo "$ac_res" >&6; }
16026
16027 fi
16028 as_val=`eval 'as_val=${'$as_ac_Header'}
16029                  $as_echo "$as_val"'`
16030    if test "x$as_val" = x""yes; then
16031   cat >>confdefs.h <<_ACEOF
16032 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16033 _ACEOF
16034  { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16035 $as_echo_n "checking for -lcups... " >&6; }
16036 if test "${ac_cv_lib_soname_cups+set}" = set; then
16037   $as_echo_n "(cached) " >&6
16038 else
16039   ac_check_soname_save_LIBS=$LIBS
16040 LIBS="-lcups $ac_cups_libs $LIBS"
16041   cat >conftest.$ac_ext <<_ACEOF
16042 /* confdefs.h.  */
16043 _ACEOF
16044 cat confdefs.h >>conftest.$ac_ext
16045 cat >>conftest.$ac_ext <<_ACEOF
16046 /* end confdefs.h.  */
16047
16048 /* Override any GCC internal prototype to avoid an error.
16049    Use char because int might match the return type of a GCC
16050    builtin and then its argument prototype would still apply.  */
16051 #ifdef __cplusplus
16052 extern "C"
16053 #endif
16054 char cupsGetDefault ();
16055 int
16056 main ()
16057 {
16058 return cupsGetDefault ();
16059   ;
16060   return 0;
16061 }
16062 _ACEOF
16063 rm -f conftest.$ac_objext conftest$ac_exeext
16064 if { (ac_try="$ac_link"
16065 case "(($ac_try" in
16066   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16067   *) ac_try_echo=$ac_try;;
16068 esac
16069 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16070 $as_echo "$ac_try_echo") >&5
16071   (eval "$ac_link") 2>conftest.er1
16072   ac_status=$?
16073   grep -v '^ *+' conftest.er1 >conftest.err
16074   rm -f conftest.er1
16075   cat conftest.err >&5
16076   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16077   (exit $ac_status); } && {
16078          test -z "$ac_c_werror_flag" ||
16079          test ! -s conftest.err
16080        } && test -s conftest$ac_exeext && {
16081          test "$cross_compiling" = yes ||
16082          $as_test_x conftest$ac_exeext
16083        }; then
16084   case "$LIBEXT" in
16085     dll) ;;
16086     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'` ;;
16087     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16088   esac
16089 else
16090   $as_echo "$as_me: failed program was:" >&5
16091 sed 's/^/| /' conftest.$ac_ext >&5
16092
16093
16094 fi
16095
16096 rm -rf conftest.dSYM
16097 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16098       conftest$ac_exeext conftest.$ac_ext
16099   LIBS=$ac_check_soname_save_LIBS
16100 fi
16101 if test "x$ac_cv_lib_soname_cups" = "x"; then
16102   { $as_echo "$as_me:$LINENO: result: not found" >&5
16103 $as_echo "not found" >&6; }
16104
16105 else
16106   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16107 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16108
16109 cat >>confdefs.h <<_ACEOF
16110 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16111 _ACEOF
16112
16113        CUPSINCL="$ac_cups_cflags"
16114 fi
16115
16116 fi
16117
16118 done
16119
16120     CPPFLAGS="$ac_save_CPPFLAGS"
16121 fi
16122 if test "x$ac_cv_lib_soname_cups" = "x"; then
16123   case "x$with_cups" in
16124   x)   wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16125   xno) ;;
16126   *)   { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16127 This is an error since --with-cups was requested." >&5
16128 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16129 This is an error since --with-cups was requested." >&2;}
16130    { (exit 1); exit 1; }; } ;;
16131 esac
16132 fi
16133
16134
16135 if test "$ac_cv_header_jack_jack_h" = "yes"
16136 then
16137     { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16138 $as_echo_n "checking for -ljack... " >&6; }
16139 if test "${ac_cv_lib_soname_jack+set}" = set; then
16140   $as_echo_n "(cached) " >&6
16141 else
16142   ac_check_soname_save_LIBS=$LIBS
16143 LIBS="-ljack  $LIBS"
16144   cat >conftest.$ac_ext <<_ACEOF
16145 /* confdefs.h.  */
16146 _ACEOF
16147 cat confdefs.h >>conftest.$ac_ext
16148 cat >>conftest.$ac_ext <<_ACEOF
16149 /* end confdefs.h.  */
16150
16151 /* Override any GCC internal prototype to avoid an error.
16152    Use char because int might match the return type of a GCC
16153    builtin and then its argument prototype would still apply.  */
16154 #ifdef __cplusplus
16155 extern "C"
16156 #endif
16157 char jack_client_new ();
16158 int
16159 main ()
16160 {
16161 return jack_client_new ();
16162   ;
16163   return 0;
16164 }
16165 _ACEOF
16166 rm -f conftest.$ac_objext conftest$ac_exeext
16167 if { (ac_try="$ac_link"
16168 case "(($ac_try" in
16169   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16170   *) ac_try_echo=$ac_try;;
16171 esac
16172 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16173 $as_echo "$ac_try_echo") >&5
16174   (eval "$ac_link") 2>conftest.er1
16175   ac_status=$?
16176   grep -v '^ *+' conftest.er1 >conftest.err
16177   rm -f conftest.er1
16178   cat conftest.err >&5
16179   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16180   (exit $ac_status); } && {
16181          test -z "$ac_c_werror_flag" ||
16182          test ! -s conftest.err
16183        } && test -s conftest$ac_exeext && {
16184          test "$cross_compiling" = yes ||
16185          $as_test_x conftest$ac_exeext
16186        }; then
16187   case "$LIBEXT" in
16188     dll) ;;
16189     dylib) ac_cv_lib_soname_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'` ;;
16190     *) 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'` ;;
16191   esac
16192 else
16193   $as_echo "$as_me: failed program was:" >&5
16194 sed 's/^/| /' conftest.$ac_ext >&5
16195
16196
16197 fi
16198
16199 rm -rf conftest.dSYM
16200 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16201       conftest$ac_exeext conftest.$ac_ext
16202   LIBS=$ac_check_soname_save_LIBS
16203 fi
16204 if test "x$ac_cv_lib_soname_jack" = "x"; then
16205   { $as_echo "$as_me:$LINENO: result: not found" >&5
16206 $as_echo "not found" >&6; }
16207
16208 else
16209   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16210 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16211
16212 cat >>confdefs.h <<_ACEOF
16213 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16214 _ACEOF
16215
16216
16217 fi
16218
16219 fi
16220
16221 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16222 then
16223     { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16224 $as_echo_n "checking for -lfontconfig... " >&6; }
16225 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16226   $as_echo_n "(cached) " >&6
16227 else
16228   ac_check_soname_save_LIBS=$LIBS
16229 LIBS="-lfontconfig  $LIBS"
16230   cat >conftest.$ac_ext <<_ACEOF
16231 /* confdefs.h.  */
16232 _ACEOF
16233 cat confdefs.h >>conftest.$ac_ext
16234 cat >>conftest.$ac_ext <<_ACEOF
16235 /* end confdefs.h.  */
16236
16237 /* Override any GCC internal prototype to avoid an error.
16238    Use char because int might match the return type of a GCC
16239    builtin and then its argument prototype would still apply.  */
16240 #ifdef __cplusplus
16241 extern "C"
16242 #endif
16243 char FcInit ();
16244 int
16245 main ()
16246 {
16247 return FcInit ();
16248   ;
16249   return 0;
16250 }
16251 _ACEOF
16252 rm -f conftest.$ac_objext conftest$ac_exeext
16253 if { (ac_try="$ac_link"
16254 case "(($ac_try" in
16255   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16256   *) ac_try_echo=$ac_try;;
16257 esac
16258 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16259 $as_echo "$ac_try_echo") >&5
16260   (eval "$ac_link") 2>conftest.er1
16261   ac_status=$?
16262   grep -v '^ *+' conftest.er1 >conftest.err
16263   rm -f conftest.er1
16264   cat conftest.err >&5
16265   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16266   (exit $ac_status); } && {
16267          test -z "$ac_c_werror_flag" ||
16268          test ! -s conftest.err
16269        } && test -s conftest$ac_exeext && {
16270          test "$cross_compiling" = yes ||
16271          $as_test_x conftest$ac_exeext
16272        }; then
16273   case "$LIBEXT" in
16274     dll) ;;
16275     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'` ;;
16276     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16277   esac
16278 else
16279   $as_echo "$as_me: failed program was:" >&5
16280 sed 's/^/| /' conftest.$ac_ext >&5
16281
16282
16283 fi
16284
16285 rm -rf conftest.dSYM
16286 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16287       conftest$ac_exeext conftest.$ac_ext
16288   LIBS=$ac_check_soname_save_LIBS
16289 fi
16290 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16291   { $as_echo "$as_me:$LINENO: result: not found" >&5
16292 $as_echo "not found" >&6; }
16293
16294 else
16295   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16296 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16297
16298 cat >>confdefs.h <<_ACEOF
16299 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16300 _ACEOF
16301
16302
16303 fi
16304
16305 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16306 then
16307         ac_save_CPPFLAGS="$CPPFLAGS"
16308     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16309     $as_unset ac_cv_header_fontconfig_fontconfig_h
16310
16311 for ac_header in fontconfig/fontconfig.h
16312 do
16313 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16314 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16315   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16316 $as_echo_n "checking for $ac_header... " >&6; }
16317 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16318   $as_echo_n "(cached) " >&6
16319 fi
16320 ac_res=`eval 'as_val=${'$as_ac_Header'}
16321                  $as_echo "$as_val"'`
16322                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16323 $as_echo "$ac_res" >&6; }
16324 else
16325   # Is the header compilable?
16326 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16327 $as_echo_n "checking $ac_header usability... " >&6; }
16328 cat >conftest.$ac_ext <<_ACEOF
16329 /* confdefs.h.  */
16330 _ACEOF
16331 cat confdefs.h >>conftest.$ac_ext
16332 cat >>conftest.$ac_ext <<_ACEOF
16333 /* end confdefs.h.  */
16334 $ac_includes_default
16335 #include <$ac_header>
16336 _ACEOF
16337 rm -f conftest.$ac_objext
16338 if { (ac_try="$ac_compile"
16339 case "(($ac_try" in
16340   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16341   *) ac_try_echo=$ac_try;;
16342 esac
16343 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16344 $as_echo "$ac_try_echo") >&5
16345   (eval "$ac_compile") 2>conftest.er1
16346   ac_status=$?
16347   grep -v '^ *+' conftest.er1 >conftest.err
16348   rm -f conftest.er1
16349   cat conftest.err >&5
16350   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16351   (exit $ac_status); } && {
16352          test -z "$ac_c_werror_flag" ||
16353          test ! -s conftest.err
16354        } && test -s conftest.$ac_objext; then
16355   ac_header_compiler=yes
16356 else
16357   $as_echo "$as_me: failed program was:" >&5
16358 sed 's/^/| /' conftest.$ac_ext >&5
16359
16360         ac_header_compiler=no
16361 fi
16362
16363 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16364 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16365 $as_echo "$ac_header_compiler" >&6; }
16366
16367 # Is the header present?
16368 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16369 $as_echo_n "checking $ac_header presence... " >&6; }
16370 cat >conftest.$ac_ext <<_ACEOF
16371 /* confdefs.h.  */
16372 _ACEOF
16373 cat confdefs.h >>conftest.$ac_ext
16374 cat >>conftest.$ac_ext <<_ACEOF
16375 /* end confdefs.h.  */
16376 #include <$ac_header>
16377 _ACEOF
16378 if { (ac_try="$ac_cpp conftest.$ac_ext"
16379 case "(($ac_try" in
16380   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16381   *) ac_try_echo=$ac_try;;
16382 esac
16383 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16384 $as_echo "$ac_try_echo") >&5
16385   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16386   ac_status=$?
16387   grep -v '^ *+' conftest.er1 >conftest.err
16388   rm -f conftest.er1
16389   cat conftest.err >&5
16390   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16391   (exit $ac_status); } >/dev/null && {
16392          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16393          test ! -s conftest.err
16394        }; then
16395   ac_header_preproc=yes
16396 else
16397   $as_echo "$as_me: failed program was:" >&5
16398 sed 's/^/| /' conftest.$ac_ext >&5
16399
16400   ac_header_preproc=no
16401 fi
16402
16403 rm -f conftest.err conftest.$ac_ext
16404 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16405 $as_echo "$ac_header_preproc" >&6; }
16406
16407 # So?  What about this header?
16408 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16409   yes:no: )
16410     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16411 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16412     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16413 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16414     ac_header_preproc=yes
16415     ;;
16416   no:yes:* )
16417     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16418 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16419     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16420 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16421     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16422 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16423     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16424 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16425     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16426 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16427     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16428 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16429     ( cat <<\_ASBOX
16430 ## ------------------------------------ ##
16431 ## Report this to wine-devel@winehq.org ##
16432 ## ------------------------------------ ##
16433 _ASBOX
16434      ) | sed "s/^/$as_me: WARNING:     /" >&2
16435     ;;
16436 esac
16437 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16438 $as_echo_n "checking for $ac_header... " >&6; }
16439 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16440   $as_echo_n "(cached) " >&6
16441 else
16442   eval "$as_ac_Header=\$ac_header_preproc"
16443 fi
16444 ac_res=`eval 'as_val=${'$as_ac_Header'}
16445                  $as_echo "$as_val"'`
16446                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16447 $as_echo "$ac_res" >&6; }
16448
16449 fi
16450 as_val=`eval 'as_val=${'$as_ac_Header'}
16451                  $as_echo "$as_val"'`
16452    if test "x$as_val" = x""yes; then
16453   cat >>confdefs.h <<_ACEOF
16454 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16455 _ACEOF
16456
16457 fi
16458
16459 done
16460
16461     CPPFLAGS="$ac_save_CPPFLAGS"
16462     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16463     then
16464         FONTCONFIGINCL="$X_CFLAGS"
16465
16466         { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16467 $as_echo_n "checking for -lfontconfig... " >&6; }
16468 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16469   $as_echo_n "(cached) " >&6
16470 else
16471   ac_check_soname_save_LIBS=$LIBS
16472 LIBS="-lfontconfig $X_LIBS $LIBS"
16473   cat >conftest.$ac_ext <<_ACEOF
16474 /* confdefs.h.  */
16475 _ACEOF
16476 cat confdefs.h >>conftest.$ac_ext
16477 cat >>conftest.$ac_ext <<_ACEOF
16478 /* end confdefs.h.  */
16479
16480 /* Override any GCC internal prototype to avoid an error.
16481    Use char because int might match the return type of a GCC
16482    builtin and then its argument prototype would still apply.  */
16483 #ifdef __cplusplus
16484 extern "C"
16485 #endif
16486 char FcInit ();
16487 int
16488 main ()
16489 {
16490 return FcInit ();
16491   ;
16492   return 0;
16493 }
16494 _ACEOF
16495 rm -f conftest.$ac_objext conftest$ac_exeext
16496 if { (ac_try="$ac_link"
16497 case "(($ac_try" in
16498   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16499   *) ac_try_echo=$ac_try;;
16500 esac
16501 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16502 $as_echo "$ac_try_echo") >&5
16503   (eval "$ac_link") 2>conftest.er1
16504   ac_status=$?
16505   grep -v '^ *+' conftest.er1 >conftest.err
16506   rm -f conftest.er1
16507   cat conftest.err >&5
16508   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16509   (exit $ac_status); } && {
16510          test -z "$ac_c_werror_flag" ||
16511          test ! -s conftest.err
16512        } && test -s conftest$ac_exeext && {
16513          test "$cross_compiling" = yes ||
16514          $as_test_x conftest$ac_exeext
16515        }; then
16516   case "$LIBEXT" in
16517     dll) ;;
16518     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'` ;;
16519     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16520   esac
16521 else
16522   $as_echo "$as_me: failed program was:" >&5
16523 sed 's/^/| /' conftest.$ac_ext >&5
16524
16525
16526 fi
16527
16528 rm -rf conftest.dSYM
16529 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16530       conftest$ac_exeext conftest.$ac_ext
16531   LIBS=$ac_check_soname_save_LIBS
16532 fi
16533 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16534   { $as_echo "$as_me:$LINENO: result: not found" >&5
16535 $as_echo "not found" >&6; }
16536
16537 else
16538   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16539 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16540
16541 cat >>confdefs.h <<_ACEOF
16542 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16543 _ACEOF
16544
16545
16546 fi
16547
16548     fi
16549 fi
16550 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16551   case "x$with_fontconfig" in
16552   x)   wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16553   xno) ;;
16554   *)   { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16555 This is an error since --with-fontconfig was requested." >&5
16556 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16557 This is an error since --with-fontconfig was requested." >&2;}
16558    { (exit 1); exit 1; }; } ;;
16559 esac
16560 fi
16561
16562
16563 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16564 then
16565     { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16566 $as_echo_n "checking for -lssl... " >&6; }
16567 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16568   $as_echo_n "(cached) " >&6
16569 else
16570   ac_check_soname_save_LIBS=$LIBS
16571 LIBS="-lssl  $LIBS"
16572   cat >conftest.$ac_ext <<_ACEOF
16573 /* confdefs.h.  */
16574 _ACEOF
16575 cat confdefs.h >>conftest.$ac_ext
16576 cat >>conftest.$ac_ext <<_ACEOF
16577 /* end confdefs.h.  */
16578
16579 /* Override any GCC internal prototype to avoid an error.
16580    Use char because int might match the return type of a GCC
16581    builtin and then its argument prototype would still apply.  */
16582 #ifdef __cplusplus
16583 extern "C"
16584 #endif
16585 char SSL_library_init ();
16586 int
16587 main ()
16588 {
16589 return SSL_library_init ();
16590   ;
16591   return 0;
16592 }
16593 _ACEOF
16594 rm -f conftest.$ac_objext conftest$ac_exeext
16595 if { (ac_try="$ac_link"
16596 case "(($ac_try" in
16597   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16598   *) ac_try_echo=$ac_try;;
16599 esac
16600 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16601 $as_echo "$ac_try_echo") >&5
16602   (eval "$ac_link") 2>conftest.er1
16603   ac_status=$?
16604   grep -v '^ *+' conftest.er1 >conftest.err
16605   rm -f conftest.er1
16606   cat conftest.err >&5
16607   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16608   (exit $ac_status); } && {
16609          test -z "$ac_c_werror_flag" ||
16610          test ! -s conftest.err
16611        } && test -s conftest$ac_exeext && {
16612          test "$cross_compiling" = yes ||
16613          $as_test_x conftest$ac_exeext
16614        }; then
16615   case "$LIBEXT" in
16616     dll) ;;
16617     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'` ;;
16618     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
16619   esac
16620 else
16621   $as_echo "$as_me: failed program was:" >&5
16622 sed 's/^/| /' conftest.$ac_ext >&5
16623
16624
16625 fi
16626
16627 rm -rf conftest.dSYM
16628 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16629       conftest$ac_exeext conftest.$ac_ext
16630   LIBS=$ac_check_soname_save_LIBS
16631 fi
16632 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16633   { $as_echo "$as_me:$LINENO: result: not found" >&5
16634 $as_echo "not found" >&6; }
16635
16636 else
16637   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16638 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16639
16640 cat >>confdefs.h <<_ACEOF
16641 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16642 _ACEOF
16643
16644
16645 fi
16646
16647     { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16648 $as_echo_n "checking for -lcrypto... " >&6; }
16649 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16650   $as_echo_n "(cached) " >&6
16651 else
16652   ac_check_soname_save_LIBS=$LIBS
16653 LIBS="-lcrypto  $LIBS"
16654   cat >conftest.$ac_ext <<_ACEOF
16655 /* confdefs.h.  */
16656 _ACEOF
16657 cat confdefs.h >>conftest.$ac_ext
16658 cat >>conftest.$ac_ext <<_ACEOF
16659 /* end confdefs.h.  */
16660
16661 /* Override any GCC internal prototype to avoid an error.
16662    Use char because int might match the return type of a GCC
16663    builtin and then its argument prototype would still apply.  */
16664 #ifdef __cplusplus
16665 extern "C"
16666 #endif
16667 char BIO_new_socket ();
16668 int
16669 main ()
16670 {
16671 return BIO_new_socket ();
16672   ;
16673   return 0;
16674 }
16675 _ACEOF
16676 rm -f conftest.$ac_objext conftest$ac_exeext
16677 if { (ac_try="$ac_link"
16678 case "(($ac_try" in
16679   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16680   *) ac_try_echo=$ac_try;;
16681 esac
16682 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16683 $as_echo "$ac_try_echo") >&5
16684   (eval "$ac_link") 2>conftest.er1
16685   ac_status=$?
16686   grep -v '^ *+' conftest.er1 >conftest.err
16687   rm -f conftest.er1
16688   cat conftest.err >&5
16689   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16690   (exit $ac_status); } && {
16691          test -z "$ac_c_werror_flag" ||
16692          test ! -s conftest.err
16693        } && test -s conftest$ac_exeext && {
16694          test "$cross_compiling" = yes ||
16695          $as_test_x conftest$ac_exeext
16696        }; then
16697   case "$LIBEXT" in
16698     dll) ;;
16699     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'` ;;
16700     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
16701   esac
16702 else
16703   $as_echo "$as_me: failed program was:" >&5
16704 sed 's/^/| /' conftest.$ac_ext >&5
16705
16706
16707 fi
16708
16709 rm -rf conftest.dSYM
16710 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16711       conftest$ac_exeext conftest.$ac_ext
16712   LIBS=$ac_check_soname_save_LIBS
16713 fi
16714 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16715   { $as_echo "$as_me:$LINENO: result: not found" >&5
16716 $as_echo "not found" >&6; }
16717
16718 else
16719   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16720 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16721
16722 cat >>confdefs.h <<_ACEOF
16723 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16724 _ACEOF
16725
16726
16727 fi
16728
16729 fi
16730 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16731   case "x$with_openssl" in
16732   x)   wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16733   xno) ;;
16734   *)   { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16735 This is an error since --with-openssl was requested." >&5
16736 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16737 This is an error since --with-openssl was requested." >&2;}
16738    { (exit 1); exit 1; }; } ;;
16739 esac
16740 fi
16741
16742
16743 if test "$ac_cv_header_jpeglib_h" = "yes"
16744 then
16745     { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16746 $as_echo_n "checking for -ljpeg... " >&6; }
16747 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16748   $as_echo_n "(cached) " >&6
16749 else
16750   ac_check_soname_save_LIBS=$LIBS
16751 LIBS="-ljpeg  $LIBS"
16752   cat >conftest.$ac_ext <<_ACEOF
16753 /* confdefs.h.  */
16754 _ACEOF
16755 cat confdefs.h >>conftest.$ac_ext
16756 cat >>conftest.$ac_ext <<_ACEOF
16757 /* end confdefs.h.  */
16758
16759 /* Override any GCC internal prototype to avoid an error.
16760    Use char because int might match the return type of a GCC
16761    builtin and then its argument prototype would still apply.  */
16762 #ifdef __cplusplus
16763 extern "C"
16764 #endif
16765 char jpeg_start_decompress ();
16766 int
16767 main ()
16768 {
16769 return jpeg_start_decompress ();
16770   ;
16771   return 0;
16772 }
16773 _ACEOF
16774 rm -f conftest.$ac_objext conftest$ac_exeext
16775 if { (ac_try="$ac_link"
16776 case "(($ac_try" in
16777   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16778   *) ac_try_echo=$ac_try;;
16779 esac
16780 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16781 $as_echo "$ac_try_echo") >&5
16782   (eval "$ac_link") 2>conftest.er1
16783   ac_status=$?
16784   grep -v '^ *+' conftest.er1 >conftest.err
16785   rm -f conftest.er1
16786   cat conftest.err >&5
16787   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16788   (exit $ac_status); } && {
16789          test -z "$ac_c_werror_flag" ||
16790          test ! -s conftest.err
16791        } && test -s conftest$ac_exeext && {
16792          test "$cross_compiling" = yes ||
16793          $as_test_x conftest$ac_exeext
16794        }; then
16795   case "$LIBEXT" in
16796     dll) ;;
16797     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'` ;;
16798     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16799   esac
16800 else
16801   $as_echo "$as_me: failed program was:" >&5
16802 sed 's/^/| /' conftest.$ac_ext >&5
16803
16804
16805 fi
16806
16807 rm -rf conftest.dSYM
16808 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16809       conftest$ac_exeext conftest.$ac_ext
16810   LIBS=$ac_check_soname_save_LIBS
16811 fi
16812 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16813   { $as_echo "$as_me:$LINENO: result: not found" >&5
16814 $as_echo "not found" >&6; }
16815
16816 else
16817   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16818 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16819
16820 cat >>confdefs.h <<_ACEOF
16821 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16822 _ACEOF
16823
16824
16825 fi
16826
16827 fi
16828 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16829   case "x$with_jpeg" in
16830   x)   wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16831   xno) ;;
16832   *)   { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16833 This is an error since --with-jpeg was requested." >&5
16834 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16835 This is an error since --with-jpeg was requested." >&2;}
16836    { (exit 1); exit 1; }; } ;;
16837 esac
16838 fi
16839
16840
16841 if test "$ac_cv_header_png_h" = "yes"
16842 then
16843     { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16844 $as_echo_n "checking for -lpng... " >&6; }
16845 if test "${ac_cv_lib_soname_png+set}" = set; then
16846   $as_echo_n "(cached) " >&6
16847 else
16848   ac_check_soname_save_LIBS=$LIBS
16849 LIBS="-lpng -lm $LIBS"
16850   cat >conftest.$ac_ext <<_ACEOF
16851 /* confdefs.h.  */
16852 _ACEOF
16853 cat confdefs.h >>conftest.$ac_ext
16854 cat >>conftest.$ac_ext <<_ACEOF
16855 /* end confdefs.h.  */
16856
16857 /* Override any GCC internal prototype to avoid an error.
16858    Use char because int might match the return type of a GCC
16859    builtin and then its argument prototype would still apply.  */
16860 #ifdef __cplusplus
16861 extern "C"
16862 #endif
16863 char png_create_read_struct ();
16864 int
16865 main ()
16866 {
16867 return png_create_read_struct ();
16868   ;
16869   return 0;
16870 }
16871 _ACEOF
16872 rm -f conftest.$ac_objext conftest$ac_exeext
16873 if { (ac_try="$ac_link"
16874 case "(($ac_try" in
16875   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16876   *) ac_try_echo=$ac_try;;
16877 esac
16878 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16879 $as_echo "$ac_try_echo") >&5
16880   (eval "$ac_link") 2>conftest.er1
16881   ac_status=$?
16882   grep -v '^ *+' conftest.er1 >conftest.err
16883   rm -f conftest.er1
16884   cat conftest.err >&5
16885   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16886   (exit $ac_status); } && {
16887          test -z "$ac_c_werror_flag" ||
16888          test ! -s conftest.err
16889        } && test -s conftest$ac_exeext && {
16890          test "$cross_compiling" = yes ||
16891          $as_test_x conftest$ac_exeext
16892        }; then
16893   case "$LIBEXT" in
16894     dll) ;;
16895     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'` ;;
16896     *) 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'` ;;
16897   esac
16898 else
16899   $as_echo "$as_me: failed program was:" >&5
16900 sed 's/^/| /' conftest.$ac_ext >&5
16901
16902
16903 fi
16904
16905 rm -rf conftest.dSYM
16906 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16907       conftest$ac_exeext conftest.$ac_ext
16908   LIBS=$ac_check_soname_save_LIBS
16909 fi
16910 if test "x$ac_cv_lib_soname_png" = "x"; then
16911   { $as_echo "$as_me:$LINENO: result: not found" >&5
16912 $as_echo "not found" >&6; }
16913
16914 else
16915   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16916 $as_echo "$ac_cv_lib_soname_png" >&6; }
16917
16918 cat >>confdefs.h <<_ACEOF
16919 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16920 _ACEOF
16921
16922
16923 fi
16924
16925 fi
16926 if test "x$ac_cv_lib_soname_png" = "x"; then
16927   case "x$with_png" in
16928   x)   wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16929   xno) ;;
16930   *)   { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16931 This is an error since --with-png was requested." >&5
16932 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16933 This is an error since --with-png was requested." >&2;}
16934    { (exit 1); exit 1; }; } ;;
16935 esac
16936 fi
16937
16938
16939 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
16940 $as_echo_n "checking for -lodbc... " >&6; }
16941 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16942   $as_echo_n "(cached) " >&6
16943 else
16944   ac_check_soname_save_LIBS=$LIBS
16945 LIBS="-lodbc  $LIBS"
16946   cat >conftest.$ac_ext <<_ACEOF
16947 /* confdefs.h.  */
16948 _ACEOF
16949 cat confdefs.h >>conftest.$ac_ext
16950 cat >>conftest.$ac_ext <<_ACEOF
16951 /* end confdefs.h.  */
16952
16953 /* Override any GCC internal prototype to avoid an error.
16954    Use char because int might match the return type of a GCC
16955    builtin and then its argument prototype would still apply.  */
16956 #ifdef __cplusplus
16957 extern "C"
16958 #endif
16959 char SQLConnect ();
16960 int
16961 main ()
16962 {
16963 return SQLConnect ();
16964   ;
16965   return 0;
16966 }
16967 _ACEOF
16968 rm -f conftest.$ac_objext conftest$ac_exeext
16969 if { (ac_try="$ac_link"
16970 case "(($ac_try" in
16971   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16972   *) ac_try_echo=$ac_try;;
16973 esac
16974 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16975 $as_echo "$ac_try_echo") >&5
16976   (eval "$ac_link") 2>conftest.er1
16977   ac_status=$?
16978   grep -v '^ *+' conftest.er1 >conftest.err
16979   rm -f conftest.er1
16980   cat conftest.err >&5
16981   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16982   (exit $ac_status); } && {
16983          test -z "$ac_c_werror_flag" ||
16984          test ! -s conftest.err
16985        } && test -s conftest$ac_exeext && {
16986          test "$cross_compiling" = yes ||
16987          $as_test_x conftest$ac_exeext
16988        }; then
16989   case "$LIBEXT" in
16990     dll) ;;
16991     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'` ;;
16992     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16993   esac
16994 else
16995   $as_echo "$as_me: failed program was:" >&5
16996 sed 's/^/| /' conftest.$ac_ext >&5
16997
16998
16999 fi
17000
17001 rm -rf conftest.dSYM
17002 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17003       conftest$ac_exeext conftest.$ac_ext
17004   LIBS=$ac_check_soname_save_LIBS
17005 fi
17006 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17007   { $as_echo "$as_me:$LINENO: result: not found" >&5
17008 $as_echo "not found" >&6; }
17009        cat >>confdefs.h <<_ACEOF
17010 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17011 _ACEOF
17012
17013 else
17014   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17015 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17016
17017 cat >>confdefs.h <<_ACEOF
17018 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17019 _ACEOF
17020
17021
17022 fi
17023
17024
17025 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17026         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17027         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17028         "$ac_cv_header_soundcard_h" != "yes" -a \
17029         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17030 then
17031     wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17032 fi
17033
17034
17035 EXTRACFLAGS=""
17036
17037 if test "x${GCC}" = "xyes"
17038 then
17039   EXTRACFLAGS="-Wall -pipe"
17040
17041     { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17042 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17043 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17044   $as_echo_n "(cached) " >&6
17045 else
17046   if test "$cross_compiling" = yes; then
17047   ac_cv_c_gcc_strength_bug="yes"
17048 else
17049   cat >conftest.$ac_ext <<_ACEOF
17050 /* confdefs.h.  */
17051 _ACEOF
17052 cat confdefs.h >>conftest.$ac_ext
17053 cat >>conftest.$ac_ext <<_ACEOF
17054 /* end confdefs.h.  */
17055 int L[4] = {0,1,2,3};
17056 int
17057 main ()
17058 {
17059 static int Array[3];
17060   unsigned int B = 3;
17061   int i;
17062   for(i=0; i<B; i++) Array[i] = i - 3;
17063   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17064   L[i] = 4;
17065   exit( Array[1] != -2 || L[2] != 3)
17066   ;
17067   return 0;
17068 }
17069 _ACEOF
17070 rm -f conftest$ac_exeext
17071 if { (ac_try="$ac_link"
17072 case "(($ac_try" in
17073   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17074   *) ac_try_echo=$ac_try;;
17075 esac
17076 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17077 $as_echo "$ac_try_echo") >&5
17078   (eval "$ac_link") 2>&5
17079   ac_status=$?
17080   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17081   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17082   { (case "(($ac_try" in
17083   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17084   *) ac_try_echo=$ac_try;;
17085 esac
17086 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17087 $as_echo "$ac_try_echo") >&5
17088   (eval "$ac_try") 2>&5
17089   ac_status=$?
17090   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17091   (exit $ac_status); }; }; then
17092   ac_cv_c_gcc_strength_bug="no"
17093 else
17094   $as_echo "$as_me: program exited with status $ac_status" >&5
17095 $as_echo "$as_me: failed program was:" >&5
17096 sed 's/^/| /' conftest.$ac_ext >&5
17097
17098 ( exit $ac_status )
17099 ac_cv_c_gcc_strength_bug="yes"
17100 fi
17101 rm -rf conftest.dSYM
17102 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17103 fi
17104
17105
17106 fi
17107 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17108 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17109   if test "$ac_cv_c_gcc_strength_bug" = "yes"
17110   then
17111     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17112   fi
17113
17114
17115   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
17116 $as_echo_n "checking whether the compiler supports -fshort-wchar... " >&6; }
17117 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
17118   $as_echo_n "(cached) " >&6
17119 else
17120   ac_wine_try_cflags_saved=$CFLAGS
17121 CFLAGS="$CFLAGS -fshort-wchar"
17122 cat >conftest.$ac_ext <<_ACEOF
17123 /* confdefs.h.  */
17124 _ACEOF
17125 cat confdefs.h >>conftest.$ac_ext
17126 cat >>conftest.$ac_ext <<_ACEOF
17127 /* end confdefs.h.  */
17128
17129 int
17130 main ()
17131 {
17132
17133   ;
17134   return 0;
17135 }
17136 _ACEOF
17137 rm -f conftest.$ac_objext conftest$ac_exeext
17138 if { (ac_try="$ac_link"
17139 case "(($ac_try" in
17140   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17141   *) ac_try_echo=$ac_try;;
17142 esac
17143 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17144 $as_echo "$ac_try_echo") >&5
17145   (eval "$ac_link") 2>conftest.er1
17146   ac_status=$?
17147   grep -v '^ *+' conftest.er1 >conftest.err
17148   rm -f conftest.er1
17149   cat conftest.err >&5
17150   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17151   (exit $ac_status); } && {
17152          test -z "$ac_c_werror_flag" ||
17153          test ! -s conftest.err
17154        } && test -s conftest$ac_exeext && {
17155          test "$cross_compiling" = yes ||
17156          $as_test_x conftest$ac_exeext
17157        }; then
17158   ac_cv_cflags__fshort_wchar=yes
17159 else
17160   $as_echo "$as_me: failed program was:" >&5
17161 sed 's/^/| /' conftest.$ac_ext >&5
17162
17163         ac_cv_cflags__fshort_wchar=no
17164 fi
17165
17166 rm -rf conftest.dSYM
17167 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17168       conftest$ac_exeext conftest.$ac_ext
17169 CFLAGS=$ac_wine_try_cflags_saved
17170 fi
17171 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
17172 $as_echo "$ac_cv_cflags__fshort_wchar" >&6; }
17173 if test $ac_cv_cflags__fshort_wchar = yes; then
17174
17175 cat >>confdefs.h <<\_ACEOF
17176 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
17177 _ACEOF
17178
17179 fi
17180
17181   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17182 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17183 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17184   $as_echo_n "(cached) " >&6
17185 else
17186   ac_wine_try_cflags_saved=$CFLAGS
17187 CFLAGS="$CFLAGS -fno-builtin"
17188 cat >conftest.$ac_ext <<_ACEOF
17189 /* confdefs.h.  */
17190 _ACEOF
17191 cat confdefs.h >>conftest.$ac_ext
17192 cat >>conftest.$ac_ext <<_ACEOF
17193 /* end confdefs.h.  */
17194
17195 int
17196 main ()
17197 {
17198
17199   ;
17200   return 0;
17201 }
17202 _ACEOF
17203 rm -f conftest.$ac_objext conftest$ac_exeext
17204 if { (ac_try="$ac_link"
17205 case "(($ac_try" in
17206   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17207   *) ac_try_echo=$ac_try;;
17208 esac
17209 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17210 $as_echo "$ac_try_echo") >&5
17211   (eval "$ac_link") 2>conftest.er1
17212   ac_status=$?
17213   grep -v '^ *+' conftest.er1 >conftest.err
17214   rm -f conftest.er1
17215   cat conftest.err >&5
17216   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17217   (exit $ac_status); } && {
17218          test -z "$ac_c_werror_flag" ||
17219          test ! -s conftest.err
17220        } && test -s conftest$ac_exeext && {
17221          test "$cross_compiling" = yes ||
17222          $as_test_x conftest$ac_exeext
17223        }; then
17224   ac_cv_cflags__fno_builtin=yes
17225 else
17226   $as_echo "$as_me: failed program was:" >&5
17227 sed 's/^/| /' conftest.$ac_ext >&5
17228
17229         ac_cv_cflags__fno_builtin=no
17230 fi
17231
17232 rm -rf conftest.dSYM
17233 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17234       conftest$ac_exeext conftest.$ac_ext
17235 CFLAGS=$ac_wine_try_cflags_saved
17236 fi
17237 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17238 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17239 if test $ac_cv_cflags__fno_builtin = yes; then
17240   BUILTINFLAG="-fno-builtin"
17241
17242 fi
17243
17244   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17245 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17246 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17247   $as_echo_n "(cached) " >&6
17248 else
17249   ac_wine_try_cflags_saved=$CFLAGS
17250 CFLAGS="$CFLAGS -fno-strict-aliasing"
17251 cat >conftest.$ac_ext <<_ACEOF
17252 /* confdefs.h.  */
17253 _ACEOF
17254 cat confdefs.h >>conftest.$ac_ext
17255 cat >>conftest.$ac_ext <<_ACEOF
17256 /* end confdefs.h.  */
17257
17258 int
17259 main ()
17260 {
17261
17262   ;
17263   return 0;
17264 }
17265 _ACEOF
17266 rm -f conftest.$ac_objext conftest$ac_exeext
17267 if { (ac_try="$ac_link"
17268 case "(($ac_try" in
17269   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17270   *) ac_try_echo=$ac_try;;
17271 esac
17272 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17273 $as_echo "$ac_try_echo") >&5
17274   (eval "$ac_link") 2>conftest.er1
17275   ac_status=$?
17276   grep -v '^ *+' conftest.er1 >conftest.err
17277   rm -f conftest.er1
17278   cat conftest.err >&5
17279   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17280   (exit $ac_status); } && {
17281          test -z "$ac_c_werror_flag" ||
17282          test ! -s conftest.err
17283        } && test -s conftest$ac_exeext && {
17284          test "$cross_compiling" = yes ||
17285          $as_test_x conftest$ac_exeext
17286        }; then
17287   ac_cv_cflags__fno_strict_aliasing=yes
17288 else
17289   $as_echo "$as_me: failed program was:" >&5
17290 sed 's/^/| /' conftest.$ac_ext >&5
17291
17292         ac_cv_cflags__fno_strict_aliasing=no
17293 fi
17294
17295 rm -rf conftest.dSYM
17296 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17297       conftest$ac_exeext conftest.$ac_ext
17298 CFLAGS=$ac_wine_try_cflags_saved
17299 fi
17300 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17301 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17302 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17303   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17304 fi
17305
17306   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17307 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17308 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17309   $as_echo_n "(cached) " >&6
17310 else
17311   ac_wine_try_cflags_saved=$CFLAGS
17312 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17313 cat >conftest.$ac_ext <<_ACEOF
17314 /* confdefs.h.  */
17315 _ACEOF
17316 cat confdefs.h >>conftest.$ac_ext
17317 cat >>conftest.$ac_ext <<_ACEOF
17318 /* end confdefs.h.  */
17319
17320 int
17321 main ()
17322 {
17323
17324   ;
17325   return 0;
17326 }
17327 _ACEOF
17328 rm -f conftest.$ac_objext conftest$ac_exeext
17329 if { (ac_try="$ac_link"
17330 case "(($ac_try" in
17331   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17332   *) ac_try_echo=$ac_try;;
17333 esac
17334 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17335 $as_echo "$ac_try_echo") >&5
17336   (eval "$ac_link") 2>conftest.er1
17337   ac_status=$?
17338   grep -v '^ *+' conftest.er1 >conftest.err
17339   rm -f conftest.er1
17340   cat conftest.err >&5
17341   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17342   (exit $ac_status); } && {
17343          test -z "$ac_c_werror_flag" ||
17344          test ! -s conftest.err
17345        } && test -s conftest$ac_exeext && {
17346          test "$cross_compiling" = yes ||
17347          $as_test_x conftest$ac_exeext
17348        }; then
17349   ac_cv_cflags__Wdeclaration_after_statement=yes
17350 else
17351   $as_echo "$as_me: failed program was:" >&5
17352 sed 's/^/| /' conftest.$ac_ext >&5
17353
17354         ac_cv_cflags__Wdeclaration_after_statement=no
17355 fi
17356
17357 rm -rf conftest.dSYM
17358 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17359       conftest$ac_exeext conftest.$ac_ext
17360 CFLAGS=$ac_wine_try_cflags_saved
17361 fi
17362 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17363 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17364 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17365   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17366 fi
17367
17368   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17369 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17370 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17371   $as_echo_n "(cached) " >&6
17372 else
17373   ac_wine_try_cflags_saved=$CFLAGS
17374 CFLAGS="$CFLAGS -Wwrite-strings"
17375 cat >conftest.$ac_ext <<_ACEOF
17376 /* confdefs.h.  */
17377 _ACEOF
17378 cat confdefs.h >>conftest.$ac_ext
17379 cat >>conftest.$ac_ext <<_ACEOF
17380 /* end confdefs.h.  */
17381
17382 int
17383 main ()
17384 {
17385
17386   ;
17387   return 0;
17388 }
17389 _ACEOF
17390 rm -f conftest.$ac_objext conftest$ac_exeext
17391 if { (ac_try="$ac_link"
17392 case "(($ac_try" in
17393   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17394   *) ac_try_echo=$ac_try;;
17395 esac
17396 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17397 $as_echo "$ac_try_echo") >&5
17398   (eval "$ac_link") 2>conftest.er1
17399   ac_status=$?
17400   grep -v '^ *+' conftest.er1 >conftest.err
17401   rm -f conftest.er1
17402   cat conftest.err >&5
17403   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17404   (exit $ac_status); } && {
17405          test -z "$ac_c_werror_flag" ||
17406          test ! -s conftest.err
17407        } && test -s conftest$ac_exeext && {
17408          test "$cross_compiling" = yes ||
17409          $as_test_x conftest$ac_exeext
17410        }; then
17411   ac_cv_cflags__Wwrite_strings=yes
17412 else
17413   $as_echo "$as_me: failed program was:" >&5
17414 sed 's/^/| /' conftest.$ac_ext >&5
17415
17416         ac_cv_cflags__Wwrite_strings=no
17417 fi
17418
17419 rm -rf conftest.dSYM
17420 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17421       conftest$ac_exeext conftest.$ac_ext
17422 CFLAGS=$ac_wine_try_cflags_saved
17423 fi
17424 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17425 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17426 if test $ac_cv_cflags__Wwrite_strings = yes; then
17427   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17428 fi
17429
17430   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17431 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17432 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17433   $as_echo_n "(cached) " >&6
17434 else
17435   ac_wine_try_cflags_saved=$CFLAGS
17436 CFLAGS="$CFLAGS -Wtype-limits"
17437 cat >conftest.$ac_ext <<_ACEOF
17438 /* confdefs.h.  */
17439 _ACEOF
17440 cat confdefs.h >>conftest.$ac_ext
17441 cat >>conftest.$ac_ext <<_ACEOF
17442 /* end confdefs.h.  */
17443
17444 int
17445 main ()
17446 {
17447
17448   ;
17449   return 0;
17450 }
17451 _ACEOF
17452 rm -f conftest.$ac_objext conftest$ac_exeext
17453 if { (ac_try="$ac_link"
17454 case "(($ac_try" in
17455   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17456   *) ac_try_echo=$ac_try;;
17457 esac
17458 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17459 $as_echo "$ac_try_echo") >&5
17460   (eval "$ac_link") 2>conftest.er1
17461   ac_status=$?
17462   grep -v '^ *+' conftest.er1 >conftest.err
17463   rm -f conftest.er1
17464   cat conftest.err >&5
17465   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17466   (exit $ac_status); } && {
17467          test -z "$ac_c_werror_flag" ||
17468          test ! -s conftest.err
17469        } && test -s conftest$ac_exeext && {
17470          test "$cross_compiling" = yes ||
17471          $as_test_x conftest$ac_exeext
17472        }; then
17473   ac_cv_cflags__Wtype_limits=yes
17474 else
17475   $as_echo "$as_me: failed program was:" >&5
17476 sed 's/^/| /' conftest.$ac_ext >&5
17477
17478         ac_cv_cflags__Wtype_limits=no
17479 fi
17480
17481 rm -rf conftest.dSYM
17482 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17483       conftest$ac_exeext conftest.$ac_ext
17484 CFLAGS=$ac_wine_try_cflags_saved
17485 fi
17486 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17487 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17488 if test $ac_cv_cflags__Wtype_limits = yes; then
17489   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17490 fi
17491
17492
17493     saved_CFLAGS="$CFLAGS"
17494   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17495   { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17496 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17497 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17498   $as_echo_n "(cached) " >&6
17499 else
17500   cat >conftest.$ac_ext <<_ACEOF
17501 /* confdefs.h.  */
17502 _ACEOF
17503 cat confdefs.h >>conftest.$ac_ext
17504 cat >>conftest.$ac_ext <<_ACEOF
17505 /* end confdefs.h.  */
17506 #include <string.h>
17507 int
17508 main ()
17509 {
17510
17511   ;
17512   return 0;
17513 }
17514 _ACEOF
17515 rm -f conftest.$ac_objext
17516 if { (ac_try="$ac_compile"
17517 case "(($ac_try" in
17518   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17519   *) ac_try_echo=$ac_try;;
17520 esac
17521 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17522 $as_echo "$ac_try_echo") >&5
17523   (eval "$ac_compile") 2>conftest.er1
17524   ac_status=$?
17525   grep -v '^ *+' conftest.er1 >conftest.err
17526   rm -f conftest.er1
17527   cat conftest.err >&5
17528   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17529   (exit $ac_status); } && {
17530          test -z "$ac_c_werror_flag" ||
17531          test ! -s conftest.err
17532        } && test -s conftest.$ac_objext; then
17533   ac_cv_c_string_h_warnings=no
17534 else
17535   $as_echo "$as_me: failed program was:" >&5
17536 sed 's/^/| /' conftest.$ac_ext >&5
17537
17538         ac_cv_c_string_h_warnings=yes
17539 fi
17540
17541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17542 fi
17543 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17544 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17545   CFLAGS="$saved_CFLAGS"
17546   if test "$ac_cv_c_string_h_warnings" = "no"
17547   then
17548     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17549   fi
17550 fi
17551
17552
17553 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17554 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17555 if test "${ac_cv_asm_func_def+set}" = set; then
17556   $as_echo_n "(cached) " >&6
17557 else
17558   cat >conftest.$ac_ext <<_ACEOF
17559 /* confdefs.h.  */
17560 _ACEOF
17561 cat confdefs.h >>conftest.$ac_ext
17562 cat >>conftest.$ac_ext <<_ACEOF
17563 /* end confdefs.h.  */
17564
17565 int
17566 main ()
17567 {
17568 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17569   ;
17570   return 0;
17571 }
17572 _ACEOF
17573 rm -f conftest.$ac_objext conftest$ac_exeext
17574 if { (ac_try="$ac_link"
17575 case "(($ac_try" in
17576   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17577   *) ac_try_echo=$ac_try;;
17578 esac
17579 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17580 $as_echo "$ac_try_echo") >&5
17581   (eval "$ac_link") 2>conftest.er1
17582   ac_status=$?
17583   grep -v '^ *+' conftest.er1 >conftest.err
17584   rm -f conftest.er1
17585   cat conftest.err >&5
17586   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17587   (exit $ac_status); } && {
17588          test -z "$ac_c_werror_flag" ||
17589          test ! -s conftest.err
17590        } && test -s conftest$ac_exeext && {
17591          test "$cross_compiling" = yes ||
17592          $as_test_x conftest$ac_exeext
17593        }; then
17594   ac_cv_asm_func_def=".def"
17595 else
17596   $as_echo "$as_me: failed program was:" >&5
17597 sed 's/^/| /' conftest.$ac_ext >&5
17598
17599         cat >conftest.$ac_ext <<_ACEOF
17600 /* confdefs.h.  */
17601 _ACEOF
17602 cat confdefs.h >>conftest.$ac_ext
17603 cat >>conftest.$ac_ext <<_ACEOF
17604 /* end confdefs.h.  */
17605
17606 int
17607 main ()
17608 {
17609 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17610   ;
17611   return 0;
17612 }
17613 _ACEOF
17614 rm -f conftest.$ac_objext conftest$ac_exeext
17615 if { (ac_try="$ac_link"
17616 case "(($ac_try" in
17617   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17618   *) ac_try_echo=$ac_try;;
17619 esac
17620 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17621 $as_echo "$ac_try_echo") >&5
17622   (eval "$ac_link") 2>conftest.er1
17623   ac_status=$?
17624   grep -v '^ *+' conftest.er1 >conftest.err
17625   rm -f conftest.er1
17626   cat conftest.err >&5
17627   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17628   (exit $ac_status); } && {
17629          test -z "$ac_c_werror_flag" ||
17630          test ! -s conftest.err
17631        } && test -s conftest$ac_exeext && {
17632          test "$cross_compiling" = yes ||
17633          $as_test_x conftest$ac_exeext
17634        }; then
17635   ac_cv_asm_func_def=".type @function"
17636 else
17637   $as_echo "$as_me: failed program was:" >&5
17638 sed 's/^/| /' conftest.$ac_ext >&5
17639
17640         cat >conftest.$ac_ext <<_ACEOF
17641 /* confdefs.h.  */
17642 _ACEOF
17643 cat confdefs.h >>conftest.$ac_ext
17644 cat >>conftest.$ac_ext <<_ACEOF
17645 /* end confdefs.h.  */
17646
17647 int
17648 main ()
17649 {
17650 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17651   ;
17652   return 0;
17653 }
17654 _ACEOF
17655 rm -f conftest.$ac_objext conftest$ac_exeext
17656 if { (ac_try="$ac_link"
17657 case "(($ac_try" in
17658   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17659   *) ac_try_echo=$ac_try;;
17660 esac
17661 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17662 $as_echo "$ac_try_echo") >&5
17663   (eval "$ac_link") 2>conftest.er1
17664   ac_status=$?
17665   grep -v '^ *+' conftest.er1 >conftest.err
17666   rm -f conftest.er1
17667   cat conftest.err >&5
17668   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17669   (exit $ac_status); } && {
17670          test -z "$ac_c_werror_flag" ||
17671          test ! -s conftest.err
17672        } && test -s conftest$ac_exeext && {
17673          test "$cross_compiling" = yes ||
17674          $as_test_x conftest$ac_exeext
17675        }; then
17676   ac_cv_asm_func_def=".type 2"
17677 else
17678   $as_echo "$as_me: failed program was:" >&5
17679 sed 's/^/| /' conftest.$ac_ext >&5
17680
17681         ac_cv_asm_func_def="unknown"
17682 fi
17683
17684 rm -rf conftest.dSYM
17685 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17686       conftest$ac_exeext conftest.$ac_ext
17687 fi
17688
17689 rm -rf conftest.dSYM
17690 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17691       conftest$ac_exeext conftest.$ac_ext
17692 fi
17693
17694 rm -rf conftest.dSYM
17695 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17696       conftest$ac_exeext conftest.$ac_ext
17697 fi
17698 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17699 $as_echo "$ac_cv_asm_func_def" >&6; }
17700
17701
17702
17703 case "$ac_cv_asm_func_def" in
17704   ".def")
17705      cat >>confdefs.h <<\_ACEOF
17706 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17707 _ACEOF
17708  ;;
17709   ".type @function")
17710      cat >>confdefs.h <<\_ACEOF
17711 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17712 _ACEOF
17713  ;;
17714   ".type 2")
17715      cat >>confdefs.h <<\_ACEOF
17716 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17717 _ACEOF
17718  ;;
17719   *)
17720      cat >>confdefs.h <<\_ACEOF
17721 #define __ASM_FUNC(name) ""
17722 _ACEOF
17723  ;;
17724 esac
17725
17726
17727 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17728 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17729 if test "${ac_cv_c_extern_prefix+set}" = set; then
17730   $as_echo_n "(cached) " >&6
17731 else
17732   cat >conftest.$ac_ext <<_ACEOF
17733 /* confdefs.h.  */
17734 _ACEOF
17735 cat confdefs.h >>conftest.$ac_ext
17736 cat >>conftest.$ac_ext <<_ACEOF
17737 /* end confdefs.h.  */
17738 extern int ac_test;
17739 int
17740 main ()
17741 {
17742 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17743   ;
17744   return 0;
17745 }
17746 _ACEOF
17747 rm -f conftest.$ac_objext conftest$ac_exeext
17748 if { (ac_try="$ac_link"
17749 case "(($ac_try" in
17750   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17751   *) ac_try_echo=$ac_try;;
17752 esac
17753 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17754 $as_echo "$ac_try_echo") >&5
17755   (eval "$ac_link") 2>conftest.er1
17756   ac_status=$?
17757   grep -v '^ *+' conftest.er1 >conftest.err
17758   rm -f conftest.er1
17759   cat conftest.err >&5
17760   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17761   (exit $ac_status); } && {
17762          test -z "$ac_c_werror_flag" ||
17763          test ! -s conftest.err
17764        } && test -s conftest$ac_exeext && {
17765          test "$cross_compiling" = yes ||
17766          $as_test_x conftest$ac_exeext
17767        }; then
17768   ac_cv_c_extern_prefix="yes"
17769 else
17770   $as_echo "$as_me: failed program was:" >&5
17771 sed 's/^/| /' conftest.$ac_ext >&5
17772
17773         ac_cv_c_extern_prefix="no"
17774 fi
17775
17776 rm -rf conftest.dSYM
17777 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17778       conftest$ac_exeext conftest.$ac_ext
17779 fi
17780 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17781 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17782
17783
17784
17785 if test "$ac_cv_c_extern_prefix" = "yes"
17786 then
17787   cat >>confdefs.h <<\_ACEOF
17788 #define __ASM_NAME(name) "_" name
17789 _ACEOF
17790
17791 else
17792   cat >>confdefs.h <<\_ACEOF
17793 #define __ASM_NAME(name) name
17794 _ACEOF
17795
17796 fi
17797
17798
17799 LDPATH=""
17800
17801 case $build_os in
17802   cygwin*|mingw32*)
17803     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17804     ;;
17805   darwin*|macosx*)
17806     ;;
17807   linux*|solaris*)      if test -z "$LDRPATH_LOCAL"
17808     then
17809       LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17810     fi
17811     ;;
17812   *)
17813     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17814     ;;
17815 esac
17816
17817 case $host_os in
17818   mingw32*)
17819     CRTLIBS="-lmsvcrt"
17820
17821     SOCKETLIBS="-lws2_32"
17822
17823     ;;
17824 esac
17825
17826 MAIN_BINARY="wine-pthread"
17827   case $host_cpu in
17828   *i[3456789]86*)
17829     case $host_os in
17830       linux* | k*bsd*-gnu)
17831         MAIN_BINARY="wine-glibc"
17832
17833         EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17834  ;;
17835       freebsd*)
17836         MAIN_BINARY="wine-freebsd"
17837
17838         EXTRA_BINARIES="wine-pthread"
17839  ;;
17840     esac
17841     ;;
17842 esac
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
17899
17900
17901
17902
17903
17904
17905
17906
17907
17908
17909
17910
17911
17912
17913
17914
17915
17916 for ac_func in \
17917         _mkdir \
17918         _pclose \
17919         _popen \
17920         _snprintf \
17921         _spawnvp \
17922         _strdup \
17923         _stricmp \
17924         _strnicmp \
17925         _strtoi64 \
17926         _strtoui64 \
17927         _vsnprintf \
17928         asctime_r \
17929         chsize \
17930         clone \
17931         dlopen \
17932         epoll_create \
17933         ffs \
17934         finite \
17935         fork \
17936         fpclass \
17937         fstatfs \
17938         fstatvfs \
17939         ftruncate \
17940         futimes \
17941         futimesat \
17942         getdirentries \
17943         getopt_long \
17944         getpagesize \
17945         getpwuid \
17946         gettid \
17947         gettimeofday \
17948         getuid \
17949         inet_pton \
17950         kqueue \
17951         lstat \
17952         memmove \
17953         mmap \
17954         pclose \
17955         poll \
17956         popen \
17957         prctl \
17958         pread \
17959         pwrite \
17960         readdir \
17961         readlink \
17962         rfork \
17963         sched_yield \
17964         select \
17965         setproctitle \
17966         setrlimit \
17967         settimeofday \
17968         sigaltstack \
17969         sigprocmask \
17970         snprintf \
17971         spawnvp \
17972         statfs \
17973         statvfs \
17974         strcasecmp \
17975         strdup \
17976         strerror \
17977         strncasecmp \
17978         strtold \
17979         strtoll \
17980         strtoull \
17981         tcgetattr \
17982         thr_kill2 \
17983         timegm \
17984         usleep \
17985         vsnprintf \
17986         wait4 \
17987         waitpid \
17988
17989 do
17990 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17991 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
17992 $as_echo_n "checking for $ac_func... " >&6; }
17993 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17994   $as_echo_n "(cached) " >&6
17995 else
17996   cat >conftest.$ac_ext <<_ACEOF
17997 /* confdefs.h.  */
17998 _ACEOF
17999 cat confdefs.h >>conftest.$ac_ext
18000 cat >>conftest.$ac_ext <<_ACEOF
18001 /* end confdefs.h.  */
18002 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18003    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18004 #define $ac_func innocuous_$ac_func
18005
18006 /* System header to define __stub macros and hopefully few prototypes,
18007     which can conflict with char $ac_func (); below.
18008     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18009     <limits.h> exists even on freestanding compilers.  */
18010
18011 #ifdef __STDC__
18012 # include <limits.h>
18013 #else
18014 # include <assert.h>
18015 #endif
18016
18017 #undef $ac_func
18018
18019 /* Override any GCC internal prototype to avoid an error.
18020    Use char because int might match the return type of a GCC
18021    builtin and then its argument prototype would still apply.  */
18022 #ifdef __cplusplus
18023 extern "C"
18024 #endif
18025 char $ac_func ();
18026 /* The GNU C library defines this for functions which it implements
18027     to always fail with ENOSYS.  Some functions are actually named
18028     something starting with __ and the normal name is an alias.  */
18029 #if defined __stub_$ac_func || defined __stub___$ac_func
18030 choke me
18031 #endif
18032
18033 int
18034 main ()
18035 {
18036 return $ac_func ();
18037   ;
18038   return 0;
18039 }
18040 _ACEOF
18041 rm -f conftest.$ac_objext conftest$ac_exeext
18042 if { (ac_try="$ac_link"
18043 case "(($ac_try" in
18044   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18045   *) ac_try_echo=$ac_try;;
18046 esac
18047 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18048 $as_echo "$ac_try_echo") >&5
18049   (eval "$ac_link") 2>conftest.er1
18050   ac_status=$?
18051   grep -v '^ *+' conftest.er1 >conftest.err
18052   rm -f conftest.er1
18053   cat conftest.err >&5
18054   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18055   (exit $ac_status); } && {
18056          test -z "$ac_c_werror_flag" ||
18057          test ! -s conftest.err
18058        } && test -s conftest$ac_exeext && {
18059          test "$cross_compiling" = yes ||
18060          $as_test_x conftest$ac_exeext
18061        }; then
18062   eval "$as_ac_var=yes"
18063 else
18064   $as_echo "$as_me: failed program was:" >&5
18065 sed 's/^/| /' conftest.$ac_ext >&5
18066
18067         eval "$as_ac_var=no"
18068 fi
18069
18070 rm -rf conftest.dSYM
18071 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18072       conftest$ac_exeext conftest.$ac_ext
18073 fi
18074 ac_res=`eval 'as_val=${'$as_ac_var'}
18075                  $as_echo "$as_val"'`
18076                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18077 $as_echo "$ac_res" >&6; }
18078 as_val=`eval 'as_val=${'$as_ac_var'}
18079                  $as_echo "$as_val"'`
18080    if test "x$as_val" = x""yes; then
18081   cat >>confdefs.h <<_ACEOF
18082 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18083 _ACEOF
18084
18085 fi
18086 done
18087
18088
18089 if test "$ac_cv_func_dlopen" = no
18090 then
18091     { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18092 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18093 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18094   $as_echo_n "(cached) " >&6
18095 else
18096   ac_check_lib_save_LIBS=$LIBS
18097 LIBS="-ldl  $LIBS"
18098 cat >conftest.$ac_ext <<_ACEOF
18099 /* confdefs.h.  */
18100 _ACEOF
18101 cat confdefs.h >>conftest.$ac_ext
18102 cat >>conftest.$ac_ext <<_ACEOF
18103 /* end confdefs.h.  */
18104
18105 /* Override any GCC internal prototype to avoid an error.
18106    Use char because int might match the return type of a GCC
18107    builtin and then its argument prototype would still apply.  */
18108 #ifdef __cplusplus
18109 extern "C"
18110 #endif
18111 char dlopen ();
18112 int
18113 main ()
18114 {
18115 return dlopen ();
18116   ;
18117   return 0;
18118 }
18119 _ACEOF
18120 rm -f conftest.$ac_objext conftest$ac_exeext
18121 if { (ac_try="$ac_link"
18122 case "(($ac_try" in
18123   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18124   *) ac_try_echo=$ac_try;;
18125 esac
18126 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18127 $as_echo "$ac_try_echo") >&5
18128   (eval "$ac_link") 2>conftest.er1
18129   ac_status=$?
18130   grep -v '^ *+' conftest.er1 >conftest.err
18131   rm -f conftest.er1
18132   cat conftest.err >&5
18133   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18134   (exit $ac_status); } && {
18135          test -z "$ac_c_werror_flag" ||
18136          test ! -s conftest.err
18137        } && test -s conftest$ac_exeext && {
18138          test "$cross_compiling" = yes ||
18139          $as_test_x conftest$ac_exeext
18140        }; then
18141   ac_cv_lib_dl_dlopen=yes
18142 else
18143   $as_echo "$as_me: failed program was:" >&5
18144 sed 's/^/| /' conftest.$ac_ext >&5
18145
18146         ac_cv_lib_dl_dlopen=no
18147 fi
18148
18149 rm -rf conftest.dSYM
18150 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18151       conftest$ac_exeext conftest.$ac_ext
18152 LIBS=$ac_check_lib_save_LIBS
18153 fi
18154 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18155 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18156 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18157   cat >>confdefs.h <<\_ACEOF
18158 #define HAVE_DLOPEN 1
18159 _ACEOF
18160  LIBDL="-ldl"
18161
18162 fi
18163
18164 fi
18165 ac_wine_check_funcs_save_LIBS="$LIBS"
18166 LIBS="$LIBS $LIBDL"
18167
18168 for ac_func in dladdr
18169 do
18170 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18171 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18172 $as_echo_n "checking for $ac_func... " >&6; }
18173 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18174   $as_echo_n "(cached) " >&6
18175 else
18176   cat >conftest.$ac_ext <<_ACEOF
18177 /* confdefs.h.  */
18178 _ACEOF
18179 cat confdefs.h >>conftest.$ac_ext
18180 cat >>conftest.$ac_ext <<_ACEOF
18181 /* end confdefs.h.  */
18182 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18183    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18184 #define $ac_func innocuous_$ac_func
18185
18186 /* System header to define __stub macros and hopefully few prototypes,
18187     which can conflict with char $ac_func (); below.
18188     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18189     <limits.h> exists even on freestanding compilers.  */
18190
18191 #ifdef __STDC__
18192 # include <limits.h>
18193 #else
18194 # include <assert.h>
18195 #endif
18196
18197 #undef $ac_func
18198
18199 /* Override any GCC internal prototype to avoid an error.
18200    Use char because int might match the return type of a GCC
18201    builtin and then its argument prototype would still apply.  */
18202 #ifdef __cplusplus
18203 extern "C"
18204 #endif
18205 char $ac_func ();
18206 /* The GNU C library defines this for functions which it implements
18207     to always fail with ENOSYS.  Some functions are actually named
18208     something starting with __ and the normal name is an alias.  */
18209 #if defined __stub_$ac_func || defined __stub___$ac_func
18210 choke me
18211 #endif
18212
18213 int
18214 main ()
18215 {
18216 return $ac_func ();
18217   ;
18218   return 0;
18219 }
18220 _ACEOF
18221 rm -f conftest.$ac_objext conftest$ac_exeext
18222 if { (ac_try="$ac_link"
18223 case "(($ac_try" in
18224   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18225   *) ac_try_echo=$ac_try;;
18226 esac
18227 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18228 $as_echo "$ac_try_echo") >&5
18229   (eval "$ac_link") 2>conftest.er1
18230   ac_status=$?
18231   grep -v '^ *+' conftest.er1 >conftest.err
18232   rm -f conftest.er1
18233   cat conftest.err >&5
18234   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18235   (exit $ac_status); } && {
18236          test -z "$ac_c_werror_flag" ||
18237          test ! -s conftest.err
18238        } && test -s conftest$ac_exeext && {
18239          test "$cross_compiling" = yes ||
18240          $as_test_x conftest$ac_exeext
18241        }; then
18242   eval "$as_ac_var=yes"
18243 else
18244   $as_echo "$as_me: failed program was:" >&5
18245 sed 's/^/| /' conftest.$ac_ext >&5
18246
18247         eval "$as_ac_var=no"
18248 fi
18249
18250 rm -rf conftest.dSYM
18251 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18252       conftest$ac_exeext conftest.$ac_ext
18253 fi
18254 ac_res=`eval 'as_val=${'$as_ac_var'}
18255                  $as_echo "$as_val"'`
18256                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18257 $as_echo "$ac_res" >&6; }
18258 as_val=`eval 'as_val=${'$as_ac_var'}
18259                  $as_echo "$as_val"'`
18260    if test "x$as_val" = x""yes; then
18261   cat >>confdefs.h <<_ACEOF
18262 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18263 _ACEOF
18264
18265 fi
18266 done
18267
18268 LIBS="$ac_wine_check_funcs_save_LIBS"
18269
18270 if test "$ac_cv_func_poll" = no
18271 then
18272     { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18273 $as_echo_n "checking for poll in -lpoll... " >&6; }
18274 if test "${ac_cv_lib_poll_poll+set}" = set; then
18275   $as_echo_n "(cached) " >&6
18276 else
18277   ac_check_lib_save_LIBS=$LIBS
18278 LIBS="-lpoll  $LIBS"
18279 cat >conftest.$ac_ext <<_ACEOF
18280 /* confdefs.h.  */
18281 _ACEOF
18282 cat confdefs.h >>conftest.$ac_ext
18283 cat >>conftest.$ac_ext <<_ACEOF
18284 /* end confdefs.h.  */
18285
18286 /* Override any GCC internal prototype to avoid an error.
18287    Use char because int might match the return type of a GCC
18288    builtin and then its argument prototype would still apply.  */
18289 #ifdef __cplusplus
18290 extern "C"
18291 #endif
18292 char poll ();
18293 int
18294 main ()
18295 {
18296 return poll ();
18297   ;
18298   return 0;
18299 }
18300 _ACEOF
18301 rm -f conftest.$ac_objext conftest$ac_exeext
18302 if { (ac_try="$ac_link"
18303 case "(($ac_try" in
18304   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18305   *) ac_try_echo=$ac_try;;
18306 esac
18307 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18308 $as_echo "$ac_try_echo") >&5
18309   (eval "$ac_link") 2>conftest.er1
18310   ac_status=$?
18311   grep -v '^ *+' conftest.er1 >conftest.err
18312   rm -f conftest.er1
18313   cat conftest.err >&5
18314   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18315   (exit $ac_status); } && {
18316          test -z "$ac_c_werror_flag" ||
18317          test ! -s conftest.err
18318        } && test -s conftest$ac_exeext && {
18319          test "$cross_compiling" = yes ||
18320          $as_test_x conftest$ac_exeext
18321        }; then
18322   ac_cv_lib_poll_poll=yes
18323 else
18324   $as_echo "$as_me: failed program was:" >&5
18325 sed 's/^/| /' conftest.$ac_ext >&5
18326
18327         ac_cv_lib_poll_poll=no
18328 fi
18329
18330 rm -rf conftest.dSYM
18331 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18332       conftest$ac_exeext conftest.$ac_ext
18333 LIBS=$ac_check_lib_save_LIBS
18334 fi
18335 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18336 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18337 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18338   cat >>confdefs.h <<\_ACEOF
18339 #define HAVE_POLL 1
18340 _ACEOF
18341  LIBPOLL="-lpoll"
18342
18343 fi
18344
18345 fi
18346
18347 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18348 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18349 if test "${ac_cv_search_gethostbyname+set}" = set; then
18350   $as_echo_n "(cached) " >&6
18351 else
18352   ac_func_search_save_LIBS=$LIBS
18353 cat >conftest.$ac_ext <<_ACEOF
18354 /* confdefs.h.  */
18355 _ACEOF
18356 cat confdefs.h >>conftest.$ac_ext
18357 cat >>conftest.$ac_ext <<_ACEOF
18358 /* end confdefs.h.  */
18359
18360 /* Override any GCC internal prototype to avoid an error.
18361    Use char because int might match the return type of a GCC
18362    builtin and then its argument prototype would still apply.  */
18363 #ifdef __cplusplus
18364 extern "C"
18365 #endif
18366 char gethostbyname ();
18367 int
18368 main ()
18369 {
18370 return gethostbyname ();
18371   ;
18372   return 0;
18373 }
18374 _ACEOF
18375 for ac_lib in '' nsl; do
18376   if test -z "$ac_lib"; then
18377     ac_res="none required"
18378   else
18379     ac_res=-l$ac_lib
18380     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18381   fi
18382   rm -f conftest.$ac_objext conftest$ac_exeext
18383 if { (ac_try="$ac_link"
18384 case "(($ac_try" in
18385   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18386   *) ac_try_echo=$ac_try;;
18387 esac
18388 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18389 $as_echo "$ac_try_echo") >&5
18390   (eval "$ac_link") 2>conftest.er1
18391   ac_status=$?
18392   grep -v '^ *+' conftest.er1 >conftest.err
18393   rm -f conftest.er1
18394   cat conftest.err >&5
18395   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18396   (exit $ac_status); } && {
18397          test -z "$ac_c_werror_flag" ||
18398          test ! -s conftest.err
18399        } && test -s conftest$ac_exeext && {
18400          test "$cross_compiling" = yes ||
18401          $as_test_x conftest$ac_exeext
18402        }; then
18403   ac_cv_search_gethostbyname=$ac_res
18404 else
18405   $as_echo "$as_me: failed program was:" >&5
18406 sed 's/^/| /' conftest.$ac_ext >&5
18407
18408
18409 fi
18410
18411 rm -rf conftest.dSYM
18412 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18413       conftest$ac_exeext
18414   if test "${ac_cv_search_gethostbyname+set}" = set; then
18415   break
18416 fi
18417 done
18418 if test "${ac_cv_search_gethostbyname+set}" = set; then
18419   :
18420 else
18421   ac_cv_search_gethostbyname=no
18422 fi
18423 rm conftest.$ac_ext
18424 LIBS=$ac_func_search_save_LIBS
18425 fi
18426 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18427 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18428 ac_res=$ac_cv_search_gethostbyname
18429 if test "$ac_res" != no; then
18430   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18431
18432 fi
18433
18434
18435 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18436 $as_echo_n "checking for library containing connect... " >&6; }
18437 if test "${ac_cv_search_connect+set}" = set; then
18438   $as_echo_n "(cached) " >&6
18439 else
18440   ac_func_search_save_LIBS=$LIBS
18441 cat >conftest.$ac_ext <<_ACEOF
18442 /* confdefs.h.  */
18443 _ACEOF
18444 cat confdefs.h >>conftest.$ac_ext
18445 cat >>conftest.$ac_ext <<_ACEOF
18446 /* end confdefs.h.  */
18447
18448 /* Override any GCC internal prototype to avoid an error.
18449    Use char because int might match the return type of a GCC
18450    builtin and then its argument prototype would still apply.  */
18451 #ifdef __cplusplus
18452 extern "C"
18453 #endif
18454 char connect ();
18455 int
18456 main ()
18457 {
18458 return connect ();
18459   ;
18460   return 0;
18461 }
18462 _ACEOF
18463 for ac_lib in '' socket; do
18464   if test -z "$ac_lib"; then
18465     ac_res="none required"
18466   else
18467     ac_res=-l$ac_lib
18468     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18469   fi
18470   rm -f conftest.$ac_objext conftest$ac_exeext
18471 if { (ac_try="$ac_link"
18472 case "(($ac_try" in
18473   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18474   *) ac_try_echo=$ac_try;;
18475 esac
18476 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18477 $as_echo "$ac_try_echo") >&5
18478   (eval "$ac_link") 2>conftest.er1
18479   ac_status=$?
18480   grep -v '^ *+' conftest.er1 >conftest.err
18481   rm -f conftest.er1
18482   cat conftest.err >&5
18483   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18484   (exit $ac_status); } && {
18485          test -z "$ac_c_werror_flag" ||
18486          test ! -s conftest.err
18487        } && test -s conftest$ac_exeext && {
18488          test "$cross_compiling" = yes ||
18489          $as_test_x conftest$ac_exeext
18490        }; then
18491   ac_cv_search_connect=$ac_res
18492 else
18493   $as_echo "$as_me: failed program was:" >&5
18494 sed 's/^/| /' conftest.$ac_ext >&5
18495
18496
18497 fi
18498
18499 rm -rf conftest.dSYM
18500 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18501       conftest$ac_exeext
18502   if test "${ac_cv_search_connect+set}" = set; then
18503   break
18504 fi
18505 done
18506 if test "${ac_cv_search_connect+set}" = set; then
18507   :
18508 else
18509   ac_cv_search_connect=no
18510 fi
18511 rm conftest.$ac_ext
18512 LIBS=$ac_func_search_save_LIBS
18513 fi
18514 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18515 $as_echo "$ac_cv_search_connect" >&6; }
18516 ac_res=$ac_cv_search_connect
18517 if test "$ac_res" != no; then
18518   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18519
18520 fi
18521
18522
18523 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18524 $as_echo_n "checking for library containing inet_aton... " >&6; }
18525 if test "${ac_cv_search_inet_aton+set}" = set; then
18526   $as_echo_n "(cached) " >&6
18527 else
18528   ac_func_search_save_LIBS=$LIBS
18529 cat >conftest.$ac_ext <<_ACEOF
18530 /* confdefs.h.  */
18531 _ACEOF
18532 cat confdefs.h >>conftest.$ac_ext
18533 cat >>conftest.$ac_ext <<_ACEOF
18534 /* end confdefs.h.  */
18535
18536 /* Override any GCC internal prototype to avoid an error.
18537    Use char because int might match the return type of a GCC
18538    builtin and then its argument prototype would still apply.  */
18539 #ifdef __cplusplus
18540 extern "C"
18541 #endif
18542 char inet_aton ();
18543 int
18544 main ()
18545 {
18546 return inet_aton ();
18547   ;
18548   return 0;
18549 }
18550 _ACEOF
18551 for ac_lib in '' resolv; do
18552   if test -z "$ac_lib"; then
18553     ac_res="none required"
18554   else
18555     ac_res=-l$ac_lib
18556     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18557   fi
18558   rm -f conftest.$ac_objext conftest$ac_exeext
18559 if { (ac_try="$ac_link"
18560 case "(($ac_try" in
18561   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18562   *) ac_try_echo=$ac_try;;
18563 esac
18564 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18565 $as_echo "$ac_try_echo") >&5
18566   (eval "$ac_link") 2>conftest.er1
18567   ac_status=$?
18568   grep -v '^ *+' conftest.er1 >conftest.err
18569   rm -f conftest.er1
18570   cat conftest.err >&5
18571   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18572   (exit $ac_status); } && {
18573          test -z "$ac_c_werror_flag" ||
18574          test ! -s conftest.err
18575        } && test -s conftest$ac_exeext && {
18576          test "$cross_compiling" = yes ||
18577          $as_test_x conftest$ac_exeext
18578        }; then
18579   ac_cv_search_inet_aton=$ac_res
18580 else
18581   $as_echo "$as_me: failed program was:" >&5
18582 sed 's/^/| /' conftest.$ac_ext >&5
18583
18584
18585 fi
18586
18587 rm -rf conftest.dSYM
18588 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18589       conftest$ac_exeext
18590   if test "${ac_cv_search_inet_aton+set}" = set; then
18591   break
18592 fi
18593 done
18594 if test "${ac_cv_search_inet_aton+set}" = set; then
18595   :
18596 else
18597   ac_cv_search_inet_aton=no
18598 fi
18599 rm conftest.$ac_ext
18600 LIBS=$ac_func_search_save_LIBS
18601 fi
18602 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18603 $as_echo "$ac_cv_search_inet_aton" >&6; }
18604 ac_res=$ac_cv_search_inet_aton
18605 if test "$ac_res" != no; then
18606   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18607
18608 fi
18609
18610
18611
18612
18613
18614
18615
18616
18617
18618
18619 for ac_func in \
18620         getaddrinfo \
18621         getnameinfo \
18622         getnetbyname \
18623         getprotobyname \
18624         getprotobynumber \
18625         getservbyport \
18626         inet_network \
18627         sendmsg \
18628
18629 do
18630 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18631 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18632 $as_echo_n "checking for $ac_func... " >&6; }
18633 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18634   $as_echo_n "(cached) " >&6
18635 else
18636   cat >conftest.$ac_ext <<_ACEOF
18637 /* confdefs.h.  */
18638 _ACEOF
18639 cat confdefs.h >>conftest.$ac_ext
18640 cat >>conftest.$ac_ext <<_ACEOF
18641 /* end confdefs.h.  */
18642 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18643    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18644 #define $ac_func innocuous_$ac_func
18645
18646 /* System header to define __stub macros and hopefully few prototypes,
18647     which can conflict with char $ac_func (); below.
18648     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18649     <limits.h> exists even on freestanding compilers.  */
18650
18651 #ifdef __STDC__
18652 # include <limits.h>
18653 #else
18654 # include <assert.h>
18655 #endif
18656
18657 #undef $ac_func
18658
18659 /* Override any GCC internal prototype to avoid an error.
18660    Use char because int might match the return type of a GCC
18661    builtin and then its argument prototype would still apply.  */
18662 #ifdef __cplusplus
18663 extern "C"
18664 #endif
18665 char $ac_func ();
18666 /* The GNU C library defines this for functions which it implements
18667     to always fail with ENOSYS.  Some functions are actually named
18668     something starting with __ and the normal name is an alias.  */
18669 #if defined __stub_$ac_func || defined __stub___$ac_func
18670 choke me
18671 #endif
18672
18673 int
18674 main ()
18675 {
18676 return $ac_func ();
18677   ;
18678   return 0;
18679 }
18680 _ACEOF
18681 rm -f conftest.$ac_objext conftest$ac_exeext
18682 if { (ac_try="$ac_link"
18683 case "(($ac_try" in
18684   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18685   *) ac_try_echo=$ac_try;;
18686 esac
18687 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18688 $as_echo "$ac_try_echo") >&5
18689   (eval "$ac_link") 2>conftest.er1
18690   ac_status=$?
18691   grep -v '^ *+' conftest.er1 >conftest.err
18692   rm -f conftest.er1
18693   cat conftest.err >&5
18694   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18695   (exit $ac_status); } && {
18696          test -z "$ac_c_werror_flag" ||
18697          test ! -s conftest.err
18698        } && test -s conftest$ac_exeext && {
18699          test "$cross_compiling" = yes ||
18700          $as_test_x conftest$ac_exeext
18701        }; then
18702   eval "$as_ac_var=yes"
18703 else
18704   $as_echo "$as_me: failed program was:" >&5
18705 sed 's/^/| /' conftest.$ac_ext >&5
18706
18707         eval "$as_ac_var=no"
18708 fi
18709
18710 rm -rf conftest.dSYM
18711 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18712       conftest$ac_exeext conftest.$ac_ext
18713 fi
18714 ac_res=`eval 'as_val=${'$as_ac_var'}
18715                  $as_echo "$as_val"'`
18716                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18717 $as_echo "$ac_res" >&6; }
18718 as_val=`eval 'as_val=${'$as_ac_var'}
18719                  $as_echo "$as_val"'`
18720    if test "x$as_val" = x""yes; then
18721   cat >>confdefs.h <<_ACEOF
18722 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18723 _ACEOF
18724
18725 fi
18726 done
18727
18728
18729 LDAPLIBS=""
18730
18731 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18732 then
18733     { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18734 $as_echo_n "checking for LDAPSortKey... " >&6; }
18735 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18736   $as_echo_n "(cached) " >&6
18737 else
18738   ac_cv_type_LDAPSortKey=no
18739 cat >conftest.$ac_ext <<_ACEOF
18740 /* confdefs.h.  */
18741 _ACEOF
18742 cat confdefs.h >>conftest.$ac_ext
18743 cat >>conftest.$ac_ext <<_ACEOF
18744 /* end confdefs.h.  */
18745 #include <ldap.h>
18746
18747 int
18748 main ()
18749 {
18750 if (sizeof (LDAPSortKey))
18751        return 0;
18752   ;
18753   return 0;
18754 }
18755 _ACEOF
18756 rm -f conftest.$ac_objext
18757 if { (ac_try="$ac_compile"
18758 case "(($ac_try" in
18759   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18760   *) ac_try_echo=$ac_try;;
18761 esac
18762 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18763 $as_echo "$ac_try_echo") >&5
18764   (eval "$ac_compile") 2>conftest.er1
18765   ac_status=$?
18766   grep -v '^ *+' conftest.er1 >conftest.err
18767   rm -f conftest.er1
18768   cat conftest.err >&5
18769   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18770   (exit $ac_status); } && {
18771          test -z "$ac_c_werror_flag" ||
18772          test ! -s conftest.err
18773        } && test -s conftest.$ac_objext; then
18774   cat >conftest.$ac_ext <<_ACEOF
18775 /* confdefs.h.  */
18776 _ACEOF
18777 cat confdefs.h >>conftest.$ac_ext
18778 cat >>conftest.$ac_ext <<_ACEOF
18779 /* end confdefs.h.  */
18780 #include <ldap.h>
18781
18782 int
18783 main ()
18784 {
18785 if (sizeof ((LDAPSortKey)))
18786           return 0;
18787   ;
18788   return 0;
18789 }
18790 _ACEOF
18791 rm -f conftest.$ac_objext
18792 if { (ac_try="$ac_compile"
18793 case "(($ac_try" in
18794   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18795   *) ac_try_echo=$ac_try;;
18796 esac
18797 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18798 $as_echo "$ac_try_echo") >&5
18799   (eval "$ac_compile") 2>conftest.er1
18800   ac_status=$?
18801   grep -v '^ *+' conftest.er1 >conftest.err
18802   rm -f conftest.er1
18803   cat conftest.err >&5
18804   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18805   (exit $ac_status); } && {
18806          test -z "$ac_c_werror_flag" ||
18807          test ! -s conftest.err
18808        } && test -s conftest.$ac_objext; then
18809   :
18810 else
18811   $as_echo "$as_me: failed program was:" >&5
18812 sed 's/^/| /' conftest.$ac_ext >&5
18813
18814         ac_cv_type_LDAPSortKey=yes
18815 fi
18816
18817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18818 else
18819   $as_echo "$as_me: failed program was:" >&5
18820 sed 's/^/| /' conftest.$ac_ext >&5
18821
18822
18823 fi
18824
18825 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18826 fi
18827 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18828 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18829 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18830   { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18831 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18832 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18833   $as_echo_n "(cached) " >&6
18834 else
18835   ac_check_lib_save_LIBS=$LIBS
18836 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18837 cat >conftest.$ac_ext <<_ACEOF
18838 /* confdefs.h.  */
18839 _ACEOF
18840 cat confdefs.h >>conftest.$ac_ext
18841 cat >>conftest.$ac_ext <<_ACEOF
18842 /* end confdefs.h.  */
18843
18844 /* Override any GCC internal prototype to avoid an error.
18845    Use char because int might match the return type of a GCC
18846    builtin and then its argument prototype would still apply.  */
18847 #ifdef __cplusplus
18848 extern "C"
18849 #endif
18850 char ldap_initialize ();
18851 int
18852 main ()
18853 {
18854 return ldap_initialize ();
18855   ;
18856   return 0;
18857 }
18858 _ACEOF
18859 rm -f conftest.$ac_objext conftest$ac_exeext
18860 if { (ac_try="$ac_link"
18861 case "(($ac_try" in
18862   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18863   *) ac_try_echo=$ac_try;;
18864 esac
18865 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18866 $as_echo "$ac_try_echo") >&5
18867   (eval "$ac_link") 2>conftest.er1
18868   ac_status=$?
18869   grep -v '^ *+' conftest.er1 >conftest.err
18870   rm -f conftest.er1
18871   cat conftest.err >&5
18872   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18873   (exit $ac_status); } && {
18874          test -z "$ac_c_werror_flag" ||
18875          test ! -s conftest.err
18876        } && test -s conftest$ac_exeext && {
18877          test "$cross_compiling" = yes ||
18878          $as_test_x conftest$ac_exeext
18879        }; then
18880   ac_cv_lib_ldap_r_ldap_initialize=yes
18881 else
18882   $as_echo "$as_me: failed program was:" >&5
18883 sed 's/^/| /' conftest.$ac_ext >&5
18884
18885         ac_cv_lib_ldap_r_ldap_initialize=no
18886 fi
18887
18888 rm -rf conftest.dSYM
18889 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18890       conftest$ac_exeext conftest.$ac_ext
18891 LIBS=$ac_check_lib_save_LIBS
18892 fi
18893 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18894 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18895 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18896   { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18897 $as_echo_n "checking for ber_init in -llber... " >&6; }
18898 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18899   $as_echo_n "(cached) " >&6
18900 else
18901   ac_check_lib_save_LIBS=$LIBS
18902 LIBS="-llber $LIBPTHREAD $LIBS"
18903 cat >conftest.$ac_ext <<_ACEOF
18904 /* confdefs.h.  */
18905 _ACEOF
18906 cat confdefs.h >>conftest.$ac_ext
18907 cat >>conftest.$ac_ext <<_ACEOF
18908 /* end confdefs.h.  */
18909
18910 /* Override any GCC internal prototype to avoid an error.
18911    Use char because int might match the return type of a GCC
18912    builtin and then its argument prototype would still apply.  */
18913 #ifdef __cplusplus
18914 extern "C"
18915 #endif
18916 char ber_init ();
18917 int
18918 main ()
18919 {
18920 return ber_init ();
18921   ;
18922   return 0;
18923 }
18924 _ACEOF
18925 rm -f conftest.$ac_objext conftest$ac_exeext
18926 if { (ac_try="$ac_link"
18927 case "(($ac_try" in
18928   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18929   *) ac_try_echo=$ac_try;;
18930 esac
18931 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18932 $as_echo "$ac_try_echo") >&5
18933   (eval "$ac_link") 2>conftest.er1
18934   ac_status=$?
18935   grep -v '^ *+' conftest.er1 >conftest.err
18936   rm -f conftest.er1
18937   cat conftest.err >&5
18938   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18939   (exit $ac_status); } && {
18940          test -z "$ac_c_werror_flag" ||
18941          test ! -s conftest.err
18942        } && test -s conftest$ac_exeext && {
18943          test "$cross_compiling" = yes ||
18944          $as_test_x conftest$ac_exeext
18945        }; then
18946   ac_cv_lib_lber_ber_init=yes
18947 else
18948   $as_echo "$as_me: failed program was:" >&5
18949 sed 's/^/| /' conftest.$ac_ext >&5
18950
18951         ac_cv_lib_lber_ber_init=no
18952 fi
18953
18954 rm -rf conftest.dSYM
18955 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18956       conftest$ac_exeext conftest.$ac_ext
18957 LIBS=$ac_check_lib_save_LIBS
18958 fi
18959 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18960 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
18961 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
18962
18963 cat >>confdefs.h <<\_ACEOF
18964 #define HAVE_LDAP 1
18965 _ACEOF
18966
18967                  LDAPLIBS="-lldap_r -llber"
18968 fi
18969
18970 fi
18971
18972 fi
18973
18974     ac_wine_check_funcs_save_LIBS="$LIBS"
18975 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18976
18977
18978
18979
18980
18981
18982
18983
18984 for ac_func in \
18985         ldap_count_references \
18986         ldap_first_reference \
18987         ldap_next_reference \
18988         ldap_parse_reference \
18989         ldap_parse_sort_control \
18990         ldap_parse_sortresponse_control \
18991         ldap_parse_vlv_control \
18992         ldap_parse_vlvresponse_control
18993 do
18994 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18995 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18996 $as_echo_n "checking for $ac_func... " >&6; }
18997 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18998   $as_echo_n "(cached) " >&6
18999 else
19000   cat >conftest.$ac_ext <<_ACEOF
19001 /* confdefs.h.  */
19002 _ACEOF
19003 cat confdefs.h >>conftest.$ac_ext
19004 cat >>conftest.$ac_ext <<_ACEOF
19005 /* end confdefs.h.  */
19006 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19007    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
19008 #define $ac_func innocuous_$ac_func
19009
19010 /* System header to define __stub macros and hopefully few prototypes,
19011     which can conflict with char $ac_func (); below.
19012     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19013     <limits.h> exists even on freestanding compilers.  */
19014
19015 #ifdef __STDC__
19016 # include <limits.h>
19017 #else
19018 # include <assert.h>
19019 #endif
19020
19021 #undef $ac_func
19022
19023 /* Override any GCC internal prototype to avoid an error.
19024    Use char because int might match the return type of a GCC
19025    builtin and then its argument prototype would still apply.  */
19026 #ifdef __cplusplus
19027 extern "C"
19028 #endif
19029 char $ac_func ();
19030 /* The GNU C library defines this for functions which it implements
19031     to always fail with ENOSYS.  Some functions are actually named
19032     something starting with __ and the normal name is an alias.  */
19033 #if defined __stub_$ac_func || defined __stub___$ac_func
19034 choke me
19035 #endif
19036
19037 int
19038 main ()
19039 {
19040 return $ac_func ();
19041   ;
19042   return 0;
19043 }
19044 _ACEOF
19045 rm -f conftest.$ac_objext conftest$ac_exeext
19046 if { (ac_try="$ac_link"
19047 case "(($ac_try" in
19048   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19049   *) ac_try_echo=$ac_try;;
19050 esac
19051 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19052 $as_echo "$ac_try_echo") >&5
19053   (eval "$ac_link") 2>conftest.er1
19054   ac_status=$?
19055   grep -v '^ *+' conftest.er1 >conftest.err
19056   rm -f conftest.er1
19057   cat conftest.err >&5
19058   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19059   (exit $ac_status); } && {
19060          test -z "$ac_c_werror_flag" ||
19061          test ! -s conftest.err
19062        } && test -s conftest$ac_exeext && {
19063          test "$cross_compiling" = yes ||
19064          $as_test_x conftest$ac_exeext
19065        }; then
19066   eval "$as_ac_var=yes"
19067 else
19068   $as_echo "$as_me: failed program was:" >&5
19069 sed 's/^/| /' conftest.$ac_ext >&5
19070
19071         eval "$as_ac_var=no"
19072 fi
19073
19074 rm -rf conftest.dSYM
19075 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19076       conftest$ac_exeext conftest.$ac_ext
19077 fi
19078 ac_res=`eval 'as_val=${'$as_ac_var'}
19079                  $as_echo "$as_val"'`
19080                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19081 $as_echo "$ac_res" >&6; }
19082 as_val=`eval 'as_val=${'$as_ac_var'}
19083                  $as_echo "$as_val"'`
19084    if test "x$as_val" = x""yes; then
19085   cat >>confdefs.h <<_ACEOF
19086 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19087 _ACEOF
19088
19089 fi
19090 done
19091
19092 LIBS="$ac_wine_check_funcs_save_LIBS"
19093 fi
19094 if test "x$LDAPLIBS" = "x"; then
19095   case "x$with_ldap" in
19096   x)   wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19097   xno) ;;
19098   *)   { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19099 This is an error since --with-ldap was requested." >&5
19100 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19101 This is an error since --with-ldap was requested." >&2;}
19102    { (exit 1); exit 1; }; } ;;
19103 esac
19104 fi
19105
19106
19107
19108 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19109 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19110 if test "${ac_cv_c_const+set}" = set; then
19111   $as_echo_n "(cached) " >&6
19112 else
19113   cat >conftest.$ac_ext <<_ACEOF
19114 /* confdefs.h.  */
19115 _ACEOF
19116 cat confdefs.h >>conftest.$ac_ext
19117 cat >>conftest.$ac_ext <<_ACEOF
19118 /* end confdefs.h.  */
19119
19120 int
19121 main ()
19122 {
19123 /* FIXME: Include the comments suggested by Paul. */
19124 #ifndef __cplusplus
19125   /* Ultrix mips cc rejects this.  */
19126   typedef int charset[2];
19127   const charset cs;
19128   /* SunOS 4.1.1 cc rejects this.  */
19129   char const *const *pcpcc;
19130   char **ppc;
19131   /* NEC SVR4.0.2 mips cc rejects this.  */
19132   struct point {int x, y;};
19133   static struct point const zero = {0,0};
19134   /* AIX XL C 1.02.0.0 rejects this.
19135      It does not let you subtract one const X* pointer from another in
19136      an arm of an if-expression whose if-part is not a constant
19137      expression */
19138   const char *g = "string";
19139   pcpcc = &g + (g ? g-g : 0);
19140   /* HPUX 7.0 cc rejects these. */
19141   ++pcpcc;
19142   ppc = (char**) pcpcc;
19143   pcpcc = (char const *const *) ppc;
19144   { /* SCO 3.2v4 cc rejects this.  */
19145     char *t;
19146     char const *s = 0 ? (char *) 0 : (char const *) 0;
19147
19148     *t++ = 0;
19149     if (s) return 0;
19150   }
19151   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
19152     int x[] = {25, 17};
19153     const int *foo = &x[0];
19154     ++foo;
19155   }
19156   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19157     typedef const int *iptr;
19158     iptr p = 0;
19159     ++p;
19160   }
19161   { /* AIX XL C 1.02.0.0 rejects this saying
19162        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19163     struct s { int j; const int *ap[3]; };
19164     struct s *b; b->j = 5;
19165   }
19166   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19167     const int foo = 10;
19168     if (!foo) return 0;
19169   }
19170   return !cs[0] && !zero.x;
19171 #endif
19172
19173   ;
19174   return 0;
19175 }
19176 _ACEOF
19177 rm -f conftest.$ac_objext
19178 if { (ac_try="$ac_compile"
19179 case "(($ac_try" in
19180   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19181   *) ac_try_echo=$ac_try;;
19182 esac
19183 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19184 $as_echo "$ac_try_echo") >&5
19185   (eval "$ac_compile") 2>conftest.er1
19186   ac_status=$?
19187   grep -v '^ *+' conftest.er1 >conftest.err
19188   rm -f conftest.er1
19189   cat conftest.err >&5
19190   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19191   (exit $ac_status); } && {
19192          test -z "$ac_c_werror_flag" ||
19193          test ! -s conftest.err
19194        } && test -s conftest.$ac_objext; then
19195   ac_cv_c_const=yes
19196 else
19197   $as_echo "$as_me: failed program was:" >&5
19198 sed 's/^/| /' conftest.$ac_ext >&5
19199
19200         ac_cv_c_const=no
19201 fi
19202
19203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19204 fi
19205 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19206 $as_echo "$ac_cv_c_const" >&6; }
19207 if test $ac_cv_c_const = no; then
19208
19209 cat >>confdefs.h <<\_ACEOF
19210 #define const /**/
19211 _ACEOF
19212
19213 fi
19214
19215 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19216 $as_echo_n "checking for inline... " >&6; }
19217 if test "${ac_cv_c_inline+set}" = set; then
19218   $as_echo_n "(cached) " >&6
19219 else
19220   ac_cv_c_inline=no
19221 for ac_kw in inline __inline__ __inline; do
19222   cat >conftest.$ac_ext <<_ACEOF
19223 /* confdefs.h.  */
19224 _ACEOF
19225 cat confdefs.h >>conftest.$ac_ext
19226 cat >>conftest.$ac_ext <<_ACEOF
19227 /* end confdefs.h.  */
19228 #ifndef __cplusplus
19229 typedef int foo_t;
19230 static $ac_kw foo_t static_foo () {return 0; }
19231 $ac_kw foo_t foo () {return 0; }
19232 #endif
19233
19234 _ACEOF
19235 rm -f conftest.$ac_objext
19236 if { (ac_try="$ac_compile"
19237 case "(($ac_try" in
19238   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19239   *) ac_try_echo=$ac_try;;
19240 esac
19241 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19242 $as_echo "$ac_try_echo") >&5
19243   (eval "$ac_compile") 2>conftest.er1
19244   ac_status=$?
19245   grep -v '^ *+' conftest.er1 >conftest.err
19246   rm -f conftest.er1
19247   cat conftest.err >&5
19248   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19249   (exit $ac_status); } && {
19250          test -z "$ac_c_werror_flag" ||
19251          test ! -s conftest.err
19252        } && test -s conftest.$ac_objext; then
19253   ac_cv_c_inline=$ac_kw
19254 else
19255   $as_echo "$as_me: failed program was:" >&5
19256 sed 's/^/| /' conftest.$ac_ext >&5
19257
19258
19259 fi
19260
19261 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19262   test "$ac_cv_c_inline" != no && break
19263 done
19264
19265 fi
19266 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19267 $as_echo "$ac_cv_c_inline" >&6; }
19268
19269
19270 case $ac_cv_c_inline in
19271   inline | yes) ;;
19272   *)
19273     case $ac_cv_c_inline in
19274       no) ac_val=;;
19275       *) ac_val=$ac_cv_c_inline;;
19276     esac
19277     cat >>confdefs.h <<_ACEOF
19278 #ifndef __cplusplus
19279 #define inline $ac_val
19280 #endif
19281 _ACEOF
19282     ;;
19283 esac
19284
19285 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19286 $as_echo_n "checking for mode_t... " >&6; }
19287 if test "${ac_cv_type_mode_t+set}" = set; then
19288   $as_echo_n "(cached) " >&6
19289 else
19290   ac_cv_type_mode_t=no
19291 cat >conftest.$ac_ext <<_ACEOF
19292 /* confdefs.h.  */
19293 _ACEOF
19294 cat confdefs.h >>conftest.$ac_ext
19295 cat >>conftest.$ac_ext <<_ACEOF
19296 /* end confdefs.h.  */
19297 $ac_includes_default
19298 int
19299 main ()
19300 {
19301 if (sizeof (mode_t))
19302        return 0;
19303   ;
19304   return 0;
19305 }
19306 _ACEOF
19307 rm -f conftest.$ac_objext
19308 if { (ac_try="$ac_compile"
19309 case "(($ac_try" in
19310   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19311   *) ac_try_echo=$ac_try;;
19312 esac
19313 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19314 $as_echo "$ac_try_echo") >&5
19315   (eval "$ac_compile") 2>conftest.er1
19316   ac_status=$?
19317   grep -v '^ *+' conftest.er1 >conftest.err
19318   rm -f conftest.er1
19319   cat conftest.err >&5
19320   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19321   (exit $ac_status); } && {
19322          test -z "$ac_c_werror_flag" ||
19323          test ! -s conftest.err
19324        } && test -s conftest.$ac_objext; then
19325   cat >conftest.$ac_ext <<_ACEOF
19326 /* confdefs.h.  */
19327 _ACEOF
19328 cat confdefs.h >>conftest.$ac_ext
19329 cat >>conftest.$ac_ext <<_ACEOF
19330 /* end confdefs.h.  */
19331 $ac_includes_default
19332 int
19333 main ()
19334 {
19335 if (sizeof ((mode_t)))
19336           return 0;
19337   ;
19338   return 0;
19339 }
19340 _ACEOF
19341 rm -f conftest.$ac_objext
19342 if { (ac_try="$ac_compile"
19343 case "(($ac_try" in
19344   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19345   *) ac_try_echo=$ac_try;;
19346 esac
19347 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19348 $as_echo "$ac_try_echo") >&5
19349   (eval "$ac_compile") 2>conftest.er1
19350   ac_status=$?
19351   grep -v '^ *+' conftest.er1 >conftest.err
19352   rm -f conftest.er1
19353   cat conftest.err >&5
19354   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19355   (exit $ac_status); } && {
19356          test -z "$ac_c_werror_flag" ||
19357          test ! -s conftest.err
19358        } && test -s conftest.$ac_objext; then
19359   :
19360 else
19361   $as_echo "$as_me: failed program was:" >&5
19362 sed 's/^/| /' conftest.$ac_ext >&5
19363
19364         ac_cv_type_mode_t=yes
19365 fi
19366
19367 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19368 else
19369   $as_echo "$as_me: failed program was:" >&5
19370 sed 's/^/| /' conftest.$ac_ext >&5
19371
19372
19373 fi
19374
19375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19376 fi
19377 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19378 $as_echo "$ac_cv_type_mode_t" >&6; }
19379 if test "x$ac_cv_type_mode_t" = x""yes; then
19380
19381 cat >>confdefs.h <<_ACEOF
19382 #define HAVE_MODE_T 1
19383 _ACEOF
19384
19385
19386 fi
19387 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19388 $as_echo_n "checking for off_t... " >&6; }
19389 if test "${ac_cv_type_off_t+set}" = set; then
19390   $as_echo_n "(cached) " >&6
19391 else
19392   ac_cv_type_off_t=no
19393 cat >conftest.$ac_ext <<_ACEOF
19394 /* confdefs.h.  */
19395 _ACEOF
19396 cat confdefs.h >>conftest.$ac_ext
19397 cat >>conftest.$ac_ext <<_ACEOF
19398 /* end confdefs.h.  */
19399 $ac_includes_default
19400 int
19401 main ()
19402 {
19403 if (sizeof (off_t))
19404        return 0;
19405   ;
19406   return 0;
19407 }
19408 _ACEOF
19409 rm -f conftest.$ac_objext
19410 if { (ac_try="$ac_compile"
19411 case "(($ac_try" in
19412   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19413   *) ac_try_echo=$ac_try;;
19414 esac
19415 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19416 $as_echo "$ac_try_echo") >&5
19417   (eval "$ac_compile") 2>conftest.er1
19418   ac_status=$?
19419   grep -v '^ *+' conftest.er1 >conftest.err
19420   rm -f conftest.er1
19421   cat conftest.err >&5
19422   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19423   (exit $ac_status); } && {
19424          test -z "$ac_c_werror_flag" ||
19425          test ! -s conftest.err
19426        } && test -s conftest.$ac_objext; then
19427   cat >conftest.$ac_ext <<_ACEOF
19428 /* confdefs.h.  */
19429 _ACEOF
19430 cat confdefs.h >>conftest.$ac_ext
19431 cat >>conftest.$ac_ext <<_ACEOF
19432 /* end confdefs.h.  */
19433 $ac_includes_default
19434 int
19435 main ()
19436 {
19437 if (sizeof ((off_t)))
19438           return 0;
19439   ;
19440   return 0;
19441 }
19442 _ACEOF
19443 rm -f conftest.$ac_objext
19444 if { (ac_try="$ac_compile"
19445 case "(($ac_try" in
19446   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19447   *) ac_try_echo=$ac_try;;
19448 esac
19449 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19450 $as_echo "$ac_try_echo") >&5
19451   (eval "$ac_compile") 2>conftest.er1
19452   ac_status=$?
19453   grep -v '^ *+' conftest.er1 >conftest.err
19454   rm -f conftest.er1
19455   cat conftest.err >&5
19456   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19457   (exit $ac_status); } && {
19458          test -z "$ac_c_werror_flag" ||
19459          test ! -s conftest.err
19460        } && test -s conftest.$ac_objext; then
19461   :
19462 else
19463   $as_echo "$as_me: failed program was:" >&5
19464 sed 's/^/| /' conftest.$ac_ext >&5
19465
19466         ac_cv_type_off_t=yes
19467 fi
19468
19469 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19470 else
19471   $as_echo "$as_me: failed program was:" >&5
19472 sed 's/^/| /' conftest.$ac_ext >&5
19473
19474
19475 fi
19476
19477 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19478 fi
19479 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19480 $as_echo "$ac_cv_type_off_t" >&6; }
19481 if test "x$ac_cv_type_off_t" = x""yes; then
19482
19483 cat >>confdefs.h <<_ACEOF
19484 #define HAVE_OFF_T 1
19485 _ACEOF
19486
19487
19488 fi
19489 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19490 $as_echo_n "checking for pid_t... " >&6; }
19491 if test "${ac_cv_type_pid_t+set}" = set; then
19492   $as_echo_n "(cached) " >&6
19493 else
19494   ac_cv_type_pid_t=no
19495 cat >conftest.$ac_ext <<_ACEOF
19496 /* confdefs.h.  */
19497 _ACEOF
19498 cat confdefs.h >>conftest.$ac_ext
19499 cat >>conftest.$ac_ext <<_ACEOF
19500 /* end confdefs.h.  */
19501 $ac_includes_default
19502 int
19503 main ()
19504 {
19505 if (sizeof (pid_t))
19506        return 0;
19507   ;
19508   return 0;
19509 }
19510 _ACEOF
19511 rm -f conftest.$ac_objext
19512 if { (ac_try="$ac_compile"
19513 case "(($ac_try" in
19514   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19515   *) ac_try_echo=$ac_try;;
19516 esac
19517 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19518 $as_echo "$ac_try_echo") >&5
19519   (eval "$ac_compile") 2>conftest.er1
19520   ac_status=$?
19521   grep -v '^ *+' conftest.er1 >conftest.err
19522   rm -f conftest.er1
19523   cat conftest.err >&5
19524   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19525   (exit $ac_status); } && {
19526          test -z "$ac_c_werror_flag" ||
19527          test ! -s conftest.err
19528        } && test -s conftest.$ac_objext; then
19529   cat >conftest.$ac_ext <<_ACEOF
19530 /* confdefs.h.  */
19531 _ACEOF
19532 cat confdefs.h >>conftest.$ac_ext
19533 cat >>conftest.$ac_ext <<_ACEOF
19534 /* end confdefs.h.  */
19535 $ac_includes_default
19536 int
19537 main ()
19538 {
19539 if (sizeof ((pid_t)))
19540           return 0;
19541   ;
19542   return 0;
19543 }
19544 _ACEOF
19545 rm -f conftest.$ac_objext
19546 if { (ac_try="$ac_compile"
19547 case "(($ac_try" in
19548   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19549   *) ac_try_echo=$ac_try;;
19550 esac
19551 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19552 $as_echo "$ac_try_echo") >&5
19553   (eval "$ac_compile") 2>conftest.er1
19554   ac_status=$?
19555   grep -v '^ *+' conftest.er1 >conftest.err
19556   rm -f conftest.er1
19557   cat conftest.err >&5
19558   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19559   (exit $ac_status); } && {
19560          test -z "$ac_c_werror_flag" ||
19561          test ! -s conftest.err
19562        } && test -s conftest.$ac_objext; then
19563   :
19564 else
19565   $as_echo "$as_me: failed program was:" >&5
19566 sed 's/^/| /' conftest.$ac_ext >&5
19567
19568         ac_cv_type_pid_t=yes
19569 fi
19570
19571 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19572 else
19573   $as_echo "$as_me: failed program was:" >&5
19574 sed 's/^/| /' conftest.$ac_ext >&5
19575
19576
19577 fi
19578
19579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19580 fi
19581 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19582 $as_echo "$ac_cv_type_pid_t" >&6; }
19583 if test "x$ac_cv_type_pid_t" = x""yes; then
19584
19585 cat >>confdefs.h <<_ACEOF
19586 #define HAVE_PID_T 1
19587 _ACEOF
19588
19589
19590 fi
19591 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19592 $as_echo_n "checking for size_t... " >&6; }
19593 if test "${ac_cv_type_size_t+set}" = set; then
19594   $as_echo_n "(cached) " >&6
19595 else
19596   ac_cv_type_size_t=no
19597 cat >conftest.$ac_ext <<_ACEOF
19598 /* confdefs.h.  */
19599 _ACEOF
19600 cat confdefs.h >>conftest.$ac_ext
19601 cat >>conftest.$ac_ext <<_ACEOF
19602 /* end confdefs.h.  */
19603 $ac_includes_default
19604 int
19605 main ()
19606 {
19607 if (sizeof (size_t))
19608        return 0;
19609   ;
19610   return 0;
19611 }
19612 _ACEOF
19613 rm -f conftest.$ac_objext
19614 if { (ac_try="$ac_compile"
19615 case "(($ac_try" in
19616   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19617   *) ac_try_echo=$ac_try;;
19618 esac
19619 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19620 $as_echo "$ac_try_echo") >&5
19621   (eval "$ac_compile") 2>conftest.er1
19622   ac_status=$?
19623   grep -v '^ *+' conftest.er1 >conftest.err
19624   rm -f conftest.er1
19625   cat conftest.err >&5
19626   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19627   (exit $ac_status); } && {
19628          test -z "$ac_c_werror_flag" ||
19629          test ! -s conftest.err
19630        } && test -s conftest.$ac_objext; then
19631   cat >conftest.$ac_ext <<_ACEOF
19632 /* confdefs.h.  */
19633 _ACEOF
19634 cat confdefs.h >>conftest.$ac_ext
19635 cat >>conftest.$ac_ext <<_ACEOF
19636 /* end confdefs.h.  */
19637 $ac_includes_default
19638 int
19639 main ()
19640 {
19641 if (sizeof ((size_t)))
19642           return 0;
19643   ;
19644   return 0;
19645 }
19646 _ACEOF
19647 rm -f conftest.$ac_objext
19648 if { (ac_try="$ac_compile"
19649 case "(($ac_try" in
19650   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19651   *) ac_try_echo=$ac_try;;
19652 esac
19653 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19654 $as_echo "$ac_try_echo") >&5
19655   (eval "$ac_compile") 2>conftest.er1
19656   ac_status=$?
19657   grep -v '^ *+' conftest.er1 >conftest.err
19658   rm -f conftest.er1
19659   cat conftest.err >&5
19660   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19661   (exit $ac_status); } && {
19662          test -z "$ac_c_werror_flag" ||
19663          test ! -s conftest.err
19664        } && test -s conftest.$ac_objext; then
19665   :
19666 else
19667   $as_echo "$as_me: failed program was:" >&5
19668 sed 's/^/| /' conftest.$ac_ext >&5
19669
19670         ac_cv_type_size_t=yes
19671 fi
19672
19673 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19674 else
19675   $as_echo "$as_me: failed program was:" >&5
19676 sed 's/^/| /' conftest.$ac_ext >&5
19677
19678
19679 fi
19680
19681 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19682 fi
19683 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19684 $as_echo "$ac_cv_type_size_t" >&6; }
19685 if test "x$ac_cv_type_size_t" = x""yes; then
19686
19687 cat >>confdefs.h <<_ACEOF
19688 #define HAVE_SIZE_T 1
19689 _ACEOF
19690
19691
19692 fi
19693 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19694 $as_echo_n "checking for ssize_t... " >&6; }
19695 if test "${ac_cv_type_ssize_t+set}" = set; then
19696   $as_echo_n "(cached) " >&6
19697 else
19698   ac_cv_type_ssize_t=no
19699 cat >conftest.$ac_ext <<_ACEOF
19700 /* confdefs.h.  */
19701 _ACEOF
19702 cat confdefs.h >>conftest.$ac_ext
19703 cat >>conftest.$ac_ext <<_ACEOF
19704 /* end confdefs.h.  */
19705 $ac_includes_default
19706 int
19707 main ()
19708 {
19709 if (sizeof (ssize_t))
19710        return 0;
19711   ;
19712   return 0;
19713 }
19714 _ACEOF
19715 rm -f conftest.$ac_objext
19716 if { (ac_try="$ac_compile"
19717 case "(($ac_try" in
19718   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19719   *) ac_try_echo=$ac_try;;
19720 esac
19721 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19722 $as_echo "$ac_try_echo") >&5
19723   (eval "$ac_compile") 2>conftest.er1
19724   ac_status=$?
19725   grep -v '^ *+' conftest.er1 >conftest.err
19726   rm -f conftest.er1
19727   cat conftest.err >&5
19728   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19729   (exit $ac_status); } && {
19730          test -z "$ac_c_werror_flag" ||
19731          test ! -s conftest.err
19732        } && test -s conftest.$ac_objext; then
19733   cat >conftest.$ac_ext <<_ACEOF
19734 /* confdefs.h.  */
19735 _ACEOF
19736 cat confdefs.h >>conftest.$ac_ext
19737 cat >>conftest.$ac_ext <<_ACEOF
19738 /* end confdefs.h.  */
19739 $ac_includes_default
19740 int
19741 main ()
19742 {
19743 if (sizeof ((ssize_t)))
19744           return 0;
19745   ;
19746   return 0;
19747 }
19748 _ACEOF
19749 rm -f conftest.$ac_objext
19750 if { (ac_try="$ac_compile"
19751 case "(($ac_try" in
19752   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19753   *) ac_try_echo=$ac_try;;
19754 esac
19755 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19756 $as_echo "$ac_try_echo") >&5
19757   (eval "$ac_compile") 2>conftest.er1
19758   ac_status=$?
19759   grep -v '^ *+' conftest.er1 >conftest.err
19760   rm -f conftest.er1
19761   cat conftest.err >&5
19762   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19763   (exit $ac_status); } && {
19764          test -z "$ac_c_werror_flag" ||
19765          test ! -s conftest.err
19766        } && test -s conftest.$ac_objext; then
19767   :
19768 else
19769   $as_echo "$as_me: failed program was:" >&5
19770 sed 's/^/| /' conftest.$ac_ext >&5
19771
19772         ac_cv_type_ssize_t=yes
19773 fi
19774
19775 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19776 else
19777   $as_echo "$as_me: failed program was:" >&5
19778 sed 's/^/| /' conftest.$ac_ext >&5
19779
19780
19781 fi
19782
19783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19784 fi
19785 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19786 $as_echo "$ac_cv_type_ssize_t" >&6; }
19787 if test "x$ac_cv_type_ssize_t" = x""yes; then
19788
19789 cat >>confdefs.h <<_ACEOF
19790 #define HAVE_SSIZE_T 1
19791 _ACEOF
19792
19793
19794 fi
19795 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19796 $as_echo_n "checking for long long... " >&6; }
19797 if test "${ac_cv_type_long_long+set}" = set; then
19798   $as_echo_n "(cached) " >&6
19799 else
19800   ac_cv_type_long_long=no
19801 cat >conftest.$ac_ext <<_ACEOF
19802 /* confdefs.h.  */
19803 _ACEOF
19804 cat confdefs.h >>conftest.$ac_ext
19805 cat >>conftest.$ac_ext <<_ACEOF
19806 /* end confdefs.h.  */
19807 $ac_includes_default
19808 int
19809 main ()
19810 {
19811 if (sizeof (long long))
19812        return 0;
19813   ;
19814   return 0;
19815 }
19816 _ACEOF
19817 rm -f conftest.$ac_objext
19818 if { (ac_try="$ac_compile"
19819 case "(($ac_try" in
19820   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19821   *) ac_try_echo=$ac_try;;
19822 esac
19823 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19824 $as_echo "$ac_try_echo") >&5
19825   (eval "$ac_compile") 2>conftest.er1
19826   ac_status=$?
19827   grep -v '^ *+' conftest.er1 >conftest.err
19828   rm -f conftest.er1
19829   cat conftest.err >&5
19830   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19831   (exit $ac_status); } && {
19832          test -z "$ac_c_werror_flag" ||
19833          test ! -s conftest.err
19834        } && test -s conftest.$ac_objext; then
19835   cat >conftest.$ac_ext <<_ACEOF
19836 /* confdefs.h.  */
19837 _ACEOF
19838 cat confdefs.h >>conftest.$ac_ext
19839 cat >>conftest.$ac_ext <<_ACEOF
19840 /* end confdefs.h.  */
19841 $ac_includes_default
19842 int
19843 main ()
19844 {
19845 if (sizeof ((long long)))
19846           return 0;
19847   ;
19848   return 0;
19849 }
19850 _ACEOF
19851 rm -f conftest.$ac_objext
19852 if { (ac_try="$ac_compile"
19853 case "(($ac_try" in
19854   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19855   *) ac_try_echo=$ac_try;;
19856 esac
19857 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19858 $as_echo "$ac_try_echo") >&5
19859   (eval "$ac_compile") 2>conftest.er1
19860   ac_status=$?
19861   grep -v '^ *+' conftest.er1 >conftest.err
19862   rm -f conftest.er1
19863   cat conftest.err >&5
19864   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19865   (exit $ac_status); } && {
19866          test -z "$ac_c_werror_flag" ||
19867          test ! -s conftest.err
19868        } && test -s conftest.$ac_objext; then
19869   :
19870 else
19871   $as_echo "$as_me: failed program was:" >&5
19872 sed 's/^/| /' conftest.$ac_ext >&5
19873
19874         ac_cv_type_long_long=yes
19875 fi
19876
19877 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19878 else
19879   $as_echo "$as_me: failed program was:" >&5
19880 sed 's/^/| /' conftest.$ac_ext >&5
19881
19882
19883 fi
19884
19885 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19886 fi
19887 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19888 $as_echo "$ac_cv_type_long_long" >&6; }
19889 if test "x$ac_cv_type_long_long" = x""yes; then
19890
19891 cat >>confdefs.h <<_ACEOF
19892 #define HAVE_LONG_LONG 1
19893 _ACEOF
19894
19895
19896 fi
19897 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19898 $as_echo_n "checking for fsblkcnt_t... " >&6; }
19899 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19900   $as_echo_n "(cached) " >&6
19901 else
19902   ac_cv_type_fsblkcnt_t=no
19903 cat >conftest.$ac_ext <<_ACEOF
19904 /* confdefs.h.  */
19905 _ACEOF
19906 cat confdefs.h >>conftest.$ac_ext
19907 cat >>conftest.$ac_ext <<_ACEOF
19908 /* end confdefs.h.  */
19909 $ac_includes_default
19910 int
19911 main ()
19912 {
19913 if (sizeof (fsblkcnt_t))
19914        return 0;
19915   ;
19916   return 0;
19917 }
19918 _ACEOF
19919 rm -f conftest.$ac_objext
19920 if { (ac_try="$ac_compile"
19921 case "(($ac_try" in
19922   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19923   *) ac_try_echo=$ac_try;;
19924 esac
19925 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19926 $as_echo "$ac_try_echo") >&5
19927   (eval "$ac_compile") 2>conftest.er1
19928   ac_status=$?
19929   grep -v '^ *+' conftest.er1 >conftest.err
19930   rm -f conftest.er1
19931   cat conftest.err >&5
19932   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19933   (exit $ac_status); } && {
19934          test -z "$ac_c_werror_flag" ||
19935          test ! -s conftest.err
19936        } && test -s conftest.$ac_objext; then
19937   cat >conftest.$ac_ext <<_ACEOF
19938 /* confdefs.h.  */
19939 _ACEOF
19940 cat confdefs.h >>conftest.$ac_ext
19941 cat >>conftest.$ac_ext <<_ACEOF
19942 /* end confdefs.h.  */
19943 $ac_includes_default
19944 int
19945 main ()
19946 {
19947 if (sizeof ((fsblkcnt_t)))
19948           return 0;
19949   ;
19950   return 0;
19951 }
19952 _ACEOF
19953 rm -f conftest.$ac_objext
19954 if { (ac_try="$ac_compile"
19955 case "(($ac_try" in
19956   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19957   *) ac_try_echo=$ac_try;;
19958 esac
19959 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19960 $as_echo "$ac_try_echo") >&5
19961   (eval "$ac_compile") 2>conftest.er1
19962   ac_status=$?
19963   grep -v '^ *+' conftest.er1 >conftest.err
19964   rm -f conftest.er1
19965   cat conftest.err >&5
19966   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19967   (exit $ac_status); } && {
19968          test -z "$ac_c_werror_flag" ||
19969          test ! -s conftest.err
19970        } && test -s conftest.$ac_objext; then
19971   :
19972 else
19973   $as_echo "$as_me: failed program was:" >&5
19974 sed 's/^/| /' conftest.$ac_ext >&5
19975
19976         ac_cv_type_fsblkcnt_t=yes
19977 fi
19978
19979 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19980 else
19981   $as_echo "$as_me: failed program was:" >&5
19982 sed 's/^/| /' conftest.$ac_ext >&5
19983
19984
19985 fi
19986
19987 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19988 fi
19989 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19990 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
19991 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
19992
19993 cat >>confdefs.h <<_ACEOF
19994 #define HAVE_FSBLKCNT_T 1
19995 _ACEOF
19996
19997
19998 fi
19999 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20000 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20001 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20002   $as_echo_n "(cached) " >&6
20003 else
20004   ac_cv_type_fsfilcnt_t=no
20005 cat >conftest.$ac_ext <<_ACEOF
20006 /* confdefs.h.  */
20007 _ACEOF
20008 cat confdefs.h >>conftest.$ac_ext
20009 cat >>conftest.$ac_ext <<_ACEOF
20010 /* end confdefs.h.  */
20011 $ac_includes_default
20012 int
20013 main ()
20014 {
20015 if (sizeof (fsfilcnt_t))
20016        return 0;
20017   ;
20018   return 0;
20019 }
20020 _ACEOF
20021 rm -f conftest.$ac_objext
20022 if { (ac_try="$ac_compile"
20023 case "(($ac_try" in
20024   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20025   *) ac_try_echo=$ac_try;;
20026 esac
20027 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20028 $as_echo "$ac_try_echo") >&5
20029   (eval "$ac_compile") 2>conftest.er1
20030   ac_status=$?
20031   grep -v '^ *+' conftest.er1 >conftest.err
20032   rm -f conftest.er1
20033   cat conftest.err >&5
20034   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20035   (exit $ac_status); } && {
20036          test -z "$ac_c_werror_flag" ||
20037          test ! -s conftest.err
20038        } && test -s conftest.$ac_objext; then
20039   cat >conftest.$ac_ext <<_ACEOF
20040 /* confdefs.h.  */
20041 _ACEOF
20042 cat confdefs.h >>conftest.$ac_ext
20043 cat >>conftest.$ac_ext <<_ACEOF
20044 /* end confdefs.h.  */
20045 $ac_includes_default
20046 int
20047 main ()
20048 {
20049 if (sizeof ((fsfilcnt_t)))
20050           return 0;
20051   ;
20052   return 0;
20053 }
20054 _ACEOF
20055 rm -f conftest.$ac_objext
20056 if { (ac_try="$ac_compile"
20057 case "(($ac_try" in
20058   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20059   *) ac_try_echo=$ac_try;;
20060 esac
20061 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20062 $as_echo "$ac_try_echo") >&5
20063   (eval "$ac_compile") 2>conftest.er1
20064   ac_status=$?
20065   grep -v '^ *+' conftest.er1 >conftest.err
20066   rm -f conftest.er1
20067   cat conftest.err >&5
20068   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20069   (exit $ac_status); } && {
20070          test -z "$ac_c_werror_flag" ||
20071          test ! -s conftest.err
20072        } && test -s conftest.$ac_objext; then
20073   :
20074 else
20075   $as_echo "$as_me: failed program was:" >&5
20076 sed 's/^/| /' conftest.$ac_ext >&5
20077
20078         ac_cv_type_fsfilcnt_t=yes
20079 fi
20080
20081 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20082 else
20083   $as_echo "$as_me: failed program was:" >&5
20084 sed 's/^/| /' conftest.$ac_ext >&5
20085
20086
20087 fi
20088
20089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20090 fi
20091 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20092 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20093 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20094
20095 cat >>confdefs.h <<_ACEOF
20096 #define HAVE_FSFILCNT_T 1
20097 _ACEOF
20098
20099
20100 fi
20101
20102 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20103 $as_echo_n "checking for sigset_t... " >&6; }
20104 if test "${ac_cv_type_sigset_t+set}" = set; then
20105   $as_echo_n "(cached) " >&6
20106 else
20107   ac_cv_type_sigset_t=no
20108 cat >conftest.$ac_ext <<_ACEOF
20109 /* confdefs.h.  */
20110 _ACEOF
20111 cat confdefs.h >>conftest.$ac_ext
20112 cat >>conftest.$ac_ext <<_ACEOF
20113 /* end confdefs.h.  */
20114 #include <sys/types.h>
20115 #include <signal.h>
20116
20117 int
20118 main ()
20119 {
20120 if (sizeof (sigset_t))
20121        return 0;
20122   ;
20123   return 0;
20124 }
20125 _ACEOF
20126 rm -f conftest.$ac_objext
20127 if { (ac_try="$ac_compile"
20128 case "(($ac_try" in
20129   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20130   *) ac_try_echo=$ac_try;;
20131 esac
20132 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20133 $as_echo "$ac_try_echo") >&5
20134   (eval "$ac_compile") 2>conftest.er1
20135   ac_status=$?
20136   grep -v '^ *+' conftest.er1 >conftest.err
20137   rm -f conftest.er1
20138   cat conftest.err >&5
20139   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20140   (exit $ac_status); } && {
20141          test -z "$ac_c_werror_flag" ||
20142          test ! -s conftest.err
20143        } && test -s conftest.$ac_objext; then
20144   cat >conftest.$ac_ext <<_ACEOF
20145 /* confdefs.h.  */
20146 _ACEOF
20147 cat confdefs.h >>conftest.$ac_ext
20148 cat >>conftest.$ac_ext <<_ACEOF
20149 /* end confdefs.h.  */
20150 #include <sys/types.h>
20151 #include <signal.h>
20152
20153 int
20154 main ()
20155 {
20156 if (sizeof ((sigset_t)))
20157           return 0;
20158   ;
20159   return 0;
20160 }
20161 _ACEOF
20162 rm -f conftest.$ac_objext
20163 if { (ac_try="$ac_compile"
20164 case "(($ac_try" in
20165   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20166   *) ac_try_echo=$ac_try;;
20167 esac
20168 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20169 $as_echo "$ac_try_echo") >&5
20170   (eval "$ac_compile") 2>conftest.er1
20171   ac_status=$?
20172   grep -v '^ *+' conftest.er1 >conftest.err
20173   rm -f conftest.er1
20174   cat conftest.err >&5
20175   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20176   (exit $ac_status); } && {
20177          test -z "$ac_c_werror_flag" ||
20178          test ! -s conftest.err
20179        } && test -s conftest.$ac_objext; then
20180   :
20181 else
20182   $as_echo "$as_me: failed program was:" >&5
20183 sed 's/^/| /' conftest.$ac_ext >&5
20184
20185         ac_cv_type_sigset_t=yes
20186 fi
20187
20188 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20189 else
20190   $as_echo "$as_me: failed program was:" >&5
20191 sed 's/^/| /' conftest.$ac_ext >&5
20192
20193
20194 fi
20195
20196 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20197 fi
20198 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20199 $as_echo "$ac_cv_type_sigset_t" >&6; }
20200 if test "x$ac_cv_type_sigset_t" = x""yes; then
20201
20202 cat >>confdefs.h <<_ACEOF
20203 #define HAVE_SIGSET_T 1
20204 _ACEOF
20205
20206
20207 fi
20208
20209 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20210 $as_echo_n "checking for request_sense... " >&6; }
20211 if test "${ac_cv_type_request_sense+set}" = set; then
20212   $as_echo_n "(cached) " >&6
20213 else
20214   ac_cv_type_request_sense=no
20215 cat >conftest.$ac_ext <<_ACEOF
20216 /* confdefs.h.  */
20217 _ACEOF
20218 cat confdefs.h >>conftest.$ac_ext
20219 cat >>conftest.$ac_ext <<_ACEOF
20220 /* end confdefs.h.  */
20221 #include <linux/cdrom.h>
20222
20223 int
20224 main ()
20225 {
20226 if (sizeof (request_sense))
20227        return 0;
20228   ;
20229   return 0;
20230 }
20231 _ACEOF
20232 rm -f conftest.$ac_objext
20233 if { (ac_try="$ac_compile"
20234 case "(($ac_try" in
20235   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20236   *) ac_try_echo=$ac_try;;
20237 esac
20238 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20239 $as_echo "$ac_try_echo") >&5
20240   (eval "$ac_compile") 2>conftest.er1
20241   ac_status=$?
20242   grep -v '^ *+' conftest.er1 >conftest.err
20243   rm -f conftest.er1
20244   cat conftest.err >&5
20245   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20246   (exit $ac_status); } && {
20247          test -z "$ac_c_werror_flag" ||
20248          test ! -s conftest.err
20249        } && test -s conftest.$ac_objext; then
20250   cat >conftest.$ac_ext <<_ACEOF
20251 /* confdefs.h.  */
20252 _ACEOF
20253 cat confdefs.h >>conftest.$ac_ext
20254 cat >>conftest.$ac_ext <<_ACEOF
20255 /* end confdefs.h.  */
20256 #include <linux/cdrom.h>
20257
20258 int
20259 main ()
20260 {
20261 if (sizeof ((request_sense)))
20262           return 0;
20263   ;
20264   return 0;
20265 }
20266 _ACEOF
20267 rm -f conftest.$ac_objext
20268 if { (ac_try="$ac_compile"
20269 case "(($ac_try" in
20270   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20271   *) ac_try_echo=$ac_try;;
20272 esac
20273 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20274 $as_echo "$ac_try_echo") >&5
20275   (eval "$ac_compile") 2>conftest.er1
20276   ac_status=$?
20277   grep -v '^ *+' conftest.er1 >conftest.err
20278   rm -f conftest.er1
20279   cat conftest.err >&5
20280   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20281   (exit $ac_status); } && {
20282          test -z "$ac_c_werror_flag" ||
20283          test ! -s conftest.err
20284        } && test -s conftest.$ac_objext; then
20285   :
20286 else
20287   $as_echo "$as_me: failed program was:" >&5
20288 sed 's/^/| /' conftest.$ac_ext >&5
20289
20290         ac_cv_type_request_sense=yes
20291 fi
20292
20293 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20294 else
20295   $as_echo "$as_me: failed program was:" >&5
20296 sed 's/^/| /' conftest.$ac_ext >&5
20297
20298
20299 fi
20300
20301 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20302 fi
20303 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20304 $as_echo "$ac_cv_type_request_sense" >&6; }
20305 if test "x$ac_cv_type_request_sense" = x""yes; then
20306
20307 cat >>confdefs.h <<_ACEOF
20308 #define HAVE_REQUEST_SENSE 1
20309 _ACEOF
20310
20311
20312 fi
20313
20314
20315 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20316 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20317 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20318   $as_echo_n "(cached) " >&6
20319 else
20320   cat >conftest.$ac_ext <<_ACEOF
20321 /* confdefs.h.  */
20322 _ACEOF
20323 cat confdefs.h >>conftest.$ac_ext
20324 cat >>conftest.$ac_ext <<_ACEOF
20325 /* end confdefs.h.  */
20326 #ifdef HAVE_LINUX_INPUT_H
20327 #include <linux/input.h>
20328 #endif
20329
20330 int
20331 main ()
20332 {
20333 static struct ff_effect ac_aggr;
20334 if (ac_aggr.direction)
20335 return 0;
20336   ;
20337   return 0;
20338 }
20339 _ACEOF
20340 rm -f conftest.$ac_objext
20341 if { (ac_try="$ac_compile"
20342 case "(($ac_try" in
20343   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20344   *) ac_try_echo=$ac_try;;
20345 esac
20346 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20347 $as_echo "$ac_try_echo") >&5
20348   (eval "$ac_compile") 2>conftest.er1
20349   ac_status=$?
20350   grep -v '^ *+' conftest.er1 >conftest.err
20351   rm -f conftest.er1
20352   cat conftest.err >&5
20353   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20354   (exit $ac_status); } && {
20355          test -z "$ac_c_werror_flag" ||
20356          test ! -s conftest.err
20357        } && test -s conftest.$ac_objext; then
20358   ac_cv_member_struct_ff_effect_direction=yes
20359 else
20360   $as_echo "$as_me: failed program was:" >&5
20361 sed 's/^/| /' conftest.$ac_ext >&5
20362
20363         cat >conftest.$ac_ext <<_ACEOF
20364 /* confdefs.h.  */
20365 _ACEOF
20366 cat confdefs.h >>conftest.$ac_ext
20367 cat >>conftest.$ac_ext <<_ACEOF
20368 /* end confdefs.h.  */
20369 #ifdef HAVE_LINUX_INPUT_H
20370 #include <linux/input.h>
20371 #endif
20372
20373 int
20374 main ()
20375 {
20376 static struct ff_effect ac_aggr;
20377 if (sizeof ac_aggr.direction)
20378 return 0;
20379   ;
20380   return 0;
20381 }
20382 _ACEOF
20383 rm -f conftest.$ac_objext
20384 if { (ac_try="$ac_compile"
20385 case "(($ac_try" in
20386   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20387   *) ac_try_echo=$ac_try;;
20388 esac
20389 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20390 $as_echo "$ac_try_echo") >&5
20391   (eval "$ac_compile") 2>conftest.er1
20392   ac_status=$?
20393   grep -v '^ *+' conftest.er1 >conftest.err
20394   rm -f conftest.er1
20395   cat conftest.err >&5
20396   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20397   (exit $ac_status); } && {
20398          test -z "$ac_c_werror_flag" ||
20399          test ! -s conftest.err
20400        } && test -s conftest.$ac_objext; then
20401   ac_cv_member_struct_ff_effect_direction=yes
20402 else
20403   $as_echo "$as_me: failed program was:" >&5
20404 sed 's/^/| /' conftest.$ac_ext >&5
20405
20406         ac_cv_member_struct_ff_effect_direction=no
20407 fi
20408
20409 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20410 fi
20411
20412 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20413 fi
20414 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20415 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20416 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20417
20418 cat >>confdefs.h <<_ACEOF
20419 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20420 _ACEOF
20421
20422
20423 fi
20424
20425
20426 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20427 $as_echo_n "checking for sigaddset... " >&6; }
20428 if test "${wine_cv_have_sigaddset+set}" = set; then
20429   $as_echo_n "(cached) " >&6
20430 else
20431   cat >conftest.$ac_ext <<_ACEOF
20432 /* confdefs.h.  */
20433 _ACEOF
20434 cat confdefs.h >>conftest.$ac_ext
20435 cat >>conftest.$ac_ext <<_ACEOF
20436 /* end confdefs.h.  */
20437 #include <signal.h>
20438 int
20439 main ()
20440 {
20441 sigset_t set; sigaddset(&set,SIGTERM);
20442   ;
20443   return 0;
20444 }
20445 _ACEOF
20446 rm -f conftest.$ac_objext conftest$ac_exeext
20447 if { (ac_try="$ac_link"
20448 case "(($ac_try" in
20449   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20450   *) ac_try_echo=$ac_try;;
20451 esac
20452 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20453 $as_echo "$ac_try_echo") >&5
20454   (eval "$ac_link") 2>conftest.er1
20455   ac_status=$?
20456   grep -v '^ *+' conftest.er1 >conftest.err
20457   rm -f conftest.er1
20458   cat conftest.err >&5
20459   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20460   (exit $ac_status); } && {
20461          test -z "$ac_c_werror_flag" ||
20462          test ! -s conftest.err
20463        } && test -s conftest$ac_exeext && {
20464          test "$cross_compiling" = yes ||
20465          $as_test_x conftest$ac_exeext
20466        }; then
20467   wine_cv_have_sigaddset=yes
20468 else
20469   $as_echo "$as_me: failed program was:" >&5
20470 sed 's/^/| /' conftest.$ac_ext >&5
20471
20472         wine_cv_have_sigaddset=no
20473 fi
20474
20475 rm -rf conftest.dSYM
20476 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20477       conftest$ac_exeext conftest.$ac_ext
20478 fi
20479 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20480 $as_echo "$wine_cv_have_sigaddset" >&6; }
20481 if test "$wine_cv_have_sigaddset" = "yes"
20482 then
20483
20484 cat >>confdefs.h <<\_ACEOF
20485 #define HAVE_SIGADDSET 1
20486 _ACEOF
20487
20488 fi
20489
20490
20491 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20492 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20493 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20494   $as_echo_n "(cached) " >&6
20495 else
20496   cat >conftest.$ac_ext <<_ACEOF
20497 /* confdefs.h.  */
20498 _ACEOF
20499 cat confdefs.h >>conftest.$ac_ext
20500 cat >>conftest.$ac_ext <<_ACEOF
20501 /* end confdefs.h.  */
20502 #include <netdb.h>
20503 int
20504 main ()
20505 {
20506
20507     char *name=0;
20508     struct hostent he;
20509     struct hostent *result;
20510     char *buf=0;
20511     int bufsize=0;
20512     int res,errnr;
20513     char *addr=0;
20514     int addrlen=0;
20515     int addrtype=0;
20516     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20517     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20518
20519   ;
20520   return 0;
20521 }
20522 _ACEOF
20523 rm -f conftest.$ac_objext conftest$ac_exeext
20524 if { (ac_try="$ac_link"
20525 case "(($ac_try" in
20526   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20527   *) ac_try_echo=$ac_try;;
20528 esac
20529 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20530 $as_echo "$ac_try_echo") >&5
20531   (eval "$ac_link") 2>conftest.er1
20532   ac_status=$?
20533   grep -v '^ *+' conftest.er1 >conftest.err
20534   rm -f conftest.er1
20535   cat conftest.err >&5
20536   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20537   (exit $ac_status); } && {
20538          test -z "$ac_c_werror_flag" ||
20539          test ! -s conftest.err
20540        } && test -s conftest$ac_exeext && {
20541          test "$cross_compiling" = yes ||
20542          $as_test_x conftest$ac_exeext
20543        }; then
20544   wine_cv_linux_gethostbyname_r_6=yes
20545 else
20546   $as_echo "$as_me: failed program was:" >&5
20547 sed 's/^/| /' conftest.$ac_ext >&5
20548
20549         wine_cv_linux_gethostbyname_r_6=no
20550
20551 fi
20552
20553 rm -rf conftest.dSYM
20554 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20555       conftest$ac_exeext conftest.$ac_ext
20556
20557 fi
20558 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20559 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20560    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20561    then
20562
20563 cat >>confdefs.h <<\_ACEOF
20564 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20565 _ACEOF
20566
20567    fi
20568
20569 if test "$ac_cv_header_linux_joystick_h" = "yes"
20570 then
20571    { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20572 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20573 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20574   $as_echo_n "(cached) " >&6
20575 else
20576   cat >conftest.$ac_ext <<_ACEOF
20577 /* confdefs.h.  */
20578 _ACEOF
20579 cat confdefs.h >>conftest.$ac_ext
20580 cat >>conftest.$ac_ext <<_ACEOF
20581 /* end confdefs.h.  */
20582
20583         #include <sys/ioctl.h>
20584         #include <sys/types.h>
20585         #include <linux/joystick.h>
20586
20587         struct js_event blub;
20588         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20589         #error "no 2.2 header"
20590         #endif
20591
20592 int
20593 main ()
20594 {
20595 /*empty*/
20596   ;
20597   return 0;
20598 }
20599 _ACEOF
20600 rm -f conftest.$ac_objext
20601 if { (ac_try="$ac_compile"
20602 case "(($ac_try" in
20603   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20604   *) ac_try_echo=$ac_try;;
20605 esac
20606 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20607 $as_echo "$ac_try_echo") >&5
20608   (eval "$ac_compile") 2>conftest.er1
20609   ac_status=$?
20610   grep -v '^ *+' conftest.er1 >conftest.err
20611   rm -f conftest.er1
20612   cat conftest.err >&5
20613   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20614   (exit $ac_status); } && {
20615          test -z "$ac_c_werror_flag" ||
20616          test ! -s conftest.err
20617        } && test -s conftest.$ac_objext; then
20618   wine_cv_linux_joystick_22_api=yes
20619 else
20620   $as_echo "$as_me: failed program was:" >&5
20621 sed 's/^/| /' conftest.$ac_ext >&5
20622
20623         wine_cv_linux_joystick_22_api=no
20624 fi
20625
20626 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20627
20628 fi
20629 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20630 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20631    if test "$wine_cv_linux_joystick_22_api" = "yes"
20632    then
20633
20634 cat >>confdefs.h <<\_ACEOF
20635 #define HAVE_LINUX_22_JOYSTICK_API 1
20636 _ACEOF
20637
20638    fi
20639 fi
20640
20641
20642 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20643 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20644 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20645   $as_echo_n "(cached) " >&6
20646 else
20647   cat >conftest.$ac_ext <<_ACEOF
20648 /* confdefs.h.  */
20649 _ACEOF
20650 cat confdefs.h >>conftest.$ac_ext
20651 cat >>conftest.$ac_ext <<_ACEOF
20652 /* end confdefs.h.  */
20653 #include <sys/types.h>
20654 #ifdef HAVE_SYS_PARAM_H
20655 # include <sys/param.h>
20656 #endif
20657 #ifdef HAVE_SYS_MOUNT_H
20658 # include <sys/mount.h>
20659 #endif
20660 #ifdef HAVE_SYS_VFS_H
20661 # include <sys/vfs.h>
20662 #endif
20663 #ifdef HAVE_SYS_STATFS_H
20664 # include <sys/statfs.h>
20665 #endif
20666
20667 int
20668 main ()
20669 {
20670 static struct statfs ac_aggr;
20671 if (ac_aggr.f_bfree)
20672 return 0;
20673   ;
20674   return 0;
20675 }
20676 _ACEOF
20677 rm -f conftest.$ac_objext
20678 if { (ac_try="$ac_compile"
20679 case "(($ac_try" in
20680   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20681   *) ac_try_echo=$ac_try;;
20682 esac
20683 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20684 $as_echo "$ac_try_echo") >&5
20685   (eval "$ac_compile") 2>conftest.er1
20686   ac_status=$?
20687   grep -v '^ *+' conftest.er1 >conftest.err
20688   rm -f conftest.er1
20689   cat conftest.err >&5
20690   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20691   (exit $ac_status); } && {
20692          test -z "$ac_c_werror_flag" ||
20693          test ! -s conftest.err
20694        } && test -s conftest.$ac_objext; then
20695   ac_cv_member_struct_statfs_f_bfree=yes
20696 else
20697   $as_echo "$as_me: failed program was:" >&5
20698 sed 's/^/| /' conftest.$ac_ext >&5
20699
20700         cat >conftest.$ac_ext <<_ACEOF
20701 /* confdefs.h.  */
20702 _ACEOF
20703 cat confdefs.h >>conftest.$ac_ext
20704 cat >>conftest.$ac_ext <<_ACEOF
20705 /* end confdefs.h.  */
20706 #include <sys/types.h>
20707 #ifdef HAVE_SYS_PARAM_H
20708 # include <sys/param.h>
20709 #endif
20710 #ifdef HAVE_SYS_MOUNT_H
20711 # include <sys/mount.h>
20712 #endif
20713 #ifdef HAVE_SYS_VFS_H
20714 # include <sys/vfs.h>
20715 #endif
20716 #ifdef HAVE_SYS_STATFS_H
20717 # include <sys/statfs.h>
20718 #endif
20719
20720 int
20721 main ()
20722 {
20723 static struct statfs ac_aggr;
20724 if (sizeof ac_aggr.f_bfree)
20725 return 0;
20726   ;
20727   return 0;
20728 }
20729 _ACEOF
20730 rm -f conftest.$ac_objext
20731 if { (ac_try="$ac_compile"
20732 case "(($ac_try" in
20733   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20734   *) ac_try_echo=$ac_try;;
20735 esac
20736 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20737 $as_echo "$ac_try_echo") >&5
20738   (eval "$ac_compile") 2>conftest.er1
20739   ac_status=$?
20740   grep -v '^ *+' conftest.er1 >conftest.err
20741   rm -f conftest.er1
20742   cat conftest.err >&5
20743   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20744   (exit $ac_status); } && {
20745          test -z "$ac_c_werror_flag" ||
20746          test ! -s conftest.err
20747        } && test -s conftest.$ac_objext; then
20748   ac_cv_member_struct_statfs_f_bfree=yes
20749 else
20750   $as_echo "$as_me: failed program was:" >&5
20751 sed 's/^/| /' conftest.$ac_ext >&5
20752
20753         ac_cv_member_struct_statfs_f_bfree=no
20754 fi
20755
20756 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20757 fi
20758
20759 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20760 fi
20761 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20762 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
20763 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
20764
20765 cat >>confdefs.h <<_ACEOF
20766 #define HAVE_STRUCT_STATFS_F_BFREE 1
20767 _ACEOF
20768
20769
20770 fi
20771 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20772 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
20773 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20774   $as_echo_n "(cached) " >&6
20775 else
20776   cat >conftest.$ac_ext <<_ACEOF
20777 /* confdefs.h.  */
20778 _ACEOF
20779 cat confdefs.h >>conftest.$ac_ext
20780 cat >>conftest.$ac_ext <<_ACEOF
20781 /* end confdefs.h.  */
20782 #include <sys/types.h>
20783 #ifdef HAVE_SYS_PARAM_H
20784 # include <sys/param.h>
20785 #endif
20786 #ifdef HAVE_SYS_MOUNT_H
20787 # include <sys/mount.h>
20788 #endif
20789 #ifdef HAVE_SYS_VFS_H
20790 # include <sys/vfs.h>
20791 #endif
20792 #ifdef HAVE_SYS_STATFS_H
20793 # include <sys/statfs.h>
20794 #endif
20795
20796 int
20797 main ()
20798 {
20799 static struct statfs ac_aggr;
20800 if (ac_aggr.f_bavail)
20801 return 0;
20802   ;
20803   return 0;
20804 }
20805 _ACEOF
20806 rm -f conftest.$ac_objext
20807 if { (ac_try="$ac_compile"
20808 case "(($ac_try" in
20809   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20810   *) ac_try_echo=$ac_try;;
20811 esac
20812 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20813 $as_echo "$ac_try_echo") >&5
20814   (eval "$ac_compile") 2>conftest.er1
20815   ac_status=$?
20816   grep -v '^ *+' conftest.er1 >conftest.err
20817   rm -f conftest.er1
20818   cat conftest.err >&5
20819   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20820   (exit $ac_status); } && {
20821          test -z "$ac_c_werror_flag" ||
20822          test ! -s conftest.err
20823        } && test -s conftest.$ac_objext; then
20824   ac_cv_member_struct_statfs_f_bavail=yes
20825 else
20826   $as_echo "$as_me: failed program was:" >&5
20827 sed 's/^/| /' conftest.$ac_ext >&5
20828
20829         cat >conftest.$ac_ext <<_ACEOF
20830 /* confdefs.h.  */
20831 _ACEOF
20832 cat confdefs.h >>conftest.$ac_ext
20833 cat >>conftest.$ac_ext <<_ACEOF
20834 /* end confdefs.h.  */
20835 #include <sys/types.h>
20836 #ifdef HAVE_SYS_PARAM_H
20837 # include <sys/param.h>
20838 #endif
20839 #ifdef HAVE_SYS_MOUNT_H
20840 # include <sys/mount.h>
20841 #endif
20842 #ifdef HAVE_SYS_VFS_H
20843 # include <sys/vfs.h>
20844 #endif
20845 #ifdef HAVE_SYS_STATFS_H
20846 # include <sys/statfs.h>
20847 #endif
20848
20849 int
20850 main ()
20851 {
20852 static struct statfs ac_aggr;
20853 if (sizeof ac_aggr.f_bavail)
20854 return 0;
20855   ;
20856   return 0;
20857 }
20858 _ACEOF
20859 rm -f conftest.$ac_objext
20860 if { (ac_try="$ac_compile"
20861 case "(($ac_try" in
20862   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20863   *) ac_try_echo=$ac_try;;
20864 esac
20865 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20866 $as_echo "$ac_try_echo") >&5
20867   (eval "$ac_compile") 2>conftest.er1
20868   ac_status=$?
20869   grep -v '^ *+' conftest.er1 >conftest.err
20870   rm -f conftest.er1
20871   cat conftest.err >&5
20872   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20873   (exit $ac_status); } && {
20874          test -z "$ac_c_werror_flag" ||
20875          test ! -s conftest.err
20876        } && test -s conftest.$ac_objext; then
20877   ac_cv_member_struct_statfs_f_bavail=yes
20878 else
20879   $as_echo "$as_me: failed program was:" >&5
20880 sed 's/^/| /' conftest.$ac_ext >&5
20881
20882         ac_cv_member_struct_statfs_f_bavail=no
20883 fi
20884
20885 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20886 fi
20887
20888 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20889 fi
20890 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
20891 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
20892 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
20893
20894 cat >>confdefs.h <<_ACEOF
20895 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
20896 _ACEOF
20897
20898
20899 fi
20900 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
20901 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
20902 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
20903   $as_echo_n "(cached) " >&6
20904 else
20905   cat >conftest.$ac_ext <<_ACEOF
20906 /* confdefs.h.  */
20907 _ACEOF
20908 cat confdefs.h >>conftest.$ac_ext
20909 cat >>conftest.$ac_ext <<_ACEOF
20910 /* end confdefs.h.  */
20911 #include <sys/types.h>
20912 #ifdef HAVE_SYS_PARAM_H
20913 # include <sys/param.h>
20914 #endif
20915 #ifdef HAVE_SYS_MOUNT_H
20916 # include <sys/mount.h>
20917 #endif
20918 #ifdef HAVE_SYS_VFS_H
20919 # include <sys/vfs.h>
20920 #endif
20921 #ifdef HAVE_SYS_STATFS_H
20922 # include <sys/statfs.h>
20923 #endif
20924
20925 int
20926 main ()
20927 {
20928 static struct statfs ac_aggr;
20929 if (ac_aggr.f_frsize)
20930 return 0;
20931   ;
20932   return 0;
20933 }
20934 _ACEOF
20935 rm -f conftest.$ac_objext
20936 if { (ac_try="$ac_compile"
20937 case "(($ac_try" in
20938   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20939   *) ac_try_echo=$ac_try;;
20940 esac
20941 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20942 $as_echo "$ac_try_echo") >&5
20943   (eval "$ac_compile") 2>conftest.er1
20944   ac_status=$?
20945   grep -v '^ *+' conftest.er1 >conftest.err
20946   rm -f conftest.er1
20947   cat conftest.err >&5
20948   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20949   (exit $ac_status); } && {
20950          test -z "$ac_c_werror_flag" ||
20951          test ! -s conftest.err
20952        } && test -s conftest.$ac_objext; then
20953   ac_cv_member_struct_statfs_f_frsize=yes
20954 else
20955   $as_echo "$as_me: failed program was:" >&5
20956 sed 's/^/| /' conftest.$ac_ext >&5
20957
20958         cat >conftest.$ac_ext <<_ACEOF
20959 /* confdefs.h.  */
20960 _ACEOF
20961 cat confdefs.h >>conftest.$ac_ext
20962 cat >>conftest.$ac_ext <<_ACEOF
20963 /* end confdefs.h.  */
20964 #include <sys/types.h>
20965 #ifdef HAVE_SYS_PARAM_H
20966 # include <sys/param.h>
20967 #endif
20968 #ifdef HAVE_SYS_MOUNT_H
20969 # include <sys/mount.h>
20970 #endif
20971 #ifdef HAVE_SYS_VFS_H
20972 # include <sys/vfs.h>
20973 #endif
20974 #ifdef HAVE_SYS_STATFS_H
20975 # include <sys/statfs.h>
20976 #endif
20977
20978 int
20979 main ()
20980 {
20981 static struct statfs ac_aggr;
20982 if (sizeof ac_aggr.f_frsize)
20983 return 0;
20984   ;
20985   return 0;
20986 }
20987 _ACEOF
20988 rm -f conftest.$ac_objext
20989 if { (ac_try="$ac_compile"
20990 case "(($ac_try" in
20991   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20992   *) ac_try_echo=$ac_try;;
20993 esac
20994 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20995 $as_echo "$ac_try_echo") >&5
20996   (eval "$ac_compile") 2>conftest.er1
20997   ac_status=$?
20998   grep -v '^ *+' conftest.er1 >conftest.err
20999   rm -f conftest.er1
21000   cat conftest.err >&5
21001   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21002   (exit $ac_status); } && {
21003          test -z "$ac_c_werror_flag" ||
21004          test ! -s conftest.err
21005        } && test -s conftest.$ac_objext; then
21006   ac_cv_member_struct_statfs_f_frsize=yes
21007 else
21008   $as_echo "$as_me: failed program was:" >&5
21009 sed 's/^/| /' conftest.$ac_ext >&5
21010
21011         ac_cv_member_struct_statfs_f_frsize=no
21012 fi
21013
21014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21015 fi
21016
21017 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21018 fi
21019 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21020 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21021 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21022
21023 cat >>confdefs.h <<_ACEOF
21024 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21025 _ACEOF
21026
21027
21028 fi
21029 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21030 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21031 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21032   $as_echo_n "(cached) " >&6
21033 else
21034   cat >conftest.$ac_ext <<_ACEOF
21035 /* confdefs.h.  */
21036 _ACEOF
21037 cat confdefs.h >>conftest.$ac_ext
21038 cat >>conftest.$ac_ext <<_ACEOF
21039 /* end confdefs.h.  */
21040 #include <sys/types.h>
21041 #ifdef HAVE_SYS_PARAM_H
21042 # include <sys/param.h>
21043 #endif
21044 #ifdef HAVE_SYS_MOUNT_H
21045 # include <sys/mount.h>
21046 #endif
21047 #ifdef HAVE_SYS_VFS_H
21048 # include <sys/vfs.h>
21049 #endif
21050 #ifdef HAVE_SYS_STATFS_H
21051 # include <sys/statfs.h>
21052 #endif
21053
21054 int
21055 main ()
21056 {
21057 static struct statfs ac_aggr;
21058 if (ac_aggr.f_ffree)
21059 return 0;
21060   ;
21061   return 0;
21062 }
21063 _ACEOF
21064 rm -f conftest.$ac_objext
21065 if { (ac_try="$ac_compile"
21066 case "(($ac_try" in
21067   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21068   *) ac_try_echo=$ac_try;;
21069 esac
21070 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21071 $as_echo "$ac_try_echo") >&5
21072   (eval "$ac_compile") 2>conftest.er1
21073   ac_status=$?
21074   grep -v '^ *+' conftest.er1 >conftest.err
21075   rm -f conftest.er1
21076   cat conftest.err >&5
21077   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21078   (exit $ac_status); } && {
21079          test -z "$ac_c_werror_flag" ||
21080          test ! -s conftest.err
21081        } && test -s conftest.$ac_objext; then
21082   ac_cv_member_struct_statfs_f_ffree=yes
21083 else
21084   $as_echo "$as_me: failed program was:" >&5
21085 sed 's/^/| /' conftest.$ac_ext >&5
21086
21087         cat >conftest.$ac_ext <<_ACEOF
21088 /* confdefs.h.  */
21089 _ACEOF
21090 cat confdefs.h >>conftest.$ac_ext
21091 cat >>conftest.$ac_ext <<_ACEOF
21092 /* end confdefs.h.  */
21093 #include <sys/types.h>
21094 #ifdef HAVE_SYS_PARAM_H
21095 # include <sys/param.h>
21096 #endif
21097 #ifdef HAVE_SYS_MOUNT_H
21098 # include <sys/mount.h>
21099 #endif
21100 #ifdef HAVE_SYS_VFS_H
21101 # include <sys/vfs.h>
21102 #endif
21103 #ifdef HAVE_SYS_STATFS_H
21104 # include <sys/statfs.h>
21105 #endif
21106
21107 int
21108 main ()
21109 {
21110 static struct statfs ac_aggr;
21111 if (sizeof ac_aggr.f_ffree)
21112 return 0;
21113   ;
21114   return 0;
21115 }
21116 _ACEOF
21117 rm -f conftest.$ac_objext
21118 if { (ac_try="$ac_compile"
21119 case "(($ac_try" in
21120   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21121   *) ac_try_echo=$ac_try;;
21122 esac
21123 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21124 $as_echo "$ac_try_echo") >&5
21125   (eval "$ac_compile") 2>conftest.er1
21126   ac_status=$?
21127   grep -v '^ *+' conftest.er1 >conftest.err
21128   rm -f conftest.er1
21129   cat conftest.err >&5
21130   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21131   (exit $ac_status); } && {
21132          test -z "$ac_c_werror_flag" ||
21133          test ! -s conftest.err
21134        } && test -s conftest.$ac_objext; then
21135   ac_cv_member_struct_statfs_f_ffree=yes
21136 else
21137   $as_echo "$as_me: failed program was:" >&5
21138 sed 's/^/| /' conftest.$ac_ext >&5
21139
21140         ac_cv_member_struct_statfs_f_ffree=no
21141 fi
21142
21143 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21144 fi
21145
21146 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21147 fi
21148 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21149 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21150 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21151
21152 cat >>confdefs.h <<_ACEOF
21153 #define HAVE_STRUCT_STATFS_F_FFREE 1
21154 _ACEOF
21155
21156
21157 fi
21158 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21159 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21160 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21161   $as_echo_n "(cached) " >&6
21162 else
21163   cat >conftest.$ac_ext <<_ACEOF
21164 /* confdefs.h.  */
21165 _ACEOF
21166 cat confdefs.h >>conftest.$ac_ext
21167 cat >>conftest.$ac_ext <<_ACEOF
21168 /* end confdefs.h.  */
21169 #include <sys/types.h>
21170 #ifdef HAVE_SYS_PARAM_H
21171 # include <sys/param.h>
21172 #endif
21173 #ifdef HAVE_SYS_MOUNT_H
21174 # include <sys/mount.h>
21175 #endif
21176 #ifdef HAVE_SYS_VFS_H
21177 # include <sys/vfs.h>
21178 #endif
21179 #ifdef HAVE_SYS_STATFS_H
21180 # include <sys/statfs.h>
21181 #endif
21182
21183 int
21184 main ()
21185 {
21186 static struct statfs ac_aggr;
21187 if (ac_aggr.f_favail)
21188 return 0;
21189   ;
21190   return 0;
21191 }
21192 _ACEOF
21193 rm -f conftest.$ac_objext
21194 if { (ac_try="$ac_compile"
21195 case "(($ac_try" in
21196   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21197   *) ac_try_echo=$ac_try;;
21198 esac
21199 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21200 $as_echo "$ac_try_echo") >&5
21201   (eval "$ac_compile") 2>conftest.er1
21202   ac_status=$?
21203   grep -v '^ *+' conftest.er1 >conftest.err
21204   rm -f conftest.er1
21205   cat conftest.err >&5
21206   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21207   (exit $ac_status); } && {
21208          test -z "$ac_c_werror_flag" ||
21209          test ! -s conftest.err
21210        } && test -s conftest.$ac_objext; then
21211   ac_cv_member_struct_statfs_f_favail=yes
21212 else
21213   $as_echo "$as_me: failed program was:" >&5
21214 sed 's/^/| /' conftest.$ac_ext >&5
21215
21216         cat >conftest.$ac_ext <<_ACEOF
21217 /* confdefs.h.  */
21218 _ACEOF
21219 cat confdefs.h >>conftest.$ac_ext
21220 cat >>conftest.$ac_ext <<_ACEOF
21221 /* end confdefs.h.  */
21222 #include <sys/types.h>
21223 #ifdef HAVE_SYS_PARAM_H
21224 # include <sys/param.h>
21225 #endif
21226 #ifdef HAVE_SYS_MOUNT_H
21227 # include <sys/mount.h>
21228 #endif
21229 #ifdef HAVE_SYS_VFS_H
21230 # include <sys/vfs.h>
21231 #endif
21232 #ifdef HAVE_SYS_STATFS_H
21233 # include <sys/statfs.h>
21234 #endif
21235
21236 int
21237 main ()
21238 {
21239 static struct statfs ac_aggr;
21240 if (sizeof ac_aggr.f_favail)
21241 return 0;
21242   ;
21243   return 0;
21244 }
21245 _ACEOF
21246 rm -f conftest.$ac_objext
21247 if { (ac_try="$ac_compile"
21248 case "(($ac_try" in
21249   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21250   *) ac_try_echo=$ac_try;;
21251 esac
21252 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21253 $as_echo "$ac_try_echo") >&5
21254   (eval "$ac_compile") 2>conftest.er1
21255   ac_status=$?
21256   grep -v '^ *+' conftest.er1 >conftest.err
21257   rm -f conftest.er1
21258   cat conftest.err >&5
21259   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21260   (exit $ac_status); } && {
21261          test -z "$ac_c_werror_flag" ||
21262          test ! -s conftest.err
21263        } && test -s conftest.$ac_objext; then
21264   ac_cv_member_struct_statfs_f_favail=yes
21265 else
21266   $as_echo "$as_me: failed program was:" >&5
21267 sed 's/^/| /' conftest.$ac_ext >&5
21268
21269         ac_cv_member_struct_statfs_f_favail=no
21270 fi
21271
21272 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21273 fi
21274
21275 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21276 fi
21277 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21278 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21279 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21280
21281 cat >>confdefs.h <<_ACEOF
21282 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21283 _ACEOF
21284
21285
21286 fi
21287 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21288 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21289 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21290   $as_echo_n "(cached) " >&6
21291 else
21292   cat >conftest.$ac_ext <<_ACEOF
21293 /* confdefs.h.  */
21294 _ACEOF
21295 cat confdefs.h >>conftest.$ac_ext
21296 cat >>conftest.$ac_ext <<_ACEOF
21297 /* end confdefs.h.  */
21298 #include <sys/types.h>
21299 #ifdef HAVE_SYS_PARAM_H
21300 # include <sys/param.h>
21301 #endif
21302 #ifdef HAVE_SYS_MOUNT_H
21303 # include <sys/mount.h>
21304 #endif
21305 #ifdef HAVE_SYS_VFS_H
21306 # include <sys/vfs.h>
21307 #endif
21308 #ifdef HAVE_SYS_STATFS_H
21309 # include <sys/statfs.h>
21310 #endif
21311
21312 int
21313 main ()
21314 {
21315 static struct statfs ac_aggr;
21316 if (ac_aggr.f_namelen)
21317 return 0;
21318   ;
21319   return 0;
21320 }
21321 _ACEOF
21322 rm -f conftest.$ac_objext
21323 if { (ac_try="$ac_compile"
21324 case "(($ac_try" in
21325   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21326   *) ac_try_echo=$ac_try;;
21327 esac
21328 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21329 $as_echo "$ac_try_echo") >&5
21330   (eval "$ac_compile") 2>conftest.er1
21331   ac_status=$?
21332   grep -v '^ *+' conftest.er1 >conftest.err
21333   rm -f conftest.er1
21334   cat conftest.err >&5
21335   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21336   (exit $ac_status); } && {
21337          test -z "$ac_c_werror_flag" ||
21338          test ! -s conftest.err
21339        } && test -s conftest.$ac_objext; then
21340   ac_cv_member_struct_statfs_f_namelen=yes
21341 else
21342   $as_echo "$as_me: failed program was:" >&5
21343 sed 's/^/| /' conftest.$ac_ext >&5
21344
21345         cat >conftest.$ac_ext <<_ACEOF
21346 /* confdefs.h.  */
21347 _ACEOF
21348 cat confdefs.h >>conftest.$ac_ext
21349 cat >>conftest.$ac_ext <<_ACEOF
21350 /* end confdefs.h.  */
21351 #include <sys/types.h>
21352 #ifdef HAVE_SYS_PARAM_H
21353 # include <sys/param.h>
21354 #endif
21355 #ifdef HAVE_SYS_MOUNT_H
21356 # include <sys/mount.h>
21357 #endif
21358 #ifdef HAVE_SYS_VFS_H
21359 # include <sys/vfs.h>
21360 #endif
21361 #ifdef HAVE_SYS_STATFS_H
21362 # include <sys/statfs.h>
21363 #endif
21364
21365 int
21366 main ()
21367 {
21368 static struct statfs ac_aggr;
21369 if (sizeof ac_aggr.f_namelen)
21370 return 0;
21371   ;
21372   return 0;
21373 }
21374 _ACEOF
21375 rm -f conftest.$ac_objext
21376 if { (ac_try="$ac_compile"
21377 case "(($ac_try" in
21378   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21379   *) ac_try_echo=$ac_try;;
21380 esac
21381 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21382 $as_echo "$ac_try_echo") >&5
21383   (eval "$ac_compile") 2>conftest.er1
21384   ac_status=$?
21385   grep -v '^ *+' conftest.er1 >conftest.err
21386   rm -f conftest.er1
21387   cat conftest.err >&5
21388   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21389   (exit $ac_status); } && {
21390          test -z "$ac_c_werror_flag" ||
21391          test ! -s conftest.err
21392        } && test -s conftest.$ac_objext; then
21393   ac_cv_member_struct_statfs_f_namelen=yes
21394 else
21395   $as_echo "$as_me: failed program was:" >&5
21396 sed 's/^/| /' conftest.$ac_ext >&5
21397
21398         ac_cv_member_struct_statfs_f_namelen=no
21399 fi
21400
21401 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21402 fi
21403
21404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21405 fi
21406 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21407 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21408 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21409
21410 cat >>confdefs.h <<_ACEOF
21411 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21412 _ACEOF
21413
21414
21415 fi
21416
21417
21418 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21419 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21420 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21421   $as_echo_n "(cached) " >&6
21422 else
21423   cat >conftest.$ac_ext <<_ACEOF
21424 /* confdefs.h.  */
21425 _ACEOF
21426 cat confdefs.h >>conftest.$ac_ext
21427 cat >>conftest.$ac_ext <<_ACEOF
21428 /* end confdefs.h.  */
21429 #ifdef HAVE_SYS_STATVFS_H
21430 #include <sys/statvfs.h>
21431 #endif
21432
21433 int
21434 main ()
21435 {
21436 static struct statvfs ac_aggr;
21437 if (ac_aggr.f_blocks)
21438 return 0;
21439   ;
21440   return 0;
21441 }
21442 _ACEOF
21443 rm -f conftest.$ac_objext
21444 if { (ac_try="$ac_compile"
21445 case "(($ac_try" in
21446   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21447   *) ac_try_echo=$ac_try;;
21448 esac
21449 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21450 $as_echo "$ac_try_echo") >&5
21451   (eval "$ac_compile") 2>conftest.er1
21452   ac_status=$?
21453   grep -v '^ *+' conftest.er1 >conftest.err
21454   rm -f conftest.er1
21455   cat conftest.err >&5
21456   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21457   (exit $ac_status); } && {
21458          test -z "$ac_c_werror_flag" ||
21459          test ! -s conftest.err
21460        } && test -s conftest.$ac_objext; then
21461   ac_cv_member_struct_statvfs_f_blocks=yes
21462 else
21463   $as_echo "$as_me: failed program was:" >&5
21464 sed 's/^/| /' conftest.$ac_ext >&5
21465
21466         cat >conftest.$ac_ext <<_ACEOF
21467 /* confdefs.h.  */
21468 _ACEOF
21469 cat confdefs.h >>conftest.$ac_ext
21470 cat >>conftest.$ac_ext <<_ACEOF
21471 /* end confdefs.h.  */
21472 #ifdef HAVE_SYS_STATVFS_H
21473 #include <sys/statvfs.h>
21474 #endif
21475
21476 int
21477 main ()
21478 {
21479 static struct statvfs ac_aggr;
21480 if (sizeof ac_aggr.f_blocks)
21481 return 0;
21482   ;
21483   return 0;
21484 }
21485 _ACEOF
21486 rm -f conftest.$ac_objext
21487 if { (ac_try="$ac_compile"
21488 case "(($ac_try" in
21489   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21490   *) ac_try_echo=$ac_try;;
21491 esac
21492 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21493 $as_echo "$ac_try_echo") >&5
21494   (eval "$ac_compile") 2>conftest.er1
21495   ac_status=$?
21496   grep -v '^ *+' conftest.er1 >conftest.err
21497   rm -f conftest.er1
21498   cat conftest.err >&5
21499   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21500   (exit $ac_status); } && {
21501          test -z "$ac_c_werror_flag" ||
21502          test ! -s conftest.err
21503        } && test -s conftest.$ac_objext; then
21504   ac_cv_member_struct_statvfs_f_blocks=yes
21505 else
21506   $as_echo "$as_me: failed program was:" >&5
21507 sed 's/^/| /' conftest.$ac_ext >&5
21508
21509         ac_cv_member_struct_statvfs_f_blocks=no
21510 fi
21511
21512 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21513 fi
21514
21515 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21516 fi
21517 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21518 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21519 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21520
21521 cat >>confdefs.h <<_ACEOF
21522 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21523 _ACEOF
21524
21525
21526 fi
21527
21528
21529 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21530 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21531 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21532   $as_echo_n "(cached) " >&6
21533 else
21534   cat >conftest.$ac_ext <<_ACEOF
21535 /* confdefs.h.  */
21536 _ACEOF
21537 cat confdefs.h >>conftest.$ac_ext
21538 cat >>conftest.$ac_ext <<_ACEOF
21539 /* end confdefs.h.  */
21540 #include <sys/types.h>
21541 #ifdef HAVE_SYS_SOCKET_H
21542 # include <sys/socket.h>
21543 #endif
21544 #ifdef HAVE_SYS_UN_H
21545 # include <sys/un.h>
21546 #endif
21547
21548 int
21549 main ()
21550 {
21551 static struct msghdr ac_aggr;
21552 if (ac_aggr.msg_accrights)
21553 return 0;
21554   ;
21555   return 0;
21556 }
21557 _ACEOF
21558 rm -f conftest.$ac_objext
21559 if { (ac_try="$ac_compile"
21560 case "(($ac_try" in
21561   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21562   *) ac_try_echo=$ac_try;;
21563 esac
21564 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21565 $as_echo "$ac_try_echo") >&5
21566   (eval "$ac_compile") 2>conftest.er1
21567   ac_status=$?
21568   grep -v '^ *+' conftest.er1 >conftest.err
21569   rm -f conftest.er1
21570   cat conftest.err >&5
21571   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21572   (exit $ac_status); } && {
21573          test -z "$ac_c_werror_flag" ||
21574          test ! -s conftest.err
21575        } && test -s conftest.$ac_objext; then
21576   ac_cv_member_struct_msghdr_msg_accrights=yes
21577 else
21578   $as_echo "$as_me: failed program was:" >&5
21579 sed 's/^/| /' conftest.$ac_ext >&5
21580
21581         cat >conftest.$ac_ext <<_ACEOF
21582 /* confdefs.h.  */
21583 _ACEOF
21584 cat confdefs.h >>conftest.$ac_ext
21585 cat >>conftest.$ac_ext <<_ACEOF
21586 /* end confdefs.h.  */
21587 #include <sys/types.h>
21588 #ifdef HAVE_SYS_SOCKET_H
21589 # include <sys/socket.h>
21590 #endif
21591 #ifdef HAVE_SYS_UN_H
21592 # include <sys/un.h>
21593 #endif
21594
21595 int
21596 main ()
21597 {
21598 static struct msghdr ac_aggr;
21599 if (sizeof ac_aggr.msg_accrights)
21600 return 0;
21601   ;
21602   return 0;
21603 }
21604 _ACEOF
21605 rm -f conftest.$ac_objext
21606 if { (ac_try="$ac_compile"
21607 case "(($ac_try" in
21608   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21609   *) ac_try_echo=$ac_try;;
21610 esac
21611 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21612 $as_echo "$ac_try_echo") >&5
21613   (eval "$ac_compile") 2>conftest.er1
21614   ac_status=$?
21615   grep -v '^ *+' conftest.er1 >conftest.err
21616   rm -f conftest.er1
21617   cat conftest.err >&5
21618   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21619   (exit $ac_status); } && {
21620          test -z "$ac_c_werror_flag" ||
21621          test ! -s conftest.err
21622        } && test -s conftest.$ac_objext; then
21623   ac_cv_member_struct_msghdr_msg_accrights=yes
21624 else
21625   $as_echo "$as_me: failed program was:" >&5
21626 sed 's/^/| /' conftest.$ac_ext >&5
21627
21628         ac_cv_member_struct_msghdr_msg_accrights=no
21629 fi
21630
21631 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21632 fi
21633
21634 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21635 fi
21636 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21637 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21638 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21639
21640 cat >>confdefs.h <<_ACEOF
21641 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21642 _ACEOF
21643
21644
21645 fi
21646 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21647 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21648 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21649   $as_echo_n "(cached) " >&6
21650 else
21651   cat >conftest.$ac_ext <<_ACEOF
21652 /* confdefs.h.  */
21653 _ACEOF
21654 cat confdefs.h >>conftest.$ac_ext
21655 cat >>conftest.$ac_ext <<_ACEOF
21656 /* end confdefs.h.  */
21657 #include <sys/types.h>
21658 #ifdef HAVE_SYS_SOCKET_H
21659 # include <sys/socket.h>
21660 #endif
21661 #ifdef HAVE_SYS_UN_H
21662 # include <sys/un.h>
21663 #endif
21664
21665 int
21666 main ()
21667 {
21668 static struct sockaddr ac_aggr;
21669 if (ac_aggr.sa_len)
21670 return 0;
21671   ;
21672   return 0;
21673 }
21674 _ACEOF
21675 rm -f conftest.$ac_objext
21676 if { (ac_try="$ac_compile"
21677 case "(($ac_try" in
21678   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21679   *) ac_try_echo=$ac_try;;
21680 esac
21681 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21682 $as_echo "$ac_try_echo") >&5
21683   (eval "$ac_compile") 2>conftest.er1
21684   ac_status=$?
21685   grep -v '^ *+' conftest.er1 >conftest.err
21686   rm -f conftest.er1
21687   cat conftest.err >&5
21688   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21689   (exit $ac_status); } && {
21690          test -z "$ac_c_werror_flag" ||
21691          test ! -s conftest.err
21692        } && test -s conftest.$ac_objext; then
21693   ac_cv_member_struct_sockaddr_sa_len=yes
21694 else
21695   $as_echo "$as_me: failed program was:" >&5
21696 sed 's/^/| /' conftest.$ac_ext >&5
21697
21698         cat >conftest.$ac_ext <<_ACEOF
21699 /* confdefs.h.  */
21700 _ACEOF
21701 cat confdefs.h >>conftest.$ac_ext
21702 cat >>conftest.$ac_ext <<_ACEOF
21703 /* end confdefs.h.  */
21704 #include <sys/types.h>
21705 #ifdef HAVE_SYS_SOCKET_H
21706 # include <sys/socket.h>
21707 #endif
21708 #ifdef HAVE_SYS_UN_H
21709 # include <sys/un.h>
21710 #endif
21711
21712 int
21713 main ()
21714 {
21715 static struct sockaddr ac_aggr;
21716 if (sizeof ac_aggr.sa_len)
21717 return 0;
21718   ;
21719   return 0;
21720 }
21721 _ACEOF
21722 rm -f conftest.$ac_objext
21723 if { (ac_try="$ac_compile"
21724 case "(($ac_try" in
21725   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21726   *) ac_try_echo=$ac_try;;
21727 esac
21728 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21729 $as_echo "$ac_try_echo") >&5
21730   (eval "$ac_compile") 2>conftest.er1
21731   ac_status=$?
21732   grep -v '^ *+' conftest.er1 >conftest.err
21733   rm -f conftest.er1
21734   cat conftest.err >&5
21735   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21736   (exit $ac_status); } && {
21737          test -z "$ac_c_werror_flag" ||
21738          test ! -s conftest.err
21739        } && test -s conftest.$ac_objext; then
21740   ac_cv_member_struct_sockaddr_sa_len=yes
21741 else
21742   $as_echo "$as_me: failed program was:" >&5
21743 sed 's/^/| /' conftest.$ac_ext >&5
21744
21745         ac_cv_member_struct_sockaddr_sa_len=no
21746 fi
21747
21748 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21749 fi
21750
21751 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21752 fi
21753 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21754 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21755 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
21756
21757 cat >>confdefs.h <<_ACEOF
21758 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21759 _ACEOF
21760
21761
21762 fi
21763 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21764 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
21765 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21766   $as_echo_n "(cached) " >&6
21767 else
21768   cat >conftest.$ac_ext <<_ACEOF
21769 /* confdefs.h.  */
21770 _ACEOF
21771 cat confdefs.h >>conftest.$ac_ext
21772 cat >>conftest.$ac_ext <<_ACEOF
21773 /* end confdefs.h.  */
21774 #include <sys/types.h>
21775 #ifdef HAVE_SYS_SOCKET_H
21776 # include <sys/socket.h>
21777 #endif
21778 #ifdef HAVE_SYS_UN_H
21779 # include <sys/un.h>
21780 #endif
21781
21782 int
21783 main ()
21784 {
21785 static struct sockaddr_un ac_aggr;
21786 if (ac_aggr.sun_len)
21787 return 0;
21788   ;
21789   return 0;
21790 }
21791 _ACEOF
21792 rm -f conftest.$ac_objext
21793 if { (ac_try="$ac_compile"
21794 case "(($ac_try" in
21795   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21796   *) ac_try_echo=$ac_try;;
21797 esac
21798 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21799 $as_echo "$ac_try_echo") >&5
21800   (eval "$ac_compile") 2>conftest.er1
21801   ac_status=$?
21802   grep -v '^ *+' conftest.er1 >conftest.err
21803   rm -f conftest.er1
21804   cat conftest.err >&5
21805   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21806   (exit $ac_status); } && {
21807          test -z "$ac_c_werror_flag" ||
21808          test ! -s conftest.err
21809        } && test -s conftest.$ac_objext; then
21810   ac_cv_member_struct_sockaddr_un_sun_len=yes
21811 else
21812   $as_echo "$as_me: failed program was:" >&5
21813 sed 's/^/| /' conftest.$ac_ext >&5
21814
21815         cat >conftest.$ac_ext <<_ACEOF
21816 /* confdefs.h.  */
21817 _ACEOF
21818 cat confdefs.h >>conftest.$ac_ext
21819 cat >>conftest.$ac_ext <<_ACEOF
21820 /* end confdefs.h.  */
21821 #include <sys/types.h>
21822 #ifdef HAVE_SYS_SOCKET_H
21823 # include <sys/socket.h>
21824 #endif
21825 #ifdef HAVE_SYS_UN_H
21826 # include <sys/un.h>
21827 #endif
21828
21829 int
21830 main ()
21831 {
21832 static struct sockaddr_un ac_aggr;
21833 if (sizeof ac_aggr.sun_len)
21834 return 0;
21835   ;
21836   return 0;
21837 }
21838 _ACEOF
21839 rm -f conftest.$ac_objext
21840 if { (ac_try="$ac_compile"
21841 case "(($ac_try" in
21842   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21843   *) ac_try_echo=$ac_try;;
21844 esac
21845 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21846 $as_echo "$ac_try_echo") >&5
21847   (eval "$ac_compile") 2>conftest.er1
21848   ac_status=$?
21849   grep -v '^ *+' conftest.er1 >conftest.err
21850   rm -f conftest.er1
21851   cat conftest.err >&5
21852   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21853   (exit $ac_status); } && {
21854          test -z "$ac_c_werror_flag" ||
21855          test ! -s conftest.err
21856        } && test -s conftest.$ac_objext; then
21857   ac_cv_member_struct_sockaddr_un_sun_len=yes
21858 else
21859   $as_echo "$as_me: failed program was:" >&5
21860 sed 's/^/| /' conftest.$ac_ext >&5
21861
21862         ac_cv_member_struct_sockaddr_un_sun_len=no
21863 fi
21864
21865 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21866 fi
21867
21868 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21869 fi
21870 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
21871 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
21872 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
21873
21874 cat >>confdefs.h <<_ACEOF
21875 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
21876 _ACEOF
21877
21878
21879 fi
21880
21881
21882 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
21883 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
21884 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
21885   $as_echo_n "(cached) " >&6
21886 else
21887   cat >conftest.$ac_ext <<_ACEOF
21888 /* confdefs.h.  */
21889 _ACEOF
21890 cat confdefs.h >>conftest.$ac_ext
21891 cat >>conftest.$ac_ext <<_ACEOF
21892 /* end confdefs.h.  */
21893 #include <sys/types.h>
21894 #ifdef HAVE_SCSI_SG_H
21895 #include <scsi/sg.h>
21896 #endif
21897
21898 int
21899 main ()
21900 {
21901 static scsireq_t ac_aggr;
21902 if (ac_aggr.cmd)
21903 return 0;
21904   ;
21905   return 0;
21906 }
21907 _ACEOF
21908 rm -f conftest.$ac_objext
21909 if { (ac_try="$ac_compile"
21910 case "(($ac_try" in
21911   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21912   *) ac_try_echo=$ac_try;;
21913 esac
21914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21915 $as_echo "$ac_try_echo") >&5
21916   (eval "$ac_compile") 2>conftest.er1
21917   ac_status=$?
21918   grep -v '^ *+' conftest.er1 >conftest.err
21919   rm -f conftest.er1
21920   cat conftest.err >&5
21921   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21922   (exit $ac_status); } && {
21923          test -z "$ac_c_werror_flag" ||
21924          test ! -s conftest.err
21925        } && test -s conftest.$ac_objext; then
21926   ac_cv_member_scsireq_t_cmd=yes
21927 else
21928   $as_echo "$as_me: failed program was:" >&5
21929 sed 's/^/| /' conftest.$ac_ext >&5
21930
21931         cat >conftest.$ac_ext <<_ACEOF
21932 /* confdefs.h.  */
21933 _ACEOF
21934 cat confdefs.h >>conftest.$ac_ext
21935 cat >>conftest.$ac_ext <<_ACEOF
21936 /* end confdefs.h.  */
21937 #include <sys/types.h>
21938 #ifdef HAVE_SCSI_SG_H
21939 #include <scsi/sg.h>
21940 #endif
21941
21942 int
21943 main ()
21944 {
21945 static scsireq_t ac_aggr;
21946 if (sizeof ac_aggr.cmd)
21947 return 0;
21948   ;
21949   return 0;
21950 }
21951 _ACEOF
21952 rm -f conftest.$ac_objext
21953 if { (ac_try="$ac_compile"
21954 case "(($ac_try" in
21955   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21956   *) ac_try_echo=$ac_try;;
21957 esac
21958 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21959 $as_echo "$ac_try_echo") >&5
21960   (eval "$ac_compile") 2>conftest.er1
21961   ac_status=$?
21962   grep -v '^ *+' conftest.er1 >conftest.err
21963   rm -f conftest.er1
21964   cat conftest.err >&5
21965   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21966   (exit $ac_status); } && {
21967          test -z "$ac_c_werror_flag" ||
21968          test ! -s conftest.err
21969        } && test -s conftest.$ac_objext; then
21970   ac_cv_member_scsireq_t_cmd=yes
21971 else
21972   $as_echo "$as_me: failed program was:" >&5
21973 sed 's/^/| /' conftest.$ac_ext >&5
21974
21975         ac_cv_member_scsireq_t_cmd=no
21976 fi
21977
21978 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21979 fi
21980
21981 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21982 fi
21983 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
21984 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
21985 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
21986
21987 cat >>confdefs.h <<_ACEOF
21988 #define HAVE_SCSIREQ_T_CMD 1
21989 _ACEOF
21990
21991
21992 fi
21993 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
21994 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
21995 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
21996   $as_echo_n "(cached) " >&6
21997 else
21998   cat >conftest.$ac_ext <<_ACEOF
21999 /* confdefs.h.  */
22000 _ACEOF
22001 cat confdefs.h >>conftest.$ac_ext
22002 cat >>conftest.$ac_ext <<_ACEOF
22003 /* end confdefs.h.  */
22004 #include <sys/types.h>
22005 #ifdef HAVE_SCSI_SG_H
22006 #include <scsi/sg.h>
22007 #endif
22008
22009 int
22010 main ()
22011 {
22012 static sg_io_hdr_t ac_aggr;
22013 if (ac_aggr.interface_id)
22014 return 0;
22015   ;
22016   return 0;
22017 }
22018 _ACEOF
22019 rm -f conftest.$ac_objext
22020 if { (ac_try="$ac_compile"
22021 case "(($ac_try" in
22022   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22023   *) ac_try_echo=$ac_try;;
22024 esac
22025 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22026 $as_echo "$ac_try_echo") >&5
22027   (eval "$ac_compile") 2>conftest.er1
22028   ac_status=$?
22029   grep -v '^ *+' conftest.er1 >conftest.err
22030   rm -f conftest.er1
22031   cat conftest.err >&5
22032   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22033   (exit $ac_status); } && {
22034          test -z "$ac_c_werror_flag" ||
22035          test ! -s conftest.err
22036        } && test -s conftest.$ac_objext; then
22037   ac_cv_member_sg_io_hdr_t_interface_id=yes
22038 else
22039   $as_echo "$as_me: failed program was:" >&5
22040 sed 's/^/| /' conftest.$ac_ext >&5
22041
22042         cat >conftest.$ac_ext <<_ACEOF
22043 /* confdefs.h.  */
22044 _ACEOF
22045 cat confdefs.h >>conftest.$ac_ext
22046 cat >>conftest.$ac_ext <<_ACEOF
22047 /* end confdefs.h.  */
22048 #include <sys/types.h>
22049 #ifdef HAVE_SCSI_SG_H
22050 #include <scsi/sg.h>
22051 #endif
22052
22053 int
22054 main ()
22055 {
22056 static sg_io_hdr_t ac_aggr;
22057 if (sizeof ac_aggr.interface_id)
22058 return 0;
22059   ;
22060   return 0;
22061 }
22062 _ACEOF
22063 rm -f conftest.$ac_objext
22064 if { (ac_try="$ac_compile"
22065 case "(($ac_try" in
22066   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22067   *) ac_try_echo=$ac_try;;
22068 esac
22069 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22070 $as_echo "$ac_try_echo") >&5
22071   (eval "$ac_compile") 2>conftest.er1
22072   ac_status=$?
22073   grep -v '^ *+' conftest.er1 >conftest.err
22074   rm -f conftest.er1
22075   cat conftest.err >&5
22076   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22077   (exit $ac_status); } && {
22078          test -z "$ac_c_werror_flag" ||
22079          test ! -s conftest.err
22080        } && test -s conftest.$ac_objext; then
22081   ac_cv_member_sg_io_hdr_t_interface_id=yes
22082 else
22083   $as_echo "$as_me: failed program was:" >&5
22084 sed 's/^/| /' conftest.$ac_ext >&5
22085
22086         ac_cv_member_sg_io_hdr_t_interface_id=no
22087 fi
22088
22089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22090 fi
22091
22092 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22093 fi
22094 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22095 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22096 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22097
22098 cat >>confdefs.h <<_ACEOF
22099 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22100 _ACEOF
22101
22102
22103 fi
22104
22105
22106 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22107 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22108 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22109   $as_echo_n "(cached) " >&6
22110 else
22111   cat >conftest.$ac_ext <<_ACEOF
22112 /* confdefs.h.  */
22113 _ACEOF
22114 cat confdefs.h >>conftest.$ac_ext
22115 cat >>conftest.$ac_ext <<_ACEOF
22116 /* end confdefs.h.  */
22117 #include <signal.h>
22118
22119 int
22120 main ()
22121 {
22122 static siginfo_t ac_aggr;
22123 if (ac_aggr.si_fd)
22124 return 0;
22125   ;
22126   return 0;
22127 }
22128 _ACEOF
22129 rm -f conftest.$ac_objext
22130 if { (ac_try="$ac_compile"
22131 case "(($ac_try" in
22132   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22133   *) ac_try_echo=$ac_try;;
22134 esac
22135 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22136 $as_echo "$ac_try_echo") >&5
22137   (eval "$ac_compile") 2>conftest.er1
22138   ac_status=$?
22139   grep -v '^ *+' conftest.er1 >conftest.err
22140   rm -f conftest.er1
22141   cat conftest.err >&5
22142   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22143   (exit $ac_status); } && {
22144          test -z "$ac_c_werror_flag" ||
22145          test ! -s conftest.err
22146        } && test -s conftest.$ac_objext; then
22147   ac_cv_member_siginfo_t_si_fd=yes
22148 else
22149   $as_echo "$as_me: failed program was:" >&5
22150 sed 's/^/| /' conftest.$ac_ext >&5
22151
22152         cat >conftest.$ac_ext <<_ACEOF
22153 /* confdefs.h.  */
22154 _ACEOF
22155 cat confdefs.h >>conftest.$ac_ext
22156 cat >>conftest.$ac_ext <<_ACEOF
22157 /* end confdefs.h.  */
22158 #include <signal.h>
22159
22160 int
22161 main ()
22162 {
22163 static siginfo_t ac_aggr;
22164 if (sizeof ac_aggr.si_fd)
22165 return 0;
22166   ;
22167   return 0;
22168 }
22169 _ACEOF
22170 rm -f conftest.$ac_objext
22171 if { (ac_try="$ac_compile"
22172 case "(($ac_try" in
22173   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22174   *) ac_try_echo=$ac_try;;
22175 esac
22176 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22177 $as_echo "$ac_try_echo") >&5
22178   (eval "$ac_compile") 2>conftest.er1
22179   ac_status=$?
22180   grep -v '^ *+' conftest.er1 >conftest.err
22181   rm -f conftest.er1
22182   cat conftest.err >&5
22183   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22184   (exit $ac_status); } && {
22185          test -z "$ac_c_werror_flag" ||
22186          test ! -s conftest.err
22187        } && test -s conftest.$ac_objext; then
22188   ac_cv_member_siginfo_t_si_fd=yes
22189 else
22190   $as_echo "$as_me: failed program was:" >&5
22191 sed 's/^/| /' conftest.$ac_ext >&5
22192
22193         ac_cv_member_siginfo_t_si_fd=no
22194 fi
22195
22196 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22197 fi
22198
22199 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22200 fi
22201 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22202 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22203 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22204
22205 cat >>confdefs.h <<_ACEOF
22206 #define HAVE_SIGINFO_T_SI_FD 1
22207 _ACEOF
22208
22209
22210 fi
22211
22212
22213 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22214 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22215 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22216   $as_echo_n "(cached) " >&6
22217 else
22218   cat >conftest.$ac_ext <<_ACEOF
22219 /* confdefs.h.  */
22220 _ACEOF
22221 cat confdefs.h >>conftest.$ac_ext
22222 cat >>conftest.$ac_ext <<_ACEOF
22223 /* end confdefs.h.  */
22224 #include <sys/types.h>
22225 #ifdef HAVE_SYS_MTIO_H
22226 #include <sys/mtio.h>
22227 #endif
22228
22229 int
22230 main ()
22231 {
22232 static struct mtget ac_aggr;
22233 if (ac_aggr.mt_blksiz)
22234 return 0;
22235   ;
22236   return 0;
22237 }
22238 _ACEOF
22239 rm -f conftest.$ac_objext
22240 if { (ac_try="$ac_compile"
22241 case "(($ac_try" in
22242   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22243   *) ac_try_echo=$ac_try;;
22244 esac
22245 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22246 $as_echo "$ac_try_echo") >&5
22247   (eval "$ac_compile") 2>conftest.er1
22248   ac_status=$?
22249   grep -v '^ *+' conftest.er1 >conftest.err
22250   rm -f conftest.er1
22251   cat conftest.err >&5
22252   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22253   (exit $ac_status); } && {
22254          test -z "$ac_c_werror_flag" ||
22255          test ! -s conftest.err
22256        } && test -s conftest.$ac_objext; then
22257   ac_cv_member_struct_mtget_mt_blksiz=yes
22258 else
22259   $as_echo "$as_me: failed program was:" >&5
22260 sed 's/^/| /' conftest.$ac_ext >&5
22261
22262         cat >conftest.$ac_ext <<_ACEOF
22263 /* confdefs.h.  */
22264 _ACEOF
22265 cat confdefs.h >>conftest.$ac_ext
22266 cat >>conftest.$ac_ext <<_ACEOF
22267 /* end confdefs.h.  */
22268 #include <sys/types.h>
22269 #ifdef HAVE_SYS_MTIO_H
22270 #include <sys/mtio.h>
22271 #endif
22272
22273 int
22274 main ()
22275 {
22276 static struct mtget ac_aggr;
22277 if (sizeof ac_aggr.mt_blksiz)
22278 return 0;
22279   ;
22280   return 0;
22281 }
22282 _ACEOF
22283 rm -f conftest.$ac_objext
22284 if { (ac_try="$ac_compile"
22285 case "(($ac_try" in
22286   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22287   *) ac_try_echo=$ac_try;;
22288 esac
22289 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22290 $as_echo "$ac_try_echo") >&5
22291   (eval "$ac_compile") 2>conftest.er1
22292   ac_status=$?
22293   grep -v '^ *+' conftest.er1 >conftest.err
22294   rm -f conftest.er1
22295   cat conftest.err >&5
22296   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22297   (exit $ac_status); } && {
22298          test -z "$ac_c_werror_flag" ||
22299          test ! -s conftest.err
22300        } && test -s conftest.$ac_objext; then
22301   ac_cv_member_struct_mtget_mt_blksiz=yes
22302 else
22303   $as_echo "$as_me: failed program was:" >&5
22304 sed 's/^/| /' conftest.$ac_ext >&5
22305
22306         ac_cv_member_struct_mtget_mt_blksiz=no
22307 fi
22308
22309 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22310 fi
22311
22312 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22313 fi
22314 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22315 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22316 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22317
22318 cat >>confdefs.h <<_ACEOF
22319 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22320 _ACEOF
22321
22322
22323 fi
22324 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22325 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22326 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22327   $as_echo_n "(cached) " >&6
22328 else
22329   cat >conftest.$ac_ext <<_ACEOF
22330 /* confdefs.h.  */
22331 _ACEOF
22332 cat confdefs.h >>conftest.$ac_ext
22333 cat >>conftest.$ac_ext <<_ACEOF
22334 /* end confdefs.h.  */
22335 #include <sys/types.h>
22336 #ifdef HAVE_SYS_MTIO_H
22337 #include <sys/mtio.h>
22338 #endif
22339
22340 int
22341 main ()
22342 {
22343 static struct mtget ac_aggr;
22344 if (ac_aggr.mt_gstat)
22345 return 0;
22346   ;
22347   return 0;
22348 }
22349 _ACEOF
22350 rm -f conftest.$ac_objext
22351 if { (ac_try="$ac_compile"
22352 case "(($ac_try" in
22353   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22354   *) ac_try_echo=$ac_try;;
22355 esac
22356 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22357 $as_echo "$ac_try_echo") >&5
22358   (eval "$ac_compile") 2>conftest.er1
22359   ac_status=$?
22360   grep -v '^ *+' conftest.er1 >conftest.err
22361   rm -f conftest.er1
22362   cat conftest.err >&5
22363   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22364   (exit $ac_status); } && {
22365          test -z "$ac_c_werror_flag" ||
22366          test ! -s conftest.err
22367        } && test -s conftest.$ac_objext; then
22368   ac_cv_member_struct_mtget_mt_gstat=yes
22369 else
22370   $as_echo "$as_me: failed program was:" >&5
22371 sed 's/^/| /' conftest.$ac_ext >&5
22372
22373         cat >conftest.$ac_ext <<_ACEOF
22374 /* confdefs.h.  */
22375 _ACEOF
22376 cat confdefs.h >>conftest.$ac_ext
22377 cat >>conftest.$ac_ext <<_ACEOF
22378 /* end confdefs.h.  */
22379 #include <sys/types.h>
22380 #ifdef HAVE_SYS_MTIO_H
22381 #include <sys/mtio.h>
22382 #endif
22383
22384 int
22385 main ()
22386 {
22387 static struct mtget ac_aggr;
22388 if (sizeof ac_aggr.mt_gstat)
22389 return 0;
22390   ;
22391   return 0;
22392 }
22393 _ACEOF
22394 rm -f conftest.$ac_objext
22395 if { (ac_try="$ac_compile"
22396 case "(($ac_try" in
22397   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22398   *) ac_try_echo=$ac_try;;
22399 esac
22400 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22401 $as_echo "$ac_try_echo") >&5
22402   (eval "$ac_compile") 2>conftest.er1
22403   ac_status=$?
22404   grep -v '^ *+' conftest.er1 >conftest.err
22405   rm -f conftest.er1
22406   cat conftest.err >&5
22407   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22408   (exit $ac_status); } && {
22409          test -z "$ac_c_werror_flag" ||
22410          test ! -s conftest.err
22411        } && test -s conftest.$ac_objext; then
22412   ac_cv_member_struct_mtget_mt_gstat=yes
22413 else
22414   $as_echo "$as_me: failed program was:" >&5
22415 sed 's/^/| /' conftest.$ac_ext >&5
22416
22417         ac_cv_member_struct_mtget_mt_gstat=no
22418 fi
22419
22420 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22421 fi
22422
22423 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22424 fi
22425 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22426 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22427 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22428
22429 cat >>confdefs.h <<_ACEOF
22430 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22431 _ACEOF
22432
22433
22434 fi
22435 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22436 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22437 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22438   $as_echo_n "(cached) " >&6
22439 else
22440   cat >conftest.$ac_ext <<_ACEOF
22441 /* confdefs.h.  */
22442 _ACEOF
22443 cat confdefs.h >>conftest.$ac_ext
22444 cat >>conftest.$ac_ext <<_ACEOF
22445 /* end confdefs.h.  */
22446 #include <sys/types.h>
22447 #ifdef HAVE_SYS_MTIO_H
22448 #include <sys/mtio.h>
22449 #endif
22450
22451 int
22452 main ()
22453 {
22454 static struct mtget ac_aggr;
22455 if (ac_aggr.mt_blkno)
22456 return 0;
22457   ;
22458   return 0;
22459 }
22460 _ACEOF
22461 rm -f conftest.$ac_objext
22462 if { (ac_try="$ac_compile"
22463 case "(($ac_try" in
22464   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22465   *) ac_try_echo=$ac_try;;
22466 esac
22467 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22468 $as_echo "$ac_try_echo") >&5
22469   (eval "$ac_compile") 2>conftest.er1
22470   ac_status=$?
22471   grep -v '^ *+' conftest.er1 >conftest.err
22472   rm -f conftest.er1
22473   cat conftest.err >&5
22474   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22475   (exit $ac_status); } && {
22476          test -z "$ac_c_werror_flag" ||
22477          test ! -s conftest.err
22478        } && test -s conftest.$ac_objext; then
22479   ac_cv_member_struct_mtget_mt_blkno=yes
22480 else
22481   $as_echo "$as_me: failed program was:" >&5
22482 sed 's/^/| /' conftest.$ac_ext >&5
22483
22484         cat >conftest.$ac_ext <<_ACEOF
22485 /* confdefs.h.  */
22486 _ACEOF
22487 cat confdefs.h >>conftest.$ac_ext
22488 cat >>conftest.$ac_ext <<_ACEOF
22489 /* end confdefs.h.  */
22490 #include <sys/types.h>
22491 #ifdef HAVE_SYS_MTIO_H
22492 #include <sys/mtio.h>
22493 #endif
22494
22495 int
22496 main ()
22497 {
22498 static struct mtget ac_aggr;
22499 if (sizeof ac_aggr.mt_blkno)
22500 return 0;
22501   ;
22502   return 0;
22503 }
22504 _ACEOF
22505 rm -f conftest.$ac_objext
22506 if { (ac_try="$ac_compile"
22507 case "(($ac_try" in
22508   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22509   *) ac_try_echo=$ac_try;;
22510 esac
22511 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22512 $as_echo "$ac_try_echo") >&5
22513   (eval "$ac_compile") 2>conftest.er1
22514   ac_status=$?
22515   grep -v '^ *+' conftest.er1 >conftest.err
22516   rm -f conftest.er1
22517   cat conftest.err >&5
22518   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22519   (exit $ac_status); } && {
22520          test -z "$ac_c_werror_flag" ||
22521          test ! -s conftest.err
22522        } && test -s conftest.$ac_objext; then
22523   ac_cv_member_struct_mtget_mt_blkno=yes
22524 else
22525   $as_echo "$as_me: failed program was:" >&5
22526 sed 's/^/| /' conftest.$ac_ext >&5
22527
22528         ac_cv_member_struct_mtget_mt_blkno=no
22529 fi
22530
22531 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22532 fi
22533
22534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22535 fi
22536 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22537 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22538 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22539
22540 cat >>confdefs.h <<_ACEOF
22541 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22542 _ACEOF
22543
22544
22545 fi
22546
22547
22548 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22549 $as_echo_n "checking for struct option.name... " >&6; }
22550 if test "${ac_cv_member_struct_option_name+set}" = set; then
22551   $as_echo_n "(cached) " >&6
22552 else
22553   cat >conftest.$ac_ext <<_ACEOF
22554 /* confdefs.h.  */
22555 _ACEOF
22556 cat confdefs.h >>conftest.$ac_ext
22557 cat >>conftest.$ac_ext <<_ACEOF
22558 /* end confdefs.h.  */
22559 #ifdef HAVE_GETOPT_H
22560 #include <getopt.h>
22561 #endif
22562
22563 int
22564 main ()
22565 {
22566 static struct option ac_aggr;
22567 if (ac_aggr.name)
22568 return 0;
22569   ;
22570   return 0;
22571 }
22572 _ACEOF
22573 rm -f conftest.$ac_objext
22574 if { (ac_try="$ac_compile"
22575 case "(($ac_try" in
22576   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22577   *) ac_try_echo=$ac_try;;
22578 esac
22579 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22580 $as_echo "$ac_try_echo") >&5
22581   (eval "$ac_compile") 2>conftest.er1
22582   ac_status=$?
22583   grep -v '^ *+' conftest.er1 >conftest.err
22584   rm -f conftest.er1
22585   cat conftest.err >&5
22586   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22587   (exit $ac_status); } && {
22588          test -z "$ac_c_werror_flag" ||
22589          test ! -s conftest.err
22590        } && test -s conftest.$ac_objext; then
22591   ac_cv_member_struct_option_name=yes
22592 else
22593   $as_echo "$as_me: failed program was:" >&5
22594 sed 's/^/| /' conftest.$ac_ext >&5
22595
22596         cat >conftest.$ac_ext <<_ACEOF
22597 /* confdefs.h.  */
22598 _ACEOF
22599 cat confdefs.h >>conftest.$ac_ext
22600 cat >>conftest.$ac_ext <<_ACEOF
22601 /* end confdefs.h.  */
22602 #ifdef HAVE_GETOPT_H
22603 #include <getopt.h>
22604 #endif
22605
22606 int
22607 main ()
22608 {
22609 static struct option ac_aggr;
22610 if (sizeof ac_aggr.name)
22611 return 0;
22612   ;
22613   return 0;
22614 }
22615 _ACEOF
22616 rm -f conftest.$ac_objext
22617 if { (ac_try="$ac_compile"
22618 case "(($ac_try" in
22619   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22620   *) ac_try_echo=$ac_try;;
22621 esac
22622 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22623 $as_echo "$ac_try_echo") >&5
22624   (eval "$ac_compile") 2>conftest.er1
22625   ac_status=$?
22626   grep -v '^ *+' conftest.er1 >conftest.err
22627   rm -f conftest.er1
22628   cat conftest.err >&5
22629   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22630   (exit $ac_status); } && {
22631          test -z "$ac_c_werror_flag" ||
22632          test ! -s conftest.err
22633        } && test -s conftest.$ac_objext; then
22634   ac_cv_member_struct_option_name=yes
22635 else
22636   $as_echo "$as_me: failed program was:" >&5
22637 sed 's/^/| /' conftest.$ac_ext >&5
22638
22639         ac_cv_member_struct_option_name=no
22640 fi
22641
22642 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22643 fi
22644
22645 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22646 fi
22647 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22648 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22649 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22650
22651 cat >>confdefs.h <<_ACEOF
22652 #define HAVE_STRUCT_OPTION_NAME 1
22653 _ACEOF
22654
22655
22656 fi
22657
22658
22659 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22660 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22661 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22662   $as_echo_n "(cached) " >&6
22663 else
22664   cat >conftest.$ac_ext <<_ACEOF
22665 /* confdefs.h.  */
22666 _ACEOF
22667 cat confdefs.h >>conftest.$ac_ext
22668 cat >>conftest.$ac_ext <<_ACEOF
22669 /* end confdefs.h.  */
22670 $ac_includes_default
22671 int
22672 main ()
22673 {
22674 static struct stat ac_aggr;
22675 if (ac_aggr.st_blocks)
22676 return 0;
22677   ;
22678   return 0;
22679 }
22680 _ACEOF
22681 rm -f conftest.$ac_objext
22682 if { (ac_try="$ac_compile"
22683 case "(($ac_try" in
22684   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22685   *) ac_try_echo=$ac_try;;
22686 esac
22687 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22688 $as_echo "$ac_try_echo") >&5
22689   (eval "$ac_compile") 2>conftest.er1
22690   ac_status=$?
22691   grep -v '^ *+' conftest.er1 >conftest.err
22692   rm -f conftest.er1
22693   cat conftest.err >&5
22694   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22695   (exit $ac_status); } && {
22696          test -z "$ac_c_werror_flag" ||
22697          test ! -s conftest.err
22698        } && test -s conftest.$ac_objext; then
22699   ac_cv_member_struct_stat_st_blocks=yes
22700 else
22701   $as_echo "$as_me: failed program was:" >&5
22702 sed 's/^/| /' conftest.$ac_ext >&5
22703
22704         cat >conftest.$ac_ext <<_ACEOF
22705 /* confdefs.h.  */
22706 _ACEOF
22707 cat confdefs.h >>conftest.$ac_ext
22708 cat >>conftest.$ac_ext <<_ACEOF
22709 /* end confdefs.h.  */
22710 $ac_includes_default
22711 int
22712 main ()
22713 {
22714 static struct stat ac_aggr;
22715 if (sizeof ac_aggr.st_blocks)
22716 return 0;
22717   ;
22718   return 0;
22719 }
22720 _ACEOF
22721 rm -f conftest.$ac_objext
22722 if { (ac_try="$ac_compile"
22723 case "(($ac_try" in
22724   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22725   *) ac_try_echo=$ac_try;;
22726 esac
22727 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22728 $as_echo "$ac_try_echo") >&5
22729   (eval "$ac_compile") 2>conftest.er1
22730   ac_status=$?
22731   grep -v '^ *+' conftest.er1 >conftest.err
22732   rm -f conftest.er1
22733   cat conftest.err >&5
22734   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22735   (exit $ac_status); } && {
22736          test -z "$ac_c_werror_flag" ||
22737          test ! -s conftest.err
22738        } && test -s conftest.$ac_objext; then
22739   ac_cv_member_struct_stat_st_blocks=yes
22740 else
22741   $as_echo "$as_me: failed program was:" >&5
22742 sed 's/^/| /' conftest.$ac_ext >&5
22743
22744         ac_cv_member_struct_stat_st_blocks=no
22745 fi
22746
22747 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22748 fi
22749
22750 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22751 fi
22752 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22753 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
22754 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
22755
22756 cat >>confdefs.h <<_ACEOF
22757 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
22758 _ACEOF
22759
22760
22761 fi
22762 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
22763 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
22764 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
22765   $as_echo_n "(cached) " >&6
22766 else
22767   cat >conftest.$ac_ext <<_ACEOF
22768 /* confdefs.h.  */
22769 _ACEOF
22770 cat confdefs.h >>conftest.$ac_ext
22771 cat >>conftest.$ac_ext <<_ACEOF
22772 /* end confdefs.h.  */
22773 $ac_includes_default
22774 int
22775 main ()
22776 {
22777 static struct stat ac_aggr;
22778 if (ac_aggr.st_mtim)
22779 return 0;
22780   ;
22781   return 0;
22782 }
22783 _ACEOF
22784 rm -f conftest.$ac_objext
22785 if { (ac_try="$ac_compile"
22786 case "(($ac_try" in
22787   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22788   *) ac_try_echo=$ac_try;;
22789 esac
22790 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22791 $as_echo "$ac_try_echo") >&5
22792   (eval "$ac_compile") 2>conftest.er1
22793   ac_status=$?
22794   grep -v '^ *+' conftest.er1 >conftest.err
22795   rm -f conftest.er1
22796   cat conftest.err >&5
22797   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22798   (exit $ac_status); } && {
22799          test -z "$ac_c_werror_flag" ||
22800          test ! -s conftest.err
22801        } && test -s conftest.$ac_objext; then
22802   ac_cv_member_struct_stat_st_mtim=yes
22803 else
22804   $as_echo "$as_me: failed program was:" >&5
22805 sed 's/^/| /' conftest.$ac_ext >&5
22806
22807         cat >conftest.$ac_ext <<_ACEOF
22808 /* confdefs.h.  */
22809 _ACEOF
22810 cat confdefs.h >>conftest.$ac_ext
22811 cat >>conftest.$ac_ext <<_ACEOF
22812 /* end confdefs.h.  */
22813 $ac_includes_default
22814 int
22815 main ()
22816 {
22817 static struct stat ac_aggr;
22818 if (sizeof ac_aggr.st_mtim)
22819 return 0;
22820   ;
22821   return 0;
22822 }
22823 _ACEOF
22824 rm -f conftest.$ac_objext
22825 if { (ac_try="$ac_compile"
22826 case "(($ac_try" in
22827   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22828   *) ac_try_echo=$ac_try;;
22829 esac
22830 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22831 $as_echo "$ac_try_echo") >&5
22832   (eval "$ac_compile") 2>conftest.er1
22833   ac_status=$?
22834   grep -v '^ *+' conftest.er1 >conftest.err
22835   rm -f conftest.er1
22836   cat conftest.err >&5
22837   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22838   (exit $ac_status); } && {
22839          test -z "$ac_c_werror_flag" ||
22840          test ! -s conftest.err
22841        } && test -s conftest.$ac_objext; then
22842   ac_cv_member_struct_stat_st_mtim=yes
22843 else
22844   $as_echo "$as_me: failed program was:" >&5
22845 sed 's/^/| /' conftest.$ac_ext >&5
22846
22847         ac_cv_member_struct_stat_st_mtim=no
22848 fi
22849
22850 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22851 fi
22852
22853 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22854 fi
22855 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
22856 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
22857 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
22858
22859 cat >>confdefs.h <<_ACEOF
22860 #define HAVE_STRUCT_STAT_ST_MTIM 1
22861 _ACEOF
22862
22863
22864 fi
22865 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
22866 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
22867 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
22868   $as_echo_n "(cached) " >&6
22869 else
22870   cat >conftest.$ac_ext <<_ACEOF
22871 /* confdefs.h.  */
22872 _ACEOF
22873 cat confdefs.h >>conftest.$ac_ext
22874 cat >>conftest.$ac_ext <<_ACEOF
22875 /* end confdefs.h.  */
22876 $ac_includes_default
22877 int
22878 main ()
22879 {
22880 static struct stat ac_aggr;
22881 if (ac_aggr.st_ctim)
22882 return 0;
22883   ;
22884   return 0;
22885 }
22886 _ACEOF
22887 rm -f conftest.$ac_objext
22888 if { (ac_try="$ac_compile"
22889 case "(($ac_try" in
22890   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22891   *) ac_try_echo=$ac_try;;
22892 esac
22893 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22894 $as_echo "$ac_try_echo") >&5
22895   (eval "$ac_compile") 2>conftest.er1
22896   ac_status=$?
22897   grep -v '^ *+' conftest.er1 >conftest.err
22898   rm -f conftest.er1
22899   cat conftest.err >&5
22900   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22901   (exit $ac_status); } && {
22902          test -z "$ac_c_werror_flag" ||
22903          test ! -s conftest.err
22904        } && test -s conftest.$ac_objext; then
22905   ac_cv_member_struct_stat_st_ctim=yes
22906 else
22907   $as_echo "$as_me: failed program was:" >&5
22908 sed 's/^/| /' conftest.$ac_ext >&5
22909
22910         cat >conftest.$ac_ext <<_ACEOF
22911 /* confdefs.h.  */
22912 _ACEOF
22913 cat confdefs.h >>conftest.$ac_ext
22914 cat >>conftest.$ac_ext <<_ACEOF
22915 /* end confdefs.h.  */
22916 $ac_includes_default
22917 int
22918 main ()
22919 {
22920 static struct stat ac_aggr;
22921 if (sizeof ac_aggr.st_ctim)
22922 return 0;
22923   ;
22924   return 0;
22925 }
22926 _ACEOF
22927 rm -f conftest.$ac_objext
22928 if { (ac_try="$ac_compile"
22929 case "(($ac_try" in
22930   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22931   *) ac_try_echo=$ac_try;;
22932 esac
22933 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22934 $as_echo "$ac_try_echo") >&5
22935   (eval "$ac_compile") 2>conftest.er1
22936   ac_status=$?
22937   grep -v '^ *+' conftest.er1 >conftest.err
22938   rm -f conftest.er1
22939   cat conftest.err >&5
22940   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22941   (exit $ac_status); } && {
22942          test -z "$ac_c_werror_flag" ||
22943          test ! -s conftest.err
22944        } && test -s conftest.$ac_objext; then
22945   ac_cv_member_struct_stat_st_ctim=yes
22946 else
22947   $as_echo "$as_me: failed program was:" >&5
22948 sed 's/^/| /' conftest.$ac_ext >&5
22949
22950         ac_cv_member_struct_stat_st_ctim=no
22951 fi
22952
22953 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22954 fi
22955
22956 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22957 fi
22958 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
22959 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
22960 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
22961
22962 cat >>confdefs.h <<_ACEOF
22963 #define HAVE_STRUCT_STAT_ST_CTIM 1
22964 _ACEOF
22965
22966
22967 fi
22968 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
22969 $as_echo_n "checking for struct stat.st_atim... " >&6; }
22970 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
22971   $as_echo_n "(cached) " >&6
22972 else
22973   cat >conftest.$ac_ext <<_ACEOF
22974 /* confdefs.h.  */
22975 _ACEOF
22976 cat confdefs.h >>conftest.$ac_ext
22977 cat >>conftest.$ac_ext <<_ACEOF
22978 /* end confdefs.h.  */
22979 $ac_includes_default
22980 int
22981 main ()
22982 {
22983 static struct stat ac_aggr;
22984 if (ac_aggr.st_atim)
22985 return 0;
22986   ;
22987   return 0;
22988 }
22989 _ACEOF
22990 rm -f conftest.$ac_objext
22991 if { (ac_try="$ac_compile"
22992 case "(($ac_try" in
22993   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22994   *) ac_try_echo=$ac_try;;
22995 esac
22996 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22997 $as_echo "$ac_try_echo") >&5
22998   (eval "$ac_compile") 2>conftest.er1
22999   ac_status=$?
23000   grep -v '^ *+' conftest.er1 >conftest.err
23001   rm -f conftest.er1
23002   cat conftest.err >&5
23003   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23004   (exit $ac_status); } && {
23005          test -z "$ac_c_werror_flag" ||
23006          test ! -s conftest.err
23007        } && test -s conftest.$ac_objext; then
23008   ac_cv_member_struct_stat_st_atim=yes
23009 else
23010   $as_echo "$as_me: failed program was:" >&5
23011 sed 's/^/| /' conftest.$ac_ext >&5
23012
23013         cat >conftest.$ac_ext <<_ACEOF
23014 /* confdefs.h.  */
23015 _ACEOF
23016 cat confdefs.h >>conftest.$ac_ext
23017 cat >>conftest.$ac_ext <<_ACEOF
23018 /* end confdefs.h.  */
23019 $ac_includes_default
23020 int
23021 main ()
23022 {
23023 static struct stat ac_aggr;
23024 if (sizeof ac_aggr.st_atim)
23025 return 0;
23026   ;
23027   return 0;
23028 }
23029 _ACEOF
23030 rm -f conftest.$ac_objext
23031 if { (ac_try="$ac_compile"
23032 case "(($ac_try" in
23033   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23034   *) ac_try_echo=$ac_try;;
23035 esac
23036 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23037 $as_echo "$ac_try_echo") >&5
23038   (eval "$ac_compile") 2>conftest.er1
23039   ac_status=$?
23040   grep -v '^ *+' conftest.er1 >conftest.err
23041   rm -f conftest.er1
23042   cat conftest.err >&5
23043   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23044   (exit $ac_status); } && {
23045          test -z "$ac_c_werror_flag" ||
23046          test ! -s conftest.err
23047        } && test -s conftest.$ac_objext; then
23048   ac_cv_member_struct_stat_st_atim=yes
23049 else
23050   $as_echo "$as_me: failed program was:" >&5
23051 sed 's/^/| /' conftest.$ac_ext >&5
23052
23053         ac_cv_member_struct_stat_st_atim=no
23054 fi
23055
23056 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23057 fi
23058
23059 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23060 fi
23061 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23062 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23063 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23064
23065 cat >>confdefs.h <<_ACEOF
23066 #define HAVE_STRUCT_STAT_ST_ATIM 1
23067 _ACEOF
23068
23069
23070 fi
23071
23072
23073 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23074 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23075 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23076   $as_echo_n "(cached) " >&6
23077 else
23078   cat >conftest.$ac_ext <<_ACEOF
23079 /* confdefs.h.  */
23080 _ACEOF
23081 cat confdefs.h >>conftest.$ac_ext
23082 cat >>conftest.$ac_ext <<_ACEOF
23083 /* end confdefs.h.  */
23084 #ifdef HAVE_SYS_TYPES_H
23085 #include <sys/types.h>
23086 #endif
23087 #ifdef HAVE_NETINET_IN_H
23088 #include <netinet/in.h>
23089 #endif
23090
23091 int
23092 main ()
23093 {
23094 static struct sockaddr_in6 ac_aggr;
23095 if (ac_aggr.sin6_scope_id)
23096 return 0;
23097   ;
23098   return 0;
23099 }
23100 _ACEOF
23101 rm -f conftest.$ac_objext
23102 if { (ac_try="$ac_compile"
23103 case "(($ac_try" in
23104   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23105   *) ac_try_echo=$ac_try;;
23106 esac
23107 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23108 $as_echo "$ac_try_echo") >&5
23109   (eval "$ac_compile") 2>conftest.er1
23110   ac_status=$?
23111   grep -v '^ *+' conftest.er1 >conftest.err
23112   rm -f conftest.er1
23113   cat conftest.err >&5
23114   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23115   (exit $ac_status); } && {
23116          test -z "$ac_c_werror_flag" ||
23117          test ! -s conftest.err
23118        } && test -s conftest.$ac_objext; then
23119   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23120 else
23121   $as_echo "$as_me: failed program was:" >&5
23122 sed 's/^/| /' conftest.$ac_ext >&5
23123
23124         cat >conftest.$ac_ext <<_ACEOF
23125 /* confdefs.h.  */
23126 _ACEOF
23127 cat confdefs.h >>conftest.$ac_ext
23128 cat >>conftest.$ac_ext <<_ACEOF
23129 /* end confdefs.h.  */
23130 #ifdef HAVE_SYS_TYPES_H
23131 #include <sys/types.h>
23132 #endif
23133 #ifdef HAVE_NETINET_IN_H
23134 #include <netinet/in.h>
23135 #endif
23136
23137 int
23138 main ()
23139 {
23140 static struct sockaddr_in6 ac_aggr;
23141 if (sizeof ac_aggr.sin6_scope_id)
23142 return 0;
23143   ;
23144   return 0;
23145 }
23146 _ACEOF
23147 rm -f conftest.$ac_objext
23148 if { (ac_try="$ac_compile"
23149 case "(($ac_try" in
23150   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23151   *) ac_try_echo=$ac_try;;
23152 esac
23153 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23154 $as_echo "$ac_try_echo") >&5
23155   (eval "$ac_compile") 2>conftest.er1
23156   ac_status=$?
23157   grep -v '^ *+' conftest.er1 >conftest.err
23158   rm -f conftest.er1
23159   cat conftest.err >&5
23160   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23161   (exit $ac_status); } && {
23162          test -z "$ac_c_werror_flag" ||
23163          test ! -s conftest.err
23164        } && test -s conftest.$ac_objext; then
23165   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23166 else
23167   $as_echo "$as_me: failed program was:" >&5
23168 sed 's/^/| /' conftest.$ac_ext >&5
23169
23170         ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23171 fi
23172
23173 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23174 fi
23175
23176 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23177 fi
23178 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23179 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23180 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23181
23182 cat >>confdefs.h <<_ACEOF
23183 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23184 _ACEOF
23185
23186
23187 fi
23188
23189
23190 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23191 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23192 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23193   $as_echo_n "(cached) " >&6
23194 else
23195   cat >conftest.$ac_ext <<_ACEOF
23196 /* confdefs.h.  */
23197 _ACEOF
23198 cat confdefs.h >>conftest.$ac_ext
23199 cat >>conftest.$ac_ext <<_ACEOF
23200 /* end confdefs.h.  */
23201 #ifdef HAVE_SYS_TYPES_H
23202 #include <sys/types.h>
23203 #endif
23204 #ifdef HAVE_NETINET_IN_H
23205 # include <netinet/in.h>
23206 #endif
23207 #ifdef HAVE_ARPA_NAMESER_H
23208 # include <arpa/nameser.h>
23209 #endif
23210
23211 int
23212 main ()
23213 {
23214 static ns_msg ac_aggr;
23215 if (ac_aggr._msg_ptr)
23216 return 0;
23217   ;
23218   return 0;
23219 }
23220 _ACEOF
23221 rm -f conftest.$ac_objext
23222 if { (ac_try="$ac_compile"
23223 case "(($ac_try" in
23224   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23225   *) ac_try_echo=$ac_try;;
23226 esac
23227 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23228 $as_echo "$ac_try_echo") >&5
23229   (eval "$ac_compile") 2>conftest.er1
23230   ac_status=$?
23231   grep -v '^ *+' conftest.er1 >conftest.err
23232   rm -f conftest.er1
23233   cat conftest.err >&5
23234   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23235   (exit $ac_status); } && {
23236          test -z "$ac_c_werror_flag" ||
23237          test ! -s conftest.err
23238        } && test -s conftest.$ac_objext; then
23239   ac_cv_member_ns_msg__msg_ptr=yes
23240 else
23241   $as_echo "$as_me: failed program was:" >&5
23242 sed 's/^/| /' conftest.$ac_ext >&5
23243
23244         cat >conftest.$ac_ext <<_ACEOF
23245 /* confdefs.h.  */
23246 _ACEOF
23247 cat confdefs.h >>conftest.$ac_ext
23248 cat >>conftest.$ac_ext <<_ACEOF
23249 /* end confdefs.h.  */
23250 #ifdef HAVE_SYS_TYPES_H
23251 #include <sys/types.h>
23252 #endif
23253 #ifdef HAVE_NETINET_IN_H
23254 # include <netinet/in.h>
23255 #endif
23256 #ifdef HAVE_ARPA_NAMESER_H
23257 # include <arpa/nameser.h>
23258 #endif
23259
23260 int
23261 main ()
23262 {
23263 static ns_msg ac_aggr;
23264 if (sizeof ac_aggr._msg_ptr)
23265 return 0;
23266   ;
23267   return 0;
23268 }
23269 _ACEOF
23270 rm -f conftest.$ac_objext
23271 if { (ac_try="$ac_compile"
23272 case "(($ac_try" in
23273   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23274   *) ac_try_echo=$ac_try;;
23275 esac
23276 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23277 $as_echo "$ac_try_echo") >&5
23278   (eval "$ac_compile") 2>conftest.er1
23279   ac_status=$?
23280   grep -v '^ *+' conftest.er1 >conftest.err
23281   rm -f conftest.er1
23282   cat conftest.err >&5
23283   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23284   (exit $ac_status); } && {
23285          test -z "$ac_c_werror_flag" ||
23286          test ! -s conftest.err
23287        } && test -s conftest.$ac_objext; then
23288   ac_cv_member_ns_msg__msg_ptr=yes
23289 else
23290   $as_echo "$as_me: failed program was:" >&5
23291 sed 's/^/| /' conftest.$ac_ext >&5
23292
23293         ac_cv_member_ns_msg__msg_ptr=no
23294 fi
23295
23296 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23297 fi
23298
23299 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23300 fi
23301 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23302 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23303 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23304
23305 cat >>confdefs.h <<_ACEOF
23306 #define HAVE_NS_MSG__MSG_PTR 1
23307 _ACEOF
23308
23309
23310 fi
23311
23312
23313 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23314 $as_echo_n "checking for timezone variable... " >&6; }
23315 if test "${ac_cv_have_timezone+set}" = set; then
23316   $as_echo_n "(cached) " >&6
23317 else
23318   cat >conftest.$ac_ext <<_ACEOF
23319 /* confdefs.h.  */
23320 _ACEOF
23321 cat confdefs.h >>conftest.$ac_ext
23322 cat >>conftest.$ac_ext <<_ACEOF
23323 /* end confdefs.h.  */
23324 #include <time.h>
23325 int
23326 main ()
23327 {
23328 timezone = 1
23329   ;
23330   return 0;
23331 }
23332 _ACEOF
23333 rm -f conftest.$ac_objext conftest$ac_exeext
23334 if { (ac_try="$ac_link"
23335 case "(($ac_try" in
23336   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23337   *) ac_try_echo=$ac_try;;
23338 esac
23339 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23340 $as_echo "$ac_try_echo") >&5
23341   (eval "$ac_link") 2>conftest.er1
23342   ac_status=$?
23343   grep -v '^ *+' conftest.er1 >conftest.err
23344   rm -f conftest.er1
23345   cat conftest.err >&5
23346   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23347   (exit $ac_status); } && {
23348          test -z "$ac_c_werror_flag" ||
23349          test ! -s conftest.err
23350        } && test -s conftest$ac_exeext && {
23351          test "$cross_compiling" = yes ||
23352          $as_test_x conftest$ac_exeext
23353        }; then
23354   ac_cv_have_timezone="yes"
23355 else
23356   $as_echo "$as_me: failed program was:" >&5
23357 sed 's/^/| /' conftest.$ac_ext >&5
23358
23359         ac_cv_have_timezone="no"
23360 fi
23361
23362 rm -rf conftest.dSYM
23363 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23364       conftest$ac_exeext conftest.$ac_ext
23365 fi
23366 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23367 $as_echo "$ac_cv_have_timezone" >&6; }
23368 if test "$ac_cv_have_timezone" = "yes"
23369 then
23370
23371 cat >>confdefs.h <<\_ACEOF
23372 #define HAVE_TIMEZONE 1
23373 _ACEOF
23374
23375 fi
23376 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23377 $as_echo_n "checking for daylight variable... " >&6; }
23378 if test "${ac_cv_have_daylight+set}" = set; then
23379   $as_echo_n "(cached) " >&6
23380 else
23381   cat >conftest.$ac_ext <<_ACEOF
23382 /* confdefs.h.  */
23383 _ACEOF
23384 cat confdefs.h >>conftest.$ac_ext
23385 cat >>conftest.$ac_ext <<_ACEOF
23386 /* end confdefs.h.  */
23387 #include <time.h>
23388 int
23389 main ()
23390 {
23391 daylight = 1
23392   ;
23393   return 0;
23394 }
23395 _ACEOF
23396 rm -f conftest.$ac_objext conftest$ac_exeext
23397 if { (ac_try="$ac_link"
23398 case "(($ac_try" in
23399   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23400   *) ac_try_echo=$ac_try;;
23401 esac
23402 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23403 $as_echo "$ac_try_echo") >&5
23404   (eval "$ac_link") 2>conftest.er1
23405   ac_status=$?
23406   grep -v '^ *+' conftest.er1 >conftest.err
23407   rm -f conftest.er1
23408   cat conftest.err >&5
23409   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23410   (exit $ac_status); } && {
23411          test -z "$ac_c_werror_flag" ||
23412          test ! -s conftest.err
23413        } && test -s conftest$ac_exeext && {
23414          test "$cross_compiling" = yes ||
23415          $as_test_x conftest$ac_exeext
23416        }; then
23417   ac_cv_have_daylight="yes"
23418 else
23419   $as_echo "$as_me: failed program was:" >&5
23420 sed 's/^/| /' conftest.$ac_ext >&5
23421
23422         ac_cv_have_daylight="no"
23423 fi
23424
23425 rm -rf conftest.dSYM
23426 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23427       conftest$ac_exeext conftest.$ac_ext
23428 fi
23429 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23430 $as_echo "$ac_cv_have_daylight" >&6; }
23431 if test "$ac_cv_have_daylight" = "yes"
23432 then
23433
23434 cat >>confdefs.h <<\_ACEOF
23435 #define HAVE_DAYLIGHT 1
23436 _ACEOF
23437
23438 fi
23439
23440 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23441 $as_echo_n "checking for isinf... " >&6; }
23442 if test "${ac_cv_have_isinf+set}" = set; then
23443   $as_echo_n "(cached) " >&6
23444 else
23445   cat >conftest.$ac_ext <<_ACEOF
23446 /* confdefs.h.  */
23447 _ACEOF
23448 cat confdefs.h >>conftest.$ac_ext
23449 cat >>conftest.$ac_ext <<_ACEOF
23450 /* end confdefs.h.  */
23451 #include <math.h>
23452 int
23453 main ()
23454 {
23455 float f = 0.0; int i=isinf(f)
23456   ;
23457   return 0;
23458 }
23459 _ACEOF
23460 rm -f conftest.$ac_objext conftest$ac_exeext
23461 if { (ac_try="$ac_link"
23462 case "(($ac_try" in
23463   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23464   *) ac_try_echo=$ac_try;;
23465 esac
23466 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23467 $as_echo "$ac_try_echo") >&5
23468   (eval "$ac_link") 2>conftest.er1
23469   ac_status=$?
23470   grep -v '^ *+' conftest.er1 >conftest.err
23471   rm -f conftest.er1
23472   cat conftest.err >&5
23473   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23474   (exit $ac_status); } && {
23475          test -z "$ac_c_werror_flag" ||
23476          test ! -s conftest.err
23477        } && test -s conftest$ac_exeext && {
23478          test "$cross_compiling" = yes ||
23479          $as_test_x conftest$ac_exeext
23480        }; then
23481   ac_cv_have_isinf="yes"
23482 else
23483   $as_echo "$as_me: failed program was:" >&5
23484 sed 's/^/| /' conftest.$ac_ext >&5
23485
23486         ac_cv_have_isinf="no"
23487 fi
23488
23489 rm -rf conftest.dSYM
23490 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23491       conftest$ac_exeext conftest.$ac_ext
23492 fi
23493 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23494 $as_echo "$ac_cv_have_isinf" >&6; }
23495 if test "$ac_cv_have_isinf" = "yes"
23496 then
23497
23498 cat >>confdefs.h <<\_ACEOF
23499 #define HAVE_ISINF 1
23500 _ACEOF
23501
23502 fi
23503
23504 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23505 $as_echo_n "checking for isnan... " >&6; }
23506 if test "${ac_cv_have_isnan+set}" = set; then
23507   $as_echo_n "(cached) " >&6
23508 else
23509   cat >conftest.$ac_ext <<_ACEOF
23510 /* confdefs.h.  */
23511 _ACEOF
23512 cat confdefs.h >>conftest.$ac_ext
23513 cat >>conftest.$ac_ext <<_ACEOF
23514 /* end confdefs.h.  */
23515 #include <math.h>
23516 int
23517 main ()
23518 {
23519 float f = 0.0; int i=isnan(f)
23520   ;
23521   return 0;
23522 }
23523 _ACEOF
23524 rm -f conftest.$ac_objext conftest$ac_exeext
23525 if { (ac_try="$ac_link"
23526 case "(($ac_try" in
23527   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23528   *) ac_try_echo=$ac_try;;
23529 esac
23530 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23531 $as_echo "$ac_try_echo") >&5
23532   (eval "$ac_link") 2>conftest.er1
23533   ac_status=$?
23534   grep -v '^ *+' conftest.er1 >conftest.err
23535   rm -f conftest.er1
23536   cat conftest.err >&5
23537   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23538   (exit $ac_status); } && {
23539          test -z "$ac_c_werror_flag" ||
23540          test ! -s conftest.err
23541        } && test -s conftest$ac_exeext && {
23542          test "$cross_compiling" = yes ||
23543          $as_test_x conftest$ac_exeext
23544        }; then
23545   ac_cv_have_isnan="yes"
23546 else
23547   $as_echo "$as_me: failed program was:" >&5
23548 sed 's/^/| /' conftest.$ac_ext >&5
23549
23550         ac_cv_have_isnan="no"
23551 fi
23552
23553 rm -rf conftest.dSYM
23554 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23555       conftest$ac_exeext conftest.$ac_ext
23556 fi
23557 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23558 $as_echo "$ac_cv_have_isnan" >&6; }
23559 if test "$ac_cv_have_isnan" = "yes"
23560 then
23561
23562 cat >>confdefs.h <<\_ACEOF
23563 #define HAVE_ISNAN 1
23564 _ACEOF
23565
23566 fi
23567
23568
23569 case $host_cpu in
23570   *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23571 $as_echo_n "checking whether we need to define __i386__... " >&6; }
23572 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23573   $as_echo_n "(cached) " >&6
23574 else
23575   cat >conftest.$ac_ext <<_ACEOF
23576 /* confdefs.h.  */
23577 _ACEOF
23578 cat confdefs.h >>conftest.$ac_ext
23579 cat >>conftest.$ac_ext <<_ACEOF
23580 /* end confdefs.h.  */
23581 #ifndef __i386__
23582 yes
23583 #endif
23584 _ACEOF
23585 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23586   $EGREP "yes" >/dev/null 2>&1; then
23587   ac_cv_cpp_def___i386__=yes
23588 else
23589   ac_cv_cpp_def___i386__=no
23590 fi
23591 rm -f conftest*
23592
23593 fi
23594 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23595 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
23596 if test $ac_cv_cpp_def___i386__ = yes; then
23597   CFLAGS="$CFLAGS -D__i386__"
23598   LINTFLAGS="$LINTFLAGS -D__i386__"
23599 fi
23600  ;;
23601   *x86_64*)         { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23602 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
23603 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23604   $as_echo_n "(cached) " >&6
23605 else
23606   cat >conftest.$ac_ext <<_ACEOF
23607 /* confdefs.h.  */
23608 _ACEOF
23609 cat confdefs.h >>conftest.$ac_ext
23610 cat >>conftest.$ac_ext <<_ACEOF
23611 /* end confdefs.h.  */
23612 #ifndef __x86_64__
23613 yes
23614 #endif
23615 _ACEOF
23616 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23617   $EGREP "yes" >/dev/null 2>&1; then
23618   ac_cv_cpp_def___x86_64__=yes
23619 else
23620   ac_cv_cpp_def___x86_64__=no
23621 fi
23622 rm -f conftest*
23623
23624 fi
23625 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23626 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
23627 if test $ac_cv_cpp_def___x86_64__ = yes; then
23628   CFLAGS="$CFLAGS -D__x86_64__"
23629   LINTFLAGS="$LINTFLAGS -D__x86_64__"
23630 fi
23631  ;;
23632   *alpha*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23633 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
23634 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23635   $as_echo_n "(cached) " >&6
23636 else
23637   cat >conftest.$ac_ext <<_ACEOF
23638 /* confdefs.h.  */
23639 _ACEOF
23640 cat confdefs.h >>conftest.$ac_ext
23641 cat >>conftest.$ac_ext <<_ACEOF
23642 /* end confdefs.h.  */
23643 #ifndef __ALPHA__
23644 yes
23645 #endif
23646 _ACEOF
23647 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23648   $EGREP "yes" >/dev/null 2>&1; then
23649   ac_cv_cpp_def___ALPHA__=yes
23650 else
23651   ac_cv_cpp_def___ALPHA__=no
23652 fi
23653 rm -f conftest*
23654
23655 fi
23656 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23657 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
23658 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23659   CFLAGS="$CFLAGS -D__ALPHA__"
23660   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23661 fi
23662  ;;
23663   *sparc*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23664 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
23665 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23666   $as_echo_n "(cached) " >&6
23667 else
23668   cat >conftest.$ac_ext <<_ACEOF
23669 /* confdefs.h.  */
23670 _ACEOF
23671 cat confdefs.h >>conftest.$ac_ext
23672 cat >>conftest.$ac_ext <<_ACEOF
23673 /* end confdefs.h.  */
23674 #ifndef __sparc__
23675 yes
23676 #endif
23677 _ACEOF
23678 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23679   $EGREP "yes" >/dev/null 2>&1; then
23680   ac_cv_cpp_def___sparc__=yes
23681 else
23682   ac_cv_cpp_def___sparc__=no
23683 fi
23684 rm -f conftest*
23685
23686 fi
23687 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
23688 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
23689 if test $ac_cv_cpp_def___sparc__ = yes; then
23690   CFLAGS="$CFLAGS -D__sparc__"
23691   LINTFLAGS="$LINTFLAGS -D__sparc__"
23692 fi
23693  ;;
23694   *powerpc*)        { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
23695 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
23696 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
23697   $as_echo_n "(cached) " >&6
23698 else
23699   cat >conftest.$ac_ext <<_ACEOF
23700 /* confdefs.h.  */
23701 _ACEOF
23702 cat confdefs.h >>conftest.$ac_ext
23703 cat >>conftest.$ac_ext <<_ACEOF
23704 /* end confdefs.h.  */
23705 #ifndef __powerpc__
23706 yes
23707 #endif
23708 _ACEOF
23709 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23710   $EGREP "yes" >/dev/null 2>&1; then
23711   ac_cv_cpp_def___powerpc__=yes
23712 else
23713   ac_cv_cpp_def___powerpc__=no
23714 fi
23715 rm -f conftest*
23716
23717 fi
23718 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23719 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
23720 if test $ac_cv_cpp_def___powerpc__ = yes; then
23721   CFLAGS="$CFLAGS -D__powerpc__"
23722   LINTFLAGS="$LINTFLAGS -D__powerpc__"
23723 fi
23724  ;;
23725 esac
23726
23727 case $host_vendor in
23728   *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
23729 $as_echo_n "checking whether we need to define __sun__... " >&6; }
23730 if test "${ac_cv_cpp_def___sun__+set}" = set; then
23731   $as_echo_n "(cached) " >&6
23732 else
23733   cat >conftest.$ac_ext <<_ACEOF
23734 /* confdefs.h.  */
23735 _ACEOF
23736 cat confdefs.h >>conftest.$ac_ext
23737 cat >>conftest.$ac_ext <<_ACEOF
23738 /* end confdefs.h.  */
23739 #ifndef __sun__
23740 yes
23741 #endif
23742 _ACEOF
23743 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23744   $EGREP "yes" >/dev/null 2>&1; then
23745   ac_cv_cpp_def___sun__=yes
23746 else
23747   ac_cv_cpp_def___sun__=no
23748 fi
23749 rm -f conftest*
23750
23751 fi
23752 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
23753 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
23754 if test $ac_cv_cpp_def___sun__ = yes; then
23755   CFLAGS="$CFLAGS -D__sun__"
23756   LINTFLAGS="$LINTFLAGS -D__sun__"
23757 fi
23758  ;;
23759 esac
23760
23761
23762 DEPENDENCIES="### Dependencies:
23763
23764 .INIT: Makefile
23765 .BEGIN: Makefile
23766 Makefile: dummy
23767         -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
23768
23769 \$(OBJS): \$(IDL_GEN_HEADERS)
23770 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
23771 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
23772 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
23773 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
23774
23775
23776 ALL_MAKERULES=""
23777
23778 ALL_MAKEFILES=""
23779
23780 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
23781
23782
23783 ALL_TOP_DIRS=""
23784
23785 ALL_DLL_DIRS=""
23786
23787 ALL_IMPLIB_DIRS=""
23788
23789 ALL_TEST_DIRS=""
23790
23791 ALL_PROGRAM_DIRS=""
23792
23793 ALL_PROGRAM_INSTALL_DIRS=""
23794
23795 ALL_PROGRAM_BIN_INSTALL_DIRS=""
23796
23797
23798
23799
23800
23801 ac_config_commands="$ac_config_commands include/stamp-h"
23802
23803
23804 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
23805
23806 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
23807
23808 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
23809
23810 ac_config_commands="$ac_config_commands dlls/user32/resources"
23811
23812 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
23813
23814 ac_config_commands="$ac_config_commands include/wine"
23815
23816
23817 ALL_MAKERULES="$ALL_MAKERULES \\
23818         Make.rules"
23819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23820 Make.rules: Make.rules.in"
23821 MAKE_RULES=Make.rules
23822 ac_config_files="$ac_config_files Make.rules"
23823
23824 ALL_MAKERULES="$ALL_MAKERULES \\
23825         dlls/Makedll.rules"
23826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23827 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
23828 MAKE_DLL_RULES=dlls/Makedll.rules
23829 ac_config_files="$ac_config_files dlls/Makedll.rules"
23830
23831 ALL_MAKERULES="$ALL_MAKERULES \\
23832         dlls/Makeimplib.rules"
23833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23834 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
23835 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
23836 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
23837
23838 ALL_MAKERULES="$ALL_MAKERULES \\
23839         dlls/Maketest.rules"
23840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23841 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
23842 MAKE_TEST_RULES=dlls/Maketest.rules
23843 ac_config_files="$ac_config_files dlls/Maketest.rules"
23844
23845 ALL_MAKERULES="$ALL_MAKERULES \\
23846         programs/Makeprog.rules"
23847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23848 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
23849 MAKE_PROG_RULES=programs/Makeprog.rules
23850 ac_config_files="$ac_config_files programs/Makeprog.rules"
23851
23852
23853
23854
23855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23856 Makefile: Makefile.in Make.rules"
23857 ac_config_files="$ac_config_files Makefile"
23858
23859 ALL_MAKEFILES="$ALL_MAKEFILES \\
23860         dlls/Makefile"
23861 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
23862         dlls"
23863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23864 dlls/Makefile: dlls/Makefile.in Make.rules"
23865 ac_config_files="$ac_config_files dlls/Makefile"
23866
23867 ALL_MAKEFILES="$ALL_MAKEFILES \\
23868         dlls/acledit/Makefile"
23869 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23870         acledit"
23871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23872 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
23873 ac_config_files="$ac_config_files dlls/acledit/Makefile"
23874
23875 ALL_MAKEFILES="$ALL_MAKEFILES \\
23876         dlls/activeds/Makefile"
23877 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23878         activeds"
23879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23880 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
23881 ac_config_files="$ac_config_files dlls/activeds/Makefile"
23882
23883 ALL_MAKEFILES="$ALL_MAKEFILES \\
23884         dlls/actxprxy/Makefile"
23885 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23886         actxprxy"
23887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23888 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
23889 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
23890
23891 ALL_MAKEFILES="$ALL_MAKEFILES \\
23892         dlls/adsiid/Makefile"
23893 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23894         adsiid"
23895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23896 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
23897 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
23898
23899 ALL_MAKEFILES="$ALL_MAKEFILES \\
23900         dlls/advapi32/Makefile"
23901 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23902         advapi32"
23903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23904 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
23905 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
23906
23907 ALL_MAKEFILES="$ALL_MAKEFILES \\
23908         dlls/advapi32/tests/Makefile"
23909 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23910         advapi32/tests"
23911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23912 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
23913 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
23914
23915 ALL_MAKEFILES="$ALL_MAKEFILES \\
23916         dlls/advpack/Makefile"
23917 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23918         advpack"
23919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23920 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
23921 ac_config_files="$ac_config_files dlls/advpack/Makefile"
23922
23923 ALL_MAKEFILES="$ALL_MAKEFILES \\
23924         dlls/advpack/tests/Makefile"
23925 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23926         advpack/tests"
23927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23928 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
23929 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
23930
23931 ALL_MAKEFILES="$ALL_MAKEFILES \\
23932         dlls/amstream/Makefile"
23933 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23934         amstream"
23935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23936 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
23937 ac_config_files="$ac_config_files dlls/amstream/Makefile"
23938
23939 ALL_MAKEFILES="$ALL_MAKEFILES \\
23940         dlls/appwiz.cpl/Makefile"
23941 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23942         appwiz.cpl"
23943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23944 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
23945 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
23946
23947 ALL_MAKEFILES="$ALL_MAKEFILES \\
23948         dlls/atl/Makefile"
23949 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23950         atl"
23951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23952 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
23953 ac_config_files="$ac_config_files dlls/atl/Makefile"
23954
23955 ALL_MAKEFILES="$ALL_MAKEFILES \\
23956         dlls/avicap32/Makefile"
23957 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23958         avicap32"
23959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23960 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
23961 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
23962
23963 ALL_MAKEFILES="$ALL_MAKEFILES \\
23964         dlls/avifil32/Makefile"
23965 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23966         avifil32"
23967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23968 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
23969 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
23970
23971 ALL_MAKEFILES="$ALL_MAKEFILES \\
23972         dlls/browseui/Makefile"
23973 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23974         browseui"
23975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23976 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
23977 ac_config_files="$ac_config_files dlls/browseui/Makefile"
23978
23979 ALL_MAKEFILES="$ALL_MAKEFILES \\
23980         dlls/browseui/tests/Makefile"
23981 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23982         browseui/tests"
23983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23984 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
23985 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
23986
23987 ALL_MAKEFILES="$ALL_MAKEFILES \\
23988         dlls/cabinet/Makefile"
23989 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23990         cabinet"
23991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23992 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
23993 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
23994
23995 ALL_MAKEFILES="$ALL_MAKEFILES \\
23996         dlls/cabinet/tests/Makefile"
23997 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23998         cabinet/tests"
23999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24000 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24001 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24002
24003 ALL_MAKEFILES="$ALL_MAKEFILES \\
24004         dlls/capi2032/Makefile"
24005 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24006         capi2032"
24007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24008 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24009 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24010
24011 ALL_MAKEFILES="$ALL_MAKEFILES \\
24012         dlls/cards/Makefile"
24013 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24014         cards"
24015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24016 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24017 ac_config_files="$ac_config_files dlls/cards/Makefile"
24018
24019 ALL_MAKEFILES="$ALL_MAKEFILES \\
24020         dlls/cfgmgr32/Makefile"
24021 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24022         cfgmgr32"
24023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24024 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24025 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24026
24027 ALL_MAKEFILES="$ALL_MAKEFILES \\
24028         dlls/clusapi/Makefile"
24029 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24030         clusapi"
24031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24032 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24033 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24034
24035 ALL_MAKEFILES="$ALL_MAKEFILES \\
24036         dlls/comcat/Makefile"
24037 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24038         comcat"
24039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24040 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24041 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24042
24043 ALL_MAKEFILES="$ALL_MAKEFILES \\
24044         dlls/comcat/tests/Makefile"
24045 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24046         comcat/tests"
24047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24048 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24049 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24050
24051 ALL_MAKEFILES="$ALL_MAKEFILES \\
24052         dlls/comctl32/Makefile"
24053 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24054         comctl32"
24055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24056 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24057 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24058
24059 ALL_MAKEFILES="$ALL_MAKEFILES \\
24060         dlls/comctl32/tests/Makefile"
24061 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24062         comctl32/tests"
24063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24064 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24065 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24066
24067 ALL_MAKEFILES="$ALL_MAKEFILES \\
24068         dlls/comdlg32/Makefile"
24069 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24070         comdlg32"
24071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24072 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24073 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24074
24075 ALL_MAKEFILES="$ALL_MAKEFILES \\
24076         dlls/comdlg32/tests/Makefile"
24077 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24078         comdlg32/tests"
24079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24080 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24081 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24082
24083 ALL_MAKEFILES="$ALL_MAKEFILES \\
24084         dlls/compstui/Makefile"
24085 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24086         compstui"
24087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24088 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24089 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24090
24091 ALL_MAKEFILES="$ALL_MAKEFILES \\
24092         dlls/credui/Makefile"
24093 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24094         credui"
24095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24096 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24097 ac_config_files="$ac_config_files dlls/credui/Makefile"
24098
24099 ALL_MAKEFILES="$ALL_MAKEFILES \\
24100         dlls/credui/tests/Makefile"
24101 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24102         credui/tests"
24103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24104 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24105 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24106
24107 ALL_MAKEFILES="$ALL_MAKEFILES \\
24108         dlls/crtdll/Makefile"
24109 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24110         crtdll"
24111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24112 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24113 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24114
24115 ALL_MAKEFILES="$ALL_MAKEFILES \\
24116         dlls/crypt32/Makefile"
24117 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24118         crypt32"
24119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24120 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24121 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24122
24123 ALL_MAKEFILES="$ALL_MAKEFILES \\
24124         dlls/crypt32/tests/Makefile"
24125 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24126         crypt32/tests"
24127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24128 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24129 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24130
24131 ALL_MAKEFILES="$ALL_MAKEFILES \\
24132         dlls/cryptdlg/Makefile"
24133 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24134         cryptdlg"
24135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24136 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24137 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24138
24139 ALL_MAKEFILES="$ALL_MAKEFILES \\
24140         dlls/cryptdll/Makefile"
24141 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24142         cryptdll"
24143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24144 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24145 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24146
24147 ALL_MAKEFILES="$ALL_MAKEFILES \\
24148         dlls/cryptnet/Makefile"
24149 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24150         cryptnet"
24151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24152 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24153 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24154
24155 ALL_MAKEFILES="$ALL_MAKEFILES \\
24156         dlls/cryptnet/tests/Makefile"
24157 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24158         cryptnet/tests"
24159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24160 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24161 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24162
24163 ALL_MAKEFILES="$ALL_MAKEFILES \\
24164         dlls/cryptui/Makefile"
24165 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24166         cryptui"
24167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24168 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24169 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24170
24171 ALL_MAKEFILES="$ALL_MAKEFILES \\
24172         dlls/cryptui/tests/Makefile"
24173 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24174         cryptui/tests"
24175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24176 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24177 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24178
24179 ALL_MAKEFILES="$ALL_MAKEFILES \\
24180         dlls/ctapi32/Makefile"
24181 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24182         ctapi32"
24183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24184 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24185 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24186
24187 ALL_MAKEFILES="$ALL_MAKEFILES \\
24188         dlls/ctl3d32/Makefile"
24189 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24190         ctl3d32"
24191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24192 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24193 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24194
24195 ALL_MAKEFILES="$ALL_MAKEFILES \\
24196         dlls/d3d10/Makefile"
24197 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24198         d3d10"
24199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24200 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24201 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24202
24203 ALL_MAKEFILES="$ALL_MAKEFILES \\
24204         dlls/d3d10/tests/Makefile"
24205 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24206         d3d10/tests"
24207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24208 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24209 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24210
24211 ALL_MAKEFILES="$ALL_MAKEFILES \\
24212         dlls/d3d10core/Makefile"
24213 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24214         d3d10core"
24215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24216 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24217 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24218
24219 ALL_MAKEFILES="$ALL_MAKEFILES \\
24220         dlls/d3d10core/tests/Makefile"
24221 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24222         d3d10core/tests"
24223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24224 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24225 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24226
24227 ALL_MAKEFILES="$ALL_MAKEFILES \\
24228         dlls/d3d8/Makefile"
24229 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24230         d3d8"
24231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24232 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24233 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24234
24235 ALL_MAKEFILES="$ALL_MAKEFILES \\
24236         dlls/d3d8/tests/Makefile"
24237 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24238         d3d8/tests"
24239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24240 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24241 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24242
24243 ALL_MAKEFILES="$ALL_MAKEFILES \\
24244         dlls/d3d9/Makefile"
24245 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24246         d3d9"
24247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24248 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24249 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24250
24251 ALL_MAKEFILES="$ALL_MAKEFILES \\
24252         dlls/d3d9/tests/Makefile"
24253 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24254         d3d9/tests"
24255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24256 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24257 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24258
24259 ALL_MAKEFILES="$ALL_MAKEFILES \\
24260         dlls/d3dim/Makefile"
24261 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24262         d3dim"
24263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24264 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24265 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24266
24267 ALL_MAKEFILES="$ALL_MAKEFILES \\
24268         dlls/d3drm/Makefile"
24269 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24270         d3drm"
24271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24272 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24273 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24274
24275 ALL_MAKEFILES="$ALL_MAKEFILES \\
24276         dlls/d3drm/tests/Makefile"
24277 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24278         d3drm/tests"
24279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24280 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24281 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24282
24283 ALL_MAKEFILES="$ALL_MAKEFILES \\
24284         dlls/d3dx8/Makefile"
24285 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24286         d3dx8"
24287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24288 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24289 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24290
24291 ALL_MAKEFILES="$ALL_MAKEFILES \\
24292         dlls/d3dx8/tests/Makefile"
24293 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24294         d3dx8/tests"
24295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24296 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24297 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24298
24299 ALL_MAKEFILES="$ALL_MAKEFILES \\
24300         dlls/d3dx9_24/Makefile"
24301 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24302         d3dx9_24"
24303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24304 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24305 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24306
24307 ALL_MAKEFILES="$ALL_MAKEFILES \\
24308         dlls/d3dx9_25/Makefile"
24309 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24310         d3dx9_25"
24311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24312 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24313 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24314
24315 ALL_MAKEFILES="$ALL_MAKEFILES \\
24316         dlls/d3dx9_26/Makefile"
24317 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24318         d3dx9_26"
24319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24320 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24321 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24322
24323 ALL_MAKEFILES="$ALL_MAKEFILES \\
24324         dlls/d3dx9_27/Makefile"
24325 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24326         d3dx9_27"
24327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24328 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24329 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24330
24331 ALL_MAKEFILES="$ALL_MAKEFILES \\
24332         dlls/d3dx9_28/Makefile"
24333 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24334         d3dx9_28"
24335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24336 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24337 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24338
24339 ALL_MAKEFILES="$ALL_MAKEFILES \\
24340         dlls/d3dx9_29/Makefile"
24341 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24342         d3dx9_29"
24343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24344 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24345 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24346
24347 ALL_MAKEFILES="$ALL_MAKEFILES \\
24348         dlls/d3dx9_30/Makefile"
24349 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24350         d3dx9_30"
24351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24352 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24353 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24354
24355 ALL_MAKEFILES="$ALL_MAKEFILES \\
24356         dlls/d3dx9_31/Makefile"
24357 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24358         d3dx9_31"
24359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24360 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24361 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24362
24363 ALL_MAKEFILES="$ALL_MAKEFILES \\
24364         dlls/d3dx9_32/Makefile"
24365 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24366         d3dx9_32"
24367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24368 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24369 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24370
24371 ALL_MAKEFILES="$ALL_MAKEFILES \\
24372         dlls/d3dx9_33/Makefile"
24373 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24374         d3dx9_33"
24375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24376 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24377 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24378
24379 ALL_MAKEFILES="$ALL_MAKEFILES \\
24380         dlls/d3dx9_34/Makefile"
24381 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24382         d3dx9_34"
24383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24384 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24385 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24386
24387 ALL_MAKEFILES="$ALL_MAKEFILES \\
24388         dlls/d3dx9_35/Makefile"
24389 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24390         d3dx9_35"
24391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24392 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24393 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24394
24395 ALL_MAKEFILES="$ALL_MAKEFILES \\
24396         dlls/d3dx9_36/Makefile"
24397 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24398         d3dx9_36"
24399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24400 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24401 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24402
24403 ALL_MAKEFILES="$ALL_MAKEFILES \\
24404         dlls/d3dx9_36/tests/Makefile"
24405 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24406         d3dx9_36/tests"
24407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24408 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24409 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24410
24411 ALL_MAKEFILES="$ALL_MAKEFILES \\
24412         dlls/d3dx9_37/Makefile"
24413 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24414         d3dx9_37"
24415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24416 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24417 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24418
24419 ALL_MAKEFILES="$ALL_MAKEFILES \\
24420         dlls/d3dxof/Makefile"
24421 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24422         d3dxof"
24423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24424 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24425 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24426
24427 ALL_MAKEFILES="$ALL_MAKEFILES \\
24428         dlls/d3dxof/tests/Makefile"
24429 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24430         d3dxof/tests"
24431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24432 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24433 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24434
24435 ALL_MAKEFILES="$ALL_MAKEFILES \\
24436         dlls/dbghelp/Makefile"
24437 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24438         dbghelp"
24439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24440 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24441 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24442
24443 ALL_MAKEFILES="$ALL_MAKEFILES \\
24444         dlls/dciman32/Makefile"
24445 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24446         dciman32"
24447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24448 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24449 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24450
24451 ALL_MAKEFILES="$ALL_MAKEFILES \\
24452         dlls/ddraw/Makefile"
24453 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24454         ddraw"
24455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24456 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24457 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24458
24459 ALL_MAKEFILES="$ALL_MAKEFILES \\
24460         dlls/ddraw/tests/Makefile"
24461 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24462         ddraw/tests"
24463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24464 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24465 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24466
24467 ALL_MAKEFILES="$ALL_MAKEFILES \\
24468         dlls/ddrawex/Makefile"
24469 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24470         ddrawex"
24471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24472 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24473 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24474
24475 ALL_MAKEFILES="$ALL_MAKEFILES \\
24476         dlls/devenum/Makefile"
24477 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24478         devenum"
24479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24480 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24481 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24482
24483 ALL_MAKEFILES="$ALL_MAKEFILES \\
24484         dlls/dinput/Makefile"
24485 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24486         dinput"
24487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24488 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24489 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24490
24491 ALL_MAKEFILES="$ALL_MAKEFILES \\
24492         dlls/dinput/tests/Makefile"
24493 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24494         dinput/tests"
24495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24496 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24497 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24498
24499 ALL_MAKEFILES="$ALL_MAKEFILES \\
24500         dlls/dinput8/Makefile"
24501 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24502         dinput8"
24503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24504 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24505 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24506
24507 ALL_MAKEFILES="$ALL_MAKEFILES \\
24508         dlls/dmband/Makefile"
24509 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24510         dmband"
24511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24512 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
24513 ac_config_files="$ac_config_files dlls/dmband/Makefile"
24514
24515 ALL_MAKEFILES="$ALL_MAKEFILES \\
24516         dlls/dmcompos/Makefile"
24517 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24518         dmcompos"
24519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24520 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
24521 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
24522
24523 ALL_MAKEFILES="$ALL_MAKEFILES \\
24524         dlls/dmime/Makefile"
24525 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24526         dmime"
24527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24528 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
24529 ac_config_files="$ac_config_files dlls/dmime/Makefile"
24530
24531 ALL_MAKEFILES="$ALL_MAKEFILES \\
24532         dlls/dmloader/Makefile"
24533 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24534         dmloader"
24535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24536 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
24537 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
24538
24539 ALL_MAKEFILES="$ALL_MAKEFILES \\
24540         dlls/dmscript/Makefile"
24541 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24542         dmscript"
24543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24544 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
24545 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
24546
24547 ALL_MAKEFILES="$ALL_MAKEFILES \\
24548         dlls/dmstyle/Makefile"
24549 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24550         dmstyle"
24551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24552 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
24553 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
24554
24555 ALL_MAKEFILES="$ALL_MAKEFILES \\
24556         dlls/dmsynth/Makefile"
24557 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24558         dmsynth"
24559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24560 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
24561 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
24562
24563 ALL_MAKEFILES="$ALL_MAKEFILES \\
24564         dlls/dmusic/Makefile"
24565 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24566         dmusic"
24567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24568 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
24569 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
24570
24571 ALL_MAKEFILES="$ALL_MAKEFILES \\
24572         dlls/dmusic32/Makefile"
24573 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24574         dmusic32"
24575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24576 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
24577 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
24578
24579 ALL_MAKEFILES="$ALL_MAKEFILES \\
24580         dlls/dnsapi/Makefile"
24581 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24582         dnsapi"
24583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24584 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
24585 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
24586
24587 ALL_MAKEFILES="$ALL_MAKEFILES \\
24588         dlls/dnsapi/tests/Makefile"
24589 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24590         dnsapi/tests"
24591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24592 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
24593 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
24594
24595 ALL_MAKEFILES="$ALL_MAKEFILES \\
24596         dlls/dplay/Makefile"
24597 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24598         dplay"
24599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24600 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
24601 ac_config_files="$ac_config_files dlls/dplay/Makefile"
24602
24603 ALL_MAKEFILES="$ALL_MAKEFILES \\
24604         dlls/dplayx/Makefile"
24605 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24606         dplayx"
24607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24608 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
24609 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
24610
24611 ALL_MAKEFILES="$ALL_MAKEFILES \\
24612         dlls/dplayx/tests/Makefile"
24613 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24614         dplayx/tests"
24615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24616 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
24617 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
24618
24619 ALL_MAKEFILES="$ALL_MAKEFILES \\
24620         dlls/dpnaddr/Makefile"
24621 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24622         dpnaddr"
24623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24624 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
24625 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
24626
24627 ALL_MAKEFILES="$ALL_MAKEFILES \\
24628         dlls/dpnet/Makefile"
24629 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24630         dpnet"
24631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24632 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
24633 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
24634
24635 ALL_MAKEFILES="$ALL_MAKEFILES \\
24636         dlls/dpnhpast/Makefile"
24637 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24638         dpnhpast"
24639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24640 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
24641 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
24642
24643 ALL_MAKEFILES="$ALL_MAKEFILES \\
24644         dlls/dpnlobby/Makefile"
24645 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24646         dpnlobby"
24647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24648 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
24649 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
24650
24651 ALL_MAKEFILES="$ALL_MAKEFILES \\
24652         dlls/dpwsockx/Makefile"
24653 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24654         dpwsockx"
24655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24656 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
24657 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
24658
24659 ALL_MAKEFILES="$ALL_MAKEFILES \\
24660         dlls/dsound/Makefile"
24661 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24662         dsound"
24663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24664 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
24665 ac_config_files="$ac_config_files dlls/dsound/Makefile"
24666
24667 ALL_MAKEFILES="$ALL_MAKEFILES \\
24668         dlls/dsound/tests/Makefile"
24669 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24670         dsound/tests"
24671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24672 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
24673 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
24674
24675 ALL_MAKEFILES="$ALL_MAKEFILES \\
24676         dlls/dssenh/Makefile"
24677 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24678         dssenh"
24679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24680 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
24681 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
24682
24683 ALL_MAKEFILES="$ALL_MAKEFILES \\
24684         dlls/dswave/Makefile"
24685 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24686         dswave"
24687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24688 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
24689 ac_config_files="$ac_config_files dlls/dswave/Makefile"
24690
24691 ALL_MAKEFILES="$ALL_MAKEFILES \\
24692         dlls/dwmapi/Makefile"
24693 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24694         dwmapi"
24695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24696 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
24697 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
24698
24699 ALL_MAKEFILES="$ALL_MAKEFILES \\
24700         dlls/dxdiagn/Makefile"
24701 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24702         dxdiagn"
24703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24704 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
24705 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
24706
24707 ALL_MAKEFILES="$ALL_MAKEFILES \\
24708         dlls/dxerr8/Makefile"
24709 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24710         dxerr8"
24711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24712 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
24713 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
24714
24715 ALL_MAKEFILES="$ALL_MAKEFILES \\
24716         dlls/dxerr9/Makefile"
24717 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24718         dxerr9"
24719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24720 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
24721 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
24722
24723 ALL_MAKEFILES="$ALL_MAKEFILES \\
24724         dlls/dxgi/Makefile"
24725 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24726         dxgi"
24727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24728 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
24729 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
24730
24731 ALL_MAKEFILES="$ALL_MAKEFILES \\
24732         dlls/dxgi/tests/Makefile"
24733 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24734         dxgi/tests"
24735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24736 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
24737 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
24738
24739 ALL_MAKEFILES="$ALL_MAKEFILES \\
24740         dlls/dxguid/Makefile"
24741 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24742         dxguid"
24743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24744 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
24745 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
24746
24747 ALL_MAKEFILES="$ALL_MAKEFILES \\
24748         dlls/faultrep/Makefile"
24749 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24750         faultrep"
24751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24752 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
24753 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
24754
24755 ALL_MAKEFILES="$ALL_MAKEFILES \\
24756         dlls/fusion/Makefile"
24757 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24758         fusion"
24759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24760 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
24761 ac_config_files="$ac_config_files dlls/fusion/Makefile"
24762
24763 ALL_MAKEFILES="$ALL_MAKEFILES \\
24764         dlls/fusion/tests/Makefile"
24765 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24766         fusion/tests"
24767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24768 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
24769 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
24770
24771 ALL_MAKEFILES="$ALL_MAKEFILES \\
24772         dlls/gdi32/Makefile"
24773 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24774         gdi32"
24775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24776 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
24777 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
24778
24779 ALL_MAKEFILES="$ALL_MAKEFILES \\
24780         dlls/gdi32/tests/Makefile"
24781 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24782         gdi32/tests"
24783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24784 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
24785 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
24786
24787 ALL_MAKEFILES="$ALL_MAKEFILES \\
24788         dlls/gdiplus/Makefile"
24789 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24790         gdiplus"
24791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24792 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
24793 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
24794
24795 ALL_MAKEFILES="$ALL_MAKEFILES \\
24796         dlls/gdiplus/tests/Makefile"
24797 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24798         gdiplus/tests"
24799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24800 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
24801 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
24802
24803 ALL_MAKEFILES="$ALL_MAKEFILES \\
24804         dlls/glu32/Makefile"
24805 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24806         glu32"
24807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24808 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
24809 ac_config_files="$ac_config_files dlls/glu32/Makefile"
24810
24811 ALL_MAKEFILES="$ALL_MAKEFILES \\
24812         dlls/gphoto2.ds/Makefile"
24813 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24814         gphoto2.ds"
24815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24816 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
24817 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
24818
24819 ALL_MAKEFILES="$ALL_MAKEFILES \\
24820         dlls/gpkcsp/Makefile"
24821 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24822         gpkcsp"
24823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24824 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
24825 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
24826
24827 ALL_MAKEFILES="$ALL_MAKEFILES \\
24828         dlls/hal/Makefile"
24829 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24830         hal"
24831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24832 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
24833 ac_config_files="$ac_config_files dlls/hal/Makefile"
24834
24835 ALL_MAKEFILES="$ALL_MAKEFILES \\
24836         dlls/hhctrl.ocx/Makefile"
24837 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24838         hhctrl.ocx"
24839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24840 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
24841 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
24842
24843 ALL_MAKEFILES="$ALL_MAKEFILES \\
24844         dlls/hid/Makefile"
24845 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24846         hid"
24847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24848 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
24849 ac_config_files="$ac_config_files dlls/hid/Makefile"
24850
24851 ALL_MAKEFILES="$ALL_MAKEFILES \\
24852         dlls/hlink/Makefile"
24853 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24854         hlink"
24855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24856 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
24857 ac_config_files="$ac_config_files dlls/hlink/Makefile"
24858
24859 ALL_MAKEFILES="$ALL_MAKEFILES \\
24860         dlls/hlink/tests/Makefile"
24861 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24862         hlink/tests"
24863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24864 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
24865 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
24866
24867 ALL_MAKEFILES="$ALL_MAKEFILES \\
24868         dlls/hnetcfg/Makefile"
24869 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24870         hnetcfg"
24871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24872 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
24873 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
24874
24875 ALL_MAKEFILES="$ALL_MAKEFILES \\
24876         dlls/iccvid/Makefile"
24877 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24878         iccvid"
24879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24880 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
24881 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
24882
24883 ALL_MAKEFILES="$ALL_MAKEFILES \\
24884         dlls/icmp/Makefile"
24885 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24886         icmp"
24887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24888 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
24889 ac_config_files="$ac_config_files dlls/icmp/Makefile"
24890
24891 ALL_MAKEFILES="$ALL_MAKEFILES \\
24892         dlls/ifsmgr.vxd/Makefile"
24893 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24894         ifsmgr.vxd"
24895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24896 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
24897 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
24898
24899 ALL_MAKEFILES="$ALL_MAKEFILES \\
24900         dlls/imaadp32.acm/Makefile"
24901 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24902         imaadp32.acm"
24903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24904 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
24905 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
24906
24907 ALL_MAKEFILES="$ALL_MAKEFILES \\
24908         dlls/imagehlp/Makefile"
24909 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24910         imagehlp"
24911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24912 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
24913 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
24914
24915 ALL_MAKEFILES="$ALL_MAKEFILES \\
24916         dlls/imm32/Makefile"
24917 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24918         imm32"
24919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24920 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
24921 ac_config_files="$ac_config_files dlls/imm32/Makefile"
24922
24923 ALL_MAKEFILES="$ALL_MAKEFILES \\
24924         dlls/imm32/tests/Makefile"
24925 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24926         imm32/tests"
24927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24928 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
24929 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
24930
24931 ALL_MAKEFILES="$ALL_MAKEFILES \\
24932         dlls/inetcomm/Makefile"
24933 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24934         inetcomm"
24935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24936 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
24937 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
24938
24939 ALL_MAKEFILES="$ALL_MAKEFILES \\
24940         dlls/inetcomm/tests/Makefile"
24941 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24942         inetcomm/tests"
24943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24944 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
24945 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
24946
24947 ALL_MAKEFILES="$ALL_MAKEFILES \\
24948         dlls/inetmib1/Makefile"
24949 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24950         inetmib1"
24951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24952 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
24953 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
24954
24955 ALL_MAKEFILES="$ALL_MAKEFILES \\
24956         dlls/inetmib1/tests/Makefile"
24957 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24958         inetmib1/tests"
24959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24960 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
24961 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
24962
24963 ALL_MAKEFILES="$ALL_MAKEFILES \\
24964         dlls/infosoft/Makefile"
24965 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24966         infosoft"
24967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24968 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
24969 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
24970
24971 ALL_MAKEFILES="$ALL_MAKEFILES \\
24972         dlls/infosoft/tests/Makefile"
24973 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24974         infosoft/tests"
24975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24976 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
24977 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
24978
24979 ALL_MAKEFILES="$ALL_MAKEFILES \\
24980         dlls/initpki/Makefile"
24981 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24982         initpki"
24983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24984 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
24985 ac_config_files="$ac_config_files dlls/initpki/Makefile"
24986
24987 ALL_MAKEFILES="$ALL_MAKEFILES \\
24988         dlls/inkobj/Makefile"
24989 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24990         inkobj"
24991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24992 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
24993 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
24994
24995 ALL_MAKEFILES="$ALL_MAKEFILES \\
24996         dlls/inseng/Makefile"
24997 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24998         inseng"
24999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25000 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25001 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25002
25003 ALL_MAKEFILES="$ALL_MAKEFILES \\
25004         dlls/iphlpapi/Makefile"
25005 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25006         iphlpapi"
25007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25008 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25009 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25010
25011 ALL_MAKEFILES="$ALL_MAKEFILES \\
25012         dlls/iphlpapi/tests/Makefile"
25013 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25014         iphlpapi/tests"
25015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25016 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25017 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25018
25019 ALL_MAKEFILES="$ALL_MAKEFILES \\
25020         dlls/itircl/Makefile"
25021 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25022         itircl"
25023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25024 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25025 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25026
25027 ALL_MAKEFILES="$ALL_MAKEFILES \\
25028         dlls/itss/Makefile"
25029 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25030         itss"
25031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25032 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25033 ac_config_files="$ac_config_files dlls/itss/Makefile"
25034
25035 ALL_MAKEFILES="$ALL_MAKEFILES \\
25036         dlls/itss/tests/Makefile"
25037 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25038         itss/tests"
25039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25040 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25041 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25042
25043 ALL_MAKEFILES="$ALL_MAKEFILES \\
25044         dlls/jscript/Makefile"
25045 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25046         jscript"
25047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25048 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25049 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25050
25051 ALL_MAKEFILES="$ALL_MAKEFILES \\
25052         dlls/jscript/tests/Makefile"
25053 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25054         jscript/tests"
25055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25056 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25057 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25058
25059 ALL_MAKEFILES="$ALL_MAKEFILES \\
25060         dlls/kernel32/Makefile"
25061 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25062         kernel32"
25063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25064 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25065 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25066
25067 ALL_MAKEFILES="$ALL_MAKEFILES \\
25068         dlls/kernel32/tests/Makefile"
25069 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25070         kernel32/tests"
25071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25072 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25073 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25074
25075 ALL_MAKEFILES="$ALL_MAKEFILES \\
25076         dlls/localspl/Makefile"
25077 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25078         localspl"
25079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25080 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25081 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25082
25083 ALL_MAKEFILES="$ALL_MAKEFILES \\
25084         dlls/localspl/tests/Makefile"
25085 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25086         localspl/tests"
25087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25088 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25089 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25090
25091 ALL_MAKEFILES="$ALL_MAKEFILES \\
25092         dlls/localui/Makefile"
25093 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25094         localui"
25095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25096 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25097 ac_config_files="$ac_config_files dlls/localui/Makefile"
25098
25099 ALL_MAKEFILES="$ALL_MAKEFILES \\
25100         dlls/localui/tests/Makefile"
25101 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25102         localui/tests"
25103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25104 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25105 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25106
25107 ALL_MAKEFILES="$ALL_MAKEFILES \\
25108         dlls/lz32/Makefile"
25109 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25110         lz32"
25111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25112 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25113 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25114
25115 ALL_MAKEFILES="$ALL_MAKEFILES \\
25116         dlls/lz32/tests/Makefile"
25117 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25118         lz32/tests"
25119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25120 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25121 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25122
25123 ALL_MAKEFILES="$ALL_MAKEFILES \\
25124         dlls/mapi32/Makefile"
25125 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25126         mapi32"
25127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25128 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25129 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25130
25131 ALL_MAKEFILES="$ALL_MAKEFILES \\
25132         dlls/mapi32/tests/Makefile"
25133 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25134         mapi32/tests"
25135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25136 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25137 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25138
25139 ALL_MAKEFILES="$ALL_MAKEFILES \\
25140         dlls/mciavi32/Makefile"
25141 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25142         mciavi32"
25143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25144 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25145 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25146
25147 ALL_MAKEFILES="$ALL_MAKEFILES \\
25148         dlls/mcicda/Makefile"
25149 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25150         mcicda"
25151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25152 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25153 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25154
25155 ALL_MAKEFILES="$ALL_MAKEFILES \\
25156         dlls/mciseq/Makefile"
25157 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25158         mciseq"
25159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25160 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25161 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25162
25163 ALL_MAKEFILES="$ALL_MAKEFILES \\
25164         dlls/mciwave/Makefile"
25165 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25166         mciwave"
25167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25168 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25169 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25170
25171 ALL_MAKEFILES="$ALL_MAKEFILES \\
25172         dlls/midimap/Makefile"
25173 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25174         midimap"
25175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25176 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25177 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25178
25179 ALL_MAKEFILES="$ALL_MAKEFILES \\
25180         dlls/mlang/Makefile"
25181 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25182         mlang"
25183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25184 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25185 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25186
25187 ALL_MAKEFILES="$ALL_MAKEFILES \\
25188         dlls/mlang/tests/Makefile"
25189 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25190         mlang/tests"
25191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25192 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25193 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25194
25195 ALL_MAKEFILES="$ALL_MAKEFILES \\
25196         dlls/mmdevldr.vxd/Makefile"
25197 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25198         mmdevldr.vxd"
25199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25200 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25201 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25202
25203 ALL_MAKEFILES="$ALL_MAKEFILES \\
25204         dlls/monodebg.vxd/Makefile"
25205 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25206         monodebg.vxd"
25207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25208 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25209 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25210
25211 ALL_MAKEFILES="$ALL_MAKEFILES \\
25212         dlls/mountmgr.sys/Makefile"
25213 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25214         mountmgr.sys"
25215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25216 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25217 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25218
25219 ALL_MAKEFILES="$ALL_MAKEFILES \\
25220         dlls/mpr/Makefile"
25221 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25222         mpr"
25223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25224 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25225 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25226
25227 ALL_MAKEFILES="$ALL_MAKEFILES \\
25228         dlls/mprapi/Makefile"
25229 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25230         mprapi"
25231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25232 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25233 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25234
25235 ALL_MAKEFILES="$ALL_MAKEFILES \\
25236         dlls/msacm32.drv/Makefile"
25237 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25238         msacm32.drv"
25239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25240 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25241 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25242
25243 ALL_MAKEFILES="$ALL_MAKEFILES \\
25244         dlls/msacm32/Makefile"
25245 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25246         msacm32"
25247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25248 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25249 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25250
25251 ALL_MAKEFILES="$ALL_MAKEFILES \\
25252         dlls/msacm32/tests/Makefile"
25253 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25254         msacm32/tests"
25255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25256 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25257 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25258
25259 ALL_MAKEFILES="$ALL_MAKEFILES \\
25260         dlls/msadp32.acm/Makefile"
25261 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25262         msadp32.acm"
25263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25264 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25265 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25266
25267 ALL_MAKEFILES="$ALL_MAKEFILES \\
25268         dlls/mscat32/Makefile"
25269 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25270         mscat32"
25271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25272 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25273 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25274
25275 ALL_MAKEFILES="$ALL_MAKEFILES \\
25276         dlls/mscms/Makefile"
25277 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25278         mscms"
25279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25280 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25281 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25282
25283 ALL_MAKEFILES="$ALL_MAKEFILES \\
25284         dlls/mscms/tests/Makefile"
25285 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25286         mscms/tests"
25287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25288 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25289 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25290
25291 ALL_MAKEFILES="$ALL_MAKEFILES \\
25292         dlls/mscoree/Makefile"
25293 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25294         mscoree"
25295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25296 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25297 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25298
25299 ALL_MAKEFILES="$ALL_MAKEFILES \\
25300         dlls/msdmo/Makefile"
25301 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25302         msdmo"
25303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25304 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25305 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25306
25307 ALL_MAKEFILES="$ALL_MAKEFILES \\
25308         dlls/msftedit/Makefile"
25309 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25310         msftedit"
25311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25312 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25313 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25314
25315 ALL_MAKEFILES="$ALL_MAKEFILES \\
25316         dlls/msg711.acm/Makefile"
25317 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25318         msg711.acm"
25319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25320 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25321 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25322
25323 ALL_MAKEFILES="$ALL_MAKEFILES \\
25324         dlls/mshtml.tlb/Makefile"
25325 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25326         mshtml.tlb"
25327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25328 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25329 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25330
25331 ALL_MAKEFILES="$ALL_MAKEFILES \\
25332         dlls/mshtml/Makefile"
25333 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25334         mshtml"
25335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25336 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25337 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25338
25339 ALL_MAKEFILES="$ALL_MAKEFILES \\
25340         dlls/mshtml/tests/Makefile"
25341 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25342         mshtml/tests"
25343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25344 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25345 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25346
25347 ALL_MAKEFILES="$ALL_MAKEFILES \\
25348         dlls/msi/Makefile"
25349 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25350         msi"
25351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25352 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25353 ac_config_files="$ac_config_files dlls/msi/Makefile"
25354
25355 ALL_MAKEFILES="$ALL_MAKEFILES \\
25356         dlls/msi/tests/Makefile"
25357 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25358         msi/tests"
25359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25360 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25361 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25362
25363 ALL_MAKEFILES="$ALL_MAKEFILES \\
25364         dlls/msimg32/Makefile"
25365 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25366         msimg32"
25367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25368 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25369 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25370
25371 ALL_MAKEFILES="$ALL_MAKEFILES \\
25372         dlls/msimtf/Makefile"
25373 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25374         msimtf"
25375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25376 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25377 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25378
25379 ALL_MAKEFILES="$ALL_MAKEFILES \\
25380         dlls/msisip/Makefile"
25381 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25382         msisip"
25383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25384 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25385 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25386
25387 ALL_MAKEFILES="$ALL_MAKEFILES \\
25388         dlls/msisys.ocx/Makefile"
25389 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25390         msisys.ocx"
25391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25392 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25393 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25394
25395 ALL_MAKEFILES="$ALL_MAKEFILES \\
25396         dlls/msnet32/Makefile"
25397 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25398         msnet32"
25399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25400 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25401 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25402
25403 ALL_MAKEFILES="$ALL_MAKEFILES \\
25404         dlls/msrle32/Makefile"
25405 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25406         msrle32"
25407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25408 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25409 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25410
25411 ALL_MAKEFILES="$ALL_MAKEFILES \\
25412         dlls/mssip32/Makefile"
25413 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25414         mssip32"
25415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25416 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25417 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25418
25419 ALL_MAKEFILES="$ALL_MAKEFILES \\
25420         dlls/mstask/Makefile"
25421 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25422         mstask"
25423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25424 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25425 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25426
25427 ALL_MAKEFILES="$ALL_MAKEFILES \\
25428         dlls/mstask/tests/Makefile"
25429 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25430         mstask/tests"
25431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25432 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25433 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25434
25435 ALL_MAKEFILES="$ALL_MAKEFILES \\
25436         dlls/msvcirt/Makefile"
25437 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25438         msvcirt"
25439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25440 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25441 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25442
25443 ALL_MAKEFILES="$ALL_MAKEFILES \\
25444         dlls/msvcr71/Makefile"
25445 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25446         msvcr71"
25447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25448 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25449 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25450
25451 ALL_MAKEFILES="$ALL_MAKEFILES \\
25452         dlls/msvcrt/Makefile"
25453 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25454         msvcrt"
25455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25456 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
25457 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
25458
25459 ALL_MAKEFILES="$ALL_MAKEFILES \\
25460         dlls/msvcrt/tests/Makefile"
25461 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25462         msvcrt/tests"
25463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25464 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
25465 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
25466
25467 ALL_MAKEFILES="$ALL_MAKEFILES \\
25468         dlls/msvcrt20/Makefile"
25469 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25470         msvcrt20"
25471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25472 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
25473 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
25474
25475 ALL_MAKEFILES="$ALL_MAKEFILES \\
25476         dlls/msvcrt40/Makefile"
25477 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25478         msvcrt40"
25479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25480 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
25481 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
25482
25483 ALL_MAKEFILES="$ALL_MAKEFILES \\
25484         dlls/msvcrtd/Makefile"
25485 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25486         msvcrtd"
25487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25488 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
25489 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
25490
25491 ALL_MAKEFILES="$ALL_MAKEFILES \\
25492         dlls/msvcrtd/tests/Makefile"
25493 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25494         msvcrtd/tests"
25495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25496 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
25497 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
25498
25499 ALL_MAKEFILES="$ALL_MAKEFILES \\
25500         dlls/msvfw32/Makefile"
25501 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25502         msvfw32"
25503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25504 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
25505 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
25506
25507 ALL_MAKEFILES="$ALL_MAKEFILES \\
25508         dlls/msvidc32/Makefile"
25509 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25510         msvidc32"
25511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25512 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
25513 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
25514
25515 ALL_MAKEFILES="$ALL_MAKEFILES \\
25516         dlls/mswsock/Makefile"
25517 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25518         mswsock"
25519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25520 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
25521 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
25522
25523 ALL_MAKEFILES="$ALL_MAKEFILES \\
25524         dlls/msxml3/Makefile"
25525 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25526         msxml3"
25527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25528 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
25529 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
25530
25531 ALL_MAKEFILES="$ALL_MAKEFILES \\
25532         dlls/msxml3/tests/Makefile"
25533 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25534         msxml3/tests"
25535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25536 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
25537 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
25538
25539 ALL_MAKEFILES="$ALL_MAKEFILES \\
25540         dlls/nddeapi/Makefile"
25541 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25542         nddeapi"
25543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25544 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
25545 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
25546
25547 ALL_MAKEFILES="$ALL_MAKEFILES \\
25548         dlls/netapi32/Makefile"
25549 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25550         netapi32"
25551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25552 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
25553 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
25554
25555 ALL_MAKEFILES="$ALL_MAKEFILES \\
25556         dlls/netapi32/tests/Makefile"
25557 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25558         netapi32/tests"
25559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25560 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
25561 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
25562
25563 ALL_MAKEFILES="$ALL_MAKEFILES \\
25564         dlls/newdev/Makefile"
25565 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25566         newdev"
25567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25568 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
25569 ac_config_files="$ac_config_files dlls/newdev/Makefile"
25570
25571 ALL_MAKEFILES="$ALL_MAKEFILES \\
25572         dlls/ntdll/Makefile"
25573 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25574         ntdll"
25575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25576 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
25577 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
25578
25579 ALL_MAKEFILES="$ALL_MAKEFILES \\
25580         dlls/ntdll/tests/Makefile"
25581 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25582         ntdll/tests"
25583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25584 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
25585 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
25586
25587 ALL_MAKEFILES="$ALL_MAKEFILES \\
25588         dlls/ntdsapi/Makefile"
25589 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25590         ntdsapi"
25591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25592 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
25593 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
25594
25595 ALL_MAKEFILES="$ALL_MAKEFILES \\
25596         dlls/ntdsapi/tests/Makefile"
25597 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25598         ntdsapi/tests"
25599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25600 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
25601 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
25602
25603 ALL_MAKEFILES="$ALL_MAKEFILES \\
25604         dlls/ntoskrnl.exe/Makefile"
25605 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25606         ntoskrnl.exe"
25607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25608 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
25609 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
25610
25611 ALL_MAKEFILES="$ALL_MAKEFILES \\
25612         dlls/ntprint/Makefile"
25613 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25614         ntprint"
25615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25616 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
25617 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
25618
25619 ALL_MAKEFILES="$ALL_MAKEFILES \\
25620         dlls/ntprint/tests/Makefile"
25621 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25622         ntprint/tests"
25623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25624 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
25625 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
25626
25627 ALL_MAKEFILES="$ALL_MAKEFILES \\
25628         dlls/objsel/Makefile"
25629 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25630         objsel"
25631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25632 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
25633 ac_config_files="$ac_config_files dlls/objsel/Makefile"
25634
25635 ALL_MAKEFILES="$ALL_MAKEFILES \\
25636         dlls/odbc32/Makefile"
25637 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25638         odbc32"
25639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25640 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
25641 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
25642
25643 ALL_MAKEFILES="$ALL_MAKEFILES \\
25644         dlls/odbccp32/Makefile"
25645 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25646         odbccp32"
25647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25648 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
25649 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
25650
25651 ALL_MAKEFILES="$ALL_MAKEFILES \\
25652         dlls/odbccp32/tests/Makefile"
25653 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25654         odbccp32/tests"
25655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25656 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
25657 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
25658
25659 ALL_MAKEFILES="$ALL_MAKEFILES \\
25660         dlls/ole32/Makefile"
25661 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25662         ole32"
25663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25664 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
25665 ac_config_files="$ac_config_files dlls/ole32/Makefile"
25666
25667 ALL_MAKEFILES="$ALL_MAKEFILES \\
25668         dlls/ole32/tests/Makefile"
25669 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25670         ole32/tests"
25671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25672 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
25673 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
25674
25675 ALL_MAKEFILES="$ALL_MAKEFILES \\
25676         dlls/oleacc/Makefile"
25677 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25678         oleacc"
25679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25680 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
25681 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
25682
25683 ALL_MAKEFILES="$ALL_MAKEFILES \\
25684         dlls/oleacc/tests/Makefile"
25685 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25686         oleacc/tests"
25687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25688 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
25689 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
25690
25691 ALL_MAKEFILES="$ALL_MAKEFILES \\
25692         dlls/oleaut32/Makefile"
25693 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25694         oleaut32"
25695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25696 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
25697 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
25698
25699 ALL_MAKEFILES="$ALL_MAKEFILES \\
25700         dlls/oleaut32/tests/Makefile"
25701 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25702         oleaut32/tests"
25703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25704 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
25705 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
25706
25707 ALL_MAKEFILES="$ALL_MAKEFILES \\
25708         dlls/olecli32/Makefile"
25709 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25710         olecli32"
25711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25712 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
25713 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
25714
25715 ALL_MAKEFILES="$ALL_MAKEFILES \\
25716         dlls/oledlg/Makefile"
25717 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25718         oledlg"
25719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25720 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
25721 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
25722
25723 ALL_MAKEFILES="$ALL_MAKEFILES \\
25724         dlls/olepro32/Makefile"
25725 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25726         olepro32"
25727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25728 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
25729 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
25730
25731 ALL_MAKEFILES="$ALL_MAKEFILES \\
25732         dlls/olesvr32/Makefile"
25733 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25734         olesvr32"
25735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25736 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
25737 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
25738
25739 ALL_MAKEFILES="$ALL_MAKEFILES \\
25740         dlls/olethk32/Makefile"
25741 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25742         olethk32"
25743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25744 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
25745 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
25746
25747 ALL_MAKEFILES="$ALL_MAKEFILES \\
25748         dlls/opengl32/Makefile"
25749 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25750         opengl32"
25751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25752 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
25753 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
25754
25755 ALL_MAKEFILES="$ALL_MAKEFILES \\
25756         dlls/opengl32/tests/Makefile"
25757 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25758         opengl32/tests"
25759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25760 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
25761 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
25762
25763 ALL_MAKEFILES="$ALL_MAKEFILES \\
25764         dlls/pdh/Makefile"
25765 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25766         pdh"
25767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25768 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
25769 ac_config_files="$ac_config_files dlls/pdh/Makefile"
25770
25771 ALL_MAKEFILES="$ALL_MAKEFILES \\
25772         dlls/pdh/tests/Makefile"
25773 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25774         pdh/tests"
25775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25776 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
25777 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
25778
25779 ALL_MAKEFILES="$ALL_MAKEFILES \\
25780         dlls/powrprof/Makefile"
25781 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25782         powrprof"
25783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25784 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25785 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
25786
25787 ALL_MAKEFILES="$ALL_MAKEFILES \\
25788         dlls/printui/Makefile"
25789 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25790         printui"
25791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25792 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25793 ac_config_files="$ac_config_files dlls/printui/Makefile"
25794
25795 ALL_MAKEFILES="$ALL_MAKEFILES \\
25796         dlls/propsys/Makefile"
25797 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25798         propsys"
25799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25800 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
25801 ac_config_files="$ac_config_files dlls/propsys/Makefile"
25802
25803 ALL_MAKEFILES="$ALL_MAKEFILES \\
25804         dlls/psapi/Makefile"
25805 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25806         psapi"
25807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25808 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
25809 ac_config_files="$ac_config_files dlls/psapi/Makefile"
25810
25811 ALL_MAKEFILES="$ALL_MAKEFILES \\
25812         dlls/psapi/tests/Makefile"
25813 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25814         psapi/tests"
25815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25816 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
25817 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
25818
25819 ALL_MAKEFILES="$ALL_MAKEFILES \\
25820         dlls/pstorec/Makefile"
25821 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25822         pstorec"
25823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25824 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
25825 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
25826
25827 ALL_MAKEFILES="$ALL_MAKEFILES \\
25828         dlls/qcap/Makefile"
25829 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25830         qcap"
25831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25832 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
25833 ac_config_files="$ac_config_files dlls/qcap/Makefile"
25834
25835 ALL_MAKEFILES="$ALL_MAKEFILES \\
25836         dlls/qedit/Makefile"
25837 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25838         qedit"
25839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25840 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
25841 ac_config_files="$ac_config_files dlls/qedit/Makefile"
25842
25843 ALL_MAKEFILES="$ALL_MAKEFILES \\
25844         dlls/qedit/tests/Makefile"
25845 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25846         qedit/tests"
25847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25848 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
25849 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
25850
25851 ALL_MAKEFILES="$ALL_MAKEFILES \\
25852         dlls/qmgr/Makefile"
25853 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25854         qmgr"
25855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25856 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
25857 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
25858
25859 ALL_MAKEFILES="$ALL_MAKEFILES \\
25860         dlls/qmgr/tests/Makefile"
25861 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25862         qmgr/tests"
25863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25864 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
25865 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
25866
25867 ALL_MAKEFILES="$ALL_MAKEFILES \\
25868         dlls/qmgrprxy/Makefile"
25869 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25870         qmgrprxy"
25871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25872 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
25873 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
25874
25875 ALL_MAKEFILES="$ALL_MAKEFILES \\
25876         dlls/quartz/Makefile"
25877 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25878         quartz"
25879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25880 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
25881 ac_config_files="$ac_config_files dlls/quartz/Makefile"
25882
25883 ALL_MAKEFILES="$ALL_MAKEFILES \\
25884         dlls/quartz/tests/Makefile"
25885 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25886         quartz/tests"
25887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25888 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
25889 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
25890
25891 ALL_MAKEFILES="$ALL_MAKEFILES \\
25892         dlls/query/Makefile"
25893 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25894         query"
25895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25896 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
25897 ac_config_files="$ac_config_files dlls/query/Makefile"
25898
25899 ALL_MAKEFILES="$ALL_MAKEFILES \\
25900         dlls/rasapi32/Makefile"
25901 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25902         rasapi32"
25903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25904 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
25905 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
25906
25907 ALL_MAKEFILES="$ALL_MAKEFILES \\
25908         dlls/rasapi32/tests/Makefile"
25909 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25910         rasapi32/tests"
25911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25912 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
25913 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
25914
25915 ALL_MAKEFILES="$ALL_MAKEFILES \\
25916         dlls/resutils/Makefile"
25917 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25918         resutils"
25919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25920 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
25921 ac_config_files="$ac_config_files dlls/resutils/Makefile"
25922
25923 ALL_MAKEFILES="$ALL_MAKEFILES \\
25924         dlls/riched20/Makefile"
25925 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25926         riched20"
25927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25928 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
25929 ac_config_files="$ac_config_files dlls/riched20/Makefile"
25930
25931 ALL_MAKEFILES="$ALL_MAKEFILES \\
25932         dlls/riched20/tests/Makefile"
25933 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25934         riched20/tests"
25935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25936 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
25937 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
25938
25939 ALL_MAKEFILES="$ALL_MAKEFILES \\
25940         dlls/riched32/Makefile"
25941 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25942         riched32"
25943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25944 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
25945 ac_config_files="$ac_config_files dlls/riched32/Makefile"
25946
25947 ALL_MAKEFILES="$ALL_MAKEFILES \\
25948         dlls/riched32/tests/Makefile"
25949 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25950         riched32/tests"
25951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25952 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
25953 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
25954
25955 ALL_MAKEFILES="$ALL_MAKEFILES \\
25956         dlls/rpcrt4/Makefile"
25957 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25958         rpcrt4"
25959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25960 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
25961 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
25962
25963 ALL_MAKEFILES="$ALL_MAKEFILES \\
25964         dlls/rpcrt4/tests/Makefile"
25965 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25966         rpcrt4/tests"
25967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25968 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
25969 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
25970
25971 ALL_MAKEFILES="$ALL_MAKEFILES \\
25972         dlls/rsabase/Makefile"
25973 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25974         rsabase"
25975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25976 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
25977 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
25978
25979 ALL_MAKEFILES="$ALL_MAKEFILES \\
25980         dlls/rsaenh/Makefile"
25981 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25982         rsaenh"
25983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25984 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
25985 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
25986
25987 ALL_MAKEFILES="$ALL_MAKEFILES \\
25988         dlls/rsaenh/tests/Makefile"
25989 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25990         rsaenh/tests"
25991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25992 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
25993 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
25994
25995 ALL_MAKEFILES="$ALL_MAKEFILES \\
25996         dlls/sane.ds/Makefile"
25997 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25998         sane.ds"
25999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26000 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26001 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26002
26003 ALL_MAKEFILES="$ALL_MAKEFILES \\
26004         dlls/sccbase/Makefile"
26005 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26006         sccbase"
26007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26008 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26009 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26010
26011 ALL_MAKEFILES="$ALL_MAKEFILES \\
26012         dlls/schannel/Makefile"
26013 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26014         schannel"
26015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26016 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26017 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26018
26019 ALL_MAKEFILES="$ALL_MAKEFILES \\
26020         dlls/schannel/tests/Makefile"
26021 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26022         schannel/tests"
26023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26024 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26025 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26026
26027 ALL_MAKEFILES="$ALL_MAKEFILES \\
26028         dlls/secur32/Makefile"
26029 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26030         secur32"
26031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26032 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26033 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26034
26035 ALL_MAKEFILES="$ALL_MAKEFILES \\
26036         dlls/secur32/tests/Makefile"
26037 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26038         secur32/tests"
26039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26040 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26041 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26042
26043 ALL_MAKEFILES="$ALL_MAKEFILES \\
26044         dlls/security/Makefile"
26045 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26046         security"
26047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26048 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26049 ac_config_files="$ac_config_files dlls/security/Makefile"
26050
26051 ALL_MAKEFILES="$ALL_MAKEFILES \\
26052         dlls/sensapi/Makefile"
26053 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26054         sensapi"
26055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26056 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26057 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26058
26059 ALL_MAKEFILES="$ALL_MAKEFILES \\
26060         dlls/serialui/Makefile"
26061 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26062         serialui"
26063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26064 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26065 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26066
26067 ALL_MAKEFILES="$ALL_MAKEFILES \\
26068         dlls/serialui/tests/Makefile"
26069 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26070         serialui/tests"
26071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26072 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26073 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26074
26075 ALL_MAKEFILES="$ALL_MAKEFILES \\
26076         dlls/setupapi/Makefile"
26077 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26078         setupapi"
26079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26080 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26081 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26082
26083 ALL_MAKEFILES="$ALL_MAKEFILES \\
26084         dlls/setupapi/tests/Makefile"
26085 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26086         setupapi/tests"
26087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26088 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26089 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26090
26091 ALL_MAKEFILES="$ALL_MAKEFILES \\
26092         dlls/sfc/Makefile"
26093 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26094         sfc"
26095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26096 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26097 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26098
26099 ALL_MAKEFILES="$ALL_MAKEFILES \\
26100         dlls/sfc_os/Makefile"
26101 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26102         sfc_os"
26103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26104 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26105 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26106
26107 ALL_MAKEFILES="$ALL_MAKEFILES \\
26108         dlls/shdoclc/Makefile"
26109 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26110         shdoclc"
26111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26112 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26113 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26114
26115 ALL_MAKEFILES="$ALL_MAKEFILES \\
26116         dlls/shdocvw/Makefile"
26117 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26118         shdocvw"
26119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26120 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26121 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26122
26123 ALL_MAKEFILES="$ALL_MAKEFILES \\
26124         dlls/shdocvw/tests/Makefile"
26125 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26126         shdocvw/tests"
26127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26128 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26129 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26130
26131 ALL_MAKEFILES="$ALL_MAKEFILES \\
26132         dlls/shell32/Makefile"
26133 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26134         shell32"
26135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26136 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26137 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26138
26139 ALL_MAKEFILES="$ALL_MAKEFILES \\
26140         dlls/shell32/tests/Makefile"
26141 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26142         shell32/tests"
26143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26144 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26145 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26146
26147 ALL_MAKEFILES="$ALL_MAKEFILES \\
26148         dlls/shfolder/Makefile"
26149 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26150         shfolder"
26151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26152 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26153 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26154
26155 ALL_MAKEFILES="$ALL_MAKEFILES \\
26156         dlls/shlwapi/Makefile"
26157 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26158         shlwapi"
26159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26160 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26161 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26162
26163 ALL_MAKEFILES="$ALL_MAKEFILES \\
26164         dlls/shlwapi/tests/Makefile"
26165 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26166         shlwapi/tests"
26167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26168 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26169 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26170
26171 ALL_MAKEFILES="$ALL_MAKEFILES \\
26172         dlls/slbcsp/Makefile"
26173 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26174         slbcsp"
26175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26176 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26177 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26178
26179 ALL_MAKEFILES="$ALL_MAKEFILES \\
26180         dlls/slc/Makefile"
26181 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26182         slc"
26183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26184 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26185 ac_config_files="$ac_config_files dlls/slc/Makefile"
26186
26187 ALL_MAKEFILES="$ALL_MAKEFILES \\
26188         dlls/snmpapi/Makefile"
26189 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26190         snmpapi"
26191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26192 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26193 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26194
26195 ALL_MAKEFILES="$ALL_MAKEFILES \\
26196         dlls/snmpapi/tests/Makefile"
26197 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26198         snmpapi/tests"
26199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26200 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26201 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26202
26203 ALL_MAKEFILES="$ALL_MAKEFILES \\
26204         dlls/softpub/Makefile"
26205 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26206         softpub"
26207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26208 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26209 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26210
26211 ALL_MAKEFILES="$ALL_MAKEFILES \\
26212         dlls/spoolss/Makefile"
26213 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26214         spoolss"
26215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26216 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26217 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26218
26219 ALL_MAKEFILES="$ALL_MAKEFILES \\
26220         dlls/spoolss/tests/Makefile"
26221 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26222         spoolss/tests"
26223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26224 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26225 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26226
26227 ALL_MAKEFILES="$ALL_MAKEFILES \\
26228         dlls/stdole2.tlb/Makefile"
26229 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26230         stdole2.tlb"
26231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26232 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26233 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26234
26235 ALL_MAKEFILES="$ALL_MAKEFILES \\
26236         dlls/stdole32.tlb/Makefile"
26237 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26238         stdole32.tlb"
26239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26240 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26241 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26242
26243 ALL_MAKEFILES="$ALL_MAKEFILES \\
26244         dlls/sti/Makefile"
26245 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26246         sti"
26247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26248 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26249 ac_config_files="$ac_config_files dlls/sti/Makefile"
26250
26251 ALL_MAKEFILES="$ALL_MAKEFILES \\
26252         dlls/strmiids/Makefile"
26253 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26254         strmiids"
26255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26256 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26257 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26258
26259 ALL_MAKEFILES="$ALL_MAKEFILES \\
26260         dlls/svrapi/Makefile"
26261 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26262         svrapi"
26263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26264 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26265 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26266
26267 ALL_MAKEFILES="$ALL_MAKEFILES \\
26268         dlls/sxs/Makefile"
26269 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26270         sxs"
26271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26272 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26273 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26274
26275 ALL_MAKEFILES="$ALL_MAKEFILES \\
26276         dlls/tapi32/Makefile"
26277 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26278         tapi32"
26279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26280 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26281 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26282
26283 ALL_MAKEFILES="$ALL_MAKEFILES \\
26284         dlls/twain_32/Makefile"
26285 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26286         twain_32"
26287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26288 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26289 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26290
26291 ALL_MAKEFILES="$ALL_MAKEFILES \\
26292         dlls/unicows/Makefile"
26293 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26294         unicows"
26295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26296 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26297 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26298
26299 ALL_MAKEFILES="$ALL_MAKEFILES \\
26300         dlls/url/Makefile"
26301 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26302         url"
26303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26304 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26305 ac_config_files="$ac_config_files dlls/url/Makefile"
26306
26307 ALL_MAKEFILES="$ALL_MAKEFILES \\
26308         dlls/urlmon/Makefile"
26309 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26310         urlmon"
26311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26312 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26313 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26314
26315 ALL_MAKEFILES="$ALL_MAKEFILES \\
26316         dlls/urlmon/tests/Makefile"
26317 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26318         urlmon/tests"
26319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26320 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26321 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26322
26323 ALL_MAKEFILES="$ALL_MAKEFILES \\
26324         dlls/user32/Makefile"
26325 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26326         user32"
26327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26328 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26329 ac_config_files="$ac_config_files dlls/user32/Makefile"
26330
26331 ALL_MAKEFILES="$ALL_MAKEFILES \\
26332         dlls/user32/tests/Makefile"
26333 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26334         user32/tests"
26335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26336 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26337 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26338
26339 ALL_MAKEFILES="$ALL_MAKEFILES \\
26340         dlls/userenv/Makefile"
26341 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26342         userenv"
26343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26344 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26345 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26346
26347 ALL_MAKEFILES="$ALL_MAKEFILES \\
26348         dlls/userenv/tests/Makefile"
26349 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26350         userenv/tests"
26351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26352 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26353 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26354
26355 ALL_MAKEFILES="$ALL_MAKEFILES \\
26356         dlls/usp10/Makefile"
26357 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26358         usp10"
26359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26360 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26361 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26362
26363 ALL_MAKEFILES="$ALL_MAKEFILES \\
26364         dlls/usp10/tests/Makefile"
26365 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26366         usp10/tests"
26367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26368 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26369 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26370
26371 ALL_MAKEFILES="$ALL_MAKEFILES \\
26372         dlls/uuid/Makefile"
26373 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26374         uuid"
26375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26376 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26377 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26378
26379 ALL_MAKEFILES="$ALL_MAKEFILES \\
26380         dlls/uxtheme/Makefile"
26381 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26382         uxtheme"
26383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26384 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26385 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26386
26387 ALL_MAKEFILES="$ALL_MAKEFILES \\
26388         dlls/uxtheme/tests/Makefile"
26389 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26390         uxtheme/tests"
26391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26392 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26393 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26394
26395 ALL_MAKEFILES="$ALL_MAKEFILES \\
26396         dlls/vdhcp.vxd/Makefile"
26397 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26398         vdhcp.vxd"
26399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26400 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26401 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
26402
26403 ALL_MAKEFILES="$ALL_MAKEFILES \\
26404         dlls/vdmdbg/Makefile"
26405 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26406         vdmdbg"
26407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26408 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
26409 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
26410
26411 ALL_MAKEFILES="$ALL_MAKEFILES \\
26412         dlls/version/Makefile"
26413 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26414         version"
26415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26416 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
26417 ac_config_files="$ac_config_files dlls/version/Makefile"
26418
26419 ALL_MAKEFILES="$ALL_MAKEFILES \\
26420         dlls/version/tests/Makefile"
26421 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26422         version/tests"
26423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26424 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
26425 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
26426
26427 ALL_MAKEFILES="$ALL_MAKEFILES \\
26428         dlls/vmm.vxd/Makefile"
26429 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26430         vmm.vxd"
26431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26432 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
26433 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
26434
26435 ALL_MAKEFILES="$ALL_MAKEFILES \\
26436         dlls/vnbt.vxd/Makefile"
26437 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26438         vnbt.vxd"
26439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26440 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
26441 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
26442
26443 ALL_MAKEFILES="$ALL_MAKEFILES \\
26444         dlls/vnetbios.vxd/Makefile"
26445 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26446         vnetbios.vxd"
26447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26448 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
26449 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
26450
26451 ALL_MAKEFILES="$ALL_MAKEFILES \\
26452         dlls/vtdapi.vxd/Makefile"
26453 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26454         vtdapi.vxd"
26455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26456 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
26457 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
26458
26459 ALL_MAKEFILES="$ALL_MAKEFILES \\
26460         dlls/vwin32.vxd/Makefile"
26461 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26462         vwin32.vxd"
26463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26464 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
26465 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
26466
26467 ALL_MAKEFILES="$ALL_MAKEFILES \\
26468         dlls/w32skrnl/Makefile"
26469 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26470         w32skrnl"
26471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26472 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
26473 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
26474
26475 ALL_MAKEFILES="$ALL_MAKEFILES \\
26476         dlls/winealsa.drv/Makefile"
26477 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26478         winealsa.drv"
26479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26480 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26481 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
26482
26483 ALL_MAKEFILES="$ALL_MAKEFILES \\
26484         dlls/wineaudioio.drv/Makefile"
26485 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26486         wineaudioio.drv"
26487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26488 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26489 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
26490
26491 ALL_MAKEFILES="$ALL_MAKEFILES \\
26492         dlls/winecoreaudio.drv/Makefile"
26493 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26494         winecoreaudio.drv"
26495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26496 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26497 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26498
26499 ALL_MAKEFILES="$ALL_MAKEFILES \\
26500         dlls/winecrt0/Makefile"
26501 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26502         winecrt0"
26503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26504 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26505 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
26506
26507 ALL_MAKEFILES="$ALL_MAKEFILES \\
26508         dlls/wined3d/Makefile"
26509 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26510         wined3d"
26511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26512 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26513 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
26514
26515 ALL_MAKEFILES="$ALL_MAKEFILES \\
26516         dlls/winedos/Makefile"
26517 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26518         winedos"
26519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26520 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26521 ac_config_files="$ac_config_files dlls/winedos/Makefile"
26522
26523 ALL_MAKEFILES="$ALL_MAKEFILES \\
26524         dlls/wineesd.drv/Makefile"
26525 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26526         wineesd.drv"
26527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26528 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26529 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
26530
26531 ALL_MAKEFILES="$ALL_MAKEFILES \\
26532         dlls/winejack.drv/Makefile"
26533 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26534         winejack.drv"
26535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26536 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26537 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
26538
26539 ALL_MAKEFILES="$ALL_MAKEFILES \\
26540         dlls/winejoystick.drv/Makefile"
26541 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26542         winejoystick.drv"
26543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26544 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26545 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
26546
26547 ALL_MAKEFILES="$ALL_MAKEFILES \\
26548         dlls/winemp3.acm/Makefile"
26549 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26550         winemp3.acm"
26551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26552 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
26553 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
26554
26555 ALL_MAKEFILES="$ALL_MAKEFILES \\
26556         dlls/winenas.drv/Makefile"
26557 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26558         winenas.drv"
26559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26560 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
26561 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
26562
26563 ALL_MAKEFILES="$ALL_MAKEFILES \\
26564         dlls/wineoss.drv/Makefile"
26565 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26566         wineoss.drv"
26567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26568 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
26569 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
26570
26571 ALL_MAKEFILES="$ALL_MAKEFILES \\
26572         dlls/wineps.drv/Makefile"
26573 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26574         wineps.drv"
26575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26576 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
26577 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
26578
26579 ALL_MAKEFILES="$ALL_MAKEFILES \\
26580         dlls/winequartz.drv/Makefile"
26581 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26582         winequartz.drv"
26583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26584 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26585 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
26586
26587 ALL_MAKEFILES="$ALL_MAKEFILES \\
26588         dlls/winex11.drv/Makefile"
26589 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26590         winex11.drv"
26591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26592 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26593 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
26594
26595 ALL_MAKEFILES="$ALL_MAKEFILES \\
26596         dlls/wing32/Makefile"
26597 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26598         wing32"
26599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26600 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26601 ac_config_files="$ac_config_files dlls/wing32/Makefile"
26602
26603 ALL_MAKEFILES="$ALL_MAKEFILES \\
26604         dlls/winhttp/Makefile"
26605 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26606         winhttp"
26607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26608 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26609 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
26610
26611 ALL_MAKEFILES="$ALL_MAKEFILES \\
26612         dlls/winhttp/tests/Makefile"
26613 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26614         winhttp/tests"
26615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26616 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
26617 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
26618
26619 ALL_MAKEFILES="$ALL_MAKEFILES \\
26620         dlls/wininet/Makefile"
26621 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26622         wininet"
26623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26624 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
26625 ac_config_files="$ac_config_files dlls/wininet/Makefile"
26626
26627 ALL_MAKEFILES="$ALL_MAKEFILES \\
26628         dlls/wininet/tests/Makefile"
26629 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26630         wininet/tests"
26631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26632 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
26633 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
26634
26635 ALL_MAKEFILES="$ALL_MAKEFILES \\
26636         dlls/winmm/Makefile"
26637 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26638         winmm"
26639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26640 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
26641 ac_config_files="$ac_config_files dlls/winmm/Makefile"
26642
26643 ALL_MAKEFILES="$ALL_MAKEFILES \\
26644         dlls/winmm/tests/Makefile"
26645 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26646         winmm/tests"
26647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26648 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
26649 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
26650
26651 ALL_MAKEFILES="$ALL_MAKEFILES \\
26652         dlls/winnls32/Makefile"
26653 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26654         winnls32"
26655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26656 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
26657 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
26658
26659 ALL_MAKEFILES="$ALL_MAKEFILES \\
26660         dlls/winscard/Makefile"
26661 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26662         winscard"
26663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26664 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
26665 ac_config_files="$ac_config_files dlls/winscard/Makefile"
26666
26667 ALL_MAKEFILES="$ALL_MAKEFILES \\
26668         dlls/winspool.drv/Makefile"
26669 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26670         winspool.drv"
26671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26672 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
26673 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
26674
26675 ALL_MAKEFILES="$ALL_MAKEFILES \\
26676         dlls/winspool.drv/tests/Makefile"
26677 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26678         winspool.drv/tests"
26679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26680 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
26681 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
26682
26683 ALL_MAKEFILES="$ALL_MAKEFILES \\
26684         dlls/wintab32/Makefile"
26685 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26686         wintab32"
26687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26688 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
26689 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
26690
26691 ALL_MAKEFILES="$ALL_MAKEFILES \\
26692         dlls/wintrust/Makefile"
26693 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26694         wintrust"
26695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26696 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
26697 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
26698
26699 ALL_MAKEFILES="$ALL_MAKEFILES \\
26700         dlls/wintrust/tests/Makefile"
26701 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26702         wintrust/tests"
26703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26704 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
26705 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
26706
26707 ALL_MAKEFILES="$ALL_MAKEFILES \\
26708         dlls/wldap32/Makefile"
26709 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26710         wldap32"
26711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26712 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
26713 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
26714
26715 ALL_MAKEFILES="$ALL_MAKEFILES \\
26716         dlls/wldap32/tests/Makefile"
26717 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26718         wldap32/tests"
26719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26720 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
26721 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
26722
26723 ALL_MAKEFILES="$ALL_MAKEFILES \\
26724         dlls/wmi/Makefile"
26725 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26726         wmi"
26727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26728 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
26729 ac_config_files="$ac_config_files dlls/wmi/Makefile"
26730
26731 ALL_MAKEFILES="$ALL_MAKEFILES \\
26732         dlls/wnaspi32/Makefile"
26733 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26734         wnaspi32"
26735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26736 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26737 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
26738
26739 ALL_MAKEFILES="$ALL_MAKEFILES \\
26740         dlls/wow32/Makefile"
26741 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26742         wow32"
26743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26744 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26745 ac_config_files="$ac_config_files dlls/wow32/Makefile"
26746
26747 ALL_MAKEFILES="$ALL_MAKEFILES \\
26748         dlls/ws2_32/Makefile"
26749 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26750         ws2_32"
26751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26752 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26753 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
26754
26755 ALL_MAKEFILES="$ALL_MAKEFILES \\
26756         dlls/ws2_32/tests/Makefile"
26757 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26758         ws2_32/tests"
26759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26760 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26761 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
26762
26763 ALL_MAKEFILES="$ALL_MAKEFILES \\
26764         dlls/wsock32/Makefile"
26765 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26766         wsock32"
26767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26768 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26769 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
26770
26771 ALL_MAKEFILES="$ALL_MAKEFILES \\
26772         dlls/wtsapi32/Makefile"
26773 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26774         wtsapi32"
26775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26776 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26777 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
26778
26779 ALL_MAKEFILES="$ALL_MAKEFILES \\
26780         dlls/xinput1_1/Makefile"
26781 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26782         xinput1_1"
26783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26784 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
26785 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
26786
26787 ALL_MAKEFILES="$ALL_MAKEFILES \\
26788         dlls/xinput1_2/Makefile"
26789 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26790         xinput1_2"
26791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26792 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
26793 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
26794
26795 ALL_MAKEFILES="$ALL_MAKEFILES \\
26796         dlls/xinput1_3/Makefile"
26797 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26798         xinput1_3"
26799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26800 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
26801 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
26802
26803 ALL_MAKEFILES="$ALL_MAKEFILES \\
26804         dlls/xinput1_3/tests/Makefile"
26805 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26806         xinput1_3/tests"
26807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26808 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
26809 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
26810
26811 ALL_MAKEFILES="$ALL_MAKEFILES \\
26812         dlls/xinput9_1_0/Makefile"
26813 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26814         xinput9_1_0"
26815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26816 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
26817 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
26818
26819 ALL_MAKEFILES="$ALL_MAKEFILES \\
26820         documentation/Makefile"
26821 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26822         documentation"
26823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26824 documentation/Makefile: documentation/Makefile.in Make.rules"
26825 ac_config_files="$ac_config_files documentation/Makefile"
26826
26827 ALL_MAKEFILES="$ALL_MAKEFILES \\
26828         fonts/Makefile"
26829 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26830         fonts"
26831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26832 fonts/Makefile: fonts/Makefile.in Make.rules"
26833 ac_config_files="$ac_config_files fonts/Makefile"
26834
26835 ALL_MAKEFILES="$ALL_MAKEFILES \\
26836         include/Makefile"
26837 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26838         include"
26839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26840 include/Makefile: include/Makefile.in Make.rules"
26841 ac_config_files="$ac_config_files include/Makefile"
26842
26843 ALL_MAKEFILES="$ALL_MAKEFILES \\
26844         libs/Makefile"
26845 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26846         libs"
26847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26848 libs/Makefile: libs/Makefile.in Make.rules"
26849 ac_config_files="$ac_config_files libs/Makefile"
26850
26851 ALL_MAKEFILES="$ALL_MAKEFILES \\
26852         libs/port/Makefile"
26853
26854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26855 libs/port/Makefile: libs/port/Makefile.in Make.rules"
26856 ac_config_files="$ac_config_files libs/port/Makefile"
26857
26858 ALL_MAKEFILES="$ALL_MAKEFILES \\
26859         libs/wine/Makefile"
26860
26861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26862 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
26863 ac_config_files="$ac_config_files libs/wine/Makefile"
26864
26865 ALL_MAKEFILES="$ALL_MAKEFILES \\
26866         libs/wpp/Makefile"
26867
26868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26869 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
26870 ac_config_files="$ac_config_files libs/wpp/Makefile"
26871
26872 ALL_MAKEFILES="$ALL_MAKEFILES \\
26873         loader/Makefile"
26874 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26875         loader"
26876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26877 loader/Makefile: loader/Makefile.in Make.rules"
26878 ac_config_files="$ac_config_files loader/Makefile"
26879
26880 ALL_MAKEFILES="$ALL_MAKEFILES \\
26881         programs/Makefile"
26882 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26883         programs"
26884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26885 programs/Makefile: programs/Makefile.in Make.rules"
26886 ac_config_files="$ac_config_files programs/Makefile"
26887
26888 ALL_MAKEFILES="$ALL_MAKEFILES \\
26889         programs/clock/Makefile"
26890 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26891         clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26892         clock"
26893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26894 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
26895 ac_config_files="$ac_config_files programs/clock/Makefile"
26896
26897 ALL_MAKEFILES="$ALL_MAKEFILES \\
26898         programs/cmd/Makefile"
26899 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26900         cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26901         cmd"
26902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26903 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
26904 ac_config_files="$ac_config_files programs/cmd/Makefile"
26905
26906 ALL_MAKEFILES="$ALL_MAKEFILES \\
26907         programs/cmdlgtst/Makefile"
26908 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26909         cmdlgtst"
26910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26911 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
26912 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
26913
26914 ALL_MAKEFILES="$ALL_MAKEFILES \\
26915         programs/control/Makefile"
26916 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26917         control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26918         control"
26919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26920 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
26921 ac_config_files="$ac_config_files programs/control/Makefile"
26922
26923 ALL_MAKEFILES="$ALL_MAKEFILES \\
26924         programs/eject/Makefile"
26925 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26926         eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26927         eject"
26928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26929 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
26930 ac_config_files="$ac_config_files programs/eject/Makefile"
26931
26932 ALL_MAKEFILES="$ALL_MAKEFILES \\
26933         programs/expand/Makefile"
26934 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26935         expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26936         expand"
26937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26938 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
26939 ac_config_files="$ac_config_files programs/expand/Makefile"
26940
26941 ALL_MAKEFILES="$ALL_MAKEFILES \\
26942         programs/explorer/Makefile"
26943 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26944         explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26945         explorer"
26946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26947 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
26948 ac_config_files="$ac_config_files programs/explorer/Makefile"
26949
26950 ALL_MAKEFILES="$ALL_MAKEFILES \\
26951         programs/hh/Makefile"
26952 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26953         hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26954         hh"
26955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26956 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
26957 ac_config_files="$ac_config_files programs/hh/Makefile"
26958
26959 ALL_MAKEFILES="$ALL_MAKEFILES \\
26960         programs/icinfo/Makefile"
26961 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26962         icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26963         icinfo"
26964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26965 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
26966 ac_config_files="$ac_config_files programs/icinfo/Makefile"
26967
26968 ALL_MAKEFILES="$ALL_MAKEFILES \\
26969         programs/iexplore/Makefile"
26970 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26971         iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26972         iexplore"
26973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26974 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
26975 ac_config_files="$ac_config_files programs/iexplore/Makefile"
26976
26977 ALL_MAKEFILES="$ALL_MAKEFILES \\
26978         programs/msiexec/Makefile"
26979 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26980         msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26981         msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26982         msiexec"
26983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26984 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
26985 ac_config_files="$ac_config_files programs/msiexec/Makefile"
26986
26987 ALL_MAKEFILES="$ALL_MAKEFILES \\
26988         programs/net/Makefile"
26989 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26990         net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26991         net"
26992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26993 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
26994 ac_config_files="$ac_config_files programs/net/Makefile"
26995
26996 ALL_MAKEFILES="$ALL_MAKEFILES \\
26997         programs/notepad/Makefile"
26998 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26999         notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27000         notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27001         notepad"
27002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27003 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27004 ac_config_files="$ac_config_files programs/notepad/Makefile"
27005
27006 ALL_MAKEFILES="$ALL_MAKEFILES \\
27007         programs/oleview/Makefile"
27008 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27009         oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27010         oleview"
27011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27012 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27013 ac_config_files="$ac_config_files programs/oleview/Makefile"
27014
27015 ALL_MAKEFILES="$ALL_MAKEFILES \\
27016         programs/progman/Makefile"
27017 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27018         progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27019         progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27020         progman"
27021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27022 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27023 ac_config_files="$ac_config_files programs/progman/Makefile"
27024
27025 ALL_MAKEFILES="$ALL_MAKEFILES \\
27026         programs/reg/Makefile"
27027 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27028         reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27029         reg"
27030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27031 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27032 ac_config_files="$ac_config_files programs/reg/Makefile"
27033
27034 ALL_MAKEFILES="$ALL_MAKEFILES \\
27035         programs/regedit/Makefile"
27036 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27037         regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27038         regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27039         regedit"
27040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27041 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27042 ac_config_files="$ac_config_files programs/regedit/Makefile"
27043
27044 ALL_MAKEFILES="$ALL_MAKEFILES \\
27045         programs/regsvr32/Makefile"
27046 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27047         regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27048         regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27049         regsvr32"
27050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27051 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27052 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27053
27054 ALL_MAKEFILES="$ALL_MAKEFILES \\
27055         programs/rpcss/Makefile"
27056 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27057         rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27058         rpcss"
27059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27060 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27061 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27062
27063 ALL_MAKEFILES="$ALL_MAKEFILES \\
27064         programs/rundll32/Makefile"
27065 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27066         rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27067         rundll32"
27068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27069 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27070 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27071
27072 ALL_MAKEFILES="$ALL_MAKEFILES \\
27073         programs/secedit/Makefile"
27074 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27075         secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27076         secedit"
27077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27078 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27079 ac_config_files="$ac_config_files programs/secedit/Makefile"
27080
27081 ALL_MAKEFILES="$ALL_MAKEFILES \\
27082         programs/services/Makefile"
27083 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27084         services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27085         services"
27086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27087 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27088 ac_config_files="$ac_config_files programs/services/Makefile"
27089
27090 ALL_MAKEFILES="$ALL_MAKEFILES \\
27091         programs/spoolsv/Makefile"
27092 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27093         spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27094         spoolsv"
27095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27096 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27097 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27098
27099 ALL_MAKEFILES="$ALL_MAKEFILES \\
27100         programs/start/Makefile"
27101 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27102         start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27103         start"
27104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27105 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27106 ac_config_files="$ac_config_files programs/start/Makefile"
27107
27108 ALL_MAKEFILES="$ALL_MAKEFILES \\
27109         programs/svchost/Makefile"
27110 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27111         svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27112         svchost"
27113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27114 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27115 ac_config_files="$ac_config_files programs/svchost/Makefile"
27116
27117 ALL_MAKEFILES="$ALL_MAKEFILES \\
27118         programs/taskmgr/Makefile"
27119 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27120         taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27121         taskmgr"
27122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27123 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27124 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27125
27126 ALL_MAKEFILES="$ALL_MAKEFILES \\
27127         programs/uninstaller/Makefile"
27128 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27129         uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27130         uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27131         uninstaller"
27132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27133 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27134 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27135
27136 ALL_MAKEFILES="$ALL_MAKEFILES \\
27137         programs/view/Makefile"
27138 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27139         view"
27140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27141 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27142 ac_config_files="$ac_config_files programs/view/Makefile"
27143
27144 ALL_MAKEFILES="$ALL_MAKEFILES \\
27145         programs/wineboot/Makefile"
27146 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27147         wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27148         wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27149         wineboot"
27150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27151 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27152 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27153
27154 ALL_MAKEFILES="$ALL_MAKEFILES \\
27155         programs/winebrowser/Makefile"
27156 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27157         winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27158         winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27159         winebrowser"
27160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27161 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27162 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27163
27164 ALL_MAKEFILES="$ALL_MAKEFILES \\
27165         programs/winecfg/Makefile"
27166 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27167         winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27168         winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27169         winecfg"
27170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27171 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27172 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27173
27174 ALL_MAKEFILES="$ALL_MAKEFILES \\
27175         programs/wineconsole/Makefile"
27176 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27177         wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27178         wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27179         wineconsole"
27180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27181 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27182 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27183
27184 ALL_MAKEFILES="$ALL_MAKEFILES \\
27185         programs/winedbg/Makefile"
27186 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27187         winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27188         winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27189         winedbg"
27190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27191 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27192 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27193
27194 ALL_MAKEFILES="$ALL_MAKEFILES \\
27195         programs/winedevice/Makefile"
27196 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27197         winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27198         winedevice"
27199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27200 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27201 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27202
27203 ALL_MAKEFILES="$ALL_MAKEFILES \\
27204         programs/winefile/Makefile"
27205 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27206         winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27207         winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27208         winefile"
27209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27210 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27211 ac_config_files="$ac_config_files programs/winefile/Makefile"
27212
27213 ALL_MAKEFILES="$ALL_MAKEFILES \\
27214         programs/winemenubuilder/Makefile"
27215 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27216         winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27217         winemenubuilder"
27218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27219 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27220 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27221
27222 ALL_MAKEFILES="$ALL_MAKEFILES \\
27223         programs/winemine/Makefile"
27224 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27225         winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27226         winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27227         winemine"
27228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27229 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27230 ac_config_files="$ac_config_files programs/winemine/Makefile"
27231
27232 ALL_MAKEFILES="$ALL_MAKEFILES \\
27233         programs/winepath/Makefile"
27234 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27235         winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27236         winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27237         winepath"
27238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27239 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27240 ac_config_files="$ac_config_files programs/winepath/Makefile"
27241
27242 ALL_MAKEFILES="$ALL_MAKEFILES \\
27243         programs/winetest/Makefile"
27244 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27245         winetest"
27246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27247 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27248 ac_config_files="$ac_config_files programs/winetest/Makefile"
27249
27250 ALL_MAKEFILES="$ALL_MAKEFILES \\
27251         programs/winevdm/Makefile"
27252 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27253         winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27254         winevdm"
27255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27256 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27257 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27258
27259 ALL_MAKEFILES="$ALL_MAKEFILES \\
27260         programs/winhlp32/Makefile"
27261 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27262         winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27263         winhlp32"
27264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27265 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27266 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27267
27268 ALL_MAKEFILES="$ALL_MAKEFILES \\
27269         programs/winver/Makefile"
27270 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27271         winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27272         winver"
27273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27274 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27275 ac_config_files="$ac_config_files programs/winver/Makefile"
27276
27277 ALL_MAKEFILES="$ALL_MAKEFILES \\
27278         programs/wordpad/Makefile"
27279 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27280         wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27281         wordpad"
27282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27283 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27284 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27285
27286 ALL_MAKEFILES="$ALL_MAKEFILES \\
27287         programs/write/Makefile"
27288 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27289         write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27290         write"
27291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27292 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27293 ac_config_files="$ac_config_files programs/write/Makefile"
27294
27295 ALL_MAKEFILES="$ALL_MAKEFILES \\
27296         programs/xcopy/Makefile"
27297 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27298         xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27299         xcopy"
27300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27301 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27302 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27303
27304 ALL_MAKEFILES="$ALL_MAKEFILES \\
27305         server/Makefile"
27306 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27307         server"
27308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27309 server/Makefile: server/Makefile.in Make.rules"
27310 ac_config_files="$ac_config_files server/Makefile"
27311
27312 ALL_MAKEFILES="$ALL_MAKEFILES \\
27313         tools/Makefile"
27314 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27315         tools"
27316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27317 tools/Makefile: tools/Makefile.in Make.rules"
27318 ac_config_files="$ac_config_files tools/Makefile"
27319
27320 ALL_MAKEFILES="$ALL_MAKEFILES \\
27321         tools/widl/Makefile"
27322
27323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27324 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27325 ac_config_files="$ac_config_files tools/widl/Makefile"
27326
27327 ALL_MAKEFILES="$ALL_MAKEFILES \\
27328         tools/winebuild/Makefile"
27329
27330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27331 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27332 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27333
27334 ALL_MAKEFILES="$ALL_MAKEFILES \\
27335         tools/winedump/Makefile"
27336
27337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27338 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27339 ac_config_files="$ac_config_files tools/winedump/Makefile"
27340
27341 ALL_MAKEFILES="$ALL_MAKEFILES \\
27342         tools/winegcc/Makefile"
27343
27344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27345 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27346 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27347
27348 ALL_MAKEFILES="$ALL_MAKEFILES \\
27349         tools/wmc/Makefile"
27350
27351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27352 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27353 ac_config_files="$ac_config_files tools/wmc/Makefile"
27354
27355 ALL_MAKEFILES="$ALL_MAKEFILES \\
27356         tools/wrc/Makefile"
27357
27358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27359 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27360 ac_config_files="$ac_config_files tools/wrc/Makefile"
27361
27362
27363
27364 ALL_WINETEST_DEPENDS="# Test binaries"
27365
27366 for dir in $ALL_TEST_DIRS
27367 do
27368     if test "$dir" != "\\"
27369     then
27370         testname=`expr $dir : '\(.*\)/tests'`_test.exe
27371         ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27372 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27373         cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27374     fi
27375 done
27376
27377 cat >confcache <<\_ACEOF
27378 # This file is a shell script that caches the results of configure
27379 # tests run on this system so they can be shared between configure
27380 # scripts and configure runs, see configure's option --config-cache.
27381 # It is not useful on other systems.  If it contains results you don't
27382 # want to keep, you may remove or edit it.
27383 #
27384 # config.status only pays attention to the cache file if you give it
27385 # the --recheck option to rerun configure.
27386 #
27387 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27388 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27389 # following values.
27390
27391 _ACEOF
27392
27393 # The following way of writing the cache mishandles newlines in values,
27394 # but we know of no workaround that is simple, portable, and efficient.
27395 # So, we kill variables containing newlines.
27396 # Ultrix sh set writes to stderr and can't be redirected directly,
27397 # and sets the high bit in the cache file unless we assign to the vars.
27398 (
27399   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27400     eval ac_val=\$$ac_var
27401     case $ac_val in #(
27402     *${as_nl}*)
27403       case $ac_var in #(
27404       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
27405 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
27406       esac
27407       case $ac_var in #(
27408       _ | IFS | as_nl) ;; #(
27409       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
27410       *) $as_unset $ac_var ;;
27411       esac ;;
27412     esac
27413   done
27414
27415   (set) 2>&1 |
27416     case $as_nl`(ac_space=' '; set) 2>&1` in #(
27417     *${as_nl}ac_space=\ *)
27418       # `set' does not quote correctly, so add quotes (double-quote
27419       # substitution turns \\\\ into \\, and sed turns \\ into \).
27420       sed -n \
27421         "s/'/'\\\\''/g;
27422           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27423       ;; #(
27424     *)
27425       # `set' quotes correctly as required by POSIX, so do not add quotes.
27426       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27427       ;;
27428     esac |
27429     sort
27430 ) |
27431   sed '
27432      /^ac_cv_env_/b end
27433      t clear
27434      :clear
27435      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27436      t end
27437      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27438      :end' >>confcache
27439 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27440   if test -w "$cache_file"; then
27441     test "x$cache_file" != "x/dev/null" &&
27442       { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
27443 $as_echo "$as_me: updating cache $cache_file" >&6;}
27444     cat confcache >$cache_file
27445   else
27446     { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27447 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27448   fi
27449 fi
27450 rm -f confcache
27451
27452 test "x$prefix" = xNONE && prefix=$ac_default_prefix
27453 # Let make expand exec_prefix.
27454 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
27455
27456 DEFS=-DHAVE_CONFIG_H
27457
27458 ac_libobjs=
27459 ac_ltlibobjs=
27460 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
27461   # 1. Remove the extension, and $U if already installed.
27462   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
27463   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
27464   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
27465   #    will be set to the directory where LIBOBJS objects are built.
27466   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27467   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27468 done
27469 LIBOBJS=$ac_libobjs
27470
27471 LTLIBOBJS=$ac_ltlibobjs
27472
27473
27474
27475 : ${CONFIG_STATUS=./config.status}
27476 ac_write_fail=0
27477 ac_clean_files_save=$ac_clean_files
27478 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27479 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27480 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
27481 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27482 #! $SHELL
27483 # Generated by $as_me.
27484 # Run this file to recreate the current configuration.
27485 # Compiler output produced by configure, useful for debugging
27486 # configure, is in config.log if it exists.
27487
27488 debug=false
27489 ac_cs_recheck=false
27490 ac_cs_silent=false
27491 SHELL=\${CONFIG_SHELL-$SHELL}
27492 _ACEOF
27493
27494 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27495 ## --------------------- ##
27496 ## M4sh Initialization.  ##
27497 ## --------------------- ##
27498
27499 # Be more Bourne compatible
27500 DUALCASE=1; export DUALCASE # for MKS sh
27501 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27502   emulate sh
27503   NULLCMD=:
27504   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
27505   # is contrary to our usage.  Disable this feature.
27506   alias -g '${1+"$@"}'='"$@"'
27507   setopt NO_GLOB_SUBST
27508 else
27509   case `(set -o) 2>/dev/null` in
27510   *posix*) set -o posix ;;
27511 esac
27512
27513 fi
27514
27515
27516
27517
27518 # PATH needs CR
27519 # Avoid depending upon Character Ranges.
27520 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27521 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27522 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
27523 as_cr_digits='0123456789'
27524 as_cr_alnum=$as_cr_Letters$as_cr_digits
27525
27526 as_nl='
27527 '
27528 export as_nl
27529 # Printing a long string crashes Solaris 7 /usr/bin/printf.
27530 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
27531 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
27532 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
27533 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
27534   as_echo='printf %s\n'
27535   as_echo_n='printf %s'
27536 else
27537   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
27538     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
27539     as_echo_n='/usr/ucb/echo -n'
27540   else
27541     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
27542     as_echo_n_body='eval
27543       arg=$1;
27544       case $arg in
27545       *"$as_nl"*)
27546         expr "X$arg" : "X\\(.*\\)$as_nl";
27547         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
27548       esac;
27549       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
27550     '
27551     export as_echo_n_body
27552     as_echo_n='sh -c $as_echo_n_body as_echo'
27553   fi
27554   export as_echo_body
27555   as_echo='sh -c $as_echo_body as_echo'
27556 fi
27557
27558 # The user is always right.
27559 if test "${PATH_SEPARATOR+set}" != set; then
27560   PATH_SEPARATOR=:
27561   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
27562     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
27563       PATH_SEPARATOR=';'
27564   }
27565 fi
27566
27567 # Support unset when possible.
27568 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27569   as_unset=unset
27570 else
27571   as_unset=false
27572 fi
27573
27574
27575 # IFS
27576 # We need space, tab and new line, in precisely that order.  Quoting is
27577 # there to prevent editors from complaining about space-tab.
27578 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27579 # splitting by setting IFS to empty value.)
27580 IFS=" ""        $as_nl"
27581
27582 # Find who we are.  Look in the path if we contain no directory separator.
27583 case $0 in
27584   *[\\/]* ) as_myself=$0 ;;
27585   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27586 for as_dir in $PATH
27587 do
27588   IFS=$as_save_IFS
27589   test -z "$as_dir" && as_dir=.
27590   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27591 done
27592 IFS=$as_save_IFS
27593
27594      ;;
27595 esac
27596 # We did not find ourselves, most probably we were run as `sh COMMAND'
27597 # in which case we are not to be found in the path.
27598 if test "x$as_myself" = x; then
27599   as_myself=$0
27600 fi
27601 if test ! -f "$as_myself"; then
27602   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27603   { (exit 1); exit 1; }
27604 fi
27605
27606 # Work around bugs in pre-3.0 UWIN ksh.
27607 for as_var in ENV MAIL MAILPATH
27608 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27609 done
27610 PS1='$ '
27611 PS2='> '
27612 PS4='+ '
27613
27614 # NLS nuisances.
27615 LC_ALL=C
27616 export LC_ALL
27617 LANGUAGE=C
27618 export LANGUAGE
27619
27620 # Required to use basename.
27621 if expr a : '\(a\)' >/dev/null 2>&1 &&
27622    test "X`expr 00001 : '.*\(...\)'`" = X001; then
27623   as_expr=expr
27624 else
27625   as_expr=false
27626 fi
27627
27628 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27629   as_basename=basename
27630 else
27631   as_basename=false
27632 fi
27633
27634
27635 # Name of the executable.
27636 as_me=`$as_basename -- "$0" ||
27637 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27638          X"$0" : 'X\(//\)$' \| \
27639          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27640 $as_echo X/"$0" |
27641     sed '/^.*\/\([^/][^/]*\)\/*$/{
27642             s//\1/
27643             q
27644           }
27645           /^X\/\(\/\/\)$/{
27646             s//\1/
27647             q
27648           }
27649           /^X\/\(\/\).*/{
27650             s//\1/
27651             q
27652           }
27653           s/.*/./; q'`
27654
27655 # CDPATH.
27656 $as_unset CDPATH
27657
27658
27659
27660   as_lineno_1=$LINENO
27661   as_lineno_2=$LINENO
27662   test "x$as_lineno_1" != "x$as_lineno_2" &&
27663   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
27664
27665   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27666   # uniformly replaced by the line number.  The first 'sed' inserts a
27667   # line-number line after each line using $LINENO; the second 'sed'
27668   # does the real work.  The second script uses 'N' to pair each
27669   # line-number line with the line containing $LINENO, and appends
27670   # trailing '-' during substitution so that $LINENO is not a special
27671   # case at line end.
27672   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27673   # scripts with optimization help from Paolo Bonzini.  Blame Lee
27674   # E. McMahon (1931-1989) for sed's syntax.  :-)
27675   sed -n '
27676     p
27677     /[$]LINENO/=
27678   ' <$as_myself |
27679     sed '
27680       s/[$]LINENO.*/&-/
27681       t lineno
27682       b
27683       :lineno
27684       N
27685       :loop
27686       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27687       t loop
27688       s/-\n.*//
27689     ' >$as_me.lineno &&
27690   chmod +x "$as_me.lineno" ||
27691     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27692    { (exit 1); exit 1; }; }
27693
27694   # Don't try to exec as it changes $[0], causing all sort of problems
27695   # (the dirname of $[0] is not the place where we might find the
27696   # original and so on.  Autoconf is especially sensitive to this).
27697   . "./$as_me.lineno"
27698   # Exit status is that of the last command.
27699   exit
27700 }
27701
27702
27703 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27704   as_dirname=dirname
27705 else
27706   as_dirname=false
27707 fi
27708
27709 ECHO_C= ECHO_N= ECHO_T=
27710 case `echo -n x` in
27711 -n*)
27712   case `echo 'x\c'` in
27713   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
27714   *)   ECHO_C='\c';;
27715   esac;;
27716 *)
27717   ECHO_N='-n';;
27718 esac
27719 if expr a : '\(a\)' >/dev/null 2>&1 &&
27720    test "X`expr 00001 : '.*\(...\)'`" = X001; then
27721   as_expr=expr
27722 else
27723   as_expr=false
27724 fi
27725
27726 rm -f conf$$ conf$$.exe conf$$.file
27727 if test -d conf$$.dir; then
27728   rm -f conf$$.dir/conf$$.file
27729 else
27730   rm -f conf$$.dir
27731   mkdir conf$$.dir 2>/dev/null
27732 fi
27733 if (echo >conf$$.file) 2>/dev/null; then
27734   if ln -s conf$$.file conf$$ 2>/dev/null; then
27735     as_ln_s='ln -s'
27736     # ... but there are two gotchas:
27737     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27738     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27739     # In both cases, we have to default to `cp -p'.
27740     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27741       as_ln_s='cp -p'
27742   elif ln conf$$.file conf$$ 2>/dev/null; then
27743     as_ln_s=ln
27744   else
27745     as_ln_s='cp -p'
27746   fi
27747 else
27748   as_ln_s='cp -p'
27749 fi
27750 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27751 rmdir conf$$.dir 2>/dev/null
27752
27753 if mkdir -p . 2>/dev/null; then
27754   as_mkdir_p=:
27755 else
27756   test -d ./-p && rmdir ./-p
27757   as_mkdir_p=false
27758 fi
27759
27760 if test -x / >/dev/null 2>&1; then
27761   as_test_x='test -x'
27762 else
27763   if ls -dL / >/dev/null 2>&1; then
27764     as_ls_L_option=L
27765   else
27766     as_ls_L_option=
27767   fi
27768   as_test_x='
27769     eval sh -c '\''
27770       if test -d "$1"; then
27771         test -d "$1/.";
27772       else
27773         case $1 in
27774         -*)set "./$1";;
27775         esac;
27776         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27777         ???[sx]*):;;*)false;;esac;fi
27778     '\'' sh
27779   '
27780 fi
27781 as_executable_p=$as_test_x
27782
27783 # Sed expression to map a string onto a valid CPP name.
27784 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27785
27786 # Sed expression to map a string onto a valid variable name.
27787 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27788
27789
27790 exec 6>&1
27791
27792 # Save the log message, to keep $[0] and so on meaningful, and to
27793 # report actual input values of CONFIG_FILES etc. instead of their
27794 # values after options handling.
27795 ac_log="
27796 This file was extended by Wine $as_me 1.1.10, which was
27797 generated by GNU Autoconf 2.63.  Invocation command line was
27798
27799   CONFIG_FILES    = $CONFIG_FILES
27800   CONFIG_HEADERS  = $CONFIG_HEADERS
27801   CONFIG_LINKS    = $CONFIG_LINKS
27802   CONFIG_COMMANDS = $CONFIG_COMMANDS
27803   $ $0 $@
27804
27805 on `(hostname || uname -n) 2>/dev/null | sed 1q`
27806 "
27807
27808 _ACEOF
27809
27810 case $ac_config_files in *"
27811 "*) set x $ac_config_files; shift; ac_config_files=$*;;
27812 esac
27813
27814 case $ac_config_headers in *"
27815 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
27816 esac
27817
27818
27819 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27820 # Files that config.status was made for.
27821 config_files="$ac_config_files"
27822 config_headers="$ac_config_headers"
27823 config_commands="$ac_config_commands"
27824
27825 _ACEOF
27826
27827 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27828 ac_cs_usage="\
27829 \`$as_me' instantiates files from templates according to the
27830 current configuration.
27831
27832 Usage: $0 [OPTION]... [FILE]...
27833
27834   -h, --help       print this help, then exit
27835   -V, --version    print version number and configuration settings, then exit
27836   -q, --quiet, --silent
27837                    do not print progress messages
27838   -d, --debug      don't remove temporary files
27839       --recheck    update $as_me by reconfiguring in the same conditions
27840       --file=FILE[:TEMPLATE]
27841                    instantiate the configuration file FILE
27842       --header=FILE[:TEMPLATE]
27843                    instantiate the configuration header FILE
27844
27845 Configuration files:
27846 $config_files
27847
27848 Configuration headers:
27849 $config_headers
27850
27851 Configuration commands:
27852 $config_commands
27853
27854 Report bugs to <bug-autoconf@gnu.org>."
27855
27856 _ACEOF
27857 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27858 ac_cs_version="\\
27859 Wine config.status 1.1.10
27860 configured by $0, generated by GNU Autoconf 2.63,
27861   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
27862
27863 Copyright (C) 2008 Free Software Foundation, Inc.
27864 This config.status script is free software; the Free Software Foundation
27865 gives unlimited permission to copy, distribute and modify it."
27866
27867 ac_pwd='$ac_pwd'
27868 srcdir='$srcdir'
27869 INSTALL='$INSTALL'
27870 test -n "\$AWK" || AWK=awk
27871 _ACEOF
27872
27873 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27874 # The default lists apply if the user does not specify any file.
27875 ac_need_defaults=:
27876 while test $# != 0
27877 do
27878   case $1 in
27879   --*=*)
27880     ac_option=`expr "X$1" : 'X\([^=]*\)='`
27881     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
27882     ac_shift=:
27883     ;;
27884   *)
27885     ac_option=$1
27886     ac_optarg=$2
27887     ac_shift=shift
27888     ;;
27889   esac
27890
27891   case $ac_option in
27892   # Handling of the options.
27893   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
27894     ac_cs_recheck=: ;;
27895   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
27896     $as_echo "$ac_cs_version"; exit ;;
27897   --debug | --debu | --deb | --de | --d | -d )
27898     debug=: ;;
27899   --file | --fil | --fi | --f )
27900     $ac_shift
27901     case $ac_optarg in
27902     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
27903     esac
27904     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
27905     ac_need_defaults=false;;
27906   --header | --heade | --head | --hea )
27907     $ac_shift
27908     case $ac_optarg in
27909     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
27910     esac
27911     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
27912     ac_need_defaults=false;;
27913   --he | --h)
27914     # Conflict between --help and --header
27915     { $as_echo "$as_me: error: ambiguous option: $1
27916 Try \`$0 --help' for more information." >&2
27917    { (exit 1); exit 1; }; };;
27918   --help | --hel | -h )
27919     $as_echo "$ac_cs_usage"; exit ;;
27920   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
27921   | -silent | --silent | --silen | --sile | --sil | --si | --s)
27922     ac_cs_silent=: ;;
27923
27924   # This is an error.
27925   -*) { $as_echo "$as_me: error: unrecognized option: $1
27926 Try \`$0 --help' for more information." >&2
27927    { (exit 1); exit 1; }; } ;;
27928
27929   *) ac_config_targets="$ac_config_targets $1"
27930      ac_need_defaults=false ;;
27931
27932   esac
27933   shift
27934 done
27935
27936 ac_configure_extra_args=
27937
27938 if $ac_cs_silent; then
27939   exec 6>/dev/null
27940   ac_configure_extra_args="$ac_configure_extra_args --silent"
27941 fi
27942
27943 _ACEOF
27944 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27945 if \$ac_cs_recheck; then
27946   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
27947   shift
27948   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
27949   CONFIG_SHELL='$SHELL'
27950   export CONFIG_SHELL
27951   exec "\$@"
27952 fi
27953
27954 _ACEOF
27955 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27956 exec 5>>config.log
27957 {
27958   echo
27959   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
27960 ## Running $as_me. ##
27961 _ASBOX
27962   $as_echo "$ac_log"
27963 } >&5
27964
27965 _ACEOF
27966 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27967 _ACEOF
27968
27969 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27970
27971 # Handling of arguments.
27972 for ac_config_target in $ac_config_targets
27973 do
27974   case $ac_config_target in
27975     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
27976     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
27977     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
27978     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
27979     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
27980     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
27981     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
27982     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
27983     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
27984     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
27985     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
27986     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
27987     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
27988     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
27989     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
27990     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
27991     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
27992     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
27993     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
27994     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
27995     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
27996     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
27997     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
27998     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
27999     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28000     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28001     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28002     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28003     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28004     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28005     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28006     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28007     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28008     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28009     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28010     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28011     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28012     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28013     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28014     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28015     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28016     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28017     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28018     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28019     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28020     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28021     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28022     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28023     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28024     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28025     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28026     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28027     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28028     "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28029     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28030     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28031     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28032     "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28033     "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28034     "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28035     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28036     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28037     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28038     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28039     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28040     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28041     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28042     "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28043     "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28044     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28045     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28046     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28047     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28048     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28049     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28050     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28051     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28052     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28053     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28054     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28055     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28056     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28057     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28058     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28059     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28060     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28061     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28062     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28063     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28064     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28065     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28066     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28067     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28068     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28069     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28070     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28071     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28072     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28073     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28074     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28075     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28076     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28077     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28078     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28079     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28080     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28081     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28082     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28083     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28084     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28085     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28086     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28087     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28088     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28089     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28090     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28091     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28092     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28093     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28094     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28095     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28096     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28097     "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28098     "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28099     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28100     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28101     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28102     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28103     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28104     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28105     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28106     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28107     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28108     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28109     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28110     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28111     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28112     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28113     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28114     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28115     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28116     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28117     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28118     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28119     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28120     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28121     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28122     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28123     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28124     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28125     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28126     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28127     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28128     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28129     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28130     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28131     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28132     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28133     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28134     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28135     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28136     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28137     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28138     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28139     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28140     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28141     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28142     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28143     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28144     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28145     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28146     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28147     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28148     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28149     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28150     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28151     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28152     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28153     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28154     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28155     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28156     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28157     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28158     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28159     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28160     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28161     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28162     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28163     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28164     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28165     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28166     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28167     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28168     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28169     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28170     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28171     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28172     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28173     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28174     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28175     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28176     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28177     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28178     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28179     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28180     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28181     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28182     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28183     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28184     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28185     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28186     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28187     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28188     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28189     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28190     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28191     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28192     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28193     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28194     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28195     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28196     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28197     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28198     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28199     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28200     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28201     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28202     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28203     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28204     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28205     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28206     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28207     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28208     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28209     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28210     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28211     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28212     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28213     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28214     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28215     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28216     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28217     "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28218     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28219     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28220     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28221     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28222     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28223     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28224     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28225     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28226     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28227     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28228     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28229     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28230     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28231     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28232     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28233     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28234     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28235     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28236     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28237     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28238     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28239     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28240     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28241     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28242     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28243     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28244     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28245     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28246     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28247     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28248     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28249     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28250     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28251     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28252     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28253     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28254     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28255     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28256     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28257     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28258     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28259     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28260     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28261     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28262     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28263     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28264     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28265     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28266     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28267     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28268     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28269     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28270     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28271     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28272     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28273     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28274     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28275     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28276     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28277     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28278     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28279     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28280     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28281     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28282     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28283     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28284     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28285     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28286     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28287     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28288     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28289     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28290     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28291     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28292     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28293     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28294     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28295     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28296     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28297     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28298     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28299     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28300     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28301     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28302     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28303     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28304     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28305     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28306     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28307     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28308     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28309     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28310     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28311     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28312     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28313     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28314     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28315     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28316     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28317     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28318     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28319     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28320     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28321     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28322     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28323     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28324     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28325     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28326     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28327     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28328     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28329     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28330     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28331     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28332     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28333     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28334     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28335     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28336     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28337     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28338     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28339     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28340     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28341     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28342     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28343     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28344     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28345     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28346     "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28347     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28348     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28349     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28350     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28351     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28352     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28353     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28354     "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28355     "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28356     "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28357     "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28358     "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28359     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28360     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
28361     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
28362     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
28363     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
28364     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
28365     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
28366     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
28367     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
28368     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
28369     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
28370     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28371     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
28372     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
28373     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
28374     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
28375     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
28376     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
28377     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
28378     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
28379     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
28380     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
28381     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
28382     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
28383     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
28384     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
28385     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28386     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
28387     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
28388     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
28389     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
28390     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28391     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
28392     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
28393     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28394     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28395     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
28396     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
28397     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28398     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
28399     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28400     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
28401     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
28402     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
28403     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28404     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
28405     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
28406     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
28407     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
28408     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28409     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
28410     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
28411     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
28412     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
28413     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
28414     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
28415     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
28416     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
28417     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
28418     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
28419     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
28420     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
28421
28422   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28423 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28424    { (exit 1); exit 1; }; };;
28425   esac
28426 done
28427
28428
28429 # If the user did not use the arguments to specify the items to instantiate,
28430 # then the envvar interface is used.  Set only those that are not.
28431 # We use the long form for the default assignment because of an extremely
28432 # bizarre bug on SunOS 4.1.3.
28433 if $ac_need_defaults; then
28434   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
28435   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
28436   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
28437 fi
28438
28439 # Have a temporary directory for convenience.  Make it in the build tree
28440 # simply because there is no reason against having it here, and in addition,
28441 # creating and moving files from /tmp can sometimes cause problems.
28442 # Hook for its removal unless debugging.
28443 # Note that there is a small window in which the directory will not be cleaned:
28444 # after its creation but before its name has been assigned to `$tmp'.
28445 $debug ||
28446 {
28447   tmp=
28448   trap 'exit_status=$?
28449   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28450 ' 0
28451   trap '{ (exit 1); exit 1; }' 1 2 13 15
28452 }
28453 # Create a (secure) tmp directory for tmp files.
28454
28455 {
28456   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28457   test -n "$tmp" && test -d "$tmp"
28458 }  ||
28459 {
28460   tmp=./conf$$-$RANDOM
28461   (umask 077 && mkdir "$tmp")
28462 } ||
28463 {
28464    $as_echo "$as_me: cannot create a temporary directory in ." >&2
28465    { (exit 1); exit 1; }
28466 }
28467
28468 # Set up the scripts for CONFIG_FILES section.
28469 # No need to generate them if there are no CONFIG_FILES.
28470 # This happens for instance with `./config.status config.h'.
28471 if test -n "$CONFIG_FILES"; then
28472
28473 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
28474   ac_cs_awk_getline=:
28475   ac_cs_awk_pipe_init=
28476   ac_cs_awk_read_file='
28477       while ((getline aline < (F[key])) > 0)
28478         print(aline)
28479       close(F[key])'
28480   ac_cs_awk_pipe_fini=
28481 else
28482   ac_cs_awk_getline=false
28483   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
28484   ac_cs_awk_read_file='
28485       print "|#_!!_#|"
28486       print "cat " F[key] " &&"
28487       '$ac_cs_awk_pipe_init
28488   # The final `:' finishes the AND list.
28489   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
28490 fi
28491 ac_cr='\r'
28492 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
28493 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
28494   ac_cs_awk_cr='\\r'
28495 else
28496   ac_cs_awk_cr=$ac_cr
28497 fi
28498
28499 echo 'BEGIN {' >"$tmp/subs1.awk" &&
28500 _ACEOF
28501
28502 # Create commands to substitute file output variables.
28503 {
28504   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
28505   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
28506   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
28507   echo "_ACAWK" &&
28508   echo "_ACEOF"
28509 } >conf$$files.sh &&
28510 . ./conf$$files.sh ||
28511   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28512 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28513    { (exit 1); exit 1; }; }
28514 rm -f conf$$files.sh
28515
28516 {
28517   echo "cat >conf$$subs.awk <<_ACEOF" &&
28518   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
28519   echo "_ACEOF"
28520 } >conf$$subs.sh ||
28521   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28522 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28523    { (exit 1); exit 1; }; }
28524 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
28525 ac_delim='%!_!# '
28526 for ac_last_try in false false false false false :; do
28527   . ./conf$$subs.sh ||
28528     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28529 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28530    { (exit 1); exit 1; }; }
28531
28532   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
28533   if test $ac_delim_n = $ac_delim_num; then
28534     break
28535   elif $ac_last_try; then
28536     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28537 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28538    { (exit 1); exit 1; }; }
28539   else
28540     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28541   fi
28542 done
28543 rm -f conf$$subs.sh
28544
28545 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28546 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
28547 _ACEOF
28548 sed -n '
28549 h
28550 s/^/S["/; s/!.*/"]=/
28551 p
28552 g
28553 s/^[^!]*!//
28554 :repl
28555 t repl
28556 s/'"$ac_delim"'$//
28557 t delim
28558 :nl
28559 h
28560 s/\(.\{148\}\).*/\1/
28561 t more1
28562 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
28563 p
28564 n
28565 b repl
28566 :more1
28567 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28568 p
28569 g
28570 s/.\{148\}//
28571 t nl
28572 :delim
28573 h
28574 s/\(.\{148\}\).*/\1/
28575 t more2
28576 s/["\\]/\\&/g; s/^/"/; s/$/"/
28577 p
28578 b
28579 :more2
28580 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28581 p
28582 g
28583 s/.\{148\}//
28584 t delim
28585 ' <conf$$subs.awk | sed '
28586 /^[^""]/{
28587   N
28588   s/\n//
28589 }
28590 ' >>$CONFIG_STATUS || ac_write_fail=1
28591 rm -f conf$$subs.awk
28592 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28593 _ACAWK
28594 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
28595   for (key in S) S_is_set[key] = 1
28596   FS = "\a"
28597   \$ac_cs_awk_pipe_init
28598 }
28599 {
28600   line = $ 0
28601   nfields = split(line, field, "@")
28602   substed = 0
28603   len = length(field[1])
28604   for (i = 2; i < nfields; i++) {
28605     key = field[i]
28606     keylen = length(key)
28607     if (S_is_set[key]) {
28608       value = S[key]
28609       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
28610       len += length(value) + length(field[++i])
28611       substed = 1
28612     } else
28613       len += 1 + keylen
28614   }
28615   if (nfields == 3 && !substed) {
28616     key = field[2]
28617     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
28618       \$ac_cs_awk_read_file
28619       next
28620     }
28621   }
28622   print line
28623 }
28624 \$ac_cs_awk_pipe_fini
28625 _ACAWK
28626 _ACEOF
28627 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28628 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
28629   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
28630 else
28631   cat
28632 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
28633   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
28634 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
28635    { (exit 1); exit 1; }; }
28636 _ACEOF
28637
28638 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28639 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28640 # trailing colons and then remove the whole line if VPATH becomes empty
28641 # (actually we leave an empty line to preserve line numbers).
28642 if test "x$srcdir" = x.; then
28643   ac_vpsub='/^[  ]*VPATH[        ]*=/{
28644 s/:*\$(srcdir):*/:/
28645 s/:*\${srcdir}:*/:/
28646 s/:*@srcdir@:*/:/
28647 s/^\([^=]*=[     ]*\):*/\1/
28648 s/:*$//
28649 s/^[^=]*=[       ]*$//
28650 }'
28651 fi
28652
28653 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28654 fi # test -n "$CONFIG_FILES"
28655
28656 # Set up the scripts for CONFIG_HEADERS section.
28657 # No need to generate them if there are no CONFIG_HEADERS.
28658 # This happens for instance with `./config.status Makefile'.
28659 if test -n "$CONFIG_HEADERS"; then
28660 cat >"$tmp/defines.awk" <<\_ACAWK ||
28661 BEGIN {
28662 _ACEOF
28663
28664 # Transform confdefs.h into an awk script `defines.awk', embedded as
28665 # here-document in config.status, that substitutes the proper values into
28666 # config.h.in to produce config.h.
28667
28668 # Create a delimiter string that does not exist in confdefs.h, to ease
28669 # handling of long lines.
28670 ac_delim='%!_!# '
28671 for ac_last_try in false false :; do
28672   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
28673   if test -z "$ac_t"; then
28674     break
28675   elif $ac_last_try; then
28676     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
28677 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
28678    { (exit 1); exit 1; }; }
28679   else
28680     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28681   fi
28682 done
28683
28684 # For the awk script, D is an array of macro values keyed by name,
28685 # likewise P contains macro parameters if any.  Preserve backslash
28686 # newline sequences.
28687
28688 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
28689 sed -n '
28690 s/.\{148\}/&'"$ac_delim"'/g
28691 t rset
28692 :rset
28693 s/^[     ]*#[    ]*define[       ][      ]*/ /
28694 t def
28695 d
28696 :def
28697 s/\\$//
28698 t bsnl
28699 s/["\\]/\\&/g
28700 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
28701 D["\1"]=" \3"/p
28702 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
28703 d
28704 :bsnl
28705 s/["\\]/\\&/g
28706 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
28707 D["\1"]=" \3\\\\\\n"\\/p
28708 t cont
28709 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
28710 t cont
28711 d
28712 :cont
28713 n
28714 s/.\{148\}/&'"$ac_delim"'/g
28715 t clear
28716 :clear
28717 s/\\$//
28718 t bsnlc
28719 s/["\\]/\\&/g; s/^/"/; s/$/"/p
28720 d
28721 :bsnlc
28722 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
28723 b cont
28724 ' <confdefs.h | sed '
28725 s/'"$ac_delim"'/"\\\
28726 "/g' >>$CONFIG_STATUS || ac_write_fail=1
28727
28728 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28729   for (key in D) D_is_set[key] = 1
28730   FS = "\a"
28731 }
28732 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
28733   line = \$ 0
28734   split(line, arg, " ")
28735   if (arg[1] == "#") {
28736     defundef = arg[2]
28737     mac1 = arg[3]
28738   } else {
28739     defundef = substr(arg[1], 2)
28740     mac1 = arg[2]
28741   }
28742   split(mac1, mac2, "(") #)
28743   macro = mac2[1]
28744   prefix = substr(line, 1, index(line, defundef) - 1)
28745   if (D_is_set[macro]) {
28746     # Preserve the white space surrounding the "#".
28747     print prefix "define", macro P[macro] D[macro]
28748     next
28749   } else {
28750     # Replace #undef with comments.  This is necessary, for example,
28751     # in the case of _POSIX_SOURCE, which is predefined and required
28752     # on some systems where configure will not decide to define it.
28753     if (defundef == "undef") {
28754       print "/*", prefix defundef, macro, "*/"
28755       next
28756     }
28757   }
28758 }
28759 { print }
28760 _ACAWK
28761 _ACEOF
28762 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28763   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
28764 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
28765    { (exit 1); exit 1; }; }
28766 fi # test -n "$CONFIG_HEADERS"
28767
28768
28769 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
28770 shift
28771 for ac_tag
28772 do
28773   case $ac_tag in
28774   :[FHLC]) ac_mode=$ac_tag; continue;;
28775   esac
28776   case $ac_mode$ac_tag in
28777   :[FHL]*:*);;
28778   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
28779 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
28780    { (exit 1); exit 1; }; };;
28781   :[FH]-) ac_tag=-:-;;
28782   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
28783   esac
28784   ac_save_IFS=$IFS
28785   IFS=:
28786   set x $ac_tag
28787   IFS=$ac_save_IFS
28788   shift
28789   ac_file=$1
28790   shift
28791
28792   case $ac_mode in
28793   :L) ac_source=$1;;
28794   :[FH])
28795     ac_file_inputs=
28796     for ac_f
28797     do
28798       case $ac_f in
28799       -) ac_f="$tmp/stdin";;
28800       *) # Look for the file first in the build tree, then in the source tree
28801          # (if the path is not absolute).  The absolute path cannot be DOS-style,
28802          # because $ac_f cannot contain `:'.
28803          test -f "$ac_f" ||
28804            case $ac_f in
28805            [\\/$]*) false;;
28806            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
28807            esac ||
28808            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
28809 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
28810    { (exit 1); exit 1; }; };;
28811       esac
28812       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
28813       ac_file_inputs="$ac_file_inputs '$ac_f'"
28814     done
28815
28816     # Let's still pretend it is `configure' which instantiates (i.e., don't
28817     # use $as_me), people would be surprised to read:
28818     #    /* config.h.  Generated by config.status.  */
28819     configure_input='Generated from '`
28820           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
28821         `' by configure.'
28822     if test x"$ac_file" != x-; then
28823       configure_input="$ac_file.  $configure_input"
28824       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
28825 $as_echo "$as_me: creating $ac_file" >&6;}
28826     fi
28827     # Neutralize special characters interpreted by sed in replacement strings.
28828     case $configure_input in #(
28829     *\&* | *\|* | *\\* )
28830        ac_sed_conf_input=`$as_echo "$configure_input" |
28831        sed 's/[\\\\&|]/\\\\&/g'`;; #(
28832     *) ac_sed_conf_input=$configure_input;;
28833     esac
28834
28835     case $ac_tag in
28836     *:-:* | *:-) cat >"$tmp/stdin" \
28837       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
28838 $as_echo "$as_me: error: could not create $ac_file" >&2;}
28839    { (exit 1); exit 1; }; } ;;
28840     esac
28841     ;;
28842   esac
28843
28844   ac_dir=`$as_dirname -- "$ac_file" ||
28845 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28846          X"$ac_file" : 'X\(//\)[^/]' \| \
28847          X"$ac_file" : 'X\(//\)$' \| \
28848          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
28849 $as_echo X"$ac_file" |
28850     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28851             s//\1/
28852             q
28853           }
28854           /^X\(\/\/\)[^/].*/{
28855             s//\1/
28856             q
28857           }
28858           /^X\(\/\/\)$/{
28859             s//\1/
28860             q
28861           }
28862           /^X\(\/\).*/{
28863             s//\1/
28864             q
28865           }
28866           s/.*/./; q'`
28867   { as_dir="$ac_dir"
28868   case $as_dir in #(
28869   -*) as_dir=./$as_dir;;
28870   esac
28871   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
28872     as_dirs=
28873     while :; do
28874       case $as_dir in #(
28875       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
28876       *) as_qdir=$as_dir;;
28877       esac
28878       as_dirs="'$as_qdir' $as_dirs"
28879       as_dir=`$as_dirname -- "$as_dir" ||
28880 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28881          X"$as_dir" : 'X\(//\)[^/]' \| \
28882          X"$as_dir" : 'X\(//\)$' \| \
28883          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28884 $as_echo X"$as_dir" |
28885     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28886             s//\1/
28887             q
28888           }
28889           /^X\(\/\/\)[^/].*/{
28890             s//\1/
28891             q
28892           }
28893           /^X\(\/\/\)$/{
28894             s//\1/
28895             q
28896           }
28897           /^X\(\/\).*/{
28898             s//\1/
28899             q
28900           }
28901           s/.*/./; q'`
28902       test -d "$as_dir" && break
28903     done
28904     test -z "$as_dirs" || eval "mkdir $as_dirs"
28905   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
28906 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
28907    { (exit 1); exit 1; }; }; }
28908   ac_builddir=.
28909
28910 case "$ac_dir" in
28911 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
28912 *)
28913   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
28914   # A ".." for each directory in $ac_dir_suffix.
28915   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
28916   case $ac_top_builddir_sub in
28917   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
28918   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
28919   esac ;;
28920 esac
28921 ac_abs_top_builddir=$ac_pwd
28922 ac_abs_builddir=$ac_pwd$ac_dir_suffix
28923 # for backward compatibility:
28924 ac_top_builddir=$ac_top_build_prefix
28925
28926 case $srcdir in
28927   .)  # We are building in place.
28928     ac_srcdir=.
28929     ac_top_srcdir=$ac_top_builddir_sub
28930     ac_abs_top_srcdir=$ac_pwd ;;
28931   [\\/]* | ?:[\\/]* )  # Absolute name.
28932     ac_srcdir=$srcdir$ac_dir_suffix;
28933     ac_top_srcdir=$srcdir
28934     ac_abs_top_srcdir=$srcdir ;;
28935   *) # Relative name.
28936     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
28937     ac_top_srcdir=$ac_top_build_prefix$srcdir
28938     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
28939 esac
28940 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
28941
28942
28943   case $ac_mode in
28944   :F)
28945   #
28946   # CONFIG_FILE
28947   #
28948
28949   case $INSTALL in
28950   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
28951   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
28952   esac
28953 _ACEOF
28954
28955 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28956 # If the template does not know about datarootdir, expand it.
28957 # FIXME: This hack should be removed a few years after 2.60.
28958 ac_datarootdir_hack=; ac_datarootdir_seen=
28959
28960 ac_sed_dataroot='
28961 /datarootdir/ {
28962   p
28963   q
28964 }
28965 /@datadir@/p
28966 /@docdir@/p
28967 /@infodir@/p
28968 /@localedir@/p
28969 /@mandir@/p
28970 '
28971 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
28972 *datarootdir*) ac_datarootdir_seen=yes;;
28973 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
28974   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
28975 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
28976 _ACEOF
28977 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28978   ac_datarootdir_hack='
28979   s&@datadir@&$datadir&g
28980   s&@docdir@&$docdir&g
28981   s&@infodir@&$infodir&g
28982   s&@localedir@&$localedir&g
28983   s&@mandir@&$mandir&g
28984     s&\\\${datarootdir}&$datarootdir&g' ;;
28985 esac
28986 _ACEOF
28987
28988 # Neutralize VPATH when `$srcdir' = `.'.
28989 # Shell code in configure.ac might set extrasub.
28990 # FIXME: do we really want to maintain this feature?
28991 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28992 ac_sed_extra="$ac_vpsub
28993 $extrasub
28994 _ACEOF
28995 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28996 :t
28997 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28998 s|@configure_input@|$ac_sed_conf_input|;t t
28999 s&@top_builddir@&$ac_top_builddir_sub&;t t
29000 s&@top_build_prefix@&$ac_top_build_prefix&;t t
29001 s&@srcdir@&$ac_srcdir&;t t
29002 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29003 s&@top_srcdir@&$ac_top_srcdir&;t t
29004 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29005 s&@builddir@&$ac_builddir&;t t
29006 s&@abs_builddir@&$ac_abs_builddir&;t t
29007 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29008 s&@INSTALL@&$ac_INSTALL&;t t
29009 $ac_datarootdir_hack
29010 "
29011 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29012 if $ac_cs_awk_getline; then
29013   $AWK -f "$tmp/subs.awk"
29014 else
29015   $AWK -f "$tmp/subs.awk" | $SHELL
29016 fi >$tmp/out \
29017   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29018 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29019    { (exit 1); exit 1; }; }
29020
29021 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29022   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29023   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29024   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29025 which seems to be undefined.  Please make sure it is defined." >&5
29026 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29027 which seems to be undefined.  Please make sure it is defined." >&2;}
29028
29029   rm -f "$tmp/stdin"
29030   case $ac_file in
29031   -) cat "$tmp/out" && rm -f "$tmp/out";;
29032   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29033   esac \
29034   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29035 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29036    { (exit 1); exit 1; }; }
29037  ;;
29038   :H)
29039   #
29040   # CONFIG_HEADER
29041   #
29042   if test x"$ac_file" != x-; then
29043     {
29044       $as_echo "/* $configure_input  */" \
29045       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29046     } >"$tmp/config.h" \
29047       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29048 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29049    { (exit 1); exit 1; }; }
29050     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29051       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29052 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29053     else
29054       rm -f "$ac_file"
29055       mv "$tmp/config.h" "$ac_file" \
29056         || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29057 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29058    { (exit 1); exit 1; }; }
29059     fi
29060   else
29061     $as_echo "/* $configure_input  */" \
29062       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29063       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29064 $as_echo "$as_me: error: could not create -" >&2;}
29065    { (exit 1); exit 1; }; }
29066   fi
29067  ;;
29068
29069   :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29070 $as_echo "$as_me: executing $ac_file commands" >&6;}
29071  ;;
29072   esac
29073
29074
29075   case $ac_file$ac_mode in
29076     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29077     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29078 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29079     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29080 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29081     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29082 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29083     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29084 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29085     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29086 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29087     "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29088 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29089
29090   esac
29091 done # for ac_tag
29092
29093
29094 { (exit 0); exit 0; }
29095 _ACEOF
29096 chmod +x $CONFIG_STATUS
29097 ac_clean_files=$ac_clean_files_save
29098
29099 test $ac_write_fail = 0 ||
29100   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29101 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29102    { (exit 1); exit 1; }; }
29103
29104
29105 # configure is writing to config.log, and then calls config.status.
29106 # config.status does its own redirection, appending to config.log.
29107 # Unfortunately, on DOS this fails, as config.log is still kept open
29108 # by configure, so config.status won't be able to write to it; its
29109 # output is simply discarded.  So we exec the FD to /dev/null,
29110 # effectively closing config.log, so it can be properly (re)opened and
29111 # appended to by config.status.  When coming back to configure, we
29112 # need to make the FD available again.
29113 if test "$no_create" != yes; then
29114   ac_cs_success=:
29115   ac_config_status_args=
29116   test "$silent" = yes &&
29117     ac_config_status_args="$ac_config_status_args --quiet"
29118   exec 5>/dev/null
29119   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29120   exec 5>>config.log
29121   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29122   # would make configure fail if this is the last instruction.
29123   $ac_cs_success || { (exit 1); exit 1; }
29124 fi
29125 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29126   { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29127 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29128 fi
29129
29130
29131 if test "$no_create" = "yes"
29132 then
29133   exit 0
29134 fi
29135
29136 ac_save_IFS="$IFS"
29137 if test "x$wine_notices != "x; then
29138     echo >&6
29139     IFS="|"
29140     for msg in $wine_notices; do
29141         IFS="$ac_save_IFS"
29142         if test -n "$msg"; then
29143             { $as_echo "$as_me:$LINENO: $msg" >&5
29144 $as_echo "$as_me: $msg" >&6;}
29145         fi
29146     done
29147 fi
29148 IFS="|"
29149 for msg in $wine_warnings; do
29150     IFS="$ac_save_IFS"
29151     if test -n "$msg"; then
29152         echo >&2
29153         { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29154 $as_echo "$as_me: WARNING: $msg" >&2;}
29155     fi
29156 done
29157 IFS="$ac_save_IFS"
29158
29159 echo "
29160 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
29161 " >&6
29162