winegcc: Make platform-specific behaviors depend on variables instead of #ifdefs.
[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.14.
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.14'
600 PACKAGE_STRING='Wine 1.1.14'
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 WIN16_INSTALL
750 WIN16_FILES
751 TARGETFLAGS
752 CPPBIN
753 ac_ct_CXX
754 CXXFLAGS
755 CXX
756 OBJEXT
757 EXEEXT
758 ac_ct_CC
759 CPPFLAGS
760 LDFLAGS
761 CFLAGS
762 CC
763 SET_MAKE
764 host_os
765 host_vendor
766 host_cpu
767 host
768 build_os
769 build_vendor
770 build_cpu
771 build
772 MAINTAINER_MODE
773 target_alias
774 host_alias
775 build_alias
776 LIBS
777 ECHO_T
778 ECHO_N
779 ECHO_C
780 DEFS
781 mandir
782 localedir
783 libdir
784 psdir
785 pdfdir
786 dvidir
787 htmldir
788 infodir
789 docdir
790 oldincludedir
791 includedir
792 localstatedir
793 sharedstatedir
794 sysconfdir
795 datadir
796 datarootdir
797 libexecdir
798 sbindir
799 bindir
800 program_transform_name
801 prefix
802 exec_prefix
803 PACKAGE_BUGREPORT
804 PACKAGE_STRING
805 PACKAGE_VERSION
806 PACKAGE_TARNAME
807 PACKAGE_NAME
808 PATH_SEPARATOR
809 SHELL'
810 ac_subst_files='MAKE_RULES
811 MAKE_DLL_RULES
812 MAKE_IMPLIB_RULES
813 MAKE_TEST_RULES
814 MAKE_PROG_RULES'
815 ac_user_opts='
816 enable_option_checking
817 enable_win16
818 enable_win64
819 enable_tests
820 enable_maintainer_mode
821 with_alsa
822 with_audioio
823 with_capi
824 with_cms
825 with_coreaudio
826 with_cups
827 with_curses
828 with_esd
829 with_fontconfig
830 with_freetype
831 with_gphoto
832 with_glu
833 with_gnutls
834 with_hal
835 with_jack
836 with_jpeg
837 with_ldap
838 with_nas
839 with_opengl
840 with_openssl
841 with_oss
842 with_png
843 with_sane
844 with_xcomposite
845 with_xcursor
846 with_xinerama
847 with_xinput
848 with_xml
849 with_xrandr
850 with_xrender
851 with_xshape
852 with_xshm
853 with_xslt
854 with_xxf86vm
855 with_wine_tools
856 with_x
857 '
858       ac_precious_vars='build_alias
859 host_alias
860 target_alias
861 CC
862 CFLAGS
863 LDFLAGS
864 LIBS
865 CPPFLAGS
866 CXX
867 CXXFLAGS
868 CCC
869 XMKMF
870 CPP'
871
872
873 # Initialize some variables set by options.
874 ac_init_help=
875 ac_init_version=false
876 ac_unrecognized_opts=
877 ac_unrecognized_sep=
878 # The variables have the same names as the options, with
879 # dashes changed to underlines.
880 cache_file=/dev/null
881 exec_prefix=NONE
882 no_create=
883 no_recursion=
884 prefix=NONE
885 program_prefix=NONE
886 program_suffix=NONE
887 program_transform_name=s,x,x,
888 silent=
889 site=
890 srcdir=
891 verbose=
892 x_includes=NONE
893 x_libraries=NONE
894
895 # Installation directory options.
896 # These are left unexpanded so users can "make install exec_prefix=/foo"
897 # and all the variables that are supposed to be based on exec_prefix
898 # by default will actually change.
899 # Use braces instead of parens because sh, perl, etc. also accept them.
900 # (The list follows the same order as the GNU Coding Standards.)
901 bindir='${exec_prefix}/bin'
902 sbindir='${exec_prefix}/sbin'
903 libexecdir='${exec_prefix}/libexec'
904 datarootdir='${prefix}/share'
905 datadir='${datarootdir}'
906 sysconfdir='${prefix}/etc'
907 sharedstatedir='${prefix}/com'
908 localstatedir='${prefix}/var'
909 includedir='${prefix}/include'
910 oldincludedir='/usr/include'
911 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
912 infodir='${datarootdir}/info'
913 htmldir='${docdir}'
914 dvidir='${docdir}'
915 pdfdir='${docdir}'
916 psdir='${docdir}'
917 libdir='${exec_prefix}/lib'
918 localedir='${datarootdir}/locale'
919 mandir='${datarootdir}/man'
920
921 ac_prev=
922 ac_dashdash=
923 for ac_option
924 do
925   # If the previous option needs an argument, assign it.
926   if test -n "$ac_prev"; then
927     eval $ac_prev=\$ac_option
928     ac_prev=
929     continue
930   fi
931
932   case $ac_option in
933   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
934   *)    ac_optarg=yes ;;
935   esac
936
937   # Accept the important Cygnus configure options, so we can diagnose typos.
938
939   case $ac_dashdash$ac_option in
940   --)
941     ac_dashdash=yes ;;
942
943   -bindir | --bindir | --bindi | --bind | --bin | --bi)
944     ac_prev=bindir ;;
945   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
946     bindir=$ac_optarg ;;
947
948   -build | --build | --buil | --bui | --bu)
949     ac_prev=build_alias ;;
950   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
951     build_alias=$ac_optarg ;;
952
953   -cache-file | --cache-file | --cache-fil | --cache-fi \
954   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
955     ac_prev=cache_file ;;
956   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
957   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
958     cache_file=$ac_optarg ;;
959
960   --config-cache | -C)
961     cache_file=config.cache ;;
962
963   -datadir | --datadir | --datadi | --datad)
964     ac_prev=datadir ;;
965   -datadir=* | --datadir=* | --datadi=* | --datad=*)
966     datadir=$ac_optarg ;;
967
968   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
969   | --dataroo | --dataro | --datar)
970     ac_prev=datarootdir ;;
971   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
972   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
973     datarootdir=$ac_optarg ;;
974
975   -disable-* | --disable-*)
976     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
977     # Reject names that are not valid shell variable names.
978     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
979       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
980    { (exit 1); exit 1; }; }
981     ac_useropt_orig=$ac_useropt
982     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
983     case $ac_user_opts in
984       *"
985 "enable_$ac_useropt"
986 "*) ;;
987       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
988          ac_unrecognized_sep=', ';;
989     esac
990     eval enable_$ac_useropt=no ;;
991
992   -docdir | --docdir | --docdi | --doc | --do)
993     ac_prev=docdir ;;
994   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
995     docdir=$ac_optarg ;;
996
997   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
998     ac_prev=dvidir ;;
999   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1000     dvidir=$ac_optarg ;;
1001
1002   -enable-* | --enable-*)
1003     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1004     # Reject names that are not valid shell variable names.
1005     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1006       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1007    { (exit 1); exit 1; }; }
1008     ac_useropt_orig=$ac_useropt
1009     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1010     case $ac_user_opts in
1011       *"
1012 "enable_$ac_useropt"
1013 "*) ;;
1014       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1015          ac_unrecognized_sep=', ';;
1016     esac
1017     eval enable_$ac_useropt=\$ac_optarg ;;
1018
1019   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1020   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1021   | --exec | --exe | --ex)
1022     ac_prev=exec_prefix ;;
1023   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1024   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1025   | --exec=* | --exe=* | --ex=*)
1026     exec_prefix=$ac_optarg ;;
1027
1028   -gas | --gas | --ga | --g)
1029     # Obsolete; use --with-gas.
1030     with_gas=yes ;;
1031
1032   -help | --help | --hel | --he | -h)
1033     ac_init_help=long ;;
1034   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1035     ac_init_help=recursive ;;
1036   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1037     ac_init_help=short ;;
1038
1039   -host | --host | --hos | --ho)
1040     ac_prev=host_alias ;;
1041   -host=* | --host=* | --hos=* | --ho=*)
1042     host_alias=$ac_optarg ;;
1043
1044   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1045     ac_prev=htmldir ;;
1046   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1047   | --ht=*)
1048     htmldir=$ac_optarg ;;
1049
1050   -includedir | --includedir | --includedi | --included | --include \
1051   | --includ | --inclu | --incl | --inc)
1052     ac_prev=includedir ;;
1053   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1054   | --includ=* | --inclu=* | --incl=* | --inc=*)
1055     includedir=$ac_optarg ;;
1056
1057   -infodir | --infodir | --infodi | --infod | --info | --inf)
1058     ac_prev=infodir ;;
1059   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1060     infodir=$ac_optarg ;;
1061
1062   -libdir | --libdir | --libdi | --libd)
1063     ac_prev=libdir ;;
1064   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1065     libdir=$ac_optarg ;;
1066
1067   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1068   | --libexe | --libex | --libe)
1069     ac_prev=libexecdir ;;
1070   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1071   | --libexe=* | --libex=* | --libe=*)
1072     libexecdir=$ac_optarg ;;
1073
1074   -localedir | --localedir | --localedi | --localed | --locale)
1075     ac_prev=localedir ;;
1076   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1077     localedir=$ac_optarg ;;
1078
1079   -localstatedir | --localstatedir | --localstatedi | --localstated \
1080   | --localstate | --localstat | --localsta | --localst | --locals)
1081     ac_prev=localstatedir ;;
1082   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1083   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1084     localstatedir=$ac_optarg ;;
1085
1086   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1087     ac_prev=mandir ;;
1088   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1089     mandir=$ac_optarg ;;
1090
1091   -nfp | --nfp | --nf)
1092     # Obsolete; use --without-fp.
1093     with_fp=no ;;
1094
1095   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1096   | --no-cr | --no-c | -n)
1097     no_create=yes ;;
1098
1099   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1100   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1101     no_recursion=yes ;;
1102
1103   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1104   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1105   | --oldin | --oldi | --old | --ol | --o)
1106     ac_prev=oldincludedir ;;
1107   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1108   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1109   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1110     oldincludedir=$ac_optarg ;;
1111
1112   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1113     ac_prev=prefix ;;
1114   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1115     prefix=$ac_optarg ;;
1116
1117   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1118   | --program-pre | --program-pr | --program-p)
1119     ac_prev=program_prefix ;;
1120   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1121   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1122     program_prefix=$ac_optarg ;;
1123
1124   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1125   | --program-suf | --program-su | --program-s)
1126     ac_prev=program_suffix ;;
1127   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1128   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1129     program_suffix=$ac_optarg ;;
1130
1131   -program-transform-name | --program-transform-name \
1132   | --program-transform-nam | --program-transform-na \
1133   | --program-transform-n | --program-transform- \
1134   | --program-transform | --program-transfor \
1135   | --program-transfo | --program-transf \
1136   | --program-trans | --program-tran \
1137   | --progr-tra | --program-tr | --program-t)
1138     ac_prev=program_transform_name ;;
1139   -program-transform-name=* | --program-transform-name=* \
1140   | --program-transform-nam=* | --program-transform-na=* \
1141   | --program-transform-n=* | --program-transform-=* \
1142   | --program-transform=* | --program-transfor=* \
1143   | --program-transfo=* | --program-transf=* \
1144   | --program-trans=* | --program-tran=* \
1145   | --progr-tra=* | --program-tr=* | --program-t=*)
1146     program_transform_name=$ac_optarg ;;
1147
1148   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1149     ac_prev=pdfdir ;;
1150   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1151     pdfdir=$ac_optarg ;;
1152
1153   -psdir | --psdir | --psdi | --psd | --ps)
1154     ac_prev=psdir ;;
1155   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1156     psdir=$ac_optarg ;;
1157
1158   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1159   | -silent | --silent | --silen | --sile | --sil)
1160     silent=yes ;;
1161
1162   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1163     ac_prev=sbindir ;;
1164   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1165   | --sbi=* | --sb=*)
1166     sbindir=$ac_optarg ;;
1167
1168   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1169   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1170   | --sharedst | --shareds | --shared | --share | --shar \
1171   | --sha | --sh)
1172     ac_prev=sharedstatedir ;;
1173   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1174   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1175   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1176   | --sha=* | --sh=*)
1177     sharedstatedir=$ac_optarg ;;
1178
1179   -site | --site | --sit)
1180     ac_prev=site ;;
1181   -site=* | --site=* | --sit=*)
1182     site=$ac_optarg ;;
1183
1184   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1185     ac_prev=srcdir ;;
1186   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1187     srcdir=$ac_optarg ;;
1188
1189   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1190   | --syscon | --sysco | --sysc | --sys | --sy)
1191     ac_prev=sysconfdir ;;
1192   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1193   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1194     sysconfdir=$ac_optarg ;;
1195
1196   -target | --target | --targe | --targ | --tar | --ta | --t)
1197     ac_prev=target_alias ;;
1198   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1199     target_alias=$ac_optarg ;;
1200
1201   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1202     verbose=yes ;;
1203
1204   -version | --version | --versio | --versi | --vers | -V)
1205     ac_init_version=: ;;
1206
1207   -with-* | --with-*)
1208     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1209     # Reject names that are not valid shell variable names.
1210     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1211       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1212    { (exit 1); exit 1; }; }
1213     ac_useropt_orig=$ac_useropt
1214     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1215     case $ac_user_opts in
1216       *"
1217 "with_$ac_useropt"
1218 "*) ;;
1219       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1220          ac_unrecognized_sep=', ';;
1221     esac
1222     eval with_$ac_useropt=\$ac_optarg ;;
1223
1224   -without-* | --without-*)
1225     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1226     # Reject names that are not valid shell variable names.
1227     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1228       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1229    { (exit 1); exit 1; }; }
1230     ac_useropt_orig=$ac_useropt
1231     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1232     case $ac_user_opts in
1233       *"
1234 "with_$ac_useropt"
1235 "*) ;;
1236       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1237          ac_unrecognized_sep=', ';;
1238     esac
1239     eval with_$ac_useropt=no ;;
1240
1241   --x)
1242     # Obsolete; use --with-x.
1243     with_x=yes ;;
1244
1245   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1246   | --x-incl | --x-inc | --x-in | --x-i)
1247     ac_prev=x_includes ;;
1248   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1249   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1250     x_includes=$ac_optarg ;;
1251
1252   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1253   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1254     ac_prev=x_libraries ;;
1255   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1256   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1257     x_libraries=$ac_optarg ;;
1258
1259   -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1260 Try \`$0 --help' for more information." >&2
1261    { (exit 1); exit 1; }; }
1262     ;;
1263
1264   *=*)
1265     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1266     # Reject names that are not valid shell variable names.
1267     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1268       { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1269    { (exit 1); exit 1; }; }
1270     eval $ac_envvar=\$ac_optarg
1271     export $ac_envvar ;;
1272
1273   *)
1274     # FIXME: should be removed in autoconf 3.0.
1275     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1276     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1277       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1278     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1279     ;;
1280
1281   esac
1282 done
1283
1284 if test -n "$ac_prev"; then
1285   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1286   { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1287    { (exit 1); exit 1; }; }
1288 fi
1289
1290 if test -n "$ac_unrecognized_opts"; then
1291   case $enable_option_checking in
1292     no) ;;
1293     fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1294    { (exit 1); exit 1; }; } ;;
1295     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1296   esac
1297 fi
1298
1299 # Check all directory arguments for consistency.
1300 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1301                 datadir sysconfdir sharedstatedir localstatedir includedir \
1302                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1303                 libdir localedir mandir
1304 do
1305   eval ac_val=\$$ac_var
1306   # Remove trailing slashes.
1307   case $ac_val in
1308     */ )
1309       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1310       eval $ac_var=\$ac_val;;
1311   esac
1312   # Be sure to have absolute directory names.
1313   case $ac_val in
1314     [\\/$]* | ?:[\\/]* )  continue;;
1315     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1316   esac
1317   { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1318    { (exit 1); exit 1; }; }
1319 done
1320
1321 # There might be people who depend on the old broken behavior: `$host'
1322 # used to hold the argument of --host etc.
1323 # FIXME: To remove some day.
1324 build=$build_alias
1325 host=$host_alias
1326 target=$target_alias
1327
1328 # FIXME: To remove some day.
1329 if test "x$host_alias" != x; then
1330   if test "x$build_alias" = x; then
1331     cross_compiling=maybe
1332     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1333     If a cross compiler is detected then cross compile mode will be used." >&2
1334   elif test "x$build_alias" != "x$host_alias"; then
1335     cross_compiling=yes
1336   fi
1337 fi
1338
1339 ac_tool_prefix=
1340 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1341
1342 test "$silent" = yes && exec 6>/dev/null
1343
1344
1345 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1346 ac_ls_di=`ls -di .` &&
1347 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1348   { $as_echo "$as_me: error: working directory cannot be determined" >&2
1349    { (exit 1); exit 1; }; }
1350 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1351   { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1352    { (exit 1); exit 1; }; }
1353
1354
1355 # Find the source files, if location was not specified.
1356 if test -z "$srcdir"; then
1357   ac_srcdir_defaulted=yes
1358   # Try the directory containing this script, then the parent directory.
1359   ac_confdir=`$as_dirname -- "$as_myself" ||
1360 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1361          X"$as_myself" : 'X\(//\)[^/]' \| \
1362          X"$as_myself" : 'X\(//\)$' \| \
1363          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1364 $as_echo X"$as_myself" |
1365     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1366             s//\1/
1367             q
1368           }
1369           /^X\(\/\/\)[^/].*/{
1370             s//\1/
1371             q
1372           }
1373           /^X\(\/\/\)$/{
1374             s//\1/
1375             q
1376           }
1377           /^X\(\/\).*/{
1378             s//\1/
1379             q
1380           }
1381           s/.*/./; q'`
1382   srcdir=$ac_confdir
1383   if test ! -r "$srcdir/$ac_unique_file"; then
1384     srcdir=..
1385   fi
1386 else
1387   ac_srcdir_defaulted=no
1388 fi
1389 if test ! -r "$srcdir/$ac_unique_file"; then
1390   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1391   { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1392    { (exit 1); exit 1; }; }
1393 fi
1394 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1395 ac_abs_confdir=`(
1396         cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1397    { (exit 1); exit 1; }; }
1398         pwd)`
1399 # When building in place, set srcdir=.
1400 if test "$ac_abs_confdir" = "$ac_pwd"; then
1401   srcdir=.
1402 fi
1403 # Remove unnecessary trailing slashes from srcdir.
1404 # Double slashes in file names in object file debugging info
1405 # mess up M-x gdb in Emacs.
1406 case $srcdir in
1407 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1408 esac
1409 for ac_var in $ac_precious_vars; do
1410   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1411   eval ac_env_${ac_var}_value=\$${ac_var}
1412   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1413   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1414 done
1415
1416 #
1417 # Report the --help message.
1418 #
1419 if test "$ac_init_help" = "long"; then
1420   # Omit some internal or obsolete options to make the list less imposing.
1421   # This message is too long to be a string in the A/UX 3.1 sh.
1422   cat <<_ACEOF
1423 \`configure' configures Wine 1.1.14 to adapt to many kinds of systems.
1424
1425 Usage: $0 [OPTION]... [VAR=VALUE]...
1426
1427 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1428 VAR=VALUE.  See below for descriptions of some of the useful variables.
1429
1430 Defaults for the options are specified in brackets.
1431
1432 Configuration:
1433   -h, --help              display this help and exit
1434       --help=short        display options specific to this package
1435       --help=recursive    display the short help of all the included packages
1436   -V, --version           display version information and exit
1437   -q, --quiet, --silent   do not print \`checking...' messages
1438       --cache-file=FILE   cache test results in FILE [disabled]
1439   -C, --config-cache      alias for \`--cache-file=config.cache'
1440   -n, --no-create         do not create output files
1441       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1442
1443 Installation directories:
1444   --prefix=PREFIX         install architecture-independent files in PREFIX
1445                           [$ac_default_prefix]
1446   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1447                           [PREFIX]
1448
1449 By default, \`make install' will install all the files in
1450 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1451 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1452 for instance \`--prefix=\$HOME'.
1453
1454 For better control, use the options below.
1455
1456 Fine tuning of the installation directories:
1457   --bindir=DIR            user executables [EPREFIX/bin]
1458   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1459   --libexecdir=DIR        program executables [EPREFIX/libexec]
1460   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1461   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1462   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1463   --libdir=DIR            object code libraries [EPREFIX/lib]
1464   --includedir=DIR        C header files [PREFIX/include]
1465   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1466   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1467   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1468   --infodir=DIR           info documentation [DATAROOTDIR/info]
1469   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1470   --mandir=DIR            man documentation [DATAROOTDIR/man]
1471   --docdir=DIR            documentation root [DATAROOTDIR/doc/wine]
1472   --htmldir=DIR           html documentation [DOCDIR]
1473   --dvidir=DIR            dvi documentation [DOCDIR]
1474   --pdfdir=DIR            pdf documentation [DOCDIR]
1475   --psdir=DIR             ps documentation [DOCDIR]
1476 _ACEOF
1477
1478   cat <<\_ACEOF
1479
1480 X features:
1481   --x-includes=DIR    X include files are in DIR
1482   --x-libraries=DIR   X library files are in DIR
1483
1484 System types:
1485   --build=BUILD     configure for building on BUILD [guessed]
1486   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1487 _ACEOF
1488 fi
1489
1490 if test -n "$ac_init_help"; then
1491   case $ac_init_help in
1492      short | recursive ) echo "Configuration of Wine 1.1.14:";;
1493    esac
1494   cat <<\_ACEOF
1495
1496 Optional Features:
1497   --disable-option-checking  ignore unrecognized --enable/--with options
1498   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1499   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1500   --disable-win16         do not include Win16 support
1501   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1502                           binaries)
1503   --disable-tests         do not build the regression tests
1504   --enable-maintainer-mode
1505                           enable maintainer-specific build rules
1506
1507 Optional Packages:
1508   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1509   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1510   --without-alsa          do not use the Alsa sound support
1511   --without-audioio       do not use the AudioIO sound support
1512   --without-capi          do not use CAPI (ISDN support)
1513   --without-cms           do not use CMS (color management support)
1514   --without-coreaudio     do not use the CoreAudio sound support
1515   --without-cups          do not use CUPS
1516   --without-curses        do not use (n)curses
1517   --without-esd           do not use the EsounD sound support
1518   --without-fontconfig    do not use fontconfig
1519   --without-freetype      do not use the FreeType library
1520   --without-gphoto        do not use gphoto (Digital Camera support)
1521   --without-glu           do not use the GLU library
1522   --without-gnutls        do not use GnuTLS (schannel support)
1523   --without-hal           do not use HAL (dynamic device support)
1524   --without-jack          do not use the Jack sound support
1525   --without-jpeg          do not use JPEG
1526   --without-ldap          do not use LDAP
1527   --without-nas           do not use the NAS sound support
1528   --without-opengl        do not use OpenGL
1529   --without-openssl       do not use OpenSSL
1530   --without-oss           do not use the OSS sound support
1531   --without-png           do not use PNG
1532   --without-sane          do not use SANE (scanner support)
1533   --without-xcomposite    do not use the Xcomposite extension
1534   --without-xcursor       do not use the Xcursor extension
1535   --without-xinerama      do not use Xinerama (multi-monitor support)
1536   --without-xinput        do not use the Xinput extension
1537   --without-xml           do not use XML
1538   --without-xrandr        do not use Xrandr (resolution changes)
1539   --without-xrender       do not use the Xrender extension
1540   --without-xshape        do not use the Xshape extension
1541   --without-xshm          do not use XShm (shared memory extension)
1542   --without-xslt          do not use XSLT
1543   --without-xxf86vm       do not use XFree video mode extension
1544   --with-wine-tools=DIR   use Wine tools from directory DIR
1545   --with-x                use the X Window System
1546
1547 Some influential environment variables:
1548   CC          C compiler command
1549   CFLAGS      C compiler flags
1550   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1551               nonstandard directory <lib dir>
1552   LIBS        libraries to pass to the linker, e.g. -l<library>
1553   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1554               you have headers in a nonstandard directory <include dir>
1555   CXX         C++ compiler command
1556   CXXFLAGS    C++ compiler flags
1557   XMKMF       Path to xmkmf, Makefile generator for X Window System
1558   CPP         C preprocessor
1559
1560 Use these variables to override the choices made by `configure' or to help
1561 it to find libraries and programs with nonstandard names/locations.
1562
1563 Report bugs to <wine-devel@winehq.org>.
1564 _ACEOF
1565 ac_status=$?
1566 fi
1567
1568 if test "$ac_init_help" = "recursive"; then
1569   # If there are subdirs, report their specific --help.
1570   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1571     test -d "$ac_dir" ||
1572       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1573       continue
1574     ac_builddir=.
1575
1576 case "$ac_dir" in
1577 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1578 *)
1579   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1580   # A ".." for each directory in $ac_dir_suffix.
1581   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1582   case $ac_top_builddir_sub in
1583   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1584   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1585   esac ;;
1586 esac
1587 ac_abs_top_builddir=$ac_pwd
1588 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1589 # for backward compatibility:
1590 ac_top_builddir=$ac_top_build_prefix
1591
1592 case $srcdir in
1593   .)  # We are building in place.
1594     ac_srcdir=.
1595     ac_top_srcdir=$ac_top_builddir_sub
1596     ac_abs_top_srcdir=$ac_pwd ;;
1597   [\\/]* | ?:[\\/]* )  # Absolute name.
1598     ac_srcdir=$srcdir$ac_dir_suffix;
1599     ac_top_srcdir=$srcdir
1600     ac_abs_top_srcdir=$srcdir ;;
1601   *) # Relative name.
1602     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1603     ac_top_srcdir=$ac_top_build_prefix$srcdir
1604     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1605 esac
1606 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1607
1608     cd "$ac_dir" || { ac_status=$?; continue; }
1609     # Check for guested configure.
1610     if test -f "$ac_srcdir/configure.gnu"; then
1611       echo &&
1612       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1613     elif test -f "$ac_srcdir/configure"; then
1614       echo &&
1615       $SHELL "$ac_srcdir/configure" --help=recursive
1616     else
1617       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1618     fi || ac_status=$?
1619     cd "$ac_pwd" || { ac_status=$?; break; }
1620   done
1621 fi
1622
1623 test -n "$ac_init_help" && exit $ac_status
1624 if $ac_init_version; then
1625   cat <<\_ACEOF
1626 Wine configure 1.1.14
1627 generated by GNU Autoconf 2.63
1628
1629 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1630 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1631 This configure script is free software; the Free Software Foundation
1632 gives unlimited permission to copy, distribute and modify it.
1633 _ACEOF
1634   exit
1635 fi
1636 cat >config.log <<_ACEOF
1637 This file contains any messages produced by compilers while
1638 running configure, to aid debugging if configure makes a mistake.
1639
1640 It was created by Wine $as_me 1.1.14, which was
1641 generated by GNU Autoconf 2.63.  Invocation command line was
1642
1643   $ $0 $@
1644
1645 _ACEOF
1646 exec 5>>config.log
1647 {
1648 cat <<_ASUNAME
1649 ## --------- ##
1650 ## Platform. ##
1651 ## --------- ##
1652
1653 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1654 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1655 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1656 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1657 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1658
1659 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1660 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1661
1662 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1663 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1664 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1665 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1666 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1667 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1668 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1669
1670 _ASUNAME
1671
1672 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1673 for as_dir in $PATH
1674 do
1675   IFS=$as_save_IFS
1676   test -z "$as_dir" && as_dir=.
1677   $as_echo "PATH: $as_dir"
1678 done
1679 IFS=$as_save_IFS
1680
1681 } >&5
1682
1683 cat >&5 <<_ACEOF
1684
1685
1686 ## ----------- ##
1687 ## Core tests. ##
1688 ## ----------- ##
1689
1690 _ACEOF
1691
1692
1693 # Keep a trace of the command line.
1694 # Strip out --no-create and --no-recursion so they do not pile up.
1695 # Strip out --silent because we don't want to record it for future runs.
1696 # Also quote any args containing shell meta-characters.
1697 # Make two passes to allow for proper duplicate-argument suppression.
1698 ac_configure_args=
1699 ac_configure_args0=
1700 ac_configure_args1=
1701 ac_must_keep_next=false
1702 for ac_pass in 1 2
1703 do
1704   for ac_arg
1705   do
1706     case $ac_arg in
1707     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1708     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1709     | -silent | --silent | --silen | --sile | --sil)
1710       continue ;;
1711     *\'*)
1712       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1713     esac
1714     case $ac_pass in
1715     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1716     2)
1717       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1718       if test $ac_must_keep_next = true; then
1719         ac_must_keep_next=false # Got value, back to normal.
1720       else
1721         case $ac_arg in
1722           *=* | --config-cache | -C | -disable-* | --disable-* \
1723           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1724           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1725           | -with-* | --with-* | -without-* | --without-* | --x)
1726             case "$ac_configure_args0 " in
1727               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1728             esac
1729             ;;
1730           -* ) ac_must_keep_next=true ;;
1731         esac
1732       fi
1733       ac_configure_args="$ac_configure_args '$ac_arg'"
1734       ;;
1735     esac
1736   done
1737 done
1738 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1739 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1740
1741 # When interrupted or exit'd, cleanup temporary files, and complete
1742 # config.log.  We remove comments because anyway the quotes in there
1743 # would cause problems or look ugly.
1744 # WARNING: Use '\'' to represent an apostrophe within the trap.
1745 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1746 trap 'exit_status=$?
1747   # Save into config.log some information that might help in debugging.
1748   {
1749     echo
1750
1751     cat <<\_ASBOX
1752 ## ---------------- ##
1753 ## Cache variables. ##
1754 ## ---------------- ##
1755 _ASBOX
1756     echo
1757     # The following way of writing the cache mishandles newlines in values,
1758 (
1759   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1760     eval ac_val=\$$ac_var
1761     case $ac_val in #(
1762     *${as_nl}*)
1763       case $ac_var in #(
1764       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1765 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1766       esac
1767       case $ac_var in #(
1768       _ | IFS | as_nl) ;; #(
1769       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1770       *) $as_unset $ac_var ;;
1771       esac ;;
1772     esac
1773   done
1774   (set) 2>&1 |
1775     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1776     *${as_nl}ac_space=\ *)
1777       sed -n \
1778         "s/'\''/'\''\\\\'\'''\''/g;
1779           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1780       ;; #(
1781     *)
1782       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1783       ;;
1784     esac |
1785     sort
1786 )
1787     echo
1788
1789     cat <<\_ASBOX
1790 ## ----------------- ##
1791 ## Output variables. ##
1792 ## ----------------- ##
1793 _ASBOX
1794     echo
1795     for ac_var in $ac_subst_vars
1796     do
1797       eval ac_val=\$$ac_var
1798       case $ac_val in
1799       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1800       esac
1801       $as_echo "$ac_var='\''$ac_val'\''"
1802     done | sort
1803     echo
1804
1805     if test -n "$ac_subst_files"; then
1806       cat <<\_ASBOX
1807 ## ------------------- ##
1808 ## File substitutions. ##
1809 ## ------------------- ##
1810 _ASBOX
1811       echo
1812       for ac_var in $ac_subst_files
1813       do
1814         eval ac_val=\$$ac_var
1815         case $ac_val in
1816         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1817         esac
1818         $as_echo "$ac_var='\''$ac_val'\''"
1819       done | sort
1820       echo
1821     fi
1822
1823     if test -s confdefs.h; then
1824       cat <<\_ASBOX
1825 ## ----------- ##
1826 ## confdefs.h. ##
1827 ## ----------- ##
1828 _ASBOX
1829       echo
1830       cat confdefs.h
1831       echo
1832     fi
1833     test "$ac_signal" != 0 &&
1834       $as_echo "$as_me: caught signal $ac_signal"
1835     $as_echo "$as_me: exit $exit_status"
1836   } >&5
1837   rm -f core *.core core.conftest.* &&
1838     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1839     exit $exit_status
1840 ' 0
1841 for ac_signal in 1 2 13 15; do
1842   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1843 done
1844 ac_signal=0
1845
1846 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1847 rm -f -r conftest* confdefs.h
1848
1849 # Predefined preprocessor variables.
1850
1851 cat >>confdefs.h <<_ACEOF
1852 #define PACKAGE_NAME "$PACKAGE_NAME"
1853 _ACEOF
1854
1855
1856 cat >>confdefs.h <<_ACEOF
1857 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1858 _ACEOF
1859
1860
1861 cat >>confdefs.h <<_ACEOF
1862 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1863 _ACEOF
1864
1865
1866 cat >>confdefs.h <<_ACEOF
1867 #define PACKAGE_STRING "$PACKAGE_STRING"
1868 _ACEOF
1869
1870
1871 cat >>confdefs.h <<_ACEOF
1872 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1873 _ACEOF
1874
1875
1876 # Let the site file select an alternate cache file if it wants to.
1877 # Prefer an explicitly selected file to automatically selected ones.
1878 ac_site_file1=NONE
1879 ac_site_file2=NONE
1880 if test -n "$CONFIG_SITE"; then
1881   ac_site_file1=$CONFIG_SITE
1882 elif test "x$prefix" != xNONE; then
1883   ac_site_file1=$prefix/share/config.site
1884   ac_site_file2=$prefix/etc/config.site
1885 else
1886   ac_site_file1=$ac_default_prefix/share/config.site
1887   ac_site_file2=$ac_default_prefix/etc/config.site
1888 fi
1889 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1890 do
1891   test "x$ac_site_file" = xNONE && continue
1892   if test -r "$ac_site_file"; then
1893     { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1894 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1895     sed 's/^/| /' "$ac_site_file" >&5
1896     . "$ac_site_file"
1897   fi
1898 done
1899
1900 if test -r "$cache_file"; then
1901   # Some versions of bash will fail to source /dev/null (special
1902   # files actually), so we avoid doing that.
1903   if test -f "$cache_file"; then
1904     { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1905 $as_echo "$as_me: loading cache $cache_file" >&6;}
1906     case $cache_file in
1907       [\\/]* | ?:[\\/]* ) . "$cache_file";;
1908       *)                      . "./$cache_file";;
1909     esac
1910   fi
1911 else
1912   { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1913 $as_echo "$as_me: creating cache $cache_file" >&6;}
1914   >$cache_file
1915 fi
1916
1917 # Check that the precious variables saved in the cache have kept the same
1918 # value.
1919 ac_cache_corrupted=false
1920 for ac_var in $ac_precious_vars; do
1921   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1922   eval ac_new_set=\$ac_env_${ac_var}_set
1923   eval ac_old_val=\$ac_cv_env_${ac_var}_value
1924   eval ac_new_val=\$ac_env_${ac_var}_value
1925   case $ac_old_set,$ac_new_set in
1926     set,)
1927       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1928 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1929       ac_cache_corrupted=: ;;
1930     ,set)
1931       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1932 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1933       ac_cache_corrupted=: ;;
1934     ,);;
1935     *)
1936       if test "x$ac_old_val" != "x$ac_new_val"; then
1937         # differences in whitespace do not lead to failure.
1938         ac_old_val_w=`echo x $ac_old_val`
1939         ac_new_val_w=`echo x $ac_new_val`
1940         if test "$ac_old_val_w" != "$ac_new_val_w"; then
1941           { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1942 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1943           ac_cache_corrupted=:
1944         else
1945           { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1946 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1947           eval $ac_var=\$ac_old_val
1948         fi
1949         { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
1950 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1951         { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
1952 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1953       fi;;
1954   esac
1955   # Pass precious variables to config.status.
1956   if test "$ac_new_set" = set; then
1957     case $ac_new_val in
1958     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1959     *) ac_arg=$ac_var=$ac_new_val ;;
1960     esac
1961     case " $ac_configure_args " in
1962       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1963       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1964     esac
1965   fi
1966 done
1967 if $ac_cache_corrupted; then
1968   { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1969 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1970   { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1971 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1972   { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1973 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1974    { (exit 1); exit 1; }; }
1975 fi
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
2001 ac_ext=c
2002 ac_cpp='$CPP $CPPFLAGS'
2003 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2004 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2005 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2006
2007
2008
2009 ac_config_headers="$ac_config_headers include/config.h"
2010
2011 ac_aux_dir=
2012 for ac_dir in tools "$srcdir"/tools; do
2013   if test -f "$ac_dir/install-sh"; then
2014     ac_aux_dir=$ac_dir
2015     ac_install_sh="$ac_aux_dir/install-sh -c"
2016     break
2017   elif test -f "$ac_dir/install.sh"; then
2018     ac_aux_dir=$ac_dir
2019     ac_install_sh="$ac_aux_dir/install.sh -c"
2020     break
2021   elif test -f "$ac_dir/shtool"; then
2022     ac_aux_dir=$ac_dir
2023     ac_install_sh="$ac_aux_dir/shtool install -c"
2024     break
2025   fi
2026 done
2027 if test -z "$ac_aux_dir"; then
2028   { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2029 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2030    { (exit 1); exit 1; }; }
2031 fi
2032
2033 # These three variables are undocumented and unsupported,
2034 # and are intended to be withdrawn in a future Autoconf release.
2035 # They can cause serious problems if a builder's source tree is in a directory
2036 # whose full name contains unusual characters.
2037 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2038 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2039 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2040
2041
2042
2043
2044 # Check whether --enable-win16 was given.
2045 if test "${enable_win16+set}" = set; then
2046   enableval=$enable_win16;
2047 fi
2048
2049 # Check whether --enable-win64 was given.
2050 if test "${enable_win64+set}" = set; then
2051   enableval=$enable_win64;
2052 fi
2053
2054 # Check whether --enable-tests was given.
2055 if test "${enable_tests+set}" = set; then
2056   enableval=$enable_tests;
2057 fi
2058
2059 # Check whether --enable-maintainer-mode was given.
2060 if test "${enable_maintainer_mode+set}" = set; then
2061   enableval=$enable_maintainer_mode;
2062 else
2063   MAINTAINER_MODE=\#
2064
2065 fi
2066
2067
2068
2069 # Check whether --with-alsa was given.
2070 if test "${with_alsa+set}" = set; then
2071   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2072 fi
2073
2074
2075 # Check whether --with-audioio was given.
2076 if test "${with_audioio+set}" = set; then
2077   withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2078 fi
2079
2080
2081 # Check whether --with-capi was given.
2082 if test "${with_capi+set}" = set; then
2083   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2084 fi
2085
2086
2087 # Check whether --with-cms was given.
2088 if test "${with_cms+set}" = set; then
2089   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2090 fi
2091
2092
2093 # Check whether --with-coreaudio was given.
2094 if test "${with_coreaudio+set}" = set; then
2095   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2096 fi
2097
2098
2099 # Check whether --with-cups was given.
2100 if test "${with_cups+set}" = set; then
2101   withval=$with_cups;
2102 fi
2103
2104
2105 # Check whether --with-curses was given.
2106 if test "${with_curses+set}" = set; then
2107   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2108 fi
2109
2110
2111 # Check whether --with-esd was given.
2112 if test "${with_esd+set}" = set; then
2113   withval=$with_esd;
2114 fi
2115
2116
2117 # Check whether --with-fontconfig was given.
2118 if test "${with_fontconfig+set}" = set; then
2119   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2120 fi
2121
2122
2123 # Check whether --with-freetype was given.
2124 if test "${with_freetype+set}" = set; then
2125   withval=$with_freetype;
2126 fi
2127
2128
2129 # Check whether --with-gphoto was given.
2130 if test "${with_gphoto+set}" = set; then
2131   withval=$with_gphoto;
2132 fi
2133
2134
2135 # Check whether --with-glu was given.
2136 if test "${with_glu+set}" = set; then
2137   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2138 fi
2139
2140
2141 # Check whether --with-gnutls was given.
2142 if test "${with_gnutls+set}" = set; then
2143   withval=$with_gnutls;
2144 fi
2145
2146
2147 # Check whether --with-hal was given.
2148 if test "${with_hal+set}" = set; then
2149   withval=$with_hal;
2150 fi
2151
2152
2153 # Check whether --with-jack was given.
2154 if test "${with_jack+set}" = set; then
2155   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2156 fi
2157
2158
2159 # Check whether --with-jpeg was given.
2160 if test "${with_jpeg+set}" = set; then
2161   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2162 fi
2163
2164
2165 # Check whether --with-ldap was given.
2166 if test "${with_ldap+set}" = set; then
2167   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2168 fi
2169
2170
2171 # Check whether --with-nas was given.
2172 if test "${with_nas+set}" = set; then
2173   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2174 fi
2175
2176
2177 # Check whether --with-opengl was given.
2178 if test "${with_opengl+set}" = set; then
2179   withval=$with_opengl;
2180 fi
2181
2182
2183 # Check whether --with-openssl was given.
2184 if test "${with_openssl+set}" = set; then
2185   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2186 fi
2187
2188
2189 # Check whether --with-oss was given.
2190 if test "${with_oss+set}" = set; then
2191   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
2192 fi
2193
2194
2195 # Check whether --with-png was given.
2196 if test "${with_png+set}" = set; then
2197   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2198 fi
2199
2200
2201 # Check whether --with-sane was given.
2202 if test "${with_sane+set}" = set; then
2203   withval=$with_sane;
2204 fi
2205
2206
2207 # Check whether --with-xcomposite was given.
2208 if test "${with_xcomposite+set}" = set; then
2209   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2210 fi
2211
2212
2213 # Check whether --with-xcursor was given.
2214 if test "${with_xcursor+set}" = set; then
2215   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2216 fi
2217
2218
2219 # Check whether --with-xinerama was given.
2220 if test "${with_xinerama+set}" = set; then
2221   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2222 fi
2223
2224
2225 # Check whether --with-xinput was given.
2226 if test "${with_xinput+set}" = set; then
2227   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2228 fi
2229
2230
2231 # Check whether --with-xml was given.
2232 if test "${with_xml+set}" = set; then
2233   withval=$with_xml;
2234 fi
2235
2236
2237 # Check whether --with-xrandr was given.
2238 if test "${with_xrandr+set}" = set; then
2239   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2240 fi
2241
2242
2243 # Check whether --with-xrender was given.
2244 if test "${with_xrender+set}" = set; then
2245   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2246 fi
2247
2248
2249 # Check whether --with-xshape was given.
2250 if test "${with_xshape+set}" = set; then
2251   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2252 fi
2253
2254
2255 # Check whether --with-xshm was given.
2256 if test "${with_xshm+set}" = set; then
2257   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2258 fi
2259
2260
2261 # Check whether --with-xslt was given.
2262 if test "${with_xslt+set}" = set; then
2263   withval=$with_xslt;
2264 fi
2265
2266
2267 # Check whether --with-xxf86vm was given.
2268 if test "${with_xxf86vm+set}" = set; then
2269   withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2270 fi
2271
2272
2273
2274 # Check whether --with-wine-tools was given.
2275 if test "${with_wine_tools+set}" = set; then
2276   withval=$with_wine_tools;
2277 fi
2278
2279
2280 # Make sure we can run config.sub.
2281 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2282   { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2283 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2284    { (exit 1); exit 1; }; }
2285
2286 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2287 $as_echo_n "checking build system type... " >&6; }
2288 if test "${ac_cv_build+set}" = set; then
2289   $as_echo_n "(cached) " >&6
2290 else
2291   ac_build_alias=$build_alias
2292 test "x$ac_build_alias" = x &&
2293   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2294 test "x$ac_build_alias" = x &&
2295   { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2296 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2297    { (exit 1); exit 1; }; }
2298 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2299   { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2300 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2301    { (exit 1); exit 1; }; }
2302
2303 fi
2304 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2305 $as_echo "$ac_cv_build" >&6; }
2306 case $ac_cv_build in
2307 *-*-*) ;;
2308 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2309 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2310    { (exit 1); exit 1; }; };;
2311 esac
2312 build=$ac_cv_build
2313 ac_save_IFS=$IFS; IFS='-'
2314 set x $ac_cv_build
2315 shift
2316 build_cpu=$1
2317 build_vendor=$2
2318 shift; shift
2319 # Remember, the first character of IFS is used to create $*,
2320 # except with old shells:
2321 build_os=$*
2322 IFS=$ac_save_IFS
2323 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2324
2325
2326 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2327 $as_echo_n "checking host system type... " >&6; }
2328 if test "${ac_cv_host+set}" = set; then
2329   $as_echo_n "(cached) " >&6
2330 else
2331   if test "x$host_alias" = x; then
2332   ac_cv_host=$ac_cv_build
2333 else
2334   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2335     { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2336 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2337    { (exit 1); exit 1; }; }
2338 fi
2339
2340 fi
2341 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2342 $as_echo "$ac_cv_host" >&6; }
2343 case $ac_cv_host in
2344 *-*-*) ;;
2345 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2346 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2347    { (exit 1); exit 1; }; };;
2348 esac
2349 host=$ac_cv_host
2350 ac_save_IFS=$IFS; IFS='-'
2351 set x $ac_cv_host
2352 shift
2353 host_cpu=$1
2354 host_vendor=$2
2355 shift; shift
2356 # Remember, the first character of IFS is used to create $*,
2357 # except with old shells:
2358 host_os=$*
2359 IFS=$ac_save_IFS
2360 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2361
2362
2363
2364 case "$srcdir" in
2365  .) ;;
2366  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2367       { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2368 You need to run 'make distclean' in the source tree first." >&5
2369 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2370 You need to run 'make distclean' in the source tree first." >&2;}
2371    { (exit 1); exit 1; }; }
2372     fi ;;
2373 esac
2374
2375
2376 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2377 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2378 set x ${MAKE-make}
2379 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2380 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2381   $as_echo_n "(cached) " >&6
2382 else
2383   cat >conftest.make <<\_ACEOF
2384 SHELL = /bin/sh
2385 all:
2386         @echo '@@@%%%=$(MAKE)=@@@%%%'
2387 _ACEOF
2388 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2389 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2390   *@@@%%%=?*=@@@%%%*)
2391     eval ac_cv_prog_make_${ac_make}_set=yes;;
2392   *)
2393     eval ac_cv_prog_make_${ac_make}_set=no;;
2394 esac
2395 rm -f conftest.make
2396 fi
2397 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2398   { $as_echo "$as_me:$LINENO: result: yes" >&5
2399 $as_echo "yes" >&6; }
2400   SET_MAKE=
2401 else
2402   { $as_echo "$as_me:$LINENO: result: no" >&5
2403 $as_echo "no" >&6; }
2404   SET_MAKE="MAKE=${MAKE-make}"
2405 fi
2406
2407 ac_ext=c
2408 ac_cpp='$CPP $CPPFLAGS'
2409 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2410 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2411 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2412 if test -n "$ac_tool_prefix"; then
2413   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2414 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2415 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2416 $as_echo_n "checking for $ac_word... " >&6; }
2417 if test "${ac_cv_prog_CC+set}" = set; then
2418   $as_echo_n "(cached) " >&6
2419 else
2420   if test -n "$CC"; then
2421   ac_cv_prog_CC="$CC" # Let the user override the test.
2422 else
2423 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2424 for as_dir in $PATH
2425 do
2426   IFS=$as_save_IFS
2427   test -z "$as_dir" && as_dir=.
2428   for ac_exec_ext in '' $ac_executable_extensions; do
2429   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2430     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2431     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2432     break 2
2433   fi
2434 done
2435 done
2436 IFS=$as_save_IFS
2437
2438 fi
2439 fi
2440 CC=$ac_cv_prog_CC
2441 if test -n "$CC"; then
2442   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2443 $as_echo "$CC" >&6; }
2444 else
2445   { $as_echo "$as_me:$LINENO: result: no" >&5
2446 $as_echo "no" >&6; }
2447 fi
2448
2449
2450 fi
2451 if test -z "$ac_cv_prog_CC"; then
2452   ac_ct_CC=$CC
2453   # Extract the first word of "gcc", so it can be a program name with args.
2454 set dummy gcc; ac_word=$2
2455 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2456 $as_echo_n "checking for $ac_word... " >&6; }
2457 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2458   $as_echo_n "(cached) " >&6
2459 else
2460   if test -n "$ac_ct_CC"; then
2461   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2462 else
2463 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2464 for as_dir in $PATH
2465 do
2466   IFS=$as_save_IFS
2467   test -z "$as_dir" && as_dir=.
2468   for ac_exec_ext in '' $ac_executable_extensions; do
2469   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2470     ac_cv_prog_ac_ct_CC="gcc"
2471     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2472     break 2
2473   fi
2474 done
2475 done
2476 IFS=$as_save_IFS
2477
2478 fi
2479 fi
2480 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2481 if test -n "$ac_ct_CC"; then
2482   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2483 $as_echo "$ac_ct_CC" >&6; }
2484 else
2485   { $as_echo "$as_me:$LINENO: result: no" >&5
2486 $as_echo "no" >&6; }
2487 fi
2488
2489   if test "x$ac_ct_CC" = x; then
2490     CC=""
2491   else
2492     case $cross_compiling:$ac_tool_warned in
2493 yes:)
2494 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2495 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2496 ac_tool_warned=yes ;;
2497 esac
2498     CC=$ac_ct_CC
2499   fi
2500 else
2501   CC="$ac_cv_prog_CC"
2502 fi
2503
2504 if test -z "$CC"; then
2505           if test -n "$ac_tool_prefix"; then
2506     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2507 set dummy ${ac_tool_prefix}cc; ac_word=$2
2508 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2509 $as_echo_n "checking for $ac_word... " >&6; }
2510 if test "${ac_cv_prog_CC+set}" = set; then
2511   $as_echo_n "(cached) " >&6
2512 else
2513   if test -n "$CC"; then
2514   ac_cv_prog_CC="$CC" # Let the user override the test.
2515 else
2516 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2517 for as_dir in $PATH
2518 do
2519   IFS=$as_save_IFS
2520   test -z "$as_dir" && as_dir=.
2521   for ac_exec_ext in '' $ac_executable_extensions; do
2522   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2523     ac_cv_prog_CC="${ac_tool_prefix}cc"
2524     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2525     break 2
2526   fi
2527 done
2528 done
2529 IFS=$as_save_IFS
2530
2531 fi
2532 fi
2533 CC=$ac_cv_prog_CC
2534 if test -n "$CC"; then
2535   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2536 $as_echo "$CC" >&6; }
2537 else
2538   { $as_echo "$as_me:$LINENO: result: no" >&5
2539 $as_echo "no" >&6; }
2540 fi
2541
2542
2543   fi
2544 fi
2545 if test -z "$CC"; then
2546   # Extract the first word of "cc", so it can be a program name with args.
2547 set dummy cc; ac_word=$2
2548 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2549 $as_echo_n "checking for $ac_word... " >&6; }
2550 if test "${ac_cv_prog_CC+set}" = set; then
2551   $as_echo_n "(cached) " >&6
2552 else
2553   if test -n "$CC"; then
2554   ac_cv_prog_CC="$CC" # Let the user override the test.
2555 else
2556   ac_prog_rejected=no
2557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2558 for as_dir in $PATH
2559 do
2560   IFS=$as_save_IFS
2561   test -z "$as_dir" && as_dir=.
2562   for ac_exec_ext in '' $ac_executable_extensions; do
2563   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2564     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2565        ac_prog_rejected=yes
2566        continue
2567      fi
2568     ac_cv_prog_CC="cc"
2569     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2570     break 2
2571   fi
2572 done
2573 done
2574 IFS=$as_save_IFS
2575
2576 if test $ac_prog_rejected = yes; then
2577   # We found a bogon in the path, so make sure we never use it.
2578   set dummy $ac_cv_prog_CC
2579   shift
2580   if test $# != 0; then
2581     # We chose a different compiler from the bogus one.
2582     # However, it has the same basename, so the bogon will be chosen
2583     # first if we set CC to just the basename; use the full file name.
2584     shift
2585     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2586   fi
2587 fi
2588 fi
2589 fi
2590 CC=$ac_cv_prog_CC
2591 if test -n "$CC"; then
2592   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2593 $as_echo "$CC" >&6; }
2594 else
2595   { $as_echo "$as_me:$LINENO: result: no" >&5
2596 $as_echo "no" >&6; }
2597 fi
2598
2599
2600 fi
2601 if test -z "$CC"; then
2602   if test -n "$ac_tool_prefix"; then
2603   for ac_prog in cl.exe
2604   do
2605     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2606 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2607 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2608 $as_echo_n "checking for $ac_word... " >&6; }
2609 if test "${ac_cv_prog_CC+set}" = set; then
2610   $as_echo_n "(cached) " >&6
2611 else
2612   if test -n "$CC"; then
2613   ac_cv_prog_CC="$CC" # Let the user override the test.
2614 else
2615 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2616 for as_dir in $PATH
2617 do
2618   IFS=$as_save_IFS
2619   test -z "$as_dir" && as_dir=.
2620   for ac_exec_ext in '' $ac_executable_extensions; do
2621   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2622     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2623     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2624     break 2
2625   fi
2626 done
2627 done
2628 IFS=$as_save_IFS
2629
2630 fi
2631 fi
2632 CC=$ac_cv_prog_CC
2633 if test -n "$CC"; then
2634   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2635 $as_echo "$CC" >&6; }
2636 else
2637   { $as_echo "$as_me:$LINENO: result: no" >&5
2638 $as_echo "no" >&6; }
2639 fi
2640
2641
2642     test -n "$CC" && break
2643   done
2644 fi
2645 if test -z "$CC"; then
2646   ac_ct_CC=$CC
2647   for ac_prog in cl.exe
2648 do
2649   # Extract the first word of "$ac_prog", so it can be a program name with args.
2650 set dummy $ac_prog; ac_word=$2
2651 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2652 $as_echo_n "checking for $ac_word... " >&6; }
2653 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2654   $as_echo_n "(cached) " >&6
2655 else
2656   if test -n "$ac_ct_CC"; then
2657   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2658 else
2659 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2660 for as_dir in $PATH
2661 do
2662   IFS=$as_save_IFS
2663   test -z "$as_dir" && as_dir=.
2664   for ac_exec_ext in '' $ac_executable_extensions; do
2665   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2666     ac_cv_prog_ac_ct_CC="$ac_prog"
2667     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2668     break 2
2669   fi
2670 done
2671 done
2672 IFS=$as_save_IFS
2673
2674 fi
2675 fi
2676 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2677 if test -n "$ac_ct_CC"; then
2678   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2679 $as_echo "$ac_ct_CC" >&6; }
2680 else
2681   { $as_echo "$as_me:$LINENO: result: no" >&5
2682 $as_echo "no" >&6; }
2683 fi
2684
2685
2686   test -n "$ac_ct_CC" && break
2687 done
2688
2689   if test "x$ac_ct_CC" = x; then
2690     CC=""
2691   else
2692     case $cross_compiling:$ac_tool_warned in
2693 yes:)
2694 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2695 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2696 ac_tool_warned=yes ;;
2697 esac
2698     CC=$ac_ct_CC
2699   fi
2700 fi
2701
2702 fi
2703
2704
2705 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2706 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2707 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2708 See \`config.log' for more details." >&5
2709 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2710 See \`config.log' for more details." >&2;}
2711    { (exit 1); exit 1; }; }; }
2712
2713 # Provide some information about the compiler.
2714 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2715 set X $ac_compile
2716 ac_compiler=$2
2717 { (ac_try="$ac_compiler --version >&5"
2718 case "(($ac_try" in
2719   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2720   *) ac_try_echo=$ac_try;;
2721 esac
2722 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2723 $as_echo "$ac_try_echo") >&5
2724   (eval "$ac_compiler --version >&5") 2>&5
2725   ac_status=$?
2726   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2727   (exit $ac_status); }
2728 { (ac_try="$ac_compiler -v >&5"
2729 case "(($ac_try" in
2730   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2731   *) ac_try_echo=$ac_try;;
2732 esac
2733 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2734 $as_echo "$ac_try_echo") >&5
2735   (eval "$ac_compiler -v >&5") 2>&5
2736   ac_status=$?
2737   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2738   (exit $ac_status); }
2739 { (ac_try="$ac_compiler -V >&5"
2740 case "(($ac_try" in
2741   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2742   *) ac_try_echo=$ac_try;;
2743 esac
2744 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2745 $as_echo "$ac_try_echo") >&5
2746   (eval "$ac_compiler -V >&5") 2>&5
2747   ac_status=$?
2748   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2749   (exit $ac_status); }
2750
2751 cat >conftest.$ac_ext <<_ACEOF
2752 /* confdefs.h.  */
2753 _ACEOF
2754 cat confdefs.h >>conftest.$ac_ext
2755 cat >>conftest.$ac_ext <<_ACEOF
2756 /* end confdefs.h.  */
2757
2758 int
2759 main ()
2760 {
2761
2762   ;
2763   return 0;
2764 }
2765 _ACEOF
2766 ac_clean_files_save=$ac_clean_files
2767 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2768 # Try to create an executable without -o first, disregard a.out.
2769 # It will help us diagnose broken compilers, and finding out an intuition
2770 # of exeext.
2771 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2772 $as_echo_n "checking for C compiler default output file name... " >&6; }
2773 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2774
2775 # The possible output files:
2776 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2777
2778 ac_rmfiles=
2779 for ac_file in $ac_files
2780 do
2781   case $ac_file in
2782     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2783     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2784   esac
2785 done
2786 rm -f $ac_rmfiles
2787
2788 if { (ac_try="$ac_link_default"
2789 case "(($ac_try" in
2790   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2791   *) ac_try_echo=$ac_try;;
2792 esac
2793 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2794 $as_echo "$ac_try_echo") >&5
2795   (eval "$ac_link_default") 2>&5
2796   ac_status=$?
2797   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2798   (exit $ac_status); }; then
2799   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2800 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2801 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
2802 # so that the user can short-circuit this test for compilers unknown to
2803 # Autoconf.
2804 for ac_file in $ac_files ''
2805 do
2806   test -f "$ac_file" || continue
2807   case $ac_file in
2808     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2809         ;;
2810     [ab].out )
2811         # We found the default executable, but exeext='' is most
2812         # certainly right.
2813         break;;
2814     *.* )
2815         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2816         then :; else
2817            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2818         fi
2819         # We set ac_cv_exeext here because the later test for it is not
2820         # safe: cross compilers may not add the suffix if given an `-o'
2821         # argument, so we may need to know it at that point already.
2822         # Even if this section looks crufty: it has the advantage of
2823         # actually working.
2824         break;;
2825     * )
2826         break;;
2827   esac
2828 done
2829 test "$ac_cv_exeext" = no && ac_cv_exeext=
2830
2831 else
2832   ac_file=''
2833 fi
2834
2835 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2836 $as_echo "$ac_file" >&6; }
2837 if test -z "$ac_file"; then
2838   $as_echo "$as_me: failed program was:" >&5
2839 sed 's/^/| /' conftest.$ac_ext >&5
2840
2841 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2842 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2843 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2844 See \`config.log' for more details." >&5
2845 $as_echo "$as_me: error: C compiler cannot create executables
2846 See \`config.log' for more details." >&2;}
2847    { (exit 77); exit 77; }; }; }
2848 fi
2849
2850 ac_exeext=$ac_cv_exeext
2851
2852 # Check that the compiler produces executables we can run.  If not, either
2853 # the compiler is broken, or we cross compile.
2854 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2855 $as_echo_n "checking whether the C compiler works... " >&6; }
2856 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2857 # If not cross compiling, check that we can run a simple program.
2858 if test "$cross_compiling" != yes; then
2859   if { ac_try='./$ac_file'
2860   { (case "(($ac_try" in
2861   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2862   *) ac_try_echo=$ac_try;;
2863 esac
2864 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2865 $as_echo "$ac_try_echo") >&5
2866   (eval "$ac_try") 2>&5
2867   ac_status=$?
2868   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2869   (exit $ac_status); }; }; then
2870     cross_compiling=no
2871   else
2872     if test "$cross_compiling" = maybe; then
2873         cross_compiling=yes
2874     else
2875         { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2876 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2877 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2878 If you meant to cross compile, use \`--host'.
2879 See \`config.log' for more details." >&5
2880 $as_echo "$as_me: error: cannot run C compiled programs.
2881 If you meant to cross compile, use \`--host'.
2882 See \`config.log' for more details." >&2;}
2883    { (exit 1); exit 1; }; }; }
2884     fi
2885   fi
2886 fi
2887 { $as_echo "$as_me:$LINENO: result: yes" >&5
2888 $as_echo "yes" >&6; }
2889
2890 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2891 ac_clean_files=$ac_clean_files_save
2892 # Check that the compiler produces executables we can run.  If not, either
2893 # the compiler is broken, or we cross compile.
2894 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2895 $as_echo_n "checking whether we are cross compiling... " >&6; }
2896 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2897 $as_echo "$cross_compiling" >&6; }
2898
2899 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2900 $as_echo_n "checking for suffix of executables... " >&6; }
2901 if { (ac_try="$ac_link"
2902 case "(($ac_try" in
2903   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2904   *) ac_try_echo=$ac_try;;
2905 esac
2906 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2907 $as_echo "$ac_try_echo") >&5
2908   (eval "$ac_link") 2>&5
2909   ac_status=$?
2910   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2911   (exit $ac_status); }; then
2912   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2913 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2914 # work properly (i.e., refer to `conftest.exe'), while it won't with
2915 # `rm'.
2916 for ac_file in conftest.exe conftest conftest.*; do
2917   test -f "$ac_file" || continue
2918   case $ac_file in
2919     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2920     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2921           break;;
2922     * ) break;;
2923   esac
2924 done
2925 else
2926   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2927 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2928 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2929 See \`config.log' for more details." >&5
2930 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2931 See \`config.log' for more details." >&2;}
2932    { (exit 1); exit 1; }; }; }
2933 fi
2934
2935 rm -f conftest$ac_cv_exeext
2936 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2937 $as_echo "$ac_cv_exeext" >&6; }
2938
2939 rm -f conftest.$ac_ext
2940 EXEEXT=$ac_cv_exeext
2941 ac_exeext=$EXEEXT
2942 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2943 $as_echo_n "checking for suffix of object files... " >&6; }
2944 if test "${ac_cv_objext+set}" = set; then
2945   $as_echo_n "(cached) " >&6
2946 else
2947   cat >conftest.$ac_ext <<_ACEOF
2948 /* confdefs.h.  */
2949 _ACEOF
2950 cat confdefs.h >>conftest.$ac_ext
2951 cat >>conftest.$ac_ext <<_ACEOF
2952 /* end confdefs.h.  */
2953
2954 int
2955 main ()
2956 {
2957
2958   ;
2959   return 0;
2960 }
2961 _ACEOF
2962 rm -f conftest.o conftest.obj
2963 if { (ac_try="$ac_compile"
2964 case "(($ac_try" in
2965   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2966   *) ac_try_echo=$ac_try;;
2967 esac
2968 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2969 $as_echo "$ac_try_echo") >&5
2970   (eval "$ac_compile") 2>&5
2971   ac_status=$?
2972   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2973   (exit $ac_status); }; then
2974   for ac_file in conftest.o conftest.obj conftest.*; do
2975   test -f "$ac_file" || continue;
2976   case $ac_file in
2977     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2978     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2979        break;;
2980   esac
2981 done
2982 else
2983   $as_echo "$as_me: failed program was:" >&5
2984 sed 's/^/| /' conftest.$ac_ext >&5
2985
2986 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2987 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2988 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2989 See \`config.log' for more details." >&5
2990 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2991 See \`config.log' for more details." >&2;}
2992    { (exit 1); exit 1; }; }; }
2993 fi
2994
2995 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2996 fi
2997 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2998 $as_echo "$ac_cv_objext" >&6; }
2999 OBJEXT=$ac_cv_objext
3000 ac_objext=$OBJEXT
3001 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3002 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3003 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3004   $as_echo_n "(cached) " >&6
3005 else
3006   cat >conftest.$ac_ext <<_ACEOF
3007 /* confdefs.h.  */
3008 _ACEOF
3009 cat confdefs.h >>conftest.$ac_ext
3010 cat >>conftest.$ac_ext <<_ACEOF
3011 /* end confdefs.h.  */
3012
3013 int
3014 main ()
3015 {
3016 #ifndef __GNUC__
3017        choke me
3018 #endif
3019
3020   ;
3021   return 0;
3022 }
3023 _ACEOF
3024 rm -f conftest.$ac_objext
3025 if { (ac_try="$ac_compile"
3026 case "(($ac_try" in
3027   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3028   *) ac_try_echo=$ac_try;;
3029 esac
3030 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3031 $as_echo "$ac_try_echo") >&5
3032   (eval "$ac_compile") 2>conftest.er1
3033   ac_status=$?
3034   grep -v '^ *+' conftest.er1 >conftest.err
3035   rm -f conftest.er1
3036   cat conftest.err >&5
3037   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3038   (exit $ac_status); } && {
3039          test -z "$ac_c_werror_flag" ||
3040          test ! -s conftest.err
3041        } && test -s conftest.$ac_objext; then
3042   ac_compiler_gnu=yes
3043 else
3044   $as_echo "$as_me: failed program was:" >&5
3045 sed 's/^/| /' conftest.$ac_ext >&5
3046
3047         ac_compiler_gnu=no
3048 fi
3049
3050 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3051 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3052
3053 fi
3054 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3055 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3056 if test $ac_compiler_gnu = yes; then
3057   GCC=yes
3058 else
3059   GCC=
3060 fi
3061 ac_test_CFLAGS=${CFLAGS+set}
3062 ac_save_CFLAGS=$CFLAGS
3063 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3064 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3065 if test "${ac_cv_prog_cc_g+set}" = set; then
3066   $as_echo_n "(cached) " >&6
3067 else
3068   ac_save_c_werror_flag=$ac_c_werror_flag
3069    ac_c_werror_flag=yes
3070    ac_cv_prog_cc_g=no
3071    CFLAGS="-g"
3072    cat >conftest.$ac_ext <<_ACEOF
3073 /* confdefs.h.  */
3074 _ACEOF
3075 cat confdefs.h >>conftest.$ac_ext
3076 cat >>conftest.$ac_ext <<_ACEOF
3077 /* end confdefs.h.  */
3078
3079 int
3080 main ()
3081 {
3082
3083   ;
3084   return 0;
3085 }
3086 _ACEOF
3087 rm -f conftest.$ac_objext
3088 if { (ac_try="$ac_compile"
3089 case "(($ac_try" in
3090   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3091   *) ac_try_echo=$ac_try;;
3092 esac
3093 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3094 $as_echo "$ac_try_echo") >&5
3095   (eval "$ac_compile") 2>conftest.er1
3096   ac_status=$?
3097   grep -v '^ *+' conftest.er1 >conftest.err
3098   rm -f conftest.er1
3099   cat conftest.err >&5
3100   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3101   (exit $ac_status); } && {
3102          test -z "$ac_c_werror_flag" ||
3103          test ! -s conftest.err
3104        } && test -s conftest.$ac_objext; then
3105   ac_cv_prog_cc_g=yes
3106 else
3107   $as_echo "$as_me: failed program was:" >&5
3108 sed 's/^/| /' conftest.$ac_ext >&5
3109
3110         CFLAGS=""
3111       cat >conftest.$ac_ext <<_ACEOF
3112 /* confdefs.h.  */
3113 _ACEOF
3114 cat confdefs.h >>conftest.$ac_ext
3115 cat >>conftest.$ac_ext <<_ACEOF
3116 /* end confdefs.h.  */
3117
3118 int
3119 main ()
3120 {
3121
3122   ;
3123   return 0;
3124 }
3125 _ACEOF
3126 rm -f conftest.$ac_objext
3127 if { (ac_try="$ac_compile"
3128 case "(($ac_try" in
3129   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3130   *) ac_try_echo=$ac_try;;
3131 esac
3132 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3133 $as_echo "$ac_try_echo") >&5
3134   (eval "$ac_compile") 2>conftest.er1
3135   ac_status=$?
3136   grep -v '^ *+' conftest.er1 >conftest.err
3137   rm -f conftest.er1
3138   cat conftest.err >&5
3139   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3140   (exit $ac_status); } && {
3141          test -z "$ac_c_werror_flag" ||
3142          test ! -s conftest.err
3143        } && test -s conftest.$ac_objext; then
3144   :
3145 else
3146   $as_echo "$as_me: failed program was:" >&5
3147 sed 's/^/| /' conftest.$ac_ext >&5
3148
3149         ac_c_werror_flag=$ac_save_c_werror_flag
3150          CFLAGS="-g"
3151          cat >conftest.$ac_ext <<_ACEOF
3152 /* confdefs.h.  */
3153 _ACEOF
3154 cat confdefs.h >>conftest.$ac_ext
3155 cat >>conftest.$ac_ext <<_ACEOF
3156 /* end confdefs.h.  */
3157
3158 int
3159 main ()
3160 {
3161
3162   ;
3163   return 0;
3164 }
3165 _ACEOF
3166 rm -f conftest.$ac_objext
3167 if { (ac_try="$ac_compile"
3168 case "(($ac_try" in
3169   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3170   *) ac_try_echo=$ac_try;;
3171 esac
3172 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3173 $as_echo "$ac_try_echo") >&5
3174   (eval "$ac_compile") 2>conftest.er1
3175   ac_status=$?
3176   grep -v '^ *+' conftest.er1 >conftest.err
3177   rm -f conftest.er1
3178   cat conftest.err >&5
3179   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3180   (exit $ac_status); } && {
3181          test -z "$ac_c_werror_flag" ||
3182          test ! -s conftest.err
3183        } && test -s conftest.$ac_objext; then
3184   ac_cv_prog_cc_g=yes
3185 else
3186   $as_echo "$as_me: failed program was:" >&5
3187 sed 's/^/| /' conftest.$ac_ext >&5
3188
3189
3190 fi
3191
3192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3193 fi
3194
3195 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3196 fi
3197
3198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3199    ac_c_werror_flag=$ac_save_c_werror_flag
3200 fi
3201 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3202 $as_echo "$ac_cv_prog_cc_g" >&6; }
3203 if test "$ac_test_CFLAGS" = set; then
3204   CFLAGS=$ac_save_CFLAGS
3205 elif test $ac_cv_prog_cc_g = yes; then
3206   if test "$GCC" = yes; then
3207     CFLAGS="-g -O2"
3208   else
3209     CFLAGS="-g"
3210   fi
3211 else
3212   if test "$GCC" = yes; then
3213     CFLAGS="-O2"
3214   else
3215     CFLAGS=
3216   fi
3217 fi
3218 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3219 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3220 if test "${ac_cv_prog_cc_c89+set}" = set; then
3221   $as_echo_n "(cached) " >&6
3222 else
3223   ac_cv_prog_cc_c89=no
3224 ac_save_CC=$CC
3225 cat >conftest.$ac_ext <<_ACEOF
3226 /* confdefs.h.  */
3227 _ACEOF
3228 cat confdefs.h >>conftest.$ac_ext
3229 cat >>conftest.$ac_ext <<_ACEOF
3230 /* end confdefs.h.  */
3231 #include <stdarg.h>
3232 #include <stdio.h>
3233 #include <sys/types.h>
3234 #include <sys/stat.h>
3235 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3236 struct buf { int x; };
3237 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3238 static char *e (p, i)
3239      char **p;
3240      int i;
3241 {
3242   return p[i];
3243 }
3244 static char *f (char * (*g) (char **, int), char **p, ...)
3245 {
3246   char *s;
3247   va_list v;
3248   va_start (v,p);
3249   s = g (p, va_arg (v,int));
3250   va_end (v);
3251   return s;
3252 }
3253
3254 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3255    function prototypes and stuff, but not '\xHH' hex character constants.
3256    These don't provoke an error unfortunately, instead are silently treated
3257    as 'x'.  The following induces an error, until -std is added to get
3258    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3259    array size at least.  It's necessary to write '\x00'==0 to get something
3260    that's true only with -std.  */
3261 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3262
3263 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3264    inside strings and character constants.  */
3265 #define FOO(x) 'x'
3266 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3267
3268 int test (int i, double x);
3269 struct s1 {int (*f) (int a);};
3270 struct s2 {int (*f) (double a);};
3271 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3272 int argc;
3273 char **argv;
3274 int
3275 main ()
3276 {
3277 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3278   ;
3279   return 0;
3280 }
3281 _ACEOF
3282 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3283         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3284 do
3285   CC="$ac_save_CC $ac_arg"
3286   rm -f conftest.$ac_objext
3287 if { (ac_try="$ac_compile"
3288 case "(($ac_try" in
3289   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3290   *) ac_try_echo=$ac_try;;
3291 esac
3292 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3293 $as_echo "$ac_try_echo") >&5
3294   (eval "$ac_compile") 2>conftest.er1
3295   ac_status=$?
3296   grep -v '^ *+' conftest.er1 >conftest.err
3297   rm -f conftest.er1
3298   cat conftest.err >&5
3299   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3300   (exit $ac_status); } && {
3301          test -z "$ac_c_werror_flag" ||
3302          test ! -s conftest.err
3303        } && test -s conftest.$ac_objext; then
3304   ac_cv_prog_cc_c89=$ac_arg
3305 else
3306   $as_echo "$as_me: failed program was:" >&5
3307 sed 's/^/| /' conftest.$ac_ext >&5
3308
3309
3310 fi
3311
3312 rm -f core conftest.err conftest.$ac_objext
3313   test "x$ac_cv_prog_cc_c89" != "xno" && break
3314 done
3315 rm -f conftest.$ac_ext
3316 CC=$ac_save_CC
3317
3318 fi
3319 # AC_CACHE_VAL
3320 case "x$ac_cv_prog_cc_c89" in
3321   x)
3322     { $as_echo "$as_me:$LINENO: result: none needed" >&5
3323 $as_echo "none needed" >&6; } ;;
3324   xno)
3325     { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3326 $as_echo "unsupported" >&6; } ;;
3327   *)
3328     CC="$CC $ac_cv_prog_cc_c89"
3329     { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3330 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3331 esac
3332
3333
3334 ac_ext=c
3335 ac_cpp='$CPP $CPPFLAGS'
3336 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3337 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3338 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3339
3340 ac_ext=cpp
3341 ac_cpp='$CXXCPP $CPPFLAGS'
3342 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3343 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3344 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3345 if test -z "$CXX"; then
3346   if test -n "$CCC"; then
3347     CXX=$CCC
3348   else
3349     if test -n "$ac_tool_prefix"; then
3350   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3351   do
3352     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3353 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3354 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3355 $as_echo_n "checking for $ac_word... " >&6; }
3356 if test "${ac_cv_prog_CXX+set}" = set; then
3357   $as_echo_n "(cached) " >&6
3358 else
3359   if test -n "$CXX"; then
3360   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3361 else
3362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3363 for as_dir in $PATH
3364 do
3365   IFS=$as_save_IFS
3366   test -z "$as_dir" && as_dir=.
3367   for ac_exec_ext in '' $ac_executable_extensions; do
3368   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3369     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3370     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3371     break 2
3372   fi
3373 done
3374 done
3375 IFS=$as_save_IFS
3376
3377 fi
3378 fi
3379 CXX=$ac_cv_prog_CXX
3380 if test -n "$CXX"; then
3381   { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3382 $as_echo "$CXX" >&6; }
3383 else
3384   { $as_echo "$as_me:$LINENO: result: no" >&5
3385 $as_echo "no" >&6; }
3386 fi
3387
3388
3389     test -n "$CXX" && break
3390   done
3391 fi
3392 if test -z "$CXX"; then
3393   ac_ct_CXX=$CXX
3394   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3395 do
3396   # Extract the first word of "$ac_prog", so it can be a program name with args.
3397 set dummy $ac_prog; ac_word=$2
3398 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3399 $as_echo_n "checking for $ac_word... " >&6; }
3400 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3401   $as_echo_n "(cached) " >&6
3402 else
3403   if test -n "$ac_ct_CXX"; then
3404   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3405 else
3406 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3407 for as_dir in $PATH
3408 do
3409   IFS=$as_save_IFS
3410   test -z "$as_dir" && as_dir=.
3411   for ac_exec_ext in '' $ac_executable_extensions; do
3412   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3413     ac_cv_prog_ac_ct_CXX="$ac_prog"
3414     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3415     break 2
3416   fi
3417 done
3418 done
3419 IFS=$as_save_IFS
3420
3421 fi
3422 fi
3423 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3424 if test -n "$ac_ct_CXX"; then
3425   { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3426 $as_echo "$ac_ct_CXX" >&6; }
3427 else
3428   { $as_echo "$as_me:$LINENO: result: no" >&5
3429 $as_echo "no" >&6; }
3430 fi
3431
3432
3433   test -n "$ac_ct_CXX" && break
3434 done
3435
3436   if test "x$ac_ct_CXX" = x; then
3437     CXX="g++"
3438   else
3439     case $cross_compiling:$ac_tool_warned in
3440 yes:)
3441 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3442 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3443 ac_tool_warned=yes ;;
3444 esac
3445     CXX=$ac_ct_CXX
3446   fi
3447 fi
3448
3449   fi
3450 fi
3451 # Provide some information about the compiler.
3452 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3453 set X $ac_compile
3454 ac_compiler=$2
3455 { (ac_try="$ac_compiler --version >&5"
3456 case "(($ac_try" in
3457   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3458   *) ac_try_echo=$ac_try;;
3459 esac
3460 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3461 $as_echo "$ac_try_echo") >&5
3462   (eval "$ac_compiler --version >&5") 2>&5
3463   ac_status=$?
3464   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3465   (exit $ac_status); }
3466 { (ac_try="$ac_compiler -v >&5"
3467 case "(($ac_try" in
3468   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3469   *) ac_try_echo=$ac_try;;
3470 esac
3471 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3472 $as_echo "$ac_try_echo") >&5
3473   (eval "$ac_compiler -v >&5") 2>&5
3474   ac_status=$?
3475   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3476   (exit $ac_status); }
3477 { (ac_try="$ac_compiler -V >&5"
3478 case "(($ac_try" in
3479   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3480   *) ac_try_echo=$ac_try;;
3481 esac
3482 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3483 $as_echo "$ac_try_echo") >&5
3484   (eval "$ac_compiler -V >&5") 2>&5
3485   ac_status=$?
3486   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3487   (exit $ac_status); }
3488
3489 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3490 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3491 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3492   $as_echo_n "(cached) " >&6
3493 else
3494   cat >conftest.$ac_ext <<_ACEOF
3495 /* confdefs.h.  */
3496 _ACEOF
3497 cat confdefs.h >>conftest.$ac_ext
3498 cat >>conftest.$ac_ext <<_ACEOF
3499 /* end confdefs.h.  */
3500
3501 int
3502 main ()
3503 {
3504 #ifndef __GNUC__
3505        choke me
3506 #endif
3507
3508   ;
3509   return 0;
3510 }
3511 _ACEOF
3512 rm -f conftest.$ac_objext
3513 if { (ac_try="$ac_compile"
3514 case "(($ac_try" in
3515   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3516   *) ac_try_echo=$ac_try;;
3517 esac
3518 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3519 $as_echo "$ac_try_echo") >&5
3520   (eval "$ac_compile") 2>conftest.er1
3521   ac_status=$?
3522   grep -v '^ *+' conftest.er1 >conftest.err
3523   rm -f conftest.er1
3524   cat conftest.err >&5
3525   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3526   (exit $ac_status); } && {
3527          test -z "$ac_cxx_werror_flag" ||
3528          test ! -s conftest.err
3529        } && test -s conftest.$ac_objext; then
3530   ac_compiler_gnu=yes
3531 else
3532   $as_echo "$as_me: failed program was:" >&5
3533 sed 's/^/| /' conftest.$ac_ext >&5
3534
3535         ac_compiler_gnu=no
3536 fi
3537
3538 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3539 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3540
3541 fi
3542 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3543 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3544 if test $ac_compiler_gnu = yes; then
3545   GXX=yes
3546 else
3547   GXX=
3548 fi
3549 ac_test_CXXFLAGS=${CXXFLAGS+set}
3550 ac_save_CXXFLAGS=$CXXFLAGS
3551 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3552 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3553 if test "${ac_cv_prog_cxx_g+set}" = set; then
3554   $as_echo_n "(cached) " >&6
3555 else
3556   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3557    ac_cxx_werror_flag=yes
3558    ac_cv_prog_cxx_g=no
3559    CXXFLAGS="-g"
3560    cat >conftest.$ac_ext <<_ACEOF
3561 /* confdefs.h.  */
3562 _ACEOF
3563 cat confdefs.h >>conftest.$ac_ext
3564 cat >>conftest.$ac_ext <<_ACEOF
3565 /* end confdefs.h.  */
3566
3567 int
3568 main ()
3569 {
3570
3571   ;
3572   return 0;
3573 }
3574 _ACEOF
3575 rm -f conftest.$ac_objext
3576 if { (ac_try="$ac_compile"
3577 case "(($ac_try" in
3578   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3579   *) ac_try_echo=$ac_try;;
3580 esac
3581 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3582 $as_echo "$ac_try_echo") >&5
3583   (eval "$ac_compile") 2>conftest.er1
3584   ac_status=$?
3585   grep -v '^ *+' conftest.er1 >conftest.err
3586   rm -f conftest.er1
3587   cat conftest.err >&5
3588   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3589   (exit $ac_status); } && {
3590          test -z "$ac_cxx_werror_flag" ||
3591          test ! -s conftest.err
3592        } && test -s conftest.$ac_objext; then
3593   ac_cv_prog_cxx_g=yes
3594 else
3595   $as_echo "$as_me: failed program was:" >&5
3596 sed 's/^/| /' conftest.$ac_ext >&5
3597
3598         CXXFLAGS=""
3599       cat >conftest.$ac_ext <<_ACEOF
3600 /* confdefs.h.  */
3601 _ACEOF
3602 cat confdefs.h >>conftest.$ac_ext
3603 cat >>conftest.$ac_ext <<_ACEOF
3604 /* end confdefs.h.  */
3605
3606 int
3607 main ()
3608 {
3609
3610   ;
3611   return 0;
3612 }
3613 _ACEOF
3614 rm -f conftest.$ac_objext
3615 if { (ac_try="$ac_compile"
3616 case "(($ac_try" in
3617   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3618   *) ac_try_echo=$ac_try;;
3619 esac
3620 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3621 $as_echo "$ac_try_echo") >&5
3622   (eval "$ac_compile") 2>conftest.er1
3623   ac_status=$?
3624   grep -v '^ *+' conftest.er1 >conftest.err
3625   rm -f conftest.er1
3626   cat conftest.err >&5
3627   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3628   (exit $ac_status); } && {
3629          test -z "$ac_cxx_werror_flag" ||
3630          test ! -s conftest.err
3631        } && test -s conftest.$ac_objext; then
3632   :
3633 else
3634   $as_echo "$as_me: failed program was:" >&5
3635 sed 's/^/| /' conftest.$ac_ext >&5
3636
3637         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3638          CXXFLAGS="-g"
3639          cat >conftest.$ac_ext <<_ACEOF
3640 /* confdefs.h.  */
3641 _ACEOF
3642 cat confdefs.h >>conftest.$ac_ext
3643 cat >>conftest.$ac_ext <<_ACEOF
3644 /* end confdefs.h.  */
3645
3646 int
3647 main ()
3648 {
3649
3650   ;
3651   return 0;
3652 }
3653 _ACEOF
3654 rm -f conftest.$ac_objext
3655 if { (ac_try="$ac_compile"
3656 case "(($ac_try" in
3657   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3658   *) ac_try_echo=$ac_try;;
3659 esac
3660 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3661 $as_echo "$ac_try_echo") >&5
3662   (eval "$ac_compile") 2>conftest.er1
3663   ac_status=$?
3664   grep -v '^ *+' conftest.er1 >conftest.err
3665   rm -f conftest.er1
3666   cat conftest.err >&5
3667   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3668   (exit $ac_status); } && {
3669          test -z "$ac_cxx_werror_flag" ||
3670          test ! -s conftest.err
3671        } && test -s conftest.$ac_objext; then
3672   ac_cv_prog_cxx_g=yes
3673 else
3674   $as_echo "$as_me: failed program was:" >&5
3675 sed 's/^/| /' conftest.$ac_ext >&5
3676
3677
3678 fi
3679
3680 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3681 fi
3682
3683 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3684 fi
3685
3686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3687    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3688 fi
3689 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3690 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3691 if test "$ac_test_CXXFLAGS" = set; then
3692   CXXFLAGS=$ac_save_CXXFLAGS
3693 elif test $ac_cv_prog_cxx_g = yes; then
3694   if test "$GXX" = yes; then
3695     CXXFLAGS="-g -O2"
3696   else
3697     CXXFLAGS="-g"
3698   fi
3699 else
3700   if test "$GXX" = yes; then
3701     CXXFLAGS="-O2"
3702   else
3703     CXXFLAGS=
3704   fi
3705 fi
3706 ac_ext=c
3707 ac_cpp='$CPP $CPPFLAGS'
3708 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3709 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3710 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3711
3712 if test -n "$ac_tool_prefix"; then
3713   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3714 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3715 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3716 $as_echo_n "checking for $ac_word... " >&6; }
3717 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3718   $as_echo_n "(cached) " >&6
3719 else
3720   if test -n "$CPPBIN"; then
3721   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3722 else
3723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3724 for as_dir in $PATH
3725 do
3726   IFS=$as_save_IFS
3727   test -z "$as_dir" && as_dir=.
3728   for ac_exec_ext in '' $ac_executable_extensions; do
3729   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3730     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3731     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3732     break 2
3733   fi
3734 done
3735 done
3736 IFS=$as_save_IFS
3737
3738 fi
3739 fi
3740 CPPBIN=$ac_cv_prog_CPPBIN
3741 if test -n "$CPPBIN"; then
3742   { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3743 $as_echo "$CPPBIN" >&6; }
3744 else
3745   { $as_echo "$as_me:$LINENO: result: no" >&5
3746 $as_echo "no" >&6; }
3747 fi
3748
3749
3750 fi
3751 if test -z "$ac_cv_prog_CPPBIN"; then
3752   ac_ct_CPPBIN=$CPPBIN
3753   # Extract the first word of "cpp", so it can be a program name with args.
3754 set dummy cpp; ac_word=$2
3755 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3756 $as_echo_n "checking for $ac_word... " >&6; }
3757 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3758   $as_echo_n "(cached) " >&6
3759 else
3760   if test -n "$ac_ct_CPPBIN"; then
3761   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3762 else
3763 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3764 for as_dir in $PATH
3765 do
3766   IFS=$as_save_IFS
3767   test -z "$as_dir" && as_dir=.
3768   for ac_exec_ext in '' $ac_executable_extensions; do
3769   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3770     ac_cv_prog_ac_ct_CPPBIN="cpp"
3771     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3772     break 2
3773   fi
3774 done
3775 done
3776 IFS=$as_save_IFS
3777
3778 fi
3779 fi
3780 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3781 if test -n "$ac_ct_CPPBIN"; then
3782   { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3783 $as_echo "$ac_ct_CPPBIN" >&6; }
3784 else
3785   { $as_echo "$as_me:$LINENO: result: no" >&5
3786 $as_echo "no" >&6; }
3787 fi
3788
3789   if test "x$ac_ct_CPPBIN" = x; then
3790     CPPBIN="cpp"
3791   else
3792     case $cross_compiling:$ac_tool_warned in
3793 yes:)
3794 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3795 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3796 ac_tool_warned=yes ;;
3797 esac
3798     CPPBIN=$ac_ct_CPPBIN
3799   fi
3800 else
3801   CPPBIN="$ac_cv_prog_CPPBIN"
3802 fi
3803
3804
3805 case $host in
3806   x86_64*)
3807     if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3808     then
3809       CC="$CC -m32"
3810       CXX="$CXX -m32"
3811       { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3812 $as_echo_n "checking whether $CC works... " >&6; }
3813
3814 cat >conftest.$ac_ext <<_ACEOF
3815 /* confdefs.h.  */
3816 _ACEOF
3817 cat confdefs.h >>conftest.$ac_ext
3818 cat >>conftest.$ac_ext <<_ACEOF
3819 /* end confdefs.h.  */
3820
3821 int
3822 main ()
3823 {
3824
3825   ;
3826   return 0;
3827 }
3828 _ACEOF
3829 rm -f conftest.$ac_objext conftest$ac_exeext
3830 if { (ac_try="$ac_link"
3831 case "(($ac_try" in
3832   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3833   *) ac_try_echo=$ac_try;;
3834 esac
3835 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3836 $as_echo "$ac_try_echo") >&5
3837   (eval "$ac_link") 2>conftest.er1
3838   ac_status=$?
3839   grep -v '^ *+' conftest.er1 >conftest.err
3840   rm -f conftest.er1
3841   cat conftest.err >&5
3842   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3843   (exit $ac_status); } && {
3844          test -z "$ac_c_werror_flag" ||
3845          test ! -s conftest.err
3846        } && test -s conftest$ac_exeext && {
3847          test "$cross_compiling" = yes ||
3848          $as_test_x conftest$ac_exeext
3849        }; then
3850   { $as_echo "$as_me:$LINENO: result: yes" >&5
3851 $as_echo "yes" >&6; }
3852 else
3853   $as_echo "$as_me: failed program was:" >&5
3854 sed 's/^/| /' conftest.$ac_ext >&5
3855
3856         { $as_echo "$as_me:$LINENO: result: no" >&5
3857 $as_echo "no" >&6; }
3858                       { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3859 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3860    { (exit 1); exit 1; }; }
3861 fi
3862
3863 rm -rf conftest.dSYM
3864 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3865       conftest$ac_exeext conftest.$ac_ext
3866       LD="${LD:-ld} -m elf_i386"
3867       AS="${AS:-as} --32"
3868       host_cpu="i386"
3869       notice_platform="32-bit "
3870       TARGETFLAGS="-m32"
3871
3872     else
3873       TARGETFLAGS="-m64"
3874
3875     fi
3876     ;;
3877 esac
3878
3879 case $host_cpu in
3880   *i[3456789]86*)
3881     enable_win16=${enable_win16:-yes}
3882     ;;
3883   *)
3884     enable_win16=${enable_win16:-no}
3885     enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
3886     enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
3887     enable_monodebg_vxd=${enable_monodebg_vxd:-no}
3888     enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
3889     enable_vmm_vxd=${enable_vmm_vxd:-no}
3890     enable_vnbt_vxd=${enable_vnbt_vxd:-no}
3891     enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
3892     enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
3893     enable_vwin32_vxd=${enable_vwin32_vxd:-no}
3894     enable_w32skrnl=${enable_w32skrnl:-no}
3895     enable_winedos=${enable_winedos:-no}
3896     enable_winevdm=${enable_winevdm:-no}
3897     ;;
3898 esac
3899
3900 WIN16_FILES="\$(WIN16_FILES)"
3901
3902 WIN16_INSTALL="\$(WIN16_INSTALL)"
3903
3904 if test "x$enable_win16" != "xyes"
3905 then
3906   WIN16_FILES=""
3907   WIN16_INSTALL=""
3908 fi
3909
3910 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3911 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3912 if test "${wine_cv_toolsdir+set}" = set; then
3913   $as_echo_n "(cached) " >&6
3914 else
3915   if test -z "$with_wine_tools"; then
3916      if test "$cross_compiling" = "yes"; then
3917        { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3918 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3919    { (exit 1); exit 1; }; }
3920      else
3921        wine_cv_toolsdir="\$(TOPOBJDIR)"
3922      fi
3923    elif test -d "$with_wine_tools/tools/winebuild"; then
3924      case $with_wine_tools in
3925        /*) wine_cv_toolsdir="$with_wine_tools" ;;
3926        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3927      esac
3928    else
3929      { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3930 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3931    { (exit 1); exit 1; }; }
3932    fi
3933 fi
3934 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3935 $as_echo "$wine_cv_toolsdir" >&6; }
3936 TOOLSDIR=$wine_cv_toolsdir
3937
3938 if test "$cross_compiling" = "yes"
3939 then
3940     TARGETFLAGS="-b $host_alias"
3941
3942 fi
3943
3944 ac_ext=c
3945 ac_cpp='$CPP $CPPFLAGS'
3946 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3947 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3948 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3949 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3950 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3951 # On Suns, sometimes $CPP names a directory.
3952 if test -n "$CPP" && test -d "$CPP"; then
3953   CPP=
3954 fi
3955 if test -z "$CPP"; then
3956   if test "${ac_cv_prog_CPP+set}" = set; then
3957   $as_echo_n "(cached) " >&6
3958 else
3959       # Double quotes because CPP needs to be expanded
3960     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3961     do
3962       ac_preproc_ok=false
3963 for ac_c_preproc_warn_flag in '' yes
3964 do
3965   # Use a header file that comes with gcc, so configuring glibc
3966   # with a fresh cross-compiler works.
3967   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3968   # <limits.h> exists even on freestanding compilers.
3969   # On the NeXT, cc -E runs the code through the compiler's parser,
3970   # not just through cpp. "Syntax error" is here to catch this case.
3971   cat >conftest.$ac_ext <<_ACEOF
3972 /* confdefs.h.  */
3973 _ACEOF
3974 cat confdefs.h >>conftest.$ac_ext
3975 cat >>conftest.$ac_ext <<_ACEOF
3976 /* end confdefs.h.  */
3977 #ifdef __STDC__
3978 # include <limits.h>
3979 #else
3980 # include <assert.h>
3981 #endif
3982                      Syntax error
3983 _ACEOF
3984 if { (ac_try="$ac_cpp conftest.$ac_ext"
3985 case "(($ac_try" in
3986   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3987   *) ac_try_echo=$ac_try;;
3988 esac
3989 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3990 $as_echo "$ac_try_echo") >&5
3991   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3992   ac_status=$?
3993   grep -v '^ *+' conftest.er1 >conftest.err
3994   rm -f conftest.er1
3995   cat conftest.err >&5
3996   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3997   (exit $ac_status); } >/dev/null && {
3998          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3999          test ! -s conftest.err
4000        }; then
4001   :
4002 else
4003   $as_echo "$as_me: failed program was:" >&5
4004 sed 's/^/| /' conftest.$ac_ext >&5
4005
4006   # Broken: fails on valid input.
4007 continue
4008 fi
4009
4010 rm -f conftest.err conftest.$ac_ext
4011
4012   # OK, works on sane cases.  Now check whether nonexistent headers
4013   # can be detected and how.
4014   cat >conftest.$ac_ext <<_ACEOF
4015 /* confdefs.h.  */
4016 _ACEOF
4017 cat confdefs.h >>conftest.$ac_ext
4018 cat >>conftest.$ac_ext <<_ACEOF
4019 /* end confdefs.h.  */
4020 #include <ac_nonexistent.h>
4021 _ACEOF
4022 if { (ac_try="$ac_cpp conftest.$ac_ext"
4023 case "(($ac_try" in
4024   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4025   *) ac_try_echo=$ac_try;;
4026 esac
4027 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4028 $as_echo "$ac_try_echo") >&5
4029   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4030   ac_status=$?
4031   grep -v '^ *+' conftest.er1 >conftest.err
4032   rm -f conftest.er1
4033   cat conftest.err >&5
4034   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4035   (exit $ac_status); } >/dev/null && {
4036          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4037          test ! -s conftest.err
4038        }; then
4039   # Broken: success on invalid input.
4040 continue
4041 else
4042   $as_echo "$as_me: failed program was:" >&5
4043 sed 's/^/| /' conftest.$ac_ext >&5
4044
4045   # Passes both tests.
4046 ac_preproc_ok=:
4047 break
4048 fi
4049
4050 rm -f conftest.err conftest.$ac_ext
4051
4052 done
4053 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4054 rm -f conftest.err conftest.$ac_ext
4055 if $ac_preproc_ok; then
4056   break
4057 fi
4058
4059     done
4060     ac_cv_prog_CPP=$CPP
4061
4062 fi
4063   CPP=$ac_cv_prog_CPP
4064 else
4065   ac_cv_prog_CPP=$CPP
4066 fi
4067 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
4068 $as_echo "$CPP" >&6; }
4069 ac_preproc_ok=false
4070 for ac_c_preproc_warn_flag in '' yes
4071 do
4072   # Use a header file that comes with gcc, so configuring glibc
4073   # with a fresh cross-compiler works.
4074   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4075   # <limits.h> exists even on freestanding compilers.
4076   # On the NeXT, cc -E runs the code through the compiler's parser,
4077   # not just through cpp. "Syntax error" is here to catch this case.
4078   cat >conftest.$ac_ext <<_ACEOF
4079 /* confdefs.h.  */
4080 _ACEOF
4081 cat confdefs.h >>conftest.$ac_ext
4082 cat >>conftest.$ac_ext <<_ACEOF
4083 /* end confdefs.h.  */
4084 #ifdef __STDC__
4085 # include <limits.h>
4086 #else
4087 # include <assert.h>
4088 #endif
4089                      Syntax error
4090 _ACEOF
4091 if { (ac_try="$ac_cpp conftest.$ac_ext"
4092 case "(($ac_try" in
4093   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4094   *) ac_try_echo=$ac_try;;
4095 esac
4096 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4097 $as_echo "$ac_try_echo") >&5
4098   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4099   ac_status=$?
4100   grep -v '^ *+' conftest.er1 >conftest.err
4101   rm -f conftest.er1
4102   cat conftest.err >&5
4103   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4104   (exit $ac_status); } >/dev/null && {
4105          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4106          test ! -s conftest.err
4107        }; then
4108   :
4109 else
4110   $as_echo "$as_me: failed program was:" >&5
4111 sed 's/^/| /' conftest.$ac_ext >&5
4112
4113   # Broken: fails on valid input.
4114 continue
4115 fi
4116
4117 rm -f conftest.err conftest.$ac_ext
4118
4119   # OK, works on sane cases.  Now check whether nonexistent headers
4120   # can be detected and how.
4121   cat >conftest.$ac_ext <<_ACEOF
4122 /* confdefs.h.  */
4123 _ACEOF
4124 cat confdefs.h >>conftest.$ac_ext
4125 cat >>conftest.$ac_ext <<_ACEOF
4126 /* end confdefs.h.  */
4127 #include <ac_nonexistent.h>
4128 _ACEOF
4129 if { (ac_try="$ac_cpp conftest.$ac_ext"
4130 case "(($ac_try" in
4131   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4132   *) ac_try_echo=$ac_try;;
4133 esac
4134 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4135 $as_echo "$ac_try_echo") >&5
4136   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4137   ac_status=$?
4138   grep -v '^ *+' conftest.er1 >conftest.err
4139   rm -f conftest.er1
4140   cat conftest.err >&5
4141   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4142   (exit $ac_status); } >/dev/null && {
4143          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4144          test ! -s conftest.err
4145        }; then
4146   # Broken: success on invalid input.
4147 continue
4148 else
4149   $as_echo "$as_me: failed program was:" >&5
4150 sed 's/^/| /' conftest.$ac_ext >&5
4151
4152   # Passes both tests.
4153 ac_preproc_ok=:
4154 break
4155 fi
4156
4157 rm -f conftest.err conftest.$ac_ext
4158
4159 done
4160 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4161 rm -f conftest.err conftest.$ac_ext
4162 if $ac_preproc_ok; then
4163   :
4164 else
4165   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4166 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4167 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4168 See \`config.log' for more details." >&5
4169 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4170 See \`config.log' for more details." >&2;}
4171    { (exit 1); exit 1; }; }; }
4172 fi
4173
4174 ac_ext=c
4175 ac_cpp='$CPP $CPPFLAGS'
4176 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4177 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4178 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4179
4180
4181 { $as_echo "$as_me:$LINENO: checking for X" >&5
4182 $as_echo_n "checking for X... " >&6; }
4183
4184
4185 # Check whether --with-x was given.
4186 if test "${with_x+set}" = set; then
4187   withval=$with_x;
4188 fi
4189
4190 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
4191 if test "x$with_x" = xno; then
4192   # The user explicitly disabled X.
4193   have_x=disabled
4194 else
4195   case $x_includes,$x_libraries in #(
4196     *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
4197 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
4198    { (exit 1); exit 1; }; };; #(
4199     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
4200   $as_echo_n "(cached) " >&6
4201 else
4202   # One or both of the vars are not set, and there is no cached value.
4203 ac_x_includes=no ac_x_libraries=no
4204 rm -f -r conftest.dir
4205 if mkdir conftest.dir; then
4206   cd conftest.dir
4207   cat >Imakefile <<'_ACEOF'
4208 incroot:
4209         @echo incroot='${INCROOT}'
4210 usrlibdir:
4211         @echo usrlibdir='${USRLIBDIR}'
4212 libdir:
4213         @echo libdir='${LIBDIR}'
4214 _ACEOF
4215   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
4216     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4217     for ac_var in incroot usrlibdir libdir; do
4218       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
4219     done
4220     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
4221     for ac_extension in a so sl dylib la dll; do
4222       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
4223          test -f "$ac_im_libdir/libX11.$ac_extension"; then
4224         ac_im_usrlibdir=$ac_im_libdir; break
4225       fi
4226     done
4227     # Screen out bogus values from the imake configuration.  They are
4228     # bogus both because they are the default anyway, and because
4229     # using them would break gcc on systems where it needs fixed includes.
4230     case $ac_im_incroot in
4231         /usr/include) ac_x_includes= ;;
4232         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4233     esac
4234     case $ac_im_usrlibdir in
4235         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
4236         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4237     esac
4238   fi
4239   cd ..
4240   rm -f -r conftest.dir
4241 fi
4242
4243 # Standard set of common directories for X headers.
4244 # Check X11 before X11Rn because it is often a symlink to the current release.
4245 ac_x_header_dirs='
4246 /usr/X11/include
4247 /usr/X11R6/include
4248 /usr/X11R5/include
4249 /usr/X11R4/include
4250
4251 /usr/include/X11
4252 /usr/include/X11R6
4253 /usr/include/X11R5
4254 /usr/include/X11R4
4255
4256 /usr/local/X11/include
4257 /usr/local/X11R6/include
4258 /usr/local/X11R5/include
4259 /usr/local/X11R4/include
4260
4261 /usr/local/include/X11
4262 /usr/local/include/X11R6
4263 /usr/local/include/X11R5
4264 /usr/local/include/X11R4
4265
4266 /usr/X386/include
4267 /usr/x386/include
4268 /usr/XFree86/include/X11
4269
4270 /usr/include
4271 /usr/local/include
4272 /usr/unsupported/include
4273 /usr/athena/include
4274 /usr/local/x11r5/include
4275 /usr/lpp/Xamples/include
4276
4277 /usr/openwin/include
4278 /usr/openwin/share/include'
4279
4280 if test "$ac_x_includes" = no; then
4281   # Guess where to find include files, by looking for Xlib.h.
4282   # First, try using that file with no special directory specified.
4283   cat >conftest.$ac_ext <<_ACEOF
4284 /* confdefs.h.  */
4285 _ACEOF
4286 cat confdefs.h >>conftest.$ac_ext
4287 cat >>conftest.$ac_ext <<_ACEOF
4288 /* end confdefs.h.  */
4289 #include <X11/Xlib.h>
4290 _ACEOF
4291 if { (ac_try="$ac_cpp conftest.$ac_ext"
4292 case "(($ac_try" in
4293   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4294   *) ac_try_echo=$ac_try;;
4295 esac
4296 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4297 $as_echo "$ac_try_echo") >&5
4298   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4299   ac_status=$?
4300   grep -v '^ *+' conftest.er1 >conftest.err
4301   rm -f conftest.er1
4302   cat conftest.err >&5
4303   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4304   (exit $ac_status); } >/dev/null && {
4305          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4306          test ! -s conftest.err
4307        }; then
4308   # We can compile using X headers with no special include directory.
4309 ac_x_includes=
4310 else
4311   $as_echo "$as_me: failed program was:" >&5
4312 sed 's/^/| /' conftest.$ac_ext >&5
4313
4314   for ac_dir in $ac_x_header_dirs; do
4315   if test -r "$ac_dir/X11/Xlib.h"; then
4316     ac_x_includes=$ac_dir
4317     break
4318   fi
4319 done
4320 fi
4321
4322 rm -f conftest.err conftest.$ac_ext
4323 fi # $ac_x_includes = no
4324
4325 if test "$ac_x_libraries" = no; then
4326   # Check for the libraries.
4327   # See if we find them without any special options.
4328   # Don't add to $LIBS permanently.
4329   ac_save_LIBS=$LIBS
4330   LIBS="-lX11 $LIBS"
4331   cat >conftest.$ac_ext <<_ACEOF
4332 /* confdefs.h.  */
4333 _ACEOF
4334 cat confdefs.h >>conftest.$ac_ext
4335 cat >>conftest.$ac_ext <<_ACEOF
4336 /* end confdefs.h.  */
4337 #include <X11/Xlib.h>
4338 int
4339 main ()
4340 {
4341 XrmInitialize ()
4342   ;
4343   return 0;
4344 }
4345 _ACEOF
4346 rm -f conftest.$ac_objext conftest$ac_exeext
4347 if { (ac_try="$ac_link"
4348 case "(($ac_try" in
4349   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4350   *) ac_try_echo=$ac_try;;
4351 esac
4352 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4353 $as_echo "$ac_try_echo") >&5
4354   (eval "$ac_link") 2>conftest.er1
4355   ac_status=$?
4356   grep -v '^ *+' conftest.er1 >conftest.err
4357   rm -f conftest.er1
4358   cat conftest.err >&5
4359   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4360   (exit $ac_status); } && {
4361          test -z "$ac_c_werror_flag" ||
4362          test ! -s conftest.err
4363        } && test -s conftest$ac_exeext && {
4364          test "$cross_compiling" = yes ||
4365          $as_test_x conftest$ac_exeext
4366        }; then
4367   LIBS=$ac_save_LIBS
4368 # We can link X programs with no special library path.
4369 ac_x_libraries=
4370 else
4371   $as_echo "$as_me: failed program was:" >&5
4372 sed 's/^/| /' conftest.$ac_ext >&5
4373
4374         LIBS=$ac_save_LIBS
4375 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4376 do
4377   # Don't even attempt the hair of trying to link an X program!
4378   for ac_extension in a so sl dylib la dll; do
4379     if test -r "$ac_dir/libX11.$ac_extension"; then
4380       ac_x_libraries=$ac_dir
4381       break 2
4382     fi
4383   done
4384 done
4385 fi
4386
4387 rm -rf conftest.dSYM
4388 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4389       conftest$ac_exeext conftest.$ac_ext
4390 fi # $ac_x_libraries = no
4391
4392 case $ac_x_includes,$ac_x_libraries in #(
4393   no,* | *,no | *\'*)
4394     # Didn't find X, or a directory has "'" in its name.
4395     ac_cv_have_x="have_x=no";; #(
4396   *)
4397     # Record where we found X for the cache.
4398     ac_cv_have_x="have_x=yes\
4399         ac_x_includes='$ac_x_includes'\
4400         ac_x_libraries='$ac_x_libraries'"
4401 esac
4402 fi
4403 ;; #(
4404     *) have_x=yes;;
4405   esac
4406   eval "$ac_cv_have_x"
4407 fi # $with_x != no
4408
4409 if test "$have_x" != yes; then
4410   { $as_echo "$as_me:$LINENO: result: $have_x" >&5
4411 $as_echo "$have_x" >&6; }
4412   no_x=yes
4413 else
4414   # If each of the values was on the command line, it overrides each guess.
4415   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4416   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4417   # Update the cache value to reflect the command line values.
4418   ac_cv_have_x="have_x=yes\
4419         ac_x_includes='$x_includes'\
4420         ac_x_libraries='$x_libraries'"
4421   { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4422 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
4423 fi
4424
4425 if test "$no_x" = yes; then
4426   # Not all programs may use this symbol, but it does not hurt to define it.
4427
4428 cat >>confdefs.h <<\_ACEOF
4429 #define X_DISPLAY_MISSING 1
4430 _ACEOF
4431
4432   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4433 else
4434   if test -n "$x_includes"; then
4435     X_CFLAGS="$X_CFLAGS -I$x_includes"
4436   fi
4437
4438   # It would also be nice to do this for all -L options, not just this one.
4439   if test -n "$x_libraries"; then
4440     X_LIBS="$X_LIBS -L$x_libraries"
4441     # For Solaris; some versions of Sun CC require a space after -R and
4442     # others require no space.  Words are not sufficient . . . .
4443     { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4444 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
4445     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4446     ac_xsave_c_werror_flag=$ac_c_werror_flag
4447     ac_c_werror_flag=yes
4448     cat >conftest.$ac_ext <<_ACEOF
4449 /* confdefs.h.  */
4450 _ACEOF
4451 cat confdefs.h >>conftest.$ac_ext
4452 cat >>conftest.$ac_ext <<_ACEOF
4453 /* end confdefs.h.  */
4454
4455 int
4456 main ()
4457 {
4458
4459   ;
4460   return 0;
4461 }
4462 _ACEOF
4463 rm -f conftest.$ac_objext conftest$ac_exeext
4464 if { (ac_try="$ac_link"
4465 case "(($ac_try" in
4466   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4467   *) ac_try_echo=$ac_try;;
4468 esac
4469 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4470 $as_echo "$ac_try_echo") >&5
4471   (eval "$ac_link") 2>conftest.er1
4472   ac_status=$?
4473   grep -v '^ *+' conftest.er1 >conftest.err
4474   rm -f conftest.er1
4475   cat conftest.err >&5
4476   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4477   (exit $ac_status); } && {
4478          test -z "$ac_c_werror_flag" ||
4479          test ! -s conftest.err
4480        } && test -s conftest$ac_exeext && {
4481          test "$cross_compiling" = yes ||
4482          $as_test_x conftest$ac_exeext
4483        }; then
4484   { $as_echo "$as_me:$LINENO: result: no" >&5
4485 $as_echo "no" >&6; }
4486        X_LIBS="$X_LIBS -R$x_libraries"
4487 else
4488   $as_echo "$as_me: failed program was:" >&5
4489 sed 's/^/| /' conftest.$ac_ext >&5
4490
4491         LIBS="$ac_xsave_LIBS -R $x_libraries"
4492        cat >conftest.$ac_ext <<_ACEOF
4493 /* confdefs.h.  */
4494 _ACEOF
4495 cat confdefs.h >>conftest.$ac_ext
4496 cat >>conftest.$ac_ext <<_ACEOF
4497 /* end confdefs.h.  */
4498
4499 int
4500 main ()
4501 {
4502
4503   ;
4504   return 0;
4505 }
4506 _ACEOF
4507 rm -f conftest.$ac_objext conftest$ac_exeext
4508 if { (ac_try="$ac_link"
4509 case "(($ac_try" in
4510   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4511   *) ac_try_echo=$ac_try;;
4512 esac
4513 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4514 $as_echo "$ac_try_echo") >&5
4515   (eval "$ac_link") 2>conftest.er1
4516   ac_status=$?
4517   grep -v '^ *+' conftest.er1 >conftest.err
4518   rm -f conftest.er1
4519   cat conftest.err >&5
4520   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4521   (exit $ac_status); } && {
4522          test -z "$ac_c_werror_flag" ||
4523          test ! -s conftest.err
4524        } && test -s conftest$ac_exeext && {
4525          test "$cross_compiling" = yes ||
4526          $as_test_x conftest$ac_exeext
4527        }; then
4528   { $as_echo "$as_me:$LINENO: result: yes" >&5
4529 $as_echo "yes" >&6; }
4530           X_LIBS="$X_LIBS -R $x_libraries"
4531 else
4532   $as_echo "$as_me: failed program was:" >&5
4533 sed 's/^/| /' conftest.$ac_ext >&5
4534
4535         { $as_echo "$as_me:$LINENO: result: neither works" >&5
4536 $as_echo "neither works" >&6; }
4537 fi
4538
4539 rm -rf conftest.dSYM
4540 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4541       conftest$ac_exeext conftest.$ac_ext
4542 fi
4543
4544 rm -rf conftest.dSYM
4545 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4546       conftest$ac_exeext conftest.$ac_ext
4547     ac_c_werror_flag=$ac_xsave_c_werror_flag
4548     LIBS=$ac_xsave_LIBS
4549   fi
4550
4551   # Check for system-dependent libraries X programs must link with.
4552   # Do this before checking for the system-independent R6 libraries
4553   # (-lICE), since we may need -lsocket or whatever for X linking.
4554
4555   if test "$ISC" = yes; then
4556     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4557   else
4558     # Martyn Johnson says this is needed for Ultrix, if the X
4559     # libraries were built with DECnet support.  And Karl Berry says
4560     # the Alpha needs dnet_stub (dnet does not exist).
4561     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4562     cat >conftest.$ac_ext <<_ACEOF
4563 /* confdefs.h.  */
4564 _ACEOF
4565 cat confdefs.h >>conftest.$ac_ext
4566 cat >>conftest.$ac_ext <<_ACEOF
4567 /* end confdefs.h.  */
4568
4569 /* Override any GCC internal prototype to avoid an error.
4570    Use char because int might match the return type of a GCC
4571    builtin and then its argument prototype would still apply.  */
4572 #ifdef __cplusplus
4573 extern "C"
4574 #endif
4575 char XOpenDisplay ();
4576 int
4577 main ()
4578 {
4579 return XOpenDisplay ();
4580   ;
4581   return 0;
4582 }
4583 _ACEOF
4584 rm -f conftest.$ac_objext conftest$ac_exeext
4585 if { (ac_try="$ac_link"
4586 case "(($ac_try" in
4587   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4588   *) ac_try_echo=$ac_try;;
4589 esac
4590 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4591 $as_echo "$ac_try_echo") >&5
4592   (eval "$ac_link") 2>conftest.er1
4593   ac_status=$?
4594   grep -v '^ *+' conftest.er1 >conftest.err
4595   rm -f conftest.er1
4596   cat conftest.err >&5
4597   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4598   (exit $ac_status); } && {
4599          test -z "$ac_c_werror_flag" ||
4600          test ! -s conftest.err
4601        } && test -s conftest$ac_exeext && {
4602          test "$cross_compiling" = yes ||
4603          $as_test_x conftest$ac_exeext
4604        }; then
4605   :
4606 else
4607   $as_echo "$as_me: failed program was:" >&5
4608 sed 's/^/| /' conftest.$ac_ext >&5
4609
4610         { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4611 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
4612 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4613   $as_echo_n "(cached) " >&6
4614 else
4615   ac_check_lib_save_LIBS=$LIBS
4616 LIBS="-ldnet  $LIBS"
4617 cat >conftest.$ac_ext <<_ACEOF
4618 /* confdefs.h.  */
4619 _ACEOF
4620 cat confdefs.h >>conftest.$ac_ext
4621 cat >>conftest.$ac_ext <<_ACEOF
4622 /* end confdefs.h.  */
4623
4624 /* Override any GCC internal prototype to avoid an error.
4625    Use char because int might match the return type of a GCC
4626    builtin and then its argument prototype would still apply.  */
4627 #ifdef __cplusplus
4628 extern "C"
4629 #endif
4630 char dnet_ntoa ();
4631 int
4632 main ()
4633 {
4634 return dnet_ntoa ();
4635   ;
4636   return 0;
4637 }
4638 _ACEOF
4639 rm -f conftest.$ac_objext conftest$ac_exeext
4640 if { (ac_try="$ac_link"
4641 case "(($ac_try" in
4642   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4643   *) ac_try_echo=$ac_try;;
4644 esac
4645 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4646 $as_echo "$ac_try_echo") >&5
4647   (eval "$ac_link") 2>conftest.er1
4648   ac_status=$?
4649   grep -v '^ *+' conftest.er1 >conftest.err
4650   rm -f conftest.er1
4651   cat conftest.err >&5
4652   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4653   (exit $ac_status); } && {
4654          test -z "$ac_c_werror_flag" ||
4655          test ! -s conftest.err
4656        } && test -s conftest$ac_exeext && {
4657          test "$cross_compiling" = yes ||
4658          $as_test_x conftest$ac_exeext
4659        }; then
4660   ac_cv_lib_dnet_dnet_ntoa=yes
4661 else
4662   $as_echo "$as_me: failed program was:" >&5
4663 sed 's/^/| /' conftest.$ac_ext >&5
4664
4665         ac_cv_lib_dnet_dnet_ntoa=no
4666 fi
4667
4668 rm -rf conftest.dSYM
4669 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4670       conftest$ac_exeext conftest.$ac_ext
4671 LIBS=$ac_check_lib_save_LIBS
4672 fi
4673 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4674 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4675 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
4676   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4677 fi
4678
4679     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4680       { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4681 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
4682 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4683   $as_echo_n "(cached) " >&6
4684 else
4685   ac_check_lib_save_LIBS=$LIBS
4686 LIBS="-ldnet_stub  $LIBS"
4687 cat >conftest.$ac_ext <<_ACEOF
4688 /* confdefs.h.  */
4689 _ACEOF
4690 cat confdefs.h >>conftest.$ac_ext
4691 cat >>conftest.$ac_ext <<_ACEOF
4692 /* end confdefs.h.  */
4693
4694 /* Override any GCC internal prototype to avoid an error.
4695    Use char because int might match the return type of a GCC
4696    builtin and then its argument prototype would still apply.  */
4697 #ifdef __cplusplus
4698 extern "C"
4699 #endif
4700 char dnet_ntoa ();
4701 int
4702 main ()
4703 {
4704 return dnet_ntoa ();
4705   ;
4706   return 0;
4707 }
4708 _ACEOF
4709 rm -f conftest.$ac_objext conftest$ac_exeext
4710 if { (ac_try="$ac_link"
4711 case "(($ac_try" in
4712   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4713   *) ac_try_echo=$ac_try;;
4714 esac
4715 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4716 $as_echo "$ac_try_echo") >&5
4717   (eval "$ac_link") 2>conftest.er1
4718   ac_status=$?
4719   grep -v '^ *+' conftest.er1 >conftest.err
4720   rm -f conftest.er1
4721   cat conftest.err >&5
4722   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4723   (exit $ac_status); } && {
4724          test -z "$ac_c_werror_flag" ||
4725          test ! -s conftest.err
4726        } && test -s conftest$ac_exeext && {
4727          test "$cross_compiling" = yes ||
4728          $as_test_x conftest$ac_exeext
4729        }; then
4730   ac_cv_lib_dnet_stub_dnet_ntoa=yes
4731 else
4732   $as_echo "$as_me: failed program was:" >&5
4733 sed 's/^/| /' conftest.$ac_ext >&5
4734
4735         ac_cv_lib_dnet_stub_dnet_ntoa=no
4736 fi
4737
4738 rm -rf conftest.dSYM
4739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4740       conftest$ac_exeext conftest.$ac_ext
4741 LIBS=$ac_check_lib_save_LIBS
4742 fi
4743 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4744 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4745 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
4746   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4747 fi
4748
4749     fi
4750 fi
4751
4752 rm -rf conftest.dSYM
4753 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4754       conftest$ac_exeext conftest.$ac_ext
4755     LIBS="$ac_xsave_LIBS"
4756
4757     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4758     # to get the SysV transport functions.
4759     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4760     # needs -lnsl.
4761     # The nsl library prevents programs from opening the X display
4762     # on Irix 5.2, according to T.E. Dickey.
4763     # The functions gethostbyname, getservbyname, and inet_addr are
4764     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4765     { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
4766 $as_echo_n "checking for gethostbyname... " >&6; }
4767 if test "${ac_cv_func_gethostbyname+set}" = set; then
4768   $as_echo_n "(cached) " >&6
4769 else
4770   cat >conftest.$ac_ext <<_ACEOF
4771 /* confdefs.h.  */
4772 _ACEOF
4773 cat confdefs.h >>conftest.$ac_ext
4774 cat >>conftest.$ac_ext <<_ACEOF
4775 /* end confdefs.h.  */
4776 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4777    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4778 #define gethostbyname innocuous_gethostbyname
4779
4780 /* System header to define __stub macros and hopefully few prototypes,
4781     which can conflict with char gethostbyname (); below.
4782     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4783     <limits.h> exists even on freestanding compilers.  */
4784
4785 #ifdef __STDC__
4786 # include <limits.h>
4787 #else
4788 # include <assert.h>
4789 #endif
4790
4791 #undef gethostbyname
4792
4793 /* Override any GCC internal prototype to avoid an error.
4794    Use char because int might match the return type of a GCC
4795    builtin and then its argument prototype would still apply.  */
4796 #ifdef __cplusplus
4797 extern "C"
4798 #endif
4799 char gethostbyname ();
4800 /* The GNU C library defines this for functions which it implements
4801     to always fail with ENOSYS.  Some functions are actually named
4802     something starting with __ and the normal name is an alias.  */
4803 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4804 choke me
4805 #endif
4806
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_func_gethostbyname=yes
4837 else
4838   $as_echo "$as_me: failed program was:" >&5
4839 sed 's/^/| /' conftest.$ac_ext >&5
4840
4841         ac_cv_func_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 fi
4848 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4849 $as_echo "$ac_cv_func_gethostbyname" >&6; }
4850
4851     if test $ac_cv_func_gethostbyname = no; then
4852       { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4853 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
4854 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4855   $as_echo_n "(cached) " >&6
4856 else
4857   ac_check_lib_save_LIBS=$LIBS
4858 LIBS="-lnsl  $LIBS"
4859 cat >conftest.$ac_ext <<_ACEOF
4860 /* confdefs.h.  */
4861 _ACEOF
4862 cat confdefs.h >>conftest.$ac_ext
4863 cat >>conftest.$ac_ext <<_ACEOF
4864 /* end confdefs.h.  */
4865
4866 /* Override any GCC internal prototype to avoid an error.
4867    Use char because int might match the return type of a GCC
4868    builtin and then its argument prototype would still apply.  */
4869 #ifdef __cplusplus
4870 extern "C"
4871 #endif
4872 char gethostbyname ();
4873 int
4874 main ()
4875 {
4876 return gethostbyname ();
4877   ;
4878   return 0;
4879 }
4880 _ACEOF
4881 rm -f conftest.$ac_objext conftest$ac_exeext
4882 if { (ac_try="$ac_link"
4883 case "(($ac_try" in
4884   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4885   *) ac_try_echo=$ac_try;;
4886 esac
4887 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4888 $as_echo "$ac_try_echo") >&5
4889   (eval "$ac_link") 2>conftest.er1
4890   ac_status=$?
4891   grep -v '^ *+' conftest.er1 >conftest.err
4892   rm -f conftest.er1
4893   cat conftest.err >&5
4894   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4895   (exit $ac_status); } && {
4896          test -z "$ac_c_werror_flag" ||
4897          test ! -s conftest.err
4898        } && test -s conftest$ac_exeext && {
4899          test "$cross_compiling" = yes ||
4900          $as_test_x conftest$ac_exeext
4901        }; then
4902   ac_cv_lib_nsl_gethostbyname=yes
4903 else
4904   $as_echo "$as_me: failed program was:" >&5
4905 sed 's/^/| /' conftest.$ac_ext >&5
4906
4907         ac_cv_lib_nsl_gethostbyname=no
4908 fi
4909
4910 rm -rf conftest.dSYM
4911 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4912       conftest$ac_exeext conftest.$ac_ext
4913 LIBS=$ac_check_lib_save_LIBS
4914 fi
4915 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4916 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
4917 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
4918   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4919 fi
4920
4921       if test $ac_cv_lib_nsl_gethostbyname = no; then
4922         { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4923 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
4924 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4925   $as_echo_n "(cached) " >&6
4926 else
4927   ac_check_lib_save_LIBS=$LIBS
4928 LIBS="-lbsd  $LIBS"
4929 cat >conftest.$ac_ext <<_ACEOF
4930 /* confdefs.h.  */
4931 _ACEOF
4932 cat confdefs.h >>conftest.$ac_ext
4933 cat >>conftest.$ac_ext <<_ACEOF
4934 /* end confdefs.h.  */
4935
4936 /* Override any GCC internal prototype to avoid an error.
4937    Use char because int might match the return type of a GCC
4938    builtin and then its argument prototype would still apply.  */
4939 #ifdef __cplusplus
4940 extern "C"
4941 #endif
4942 char gethostbyname ();
4943 int
4944 main ()
4945 {
4946 return gethostbyname ();
4947   ;
4948   return 0;
4949 }
4950 _ACEOF
4951 rm -f conftest.$ac_objext conftest$ac_exeext
4952 if { (ac_try="$ac_link"
4953 case "(($ac_try" in
4954   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4955   *) ac_try_echo=$ac_try;;
4956 esac
4957 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4958 $as_echo "$ac_try_echo") >&5
4959   (eval "$ac_link") 2>conftest.er1
4960   ac_status=$?
4961   grep -v '^ *+' conftest.er1 >conftest.err
4962   rm -f conftest.er1
4963   cat conftest.err >&5
4964   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4965   (exit $ac_status); } && {
4966          test -z "$ac_c_werror_flag" ||
4967          test ! -s conftest.err
4968        } && test -s conftest$ac_exeext && {
4969          test "$cross_compiling" = yes ||
4970          $as_test_x conftest$ac_exeext
4971        }; then
4972   ac_cv_lib_bsd_gethostbyname=yes
4973 else
4974   $as_echo "$as_me: failed program was:" >&5
4975 sed 's/^/| /' conftest.$ac_ext >&5
4976
4977         ac_cv_lib_bsd_gethostbyname=no
4978 fi
4979
4980 rm -rf conftest.dSYM
4981 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4982       conftest$ac_exeext conftest.$ac_ext
4983 LIBS=$ac_check_lib_save_LIBS
4984 fi
4985 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4986 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
4987 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
4988   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4989 fi
4990
4991       fi
4992     fi
4993
4994     # lieder@skyler.mavd.honeywell.com says without -lsocket,
4995     # socket/setsockopt and other routines are undefined under SCO ODT
4996     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
4997     # on later versions), says Simon Leinen: it contains gethostby*
4998     # variants that don't use the name server (or something).  -lsocket
4999     # must be given before -lnsl if both are needed.  We assume that
5000     # if connect needs -lnsl, so does gethostbyname.
5001     { $as_echo "$as_me:$LINENO: checking for connect" >&5
5002 $as_echo_n "checking for connect... " >&6; }
5003 if test "${ac_cv_func_connect+set}" = set; then
5004   $as_echo_n "(cached) " >&6
5005 else
5006   cat >conftest.$ac_ext <<_ACEOF
5007 /* confdefs.h.  */
5008 _ACEOF
5009 cat confdefs.h >>conftest.$ac_ext
5010 cat >>conftest.$ac_ext <<_ACEOF
5011 /* end confdefs.h.  */
5012 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
5013    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5014 #define connect innocuous_connect
5015
5016 /* System header to define __stub macros and hopefully few prototypes,
5017     which can conflict with char connect (); below.
5018     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5019     <limits.h> exists even on freestanding compilers.  */
5020
5021 #ifdef __STDC__
5022 # include <limits.h>
5023 #else
5024 # include <assert.h>
5025 #endif
5026
5027 #undef connect
5028
5029 /* Override any GCC internal prototype to avoid an error.
5030    Use char because int might match the return type of a GCC
5031    builtin and then its argument prototype would still apply.  */
5032 #ifdef __cplusplus
5033 extern "C"
5034 #endif
5035 char connect ();
5036 /* The GNU C library defines this for functions which it implements
5037     to always fail with ENOSYS.  Some functions are actually named
5038     something starting with __ and the normal name is an alias.  */
5039 #if defined __stub_connect || defined __stub___connect
5040 choke me
5041 #endif
5042
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_func_connect=yes
5073 else
5074   $as_echo "$as_me: failed program was:" >&5
5075 sed 's/^/| /' conftest.$ac_ext >&5
5076
5077         ac_cv_func_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 fi
5084 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
5085 $as_echo "$ac_cv_func_connect" >&6; }
5086
5087     if test $ac_cv_func_connect = no; then
5088       { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
5089 $as_echo_n "checking for connect in -lsocket... " >&6; }
5090 if test "${ac_cv_lib_socket_connect+set}" = set; then
5091   $as_echo_n "(cached) " >&6
5092 else
5093   ac_check_lib_save_LIBS=$LIBS
5094 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
5095 cat >conftest.$ac_ext <<_ACEOF
5096 /* confdefs.h.  */
5097 _ACEOF
5098 cat confdefs.h >>conftest.$ac_ext
5099 cat >>conftest.$ac_ext <<_ACEOF
5100 /* end confdefs.h.  */
5101
5102 /* Override any GCC internal prototype to avoid an error.
5103    Use char because int might match the return type of a GCC
5104    builtin and then its argument prototype would still apply.  */
5105 #ifdef __cplusplus
5106 extern "C"
5107 #endif
5108 char connect ();
5109 int
5110 main ()
5111 {
5112 return connect ();
5113   ;
5114   return 0;
5115 }
5116 _ACEOF
5117 rm -f conftest.$ac_objext conftest$ac_exeext
5118 if { (ac_try="$ac_link"
5119 case "(($ac_try" in
5120   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5121   *) ac_try_echo=$ac_try;;
5122 esac
5123 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5124 $as_echo "$ac_try_echo") >&5
5125   (eval "$ac_link") 2>conftest.er1
5126   ac_status=$?
5127   grep -v '^ *+' conftest.er1 >conftest.err
5128   rm -f conftest.er1
5129   cat conftest.err >&5
5130   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5131   (exit $ac_status); } && {
5132          test -z "$ac_c_werror_flag" ||
5133          test ! -s conftest.err
5134        } && test -s conftest$ac_exeext && {
5135          test "$cross_compiling" = yes ||
5136          $as_test_x conftest$ac_exeext
5137        }; then
5138   ac_cv_lib_socket_connect=yes
5139 else
5140   $as_echo "$as_me: failed program was:" >&5
5141 sed 's/^/| /' conftest.$ac_ext >&5
5142
5143         ac_cv_lib_socket_connect=no
5144 fi
5145
5146 rm -rf conftest.dSYM
5147 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5148       conftest$ac_exeext conftest.$ac_ext
5149 LIBS=$ac_check_lib_save_LIBS
5150 fi
5151 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
5152 $as_echo "$ac_cv_lib_socket_connect" >&6; }
5153 if test "x$ac_cv_lib_socket_connect" = x""yes; then
5154   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
5155 fi
5156
5157     fi
5158
5159     # Guillermo Gomez says -lposix is necessary on A/UX.
5160     { $as_echo "$as_me:$LINENO: checking for remove" >&5
5161 $as_echo_n "checking for remove... " >&6; }
5162 if test "${ac_cv_func_remove+set}" = set; then
5163   $as_echo_n "(cached) " >&6
5164 else
5165   cat >conftest.$ac_ext <<_ACEOF
5166 /* confdefs.h.  */
5167 _ACEOF
5168 cat confdefs.h >>conftest.$ac_ext
5169 cat >>conftest.$ac_ext <<_ACEOF
5170 /* end confdefs.h.  */
5171 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
5172    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5173 #define remove innocuous_remove
5174
5175 /* System header to define __stub macros and hopefully few prototypes,
5176     which can conflict with char remove (); below.
5177     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5178     <limits.h> exists even on freestanding compilers.  */
5179
5180 #ifdef __STDC__
5181 # include <limits.h>
5182 #else
5183 # include <assert.h>
5184 #endif
5185
5186 #undef remove
5187
5188 /* Override any GCC internal prototype to avoid an error.
5189    Use char because int might match the return type of a GCC
5190    builtin and then its argument prototype would still apply.  */
5191 #ifdef __cplusplus
5192 extern "C"
5193 #endif
5194 char remove ();
5195 /* The GNU C library defines this for functions which it implements
5196     to always fail with ENOSYS.  Some functions are actually named
5197     something starting with __ and the normal name is an alias.  */
5198 #if defined __stub_remove || defined __stub___remove
5199 choke me
5200 #endif
5201
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_func_remove=yes
5232 else
5233   $as_echo "$as_me: failed program was:" >&5
5234 sed 's/^/| /' conftest.$ac_ext >&5
5235
5236         ac_cv_func_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 fi
5243 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
5244 $as_echo "$ac_cv_func_remove" >&6; }
5245
5246     if test $ac_cv_func_remove = no; then
5247       { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
5248 $as_echo_n "checking for remove in -lposix... " >&6; }
5249 if test "${ac_cv_lib_posix_remove+set}" = set; then
5250   $as_echo_n "(cached) " >&6
5251 else
5252   ac_check_lib_save_LIBS=$LIBS
5253 LIBS="-lposix  $LIBS"
5254 cat >conftest.$ac_ext <<_ACEOF
5255 /* confdefs.h.  */
5256 _ACEOF
5257 cat confdefs.h >>conftest.$ac_ext
5258 cat >>conftest.$ac_ext <<_ACEOF
5259 /* end confdefs.h.  */
5260
5261 /* Override any GCC internal prototype to avoid an error.
5262    Use char because int might match the return type of a GCC
5263    builtin and then its argument prototype would still apply.  */
5264 #ifdef __cplusplus
5265 extern "C"
5266 #endif
5267 char remove ();
5268 int
5269 main ()
5270 {
5271 return remove ();
5272   ;
5273   return 0;
5274 }
5275 _ACEOF
5276 rm -f conftest.$ac_objext conftest$ac_exeext
5277 if { (ac_try="$ac_link"
5278 case "(($ac_try" in
5279   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5280   *) ac_try_echo=$ac_try;;
5281 esac
5282 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5283 $as_echo "$ac_try_echo") >&5
5284   (eval "$ac_link") 2>conftest.er1
5285   ac_status=$?
5286   grep -v '^ *+' conftest.er1 >conftest.err
5287   rm -f conftest.er1
5288   cat conftest.err >&5
5289   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5290   (exit $ac_status); } && {
5291          test -z "$ac_c_werror_flag" ||
5292          test ! -s conftest.err
5293        } && test -s conftest$ac_exeext && {
5294          test "$cross_compiling" = yes ||
5295          $as_test_x conftest$ac_exeext
5296        }; then
5297   ac_cv_lib_posix_remove=yes
5298 else
5299   $as_echo "$as_me: failed program was:" >&5
5300 sed 's/^/| /' conftest.$ac_ext >&5
5301
5302         ac_cv_lib_posix_remove=no
5303 fi
5304
5305 rm -rf conftest.dSYM
5306 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5307       conftest$ac_exeext conftest.$ac_ext
5308 LIBS=$ac_check_lib_save_LIBS
5309 fi
5310 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5311 $as_echo "$ac_cv_lib_posix_remove" >&6; }
5312 if test "x$ac_cv_lib_posix_remove" = x""yes; then
5313   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5314 fi
5315
5316     fi
5317
5318     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5319     { $as_echo "$as_me:$LINENO: checking for shmat" >&5
5320 $as_echo_n "checking for shmat... " >&6; }
5321 if test "${ac_cv_func_shmat+set}" = set; then
5322   $as_echo_n "(cached) " >&6
5323 else
5324   cat >conftest.$ac_ext <<_ACEOF
5325 /* confdefs.h.  */
5326 _ACEOF
5327 cat confdefs.h >>conftest.$ac_ext
5328 cat >>conftest.$ac_ext <<_ACEOF
5329 /* end confdefs.h.  */
5330 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5331    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
5332 #define shmat innocuous_shmat
5333
5334 /* System header to define __stub macros and hopefully few prototypes,
5335     which can conflict with char shmat (); below.
5336     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5337     <limits.h> exists even on freestanding compilers.  */
5338
5339 #ifdef __STDC__
5340 # include <limits.h>
5341 #else
5342 # include <assert.h>
5343 #endif
5344
5345 #undef shmat
5346
5347 /* Override any GCC internal prototype to avoid an error.
5348    Use char because int might match the return type of a GCC
5349    builtin and then its argument prototype would still apply.  */
5350 #ifdef __cplusplus
5351 extern "C"
5352 #endif
5353 char shmat ();
5354 /* The GNU C library defines this for functions which it implements
5355     to always fail with ENOSYS.  Some functions are actually named
5356     something starting with __ and the normal name is an alias.  */
5357 #if defined __stub_shmat || defined __stub___shmat
5358 choke me
5359 #endif
5360
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_func_shmat=yes
5391 else
5392   $as_echo "$as_me: failed program was:" >&5
5393 sed 's/^/| /' conftest.$ac_ext >&5
5394
5395         ac_cv_func_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 fi
5402 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5403 $as_echo "$ac_cv_func_shmat" >&6; }
5404
5405     if test $ac_cv_func_shmat = no; then
5406       { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5407 $as_echo_n "checking for shmat in -lipc... " >&6; }
5408 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5409   $as_echo_n "(cached) " >&6
5410 else
5411   ac_check_lib_save_LIBS=$LIBS
5412 LIBS="-lipc  $LIBS"
5413 cat >conftest.$ac_ext <<_ACEOF
5414 /* confdefs.h.  */
5415 _ACEOF
5416 cat confdefs.h >>conftest.$ac_ext
5417 cat >>conftest.$ac_ext <<_ACEOF
5418 /* end confdefs.h.  */
5419
5420 /* Override any GCC internal prototype to avoid an error.
5421    Use char because int might match the return type of a GCC
5422    builtin and then its argument prototype would still apply.  */
5423 #ifdef __cplusplus
5424 extern "C"
5425 #endif
5426 char shmat ();
5427 int
5428 main ()
5429 {
5430 return shmat ();
5431   ;
5432   return 0;
5433 }
5434 _ACEOF
5435 rm -f conftest.$ac_objext conftest$ac_exeext
5436 if { (ac_try="$ac_link"
5437 case "(($ac_try" in
5438   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5439   *) ac_try_echo=$ac_try;;
5440 esac
5441 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5442 $as_echo "$ac_try_echo") >&5
5443   (eval "$ac_link") 2>conftest.er1
5444   ac_status=$?
5445   grep -v '^ *+' conftest.er1 >conftest.err
5446   rm -f conftest.er1
5447   cat conftest.err >&5
5448   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5449   (exit $ac_status); } && {
5450          test -z "$ac_c_werror_flag" ||
5451          test ! -s conftest.err
5452        } && test -s conftest$ac_exeext && {
5453          test "$cross_compiling" = yes ||
5454          $as_test_x conftest$ac_exeext
5455        }; then
5456   ac_cv_lib_ipc_shmat=yes
5457 else
5458   $as_echo "$as_me: failed program was:" >&5
5459 sed 's/^/| /' conftest.$ac_ext >&5
5460
5461         ac_cv_lib_ipc_shmat=no
5462 fi
5463
5464 rm -rf conftest.dSYM
5465 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5466       conftest$ac_exeext conftest.$ac_ext
5467 LIBS=$ac_check_lib_save_LIBS
5468 fi
5469 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5470 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
5471 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
5472   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5473 fi
5474
5475     fi
5476   fi
5477
5478   # Check for libraries that X11R6 Xt/Xaw programs need.
5479   ac_save_LDFLAGS=$LDFLAGS
5480   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5481   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5482   # check for ICE first), but we must link in the order -lSM -lICE or
5483   # we get undefined symbols.  So assume we have SM if we have ICE.
5484   # These have to be linked with before -lX11, unlike the other
5485   # libraries we check for below, so use a different variable.
5486   # John Interrante, Karl Berry
5487   { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5488 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
5489 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5490   $as_echo_n "(cached) " >&6
5491 else
5492   ac_check_lib_save_LIBS=$LIBS
5493 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5494 cat >conftest.$ac_ext <<_ACEOF
5495 /* confdefs.h.  */
5496 _ACEOF
5497 cat confdefs.h >>conftest.$ac_ext
5498 cat >>conftest.$ac_ext <<_ACEOF
5499 /* end confdefs.h.  */
5500
5501 /* Override any GCC internal prototype to avoid an error.
5502    Use char because int might match the return type of a GCC
5503    builtin and then its argument prototype would still apply.  */
5504 #ifdef __cplusplus
5505 extern "C"
5506 #endif
5507 char IceConnectionNumber ();
5508 int
5509 main ()
5510 {
5511 return IceConnectionNumber ();
5512   ;
5513   return 0;
5514 }
5515 _ACEOF
5516 rm -f conftest.$ac_objext conftest$ac_exeext
5517 if { (ac_try="$ac_link"
5518 case "(($ac_try" in
5519   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5520   *) ac_try_echo=$ac_try;;
5521 esac
5522 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5523 $as_echo "$ac_try_echo") >&5
5524   (eval "$ac_link") 2>conftest.er1
5525   ac_status=$?
5526   grep -v '^ *+' conftest.er1 >conftest.err
5527   rm -f conftest.er1
5528   cat conftest.err >&5
5529   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5530   (exit $ac_status); } && {
5531          test -z "$ac_c_werror_flag" ||
5532          test ! -s conftest.err
5533        } && test -s conftest$ac_exeext && {
5534          test "$cross_compiling" = yes ||
5535          $as_test_x conftest$ac_exeext
5536        }; then
5537   ac_cv_lib_ICE_IceConnectionNumber=yes
5538 else
5539   $as_echo "$as_me: failed program was:" >&5
5540 sed 's/^/| /' conftest.$ac_ext >&5
5541
5542         ac_cv_lib_ICE_IceConnectionNumber=no
5543 fi
5544
5545 rm -rf conftest.dSYM
5546 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5547       conftest$ac_exeext conftest.$ac_ext
5548 LIBS=$ac_check_lib_save_LIBS
5549 fi
5550 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5551 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5552 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
5553   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5554 fi
5555
5556   LDFLAGS=$ac_save_LDFLAGS
5557
5558 fi
5559
5560
5561 for ac_prog in flex
5562 do
5563   # Extract the first word of "$ac_prog", so it can be a program name with args.
5564 set dummy $ac_prog; ac_word=$2
5565 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5566 $as_echo_n "checking for $ac_word... " >&6; }
5567 if test "${ac_cv_prog_FLEX+set}" = set; then
5568   $as_echo_n "(cached) " >&6
5569 else
5570   if test -n "$FLEX"; then
5571   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5572 else
5573 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5574 for as_dir in $PATH
5575 do
5576   IFS=$as_save_IFS
5577   test -z "$as_dir" && as_dir=.
5578   for ac_exec_ext in '' $ac_executable_extensions; do
5579   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5580     ac_cv_prog_FLEX="$ac_prog"
5581     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5582     break 2
5583   fi
5584 done
5585 done
5586 IFS=$as_save_IFS
5587
5588 fi
5589 fi
5590 FLEX=$ac_cv_prog_FLEX
5591 if test -n "$FLEX"; then
5592   { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
5593 $as_echo "$FLEX" >&6; }
5594 else
5595   { $as_echo "$as_me:$LINENO: result: no" >&5
5596 $as_echo "no" >&6; }
5597 fi
5598
5599
5600   test -n "$FLEX" && break
5601 done
5602 test -n "$FLEX" || FLEX="none"
5603
5604 if test "$FLEX" = "none"
5605 then
5606   { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5607 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5608    { (exit 1); exit 1; }; }
5609 fi
5610
5611 for ac_prog in bison
5612 do
5613   # Extract the first word of "$ac_prog", so it can be a program name with args.
5614 set dummy $ac_prog; ac_word=$2
5615 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5616 $as_echo_n "checking for $ac_word... " >&6; }
5617 if test "${ac_cv_prog_BISON+set}" = set; then
5618   $as_echo_n "(cached) " >&6
5619 else
5620   if test -n "$BISON"; then
5621   ac_cv_prog_BISON="$BISON" # Let the user override the test.
5622 else
5623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5624 for as_dir in $PATH
5625 do
5626   IFS=$as_save_IFS
5627   test -z "$as_dir" && as_dir=.
5628   for ac_exec_ext in '' $ac_executable_extensions; do
5629   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5630     ac_cv_prog_BISON="$ac_prog"
5631     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5632     break 2
5633   fi
5634 done
5635 done
5636 IFS=$as_save_IFS
5637
5638 fi
5639 fi
5640 BISON=$ac_cv_prog_BISON
5641 if test -n "$BISON"; then
5642   { $as_echo "$as_me:$LINENO: result: $BISON" >&5
5643 $as_echo "$BISON" >&6; }
5644 else
5645   { $as_echo "$as_me:$LINENO: result: no" >&5
5646 $as_echo "no" >&6; }
5647 fi
5648
5649
5650   test -n "$BISON" && break
5651 done
5652 test -n "$BISON" || BISON="none"
5653
5654 if test "$BISON" = "none"
5655 then
5656   { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5657 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5658    { (exit 1); exit 1; }; }
5659 fi
5660
5661 if test -n "$ac_tool_prefix"; then
5662   for ac_prog in gas as
5663   do
5664     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5665 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5666 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5667 $as_echo_n "checking for $ac_word... " >&6; }
5668 if test "${ac_cv_prog_AS+set}" = set; then
5669   $as_echo_n "(cached) " >&6
5670 else
5671   if test -n "$AS"; then
5672   ac_cv_prog_AS="$AS" # Let the user override the test.
5673 else
5674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5675 for as_dir in $PATH
5676 do
5677   IFS=$as_save_IFS
5678   test -z "$as_dir" && as_dir=.
5679   for ac_exec_ext in '' $ac_executable_extensions; do
5680   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5681     ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5682     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5683     break 2
5684   fi
5685 done
5686 done
5687 IFS=$as_save_IFS
5688
5689 fi
5690 fi
5691 AS=$ac_cv_prog_AS
5692 if test -n "$AS"; then
5693   { $as_echo "$as_me:$LINENO: result: $AS" >&5
5694 $as_echo "$AS" >&6; }
5695 else
5696   { $as_echo "$as_me:$LINENO: result: no" >&5
5697 $as_echo "no" >&6; }
5698 fi
5699
5700
5701     test -n "$AS" && break
5702   done
5703 fi
5704 if test -z "$AS"; then
5705   ac_ct_AS=$AS
5706   for ac_prog in gas as
5707 do
5708   # Extract the first word of "$ac_prog", so it can be a program name with args.
5709 set dummy $ac_prog; ac_word=$2
5710 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5711 $as_echo_n "checking for $ac_word... " >&6; }
5712 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5713   $as_echo_n "(cached) " >&6
5714 else
5715   if test -n "$ac_ct_AS"; then
5716   ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5717 else
5718 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5719 for as_dir in $PATH
5720 do
5721   IFS=$as_save_IFS
5722   test -z "$as_dir" && as_dir=.
5723   for ac_exec_ext in '' $ac_executable_extensions; do
5724   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5725     ac_cv_prog_ac_ct_AS="$ac_prog"
5726     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5727     break 2
5728   fi
5729 done
5730 done
5731 IFS=$as_save_IFS
5732
5733 fi
5734 fi
5735 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5736 if test -n "$ac_ct_AS"; then
5737   { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5738 $as_echo "$ac_ct_AS" >&6; }
5739 else
5740   { $as_echo "$as_me:$LINENO: result: no" >&5
5741 $as_echo "no" >&6; }
5742 fi
5743
5744
5745   test -n "$ac_ct_AS" && break
5746 done
5747
5748   if test "x$ac_ct_AS" = x; then
5749     AS="as"
5750   else
5751     case $cross_compiling:$ac_tool_warned in
5752 yes:)
5753 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5754 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5755 ac_tool_warned=yes ;;
5756 esac
5757     AS=$ac_ct_AS
5758   fi
5759 fi
5760
5761 if test -n "$ac_tool_prefix"; then
5762   for ac_prog in ld gld
5763   do
5764     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5765 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5766 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5767 $as_echo_n "checking for $ac_word... " >&6; }
5768 if test "${ac_cv_prog_LD+set}" = set; then
5769   $as_echo_n "(cached) " >&6
5770 else
5771   if test -n "$LD"; then
5772   ac_cv_prog_LD="$LD" # Let the user override the test.
5773 else
5774 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5775 for as_dir in $PATH
5776 do
5777   IFS=$as_save_IFS
5778   test -z "$as_dir" && as_dir=.
5779   for ac_exec_ext in '' $ac_executable_extensions; do
5780   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5781     ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5782     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5783     break 2
5784   fi
5785 done
5786 done
5787 IFS=$as_save_IFS
5788
5789 fi
5790 fi
5791 LD=$ac_cv_prog_LD
5792 if test -n "$LD"; then
5793   { $as_echo "$as_me:$LINENO: result: $LD" >&5
5794 $as_echo "$LD" >&6; }
5795 else
5796   { $as_echo "$as_me:$LINENO: result: no" >&5
5797 $as_echo "no" >&6; }
5798 fi
5799
5800
5801     test -n "$LD" && break
5802   done
5803 fi
5804 if test -z "$LD"; then
5805   ac_ct_LD=$LD
5806   for ac_prog in ld gld
5807 do
5808   # Extract the first word of "$ac_prog", so it can be a program name with args.
5809 set dummy $ac_prog; ac_word=$2
5810 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5811 $as_echo_n "checking for $ac_word... " >&6; }
5812 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5813   $as_echo_n "(cached) " >&6
5814 else
5815   if test -n "$ac_ct_LD"; then
5816   ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5817 else
5818 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5819 for as_dir in $PATH
5820 do
5821   IFS=$as_save_IFS
5822   test -z "$as_dir" && as_dir=.
5823   for ac_exec_ext in '' $ac_executable_extensions; do
5824   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5825     ac_cv_prog_ac_ct_LD="$ac_prog"
5826     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5827     break 2
5828   fi
5829 done
5830 done
5831 IFS=$as_save_IFS
5832
5833 fi
5834 fi
5835 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5836 if test -n "$ac_ct_LD"; then
5837   { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5838 $as_echo "$ac_ct_LD" >&6; }
5839 else
5840   { $as_echo "$as_me:$LINENO: result: no" >&5
5841 $as_echo "no" >&6; }
5842 fi
5843
5844
5845   test -n "$ac_ct_LD" && break
5846 done
5847
5848   if test "x$ac_ct_LD" = x; then
5849     LD="ld"
5850   else
5851     case $cross_compiling:$ac_tool_warned in
5852 yes:)
5853 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5854 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5855 ac_tool_warned=yes ;;
5856 esac
5857     LD=$ac_ct_LD
5858   fi
5859 fi
5860
5861 if test -n "$ac_tool_prefix"; then
5862   for ac_prog in nm gnm
5863   do
5864     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5865 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5866 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5867 $as_echo_n "checking for $ac_word... " >&6; }
5868 if test "${ac_cv_prog_NM+set}" = set; then
5869   $as_echo_n "(cached) " >&6
5870 else
5871   if test -n "$NM"; then
5872   ac_cv_prog_NM="$NM" # Let the user override the test.
5873 else
5874 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5875 for as_dir in $PATH
5876 do
5877   IFS=$as_save_IFS
5878   test -z "$as_dir" && as_dir=.
5879   for ac_exec_ext in '' $ac_executable_extensions; do
5880   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5881     ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5882     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5883     break 2
5884   fi
5885 done
5886 done
5887 IFS=$as_save_IFS
5888
5889 fi
5890 fi
5891 NM=$ac_cv_prog_NM
5892 if test -n "$NM"; then
5893   { $as_echo "$as_me:$LINENO: result: $NM" >&5
5894 $as_echo "$NM" >&6; }
5895 else
5896   { $as_echo "$as_me:$LINENO: result: no" >&5
5897 $as_echo "no" >&6; }
5898 fi
5899
5900
5901     test -n "$NM" && break
5902   done
5903 fi
5904 if test -z "$NM"; then
5905   ac_ct_NM=$NM
5906   for ac_prog in nm gnm
5907 do
5908   # Extract the first word of "$ac_prog", so it can be a program name with args.
5909 set dummy $ac_prog; ac_word=$2
5910 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5911 $as_echo_n "checking for $ac_word... " >&6; }
5912 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5913   $as_echo_n "(cached) " >&6
5914 else
5915   if test -n "$ac_ct_NM"; then
5916   ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5917 else
5918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5919 for as_dir in $PATH
5920 do
5921   IFS=$as_save_IFS
5922   test -z "$as_dir" && as_dir=.
5923   for ac_exec_ext in '' $ac_executable_extensions; do
5924   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5925     ac_cv_prog_ac_ct_NM="$ac_prog"
5926     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5927     break 2
5928   fi
5929 done
5930 done
5931 IFS=$as_save_IFS
5932
5933 fi
5934 fi
5935 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5936 if test -n "$ac_ct_NM"; then
5937   { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5938 $as_echo "$ac_ct_NM" >&6; }
5939 else
5940   { $as_echo "$as_me:$LINENO: result: no" >&5
5941 $as_echo "no" >&6; }
5942 fi
5943
5944
5945   test -n "$ac_ct_NM" && break
5946 done
5947
5948   if test "x$ac_ct_NM" = x; then
5949     NM="nm"
5950   else
5951     case $cross_compiling:$ac_tool_warned in
5952 yes:)
5953 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5954 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5955 ac_tool_warned=yes ;;
5956 esac
5957     NM=$ac_ct_NM
5958   fi
5959 fi
5960
5961 if test -n "$ac_tool_prefix"; then
5962   for ac_prog in ar gar
5963   do
5964     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5965 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5966 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5967 $as_echo_n "checking for $ac_word... " >&6; }
5968 if test "${ac_cv_prog_AR+set}" = set; then
5969   $as_echo_n "(cached) " >&6
5970 else
5971   if test -n "$AR"; then
5972   ac_cv_prog_AR="$AR" # Let the user override the test.
5973 else
5974 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5975 for as_dir in $PATH
5976 do
5977   IFS=$as_save_IFS
5978   test -z "$as_dir" && as_dir=.
5979   for ac_exec_ext in '' $ac_executable_extensions; do
5980   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5981     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5982     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5983     break 2
5984   fi
5985 done
5986 done
5987 IFS=$as_save_IFS
5988
5989 fi
5990 fi
5991 AR=$ac_cv_prog_AR
5992 if test -n "$AR"; then
5993   { $as_echo "$as_me:$LINENO: result: $AR" >&5
5994 $as_echo "$AR" >&6; }
5995 else
5996   { $as_echo "$as_me:$LINENO: result: no" >&5
5997 $as_echo "no" >&6; }
5998 fi
5999
6000
6001     test -n "$AR" && break
6002   done
6003 fi
6004 if test -z "$AR"; then
6005   ac_ct_AR=$AR
6006   for ac_prog in ar gar
6007 do
6008   # Extract the first word of "$ac_prog", so it can be a program name with args.
6009 set dummy $ac_prog; ac_word=$2
6010 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6011 $as_echo_n "checking for $ac_word... " >&6; }
6012 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
6013   $as_echo_n "(cached) " >&6
6014 else
6015   if test -n "$ac_ct_AR"; then
6016   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6017 else
6018 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6019 for as_dir in $PATH
6020 do
6021   IFS=$as_save_IFS
6022   test -z "$as_dir" && as_dir=.
6023   for ac_exec_ext in '' $ac_executable_extensions; do
6024   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6025     ac_cv_prog_ac_ct_AR="$ac_prog"
6026     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6027     break 2
6028   fi
6029 done
6030 done
6031 IFS=$as_save_IFS
6032
6033 fi
6034 fi
6035 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6036 if test -n "$ac_ct_AR"; then
6037   { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
6038 $as_echo "$ac_ct_AR" >&6; }
6039 else
6040   { $as_echo "$as_me:$LINENO: result: no" >&5
6041 $as_echo "no" >&6; }
6042 fi
6043
6044
6045   test -n "$ac_ct_AR" && break
6046 done
6047
6048   if test "x$ac_ct_AR" = x; then
6049     AR="ar"
6050   else
6051     case $cross_compiling:$ac_tool_warned in
6052 yes:)
6053 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6054 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6055 ac_tool_warned=yes ;;
6056 esac
6057     AR=$ac_ct_AR
6058   fi
6059 fi
6060
6061 ARFLAGS=rc
6062
6063 if test -n "$ac_tool_prefix"; then
6064   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6065 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6066 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6067 $as_echo_n "checking for $ac_word... " >&6; }
6068 if test "${ac_cv_prog_RANLIB+set}" = set; then
6069   $as_echo_n "(cached) " >&6
6070 else
6071   if test -n "$RANLIB"; then
6072   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6073 else
6074 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6075 for as_dir in $PATH
6076 do
6077   IFS=$as_save_IFS
6078   test -z "$as_dir" && as_dir=.
6079   for ac_exec_ext in '' $ac_executable_extensions; do
6080   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6081     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6082     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6083     break 2
6084   fi
6085 done
6086 done
6087 IFS=$as_save_IFS
6088
6089 fi
6090 fi
6091 RANLIB=$ac_cv_prog_RANLIB
6092 if test -n "$RANLIB"; then
6093   { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
6094 $as_echo "$RANLIB" >&6; }
6095 else
6096   { $as_echo "$as_me:$LINENO: result: no" >&5
6097 $as_echo "no" >&6; }
6098 fi
6099
6100
6101 fi
6102 if test -z "$ac_cv_prog_RANLIB"; then
6103   ac_ct_RANLIB=$RANLIB
6104   # Extract the first word of "ranlib", so it can be a program name with args.
6105 set dummy ranlib; ac_word=$2
6106 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6107 $as_echo_n "checking for $ac_word... " >&6; }
6108 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6109   $as_echo_n "(cached) " >&6
6110 else
6111   if test -n "$ac_ct_RANLIB"; then
6112   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6113 else
6114 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6115 for as_dir in $PATH
6116 do
6117   IFS=$as_save_IFS
6118   test -z "$as_dir" && as_dir=.
6119   for ac_exec_ext in '' $ac_executable_extensions; do
6120   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6121     ac_cv_prog_ac_ct_RANLIB="ranlib"
6122     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6123     break 2
6124   fi
6125 done
6126 done
6127 IFS=$as_save_IFS
6128
6129 fi
6130 fi
6131 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6132 if test -n "$ac_ct_RANLIB"; then
6133   { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6134 $as_echo "$ac_ct_RANLIB" >&6; }
6135 else
6136   { $as_echo "$as_me:$LINENO: result: no" >&5
6137 $as_echo "no" >&6; }
6138 fi
6139
6140   if test "x$ac_ct_RANLIB" = x; then
6141     RANLIB=":"
6142   else
6143     case $cross_compiling:$ac_tool_warned in
6144 yes:)
6145 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6146 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6147 ac_tool_warned=yes ;;
6148 esac
6149     RANLIB=$ac_ct_RANLIB
6150   fi
6151 else
6152   RANLIB="$ac_cv_prog_RANLIB"
6153 fi
6154
6155 if test -n "$ac_tool_prefix"; then
6156   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6157 set dummy ${ac_tool_prefix}strip; ac_word=$2
6158 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6159 $as_echo_n "checking for $ac_word... " >&6; }
6160 if test "${ac_cv_prog_STRIP+set}" = set; then
6161   $as_echo_n "(cached) " >&6
6162 else
6163   if test -n "$STRIP"; then
6164   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6165 else
6166 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6167 for as_dir in $PATH
6168 do
6169   IFS=$as_save_IFS
6170   test -z "$as_dir" && as_dir=.
6171   for ac_exec_ext in '' $ac_executable_extensions; do
6172   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6173     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6174     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6175     break 2
6176   fi
6177 done
6178 done
6179 IFS=$as_save_IFS
6180
6181 fi
6182 fi
6183 STRIP=$ac_cv_prog_STRIP
6184 if test -n "$STRIP"; then
6185   { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
6186 $as_echo "$STRIP" >&6; }
6187 else
6188   { $as_echo "$as_me:$LINENO: result: no" >&5
6189 $as_echo "no" >&6; }
6190 fi
6191
6192
6193 fi
6194 if test -z "$ac_cv_prog_STRIP"; then
6195   ac_ct_STRIP=$STRIP
6196   # Extract the first word of "strip", so it can be a program name with args.
6197 set dummy strip; ac_word=$2
6198 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6199 $as_echo_n "checking for $ac_word... " >&6; }
6200 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
6201   $as_echo_n "(cached) " >&6
6202 else
6203   if test -n "$ac_ct_STRIP"; then
6204   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6205 else
6206 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6207 for as_dir in $PATH
6208 do
6209   IFS=$as_save_IFS
6210   test -z "$as_dir" && as_dir=.
6211   for ac_exec_ext in '' $ac_executable_extensions; do
6212   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6213     ac_cv_prog_ac_ct_STRIP="strip"
6214     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6215     break 2
6216   fi
6217 done
6218 done
6219 IFS=$as_save_IFS
6220
6221 fi
6222 fi
6223 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6224 if test -n "$ac_ct_STRIP"; then
6225   { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
6226 $as_echo "$ac_ct_STRIP" >&6; }
6227 else
6228   { $as_echo "$as_me:$LINENO: result: no" >&5
6229 $as_echo "no" >&6; }
6230 fi
6231
6232   if test "x$ac_ct_STRIP" = x; then
6233     STRIP="strip"
6234   else
6235     case $cross_compiling:$ac_tool_warned in
6236 yes:)
6237 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6238 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6239 ac_tool_warned=yes ;;
6240 esac
6241     STRIP=$ac_ct_STRIP
6242   fi
6243 else
6244   STRIP="$ac_cv_prog_STRIP"
6245 fi
6246
6247 if test -n "$ac_tool_prefix"; then
6248   # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
6249 set dummy ${ac_tool_prefix}windres; ac_word=$2
6250 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6251 $as_echo_n "checking for $ac_word... " >&6; }
6252 if test "${ac_cv_prog_WINDRES+set}" = set; then
6253   $as_echo_n "(cached) " >&6
6254 else
6255   if test -n "$WINDRES"; then
6256   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
6257 else
6258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6259 for as_dir in $PATH
6260 do
6261   IFS=$as_save_IFS
6262   test -z "$as_dir" && as_dir=.
6263   for ac_exec_ext in '' $ac_executable_extensions; do
6264   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6265     ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
6266     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6267     break 2
6268   fi
6269 done
6270 done
6271 IFS=$as_save_IFS
6272
6273 fi
6274 fi
6275 WINDRES=$ac_cv_prog_WINDRES
6276 if test -n "$WINDRES"; then
6277   { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
6278 $as_echo "$WINDRES" >&6; }
6279 else
6280   { $as_echo "$as_me:$LINENO: result: no" >&5
6281 $as_echo "no" >&6; }
6282 fi
6283
6284
6285 fi
6286 if test -z "$ac_cv_prog_WINDRES"; then
6287   ac_ct_WINDRES=$WINDRES
6288   # Extract the first word of "windres", so it can be a program name with args.
6289 set dummy windres; ac_word=$2
6290 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6291 $as_echo_n "checking for $ac_word... " >&6; }
6292 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6293   $as_echo_n "(cached) " >&6
6294 else
6295   if test -n "$ac_ct_WINDRES"; then
6296   ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6297 else
6298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6299 for as_dir in $PATH
6300 do
6301   IFS=$as_save_IFS
6302   test -z "$as_dir" && as_dir=.
6303   for ac_exec_ext in '' $ac_executable_extensions; do
6304   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6305     ac_cv_prog_ac_ct_WINDRES="windres"
6306     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6307     break 2
6308   fi
6309 done
6310 done
6311 IFS=$as_save_IFS
6312
6313 fi
6314 fi
6315 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6316 if test -n "$ac_ct_WINDRES"; then
6317   { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6318 $as_echo "$ac_ct_WINDRES" >&6; }
6319 else
6320   { $as_echo "$as_me:$LINENO: result: no" >&5
6321 $as_echo "no" >&6; }
6322 fi
6323
6324   if test "x$ac_ct_WINDRES" = x; then
6325     WINDRES="false"
6326   else
6327     case $cross_compiling:$ac_tool_warned in
6328 yes:)
6329 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6330 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6331 ac_tool_warned=yes ;;
6332 esac
6333     WINDRES=$ac_ct_WINDRES
6334   fi
6335 else
6336   WINDRES="$ac_cv_prog_WINDRES"
6337 fi
6338
6339 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
6340 $as_echo_n "checking whether ln -s works... " >&6; }
6341 LN_S=$as_ln_s
6342 if test "$LN_S" = "ln -s"; then
6343   { $as_echo "$as_me:$LINENO: result: yes" >&5
6344 $as_echo "yes" >&6; }
6345 else
6346   { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6347 $as_echo "no, using $LN_S" >&6; }
6348 fi
6349
6350 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
6351 $as_echo_n "checking whether ln works... " >&6; }
6352 rm -f conf$$ conf$$.file
6353 echo >conf$$.file
6354 if ln conf$$.file conf$$ 2>/dev/null; then
6355   LN=ln
6356
6357   { $as_echo "$as_me:$LINENO: result: yes" >&5
6358 $as_echo "yes" >&6; }
6359 else
6360   LN="cp -p"
6361
6362   { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
6363 $as_echo "no, using $LN" >&6; }
6364 fi
6365 rm -f conf$$ conf$$.file
6366 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6367 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6368 if test "${ac_cv_path_GREP+set}" = set; then
6369   $as_echo_n "(cached) " >&6
6370 else
6371   if test -z "$GREP"; then
6372   ac_path_GREP_found=false
6373   # Loop through the user's path and test for each of PROGNAME-LIST
6374   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6375 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6376 do
6377   IFS=$as_save_IFS
6378   test -z "$as_dir" && as_dir=.
6379   for ac_prog in grep ggrep; do
6380     for ac_exec_ext in '' $ac_executable_extensions; do
6381       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6382       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6383 # Check for GNU ac_path_GREP and select it if it is found.
6384   # Check for GNU $ac_path_GREP
6385 case `"$ac_path_GREP" --version 2>&1` in
6386 *GNU*)
6387   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6388 *)
6389   ac_count=0
6390   $as_echo_n 0123456789 >"conftest.in"
6391   while :
6392   do
6393     cat "conftest.in" "conftest.in" >"conftest.tmp"
6394     mv "conftest.tmp" "conftest.in"
6395     cp "conftest.in" "conftest.nl"
6396     $as_echo 'GREP' >> "conftest.nl"
6397     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6398     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6399     ac_count=`expr $ac_count + 1`
6400     if test $ac_count -gt ${ac_path_GREP_max-0}; then
6401       # Best one so far, save it but keep looking for a better one
6402       ac_cv_path_GREP="$ac_path_GREP"
6403       ac_path_GREP_max=$ac_count
6404     fi
6405     # 10*(2^10) chars as input seems more than enough
6406     test $ac_count -gt 10 && break
6407   done
6408   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6409 esac
6410
6411       $ac_path_GREP_found && break 3
6412     done
6413   done
6414 done
6415 IFS=$as_save_IFS
6416   if test -z "$ac_cv_path_GREP"; then
6417     { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6418 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6419    { (exit 1); exit 1; }; }
6420   fi
6421 else
6422   ac_cv_path_GREP=$GREP
6423 fi
6424
6425 fi
6426 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6427 $as_echo "$ac_cv_path_GREP" >&6; }
6428  GREP="$ac_cv_path_GREP"
6429
6430
6431 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
6432 $as_echo_n "checking for egrep... " >&6; }
6433 if test "${ac_cv_path_EGREP+set}" = set; then
6434   $as_echo_n "(cached) " >&6
6435 else
6436   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6437    then ac_cv_path_EGREP="$GREP -E"
6438    else
6439      if test -z "$EGREP"; then
6440   ac_path_EGREP_found=false
6441   # Loop through the user's path and test for each of PROGNAME-LIST
6442   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6443 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6444 do
6445   IFS=$as_save_IFS
6446   test -z "$as_dir" && as_dir=.
6447   for ac_prog in egrep; do
6448     for ac_exec_ext in '' $ac_executable_extensions; do
6449       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6450       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6451 # Check for GNU ac_path_EGREP and select it if it is found.
6452   # Check for GNU $ac_path_EGREP
6453 case `"$ac_path_EGREP" --version 2>&1` in
6454 *GNU*)
6455   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6456 *)
6457   ac_count=0
6458   $as_echo_n 0123456789 >"conftest.in"
6459   while :
6460   do
6461     cat "conftest.in" "conftest.in" >"conftest.tmp"
6462     mv "conftest.tmp" "conftest.in"
6463     cp "conftest.in" "conftest.nl"
6464     $as_echo 'EGREP' >> "conftest.nl"
6465     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6466     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6467     ac_count=`expr $ac_count + 1`
6468     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6469       # Best one so far, save it but keep looking for a better one
6470       ac_cv_path_EGREP="$ac_path_EGREP"
6471       ac_path_EGREP_max=$ac_count
6472     fi
6473     # 10*(2^10) chars as input seems more than enough
6474     test $ac_count -gt 10 && break
6475   done
6476   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6477 esac
6478
6479       $ac_path_EGREP_found && break 3
6480     done
6481   done
6482 done
6483 IFS=$as_save_IFS
6484   if test -z "$ac_cv_path_EGREP"; then
6485     { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6486 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6487    { (exit 1); exit 1; }; }
6488   fi
6489 else
6490   ac_cv_path_EGREP=$EGREP
6491 fi
6492
6493    fi
6494 fi
6495 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6496 $as_echo "$ac_cv_path_EGREP" >&6; }
6497  EGREP="$ac_cv_path_EGREP"
6498
6499
6500 # Extract the first word of "ldconfig", so it can be a program name with args.
6501 set dummy ldconfig; ac_word=$2
6502 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6503 $as_echo_n "checking for $ac_word... " >&6; }
6504 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6505   $as_echo_n "(cached) " >&6
6506 else
6507   case $LDCONFIG in
6508   [\\/]* | ?:[\\/]*)
6509   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6510   ;;
6511   *)
6512   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6513 for as_dir in /sbin /usr/sbin $PATH
6514 do
6515   IFS=$as_save_IFS
6516   test -z "$as_dir" && as_dir=.
6517   for ac_exec_ext in '' $ac_executable_extensions; do
6518   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6519     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6520     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6521     break 2
6522   fi
6523 done
6524 done
6525 IFS=$as_save_IFS
6526
6527   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6528   ;;
6529 esac
6530 fi
6531 LDCONFIG=$ac_cv_path_LDCONFIG
6532 if test -n "$LDCONFIG"; then
6533   { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6534 $as_echo "$LDCONFIG" >&6; }
6535 else
6536   { $as_echo "$as_me:$LINENO: result: no" >&5
6537 $as_echo "no" >&6; }
6538 fi
6539
6540
6541 # Find a good install program.  We prefer a C program (faster),
6542 # so one script is as good as another.  But avoid the broken or
6543 # incompatible versions:
6544 # SysV /etc/install, /usr/sbin/install
6545 # SunOS /usr/etc/install
6546 # IRIX /sbin/install
6547 # AIX /bin/install
6548 # AmigaOS /C/install, which installs bootblocks on floppy discs
6549 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6550 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6551 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6552 # OS/2's system install, which has a completely different semantic
6553 # ./install, which can be erroneously created by make from ./install.sh.
6554 # Reject install programs that cannot install multiple files.
6555 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6556 $as_echo_n "checking for a BSD-compatible install... " >&6; }
6557 if test -z "$INSTALL"; then
6558 if test "${ac_cv_path_install+set}" = set; then
6559   $as_echo_n "(cached) " >&6
6560 else
6561   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6562 for as_dir in $PATH
6563 do
6564   IFS=$as_save_IFS
6565   test -z "$as_dir" && as_dir=.
6566   # Account for people who put trailing slashes in PATH elements.
6567 case $as_dir/ in
6568   ./ | .// | /cC/* | \
6569   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6570   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6571   /usr/ucb/* ) ;;
6572   *)
6573     # OSF1 and SCO ODT 3.0 have their own names for install.
6574     # Don't use installbsd from OSF since it installs stuff as root
6575     # by default.
6576     for ac_prog in ginstall scoinst install; do
6577       for ac_exec_ext in '' $ac_executable_extensions; do
6578         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6579           if test $ac_prog = install &&
6580             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6581             # AIX install.  It has an incompatible calling convention.
6582             :
6583           elif test $ac_prog = install &&
6584             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6585             # program-specific install script used by HP pwplus--don't use.
6586             :
6587           else
6588             rm -rf conftest.one conftest.two conftest.dir
6589             echo one > conftest.one
6590             echo two > conftest.two
6591             mkdir conftest.dir
6592             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
6593               test -s conftest.one && test -s conftest.two &&
6594               test -s conftest.dir/conftest.one &&
6595               test -s conftest.dir/conftest.two
6596             then
6597               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6598               break 3
6599             fi
6600           fi
6601         fi
6602       done
6603     done
6604     ;;
6605 esac
6606
6607 done
6608 IFS=$as_save_IFS
6609
6610 rm -rf conftest.one conftest.two conftest.dir
6611
6612 fi
6613   if test "${ac_cv_path_install+set}" = set; then
6614     INSTALL=$ac_cv_path_install
6615   else
6616     # As a last resort, use the slow shell script.  Don't cache a
6617     # value for INSTALL within a source directory, because that will
6618     # break other packages using the cache if that directory is
6619     # removed, or if the value is a relative name.
6620     INSTALL=$ac_install_sh
6621   fi
6622 fi
6623 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
6624 $as_echo "$INSTALL" >&6; }
6625
6626 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6627 # It thinks the first close brace ends the variable substitution.
6628 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6629
6630 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6631
6632 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6633
6634 case "$INSTALL" in
6635   [\\/$]* | ?:[\\/]* ) ;;
6636   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6637 esac
6638
6639 for ac_prog in lclint lint
6640 do
6641   # Extract the first word of "$ac_prog", so it can be a program name with args.
6642 set dummy $ac_prog; ac_word=$2
6643 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6644 $as_echo_n "checking for $ac_word... " >&6; }
6645 if test "${ac_cv_prog_LINT+set}" = set; then
6646   $as_echo_n "(cached) " >&6
6647 else
6648   if test -n "$LINT"; then
6649   ac_cv_prog_LINT="$LINT" # Let the user override the test.
6650 else
6651 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6652 for as_dir in $PATH
6653 do
6654   IFS=$as_save_IFS
6655   test -z "$as_dir" && as_dir=.
6656   for ac_exec_ext in '' $ac_executable_extensions; do
6657   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6658     ac_cv_prog_LINT="$ac_prog"
6659     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6660     break 2
6661   fi
6662 done
6663 done
6664 IFS=$as_save_IFS
6665
6666 fi
6667 fi
6668 LINT=$ac_cv_prog_LINT
6669 if test -n "$LINT"; then
6670   { $as_echo "$as_me:$LINENO: result: $LINT" >&5
6671 $as_echo "$LINT" >&6; }
6672 else
6673   { $as_echo "$as_me:$LINENO: result: no" >&5
6674 $as_echo "no" >&6; }
6675 fi
6676
6677
6678   test -n "$LINT" && break
6679 done
6680
6681 if test "$LINT" = "lint"
6682 then
6683   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6684   fi
6685
6686
6687
6688 for ac_prog in fontforge
6689 do
6690   # Extract the first word of "$ac_prog", so it can be a program name with args.
6691 set dummy $ac_prog; ac_word=$2
6692 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6693 $as_echo_n "checking for $ac_word... " >&6; }
6694 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6695   $as_echo_n "(cached) " >&6
6696 else
6697   if test -n "$FONTFORGE"; then
6698   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6699 else
6700 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6701 for as_dir in $PATH
6702 do
6703   IFS=$as_save_IFS
6704   test -z "$as_dir" && as_dir=.
6705   for ac_exec_ext in '' $ac_executable_extensions; do
6706   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6707     ac_cv_prog_FONTFORGE="$ac_prog"
6708     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6709     break 2
6710   fi
6711 done
6712 done
6713 IFS=$as_save_IFS
6714
6715 fi
6716 fi
6717 FONTFORGE=$ac_cv_prog_FONTFORGE
6718 if test -n "$FONTFORGE"; then
6719   { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6720 $as_echo "$FONTFORGE" >&6; }
6721 else
6722   { $as_echo "$as_me:$LINENO: result: no" >&5
6723 $as_echo "no" >&6; }
6724 fi
6725
6726
6727   test -n "$FONTFORGE" && break
6728 done
6729 test -n "$FONTFORGE" || FONTFORGE="false"
6730
6731 for ac_prog in pkg-config
6732 do
6733   # Extract the first word of "$ac_prog", so it can be a program name with args.
6734 set dummy $ac_prog; ac_word=$2
6735 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6736 $as_echo_n "checking for $ac_word... " >&6; }
6737 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6738   $as_echo_n "(cached) " >&6
6739 else
6740   if test -n "$PKG_CONFIG"; then
6741   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6742 else
6743 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6744 for as_dir in $PATH
6745 do
6746   IFS=$as_save_IFS
6747   test -z "$as_dir" && as_dir=.
6748   for ac_exec_ext in '' $ac_executable_extensions; do
6749   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6750     ac_cv_prog_PKG_CONFIG="$ac_prog"
6751     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6752     break 2
6753   fi
6754 done
6755 done
6756 IFS=$as_save_IFS
6757
6758 fi
6759 fi
6760 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6761 if test -n "$PKG_CONFIG"; then
6762   { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6763 $as_echo "$PKG_CONFIG" >&6; }
6764 else
6765   { $as_echo "$as_me:$LINENO: result: no" >&5
6766 $as_echo "no" >&6; }
6767 fi
6768
6769
6770   test -n "$PKG_CONFIG" && break
6771 done
6772 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6773
6774 for ac_prog in rsvg
6775 do
6776   # Extract the first word of "$ac_prog", so it can be a program name with args.
6777 set dummy $ac_prog; ac_word=$2
6778 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6779 $as_echo_n "checking for $ac_word... " >&6; }
6780 if test "${ac_cv_prog_RSVG+set}" = set; then
6781   $as_echo_n "(cached) " >&6
6782 else
6783   if test -n "$RSVG"; then
6784   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6785 else
6786 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6787 for as_dir in $PATH
6788 do
6789   IFS=$as_save_IFS
6790   test -z "$as_dir" && as_dir=.
6791   for ac_exec_ext in '' $ac_executable_extensions; do
6792   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6793     ac_cv_prog_RSVG="$ac_prog"
6794     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6795     break 2
6796   fi
6797 done
6798 done
6799 IFS=$as_save_IFS
6800
6801 fi
6802 fi
6803 RSVG=$ac_cv_prog_RSVG
6804 if test -n "$RSVG"; then
6805   { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
6806 $as_echo "$RSVG" >&6; }
6807 else
6808   { $as_echo "$as_me:$LINENO: result: no" >&5
6809 $as_echo "no" >&6; }
6810 fi
6811
6812
6813   test -n "$RSVG" && break
6814 done
6815 test -n "$RSVG" || RSVG="false"
6816
6817 for ac_prog in icotool
6818 do
6819   # Extract the first word of "$ac_prog", so it can be a program name with args.
6820 set dummy $ac_prog; ac_word=$2
6821 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6822 $as_echo_n "checking for $ac_word... " >&6; }
6823 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6824   $as_echo_n "(cached) " >&6
6825 else
6826   if test -n "$ICOTOOL"; then
6827   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6828 else
6829 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6830 for as_dir in $PATH
6831 do
6832   IFS=$as_save_IFS
6833   test -z "$as_dir" && as_dir=.
6834   for ac_exec_ext in '' $ac_executable_extensions; do
6835   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6836     ac_cv_prog_ICOTOOL="$ac_prog"
6837     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6838     break 2
6839   fi
6840 done
6841 done
6842 IFS=$as_save_IFS
6843
6844 fi
6845 fi
6846 ICOTOOL=$ac_cv_prog_ICOTOOL
6847 if test -n "$ICOTOOL"; then
6848   { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6849 $as_echo "$ICOTOOL" >&6; }
6850 else
6851   { $as_echo "$as_me:$LINENO: result: no" >&5
6852 $as_echo "no" >&6; }
6853 fi
6854
6855
6856   test -n "$ICOTOOL" && break
6857 done
6858 test -n "$ICOTOOL" || ICOTOOL="false"
6859
6860
6861 if test "${enable_maintainer_mode+set}" = set
6862 then
6863   if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6864   if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6865   if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6866 fi
6867
6868 case $host_cpu in
6869   *i[3456789]86*)
6870     # Extract the first word of "prelink", so it can be a program name with args.
6871 set dummy prelink; ac_word=$2
6872 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6873 $as_echo_n "checking for $ac_word... " >&6; }
6874 if test "${ac_cv_path_PRELINK+set}" = set; then
6875   $as_echo_n "(cached) " >&6
6876 else
6877   case $PRELINK in
6878   [\\/]* | ?:[\\/]*)
6879   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6880   ;;
6881   *)
6882   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6883 for as_dir in /sbin /usr/sbin $PATH
6884 do
6885   IFS=$as_save_IFS
6886   test -z "$as_dir" && as_dir=.
6887   for ac_exec_ext in '' $ac_executable_extensions; do
6888   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6889     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6890     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6891     break 2
6892   fi
6893 done
6894 done
6895 IFS=$as_save_IFS
6896
6897   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6898   ;;
6899 esac
6900 fi
6901 PRELINK=$ac_cv_path_PRELINK
6902 if test -n "$PRELINK"; then
6903   { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
6904 $as_echo "$PRELINK" >&6; }
6905 else
6906   { $as_echo "$as_me:$LINENO: result: no" >&5
6907 $as_echo "no" >&6; }
6908 fi
6909
6910
6911     ;;
6912 esac
6913
6914
6915
6916 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6917 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6918 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6919   $as_echo_n "(cached) " >&6
6920 else
6921   ac_check_lib_save_LIBS=$LIBS
6922 LIBS="-li386  $LIBS"
6923 cat >conftest.$ac_ext <<_ACEOF
6924 /* confdefs.h.  */
6925 _ACEOF
6926 cat confdefs.h >>conftest.$ac_ext
6927 cat >>conftest.$ac_ext <<_ACEOF
6928 /* end confdefs.h.  */
6929
6930 /* Override any GCC internal prototype to avoid an error.
6931    Use char because int might match the return type of a GCC
6932    builtin and then its argument prototype would still apply.  */
6933 #ifdef __cplusplus
6934 extern "C"
6935 #endif
6936 char i386_set_ldt ();
6937 int
6938 main ()
6939 {
6940 return i386_set_ldt ();
6941   ;
6942   return 0;
6943 }
6944 _ACEOF
6945 rm -f conftest.$ac_objext conftest$ac_exeext
6946 if { (ac_try="$ac_link"
6947 case "(($ac_try" in
6948   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6949   *) ac_try_echo=$ac_try;;
6950 esac
6951 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6952 $as_echo "$ac_try_echo") >&5
6953   (eval "$ac_link") 2>conftest.er1
6954   ac_status=$?
6955   grep -v '^ *+' conftest.er1 >conftest.err
6956   rm -f conftest.er1
6957   cat conftest.err >&5
6958   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6959   (exit $ac_status); } && {
6960          test -z "$ac_c_werror_flag" ||
6961          test ! -s conftest.err
6962        } && test -s conftest$ac_exeext && {
6963          test "$cross_compiling" = yes ||
6964          $as_test_x conftest$ac_exeext
6965        }; then
6966   ac_cv_lib_i386_i386_set_ldt=yes
6967 else
6968   $as_echo "$as_me: failed program was:" >&5
6969 sed 's/^/| /' conftest.$ac_ext >&5
6970
6971         ac_cv_lib_i386_i386_set_ldt=no
6972 fi
6973
6974 rm -rf conftest.dSYM
6975 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6976       conftest$ac_exeext conftest.$ac_ext
6977 LIBS=$ac_check_lib_save_LIBS
6978 fi
6979 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6980 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6981 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
6982   cat >>confdefs.h <<_ACEOF
6983 #define HAVE_LIBI386 1
6984 _ACEOF
6985
6986   LIBS="-li386 $LIBS"
6987
6988 fi
6989
6990
6991 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6992 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6993 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6994   $as_echo_n "(cached) " >&6
6995 else
6996   ac_check_lib_save_LIBS=$LIBS
6997 LIBS="-lossaudio  $LIBS"
6998 cat >conftest.$ac_ext <<_ACEOF
6999 /* confdefs.h.  */
7000 _ACEOF
7001 cat confdefs.h >>conftest.$ac_ext
7002 cat >>conftest.$ac_ext <<_ACEOF
7003 /* end confdefs.h.  */
7004
7005 /* Override any GCC internal prototype to avoid an error.
7006    Use char because int might match the return type of a GCC
7007    builtin and then its argument prototype would still apply.  */
7008 #ifdef __cplusplus
7009 extern "C"
7010 #endif
7011 char _oss_ioctl ();
7012 int
7013 main ()
7014 {
7015 return _oss_ioctl ();
7016   ;
7017   return 0;
7018 }
7019 _ACEOF
7020 rm -f conftest.$ac_objext conftest$ac_exeext
7021 if { (ac_try="$ac_link"
7022 case "(($ac_try" in
7023   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7024   *) ac_try_echo=$ac_try;;
7025 esac
7026 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7027 $as_echo "$ac_try_echo") >&5
7028   (eval "$ac_link") 2>conftest.er1
7029   ac_status=$?
7030   grep -v '^ *+' conftest.er1 >conftest.err
7031   rm -f conftest.er1
7032   cat conftest.err >&5
7033   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7034   (exit $ac_status); } && {
7035          test -z "$ac_c_werror_flag" ||
7036          test ! -s conftest.err
7037        } && test -s conftest$ac_exeext && {
7038          test "$cross_compiling" = yes ||
7039          $as_test_x conftest$ac_exeext
7040        }; then
7041   ac_cv_lib_ossaudio__oss_ioctl=yes
7042 else
7043   $as_echo "$as_me: failed program was:" >&5
7044 sed 's/^/| /' conftest.$ac_ext >&5
7045
7046         ac_cv_lib_ossaudio__oss_ioctl=no
7047 fi
7048
7049 rm -rf conftest.dSYM
7050 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7051       conftest$ac_exeext conftest.$ac_ext
7052 LIBS=$ac_check_lib_save_LIBS
7053 fi
7054 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
7055 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
7056 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
7057   cat >>confdefs.h <<_ACEOF
7058 #define HAVE_LIBOSSAUDIO 1
7059 _ACEOF
7060
7061   LIBS="-lossaudio $LIBS"
7062
7063 fi
7064
7065 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
7066 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7067 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
7068   $as_echo_n "(cached) " >&6
7069 else
7070   ac_check_lib_save_LIBS=$LIBS
7071 LIBS="-lpthread  $LIBS"
7072 cat >conftest.$ac_ext <<_ACEOF
7073 /* confdefs.h.  */
7074 _ACEOF
7075 cat confdefs.h >>conftest.$ac_ext
7076 cat >>conftest.$ac_ext <<_ACEOF
7077 /* end confdefs.h.  */
7078
7079 /* Override any GCC internal prototype to avoid an error.
7080    Use char because int might match the return type of a GCC
7081    builtin and then its argument prototype would still apply.  */
7082 #ifdef __cplusplus
7083 extern "C"
7084 #endif
7085 char pthread_create ();
7086 int
7087 main ()
7088 {
7089 return pthread_create ();
7090   ;
7091   return 0;
7092 }
7093 _ACEOF
7094 rm -f conftest.$ac_objext conftest$ac_exeext
7095 if { (ac_try="$ac_link"
7096 case "(($ac_try" in
7097   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7098   *) ac_try_echo=$ac_try;;
7099 esac
7100 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7101 $as_echo "$ac_try_echo") >&5
7102   (eval "$ac_link") 2>conftest.er1
7103   ac_status=$?
7104   grep -v '^ *+' conftest.er1 >conftest.err
7105   rm -f conftest.er1
7106   cat conftest.err >&5
7107   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7108   (exit $ac_status); } && {
7109          test -z "$ac_c_werror_flag" ||
7110          test ! -s conftest.err
7111        } && test -s conftest$ac_exeext && {
7112          test "$cross_compiling" = yes ||
7113          $as_test_x conftest$ac_exeext
7114        }; then
7115   ac_cv_lib_pthread_pthread_create=yes
7116 else
7117   $as_echo "$as_me: failed program was:" >&5
7118 sed 's/^/| /' conftest.$ac_ext >&5
7119
7120         ac_cv_lib_pthread_pthread_create=no
7121 fi
7122
7123 rm -rf conftest.dSYM
7124 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7125       conftest$ac_exeext conftest.$ac_ext
7126 LIBS=$ac_check_lib_save_LIBS
7127 fi
7128 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
7129 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7130 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
7131   LIBPTHREAD="-lpthread"
7132
7133 fi
7134
7135
7136 XLIB=""
7137
7138 OPENGL_LIBS=""
7139
7140
7141
7142 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7143 $as_echo_n "checking for ANSI C header files... " >&6; }
7144 if test "${ac_cv_header_stdc+set}" = set; then
7145   $as_echo_n "(cached) " >&6
7146 else
7147   cat >conftest.$ac_ext <<_ACEOF
7148 /* confdefs.h.  */
7149 _ACEOF
7150 cat confdefs.h >>conftest.$ac_ext
7151 cat >>conftest.$ac_ext <<_ACEOF
7152 /* end confdefs.h.  */
7153 #include <stdlib.h>
7154 #include <stdarg.h>
7155 #include <string.h>
7156 #include <float.h>
7157
7158 int
7159 main ()
7160 {
7161
7162   ;
7163   return 0;
7164 }
7165 _ACEOF
7166 rm -f conftest.$ac_objext
7167 if { (ac_try="$ac_compile"
7168 case "(($ac_try" in
7169   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7170   *) ac_try_echo=$ac_try;;
7171 esac
7172 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7173 $as_echo "$ac_try_echo") >&5
7174   (eval "$ac_compile") 2>conftest.er1
7175   ac_status=$?
7176   grep -v '^ *+' conftest.er1 >conftest.err
7177   rm -f conftest.er1
7178   cat conftest.err >&5
7179   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7180   (exit $ac_status); } && {
7181          test -z "$ac_c_werror_flag" ||
7182          test ! -s conftest.err
7183        } && test -s conftest.$ac_objext; then
7184   ac_cv_header_stdc=yes
7185 else
7186   $as_echo "$as_me: failed program was:" >&5
7187 sed 's/^/| /' conftest.$ac_ext >&5
7188
7189         ac_cv_header_stdc=no
7190 fi
7191
7192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7193
7194 if test $ac_cv_header_stdc = yes; then
7195   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7196   cat >conftest.$ac_ext <<_ACEOF
7197 /* confdefs.h.  */
7198 _ACEOF
7199 cat confdefs.h >>conftest.$ac_ext
7200 cat >>conftest.$ac_ext <<_ACEOF
7201 /* end confdefs.h.  */
7202 #include <string.h>
7203
7204 _ACEOF
7205 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7206   $EGREP "memchr" >/dev/null 2>&1; then
7207   :
7208 else
7209   ac_cv_header_stdc=no
7210 fi
7211 rm -f conftest*
7212
7213 fi
7214
7215 if test $ac_cv_header_stdc = yes; then
7216   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7217   cat >conftest.$ac_ext <<_ACEOF
7218 /* confdefs.h.  */
7219 _ACEOF
7220 cat confdefs.h >>conftest.$ac_ext
7221 cat >>conftest.$ac_ext <<_ACEOF
7222 /* end confdefs.h.  */
7223 #include <stdlib.h>
7224
7225 _ACEOF
7226 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7227   $EGREP "free" >/dev/null 2>&1; then
7228   :
7229 else
7230   ac_cv_header_stdc=no
7231 fi
7232 rm -f conftest*
7233
7234 fi
7235
7236 if test $ac_cv_header_stdc = yes; then
7237   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7238   if test "$cross_compiling" = yes; then
7239   :
7240 else
7241   cat >conftest.$ac_ext <<_ACEOF
7242 /* confdefs.h.  */
7243 _ACEOF
7244 cat confdefs.h >>conftest.$ac_ext
7245 cat >>conftest.$ac_ext <<_ACEOF
7246 /* end confdefs.h.  */
7247 #include <ctype.h>
7248 #include <stdlib.h>
7249 #if ((' ' & 0x0FF) == 0x020)
7250 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7251 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7252 #else
7253 # define ISLOWER(c) \
7254                    (('a' <= (c) && (c) <= 'i') \
7255                      || ('j' <= (c) && (c) <= 'r') \
7256                      || ('s' <= (c) && (c) <= 'z'))
7257 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7258 #endif
7259
7260 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7261 int
7262 main ()
7263 {
7264   int i;
7265   for (i = 0; i < 256; i++)
7266     if (XOR (islower (i), ISLOWER (i))
7267         || toupper (i) != TOUPPER (i))
7268       return 2;
7269   return 0;
7270 }
7271 _ACEOF
7272 rm -f conftest$ac_exeext
7273 if { (ac_try="$ac_link"
7274 case "(($ac_try" in
7275   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7276   *) ac_try_echo=$ac_try;;
7277 esac
7278 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7279 $as_echo "$ac_try_echo") >&5
7280   (eval "$ac_link") 2>&5
7281   ac_status=$?
7282   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7283   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7284   { (case "(($ac_try" in
7285   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7286   *) ac_try_echo=$ac_try;;
7287 esac
7288 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7289 $as_echo "$ac_try_echo") >&5
7290   (eval "$ac_try") 2>&5
7291   ac_status=$?
7292   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7293   (exit $ac_status); }; }; then
7294   :
7295 else
7296   $as_echo "$as_me: program exited with status $ac_status" >&5
7297 $as_echo "$as_me: failed program was:" >&5
7298 sed 's/^/| /' conftest.$ac_ext >&5
7299
7300 ( exit $ac_status )
7301 ac_cv_header_stdc=no
7302 fi
7303 rm -rf conftest.dSYM
7304 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7305 fi
7306
7307
7308 fi
7309 fi
7310 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7311 $as_echo "$ac_cv_header_stdc" >&6; }
7312 if test $ac_cv_header_stdc = yes; then
7313
7314 cat >>confdefs.h <<\_ACEOF
7315 #define STDC_HEADERS 1
7316 _ACEOF
7317
7318 fi
7319
7320 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7321
7322
7323
7324
7325
7326
7327
7328
7329
7330 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7331                   inttypes.h stdint.h unistd.h
7332 do
7333 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7334 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7335 $as_echo_n "checking for $ac_header... " >&6; }
7336 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7337   $as_echo_n "(cached) " >&6
7338 else
7339   cat >conftest.$ac_ext <<_ACEOF
7340 /* confdefs.h.  */
7341 _ACEOF
7342 cat confdefs.h >>conftest.$ac_ext
7343 cat >>conftest.$ac_ext <<_ACEOF
7344 /* end confdefs.h.  */
7345 $ac_includes_default
7346
7347 #include <$ac_header>
7348 _ACEOF
7349 rm -f conftest.$ac_objext
7350 if { (ac_try="$ac_compile"
7351 case "(($ac_try" in
7352   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7353   *) ac_try_echo=$ac_try;;
7354 esac
7355 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7356 $as_echo "$ac_try_echo") >&5
7357   (eval "$ac_compile") 2>conftest.er1
7358   ac_status=$?
7359   grep -v '^ *+' conftest.er1 >conftest.err
7360   rm -f conftest.er1
7361   cat conftest.err >&5
7362   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7363   (exit $ac_status); } && {
7364          test -z "$ac_c_werror_flag" ||
7365          test ! -s conftest.err
7366        } && test -s conftest.$ac_objext; then
7367   eval "$as_ac_Header=yes"
7368 else
7369   $as_echo "$as_me: failed program was:" >&5
7370 sed 's/^/| /' conftest.$ac_ext >&5
7371
7372         eval "$as_ac_Header=no"
7373 fi
7374
7375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7376 fi
7377 ac_res=`eval 'as_val=${'$as_ac_Header'}
7378                  $as_echo "$as_val"'`
7379                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7380 $as_echo "$ac_res" >&6; }
7381 as_val=`eval 'as_val=${'$as_ac_Header'}
7382                  $as_echo "$as_val"'`
7383    if test "x$as_val" = x""yes; then
7384   cat >>confdefs.h <<_ACEOF
7385 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7386 _ACEOF
7387
7388 fi
7389
7390 done
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
7440
7441
7442
7443
7444
7445
7446
7447
7448
7449
7450
7451
7452
7453
7454
7455
7456
7457
7458
7459
7460
7461
7462
7463
7464
7465
7466
7467
7468
7469
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
7480
7481
7482
7483
7484
7485
7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
7496
7497
7498
7499
7500
7501
7502
7503
7504
7505
7506
7507
7508
7509 for ac_header in \
7510         AudioUnit/AudioUnit.h \
7511         Carbon/Carbon.h \
7512         CoreAudio/CoreAudio.h \
7513         DiskArbitration/DiskArbitration.h \
7514         IOKit/IOKitLib.h \
7515         alias.h \
7516         alsa/asoundlib.h \
7517         arpa/inet.h \
7518         arpa/nameser.h \
7519         asm/types.h \
7520         capi20.h \
7521         curses.h \
7522         direct.h \
7523         dirent.h \
7524         dlfcn.h \
7525         elf.h \
7526         float.h \
7527         fontconfig/fontconfig.h \
7528         getopt.h \
7529         grp.h \
7530         ieeefp.h \
7531         io.h \
7532         jack/jack.h \
7533         jpeglib.h \
7534         lber.h \
7535         lcms.h \
7536         lcms/lcms.h \
7537         ldap.h \
7538         libaudioio.h \
7539         link.h \
7540         linux/cdrom.h \
7541         linux/compiler.h \
7542         linux/hdreg.h \
7543         linux/input.h \
7544         linux/ioctl.h \
7545         linux/joystick.h \
7546         linux/major.h \
7547         linux/param.h \
7548         linux/serial.h \
7549         linux/types.h \
7550         linux/ucdrom.h \
7551         mach/mach.h \
7552         mach/machine.h \
7553         machine/cpu.h \
7554         machine/limits.h \
7555         machine/soundcard.h \
7556         mntent.h \
7557         ncurses.h \
7558         netdb.h \
7559         netinet/in.h \
7560         netinet/in_systm.h \
7561         netinet/tcp.h \
7562         netinet/tcp_fsm.h \
7563         openssl/err.h \
7564         openssl/ssl.h \
7565         png.h \
7566         poll.h \
7567         process.h \
7568         pthread.h \
7569         pwd.h \
7570         regex.h \
7571         sched.h \
7572         scsi/scsi.h \
7573         scsi/scsi_ioctl.h \
7574         scsi/sg.h \
7575         soundcard.h \
7576         stdint.h \
7577         strings.h \
7578         sys/asoundlib.h \
7579         sys/cdio.h \
7580         sys/elf32.h \
7581         sys/epoll.h \
7582         sys/errno.h \
7583         sys/event.h \
7584         sys/exec_elf.h \
7585         sys/filio.h \
7586         sys/ioctl.h \
7587         sys/ipc.h \
7588         sys/limits.h \
7589         sys/link.h \
7590         sys/lwp.h \
7591         sys/mman.h \
7592         sys/modem.h \
7593         sys/msg.h \
7594         sys/mtio.h \
7595         sys/param.h \
7596         sys/poll.h \
7597         sys/prctl.h \
7598         sys/protosw.h \
7599         sys/ptrace.h \
7600         sys/reg.h \
7601         sys/resource.h \
7602         sys/scsiio.h \
7603         sys/shm.h \
7604         sys/signal.h \
7605         sys/socket.h \
7606         sys/socketvar.h \
7607         sys/sockio.h \
7608         sys/soundcard.h \
7609         sys/statvfs.h \
7610         sys/strtio.h \
7611         sys/syscall.h \
7612         sys/time.h \
7613         sys/timeout.h \
7614         sys/times.h \
7615         sys/uio.h \
7616         sys/un.h \
7617         sys/utsname.h \
7618         sys/vm86.h \
7619         sys/wait.h \
7620         syscall.h \
7621         termios.h \
7622         unistd.h \
7623         utime.h \
7624         valgrind/memcheck.h \
7625         valgrind/valgrind.h
7626
7627 do
7628 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7629 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7630   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7631 $as_echo_n "checking for $ac_header... " >&6; }
7632 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7633   $as_echo_n "(cached) " >&6
7634 fi
7635 ac_res=`eval 'as_val=${'$as_ac_Header'}
7636                  $as_echo "$as_val"'`
7637                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7638 $as_echo "$ac_res" >&6; }
7639 else
7640   # Is the header compilable?
7641 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
7642 $as_echo_n "checking $ac_header usability... " >&6; }
7643 cat >conftest.$ac_ext <<_ACEOF
7644 /* confdefs.h.  */
7645 _ACEOF
7646 cat confdefs.h >>conftest.$ac_ext
7647 cat >>conftest.$ac_ext <<_ACEOF
7648 /* end confdefs.h.  */
7649 $ac_includes_default
7650 #include <$ac_header>
7651 _ACEOF
7652 rm -f conftest.$ac_objext
7653 if { (ac_try="$ac_compile"
7654 case "(($ac_try" in
7655   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7656   *) ac_try_echo=$ac_try;;
7657 esac
7658 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7659 $as_echo "$ac_try_echo") >&5
7660   (eval "$ac_compile") 2>conftest.er1
7661   ac_status=$?
7662   grep -v '^ *+' conftest.er1 >conftest.err
7663   rm -f conftest.er1
7664   cat conftest.err >&5
7665   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7666   (exit $ac_status); } && {
7667          test -z "$ac_c_werror_flag" ||
7668          test ! -s conftest.err
7669        } && test -s conftest.$ac_objext; then
7670   ac_header_compiler=yes
7671 else
7672   $as_echo "$as_me: failed program was:" >&5
7673 sed 's/^/| /' conftest.$ac_ext >&5
7674
7675         ac_header_compiler=no
7676 fi
7677
7678 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7679 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7680 $as_echo "$ac_header_compiler" >&6; }
7681
7682 # Is the header present?
7683 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
7684 $as_echo_n "checking $ac_header presence... " >&6; }
7685 cat >conftest.$ac_ext <<_ACEOF
7686 /* confdefs.h.  */
7687 _ACEOF
7688 cat confdefs.h >>conftest.$ac_ext
7689 cat >>conftest.$ac_ext <<_ACEOF
7690 /* end confdefs.h.  */
7691 #include <$ac_header>
7692 _ACEOF
7693 if { (ac_try="$ac_cpp conftest.$ac_ext"
7694 case "(($ac_try" in
7695   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7696   *) ac_try_echo=$ac_try;;
7697 esac
7698 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7699 $as_echo "$ac_try_echo") >&5
7700   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7701   ac_status=$?
7702   grep -v '^ *+' conftest.er1 >conftest.err
7703   rm -f conftest.er1
7704   cat conftest.err >&5
7705   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7706   (exit $ac_status); } >/dev/null && {
7707          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7708          test ! -s conftest.err
7709        }; then
7710   ac_header_preproc=yes
7711 else
7712   $as_echo "$as_me: failed program was:" >&5
7713 sed 's/^/| /' conftest.$ac_ext >&5
7714
7715   ac_header_preproc=no
7716 fi
7717
7718 rm -f conftest.err conftest.$ac_ext
7719 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7720 $as_echo "$ac_header_preproc" >&6; }
7721
7722 # So?  What about this header?
7723 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7724   yes:no: )
7725     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7726 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7727     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7728 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7729     ac_header_preproc=yes
7730     ;;
7731   no:yes:* )
7732     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7733 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7734     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
7735 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
7736     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7737 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7738     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
7739 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
7740     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7741 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7742     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7743 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7744     ( cat <<\_ASBOX
7745 ## ------------------------------------ ##
7746 ## Report this to wine-devel@winehq.org ##
7747 ## ------------------------------------ ##
7748 _ASBOX
7749      ) | sed "s/^/$as_me: WARNING:     /" >&2
7750     ;;
7751 esac
7752 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7753 $as_echo_n "checking for $ac_header... " >&6; }
7754 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7755   $as_echo_n "(cached) " >&6
7756 else
7757   eval "$as_ac_Header=\$ac_header_preproc"
7758 fi
7759 ac_res=`eval 'as_val=${'$as_ac_Header'}
7760                  $as_echo "$as_val"'`
7761                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7762 $as_echo "$ac_res" >&6; }
7763
7764 fi
7765 as_val=`eval 'as_val=${'$as_ac_Header'}
7766                  $as_echo "$as_val"'`
7767    if test "x$as_val" = x""yes; then
7768   cat >>confdefs.h <<_ACEOF
7769 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7770 _ACEOF
7771
7772 fi
7773
7774 done
7775
7776 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7777 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7778 if test "${ac_cv_header_stat_broken+set}" = set; then
7779   $as_echo_n "(cached) " >&6
7780 else
7781   cat >conftest.$ac_ext <<_ACEOF
7782 /* confdefs.h.  */
7783 _ACEOF
7784 cat confdefs.h >>conftest.$ac_ext
7785 cat >>conftest.$ac_ext <<_ACEOF
7786 /* end confdefs.h.  */
7787 #include <sys/types.h>
7788 #include <sys/stat.h>
7789
7790 #if defined S_ISBLK && defined S_IFDIR
7791 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7792 #endif
7793
7794 #if defined S_ISBLK && defined S_IFCHR
7795 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7796 #endif
7797
7798 #if defined S_ISLNK && defined S_IFREG
7799 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7800 #endif
7801
7802 #if defined S_ISSOCK && defined S_IFREG
7803 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7804 #endif
7805
7806 _ACEOF
7807 rm -f conftest.$ac_objext
7808 if { (ac_try="$ac_compile"
7809 case "(($ac_try" in
7810   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7811   *) ac_try_echo=$ac_try;;
7812 esac
7813 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7814 $as_echo "$ac_try_echo") >&5
7815   (eval "$ac_compile") 2>conftest.er1
7816   ac_status=$?
7817   grep -v '^ *+' conftest.er1 >conftest.err
7818   rm -f conftest.er1
7819   cat conftest.err >&5
7820   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7821   (exit $ac_status); } && {
7822          test -z "$ac_c_werror_flag" ||
7823          test ! -s conftest.err
7824        } && test -s conftest.$ac_objext; then
7825   ac_cv_header_stat_broken=no
7826 else
7827   $as_echo "$as_me: failed program was:" >&5
7828 sed 's/^/| /' conftest.$ac_ext >&5
7829
7830         ac_cv_header_stat_broken=yes
7831 fi
7832
7833 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7834 fi
7835 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7836 $as_echo "$ac_cv_header_stat_broken" >&6; }
7837 if test $ac_cv_header_stat_broken = yes; then
7838
7839 cat >>confdefs.h <<\_ACEOF
7840 #define STAT_MACROS_BROKEN 1
7841 _ACEOF
7842
7843 fi
7844
7845
7846
7847
7848
7849
7850
7851
7852 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
7853 do
7854 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7855 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7856 $as_echo_n "checking for $ac_header... " >&6; }
7857 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7858   $as_echo_n "(cached) " >&6
7859 else
7860   cat >conftest.$ac_ext <<_ACEOF
7861 /* confdefs.h.  */
7862 _ACEOF
7863 cat confdefs.h >>conftest.$ac_ext
7864 cat >>conftest.$ac_ext <<_ACEOF
7865 /* end confdefs.h.  */
7866 #include <sys/types.h>
7867      #ifdef HAVE_SYS_PARAM_H
7868      # include <sys/param.h>
7869      #endif
7870
7871 #include <$ac_header>
7872 _ACEOF
7873 rm -f conftest.$ac_objext
7874 if { (ac_try="$ac_compile"
7875 case "(($ac_try" in
7876   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7877   *) ac_try_echo=$ac_try;;
7878 esac
7879 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7880 $as_echo "$ac_try_echo") >&5
7881   (eval "$ac_compile") 2>conftest.er1
7882   ac_status=$?
7883   grep -v '^ *+' conftest.er1 >conftest.err
7884   rm -f conftest.er1
7885   cat conftest.err >&5
7886   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7887   (exit $ac_status); } && {
7888          test -z "$ac_c_werror_flag" ||
7889          test ! -s conftest.err
7890        } && test -s conftest.$ac_objext; then
7891   eval "$as_ac_Header=yes"
7892 else
7893   $as_echo "$as_me: failed program was:" >&5
7894 sed 's/^/| /' conftest.$ac_ext >&5
7895
7896         eval "$as_ac_Header=no"
7897 fi
7898
7899 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7900 fi
7901 ac_res=`eval 'as_val=${'$as_ac_Header'}
7902                  $as_echo "$as_val"'`
7903                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7904 $as_echo "$ac_res" >&6; }
7905 as_val=`eval 'as_val=${'$as_ac_Header'}
7906                  $as_echo "$as_val"'`
7907    if test "x$as_val" = x""yes; then
7908   cat >>confdefs.h <<_ACEOF
7909 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7910 _ACEOF
7911
7912 fi
7913
7914 done
7915
7916
7917
7918
7919
7920
7921
7922
7923
7924
7925
7926
7927
7928
7929
7930 for ac_header in \
7931         netinet/ip.h \
7932         net/if.h \
7933         net/if_arp.h \
7934         net/if_dl.h \
7935         net/if_types.h \
7936         net/route.h \
7937         netinet/if_ether.h \
7938         netinet/if_inarp.h \
7939         netinet/in_pcb.h \
7940         netinet/ip_icmp.h \
7941         netinet/ip_var.h \
7942         netinet/udp.h \
7943         netipx/ipx.h \
7944
7945 do
7946 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7947 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7948 $as_echo_n "checking for $ac_header... " >&6; }
7949 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7950   $as_echo_n "(cached) " >&6
7951 else
7952   cat >conftest.$ac_ext <<_ACEOF
7953 /* confdefs.h.  */
7954 _ACEOF
7955 cat confdefs.h >>conftest.$ac_ext
7956 cat >>conftest.$ac_ext <<_ACEOF
7957 /* end confdefs.h.  */
7958 #include <sys/types.h>
7959      #ifdef HAVE_SYS_SOCKET_H
7960      # include <sys/socket.h>
7961      #endif
7962      #ifdef HAVE_SYS_SOCKETVAR_H
7963      # include <sys/socketvar.h>
7964      #endif
7965      #ifdef HAVE_NET_ROUTE_H
7966      # include <net/route.h>
7967      #endif
7968      #ifdef HAVE_NETINET_IN_H
7969      # include <netinet/in.h>
7970      #endif
7971      #ifdef HAVE_NETINET_IN_SYSTM_H
7972      # include <netinet/in_systm.h>
7973      #endif
7974      #ifdef HAVE_NET_IF_H
7975      # include <net/if.h>
7976      #endif
7977      #ifdef HAVE_NETINET_IP_H
7978      # include <netinet/ip.h>
7979      #endif
7980
7981 #include <$ac_header>
7982 _ACEOF
7983 rm -f conftest.$ac_objext
7984 if { (ac_try="$ac_compile"
7985 case "(($ac_try" in
7986   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7987   *) ac_try_echo=$ac_try;;
7988 esac
7989 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7990 $as_echo "$ac_try_echo") >&5
7991   (eval "$ac_compile") 2>conftest.er1
7992   ac_status=$?
7993   grep -v '^ *+' conftest.er1 >conftest.err
7994   rm -f conftest.er1
7995   cat conftest.err >&5
7996   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7997   (exit $ac_status); } && {
7998          test -z "$ac_c_werror_flag" ||
7999          test ! -s conftest.err
8000        } && test -s conftest.$ac_objext; then
8001   eval "$as_ac_Header=yes"
8002 else
8003   $as_echo "$as_me: failed program was:" >&5
8004 sed 's/^/| /' conftest.$ac_ext >&5
8005
8006         eval "$as_ac_Header=no"
8007 fi
8008
8009 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8010 fi
8011 ac_res=`eval 'as_val=${'$as_ac_Header'}
8012                  $as_echo "$as_val"'`
8013                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8014 $as_echo "$ac_res" >&6; }
8015 as_val=`eval 'as_val=${'$as_ac_Header'}
8016                  $as_echo "$as_val"'`
8017    if test "x$as_val" = x""yes; then
8018   cat >>confdefs.h <<_ACEOF
8019 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8020 _ACEOF
8021
8022 fi
8023
8024 done
8025
8026
8027
8028
8029
8030
8031 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
8032 do
8033 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8034 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8035 $as_echo_n "checking for $ac_header... " >&6; }
8036 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8037   $as_echo_n "(cached) " >&6
8038 else
8039   cat >conftest.$ac_ext <<_ACEOF
8040 /* confdefs.h.  */
8041 _ACEOF
8042 cat confdefs.h >>conftest.$ac_ext
8043 cat >>conftest.$ac_ext <<_ACEOF
8044 /* end confdefs.h.  */
8045 #include <sys/types.h>
8046      #ifdef HAVE_ALIAS_H
8047      # include <alias.h>
8048      #endif
8049      #ifdef HAVE_SYS_SOCKET_H
8050      # include <sys/socket.h>
8051      #endif
8052      #ifdef HAVE_SYS_SOCKETVAR_H
8053      # include <sys/socketvar.h>
8054      #endif
8055      #ifdef HAVE_SYS_TIMEOUT_H
8056      # include <sys/timeout.h>
8057      #endif
8058      #ifdef HAVE_NETINET_IN_H
8059      # include <netinet/in.h>
8060      #endif
8061      #ifdef HAVE_NETINET_IN_SYSTM_H
8062      # include <netinet/in_systm.h>
8063      #endif
8064      #ifdef HAVE_NETINET_IP_H
8065      # include <netinet/ip.h>
8066      #endif
8067      #ifdef HAVE_NETINET_IP_VAR_H
8068      # include <netinet/ip_var.h>
8069      #endif
8070      #ifdef HAVE_NETINET_IP_ICMP_H
8071      # include <netinet/ip_icmp.h>
8072      #endif
8073      #ifdef HAVE_NETINET_UDP_H
8074      # include <netinet/udp.h>
8075      #endif
8076      #ifdef HAVE_NETINET_TCP_H
8077      # include <netinet/tcp.h>
8078      #endif
8079      #ifdef HAVE_NETINET_TCP_TIMER_H
8080      #include <netinet/tcp_timer.h>
8081      #endif
8082
8083 #include <$ac_header>
8084 _ACEOF
8085 rm -f conftest.$ac_objext
8086 if { (ac_try="$ac_compile"
8087 case "(($ac_try" in
8088   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8089   *) ac_try_echo=$ac_try;;
8090 esac
8091 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8092 $as_echo "$ac_try_echo") >&5
8093   (eval "$ac_compile") 2>conftest.er1
8094   ac_status=$?
8095   grep -v '^ *+' conftest.er1 >conftest.err
8096   rm -f conftest.er1
8097   cat conftest.err >&5
8098   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8099   (exit $ac_status); } && {
8100          test -z "$ac_c_werror_flag" ||
8101          test ! -s conftest.err
8102        } && test -s conftest.$ac_objext; then
8103   eval "$as_ac_Header=yes"
8104 else
8105   $as_echo "$as_me: failed program was:" >&5
8106 sed 's/^/| /' conftest.$ac_ext >&5
8107
8108         eval "$as_ac_Header=no"
8109 fi
8110
8111 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8112 fi
8113 ac_res=`eval 'as_val=${'$as_ac_Header'}
8114                  $as_echo "$as_val"'`
8115                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8116 $as_echo "$ac_res" >&6; }
8117 as_val=`eval 'as_val=${'$as_ac_Header'}
8118                  $as_echo "$as_val"'`
8119    if test "x$as_val" = x""yes; then
8120   cat >>confdefs.h <<_ACEOF
8121 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8122 _ACEOF
8123
8124 fi
8125
8126 done
8127
8128
8129
8130 for ac_header in linux/ipx.h
8131 do
8132 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8133 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8134 $as_echo_n "checking for $ac_header... " >&6; }
8135 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8136   $as_echo_n "(cached) " >&6
8137 else
8138   cat >conftest.$ac_ext <<_ACEOF
8139 /* confdefs.h.  */
8140 _ACEOF
8141 cat confdefs.h >>conftest.$ac_ext
8142 cat >>conftest.$ac_ext <<_ACEOF
8143 /* end confdefs.h.  */
8144 #include <sys/types.h>
8145      #ifdef HAVE_ASM_TYPES_H
8146      # include <asm/types.h>
8147      #endif
8148      #ifdef HAVE_SYS_SOCKET_H
8149      # include <sys/socket.h>
8150      #endif
8151      #ifdef HAVE_LINUX_TYPES_H
8152      # include <linux/types.h>
8153      #endif
8154
8155 #include <$ac_header>
8156 _ACEOF
8157 rm -f conftest.$ac_objext
8158 if { (ac_try="$ac_compile"
8159 case "(($ac_try" in
8160   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8161   *) ac_try_echo=$ac_try;;
8162 esac
8163 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8164 $as_echo "$ac_try_echo") >&5
8165   (eval "$ac_compile") 2>conftest.er1
8166   ac_status=$?
8167   grep -v '^ *+' conftest.er1 >conftest.err
8168   rm -f conftest.er1
8169   cat conftest.err >&5
8170   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8171   (exit $ac_status); } && {
8172          test -z "$ac_c_werror_flag" ||
8173          test ! -s conftest.err
8174        } && test -s conftest.$ac_objext; then
8175   eval "$as_ac_Header=yes"
8176 else
8177   $as_echo "$as_me: failed program was:" >&5
8178 sed 's/^/| /' conftest.$ac_ext >&5
8179
8180         eval "$as_ac_Header=no"
8181 fi
8182
8183 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8184 fi
8185 ac_res=`eval 'as_val=${'$as_ac_Header'}
8186                  $as_echo "$as_val"'`
8187                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8188 $as_echo "$ac_res" >&6; }
8189 as_val=`eval 'as_val=${'$as_ac_Header'}
8190                  $as_echo "$as_val"'`
8191    if test "x$as_val" = x""yes; then
8192   cat >>confdefs.h <<_ACEOF
8193 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8194 _ACEOF
8195
8196 fi
8197
8198 done
8199
8200
8201
8202 for ac_header in resolv.h
8203 do
8204 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8205 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8206 $as_echo_n "checking for $ac_header... " >&6; }
8207 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8208   $as_echo_n "(cached) " >&6
8209 else
8210   cat >conftest.$ac_ext <<_ACEOF
8211 /* confdefs.h.  */
8212 _ACEOF
8213 cat confdefs.h >>conftest.$ac_ext
8214 cat >>conftest.$ac_ext <<_ACEOF
8215 /* end confdefs.h.  */
8216 #include <sys/types.h>
8217      #ifdef HAVE_SYS_SOCKET_H
8218      # include <sys/socket.h>
8219      #endif
8220      #ifdef HAVE_NETINET_IN_H
8221      # include <netinet/in.h>
8222      #endif
8223      #ifdef HAVE_ARPA_NAMESER_H
8224      # include <arpa/nameser.h>
8225      #endif
8226
8227 #include <$ac_header>
8228 _ACEOF
8229 rm -f conftest.$ac_objext
8230 if { (ac_try="$ac_compile"
8231 case "(($ac_try" in
8232   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8233   *) ac_try_echo=$ac_try;;
8234 esac
8235 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8236 $as_echo "$ac_try_echo") >&5
8237   (eval "$ac_compile") 2>conftest.er1
8238   ac_status=$?
8239   grep -v '^ *+' conftest.er1 >conftest.err
8240   rm -f conftest.er1
8241   cat conftest.err >&5
8242   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8243   (exit $ac_status); } && {
8244          test -z "$ac_c_werror_flag" ||
8245          test ! -s conftest.err
8246        } && test -s conftest.$ac_objext; then
8247   eval "$as_ac_Header=yes"
8248 else
8249   $as_echo "$as_me: failed program was:" >&5
8250 sed 's/^/| /' conftest.$ac_ext >&5
8251
8252         eval "$as_ac_Header=no"
8253 fi
8254
8255 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8256 fi
8257 ac_res=`eval 'as_val=${'$as_ac_Header'}
8258                  $as_echo "$as_val"'`
8259                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8260 $as_echo "$ac_res" >&6; }
8261 as_val=`eval 'as_val=${'$as_ac_Header'}
8262                  $as_echo "$as_val"'`
8263    if test "x$as_val" = x""yes; then
8264   cat >>confdefs.h <<_ACEOF
8265 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8266 _ACEOF
8267
8268 fi
8269
8270 done
8271
8272
8273
8274 for ac_header in ucontext.h
8275 do
8276 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8277 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8278 $as_echo_n "checking for $ac_header... " >&6; }
8279 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8280   $as_echo_n "(cached) " >&6
8281 else
8282   cat >conftest.$ac_ext <<_ACEOF
8283 /* confdefs.h.  */
8284 _ACEOF
8285 cat confdefs.h >>conftest.$ac_ext
8286 cat >>conftest.$ac_ext <<_ACEOF
8287 /* end confdefs.h.  */
8288 #include <signal.h>
8289
8290 #include <$ac_header>
8291 _ACEOF
8292 rm -f conftest.$ac_objext
8293 if { (ac_try="$ac_compile"
8294 case "(($ac_try" in
8295   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8296   *) ac_try_echo=$ac_try;;
8297 esac
8298 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8299 $as_echo "$ac_try_echo") >&5
8300   (eval "$ac_compile") 2>conftest.er1
8301   ac_status=$?
8302   grep -v '^ *+' conftest.er1 >conftest.err
8303   rm -f conftest.er1
8304   cat conftest.err >&5
8305   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8306   (exit $ac_status); } && {
8307          test -z "$ac_c_werror_flag" ||
8308          test ! -s conftest.err
8309        } && test -s conftest.$ac_objext; then
8310   eval "$as_ac_Header=yes"
8311 else
8312   $as_echo "$as_me: failed program was:" >&5
8313 sed 's/^/| /' conftest.$ac_ext >&5
8314
8315         eval "$as_ac_Header=no"
8316 fi
8317
8318 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8319 fi
8320 ac_res=`eval 'as_val=${'$as_ac_Header'}
8321                  $as_echo "$as_val"'`
8322                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8323 $as_echo "$ac_res" >&6; }
8324 as_val=`eval 'as_val=${'$as_ac_Header'}
8325                  $as_echo "$as_val"'`
8326    if test "x$as_val" = x""yes; then
8327   cat >>confdefs.h <<_ACEOF
8328 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8329 _ACEOF
8330
8331 fi
8332
8333 done
8334
8335
8336
8337 for ac_header in sys/thr.h
8338 do
8339 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8340 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8341 $as_echo_n "checking for $ac_header... " >&6; }
8342 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8343   $as_echo_n "(cached) " >&6
8344 else
8345   cat >conftest.$ac_ext <<_ACEOF
8346 /* confdefs.h.  */
8347 _ACEOF
8348 cat confdefs.h >>conftest.$ac_ext
8349 cat >>conftest.$ac_ext <<_ACEOF
8350 /* end confdefs.h.  */
8351 #include <sys/types.h>
8352 #ifdef HAVE_UCONTEXT_H
8353 #include <ucontext.h>
8354 #endif
8355
8356 #include <$ac_header>
8357 _ACEOF
8358 rm -f conftest.$ac_objext
8359 if { (ac_try="$ac_compile"
8360 case "(($ac_try" in
8361   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8362   *) ac_try_echo=$ac_try;;
8363 esac
8364 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8365 $as_echo "$ac_try_echo") >&5
8366   (eval "$ac_compile") 2>conftest.er1
8367   ac_status=$?
8368   grep -v '^ *+' conftest.er1 >conftest.err
8369   rm -f conftest.er1
8370   cat conftest.err >&5
8371   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8372   (exit $ac_status); } && {
8373          test -z "$ac_c_werror_flag" ||
8374          test ! -s conftest.err
8375        } && test -s conftest.$ac_objext; then
8376   eval "$as_ac_Header=yes"
8377 else
8378   $as_echo "$as_me: failed program was:" >&5
8379 sed 's/^/| /' conftest.$ac_ext >&5
8380
8381         eval "$as_ac_Header=no"
8382 fi
8383
8384 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8385 fi
8386 ac_res=`eval 'as_val=${'$as_ac_Header'}
8387                  $as_echo "$as_val"'`
8388                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8389 $as_echo "$ac_res" >&6; }
8390 as_val=`eval 'as_val=${'$as_ac_Header'}
8391                  $as_echo "$as_val"'`
8392    if test "x$as_val" = x""yes; then
8393   cat >>confdefs.h <<_ACEOF
8394 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8395 _ACEOF
8396
8397 fi
8398
8399 done
8400
8401
8402
8403 for ac_header in pthread_np.h
8404 do
8405 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8406 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8407 $as_echo_n "checking for $ac_header... " >&6; }
8408 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8409   $as_echo_n "(cached) " >&6
8410 else
8411   cat >conftest.$ac_ext <<_ACEOF
8412 /* confdefs.h.  */
8413 _ACEOF
8414 cat confdefs.h >>conftest.$ac_ext
8415 cat >>conftest.$ac_ext <<_ACEOF
8416 /* end confdefs.h.  */
8417 #ifdef HAVE_PTHREAD_H
8418 #include <pthread.h>
8419 #endif
8420
8421 #include <$ac_header>
8422 _ACEOF
8423 rm -f conftest.$ac_objext
8424 if { (ac_try="$ac_compile"
8425 case "(($ac_try" in
8426   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8427   *) ac_try_echo=$ac_try;;
8428 esac
8429 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8430 $as_echo "$ac_try_echo") >&5
8431   (eval "$ac_compile") 2>conftest.er1
8432   ac_status=$?
8433   grep -v '^ *+' conftest.er1 >conftest.err
8434   rm -f conftest.er1
8435   cat conftest.err >&5
8436   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8437   (exit $ac_status); } && {
8438          test -z "$ac_c_werror_flag" ||
8439          test ! -s conftest.err
8440        } && test -s conftest.$ac_objext; then
8441   eval "$as_ac_Header=yes"
8442 else
8443   $as_echo "$as_me: failed program was:" >&5
8444 sed 's/^/| /' conftest.$ac_ext >&5
8445
8446         eval "$as_ac_Header=no"
8447 fi
8448
8449 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8450 fi
8451 ac_res=`eval 'as_val=${'$as_ac_Header'}
8452                  $as_echo "$as_val"'`
8453                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8454 $as_echo "$ac_res" >&6; }
8455 as_val=`eval 'as_val=${'$as_ac_Header'}
8456                  $as_echo "$as_val"'`
8457    if test "x$as_val" = x""yes; then
8458   cat >>confdefs.h <<_ACEOF
8459 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8460 _ACEOF
8461
8462 fi
8463
8464 done
8465
8466
8467
8468 for ac_header in linux/videodev.h
8469 do
8470 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8471 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8472 $as_echo_n "checking for $ac_header... " >&6; }
8473 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8474   $as_echo_n "(cached) " >&6
8475 else
8476   cat >conftest.$ac_ext <<_ACEOF
8477 /* confdefs.h.  */
8478 _ACEOF
8479 cat confdefs.h >>conftest.$ac_ext
8480 cat >>conftest.$ac_ext <<_ACEOF
8481 /* end confdefs.h.  */
8482 #ifdef HAVE_SYS_TIME_H
8483 #include <sys/time.h>
8484 #endif
8485 #include <sys/types.h>
8486 #ifdef HAVE_ASM_TYPES_H
8487 #include <asm/types.h>
8488 #endif
8489
8490 #include <$ac_header>
8491 _ACEOF
8492 rm -f conftest.$ac_objext
8493 if { (ac_try="$ac_compile"
8494 case "(($ac_try" in
8495   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8496   *) ac_try_echo=$ac_try;;
8497 esac
8498 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8499 $as_echo "$ac_try_echo") >&5
8500   (eval "$ac_compile") 2>conftest.er1
8501   ac_status=$?
8502   grep -v '^ *+' conftest.er1 >conftest.err
8503   rm -f conftest.er1
8504   cat conftest.err >&5
8505   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8506   (exit $ac_status); } && {
8507          test -z "$ac_c_werror_flag" ||
8508          test ! -s conftest.err
8509        } && test -s conftest.$ac_objext; then
8510   eval "$as_ac_Header=yes"
8511 else
8512   $as_echo "$as_me: failed program was:" >&5
8513 sed 's/^/| /' conftest.$ac_ext >&5
8514
8515         eval "$as_ac_Header=no"
8516 fi
8517
8518 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8519 fi
8520 ac_res=`eval 'as_val=${'$as_ac_Header'}
8521                  $as_echo "$as_val"'`
8522                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8523 $as_echo "$ac_res" >&6; }
8524 as_val=`eval 'as_val=${'$as_ac_Header'}
8525                  $as_echo "$as_val"'`
8526    if test "x$as_val" = x""yes; then
8527   cat >>confdefs.h <<_ACEOF
8528 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8529 _ACEOF
8530
8531 fi
8532
8533 done
8534
8535
8536
8537 for ac_header in linux/capi.h
8538 do
8539 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8540 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8541 $as_echo_n "checking for $ac_header... " >&6; }
8542 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8543   $as_echo_n "(cached) " >&6
8544 else
8545   cat >conftest.$ac_ext <<_ACEOF
8546 /* confdefs.h.  */
8547 _ACEOF
8548 cat confdefs.h >>conftest.$ac_ext
8549 cat >>conftest.$ac_ext <<_ACEOF
8550 /* end confdefs.h.  */
8551 #define __user
8552
8553 #include <$ac_header>
8554 _ACEOF
8555 rm -f conftest.$ac_objext
8556 if { (ac_try="$ac_compile"
8557 case "(($ac_try" in
8558   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8559   *) ac_try_echo=$ac_try;;
8560 esac
8561 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8562 $as_echo "$ac_try_echo") >&5
8563   (eval "$ac_compile") 2>conftest.er1
8564   ac_status=$?
8565   grep -v '^ *+' conftest.er1 >conftest.err
8566   rm -f conftest.er1
8567   cat conftest.err >&5
8568   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8569   (exit $ac_status); } && {
8570          test -z "$ac_c_werror_flag" ||
8571          test ! -s conftest.err
8572        } && test -s conftest.$ac_objext; then
8573   eval "$as_ac_Header=yes"
8574 else
8575   $as_echo "$as_me: failed program was:" >&5
8576 sed 's/^/| /' conftest.$ac_ext >&5
8577
8578         eval "$as_ac_Header=no"
8579 fi
8580
8581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8582 fi
8583 ac_res=`eval 'as_val=${'$as_ac_Header'}
8584                  $as_echo "$as_val"'`
8585                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8586 $as_echo "$ac_res" >&6; }
8587 as_val=`eval 'as_val=${'$as_ac_Header'}
8588                  $as_echo "$as_val"'`
8589    if test "x$as_val" = x""yes; then
8590   cat >>confdefs.h <<_ACEOF
8591 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8592 _ACEOF
8593
8594 fi
8595
8596 done
8597
8598
8599
8600 DLLEXT=""
8601
8602 DLLFLAGS="-D_REENTRANT"
8603
8604 LDSHARED=""
8605
8606 LDDLLFLAGS=""
8607
8608 LIBEXT="so"
8609
8610 IMPLIBEXT="def"
8611
8612 LDRPATH_INSTALL=""
8613
8614 LDRPATH_LOCAL=""
8615
8616 # Extract the first word of "ldd", so it can be a program name with args.
8617 set dummy ldd; ac_word=$2
8618 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8619 $as_echo_n "checking for $ac_word... " >&6; }
8620 if test "${ac_cv_path_LDD+set}" = set; then
8621   $as_echo_n "(cached) " >&6
8622 else
8623   case $LDD in
8624   [\\/]* | ?:[\\/]*)
8625   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8626   ;;
8627   *)
8628   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8629 as_dummy="/sbin:/usr/sbin:$PATH"
8630 for as_dir in $as_dummy
8631 do
8632   IFS=$as_save_IFS
8633   test -z "$as_dir" && as_dir=.
8634   for ac_exec_ext in '' $ac_executable_extensions; do
8635   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8636     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8637     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8638     break 2
8639   fi
8640 done
8641 done
8642 IFS=$as_save_IFS
8643
8644   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8645   ;;
8646 esac
8647 fi
8648 LDD=$ac_cv_path_LDD
8649 if test -n "$LDD"; then
8650   { $as_echo "$as_me:$LINENO: result: $LDD" >&5
8651 $as_echo "$LDD" >&6; }
8652 else
8653   { $as_echo "$as_me:$LINENO: result: no" >&5
8654 $as_echo "no" >&6; }
8655 fi
8656
8657
8658
8659 case $host_os in
8660   cygwin*|mingw32*)
8661     if test -n "$ac_tool_prefix"; then
8662   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8663 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8664 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8665 $as_echo_n "checking for $ac_word... " >&6; }
8666 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8667   $as_echo_n "(cached) " >&6
8668 else
8669   if test -n "$DLLTOOL"; then
8670   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8671 else
8672 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8673 for as_dir in $PATH
8674 do
8675   IFS=$as_save_IFS
8676   test -z "$as_dir" && as_dir=.
8677   for ac_exec_ext in '' $ac_executable_extensions; do
8678   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8679     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8680     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8681     break 2
8682   fi
8683 done
8684 done
8685 IFS=$as_save_IFS
8686
8687 fi
8688 fi
8689 DLLTOOL=$ac_cv_prog_DLLTOOL
8690 if test -n "$DLLTOOL"; then
8691   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8692 $as_echo "$DLLTOOL" >&6; }
8693 else
8694   { $as_echo "$as_me:$LINENO: result: no" >&5
8695 $as_echo "no" >&6; }
8696 fi
8697
8698
8699 fi
8700 if test -z "$ac_cv_prog_DLLTOOL"; then
8701   ac_ct_DLLTOOL=$DLLTOOL
8702   # Extract the first word of "dlltool", so it can be a program name with args.
8703 set dummy dlltool; ac_word=$2
8704 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8705 $as_echo_n "checking for $ac_word... " >&6; }
8706 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8707   $as_echo_n "(cached) " >&6
8708 else
8709   if test -n "$ac_ct_DLLTOOL"; then
8710   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8711 else
8712 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8713 for as_dir in $PATH
8714 do
8715   IFS=$as_save_IFS
8716   test -z "$as_dir" && as_dir=.
8717   for ac_exec_ext in '' $ac_executable_extensions; do
8718   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8719     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8720     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8721     break 2
8722   fi
8723 done
8724 done
8725 IFS=$as_save_IFS
8726
8727 fi
8728 fi
8729 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8730 if test -n "$ac_ct_DLLTOOL"; then
8731   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8732 $as_echo "$ac_ct_DLLTOOL" >&6; }
8733 else
8734   { $as_echo "$as_me:$LINENO: result: no" >&5
8735 $as_echo "no" >&6; }
8736 fi
8737
8738   if test "x$ac_ct_DLLTOOL" = x; then
8739     DLLTOOL="false"
8740   else
8741     case $cross_compiling:$ac_tool_warned in
8742 yes:)
8743 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8744 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8745 ac_tool_warned=yes ;;
8746 esac
8747     DLLTOOL=$ac_ct_DLLTOOL
8748   fi
8749 else
8750   DLLTOOL="$ac_cv_prog_DLLTOOL"
8751 fi
8752
8753     if test -n "$ac_tool_prefix"; then
8754   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8755 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8756 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8757 $as_echo_n "checking for $ac_word... " >&6; }
8758 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8759   $as_echo_n "(cached) " >&6
8760 else
8761   if test -n "$DLLWRAP"; then
8762   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8763 else
8764 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8765 for as_dir in $PATH
8766 do
8767   IFS=$as_save_IFS
8768   test -z "$as_dir" && as_dir=.
8769   for ac_exec_ext in '' $ac_executable_extensions; do
8770   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8771     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8772     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8773     break 2
8774   fi
8775 done
8776 done
8777 IFS=$as_save_IFS
8778
8779 fi
8780 fi
8781 DLLWRAP=$ac_cv_prog_DLLWRAP
8782 if test -n "$DLLWRAP"; then
8783   { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8784 $as_echo "$DLLWRAP" >&6; }
8785 else
8786   { $as_echo "$as_me:$LINENO: result: no" >&5
8787 $as_echo "no" >&6; }
8788 fi
8789
8790
8791 fi
8792 if test -z "$ac_cv_prog_DLLWRAP"; then
8793   ac_ct_DLLWRAP=$DLLWRAP
8794   # Extract the first word of "dllwrap", so it can be a program name with args.
8795 set dummy dllwrap; ac_word=$2
8796 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8797 $as_echo_n "checking for $ac_word... " >&6; }
8798 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8799   $as_echo_n "(cached) " >&6
8800 else
8801   if test -n "$ac_ct_DLLWRAP"; then
8802   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8803 else
8804 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8805 for as_dir in $PATH
8806 do
8807   IFS=$as_save_IFS
8808   test -z "$as_dir" && as_dir=.
8809   for ac_exec_ext in '' $ac_executable_extensions; do
8810   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8811     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8812     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8813     break 2
8814   fi
8815 done
8816 done
8817 IFS=$as_save_IFS
8818
8819 fi
8820 fi
8821 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8822 if test -n "$ac_ct_DLLWRAP"; then
8823   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8824 $as_echo "$ac_ct_DLLWRAP" >&6; }
8825 else
8826   { $as_echo "$as_me:$LINENO: result: no" >&5
8827 $as_echo "no" >&6; }
8828 fi
8829
8830   if test "x$ac_ct_DLLWRAP" = x; then
8831     DLLWRAP="false"
8832   else
8833     case $cross_compiling:$ac_tool_warned in
8834 yes:)
8835 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8836 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8837 ac_tool_warned=yes ;;
8838 esac
8839     DLLWRAP=$ac_ct_DLLWRAP
8840   fi
8841 else
8842   DLLWRAP="$ac_cv_prog_DLLWRAP"
8843 fi
8844
8845     if test -n "$ac_tool_prefix"; then
8846   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8847 set dummy ${ac_tool_prefix}ar; ac_word=$2
8848 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8849 $as_echo_n "checking for $ac_word... " >&6; }
8850 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8851   $as_echo_n "(cached) " >&6
8852 else
8853   if test -n "$MINGWAR"; then
8854   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8855 else
8856 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8857 for as_dir in $PATH
8858 do
8859   IFS=$as_save_IFS
8860   test -z "$as_dir" && as_dir=.
8861   for ac_exec_ext in '' $ac_executable_extensions; do
8862   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8863     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8864     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8865     break 2
8866   fi
8867 done
8868 done
8869 IFS=$as_save_IFS
8870
8871 fi
8872 fi
8873 MINGWAR=$ac_cv_prog_MINGWAR
8874 if test -n "$MINGWAR"; then
8875   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8876 $as_echo "$MINGWAR" >&6; }
8877 else
8878   { $as_echo "$as_me:$LINENO: result: no" >&5
8879 $as_echo "no" >&6; }
8880 fi
8881
8882
8883 fi
8884 if test -z "$ac_cv_prog_MINGWAR"; then
8885   ac_ct_MINGWAR=$MINGWAR
8886   # Extract the first word of "ar", so it can be a program name with args.
8887 set dummy ar; ac_word=$2
8888 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8889 $as_echo_n "checking for $ac_word... " >&6; }
8890 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8891   $as_echo_n "(cached) " >&6
8892 else
8893   if test -n "$ac_ct_MINGWAR"; then
8894   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8895 else
8896 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8897 for as_dir in $PATH
8898 do
8899   IFS=$as_save_IFS
8900   test -z "$as_dir" && as_dir=.
8901   for ac_exec_ext in '' $ac_executable_extensions; do
8902   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8903     ac_cv_prog_ac_ct_MINGWAR="ar"
8904     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8905     break 2
8906   fi
8907 done
8908 done
8909 IFS=$as_save_IFS
8910
8911 fi
8912 fi
8913 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8914 if test -n "$ac_ct_MINGWAR"; then
8915   { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8916 $as_echo "$ac_ct_MINGWAR" >&6; }
8917 else
8918   { $as_echo "$as_me:$LINENO: result: no" >&5
8919 $as_echo "no" >&6; }
8920 fi
8921
8922   if test "x$ac_ct_MINGWAR" = x; then
8923     MINGWAR="false"
8924   else
8925     case $cross_compiling:$ac_tool_warned in
8926 yes:)
8927 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8928 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8929 ac_tool_warned=yes ;;
8930 esac
8931     MINGWAR=$ac_ct_MINGWAR
8932   fi
8933 else
8934   MINGWAR="$ac_cv_prog_MINGWAR"
8935 fi
8936
8937     if test "$DLLWRAP" = "false"; then
8938       LIBEXT="a"
8939     else
8940             LIBEXT="dll"
8941     fi
8942     IMPLIBEXT="a"
8943         WIN16_FILES=""
8944     WIN16_INSTALL=""
8945         enable_iphlpapi=${enable_iphlpapi:-no}
8946     enable_kernel32=${enable_kernel32:-no}
8947     enable_msvcrt=${enable_msvcrt:-no}
8948     enable_ntdll=${enable_ntdll:-no}
8949     enable_ws2_32=${enable_ws2_32:-no}
8950     enable_loader=${enable_loader:-no}
8951     enable_server=${enable_server:-no}
8952     ;;
8953   darwin*|macosx*)
8954     DLLEXT=".so"
8955     LIBEXT="dylib"
8956     DLLFLAGS="$DLLFLAGS -fPIC"
8957     LDDLLFLAGS="-bundle -multiply_defined suppress"
8958     LIBWINE_LDFLAGS="-multiply_defined suppress"
8959     LDSHARED="\$(CC) -dynamiclib"
8960     STRIP="$STRIP -x"
8961     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8962         SECURITYLIB="-framework Security -framework CoreFoundation"
8963
8964     COREFOUNDATIONLIB="-framework CoreFoundation"
8965
8966     IOKITLIB="-framework IOKit -framework CoreFoundation"
8967
8968     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8969
8970     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8971     then
8972                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8973
8974     fi
8975     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8976     then
8977                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8978
8979     fi
8980     case $host_cpu in
8981       *powerpc*)
8982         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
8983     esac
8984         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8985     then
8986         CARBONLIB="-framework Carbon"
8987
8988         enable_winequartz_drv=${enable_winequartz_drv:-yes}
8989     fi
8990     ;;
8991   *)
8992     DLLFLAGS="$DLLFLAGS -fPIC"
8993     DLLEXT=".so"
8994     { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8995 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8996 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8997   $as_echo_n "(cached) " >&6
8998 else
8999   ac_wine_try_cflags_saved=$CFLAGS
9000 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
9001 cat >conftest.$ac_ext <<_ACEOF
9002 void myfunc() {}
9003 _ACEOF
9004 rm -f conftest.$ac_objext conftest$ac_exeext
9005 if { (ac_try="$ac_link"
9006 case "(($ac_try" in
9007   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9008   *) ac_try_echo=$ac_try;;
9009 esac
9010 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9011 $as_echo "$ac_try_echo") >&5
9012   (eval "$ac_link") 2>conftest.er1
9013   ac_status=$?
9014   grep -v '^ *+' conftest.er1 >conftest.err
9015   rm -f conftest.er1
9016   cat conftest.err >&5
9017   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9018   (exit $ac_status); } && {
9019          test -z "$ac_c_werror_flag" ||
9020          test ! -s conftest.err
9021        } && test -s conftest$ac_exeext && {
9022          test "$cross_compiling" = yes ||
9023          $as_test_x conftest$ac_exeext
9024        }; then
9025   ac_cv_c_dll_gnuelf="yes"
9026 else
9027   $as_echo "$as_me: failed program was:" >&5
9028 sed 's/^/| /' conftest.$ac_ext >&5
9029
9030         ac_cv_c_dll_gnuelf="no"
9031 fi
9032
9033 rm -rf conftest.dSYM
9034 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9035       conftest$ac_exeext conftest.$ac_ext
9036 CFLAGS=$ac_wine_try_cflags_saved
9037 fi
9038 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
9039 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
9040     if test "$ac_cv_c_dll_gnuelf" = "yes"
9041     then
9042       LDSHARED="\$(CC) -shared"
9043       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
9044       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
9045 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
9046 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
9047   $as_echo_n "(cached) " >&6
9048 else
9049   ac_wine_try_cflags_saved=$CFLAGS
9050 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
9051 cat >conftest.$ac_ext <<_ACEOF
9052 /* confdefs.h.  */
9053 _ACEOF
9054 cat confdefs.h >>conftest.$ac_ext
9055 cat >>conftest.$ac_ext <<_ACEOF
9056 /* end confdefs.h.  */
9057
9058 int
9059 main ()
9060 {
9061
9062   ;
9063   return 0;
9064 }
9065 _ACEOF
9066 rm -f conftest.$ac_objext conftest$ac_exeext
9067 if { (ac_try="$ac_link"
9068 case "(($ac_try" in
9069   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9070   *) ac_try_echo=$ac_try;;
9071 esac
9072 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9073 $as_echo "$ac_try_echo") >&5
9074   (eval "$ac_link") 2>conftest.er1
9075   ac_status=$?
9076   grep -v '^ *+' conftest.er1 >conftest.err
9077   rm -f conftest.er1
9078   cat conftest.err >&5
9079   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9080   (exit $ac_status); } && {
9081          test -z "$ac_c_werror_flag" ||
9082          test ! -s conftest.err
9083        } && test -s conftest$ac_exeext && {
9084          test "$cross_compiling" = yes ||
9085          $as_test_x conftest$ac_exeext
9086        }; then
9087   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
9088 else
9089   $as_echo "$as_me: failed program was:" >&5
9090 sed 's/^/| /' conftest.$ac_ext >&5
9091
9092         ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
9093 fi
9094
9095 rm -rf conftest.dSYM
9096 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9097       conftest$ac_exeext conftest.$ac_ext
9098 CFLAGS=$ac_wine_try_cflags_saved
9099 fi
9100 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
9101 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
9102 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
9103   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
9104 else
9105   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
9106 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
9107 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
9108   $as_echo_n "(cached) " >&6
9109 else
9110   ac_wine_try_cflags_saved=$CFLAGS
9111 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
9112 cat >conftest.$ac_ext <<_ACEOF
9113 /* confdefs.h.  */
9114 _ACEOF
9115 cat confdefs.h >>conftest.$ac_ext
9116 cat >>conftest.$ac_ext <<_ACEOF
9117 /* end confdefs.h.  */
9118
9119 int
9120 main ()
9121 {
9122
9123   ;
9124   return 0;
9125 }
9126 _ACEOF
9127 rm -f conftest.$ac_objext conftest$ac_exeext
9128 if { (ac_try="$ac_link"
9129 case "(($ac_try" in
9130   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9131   *) ac_try_echo=$ac_try;;
9132 esac
9133 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9134 $as_echo "$ac_try_echo") >&5
9135   (eval "$ac_link") 2>conftest.er1
9136   ac_status=$?
9137   grep -v '^ *+' conftest.er1 >conftest.err
9138   rm -f conftest.er1
9139   cat conftest.err >&5
9140   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9141   (exit $ac_status); } && {
9142          test -z "$ac_c_werror_flag" ||
9143          test ! -s conftest.err
9144        } && test -s conftest$ac_exeext && {
9145          test "$cross_compiling" = yes ||
9146          $as_test_x conftest$ac_exeext
9147        }; then
9148   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
9149 else
9150   $as_echo "$as_me: failed program was:" >&5
9151 sed 's/^/| /' conftest.$ac_ext >&5
9152
9153         ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
9154 fi
9155
9156 rm -rf conftest.dSYM
9157 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9158       conftest$ac_exeext conftest.$ac_ext
9159 CFLAGS=$ac_wine_try_cflags_saved
9160 fi
9161 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
9162 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
9163 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
9164   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
9165 fi
9166
9167 fi
9168
9169
9170       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
9171 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
9172 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
9173   $as_echo_n "(cached) " >&6
9174 else
9175   ac_wine_try_cflags_saved=$CFLAGS
9176 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
9177 cat >conftest.$ac_ext <<_ACEOF
9178 /* confdefs.h.  */
9179 _ACEOF
9180 cat confdefs.h >>conftest.$ac_ext
9181 cat >>conftest.$ac_ext <<_ACEOF
9182 /* end confdefs.h.  */
9183
9184 int
9185 main ()
9186 {
9187
9188   ;
9189   return 0;
9190 }
9191 _ACEOF
9192 rm -f conftest.$ac_objext conftest$ac_exeext
9193 if { (ac_try="$ac_link"
9194 case "(($ac_try" in
9195   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9196   *) ac_try_echo=$ac_try;;
9197 esac
9198 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9199 $as_echo "$ac_try_echo") >&5
9200   (eval "$ac_link") 2>conftest.er1
9201   ac_status=$?
9202   grep -v '^ *+' conftest.er1 >conftest.err
9203   rm -f conftest.er1
9204   cat conftest.err >&5
9205   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9206   (exit $ac_status); } && {
9207          test -z "$ac_c_werror_flag" ||
9208          test ! -s conftest.err
9209        } && test -s conftest$ac_exeext && {
9210          test "$cross_compiling" = yes ||
9211          $as_test_x conftest$ac_exeext
9212        }; then
9213   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
9214 else
9215   $as_echo "$as_me: failed program was:" >&5
9216 sed 's/^/| /' conftest.$ac_ext >&5
9217
9218         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
9219 fi
9220
9221 rm -rf conftest.dSYM
9222 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9223       conftest$ac_exeext conftest.$ac_ext
9224 CFLAGS=$ac_wine_try_cflags_saved
9225 fi
9226 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
9227 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
9228 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
9229   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
9230 fi
9231
9232
9233       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
9234 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
9235 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
9236   $as_echo_n "(cached) " >&6
9237 else
9238   ac_wine_try_cflags_saved=$CFLAGS
9239 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
9240 cat >conftest.$ac_ext <<_ACEOF
9241 /* confdefs.h.  */
9242 _ACEOF
9243 cat confdefs.h >>conftest.$ac_ext
9244 cat >>conftest.$ac_ext <<_ACEOF
9245 /* end confdefs.h.  */
9246
9247 int
9248 main ()
9249 {
9250
9251   ;
9252   return 0;
9253 }
9254 _ACEOF
9255 rm -f conftest.$ac_objext conftest$ac_exeext
9256 if { (ac_try="$ac_link"
9257 case "(($ac_try" in
9258   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9259   *) ac_try_echo=$ac_try;;
9260 esac
9261 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9262 $as_echo "$ac_try_echo") >&5
9263   (eval "$ac_link") 2>conftest.er1
9264   ac_status=$?
9265   grep -v '^ *+' conftest.er1 >conftest.err
9266   rm -f conftest.er1
9267   cat conftest.err >&5
9268   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9269   (exit $ac_status); } && {
9270          test -z "$ac_c_werror_flag" ||
9271          test ! -s conftest.err
9272        } && test -s conftest$ac_exeext && {
9273          test "$cross_compiling" = yes ||
9274          $as_test_x conftest$ac_exeext
9275        }; then
9276   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
9277 else
9278   $as_echo "$as_me: failed program was:" >&5
9279 sed 's/^/| /' conftest.$ac_ext >&5
9280
9281         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
9282 fi
9283
9284 rm -rf conftest.dSYM
9285 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9286       conftest$ac_exeext conftest.$ac_ext
9287 CFLAGS=$ac_wine_try_cflags_saved
9288 fi
9289 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
9290 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
9291 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
9292   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
9293 fi
9294
9295
9296       echo '{ global: *; };' >conftest.map
9297       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
9298 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
9299 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
9300   $as_echo_n "(cached) " >&6
9301 else
9302   ac_wine_try_cflags_saved=$CFLAGS
9303 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
9304 cat >conftest.$ac_ext <<_ACEOF
9305 /* confdefs.h.  */
9306 _ACEOF
9307 cat confdefs.h >>conftest.$ac_ext
9308 cat >>conftest.$ac_ext <<_ACEOF
9309 /* end confdefs.h.  */
9310
9311 int
9312 main ()
9313 {
9314
9315   ;
9316   return 0;
9317 }
9318 _ACEOF
9319 rm -f conftest.$ac_objext conftest$ac_exeext
9320 if { (ac_try="$ac_link"
9321 case "(($ac_try" in
9322   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9323   *) ac_try_echo=$ac_try;;
9324 esac
9325 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9326 $as_echo "$ac_try_echo") >&5
9327   (eval "$ac_link") 2>conftest.er1
9328   ac_status=$?
9329   grep -v '^ *+' conftest.er1 >conftest.err
9330   rm -f conftest.er1
9331   cat conftest.err >&5
9332   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9333   (exit $ac_status); } && {
9334          test -z "$ac_c_werror_flag" ||
9335          test ! -s conftest.err
9336        } && test -s conftest$ac_exeext && {
9337          test "$cross_compiling" = yes ||
9338          $as_test_x conftest$ac_exeext
9339        }; then
9340   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
9341 else
9342   $as_echo "$as_me: failed program was:" >&5
9343 sed 's/^/| /' conftest.$ac_ext >&5
9344
9345         ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
9346 fi
9347
9348 rm -rf conftest.dSYM
9349 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9350       conftest$ac_exeext conftest.$ac_ext
9351 CFLAGS=$ac_wine_try_cflags_saved
9352 fi
9353 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
9354 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
9355 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
9356   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
9357 fi
9358
9359       rm -f conftest.map
9360
9361       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9362 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
9363 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
9364   $as_echo_n "(cached) " >&6
9365 else
9366   ac_wine_try_cflags_saved=$CFLAGS
9367 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9368 cat >conftest.$ac_ext <<_ACEOF
9369 /* confdefs.h.  */
9370 _ACEOF
9371 cat confdefs.h >>conftest.$ac_ext
9372 cat >>conftest.$ac_ext <<_ACEOF
9373 /* end confdefs.h.  */
9374
9375 int
9376 main ()
9377 {
9378
9379   ;
9380   return 0;
9381 }
9382 _ACEOF
9383 rm -f conftest.$ac_objext conftest$ac_exeext
9384 if { (ac_try="$ac_link"
9385 case "(($ac_try" in
9386   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9387   *) ac_try_echo=$ac_try;;
9388 esac
9389 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9390 $as_echo "$ac_try_echo") >&5
9391   (eval "$ac_link") 2>conftest.er1
9392   ac_status=$?
9393   grep -v '^ *+' conftest.er1 >conftest.err
9394   rm -f conftest.er1
9395   cat conftest.err >&5
9396   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9397   (exit $ac_status); } && {
9398          test -z "$ac_c_werror_flag" ||
9399          test ! -s conftest.err
9400        } && test -s conftest$ac_exeext && {
9401          test "$cross_compiling" = yes ||
9402          $as_test_x conftest$ac_exeext
9403        }; then
9404   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9405 else
9406   $as_echo "$as_me: failed program was:" >&5
9407 sed 's/^/| /' conftest.$ac_ext >&5
9408
9409         ac_cv_cflags__fPIC__Wl___export_dynamic=no
9410 fi
9411
9412 rm -rf conftest.dSYM
9413 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9414       conftest$ac_exeext conftest.$ac_ext
9415 CFLAGS=$ac_wine_try_cflags_saved
9416 fi
9417 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9418 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9419 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9420   LDEXECFLAGS="-Wl,--export-dynamic"
9421
9422 fi
9423
9424
9425       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9426 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9427 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
9428 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9429   $as_echo_n "(cached) " >&6
9430 else
9431   ac_wine_try_cflags_saved=$CFLAGS
9432 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9433 cat >conftest.$ac_ext <<_ACEOF
9434 /* confdefs.h.  */
9435 _ACEOF
9436 cat confdefs.h >>conftest.$ac_ext
9437 cat >>conftest.$ac_ext <<_ACEOF
9438 /* end confdefs.h.  */
9439
9440 int
9441 main ()
9442 {
9443
9444   ;
9445   return 0;
9446 }
9447 _ACEOF
9448 rm -f conftest.$ac_objext conftest$ac_exeext
9449 if { (ac_try="$ac_link"
9450 case "(($ac_try" in
9451   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9452   *) ac_try_echo=$ac_try;;
9453 esac
9454 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9455 $as_echo "$ac_try_echo") >&5
9456   (eval "$ac_link") 2>conftest.er1
9457   ac_status=$?
9458   grep -v '^ *+' conftest.er1 >conftest.err
9459   rm -f conftest.er1
9460   cat conftest.err >&5
9461   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9462   (exit $ac_status); } && {
9463          test -z "$ac_c_werror_flag" ||
9464          test ! -s conftest.err
9465        } && test -s conftest$ac_exeext && {
9466          test "$cross_compiling" = yes ||
9467          $as_test_x conftest$ac_exeext
9468        }; then
9469   eval "$as_ac_var=yes"
9470 else
9471   $as_echo "$as_me: failed program was:" >&5
9472 sed 's/^/| /' conftest.$ac_ext >&5
9473
9474         eval "$as_ac_var=no"
9475 fi
9476
9477 rm -rf conftest.dSYM
9478 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9479       conftest$ac_exeext conftest.$ac_ext
9480 CFLAGS=$ac_wine_try_cflags_saved
9481 fi
9482 ac_res=`eval 'as_val=${'$as_ac_var'}
9483                  $as_echo "$as_val"'`
9484                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9485 $as_echo "$ac_res" >&6; }
9486 if test `eval 'as_val=${'$as_ac_var'}
9487                  $as_echo "$as_val"'` = yes; then
9488   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9489                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9490 else
9491   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9492 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9493 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
9494 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9495   $as_echo_n "(cached) " >&6
9496 else
9497   ac_wine_try_cflags_saved=$CFLAGS
9498 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9499 cat >conftest.$ac_ext <<_ACEOF
9500 /* confdefs.h.  */
9501 _ACEOF
9502 cat confdefs.h >>conftest.$ac_ext
9503 cat >>conftest.$ac_ext <<_ACEOF
9504 /* end confdefs.h.  */
9505
9506 int
9507 main ()
9508 {
9509
9510   ;
9511   return 0;
9512 }
9513 _ACEOF
9514 rm -f conftest.$ac_objext conftest$ac_exeext
9515 if { (ac_try="$ac_link"
9516 case "(($ac_try" in
9517   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9518   *) ac_try_echo=$ac_try;;
9519 esac
9520 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9521 $as_echo "$ac_try_echo") >&5
9522   (eval "$ac_link") 2>conftest.er1
9523   ac_status=$?
9524   grep -v '^ *+' conftest.er1 >conftest.err
9525   rm -f conftest.er1
9526   cat conftest.err >&5
9527   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9528   (exit $ac_status); } && {
9529          test -z "$ac_c_werror_flag" ||
9530          test ! -s conftest.err
9531        } && test -s conftest$ac_exeext && {
9532          test "$cross_compiling" = yes ||
9533          $as_test_x conftest$ac_exeext
9534        }; then
9535   eval "$as_ac_var=yes"
9536 else
9537   $as_echo "$as_me: failed program was:" >&5
9538 sed 's/^/| /' conftest.$ac_ext >&5
9539
9540         eval "$as_ac_var=no"
9541 fi
9542
9543 rm -rf conftest.dSYM
9544 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9545       conftest$ac_exeext conftest.$ac_ext
9546 CFLAGS=$ac_wine_try_cflags_saved
9547 fi
9548 ac_res=`eval 'as_val=${'$as_ac_var'}
9549                  $as_echo "$as_val"'`
9550                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9551 $as_echo "$ac_res" >&6; }
9552 if test `eval 'as_val=${'$as_ac_var'}
9553                  $as_echo "$as_val"'` = yes; then
9554   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9555                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9556 fi
9557
9558 fi
9559
9560
9561       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9562 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
9563 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9564   $as_echo_n "(cached) " >&6
9565 else
9566   ac_wine_try_cflags_saved=$CFLAGS
9567 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9568 cat >conftest.$ac_ext <<_ACEOF
9569 /* confdefs.h.  */
9570 _ACEOF
9571 cat confdefs.h >>conftest.$ac_ext
9572 cat >>conftest.$ac_ext <<_ACEOF
9573 /* end confdefs.h.  */
9574
9575 int
9576 main ()
9577 {
9578
9579   ;
9580   return 0;
9581 }
9582 _ACEOF
9583 rm -f conftest.$ac_objext conftest$ac_exeext
9584 if { (ac_try="$ac_link"
9585 case "(($ac_try" in
9586   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9587   *) ac_try_echo=$ac_try;;
9588 esac
9589 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9590 $as_echo "$ac_try_echo") >&5
9591   (eval "$ac_link") 2>conftest.er1
9592   ac_status=$?
9593   grep -v '^ *+' conftest.er1 >conftest.err
9594   rm -f conftest.er1
9595   cat conftest.err >&5
9596   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9597   (exit $ac_status); } && {
9598          test -z "$ac_c_werror_flag" ||
9599          test ! -s conftest.err
9600        } && test -s conftest$ac_exeext && {
9601          test "$cross_compiling" = yes ||
9602          $as_test_x conftest$ac_exeext
9603        }; then
9604   ac_cv_cflags__Wl___enable_new_dtags=yes
9605 else
9606   $as_echo "$as_me: failed program was:" >&5
9607 sed 's/^/| /' conftest.$ac_ext >&5
9608
9609         ac_cv_cflags__Wl___enable_new_dtags=no
9610 fi
9611
9612 rm -rf conftest.dSYM
9613 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9614       conftest$ac_exeext conftest.$ac_ext
9615 CFLAGS=$ac_wine_try_cflags_saved
9616 fi
9617 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9618 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9619 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9620   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9621 fi
9622
9623
9624       case $host_cpu in
9625         *i[3456789]86* | x86_64)
9626           { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9627 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
9628 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9629   $as_echo_n "(cached) " >&6
9630 else
9631   ac_wine_try_cflags_saved=$CFLAGS
9632 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9633 cat >conftest.$ac_ext <<_ACEOF
9634 /* confdefs.h.  */
9635 _ACEOF
9636 cat confdefs.h >>conftest.$ac_ext
9637 cat >>conftest.$ac_ext <<_ACEOF
9638 /* end confdefs.h.  */
9639
9640 int
9641 main ()
9642 {
9643
9644   ;
9645   return 0;
9646 }
9647 _ACEOF
9648 rm -f conftest.$ac_objext conftest$ac_exeext
9649 if { (ac_try="$ac_link"
9650 case "(($ac_try" in
9651   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9652   *) ac_try_echo=$ac_try;;
9653 esac
9654 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9655 $as_echo "$ac_try_echo") >&5
9656   (eval "$ac_link") 2>conftest.er1
9657   ac_status=$?
9658   grep -v '^ *+' conftest.er1 >conftest.err
9659   rm -f conftest.er1
9660   cat conftest.err >&5
9661   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9662   (exit $ac_status); } && {
9663          test -z "$ac_c_werror_flag" ||
9664          test ! -s conftest.err
9665        } && test -s conftest$ac_exeext && {
9666          test "$cross_compiling" = yes ||
9667          $as_test_x conftest$ac_exeext
9668        }; then
9669   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9670 else
9671   $as_echo "$as_me: failed program was:" >&5
9672 sed 's/^/| /' conftest.$ac_ext >&5
9673
9674         ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9675 fi
9676
9677 rm -rf conftest.dSYM
9678 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9679       conftest$ac_exeext conftest.$ac_ext
9680 CFLAGS=$ac_wine_try_cflags_saved
9681 fi
9682 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9683 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9684 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9685   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9686 fi
9687
9688           ;;
9689       esac
9690
9691     else
9692       { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9693 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
9694 if test "${ac_cv_c_dll_unixware+set}" = set; then
9695   $as_echo_n "(cached) " >&6
9696 else
9697   ac_wine_try_cflags_saved=$CFLAGS
9698 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9699 cat >conftest.$ac_ext <<_ACEOF
9700 void myfunc() {}
9701 _ACEOF
9702 rm -f conftest.$ac_objext conftest$ac_exeext
9703 if { (ac_try="$ac_link"
9704 case "(($ac_try" in
9705   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9706   *) ac_try_echo=$ac_try;;
9707 esac
9708 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9709 $as_echo "$ac_try_echo") >&5
9710   (eval "$ac_link") 2>conftest.er1
9711   ac_status=$?
9712   grep -v '^ *+' conftest.er1 >conftest.err
9713   rm -f conftest.er1
9714   cat conftest.err >&5
9715   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9716   (exit $ac_status); } && {
9717          test -z "$ac_c_werror_flag" ||
9718          test ! -s conftest.err
9719        } && test -s conftest$ac_exeext && {
9720          test "$cross_compiling" = yes ||
9721          $as_test_x conftest$ac_exeext
9722        }; then
9723   ac_cv_c_dll_unixware="yes"
9724 else
9725   $as_echo "$as_me: failed program was:" >&5
9726 sed 's/^/| /' conftest.$ac_ext >&5
9727
9728         ac_cv_c_dll_unixware="no"
9729 fi
9730
9731 rm -rf conftest.dSYM
9732 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9733       conftest$ac_exeext conftest.$ac_ext
9734 CFLAGS=$ac_wine_try_cflags_saved
9735 fi
9736 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9737 $as_echo "$ac_cv_c_dll_unixware" >&6; }
9738       if test "$ac_cv_c_dll_unixware" = "yes"
9739       then
9740         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9741         LDDLLFLAGS="-Wl,-G,-B,symbolic"
9742
9743       else
9744         { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9745 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
9746 if test "${ac_cv_c_dll_hpux+set}" = set; then
9747   $as_echo_n "(cached) " >&6
9748 else
9749   ac_wine_try_cflags_saved=$CFLAGS
9750 CFLAGS="$CFLAGS -shared"
9751 cat >conftest.$ac_ext <<_ACEOF
9752 void myfunc() {}
9753 _ACEOF
9754 rm -f conftest.$ac_objext conftest$ac_exeext
9755 if { (ac_try="$ac_link"
9756 case "(($ac_try" in
9757   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9758   *) ac_try_echo=$ac_try;;
9759 esac
9760 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9761 $as_echo "$ac_try_echo") >&5
9762   (eval "$ac_link") 2>conftest.er1
9763   ac_status=$?
9764   grep -v '^ *+' conftest.er1 >conftest.err
9765   rm -f conftest.er1
9766   cat conftest.err >&5
9767   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9768   (exit $ac_status); } && {
9769          test -z "$ac_c_werror_flag" ||
9770          test ! -s conftest.err
9771        } && test -s conftest$ac_exeext && {
9772          test "$cross_compiling" = yes ||
9773          $as_test_x conftest$ac_exeext
9774        }; then
9775   ac_cv_c_dll_hpux="yes"
9776 else
9777   $as_echo "$as_me: failed program was:" >&5
9778 sed 's/^/| /' conftest.$ac_ext >&5
9779
9780         ac_cv_c_dll_hpux="no"
9781 fi
9782
9783 rm -rf conftest.dSYM
9784 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9785       conftest$ac_exeext conftest.$ac_ext
9786 CFLAGS=$ac_wine_try_cflags_saved
9787 fi
9788 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9789 $as_echo "$ac_cv_c_dll_hpux" >&6; }
9790         if test "$ac_cv_c_dll_hpux" = "yes"
9791         then
9792           LIBEXT="sl"
9793           DLLEXT=".sl"
9794           LDDLLFLAGS="-shared -fPIC"
9795           LDSHARED="\$(CC) -shared"
9796         fi
9797       fi
9798     fi
9799     ;;
9800 esac
9801
9802 enable_winequartz_drv=${enable_winequartz_drv:-no}
9803
9804 if test "$LIBEXT" = "a"; then
9805   { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9806 It is currently not possible to build Wine without shared library
9807 (.so) support to allow transparent switch between .so and .dll files.
9808 If you are using Linux, you will need a newer binutils.
9809 " >&5
9810 $as_echo "$as_me: error: could not find a way to build shared libraries.
9811 It is currently not possible to build Wine without shared library
9812 (.so) support to allow transparent switch between .so and .dll files.
9813 If you are using Linux, you will need a newer binutils.
9814 " >&2;}
9815    { (exit 1); exit 1; }; }
9816 fi
9817
9818 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9819 then
9820     for ac_prog in $host_cpu-pc-mingw32-gcc i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc i686-pc-mingw32-gcc mingw-gcc
9821 do
9822   # Extract the first word of "$ac_prog", so it can be a program name with args.
9823 set dummy $ac_prog; ac_word=$2
9824 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9825 $as_echo_n "checking for $ac_word... " >&6; }
9826 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9827   $as_echo_n "(cached) " >&6
9828 else
9829   if test -n "$CROSSCC"; then
9830   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9831 else
9832 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9833 for as_dir in $PATH
9834 do
9835   IFS=$as_save_IFS
9836   test -z "$as_dir" && as_dir=.
9837   for ac_exec_ext in '' $ac_executable_extensions; do
9838   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9839     ac_cv_prog_CROSSCC="$ac_prog"
9840     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9841     break 2
9842   fi
9843 done
9844 done
9845 IFS=$as_save_IFS
9846
9847 fi
9848 fi
9849 CROSSCC=$ac_cv_prog_CROSSCC
9850 if test -n "$CROSSCC"; then
9851   { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
9852 $as_echo "$CROSSCC" >&6; }
9853 else
9854   { $as_echo "$as_me:$LINENO: result: no" >&5
9855 $as_echo "no" >&6; }
9856 fi
9857
9858
9859   test -n "$CROSSCC" && break
9860 done
9861 test -n "$CROSSCC" || CROSSCC="false"
9862
9863     for ac_prog in $host_cpu-pc-mingw32-dlltool i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool i686-pc-mingw32-dlltool mingw-dlltool
9864 do
9865   # Extract the first word of "$ac_prog", so it can be a program name with args.
9866 set dummy $ac_prog; ac_word=$2
9867 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9868 $as_echo_n "checking for $ac_word... " >&6; }
9869 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9870   $as_echo_n "(cached) " >&6
9871 else
9872   if test -n "$DLLTOOL"; then
9873   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9874 else
9875 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9876 for as_dir in $PATH
9877 do
9878   IFS=$as_save_IFS
9879   test -z "$as_dir" && as_dir=.
9880   for ac_exec_ext in '' $ac_executable_extensions; do
9881   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9882     ac_cv_prog_DLLTOOL="$ac_prog"
9883     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9884     break 2
9885   fi
9886 done
9887 done
9888 IFS=$as_save_IFS
9889
9890 fi
9891 fi
9892 DLLTOOL=$ac_cv_prog_DLLTOOL
9893 if test -n "$DLLTOOL"; then
9894   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9895 $as_echo "$DLLTOOL" >&6; }
9896 else
9897   { $as_echo "$as_me:$LINENO: result: no" >&5
9898 $as_echo "no" >&6; }
9899 fi
9900
9901
9902   test -n "$DLLTOOL" && break
9903 done
9904 test -n "$DLLTOOL" || DLLTOOL="false"
9905
9906     for ac_prog in $host_cpu-pc-mingw32-windres i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres i686-pc-mingw32-windres mingw-windres
9907 do
9908   # Extract the first word of "$ac_prog", so it can be a program name with args.
9909 set dummy $ac_prog; ac_word=$2
9910 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9911 $as_echo_n "checking for $ac_word... " >&6; }
9912 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9913   $as_echo_n "(cached) " >&6
9914 else
9915   if test -n "$CROSSWINDRES"; then
9916   ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9917 else
9918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9919 for as_dir in $PATH
9920 do
9921   IFS=$as_save_IFS
9922   test -z "$as_dir" && as_dir=.
9923   for ac_exec_ext in '' $ac_executable_extensions; do
9924   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9925     ac_cv_prog_CROSSWINDRES="$ac_prog"
9926     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9927     break 2
9928   fi
9929 done
9930 done
9931 IFS=$as_save_IFS
9932
9933 fi
9934 fi
9935 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9936 if test -n "$CROSSWINDRES"; then
9937   { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9938 $as_echo "$CROSSWINDRES" >&6; }
9939 else
9940   { $as_echo "$as_me:$LINENO: result: no" >&5
9941 $as_echo "no" >&6; }
9942 fi
9943
9944
9945   test -n "$CROSSWINDRES" && break
9946 done
9947 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9948
9949     for ac_prog in $host_cpu-pc-mingw32-ar i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar i686-pc-mingw32-ar mingw-ar
9950 do
9951   # Extract the first word of "$ac_prog", so it can be a program name with args.
9952 set dummy $ac_prog; ac_word=$2
9953 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9954 $as_echo_n "checking for $ac_word... " >&6; }
9955 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9956   $as_echo_n "(cached) " >&6
9957 else
9958   if test -n "$MINGWAR"; then
9959   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9960 else
9961 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9962 for as_dir in $PATH
9963 do
9964   IFS=$as_save_IFS
9965   test -z "$as_dir" && as_dir=.
9966   for ac_exec_ext in '' $ac_executable_extensions; do
9967   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9968     ac_cv_prog_MINGWAR="$ac_prog"
9969     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9970     break 2
9971   fi
9972 done
9973 done
9974 IFS=$as_save_IFS
9975
9976 fi
9977 fi
9978 MINGWAR=$ac_cv_prog_MINGWAR
9979 if test -n "$MINGWAR"; then
9980   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
9981 $as_echo "$MINGWAR" >&6; }
9982 else
9983   { $as_echo "$as_me:$LINENO: result: no" >&5
9984 $as_echo "no" >&6; }
9985 fi
9986
9987
9988   test -n "$MINGWAR" && break
9989 done
9990 test -n "$MINGWAR" || MINGWAR="false"
9991
9992     if test "$CROSSCC" != "false"
9993     then
9994         CROSSTEST="\$(CROSSTEST)"
9995
9996     fi
9997 fi
9998
9999
10000 if test "$have_x" = "yes"
10001 then
10002     XLIB="-lXext -lX11"
10003     ac_save_CPPFLAGS="$CPPFLAGS"
10004     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10005
10006     { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
10007 $as_echo_n "checking for -lX11... " >&6; }
10008 if test "${ac_cv_lib_soname_X11+set}" = set; then
10009   $as_echo_n "(cached) " >&6
10010 else
10011   ac_check_soname_save_LIBS=$LIBS
10012 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10013   cat >conftest.$ac_ext <<_ACEOF
10014 /* confdefs.h.  */
10015 _ACEOF
10016 cat confdefs.h >>conftest.$ac_ext
10017 cat >>conftest.$ac_ext <<_ACEOF
10018 /* end confdefs.h.  */
10019
10020 /* Override any GCC internal prototype to avoid an error.
10021    Use char because int might match the return type of a GCC
10022    builtin and then its argument prototype would still apply.  */
10023 #ifdef __cplusplus
10024 extern "C"
10025 #endif
10026 char XCreateWindow ();
10027 int
10028 main ()
10029 {
10030 return XCreateWindow ();
10031   ;
10032   return 0;
10033 }
10034 _ACEOF
10035 rm -f conftest.$ac_objext conftest$ac_exeext
10036 if { (ac_try="$ac_link"
10037 case "(($ac_try" in
10038   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10039   *) ac_try_echo=$ac_try;;
10040 esac
10041 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10042 $as_echo "$ac_try_echo") >&5
10043   (eval "$ac_link") 2>conftest.er1
10044   ac_status=$?
10045   grep -v '^ *+' conftest.er1 >conftest.err
10046   rm -f conftest.er1
10047   cat conftest.err >&5
10048   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10049   (exit $ac_status); } && {
10050          test -z "$ac_c_werror_flag" ||
10051          test ! -s conftest.err
10052        } && test -s conftest$ac_exeext && {
10053          test "$cross_compiling" = yes ||
10054          $as_test_x conftest$ac_exeext
10055        }; then
10056   case "$LIBEXT" in
10057     dll) ;;
10058     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'` ;;
10059     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10060   esac
10061 else
10062   $as_echo "$as_me: failed program was:" >&5
10063 sed 's/^/| /' conftest.$ac_ext >&5
10064
10065
10066 fi
10067
10068 rm -rf conftest.dSYM
10069 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10070       conftest$ac_exeext conftest.$ac_ext
10071   LIBS=$ac_check_soname_save_LIBS
10072 fi
10073 if test "x$ac_cv_lib_soname_X11" = "x"; then
10074   { $as_echo "$as_me:$LINENO: result: not found" >&5
10075 $as_echo "not found" >&6; }
10076
10077 else
10078   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10079 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10080
10081 cat >>confdefs.h <<_ACEOF
10082 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10083 _ACEOF
10084
10085
10086 fi
10087
10088     { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10089 $as_echo_n "checking for -lXext... " >&6; }
10090 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10091   $as_echo_n "(cached) " >&6
10092 else
10093   ac_check_soname_save_LIBS=$LIBS
10094 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10095   cat >conftest.$ac_ext <<_ACEOF
10096 /* confdefs.h.  */
10097 _ACEOF
10098 cat confdefs.h >>conftest.$ac_ext
10099 cat >>conftest.$ac_ext <<_ACEOF
10100 /* end confdefs.h.  */
10101
10102 /* Override any GCC internal prototype to avoid an error.
10103    Use char because int might match the return type of a GCC
10104    builtin and then its argument prototype would still apply.  */
10105 #ifdef __cplusplus
10106 extern "C"
10107 #endif
10108 char XextCreateExtension ();
10109 int
10110 main ()
10111 {
10112 return XextCreateExtension ();
10113   ;
10114   return 0;
10115 }
10116 _ACEOF
10117 rm -f conftest.$ac_objext conftest$ac_exeext
10118 if { (ac_try="$ac_link"
10119 case "(($ac_try" in
10120   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10121   *) ac_try_echo=$ac_try;;
10122 esac
10123 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10124 $as_echo "$ac_try_echo") >&5
10125   (eval "$ac_link") 2>conftest.er1
10126   ac_status=$?
10127   grep -v '^ *+' conftest.er1 >conftest.err
10128   rm -f conftest.er1
10129   cat conftest.err >&5
10130   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10131   (exit $ac_status); } && {
10132          test -z "$ac_c_werror_flag" ||
10133          test ! -s conftest.err
10134        } && test -s conftest$ac_exeext && {
10135          test "$cross_compiling" = yes ||
10136          $as_test_x conftest$ac_exeext
10137        }; then
10138   case "$LIBEXT" in
10139     dll) ;;
10140     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'` ;;
10141     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10142   esac
10143 else
10144   $as_echo "$as_me: failed program was:" >&5
10145 sed 's/^/| /' conftest.$ac_ext >&5
10146
10147
10148 fi
10149
10150 rm -rf conftest.dSYM
10151 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10152       conftest$ac_exeext conftest.$ac_ext
10153   LIBS=$ac_check_soname_save_LIBS
10154 fi
10155 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10156   { $as_echo "$as_me:$LINENO: result: not found" >&5
10157 $as_echo "not found" >&6; }
10158
10159 else
10160   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10161 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10162
10163 cat >>confdefs.h <<_ACEOF
10164 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10165 _ACEOF
10166
10167
10168 fi
10169
10170
10171
10172
10173
10174
10175
10176
10177
10178
10179
10180
10181
10182
10183 for ac_header in X11/Xlib.h \
10184                       X11/XKBlib.h \
10185                       X11/Xutil.h \
10186                       X11/Xcursor/Xcursor.h \
10187                       X11/extensions/shape.h \
10188                       X11/extensions/XInput.h \
10189                       X11/extensions/XShm.h \
10190                       X11/extensions/Xcomposite.h \
10191                       X11/extensions/Xinerama.h \
10192                       X11/extensions/Xrandr.h \
10193                       X11/extensions/Xrender.h \
10194                       X11/extensions/xf86vmode.h
10195 do
10196 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10197 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10198 $as_echo_n "checking for $ac_header... " >&6; }
10199 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10200   $as_echo_n "(cached) " >&6
10201 else
10202   cat >conftest.$ac_ext <<_ACEOF
10203 /* confdefs.h.  */
10204 _ACEOF
10205 cat confdefs.h >>conftest.$ac_ext
10206 cat >>conftest.$ac_ext <<_ACEOF
10207 /* end confdefs.h.  */
10208 #ifdef HAVE_X11_XLIB_H
10209 # include <X11/Xlib.h>
10210 #endif
10211 #ifdef HAVE_X11_XUTIL_H
10212 # include <X11/Xutil.h>
10213 #endif
10214
10215 #include <$ac_header>
10216 _ACEOF
10217 rm -f conftest.$ac_objext
10218 if { (ac_try="$ac_compile"
10219 case "(($ac_try" in
10220   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10221   *) ac_try_echo=$ac_try;;
10222 esac
10223 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10224 $as_echo "$ac_try_echo") >&5
10225   (eval "$ac_compile") 2>conftest.er1
10226   ac_status=$?
10227   grep -v '^ *+' conftest.er1 >conftest.err
10228   rm -f conftest.er1
10229   cat conftest.err >&5
10230   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10231   (exit $ac_status); } && {
10232          test -z "$ac_c_werror_flag" ||
10233          test ! -s conftest.err
10234        } && test -s conftest.$ac_objext; then
10235   eval "$as_ac_Header=yes"
10236 else
10237   $as_echo "$as_me: failed program was:" >&5
10238 sed 's/^/| /' conftest.$ac_ext >&5
10239
10240         eval "$as_ac_Header=no"
10241 fi
10242
10243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10244 fi
10245 ac_res=`eval 'as_val=${'$as_ac_Header'}
10246                  $as_echo "$as_val"'`
10247                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10248 $as_echo "$ac_res" >&6; }
10249 as_val=`eval 'as_val=${'$as_ac_Header'}
10250                  $as_echo "$as_val"'`
10251    if test "x$as_val" = x""yes; then
10252   cat >>confdefs.h <<_ACEOF
10253 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10254 _ACEOF
10255
10256 fi
10257
10258 done
10259
10260
10261                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10262         then
10263               { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10264 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10265 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10266   $as_echo_n "(cached) " >&6
10267 else
10268   ac_check_lib_save_LIBS=$LIBS
10269 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10270 cat >conftest.$ac_ext <<_ACEOF
10271 /* confdefs.h.  */
10272 _ACEOF
10273 cat confdefs.h >>conftest.$ac_ext
10274 cat >>conftest.$ac_ext <<_ACEOF
10275 /* end confdefs.h.  */
10276
10277 /* Override any GCC internal prototype to avoid an error.
10278    Use char because int might match the return type of a GCC
10279    builtin and then its argument prototype would still apply.  */
10280 #ifdef __cplusplus
10281 extern "C"
10282 #endif
10283 char XkbQueryExtension ();
10284 int
10285 main ()
10286 {
10287 return XkbQueryExtension ();
10288   ;
10289   return 0;
10290 }
10291 _ACEOF
10292 rm -f conftest.$ac_objext conftest$ac_exeext
10293 if { (ac_try="$ac_link"
10294 case "(($ac_try" in
10295   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10296   *) ac_try_echo=$ac_try;;
10297 esac
10298 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10299 $as_echo "$ac_try_echo") >&5
10300   (eval "$ac_link") 2>conftest.er1
10301   ac_status=$?
10302   grep -v '^ *+' conftest.er1 >conftest.err
10303   rm -f conftest.er1
10304   cat conftest.err >&5
10305   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10306   (exit $ac_status); } && {
10307          test -z "$ac_c_werror_flag" ||
10308          test ! -s conftest.err
10309        } && test -s conftest$ac_exeext && {
10310          test "$cross_compiling" = yes ||
10311          $as_test_x conftest$ac_exeext
10312        }; then
10313   ac_cv_lib_X11_XkbQueryExtension=yes
10314 else
10315   $as_echo "$as_me: failed program was:" >&5
10316 sed 's/^/| /' conftest.$ac_ext >&5
10317
10318         ac_cv_lib_X11_XkbQueryExtension=no
10319 fi
10320
10321 rm -rf conftest.dSYM
10322 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10323       conftest$ac_exeext conftest.$ac_ext
10324 LIBS=$ac_check_lib_save_LIBS
10325 fi
10326 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10327 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10328 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10329
10330 cat >>confdefs.h <<\_ACEOF
10331 #define HAVE_XKB 1
10332 _ACEOF
10333
10334 fi
10335
10336         fi
10337
10338                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10339         then
10340             { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10341 $as_echo_n "checking for -lXcursor... " >&6; }
10342 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10343   $as_echo_n "(cached) " >&6
10344 else
10345   ac_check_soname_save_LIBS=$LIBS
10346 LIBS="-lXcursor $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 XcursorImageLoadCursor ();
10361 int
10362 main ()
10363 {
10364 return XcursorImageLoadCursor ();
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_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'` ;;
10393     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$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_Xcursor" = "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_Xcursor" >&5
10413 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10414
10415 cat >>confdefs.h <<_ACEOF
10416 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10417 _ACEOF
10418
10419
10420 fi
10421
10422         fi
10423         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10424   case "x$with_xcursor" in
10425   x)   wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10426   xno) ;;
10427   *)   { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10428 This is an error since --with-xcursor was requested." >&5
10429 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10430 This is an error since --with-xcursor was requested." >&2;}
10431    { (exit 1); exit 1; }; } ;;
10432 esac
10433 fi
10434
10435
10436                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10437         then
10438             { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10439 $as_echo_n "checking for -lXi... " >&6; }
10440 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10441   $as_echo_n "(cached) " >&6
10442 else
10443   ac_check_soname_save_LIBS=$LIBS
10444 LIBS="-lXi $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 XOpenDevice ();
10459 int
10460 main ()
10461 {
10462 return XOpenDevice ();
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   case "$LIBEXT" in
10489     dll) ;;
10490     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'` ;;
10491     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10492   esac
10493 else
10494   $as_echo "$as_me: failed program was:" >&5
10495 sed 's/^/| /' conftest.$ac_ext >&5
10496
10497
10498 fi
10499
10500 rm -rf conftest.dSYM
10501 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10502       conftest$ac_exeext conftest.$ac_ext
10503   LIBS=$ac_check_soname_save_LIBS
10504 fi
10505 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10506   { $as_echo "$as_me:$LINENO: result: not found" >&5
10507 $as_echo "not found" >&6; }
10508
10509 else
10510   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10511 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10512
10513 cat >>confdefs.h <<_ACEOF
10514 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10515 _ACEOF
10516
10517
10518 fi
10519
10520         fi
10521         if test "x$ac_cv_lib_soname_Xi" = "x"; then
10522   case "x$with_xinput" in
10523   x)   wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10524   xno) ;;
10525   *)   { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10526 This is an error since --with-xinput was requested." >&5
10527 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10528 This is an error since --with-xinput was requested." >&2;}
10529    { (exit 1); exit 1; }; } ;;
10530 esac
10531 fi
10532
10533
10534                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10535         then
10536               { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10537 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10538 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10539   $as_echo_n "(cached) " >&6
10540 else
10541   ac_check_lib_save_LIBS=$LIBS
10542 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10543 cat >conftest.$ac_ext <<_ACEOF
10544 /* confdefs.h.  */
10545 _ACEOF
10546 cat confdefs.h >>conftest.$ac_ext
10547 cat >>conftest.$ac_ext <<_ACEOF
10548 /* end confdefs.h.  */
10549
10550 /* Override any GCC internal prototype to avoid an error.
10551    Use char because int might match the return type of a GCC
10552    builtin and then its argument prototype would still apply.  */
10553 #ifdef __cplusplus
10554 extern "C"
10555 #endif
10556 char XShmQueryExtension ();
10557 int
10558 main ()
10559 {
10560 return XShmQueryExtension ();
10561   ;
10562   return 0;
10563 }
10564 _ACEOF
10565 rm -f conftest.$ac_objext conftest$ac_exeext
10566 if { (ac_try="$ac_link"
10567 case "(($ac_try" in
10568   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10569   *) ac_try_echo=$ac_try;;
10570 esac
10571 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10572 $as_echo "$ac_try_echo") >&5
10573   (eval "$ac_link") 2>conftest.er1
10574   ac_status=$?
10575   grep -v '^ *+' conftest.er1 >conftest.err
10576   rm -f conftest.er1
10577   cat conftest.err >&5
10578   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10579   (exit $ac_status); } && {
10580          test -z "$ac_c_werror_flag" ||
10581          test ! -s conftest.err
10582        } && test -s conftest$ac_exeext && {
10583          test "$cross_compiling" = yes ||
10584          $as_test_x conftest$ac_exeext
10585        }; then
10586   ac_cv_lib_Xext_XShmQueryExtension=yes
10587 else
10588   $as_echo "$as_me: failed program was:" >&5
10589 sed 's/^/| /' conftest.$ac_ext >&5
10590
10591         ac_cv_lib_Xext_XShmQueryExtension=no
10592 fi
10593
10594 rm -rf conftest.dSYM
10595 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10596       conftest$ac_exeext conftest.$ac_ext
10597 LIBS=$ac_check_lib_save_LIBS
10598 fi
10599 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10600 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10601 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10602
10603 cat >>confdefs.h <<\_ACEOF
10604 #define HAVE_LIBXXSHM 1
10605 _ACEOF
10606
10607 fi
10608
10609         fi
10610         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10611   case "x$with_xshm" in
10612   x)   wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10613   xno) ;;
10614   *)   { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10615 This is an error since --with-xshm was requested." >&5
10616 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10617 This is an error since --with-xshm was requested." >&2;}
10618    { (exit 1); exit 1; }; } ;;
10619 esac
10620 fi
10621
10622
10623                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10624         then
10625               { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10626 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10627 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10628   $as_echo_n "(cached) " >&6
10629 else
10630   ac_check_lib_save_LIBS=$LIBS
10631 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10632 cat >conftest.$ac_ext <<_ACEOF
10633 /* confdefs.h.  */
10634 _ACEOF
10635 cat confdefs.h >>conftest.$ac_ext
10636 cat >>conftest.$ac_ext <<_ACEOF
10637 /* end confdefs.h.  */
10638
10639 /* Override any GCC internal prototype to avoid an error.
10640    Use char because int might match the return type of a GCC
10641    builtin and then its argument prototype would still apply.  */
10642 #ifdef __cplusplus
10643 extern "C"
10644 #endif
10645 char XShapeQueryExtension ();
10646 int
10647 main ()
10648 {
10649 return XShapeQueryExtension ();
10650   ;
10651   return 0;
10652 }
10653 _ACEOF
10654 rm -f conftest.$ac_objext conftest$ac_exeext
10655 if { (ac_try="$ac_link"
10656 case "(($ac_try" in
10657   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10658   *) ac_try_echo=$ac_try;;
10659 esac
10660 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10661 $as_echo "$ac_try_echo") >&5
10662   (eval "$ac_link") 2>conftest.er1
10663   ac_status=$?
10664   grep -v '^ *+' conftest.er1 >conftest.err
10665   rm -f conftest.er1
10666   cat conftest.err >&5
10667   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10668   (exit $ac_status); } && {
10669          test -z "$ac_c_werror_flag" ||
10670          test ! -s conftest.err
10671        } && test -s conftest$ac_exeext && {
10672          test "$cross_compiling" = yes ||
10673          $as_test_x conftest$ac_exeext
10674        }; then
10675   ac_cv_lib_Xext_XShapeQueryExtension=yes
10676 else
10677   $as_echo "$as_me: failed program was:" >&5
10678 sed 's/^/| /' conftest.$ac_ext >&5
10679
10680         ac_cv_lib_Xext_XShapeQueryExtension=no
10681 fi
10682
10683 rm -rf conftest.dSYM
10684 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10685       conftest$ac_exeext conftest.$ac_ext
10686 LIBS=$ac_check_lib_save_LIBS
10687 fi
10688 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10689 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10690 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10691
10692 cat >>confdefs.h <<\_ACEOF
10693 #define HAVE_LIBXSHAPE 1
10694 _ACEOF
10695
10696 fi
10697
10698         fi
10699         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10700   case "x$with_xshape" in
10701   x)   wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10702   xno) ;;
10703   *)   { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10704 This is an error since --with-xshape was requested." >&5
10705 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10706 This is an error since --with-xshape was requested." >&2;}
10707    { (exit 1); exit 1; }; } ;;
10708 esac
10709 fi
10710
10711
10712                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10713         then
10714             { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10715 $as_echo_n "checking for -lXxf86vm... " >&6; }
10716 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10717   $as_echo_n "(cached) " >&6
10718 else
10719   ac_check_soname_save_LIBS=$LIBS
10720 LIBS="-lXxf86vm $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 XF86VidModeQueryExtension ();
10735 int
10736 main ()
10737 {
10738 return XF86VidModeQueryExtension ();
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_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'` ;;
10767     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$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_Xxf86vm" = "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_Xxf86vm" >&5
10787 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10788
10789 cat >>confdefs.h <<_ACEOF
10790 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10791 _ACEOF
10792
10793
10794 fi
10795
10796         fi
10797         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10798   case "x$with_xxf86vm" in
10799   x)   wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10800   xno) ;;
10801   *)   { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10802 This is an error since --with-xxf86vm was requested." >&5
10803 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10804 This is an error since --with-xxf86vm was requested." >&2;}
10805    { (exit 1); exit 1; }; } ;;
10806 esac
10807 fi
10808
10809
10810                 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"
10811         then
10812             { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10813 $as_echo_n "checking for -lXrender... " >&6; }
10814 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10815   $as_echo_n "(cached) " >&6
10816 else
10817   ac_check_soname_save_LIBS=$LIBS
10818 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10819   cat >conftest.$ac_ext <<_ACEOF
10820 /* confdefs.h.  */
10821 _ACEOF
10822 cat confdefs.h >>conftest.$ac_ext
10823 cat >>conftest.$ac_ext <<_ACEOF
10824 /* end confdefs.h.  */
10825
10826 /* Override any GCC internal prototype to avoid an error.
10827    Use char because int might match the return type of a GCC
10828    builtin and then its argument prototype would still apply.  */
10829 #ifdef __cplusplus
10830 extern "C"
10831 #endif
10832 char XRenderQueryExtension ();
10833 int
10834 main ()
10835 {
10836 return XRenderQueryExtension ();
10837   ;
10838   return 0;
10839 }
10840 _ACEOF
10841 rm -f conftest.$ac_objext conftest$ac_exeext
10842 if { (ac_try="$ac_link"
10843 case "(($ac_try" in
10844   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10845   *) ac_try_echo=$ac_try;;
10846 esac
10847 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10848 $as_echo "$ac_try_echo") >&5
10849   (eval "$ac_link") 2>conftest.er1
10850   ac_status=$?
10851   grep -v '^ *+' conftest.er1 >conftest.err
10852   rm -f conftest.er1
10853   cat conftest.err >&5
10854   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10855   (exit $ac_status); } && {
10856          test -z "$ac_c_werror_flag" ||
10857          test ! -s conftest.err
10858        } && test -s conftest$ac_exeext && {
10859          test "$cross_compiling" = yes ||
10860          $as_test_x conftest$ac_exeext
10861        }; then
10862   case "$LIBEXT" in
10863     dll) ;;
10864     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'` ;;
10865     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10866   esac
10867 else
10868   $as_echo "$as_me: failed program was:" >&5
10869 sed 's/^/| /' conftest.$ac_ext >&5
10870
10871
10872 fi
10873
10874 rm -rf conftest.dSYM
10875 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10876       conftest$ac_exeext conftest.$ac_ext
10877   LIBS=$ac_check_soname_save_LIBS
10878 fi
10879 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10880   { $as_echo "$as_me:$LINENO: result: not found" >&5
10881 $as_echo "not found" >&6; }
10882
10883 else
10884   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10885 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10886
10887 cat >>confdefs.h <<_ACEOF
10888 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10889 _ACEOF
10890
10891        { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10892 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10893 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10894   $as_echo_n "(cached) " >&6
10895 else
10896   ac_check_lib_save_LIBS=$LIBS
10897 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10898 cat >conftest.$ac_ext <<_ACEOF
10899 /* confdefs.h.  */
10900 _ACEOF
10901 cat confdefs.h >>conftest.$ac_ext
10902 cat >>conftest.$ac_ext <<_ACEOF
10903 /* end confdefs.h.  */
10904
10905 /* Override any GCC internal prototype to avoid an error.
10906    Use char because int might match the return type of a GCC
10907    builtin and then its argument prototype would still apply.  */
10908 #ifdef __cplusplus
10909 extern "C"
10910 #endif
10911 char XRenderSetPictureTransform ();
10912 int
10913 main ()
10914 {
10915 return XRenderSetPictureTransform ();
10916   ;
10917   return 0;
10918 }
10919 _ACEOF
10920 rm -f conftest.$ac_objext conftest$ac_exeext
10921 if { (ac_try="$ac_link"
10922 case "(($ac_try" in
10923   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10924   *) ac_try_echo=$ac_try;;
10925 esac
10926 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10927 $as_echo "$ac_try_echo") >&5
10928   (eval "$ac_link") 2>conftest.er1
10929   ac_status=$?
10930   grep -v '^ *+' conftest.er1 >conftest.err
10931   rm -f conftest.er1
10932   cat conftest.err >&5
10933   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10934   (exit $ac_status); } && {
10935          test -z "$ac_c_werror_flag" ||
10936          test ! -s conftest.err
10937        } && test -s conftest$ac_exeext && {
10938          test "$cross_compiling" = yes ||
10939          $as_test_x conftest$ac_exeext
10940        }; then
10941   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10942 else
10943   $as_echo "$as_me: failed program was:" >&5
10944 sed 's/^/| /' conftest.$ac_ext >&5
10945
10946         ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10947 fi
10948
10949 rm -rf conftest.dSYM
10950 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10951       conftest$ac_exeext conftest.$ac_ext
10952 LIBS=$ac_check_lib_save_LIBS
10953 fi
10954 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10955 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10956 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10957
10958 cat >>confdefs.h <<\_ACEOF
10959 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10960 _ACEOF
10961
10962 fi
10963
10964 fi
10965
10966
10967         fi
10968         if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10969   case "x$with_xrender" in
10970   x)   wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10971   xno) ;;
10972   *)   { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10973 This is an error since --with-xrender was requested." >&5
10974 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10975 This is an error since --with-xrender was requested." >&2;}
10976    { (exit 1); exit 1; }; } ;;
10977 esac
10978 fi
10979
10980
10981                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10982         then
10983                 cat >conftest.$ac_ext <<_ACEOF
10984 /* confdefs.h.  */
10985 _ACEOF
10986 cat confdefs.h >>conftest.$ac_ext
10987 cat >>conftest.$ac_ext <<_ACEOF
10988 /* end confdefs.h.  */
10989 #include <X11/Xlib.h>
10990 #include <X11/extensions/Xrandr.h>
10991 int
10992 main ()
10993 {
10994 static typeof(XRRSetScreenConfigAndRate) * func;
10995   ;
10996   return 0;
10997 }
10998 _ACEOF
10999 rm -f conftest.$ac_objext
11000 if { (ac_try="$ac_compile"
11001 case "(($ac_try" in
11002   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11003   *) ac_try_echo=$ac_try;;
11004 esac
11005 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11006 $as_echo "$ac_try_echo") >&5
11007   (eval "$ac_compile") 2>conftest.er1
11008   ac_status=$?
11009   grep -v '^ *+' conftest.er1 >conftest.err
11010   rm -f conftest.er1
11011   cat conftest.err >&5
11012   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11013   (exit $ac_status); } && {
11014          test -z "$ac_c_werror_flag" ||
11015          test ! -s conftest.err
11016        } && test -s conftest.$ac_objext; then
11017   { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
11018 $as_echo_n "checking for -lXrandr... " >&6; }
11019 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
11020   $as_echo_n "(cached) " >&6
11021 else
11022   ac_check_soname_save_LIBS=$LIBS
11023 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11024   cat >conftest.$ac_ext <<_ACEOF
11025 /* confdefs.h.  */
11026 _ACEOF
11027 cat confdefs.h >>conftest.$ac_ext
11028 cat >>conftest.$ac_ext <<_ACEOF
11029 /* end confdefs.h.  */
11030
11031 /* Override any GCC internal prototype to avoid an error.
11032    Use char because int might match the return type of a GCC
11033    builtin and then its argument prototype would still apply.  */
11034 #ifdef __cplusplus
11035 extern "C"
11036 #endif
11037 char XRRQueryExtension ();
11038 int
11039 main ()
11040 {
11041 return XRRQueryExtension ();
11042   ;
11043   return 0;
11044 }
11045 _ACEOF
11046 rm -f conftest.$ac_objext conftest$ac_exeext
11047 if { (ac_try="$ac_link"
11048 case "(($ac_try" in
11049   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11050   *) ac_try_echo=$ac_try;;
11051 esac
11052 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11053 $as_echo "$ac_try_echo") >&5
11054   (eval "$ac_link") 2>conftest.er1
11055   ac_status=$?
11056   grep -v '^ *+' conftest.er1 >conftest.err
11057   rm -f conftest.er1
11058   cat conftest.err >&5
11059   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11060   (exit $ac_status); } && {
11061          test -z "$ac_c_werror_flag" ||
11062          test ! -s conftest.err
11063        } && test -s conftest$ac_exeext && {
11064          test "$cross_compiling" = yes ||
11065          $as_test_x conftest$ac_exeext
11066        }; then
11067   case "$LIBEXT" in
11068     dll) ;;
11069     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'` ;;
11070     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
11071   esac
11072 else
11073   $as_echo "$as_me: failed program was:" >&5
11074 sed 's/^/| /' conftest.$ac_ext >&5
11075
11076
11077 fi
11078
11079 rm -rf conftest.dSYM
11080 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11081       conftest$ac_exeext conftest.$ac_ext
11082   LIBS=$ac_check_soname_save_LIBS
11083 fi
11084 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11085   { $as_echo "$as_me:$LINENO: result: not found" >&5
11086 $as_echo "not found" >&6; }
11087
11088 else
11089   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11090 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11091
11092 cat >>confdefs.h <<_ACEOF
11093 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11094 _ACEOF
11095
11096
11097 fi
11098
11099 else
11100   $as_echo "$as_me: failed program was:" >&5
11101 sed 's/^/| /' conftest.$ac_ext >&5
11102
11103
11104 fi
11105
11106 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11107         fi
11108         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11109   case "x$with_xrandr" in
11110   x)   wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11111   xno) ;;
11112   *)   { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11113 This is an error since --with-xrandr was requested." >&5
11114 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11115 This is an error since --with-xrandr was requested." >&2;}
11116    { (exit 1); exit 1; }; } ;;
11117 esac
11118 fi
11119
11120
11121                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11122         then
11123                 cat >conftest.$ac_ext <<_ACEOF
11124 /* confdefs.h.  */
11125 _ACEOF
11126 cat confdefs.h >>conftest.$ac_ext
11127 cat >>conftest.$ac_ext <<_ACEOF
11128 /* end confdefs.h.  */
11129 #include <X11/Xlib.h>
11130 #include <X11/extensions/Xinerama.h>
11131 int
11132 main ()
11133 {
11134 static typeof(XineramaQueryScreens) * func;
11135   ;
11136   return 0;
11137 }
11138 _ACEOF
11139 rm -f conftest.$ac_objext
11140 if { (ac_try="$ac_compile"
11141 case "(($ac_try" in
11142   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11143   *) ac_try_echo=$ac_try;;
11144 esac
11145 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11146 $as_echo "$ac_try_echo") >&5
11147   (eval "$ac_compile") 2>conftest.er1
11148   ac_status=$?
11149   grep -v '^ *+' conftest.er1 >conftest.err
11150   rm -f conftest.er1
11151   cat conftest.err >&5
11152   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11153   (exit $ac_status); } && {
11154          test -z "$ac_c_werror_flag" ||
11155          test ! -s conftest.err
11156        } && test -s conftest.$ac_objext; then
11157   { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11158 $as_echo_n "checking for -lXinerama... " >&6; }
11159 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11160   $as_echo_n "(cached) " >&6
11161 else
11162   ac_check_soname_save_LIBS=$LIBS
11163 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11164   cat >conftest.$ac_ext <<_ACEOF
11165 /* confdefs.h.  */
11166 _ACEOF
11167 cat confdefs.h >>conftest.$ac_ext
11168 cat >>conftest.$ac_ext <<_ACEOF
11169 /* end confdefs.h.  */
11170
11171 /* Override any GCC internal prototype to avoid an error.
11172    Use char because int might match the return type of a GCC
11173    builtin and then its argument prototype would still apply.  */
11174 #ifdef __cplusplus
11175 extern "C"
11176 #endif
11177 char XineramaQueryScreens ();
11178 int
11179 main ()
11180 {
11181 return XineramaQueryScreens ();
11182   ;
11183   return 0;
11184 }
11185 _ACEOF
11186 rm -f conftest.$ac_objext conftest$ac_exeext
11187 if { (ac_try="$ac_link"
11188 case "(($ac_try" in
11189   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11190   *) ac_try_echo=$ac_try;;
11191 esac
11192 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11193 $as_echo "$ac_try_echo") >&5
11194   (eval "$ac_link") 2>conftest.er1
11195   ac_status=$?
11196   grep -v '^ *+' conftest.er1 >conftest.err
11197   rm -f conftest.er1
11198   cat conftest.err >&5
11199   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11200   (exit $ac_status); } && {
11201          test -z "$ac_c_werror_flag" ||
11202          test ! -s conftest.err
11203        } && test -s conftest$ac_exeext && {
11204          test "$cross_compiling" = yes ||
11205          $as_test_x conftest$ac_exeext
11206        }; then
11207   case "$LIBEXT" in
11208     dll) ;;
11209     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'` ;;
11210     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
11211   esac
11212 else
11213   $as_echo "$as_me: failed program was:" >&5
11214 sed 's/^/| /' conftest.$ac_ext >&5
11215
11216
11217 fi
11218
11219 rm -rf conftest.dSYM
11220 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11221       conftest$ac_exeext conftest.$ac_ext
11222   LIBS=$ac_check_soname_save_LIBS
11223 fi
11224 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11225   { $as_echo "$as_me:$LINENO: result: not found" >&5
11226 $as_echo "not found" >&6; }
11227
11228 else
11229   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11230 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11231
11232 cat >>confdefs.h <<_ACEOF
11233 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11234 _ACEOF
11235
11236
11237 fi
11238
11239 else
11240   $as_echo "$as_me: failed program was:" >&5
11241 sed 's/^/| /' conftest.$ac_ext >&5
11242
11243
11244 fi
11245
11246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11247         fi
11248         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11249   case "x$with_xinerama" in
11250   x)   wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11251   xno) ;;
11252   *)   { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11253 This is an error since --with-xinerama was requested." >&5
11254 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11255 This is an error since --with-xinerama was requested." >&2;}
11256    { (exit 1); exit 1; }; } ;;
11257 esac
11258 fi
11259
11260
11261                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11262         then
11263             { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11264 $as_echo_n "checking for -lXcomposite... " >&6; }
11265 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11266   $as_echo_n "(cached) " >&6
11267 else
11268   ac_check_soname_save_LIBS=$LIBS
11269 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11270   cat >conftest.$ac_ext <<_ACEOF
11271 /* confdefs.h.  */
11272 _ACEOF
11273 cat confdefs.h >>conftest.$ac_ext
11274 cat >>conftest.$ac_ext <<_ACEOF
11275 /* end confdefs.h.  */
11276
11277 /* Override any GCC internal prototype to avoid an error.
11278    Use char because int might match the return type of a GCC
11279    builtin and then its argument prototype would still apply.  */
11280 #ifdef __cplusplus
11281 extern "C"
11282 #endif
11283 char XCompositeRedirectWindow ();
11284 int
11285 main ()
11286 {
11287 return XCompositeRedirectWindow ();
11288   ;
11289   return 0;
11290 }
11291 _ACEOF
11292 rm -f conftest.$ac_objext conftest$ac_exeext
11293 if { (ac_try="$ac_link"
11294 case "(($ac_try" in
11295   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11296   *) ac_try_echo=$ac_try;;
11297 esac
11298 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11299 $as_echo "$ac_try_echo") >&5
11300   (eval "$ac_link") 2>conftest.er1
11301   ac_status=$?
11302   grep -v '^ *+' conftest.er1 >conftest.err
11303   rm -f conftest.er1
11304   cat conftest.err >&5
11305   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11306   (exit $ac_status); } && {
11307          test -z "$ac_c_werror_flag" ||
11308          test ! -s conftest.err
11309        } && test -s conftest$ac_exeext && {
11310          test "$cross_compiling" = yes ||
11311          $as_test_x conftest$ac_exeext
11312        }; then
11313   case "$LIBEXT" in
11314     dll) ;;
11315     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'` ;;
11316     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11317   esac
11318 else
11319   $as_echo "$as_me: failed program was:" >&5
11320 sed 's/^/| /' conftest.$ac_ext >&5
11321
11322
11323 fi
11324
11325 rm -rf conftest.dSYM
11326 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11327       conftest$ac_exeext conftest.$ac_ext
11328   LIBS=$ac_check_soname_save_LIBS
11329 fi
11330 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11331   { $as_echo "$as_me:$LINENO: result: not found" >&5
11332 $as_echo "not found" >&6; }
11333
11334 else
11335   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11336 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11337
11338 cat >>confdefs.h <<_ACEOF
11339 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11340 _ACEOF
11341
11342
11343 fi
11344
11345         fi
11346         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11347   case "x$with_xcomposite" in
11348   x)   wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11349   xno) ;;
11350   *)   { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11351 This is an error since --with-xcomposite was requested." >&5
11352 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11353 This is an error since --with-xcomposite was requested." >&2;}
11354    { (exit 1); exit 1; }; } ;;
11355 esac
11356 fi
11357
11358
11359                 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11360 $as_echo_n "checking for XICCallback.callback... " >&6; }
11361 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11362   $as_echo_n "(cached) " >&6
11363 else
11364   cat >conftest.$ac_ext <<_ACEOF
11365 /* confdefs.h.  */
11366 _ACEOF
11367 cat confdefs.h >>conftest.$ac_ext
11368 cat >>conftest.$ac_ext <<_ACEOF
11369 /* end confdefs.h.  */
11370 #ifdef HAVE_X11_XLIB_H
11371 #include <X11/Xlib.h>
11372 #endif
11373
11374 int
11375 main ()
11376 {
11377 static XICCallback ac_aggr;
11378 if (ac_aggr.callback)
11379 return 0;
11380   ;
11381   return 0;
11382 }
11383 _ACEOF
11384 rm -f conftest.$ac_objext
11385 if { (ac_try="$ac_compile"
11386 case "(($ac_try" in
11387   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11388   *) ac_try_echo=$ac_try;;
11389 esac
11390 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11391 $as_echo "$ac_try_echo") >&5
11392   (eval "$ac_compile") 2>conftest.er1
11393   ac_status=$?
11394   grep -v '^ *+' conftest.er1 >conftest.err
11395   rm -f conftest.er1
11396   cat conftest.err >&5
11397   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11398   (exit $ac_status); } && {
11399          test -z "$ac_c_werror_flag" ||
11400          test ! -s conftest.err
11401        } && test -s conftest.$ac_objext; then
11402   ac_cv_member_XICCallback_callback=yes
11403 else
11404   $as_echo "$as_me: failed program was:" >&5
11405 sed 's/^/| /' conftest.$ac_ext >&5
11406
11407         cat >conftest.$ac_ext <<_ACEOF
11408 /* confdefs.h.  */
11409 _ACEOF
11410 cat confdefs.h >>conftest.$ac_ext
11411 cat >>conftest.$ac_ext <<_ACEOF
11412 /* end confdefs.h.  */
11413 #ifdef HAVE_X11_XLIB_H
11414 #include <X11/Xlib.h>
11415 #endif
11416
11417 int
11418 main ()
11419 {
11420 static XICCallback ac_aggr;
11421 if (sizeof ac_aggr.callback)
11422 return 0;
11423   ;
11424   return 0;
11425 }
11426 _ACEOF
11427 rm -f conftest.$ac_objext
11428 if { (ac_try="$ac_compile"
11429 case "(($ac_try" in
11430   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11431   *) ac_try_echo=$ac_try;;
11432 esac
11433 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11434 $as_echo "$ac_try_echo") >&5
11435   (eval "$ac_compile") 2>conftest.er1
11436   ac_status=$?
11437   grep -v '^ *+' conftest.er1 >conftest.err
11438   rm -f conftest.er1
11439   cat conftest.err >&5
11440   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11441   (exit $ac_status); } && {
11442          test -z "$ac_c_werror_flag" ||
11443          test ! -s conftest.err
11444        } && test -s conftest.$ac_objext; then
11445   ac_cv_member_XICCallback_callback=yes
11446 else
11447   $as_echo "$as_me: failed program was:" >&5
11448 sed 's/^/| /' conftest.$ac_ext >&5
11449
11450         ac_cv_member_XICCallback_callback=no
11451 fi
11452
11453 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11454 fi
11455
11456 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11457 fi
11458 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11459 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11460 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11461
11462 cat >>confdefs.h <<_ACEOF
11463 #define HAVE_XICCALLBACK_CALLBACK 1
11464 _ACEOF
11465
11466
11467 fi
11468
11469
11470
11471         opengl_msg=""
11472     if test "x$with_opengl" != "xno"
11473     then
11474
11475
11476
11477
11478 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11479 do
11480 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11481 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11482 $as_echo_n "checking for $ac_header... " >&6; }
11483 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11484   $as_echo_n "(cached) " >&6
11485 else
11486   cat >conftest.$ac_ext <<_ACEOF
11487 /* confdefs.h.  */
11488 _ACEOF
11489 cat confdefs.h >>conftest.$ac_ext
11490 cat >>conftest.$ac_ext <<_ACEOF
11491 /* end confdefs.h.  */
11492 #ifdef HAVE_GL_GLX_H
11493 # include <GL/glx.h>
11494 #endif
11495
11496 #include <$ac_header>
11497 _ACEOF
11498 rm -f conftest.$ac_objext
11499 if { (ac_try="$ac_compile"
11500 case "(($ac_try" in
11501   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11502   *) ac_try_echo=$ac_try;;
11503 esac
11504 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11505 $as_echo "$ac_try_echo") >&5
11506   (eval "$ac_compile") 2>conftest.er1
11507   ac_status=$?
11508   grep -v '^ *+' conftest.er1 >conftest.err
11509   rm -f conftest.er1
11510   cat conftest.err >&5
11511   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11512   (exit $ac_status); } && {
11513          test -z "$ac_c_werror_flag" ||
11514          test ! -s conftest.err
11515        } && test -s conftest.$ac_objext; then
11516   eval "$as_ac_Header=yes"
11517 else
11518   $as_echo "$as_me: failed program was:" >&5
11519 sed 's/^/| /' conftest.$ac_ext >&5
11520
11521         eval "$as_ac_Header=no"
11522 fi
11523
11524 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11525 fi
11526 ac_res=`eval 'as_val=${'$as_ac_Header'}
11527                  $as_echo "$as_val"'`
11528                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11529 $as_echo "$ac_res" >&6; }
11530 as_val=`eval 'as_val=${'$as_ac_Header'}
11531                  $as_echo "$as_val"'`
11532    if test "x$as_val" = x""yes; then
11533   cat >>confdefs.h <<_ACEOF
11534 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11535 _ACEOF
11536
11537 fi
11538
11539 done
11540
11541         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11542         then
11543                     { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11544 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11545 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11546   $as_echo_n "(cached) " >&6
11547 else
11548   cat >conftest.$ac_ext <<_ACEOF
11549 /* confdefs.h.  */
11550 _ACEOF
11551 cat confdefs.h >>conftest.$ac_ext
11552 cat >>conftest.$ac_ext <<_ACEOF
11553 /* end confdefs.h.  */
11554 #include <GL/gl.h>
11555 int
11556 main ()
11557 {
11558 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11559   ;
11560   return 0;
11561 }
11562 _ACEOF
11563 rm -f conftest.$ac_objext
11564 if { (ac_try="$ac_compile"
11565 case "(($ac_try" in
11566   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11567   *) ac_try_echo=$ac_try;;
11568 esac
11569 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11570 $as_echo "$ac_try_echo") >&5
11571   (eval "$ac_compile") 2>conftest.er1
11572   ac_status=$?
11573   grep -v '^ *+' conftest.er1 >conftest.err
11574   rm -f conftest.er1
11575   cat conftest.err >&5
11576   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11577   (exit $ac_status); } && {
11578          test -z "$ac_c_werror_flag" ||
11579          test ! -s conftest.err
11580        } && test -s conftest.$ac_objext; then
11581   wine_cv_opengl_header_version_OK="yes"
11582 else
11583   $as_echo "$as_me: failed program was:" >&5
11584 sed 's/^/| /' conftest.$ac_ext >&5
11585
11586         wine_cv_opengl_header_version_OK="no"
11587 fi
11588
11589 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11590 fi
11591 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11592 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11593
11594             if test "$wine_cv_opengl_header_version_OK" = "yes"
11595             then
11596                                 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11597 $as_echo_n "checking for -lGL... " >&6; }
11598 if test "${ac_cv_lib_soname_GL+set}" = set; then
11599   $as_echo_n "(cached) " >&6
11600 else
11601   ac_check_soname_save_LIBS=$LIBS
11602 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11603   cat >conftest.$ac_ext <<_ACEOF
11604 /* confdefs.h.  */
11605 _ACEOF
11606 cat confdefs.h >>conftest.$ac_ext
11607 cat >>conftest.$ac_ext <<_ACEOF
11608 /* end confdefs.h.  */
11609
11610 /* Override any GCC internal prototype to avoid an error.
11611    Use char because int might match the return type of a GCC
11612    builtin and then its argument prototype would still apply.  */
11613 #ifdef __cplusplus
11614 extern "C"
11615 #endif
11616 char glXCreateContext ();
11617 int
11618 main ()
11619 {
11620 return glXCreateContext ();
11621   ;
11622   return 0;
11623 }
11624 _ACEOF
11625 rm -f conftest.$ac_objext conftest$ac_exeext
11626 if { (ac_try="$ac_link"
11627 case "(($ac_try" in
11628   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11629   *) ac_try_echo=$ac_try;;
11630 esac
11631 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11632 $as_echo "$ac_try_echo") >&5
11633   (eval "$ac_link") 2>conftest.er1
11634   ac_status=$?
11635   grep -v '^ *+' conftest.er1 >conftest.err
11636   rm -f conftest.er1
11637   cat conftest.err >&5
11638   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11639   (exit $ac_status); } && {
11640          test -z "$ac_c_werror_flag" ||
11641          test ! -s conftest.err
11642        } && test -s conftest$ac_exeext && {
11643          test "$cross_compiling" = yes ||
11644          $as_test_x conftest$ac_exeext
11645        }; then
11646   case "$LIBEXT" in
11647     dll) ;;
11648     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'` ;;
11649     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11650   esac
11651 else
11652   $as_echo "$as_me: failed program was:" >&5
11653 sed 's/^/| /' conftest.$ac_ext >&5
11654
11655
11656 fi
11657
11658 rm -rf conftest.dSYM
11659 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11660       conftest$ac_exeext conftest.$ac_ext
11661   LIBS=$ac_check_soname_save_LIBS
11662 fi
11663 if test "x$ac_cv_lib_soname_GL" = "x"; then
11664   { $as_echo "$as_me:$LINENO: result: not found" >&5
11665 $as_echo "not found" >&6; }
11666        { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11667 $as_echo_n "checking for -lGL... " >&6; }
11668 if test "${ac_cv_lib_soname_GL+set}" = set; then
11669   $as_echo_n "(cached) " >&6
11670 else
11671   ac_check_soname_save_LIBS=$LIBS
11672 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"
11673   cat >conftest.$ac_ext <<_ACEOF
11674 /* confdefs.h.  */
11675 _ACEOF
11676 cat confdefs.h >>conftest.$ac_ext
11677 cat >>conftest.$ac_ext <<_ACEOF
11678 /* end confdefs.h.  */
11679
11680 /* Override any GCC internal prototype to avoid an error.
11681    Use char because int might match the return type of a GCC
11682    builtin and then its argument prototype would still apply.  */
11683 #ifdef __cplusplus
11684 extern "C"
11685 #endif
11686 char glXCreateContext ();
11687 int
11688 main ()
11689 {
11690 return glXCreateContext ();
11691   ;
11692   return 0;
11693 }
11694 _ACEOF
11695 rm -f conftest.$ac_objext conftest$ac_exeext
11696 if { (ac_try="$ac_link"
11697 case "(($ac_try" in
11698   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11699   *) ac_try_echo=$ac_try;;
11700 esac
11701 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11702 $as_echo "$ac_try_echo") >&5
11703   (eval "$ac_link") 2>conftest.er1
11704   ac_status=$?
11705   grep -v '^ *+' conftest.er1 >conftest.err
11706   rm -f conftest.er1
11707   cat conftest.err >&5
11708   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11709   (exit $ac_status); } && {
11710          test -z "$ac_c_werror_flag" ||
11711          test ! -s conftest.err
11712        } && test -s conftest$ac_exeext && {
11713          test "$cross_compiling" = yes ||
11714          $as_test_x conftest$ac_exeext
11715        }; then
11716   case "$LIBEXT" in
11717     dll) ;;
11718     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'` ;;
11719     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11720   esac
11721 else
11722   $as_echo "$as_me: failed program was:" >&5
11723 sed 's/^/| /' conftest.$ac_ext >&5
11724
11725
11726 fi
11727
11728 rm -rf conftest.dSYM
11729 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11730       conftest$ac_exeext conftest.$ac_ext
11731   LIBS=$ac_check_soname_save_LIBS
11732 fi
11733 if test "x$ac_cv_lib_soname_GL" = "x"; then
11734   { $as_echo "$as_me:$LINENO: result: not found" >&5
11735 $as_echo "not found" >&6; }
11736        if test -f /usr/X11R6/lib/libGL.a
11737                                     then
11738                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11739 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11740                                     else
11741                                         opengl_msg="No OpenGL library found on this system."
11742                                     fi
11743 else
11744   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11745 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11746
11747 cat >>confdefs.h <<_ACEOF
11748 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11749 _ACEOF
11750
11751        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"
11752
11753 cat >>confdefs.h <<\_ACEOF
11754 #define HAVE_OPENGL 1
11755 _ACEOF
11756
11757 fi
11758
11759 else
11760   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11761 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11762
11763 cat >>confdefs.h <<_ACEOF
11764 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11765 _ACEOF
11766
11767        OPENGL_LIBS="-lGL"
11768
11769 cat >>confdefs.h <<\_ACEOF
11770 #define HAVE_OPENGL 1
11771 _ACEOF
11772
11773 fi
11774
11775                  if test "$ac_cv_header_GL_glu_h" = "yes"
11776                  then
11777                     { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11778 $as_echo_n "checking for -lGLU... " >&6; }
11779 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11780   $as_echo_n "(cached) " >&6
11781 else
11782   ac_check_soname_save_LIBS=$LIBS
11783 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11784   cat >conftest.$ac_ext <<_ACEOF
11785 /* confdefs.h.  */
11786 _ACEOF
11787 cat confdefs.h >>conftest.$ac_ext
11788 cat >>conftest.$ac_ext <<_ACEOF
11789 /* end confdefs.h.  */
11790
11791 /* Override any GCC internal prototype to avoid an error.
11792    Use char because int might match the return type of a GCC
11793    builtin and then its argument prototype would still apply.  */
11794 #ifdef __cplusplus
11795 extern "C"
11796 #endif
11797 char gluLookAt ();
11798 int
11799 main ()
11800 {
11801 return gluLookAt ();
11802   ;
11803   return 0;
11804 }
11805 _ACEOF
11806 rm -f conftest.$ac_objext conftest$ac_exeext
11807 if { (ac_try="$ac_link"
11808 case "(($ac_try" in
11809   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11810   *) ac_try_echo=$ac_try;;
11811 esac
11812 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11813 $as_echo "$ac_try_echo") >&5
11814   (eval "$ac_link") 2>conftest.er1
11815   ac_status=$?
11816   grep -v '^ *+' conftest.er1 >conftest.err
11817   rm -f conftest.er1
11818   cat conftest.err >&5
11819   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11820   (exit $ac_status); } && {
11821          test -z "$ac_c_werror_flag" ||
11822          test ! -s conftest.err
11823        } && test -s conftest$ac_exeext && {
11824          test "$cross_compiling" = yes ||
11825          $as_test_x conftest$ac_exeext
11826        }; then
11827   case "$LIBEXT" in
11828     dll) ;;
11829     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'` ;;
11830     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11831   esac
11832 else
11833   $as_echo "$as_me: failed program was:" >&5
11834 sed 's/^/| /' conftest.$ac_ext >&5
11835
11836
11837 fi
11838
11839 rm -rf conftest.dSYM
11840 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11841       conftest$ac_exeext conftest.$ac_ext
11842   LIBS=$ac_check_soname_save_LIBS
11843 fi
11844 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11845   { $as_echo "$as_me:$LINENO: result: not found" >&5
11846 $as_echo "not found" >&6; }
11847
11848 else
11849   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11850 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11851
11852 cat >>confdefs.h <<_ACEOF
11853 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11854 _ACEOF
11855
11856
11857 fi
11858
11859                  fi
11860                  if test "x$ac_cv_lib_soname_GLU" = "x"; then
11861   case "x$with_glu" in
11862   x)   wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11863   xno) ;;
11864   *)   { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11865 This is an error since --with-glu was requested." >&5
11866 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11867 This is an error since --with-glu was requested." >&2;}
11868    { (exit 1); exit 1; }; } ;;
11869 esac
11870 fi
11871
11872              else
11873                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11874              fi
11875          else
11876              opengl_msg="OpenGL development headers not found."
11877          fi
11878          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11879          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11880     else
11881          enable_opengl32=${enable_opengl32:-no}
11882          enable_glu32=${enable_glu32:-no}
11883     fi
11884     if test -n "$opengl_msg"; then
11885   case "x$with_opengl" in
11886   x)   wine_warnings="$wine_warnings|$opengl_msg
11887 OpenGL and Direct3D won't be supported." ;;
11888   xno) ;;
11889   *)   { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11890 OpenGL and Direct3D won't be supported.
11891 This is an error since --with-opengl was requested." >&5
11892 $as_echo "$as_me: error: $opengl_msg
11893 OpenGL and Direct3D won't be supported.
11894 This is an error since --with-opengl was requested." >&2;}
11895    { (exit 1); exit 1; }; } ;;
11896 esac
11897 fi
11898
11899
11900         NASLIBS=""
11901
11902
11903 for ac_header in audio/audiolib.h
11904 do
11905 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11906 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11907   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11908 $as_echo_n "checking for $ac_header... " >&6; }
11909 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11910   $as_echo_n "(cached) " >&6
11911 fi
11912 ac_res=`eval 'as_val=${'$as_ac_Header'}
11913                  $as_echo "$as_val"'`
11914                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11915 $as_echo "$ac_res" >&6; }
11916 else
11917   # Is the header compilable?
11918 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11919 $as_echo_n "checking $ac_header usability... " >&6; }
11920 cat >conftest.$ac_ext <<_ACEOF
11921 /* confdefs.h.  */
11922 _ACEOF
11923 cat confdefs.h >>conftest.$ac_ext
11924 cat >>conftest.$ac_ext <<_ACEOF
11925 /* end confdefs.h.  */
11926 $ac_includes_default
11927 #include <$ac_header>
11928 _ACEOF
11929 rm -f conftest.$ac_objext
11930 if { (ac_try="$ac_compile"
11931 case "(($ac_try" in
11932   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11933   *) ac_try_echo=$ac_try;;
11934 esac
11935 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11936 $as_echo "$ac_try_echo") >&5
11937   (eval "$ac_compile") 2>conftest.er1
11938   ac_status=$?
11939   grep -v '^ *+' conftest.er1 >conftest.err
11940   rm -f conftest.er1
11941   cat conftest.err >&5
11942   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11943   (exit $ac_status); } && {
11944          test -z "$ac_c_werror_flag" ||
11945          test ! -s conftest.err
11946        } && test -s conftest.$ac_objext; then
11947   ac_header_compiler=yes
11948 else
11949   $as_echo "$as_me: failed program was:" >&5
11950 sed 's/^/| /' conftest.$ac_ext >&5
11951
11952         ac_header_compiler=no
11953 fi
11954
11955 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11956 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11957 $as_echo "$ac_header_compiler" >&6; }
11958
11959 # Is the header present?
11960 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11961 $as_echo_n "checking $ac_header presence... " >&6; }
11962 cat >conftest.$ac_ext <<_ACEOF
11963 /* confdefs.h.  */
11964 _ACEOF
11965 cat confdefs.h >>conftest.$ac_ext
11966 cat >>conftest.$ac_ext <<_ACEOF
11967 /* end confdefs.h.  */
11968 #include <$ac_header>
11969 _ACEOF
11970 if { (ac_try="$ac_cpp conftest.$ac_ext"
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_cpp conftest.$ac_ext") 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); } >/dev/null && {
11984          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11985          test ! -s conftest.err
11986        }; then
11987   ac_header_preproc=yes
11988 else
11989   $as_echo "$as_me: failed program was:" >&5
11990 sed 's/^/| /' conftest.$ac_ext >&5
11991
11992   ac_header_preproc=no
11993 fi
11994
11995 rm -f conftest.err conftest.$ac_ext
11996 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11997 $as_echo "$ac_header_preproc" >&6; }
11998
11999 # So?  What about this header?
12000 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12001   yes:no: )
12002     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12003 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12004     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12005 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12006     ac_header_preproc=yes
12007     ;;
12008   no:yes:* )
12009     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12010 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12011     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12012 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12013     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12014 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12015     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12016 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12017     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12018 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12019     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12020 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12021     ( cat <<\_ASBOX
12022 ## ------------------------------------ ##
12023 ## Report this to wine-devel@winehq.org ##
12024 ## ------------------------------------ ##
12025 _ASBOX
12026      ) | sed "s/^/$as_me: WARNING:     /" >&2
12027     ;;
12028 esac
12029 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12030 $as_echo_n "checking for $ac_header... " >&6; }
12031 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12032   $as_echo_n "(cached) " >&6
12033 else
12034   eval "$as_ac_Header=\$ac_header_preproc"
12035 fi
12036 ac_res=`eval 'as_val=${'$as_ac_Header'}
12037                  $as_echo "$as_val"'`
12038                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12039 $as_echo "$ac_res" >&6; }
12040
12041 fi
12042 as_val=`eval 'as_val=${'$as_ac_Header'}
12043                  $as_echo "$as_val"'`
12044    if test "x$as_val" = x""yes; then
12045   cat >>confdefs.h <<_ACEOF
12046 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12047 _ACEOF
12048
12049 for ac_header in audio/soundlib.h
12050 do
12051 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12052 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12053 $as_echo_n "checking for $ac_header... " >&6; }
12054 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12055   $as_echo_n "(cached) " >&6
12056 else
12057   cat >conftest.$ac_ext <<_ACEOF
12058 /* confdefs.h.  */
12059 _ACEOF
12060 cat confdefs.h >>conftest.$ac_ext
12061 cat >>conftest.$ac_ext <<_ACEOF
12062 /* end confdefs.h.  */
12063 #include <audio/audiolib.h>
12064
12065 #include <$ac_header>
12066 _ACEOF
12067 rm -f conftest.$ac_objext
12068 if { (ac_try="$ac_compile"
12069 case "(($ac_try" in
12070   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12071   *) ac_try_echo=$ac_try;;
12072 esac
12073 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12074 $as_echo "$ac_try_echo") >&5
12075   (eval "$ac_compile") 2>conftest.er1
12076   ac_status=$?
12077   grep -v '^ *+' conftest.er1 >conftest.err
12078   rm -f conftest.er1
12079   cat conftest.err >&5
12080   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12081   (exit $ac_status); } && {
12082          test -z "$ac_c_werror_flag" ||
12083          test ! -s conftest.err
12084        } && test -s conftest.$ac_objext; then
12085   eval "$as_ac_Header=yes"
12086 else
12087   $as_echo "$as_me: failed program was:" >&5
12088 sed 's/^/| /' conftest.$ac_ext >&5
12089
12090         eval "$as_ac_Header=no"
12091 fi
12092
12093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12094 fi
12095 ac_res=`eval 'as_val=${'$as_ac_Header'}
12096                  $as_echo "$as_val"'`
12097                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12098 $as_echo "$ac_res" >&6; }
12099 as_val=`eval 'as_val=${'$as_ac_Header'}
12100                  $as_echo "$as_val"'`
12101    if test "x$as_val" = x""yes; then
12102   cat >>confdefs.h <<_ACEOF
12103 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12104 _ACEOF
12105
12106 fi
12107
12108 done
12109
12110           { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12111 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12112 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12113   $as_echo_n "(cached) " >&6
12114 else
12115   ac_check_lib_save_LIBS=$LIBS
12116 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12117 cat >conftest.$ac_ext <<_ACEOF
12118 /* confdefs.h.  */
12119 _ACEOF
12120 cat confdefs.h >>conftest.$ac_ext
12121 cat >>conftest.$ac_ext <<_ACEOF
12122 /* end confdefs.h.  */
12123
12124 /* Override any GCC internal prototype to avoid an error.
12125    Use char because int might match the return type of a GCC
12126    builtin and then its argument prototype would still apply.  */
12127 #ifdef __cplusplus
12128 extern "C"
12129 #endif
12130 char AuCreateFlow ();
12131 int
12132 main ()
12133 {
12134 return AuCreateFlow ();
12135   ;
12136   return 0;
12137 }
12138 _ACEOF
12139 rm -f conftest.$ac_objext conftest$ac_exeext
12140 if { (ac_try="$ac_link"
12141 case "(($ac_try" in
12142   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12143   *) ac_try_echo=$ac_try;;
12144 esac
12145 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12146 $as_echo "$ac_try_echo") >&5
12147   (eval "$ac_link") 2>conftest.er1
12148   ac_status=$?
12149   grep -v '^ *+' conftest.er1 >conftest.err
12150   rm -f conftest.er1
12151   cat conftest.err >&5
12152   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12153   (exit $ac_status); } && {
12154          test -z "$ac_c_werror_flag" ||
12155          test ! -s conftest.err
12156        } && test -s conftest$ac_exeext && {
12157          test "$cross_compiling" = yes ||
12158          $as_test_x conftest$ac_exeext
12159        }; then
12160   ac_cv_lib_audio_AuCreateFlow=yes
12161 else
12162   $as_echo "$as_me: failed program was:" >&5
12163 sed 's/^/| /' conftest.$ac_ext >&5
12164
12165         ac_cv_lib_audio_AuCreateFlow=no
12166 fi
12167
12168 rm -rf conftest.dSYM
12169 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12170       conftest$ac_exeext conftest.$ac_ext
12171 LIBS=$ac_check_lib_save_LIBS
12172 fi
12173 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12174 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12175 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12176
12177 cat >>confdefs.h <<\_ACEOF
12178 #define HAVE_NAS 1
12179 _ACEOF
12180
12181                         { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12182 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12183 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12184   $as_echo_n "(cached) " >&6
12185 else
12186   ac_check_lib_save_LIBS=$LIBS
12187 LIBS="-lXau $X_LIBS $LIBS"
12188 cat >conftest.$ac_ext <<_ACEOF
12189 /* confdefs.h.  */
12190 _ACEOF
12191 cat confdefs.h >>conftest.$ac_ext
12192 cat >>conftest.$ac_ext <<_ACEOF
12193 /* end confdefs.h.  */
12194
12195 /* Override any GCC internal prototype to avoid an error.
12196    Use char because int might match the return type of a GCC
12197    builtin and then its argument prototype would still apply.  */
12198 #ifdef __cplusplus
12199 extern "C"
12200 #endif
12201 char XauGetBestAuthByAddr ();
12202 int
12203 main ()
12204 {
12205 return XauGetBestAuthByAddr ();
12206   ;
12207   return 0;
12208 }
12209 _ACEOF
12210 rm -f conftest.$ac_objext conftest$ac_exeext
12211 if { (ac_try="$ac_link"
12212 case "(($ac_try" in
12213   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12214   *) ac_try_echo=$ac_try;;
12215 esac
12216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12217 $as_echo "$ac_try_echo") >&5
12218   (eval "$ac_link") 2>conftest.er1
12219   ac_status=$?
12220   grep -v '^ *+' conftest.er1 >conftest.err
12221   rm -f conftest.er1
12222   cat conftest.err >&5
12223   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12224   (exit $ac_status); } && {
12225          test -z "$ac_c_werror_flag" ||
12226          test ! -s conftest.err
12227        } && test -s conftest$ac_exeext && {
12228          test "$cross_compiling" = yes ||
12229          $as_test_x conftest$ac_exeext
12230        }; then
12231   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12232 else
12233   $as_echo "$as_me: failed program was:" >&5
12234 sed 's/^/| /' conftest.$ac_ext >&5
12235
12236         ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12237 fi
12238
12239 rm -rf conftest.dSYM
12240 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12241       conftest$ac_exeext conftest.$ac_ext
12242 LIBS=$ac_check_lib_save_LIBS
12243 fi
12244 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12245 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12246 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12247   NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12248 else
12249   NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12250 fi
12251
12252
12253 fi
12254
12255 fi
12256
12257 done
12258
12259
12260     CPPFLAGS="$ac_save_CPPFLAGS"
12261 else
12262     XLIB=""
12263     X_CFLAGS=""
12264     X_LIBS=""
12265     enable_winex11_drv=${enable_winex11_drv:-no}
12266     enable_opengl32=${enable_opengl32:-no}
12267     enable_glu32=${enable_glu32:-no}
12268 fi
12269 if test "x$XLIB" = "x"; then
12270   case "x$with_x" in
12271   xno) ;;
12272   *)   { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12273 without X support, which probably isn't what you want. You will need to install
12274 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12275 Use the --without-x option if you really want this." >&5
12276 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12277 without X support, which probably isn't what you want. You will need to install
12278 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12279 Use the --without-x option if you really want this." >&2;}
12280    { (exit 1); exit 1; }; } ;;
12281 esac
12282 fi
12283
12284
12285
12286 XML2LIBS=""
12287
12288 XML2INCL=""
12289
12290 XSLTINCL=""
12291
12292 if test "x$with_xml" != "xno"
12293 then
12294     ac_save_CPPFLAGS="$CPPFLAGS"
12295     if test "$PKG_CONFIG" != "false"
12296     then
12297         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12298         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12299     else
12300         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12301         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
12302     fi
12303     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12304
12305 for ac_header in libxml/parser.h
12306 do
12307 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12308 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12309   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12310 $as_echo_n "checking for $ac_header... " >&6; }
12311 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12312   $as_echo_n "(cached) " >&6
12313 fi
12314 ac_res=`eval 'as_val=${'$as_ac_Header'}
12315                  $as_echo "$as_val"'`
12316                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12317 $as_echo "$ac_res" >&6; }
12318 else
12319   # Is the header compilable?
12320 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12321 $as_echo_n "checking $ac_header usability... " >&6; }
12322 cat >conftest.$ac_ext <<_ACEOF
12323 /* confdefs.h.  */
12324 _ACEOF
12325 cat confdefs.h >>conftest.$ac_ext
12326 cat >>conftest.$ac_ext <<_ACEOF
12327 /* end confdefs.h.  */
12328 $ac_includes_default
12329 #include <$ac_header>
12330 _ACEOF
12331 rm -f conftest.$ac_objext
12332 if { (ac_try="$ac_compile"
12333 case "(($ac_try" in
12334   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12335   *) ac_try_echo=$ac_try;;
12336 esac
12337 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12338 $as_echo "$ac_try_echo") >&5
12339   (eval "$ac_compile") 2>conftest.er1
12340   ac_status=$?
12341   grep -v '^ *+' conftest.er1 >conftest.err
12342   rm -f conftest.er1
12343   cat conftest.err >&5
12344   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12345   (exit $ac_status); } && {
12346          test -z "$ac_c_werror_flag" ||
12347          test ! -s conftest.err
12348        } && test -s conftest.$ac_objext; then
12349   ac_header_compiler=yes
12350 else
12351   $as_echo "$as_me: failed program was:" >&5
12352 sed 's/^/| /' conftest.$ac_ext >&5
12353
12354         ac_header_compiler=no
12355 fi
12356
12357 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12358 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12359 $as_echo "$ac_header_compiler" >&6; }
12360
12361 # Is the header present?
12362 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12363 $as_echo_n "checking $ac_header presence... " >&6; }
12364 cat >conftest.$ac_ext <<_ACEOF
12365 /* confdefs.h.  */
12366 _ACEOF
12367 cat confdefs.h >>conftest.$ac_ext
12368 cat >>conftest.$ac_ext <<_ACEOF
12369 /* end confdefs.h.  */
12370 #include <$ac_header>
12371 _ACEOF
12372 if { (ac_try="$ac_cpp conftest.$ac_ext"
12373 case "(($ac_try" in
12374   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12375   *) ac_try_echo=$ac_try;;
12376 esac
12377 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12378 $as_echo "$ac_try_echo") >&5
12379   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12380   ac_status=$?
12381   grep -v '^ *+' conftest.er1 >conftest.err
12382   rm -f conftest.er1
12383   cat conftest.err >&5
12384   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12385   (exit $ac_status); } >/dev/null && {
12386          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12387          test ! -s conftest.err
12388        }; then
12389   ac_header_preproc=yes
12390 else
12391   $as_echo "$as_me: failed program was:" >&5
12392 sed 's/^/| /' conftest.$ac_ext >&5
12393
12394   ac_header_preproc=no
12395 fi
12396
12397 rm -f conftest.err conftest.$ac_ext
12398 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12399 $as_echo "$ac_header_preproc" >&6; }
12400
12401 # So?  What about this header?
12402 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12403   yes:no: )
12404     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12405 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12406     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12407 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12408     ac_header_preproc=yes
12409     ;;
12410   no:yes:* )
12411     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12412 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12413     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12414 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12415     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12416 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12417     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12418 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12419     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12420 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12421     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12422 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12423     ( cat <<\_ASBOX
12424 ## ------------------------------------ ##
12425 ## Report this to wine-devel@winehq.org ##
12426 ## ------------------------------------ ##
12427 _ASBOX
12428      ) | sed "s/^/$as_me: WARNING:     /" >&2
12429     ;;
12430 esac
12431 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12432 $as_echo_n "checking for $ac_header... " >&6; }
12433 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12434   $as_echo_n "(cached) " >&6
12435 else
12436   eval "$as_ac_Header=\$ac_header_preproc"
12437 fi
12438 ac_res=`eval 'as_val=${'$as_ac_Header'}
12439                  $as_echo "$as_val"'`
12440                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12441 $as_echo "$ac_res" >&6; }
12442
12443 fi
12444 as_val=`eval 'as_val=${'$as_ac_Header'}
12445                  $as_echo "$as_val"'`
12446    if test "x$as_val" = x""yes; then
12447   cat >>confdefs.h <<_ACEOF
12448 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12449 _ACEOF
12450  { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12451 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12452 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12453   $as_echo_n "(cached) " >&6
12454 else
12455   ac_check_lib_save_LIBS=$LIBS
12456 LIBS="-lxml2 $ac_xml_libs $LIBS"
12457 cat >conftest.$ac_ext <<_ACEOF
12458 /* confdefs.h.  */
12459 _ACEOF
12460 cat confdefs.h >>conftest.$ac_ext
12461 cat >>conftest.$ac_ext <<_ACEOF
12462 /* end confdefs.h.  */
12463
12464 /* Override any GCC internal prototype to avoid an error.
12465    Use char because int might match the return type of a GCC
12466    builtin and then its argument prototype would still apply.  */
12467 #ifdef __cplusplus
12468 extern "C"
12469 #endif
12470 char xmlParseMemory ();
12471 int
12472 main ()
12473 {
12474 return xmlParseMemory ();
12475   ;
12476   return 0;
12477 }
12478 _ACEOF
12479 rm -f conftest.$ac_objext conftest$ac_exeext
12480 if { (ac_try="$ac_link"
12481 case "(($ac_try" in
12482   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12483   *) ac_try_echo=$ac_try;;
12484 esac
12485 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12486 $as_echo "$ac_try_echo") >&5
12487   (eval "$ac_link") 2>conftest.er1
12488   ac_status=$?
12489   grep -v '^ *+' conftest.er1 >conftest.err
12490   rm -f conftest.er1
12491   cat conftest.err >&5
12492   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12493   (exit $ac_status); } && {
12494          test -z "$ac_c_werror_flag" ||
12495          test ! -s conftest.err
12496        } && test -s conftest$ac_exeext && {
12497          test "$cross_compiling" = yes ||
12498          $as_test_x conftest$ac_exeext
12499        }; then
12500   ac_cv_lib_xml2_xmlParseMemory=yes
12501 else
12502   $as_echo "$as_me: failed program was:" >&5
12503 sed 's/^/| /' conftest.$ac_ext >&5
12504
12505         ac_cv_lib_xml2_xmlParseMemory=no
12506 fi
12507
12508 rm -rf conftest.dSYM
12509 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12510       conftest$ac_exeext conftest.$ac_ext
12511 LIBS=$ac_check_lib_save_LIBS
12512 fi
12513 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12514 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12515 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12516
12517 cat >>confdefs.h <<\_ACEOF
12518 #define HAVE_LIBXML2 1
12519 _ACEOF
12520
12521                  XML2LIBS="$ac_xml_libs"
12522                  XML2INCL="$ac_xml_cflags"
12523 fi
12524
12525              { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12526 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12527 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12528   $as_echo_n "(cached) " >&6
12529 else
12530   ac_check_lib_save_LIBS=$LIBS
12531 LIBS="-lxml2 $ac_xml_libs $LIBS"
12532 cat >conftest.$ac_ext <<_ACEOF
12533 /* confdefs.h.  */
12534 _ACEOF
12535 cat confdefs.h >>conftest.$ac_ext
12536 cat >>conftest.$ac_ext <<_ACEOF
12537 /* end confdefs.h.  */
12538
12539 /* Override any GCC internal prototype to avoid an error.
12540    Use char because int might match the return type of a GCC
12541    builtin and then its argument prototype would still apply.  */
12542 #ifdef __cplusplus
12543 extern "C"
12544 #endif
12545 char xmlReadMemory ();
12546 int
12547 main ()
12548 {
12549 return xmlReadMemory ();
12550   ;
12551   return 0;
12552 }
12553 _ACEOF
12554 rm -f conftest.$ac_objext conftest$ac_exeext
12555 if { (ac_try="$ac_link"
12556 case "(($ac_try" in
12557   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12558   *) ac_try_echo=$ac_try;;
12559 esac
12560 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12561 $as_echo "$ac_try_echo") >&5
12562   (eval "$ac_link") 2>conftest.er1
12563   ac_status=$?
12564   grep -v '^ *+' conftest.er1 >conftest.err
12565   rm -f conftest.er1
12566   cat conftest.err >&5
12567   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12568   (exit $ac_status); } && {
12569          test -z "$ac_c_werror_flag" ||
12570          test ! -s conftest.err
12571        } && test -s conftest$ac_exeext && {
12572          test "$cross_compiling" = yes ||
12573          $as_test_x conftest$ac_exeext
12574        }; then
12575   ac_cv_lib_xml2_xmlReadMemory=yes
12576 else
12577   $as_echo "$as_me: failed program was:" >&5
12578 sed 's/^/| /' conftest.$ac_ext >&5
12579
12580         ac_cv_lib_xml2_xmlReadMemory=no
12581 fi
12582
12583 rm -rf conftest.dSYM
12584 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12585       conftest$ac_exeext conftest.$ac_ext
12586 LIBS=$ac_check_lib_save_LIBS
12587 fi
12588 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12589 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12590 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12591
12592 cat >>confdefs.h <<\_ACEOF
12593 #define HAVE_XMLREADMEMORY 1
12594 _ACEOF
12595
12596 fi
12597
12598              { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12599 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12600 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12601   $as_echo_n "(cached) " >&6
12602 else
12603   ac_check_lib_save_LIBS=$LIBS
12604 LIBS="-lxml2 $ac_xml_libs $LIBS"
12605 cat >conftest.$ac_ext <<_ACEOF
12606 /* confdefs.h.  */
12607 _ACEOF
12608 cat confdefs.h >>conftest.$ac_ext
12609 cat >>conftest.$ac_ext <<_ACEOF
12610 /* end confdefs.h.  */
12611
12612 /* Override any GCC internal prototype to avoid an error.
12613    Use char because int might match the return type of a GCC
12614    builtin and then its argument prototype would still apply.  */
12615 #ifdef __cplusplus
12616 extern "C"
12617 #endif
12618 char xmlNewDocPI ();
12619 int
12620 main ()
12621 {
12622 return xmlNewDocPI ();
12623   ;
12624   return 0;
12625 }
12626 _ACEOF
12627 rm -f conftest.$ac_objext conftest$ac_exeext
12628 if { (ac_try="$ac_link"
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_link") 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_exeext && {
12645          test "$cross_compiling" = yes ||
12646          $as_test_x conftest$ac_exeext
12647        }; then
12648   ac_cv_lib_xml2_xmlNewDocPI=yes
12649 else
12650   $as_echo "$as_me: failed program was:" >&5
12651 sed 's/^/| /' conftest.$ac_ext >&5
12652
12653         ac_cv_lib_xml2_xmlNewDocPI=no
12654 fi
12655
12656 rm -rf conftest.dSYM
12657 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12658       conftest$ac_exeext conftest.$ac_ext
12659 LIBS=$ac_check_lib_save_LIBS
12660 fi
12661 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12662 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12663 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12664
12665 cat >>confdefs.h <<\_ACEOF
12666 #define HAVE_XMLNEWDOCPI 1
12667 _ACEOF
12668
12669 fi
12670
12671
12672 fi
12673
12674 done
12675
12676     CPPFLAGS="$ac_save_CPPFLAGS"
12677 fi
12678 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12679   case "x$with_xml" in
12680   x)   wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12681   xno) ;;
12682   *)   { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12683 This is an error since --with-xml was requested." >&5
12684 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12685 This is an error since --with-xml was requested." >&2;}
12686    { (exit 1); exit 1; }; } ;;
12687 esac
12688 fi
12689
12690
12691 if test "x$with_xslt" != "xno"
12692 then
12693     if test "$PKG_CONFIG" != "false"
12694     then
12695         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12696         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12697     else
12698         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12699         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12700     fi
12701     ac_save_CPPFLAGS="$CPPFLAGS"
12702     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12703
12704
12705 for ac_header in libxslt/pattern.h libxslt/transform.h
12706 do
12707 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12708 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12709 $as_echo_n "checking for $ac_header... " >&6; }
12710 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12711   $as_echo_n "(cached) " >&6
12712 else
12713   cat >conftest.$ac_ext <<_ACEOF
12714 /* confdefs.h.  */
12715 _ACEOF
12716 cat confdefs.h >>conftest.$ac_ext
12717 cat >>conftest.$ac_ext <<_ACEOF
12718 /* end confdefs.h.  */
12719 #ifdef HAVE_LIBXSLT_PATTERN_H
12720 # include <libxslt/pattern.h>
12721 #endif
12722
12723 #include <$ac_header>
12724 _ACEOF
12725 rm -f conftest.$ac_objext
12726 if { (ac_try="$ac_compile"
12727 case "(($ac_try" in
12728   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12729   *) ac_try_echo=$ac_try;;
12730 esac
12731 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12732 $as_echo "$ac_try_echo") >&5
12733   (eval "$ac_compile") 2>conftest.er1
12734   ac_status=$?
12735   grep -v '^ *+' conftest.er1 >conftest.err
12736   rm -f conftest.er1
12737   cat conftest.err >&5
12738   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12739   (exit $ac_status); } && {
12740          test -z "$ac_c_werror_flag" ||
12741          test ! -s conftest.err
12742        } && test -s conftest.$ac_objext; then
12743   eval "$as_ac_Header=yes"
12744 else
12745   $as_echo "$as_me: failed program was:" >&5
12746 sed 's/^/| /' conftest.$ac_ext >&5
12747
12748         eval "$as_ac_Header=no"
12749 fi
12750
12751 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12752 fi
12753 ac_res=`eval 'as_val=${'$as_ac_Header'}
12754                  $as_echo "$as_val"'`
12755                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12756 $as_echo "$ac_res" >&6; }
12757 as_val=`eval 'as_val=${'$as_ac_Header'}
12758                  $as_echo "$as_val"'`
12759    if test "x$as_val" = x""yes; then
12760   cat >>confdefs.h <<_ACEOF
12761 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12762 _ACEOF
12763
12764 fi
12765
12766 done
12767
12768     CPPFLAGS="$ac_save_CPPFLAGS"
12769     if test "$ac_cv_header_libxslt_transform_h" = "yes"
12770     then
12771         { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12772 $as_echo_n "checking for -lxslt... " >&6; }
12773 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12774   $as_echo_n "(cached) " >&6
12775 else
12776   ac_check_soname_save_LIBS=$LIBS
12777 LIBS="-lxslt $ac_xslt_libs $LIBS"
12778   cat >conftest.$ac_ext <<_ACEOF
12779 /* confdefs.h.  */
12780 _ACEOF
12781 cat confdefs.h >>conftest.$ac_ext
12782 cat >>conftest.$ac_ext <<_ACEOF
12783 /* end confdefs.h.  */
12784
12785 /* Override any GCC internal prototype to avoid an error.
12786    Use char because int might match the return type of a GCC
12787    builtin and then its argument prototype would still apply.  */
12788 #ifdef __cplusplus
12789 extern "C"
12790 #endif
12791 char xsltCompilePattern ();
12792 int
12793 main ()
12794 {
12795 return xsltCompilePattern ();
12796   ;
12797   return 0;
12798 }
12799 _ACEOF
12800 rm -f conftest.$ac_objext conftest$ac_exeext
12801 if { (ac_try="$ac_link"
12802 case "(($ac_try" in
12803   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12804   *) ac_try_echo=$ac_try;;
12805 esac
12806 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12807 $as_echo "$ac_try_echo") >&5
12808   (eval "$ac_link") 2>conftest.er1
12809   ac_status=$?
12810   grep -v '^ *+' conftest.er1 >conftest.err
12811   rm -f conftest.er1
12812   cat conftest.err >&5
12813   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12814   (exit $ac_status); } && {
12815          test -z "$ac_c_werror_flag" ||
12816          test ! -s conftest.err
12817        } && test -s conftest$ac_exeext && {
12818          test "$cross_compiling" = yes ||
12819          $as_test_x conftest$ac_exeext
12820        }; then
12821   case "$LIBEXT" in
12822     dll) ;;
12823     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'` ;;
12824     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
12825   esac
12826 else
12827   $as_echo "$as_me: failed program was:" >&5
12828 sed 's/^/| /' conftest.$ac_ext >&5
12829
12830
12831 fi
12832
12833 rm -rf conftest.dSYM
12834 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12835       conftest$ac_exeext conftest.$ac_ext
12836   LIBS=$ac_check_soname_save_LIBS
12837 fi
12838 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12839   { $as_echo "$as_me:$LINENO: result: not found" >&5
12840 $as_echo "not found" >&6; }
12841
12842 else
12843   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12844 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12845
12846 cat >>confdefs.h <<_ACEOF
12847 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12848 _ACEOF
12849
12850        XSLTINCL="$ac_xslt_cflags"
12851 fi
12852
12853     fi
12854 fi
12855 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12856   case "x$with_xslt" in
12857   x)   wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12858   xno) ;;
12859   *)   { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12860 This is an error since --with-xslt was requested." >&5
12861 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12862 This is an error since --with-xslt was requested." >&2;}
12863    { (exit 1); exit 1; }; } ;;
12864 esac
12865 fi
12866
12867
12868 HALINCL=""
12869
12870 if test "x$with_hal" != "xno"
12871 then
12872     ac_save_CPPFLAGS="$CPPFLAGS"
12873     if test "$PKG_CONFIG" != "false"
12874     then
12875         ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12876         ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12877         CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12878     fi
12879
12880
12881 for ac_header in dbus/dbus.h hal/libhal.h
12882 do
12883 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12884 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12885   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12886 $as_echo_n "checking for $ac_header... " >&6; }
12887 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12888   $as_echo_n "(cached) " >&6
12889 fi
12890 ac_res=`eval 'as_val=${'$as_ac_Header'}
12891                  $as_echo "$as_val"'`
12892                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12893 $as_echo "$ac_res" >&6; }
12894 else
12895   # Is the header compilable?
12896 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12897 $as_echo_n "checking $ac_header usability... " >&6; }
12898 cat >conftest.$ac_ext <<_ACEOF
12899 /* confdefs.h.  */
12900 _ACEOF
12901 cat confdefs.h >>conftest.$ac_ext
12902 cat >>conftest.$ac_ext <<_ACEOF
12903 /* end confdefs.h.  */
12904 $ac_includes_default
12905 #include <$ac_header>
12906 _ACEOF
12907 rm -f conftest.$ac_objext
12908 if { (ac_try="$ac_compile"
12909 case "(($ac_try" in
12910   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12911   *) ac_try_echo=$ac_try;;
12912 esac
12913 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12914 $as_echo "$ac_try_echo") >&5
12915   (eval "$ac_compile") 2>conftest.er1
12916   ac_status=$?
12917   grep -v '^ *+' conftest.er1 >conftest.err
12918   rm -f conftest.er1
12919   cat conftest.err >&5
12920   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12921   (exit $ac_status); } && {
12922          test -z "$ac_c_werror_flag" ||
12923          test ! -s conftest.err
12924        } && test -s conftest.$ac_objext; then
12925   ac_header_compiler=yes
12926 else
12927   $as_echo "$as_me: failed program was:" >&5
12928 sed 's/^/| /' conftest.$ac_ext >&5
12929
12930         ac_header_compiler=no
12931 fi
12932
12933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12934 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12935 $as_echo "$ac_header_compiler" >&6; }
12936
12937 # Is the header present?
12938 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12939 $as_echo_n "checking $ac_header presence... " >&6; }
12940 cat >conftest.$ac_ext <<_ACEOF
12941 /* confdefs.h.  */
12942 _ACEOF
12943 cat confdefs.h >>conftest.$ac_ext
12944 cat >>conftest.$ac_ext <<_ACEOF
12945 /* end confdefs.h.  */
12946 #include <$ac_header>
12947 _ACEOF
12948 if { (ac_try="$ac_cpp conftest.$ac_ext"
12949 case "(($ac_try" in
12950   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12951   *) ac_try_echo=$ac_try;;
12952 esac
12953 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12954 $as_echo "$ac_try_echo") >&5
12955   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12956   ac_status=$?
12957   grep -v '^ *+' conftest.er1 >conftest.err
12958   rm -f conftest.er1
12959   cat conftest.err >&5
12960   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12961   (exit $ac_status); } >/dev/null && {
12962          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12963          test ! -s conftest.err
12964        }; then
12965   ac_header_preproc=yes
12966 else
12967   $as_echo "$as_me: failed program was:" >&5
12968 sed 's/^/| /' conftest.$ac_ext >&5
12969
12970   ac_header_preproc=no
12971 fi
12972
12973 rm -f conftest.err conftest.$ac_ext
12974 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12975 $as_echo "$ac_header_preproc" >&6; }
12976
12977 # So?  What about this header?
12978 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12979   yes:no: )
12980     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12981 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12982     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12983 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12984     ac_header_preproc=yes
12985     ;;
12986   no:yes:* )
12987     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12988 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12989     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12990 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12991     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12992 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12993     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12994 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12995     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12996 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12997     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12998 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12999     ( cat <<\_ASBOX
13000 ## ------------------------------------ ##
13001 ## Report this to wine-devel@winehq.org ##
13002 ## ------------------------------------ ##
13003 _ASBOX
13004      ) | sed "s/^/$as_me: WARNING:     /" >&2
13005     ;;
13006 esac
13007 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13008 $as_echo_n "checking for $ac_header... " >&6; }
13009 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13010   $as_echo_n "(cached) " >&6
13011 else
13012   eval "$as_ac_Header=\$ac_header_preproc"
13013 fi
13014 ac_res=`eval 'as_val=${'$as_ac_Header'}
13015                  $as_echo "$as_val"'`
13016                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13017 $as_echo "$ac_res" >&6; }
13018
13019 fi
13020 as_val=`eval 'as_val=${'$as_ac_Header'}
13021                  $as_echo "$as_val"'`
13022    if test "x$as_val" = x""yes; then
13023   cat >>confdefs.h <<_ACEOF
13024 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13025 _ACEOF
13026
13027 fi
13028
13029 done
13030
13031     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13032     then
13033         { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13034 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13035 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13036   $as_echo_n "(cached) " >&6
13037 else
13038   ac_check_lib_save_LIBS=$LIBS
13039 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13040 cat >conftest.$ac_ext <<_ACEOF
13041 /* confdefs.h.  */
13042 _ACEOF
13043 cat confdefs.h >>conftest.$ac_ext
13044 cat >>conftest.$ac_ext <<_ACEOF
13045 /* end confdefs.h.  */
13046
13047 /* Override any GCC internal prototype to avoid an error.
13048    Use char because int might match the return type of a GCC
13049    builtin and then its argument prototype would still apply.  */
13050 #ifdef __cplusplus
13051 extern "C"
13052 #endif
13053 char dbus_connection_close ();
13054 int
13055 main ()
13056 {
13057 return dbus_connection_close ();
13058   ;
13059   return 0;
13060 }
13061 _ACEOF
13062 rm -f conftest.$ac_objext conftest$ac_exeext
13063 if { (ac_try="$ac_link"
13064 case "(($ac_try" in
13065   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13066   *) ac_try_echo=$ac_try;;
13067 esac
13068 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13069 $as_echo "$ac_try_echo") >&5
13070   (eval "$ac_link") 2>conftest.er1
13071   ac_status=$?
13072   grep -v '^ *+' conftest.er1 >conftest.err
13073   rm -f conftest.er1
13074   cat conftest.err >&5
13075   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13076   (exit $ac_status); } && {
13077          test -z "$ac_c_werror_flag" ||
13078          test ! -s conftest.err
13079        } && test -s conftest$ac_exeext && {
13080          test "$cross_compiling" = yes ||
13081          $as_test_x conftest$ac_exeext
13082        }; then
13083   ac_cv_lib_dbus_1_dbus_connection_close=yes
13084 else
13085   $as_echo "$as_me: failed program was:" >&5
13086 sed 's/^/| /' conftest.$ac_ext >&5
13087
13088         ac_cv_lib_dbus_1_dbus_connection_close=no
13089 fi
13090
13091 rm -rf conftest.dSYM
13092 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13093       conftest$ac_exeext conftest.$ac_ext
13094 LIBS=$ac_check_lib_save_LIBS
13095 fi
13096 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13097 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13098 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13099   { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13100 $as_echo_n "checking for -lhal... " >&6; }
13101 if test "${ac_cv_lib_soname_hal+set}" = set; then
13102   $as_echo_n "(cached) " >&6
13103 else
13104   ac_check_soname_save_LIBS=$LIBS
13105 LIBS="-lhal $ac_hal_libs $LIBS"
13106   cat >conftest.$ac_ext <<_ACEOF
13107 /* confdefs.h.  */
13108 _ACEOF
13109 cat confdefs.h >>conftest.$ac_ext
13110 cat >>conftest.$ac_ext <<_ACEOF
13111 /* end confdefs.h.  */
13112
13113 /* Override any GCC internal prototype to avoid an error.
13114    Use char because int might match the return type of a GCC
13115    builtin and then its argument prototype would still apply.  */
13116 #ifdef __cplusplus
13117 extern "C"
13118 #endif
13119 char libhal_ctx_new ();
13120 int
13121 main ()
13122 {
13123 return libhal_ctx_new ();
13124   ;
13125   return 0;
13126 }
13127 _ACEOF
13128 rm -f conftest.$ac_objext conftest$ac_exeext
13129 if { (ac_try="$ac_link"
13130 case "(($ac_try" in
13131   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13132   *) ac_try_echo=$ac_try;;
13133 esac
13134 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13135 $as_echo "$ac_try_echo") >&5
13136   (eval "$ac_link") 2>conftest.er1
13137   ac_status=$?
13138   grep -v '^ *+' conftest.er1 >conftest.err
13139   rm -f conftest.er1
13140   cat conftest.err >&5
13141   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13142   (exit $ac_status); } && {
13143          test -z "$ac_c_werror_flag" ||
13144          test ! -s conftest.err
13145        } && test -s conftest$ac_exeext && {
13146          test "$cross_compiling" = yes ||
13147          $as_test_x conftest$ac_exeext
13148        }; then
13149   case "$LIBEXT" in
13150     dll) ;;
13151     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'` ;;
13152     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
13153   esac
13154 else
13155   $as_echo "$as_me: failed program was:" >&5
13156 sed 's/^/| /' conftest.$ac_ext >&5
13157
13158
13159 fi
13160
13161 rm -rf conftest.dSYM
13162 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13163       conftest$ac_exeext conftest.$ac_ext
13164   LIBS=$ac_check_soname_save_LIBS
13165 fi
13166 if test "x$ac_cv_lib_soname_hal" = "x"; then
13167   { $as_echo "$as_me:$LINENO: result: not found" >&5
13168 $as_echo "not found" >&6; }
13169
13170 else
13171   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13172 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13173
13174 cat >>confdefs.h <<_ACEOF
13175 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13176 _ACEOF
13177
13178        HALINCL="$ac_hal_cflags"
13179 fi
13180
13181 fi
13182
13183     fi
13184     CPPFLAGS="$ac_save_CPPFLAGS"
13185 fi
13186 if test "x$ac_cv_lib_soname_hal" = "x"; then
13187   case "x$with_hal" in
13188   x)   wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13189   xno) ;;
13190   *)   { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13191 This is an error since --with-hal was requested." >&5
13192 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13193 This is an error since --with-hal was requested." >&2;}
13194    { (exit 1); exit 1; }; } ;;
13195 esac
13196 fi
13197
13198
13199 if test "x$with_gnutls" != "xno"
13200 then
13201     ac_save_CPPFLAGS="$CPPFLAGS"
13202     if test "$PKG_CONFIG" != "false"
13203     then
13204         ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13205         ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13206         CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13207     fi
13208     if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13209   { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13210 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13211 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13212   $as_echo_n "(cached) " >&6
13213 fi
13214 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13215 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13216 else
13217   # Is the header compilable?
13218 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13219 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13220 cat >conftest.$ac_ext <<_ACEOF
13221 /* confdefs.h.  */
13222 _ACEOF
13223 cat confdefs.h >>conftest.$ac_ext
13224 cat >>conftest.$ac_ext <<_ACEOF
13225 /* end confdefs.h.  */
13226 $ac_includes_default
13227 #include <gnutls/gnutls.h>
13228 _ACEOF
13229 rm -f conftest.$ac_objext
13230 if { (ac_try="$ac_compile"
13231 case "(($ac_try" in
13232   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13233   *) ac_try_echo=$ac_try;;
13234 esac
13235 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13236 $as_echo "$ac_try_echo") >&5
13237   (eval "$ac_compile") 2>conftest.er1
13238   ac_status=$?
13239   grep -v '^ *+' conftest.er1 >conftest.err
13240   rm -f conftest.er1
13241   cat conftest.err >&5
13242   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13243   (exit $ac_status); } && {
13244          test -z "$ac_c_werror_flag" ||
13245          test ! -s conftest.err
13246        } && test -s conftest.$ac_objext; then
13247   ac_header_compiler=yes
13248 else
13249   $as_echo "$as_me: failed program was:" >&5
13250 sed 's/^/| /' conftest.$ac_ext >&5
13251
13252         ac_header_compiler=no
13253 fi
13254
13255 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13256 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13257 $as_echo "$ac_header_compiler" >&6; }
13258
13259 # Is the header present?
13260 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13261 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13262 cat >conftest.$ac_ext <<_ACEOF
13263 /* confdefs.h.  */
13264 _ACEOF
13265 cat confdefs.h >>conftest.$ac_ext
13266 cat >>conftest.$ac_ext <<_ACEOF
13267 /* end confdefs.h.  */
13268 #include <gnutls/gnutls.h>
13269 _ACEOF
13270 if { (ac_try="$ac_cpp conftest.$ac_ext"
13271 case "(($ac_try" in
13272   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13273   *) ac_try_echo=$ac_try;;
13274 esac
13275 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13276 $as_echo "$ac_try_echo") >&5
13277   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13278   ac_status=$?
13279   grep -v '^ *+' conftest.er1 >conftest.err
13280   rm -f conftest.er1
13281   cat conftest.err >&5
13282   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13283   (exit $ac_status); } >/dev/null && {
13284          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13285          test ! -s conftest.err
13286        }; then
13287   ac_header_preproc=yes
13288 else
13289   $as_echo "$as_me: failed program was:" >&5
13290 sed 's/^/| /' conftest.$ac_ext >&5
13291
13292   ac_header_preproc=no
13293 fi
13294
13295 rm -f conftest.err conftest.$ac_ext
13296 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13297 $as_echo "$ac_header_preproc" >&6; }
13298
13299 # So?  What about this header?
13300 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13301   yes:no: )
13302     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13303 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13304     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13305 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13306     ac_header_preproc=yes
13307     ;;
13308   no:yes:* )
13309     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13310 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13311     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&5
13312 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&2;}
13313     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13314 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13315     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&5
13316 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13317     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13318 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13319     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13320 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13321     ( cat <<\_ASBOX
13322 ## ------------------------------------ ##
13323 ## Report this to wine-devel@winehq.org ##
13324 ## ------------------------------------ ##
13325 _ASBOX
13326      ) | sed "s/^/$as_me: WARNING:     /" >&2
13327     ;;
13328 esac
13329 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13330 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13331 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13332   $as_echo_n "(cached) " >&6
13333 else
13334   ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13335 fi
13336 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13337 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13338
13339 fi
13340 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13341   cat >conftest.$ac_ext <<_ACEOF
13342 /* confdefs.h.  */
13343 _ACEOF
13344 cat confdefs.h >>conftest.$ac_ext
13345 cat >>conftest.$ac_ext <<_ACEOF
13346 /* end confdefs.h.  */
13347 #include <gnutls/gnutls.h>
13348 int
13349 main ()
13350 {
13351 typeof(gnutls_mac_get_key_size) *pfunc;
13352   ;
13353   return 0;
13354 }
13355 _ACEOF
13356 rm -f conftest.$ac_objext
13357 if { (ac_try="$ac_compile"
13358 case "(($ac_try" in
13359   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13360   *) ac_try_echo=$ac_try;;
13361 esac
13362 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13363 $as_echo "$ac_try_echo") >&5
13364   (eval "$ac_compile") 2>conftest.er1
13365   ac_status=$?
13366   grep -v '^ *+' conftest.er1 >conftest.err
13367   rm -f conftest.er1
13368   cat conftest.err >&5
13369   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13370   (exit $ac_status); } && {
13371          test -z "$ac_c_werror_flag" ||
13372          test ! -s conftest.err
13373        } && test -s conftest.$ac_objext; then
13374   { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13375 $as_echo_n "checking for -lgnutls... " >&6; }
13376 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13377   $as_echo_n "(cached) " >&6
13378 else
13379   ac_check_soname_save_LIBS=$LIBS
13380 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13381   cat >conftest.$ac_ext <<_ACEOF
13382 /* confdefs.h.  */
13383 _ACEOF
13384 cat confdefs.h >>conftest.$ac_ext
13385 cat >>conftest.$ac_ext <<_ACEOF
13386 /* end confdefs.h.  */
13387
13388 /* Override any GCC internal prototype to avoid an error.
13389    Use char because int might match the return type of a GCC
13390    builtin and then its argument prototype would still apply.  */
13391 #ifdef __cplusplus
13392 extern "C"
13393 #endif
13394 char gnutls_global_init ();
13395 int
13396 main ()
13397 {
13398 return gnutls_global_init ();
13399   ;
13400   return 0;
13401 }
13402 _ACEOF
13403 rm -f conftest.$ac_objext conftest$ac_exeext
13404 if { (ac_try="$ac_link"
13405 case "(($ac_try" in
13406   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13407   *) ac_try_echo=$ac_try;;
13408 esac
13409 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13410 $as_echo "$ac_try_echo") >&5
13411   (eval "$ac_link") 2>conftest.er1
13412   ac_status=$?
13413   grep -v '^ *+' conftest.er1 >conftest.err
13414   rm -f conftest.er1
13415   cat conftest.err >&5
13416   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13417   (exit $ac_status); } && {
13418          test -z "$ac_c_werror_flag" ||
13419          test ! -s conftest.err
13420        } && test -s conftest$ac_exeext && {
13421          test "$cross_compiling" = yes ||
13422          $as_test_x conftest$ac_exeext
13423        }; then
13424   case "$LIBEXT" in
13425     dll) ;;
13426     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'` ;;
13427     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13428   esac
13429 else
13430   $as_echo "$as_me: failed program was:" >&5
13431 sed 's/^/| /' conftest.$ac_ext >&5
13432
13433
13434 fi
13435
13436 rm -rf conftest.dSYM
13437 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13438       conftest$ac_exeext conftest.$ac_ext
13439   LIBS=$ac_check_soname_save_LIBS
13440 fi
13441 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13442   { $as_echo "$as_me:$LINENO: result: not found" >&5
13443 $as_echo "not found" >&6; }
13444
13445 else
13446   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13447 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13448
13449 cat >>confdefs.h <<_ACEOF
13450 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13451 _ACEOF
13452
13453        GNUTLSINCL="$ac_gnutls_cflags"
13454
13455 fi
13456
13457 else
13458   $as_echo "$as_me: failed program was:" >&5
13459 sed 's/^/| /' conftest.$ac_ext >&5
13460
13461
13462 fi
13463
13464 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13465 fi
13466
13467
13468     CPPFLAGS="$ac_save_CPPFLAGS"
13469 fi
13470 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13471   case "x$with_gnutls" in
13472   x)   wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13473   xno) ;;
13474   *)   { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13475 This is an error since --with-gnutls was requested." >&5
13476 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13477 This is an error since --with-gnutls was requested." >&2;}
13478    { (exit 1); exit 1; }; } ;;
13479 esac
13480 fi
13481
13482
13483 CURSESLIBS=""
13484 if test "$ac_cv_header_ncurses_h" = "yes"
13485 then
13486     { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13487 $as_echo_n "checking for -lncurses... " >&6; }
13488 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13489   $as_echo_n "(cached) " >&6
13490 else
13491   ac_check_soname_save_LIBS=$LIBS
13492 LIBS="-lncurses  $LIBS"
13493   cat >conftest.$ac_ext <<_ACEOF
13494 /* confdefs.h.  */
13495 _ACEOF
13496 cat confdefs.h >>conftest.$ac_ext
13497 cat >>conftest.$ac_ext <<_ACEOF
13498 /* end confdefs.h.  */
13499
13500 /* Override any GCC internal prototype to avoid an error.
13501    Use char because int might match the return type of a GCC
13502    builtin and then its argument prototype would still apply.  */
13503 #ifdef __cplusplus
13504 extern "C"
13505 #endif
13506 char waddch ();
13507 int
13508 main ()
13509 {
13510 return waddch ();
13511   ;
13512   return 0;
13513 }
13514 _ACEOF
13515 rm -f conftest.$ac_objext conftest$ac_exeext
13516 if { (ac_try="$ac_link"
13517 case "(($ac_try" in
13518   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13519   *) ac_try_echo=$ac_try;;
13520 esac
13521 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13522 $as_echo "$ac_try_echo") >&5
13523   (eval "$ac_link") 2>conftest.er1
13524   ac_status=$?
13525   grep -v '^ *+' conftest.er1 >conftest.err
13526   rm -f conftest.er1
13527   cat conftest.err >&5
13528   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13529   (exit $ac_status); } && {
13530          test -z "$ac_c_werror_flag" ||
13531          test ! -s conftest.err
13532        } && test -s conftest$ac_exeext && {
13533          test "$cross_compiling" = yes ||
13534          $as_test_x conftest$ac_exeext
13535        }; then
13536   case "$LIBEXT" in
13537     dll) ;;
13538     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'` ;;
13539     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
13540   esac
13541 else
13542   $as_echo "$as_me: failed program was:" >&5
13543 sed 's/^/| /' conftest.$ac_ext >&5
13544
13545
13546 fi
13547
13548 rm -rf conftest.dSYM
13549 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13550       conftest$ac_exeext conftest.$ac_ext
13551   LIBS=$ac_check_soname_save_LIBS
13552 fi
13553 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13554   { $as_echo "$as_me:$LINENO: result: not found" >&5
13555 $as_echo "not found" >&6; }
13556
13557 else
13558   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13559 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13560
13561 cat >>confdefs.h <<_ACEOF
13562 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13563 _ACEOF
13564
13565        CURSESLIBS="-lncurses"
13566 fi
13567
13568 elif test "$ac_cv_header_curses_h" = "yes"
13569 then
13570     { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13571 $as_echo_n "checking for -lcurses... " >&6; }
13572 if test "${ac_cv_lib_soname_curses+set}" = set; then
13573   $as_echo_n "(cached) " >&6
13574 else
13575   ac_check_soname_save_LIBS=$LIBS
13576 LIBS="-lcurses  $LIBS"
13577   cat >conftest.$ac_ext <<_ACEOF
13578 /* confdefs.h.  */
13579 _ACEOF
13580 cat confdefs.h >>conftest.$ac_ext
13581 cat >>conftest.$ac_ext <<_ACEOF
13582 /* end confdefs.h.  */
13583
13584 /* Override any GCC internal prototype to avoid an error.
13585    Use char because int might match the return type of a GCC
13586    builtin and then its argument prototype would still apply.  */
13587 #ifdef __cplusplus
13588 extern "C"
13589 #endif
13590 char waddch ();
13591 int
13592 main ()
13593 {
13594 return waddch ();
13595   ;
13596   return 0;
13597 }
13598 _ACEOF
13599 rm -f conftest.$ac_objext conftest$ac_exeext
13600 if { (ac_try="$ac_link"
13601 case "(($ac_try" in
13602   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13603   *) ac_try_echo=$ac_try;;
13604 esac
13605 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13606 $as_echo "$ac_try_echo") >&5
13607   (eval "$ac_link") 2>conftest.er1
13608   ac_status=$?
13609   grep -v '^ *+' conftest.er1 >conftest.err
13610   rm -f conftest.er1
13611   cat conftest.err >&5
13612   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13613   (exit $ac_status); } && {
13614          test -z "$ac_c_werror_flag" ||
13615          test ! -s conftest.err
13616        } && test -s conftest$ac_exeext && {
13617          test "$cross_compiling" = yes ||
13618          $as_test_x conftest$ac_exeext
13619        }; then
13620   case "$LIBEXT" in
13621     dll) ;;
13622     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'` ;;
13623     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13624   esac
13625 else
13626   $as_echo "$as_me: failed program was:" >&5
13627 sed 's/^/| /' conftest.$ac_ext >&5
13628
13629
13630 fi
13631
13632 rm -rf conftest.dSYM
13633 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13634       conftest$ac_exeext conftest.$ac_ext
13635   LIBS=$ac_check_soname_save_LIBS
13636 fi
13637 if test "x$ac_cv_lib_soname_curses" = "x"; then
13638   { $as_echo "$as_me:$LINENO: result: not found" >&5
13639 $as_echo "not found" >&6; }
13640
13641 else
13642   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13643 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13644
13645 cat >>confdefs.h <<_ACEOF
13646 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13647 _ACEOF
13648
13649        CURSESLIBS="-lcurses"
13650 fi
13651
13652 fi
13653 ac_save_LIBS="$LIBS"
13654 LIBS="$LIBS $CURSESLIBS"
13655
13656 for ac_func in mousemask
13657 do
13658 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13659 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13660 $as_echo_n "checking for $ac_func... " >&6; }
13661 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13662   $as_echo_n "(cached) " >&6
13663 else
13664   cat >conftest.$ac_ext <<_ACEOF
13665 /* confdefs.h.  */
13666 _ACEOF
13667 cat confdefs.h >>conftest.$ac_ext
13668 cat >>conftest.$ac_ext <<_ACEOF
13669 /* end confdefs.h.  */
13670 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13671    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13672 #define $ac_func innocuous_$ac_func
13673
13674 /* System header to define __stub macros and hopefully few prototypes,
13675     which can conflict with char $ac_func (); below.
13676     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13677     <limits.h> exists even on freestanding compilers.  */
13678
13679 #ifdef __STDC__
13680 # include <limits.h>
13681 #else
13682 # include <assert.h>
13683 #endif
13684
13685 #undef $ac_func
13686
13687 /* Override any GCC internal prototype to avoid an error.
13688    Use char because int might match the return type of a GCC
13689    builtin and then its argument prototype would still apply.  */
13690 #ifdef __cplusplus
13691 extern "C"
13692 #endif
13693 char $ac_func ();
13694 /* The GNU C library defines this for functions which it implements
13695     to always fail with ENOSYS.  Some functions are actually named
13696     something starting with __ and the normal name is an alias.  */
13697 #if defined __stub_$ac_func || defined __stub___$ac_func
13698 choke me
13699 #endif
13700
13701 int
13702 main ()
13703 {
13704 return $ac_func ();
13705   ;
13706   return 0;
13707 }
13708 _ACEOF
13709 rm -f conftest.$ac_objext conftest$ac_exeext
13710 if { (ac_try="$ac_link"
13711 case "(($ac_try" in
13712   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13713   *) ac_try_echo=$ac_try;;
13714 esac
13715 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13716 $as_echo "$ac_try_echo") >&5
13717   (eval "$ac_link") 2>conftest.er1
13718   ac_status=$?
13719   grep -v '^ *+' conftest.er1 >conftest.err
13720   rm -f conftest.er1
13721   cat conftest.err >&5
13722   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13723   (exit $ac_status); } && {
13724          test -z "$ac_c_werror_flag" ||
13725          test ! -s conftest.err
13726        } && test -s conftest$ac_exeext && {
13727          test "$cross_compiling" = yes ||
13728          $as_test_x conftest$ac_exeext
13729        }; then
13730   eval "$as_ac_var=yes"
13731 else
13732   $as_echo "$as_me: failed program was:" >&5
13733 sed 's/^/| /' conftest.$ac_ext >&5
13734
13735         eval "$as_ac_var=no"
13736 fi
13737
13738 rm -rf conftest.dSYM
13739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13740       conftest$ac_exeext conftest.$ac_ext
13741 fi
13742 ac_res=`eval 'as_val=${'$as_ac_var'}
13743                  $as_echo "$as_val"'`
13744                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13745 $as_echo "$ac_res" >&6; }
13746 as_val=`eval 'as_val=${'$as_ac_var'}
13747                  $as_echo "$as_val"'`
13748    if test "x$as_val" = x""yes; then
13749   cat >>confdefs.h <<_ACEOF
13750 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13751 _ACEOF
13752
13753 fi
13754 done
13755
13756 LIBS="$ac_save_LIBS"
13757 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13758   case "x$with_curses" in
13759   x)   wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13760   xno) ;;
13761   *)   { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13762 This is an error since --with-curses was requested." >&5
13763 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13764 This is an error since --with-curses was requested." >&2;}
13765    { (exit 1); exit 1; }; } ;;
13766 esac
13767 fi
13768
13769
13770 if test "x$with_sane" != "xno"
13771 then
13772     ac_save_CPPFLAGS="$CPPFLAGS"
13773     # Extract the first word of "sane-config", so it can be a program name with args.
13774 set dummy sane-config; ac_word=$2
13775 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13776 $as_echo_n "checking for $ac_word... " >&6; }
13777 if test "${ac_cv_prog_sane_devel+set}" = set; then
13778   $as_echo_n "(cached) " >&6
13779 else
13780   if test -n "$sane_devel"; then
13781   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13782 else
13783 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13784 for as_dir in $PATH
13785 do
13786   IFS=$as_save_IFS
13787   test -z "$as_dir" && as_dir=.
13788   for ac_exec_ext in '' $ac_executable_extensions; do
13789   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13790     ac_cv_prog_sane_devel="sane-config"
13791     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13792     break 2
13793   fi
13794 done
13795 done
13796 IFS=$as_save_IFS
13797
13798   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13799 fi
13800 fi
13801 sane_devel=$ac_cv_prog_sane_devel
13802 if test -n "$sane_devel"; then
13803   { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13804 $as_echo "$sane_devel" >&6; }
13805 else
13806   { $as_echo "$as_me:$LINENO: result: no" >&5
13807 $as_echo "no" >&6; }
13808 fi
13809
13810
13811     if test "$sane_devel" != "no"
13812     then
13813         ac_sane_incl="`$sane_devel --cflags`"
13814         ac_sane_libs="`$sane_devel --ldflags`"
13815         CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13816     fi
13817     if test "${ac_cv_header_sane_sane_h+set}" = set; then
13818   { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13819 $as_echo_n "checking for sane/sane.h... " >&6; }
13820 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13821   $as_echo_n "(cached) " >&6
13822 fi
13823 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13824 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13825 else
13826   # Is the header compilable?
13827 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13828 $as_echo_n "checking sane/sane.h usability... " >&6; }
13829 cat >conftest.$ac_ext <<_ACEOF
13830 /* confdefs.h.  */
13831 _ACEOF
13832 cat confdefs.h >>conftest.$ac_ext
13833 cat >>conftest.$ac_ext <<_ACEOF
13834 /* end confdefs.h.  */
13835 $ac_includes_default
13836 #include <sane/sane.h>
13837 _ACEOF
13838 rm -f conftest.$ac_objext
13839 if { (ac_try="$ac_compile"
13840 case "(($ac_try" in
13841   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13842   *) ac_try_echo=$ac_try;;
13843 esac
13844 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13845 $as_echo "$ac_try_echo") >&5
13846   (eval "$ac_compile") 2>conftest.er1
13847   ac_status=$?
13848   grep -v '^ *+' conftest.er1 >conftest.err
13849   rm -f conftest.er1
13850   cat conftest.err >&5
13851   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13852   (exit $ac_status); } && {
13853          test -z "$ac_c_werror_flag" ||
13854          test ! -s conftest.err
13855        } && test -s conftest.$ac_objext; then
13856   ac_header_compiler=yes
13857 else
13858   $as_echo "$as_me: failed program was:" >&5
13859 sed 's/^/| /' conftest.$ac_ext >&5
13860
13861         ac_header_compiler=no
13862 fi
13863
13864 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13865 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13866 $as_echo "$ac_header_compiler" >&6; }
13867
13868 # Is the header present?
13869 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13870 $as_echo_n "checking sane/sane.h presence... " >&6; }
13871 cat >conftest.$ac_ext <<_ACEOF
13872 /* confdefs.h.  */
13873 _ACEOF
13874 cat confdefs.h >>conftest.$ac_ext
13875 cat >>conftest.$ac_ext <<_ACEOF
13876 /* end confdefs.h.  */
13877 #include <sane/sane.h>
13878 _ACEOF
13879 if { (ac_try="$ac_cpp conftest.$ac_ext"
13880 case "(($ac_try" in
13881   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13882   *) ac_try_echo=$ac_try;;
13883 esac
13884 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13885 $as_echo "$ac_try_echo") >&5
13886   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13887   ac_status=$?
13888   grep -v '^ *+' conftest.er1 >conftest.err
13889   rm -f conftest.er1
13890   cat conftest.err >&5
13891   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13892   (exit $ac_status); } >/dev/null && {
13893          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13894          test ! -s conftest.err
13895        }; then
13896   ac_header_preproc=yes
13897 else
13898   $as_echo "$as_me: failed program was:" >&5
13899 sed 's/^/| /' conftest.$ac_ext >&5
13900
13901   ac_header_preproc=no
13902 fi
13903
13904 rm -f conftest.err conftest.$ac_ext
13905 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13906 $as_echo "$ac_header_preproc" >&6; }
13907
13908 # So?  What about this header?
13909 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13910   yes:no: )
13911     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13912 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13913     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13914 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13915     ac_header_preproc=yes
13916     ;;
13917   no:yes:* )
13918     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13919 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13920     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&5
13921 $as_echo "$as_me: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&2;}
13922     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13923 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13924     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&5
13925 $as_echo "$as_me: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13926     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13927 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13928     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13929 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13930     ( cat <<\_ASBOX
13931 ## ------------------------------------ ##
13932 ## Report this to wine-devel@winehq.org ##
13933 ## ------------------------------------ ##
13934 _ASBOX
13935      ) | sed "s/^/$as_me: WARNING:     /" >&2
13936     ;;
13937 esac
13938 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13939 $as_echo_n "checking for sane/sane.h... " >&6; }
13940 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13941   $as_echo_n "(cached) " >&6
13942 else
13943   ac_cv_header_sane_sane_h=$ac_header_preproc
13944 fi
13945 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13946 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13947
13948 fi
13949 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13950   { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13951 $as_echo_n "checking for -lsane... " >&6; }
13952 if test "${ac_cv_lib_soname_sane+set}" = set; then
13953   $as_echo_n "(cached) " >&6
13954 else
13955   ac_check_soname_save_LIBS=$LIBS
13956 LIBS="-lsane $ac_sane_libs $LIBS"
13957   cat >conftest.$ac_ext <<_ACEOF
13958 /* confdefs.h.  */
13959 _ACEOF
13960 cat confdefs.h >>conftest.$ac_ext
13961 cat >>conftest.$ac_ext <<_ACEOF
13962 /* end confdefs.h.  */
13963
13964 /* Override any GCC internal prototype to avoid an error.
13965    Use char because int might match the return type of a GCC
13966    builtin and then its argument prototype would still apply.  */
13967 #ifdef __cplusplus
13968 extern "C"
13969 #endif
13970 char sane_init ();
13971 int
13972 main ()
13973 {
13974 return sane_init ();
13975   ;
13976   return 0;
13977 }
13978 _ACEOF
13979 rm -f conftest.$ac_objext conftest$ac_exeext
13980 if { (ac_try="$ac_link"
13981 case "(($ac_try" in
13982   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13983   *) ac_try_echo=$ac_try;;
13984 esac
13985 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13986 $as_echo "$ac_try_echo") >&5
13987   (eval "$ac_link") 2>conftest.er1
13988   ac_status=$?
13989   grep -v '^ *+' conftest.er1 >conftest.err
13990   rm -f conftest.er1
13991   cat conftest.err >&5
13992   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13993   (exit $ac_status); } && {
13994          test -z "$ac_c_werror_flag" ||
13995          test ! -s conftest.err
13996        } && test -s conftest$ac_exeext && {
13997          test "$cross_compiling" = yes ||
13998          $as_test_x conftest$ac_exeext
13999        }; then
14000   case "$LIBEXT" in
14001     dll) ;;
14002     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'` ;;
14003     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
14004   esac
14005 else
14006   $as_echo "$as_me: failed program was:" >&5
14007 sed 's/^/| /' conftest.$ac_ext >&5
14008
14009
14010 fi
14011
14012 rm -rf conftest.dSYM
14013 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14014       conftest$ac_exeext conftest.$ac_ext
14015   LIBS=$ac_check_soname_save_LIBS
14016 fi
14017 if test "x$ac_cv_lib_soname_sane" = "x"; then
14018   { $as_echo "$as_me:$LINENO: result: not found" >&5
14019 $as_echo "not found" >&6; }
14020
14021 else
14022   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
14023 $as_echo "$ac_cv_lib_soname_sane" >&6; }
14024
14025 cat >>confdefs.h <<_ACEOF
14026 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
14027 _ACEOF
14028
14029        SANEINCL="$ac_sane_incl"
14030
14031 fi
14032
14033 fi
14034
14035
14036     CPPFLAGS="$ac_save_CPPFLAGS"
14037 fi
14038 if test "x$ac_cv_lib_soname_sane" = "x"; then
14039   case "x$with_sane" in
14040   x)   wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14041   xno) ;;
14042   *)   { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14043 This is an error since --with-sane was requested." >&5
14044 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14045 This is an error since --with-sane was requested." >&2;}
14046    { (exit 1); exit 1; }; } ;;
14047 esac
14048 fi
14049
14050
14051 if test "x$with_gphoto" != "xno"
14052 then
14053     ac_save_CPPFLAGS="$CPPFLAGS"
14054     # Extract the first word of "gphoto2-config", so it can be a program name with args.
14055 set dummy gphoto2-config; ac_word=$2
14056 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14057 $as_echo_n "checking for $ac_word... " >&6; }
14058 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14059   $as_echo_n "(cached) " >&6
14060 else
14061   if test -n "$gphoto2_devel"; then
14062   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14063 else
14064 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14065 for as_dir in $PATH
14066 do
14067   IFS=$as_save_IFS
14068   test -z "$as_dir" && as_dir=.
14069   for ac_exec_ext in '' $ac_executable_extensions; do
14070   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14071     ac_cv_prog_gphoto2_devel="gphoto2-config"
14072     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14073     break 2
14074   fi
14075 done
14076 done
14077 IFS=$as_save_IFS
14078
14079   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14080 fi
14081 fi
14082 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14083 if test -n "$gphoto2_devel"; then
14084   { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14085 $as_echo "$gphoto2_devel" >&6; }
14086 else
14087   { $as_echo "$as_me:$LINENO: result: no" >&5
14088 $as_echo "no" >&6; }
14089 fi
14090
14091
14092     # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14093 set dummy gphoto2-port-config; ac_word=$2
14094 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14095 $as_echo_n "checking for $ac_word... " >&6; }
14096 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14097   $as_echo_n "(cached) " >&6
14098 else
14099   if test -n "$gphoto2port_devel"; then
14100   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14101 else
14102 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14103 for as_dir in $PATH
14104 do
14105   IFS=$as_save_IFS
14106   test -z "$as_dir" && as_dir=.
14107   for ac_exec_ext in '' $ac_executable_extensions; do
14108   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14109     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14110     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14111     break 2
14112   fi
14113 done
14114 done
14115 IFS=$as_save_IFS
14116
14117   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14118 fi
14119 fi
14120 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14121 if test -n "$gphoto2port_devel"; then
14122   { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14123 $as_echo "$gphoto2port_devel" >&6; }
14124 else
14125   { $as_echo "$as_me:$LINENO: result: no" >&5
14126 $as_echo "no" >&6; }
14127 fi
14128
14129
14130     if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14131     then
14132         ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14133         ac_gphoto2_libs=""
14134         for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14135         do
14136             case "$i" in
14137             -L/usr/lib|-L/usr/lib64) ;;
14138             -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14139             esac
14140         done
14141         CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14142     fi
14143     ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14144     if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14145   { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14146 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14147 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14148   $as_echo_n "(cached) " >&6
14149 fi
14150 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14151 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14152 else
14153   # Is the header compilable?
14154 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14155 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14156 cat >conftest.$ac_ext <<_ACEOF
14157 /* confdefs.h.  */
14158 _ACEOF
14159 cat confdefs.h >>conftest.$ac_ext
14160 cat >>conftest.$ac_ext <<_ACEOF
14161 /* end confdefs.h.  */
14162 $ac_includes_default
14163 #include <gphoto2-camera.h>
14164 _ACEOF
14165 rm -f conftest.$ac_objext
14166 if { (ac_try="$ac_compile"
14167 case "(($ac_try" in
14168   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14169   *) ac_try_echo=$ac_try;;
14170 esac
14171 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14172 $as_echo "$ac_try_echo") >&5
14173   (eval "$ac_compile") 2>conftest.er1
14174   ac_status=$?
14175   grep -v '^ *+' conftest.er1 >conftest.err
14176   rm -f conftest.er1
14177   cat conftest.err >&5
14178   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14179   (exit $ac_status); } && {
14180          test -z "$ac_c_werror_flag" ||
14181          test ! -s conftest.err
14182        } && test -s conftest.$ac_objext; then
14183   ac_header_compiler=yes
14184 else
14185   $as_echo "$as_me: failed program was:" >&5
14186 sed 's/^/| /' conftest.$ac_ext >&5
14187
14188         ac_header_compiler=no
14189 fi
14190
14191 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14192 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14193 $as_echo "$ac_header_compiler" >&6; }
14194
14195 # Is the header present?
14196 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14197 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14198 cat >conftest.$ac_ext <<_ACEOF
14199 /* confdefs.h.  */
14200 _ACEOF
14201 cat confdefs.h >>conftest.$ac_ext
14202 cat >>conftest.$ac_ext <<_ACEOF
14203 /* end confdefs.h.  */
14204 #include <gphoto2-camera.h>
14205 _ACEOF
14206 if { (ac_try="$ac_cpp conftest.$ac_ext"
14207 case "(($ac_try" in
14208   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14209   *) ac_try_echo=$ac_try;;
14210 esac
14211 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14212 $as_echo "$ac_try_echo") >&5
14213   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14214   ac_status=$?
14215   grep -v '^ *+' conftest.er1 >conftest.err
14216   rm -f conftest.er1
14217   cat conftest.err >&5
14218   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14219   (exit $ac_status); } >/dev/null && {
14220          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14221          test ! -s conftest.err
14222        }; then
14223   ac_header_preproc=yes
14224 else
14225   $as_echo "$as_me: failed program was:" >&5
14226 sed 's/^/| /' conftest.$ac_ext >&5
14227
14228   ac_header_preproc=no
14229 fi
14230
14231 rm -f conftest.err conftest.$ac_ext
14232 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14233 $as_echo "$ac_header_preproc" >&6; }
14234
14235 # So?  What about this header?
14236 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14237   yes:no: )
14238     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14239 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14240     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14241 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14242     ac_header_preproc=yes
14243     ;;
14244   no:yes:* )
14245     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14246 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14247     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&5
14248 $as_echo "$as_me: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&2;}
14249     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14250 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14251     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&5
14252 $as_echo "$as_me: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&2;}
14253     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14254 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14255     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14256 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14257     ( cat <<\_ASBOX
14258 ## ------------------------------------ ##
14259 ## Report this to wine-devel@winehq.org ##
14260 ## ------------------------------------ ##
14261 _ASBOX
14262      ) | sed "s/^/$as_me: WARNING:     /" >&2
14263     ;;
14264 esac
14265 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14266 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14267 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14268   $as_echo_n "(cached) " >&6
14269 else
14270   ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14271 fi
14272 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14273 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14274
14275 fi
14276 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14277   { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14278 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14279 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14280   $as_echo_n "(cached) " >&6
14281 else
14282   ac_check_lib_save_LIBS=$LIBS
14283 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14284 cat >conftest.$ac_ext <<_ACEOF
14285 /* confdefs.h.  */
14286 _ACEOF
14287 cat confdefs.h >>conftest.$ac_ext
14288 cat >>conftest.$ac_ext <<_ACEOF
14289 /* end confdefs.h.  */
14290
14291 /* Override any GCC internal prototype to avoid an error.
14292    Use char because int might match the return type of a GCC
14293    builtin and then its argument prototype would still apply.  */
14294 #ifdef __cplusplus
14295 extern "C"
14296 #endif
14297 char gp_camera_new ();
14298 int
14299 main ()
14300 {
14301 return gp_camera_new ();
14302   ;
14303   return 0;
14304 }
14305 _ACEOF
14306 rm -f conftest.$ac_objext conftest$ac_exeext
14307 if { (ac_try="$ac_link"
14308 case "(($ac_try" in
14309   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14310   *) ac_try_echo=$ac_try;;
14311 esac
14312 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14313 $as_echo "$ac_try_echo") >&5
14314   (eval "$ac_link") 2>conftest.er1
14315   ac_status=$?
14316   grep -v '^ *+' conftest.er1 >conftest.err
14317   rm -f conftest.er1
14318   cat conftest.err >&5
14319   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14320   (exit $ac_status); } && {
14321          test -z "$ac_c_werror_flag" ||
14322          test ! -s conftest.err
14323        } && test -s conftest$ac_exeext && {
14324          test "$cross_compiling" = yes ||
14325          $as_test_x conftest$ac_exeext
14326        }; then
14327   ac_cv_lib_gphoto2_gp_camera_new=yes
14328 else
14329   $as_echo "$as_me: failed program was:" >&5
14330 sed 's/^/| /' conftest.$ac_ext >&5
14331
14332         ac_cv_lib_gphoto2_gp_camera_new=no
14333 fi
14334
14335 rm -rf conftest.dSYM
14336 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14337       conftest$ac_exeext conftest.$ac_ext
14338 LIBS=$ac_check_lib_save_LIBS
14339 fi
14340 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14341 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14342 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14343
14344 cat >>confdefs.h <<\_ACEOF
14345 #define HAVE_GPHOTO2 1
14346 _ACEOF
14347
14348                                    GPHOTO2LIBS="$ac_gphoto2_libs"
14349
14350                                    GPHOTO2INCL="$ac_gphoto2_incl"
14351
14352 fi
14353
14354 fi
14355
14356
14357     CPPFLAGS="$ac_save_CPPFLAGS"
14358 fi
14359 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14360   case "x$with_gphoto" in
14361   x)   wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14362   xno) ;;
14363   *)   { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14364 This is an error since --with-gphoto was requested." >&5
14365 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14366 This is an error since --with-gphoto was requested." >&2;}
14367    { (exit 1); exit 1; }; } ;;
14368 esac
14369 fi
14370
14371
14372
14373 RESOLVLIBS=""
14374
14375 if test "$ac_cv_header_resolv_h" = "yes"
14376 then
14377     ac_save_LIBS="$LIBS"
14378     LIBS="$LIBS -lresolv"
14379     cat >conftest.$ac_ext <<_ACEOF
14380 /* confdefs.h.  */
14381 _ACEOF
14382 cat confdefs.h >>conftest.$ac_ext
14383 cat >>conftest.$ac_ext <<_ACEOF
14384 /* end confdefs.h.  */
14385 #ifdef HAVE_NETINET_IN_H
14386 #include <netinet/in.h>
14387 #endif
14388 #include <resolv.h>
14389 int
14390 main ()
14391 {
14392 res_init();
14393   ;
14394   return 0;
14395 }
14396 _ACEOF
14397 rm -f conftest.$ac_objext conftest$ac_exeext
14398 if { (ac_try="$ac_link"
14399 case "(($ac_try" in
14400   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14401   *) ac_try_echo=$ac_try;;
14402 esac
14403 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14404 $as_echo "$ac_try_echo") >&5
14405   (eval "$ac_link") 2>conftest.er1
14406   ac_status=$?
14407   grep -v '^ *+' conftest.er1 >conftest.err
14408   rm -f conftest.er1
14409   cat conftest.err >&5
14410   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14411   (exit $ac_status); } && {
14412          test -z "$ac_c_werror_flag" ||
14413          test ! -s conftest.err
14414        } && test -s conftest$ac_exeext && {
14415          test "$cross_compiling" = yes ||
14416          $as_test_x conftest$ac_exeext
14417        }; then
14418
14419 cat >>confdefs.h <<\_ACEOF
14420 #define HAVE_RESOLV 1
14421 _ACEOF
14422
14423          RESOLVLIBS="-lresolv"
14424 else
14425   $as_echo "$as_me: failed program was:" >&5
14426 sed 's/^/| /' conftest.$ac_ext >&5
14427
14428
14429 fi
14430
14431 rm -rf conftest.dSYM
14432 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14433       conftest$ac_exeext conftest.$ac_ext
14434     LIBS="$ac_save_LIBS"
14435 fi
14436
14437 LCMSLIBS=""
14438
14439 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14440 then
14441     { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14442 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14443 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14444   $as_echo_n "(cached) " >&6
14445 else
14446   ac_check_lib_save_LIBS=$LIBS
14447 LIBS="-llcms  $LIBS"
14448 cat >conftest.$ac_ext <<_ACEOF
14449 /* confdefs.h.  */
14450 _ACEOF
14451 cat confdefs.h >>conftest.$ac_ext
14452 cat >>conftest.$ac_ext <<_ACEOF
14453 /* end confdefs.h.  */
14454
14455 /* Override any GCC internal prototype to avoid an error.
14456    Use char because int might match the return type of a GCC
14457    builtin and then its argument prototype would still apply.  */
14458 #ifdef __cplusplus
14459 extern "C"
14460 #endif
14461 char cmsOpenProfileFromFile ();
14462 int
14463 main ()
14464 {
14465 return cmsOpenProfileFromFile ();
14466   ;
14467   return 0;
14468 }
14469 _ACEOF
14470 rm -f conftest.$ac_objext conftest$ac_exeext
14471 if { (ac_try="$ac_link"
14472 case "(($ac_try" in
14473   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14474   *) ac_try_echo=$ac_try;;
14475 esac
14476 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14477 $as_echo "$ac_try_echo") >&5
14478   (eval "$ac_link") 2>conftest.er1
14479   ac_status=$?
14480   grep -v '^ *+' conftest.er1 >conftest.err
14481   rm -f conftest.er1
14482   cat conftest.err >&5
14483   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14484   (exit $ac_status); } && {
14485          test -z "$ac_c_werror_flag" ||
14486          test ! -s conftest.err
14487        } && test -s conftest$ac_exeext && {
14488          test "$cross_compiling" = yes ||
14489          $as_test_x conftest$ac_exeext
14490        }; then
14491   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14492 else
14493   $as_echo "$as_me: failed program was:" >&5
14494 sed 's/^/| /' conftest.$ac_ext >&5
14495
14496         ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14497 fi
14498
14499 rm -rf conftest.dSYM
14500 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14501       conftest$ac_exeext conftest.$ac_ext
14502 LIBS=$ac_check_lib_save_LIBS
14503 fi
14504 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14505 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14506 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14507
14508 cat >>confdefs.h <<\_ACEOF
14509 #define HAVE_LCMS 1
14510 _ACEOF
14511
14512          LCMSLIBS="-llcms"
14513 fi
14514
14515 fi
14516 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14517   case "x$with_cms" in
14518   x)   wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14519   xno) ;;
14520   *)   { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14521 This is an error since --with-cms was requested." >&5
14522 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14523 This is an error since --with-cms was requested." >&2;}
14524    { (exit 1); exit 1; }; } ;;
14525 esac
14526 fi
14527
14528
14529 if test "x$with_freetype" != "xno"
14530 then
14531     for ac_prog in freetype-config freetype2-config
14532 do
14533   # Extract the first word of "$ac_prog", so it can be a program name with args.
14534 set dummy $ac_prog; ac_word=$2
14535 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14536 $as_echo_n "checking for $ac_word... " >&6; }
14537 if test "${ac_cv_prog_ft_devel+set}" = set; then
14538   $as_echo_n "(cached) " >&6
14539 else
14540   if test -n "$ft_devel"; then
14541   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14542 else
14543 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14544 for as_dir in $PATH
14545 do
14546   IFS=$as_save_IFS
14547   test -z "$as_dir" && as_dir=.
14548   for ac_exec_ext in '' $ac_executable_extensions; do
14549   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14550     ac_cv_prog_ft_devel="$ac_prog"
14551     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14552     break 2
14553   fi
14554 done
14555 done
14556 IFS=$as_save_IFS
14557
14558 fi
14559 fi
14560 ft_devel=$ac_cv_prog_ft_devel
14561 if test -n "$ft_devel"; then
14562   { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14563 $as_echo "$ft_devel" >&6; }
14564 else
14565   { $as_echo "$as_me:$LINENO: result: no" >&5
14566 $as_echo "no" >&6; }
14567 fi
14568
14569
14570   test -n "$ft_devel" && break
14571 done
14572 test -n "$ft_devel" || ft_devel="no"
14573
14574     if test "$ft_devel" != "no"
14575     then
14576         ac_freetype_incl=`$ft_devel --cflags`
14577         ac_freetype_libs=`$ft_devel --libs`
14578     fi
14579     ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14580     { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14581 $as_echo_n "checking for -lfreetype... " >&6; }
14582 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14583   $as_echo_n "(cached) " >&6
14584 else
14585   ac_check_soname_save_LIBS=$LIBS
14586 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14587   cat >conftest.$ac_ext <<_ACEOF
14588 /* confdefs.h.  */
14589 _ACEOF
14590 cat confdefs.h >>conftest.$ac_ext
14591 cat >>conftest.$ac_ext <<_ACEOF
14592 /* end confdefs.h.  */
14593
14594 /* Override any GCC internal prototype to avoid an error.
14595    Use char because int might match the return type of a GCC
14596    builtin and then its argument prototype would still apply.  */
14597 #ifdef __cplusplus
14598 extern "C"
14599 #endif
14600 char FT_Init_FreeType ();
14601 int
14602 main ()
14603 {
14604 return FT_Init_FreeType ();
14605   ;
14606   return 0;
14607 }
14608 _ACEOF
14609 rm -f conftest.$ac_objext conftest$ac_exeext
14610 if { (ac_try="$ac_link"
14611 case "(($ac_try" in
14612   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14613   *) ac_try_echo=$ac_try;;
14614 esac
14615 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14616 $as_echo "$ac_try_echo") >&5
14617   (eval "$ac_link") 2>conftest.er1
14618   ac_status=$?
14619   grep -v '^ *+' conftest.er1 >conftest.err
14620   rm -f conftest.er1
14621   cat conftest.err >&5
14622   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14623   (exit $ac_status); } && {
14624          test -z "$ac_c_werror_flag" ||
14625          test ! -s conftest.err
14626        } && test -s conftest$ac_exeext && {
14627          test "$cross_compiling" = yes ||
14628          $as_test_x conftest$ac_exeext
14629        }; then
14630   case "$LIBEXT" in
14631     dll) ;;
14632     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'` ;;
14633     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
14634   esac
14635 else
14636   $as_echo "$as_me: failed program was:" >&5
14637 sed 's/^/| /' conftest.$ac_ext >&5
14638
14639
14640 fi
14641
14642 rm -rf conftest.dSYM
14643 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14644       conftest$ac_exeext conftest.$ac_ext
14645   LIBS=$ac_check_soname_save_LIBS
14646 fi
14647 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14648   { $as_echo "$as_me:$LINENO: result: not found" >&5
14649 $as_echo "not found" >&6; }
14650        ft_lib=no
14651 else
14652   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14653 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14654
14655 cat >>confdefs.h <<_ACEOF
14656 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14657 _ACEOF
14658
14659        ft_lib=yes
14660 fi
14661
14662     if test "$ft_lib" = "yes"
14663     then
14664         ac_save_CPPFLAGS="$CPPFLAGS"
14665         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14666
14667
14668
14669
14670
14671
14672
14673
14674
14675
14676
14677
14678
14679 for ac_header in ft2build.h \
14680                          freetype/freetype.h \
14681                          freetype/ftglyph.h \
14682                          freetype/fttypes.h \
14683                          freetype/tttables.h \
14684                          freetype/ftnames.h \
14685                          freetype/ftsnames.h \
14686                          freetype/ttnameid.h \
14687                          freetype/ftoutln.h \
14688                          freetype/ftwinfnt.h \
14689                          freetype/ftmodapi.h \
14690                          freetype/ftlcdfil.h \
14691                          freetype/internal/sfnt.h
14692 do
14693 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14694 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14695 $as_echo_n "checking for $ac_header... " >&6; }
14696 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14697   $as_echo_n "(cached) " >&6
14698 else
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 #ifdef HAVE_FT2BUILD_H
14706                           # include <ft2build.h>
14707                           #endif
14708
14709 #include <$ac_header>
14710 _ACEOF
14711 rm -f conftest.$ac_objext
14712 if { (ac_try="$ac_compile"
14713 case "(($ac_try" in
14714   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14715   *) ac_try_echo=$ac_try;;
14716 esac
14717 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14718 $as_echo "$ac_try_echo") >&5
14719   (eval "$ac_compile") 2>conftest.er1
14720   ac_status=$?
14721   grep -v '^ *+' conftest.er1 >conftest.err
14722   rm -f conftest.er1
14723   cat conftest.err >&5
14724   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14725   (exit $ac_status); } && {
14726          test -z "$ac_c_werror_flag" ||
14727          test ! -s conftest.err
14728        } && test -s conftest.$ac_objext; then
14729   eval "$as_ac_Header=yes"
14730 else
14731   $as_echo "$as_me: failed program was:" >&5
14732 sed 's/^/| /' conftest.$ac_ext >&5
14733
14734         eval "$as_ac_Header=no"
14735 fi
14736
14737 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14738 fi
14739 ac_res=`eval 'as_val=${'$as_ac_Header'}
14740                  $as_echo "$as_val"'`
14741                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14742 $as_echo "$ac_res" >&6; }
14743 as_val=`eval 'as_val=${'$as_ac_Header'}
14744                  $as_echo "$as_val"'`
14745    if test "x$as_val" = x""yes; then
14746   cat >>confdefs.h <<_ACEOF
14747 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14748 _ACEOF
14749
14750 fi
14751
14752 done
14753
14754         cat >conftest.$ac_ext <<_ACEOF
14755 /* confdefs.h.  */
14756 _ACEOF
14757 cat confdefs.h >>conftest.$ac_ext
14758 cat >>conftest.$ac_ext <<_ACEOF
14759 /* end confdefs.h.  */
14760 #include <ft2build.h>
14761                     #include <freetype/fttrigon.h>
14762 _ACEOF
14763 if { (ac_try="$ac_cpp conftest.$ac_ext"
14764 case "(($ac_try" in
14765   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14766   *) ac_try_echo=$ac_try;;
14767 esac
14768 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14769 $as_echo "$ac_try_echo") >&5
14770   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14771   ac_status=$?
14772   grep -v '^ *+' conftest.er1 >conftest.err
14773   rm -f conftest.er1
14774   cat conftest.err >&5
14775   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14776   (exit $ac_status); } >/dev/null && {
14777          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14778          test ! -s conftest.err
14779        }; then
14780
14781 cat >>confdefs.h <<\_ACEOF
14782 #define HAVE_FREETYPE_FTTRIGON_H 1
14783 _ACEOF
14784
14785                     wine_cv_fttrigon=yes
14786 else
14787   $as_echo "$as_me: failed program was:" >&5
14788 sed 's/^/| /' conftest.$ac_ext >&5
14789
14790   wine_cv_fttrigon=no
14791 fi
14792
14793 rm -f conftest.err conftest.$ac_ext
14794         { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14795 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14796 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14797   $as_echo_n "(cached) " >&6
14798 else
14799   ac_cv_type_FT_TrueTypeEngineType=no
14800 cat >conftest.$ac_ext <<_ACEOF
14801 /* confdefs.h.  */
14802 _ACEOF
14803 cat confdefs.h >>conftest.$ac_ext
14804 cat >>conftest.$ac_ext <<_ACEOF
14805 /* end confdefs.h.  */
14806 #include <freetype/ftmodapi.h>
14807
14808 int
14809 main ()
14810 {
14811 if (sizeof (FT_TrueTypeEngineType))
14812        return 0;
14813   ;
14814   return 0;
14815 }
14816 _ACEOF
14817 rm -f conftest.$ac_objext
14818 if { (ac_try="$ac_compile"
14819 case "(($ac_try" in
14820   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14821   *) ac_try_echo=$ac_try;;
14822 esac
14823 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14824 $as_echo "$ac_try_echo") >&5
14825   (eval "$ac_compile") 2>conftest.er1
14826   ac_status=$?
14827   grep -v '^ *+' conftest.er1 >conftest.err
14828   rm -f conftest.er1
14829   cat conftest.err >&5
14830   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14831   (exit $ac_status); } && {
14832          test -z "$ac_c_werror_flag" ||
14833          test ! -s conftest.err
14834        } && test -s conftest.$ac_objext; then
14835   cat >conftest.$ac_ext <<_ACEOF
14836 /* confdefs.h.  */
14837 _ACEOF
14838 cat confdefs.h >>conftest.$ac_ext
14839 cat >>conftest.$ac_ext <<_ACEOF
14840 /* end confdefs.h.  */
14841 #include <freetype/ftmodapi.h>
14842
14843 int
14844 main ()
14845 {
14846 if (sizeof ((FT_TrueTypeEngineType)))
14847           return 0;
14848   ;
14849   return 0;
14850 }
14851 _ACEOF
14852 rm -f conftest.$ac_objext
14853 if { (ac_try="$ac_compile"
14854 case "(($ac_try" in
14855   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14856   *) ac_try_echo=$ac_try;;
14857 esac
14858 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14859 $as_echo "$ac_try_echo") >&5
14860   (eval "$ac_compile") 2>conftest.er1
14861   ac_status=$?
14862   grep -v '^ *+' conftest.er1 >conftest.err
14863   rm -f conftest.er1
14864   cat conftest.err >&5
14865   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14866   (exit $ac_status); } && {
14867          test -z "$ac_c_werror_flag" ||
14868          test ! -s conftest.err
14869        } && test -s conftest.$ac_objext; then
14870   :
14871 else
14872   $as_echo "$as_me: failed program was:" >&5
14873 sed 's/^/| /' conftest.$ac_ext >&5
14874
14875         ac_cv_type_FT_TrueTypeEngineType=yes
14876 fi
14877
14878 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14879 else
14880   $as_echo "$as_me: failed program was:" >&5
14881 sed 's/^/| /' conftest.$ac_ext >&5
14882
14883
14884 fi
14885
14886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14887 fi
14888 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14889 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14890 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14891
14892 cat >>confdefs.h <<_ACEOF
14893 #define HAVE_FT_TRUETYPEENGINETYPE 1
14894 _ACEOF
14895
14896
14897 fi
14898
14899         ac_save_CFLAGS="$CFLAGS"
14900         CFLAGS="$CFLAGS $ac_freetype_libs"
14901
14902 for ac_func in FT_Load_Sfnt_Table
14903 do
14904 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14905 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14906 $as_echo_n "checking for $ac_func... " >&6; }
14907 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14908   $as_echo_n "(cached) " >&6
14909 else
14910   cat >conftest.$ac_ext <<_ACEOF
14911 /* confdefs.h.  */
14912 _ACEOF
14913 cat confdefs.h >>conftest.$ac_ext
14914 cat >>conftest.$ac_ext <<_ACEOF
14915 /* end confdefs.h.  */
14916 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14917    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14918 #define $ac_func innocuous_$ac_func
14919
14920 /* System header to define __stub macros and hopefully few prototypes,
14921     which can conflict with char $ac_func (); below.
14922     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14923     <limits.h> exists even on freestanding compilers.  */
14924
14925 #ifdef __STDC__
14926 # include <limits.h>
14927 #else
14928 # include <assert.h>
14929 #endif
14930
14931 #undef $ac_func
14932
14933 /* Override any GCC internal prototype to avoid an error.
14934    Use char because int might match the return type of a GCC
14935    builtin and then its argument prototype would still apply.  */
14936 #ifdef __cplusplus
14937 extern "C"
14938 #endif
14939 char $ac_func ();
14940 /* The GNU C library defines this for functions which it implements
14941     to always fail with ENOSYS.  Some functions are actually named
14942     something starting with __ and the normal name is an alias.  */
14943 #if defined __stub_$ac_func || defined __stub___$ac_func
14944 choke me
14945 #endif
14946
14947 int
14948 main ()
14949 {
14950 return $ac_func ();
14951   ;
14952   return 0;
14953 }
14954 _ACEOF
14955 rm -f conftest.$ac_objext conftest$ac_exeext
14956 if { (ac_try="$ac_link"
14957 case "(($ac_try" in
14958   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14959   *) ac_try_echo=$ac_try;;
14960 esac
14961 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14962 $as_echo "$ac_try_echo") >&5
14963   (eval "$ac_link") 2>conftest.er1
14964   ac_status=$?
14965   grep -v '^ *+' conftest.er1 >conftest.err
14966   rm -f conftest.er1
14967   cat conftest.err >&5
14968   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14969   (exit $ac_status); } && {
14970          test -z "$ac_c_werror_flag" ||
14971          test ! -s conftest.err
14972        } && test -s conftest$ac_exeext && {
14973          test "$cross_compiling" = yes ||
14974          $as_test_x conftest$ac_exeext
14975        }; then
14976   eval "$as_ac_var=yes"
14977 else
14978   $as_echo "$as_me: failed program was:" >&5
14979 sed 's/^/| /' conftest.$ac_ext >&5
14980
14981         eval "$as_ac_var=no"
14982 fi
14983
14984 rm -rf conftest.dSYM
14985 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14986       conftest$ac_exeext conftest.$ac_ext
14987 fi
14988 ac_res=`eval 'as_val=${'$as_ac_var'}
14989                  $as_echo "$as_val"'`
14990                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14991 $as_echo "$ac_res" >&6; }
14992 as_val=`eval 'as_val=${'$as_ac_var'}
14993                  $as_echo "$as_val"'`
14994    if test "x$as_val" = x""yes; then
14995   cat >>confdefs.h <<_ACEOF
14996 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14997 _ACEOF
14998
14999 fi
15000 done
15001
15002         CFLAGS="$ac_save_CFLAGS"
15003         CPPFLAGS="$ac_save_CPPFLAGS"
15004                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
15005         then
15006
15007 cat >>confdefs.h <<\_ACEOF
15008 #define HAVE_FREETYPE 1
15009 _ACEOF
15010
15011             FREETYPELIBS="$ac_freetype_libs"
15012
15013             FREETYPEINCL="$ac_freetype_incl"
15014
15015         fi
15016     fi
15017 fi
15018 if test "x$FREETYPELIBS" = "x"; then
15019   case "x$with_freetype" in
15020   xno) ;;
15021   *)   { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15022 Use the --without-freetype option if you really want this." >&5
15023 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15024 Use the --without-freetype option if you really want this." >&2;}
15025    { (exit 1); exit 1; }; } ;;
15026 esac
15027 fi
15028
15029 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
15030
15031 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
15032 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
15033 if test "${ac_cv_c_ppdev+set}" = set; then
15034   $as_echo_n "(cached) " >&6
15035 else
15036   cat >conftest.$ac_ext <<_ACEOF
15037 /* confdefs.h.  */
15038 _ACEOF
15039 cat confdefs.h >>conftest.$ac_ext
15040 cat >>conftest.$ac_ext <<_ACEOF
15041 /* end confdefs.h.  */
15042 #include <linux/ppdev.h>
15043 int
15044 main ()
15045 {
15046 ioctl (1,PPCLAIM,0)
15047   ;
15048   return 0;
15049 }
15050 _ACEOF
15051 rm -f conftest.$ac_objext
15052 if { (ac_try="$ac_compile"
15053 case "(($ac_try" in
15054   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15055   *) ac_try_echo=$ac_try;;
15056 esac
15057 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15058 $as_echo "$ac_try_echo") >&5
15059   (eval "$ac_compile") 2>conftest.er1
15060   ac_status=$?
15061   grep -v '^ *+' conftest.er1 >conftest.err
15062   rm -f conftest.er1
15063   cat conftest.err >&5
15064   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15065   (exit $ac_status); } && {
15066          test -z "$ac_c_werror_flag" ||
15067          test ! -s conftest.err
15068        } && test -s conftest.$ac_objext; then
15069   ac_cv_c_ppdev="yes"
15070 else
15071   $as_echo "$as_me: failed program was:" >&5
15072 sed 's/^/| /' conftest.$ac_ext >&5
15073
15074         ac_cv_c_ppdev="no"
15075 fi
15076
15077 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15078 fi
15079 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15080 $as_echo "$ac_cv_c_ppdev" >&6; }
15081 if test "$ac_cv_c_ppdev" = "yes"
15082 then
15083
15084 cat >>confdefs.h <<\_ACEOF
15085 #define HAVE_PPDEV 1
15086 _ACEOF
15087
15088 fi
15089
15090 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15091 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15092 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15093   $as_echo_n "(cached) " >&6
15094 else
15095   ac_cv_type_pthread_rwlock_t=no
15096 cat >conftest.$ac_ext <<_ACEOF
15097 /* confdefs.h.  */
15098 _ACEOF
15099 cat confdefs.h >>conftest.$ac_ext
15100 cat >>conftest.$ac_ext <<_ACEOF
15101 /* end confdefs.h.  */
15102 #define _GNU_SOURCE
15103 #include <pthread.h>
15104
15105 int
15106 main ()
15107 {
15108 if (sizeof (pthread_rwlock_t))
15109        return 0;
15110   ;
15111   return 0;
15112 }
15113 _ACEOF
15114 rm -f conftest.$ac_objext
15115 if { (ac_try="$ac_compile"
15116 case "(($ac_try" in
15117   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15118   *) ac_try_echo=$ac_try;;
15119 esac
15120 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15121 $as_echo "$ac_try_echo") >&5
15122   (eval "$ac_compile") 2>conftest.er1
15123   ac_status=$?
15124   grep -v '^ *+' conftest.er1 >conftest.err
15125   rm -f conftest.er1
15126   cat conftest.err >&5
15127   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15128   (exit $ac_status); } && {
15129          test -z "$ac_c_werror_flag" ||
15130          test ! -s conftest.err
15131        } && test -s conftest.$ac_objext; then
15132   cat >conftest.$ac_ext <<_ACEOF
15133 /* confdefs.h.  */
15134 _ACEOF
15135 cat confdefs.h >>conftest.$ac_ext
15136 cat >>conftest.$ac_ext <<_ACEOF
15137 /* end confdefs.h.  */
15138 #define _GNU_SOURCE
15139 #include <pthread.h>
15140
15141 int
15142 main ()
15143 {
15144 if (sizeof ((pthread_rwlock_t)))
15145           return 0;
15146   ;
15147   return 0;
15148 }
15149 _ACEOF
15150 rm -f conftest.$ac_objext
15151 if { (ac_try="$ac_compile"
15152 case "(($ac_try" in
15153   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15154   *) ac_try_echo=$ac_try;;
15155 esac
15156 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15157 $as_echo "$ac_try_echo") >&5
15158   (eval "$ac_compile") 2>conftest.er1
15159   ac_status=$?
15160   grep -v '^ *+' conftest.er1 >conftest.err
15161   rm -f conftest.er1
15162   cat conftest.err >&5
15163   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15164   (exit $ac_status); } && {
15165          test -z "$ac_c_werror_flag" ||
15166          test ! -s conftest.err
15167        } && test -s conftest.$ac_objext; then
15168   :
15169 else
15170   $as_echo "$as_me: failed program was:" >&5
15171 sed 's/^/| /' conftest.$ac_ext >&5
15172
15173         ac_cv_type_pthread_rwlock_t=yes
15174 fi
15175
15176 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15177 else
15178   $as_echo "$as_me: failed program was:" >&5
15179 sed 's/^/| /' conftest.$ac_ext >&5
15180
15181
15182 fi
15183
15184 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15185 fi
15186 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15187 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15188 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15189
15190 cat >>confdefs.h <<_ACEOF
15191 #define HAVE_PTHREAD_RWLOCK_T 1
15192 _ACEOF
15193
15194
15195 fi
15196 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15197 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15198 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15199   $as_echo_n "(cached) " >&6
15200 else
15201   ac_cv_type_pthread_rwlockattr_t=no
15202 cat >conftest.$ac_ext <<_ACEOF
15203 /* confdefs.h.  */
15204 _ACEOF
15205 cat confdefs.h >>conftest.$ac_ext
15206 cat >>conftest.$ac_ext <<_ACEOF
15207 /* end confdefs.h.  */
15208 #define _GNU_SOURCE
15209 #include <pthread.h>
15210
15211 int
15212 main ()
15213 {
15214 if (sizeof (pthread_rwlockattr_t))
15215        return 0;
15216   ;
15217   return 0;
15218 }
15219 _ACEOF
15220 rm -f conftest.$ac_objext
15221 if { (ac_try="$ac_compile"
15222 case "(($ac_try" in
15223   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15224   *) ac_try_echo=$ac_try;;
15225 esac
15226 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15227 $as_echo "$ac_try_echo") >&5
15228   (eval "$ac_compile") 2>conftest.er1
15229   ac_status=$?
15230   grep -v '^ *+' conftest.er1 >conftest.err
15231   rm -f conftest.er1
15232   cat conftest.err >&5
15233   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15234   (exit $ac_status); } && {
15235          test -z "$ac_c_werror_flag" ||
15236          test ! -s conftest.err
15237        } && test -s conftest.$ac_objext; then
15238   cat >conftest.$ac_ext <<_ACEOF
15239 /* confdefs.h.  */
15240 _ACEOF
15241 cat confdefs.h >>conftest.$ac_ext
15242 cat >>conftest.$ac_ext <<_ACEOF
15243 /* end confdefs.h.  */
15244 #define _GNU_SOURCE
15245 #include <pthread.h>
15246
15247 int
15248 main ()
15249 {
15250 if (sizeof ((pthread_rwlockattr_t)))
15251           return 0;
15252   ;
15253   return 0;
15254 }
15255 _ACEOF
15256 rm -f conftest.$ac_objext
15257 if { (ac_try="$ac_compile"
15258 case "(($ac_try" in
15259   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15260   *) ac_try_echo=$ac_try;;
15261 esac
15262 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15263 $as_echo "$ac_try_echo") >&5
15264   (eval "$ac_compile") 2>conftest.er1
15265   ac_status=$?
15266   grep -v '^ *+' conftest.er1 >conftest.err
15267   rm -f conftest.er1
15268   cat conftest.err >&5
15269   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15270   (exit $ac_status); } && {
15271          test -z "$ac_c_werror_flag" ||
15272          test ! -s conftest.err
15273        } && test -s conftest.$ac_objext; then
15274   :
15275 else
15276   $as_echo "$as_me: failed program was:" >&5
15277 sed 's/^/| /' conftest.$ac_ext >&5
15278
15279         ac_cv_type_pthread_rwlockattr_t=yes
15280 fi
15281
15282 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15283 else
15284   $as_echo "$as_me: failed program was:" >&5
15285 sed 's/^/| /' conftest.$ac_ext >&5
15286
15287
15288 fi
15289
15290 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15291 fi
15292 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15293 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15294 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15295
15296 cat >>confdefs.h <<_ACEOF
15297 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15298 _ACEOF
15299
15300
15301 fi
15302
15303
15304 ac_wine_check_funcs_save_LIBS="$LIBS"
15305 LIBS="$LIBS $LIBPTHREAD"
15306
15307
15308
15309
15310 for ac_func in \
15311         pthread_attr_get_np \
15312         pthread_getattr_np \
15313         pthread_get_stackaddr_np \
15314         pthread_get_stacksize_np
15315 do
15316 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15317 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15318 $as_echo_n "checking for $ac_func... " >&6; }
15319 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15320   $as_echo_n "(cached) " >&6
15321 else
15322   cat >conftest.$ac_ext <<_ACEOF
15323 /* confdefs.h.  */
15324 _ACEOF
15325 cat confdefs.h >>conftest.$ac_ext
15326 cat >>conftest.$ac_ext <<_ACEOF
15327 /* end confdefs.h.  */
15328 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15329    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15330 #define $ac_func innocuous_$ac_func
15331
15332 /* System header to define __stub macros and hopefully few prototypes,
15333     which can conflict with char $ac_func (); below.
15334     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15335     <limits.h> exists even on freestanding compilers.  */
15336
15337 #ifdef __STDC__
15338 # include <limits.h>
15339 #else
15340 # include <assert.h>
15341 #endif
15342
15343 #undef $ac_func
15344
15345 /* Override any GCC internal prototype to avoid an error.
15346    Use char because int might match the return type of a GCC
15347    builtin and then its argument prototype would still apply.  */
15348 #ifdef __cplusplus
15349 extern "C"
15350 #endif
15351 char $ac_func ();
15352 /* The GNU C library defines this for functions which it implements
15353     to always fail with ENOSYS.  Some functions are actually named
15354     something starting with __ and the normal name is an alias.  */
15355 #if defined __stub_$ac_func || defined __stub___$ac_func
15356 choke me
15357 #endif
15358
15359 int
15360 main ()
15361 {
15362 return $ac_func ();
15363   ;
15364   return 0;
15365 }
15366 _ACEOF
15367 rm -f conftest.$ac_objext conftest$ac_exeext
15368 if { (ac_try="$ac_link"
15369 case "(($ac_try" in
15370   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15371   *) ac_try_echo=$ac_try;;
15372 esac
15373 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15374 $as_echo "$ac_try_echo") >&5
15375   (eval "$ac_link") 2>conftest.er1
15376   ac_status=$?
15377   grep -v '^ *+' conftest.er1 >conftest.err
15378   rm -f conftest.er1
15379   cat conftest.err >&5
15380   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15381   (exit $ac_status); } && {
15382          test -z "$ac_c_werror_flag" ||
15383          test ! -s conftest.err
15384        } && test -s conftest$ac_exeext && {
15385          test "$cross_compiling" = yes ||
15386          $as_test_x conftest$ac_exeext
15387        }; then
15388   eval "$as_ac_var=yes"
15389 else
15390   $as_echo "$as_me: failed program was:" >&5
15391 sed 's/^/| /' conftest.$ac_ext >&5
15392
15393         eval "$as_ac_var=no"
15394 fi
15395
15396 rm -rf conftest.dSYM
15397 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15398       conftest$ac_exeext conftest.$ac_ext
15399 fi
15400 ac_res=`eval 'as_val=${'$as_ac_var'}
15401                  $as_echo "$as_val"'`
15402                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15403 $as_echo "$ac_res" >&6; }
15404 as_val=`eval 'as_val=${'$as_ac_var'}
15405                  $as_echo "$as_val"'`
15406    if test "x$as_val" = x""yes; then
15407   cat >>confdefs.h <<_ACEOF
15408 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15409 _ACEOF
15410
15411 fi
15412 done
15413
15414 LIBS="$ac_wine_check_funcs_save_LIBS"
15415
15416 if test "x$with_esd" != xno
15417 then
15418     save_CFLAGS="$CFLAGS"
15419     # Extract the first word of "esd-config", so it can be a program name with args.
15420 set dummy esd-config; ac_word=$2
15421 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15422 $as_echo_n "checking for $ac_word... " >&6; }
15423 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15424   $as_echo_n "(cached) " >&6
15425 else
15426   case $ESDCONFIG in
15427   [\\/]* | ?:[\\/]*)
15428   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15429   ;;
15430   *)
15431   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15432 for as_dir in $PATH
15433 do
15434   IFS=$as_save_IFS
15435   test -z "$as_dir" && as_dir=.
15436   for ac_exec_ext in '' $ac_executable_extensions; do
15437   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15438     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15439     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15440     break 2
15441   fi
15442 done
15443 done
15444 IFS=$as_save_IFS
15445
15446   test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15447   ;;
15448 esac
15449 fi
15450 ESDCONFIG=$ac_cv_path_ESDCONFIG
15451 if test -n "$ESDCONFIG"; then
15452   { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15453 $as_echo "$ESDCONFIG" >&6; }
15454 else
15455   { $as_echo "$as_me:$LINENO: result: no" >&5
15456 $as_echo "no" >&6; }
15457 fi
15458
15459
15460     if test "x$ESDCONFIG" != "xno"
15461     then
15462         ac_esd_incl=""
15463         for i in `$ESDCONFIG --cflags`
15464         do
15465             case "$i" in
15466                 -I*) ac_esd_incl="$ac_esd_incl $i";;
15467             esac
15468         done
15469         ac_esd_libs=`$ESDCONFIG --libs`
15470         CFLAGS="$CFLAGS $ac_esd_incl"
15471     fi
15472     ac_esd_libs=${ac_esd_libs:-"-lesd"}
15473     if test "${ac_cv_header_esd_h+set}" = set; then
15474   { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15475 $as_echo_n "checking for esd.h... " >&6; }
15476 if test "${ac_cv_header_esd_h+set}" = set; then
15477   $as_echo_n "(cached) " >&6
15478 fi
15479 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15480 $as_echo "$ac_cv_header_esd_h" >&6; }
15481 else
15482   # Is the header compilable?
15483 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15484 $as_echo_n "checking esd.h usability... " >&6; }
15485 cat >conftest.$ac_ext <<_ACEOF
15486 /* confdefs.h.  */
15487 _ACEOF
15488 cat confdefs.h >>conftest.$ac_ext
15489 cat >>conftest.$ac_ext <<_ACEOF
15490 /* end confdefs.h.  */
15491 $ac_includes_default
15492 #include <esd.h>
15493 _ACEOF
15494 rm -f conftest.$ac_objext
15495 if { (ac_try="$ac_compile"
15496 case "(($ac_try" in
15497   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15498   *) ac_try_echo=$ac_try;;
15499 esac
15500 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15501 $as_echo "$ac_try_echo") >&5
15502   (eval "$ac_compile") 2>conftest.er1
15503   ac_status=$?
15504   grep -v '^ *+' conftest.er1 >conftest.err
15505   rm -f conftest.er1
15506   cat conftest.err >&5
15507   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15508   (exit $ac_status); } && {
15509          test -z "$ac_c_werror_flag" ||
15510          test ! -s conftest.err
15511        } && test -s conftest.$ac_objext; then
15512   ac_header_compiler=yes
15513 else
15514   $as_echo "$as_me: failed program was:" >&5
15515 sed 's/^/| /' conftest.$ac_ext >&5
15516
15517         ac_header_compiler=no
15518 fi
15519
15520 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15521 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15522 $as_echo "$ac_header_compiler" >&6; }
15523
15524 # Is the header present?
15525 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15526 $as_echo_n "checking esd.h presence... " >&6; }
15527 cat >conftest.$ac_ext <<_ACEOF
15528 /* confdefs.h.  */
15529 _ACEOF
15530 cat confdefs.h >>conftest.$ac_ext
15531 cat >>conftest.$ac_ext <<_ACEOF
15532 /* end confdefs.h.  */
15533 #include <esd.h>
15534 _ACEOF
15535 if { (ac_try="$ac_cpp conftest.$ac_ext"
15536 case "(($ac_try" in
15537   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15538   *) ac_try_echo=$ac_try;;
15539 esac
15540 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15541 $as_echo "$ac_try_echo") >&5
15542   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15543   ac_status=$?
15544   grep -v '^ *+' conftest.er1 >conftest.err
15545   rm -f conftest.er1
15546   cat conftest.err >&5
15547   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15548   (exit $ac_status); } >/dev/null && {
15549          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15550          test ! -s conftest.err
15551        }; then
15552   ac_header_preproc=yes
15553 else
15554   $as_echo "$as_me: failed program was:" >&5
15555 sed 's/^/| /' conftest.$ac_ext >&5
15556
15557   ac_header_preproc=no
15558 fi
15559
15560 rm -f conftest.err conftest.$ac_ext
15561 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15562 $as_echo "$ac_header_preproc" >&6; }
15563
15564 # So?  What about this header?
15565 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15566   yes:no: )
15567     { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15568 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15569     { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15570 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15571     ac_header_preproc=yes
15572     ;;
15573   no:yes:* )
15574     { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15575 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15576     { $as_echo "$as_me:$LINENO: WARNING: esd.h:     check for missing prerequisite headers?" >&5
15577 $as_echo "$as_me: WARNING: esd.h:     check for missing prerequisite headers?" >&2;}
15578     { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15579 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15580     { $as_echo "$as_me:$LINENO: WARNING: esd.h:     section \"Present But Cannot Be Compiled\"" >&5
15581 $as_echo "$as_me: WARNING: esd.h:     section \"Present But Cannot Be Compiled\"" >&2;}
15582     { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15583 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15584     { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15585 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15586     ( cat <<\_ASBOX
15587 ## ------------------------------------ ##
15588 ## Report this to wine-devel@winehq.org ##
15589 ## ------------------------------------ ##
15590 _ASBOX
15591      ) | sed "s/^/$as_me: WARNING:     /" >&2
15592     ;;
15593 esac
15594 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15595 $as_echo_n "checking for esd.h... " >&6; }
15596 if test "${ac_cv_header_esd_h+set}" = set; then
15597   $as_echo_n "(cached) " >&6
15598 else
15599   ac_cv_header_esd_h=$ac_header_preproc
15600 fi
15601 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15602 $as_echo "$ac_cv_header_esd_h" >&6; }
15603
15604 fi
15605 if test "x$ac_cv_header_esd_h" = x""yes; then
15606   { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15607 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15608 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15609   $as_echo_n "(cached) " >&6
15610 else
15611   ac_check_lib_save_LIBS=$LIBS
15612 LIBS="-lesd $ac_esd_libs $LIBS"
15613 cat >conftest.$ac_ext <<_ACEOF
15614 /* confdefs.h.  */
15615 _ACEOF
15616 cat confdefs.h >>conftest.$ac_ext
15617 cat >>conftest.$ac_ext <<_ACEOF
15618 /* end confdefs.h.  */
15619
15620 /* Override any GCC internal prototype to avoid an error.
15621    Use char because int might match the return type of a GCC
15622    builtin and then its argument prototype would still apply.  */
15623 #ifdef __cplusplus
15624 extern "C"
15625 #endif
15626 char esd_open_sound ();
15627 int
15628 main ()
15629 {
15630 return esd_open_sound ();
15631   ;
15632   return 0;
15633 }
15634 _ACEOF
15635 rm -f conftest.$ac_objext conftest$ac_exeext
15636 if { (ac_try="$ac_link"
15637 case "(($ac_try" in
15638   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15639   *) ac_try_echo=$ac_try;;
15640 esac
15641 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15642 $as_echo "$ac_try_echo") >&5
15643   (eval "$ac_link") 2>conftest.er1
15644   ac_status=$?
15645   grep -v '^ *+' conftest.er1 >conftest.err
15646   rm -f conftest.er1
15647   cat conftest.err >&5
15648   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15649   (exit $ac_status); } && {
15650          test -z "$ac_c_werror_flag" ||
15651          test ! -s conftest.err
15652        } && test -s conftest$ac_exeext && {
15653          test "$cross_compiling" = yes ||
15654          $as_test_x conftest$ac_exeext
15655        }; then
15656   ac_cv_lib_esd_esd_open_sound=yes
15657 else
15658   $as_echo "$as_me: failed program was:" >&5
15659 sed 's/^/| /' conftest.$ac_ext >&5
15660
15661         ac_cv_lib_esd_esd_open_sound=no
15662 fi
15663
15664 rm -rf conftest.dSYM
15665 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15666       conftest$ac_exeext conftest.$ac_ext
15667 LIBS=$ac_check_lib_save_LIBS
15668 fi
15669 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15670 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15671 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15672   ESDINCL="$ac_esd_incl"
15673
15674              ESDLIBS="$ac_esd_libs"
15675
15676
15677 cat >>confdefs.h <<\_ACEOF
15678 #define HAVE_ESD 1
15679 _ACEOF
15680
15681 fi
15682
15683 fi
15684
15685
15686     CFLAGS="$save_CFLAGS"
15687 fi
15688
15689 ALSALIBS=""
15690
15691 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15692 then
15693     { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15694 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15695 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15696   $as_echo_n "(cached) " >&6
15697 else
15698   ac_check_lib_save_LIBS=$LIBS
15699 LIBS="-lasound  $LIBS"
15700 cat >conftest.$ac_ext <<_ACEOF
15701 /* confdefs.h.  */
15702 _ACEOF
15703 cat confdefs.h >>conftest.$ac_ext
15704 cat >>conftest.$ac_ext <<_ACEOF
15705 /* end confdefs.h.  */
15706
15707 /* Override any GCC internal prototype to avoid an error.
15708    Use char because int might match the return type of a GCC
15709    builtin and then its argument prototype would still apply.  */
15710 #ifdef __cplusplus
15711 extern "C"
15712 #endif
15713 char snd_pcm_hw_params_get_access ();
15714 int
15715 main ()
15716 {
15717 return snd_pcm_hw_params_get_access ();
15718   ;
15719   return 0;
15720 }
15721 _ACEOF
15722 rm -f conftest.$ac_objext conftest$ac_exeext
15723 if { (ac_try="$ac_link"
15724 case "(($ac_try" in
15725   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15726   *) ac_try_echo=$ac_try;;
15727 esac
15728 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15729 $as_echo "$ac_try_echo") >&5
15730   (eval "$ac_link") 2>conftest.er1
15731   ac_status=$?
15732   grep -v '^ *+' conftest.er1 >conftest.err
15733   rm -f conftest.er1
15734   cat conftest.err >&5
15735   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15736   (exit $ac_status); } && {
15737          test -z "$ac_c_werror_flag" ||
15738          test ! -s conftest.err
15739        } && test -s conftest$ac_exeext && {
15740          test "$cross_compiling" = yes ||
15741          $as_test_x conftest$ac_exeext
15742        }; then
15743   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15744 else
15745   $as_echo "$as_me: failed program was:" >&5
15746 sed 's/^/| /' conftest.$ac_ext >&5
15747
15748         ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15749 fi
15750
15751 rm -rf conftest.dSYM
15752 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15753       conftest$ac_exeext conftest.$ac_ext
15754 LIBS=$ac_check_lib_save_LIBS
15755 fi
15756 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15757 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15758 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15759   cat >conftest.$ac_ext <<_ACEOF
15760 /* confdefs.h.  */
15761 _ACEOF
15762 cat confdefs.h >>conftest.$ac_ext
15763 cat >>conftest.$ac_ext <<_ACEOF
15764 /* end confdefs.h.  */
15765 #ifdef HAVE_ALSA_ASOUNDLIB_H
15766 #include <alsa/asoundlib.h>
15767 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15768 #include <sys/asoundlib.h>
15769 #endif
15770 int
15771 main ()
15772 {
15773 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15774   ;
15775   return 0;
15776 }
15777 _ACEOF
15778 rm -f conftest.$ac_objext
15779 if { (ac_try="$ac_compile"
15780 case "(($ac_try" in
15781   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15782   *) ac_try_echo=$ac_try;;
15783 esac
15784 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15785 $as_echo "$ac_try_echo") >&5
15786   (eval "$ac_compile") 2>conftest.er1
15787   ac_status=$?
15788   grep -v '^ *+' conftest.er1 >conftest.err
15789   rm -f conftest.er1
15790   cat conftest.err >&5
15791   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15792   (exit $ac_status); } && {
15793          test -z "$ac_c_werror_flag" ||
15794          test ! -s conftest.err
15795        } && test -s conftest.$ac_objext; then
15796
15797 cat >>confdefs.h <<\_ACEOF
15798 #define HAVE_ALSA 1
15799 _ACEOF
15800
15801                          ALSALIBS="-lasound"
15802 else
15803   $as_echo "$as_me: failed program was:" >&5
15804 sed 's/^/| /' conftest.$ac_ext >&5
15805
15806
15807 fi
15808
15809 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15810 fi
15811
15812 fi
15813
15814 AUDIOIOLIBS=""
15815
15816 if test "$ac_cv_header_libaudioio_h" = "yes"
15817 then
15818     { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15819 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15820 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15821   $as_echo_n "(cached) " >&6
15822 else
15823   ac_check_lib_save_LIBS=$LIBS
15824 LIBS="-laudioio  $LIBS"
15825 cat >conftest.$ac_ext <<_ACEOF
15826 /* confdefs.h.  */
15827 _ACEOF
15828 cat confdefs.h >>conftest.$ac_ext
15829 cat >>conftest.$ac_ext <<_ACEOF
15830 /* end confdefs.h.  */
15831
15832 /* Override any GCC internal prototype to avoid an error.
15833    Use char because int might match the return type of a GCC
15834    builtin and then its argument prototype would still apply.  */
15835 #ifdef __cplusplus
15836 extern "C"
15837 #endif
15838 char AudioIOGetVersion ();
15839 int
15840 main ()
15841 {
15842 return AudioIOGetVersion ();
15843   ;
15844   return 0;
15845 }
15846 _ACEOF
15847 rm -f conftest.$ac_objext conftest$ac_exeext
15848 if { (ac_try="$ac_link"
15849 case "(($ac_try" in
15850   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15851   *) ac_try_echo=$ac_try;;
15852 esac
15853 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15854 $as_echo "$ac_try_echo") >&5
15855   (eval "$ac_link") 2>conftest.er1
15856   ac_status=$?
15857   grep -v '^ *+' conftest.er1 >conftest.err
15858   rm -f conftest.er1
15859   cat conftest.err >&5
15860   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15861   (exit $ac_status); } && {
15862          test -z "$ac_c_werror_flag" ||
15863          test ! -s conftest.err
15864        } && test -s conftest$ac_exeext && {
15865          test "$cross_compiling" = yes ||
15866          $as_test_x conftest$ac_exeext
15867        }; then
15868   ac_cv_lib_audioio_AudioIOGetVersion=yes
15869 else
15870   $as_echo "$as_me: failed program was:" >&5
15871 sed 's/^/| /' conftest.$ac_ext >&5
15872
15873         ac_cv_lib_audioio_AudioIOGetVersion=no
15874 fi
15875
15876 rm -rf conftest.dSYM
15877 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15878       conftest$ac_exeext conftest.$ac_ext
15879 LIBS=$ac_check_lib_save_LIBS
15880 fi
15881 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15882 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15883 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15884   AUDIOIOLIBS="-laudioio"
15885
15886 cat >>confdefs.h <<\_ACEOF
15887 #define HAVE_LIBAUDIOIO 1
15888 _ACEOF
15889
15890 fi
15891
15892 fi
15893
15894
15895 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15896 then
15897     { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15898 $as_echo_n "checking for -lcapi20... " >&6; }
15899 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15900   $as_echo_n "(cached) " >&6
15901 else
15902   ac_check_soname_save_LIBS=$LIBS
15903 LIBS="-lcapi20  $LIBS"
15904   cat >conftest.$ac_ext <<_ACEOF
15905 /* confdefs.h.  */
15906 _ACEOF
15907 cat confdefs.h >>conftest.$ac_ext
15908 cat >>conftest.$ac_ext <<_ACEOF
15909 /* end confdefs.h.  */
15910
15911 /* Override any GCC internal prototype to avoid an error.
15912    Use char because int might match the return type of a GCC
15913    builtin and then its argument prototype would still apply.  */
15914 #ifdef __cplusplus
15915 extern "C"
15916 #endif
15917 char capi20_register ();
15918 int
15919 main ()
15920 {
15921 return capi20_register ();
15922   ;
15923   return 0;
15924 }
15925 _ACEOF
15926 rm -f conftest.$ac_objext conftest$ac_exeext
15927 if { (ac_try="$ac_link"
15928 case "(($ac_try" in
15929   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15930   *) ac_try_echo=$ac_try;;
15931 esac
15932 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15933 $as_echo "$ac_try_echo") >&5
15934   (eval "$ac_link") 2>conftest.er1
15935   ac_status=$?
15936   grep -v '^ *+' conftest.er1 >conftest.err
15937   rm -f conftest.er1
15938   cat conftest.err >&5
15939   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15940   (exit $ac_status); } && {
15941          test -z "$ac_c_werror_flag" ||
15942          test ! -s conftest.err
15943        } && test -s conftest$ac_exeext && {
15944          test "$cross_compiling" = yes ||
15945          $as_test_x conftest$ac_exeext
15946        }; then
15947   case "$LIBEXT" in
15948     dll) ;;
15949     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'` ;;
15950     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
15951   esac
15952 else
15953   $as_echo "$as_me: failed program was:" >&5
15954 sed 's/^/| /' conftest.$ac_ext >&5
15955
15956
15957 fi
15958
15959 rm -rf conftest.dSYM
15960 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15961       conftest$ac_exeext conftest.$ac_ext
15962   LIBS=$ac_check_soname_save_LIBS
15963 fi
15964 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15965   { $as_echo "$as_me:$LINENO: result: not found" >&5
15966 $as_echo "not found" >&6; }
15967
15968 else
15969   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15970 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15971
15972 cat >>confdefs.h <<_ACEOF
15973 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15974 _ACEOF
15975
15976
15977 fi
15978
15979 fi
15980 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15981   case "x$with_capi" in
15982   x)   wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15983   xno) ;;
15984   *)   { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15985 This is an error since --with-capi was requested." >&5
15986 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15987 This is an error since --with-capi was requested." >&2;}
15988    { (exit 1); exit 1; }; } ;;
15989 esac
15990 fi
15991
15992
15993 CUPSINCL=""
15994
15995 if test "x$with_cups" != "xno"
15996 then
15997     ac_save_CPPFLAGS="$CPPFLAGS"
15998     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15999     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
16000     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
16001
16002 for ac_header in cups/cups.h
16003 do
16004 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16005 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16006   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16007 $as_echo_n "checking for $ac_header... " >&6; }
16008 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16009   $as_echo_n "(cached) " >&6
16010 fi
16011 ac_res=`eval 'as_val=${'$as_ac_Header'}
16012                  $as_echo "$as_val"'`
16013                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16014 $as_echo "$ac_res" >&6; }
16015 else
16016   # Is the header compilable?
16017 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16018 $as_echo_n "checking $ac_header usability... " >&6; }
16019 cat >conftest.$ac_ext <<_ACEOF
16020 /* confdefs.h.  */
16021 _ACEOF
16022 cat confdefs.h >>conftest.$ac_ext
16023 cat >>conftest.$ac_ext <<_ACEOF
16024 /* end confdefs.h.  */
16025 $ac_includes_default
16026 #include <$ac_header>
16027 _ACEOF
16028 rm -f conftest.$ac_objext
16029 if { (ac_try="$ac_compile"
16030 case "(($ac_try" in
16031   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16032   *) ac_try_echo=$ac_try;;
16033 esac
16034 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16035 $as_echo "$ac_try_echo") >&5
16036   (eval "$ac_compile") 2>conftest.er1
16037   ac_status=$?
16038   grep -v '^ *+' conftest.er1 >conftest.err
16039   rm -f conftest.er1
16040   cat conftest.err >&5
16041   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16042   (exit $ac_status); } && {
16043          test -z "$ac_c_werror_flag" ||
16044          test ! -s conftest.err
16045        } && test -s conftest.$ac_objext; then
16046   ac_header_compiler=yes
16047 else
16048   $as_echo "$as_me: failed program was:" >&5
16049 sed 's/^/| /' conftest.$ac_ext >&5
16050
16051         ac_header_compiler=no
16052 fi
16053
16054 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16055 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16056 $as_echo "$ac_header_compiler" >&6; }
16057
16058 # Is the header present?
16059 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16060 $as_echo_n "checking $ac_header presence... " >&6; }
16061 cat >conftest.$ac_ext <<_ACEOF
16062 /* confdefs.h.  */
16063 _ACEOF
16064 cat confdefs.h >>conftest.$ac_ext
16065 cat >>conftest.$ac_ext <<_ACEOF
16066 /* end confdefs.h.  */
16067 #include <$ac_header>
16068 _ACEOF
16069 if { (ac_try="$ac_cpp conftest.$ac_ext"
16070 case "(($ac_try" in
16071   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16072   *) ac_try_echo=$ac_try;;
16073 esac
16074 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16075 $as_echo "$ac_try_echo") >&5
16076   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16077   ac_status=$?
16078   grep -v '^ *+' conftest.er1 >conftest.err
16079   rm -f conftest.er1
16080   cat conftest.err >&5
16081   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16082   (exit $ac_status); } >/dev/null && {
16083          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16084          test ! -s conftest.err
16085        }; then
16086   ac_header_preproc=yes
16087 else
16088   $as_echo "$as_me: failed program was:" >&5
16089 sed 's/^/| /' conftest.$ac_ext >&5
16090
16091   ac_header_preproc=no
16092 fi
16093
16094 rm -f conftest.err conftest.$ac_ext
16095 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16096 $as_echo "$ac_header_preproc" >&6; }
16097
16098 # So?  What about this header?
16099 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16100   yes:no: )
16101     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16102 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16103     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16104 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16105     ac_header_preproc=yes
16106     ;;
16107   no:yes:* )
16108     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16109 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16110     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16111 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16112     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16113 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16114     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16115 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16116     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16117 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16118     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16119 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16120     ( cat <<\_ASBOX
16121 ## ------------------------------------ ##
16122 ## Report this to wine-devel@winehq.org ##
16123 ## ------------------------------------ ##
16124 _ASBOX
16125      ) | sed "s/^/$as_me: WARNING:     /" >&2
16126     ;;
16127 esac
16128 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16129 $as_echo_n "checking for $ac_header... " >&6; }
16130 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16131   $as_echo_n "(cached) " >&6
16132 else
16133   eval "$as_ac_Header=\$ac_header_preproc"
16134 fi
16135 ac_res=`eval 'as_val=${'$as_ac_Header'}
16136                  $as_echo "$as_val"'`
16137                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16138 $as_echo "$ac_res" >&6; }
16139
16140 fi
16141 as_val=`eval 'as_val=${'$as_ac_Header'}
16142                  $as_echo "$as_val"'`
16143    if test "x$as_val" = x""yes; then
16144   cat >>confdefs.h <<_ACEOF
16145 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16146 _ACEOF
16147  { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16148 $as_echo_n "checking for -lcups... " >&6; }
16149 if test "${ac_cv_lib_soname_cups+set}" = set; then
16150   $as_echo_n "(cached) " >&6
16151 else
16152   ac_check_soname_save_LIBS=$LIBS
16153 LIBS="-lcups $ac_cups_libs $LIBS"
16154   cat >conftest.$ac_ext <<_ACEOF
16155 /* confdefs.h.  */
16156 _ACEOF
16157 cat confdefs.h >>conftest.$ac_ext
16158 cat >>conftest.$ac_ext <<_ACEOF
16159 /* end confdefs.h.  */
16160
16161 /* Override any GCC internal prototype to avoid an error.
16162    Use char because int might match the return type of a GCC
16163    builtin and then its argument prototype would still apply.  */
16164 #ifdef __cplusplus
16165 extern "C"
16166 #endif
16167 char cupsGetDefault ();
16168 int
16169 main ()
16170 {
16171 return cupsGetDefault ();
16172   ;
16173   return 0;
16174 }
16175 _ACEOF
16176 rm -f conftest.$ac_objext conftest$ac_exeext
16177 if { (ac_try="$ac_link"
16178 case "(($ac_try" in
16179   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16180   *) ac_try_echo=$ac_try;;
16181 esac
16182 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16183 $as_echo "$ac_try_echo") >&5
16184   (eval "$ac_link") 2>conftest.er1
16185   ac_status=$?
16186   grep -v '^ *+' conftest.er1 >conftest.err
16187   rm -f conftest.er1
16188   cat conftest.err >&5
16189   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16190   (exit $ac_status); } && {
16191          test -z "$ac_c_werror_flag" ||
16192          test ! -s conftest.err
16193        } && test -s conftest$ac_exeext && {
16194          test "$cross_compiling" = yes ||
16195          $as_test_x conftest$ac_exeext
16196        }; then
16197   case "$LIBEXT" in
16198     dll) ;;
16199     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'` ;;
16200     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16201   esac
16202 else
16203   $as_echo "$as_me: failed program was:" >&5
16204 sed 's/^/| /' conftest.$ac_ext >&5
16205
16206
16207 fi
16208
16209 rm -rf conftest.dSYM
16210 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16211       conftest$ac_exeext conftest.$ac_ext
16212   LIBS=$ac_check_soname_save_LIBS
16213 fi
16214 if test "x$ac_cv_lib_soname_cups" = "x"; then
16215   { $as_echo "$as_me:$LINENO: result: not found" >&5
16216 $as_echo "not found" >&6; }
16217
16218 else
16219   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16220 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16221
16222 cat >>confdefs.h <<_ACEOF
16223 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16224 _ACEOF
16225
16226        CUPSINCL="$ac_cups_cflags"
16227 fi
16228
16229 fi
16230
16231 done
16232
16233     CPPFLAGS="$ac_save_CPPFLAGS"
16234 fi
16235 if test "x$ac_cv_lib_soname_cups" = "x"; then
16236   case "x$with_cups" in
16237   x)   wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16238   xno) ;;
16239   *)   { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16240 This is an error since --with-cups was requested." >&5
16241 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16242 This is an error since --with-cups was requested." >&2;}
16243    { (exit 1); exit 1; }; } ;;
16244 esac
16245 fi
16246
16247
16248 if test "$ac_cv_header_jack_jack_h" = "yes"
16249 then
16250     { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16251 $as_echo_n "checking for -ljack... " >&6; }
16252 if test "${ac_cv_lib_soname_jack+set}" = set; then
16253   $as_echo_n "(cached) " >&6
16254 else
16255   ac_check_soname_save_LIBS=$LIBS
16256 LIBS="-ljack  $LIBS"
16257   cat >conftest.$ac_ext <<_ACEOF
16258 /* confdefs.h.  */
16259 _ACEOF
16260 cat confdefs.h >>conftest.$ac_ext
16261 cat >>conftest.$ac_ext <<_ACEOF
16262 /* end confdefs.h.  */
16263
16264 /* Override any GCC internal prototype to avoid an error.
16265    Use char because int might match the return type of a GCC
16266    builtin and then its argument prototype would still apply.  */
16267 #ifdef __cplusplus
16268 extern "C"
16269 #endif
16270 char jack_client_new ();
16271 int
16272 main ()
16273 {
16274 return jack_client_new ();
16275   ;
16276   return 0;
16277 }
16278 _ACEOF
16279 rm -f conftest.$ac_objext conftest$ac_exeext
16280 if { (ac_try="$ac_link"
16281 case "(($ac_try" in
16282   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16283   *) ac_try_echo=$ac_try;;
16284 esac
16285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16286 $as_echo "$ac_try_echo") >&5
16287   (eval "$ac_link") 2>conftest.er1
16288   ac_status=$?
16289   grep -v '^ *+' conftest.er1 >conftest.err
16290   rm -f conftest.er1
16291   cat conftest.err >&5
16292   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16293   (exit $ac_status); } && {
16294          test -z "$ac_c_werror_flag" ||
16295          test ! -s conftest.err
16296        } && test -s conftest$ac_exeext && {
16297          test "$cross_compiling" = yes ||
16298          $as_test_x conftest$ac_exeext
16299        }; then
16300   case "$LIBEXT" in
16301     dll) ;;
16302     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'` ;;
16303     *) 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'` ;;
16304   esac
16305 else
16306   $as_echo "$as_me: failed program was:" >&5
16307 sed 's/^/| /' conftest.$ac_ext >&5
16308
16309
16310 fi
16311
16312 rm -rf conftest.dSYM
16313 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16314       conftest$ac_exeext conftest.$ac_ext
16315   LIBS=$ac_check_soname_save_LIBS
16316 fi
16317 if test "x$ac_cv_lib_soname_jack" = "x"; then
16318   { $as_echo "$as_me:$LINENO: result: not found" >&5
16319 $as_echo "not found" >&6; }
16320
16321 else
16322   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16323 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16324
16325 cat >>confdefs.h <<_ACEOF
16326 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16327 _ACEOF
16328
16329
16330 fi
16331
16332 fi
16333
16334 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16335 then
16336     { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16337 $as_echo_n "checking for -lfontconfig... " >&6; }
16338 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16339   $as_echo_n "(cached) " >&6
16340 else
16341   ac_check_soname_save_LIBS=$LIBS
16342 LIBS="-lfontconfig  $LIBS"
16343   cat >conftest.$ac_ext <<_ACEOF
16344 /* confdefs.h.  */
16345 _ACEOF
16346 cat confdefs.h >>conftest.$ac_ext
16347 cat >>conftest.$ac_ext <<_ACEOF
16348 /* end confdefs.h.  */
16349
16350 /* Override any GCC internal prototype to avoid an error.
16351    Use char because int might match the return type of a GCC
16352    builtin and then its argument prototype would still apply.  */
16353 #ifdef __cplusplus
16354 extern "C"
16355 #endif
16356 char FcInit ();
16357 int
16358 main ()
16359 {
16360 return FcInit ();
16361   ;
16362   return 0;
16363 }
16364 _ACEOF
16365 rm -f conftest.$ac_objext conftest$ac_exeext
16366 if { (ac_try="$ac_link"
16367 case "(($ac_try" in
16368   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16369   *) ac_try_echo=$ac_try;;
16370 esac
16371 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16372 $as_echo "$ac_try_echo") >&5
16373   (eval "$ac_link") 2>conftest.er1
16374   ac_status=$?
16375   grep -v '^ *+' conftest.er1 >conftest.err
16376   rm -f conftest.er1
16377   cat conftest.err >&5
16378   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16379   (exit $ac_status); } && {
16380          test -z "$ac_c_werror_flag" ||
16381          test ! -s conftest.err
16382        } && test -s conftest$ac_exeext && {
16383          test "$cross_compiling" = yes ||
16384          $as_test_x conftest$ac_exeext
16385        }; then
16386   case "$LIBEXT" in
16387     dll) ;;
16388     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'` ;;
16389     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16390   esac
16391 else
16392   $as_echo "$as_me: failed program was:" >&5
16393 sed 's/^/| /' conftest.$ac_ext >&5
16394
16395
16396 fi
16397
16398 rm -rf conftest.dSYM
16399 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16400       conftest$ac_exeext conftest.$ac_ext
16401   LIBS=$ac_check_soname_save_LIBS
16402 fi
16403 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16404   { $as_echo "$as_me:$LINENO: result: not found" >&5
16405 $as_echo "not found" >&6; }
16406
16407 else
16408   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16409 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16410
16411 cat >>confdefs.h <<_ACEOF
16412 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16413 _ACEOF
16414
16415
16416 fi
16417
16418 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16419 then
16420         ac_save_CPPFLAGS="$CPPFLAGS"
16421     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16422     $as_unset ac_cv_header_fontconfig_fontconfig_h
16423
16424 for ac_header in fontconfig/fontconfig.h
16425 do
16426 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16427 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16428   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16429 $as_echo_n "checking for $ac_header... " >&6; }
16430 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16431   $as_echo_n "(cached) " >&6
16432 fi
16433 ac_res=`eval 'as_val=${'$as_ac_Header'}
16434                  $as_echo "$as_val"'`
16435                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16436 $as_echo "$ac_res" >&6; }
16437 else
16438   # Is the header compilable?
16439 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16440 $as_echo_n "checking $ac_header usability... " >&6; }
16441 cat >conftest.$ac_ext <<_ACEOF
16442 /* confdefs.h.  */
16443 _ACEOF
16444 cat confdefs.h >>conftest.$ac_ext
16445 cat >>conftest.$ac_ext <<_ACEOF
16446 /* end confdefs.h.  */
16447 $ac_includes_default
16448 #include <$ac_header>
16449 _ACEOF
16450 rm -f conftest.$ac_objext
16451 if { (ac_try="$ac_compile"
16452 case "(($ac_try" in
16453   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16454   *) ac_try_echo=$ac_try;;
16455 esac
16456 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16457 $as_echo "$ac_try_echo") >&5
16458   (eval "$ac_compile") 2>conftest.er1
16459   ac_status=$?
16460   grep -v '^ *+' conftest.er1 >conftest.err
16461   rm -f conftest.er1
16462   cat conftest.err >&5
16463   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16464   (exit $ac_status); } && {
16465          test -z "$ac_c_werror_flag" ||
16466          test ! -s conftest.err
16467        } && test -s conftest.$ac_objext; then
16468   ac_header_compiler=yes
16469 else
16470   $as_echo "$as_me: failed program was:" >&5
16471 sed 's/^/| /' conftest.$ac_ext >&5
16472
16473         ac_header_compiler=no
16474 fi
16475
16476 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16477 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16478 $as_echo "$ac_header_compiler" >&6; }
16479
16480 # Is the header present?
16481 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16482 $as_echo_n "checking $ac_header presence... " >&6; }
16483 cat >conftest.$ac_ext <<_ACEOF
16484 /* confdefs.h.  */
16485 _ACEOF
16486 cat confdefs.h >>conftest.$ac_ext
16487 cat >>conftest.$ac_ext <<_ACEOF
16488 /* end confdefs.h.  */
16489 #include <$ac_header>
16490 _ACEOF
16491 if { (ac_try="$ac_cpp conftest.$ac_ext"
16492 case "(($ac_try" in
16493   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16494   *) ac_try_echo=$ac_try;;
16495 esac
16496 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16497 $as_echo "$ac_try_echo") >&5
16498   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16499   ac_status=$?
16500   grep -v '^ *+' conftest.er1 >conftest.err
16501   rm -f conftest.er1
16502   cat conftest.err >&5
16503   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16504   (exit $ac_status); } >/dev/null && {
16505          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16506          test ! -s conftest.err
16507        }; then
16508   ac_header_preproc=yes
16509 else
16510   $as_echo "$as_me: failed program was:" >&5
16511 sed 's/^/| /' conftest.$ac_ext >&5
16512
16513   ac_header_preproc=no
16514 fi
16515
16516 rm -f conftest.err conftest.$ac_ext
16517 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16518 $as_echo "$ac_header_preproc" >&6; }
16519
16520 # So?  What about this header?
16521 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16522   yes:no: )
16523     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16524 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16525     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16526 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16527     ac_header_preproc=yes
16528     ;;
16529   no:yes:* )
16530     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16531 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16532     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16533 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16534     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16535 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16536     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16537 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16538     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16539 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16540     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16541 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16542     ( cat <<\_ASBOX
16543 ## ------------------------------------ ##
16544 ## Report this to wine-devel@winehq.org ##
16545 ## ------------------------------------ ##
16546 _ASBOX
16547      ) | sed "s/^/$as_me: WARNING:     /" >&2
16548     ;;
16549 esac
16550 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16551 $as_echo_n "checking for $ac_header... " >&6; }
16552 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16553   $as_echo_n "(cached) " >&6
16554 else
16555   eval "$as_ac_Header=\$ac_header_preproc"
16556 fi
16557 ac_res=`eval 'as_val=${'$as_ac_Header'}
16558                  $as_echo "$as_val"'`
16559                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16560 $as_echo "$ac_res" >&6; }
16561
16562 fi
16563 as_val=`eval 'as_val=${'$as_ac_Header'}
16564                  $as_echo "$as_val"'`
16565    if test "x$as_val" = x""yes; then
16566   cat >>confdefs.h <<_ACEOF
16567 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16568 _ACEOF
16569
16570 fi
16571
16572 done
16573
16574     CPPFLAGS="$ac_save_CPPFLAGS"
16575     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16576     then
16577         FONTCONFIGINCL="$X_CFLAGS"
16578
16579         { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16580 $as_echo_n "checking for -lfontconfig... " >&6; }
16581 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16582   $as_echo_n "(cached) " >&6
16583 else
16584   ac_check_soname_save_LIBS=$LIBS
16585 LIBS="-lfontconfig $X_LIBS $LIBS"
16586   cat >conftest.$ac_ext <<_ACEOF
16587 /* confdefs.h.  */
16588 _ACEOF
16589 cat confdefs.h >>conftest.$ac_ext
16590 cat >>conftest.$ac_ext <<_ACEOF
16591 /* end confdefs.h.  */
16592
16593 /* Override any GCC internal prototype to avoid an error.
16594    Use char because int might match the return type of a GCC
16595    builtin and then its argument prototype would still apply.  */
16596 #ifdef __cplusplus
16597 extern "C"
16598 #endif
16599 char FcInit ();
16600 int
16601 main ()
16602 {
16603 return FcInit ();
16604   ;
16605   return 0;
16606 }
16607 _ACEOF
16608 rm -f conftest.$ac_objext conftest$ac_exeext
16609 if { (ac_try="$ac_link"
16610 case "(($ac_try" in
16611   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16612   *) ac_try_echo=$ac_try;;
16613 esac
16614 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16615 $as_echo "$ac_try_echo") >&5
16616   (eval "$ac_link") 2>conftest.er1
16617   ac_status=$?
16618   grep -v '^ *+' conftest.er1 >conftest.err
16619   rm -f conftest.er1
16620   cat conftest.err >&5
16621   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16622   (exit $ac_status); } && {
16623          test -z "$ac_c_werror_flag" ||
16624          test ! -s conftest.err
16625        } && test -s conftest$ac_exeext && {
16626          test "$cross_compiling" = yes ||
16627          $as_test_x conftest$ac_exeext
16628        }; then
16629   case "$LIBEXT" in
16630     dll) ;;
16631     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'` ;;
16632     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16633   esac
16634 else
16635   $as_echo "$as_me: failed program was:" >&5
16636 sed 's/^/| /' conftest.$ac_ext >&5
16637
16638
16639 fi
16640
16641 rm -rf conftest.dSYM
16642 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16643       conftest$ac_exeext conftest.$ac_ext
16644   LIBS=$ac_check_soname_save_LIBS
16645 fi
16646 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16647   { $as_echo "$as_me:$LINENO: result: not found" >&5
16648 $as_echo "not found" >&6; }
16649
16650 else
16651   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16652 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16653
16654 cat >>confdefs.h <<_ACEOF
16655 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16656 _ACEOF
16657
16658
16659 fi
16660
16661     fi
16662 fi
16663 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16664   case "x$with_fontconfig" in
16665   x)   wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16666   xno) ;;
16667   *)   { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16668 This is an error since --with-fontconfig was requested." >&5
16669 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16670 This is an error since --with-fontconfig was requested." >&2;}
16671    { (exit 1); exit 1; }; } ;;
16672 esac
16673 fi
16674
16675
16676 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16677 then
16678     { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16679 $as_echo_n "checking for -lssl... " >&6; }
16680 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16681   $as_echo_n "(cached) " >&6
16682 else
16683   ac_check_soname_save_LIBS=$LIBS
16684 LIBS="-lssl  $LIBS"
16685   cat >conftest.$ac_ext <<_ACEOF
16686 /* confdefs.h.  */
16687 _ACEOF
16688 cat confdefs.h >>conftest.$ac_ext
16689 cat >>conftest.$ac_ext <<_ACEOF
16690 /* end confdefs.h.  */
16691
16692 /* Override any GCC internal prototype to avoid an error.
16693    Use char because int might match the return type of a GCC
16694    builtin and then its argument prototype would still apply.  */
16695 #ifdef __cplusplus
16696 extern "C"
16697 #endif
16698 char SSL_library_init ();
16699 int
16700 main ()
16701 {
16702 return SSL_library_init ();
16703   ;
16704   return 0;
16705 }
16706 _ACEOF
16707 rm -f conftest.$ac_objext conftest$ac_exeext
16708 if { (ac_try="$ac_link"
16709 case "(($ac_try" in
16710   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16711   *) ac_try_echo=$ac_try;;
16712 esac
16713 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16714 $as_echo "$ac_try_echo") >&5
16715   (eval "$ac_link") 2>conftest.er1
16716   ac_status=$?
16717   grep -v '^ *+' conftest.er1 >conftest.err
16718   rm -f conftest.er1
16719   cat conftest.err >&5
16720   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16721   (exit $ac_status); } && {
16722          test -z "$ac_c_werror_flag" ||
16723          test ! -s conftest.err
16724        } && test -s conftest$ac_exeext && {
16725          test "$cross_compiling" = yes ||
16726          $as_test_x conftest$ac_exeext
16727        }; then
16728   case "$LIBEXT" in
16729     dll) ;;
16730     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'` ;;
16731     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
16732   esac
16733 else
16734   $as_echo "$as_me: failed program was:" >&5
16735 sed 's/^/| /' conftest.$ac_ext >&5
16736
16737
16738 fi
16739
16740 rm -rf conftest.dSYM
16741 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16742       conftest$ac_exeext conftest.$ac_ext
16743   LIBS=$ac_check_soname_save_LIBS
16744 fi
16745 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16746   { $as_echo "$as_me:$LINENO: result: not found" >&5
16747 $as_echo "not found" >&6; }
16748
16749 else
16750   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16751 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16752
16753 cat >>confdefs.h <<_ACEOF
16754 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16755 _ACEOF
16756
16757
16758 fi
16759
16760     { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16761 $as_echo_n "checking for -lcrypto... " >&6; }
16762 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16763   $as_echo_n "(cached) " >&6
16764 else
16765   ac_check_soname_save_LIBS=$LIBS
16766 LIBS="-lcrypto  $LIBS"
16767   cat >conftest.$ac_ext <<_ACEOF
16768 /* confdefs.h.  */
16769 _ACEOF
16770 cat confdefs.h >>conftest.$ac_ext
16771 cat >>conftest.$ac_ext <<_ACEOF
16772 /* end confdefs.h.  */
16773
16774 /* Override any GCC internal prototype to avoid an error.
16775    Use char because int might match the return type of a GCC
16776    builtin and then its argument prototype would still apply.  */
16777 #ifdef __cplusplus
16778 extern "C"
16779 #endif
16780 char BIO_new_socket ();
16781 int
16782 main ()
16783 {
16784 return BIO_new_socket ();
16785   ;
16786   return 0;
16787 }
16788 _ACEOF
16789 rm -f conftest.$ac_objext conftest$ac_exeext
16790 if { (ac_try="$ac_link"
16791 case "(($ac_try" in
16792   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16793   *) ac_try_echo=$ac_try;;
16794 esac
16795 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16796 $as_echo "$ac_try_echo") >&5
16797   (eval "$ac_link") 2>conftest.er1
16798   ac_status=$?
16799   grep -v '^ *+' conftest.er1 >conftest.err
16800   rm -f conftest.er1
16801   cat conftest.err >&5
16802   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16803   (exit $ac_status); } && {
16804          test -z "$ac_c_werror_flag" ||
16805          test ! -s conftest.err
16806        } && test -s conftest$ac_exeext && {
16807          test "$cross_compiling" = yes ||
16808          $as_test_x conftest$ac_exeext
16809        }; then
16810   case "$LIBEXT" in
16811     dll) ;;
16812     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'` ;;
16813     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
16814   esac
16815 else
16816   $as_echo "$as_me: failed program was:" >&5
16817 sed 's/^/| /' conftest.$ac_ext >&5
16818
16819
16820 fi
16821
16822 rm -rf conftest.dSYM
16823 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16824       conftest$ac_exeext conftest.$ac_ext
16825   LIBS=$ac_check_soname_save_LIBS
16826 fi
16827 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16828   { $as_echo "$as_me:$LINENO: result: not found" >&5
16829 $as_echo "not found" >&6; }
16830
16831 else
16832   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16833 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16834
16835 cat >>confdefs.h <<_ACEOF
16836 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16837 _ACEOF
16838
16839
16840 fi
16841
16842 fi
16843 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16844   case "x$with_openssl" in
16845   x)   wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16846   xno) ;;
16847   *)   { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16848 This is an error since --with-openssl was requested." >&5
16849 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16850 This is an error since --with-openssl was requested." >&2;}
16851    { (exit 1); exit 1; }; } ;;
16852 esac
16853 fi
16854
16855
16856 if test "$ac_cv_header_jpeglib_h" = "yes"
16857 then
16858     { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16859 $as_echo_n "checking for -ljpeg... " >&6; }
16860 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16861   $as_echo_n "(cached) " >&6
16862 else
16863   ac_check_soname_save_LIBS=$LIBS
16864 LIBS="-ljpeg  $LIBS"
16865   cat >conftest.$ac_ext <<_ACEOF
16866 /* confdefs.h.  */
16867 _ACEOF
16868 cat confdefs.h >>conftest.$ac_ext
16869 cat >>conftest.$ac_ext <<_ACEOF
16870 /* end confdefs.h.  */
16871
16872 /* Override any GCC internal prototype to avoid an error.
16873    Use char because int might match the return type of a GCC
16874    builtin and then its argument prototype would still apply.  */
16875 #ifdef __cplusplus
16876 extern "C"
16877 #endif
16878 char jpeg_start_decompress ();
16879 int
16880 main ()
16881 {
16882 return jpeg_start_decompress ();
16883   ;
16884   return 0;
16885 }
16886 _ACEOF
16887 rm -f conftest.$ac_objext conftest$ac_exeext
16888 if { (ac_try="$ac_link"
16889 case "(($ac_try" in
16890   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16891   *) ac_try_echo=$ac_try;;
16892 esac
16893 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16894 $as_echo "$ac_try_echo") >&5
16895   (eval "$ac_link") 2>conftest.er1
16896   ac_status=$?
16897   grep -v '^ *+' conftest.er1 >conftest.err
16898   rm -f conftest.er1
16899   cat conftest.err >&5
16900   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16901   (exit $ac_status); } && {
16902          test -z "$ac_c_werror_flag" ||
16903          test ! -s conftest.err
16904        } && test -s conftest$ac_exeext && {
16905          test "$cross_compiling" = yes ||
16906          $as_test_x conftest$ac_exeext
16907        }; then
16908   case "$LIBEXT" in
16909     dll) ;;
16910     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'` ;;
16911     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16912   esac
16913 else
16914   $as_echo "$as_me: failed program was:" >&5
16915 sed 's/^/| /' conftest.$ac_ext >&5
16916
16917
16918 fi
16919
16920 rm -rf conftest.dSYM
16921 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16922       conftest$ac_exeext conftest.$ac_ext
16923   LIBS=$ac_check_soname_save_LIBS
16924 fi
16925 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16926   { $as_echo "$as_me:$LINENO: result: not found" >&5
16927 $as_echo "not found" >&6; }
16928
16929 else
16930   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16931 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16932
16933 cat >>confdefs.h <<_ACEOF
16934 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16935 _ACEOF
16936
16937
16938 fi
16939
16940 fi
16941 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16942   case "x$with_jpeg" in
16943   x)   wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16944   xno) ;;
16945   *)   { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16946 This is an error since --with-jpeg was requested." >&5
16947 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16948 This is an error since --with-jpeg was requested." >&2;}
16949    { (exit 1); exit 1; }; } ;;
16950 esac
16951 fi
16952
16953
16954 if test "$ac_cv_header_png_h" = "yes"
16955 then
16956     { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16957 $as_echo_n "checking for -lpng... " >&6; }
16958 if test "${ac_cv_lib_soname_png+set}" = set; then
16959   $as_echo_n "(cached) " >&6
16960 else
16961   ac_check_soname_save_LIBS=$LIBS
16962 LIBS="-lpng -lm -lz $LIBS"
16963   cat >conftest.$ac_ext <<_ACEOF
16964 /* confdefs.h.  */
16965 _ACEOF
16966 cat confdefs.h >>conftest.$ac_ext
16967 cat >>conftest.$ac_ext <<_ACEOF
16968 /* end confdefs.h.  */
16969
16970 /* Override any GCC internal prototype to avoid an error.
16971    Use char because int might match the return type of a GCC
16972    builtin and then its argument prototype would still apply.  */
16973 #ifdef __cplusplus
16974 extern "C"
16975 #endif
16976 char png_create_read_struct ();
16977 int
16978 main ()
16979 {
16980 return png_create_read_struct ();
16981   ;
16982   return 0;
16983 }
16984 _ACEOF
16985 rm -f conftest.$ac_objext conftest$ac_exeext
16986 if { (ac_try="$ac_link"
16987 case "(($ac_try" in
16988   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16989   *) ac_try_echo=$ac_try;;
16990 esac
16991 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16992 $as_echo "$ac_try_echo") >&5
16993   (eval "$ac_link") 2>conftest.er1
16994   ac_status=$?
16995   grep -v '^ *+' conftest.er1 >conftest.err
16996   rm -f conftest.er1
16997   cat conftest.err >&5
16998   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16999   (exit $ac_status); } && {
17000          test -z "$ac_c_werror_flag" ||
17001          test ! -s conftest.err
17002        } && test -s conftest$ac_exeext && {
17003          test "$cross_compiling" = yes ||
17004          $as_test_x conftest$ac_exeext
17005        }; then
17006   case "$LIBEXT" in
17007     dll) ;;
17008     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'` ;;
17009     *) 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'` ;;
17010   esac
17011 else
17012   $as_echo "$as_me: failed program was:" >&5
17013 sed 's/^/| /' conftest.$ac_ext >&5
17014
17015
17016 fi
17017
17018 rm -rf conftest.dSYM
17019 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17020       conftest$ac_exeext conftest.$ac_ext
17021   LIBS=$ac_check_soname_save_LIBS
17022 fi
17023 if test "x$ac_cv_lib_soname_png" = "x"; then
17024   { $as_echo "$as_me:$LINENO: result: not found" >&5
17025 $as_echo "not found" >&6; }
17026
17027 else
17028   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
17029 $as_echo "$ac_cv_lib_soname_png" >&6; }
17030
17031 cat >>confdefs.h <<_ACEOF
17032 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
17033 _ACEOF
17034
17035
17036 fi
17037
17038 fi
17039 if test "x$ac_cv_lib_soname_png" = "x"; then
17040   case "x$with_png" in
17041   x)   wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17042   xno) ;;
17043   *)   { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17044 This is an error since --with-png was requested." >&5
17045 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17046 This is an error since --with-png was requested." >&2;}
17047    { (exit 1); exit 1; }; } ;;
17048 esac
17049 fi
17050
17051
17052 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17053 $as_echo_n "checking for -lodbc... " >&6; }
17054 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17055   $as_echo_n "(cached) " >&6
17056 else
17057   ac_check_soname_save_LIBS=$LIBS
17058 LIBS="-lodbc  $LIBS"
17059   cat >conftest.$ac_ext <<_ACEOF
17060 /* confdefs.h.  */
17061 _ACEOF
17062 cat confdefs.h >>conftest.$ac_ext
17063 cat >>conftest.$ac_ext <<_ACEOF
17064 /* end confdefs.h.  */
17065
17066 /* Override any GCC internal prototype to avoid an error.
17067    Use char because int might match the return type of a GCC
17068    builtin and then its argument prototype would still apply.  */
17069 #ifdef __cplusplus
17070 extern "C"
17071 #endif
17072 char SQLConnect ();
17073 int
17074 main ()
17075 {
17076 return SQLConnect ();
17077   ;
17078   return 0;
17079 }
17080 _ACEOF
17081 rm -f conftest.$ac_objext conftest$ac_exeext
17082 if { (ac_try="$ac_link"
17083 case "(($ac_try" in
17084   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17085   *) ac_try_echo=$ac_try;;
17086 esac
17087 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17088 $as_echo "$ac_try_echo") >&5
17089   (eval "$ac_link") 2>conftest.er1
17090   ac_status=$?
17091   grep -v '^ *+' conftest.er1 >conftest.err
17092   rm -f conftest.er1
17093   cat conftest.err >&5
17094   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17095   (exit $ac_status); } && {
17096          test -z "$ac_c_werror_flag" ||
17097          test ! -s conftest.err
17098        } && test -s conftest$ac_exeext && {
17099          test "$cross_compiling" = yes ||
17100          $as_test_x conftest$ac_exeext
17101        }; then
17102   case "$LIBEXT" in
17103     dll) ;;
17104     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'` ;;
17105     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
17106   esac
17107 else
17108   $as_echo "$as_me: failed program was:" >&5
17109 sed 's/^/| /' conftest.$ac_ext >&5
17110
17111
17112 fi
17113
17114 rm -rf conftest.dSYM
17115 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17116       conftest$ac_exeext conftest.$ac_ext
17117   LIBS=$ac_check_soname_save_LIBS
17118 fi
17119 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17120   { $as_echo "$as_me:$LINENO: result: not found" >&5
17121 $as_echo "not found" >&6; }
17122        cat >>confdefs.h <<_ACEOF
17123 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17124 _ACEOF
17125
17126 else
17127   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17128 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17129
17130 cat >>confdefs.h <<_ACEOF
17131 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17132 _ACEOF
17133
17134
17135 fi
17136
17137
17138 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17139         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17140         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17141         "$ac_cv_header_soundcard_h" != "yes" -a \
17142         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17143 then
17144     wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17145 fi
17146
17147
17148 EXTRACFLAGS=""
17149
17150 if test "x${GCC}" = "xyes"
17151 then
17152   EXTRACFLAGS="-Wall -pipe"
17153
17154     { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17155 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17156 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17157   $as_echo_n "(cached) " >&6
17158 else
17159   if test "$cross_compiling" = yes; then
17160   ac_cv_c_gcc_strength_bug="yes"
17161 else
17162   cat >conftest.$ac_ext <<_ACEOF
17163 /* confdefs.h.  */
17164 _ACEOF
17165 cat confdefs.h >>conftest.$ac_ext
17166 cat >>conftest.$ac_ext <<_ACEOF
17167 /* end confdefs.h.  */
17168 int L[4] = {0,1,2,3};
17169 int
17170 main ()
17171 {
17172 static int Array[3];
17173   unsigned int B = 3;
17174   int i;
17175   for(i=0; i<B; i++) Array[i] = i - 3;
17176   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17177   L[i] = 4;
17178   exit( Array[1] != -2 || L[2] != 3)
17179   ;
17180   return 0;
17181 }
17182 _ACEOF
17183 rm -f conftest$ac_exeext
17184 if { (ac_try="$ac_link"
17185 case "(($ac_try" in
17186   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17187   *) ac_try_echo=$ac_try;;
17188 esac
17189 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17190 $as_echo "$ac_try_echo") >&5
17191   (eval "$ac_link") 2>&5
17192   ac_status=$?
17193   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17194   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17195   { (case "(($ac_try" in
17196   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17197   *) ac_try_echo=$ac_try;;
17198 esac
17199 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17200 $as_echo "$ac_try_echo") >&5
17201   (eval "$ac_try") 2>&5
17202   ac_status=$?
17203   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17204   (exit $ac_status); }; }; then
17205   ac_cv_c_gcc_strength_bug="no"
17206 else
17207   $as_echo "$as_me: program exited with status $ac_status" >&5
17208 $as_echo "$as_me: failed program was:" >&5
17209 sed 's/^/| /' conftest.$ac_ext >&5
17210
17211 ( exit $ac_status )
17212 ac_cv_c_gcc_strength_bug="yes"
17213 fi
17214 rm -rf conftest.dSYM
17215 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17216 fi
17217
17218
17219 fi
17220 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17221 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17222   if test "$ac_cv_c_gcc_strength_bug" = "yes"
17223   then
17224     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17225   fi
17226
17227
17228   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
17229 $as_echo_n "checking whether the compiler supports -fshort-wchar... " >&6; }
17230 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
17231   $as_echo_n "(cached) " >&6
17232 else
17233   ac_wine_try_cflags_saved=$CFLAGS
17234 CFLAGS="$CFLAGS -fshort-wchar"
17235 cat >conftest.$ac_ext <<_ACEOF
17236 /* confdefs.h.  */
17237 _ACEOF
17238 cat confdefs.h >>conftest.$ac_ext
17239 cat >>conftest.$ac_ext <<_ACEOF
17240 /* end confdefs.h.  */
17241
17242 int
17243 main ()
17244 {
17245
17246   ;
17247   return 0;
17248 }
17249 _ACEOF
17250 rm -f conftest.$ac_objext conftest$ac_exeext
17251 if { (ac_try="$ac_link"
17252 case "(($ac_try" in
17253   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17254   *) ac_try_echo=$ac_try;;
17255 esac
17256 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17257 $as_echo "$ac_try_echo") >&5
17258   (eval "$ac_link") 2>conftest.er1
17259   ac_status=$?
17260   grep -v '^ *+' conftest.er1 >conftest.err
17261   rm -f conftest.er1
17262   cat conftest.err >&5
17263   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17264   (exit $ac_status); } && {
17265          test -z "$ac_c_werror_flag" ||
17266          test ! -s conftest.err
17267        } && test -s conftest$ac_exeext && {
17268          test "$cross_compiling" = yes ||
17269          $as_test_x conftest$ac_exeext
17270        }; then
17271   ac_cv_cflags__fshort_wchar=yes
17272 else
17273   $as_echo "$as_me: failed program was:" >&5
17274 sed 's/^/| /' conftest.$ac_ext >&5
17275
17276         ac_cv_cflags__fshort_wchar=no
17277 fi
17278
17279 rm -rf conftest.dSYM
17280 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17281       conftest$ac_exeext conftest.$ac_ext
17282 CFLAGS=$ac_wine_try_cflags_saved
17283 fi
17284 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
17285 $as_echo "$ac_cv_cflags__fshort_wchar" >&6; }
17286 if test $ac_cv_cflags__fshort_wchar = yes; then
17287
17288 cat >>confdefs.h <<\_ACEOF
17289 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
17290 _ACEOF
17291
17292 fi
17293
17294   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17295 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17296 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17297   $as_echo_n "(cached) " >&6
17298 else
17299   ac_wine_try_cflags_saved=$CFLAGS
17300 CFLAGS="$CFLAGS -fno-builtin"
17301 cat >conftest.$ac_ext <<_ACEOF
17302 /* confdefs.h.  */
17303 _ACEOF
17304 cat confdefs.h >>conftest.$ac_ext
17305 cat >>conftest.$ac_ext <<_ACEOF
17306 /* end confdefs.h.  */
17307
17308 int
17309 main ()
17310 {
17311
17312   ;
17313   return 0;
17314 }
17315 _ACEOF
17316 rm -f conftest.$ac_objext conftest$ac_exeext
17317 if { (ac_try="$ac_link"
17318 case "(($ac_try" in
17319   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17320   *) ac_try_echo=$ac_try;;
17321 esac
17322 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17323 $as_echo "$ac_try_echo") >&5
17324   (eval "$ac_link") 2>conftest.er1
17325   ac_status=$?
17326   grep -v '^ *+' conftest.er1 >conftest.err
17327   rm -f conftest.er1
17328   cat conftest.err >&5
17329   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17330   (exit $ac_status); } && {
17331          test -z "$ac_c_werror_flag" ||
17332          test ! -s conftest.err
17333        } && test -s conftest$ac_exeext && {
17334          test "$cross_compiling" = yes ||
17335          $as_test_x conftest$ac_exeext
17336        }; then
17337   ac_cv_cflags__fno_builtin=yes
17338 else
17339   $as_echo "$as_me: failed program was:" >&5
17340 sed 's/^/| /' conftest.$ac_ext >&5
17341
17342         ac_cv_cflags__fno_builtin=no
17343 fi
17344
17345 rm -rf conftest.dSYM
17346 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17347       conftest$ac_exeext conftest.$ac_ext
17348 CFLAGS=$ac_wine_try_cflags_saved
17349 fi
17350 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17351 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17352 if test $ac_cv_cflags__fno_builtin = yes; then
17353   BUILTINFLAG="-fno-builtin"
17354
17355 fi
17356
17357   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17358 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17359 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17360   $as_echo_n "(cached) " >&6
17361 else
17362   ac_wine_try_cflags_saved=$CFLAGS
17363 CFLAGS="$CFLAGS -fno-strict-aliasing"
17364 cat >conftest.$ac_ext <<_ACEOF
17365 /* confdefs.h.  */
17366 _ACEOF
17367 cat confdefs.h >>conftest.$ac_ext
17368 cat >>conftest.$ac_ext <<_ACEOF
17369 /* end confdefs.h.  */
17370
17371 int
17372 main ()
17373 {
17374
17375   ;
17376   return 0;
17377 }
17378 _ACEOF
17379 rm -f conftest.$ac_objext conftest$ac_exeext
17380 if { (ac_try="$ac_link"
17381 case "(($ac_try" in
17382   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17383   *) ac_try_echo=$ac_try;;
17384 esac
17385 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17386 $as_echo "$ac_try_echo") >&5
17387   (eval "$ac_link") 2>conftest.er1
17388   ac_status=$?
17389   grep -v '^ *+' conftest.er1 >conftest.err
17390   rm -f conftest.er1
17391   cat conftest.err >&5
17392   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17393   (exit $ac_status); } && {
17394          test -z "$ac_c_werror_flag" ||
17395          test ! -s conftest.err
17396        } && test -s conftest$ac_exeext && {
17397          test "$cross_compiling" = yes ||
17398          $as_test_x conftest$ac_exeext
17399        }; then
17400   ac_cv_cflags__fno_strict_aliasing=yes
17401 else
17402   $as_echo "$as_me: failed program was:" >&5
17403 sed 's/^/| /' conftest.$ac_ext >&5
17404
17405         ac_cv_cflags__fno_strict_aliasing=no
17406 fi
17407
17408 rm -rf conftest.dSYM
17409 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17410       conftest$ac_exeext conftest.$ac_ext
17411 CFLAGS=$ac_wine_try_cflags_saved
17412 fi
17413 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17414 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17415 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17416   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17417 fi
17418
17419   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17420 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17421 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17422   $as_echo_n "(cached) " >&6
17423 else
17424   ac_wine_try_cflags_saved=$CFLAGS
17425 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17426 cat >conftest.$ac_ext <<_ACEOF
17427 /* confdefs.h.  */
17428 _ACEOF
17429 cat confdefs.h >>conftest.$ac_ext
17430 cat >>conftest.$ac_ext <<_ACEOF
17431 /* end confdefs.h.  */
17432
17433 int
17434 main ()
17435 {
17436
17437   ;
17438   return 0;
17439 }
17440 _ACEOF
17441 rm -f conftest.$ac_objext conftest$ac_exeext
17442 if { (ac_try="$ac_link"
17443 case "(($ac_try" in
17444   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17445   *) ac_try_echo=$ac_try;;
17446 esac
17447 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17448 $as_echo "$ac_try_echo") >&5
17449   (eval "$ac_link") 2>conftest.er1
17450   ac_status=$?
17451   grep -v '^ *+' conftest.er1 >conftest.err
17452   rm -f conftest.er1
17453   cat conftest.err >&5
17454   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17455   (exit $ac_status); } && {
17456          test -z "$ac_c_werror_flag" ||
17457          test ! -s conftest.err
17458        } && test -s conftest$ac_exeext && {
17459          test "$cross_compiling" = yes ||
17460          $as_test_x conftest$ac_exeext
17461        }; then
17462   ac_cv_cflags__Wdeclaration_after_statement=yes
17463 else
17464   $as_echo "$as_me: failed program was:" >&5
17465 sed 's/^/| /' conftest.$ac_ext >&5
17466
17467         ac_cv_cflags__Wdeclaration_after_statement=no
17468 fi
17469
17470 rm -rf conftest.dSYM
17471 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17472       conftest$ac_exeext conftest.$ac_ext
17473 CFLAGS=$ac_wine_try_cflags_saved
17474 fi
17475 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17476 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17477 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17478   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17479 fi
17480
17481   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17482 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17483 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17484   $as_echo_n "(cached) " >&6
17485 else
17486   ac_wine_try_cflags_saved=$CFLAGS
17487 CFLAGS="$CFLAGS -Wwrite-strings"
17488 cat >conftest.$ac_ext <<_ACEOF
17489 /* confdefs.h.  */
17490 _ACEOF
17491 cat confdefs.h >>conftest.$ac_ext
17492 cat >>conftest.$ac_ext <<_ACEOF
17493 /* end confdefs.h.  */
17494
17495 int
17496 main ()
17497 {
17498
17499   ;
17500   return 0;
17501 }
17502 _ACEOF
17503 rm -f conftest.$ac_objext conftest$ac_exeext
17504 if { (ac_try="$ac_link"
17505 case "(($ac_try" in
17506   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17507   *) ac_try_echo=$ac_try;;
17508 esac
17509 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17510 $as_echo "$ac_try_echo") >&5
17511   (eval "$ac_link") 2>conftest.er1
17512   ac_status=$?
17513   grep -v '^ *+' conftest.er1 >conftest.err
17514   rm -f conftest.er1
17515   cat conftest.err >&5
17516   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17517   (exit $ac_status); } && {
17518          test -z "$ac_c_werror_flag" ||
17519          test ! -s conftest.err
17520        } && test -s conftest$ac_exeext && {
17521          test "$cross_compiling" = yes ||
17522          $as_test_x conftest$ac_exeext
17523        }; then
17524   ac_cv_cflags__Wwrite_strings=yes
17525 else
17526   $as_echo "$as_me: failed program was:" >&5
17527 sed 's/^/| /' conftest.$ac_ext >&5
17528
17529         ac_cv_cflags__Wwrite_strings=no
17530 fi
17531
17532 rm -rf conftest.dSYM
17533 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17534       conftest$ac_exeext conftest.$ac_ext
17535 CFLAGS=$ac_wine_try_cflags_saved
17536 fi
17537 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17538 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17539 if test $ac_cv_cflags__Wwrite_strings = yes; then
17540   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17541 fi
17542
17543   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17544 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17545 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17546   $as_echo_n "(cached) " >&6
17547 else
17548   ac_wine_try_cflags_saved=$CFLAGS
17549 CFLAGS="$CFLAGS -Wtype-limits"
17550 cat >conftest.$ac_ext <<_ACEOF
17551 /* confdefs.h.  */
17552 _ACEOF
17553 cat confdefs.h >>conftest.$ac_ext
17554 cat >>conftest.$ac_ext <<_ACEOF
17555 /* end confdefs.h.  */
17556
17557 int
17558 main ()
17559 {
17560
17561   ;
17562   return 0;
17563 }
17564 _ACEOF
17565 rm -f conftest.$ac_objext conftest$ac_exeext
17566 if { (ac_try="$ac_link"
17567 case "(($ac_try" in
17568   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17569   *) ac_try_echo=$ac_try;;
17570 esac
17571 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17572 $as_echo "$ac_try_echo") >&5
17573   (eval "$ac_link") 2>conftest.er1
17574   ac_status=$?
17575   grep -v '^ *+' conftest.er1 >conftest.err
17576   rm -f conftest.er1
17577   cat conftest.err >&5
17578   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17579   (exit $ac_status); } && {
17580          test -z "$ac_c_werror_flag" ||
17581          test ! -s conftest.err
17582        } && test -s conftest$ac_exeext && {
17583          test "$cross_compiling" = yes ||
17584          $as_test_x conftest$ac_exeext
17585        }; then
17586   ac_cv_cflags__Wtype_limits=yes
17587 else
17588   $as_echo "$as_me: failed program was:" >&5
17589 sed 's/^/| /' conftest.$ac_ext >&5
17590
17591         ac_cv_cflags__Wtype_limits=no
17592 fi
17593
17594 rm -rf conftest.dSYM
17595 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17596       conftest$ac_exeext conftest.$ac_ext
17597 CFLAGS=$ac_wine_try_cflags_saved
17598 fi
17599 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17600 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17601 if test $ac_cv_cflags__Wtype_limits = yes; then
17602   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17603 fi
17604
17605
17606     saved_CFLAGS="$CFLAGS"
17607   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17608   { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17609 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17610 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17611   $as_echo_n "(cached) " >&6
17612 else
17613   cat >conftest.$ac_ext <<_ACEOF
17614 /* confdefs.h.  */
17615 _ACEOF
17616 cat confdefs.h >>conftest.$ac_ext
17617 cat >>conftest.$ac_ext <<_ACEOF
17618 /* end confdefs.h.  */
17619 #include <string.h>
17620 int
17621 main ()
17622 {
17623
17624   ;
17625   return 0;
17626 }
17627 _ACEOF
17628 rm -f conftest.$ac_objext
17629 if { (ac_try="$ac_compile"
17630 case "(($ac_try" in
17631   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17632   *) ac_try_echo=$ac_try;;
17633 esac
17634 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17635 $as_echo "$ac_try_echo") >&5
17636   (eval "$ac_compile") 2>conftest.er1
17637   ac_status=$?
17638   grep -v '^ *+' conftest.er1 >conftest.err
17639   rm -f conftest.er1
17640   cat conftest.err >&5
17641   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17642   (exit $ac_status); } && {
17643          test -z "$ac_c_werror_flag" ||
17644          test ! -s conftest.err
17645        } && test -s conftest.$ac_objext; then
17646   ac_cv_c_string_h_warnings=no
17647 else
17648   $as_echo "$as_me: failed program was:" >&5
17649 sed 's/^/| /' conftest.$ac_ext >&5
17650
17651         ac_cv_c_string_h_warnings=yes
17652 fi
17653
17654 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17655 fi
17656 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17657 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17658   CFLAGS="$saved_CFLAGS"
17659   if test "$ac_cv_c_string_h_warnings" = "no"
17660   then
17661     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17662   fi
17663 fi
17664
17665
17666 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17667 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17668 if test "${ac_cv_asm_func_def+set}" = set; then
17669   $as_echo_n "(cached) " >&6
17670 else
17671   cat >conftest.$ac_ext <<_ACEOF
17672 /* confdefs.h.  */
17673 _ACEOF
17674 cat confdefs.h >>conftest.$ac_ext
17675 cat >>conftest.$ac_ext <<_ACEOF
17676 /* end confdefs.h.  */
17677
17678 int
17679 main ()
17680 {
17681 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17682   ;
17683   return 0;
17684 }
17685 _ACEOF
17686 rm -f conftest.$ac_objext conftest$ac_exeext
17687 if { (ac_try="$ac_link"
17688 case "(($ac_try" in
17689   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17690   *) ac_try_echo=$ac_try;;
17691 esac
17692 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17693 $as_echo "$ac_try_echo") >&5
17694   (eval "$ac_link") 2>conftest.er1
17695   ac_status=$?
17696   grep -v '^ *+' conftest.er1 >conftest.err
17697   rm -f conftest.er1
17698   cat conftest.err >&5
17699   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17700   (exit $ac_status); } && {
17701          test -z "$ac_c_werror_flag" ||
17702          test ! -s conftest.err
17703        } && test -s conftest$ac_exeext && {
17704          test "$cross_compiling" = yes ||
17705          $as_test_x conftest$ac_exeext
17706        }; then
17707   ac_cv_asm_func_def=".def"
17708 else
17709   $as_echo "$as_me: failed program was:" >&5
17710 sed 's/^/| /' conftest.$ac_ext >&5
17711
17712         cat >conftest.$ac_ext <<_ACEOF
17713 /* confdefs.h.  */
17714 _ACEOF
17715 cat confdefs.h >>conftest.$ac_ext
17716 cat >>conftest.$ac_ext <<_ACEOF
17717 /* end confdefs.h.  */
17718
17719 int
17720 main ()
17721 {
17722 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17723   ;
17724   return 0;
17725 }
17726 _ACEOF
17727 rm -f conftest.$ac_objext conftest$ac_exeext
17728 if { (ac_try="$ac_link"
17729 case "(($ac_try" in
17730   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17731   *) ac_try_echo=$ac_try;;
17732 esac
17733 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17734 $as_echo "$ac_try_echo") >&5
17735   (eval "$ac_link") 2>conftest.er1
17736   ac_status=$?
17737   grep -v '^ *+' conftest.er1 >conftest.err
17738   rm -f conftest.er1
17739   cat conftest.err >&5
17740   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17741   (exit $ac_status); } && {
17742          test -z "$ac_c_werror_flag" ||
17743          test ! -s conftest.err
17744        } && test -s conftest$ac_exeext && {
17745          test "$cross_compiling" = yes ||
17746          $as_test_x conftest$ac_exeext
17747        }; then
17748   ac_cv_asm_func_def=".type @function"
17749 else
17750   $as_echo "$as_me: failed program was:" >&5
17751 sed 's/^/| /' conftest.$ac_ext >&5
17752
17753         cat >conftest.$ac_ext <<_ACEOF
17754 /* confdefs.h.  */
17755 _ACEOF
17756 cat confdefs.h >>conftest.$ac_ext
17757 cat >>conftest.$ac_ext <<_ACEOF
17758 /* end confdefs.h.  */
17759
17760 int
17761 main ()
17762 {
17763 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17764   ;
17765   return 0;
17766 }
17767 _ACEOF
17768 rm -f conftest.$ac_objext conftest$ac_exeext
17769 if { (ac_try="$ac_link"
17770 case "(($ac_try" in
17771   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17772   *) ac_try_echo=$ac_try;;
17773 esac
17774 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17775 $as_echo "$ac_try_echo") >&5
17776   (eval "$ac_link") 2>conftest.er1
17777   ac_status=$?
17778   grep -v '^ *+' conftest.er1 >conftest.err
17779   rm -f conftest.er1
17780   cat conftest.err >&5
17781   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17782   (exit $ac_status); } && {
17783          test -z "$ac_c_werror_flag" ||
17784          test ! -s conftest.err
17785        } && test -s conftest$ac_exeext && {
17786          test "$cross_compiling" = yes ||
17787          $as_test_x conftest$ac_exeext
17788        }; then
17789   ac_cv_asm_func_def=".type 2"
17790 else
17791   $as_echo "$as_me: failed program was:" >&5
17792 sed 's/^/| /' conftest.$ac_ext >&5
17793
17794         ac_cv_asm_func_def="unknown"
17795 fi
17796
17797 rm -rf conftest.dSYM
17798 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17799       conftest$ac_exeext conftest.$ac_ext
17800 fi
17801
17802 rm -rf conftest.dSYM
17803 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17804       conftest$ac_exeext conftest.$ac_ext
17805 fi
17806
17807 rm -rf conftest.dSYM
17808 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17809       conftest$ac_exeext conftest.$ac_ext
17810 fi
17811 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17812 $as_echo "$ac_cv_asm_func_def" >&6; }
17813
17814
17815
17816 case "$ac_cv_asm_func_def" in
17817   ".def")
17818      cat >>confdefs.h <<\_ACEOF
17819 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17820 _ACEOF
17821  ;;
17822   ".type @function")
17823      cat >>confdefs.h <<\_ACEOF
17824 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17825 _ACEOF
17826  ;;
17827   ".type 2")
17828      cat >>confdefs.h <<\_ACEOF
17829 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17830 _ACEOF
17831  ;;
17832   *)
17833      cat >>confdefs.h <<\_ACEOF
17834 #define __ASM_FUNC(name) ""
17835 _ACEOF
17836  ;;
17837 esac
17838
17839
17840 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17841 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17842 if test "${ac_cv_c_extern_prefix+set}" = set; then
17843   $as_echo_n "(cached) " >&6
17844 else
17845   cat >conftest.$ac_ext <<_ACEOF
17846 /* confdefs.h.  */
17847 _ACEOF
17848 cat confdefs.h >>conftest.$ac_ext
17849 cat >>conftest.$ac_ext <<_ACEOF
17850 /* end confdefs.h.  */
17851 extern int ac_test;
17852 int
17853 main ()
17854 {
17855 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17856   ;
17857   return 0;
17858 }
17859 _ACEOF
17860 rm -f conftest.$ac_objext conftest$ac_exeext
17861 if { (ac_try="$ac_link"
17862 case "(($ac_try" in
17863   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17864   *) ac_try_echo=$ac_try;;
17865 esac
17866 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17867 $as_echo "$ac_try_echo") >&5
17868   (eval "$ac_link") 2>conftest.er1
17869   ac_status=$?
17870   grep -v '^ *+' conftest.er1 >conftest.err
17871   rm -f conftest.er1
17872   cat conftest.err >&5
17873   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17874   (exit $ac_status); } && {
17875          test -z "$ac_c_werror_flag" ||
17876          test ! -s conftest.err
17877        } && test -s conftest$ac_exeext && {
17878          test "$cross_compiling" = yes ||
17879          $as_test_x conftest$ac_exeext
17880        }; then
17881   ac_cv_c_extern_prefix="yes"
17882 else
17883   $as_echo "$as_me: failed program was:" >&5
17884 sed 's/^/| /' conftest.$ac_ext >&5
17885
17886         ac_cv_c_extern_prefix="no"
17887 fi
17888
17889 rm -rf conftest.dSYM
17890 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17891       conftest$ac_exeext conftest.$ac_ext
17892 fi
17893 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17894 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17895
17896
17897
17898 if test "$ac_cv_c_extern_prefix" = "yes"
17899 then
17900   cat >>confdefs.h <<\_ACEOF
17901 #define __ASM_NAME(name) "_" name
17902 _ACEOF
17903
17904 else
17905   cat >>confdefs.h <<\_ACEOF
17906 #define __ASM_NAME(name) name
17907 _ACEOF
17908
17909 fi
17910
17911
17912 LDPATH=""
17913
17914 case $build_os in
17915   cygwin*|mingw32*)
17916     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17917     ;;
17918   darwin*|macosx*)
17919     ;;
17920   linux*|solaris*)      if test -z "$LDRPATH_LOCAL"
17921     then
17922       LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17923     fi
17924     ;;
17925   *)
17926     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17927     ;;
17928 esac
17929
17930 case $host_os in
17931   mingw32*)
17932     CRTLIBS="-lmsvcrt"
17933
17934     SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17935
17936     ;;
17937 esac
17938
17939 MAIN_BINARY="wine-pthread"
17940   case $host_cpu in
17941   *i[3456789]86*)
17942     case $host_os in
17943       linux* | k*bsd*-gnu)
17944         MAIN_BINARY="wine-glibc"
17945
17946         EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17947  ;;
17948       freebsd*)
17949         MAIN_BINARY="wine-freebsd"
17950
17951         EXTRA_BINARIES="wine-pthread"
17952  ;;
17953     esac
17954     ;;
17955 esac
17956
17957
17958
17959
17960
17961
17962
17963
17964
17965
17966
17967
17968
17969
17970
17971
17972
17973
17974
17975
17976
17977
17978
17979
17980
17981
17982
17983
17984
17985
17986
17987
17988
17989
17990
17991
17992
17993
17994
17995
17996
17997
17998
17999
18000
18001
18002
18003
18004
18005
18006
18007
18008
18009
18010
18011
18012
18013
18014
18015
18016
18017
18018
18019
18020
18021
18022
18023
18024
18025
18026
18027
18028
18029
18030
18031 for ac_func in \
18032         _pclose \
18033         _popen \
18034         _snprintf \
18035         _spawnvp \
18036         _strdup \
18037         _stricmp \
18038         _strnicmp \
18039         _strtoi64 \
18040         _strtoui64 \
18041         _vsnprintf \
18042         asctime_r \
18043         chsize \
18044         clone \
18045         dlopen \
18046         epoll_create \
18047         ffs \
18048         finite \
18049         fork \
18050         fpclass \
18051         fstatfs \
18052         fstatvfs \
18053         ftruncate \
18054         futimes \
18055         futimesat \
18056         getdirentries \
18057         getopt_long \
18058         getpagesize \
18059         getpwuid \
18060         gettid \
18061         gettimeofday \
18062         getuid \
18063         inet_ntop \
18064         inet_pton \
18065         kqueue \
18066         lstat \
18067         memmove \
18068         mmap \
18069         pclose \
18070         poll \
18071         popen \
18072         prctl \
18073         pread \
18074         pwrite \
18075         readdir \
18076         readlink \
18077         rfork \
18078         sched_yield \
18079         select \
18080         setproctitle \
18081         setrlimit \
18082         settimeofday \
18083         sigaltstack \
18084         sigprocmask \
18085         snprintf \
18086         socketpair \
18087         spawnvp \
18088         statfs \
18089         statvfs \
18090         strcasecmp \
18091         strdup \
18092         strerror \
18093         strncasecmp \
18094         strtold \
18095         strtoll \
18096         strtoull \
18097         symlink \
18098         tcgetattr \
18099         thr_kill2 \
18100         timegm \
18101         usleep \
18102         vsnprintf \
18103         wait4 \
18104         waitpid \
18105
18106 do
18107 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18108 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18109 $as_echo_n "checking for $ac_func... " >&6; }
18110 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18111   $as_echo_n "(cached) " >&6
18112 else
18113   cat >conftest.$ac_ext <<_ACEOF
18114 /* confdefs.h.  */
18115 _ACEOF
18116 cat confdefs.h >>conftest.$ac_ext
18117 cat >>conftest.$ac_ext <<_ACEOF
18118 /* end confdefs.h.  */
18119 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18120    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18121 #define $ac_func innocuous_$ac_func
18122
18123 /* System header to define __stub macros and hopefully few prototypes,
18124     which can conflict with char $ac_func (); below.
18125     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18126     <limits.h> exists even on freestanding compilers.  */
18127
18128 #ifdef __STDC__
18129 # include <limits.h>
18130 #else
18131 # include <assert.h>
18132 #endif
18133
18134 #undef $ac_func
18135
18136 /* Override any GCC internal prototype to avoid an error.
18137    Use char because int might match the return type of a GCC
18138    builtin and then its argument prototype would still apply.  */
18139 #ifdef __cplusplus
18140 extern "C"
18141 #endif
18142 char $ac_func ();
18143 /* The GNU C library defines this for functions which it implements
18144     to always fail with ENOSYS.  Some functions are actually named
18145     something starting with __ and the normal name is an alias.  */
18146 #if defined __stub_$ac_func || defined __stub___$ac_func
18147 choke me
18148 #endif
18149
18150 int
18151 main ()
18152 {
18153 return $ac_func ();
18154   ;
18155   return 0;
18156 }
18157 _ACEOF
18158 rm -f conftest.$ac_objext conftest$ac_exeext
18159 if { (ac_try="$ac_link"
18160 case "(($ac_try" in
18161   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18162   *) ac_try_echo=$ac_try;;
18163 esac
18164 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18165 $as_echo "$ac_try_echo") >&5
18166   (eval "$ac_link") 2>conftest.er1
18167   ac_status=$?
18168   grep -v '^ *+' conftest.er1 >conftest.err
18169   rm -f conftest.er1
18170   cat conftest.err >&5
18171   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18172   (exit $ac_status); } && {
18173          test -z "$ac_c_werror_flag" ||
18174          test ! -s conftest.err
18175        } && test -s conftest$ac_exeext && {
18176          test "$cross_compiling" = yes ||
18177          $as_test_x conftest$ac_exeext
18178        }; then
18179   eval "$as_ac_var=yes"
18180 else
18181   $as_echo "$as_me: failed program was:" >&5
18182 sed 's/^/| /' conftest.$ac_ext >&5
18183
18184         eval "$as_ac_var=no"
18185 fi
18186
18187 rm -rf conftest.dSYM
18188 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18189       conftest$ac_exeext conftest.$ac_ext
18190 fi
18191 ac_res=`eval 'as_val=${'$as_ac_var'}
18192                  $as_echo "$as_val"'`
18193                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18194 $as_echo "$ac_res" >&6; }
18195 as_val=`eval 'as_val=${'$as_ac_var'}
18196                  $as_echo "$as_val"'`
18197    if test "x$as_val" = x""yes; then
18198   cat >>confdefs.h <<_ACEOF
18199 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18200 _ACEOF
18201
18202 fi
18203 done
18204
18205
18206 if test "$ac_cv_func_dlopen" = no
18207 then
18208     { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18209 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18210 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18211   $as_echo_n "(cached) " >&6
18212 else
18213   ac_check_lib_save_LIBS=$LIBS
18214 LIBS="-ldl  $LIBS"
18215 cat >conftest.$ac_ext <<_ACEOF
18216 /* confdefs.h.  */
18217 _ACEOF
18218 cat confdefs.h >>conftest.$ac_ext
18219 cat >>conftest.$ac_ext <<_ACEOF
18220 /* end confdefs.h.  */
18221
18222 /* Override any GCC internal prototype to avoid an error.
18223    Use char because int might match the return type of a GCC
18224    builtin and then its argument prototype would still apply.  */
18225 #ifdef __cplusplus
18226 extern "C"
18227 #endif
18228 char dlopen ();
18229 int
18230 main ()
18231 {
18232 return dlopen ();
18233   ;
18234   return 0;
18235 }
18236 _ACEOF
18237 rm -f conftest.$ac_objext conftest$ac_exeext
18238 if { (ac_try="$ac_link"
18239 case "(($ac_try" in
18240   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18241   *) ac_try_echo=$ac_try;;
18242 esac
18243 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18244 $as_echo "$ac_try_echo") >&5
18245   (eval "$ac_link") 2>conftest.er1
18246   ac_status=$?
18247   grep -v '^ *+' conftest.er1 >conftest.err
18248   rm -f conftest.er1
18249   cat conftest.err >&5
18250   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18251   (exit $ac_status); } && {
18252          test -z "$ac_c_werror_flag" ||
18253          test ! -s conftest.err
18254        } && test -s conftest$ac_exeext && {
18255          test "$cross_compiling" = yes ||
18256          $as_test_x conftest$ac_exeext
18257        }; then
18258   ac_cv_lib_dl_dlopen=yes
18259 else
18260   $as_echo "$as_me: failed program was:" >&5
18261 sed 's/^/| /' conftest.$ac_ext >&5
18262
18263         ac_cv_lib_dl_dlopen=no
18264 fi
18265
18266 rm -rf conftest.dSYM
18267 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18268       conftest$ac_exeext conftest.$ac_ext
18269 LIBS=$ac_check_lib_save_LIBS
18270 fi
18271 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18272 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18273 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18274   cat >>confdefs.h <<\_ACEOF
18275 #define HAVE_DLOPEN 1
18276 _ACEOF
18277  LIBDL="-ldl"
18278
18279 fi
18280
18281 fi
18282 ac_wine_check_funcs_save_LIBS="$LIBS"
18283 LIBS="$LIBS $LIBDL"
18284
18285 for ac_func in dladdr
18286 do
18287 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18288 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18289 $as_echo_n "checking for $ac_func... " >&6; }
18290 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18291   $as_echo_n "(cached) " >&6
18292 else
18293   cat >conftest.$ac_ext <<_ACEOF
18294 /* confdefs.h.  */
18295 _ACEOF
18296 cat confdefs.h >>conftest.$ac_ext
18297 cat >>conftest.$ac_ext <<_ACEOF
18298 /* end confdefs.h.  */
18299 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18300    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18301 #define $ac_func innocuous_$ac_func
18302
18303 /* System header to define __stub macros and hopefully few prototypes,
18304     which can conflict with char $ac_func (); below.
18305     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18306     <limits.h> exists even on freestanding compilers.  */
18307
18308 #ifdef __STDC__
18309 # include <limits.h>
18310 #else
18311 # include <assert.h>
18312 #endif
18313
18314 #undef $ac_func
18315
18316 /* Override any GCC internal prototype to avoid an error.
18317    Use char because int might match the return type of a GCC
18318    builtin and then its argument prototype would still apply.  */
18319 #ifdef __cplusplus
18320 extern "C"
18321 #endif
18322 char $ac_func ();
18323 /* The GNU C library defines this for functions which it implements
18324     to always fail with ENOSYS.  Some functions are actually named
18325     something starting with __ and the normal name is an alias.  */
18326 #if defined __stub_$ac_func || defined __stub___$ac_func
18327 choke me
18328 #endif
18329
18330 int
18331 main ()
18332 {
18333 return $ac_func ();
18334   ;
18335   return 0;
18336 }
18337 _ACEOF
18338 rm -f conftest.$ac_objext conftest$ac_exeext
18339 if { (ac_try="$ac_link"
18340 case "(($ac_try" in
18341   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18342   *) ac_try_echo=$ac_try;;
18343 esac
18344 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18345 $as_echo "$ac_try_echo") >&5
18346   (eval "$ac_link") 2>conftest.er1
18347   ac_status=$?
18348   grep -v '^ *+' conftest.er1 >conftest.err
18349   rm -f conftest.er1
18350   cat conftest.err >&5
18351   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18352   (exit $ac_status); } && {
18353          test -z "$ac_c_werror_flag" ||
18354          test ! -s conftest.err
18355        } && test -s conftest$ac_exeext && {
18356          test "$cross_compiling" = yes ||
18357          $as_test_x conftest$ac_exeext
18358        }; then
18359   eval "$as_ac_var=yes"
18360 else
18361   $as_echo "$as_me: failed program was:" >&5
18362 sed 's/^/| /' conftest.$ac_ext >&5
18363
18364         eval "$as_ac_var=no"
18365 fi
18366
18367 rm -rf conftest.dSYM
18368 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18369       conftest$ac_exeext conftest.$ac_ext
18370 fi
18371 ac_res=`eval 'as_val=${'$as_ac_var'}
18372                  $as_echo "$as_val"'`
18373                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18374 $as_echo "$ac_res" >&6; }
18375 as_val=`eval 'as_val=${'$as_ac_var'}
18376                  $as_echo "$as_val"'`
18377    if test "x$as_val" = x""yes; then
18378   cat >>confdefs.h <<_ACEOF
18379 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18380 _ACEOF
18381
18382 fi
18383 done
18384
18385 LIBS="$ac_wine_check_funcs_save_LIBS"
18386
18387 if test "$ac_cv_func_poll" = no
18388 then
18389     { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18390 $as_echo_n "checking for poll in -lpoll... " >&6; }
18391 if test "${ac_cv_lib_poll_poll+set}" = set; then
18392   $as_echo_n "(cached) " >&6
18393 else
18394   ac_check_lib_save_LIBS=$LIBS
18395 LIBS="-lpoll  $LIBS"
18396 cat >conftest.$ac_ext <<_ACEOF
18397 /* confdefs.h.  */
18398 _ACEOF
18399 cat confdefs.h >>conftest.$ac_ext
18400 cat >>conftest.$ac_ext <<_ACEOF
18401 /* end confdefs.h.  */
18402
18403 /* Override any GCC internal prototype to avoid an error.
18404    Use char because int might match the return type of a GCC
18405    builtin and then its argument prototype would still apply.  */
18406 #ifdef __cplusplus
18407 extern "C"
18408 #endif
18409 char poll ();
18410 int
18411 main ()
18412 {
18413 return poll ();
18414   ;
18415   return 0;
18416 }
18417 _ACEOF
18418 rm -f conftest.$ac_objext conftest$ac_exeext
18419 if { (ac_try="$ac_link"
18420 case "(($ac_try" in
18421   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18422   *) ac_try_echo=$ac_try;;
18423 esac
18424 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18425 $as_echo "$ac_try_echo") >&5
18426   (eval "$ac_link") 2>conftest.er1
18427   ac_status=$?
18428   grep -v '^ *+' conftest.er1 >conftest.err
18429   rm -f conftest.er1
18430   cat conftest.err >&5
18431   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18432   (exit $ac_status); } && {
18433          test -z "$ac_c_werror_flag" ||
18434          test ! -s conftest.err
18435        } && test -s conftest$ac_exeext && {
18436          test "$cross_compiling" = yes ||
18437          $as_test_x conftest$ac_exeext
18438        }; then
18439   ac_cv_lib_poll_poll=yes
18440 else
18441   $as_echo "$as_me: failed program was:" >&5
18442 sed 's/^/| /' conftest.$ac_ext >&5
18443
18444         ac_cv_lib_poll_poll=no
18445 fi
18446
18447 rm -rf conftest.dSYM
18448 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18449       conftest$ac_exeext conftest.$ac_ext
18450 LIBS=$ac_check_lib_save_LIBS
18451 fi
18452 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18453 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18454 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18455   cat >>confdefs.h <<\_ACEOF
18456 #define HAVE_POLL 1
18457 _ACEOF
18458  LIBPOLL="-lpoll"
18459
18460 fi
18461
18462 fi
18463
18464 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18465 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18466 if test "${ac_cv_search_gethostbyname+set}" = set; then
18467   $as_echo_n "(cached) " >&6
18468 else
18469   ac_func_search_save_LIBS=$LIBS
18470 cat >conftest.$ac_ext <<_ACEOF
18471 /* confdefs.h.  */
18472 _ACEOF
18473 cat confdefs.h >>conftest.$ac_ext
18474 cat >>conftest.$ac_ext <<_ACEOF
18475 /* end confdefs.h.  */
18476
18477 /* Override any GCC internal prototype to avoid an error.
18478    Use char because int might match the return type of a GCC
18479    builtin and then its argument prototype would still apply.  */
18480 #ifdef __cplusplus
18481 extern "C"
18482 #endif
18483 char gethostbyname ();
18484 int
18485 main ()
18486 {
18487 return gethostbyname ();
18488   ;
18489   return 0;
18490 }
18491 _ACEOF
18492 for ac_lib in '' nsl; do
18493   if test -z "$ac_lib"; then
18494     ac_res="none required"
18495   else
18496     ac_res=-l$ac_lib
18497     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18498   fi
18499   rm -f conftest.$ac_objext conftest$ac_exeext
18500 if { (ac_try="$ac_link"
18501 case "(($ac_try" in
18502   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18503   *) ac_try_echo=$ac_try;;
18504 esac
18505 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18506 $as_echo "$ac_try_echo") >&5
18507   (eval "$ac_link") 2>conftest.er1
18508   ac_status=$?
18509   grep -v '^ *+' conftest.er1 >conftest.err
18510   rm -f conftest.er1
18511   cat conftest.err >&5
18512   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18513   (exit $ac_status); } && {
18514          test -z "$ac_c_werror_flag" ||
18515          test ! -s conftest.err
18516        } && test -s conftest$ac_exeext && {
18517          test "$cross_compiling" = yes ||
18518          $as_test_x conftest$ac_exeext
18519        }; then
18520   ac_cv_search_gethostbyname=$ac_res
18521 else
18522   $as_echo "$as_me: failed program was:" >&5
18523 sed 's/^/| /' conftest.$ac_ext >&5
18524
18525
18526 fi
18527
18528 rm -rf conftest.dSYM
18529 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18530       conftest$ac_exeext
18531   if test "${ac_cv_search_gethostbyname+set}" = set; then
18532   break
18533 fi
18534 done
18535 if test "${ac_cv_search_gethostbyname+set}" = set; then
18536   :
18537 else
18538   ac_cv_search_gethostbyname=no
18539 fi
18540 rm conftest.$ac_ext
18541 LIBS=$ac_func_search_save_LIBS
18542 fi
18543 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18544 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18545 ac_res=$ac_cv_search_gethostbyname
18546 if test "$ac_res" != no; then
18547   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18548
18549 fi
18550
18551
18552 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18553 $as_echo_n "checking for library containing connect... " >&6; }
18554 if test "${ac_cv_search_connect+set}" = set; then
18555   $as_echo_n "(cached) " >&6
18556 else
18557   ac_func_search_save_LIBS=$LIBS
18558 cat >conftest.$ac_ext <<_ACEOF
18559 /* confdefs.h.  */
18560 _ACEOF
18561 cat confdefs.h >>conftest.$ac_ext
18562 cat >>conftest.$ac_ext <<_ACEOF
18563 /* end confdefs.h.  */
18564
18565 /* Override any GCC internal prototype to avoid an error.
18566    Use char because int might match the return type of a GCC
18567    builtin and then its argument prototype would still apply.  */
18568 #ifdef __cplusplus
18569 extern "C"
18570 #endif
18571 char connect ();
18572 int
18573 main ()
18574 {
18575 return connect ();
18576   ;
18577   return 0;
18578 }
18579 _ACEOF
18580 for ac_lib in '' socket; do
18581   if test -z "$ac_lib"; then
18582     ac_res="none required"
18583   else
18584     ac_res=-l$ac_lib
18585     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18586   fi
18587   rm -f conftest.$ac_objext conftest$ac_exeext
18588 if { (ac_try="$ac_link"
18589 case "(($ac_try" in
18590   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18591   *) ac_try_echo=$ac_try;;
18592 esac
18593 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18594 $as_echo "$ac_try_echo") >&5
18595   (eval "$ac_link") 2>conftest.er1
18596   ac_status=$?
18597   grep -v '^ *+' conftest.er1 >conftest.err
18598   rm -f conftest.er1
18599   cat conftest.err >&5
18600   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18601   (exit $ac_status); } && {
18602          test -z "$ac_c_werror_flag" ||
18603          test ! -s conftest.err
18604        } && test -s conftest$ac_exeext && {
18605          test "$cross_compiling" = yes ||
18606          $as_test_x conftest$ac_exeext
18607        }; then
18608   ac_cv_search_connect=$ac_res
18609 else
18610   $as_echo "$as_me: failed program was:" >&5
18611 sed 's/^/| /' conftest.$ac_ext >&5
18612
18613
18614 fi
18615
18616 rm -rf conftest.dSYM
18617 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18618       conftest$ac_exeext
18619   if test "${ac_cv_search_connect+set}" = set; then
18620   break
18621 fi
18622 done
18623 if test "${ac_cv_search_connect+set}" = set; then
18624   :
18625 else
18626   ac_cv_search_connect=no
18627 fi
18628 rm conftest.$ac_ext
18629 LIBS=$ac_func_search_save_LIBS
18630 fi
18631 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18632 $as_echo "$ac_cv_search_connect" >&6; }
18633 ac_res=$ac_cv_search_connect
18634 if test "$ac_res" != no; then
18635   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18636
18637 fi
18638
18639
18640 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18641 $as_echo_n "checking for library containing inet_aton... " >&6; }
18642 if test "${ac_cv_search_inet_aton+set}" = set; then
18643   $as_echo_n "(cached) " >&6
18644 else
18645   ac_func_search_save_LIBS=$LIBS
18646 cat >conftest.$ac_ext <<_ACEOF
18647 /* confdefs.h.  */
18648 _ACEOF
18649 cat confdefs.h >>conftest.$ac_ext
18650 cat >>conftest.$ac_ext <<_ACEOF
18651 /* end confdefs.h.  */
18652
18653 /* Override any GCC internal prototype to avoid an error.
18654    Use char because int might match the return type of a GCC
18655    builtin and then its argument prototype would still apply.  */
18656 #ifdef __cplusplus
18657 extern "C"
18658 #endif
18659 char inet_aton ();
18660 int
18661 main ()
18662 {
18663 return inet_aton ();
18664   ;
18665   return 0;
18666 }
18667 _ACEOF
18668 for ac_lib in '' resolv; do
18669   if test -z "$ac_lib"; then
18670     ac_res="none required"
18671   else
18672     ac_res=-l$ac_lib
18673     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18674   fi
18675   rm -f conftest.$ac_objext conftest$ac_exeext
18676 if { (ac_try="$ac_link"
18677 case "(($ac_try" in
18678   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18679   *) ac_try_echo=$ac_try;;
18680 esac
18681 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18682 $as_echo "$ac_try_echo") >&5
18683   (eval "$ac_link") 2>conftest.er1
18684   ac_status=$?
18685   grep -v '^ *+' conftest.er1 >conftest.err
18686   rm -f conftest.er1
18687   cat conftest.err >&5
18688   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18689   (exit $ac_status); } && {
18690          test -z "$ac_c_werror_flag" ||
18691          test ! -s conftest.err
18692        } && test -s conftest$ac_exeext && {
18693          test "$cross_compiling" = yes ||
18694          $as_test_x conftest$ac_exeext
18695        }; then
18696   ac_cv_search_inet_aton=$ac_res
18697 else
18698   $as_echo "$as_me: failed program was:" >&5
18699 sed 's/^/| /' conftest.$ac_ext >&5
18700
18701
18702 fi
18703
18704 rm -rf conftest.dSYM
18705 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18706       conftest$ac_exeext
18707   if test "${ac_cv_search_inet_aton+set}" = set; then
18708   break
18709 fi
18710 done
18711 if test "${ac_cv_search_inet_aton+set}" = set; then
18712   :
18713 else
18714   ac_cv_search_inet_aton=no
18715 fi
18716 rm conftest.$ac_ext
18717 LIBS=$ac_func_search_save_LIBS
18718 fi
18719 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18720 $as_echo "$ac_cv_search_inet_aton" >&6; }
18721 ac_res=$ac_cv_search_inet_aton
18722 if test "$ac_res" != no; then
18723   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18724
18725 fi
18726
18727
18728
18729
18730
18731
18732
18733
18734
18735
18736 for ac_func in \
18737         getaddrinfo \
18738         getnameinfo \
18739         getnetbyname \
18740         getprotobyname \
18741         getprotobynumber \
18742         getservbyport \
18743         inet_network \
18744         sendmsg \
18745
18746 do
18747 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18748 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18749 $as_echo_n "checking for $ac_func... " >&6; }
18750 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18751   $as_echo_n "(cached) " >&6
18752 else
18753   cat >conftest.$ac_ext <<_ACEOF
18754 /* confdefs.h.  */
18755 _ACEOF
18756 cat confdefs.h >>conftest.$ac_ext
18757 cat >>conftest.$ac_ext <<_ACEOF
18758 /* end confdefs.h.  */
18759 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18760    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18761 #define $ac_func innocuous_$ac_func
18762
18763 /* System header to define __stub macros and hopefully few prototypes,
18764     which can conflict with char $ac_func (); below.
18765     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18766     <limits.h> exists even on freestanding compilers.  */
18767
18768 #ifdef __STDC__
18769 # include <limits.h>
18770 #else
18771 # include <assert.h>
18772 #endif
18773
18774 #undef $ac_func
18775
18776 /* Override any GCC internal prototype to avoid an error.
18777    Use char because int might match the return type of a GCC
18778    builtin and then its argument prototype would still apply.  */
18779 #ifdef __cplusplus
18780 extern "C"
18781 #endif
18782 char $ac_func ();
18783 /* The GNU C library defines this for functions which it implements
18784     to always fail with ENOSYS.  Some functions are actually named
18785     something starting with __ and the normal name is an alias.  */
18786 #if defined __stub_$ac_func || defined __stub___$ac_func
18787 choke me
18788 #endif
18789
18790 int
18791 main ()
18792 {
18793 return $ac_func ();
18794   ;
18795   return 0;
18796 }
18797 _ACEOF
18798 rm -f conftest.$ac_objext conftest$ac_exeext
18799 if { (ac_try="$ac_link"
18800 case "(($ac_try" in
18801   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18802   *) ac_try_echo=$ac_try;;
18803 esac
18804 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18805 $as_echo "$ac_try_echo") >&5
18806   (eval "$ac_link") 2>conftest.er1
18807   ac_status=$?
18808   grep -v '^ *+' conftest.er1 >conftest.err
18809   rm -f conftest.er1
18810   cat conftest.err >&5
18811   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18812   (exit $ac_status); } && {
18813          test -z "$ac_c_werror_flag" ||
18814          test ! -s conftest.err
18815        } && test -s conftest$ac_exeext && {
18816          test "$cross_compiling" = yes ||
18817          $as_test_x conftest$ac_exeext
18818        }; then
18819   eval "$as_ac_var=yes"
18820 else
18821   $as_echo "$as_me: failed program was:" >&5
18822 sed 's/^/| /' conftest.$ac_ext >&5
18823
18824         eval "$as_ac_var=no"
18825 fi
18826
18827 rm -rf conftest.dSYM
18828 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18829       conftest$ac_exeext conftest.$ac_ext
18830 fi
18831 ac_res=`eval 'as_val=${'$as_ac_var'}
18832                  $as_echo "$as_val"'`
18833                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18834 $as_echo "$ac_res" >&6; }
18835 as_val=`eval 'as_val=${'$as_ac_var'}
18836                  $as_echo "$as_val"'`
18837    if test "x$as_val" = x""yes; then
18838   cat >>confdefs.h <<_ACEOF
18839 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18840 _ACEOF
18841
18842 fi
18843 done
18844
18845
18846 LDAPLIBS=""
18847
18848 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18849 then
18850     { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18851 $as_echo_n "checking for LDAPSortKey... " >&6; }
18852 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18853   $as_echo_n "(cached) " >&6
18854 else
18855   ac_cv_type_LDAPSortKey=no
18856 cat >conftest.$ac_ext <<_ACEOF
18857 /* confdefs.h.  */
18858 _ACEOF
18859 cat confdefs.h >>conftest.$ac_ext
18860 cat >>conftest.$ac_ext <<_ACEOF
18861 /* end confdefs.h.  */
18862 #include <ldap.h>
18863
18864 int
18865 main ()
18866 {
18867 if (sizeof (LDAPSortKey))
18868        return 0;
18869   ;
18870   return 0;
18871 }
18872 _ACEOF
18873 rm -f conftest.$ac_objext
18874 if { (ac_try="$ac_compile"
18875 case "(($ac_try" in
18876   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18877   *) ac_try_echo=$ac_try;;
18878 esac
18879 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18880 $as_echo "$ac_try_echo") >&5
18881   (eval "$ac_compile") 2>conftest.er1
18882   ac_status=$?
18883   grep -v '^ *+' conftest.er1 >conftest.err
18884   rm -f conftest.er1
18885   cat conftest.err >&5
18886   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18887   (exit $ac_status); } && {
18888          test -z "$ac_c_werror_flag" ||
18889          test ! -s conftest.err
18890        } && test -s conftest.$ac_objext; then
18891   cat >conftest.$ac_ext <<_ACEOF
18892 /* confdefs.h.  */
18893 _ACEOF
18894 cat confdefs.h >>conftest.$ac_ext
18895 cat >>conftest.$ac_ext <<_ACEOF
18896 /* end confdefs.h.  */
18897 #include <ldap.h>
18898
18899 int
18900 main ()
18901 {
18902 if (sizeof ((LDAPSortKey)))
18903           return 0;
18904   ;
18905   return 0;
18906 }
18907 _ACEOF
18908 rm -f conftest.$ac_objext
18909 if { (ac_try="$ac_compile"
18910 case "(($ac_try" in
18911   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18912   *) ac_try_echo=$ac_try;;
18913 esac
18914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18915 $as_echo "$ac_try_echo") >&5
18916   (eval "$ac_compile") 2>conftest.er1
18917   ac_status=$?
18918   grep -v '^ *+' conftest.er1 >conftest.err
18919   rm -f conftest.er1
18920   cat conftest.err >&5
18921   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18922   (exit $ac_status); } && {
18923          test -z "$ac_c_werror_flag" ||
18924          test ! -s conftest.err
18925        } && test -s conftest.$ac_objext; then
18926   :
18927 else
18928   $as_echo "$as_me: failed program was:" >&5
18929 sed 's/^/| /' conftest.$ac_ext >&5
18930
18931         ac_cv_type_LDAPSortKey=yes
18932 fi
18933
18934 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18935 else
18936   $as_echo "$as_me: failed program was:" >&5
18937 sed 's/^/| /' conftest.$ac_ext >&5
18938
18939
18940 fi
18941
18942 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18943 fi
18944 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18945 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18946 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18947   { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18948 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18949 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18950   $as_echo_n "(cached) " >&6
18951 else
18952   ac_check_lib_save_LIBS=$LIBS
18953 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18954 cat >conftest.$ac_ext <<_ACEOF
18955 /* confdefs.h.  */
18956 _ACEOF
18957 cat confdefs.h >>conftest.$ac_ext
18958 cat >>conftest.$ac_ext <<_ACEOF
18959 /* end confdefs.h.  */
18960
18961 /* Override any GCC internal prototype to avoid an error.
18962    Use char because int might match the return type of a GCC
18963    builtin and then its argument prototype would still apply.  */
18964 #ifdef __cplusplus
18965 extern "C"
18966 #endif
18967 char ldap_initialize ();
18968 int
18969 main ()
18970 {
18971 return ldap_initialize ();
18972   ;
18973   return 0;
18974 }
18975 _ACEOF
18976 rm -f conftest.$ac_objext conftest$ac_exeext
18977 if { (ac_try="$ac_link"
18978 case "(($ac_try" in
18979   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18980   *) ac_try_echo=$ac_try;;
18981 esac
18982 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18983 $as_echo "$ac_try_echo") >&5
18984   (eval "$ac_link") 2>conftest.er1
18985   ac_status=$?
18986   grep -v '^ *+' conftest.er1 >conftest.err
18987   rm -f conftest.er1
18988   cat conftest.err >&5
18989   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18990   (exit $ac_status); } && {
18991          test -z "$ac_c_werror_flag" ||
18992          test ! -s conftest.err
18993        } && test -s conftest$ac_exeext && {
18994          test "$cross_compiling" = yes ||
18995          $as_test_x conftest$ac_exeext
18996        }; then
18997   ac_cv_lib_ldap_r_ldap_initialize=yes
18998 else
18999   $as_echo "$as_me: failed program was:" >&5
19000 sed 's/^/| /' conftest.$ac_ext >&5
19001
19002         ac_cv_lib_ldap_r_ldap_initialize=no
19003 fi
19004
19005 rm -rf conftest.dSYM
19006 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19007       conftest$ac_exeext conftest.$ac_ext
19008 LIBS=$ac_check_lib_save_LIBS
19009 fi
19010 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
19011 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
19012 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
19013   { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
19014 $as_echo_n "checking for ber_init in -llber... " >&6; }
19015 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
19016   $as_echo_n "(cached) " >&6
19017 else
19018   ac_check_lib_save_LIBS=$LIBS
19019 LIBS="-llber $LIBPTHREAD $LIBS"
19020 cat >conftest.$ac_ext <<_ACEOF
19021 /* confdefs.h.  */
19022 _ACEOF
19023 cat confdefs.h >>conftest.$ac_ext
19024 cat >>conftest.$ac_ext <<_ACEOF
19025 /* end confdefs.h.  */
19026
19027 /* Override any GCC internal prototype to avoid an error.
19028    Use char because int might match the return type of a GCC
19029    builtin and then its argument prototype would still apply.  */
19030 #ifdef __cplusplus
19031 extern "C"
19032 #endif
19033 char ber_init ();
19034 int
19035 main ()
19036 {
19037 return ber_init ();
19038   ;
19039   return 0;
19040 }
19041 _ACEOF
19042 rm -f conftest.$ac_objext conftest$ac_exeext
19043 if { (ac_try="$ac_link"
19044 case "(($ac_try" in
19045   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19046   *) ac_try_echo=$ac_try;;
19047 esac
19048 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19049 $as_echo "$ac_try_echo") >&5
19050   (eval "$ac_link") 2>conftest.er1
19051   ac_status=$?
19052   grep -v '^ *+' conftest.er1 >conftest.err
19053   rm -f conftest.er1
19054   cat conftest.err >&5
19055   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19056   (exit $ac_status); } && {
19057          test -z "$ac_c_werror_flag" ||
19058          test ! -s conftest.err
19059        } && test -s conftest$ac_exeext && {
19060          test "$cross_compiling" = yes ||
19061          $as_test_x conftest$ac_exeext
19062        }; then
19063   ac_cv_lib_lber_ber_init=yes
19064 else
19065   $as_echo "$as_me: failed program was:" >&5
19066 sed 's/^/| /' conftest.$ac_ext >&5
19067
19068         ac_cv_lib_lber_ber_init=no
19069 fi
19070
19071 rm -rf conftest.dSYM
19072 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19073       conftest$ac_exeext conftest.$ac_ext
19074 LIBS=$ac_check_lib_save_LIBS
19075 fi
19076 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19077 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19078 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19079
19080 cat >>confdefs.h <<\_ACEOF
19081 #define HAVE_LDAP 1
19082 _ACEOF
19083
19084                  LDAPLIBS="-lldap_r -llber"
19085 fi
19086
19087 fi
19088
19089 fi
19090
19091     ac_wine_check_funcs_save_LIBS="$LIBS"
19092 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19093
19094
19095
19096
19097
19098
19099
19100
19101 for ac_func in \
19102         ldap_count_references \
19103         ldap_first_reference \
19104         ldap_next_reference \
19105         ldap_parse_reference \
19106         ldap_parse_sort_control \
19107         ldap_parse_sortresponse_control \
19108         ldap_parse_vlv_control \
19109         ldap_parse_vlvresponse_control
19110 do
19111 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19112 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19113 $as_echo_n "checking for $ac_func... " >&6; }
19114 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19115   $as_echo_n "(cached) " >&6
19116 else
19117   cat >conftest.$ac_ext <<_ACEOF
19118 /* confdefs.h.  */
19119 _ACEOF
19120 cat confdefs.h >>conftest.$ac_ext
19121 cat >>conftest.$ac_ext <<_ACEOF
19122 /* end confdefs.h.  */
19123 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19124    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
19125 #define $ac_func innocuous_$ac_func
19126
19127 /* System header to define __stub macros and hopefully few prototypes,
19128     which can conflict with char $ac_func (); below.
19129     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19130     <limits.h> exists even on freestanding compilers.  */
19131
19132 #ifdef __STDC__
19133 # include <limits.h>
19134 #else
19135 # include <assert.h>
19136 #endif
19137
19138 #undef $ac_func
19139
19140 /* Override any GCC internal prototype to avoid an error.
19141    Use char because int might match the return type of a GCC
19142    builtin and then its argument prototype would still apply.  */
19143 #ifdef __cplusplus
19144 extern "C"
19145 #endif
19146 char $ac_func ();
19147 /* The GNU C library defines this for functions which it implements
19148     to always fail with ENOSYS.  Some functions are actually named
19149     something starting with __ and the normal name is an alias.  */
19150 #if defined __stub_$ac_func || defined __stub___$ac_func
19151 choke me
19152 #endif
19153
19154 int
19155 main ()
19156 {
19157 return $ac_func ();
19158   ;
19159   return 0;
19160 }
19161 _ACEOF
19162 rm -f conftest.$ac_objext conftest$ac_exeext
19163 if { (ac_try="$ac_link"
19164 case "(($ac_try" in
19165   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19166   *) ac_try_echo=$ac_try;;
19167 esac
19168 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19169 $as_echo "$ac_try_echo") >&5
19170   (eval "$ac_link") 2>conftest.er1
19171   ac_status=$?
19172   grep -v '^ *+' conftest.er1 >conftest.err
19173   rm -f conftest.er1
19174   cat conftest.err >&5
19175   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19176   (exit $ac_status); } && {
19177          test -z "$ac_c_werror_flag" ||
19178          test ! -s conftest.err
19179        } && test -s conftest$ac_exeext && {
19180          test "$cross_compiling" = yes ||
19181          $as_test_x conftest$ac_exeext
19182        }; then
19183   eval "$as_ac_var=yes"
19184 else
19185   $as_echo "$as_me: failed program was:" >&5
19186 sed 's/^/| /' conftest.$ac_ext >&5
19187
19188         eval "$as_ac_var=no"
19189 fi
19190
19191 rm -rf conftest.dSYM
19192 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19193       conftest$ac_exeext conftest.$ac_ext
19194 fi
19195 ac_res=`eval 'as_val=${'$as_ac_var'}
19196                  $as_echo "$as_val"'`
19197                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19198 $as_echo "$ac_res" >&6; }
19199 as_val=`eval 'as_val=${'$as_ac_var'}
19200                  $as_echo "$as_val"'`
19201    if test "x$as_val" = x""yes; then
19202   cat >>confdefs.h <<_ACEOF
19203 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19204 _ACEOF
19205
19206 fi
19207 done
19208
19209 LIBS="$ac_wine_check_funcs_save_LIBS"
19210 fi
19211 if test "x$LDAPLIBS" = "x"; then
19212   case "x$with_ldap" in
19213   x)   wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19214   xno) ;;
19215   *)   { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19216 This is an error since --with-ldap was requested." >&5
19217 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19218 This is an error since --with-ldap was requested." >&2;}
19219    { (exit 1); exit 1; }; } ;;
19220 esac
19221 fi
19222
19223
19224 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19225 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19226 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19227   $as_echo_n "(cached) " >&6
19228 else
19229   cat >conftest.$ac_ext <<_ACEOF
19230 /* confdefs.h.  */
19231 _ACEOF
19232 cat confdefs.h >>conftest.$ac_ext
19233 cat >>conftest.$ac_ext <<_ACEOF
19234 /* end confdefs.h.  */
19235 #include <sys/stat.h>
19236 int
19237 main ()
19238 {
19239 mkdir("foo");
19240   ;
19241   return 0;
19242 }
19243 _ACEOF
19244 rm -f conftest.$ac_objext
19245 if { (ac_try="$ac_compile"
19246 case "(($ac_try" in
19247   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19248   *) ac_try_echo=$ac_try;;
19249 esac
19250 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19251 $as_echo "$ac_try_echo") >&5
19252   (eval "$ac_compile") 2>conftest.er1
19253   ac_status=$?
19254   grep -v '^ *+' conftest.er1 >conftest.err
19255   rm -f conftest.er1
19256   cat conftest.err >&5
19257   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19258   (exit $ac_status); } && {
19259          test -z "$ac_c_werror_flag" ||
19260          test ! -s conftest.err
19261        } && test -s conftest.$ac_objext; then
19262   wine_cv_one_arg_mkdir=yes
19263 else
19264   $as_echo "$as_me: failed program was:" >&5
19265 sed 's/^/| /' conftest.$ac_ext >&5
19266
19267         wine_cv_one_arg_mkdir=no
19268 fi
19269
19270 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19271 fi
19272 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19273 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19274 if test "$wine_cv_one_arg_mkdir" = "yes"
19275 then
19276
19277 cat >>confdefs.h <<\_ACEOF
19278 #define HAVE_ONE_ARG_MKDIR 1
19279 _ACEOF
19280
19281 fi
19282
19283
19284 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19285 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19286 if test "${ac_cv_c_const+set}" = set; then
19287   $as_echo_n "(cached) " >&6
19288 else
19289   cat >conftest.$ac_ext <<_ACEOF
19290 /* confdefs.h.  */
19291 _ACEOF
19292 cat confdefs.h >>conftest.$ac_ext
19293 cat >>conftest.$ac_ext <<_ACEOF
19294 /* end confdefs.h.  */
19295
19296 int
19297 main ()
19298 {
19299 /* FIXME: Include the comments suggested by Paul. */
19300 #ifndef __cplusplus
19301   /* Ultrix mips cc rejects this.  */
19302   typedef int charset[2];
19303   const charset cs;
19304   /* SunOS 4.1.1 cc rejects this.  */
19305   char const *const *pcpcc;
19306   char **ppc;
19307   /* NEC SVR4.0.2 mips cc rejects this.  */
19308   struct point {int x, y;};
19309   static struct point const zero = {0,0};
19310   /* AIX XL C 1.02.0.0 rejects this.
19311      It does not let you subtract one const X* pointer from another in
19312      an arm of an if-expression whose if-part is not a constant
19313      expression */
19314   const char *g = "string";
19315   pcpcc = &g + (g ? g-g : 0);
19316   /* HPUX 7.0 cc rejects these. */
19317   ++pcpcc;
19318   ppc = (char**) pcpcc;
19319   pcpcc = (char const *const *) ppc;
19320   { /* SCO 3.2v4 cc rejects this.  */
19321     char *t;
19322     char const *s = 0 ? (char *) 0 : (char const *) 0;
19323
19324     *t++ = 0;
19325     if (s) return 0;
19326   }
19327   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
19328     int x[] = {25, 17};
19329     const int *foo = &x[0];
19330     ++foo;
19331   }
19332   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19333     typedef const int *iptr;
19334     iptr p = 0;
19335     ++p;
19336   }
19337   { /* AIX XL C 1.02.0.0 rejects this saying
19338        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19339     struct s { int j; const int *ap[3]; };
19340     struct s *b; b->j = 5;
19341   }
19342   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19343     const int foo = 10;
19344     if (!foo) return 0;
19345   }
19346   return !cs[0] && !zero.x;
19347 #endif
19348
19349   ;
19350   return 0;
19351 }
19352 _ACEOF
19353 rm -f conftest.$ac_objext
19354 if { (ac_try="$ac_compile"
19355 case "(($ac_try" in
19356   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19357   *) ac_try_echo=$ac_try;;
19358 esac
19359 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19360 $as_echo "$ac_try_echo") >&5
19361   (eval "$ac_compile") 2>conftest.er1
19362   ac_status=$?
19363   grep -v '^ *+' conftest.er1 >conftest.err
19364   rm -f conftest.er1
19365   cat conftest.err >&5
19366   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19367   (exit $ac_status); } && {
19368          test -z "$ac_c_werror_flag" ||
19369          test ! -s conftest.err
19370        } && test -s conftest.$ac_objext; then
19371   ac_cv_c_const=yes
19372 else
19373   $as_echo "$as_me: failed program was:" >&5
19374 sed 's/^/| /' conftest.$ac_ext >&5
19375
19376         ac_cv_c_const=no
19377 fi
19378
19379 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19380 fi
19381 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19382 $as_echo "$ac_cv_c_const" >&6; }
19383 if test $ac_cv_c_const = no; then
19384
19385 cat >>confdefs.h <<\_ACEOF
19386 #define const /**/
19387 _ACEOF
19388
19389 fi
19390
19391 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19392 $as_echo_n "checking for inline... " >&6; }
19393 if test "${ac_cv_c_inline+set}" = set; then
19394   $as_echo_n "(cached) " >&6
19395 else
19396   ac_cv_c_inline=no
19397 for ac_kw in inline __inline__ __inline; do
19398   cat >conftest.$ac_ext <<_ACEOF
19399 /* confdefs.h.  */
19400 _ACEOF
19401 cat confdefs.h >>conftest.$ac_ext
19402 cat >>conftest.$ac_ext <<_ACEOF
19403 /* end confdefs.h.  */
19404 #ifndef __cplusplus
19405 typedef int foo_t;
19406 static $ac_kw foo_t static_foo () {return 0; }
19407 $ac_kw foo_t foo () {return 0; }
19408 #endif
19409
19410 _ACEOF
19411 rm -f conftest.$ac_objext
19412 if { (ac_try="$ac_compile"
19413 case "(($ac_try" in
19414   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19415   *) ac_try_echo=$ac_try;;
19416 esac
19417 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19418 $as_echo "$ac_try_echo") >&5
19419   (eval "$ac_compile") 2>conftest.er1
19420   ac_status=$?
19421   grep -v '^ *+' conftest.er1 >conftest.err
19422   rm -f conftest.er1
19423   cat conftest.err >&5
19424   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19425   (exit $ac_status); } && {
19426          test -z "$ac_c_werror_flag" ||
19427          test ! -s conftest.err
19428        } && test -s conftest.$ac_objext; then
19429   ac_cv_c_inline=$ac_kw
19430 else
19431   $as_echo "$as_me: failed program was:" >&5
19432 sed 's/^/| /' conftest.$ac_ext >&5
19433
19434
19435 fi
19436
19437 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19438   test "$ac_cv_c_inline" != no && break
19439 done
19440
19441 fi
19442 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19443 $as_echo "$ac_cv_c_inline" >&6; }
19444
19445
19446 case $ac_cv_c_inline in
19447   inline | yes) ;;
19448   *)
19449     case $ac_cv_c_inline in
19450       no) ac_val=;;
19451       *) ac_val=$ac_cv_c_inline;;
19452     esac
19453     cat >>confdefs.h <<_ACEOF
19454 #ifndef __cplusplus
19455 #define inline $ac_val
19456 #endif
19457 _ACEOF
19458     ;;
19459 esac
19460
19461 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19462 $as_echo_n "checking for mode_t... " >&6; }
19463 if test "${ac_cv_type_mode_t+set}" = set; then
19464   $as_echo_n "(cached) " >&6
19465 else
19466   ac_cv_type_mode_t=no
19467 cat >conftest.$ac_ext <<_ACEOF
19468 /* confdefs.h.  */
19469 _ACEOF
19470 cat confdefs.h >>conftest.$ac_ext
19471 cat >>conftest.$ac_ext <<_ACEOF
19472 /* end confdefs.h.  */
19473 $ac_includes_default
19474 int
19475 main ()
19476 {
19477 if (sizeof (mode_t))
19478        return 0;
19479   ;
19480   return 0;
19481 }
19482 _ACEOF
19483 rm -f conftest.$ac_objext
19484 if { (ac_try="$ac_compile"
19485 case "(($ac_try" in
19486   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19487   *) ac_try_echo=$ac_try;;
19488 esac
19489 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19490 $as_echo "$ac_try_echo") >&5
19491   (eval "$ac_compile") 2>conftest.er1
19492   ac_status=$?
19493   grep -v '^ *+' conftest.er1 >conftest.err
19494   rm -f conftest.er1
19495   cat conftest.err >&5
19496   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19497   (exit $ac_status); } && {
19498          test -z "$ac_c_werror_flag" ||
19499          test ! -s conftest.err
19500        } && test -s conftest.$ac_objext; then
19501   cat >conftest.$ac_ext <<_ACEOF
19502 /* confdefs.h.  */
19503 _ACEOF
19504 cat confdefs.h >>conftest.$ac_ext
19505 cat >>conftest.$ac_ext <<_ACEOF
19506 /* end confdefs.h.  */
19507 $ac_includes_default
19508 int
19509 main ()
19510 {
19511 if (sizeof ((mode_t)))
19512           return 0;
19513   ;
19514   return 0;
19515 }
19516 _ACEOF
19517 rm -f conftest.$ac_objext
19518 if { (ac_try="$ac_compile"
19519 case "(($ac_try" in
19520   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19521   *) ac_try_echo=$ac_try;;
19522 esac
19523 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19524 $as_echo "$ac_try_echo") >&5
19525   (eval "$ac_compile") 2>conftest.er1
19526   ac_status=$?
19527   grep -v '^ *+' conftest.er1 >conftest.err
19528   rm -f conftest.er1
19529   cat conftest.err >&5
19530   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19531   (exit $ac_status); } && {
19532          test -z "$ac_c_werror_flag" ||
19533          test ! -s conftest.err
19534        } && test -s conftest.$ac_objext; then
19535   :
19536 else
19537   $as_echo "$as_me: failed program was:" >&5
19538 sed 's/^/| /' conftest.$ac_ext >&5
19539
19540         ac_cv_type_mode_t=yes
19541 fi
19542
19543 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19544 else
19545   $as_echo "$as_me: failed program was:" >&5
19546 sed 's/^/| /' conftest.$ac_ext >&5
19547
19548
19549 fi
19550
19551 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19552 fi
19553 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19554 $as_echo "$ac_cv_type_mode_t" >&6; }
19555 if test "x$ac_cv_type_mode_t" = x""yes; then
19556
19557 cat >>confdefs.h <<_ACEOF
19558 #define HAVE_MODE_T 1
19559 _ACEOF
19560
19561
19562 fi
19563 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19564 $as_echo_n "checking for off_t... " >&6; }
19565 if test "${ac_cv_type_off_t+set}" = set; then
19566   $as_echo_n "(cached) " >&6
19567 else
19568   ac_cv_type_off_t=no
19569 cat >conftest.$ac_ext <<_ACEOF
19570 /* confdefs.h.  */
19571 _ACEOF
19572 cat confdefs.h >>conftest.$ac_ext
19573 cat >>conftest.$ac_ext <<_ACEOF
19574 /* end confdefs.h.  */
19575 $ac_includes_default
19576 int
19577 main ()
19578 {
19579 if (sizeof (off_t))
19580        return 0;
19581   ;
19582   return 0;
19583 }
19584 _ACEOF
19585 rm -f conftest.$ac_objext
19586 if { (ac_try="$ac_compile"
19587 case "(($ac_try" in
19588   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19589   *) ac_try_echo=$ac_try;;
19590 esac
19591 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19592 $as_echo "$ac_try_echo") >&5
19593   (eval "$ac_compile") 2>conftest.er1
19594   ac_status=$?
19595   grep -v '^ *+' conftest.er1 >conftest.err
19596   rm -f conftest.er1
19597   cat conftest.err >&5
19598   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19599   (exit $ac_status); } && {
19600          test -z "$ac_c_werror_flag" ||
19601          test ! -s conftest.err
19602        } && test -s conftest.$ac_objext; then
19603   cat >conftest.$ac_ext <<_ACEOF
19604 /* confdefs.h.  */
19605 _ACEOF
19606 cat confdefs.h >>conftest.$ac_ext
19607 cat >>conftest.$ac_ext <<_ACEOF
19608 /* end confdefs.h.  */
19609 $ac_includes_default
19610 int
19611 main ()
19612 {
19613 if (sizeof ((off_t)))
19614           return 0;
19615   ;
19616   return 0;
19617 }
19618 _ACEOF
19619 rm -f conftest.$ac_objext
19620 if { (ac_try="$ac_compile"
19621 case "(($ac_try" in
19622   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19623   *) ac_try_echo=$ac_try;;
19624 esac
19625 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19626 $as_echo "$ac_try_echo") >&5
19627   (eval "$ac_compile") 2>conftest.er1
19628   ac_status=$?
19629   grep -v '^ *+' conftest.er1 >conftest.err
19630   rm -f conftest.er1
19631   cat conftest.err >&5
19632   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19633   (exit $ac_status); } && {
19634          test -z "$ac_c_werror_flag" ||
19635          test ! -s conftest.err
19636        } && test -s conftest.$ac_objext; then
19637   :
19638 else
19639   $as_echo "$as_me: failed program was:" >&5
19640 sed 's/^/| /' conftest.$ac_ext >&5
19641
19642         ac_cv_type_off_t=yes
19643 fi
19644
19645 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19646 else
19647   $as_echo "$as_me: failed program was:" >&5
19648 sed 's/^/| /' conftest.$ac_ext >&5
19649
19650
19651 fi
19652
19653 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19654 fi
19655 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19656 $as_echo "$ac_cv_type_off_t" >&6; }
19657 if test "x$ac_cv_type_off_t" = x""yes; then
19658
19659 cat >>confdefs.h <<_ACEOF
19660 #define HAVE_OFF_T 1
19661 _ACEOF
19662
19663
19664 fi
19665 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19666 $as_echo_n "checking for pid_t... " >&6; }
19667 if test "${ac_cv_type_pid_t+set}" = set; then
19668   $as_echo_n "(cached) " >&6
19669 else
19670   ac_cv_type_pid_t=no
19671 cat >conftest.$ac_ext <<_ACEOF
19672 /* confdefs.h.  */
19673 _ACEOF
19674 cat confdefs.h >>conftest.$ac_ext
19675 cat >>conftest.$ac_ext <<_ACEOF
19676 /* end confdefs.h.  */
19677 $ac_includes_default
19678 int
19679 main ()
19680 {
19681 if (sizeof (pid_t))
19682        return 0;
19683   ;
19684   return 0;
19685 }
19686 _ACEOF
19687 rm -f conftest.$ac_objext
19688 if { (ac_try="$ac_compile"
19689 case "(($ac_try" in
19690   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19691   *) ac_try_echo=$ac_try;;
19692 esac
19693 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19694 $as_echo "$ac_try_echo") >&5
19695   (eval "$ac_compile") 2>conftest.er1
19696   ac_status=$?
19697   grep -v '^ *+' conftest.er1 >conftest.err
19698   rm -f conftest.er1
19699   cat conftest.err >&5
19700   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19701   (exit $ac_status); } && {
19702          test -z "$ac_c_werror_flag" ||
19703          test ! -s conftest.err
19704        } && test -s conftest.$ac_objext; then
19705   cat >conftest.$ac_ext <<_ACEOF
19706 /* confdefs.h.  */
19707 _ACEOF
19708 cat confdefs.h >>conftest.$ac_ext
19709 cat >>conftest.$ac_ext <<_ACEOF
19710 /* end confdefs.h.  */
19711 $ac_includes_default
19712 int
19713 main ()
19714 {
19715 if (sizeof ((pid_t)))
19716           return 0;
19717   ;
19718   return 0;
19719 }
19720 _ACEOF
19721 rm -f conftest.$ac_objext
19722 if { (ac_try="$ac_compile"
19723 case "(($ac_try" in
19724   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19725   *) ac_try_echo=$ac_try;;
19726 esac
19727 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19728 $as_echo "$ac_try_echo") >&5
19729   (eval "$ac_compile") 2>conftest.er1
19730   ac_status=$?
19731   grep -v '^ *+' conftest.er1 >conftest.err
19732   rm -f conftest.er1
19733   cat conftest.err >&5
19734   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19735   (exit $ac_status); } && {
19736          test -z "$ac_c_werror_flag" ||
19737          test ! -s conftest.err
19738        } && test -s conftest.$ac_objext; then
19739   :
19740 else
19741   $as_echo "$as_me: failed program was:" >&5
19742 sed 's/^/| /' conftest.$ac_ext >&5
19743
19744         ac_cv_type_pid_t=yes
19745 fi
19746
19747 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19748 else
19749   $as_echo "$as_me: failed program was:" >&5
19750 sed 's/^/| /' conftest.$ac_ext >&5
19751
19752
19753 fi
19754
19755 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19756 fi
19757 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19758 $as_echo "$ac_cv_type_pid_t" >&6; }
19759 if test "x$ac_cv_type_pid_t" = x""yes; then
19760
19761 cat >>confdefs.h <<_ACEOF
19762 #define HAVE_PID_T 1
19763 _ACEOF
19764
19765
19766 fi
19767 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19768 $as_echo_n "checking for size_t... " >&6; }
19769 if test "${ac_cv_type_size_t+set}" = set; then
19770   $as_echo_n "(cached) " >&6
19771 else
19772   ac_cv_type_size_t=no
19773 cat >conftest.$ac_ext <<_ACEOF
19774 /* confdefs.h.  */
19775 _ACEOF
19776 cat confdefs.h >>conftest.$ac_ext
19777 cat >>conftest.$ac_ext <<_ACEOF
19778 /* end confdefs.h.  */
19779 $ac_includes_default
19780 int
19781 main ()
19782 {
19783 if (sizeof (size_t))
19784        return 0;
19785   ;
19786   return 0;
19787 }
19788 _ACEOF
19789 rm -f conftest.$ac_objext
19790 if { (ac_try="$ac_compile"
19791 case "(($ac_try" in
19792   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19793   *) ac_try_echo=$ac_try;;
19794 esac
19795 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19796 $as_echo "$ac_try_echo") >&5
19797   (eval "$ac_compile") 2>conftest.er1
19798   ac_status=$?
19799   grep -v '^ *+' conftest.er1 >conftest.err
19800   rm -f conftest.er1
19801   cat conftest.err >&5
19802   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19803   (exit $ac_status); } && {
19804          test -z "$ac_c_werror_flag" ||
19805          test ! -s conftest.err
19806        } && test -s conftest.$ac_objext; then
19807   cat >conftest.$ac_ext <<_ACEOF
19808 /* confdefs.h.  */
19809 _ACEOF
19810 cat confdefs.h >>conftest.$ac_ext
19811 cat >>conftest.$ac_ext <<_ACEOF
19812 /* end confdefs.h.  */
19813 $ac_includes_default
19814 int
19815 main ()
19816 {
19817 if (sizeof ((size_t)))
19818           return 0;
19819   ;
19820   return 0;
19821 }
19822 _ACEOF
19823 rm -f conftest.$ac_objext
19824 if { (ac_try="$ac_compile"
19825 case "(($ac_try" in
19826   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19827   *) ac_try_echo=$ac_try;;
19828 esac
19829 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19830 $as_echo "$ac_try_echo") >&5
19831   (eval "$ac_compile") 2>conftest.er1
19832   ac_status=$?
19833   grep -v '^ *+' conftest.er1 >conftest.err
19834   rm -f conftest.er1
19835   cat conftest.err >&5
19836   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19837   (exit $ac_status); } && {
19838          test -z "$ac_c_werror_flag" ||
19839          test ! -s conftest.err
19840        } && test -s conftest.$ac_objext; then
19841   :
19842 else
19843   $as_echo "$as_me: failed program was:" >&5
19844 sed 's/^/| /' conftest.$ac_ext >&5
19845
19846         ac_cv_type_size_t=yes
19847 fi
19848
19849 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19850 else
19851   $as_echo "$as_me: failed program was:" >&5
19852 sed 's/^/| /' conftest.$ac_ext >&5
19853
19854
19855 fi
19856
19857 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19858 fi
19859 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19860 $as_echo "$ac_cv_type_size_t" >&6; }
19861 if test "x$ac_cv_type_size_t" = x""yes; then
19862
19863 cat >>confdefs.h <<_ACEOF
19864 #define HAVE_SIZE_T 1
19865 _ACEOF
19866
19867
19868 fi
19869 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19870 $as_echo_n "checking for ssize_t... " >&6; }
19871 if test "${ac_cv_type_ssize_t+set}" = set; then
19872   $as_echo_n "(cached) " >&6
19873 else
19874   ac_cv_type_ssize_t=no
19875 cat >conftest.$ac_ext <<_ACEOF
19876 /* confdefs.h.  */
19877 _ACEOF
19878 cat confdefs.h >>conftest.$ac_ext
19879 cat >>conftest.$ac_ext <<_ACEOF
19880 /* end confdefs.h.  */
19881 $ac_includes_default
19882 int
19883 main ()
19884 {
19885 if (sizeof (ssize_t))
19886        return 0;
19887   ;
19888   return 0;
19889 }
19890 _ACEOF
19891 rm -f conftest.$ac_objext
19892 if { (ac_try="$ac_compile"
19893 case "(($ac_try" in
19894   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19895   *) ac_try_echo=$ac_try;;
19896 esac
19897 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19898 $as_echo "$ac_try_echo") >&5
19899   (eval "$ac_compile") 2>conftest.er1
19900   ac_status=$?
19901   grep -v '^ *+' conftest.er1 >conftest.err
19902   rm -f conftest.er1
19903   cat conftest.err >&5
19904   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19905   (exit $ac_status); } && {
19906          test -z "$ac_c_werror_flag" ||
19907          test ! -s conftest.err
19908        } && test -s conftest.$ac_objext; then
19909   cat >conftest.$ac_ext <<_ACEOF
19910 /* confdefs.h.  */
19911 _ACEOF
19912 cat confdefs.h >>conftest.$ac_ext
19913 cat >>conftest.$ac_ext <<_ACEOF
19914 /* end confdefs.h.  */
19915 $ac_includes_default
19916 int
19917 main ()
19918 {
19919 if (sizeof ((ssize_t)))
19920           return 0;
19921   ;
19922   return 0;
19923 }
19924 _ACEOF
19925 rm -f conftest.$ac_objext
19926 if { (ac_try="$ac_compile"
19927 case "(($ac_try" in
19928   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19929   *) ac_try_echo=$ac_try;;
19930 esac
19931 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19932 $as_echo "$ac_try_echo") >&5
19933   (eval "$ac_compile") 2>conftest.er1
19934   ac_status=$?
19935   grep -v '^ *+' conftest.er1 >conftest.err
19936   rm -f conftest.er1
19937   cat conftest.err >&5
19938   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19939   (exit $ac_status); } && {
19940          test -z "$ac_c_werror_flag" ||
19941          test ! -s conftest.err
19942        } && test -s conftest.$ac_objext; then
19943   :
19944 else
19945   $as_echo "$as_me: failed program was:" >&5
19946 sed 's/^/| /' conftest.$ac_ext >&5
19947
19948         ac_cv_type_ssize_t=yes
19949 fi
19950
19951 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19952 else
19953   $as_echo "$as_me: failed program was:" >&5
19954 sed 's/^/| /' conftest.$ac_ext >&5
19955
19956
19957 fi
19958
19959 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19960 fi
19961 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19962 $as_echo "$ac_cv_type_ssize_t" >&6; }
19963 if test "x$ac_cv_type_ssize_t" = x""yes; then
19964
19965 cat >>confdefs.h <<_ACEOF
19966 #define HAVE_SSIZE_T 1
19967 _ACEOF
19968
19969
19970 fi
19971 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19972 $as_echo_n "checking for long long... " >&6; }
19973 if test "${ac_cv_type_long_long+set}" = set; then
19974   $as_echo_n "(cached) " >&6
19975 else
19976   ac_cv_type_long_long=no
19977 cat >conftest.$ac_ext <<_ACEOF
19978 /* confdefs.h.  */
19979 _ACEOF
19980 cat confdefs.h >>conftest.$ac_ext
19981 cat >>conftest.$ac_ext <<_ACEOF
19982 /* end confdefs.h.  */
19983 $ac_includes_default
19984 int
19985 main ()
19986 {
19987 if (sizeof (long long))
19988        return 0;
19989   ;
19990   return 0;
19991 }
19992 _ACEOF
19993 rm -f conftest.$ac_objext
19994 if { (ac_try="$ac_compile"
19995 case "(($ac_try" in
19996   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19997   *) ac_try_echo=$ac_try;;
19998 esac
19999 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20000 $as_echo "$ac_try_echo") >&5
20001   (eval "$ac_compile") 2>conftest.er1
20002   ac_status=$?
20003   grep -v '^ *+' conftest.er1 >conftest.err
20004   rm -f conftest.er1
20005   cat conftest.err >&5
20006   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20007   (exit $ac_status); } && {
20008          test -z "$ac_c_werror_flag" ||
20009          test ! -s conftest.err
20010        } && test -s conftest.$ac_objext; then
20011   cat >conftest.$ac_ext <<_ACEOF
20012 /* confdefs.h.  */
20013 _ACEOF
20014 cat confdefs.h >>conftest.$ac_ext
20015 cat >>conftest.$ac_ext <<_ACEOF
20016 /* end confdefs.h.  */
20017 $ac_includes_default
20018 int
20019 main ()
20020 {
20021 if (sizeof ((long long)))
20022           return 0;
20023   ;
20024   return 0;
20025 }
20026 _ACEOF
20027 rm -f conftest.$ac_objext
20028 if { (ac_try="$ac_compile"
20029 case "(($ac_try" in
20030   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20031   *) ac_try_echo=$ac_try;;
20032 esac
20033 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20034 $as_echo "$ac_try_echo") >&5
20035   (eval "$ac_compile") 2>conftest.er1
20036   ac_status=$?
20037   grep -v '^ *+' conftest.er1 >conftest.err
20038   rm -f conftest.er1
20039   cat conftest.err >&5
20040   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20041   (exit $ac_status); } && {
20042          test -z "$ac_c_werror_flag" ||
20043          test ! -s conftest.err
20044        } && test -s conftest.$ac_objext; then
20045   :
20046 else
20047   $as_echo "$as_me: failed program was:" >&5
20048 sed 's/^/| /' conftest.$ac_ext >&5
20049
20050         ac_cv_type_long_long=yes
20051 fi
20052
20053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20054 else
20055   $as_echo "$as_me: failed program was:" >&5
20056 sed 's/^/| /' conftest.$ac_ext >&5
20057
20058
20059 fi
20060
20061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20062 fi
20063 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20064 $as_echo "$ac_cv_type_long_long" >&6; }
20065 if test "x$ac_cv_type_long_long" = x""yes; then
20066
20067 cat >>confdefs.h <<_ACEOF
20068 #define HAVE_LONG_LONG 1
20069 _ACEOF
20070
20071
20072 fi
20073 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20074 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20075 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20076   $as_echo_n "(cached) " >&6
20077 else
20078   ac_cv_type_fsblkcnt_t=no
20079 cat >conftest.$ac_ext <<_ACEOF
20080 /* confdefs.h.  */
20081 _ACEOF
20082 cat confdefs.h >>conftest.$ac_ext
20083 cat >>conftest.$ac_ext <<_ACEOF
20084 /* end confdefs.h.  */
20085 $ac_includes_default
20086 int
20087 main ()
20088 {
20089 if (sizeof (fsblkcnt_t))
20090        return 0;
20091   ;
20092   return 0;
20093 }
20094 _ACEOF
20095 rm -f conftest.$ac_objext
20096 if { (ac_try="$ac_compile"
20097 case "(($ac_try" in
20098   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20099   *) ac_try_echo=$ac_try;;
20100 esac
20101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20102 $as_echo "$ac_try_echo") >&5
20103   (eval "$ac_compile") 2>conftest.er1
20104   ac_status=$?
20105   grep -v '^ *+' conftest.er1 >conftest.err
20106   rm -f conftest.er1
20107   cat conftest.err >&5
20108   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20109   (exit $ac_status); } && {
20110          test -z "$ac_c_werror_flag" ||
20111          test ! -s conftest.err
20112        } && test -s conftest.$ac_objext; then
20113   cat >conftest.$ac_ext <<_ACEOF
20114 /* confdefs.h.  */
20115 _ACEOF
20116 cat confdefs.h >>conftest.$ac_ext
20117 cat >>conftest.$ac_ext <<_ACEOF
20118 /* end confdefs.h.  */
20119 $ac_includes_default
20120 int
20121 main ()
20122 {
20123 if (sizeof ((fsblkcnt_t)))
20124           return 0;
20125   ;
20126   return 0;
20127 }
20128 _ACEOF
20129 rm -f conftest.$ac_objext
20130 if { (ac_try="$ac_compile"
20131 case "(($ac_try" in
20132   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20133   *) ac_try_echo=$ac_try;;
20134 esac
20135 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20136 $as_echo "$ac_try_echo") >&5
20137   (eval "$ac_compile") 2>conftest.er1
20138   ac_status=$?
20139   grep -v '^ *+' conftest.er1 >conftest.err
20140   rm -f conftest.er1
20141   cat conftest.err >&5
20142   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20143   (exit $ac_status); } && {
20144          test -z "$ac_c_werror_flag" ||
20145          test ! -s conftest.err
20146        } && test -s conftest.$ac_objext; then
20147   :
20148 else
20149   $as_echo "$as_me: failed program was:" >&5
20150 sed 's/^/| /' conftest.$ac_ext >&5
20151
20152         ac_cv_type_fsblkcnt_t=yes
20153 fi
20154
20155 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20156 else
20157   $as_echo "$as_me: failed program was:" >&5
20158 sed 's/^/| /' conftest.$ac_ext >&5
20159
20160
20161 fi
20162
20163 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20164 fi
20165 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20166 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20167 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20168
20169 cat >>confdefs.h <<_ACEOF
20170 #define HAVE_FSBLKCNT_T 1
20171 _ACEOF
20172
20173
20174 fi
20175 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20176 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20177 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20178   $as_echo_n "(cached) " >&6
20179 else
20180   ac_cv_type_fsfilcnt_t=no
20181 cat >conftest.$ac_ext <<_ACEOF
20182 /* confdefs.h.  */
20183 _ACEOF
20184 cat confdefs.h >>conftest.$ac_ext
20185 cat >>conftest.$ac_ext <<_ACEOF
20186 /* end confdefs.h.  */
20187 $ac_includes_default
20188 int
20189 main ()
20190 {
20191 if (sizeof (fsfilcnt_t))
20192        return 0;
20193   ;
20194   return 0;
20195 }
20196 _ACEOF
20197 rm -f conftest.$ac_objext
20198 if { (ac_try="$ac_compile"
20199 case "(($ac_try" in
20200   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20201   *) ac_try_echo=$ac_try;;
20202 esac
20203 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20204 $as_echo "$ac_try_echo") >&5
20205   (eval "$ac_compile") 2>conftest.er1
20206   ac_status=$?
20207   grep -v '^ *+' conftest.er1 >conftest.err
20208   rm -f conftest.er1
20209   cat conftest.err >&5
20210   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20211   (exit $ac_status); } && {
20212          test -z "$ac_c_werror_flag" ||
20213          test ! -s conftest.err
20214        } && test -s conftest.$ac_objext; then
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 $ac_includes_default
20222 int
20223 main ()
20224 {
20225 if (sizeof ((fsfilcnt_t)))
20226           return 0;
20227   ;
20228   return 0;
20229 }
20230 _ACEOF
20231 rm -f conftest.$ac_objext
20232 if { (ac_try="$ac_compile"
20233 case "(($ac_try" in
20234   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20235   *) ac_try_echo=$ac_try;;
20236 esac
20237 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20238 $as_echo "$ac_try_echo") >&5
20239   (eval "$ac_compile") 2>conftest.er1
20240   ac_status=$?
20241   grep -v '^ *+' conftest.er1 >conftest.err
20242   rm -f conftest.er1
20243   cat conftest.err >&5
20244   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20245   (exit $ac_status); } && {
20246          test -z "$ac_c_werror_flag" ||
20247          test ! -s conftest.err
20248        } && test -s conftest.$ac_objext; then
20249   :
20250 else
20251   $as_echo "$as_me: failed program was:" >&5
20252 sed 's/^/| /' conftest.$ac_ext >&5
20253
20254         ac_cv_type_fsfilcnt_t=yes
20255 fi
20256
20257 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20258 else
20259   $as_echo "$as_me: failed program was:" >&5
20260 sed 's/^/| /' conftest.$ac_ext >&5
20261
20262
20263 fi
20264
20265 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20266 fi
20267 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20268 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20269 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20270
20271 cat >>confdefs.h <<_ACEOF
20272 #define HAVE_FSFILCNT_T 1
20273 _ACEOF
20274
20275
20276 fi
20277
20278 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20279 $as_echo_n "checking for sigset_t... " >&6; }
20280 if test "${ac_cv_type_sigset_t+set}" = set; then
20281   $as_echo_n "(cached) " >&6
20282 else
20283   ac_cv_type_sigset_t=no
20284 cat >conftest.$ac_ext <<_ACEOF
20285 /* confdefs.h.  */
20286 _ACEOF
20287 cat confdefs.h >>conftest.$ac_ext
20288 cat >>conftest.$ac_ext <<_ACEOF
20289 /* end confdefs.h.  */
20290 #include <sys/types.h>
20291 #include <signal.h>
20292
20293 int
20294 main ()
20295 {
20296 if (sizeof (sigset_t))
20297        return 0;
20298   ;
20299   return 0;
20300 }
20301 _ACEOF
20302 rm -f conftest.$ac_objext
20303 if { (ac_try="$ac_compile"
20304 case "(($ac_try" in
20305   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20306   *) ac_try_echo=$ac_try;;
20307 esac
20308 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20309 $as_echo "$ac_try_echo") >&5
20310   (eval "$ac_compile") 2>conftest.er1
20311   ac_status=$?
20312   grep -v '^ *+' conftest.er1 >conftest.err
20313   rm -f conftest.er1
20314   cat conftest.err >&5
20315   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20316   (exit $ac_status); } && {
20317          test -z "$ac_c_werror_flag" ||
20318          test ! -s conftest.err
20319        } && test -s conftest.$ac_objext; then
20320   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 #include <sys/types.h>
20327 #include <signal.h>
20328
20329 int
20330 main ()
20331 {
20332 if (sizeof ((sigset_t)))
20333           return 0;
20334   ;
20335   return 0;
20336 }
20337 _ACEOF
20338 rm -f conftest.$ac_objext
20339 if { (ac_try="$ac_compile"
20340 case "(($ac_try" in
20341   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20342   *) ac_try_echo=$ac_try;;
20343 esac
20344 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20345 $as_echo "$ac_try_echo") >&5
20346   (eval "$ac_compile") 2>conftest.er1
20347   ac_status=$?
20348   grep -v '^ *+' conftest.er1 >conftest.err
20349   rm -f conftest.er1
20350   cat conftest.err >&5
20351   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20352   (exit $ac_status); } && {
20353          test -z "$ac_c_werror_flag" ||
20354          test ! -s conftest.err
20355        } && test -s conftest.$ac_objext; then
20356   :
20357 else
20358   $as_echo "$as_me: failed program was:" >&5
20359 sed 's/^/| /' conftest.$ac_ext >&5
20360
20361         ac_cv_type_sigset_t=yes
20362 fi
20363
20364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20365 else
20366   $as_echo "$as_me: failed program was:" >&5
20367 sed 's/^/| /' conftest.$ac_ext >&5
20368
20369
20370 fi
20371
20372 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20373 fi
20374 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20375 $as_echo "$ac_cv_type_sigset_t" >&6; }
20376 if test "x$ac_cv_type_sigset_t" = x""yes; then
20377
20378 cat >>confdefs.h <<_ACEOF
20379 #define HAVE_SIGSET_T 1
20380 _ACEOF
20381
20382
20383 fi
20384
20385 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20386 $as_echo_n "checking for request_sense... " >&6; }
20387 if test "${ac_cv_type_request_sense+set}" = set; then
20388   $as_echo_n "(cached) " >&6
20389 else
20390   ac_cv_type_request_sense=no
20391 cat >conftest.$ac_ext <<_ACEOF
20392 /* confdefs.h.  */
20393 _ACEOF
20394 cat confdefs.h >>conftest.$ac_ext
20395 cat >>conftest.$ac_ext <<_ACEOF
20396 /* end confdefs.h.  */
20397 #include <linux/cdrom.h>
20398
20399 int
20400 main ()
20401 {
20402 if (sizeof (request_sense))
20403        return 0;
20404   ;
20405   return 0;
20406 }
20407 _ACEOF
20408 rm -f conftest.$ac_objext
20409 if { (ac_try="$ac_compile"
20410 case "(($ac_try" in
20411   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20412   *) ac_try_echo=$ac_try;;
20413 esac
20414 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20415 $as_echo "$ac_try_echo") >&5
20416   (eval "$ac_compile") 2>conftest.er1
20417   ac_status=$?
20418   grep -v '^ *+' conftest.er1 >conftest.err
20419   rm -f conftest.er1
20420   cat conftest.err >&5
20421   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20422   (exit $ac_status); } && {
20423          test -z "$ac_c_werror_flag" ||
20424          test ! -s conftest.err
20425        } && test -s conftest.$ac_objext; then
20426   cat >conftest.$ac_ext <<_ACEOF
20427 /* confdefs.h.  */
20428 _ACEOF
20429 cat confdefs.h >>conftest.$ac_ext
20430 cat >>conftest.$ac_ext <<_ACEOF
20431 /* end confdefs.h.  */
20432 #include <linux/cdrom.h>
20433
20434 int
20435 main ()
20436 {
20437 if (sizeof ((request_sense)))
20438           return 0;
20439   ;
20440   return 0;
20441 }
20442 _ACEOF
20443 rm -f conftest.$ac_objext
20444 if { (ac_try="$ac_compile"
20445 case "(($ac_try" in
20446   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20447   *) ac_try_echo=$ac_try;;
20448 esac
20449 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20450 $as_echo "$ac_try_echo") >&5
20451   (eval "$ac_compile") 2>conftest.er1
20452   ac_status=$?
20453   grep -v '^ *+' conftest.er1 >conftest.err
20454   rm -f conftest.er1
20455   cat conftest.err >&5
20456   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20457   (exit $ac_status); } && {
20458          test -z "$ac_c_werror_flag" ||
20459          test ! -s conftest.err
20460        } && test -s conftest.$ac_objext; then
20461   :
20462 else
20463   $as_echo "$as_me: failed program was:" >&5
20464 sed 's/^/| /' conftest.$ac_ext >&5
20465
20466         ac_cv_type_request_sense=yes
20467 fi
20468
20469 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20470 else
20471   $as_echo "$as_me: failed program was:" >&5
20472 sed 's/^/| /' conftest.$ac_ext >&5
20473
20474
20475 fi
20476
20477 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20478 fi
20479 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20480 $as_echo "$ac_cv_type_request_sense" >&6; }
20481 if test "x$ac_cv_type_request_sense" = x""yes; then
20482
20483 cat >>confdefs.h <<_ACEOF
20484 #define HAVE_REQUEST_SENSE 1
20485 _ACEOF
20486
20487
20488 fi
20489
20490
20491 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20492 $as_echo_n "checking for struct xinpgen... " >&6; }
20493 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20494   $as_echo_n "(cached) " >&6
20495 else
20496   ac_cv_type_struct_xinpgen=no
20497 cat >conftest.$ac_ext <<_ACEOF
20498 /* confdefs.h.  */
20499 _ACEOF
20500 cat confdefs.h >>conftest.$ac_ext
20501 cat >>conftest.$ac_ext <<_ACEOF
20502 /* end confdefs.h.  */
20503 #include <sys/types.h>
20504 #ifdef HAVE_SYS_SOCKET_H
20505 #include <sys/socket.h>
20506 #endif
20507 #ifdef HAVE_SYS_SOCKETVAR_H
20508 #include <sys/socketvar.h>
20509 #endif
20510 #ifdef HAVE_NET_ROUTE_H
20511 #include <net/route.h>
20512 #endif
20513 #ifdef HAVE_NETINET_IN_H
20514 #include <netinet/in.h>
20515 #endif
20516 #ifdef HAVE_NETINET_IN_SYSTM_H
20517 #include <netinet/in_systm.h>
20518 #endif
20519 #ifdef HAVE_NETINET_IP_H
20520 #include <netinet/ip.h>
20521 #endif
20522 #ifdef HAVE_NETINET_IN_PCB_H
20523 #include <netinet/in_pcb.h>
20524 #endif
20525
20526 int
20527 main ()
20528 {
20529 if (sizeof (struct xinpgen))
20530        return 0;
20531   ;
20532   return 0;
20533 }
20534 _ACEOF
20535 rm -f conftest.$ac_objext
20536 if { (ac_try="$ac_compile"
20537 case "(($ac_try" in
20538   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20539   *) ac_try_echo=$ac_try;;
20540 esac
20541 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20542 $as_echo "$ac_try_echo") >&5
20543   (eval "$ac_compile") 2>conftest.er1
20544   ac_status=$?
20545   grep -v '^ *+' conftest.er1 >conftest.err
20546   rm -f conftest.er1
20547   cat conftest.err >&5
20548   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20549   (exit $ac_status); } && {
20550          test -z "$ac_c_werror_flag" ||
20551          test ! -s conftest.err
20552        } && test -s conftest.$ac_objext; then
20553   cat >conftest.$ac_ext <<_ACEOF
20554 /* confdefs.h.  */
20555 _ACEOF
20556 cat confdefs.h >>conftest.$ac_ext
20557 cat >>conftest.$ac_ext <<_ACEOF
20558 /* end confdefs.h.  */
20559 #include <sys/types.h>
20560 #ifdef HAVE_SYS_SOCKET_H
20561 #include <sys/socket.h>
20562 #endif
20563 #ifdef HAVE_SYS_SOCKETVAR_H
20564 #include <sys/socketvar.h>
20565 #endif
20566 #ifdef HAVE_NET_ROUTE_H
20567 #include <net/route.h>
20568 #endif
20569 #ifdef HAVE_NETINET_IN_H
20570 #include <netinet/in.h>
20571 #endif
20572 #ifdef HAVE_NETINET_IN_SYSTM_H
20573 #include <netinet/in_systm.h>
20574 #endif
20575 #ifdef HAVE_NETINET_IP_H
20576 #include <netinet/ip.h>
20577 #endif
20578 #ifdef HAVE_NETINET_IN_PCB_H
20579 #include <netinet/in_pcb.h>
20580 #endif
20581
20582 int
20583 main ()
20584 {
20585 if (sizeof ((struct xinpgen)))
20586           return 0;
20587   ;
20588   return 0;
20589 }
20590 _ACEOF
20591 rm -f conftest.$ac_objext
20592 if { (ac_try="$ac_compile"
20593 case "(($ac_try" in
20594   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20595   *) ac_try_echo=$ac_try;;
20596 esac
20597 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20598 $as_echo "$ac_try_echo") >&5
20599   (eval "$ac_compile") 2>conftest.er1
20600   ac_status=$?
20601   grep -v '^ *+' conftest.er1 >conftest.err
20602   rm -f conftest.er1
20603   cat conftest.err >&5
20604   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20605   (exit $ac_status); } && {
20606          test -z "$ac_c_werror_flag" ||
20607          test ! -s conftest.err
20608        } && test -s conftest.$ac_objext; then
20609   :
20610 else
20611   $as_echo "$as_me: failed program was:" >&5
20612 sed 's/^/| /' conftest.$ac_ext >&5
20613
20614         ac_cv_type_struct_xinpgen=yes
20615 fi
20616
20617 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20618 else
20619   $as_echo "$as_me: failed program was:" >&5
20620 sed 's/^/| /' conftest.$ac_ext >&5
20621
20622
20623 fi
20624
20625 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20626 fi
20627 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20628 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20629 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20630
20631 cat >>confdefs.h <<_ACEOF
20632 #define HAVE_STRUCT_XINPGEN 1
20633 _ACEOF
20634
20635
20636 fi
20637
20638
20639 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20640 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20641 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20642   $as_echo_n "(cached) " >&6
20643 else
20644   cat >conftest.$ac_ext <<_ACEOF
20645 /* confdefs.h.  */
20646 _ACEOF
20647 cat confdefs.h >>conftest.$ac_ext
20648 cat >>conftest.$ac_ext <<_ACEOF
20649 /* end confdefs.h.  */
20650 #ifdef HAVE_LINUX_INPUT_H
20651 #include <linux/input.h>
20652 #endif
20653
20654 int
20655 main ()
20656 {
20657 static struct ff_effect ac_aggr;
20658 if (ac_aggr.direction)
20659 return 0;
20660   ;
20661   return 0;
20662 }
20663 _ACEOF
20664 rm -f conftest.$ac_objext
20665 if { (ac_try="$ac_compile"
20666 case "(($ac_try" in
20667   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20668   *) ac_try_echo=$ac_try;;
20669 esac
20670 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20671 $as_echo "$ac_try_echo") >&5
20672   (eval "$ac_compile") 2>conftest.er1
20673   ac_status=$?
20674   grep -v '^ *+' conftest.er1 >conftest.err
20675   rm -f conftest.er1
20676   cat conftest.err >&5
20677   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20678   (exit $ac_status); } && {
20679          test -z "$ac_c_werror_flag" ||
20680          test ! -s conftest.err
20681        } && test -s conftest.$ac_objext; then
20682   ac_cv_member_struct_ff_effect_direction=yes
20683 else
20684   $as_echo "$as_me: failed program was:" >&5
20685 sed 's/^/| /' conftest.$ac_ext >&5
20686
20687         cat >conftest.$ac_ext <<_ACEOF
20688 /* confdefs.h.  */
20689 _ACEOF
20690 cat confdefs.h >>conftest.$ac_ext
20691 cat >>conftest.$ac_ext <<_ACEOF
20692 /* end confdefs.h.  */
20693 #ifdef HAVE_LINUX_INPUT_H
20694 #include <linux/input.h>
20695 #endif
20696
20697 int
20698 main ()
20699 {
20700 static struct ff_effect ac_aggr;
20701 if (sizeof ac_aggr.direction)
20702 return 0;
20703   ;
20704   return 0;
20705 }
20706 _ACEOF
20707 rm -f conftest.$ac_objext
20708 if { (ac_try="$ac_compile"
20709 case "(($ac_try" in
20710   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20711   *) ac_try_echo=$ac_try;;
20712 esac
20713 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20714 $as_echo "$ac_try_echo") >&5
20715   (eval "$ac_compile") 2>conftest.er1
20716   ac_status=$?
20717   grep -v '^ *+' conftest.er1 >conftest.err
20718   rm -f conftest.er1
20719   cat conftest.err >&5
20720   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20721   (exit $ac_status); } && {
20722          test -z "$ac_c_werror_flag" ||
20723          test ! -s conftest.err
20724        } && test -s conftest.$ac_objext; then
20725   ac_cv_member_struct_ff_effect_direction=yes
20726 else
20727   $as_echo "$as_me: failed program was:" >&5
20728 sed 's/^/| /' conftest.$ac_ext >&5
20729
20730         ac_cv_member_struct_ff_effect_direction=no
20731 fi
20732
20733 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20734 fi
20735
20736 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20737 fi
20738 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20739 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20740 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20741
20742 cat >>confdefs.h <<_ACEOF
20743 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20744 _ACEOF
20745
20746
20747 fi
20748
20749
20750 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20751 $as_echo_n "checking for sigaddset... " >&6; }
20752 if test "${wine_cv_have_sigaddset+set}" = set; then
20753   $as_echo_n "(cached) " >&6
20754 else
20755   cat >conftest.$ac_ext <<_ACEOF
20756 /* confdefs.h.  */
20757 _ACEOF
20758 cat confdefs.h >>conftest.$ac_ext
20759 cat >>conftest.$ac_ext <<_ACEOF
20760 /* end confdefs.h.  */
20761 #include <signal.h>
20762 int
20763 main ()
20764 {
20765 sigset_t set; sigaddset(&set,SIGTERM);
20766   ;
20767   return 0;
20768 }
20769 _ACEOF
20770 rm -f conftest.$ac_objext conftest$ac_exeext
20771 if { (ac_try="$ac_link"
20772 case "(($ac_try" in
20773   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20774   *) ac_try_echo=$ac_try;;
20775 esac
20776 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20777 $as_echo "$ac_try_echo") >&5
20778   (eval "$ac_link") 2>conftest.er1
20779   ac_status=$?
20780   grep -v '^ *+' conftest.er1 >conftest.err
20781   rm -f conftest.er1
20782   cat conftest.err >&5
20783   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20784   (exit $ac_status); } && {
20785          test -z "$ac_c_werror_flag" ||
20786          test ! -s conftest.err
20787        } && test -s conftest$ac_exeext && {
20788          test "$cross_compiling" = yes ||
20789          $as_test_x conftest$ac_exeext
20790        }; then
20791   wine_cv_have_sigaddset=yes
20792 else
20793   $as_echo "$as_me: failed program was:" >&5
20794 sed 's/^/| /' conftest.$ac_ext >&5
20795
20796         wine_cv_have_sigaddset=no
20797 fi
20798
20799 rm -rf conftest.dSYM
20800 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20801       conftest$ac_exeext conftest.$ac_ext
20802 fi
20803 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20804 $as_echo "$wine_cv_have_sigaddset" >&6; }
20805 if test "$wine_cv_have_sigaddset" = "yes"
20806 then
20807
20808 cat >>confdefs.h <<\_ACEOF
20809 #define HAVE_SIGADDSET 1
20810 _ACEOF
20811
20812 fi
20813
20814
20815 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20816 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20817 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20818   $as_echo_n "(cached) " >&6
20819 else
20820   cat >conftest.$ac_ext <<_ACEOF
20821 /* confdefs.h.  */
20822 _ACEOF
20823 cat confdefs.h >>conftest.$ac_ext
20824 cat >>conftest.$ac_ext <<_ACEOF
20825 /* end confdefs.h.  */
20826 #include <netdb.h>
20827 int
20828 main ()
20829 {
20830
20831     char *name=0;
20832     struct hostent he;
20833     struct hostent *result;
20834     char *buf=0;
20835     int bufsize=0;
20836     int res,errnr;
20837     char *addr=0;
20838     int addrlen=0;
20839     int addrtype=0;
20840     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20841     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20842
20843   ;
20844   return 0;
20845 }
20846 _ACEOF
20847 rm -f conftest.$ac_objext conftest$ac_exeext
20848 if { (ac_try="$ac_link"
20849 case "(($ac_try" in
20850   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20851   *) ac_try_echo=$ac_try;;
20852 esac
20853 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20854 $as_echo "$ac_try_echo") >&5
20855   (eval "$ac_link") 2>conftest.er1
20856   ac_status=$?
20857   grep -v '^ *+' conftest.er1 >conftest.err
20858   rm -f conftest.er1
20859   cat conftest.err >&5
20860   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20861   (exit $ac_status); } && {
20862          test -z "$ac_c_werror_flag" ||
20863          test ! -s conftest.err
20864        } && test -s conftest$ac_exeext && {
20865          test "$cross_compiling" = yes ||
20866          $as_test_x conftest$ac_exeext
20867        }; then
20868   wine_cv_linux_gethostbyname_r_6=yes
20869 else
20870   $as_echo "$as_me: failed program was:" >&5
20871 sed 's/^/| /' conftest.$ac_ext >&5
20872
20873         wine_cv_linux_gethostbyname_r_6=no
20874
20875 fi
20876
20877 rm -rf conftest.dSYM
20878 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20879       conftest$ac_exeext conftest.$ac_ext
20880
20881 fi
20882 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20883 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20884    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20885    then
20886
20887 cat >>confdefs.h <<\_ACEOF
20888 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20889 _ACEOF
20890
20891    fi
20892
20893 if test "$ac_cv_header_linux_joystick_h" = "yes"
20894 then
20895    { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20896 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20897 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20898   $as_echo_n "(cached) " >&6
20899 else
20900   cat >conftest.$ac_ext <<_ACEOF
20901 /* confdefs.h.  */
20902 _ACEOF
20903 cat confdefs.h >>conftest.$ac_ext
20904 cat >>conftest.$ac_ext <<_ACEOF
20905 /* end confdefs.h.  */
20906
20907         #include <sys/ioctl.h>
20908         #include <sys/types.h>
20909         #include <linux/joystick.h>
20910
20911         struct js_event blub;
20912         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20913         #error "no 2.2 header"
20914         #endif
20915
20916 int
20917 main ()
20918 {
20919 /*empty*/
20920   ;
20921   return 0;
20922 }
20923 _ACEOF
20924 rm -f conftest.$ac_objext
20925 if { (ac_try="$ac_compile"
20926 case "(($ac_try" in
20927   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20928   *) ac_try_echo=$ac_try;;
20929 esac
20930 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20931 $as_echo "$ac_try_echo") >&5
20932   (eval "$ac_compile") 2>conftest.er1
20933   ac_status=$?
20934   grep -v '^ *+' conftest.er1 >conftest.err
20935   rm -f conftest.er1
20936   cat conftest.err >&5
20937   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20938   (exit $ac_status); } && {
20939          test -z "$ac_c_werror_flag" ||
20940          test ! -s conftest.err
20941        } && test -s conftest.$ac_objext; then
20942   wine_cv_linux_joystick_22_api=yes
20943 else
20944   $as_echo "$as_me: failed program was:" >&5
20945 sed 's/^/| /' conftest.$ac_ext >&5
20946
20947         wine_cv_linux_joystick_22_api=no
20948 fi
20949
20950 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20951
20952 fi
20953 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20954 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20955    if test "$wine_cv_linux_joystick_22_api" = "yes"
20956    then
20957
20958 cat >>confdefs.h <<\_ACEOF
20959 #define HAVE_LINUX_22_JOYSTICK_API 1
20960 _ACEOF
20961
20962    fi
20963 fi
20964
20965
20966 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20967 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20968 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20969   $as_echo_n "(cached) " >&6
20970 else
20971   cat >conftest.$ac_ext <<_ACEOF
20972 /* confdefs.h.  */
20973 _ACEOF
20974 cat confdefs.h >>conftest.$ac_ext
20975 cat >>conftest.$ac_ext <<_ACEOF
20976 /* end confdefs.h.  */
20977 #include <sys/types.h>
20978 #ifdef HAVE_SYS_PARAM_H
20979 # include <sys/param.h>
20980 #endif
20981 #ifdef HAVE_SYS_MOUNT_H
20982 # include <sys/mount.h>
20983 #endif
20984 #ifdef HAVE_SYS_VFS_H
20985 # include <sys/vfs.h>
20986 #endif
20987 #ifdef HAVE_SYS_STATFS_H
20988 # include <sys/statfs.h>
20989 #endif
20990
20991 int
20992 main ()
20993 {
20994 static struct statfs ac_aggr;
20995 if (ac_aggr.f_bfree)
20996 return 0;
20997   ;
20998   return 0;
20999 }
21000 _ACEOF
21001 rm -f conftest.$ac_objext
21002 if { (ac_try="$ac_compile"
21003 case "(($ac_try" in
21004   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21005   *) ac_try_echo=$ac_try;;
21006 esac
21007 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21008 $as_echo "$ac_try_echo") >&5
21009   (eval "$ac_compile") 2>conftest.er1
21010   ac_status=$?
21011   grep -v '^ *+' conftest.er1 >conftest.err
21012   rm -f conftest.er1
21013   cat conftest.err >&5
21014   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21015   (exit $ac_status); } && {
21016          test -z "$ac_c_werror_flag" ||
21017          test ! -s conftest.err
21018        } && test -s conftest.$ac_objext; then
21019   ac_cv_member_struct_statfs_f_bfree=yes
21020 else
21021   $as_echo "$as_me: failed program was:" >&5
21022 sed 's/^/| /' conftest.$ac_ext >&5
21023
21024         cat >conftest.$ac_ext <<_ACEOF
21025 /* confdefs.h.  */
21026 _ACEOF
21027 cat confdefs.h >>conftest.$ac_ext
21028 cat >>conftest.$ac_ext <<_ACEOF
21029 /* end confdefs.h.  */
21030 #include <sys/types.h>
21031 #ifdef HAVE_SYS_PARAM_H
21032 # include <sys/param.h>
21033 #endif
21034 #ifdef HAVE_SYS_MOUNT_H
21035 # include <sys/mount.h>
21036 #endif
21037 #ifdef HAVE_SYS_VFS_H
21038 # include <sys/vfs.h>
21039 #endif
21040 #ifdef HAVE_SYS_STATFS_H
21041 # include <sys/statfs.h>
21042 #endif
21043
21044 int
21045 main ()
21046 {
21047 static struct statfs ac_aggr;
21048 if (sizeof ac_aggr.f_bfree)
21049 return 0;
21050   ;
21051   return 0;
21052 }
21053 _ACEOF
21054 rm -f conftest.$ac_objext
21055 if { (ac_try="$ac_compile"
21056 case "(($ac_try" in
21057   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21058   *) ac_try_echo=$ac_try;;
21059 esac
21060 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21061 $as_echo "$ac_try_echo") >&5
21062   (eval "$ac_compile") 2>conftest.er1
21063   ac_status=$?
21064   grep -v '^ *+' conftest.er1 >conftest.err
21065   rm -f conftest.er1
21066   cat conftest.err >&5
21067   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21068   (exit $ac_status); } && {
21069          test -z "$ac_c_werror_flag" ||
21070          test ! -s conftest.err
21071        } && test -s conftest.$ac_objext; then
21072   ac_cv_member_struct_statfs_f_bfree=yes
21073 else
21074   $as_echo "$as_me: failed program was:" >&5
21075 sed 's/^/| /' conftest.$ac_ext >&5
21076
21077         ac_cv_member_struct_statfs_f_bfree=no
21078 fi
21079
21080 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21081 fi
21082
21083 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21084 fi
21085 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21086 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21087 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21088
21089 cat >>confdefs.h <<_ACEOF
21090 #define HAVE_STRUCT_STATFS_F_BFREE 1
21091 _ACEOF
21092
21093
21094 fi
21095 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21096 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21097 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21098   $as_echo_n "(cached) " >&6
21099 else
21100   cat >conftest.$ac_ext <<_ACEOF
21101 /* confdefs.h.  */
21102 _ACEOF
21103 cat confdefs.h >>conftest.$ac_ext
21104 cat >>conftest.$ac_ext <<_ACEOF
21105 /* end confdefs.h.  */
21106 #include <sys/types.h>
21107 #ifdef HAVE_SYS_PARAM_H
21108 # include <sys/param.h>
21109 #endif
21110 #ifdef HAVE_SYS_MOUNT_H
21111 # include <sys/mount.h>
21112 #endif
21113 #ifdef HAVE_SYS_VFS_H
21114 # include <sys/vfs.h>
21115 #endif
21116 #ifdef HAVE_SYS_STATFS_H
21117 # include <sys/statfs.h>
21118 #endif
21119
21120 int
21121 main ()
21122 {
21123 static struct statfs ac_aggr;
21124 if (ac_aggr.f_bavail)
21125 return 0;
21126   ;
21127   return 0;
21128 }
21129 _ACEOF
21130 rm -f conftest.$ac_objext
21131 if { (ac_try="$ac_compile"
21132 case "(($ac_try" in
21133   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21134   *) ac_try_echo=$ac_try;;
21135 esac
21136 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21137 $as_echo "$ac_try_echo") >&5
21138   (eval "$ac_compile") 2>conftest.er1
21139   ac_status=$?
21140   grep -v '^ *+' conftest.er1 >conftest.err
21141   rm -f conftest.er1
21142   cat conftest.err >&5
21143   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21144   (exit $ac_status); } && {
21145          test -z "$ac_c_werror_flag" ||
21146          test ! -s conftest.err
21147        } && test -s conftest.$ac_objext; then
21148   ac_cv_member_struct_statfs_f_bavail=yes
21149 else
21150   $as_echo "$as_me: failed program was:" >&5
21151 sed 's/^/| /' conftest.$ac_ext >&5
21152
21153         cat >conftest.$ac_ext <<_ACEOF
21154 /* confdefs.h.  */
21155 _ACEOF
21156 cat confdefs.h >>conftest.$ac_ext
21157 cat >>conftest.$ac_ext <<_ACEOF
21158 /* end confdefs.h.  */
21159 #include <sys/types.h>
21160 #ifdef HAVE_SYS_PARAM_H
21161 # include <sys/param.h>
21162 #endif
21163 #ifdef HAVE_SYS_MOUNT_H
21164 # include <sys/mount.h>
21165 #endif
21166 #ifdef HAVE_SYS_VFS_H
21167 # include <sys/vfs.h>
21168 #endif
21169 #ifdef HAVE_SYS_STATFS_H
21170 # include <sys/statfs.h>
21171 #endif
21172
21173 int
21174 main ()
21175 {
21176 static struct statfs ac_aggr;
21177 if (sizeof ac_aggr.f_bavail)
21178 return 0;
21179   ;
21180   return 0;
21181 }
21182 _ACEOF
21183 rm -f conftest.$ac_objext
21184 if { (ac_try="$ac_compile"
21185 case "(($ac_try" in
21186   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21187   *) ac_try_echo=$ac_try;;
21188 esac
21189 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21190 $as_echo "$ac_try_echo") >&5
21191   (eval "$ac_compile") 2>conftest.er1
21192   ac_status=$?
21193   grep -v '^ *+' conftest.er1 >conftest.err
21194   rm -f conftest.er1
21195   cat conftest.err >&5
21196   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21197   (exit $ac_status); } && {
21198          test -z "$ac_c_werror_flag" ||
21199          test ! -s conftest.err
21200        } && test -s conftest.$ac_objext; then
21201   ac_cv_member_struct_statfs_f_bavail=yes
21202 else
21203   $as_echo "$as_me: failed program was:" >&5
21204 sed 's/^/| /' conftest.$ac_ext >&5
21205
21206         ac_cv_member_struct_statfs_f_bavail=no
21207 fi
21208
21209 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21210 fi
21211
21212 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21213 fi
21214 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21215 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21216 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21217
21218 cat >>confdefs.h <<_ACEOF
21219 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21220 _ACEOF
21221
21222
21223 fi
21224 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21225 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21226 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21227   $as_echo_n "(cached) " >&6
21228 else
21229   cat >conftest.$ac_ext <<_ACEOF
21230 /* confdefs.h.  */
21231 _ACEOF
21232 cat confdefs.h >>conftest.$ac_ext
21233 cat >>conftest.$ac_ext <<_ACEOF
21234 /* end confdefs.h.  */
21235 #include <sys/types.h>
21236 #ifdef HAVE_SYS_PARAM_H
21237 # include <sys/param.h>
21238 #endif
21239 #ifdef HAVE_SYS_MOUNT_H
21240 # include <sys/mount.h>
21241 #endif
21242 #ifdef HAVE_SYS_VFS_H
21243 # include <sys/vfs.h>
21244 #endif
21245 #ifdef HAVE_SYS_STATFS_H
21246 # include <sys/statfs.h>
21247 #endif
21248
21249 int
21250 main ()
21251 {
21252 static struct statfs ac_aggr;
21253 if (ac_aggr.f_frsize)
21254 return 0;
21255   ;
21256   return 0;
21257 }
21258 _ACEOF
21259 rm -f conftest.$ac_objext
21260 if { (ac_try="$ac_compile"
21261 case "(($ac_try" in
21262   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21263   *) ac_try_echo=$ac_try;;
21264 esac
21265 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21266 $as_echo "$ac_try_echo") >&5
21267   (eval "$ac_compile") 2>conftest.er1
21268   ac_status=$?
21269   grep -v '^ *+' conftest.er1 >conftest.err
21270   rm -f conftest.er1
21271   cat conftest.err >&5
21272   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21273   (exit $ac_status); } && {
21274          test -z "$ac_c_werror_flag" ||
21275          test ! -s conftest.err
21276        } && test -s conftest.$ac_objext; then
21277   ac_cv_member_struct_statfs_f_frsize=yes
21278 else
21279   $as_echo "$as_me: failed program was:" >&5
21280 sed 's/^/| /' conftest.$ac_ext >&5
21281
21282         cat >conftest.$ac_ext <<_ACEOF
21283 /* confdefs.h.  */
21284 _ACEOF
21285 cat confdefs.h >>conftest.$ac_ext
21286 cat >>conftest.$ac_ext <<_ACEOF
21287 /* end confdefs.h.  */
21288 #include <sys/types.h>
21289 #ifdef HAVE_SYS_PARAM_H
21290 # include <sys/param.h>
21291 #endif
21292 #ifdef HAVE_SYS_MOUNT_H
21293 # include <sys/mount.h>
21294 #endif
21295 #ifdef HAVE_SYS_VFS_H
21296 # include <sys/vfs.h>
21297 #endif
21298 #ifdef HAVE_SYS_STATFS_H
21299 # include <sys/statfs.h>
21300 #endif
21301
21302 int
21303 main ()
21304 {
21305 static struct statfs ac_aggr;
21306 if (sizeof ac_aggr.f_frsize)
21307 return 0;
21308   ;
21309   return 0;
21310 }
21311 _ACEOF
21312 rm -f conftest.$ac_objext
21313 if { (ac_try="$ac_compile"
21314 case "(($ac_try" in
21315   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21316   *) ac_try_echo=$ac_try;;
21317 esac
21318 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21319 $as_echo "$ac_try_echo") >&5
21320   (eval "$ac_compile") 2>conftest.er1
21321   ac_status=$?
21322   grep -v '^ *+' conftest.er1 >conftest.err
21323   rm -f conftest.er1
21324   cat conftest.err >&5
21325   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21326   (exit $ac_status); } && {
21327          test -z "$ac_c_werror_flag" ||
21328          test ! -s conftest.err
21329        } && test -s conftest.$ac_objext; then
21330   ac_cv_member_struct_statfs_f_frsize=yes
21331 else
21332   $as_echo "$as_me: failed program was:" >&5
21333 sed 's/^/| /' conftest.$ac_ext >&5
21334
21335         ac_cv_member_struct_statfs_f_frsize=no
21336 fi
21337
21338 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21339 fi
21340
21341 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21342 fi
21343 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21344 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21345 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21346
21347 cat >>confdefs.h <<_ACEOF
21348 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21349 _ACEOF
21350
21351
21352 fi
21353 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21354 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21355 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21356   $as_echo_n "(cached) " >&6
21357 else
21358   cat >conftest.$ac_ext <<_ACEOF
21359 /* confdefs.h.  */
21360 _ACEOF
21361 cat confdefs.h >>conftest.$ac_ext
21362 cat >>conftest.$ac_ext <<_ACEOF
21363 /* end confdefs.h.  */
21364 #include <sys/types.h>
21365 #ifdef HAVE_SYS_PARAM_H
21366 # include <sys/param.h>
21367 #endif
21368 #ifdef HAVE_SYS_MOUNT_H
21369 # include <sys/mount.h>
21370 #endif
21371 #ifdef HAVE_SYS_VFS_H
21372 # include <sys/vfs.h>
21373 #endif
21374 #ifdef HAVE_SYS_STATFS_H
21375 # include <sys/statfs.h>
21376 #endif
21377
21378 int
21379 main ()
21380 {
21381 static struct statfs ac_aggr;
21382 if (ac_aggr.f_ffree)
21383 return 0;
21384   ;
21385   return 0;
21386 }
21387 _ACEOF
21388 rm -f conftest.$ac_objext
21389 if { (ac_try="$ac_compile"
21390 case "(($ac_try" in
21391   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21392   *) ac_try_echo=$ac_try;;
21393 esac
21394 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21395 $as_echo "$ac_try_echo") >&5
21396   (eval "$ac_compile") 2>conftest.er1
21397   ac_status=$?
21398   grep -v '^ *+' conftest.er1 >conftest.err
21399   rm -f conftest.er1
21400   cat conftest.err >&5
21401   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21402   (exit $ac_status); } && {
21403          test -z "$ac_c_werror_flag" ||
21404          test ! -s conftest.err
21405        } && test -s conftest.$ac_objext; then
21406   ac_cv_member_struct_statfs_f_ffree=yes
21407 else
21408   $as_echo "$as_me: failed program was:" >&5
21409 sed 's/^/| /' conftest.$ac_ext >&5
21410
21411         cat >conftest.$ac_ext <<_ACEOF
21412 /* confdefs.h.  */
21413 _ACEOF
21414 cat confdefs.h >>conftest.$ac_ext
21415 cat >>conftest.$ac_ext <<_ACEOF
21416 /* end confdefs.h.  */
21417 #include <sys/types.h>
21418 #ifdef HAVE_SYS_PARAM_H
21419 # include <sys/param.h>
21420 #endif
21421 #ifdef HAVE_SYS_MOUNT_H
21422 # include <sys/mount.h>
21423 #endif
21424 #ifdef HAVE_SYS_VFS_H
21425 # include <sys/vfs.h>
21426 #endif
21427 #ifdef HAVE_SYS_STATFS_H
21428 # include <sys/statfs.h>
21429 #endif
21430
21431 int
21432 main ()
21433 {
21434 static struct statfs ac_aggr;
21435 if (sizeof ac_aggr.f_ffree)
21436 return 0;
21437   ;
21438   return 0;
21439 }
21440 _ACEOF
21441 rm -f conftest.$ac_objext
21442 if { (ac_try="$ac_compile"
21443 case "(($ac_try" in
21444   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21445   *) ac_try_echo=$ac_try;;
21446 esac
21447 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21448 $as_echo "$ac_try_echo") >&5
21449   (eval "$ac_compile") 2>conftest.er1
21450   ac_status=$?
21451   grep -v '^ *+' conftest.er1 >conftest.err
21452   rm -f conftest.er1
21453   cat conftest.err >&5
21454   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21455   (exit $ac_status); } && {
21456          test -z "$ac_c_werror_flag" ||
21457          test ! -s conftest.err
21458        } && test -s conftest.$ac_objext; then
21459   ac_cv_member_struct_statfs_f_ffree=yes
21460 else
21461   $as_echo "$as_me: failed program was:" >&5
21462 sed 's/^/| /' conftest.$ac_ext >&5
21463
21464         ac_cv_member_struct_statfs_f_ffree=no
21465 fi
21466
21467 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21468 fi
21469
21470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21471 fi
21472 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21473 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21474 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21475
21476 cat >>confdefs.h <<_ACEOF
21477 #define HAVE_STRUCT_STATFS_F_FFREE 1
21478 _ACEOF
21479
21480
21481 fi
21482 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21483 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21484 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21485   $as_echo_n "(cached) " >&6
21486 else
21487   cat >conftest.$ac_ext <<_ACEOF
21488 /* confdefs.h.  */
21489 _ACEOF
21490 cat confdefs.h >>conftest.$ac_ext
21491 cat >>conftest.$ac_ext <<_ACEOF
21492 /* end confdefs.h.  */
21493 #include <sys/types.h>
21494 #ifdef HAVE_SYS_PARAM_H
21495 # include <sys/param.h>
21496 #endif
21497 #ifdef HAVE_SYS_MOUNT_H
21498 # include <sys/mount.h>
21499 #endif
21500 #ifdef HAVE_SYS_VFS_H
21501 # include <sys/vfs.h>
21502 #endif
21503 #ifdef HAVE_SYS_STATFS_H
21504 # include <sys/statfs.h>
21505 #endif
21506
21507 int
21508 main ()
21509 {
21510 static struct statfs ac_aggr;
21511 if (ac_aggr.f_favail)
21512 return 0;
21513   ;
21514   return 0;
21515 }
21516 _ACEOF
21517 rm -f conftest.$ac_objext
21518 if { (ac_try="$ac_compile"
21519 case "(($ac_try" in
21520   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21521   *) ac_try_echo=$ac_try;;
21522 esac
21523 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21524 $as_echo "$ac_try_echo") >&5
21525   (eval "$ac_compile") 2>conftest.er1
21526   ac_status=$?
21527   grep -v '^ *+' conftest.er1 >conftest.err
21528   rm -f conftest.er1
21529   cat conftest.err >&5
21530   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21531   (exit $ac_status); } && {
21532          test -z "$ac_c_werror_flag" ||
21533          test ! -s conftest.err
21534        } && test -s conftest.$ac_objext; then
21535   ac_cv_member_struct_statfs_f_favail=yes
21536 else
21537   $as_echo "$as_me: failed program was:" >&5
21538 sed 's/^/| /' conftest.$ac_ext >&5
21539
21540         cat >conftest.$ac_ext <<_ACEOF
21541 /* confdefs.h.  */
21542 _ACEOF
21543 cat confdefs.h >>conftest.$ac_ext
21544 cat >>conftest.$ac_ext <<_ACEOF
21545 /* end confdefs.h.  */
21546 #include <sys/types.h>
21547 #ifdef HAVE_SYS_PARAM_H
21548 # include <sys/param.h>
21549 #endif
21550 #ifdef HAVE_SYS_MOUNT_H
21551 # include <sys/mount.h>
21552 #endif
21553 #ifdef HAVE_SYS_VFS_H
21554 # include <sys/vfs.h>
21555 #endif
21556 #ifdef HAVE_SYS_STATFS_H
21557 # include <sys/statfs.h>
21558 #endif
21559
21560 int
21561 main ()
21562 {
21563 static struct statfs ac_aggr;
21564 if (sizeof ac_aggr.f_favail)
21565 return 0;
21566   ;
21567   return 0;
21568 }
21569 _ACEOF
21570 rm -f conftest.$ac_objext
21571 if { (ac_try="$ac_compile"
21572 case "(($ac_try" in
21573   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21574   *) ac_try_echo=$ac_try;;
21575 esac
21576 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21577 $as_echo "$ac_try_echo") >&5
21578   (eval "$ac_compile") 2>conftest.er1
21579   ac_status=$?
21580   grep -v '^ *+' conftest.er1 >conftest.err
21581   rm -f conftest.er1
21582   cat conftest.err >&5
21583   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21584   (exit $ac_status); } && {
21585          test -z "$ac_c_werror_flag" ||
21586          test ! -s conftest.err
21587        } && test -s conftest.$ac_objext; then
21588   ac_cv_member_struct_statfs_f_favail=yes
21589 else
21590   $as_echo "$as_me: failed program was:" >&5
21591 sed 's/^/| /' conftest.$ac_ext >&5
21592
21593         ac_cv_member_struct_statfs_f_favail=no
21594 fi
21595
21596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21597 fi
21598
21599 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21600 fi
21601 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21602 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21603 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21604
21605 cat >>confdefs.h <<_ACEOF
21606 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21607 _ACEOF
21608
21609
21610 fi
21611 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21612 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21613 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21614   $as_echo_n "(cached) " >&6
21615 else
21616   cat >conftest.$ac_ext <<_ACEOF
21617 /* confdefs.h.  */
21618 _ACEOF
21619 cat confdefs.h >>conftest.$ac_ext
21620 cat >>conftest.$ac_ext <<_ACEOF
21621 /* end confdefs.h.  */
21622 #include <sys/types.h>
21623 #ifdef HAVE_SYS_PARAM_H
21624 # include <sys/param.h>
21625 #endif
21626 #ifdef HAVE_SYS_MOUNT_H
21627 # include <sys/mount.h>
21628 #endif
21629 #ifdef HAVE_SYS_VFS_H
21630 # include <sys/vfs.h>
21631 #endif
21632 #ifdef HAVE_SYS_STATFS_H
21633 # include <sys/statfs.h>
21634 #endif
21635
21636 int
21637 main ()
21638 {
21639 static struct statfs ac_aggr;
21640 if (ac_aggr.f_namelen)
21641 return 0;
21642   ;
21643   return 0;
21644 }
21645 _ACEOF
21646 rm -f conftest.$ac_objext
21647 if { (ac_try="$ac_compile"
21648 case "(($ac_try" in
21649   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21650   *) ac_try_echo=$ac_try;;
21651 esac
21652 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21653 $as_echo "$ac_try_echo") >&5
21654   (eval "$ac_compile") 2>conftest.er1
21655   ac_status=$?
21656   grep -v '^ *+' conftest.er1 >conftest.err
21657   rm -f conftest.er1
21658   cat conftest.err >&5
21659   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21660   (exit $ac_status); } && {
21661          test -z "$ac_c_werror_flag" ||
21662          test ! -s conftest.err
21663        } && test -s conftest.$ac_objext; then
21664   ac_cv_member_struct_statfs_f_namelen=yes
21665 else
21666   $as_echo "$as_me: failed program was:" >&5
21667 sed 's/^/| /' conftest.$ac_ext >&5
21668
21669         cat >conftest.$ac_ext <<_ACEOF
21670 /* confdefs.h.  */
21671 _ACEOF
21672 cat confdefs.h >>conftest.$ac_ext
21673 cat >>conftest.$ac_ext <<_ACEOF
21674 /* end confdefs.h.  */
21675 #include <sys/types.h>
21676 #ifdef HAVE_SYS_PARAM_H
21677 # include <sys/param.h>
21678 #endif
21679 #ifdef HAVE_SYS_MOUNT_H
21680 # include <sys/mount.h>
21681 #endif
21682 #ifdef HAVE_SYS_VFS_H
21683 # include <sys/vfs.h>
21684 #endif
21685 #ifdef HAVE_SYS_STATFS_H
21686 # include <sys/statfs.h>
21687 #endif
21688
21689 int
21690 main ()
21691 {
21692 static struct statfs ac_aggr;
21693 if (sizeof ac_aggr.f_namelen)
21694 return 0;
21695   ;
21696   return 0;
21697 }
21698 _ACEOF
21699 rm -f conftest.$ac_objext
21700 if { (ac_try="$ac_compile"
21701 case "(($ac_try" in
21702   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21703   *) ac_try_echo=$ac_try;;
21704 esac
21705 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21706 $as_echo "$ac_try_echo") >&5
21707   (eval "$ac_compile") 2>conftest.er1
21708   ac_status=$?
21709   grep -v '^ *+' conftest.er1 >conftest.err
21710   rm -f conftest.er1
21711   cat conftest.err >&5
21712   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21713   (exit $ac_status); } && {
21714          test -z "$ac_c_werror_flag" ||
21715          test ! -s conftest.err
21716        } && test -s conftest.$ac_objext; then
21717   ac_cv_member_struct_statfs_f_namelen=yes
21718 else
21719   $as_echo "$as_me: failed program was:" >&5
21720 sed 's/^/| /' conftest.$ac_ext >&5
21721
21722         ac_cv_member_struct_statfs_f_namelen=no
21723 fi
21724
21725 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21726 fi
21727
21728 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21729 fi
21730 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21731 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21732 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21733
21734 cat >>confdefs.h <<_ACEOF
21735 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21736 _ACEOF
21737
21738
21739 fi
21740
21741
21742 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21743 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21744 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21745   $as_echo_n "(cached) " >&6
21746 else
21747   cat >conftest.$ac_ext <<_ACEOF
21748 /* confdefs.h.  */
21749 _ACEOF
21750 cat confdefs.h >>conftest.$ac_ext
21751 cat >>conftest.$ac_ext <<_ACEOF
21752 /* end confdefs.h.  */
21753 #ifdef HAVE_SYS_STATVFS_H
21754 #include <sys/statvfs.h>
21755 #endif
21756
21757 int
21758 main ()
21759 {
21760 static struct statvfs ac_aggr;
21761 if (ac_aggr.f_blocks)
21762 return 0;
21763   ;
21764   return 0;
21765 }
21766 _ACEOF
21767 rm -f conftest.$ac_objext
21768 if { (ac_try="$ac_compile"
21769 case "(($ac_try" in
21770   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21771   *) ac_try_echo=$ac_try;;
21772 esac
21773 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21774 $as_echo "$ac_try_echo") >&5
21775   (eval "$ac_compile") 2>conftest.er1
21776   ac_status=$?
21777   grep -v '^ *+' conftest.er1 >conftest.err
21778   rm -f conftest.er1
21779   cat conftest.err >&5
21780   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21781   (exit $ac_status); } && {
21782          test -z "$ac_c_werror_flag" ||
21783          test ! -s conftest.err
21784        } && test -s conftest.$ac_objext; then
21785   ac_cv_member_struct_statvfs_f_blocks=yes
21786 else
21787   $as_echo "$as_me: failed program was:" >&5
21788 sed 's/^/| /' conftest.$ac_ext >&5
21789
21790         cat >conftest.$ac_ext <<_ACEOF
21791 /* confdefs.h.  */
21792 _ACEOF
21793 cat confdefs.h >>conftest.$ac_ext
21794 cat >>conftest.$ac_ext <<_ACEOF
21795 /* end confdefs.h.  */
21796 #ifdef HAVE_SYS_STATVFS_H
21797 #include <sys/statvfs.h>
21798 #endif
21799
21800 int
21801 main ()
21802 {
21803 static struct statvfs ac_aggr;
21804 if (sizeof ac_aggr.f_blocks)
21805 return 0;
21806   ;
21807   return 0;
21808 }
21809 _ACEOF
21810 rm -f conftest.$ac_objext
21811 if { (ac_try="$ac_compile"
21812 case "(($ac_try" in
21813   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21814   *) ac_try_echo=$ac_try;;
21815 esac
21816 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21817 $as_echo "$ac_try_echo") >&5
21818   (eval "$ac_compile") 2>conftest.er1
21819   ac_status=$?
21820   grep -v '^ *+' conftest.er1 >conftest.err
21821   rm -f conftest.er1
21822   cat conftest.err >&5
21823   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21824   (exit $ac_status); } && {
21825          test -z "$ac_c_werror_flag" ||
21826          test ! -s conftest.err
21827        } && test -s conftest.$ac_objext; then
21828   ac_cv_member_struct_statvfs_f_blocks=yes
21829 else
21830   $as_echo "$as_me: failed program was:" >&5
21831 sed 's/^/| /' conftest.$ac_ext >&5
21832
21833         ac_cv_member_struct_statvfs_f_blocks=no
21834 fi
21835
21836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21837 fi
21838
21839 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21840 fi
21841 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21842 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21843 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21844
21845 cat >>confdefs.h <<_ACEOF
21846 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21847 _ACEOF
21848
21849
21850 fi
21851
21852
21853 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21854 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21855 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21856   $as_echo_n "(cached) " >&6
21857 else
21858   cat >conftest.$ac_ext <<_ACEOF
21859 /* confdefs.h.  */
21860 _ACEOF
21861 cat confdefs.h >>conftest.$ac_ext
21862 cat >>conftest.$ac_ext <<_ACEOF
21863 /* end confdefs.h.  */
21864 #include <sys/types.h>
21865 #ifdef HAVE_SYS_SOCKET_H
21866 # include <sys/socket.h>
21867 #endif
21868 #ifdef HAVE_SYS_UN_H
21869 # include <sys/un.h>
21870 #endif
21871
21872 int
21873 main ()
21874 {
21875 static struct msghdr ac_aggr;
21876 if (ac_aggr.msg_accrights)
21877 return 0;
21878   ;
21879   return 0;
21880 }
21881 _ACEOF
21882 rm -f conftest.$ac_objext
21883 if { (ac_try="$ac_compile"
21884 case "(($ac_try" in
21885   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21886   *) ac_try_echo=$ac_try;;
21887 esac
21888 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21889 $as_echo "$ac_try_echo") >&5
21890   (eval "$ac_compile") 2>conftest.er1
21891   ac_status=$?
21892   grep -v '^ *+' conftest.er1 >conftest.err
21893   rm -f conftest.er1
21894   cat conftest.err >&5
21895   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21896   (exit $ac_status); } && {
21897          test -z "$ac_c_werror_flag" ||
21898          test ! -s conftest.err
21899        } && test -s conftest.$ac_objext; then
21900   ac_cv_member_struct_msghdr_msg_accrights=yes
21901 else
21902   $as_echo "$as_me: failed program was:" >&5
21903 sed 's/^/| /' conftest.$ac_ext >&5
21904
21905         cat >conftest.$ac_ext <<_ACEOF
21906 /* confdefs.h.  */
21907 _ACEOF
21908 cat confdefs.h >>conftest.$ac_ext
21909 cat >>conftest.$ac_ext <<_ACEOF
21910 /* end confdefs.h.  */
21911 #include <sys/types.h>
21912 #ifdef HAVE_SYS_SOCKET_H
21913 # include <sys/socket.h>
21914 #endif
21915 #ifdef HAVE_SYS_UN_H
21916 # include <sys/un.h>
21917 #endif
21918
21919 int
21920 main ()
21921 {
21922 static struct msghdr ac_aggr;
21923 if (sizeof ac_aggr.msg_accrights)
21924 return 0;
21925   ;
21926   return 0;
21927 }
21928 _ACEOF
21929 rm -f conftest.$ac_objext
21930 if { (ac_try="$ac_compile"
21931 case "(($ac_try" in
21932   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21933   *) ac_try_echo=$ac_try;;
21934 esac
21935 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21936 $as_echo "$ac_try_echo") >&5
21937   (eval "$ac_compile") 2>conftest.er1
21938   ac_status=$?
21939   grep -v '^ *+' conftest.er1 >conftest.err
21940   rm -f conftest.er1
21941   cat conftest.err >&5
21942   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21943   (exit $ac_status); } && {
21944          test -z "$ac_c_werror_flag" ||
21945          test ! -s conftest.err
21946        } && test -s conftest.$ac_objext; then
21947   ac_cv_member_struct_msghdr_msg_accrights=yes
21948 else
21949   $as_echo "$as_me: failed program was:" >&5
21950 sed 's/^/| /' conftest.$ac_ext >&5
21951
21952         ac_cv_member_struct_msghdr_msg_accrights=no
21953 fi
21954
21955 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21956 fi
21957
21958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21959 fi
21960 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21961 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21962 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21963
21964 cat >>confdefs.h <<_ACEOF
21965 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21966 _ACEOF
21967
21968
21969 fi
21970 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21971 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21972 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21973   $as_echo_n "(cached) " >&6
21974 else
21975   cat >conftest.$ac_ext <<_ACEOF
21976 /* confdefs.h.  */
21977 _ACEOF
21978 cat confdefs.h >>conftest.$ac_ext
21979 cat >>conftest.$ac_ext <<_ACEOF
21980 /* end confdefs.h.  */
21981 #include <sys/types.h>
21982 #ifdef HAVE_SYS_SOCKET_H
21983 # include <sys/socket.h>
21984 #endif
21985 #ifdef HAVE_SYS_UN_H
21986 # include <sys/un.h>
21987 #endif
21988
21989 int
21990 main ()
21991 {
21992 static struct sockaddr ac_aggr;
21993 if (ac_aggr.sa_len)
21994 return 0;
21995   ;
21996   return 0;
21997 }
21998 _ACEOF
21999 rm -f conftest.$ac_objext
22000 if { (ac_try="$ac_compile"
22001 case "(($ac_try" in
22002   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22003   *) ac_try_echo=$ac_try;;
22004 esac
22005 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22006 $as_echo "$ac_try_echo") >&5
22007   (eval "$ac_compile") 2>conftest.er1
22008   ac_status=$?
22009   grep -v '^ *+' conftest.er1 >conftest.err
22010   rm -f conftest.er1
22011   cat conftest.err >&5
22012   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22013   (exit $ac_status); } && {
22014          test -z "$ac_c_werror_flag" ||
22015          test ! -s conftest.err
22016        } && test -s conftest.$ac_objext; then
22017   ac_cv_member_struct_sockaddr_sa_len=yes
22018 else
22019   $as_echo "$as_me: failed program was:" >&5
22020 sed 's/^/| /' conftest.$ac_ext >&5
22021
22022         cat >conftest.$ac_ext <<_ACEOF
22023 /* confdefs.h.  */
22024 _ACEOF
22025 cat confdefs.h >>conftest.$ac_ext
22026 cat >>conftest.$ac_ext <<_ACEOF
22027 /* end confdefs.h.  */
22028 #include <sys/types.h>
22029 #ifdef HAVE_SYS_SOCKET_H
22030 # include <sys/socket.h>
22031 #endif
22032 #ifdef HAVE_SYS_UN_H
22033 # include <sys/un.h>
22034 #endif
22035
22036 int
22037 main ()
22038 {
22039 static struct sockaddr ac_aggr;
22040 if (sizeof ac_aggr.sa_len)
22041 return 0;
22042   ;
22043   return 0;
22044 }
22045 _ACEOF
22046 rm -f conftest.$ac_objext
22047 if { (ac_try="$ac_compile"
22048 case "(($ac_try" in
22049   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22050   *) ac_try_echo=$ac_try;;
22051 esac
22052 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22053 $as_echo "$ac_try_echo") >&5
22054   (eval "$ac_compile") 2>conftest.er1
22055   ac_status=$?
22056   grep -v '^ *+' conftest.er1 >conftest.err
22057   rm -f conftest.er1
22058   cat conftest.err >&5
22059   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22060   (exit $ac_status); } && {
22061          test -z "$ac_c_werror_flag" ||
22062          test ! -s conftest.err
22063        } && test -s conftest.$ac_objext; then
22064   ac_cv_member_struct_sockaddr_sa_len=yes
22065 else
22066   $as_echo "$as_me: failed program was:" >&5
22067 sed 's/^/| /' conftest.$ac_ext >&5
22068
22069         ac_cv_member_struct_sockaddr_sa_len=no
22070 fi
22071
22072 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22073 fi
22074
22075 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22076 fi
22077 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22078 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22079 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22080
22081 cat >>confdefs.h <<_ACEOF
22082 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22083 _ACEOF
22084
22085
22086 fi
22087 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22088 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22089 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22090   $as_echo_n "(cached) " >&6
22091 else
22092   cat >conftest.$ac_ext <<_ACEOF
22093 /* confdefs.h.  */
22094 _ACEOF
22095 cat confdefs.h >>conftest.$ac_ext
22096 cat >>conftest.$ac_ext <<_ACEOF
22097 /* end confdefs.h.  */
22098 #include <sys/types.h>
22099 #ifdef HAVE_SYS_SOCKET_H
22100 # include <sys/socket.h>
22101 #endif
22102 #ifdef HAVE_SYS_UN_H
22103 # include <sys/un.h>
22104 #endif
22105
22106 int
22107 main ()
22108 {
22109 static struct sockaddr_un ac_aggr;
22110 if (ac_aggr.sun_len)
22111 return 0;
22112   ;
22113   return 0;
22114 }
22115 _ACEOF
22116 rm -f conftest.$ac_objext
22117 if { (ac_try="$ac_compile"
22118 case "(($ac_try" in
22119   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22120   *) ac_try_echo=$ac_try;;
22121 esac
22122 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22123 $as_echo "$ac_try_echo") >&5
22124   (eval "$ac_compile") 2>conftest.er1
22125   ac_status=$?
22126   grep -v '^ *+' conftest.er1 >conftest.err
22127   rm -f conftest.er1
22128   cat conftest.err >&5
22129   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22130   (exit $ac_status); } && {
22131          test -z "$ac_c_werror_flag" ||
22132          test ! -s conftest.err
22133        } && test -s conftest.$ac_objext; then
22134   ac_cv_member_struct_sockaddr_un_sun_len=yes
22135 else
22136   $as_echo "$as_me: failed program was:" >&5
22137 sed 's/^/| /' conftest.$ac_ext >&5
22138
22139         cat >conftest.$ac_ext <<_ACEOF
22140 /* confdefs.h.  */
22141 _ACEOF
22142 cat confdefs.h >>conftest.$ac_ext
22143 cat >>conftest.$ac_ext <<_ACEOF
22144 /* end confdefs.h.  */
22145 #include <sys/types.h>
22146 #ifdef HAVE_SYS_SOCKET_H
22147 # include <sys/socket.h>
22148 #endif
22149 #ifdef HAVE_SYS_UN_H
22150 # include <sys/un.h>
22151 #endif
22152
22153 int
22154 main ()
22155 {
22156 static struct sockaddr_un ac_aggr;
22157 if (sizeof ac_aggr.sun_len)
22158 return 0;
22159   ;
22160   return 0;
22161 }
22162 _ACEOF
22163 rm -f conftest.$ac_objext
22164 if { (ac_try="$ac_compile"
22165 case "(($ac_try" in
22166   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22167   *) ac_try_echo=$ac_try;;
22168 esac
22169 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22170 $as_echo "$ac_try_echo") >&5
22171   (eval "$ac_compile") 2>conftest.er1
22172   ac_status=$?
22173   grep -v '^ *+' conftest.er1 >conftest.err
22174   rm -f conftest.er1
22175   cat conftest.err >&5
22176   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22177   (exit $ac_status); } && {
22178          test -z "$ac_c_werror_flag" ||
22179          test ! -s conftest.err
22180        } && test -s conftest.$ac_objext; then
22181   ac_cv_member_struct_sockaddr_un_sun_len=yes
22182 else
22183   $as_echo "$as_me: failed program was:" >&5
22184 sed 's/^/| /' conftest.$ac_ext >&5
22185
22186         ac_cv_member_struct_sockaddr_un_sun_len=no
22187 fi
22188
22189 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22190 fi
22191
22192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22193 fi
22194 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22195 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22196 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22197
22198 cat >>confdefs.h <<_ACEOF
22199 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22200 _ACEOF
22201
22202
22203 fi
22204
22205
22206 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22207 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22208 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22209   $as_echo_n "(cached) " >&6
22210 else
22211   cat >conftest.$ac_ext <<_ACEOF
22212 /* confdefs.h.  */
22213 _ACEOF
22214 cat confdefs.h >>conftest.$ac_ext
22215 cat >>conftest.$ac_ext <<_ACEOF
22216 /* end confdefs.h.  */
22217 #include <sys/types.h>
22218 #ifdef HAVE_SCSI_SG_H
22219 #include <scsi/sg.h>
22220 #endif
22221
22222 int
22223 main ()
22224 {
22225 static scsireq_t ac_aggr;
22226 if (ac_aggr.cmd)
22227 return 0;
22228   ;
22229   return 0;
22230 }
22231 _ACEOF
22232 rm -f conftest.$ac_objext
22233 if { (ac_try="$ac_compile"
22234 case "(($ac_try" in
22235   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22236   *) ac_try_echo=$ac_try;;
22237 esac
22238 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22239 $as_echo "$ac_try_echo") >&5
22240   (eval "$ac_compile") 2>conftest.er1
22241   ac_status=$?
22242   grep -v '^ *+' conftest.er1 >conftest.err
22243   rm -f conftest.er1
22244   cat conftest.err >&5
22245   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22246   (exit $ac_status); } && {
22247          test -z "$ac_c_werror_flag" ||
22248          test ! -s conftest.err
22249        } && test -s conftest.$ac_objext; then
22250   ac_cv_member_scsireq_t_cmd=yes
22251 else
22252   $as_echo "$as_me: failed program was:" >&5
22253 sed 's/^/| /' conftest.$ac_ext >&5
22254
22255         cat >conftest.$ac_ext <<_ACEOF
22256 /* confdefs.h.  */
22257 _ACEOF
22258 cat confdefs.h >>conftest.$ac_ext
22259 cat >>conftest.$ac_ext <<_ACEOF
22260 /* end confdefs.h.  */
22261 #include <sys/types.h>
22262 #ifdef HAVE_SCSI_SG_H
22263 #include <scsi/sg.h>
22264 #endif
22265
22266 int
22267 main ()
22268 {
22269 static scsireq_t ac_aggr;
22270 if (sizeof ac_aggr.cmd)
22271 return 0;
22272   ;
22273   return 0;
22274 }
22275 _ACEOF
22276 rm -f conftest.$ac_objext
22277 if { (ac_try="$ac_compile"
22278 case "(($ac_try" in
22279   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22280   *) ac_try_echo=$ac_try;;
22281 esac
22282 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22283 $as_echo "$ac_try_echo") >&5
22284   (eval "$ac_compile") 2>conftest.er1
22285   ac_status=$?
22286   grep -v '^ *+' conftest.er1 >conftest.err
22287   rm -f conftest.er1
22288   cat conftest.err >&5
22289   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22290   (exit $ac_status); } && {
22291          test -z "$ac_c_werror_flag" ||
22292          test ! -s conftest.err
22293        } && test -s conftest.$ac_objext; then
22294   ac_cv_member_scsireq_t_cmd=yes
22295 else
22296   $as_echo "$as_me: failed program was:" >&5
22297 sed 's/^/| /' conftest.$ac_ext >&5
22298
22299         ac_cv_member_scsireq_t_cmd=no
22300 fi
22301
22302 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22303 fi
22304
22305 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22306 fi
22307 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22308 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22309 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22310
22311 cat >>confdefs.h <<_ACEOF
22312 #define HAVE_SCSIREQ_T_CMD 1
22313 _ACEOF
22314
22315
22316 fi
22317 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22318 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22319 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22320   $as_echo_n "(cached) " >&6
22321 else
22322   cat >conftest.$ac_ext <<_ACEOF
22323 /* confdefs.h.  */
22324 _ACEOF
22325 cat confdefs.h >>conftest.$ac_ext
22326 cat >>conftest.$ac_ext <<_ACEOF
22327 /* end confdefs.h.  */
22328 #include <sys/types.h>
22329 #ifdef HAVE_SCSI_SG_H
22330 #include <scsi/sg.h>
22331 #endif
22332
22333 int
22334 main ()
22335 {
22336 static sg_io_hdr_t ac_aggr;
22337 if (ac_aggr.interface_id)
22338 return 0;
22339   ;
22340   return 0;
22341 }
22342 _ACEOF
22343 rm -f conftest.$ac_objext
22344 if { (ac_try="$ac_compile"
22345 case "(($ac_try" in
22346   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22347   *) ac_try_echo=$ac_try;;
22348 esac
22349 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22350 $as_echo "$ac_try_echo") >&5
22351   (eval "$ac_compile") 2>conftest.er1
22352   ac_status=$?
22353   grep -v '^ *+' conftest.er1 >conftest.err
22354   rm -f conftest.er1
22355   cat conftest.err >&5
22356   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22357   (exit $ac_status); } && {
22358          test -z "$ac_c_werror_flag" ||
22359          test ! -s conftest.err
22360        } && test -s conftest.$ac_objext; then
22361   ac_cv_member_sg_io_hdr_t_interface_id=yes
22362 else
22363   $as_echo "$as_me: failed program was:" >&5
22364 sed 's/^/| /' conftest.$ac_ext >&5
22365
22366         cat >conftest.$ac_ext <<_ACEOF
22367 /* confdefs.h.  */
22368 _ACEOF
22369 cat confdefs.h >>conftest.$ac_ext
22370 cat >>conftest.$ac_ext <<_ACEOF
22371 /* end confdefs.h.  */
22372 #include <sys/types.h>
22373 #ifdef HAVE_SCSI_SG_H
22374 #include <scsi/sg.h>
22375 #endif
22376
22377 int
22378 main ()
22379 {
22380 static sg_io_hdr_t ac_aggr;
22381 if (sizeof ac_aggr.interface_id)
22382 return 0;
22383   ;
22384   return 0;
22385 }
22386 _ACEOF
22387 rm -f conftest.$ac_objext
22388 if { (ac_try="$ac_compile"
22389 case "(($ac_try" in
22390   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22391   *) ac_try_echo=$ac_try;;
22392 esac
22393 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22394 $as_echo "$ac_try_echo") >&5
22395   (eval "$ac_compile") 2>conftest.er1
22396   ac_status=$?
22397   grep -v '^ *+' conftest.er1 >conftest.err
22398   rm -f conftest.er1
22399   cat conftest.err >&5
22400   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22401   (exit $ac_status); } && {
22402          test -z "$ac_c_werror_flag" ||
22403          test ! -s conftest.err
22404        } && test -s conftest.$ac_objext; then
22405   ac_cv_member_sg_io_hdr_t_interface_id=yes
22406 else
22407   $as_echo "$as_me: failed program was:" >&5
22408 sed 's/^/| /' conftest.$ac_ext >&5
22409
22410         ac_cv_member_sg_io_hdr_t_interface_id=no
22411 fi
22412
22413 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22414 fi
22415
22416 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22417 fi
22418 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22419 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22420 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22421
22422 cat >>confdefs.h <<_ACEOF
22423 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22424 _ACEOF
22425
22426
22427 fi
22428
22429
22430 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22431 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22432 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22433   $as_echo_n "(cached) " >&6
22434 else
22435   cat >conftest.$ac_ext <<_ACEOF
22436 /* confdefs.h.  */
22437 _ACEOF
22438 cat confdefs.h >>conftest.$ac_ext
22439 cat >>conftest.$ac_ext <<_ACEOF
22440 /* end confdefs.h.  */
22441 #include <signal.h>
22442
22443 int
22444 main ()
22445 {
22446 static siginfo_t ac_aggr;
22447 if (ac_aggr.si_fd)
22448 return 0;
22449   ;
22450   return 0;
22451 }
22452 _ACEOF
22453 rm -f conftest.$ac_objext
22454 if { (ac_try="$ac_compile"
22455 case "(($ac_try" in
22456   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22457   *) ac_try_echo=$ac_try;;
22458 esac
22459 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22460 $as_echo "$ac_try_echo") >&5
22461   (eval "$ac_compile") 2>conftest.er1
22462   ac_status=$?
22463   grep -v '^ *+' conftest.er1 >conftest.err
22464   rm -f conftest.er1
22465   cat conftest.err >&5
22466   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22467   (exit $ac_status); } && {
22468          test -z "$ac_c_werror_flag" ||
22469          test ! -s conftest.err
22470        } && test -s conftest.$ac_objext; then
22471   ac_cv_member_siginfo_t_si_fd=yes
22472 else
22473   $as_echo "$as_me: failed program was:" >&5
22474 sed 's/^/| /' conftest.$ac_ext >&5
22475
22476         cat >conftest.$ac_ext <<_ACEOF
22477 /* confdefs.h.  */
22478 _ACEOF
22479 cat confdefs.h >>conftest.$ac_ext
22480 cat >>conftest.$ac_ext <<_ACEOF
22481 /* end confdefs.h.  */
22482 #include <signal.h>
22483
22484 int
22485 main ()
22486 {
22487 static siginfo_t ac_aggr;
22488 if (sizeof ac_aggr.si_fd)
22489 return 0;
22490   ;
22491   return 0;
22492 }
22493 _ACEOF
22494 rm -f conftest.$ac_objext
22495 if { (ac_try="$ac_compile"
22496 case "(($ac_try" in
22497   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22498   *) ac_try_echo=$ac_try;;
22499 esac
22500 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22501 $as_echo "$ac_try_echo") >&5
22502   (eval "$ac_compile") 2>conftest.er1
22503   ac_status=$?
22504   grep -v '^ *+' conftest.er1 >conftest.err
22505   rm -f conftest.er1
22506   cat conftest.err >&5
22507   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22508   (exit $ac_status); } && {
22509          test -z "$ac_c_werror_flag" ||
22510          test ! -s conftest.err
22511        } && test -s conftest.$ac_objext; then
22512   ac_cv_member_siginfo_t_si_fd=yes
22513 else
22514   $as_echo "$as_me: failed program was:" >&5
22515 sed 's/^/| /' conftest.$ac_ext >&5
22516
22517         ac_cv_member_siginfo_t_si_fd=no
22518 fi
22519
22520 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22521 fi
22522
22523 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22524 fi
22525 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22526 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22527 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22528
22529 cat >>confdefs.h <<_ACEOF
22530 #define HAVE_SIGINFO_T_SI_FD 1
22531 _ACEOF
22532
22533
22534 fi
22535
22536
22537 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22538 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22539 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22540   $as_echo_n "(cached) " >&6
22541 else
22542   cat >conftest.$ac_ext <<_ACEOF
22543 /* confdefs.h.  */
22544 _ACEOF
22545 cat confdefs.h >>conftest.$ac_ext
22546 cat >>conftest.$ac_ext <<_ACEOF
22547 /* end confdefs.h.  */
22548 #include <sys/types.h>
22549 #ifdef HAVE_SYS_MTIO_H
22550 #include <sys/mtio.h>
22551 #endif
22552
22553 int
22554 main ()
22555 {
22556 static struct mtget ac_aggr;
22557 if (ac_aggr.mt_blksiz)
22558 return 0;
22559   ;
22560   return 0;
22561 }
22562 _ACEOF
22563 rm -f conftest.$ac_objext
22564 if { (ac_try="$ac_compile"
22565 case "(($ac_try" in
22566   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22567   *) ac_try_echo=$ac_try;;
22568 esac
22569 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22570 $as_echo "$ac_try_echo") >&5
22571   (eval "$ac_compile") 2>conftest.er1
22572   ac_status=$?
22573   grep -v '^ *+' conftest.er1 >conftest.err
22574   rm -f conftest.er1
22575   cat conftest.err >&5
22576   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22577   (exit $ac_status); } && {
22578          test -z "$ac_c_werror_flag" ||
22579          test ! -s conftest.err
22580        } && test -s conftest.$ac_objext; then
22581   ac_cv_member_struct_mtget_mt_blksiz=yes
22582 else
22583   $as_echo "$as_me: failed program was:" >&5
22584 sed 's/^/| /' conftest.$ac_ext >&5
22585
22586         cat >conftest.$ac_ext <<_ACEOF
22587 /* confdefs.h.  */
22588 _ACEOF
22589 cat confdefs.h >>conftest.$ac_ext
22590 cat >>conftest.$ac_ext <<_ACEOF
22591 /* end confdefs.h.  */
22592 #include <sys/types.h>
22593 #ifdef HAVE_SYS_MTIO_H
22594 #include <sys/mtio.h>
22595 #endif
22596
22597 int
22598 main ()
22599 {
22600 static struct mtget ac_aggr;
22601 if (sizeof ac_aggr.mt_blksiz)
22602 return 0;
22603   ;
22604   return 0;
22605 }
22606 _ACEOF
22607 rm -f conftest.$ac_objext
22608 if { (ac_try="$ac_compile"
22609 case "(($ac_try" in
22610   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22611   *) ac_try_echo=$ac_try;;
22612 esac
22613 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22614 $as_echo "$ac_try_echo") >&5
22615   (eval "$ac_compile") 2>conftest.er1
22616   ac_status=$?
22617   grep -v '^ *+' conftest.er1 >conftest.err
22618   rm -f conftest.er1
22619   cat conftest.err >&5
22620   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22621   (exit $ac_status); } && {
22622          test -z "$ac_c_werror_flag" ||
22623          test ! -s conftest.err
22624        } && test -s conftest.$ac_objext; then
22625   ac_cv_member_struct_mtget_mt_blksiz=yes
22626 else
22627   $as_echo "$as_me: failed program was:" >&5
22628 sed 's/^/| /' conftest.$ac_ext >&5
22629
22630         ac_cv_member_struct_mtget_mt_blksiz=no
22631 fi
22632
22633 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22634 fi
22635
22636 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22637 fi
22638 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22639 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22640 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22641
22642 cat >>confdefs.h <<_ACEOF
22643 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22644 _ACEOF
22645
22646
22647 fi
22648 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22649 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22650 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22651   $as_echo_n "(cached) " >&6
22652 else
22653   cat >conftest.$ac_ext <<_ACEOF
22654 /* confdefs.h.  */
22655 _ACEOF
22656 cat confdefs.h >>conftest.$ac_ext
22657 cat >>conftest.$ac_ext <<_ACEOF
22658 /* end confdefs.h.  */
22659 #include <sys/types.h>
22660 #ifdef HAVE_SYS_MTIO_H
22661 #include <sys/mtio.h>
22662 #endif
22663
22664 int
22665 main ()
22666 {
22667 static struct mtget ac_aggr;
22668 if (ac_aggr.mt_gstat)
22669 return 0;
22670   ;
22671   return 0;
22672 }
22673 _ACEOF
22674 rm -f conftest.$ac_objext
22675 if { (ac_try="$ac_compile"
22676 case "(($ac_try" in
22677   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22678   *) ac_try_echo=$ac_try;;
22679 esac
22680 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22681 $as_echo "$ac_try_echo") >&5
22682   (eval "$ac_compile") 2>conftest.er1
22683   ac_status=$?
22684   grep -v '^ *+' conftest.er1 >conftest.err
22685   rm -f conftest.er1
22686   cat conftest.err >&5
22687   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22688   (exit $ac_status); } && {
22689          test -z "$ac_c_werror_flag" ||
22690          test ! -s conftest.err
22691        } && test -s conftest.$ac_objext; then
22692   ac_cv_member_struct_mtget_mt_gstat=yes
22693 else
22694   $as_echo "$as_me: failed program was:" >&5
22695 sed 's/^/| /' conftest.$ac_ext >&5
22696
22697         cat >conftest.$ac_ext <<_ACEOF
22698 /* confdefs.h.  */
22699 _ACEOF
22700 cat confdefs.h >>conftest.$ac_ext
22701 cat >>conftest.$ac_ext <<_ACEOF
22702 /* end confdefs.h.  */
22703 #include <sys/types.h>
22704 #ifdef HAVE_SYS_MTIO_H
22705 #include <sys/mtio.h>
22706 #endif
22707
22708 int
22709 main ()
22710 {
22711 static struct mtget ac_aggr;
22712 if (sizeof ac_aggr.mt_gstat)
22713 return 0;
22714   ;
22715   return 0;
22716 }
22717 _ACEOF
22718 rm -f conftest.$ac_objext
22719 if { (ac_try="$ac_compile"
22720 case "(($ac_try" in
22721   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22722   *) ac_try_echo=$ac_try;;
22723 esac
22724 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22725 $as_echo "$ac_try_echo") >&5
22726   (eval "$ac_compile") 2>conftest.er1
22727   ac_status=$?
22728   grep -v '^ *+' conftest.er1 >conftest.err
22729   rm -f conftest.er1
22730   cat conftest.err >&5
22731   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22732   (exit $ac_status); } && {
22733          test -z "$ac_c_werror_flag" ||
22734          test ! -s conftest.err
22735        } && test -s conftest.$ac_objext; then
22736   ac_cv_member_struct_mtget_mt_gstat=yes
22737 else
22738   $as_echo "$as_me: failed program was:" >&5
22739 sed 's/^/| /' conftest.$ac_ext >&5
22740
22741         ac_cv_member_struct_mtget_mt_gstat=no
22742 fi
22743
22744 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22745 fi
22746
22747 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22748 fi
22749 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22750 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22751 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22752
22753 cat >>confdefs.h <<_ACEOF
22754 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22755 _ACEOF
22756
22757
22758 fi
22759 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22760 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22761 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22762   $as_echo_n "(cached) " >&6
22763 else
22764   cat >conftest.$ac_ext <<_ACEOF
22765 /* confdefs.h.  */
22766 _ACEOF
22767 cat confdefs.h >>conftest.$ac_ext
22768 cat >>conftest.$ac_ext <<_ACEOF
22769 /* end confdefs.h.  */
22770 #include <sys/types.h>
22771 #ifdef HAVE_SYS_MTIO_H
22772 #include <sys/mtio.h>
22773 #endif
22774
22775 int
22776 main ()
22777 {
22778 static struct mtget ac_aggr;
22779 if (ac_aggr.mt_blkno)
22780 return 0;
22781   ;
22782   return 0;
22783 }
22784 _ACEOF
22785 rm -f conftest.$ac_objext
22786 if { (ac_try="$ac_compile"
22787 case "(($ac_try" in
22788   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22789   *) ac_try_echo=$ac_try;;
22790 esac
22791 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22792 $as_echo "$ac_try_echo") >&5
22793   (eval "$ac_compile") 2>conftest.er1
22794   ac_status=$?
22795   grep -v '^ *+' conftest.er1 >conftest.err
22796   rm -f conftest.er1
22797   cat conftest.err >&5
22798   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22799   (exit $ac_status); } && {
22800          test -z "$ac_c_werror_flag" ||
22801          test ! -s conftest.err
22802        } && test -s conftest.$ac_objext; then
22803   ac_cv_member_struct_mtget_mt_blkno=yes
22804 else
22805   $as_echo "$as_me: failed program was:" >&5
22806 sed 's/^/| /' conftest.$ac_ext >&5
22807
22808         cat >conftest.$ac_ext <<_ACEOF
22809 /* confdefs.h.  */
22810 _ACEOF
22811 cat confdefs.h >>conftest.$ac_ext
22812 cat >>conftest.$ac_ext <<_ACEOF
22813 /* end confdefs.h.  */
22814 #include <sys/types.h>
22815 #ifdef HAVE_SYS_MTIO_H
22816 #include <sys/mtio.h>
22817 #endif
22818
22819 int
22820 main ()
22821 {
22822 static struct mtget ac_aggr;
22823 if (sizeof ac_aggr.mt_blkno)
22824 return 0;
22825   ;
22826   return 0;
22827 }
22828 _ACEOF
22829 rm -f conftest.$ac_objext
22830 if { (ac_try="$ac_compile"
22831 case "(($ac_try" in
22832   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22833   *) ac_try_echo=$ac_try;;
22834 esac
22835 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22836 $as_echo "$ac_try_echo") >&5
22837   (eval "$ac_compile") 2>conftest.er1
22838   ac_status=$?
22839   grep -v '^ *+' conftest.er1 >conftest.err
22840   rm -f conftest.er1
22841   cat conftest.err >&5
22842   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22843   (exit $ac_status); } && {
22844          test -z "$ac_c_werror_flag" ||
22845          test ! -s conftest.err
22846        } && test -s conftest.$ac_objext; then
22847   ac_cv_member_struct_mtget_mt_blkno=yes
22848 else
22849   $as_echo "$as_me: failed program was:" >&5
22850 sed 's/^/| /' conftest.$ac_ext >&5
22851
22852         ac_cv_member_struct_mtget_mt_blkno=no
22853 fi
22854
22855 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22856 fi
22857
22858 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22859 fi
22860 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22861 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22862 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22863
22864 cat >>confdefs.h <<_ACEOF
22865 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22866 _ACEOF
22867
22868
22869 fi
22870
22871
22872 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22873 $as_echo_n "checking for struct option.name... " >&6; }
22874 if test "${ac_cv_member_struct_option_name+set}" = set; then
22875   $as_echo_n "(cached) " >&6
22876 else
22877   cat >conftest.$ac_ext <<_ACEOF
22878 /* confdefs.h.  */
22879 _ACEOF
22880 cat confdefs.h >>conftest.$ac_ext
22881 cat >>conftest.$ac_ext <<_ACEOF
22882 /* end confdefs.h.  */
22883 #ifdef HAVE_GETOPT_H
22884 #include <getopt.h>
22885 #endif
22886
22887 int
22888 main ()
22889 {
22890 static struct option ac_aggr;
22891 if (ac_aggr.name)
22892 return 0;
22893   ;
22894   return 0;
22895 }
22896 _ACEOF
22897 rm -f conftest.$ac_objext
22898 if { (ac_try="$ac_compile"
22899 case "(($ac_try" in
22900   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22901   *) ac_try_echo=$ac_try;;
22902 esac
22903 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22904 $as_echo "$ac_try_echo") >&5
22905   (eval "$ac_compile") 2>conftest.er1
22906   ac_status=$?
22907   grep -v '^ *+' conftest.er1 >conftest.err
22908   rm -f conftest.er1
22909   cat conftest.err >&5
22910   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22911   (exit $ac_status); } && {
22912          test -z "$ac_c_werror_flag" ||
22913          test ! -s conftest.err
22914        } && test -s conftest.$ac_objext; then
22915   ac_cv_member_struct_option_name=yes
22916 else
22917   $as_echo "$as_me: failed program was:" >&5
22918 sed 's/^/| /' conftest.$ac_ext >&5
22919
22920         cat >conftest.$ac_ext <<_ACEOF
22921 /* confdefs.h.  */
22922 _ACEOF
22923 cat confdefs.h >>conftest.$ac_ext
22924 cat >>conftest.$ac_ext <<_ACEOF
22925 /* end confdefs.h.  */
22926 #ifdef HAVE_GETOPT_H
22927 #include <getopt.h>
22928 #endif
22929
22930 int
22931 main ()
22932 {
22933 static struct option ac_aggr;
22934 if (sizeof ac_aggr.name)
22935 return 0;
22936   ;
22937   return 0;
22938 }
22939 _ACEOF
22940 rm -f conftest.$ac_objext
22941 if { (ac_try="$ac_compile"
22942 case "(($ac_try" in
22943   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22944   *) ac_try_echo=$ac_try;;
22945 esac
22946 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22947 $as_echo "$ac_try_echo") >&5
22948   (eval "$ac_compile") 2>conftest.er1
22949   ac_status=$?
22950   grep -v '^ *+' conftest.er1 >conftest.err
22951   rm -f conftest.er1
22952   cat conftest.err >&5
22953   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22954   (exit $ac_status); } && {
22955          test -z "$ac_c_werror_flag" ||
22956          test ! -s conftest.err
22957        } && test -s conftest.$ac_objext; then
22958   ac_cv_member_struct_option_name=yes
22959 else
22960   $as_echo "$as_me: failed program was:" >&5
22961 sed 's/^/| /' conftest.$ac_ext >&5
22962
22963         ac_cv_member_struct_option_name=no
22964 fi
22965
22966 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22967 fi
22968
22969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22970 fi
22971 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22972 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22973 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22974
22975 cat >>confdefs.h <<_ACEOF
22976 #define HAVE_STRUCT_OPTION_NAME 1
22977 _ACEOF
22978
22979
22980 fi
22981
22982
22983 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22984 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22985 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22986   $as_echo_n "(cached) " >&6
22987 else
22988   cat >conftest.$ac_ext <<_ACEOF
22989 /* confdefs.h.  */
22990 _ACEOF
22991 cat confdefs.h >>conftest.$ac_ext
22992 cat >>conftest.$ac_ext <<_ACEOF
22993 /* end confdefs.h.  */
22994 $ac_includes_default
22995 int
22996 main ()
22997 {
22998 static struct stat ac_aggr;
22999 if (ac_aggr.st_blocks)
23000 return 0;
23001   ;
23002   return 0;
23003 }
23004 _ACEOF
23005 rm -f conftest.$ac_objext
23006 if { (ac_try="$ac_compile"
23007 case "(($ac_try" in
23008   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23009   *) ac_try_echo=$ac_try;;
23010 esac
23011 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23012 $as_echo "$ac_try_echo") >&5
23013   (eval "$ac_compile") 2>conftest.er1
23014   ac_status=$?
23015   grep -v '^ *+' conftest.er1 >conftest.err
23016   rm -f conftest.er1
23017   cat conftest.err >&5
23018   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23019   (exit $ac_status); } && {
23020          test -z "$ac_c_werror_flag" ||
23021          test ! -s conftest.err
23022        } && test -s conftest.$ac_objext; then
23023   ac_cv_member_struct_stat_st_blocks=yes
23024 else
23025   $as_echo "$as_me: failed program was:" >&5
23026 sed 's/^/| /' conftest.$ac_ext >&5
23027
23028         cat >conftest.$ac_ext <<_ACEOF
23029 /* confdefs.h.  */
23030 _ACEOF
23031 cat confdefs.h >>conftest.$ac_ext
23032 cat >>conftest.$ac_ext <<_ACEOF
23033 /* end confdefs.h.  */
23034 $ac_includes_default
23035 int
23036 main ()
23037 {
23038 static struct stat ac_aggr;
23039 if (sizeof ac_aggr.st_blocks)
23040 return 0;
23041   ;
23042   return 0;
23043 }
23044 _ACEOF
23045 rm -f conftest.$ac_objext
23046 if { (ac_try="$ac_compile"
23047 case "(($ac_try" in
23048   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23049   *) ac_try_echo=$ac_try;;
23050 esac
23051 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23052 $as_echo "$ac_try_echo") >&5
23053   (eval "$ac_compile") 2>conftest.er1
23054   ac_status=$?
23055   grep -v '^ *+' conftest.er1 >conftest.err
23056   rm -f conftest.er1
23057   cat conftest.err >&5
23058   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23059   (exit $ac_status); } && {
23060          test -z "$ac_c_werror_flag" ||
23061          test ! -s conftest.err
23062        } && test -s conftest.$ac_objext; then
23063   ac_cv_member_struct_stat_st_blocks=yes
23064 else
23065   $as_echo "$as_me: failed program was:" >&5
23066 sed 's/^/| /' conftest.$ac_ext >&5
23067
23068         ac_cv_member_struct_stat_st_blocks=no
23069 fi
23070
23071 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23072 fi
23073
23074 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23075 fi
23076 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23077 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23078 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23079
23080 cat >>confdefs.h <<_ACEOF
23081 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23082 _ACEOF
23083
23084
23085 fi
23086 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23087 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23088 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23089   $as_echo_n "(cached) " >&6
23090 else
23091   cat >conftest.$ac_ext <<_ACEOF
23092 /* confdefs.h.  */
23093 _ACEOF
23094 cat confdefs.h >>conftest.$ac_ext
23095 cat >>conftest.$ac_ext <<_ACEOF
23096 /* end confdefs.h.  */
23097 $ac_includes_default
23098 int
23099 main ()
23100 {
23101 static struct stat ac_aggr;
23102 if (ac_aggr.st_mtim)
23103 return 0;
23104   ;
23105   return 0;
23106 }
23107 _ACEOF
23108 rm -f conftest.$ac_objext
23109 if { (ac_try="$ac_compile"
23110 case "(($ac_try" in
23111   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23112   *) ac_try_echo=$ac_try;;
23113 esac
23114 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23115 $as_echo "$ac_try_echo") >&5
23116   (eval "$ac_compile") 2>conftest.er1
23117   ac_status=$?
23118   grep -v '^ *+' conftest.er1 >conftest.err
23119   rm -f conftest.er1
23120   cat conftest.err >&5
23121   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23122   (exit $ac_status); } && {
23123          test -z "$ac_c_werror_flag" ||
23124          test ! -s conftest.err
23125        } && test -s conftest.$ac_objext; then
23126   ac_cv_member_struct_stat_st_mtim=yes
23127 else
23128   $as_echo "$as_me: failed program was:" >&5
23129 sed 's/^/| /' conftest.$ac_ext >&5
23130
23131         cat >conftest.$ac_ext <<_ACEOF
23132 /* confdefs.h.  */
23133 _ACEOF
23134 cat confdefs.h >>conftest.$ac_ext
23135 cat >>conftest.$ac_ext <<_ACEOF
23136 /* end confdefs.h.  */
23137 $ac_includes_default
23138 int
23139 main ()
23140 {
23141 static struct stat ac_aggr;
23142 if (sizeof ac_aggr.st_mtim)
23143 return 0;
23144   ;
23145   return 0;
23146 }
23147 _ACEOF
23148 rm -f conftest.$ac_objext
23149 if { (ac_try="$ac_compile"
23150 case "(($ac_try" in
23151   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23152   *) ac_try_echo=$ac_try;;
23153 esac
23154 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23155 $as_echo "$ac_try_echo") >&5
23156   (eval "$ac_compile") 2>conftest.er1
23157   ac_status=$?
23158   grep -v '^ *+' conftest.er1 >conftest.err
23159   rm -f conftest.er1
23160   cat conftest.err >&5
23161   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23162   (exit $ac_status); } && {
23163          test -z "$ac_c_werror_flag" ||
23164          test ! -s conftest.err
23165        } && test -s conftest.$ac_objext; then
23166   ac_cv_member_struct_stat_st_mtim=yes
23167 else
23168   $as_echo "$as_me: failed program was:" >&5
23169 sed 's/^/| /' conftest.$ac_ext >&5
23170
23171         ac_cv_member_struct_stat_st_mtim=no
23172 fi
23173
23174 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23175 fi
23176
23177 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23178 fi
23179 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23180 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23181 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23182
23183 cat >>confdefs.h <<_ACEOF
23184 #define HAVE_STRUCT_STAT_ST_MTIM 1
23185 _ACEOF
23186
23187
23188 fi
23189 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23190 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23191 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23192   $as_echo_n "(cached) " >&6
23193 else
23194   cat >conftest.$ac_ext <<_ACEOF
23195 /* confdefs.h.  */
23196 _ACEOF
23197 cat confdefs.h >>conftest.$ac_ext
23198 cat >>conftest.$ac_ext <<_ACEOF
23199 /* end confdefs.h.  */
23200 $ac_includes_default
23201 int
23202 main ()
23203 {
23204 static struct stat ac_aggr;
23205 if (ac_aggr.st_ctim)
23206 return 0;
23207   ;
23208   return 0;
23209 }
23210 _ACEOF
23211 rm -f conftest.$ac_objext
23212 if { (ac_try="$ac_compile"
23213 case "(($ac_try" in
23214   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23215   *) ac_try_echo=$ac_try;;
23216 esac
23217 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23218 $as_echo "$ac_try_echo") >&5
23219   (eval "$ac_compile") 2>conftest.er1
23220   ac_status=$?
23221   grep -v '^ *+' conftest.er1 >conftest.err
23222   rm -f conftest.er1
23223   cat conftest.err >&5
23224   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23225   (exit $ac_status); } && {
23226          test -z "$ac_c_werror_flag" ||
23227          test ! -s conftest.err
23228        } && test -s conftest.$ac_objext; then
23229   ac_cv_member_struct_stat_st_ctim=yes
23230 else
23231   $as_echo "$as_me: failed program was:" >&5
23232 sed 's/^/| /' conftest.$ac_ext >&5
23233
23234         cat >conftest.$ac_ext <<_ACEOF
23235 /* confdefs.h.  */
23236 _ACEOF
23237 cat confdefs.h >>conftest.$ac_ext
23238 cat >>conftest.$ac_ext <<_ACEOF
23239 /* end confdefs.h.  */
23240 $ac_includes_default
23241 int
23242 main ()
23243 {
23244 static struct stat ac_aggr;
23245 if (sizeof ac_aggr.st_ctim)
23246 return 0;
23247   ;
23248   return 0;
23249 }
23250 _ACEOF
23251 rm -f conftest.$ac_objext
23252 if { (ac_try="$ac_compile"
23253 case "(($ac_try" in
23254   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23255   *) ac_try_echo=$ac_try;;
23256 esac
23257 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23258 $as_echo "$ac_try_echo") >&5
23259   (eval "$ac_compile") 2>conftest.er1
23260   ac_status=$?
23261   grep -v '^ *+' conftest.er1 >conftest.err
23262   rm -f conftest.er1
23263   cat conftest.err >&5
23264   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23265   (exit $ac_status); } && {
23266          test -z "$ac_c_werror_flag" ||
23267          test ! -s conftest.err
23268        } && test -s conftest.$ac_objext; then
23269   ac_cv_member_struct_stat_st_ctim=yes
23270 else
23271   $as_echo "$as_me: failed program was:" >&5
23272 sed 's/^/| /' conftest.$ac_ext >&5
23273
23274         ac_cv_member_struct_stat_st_ctim=no
23275 fi
23276
23277 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23278 fi
23279
23280 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23281 fi
23282 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23283 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23284 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23285
23286 cat >>confdefs.h <<_ACEOF
23287 #define HAVE_STRUCT_STAT_ST_CTIM 1
23288 _ACEOF
23289
23290
23291 fi
23292 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23293 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23294 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23295   $as_echo_n "(cached) " >&6
23296 else
23297   cat >conftest.$ac_ext <<_ACEOF
23298 /* confdefs.h.  */
23299 _ACEOF
23300 cat confdefs.h >>conftest.$ac_ext
23301 cat >>conftest.$ac_ext <<_ACEOF
23302 /* end confdefs.h.  */
23303 $ac_includes_default
23304 int
23305 main ()
23306 {
23307 static struct stat ac_aggr;
23308 if (ac_aggr.st_atim)
23309 return 0;
23310   ;
23311   return 0;
23312 }
23313 _ACEOF
23314 rm -f conftest.$ac_objext
23315 if { (ac_try="$ac_compile"
23316 case "(($ac_try" in
23317   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23318   *) ac_try_echo=$ac_try;;
23319 esac
23320 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23321 $as_echo "$ac_try_echo") >&5
23322   (eval "$ac_compile") 2>conftest.er1
23323   ac_status=$?
23324   grep -v '^ *+' conftest.er1 >conftest.err
23325   rm -f conftest.er1
23326   cat conftest.err >&5
23327   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23328   (exit $ac_status); } && {
23329          test -z "$ac_c_werror_flag" ||
23330          test ! -s conftest.err
23331        } && test -s conftest.$ac_objext; then
23332   ac_cv_member_struct_stat_st_atim=yes
23333 else
23334   $as_echo "$as_me: failed program was:" >&5
23335 sed 's/^/| /' conftest.$ac_ext >&5
23336
23337         cat >conftest.$ac_ext <<_ACEOF
23338 /* confdefs.h.  */
23339 _ACEOF
23340 cat confdefs.h >>conftest.$ac_ext
23341 cat >>conftest.$ac_ext <<_ACEOF
23342 /* end confdefs.h.  */
23343 $ac_includes_default
23344 int
23345 main ()
23346 {
23347 static struct stat ac_aggr;
23348 if (sizeof ac_aggr.st_atim)
23349 return 0;
23350   ;
23351   return 0;
23352 }
23353 _ACEOF
23354 rm -f conftest.$ac_objext
23355 if { (ac_try="$ac_compile"
23356 case "(($ac_try" in
23357   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23358   *) ac_try_echo=$ac_try;;
23359 esac
23360 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23361 $as_echo "$ac_try_echo") >&5
23362   (eval "$ac_compile") 2>conftest.er1
23363   ac_status=$?
23364   grep -v '^ *+' conftest.er1 >conftest.err
23365   rm -f conftest.er1
23366   cat conftest.err >&5
23367   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23368   (exit $ac_status); } && {
23369          test -z "$ac_c_werror_flag" ||
23370          test ! -s conftest.err
23371        } && test -s conftest.$ac_objext; then
23372   ac_cv_member_struct_stat_st_atim=yes
23373 else
23374   $as_echo "$as_me: failed program was:" >&5
23375 sed 's/^/| /' conftest.$ac_ext >&5
23376
23377         ac_cv_member_struct_stat_st_atim=no
23378 fi
23379
23380 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23381 fi
23382
23383 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23384 fi
23385 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23386 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23387 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23388
23389 cat >>confdefs.h <<_ACEOF
23390 #define HAVE_STRUCT_STAT_ST_ATIM 1
23391 _ACEOF
23392
23393
23394 fi
23395
23396
23397 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23398 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23399 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23400   $as_echo_n "(cached) " >&6
23401 else
23402   cat >conftest.$ac_ext <<_ACEOF
23403 /* confdefs.h.  */
23404 _ACEOF
23405 cat confdefs.h >>conftest.$ac_ext
23406 cat >>conftest.$ac_ext <<_ACEOF
23407 /* end confdefs.h.  */
23408 #ifdef HAVE_SYS_TYPES_H
23409 #include <sys/types.h>
23410 #endif
23411 #ifdef HAVE_NETINET_IN_H
23412 #include <netinet/in.h>
23413 #endif
23414
23415 int
23416 main ()
23417 {
23418 static struct sockaddr_in6 ac_aggr;
23419 if (ac_aggr.sin6_scope_id)
23420 return 0;
23421   ;
23422   return 0;
23423 }
23424 _ACEOF
23425 rm -f conftest.$ac_objext
23426 if { (ac_try="$ac_compile"
23427 case "(($ac_try" in
23428   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23429   *) ac_try_echo=$ac_try;;
23430 esac
23431 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23432 $as_echo "$ac_try_echo") >&5
23433   (eval "$ac_compile") 2>conftest.er1
23434   ac_status=$?
23435   grep -v '^ *+' conftest.er1 >conftest.err
23436   rm -f conftest.er1
23437   cat conftest.err >&5
23438   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23439   (exit $ac_status); } && {
23440          test -z "$ac_c_werror_flag" ||
23441          test ! -s conftest.err
23442        } && test -s conftest.$ac_objext; then
23443   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23444 else
23445   $as_echo "$as_me: failed program was:" >&5
23446 sed 's/^/| /' conftest.$ac_ext >&5
23447
23448         cat >conftest.$ac_ext <<_ACEOF
23449 /* confdefs.h.  */
23450 _ACEOF
23451 cat confdefs.h >>conftest.$ac_ext
23452 cat >>conftest.$ac_ext <<_ACEOF
23453 /* end confdefs.h.  */
23454 #ifdef HAVE_SYS_TYPES_H
23455 #include <sys/types.h>
23456 #endif
23457 #ifdef HAVE_NETINET_IN_H
23458 #include <netinet/in.h>
23459 #endif
23460
23461 int
23462 main ()
23463 {
23464 static struct sockaddr_in6 ac_aggr;
23465 if (sizeof ac_aggr.sin6_scope_id)
23466 return 0;
23467   ;
23468   return 0;
23469 }
23470 _ACEOF
23471 rm -f conftest.$ac_objext
23472 if { (ac_try="$ac_compile"
23473 case "(($ac_try" in
23474   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23475   *) ac_try_echo=$ac_try;;
23476 esac
23477 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23478 $as_echo "$ac_try_echo") >&5
23479   (eval "$ac_compile") 2>conftest.er1
23480   ac_status=$?
23481   grep -v '^ *+' conftest.er1 >conftest.err
23482   rm -f conftest.er1
23483   cat conftest.err >&5
23484   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23485   (exit $ac_status); } && {
23486          test -z "$ac_c_werror_flag" ||
23487          test ! -s conftest.err
23488        } && test -s conftest.$ac_objext; then
23489   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23490 else
23491   $as_echo "$as_me: failed program was:" >&5
23492 sed 's/^/| /' conftest.$ac_ext >&5
23493
23494         ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23495 fi
23496
23497 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23498 fi
23499
23500 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23501 fi
23502 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23503 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23504 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23505
23506 cat >>confdefs.h <<_ACEOF
23507 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23508 _ACEOF
23509
23510
23511 fi
23512
23513
23514 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23515 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23516 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23517   $as_echo_n "(cached) " >&6
23518 else
23519   cat >conftest.$ac_ext <<_ACEOF
23520 /* confdefs.h.  */
23521 _ACEOF
23522 cat confdefs.h >>conftest.$ac_ext
23523 cat >>conftest.$ac_ext <<_ACEOF
23524 /* end confdefs.h.  */
23525 #ifdef HAVE_SYS_TYPES_H
23526 #include <sys/types.h>
23527 #endif
23528 #ifdef HAVE_NETINET_IN_H
23529 # include <netinet/in.h>
23530 #endif
23531 #ifdef HAVE_ARPA_NAMESER_H
23532 # include <arpa/nameser.h>
23533 #endif
23534
23535 int
23536 main ()
23537 {
23538 static ns_msg ac_aggr;
23539 if (ac_aggr._msg_ptr)
23540 return 0;
23541   ;
23542   return 0;
23543 }
23544 _ACEOF
23545 rm -f conftest.$ac_objext
23546 if { (ac_try="$ac_compile"
23547 case "(($ac_try" in
23548   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23549   *) ac_try_echo=$ac_try;;
23550 esac
23551 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23552 $as_echo "$ac_try_echo") >&5
23553   (eval "$ac_compile") 2>conftest.er1
23554   ac_status=$?
23555   grep -v '^ *+' conftest.er1 >conftest.err
23556   rm -f conftest.er1
23557   cat conftest.err >&5
23558   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23559   (exit $ac_status); } && {
23560          test -z "$ac_c_werror_flag" ||
23561          test ! -s conftest.err
23562        } && test -s conftest.$ac_objext; then
23563   ac_cv_member_ns_msg__msg_ptr=yes
23564 else
23565   $as_echo "$as_me: failed program was:" >&5
23566 sed 's/^/| /' conftest.$ac_ext >&5
23567
23568         cat >conftest.$ac_ext <<_ACEOF
23569 /* confdefs.h.  */
23570 _ACEOF
23571 cat confdefs.h >>conftest.$ac_ext
23572 cat >>conftest.$ac_ext <<_ACEOF
23573 /* end confdefs.h.  */
23574 #ifdef HAVE_SYS_TYPES_H
23575 #include <sys/types.h>
23576 #endif
23577 #ifdef HAVE_NETINET_IN_H
23578 # include <netinet/in.h>
23579 #endif
23580 #ifdef HAVE_ARPA_NAMESER_H
23581 # include <arpa/nameser.h>
23582 #endif
23583
23584 int
23585 main ()
23586 {
23587 static ns_msg ac_aggr;
23588 if (sizeof ac_aggr._msg_ptr)
23589 return 0;
23590   ;
23591   return 0;
23592 }
23593 _ACEOF
23594 rm -f conftest.$ac_objext
23595 if { (ac_try="$ac_compile"
23596 case "(($ac_try" in
23597   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23598   *) ac_try_echo=$ac_try;;
23599 esac
23600 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23601 $as_echo "$ac_try_echo") >&5
23602   (eval "$ac_compile") 2>conftest.er1
23603   ac_status=$?
23604   grep -v '^ *+' conftest.er1 >conftest.err
23605   rm -f conftest.er1
23606   cat conftest.err >&5
23607   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23608   (exit $ac_status); } && {
23609          test -z "$ac_c_werror_flag" ||
23610          test ! -s conftest.err
23611        } && test -s conftest.$ac_objext; then
23612   ac_cv_member_ns_msg__msg_ptr=yes
23613 else
23614   $as_echo "$as_me: failed program was:" >&5
23615 sed 's/^/| /' conftest.$ac_ext >&5
23616
23617         ac_cv_member_ns_msg__msg_ptr=no
23618 fi
23619
23620 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23621 fi
23622
23623 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23624 fi
23625 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23626 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23627 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23628
23629 cat >>confdefs.h <<_ACEOF
23630 #define HAVE_NS_MSG__MSG_PTR 1
23631 _ACEOF
23632
23633
23634 fi
23635
23636
23637 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23638 $as_echo_n "checking for timezone variable... " >&6; }
23639 if test "${ac_cv_have_timezone+set}" = set; then
23640   $as_echo_n "(cached) " >&6
23641 else
23642   cat >conftest.$ac_ext <<_ACEOF
23643 /* confdefs.h.  */
23644 _ACEOF
23645 cat confdefs.h >>conftest.$ac_ext
23646 cat >>conftest.$ac_ext <<_ACEOF
23647 /* end confdefs.h.  */
23648 #include <time.h>
23649 int
23650 main ()
23651 {
23652 timezone = 1
23653   ;
23654   return 0;
23655 }
23656 _ACEOF
23657 rm -f conftest.$ac_objext conftest$ac_exeext
23658 if { (ac_try="$ac_link"
23659 case "(($ac_try" in
23660   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23661   *) ac_try_echo=$ac_try;;
23662 esac
23663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23664 $as_echo "$ac_try_echo") >&5
23665   (eval "$ac_link") 2>conftest.er1
23666   ac_status=$?
23667   grep -v '^ *+' conftest.er1 >conftest.err
23668   rm -f conftest.er1
23669   cat conftest.err >&5
23670   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23671   (exit $ac_status); } && {
23672          test -z "$ac_c_werror_flag" ||
23673          test ! -s conftest.err
23674        } && test -s conftest$ac_exeext && {
23675          test "$cross_compiling" = yes ||
23676          $as_test_x conftest$ac_exeext
23677        }; then
23678   ac_cv_have_timezone="yes"
23679 else
23680   $as_echo "$as_me: failed program was:" >&5
23681 sed 's/^/| /' conftest.$ac_ext >&5
23682
23683         ac_cv_have_timezone="no"
23684 fi
23685
23686 rm -rf conftest.dSYM
23687 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23688       conftest$ac_exeext conftest.$ac_ext
23689 fi
23690 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23691 $as_echo "$ac_cv_have_timezone" >&6; }
23692 if test "$ac_cv_have_timezone" = "yes"
23693 then
23694
23695 cat >>confdefs.h <<\_ACEOF
23696 #define HAVE_TIMEZONE 1
23697 _ACEOF
23698
23699 fi
23700 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23701 $as_echo_n "checking for daylight variable... " >&6; }
23702 if test "${ac_cv_have_daylight+set}" = set; then
23703   $as_echo_n "(cached) " >&6
23704 else
23705   cat >conftest.$ac_ext <<_ACEOF
23706 /* confdefs.h.  */
23707 _ACEOF
23708 cat confdefs.h >>conftest.$ac_ext
23709 cat >>conftest.$ac_ext <<_ACEOF
23710 /* end confdefs.h.  */
23711 #include <time.h>
23712 int
23713 main ()
23714 {
23715 daylight = 1
23716   ;
23717   return 0;
23718 }
23719 _ACEOF
23720 rm -f conftest.$ac_objext conftest$ac_exeext
23721 if { (ac_try="$ac_link"
23722 case "(($ac_try" in
23723   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23724   *) ac_try_echo=$ac_try;;
23725 esac
23726 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23727 $as_echo "$ac_try_echo") >&5
23728   (eval "$ac_link") 2>conftest.er1
23729   ac_status=$?
23730   grep -v '^ *+' conftest.er1 >conftest.err
23731   rm -f conftest.er1
23732   cat conftest.err >&5
23733   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23734   (exit $ac_status); } && {
23735          test -z "$ac_c_werror_flag" ||
23736          test ! -s conftest.err
23737        } && test -s conftest$ac_exeext && {
23738          test "$cross_compiling" = yes ||
23739          $as_test_x conftest$ac_exeext
23740        }; then
23741   ac_cv_have_daylight="yes"
23742 else
23743   $as_echo "$as_me: failed program was:" >&5
23744 sed 's/^/| /' conftest.$ac_ext >&5
23745
23746         ac_cv_have_daylight="no"
23747 fi
23748
23749 rm -rf conftest.dSYM
23750 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23751       conftest$ac_exeext conftest.$ac_ext
23752 fi
23753 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23754 $as_echo "$ac_cv_have_daylight" >&6; }
23755 if test "$ac_cv_have_daylight" = "yes"
23756 then
23757
23758 cat >>confdefs.h <<\_ACEOF
23759 #define HAVE_DAYLIGHT 1
23760 _ACEOF
23761
23762 fi
23763
23764 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23765 $as_echo_n "checking for isinf... " >&6; }
23766 if test "${ac_cv_have_isinf+set}" = set; then
23767   $as_echo_n "(cached) " >&6
23768 else
23769   cat >conftest.$ac_ext <<_ACEOF
23770 /* confdefs.h.  */
23771 _ACEOF
23772 cat confdefs.h >>conftest.$ac_ext
23773 cat >>conftest.$ac_ext <<_ACEOF
23774 /* end confdefs.h.  */
23775 #include <math.h>
23776 int
23777 main ()
23778 {
23779 float f = 0.0; int i=isinf(f)
23780   ;
23781   return 0;
23782 }
23783 _ACEOF
23784 rm -f conftest.$ac_objext conftest$ac_exeext
23785 if { (ac_try="$ac_link"
23786 case "(($ac_try" in
23787   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23788   *) ac_try_echo=$ac_try;;
23789 esac
23790 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23791 $as_echo "$ac_try_echo") >&5
23792   (eval "$ac_link") 2>conftest.er1
23793   ac_status=$?
23794   grep -v '^ *+' conftest.er1 >conftest.err
23795   rm -f conftest.er1
23796   cat conftest.err >&5
23797   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23798   (exit $ac_status); } && {
23799          test -z "$ac_c_werror_flag" ||
23800          test ! -s conftest.err
23801        } && test -s conftest$ac_exeext && {
23802          test "$cross_compiling" = yes ||
23803          $as_test_x conftest$ac_exeext
23804        }; then
23805   ac_cv_have_isinf="yes"
23806 else
23807   $as_echo "$as_me: failed program was:" >&5
23808 sed 's/^/| /' conftest.$ac_ext >&5
23809
23810         ac_cv_have_isinf="no"
23811 fi
23812
23813 rm -rf conftest.dSYM
23814 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23815       conftest$ac_exeext conftest.$ac_ext
23816 fi
23817 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23818 $as_echo "$ac_cv_have_isinf" >&6; }
23819 if test "$ac_cv_have_isinf" = "yes"
23820 then
23821
23822 cat >>confdefs.h <<\_ACEOF
23823 #define HAVE_ISINF 1
23824 _ACEOF
23825
23826 fi
23827
23828 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23829 $as_echo_n "checking for isnan... " >&6; }
23830 if test "${ac_cv_have_isnan+set}" = set; then
23831   $as_echo_n "(cached) " >&6
23832 else
23833   cat >conftest.$ac_ext <<_ACEOF
23834 /* confdefs.h.  */
23835 _ACEOF
23836 cat confdefs.h >>conftest.$ac_ext
23837 cat >>conftest.$ac_ext <<_ACEOF
23838 /* end confdefs.h.  */
23839 #include <math.h>
23840 int
23841 main ()
23842 {
23843 float f = 0.0; int i=isnan(f)
23844   ;
23845   return 0;
23846 }
23847 _ACEOF
23848 rm -f conftest.$ac_objext conftest$ac_exeext
23849 if { (ac_try="$ac_link"
23850 case "(($ac_try" in
23851   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23852   *) ac_try_echo=$ac_try;;
23853 esac
23854 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23855 $as_echo "$ac_try_echo") >&5
23856   (eval "$ac_link") 2>conftest.er1
23857   ac_status=$?
23858   grep -v '^ *+' conftest.er1 >conftest.err
23859   rm -f conftest.er1
23860   cat conftest.err >&5
23861   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23862   (exit $ac_status); } && {
23863          test -z "$ac_c_werror_flag" ||
23864          test ! -s conftest.err
23865        } && test -s conftest$ac_exeext && {
23866          test "$cross_compiling" = yes ||
23867          $as_test_x conftest$ac_exeext
23868        }; then
23869   ac_cv_have_isnan="yes"
23870 else
23871   $as_echo "$as_me: failed program was:" >&5
23872 sed 's/^/| /' conftest.$ac_ext >&5
23873
23874         ac_cv_have_isnan="no"
23875 fi
23876
23877 rm -rf conftest.dSYM
23878 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23879       conftest$ac_exeext conftest.$ac_ext
23880 fi
23881 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23882 $as_echo "$ac_cv_have_isnan" >&6; }
23883 if test "$ac_cv_have_isnan" = "yes"
23884 then
23885
23886 cat >>confdefs.h <<\_ACEOF
23887 #define HAVE_ISNAN 1
23888 _ACEOF
23889
23890 fi
23891
23892
23893 case $host_cpu in
23894   *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23895 $as_echo_n "checking whether we need to define __i386__... " >&6; }
23896 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23897   $as_echo_n "(cached) " >&6
23898 else
23899   cat >conftest.$ac_ext <<_ACEOF
23900 /* confdefs.h.  */
23901 _ACEOF
23902 cat confdefs.h >>conftest.$ac_ext
23903 cat >>conftest.$ac_ext <<_ACEOF
23904 /* end confdefs.h.  */
23905 #ifndef __i386__
23906 yes
23907 #endif
23908 _ACEOF
23909 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23910   $EGREP "yes" >/dev/null 2>&1; then
23911   ac_cv_cpp_def___i386__=yes
23912 else
23913   ac_cv_cpp_def___i386__=no
23914 fi
23915 rm -f conftest*
23916
23917 fi
23918 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23919 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
23920 if test $ac_cv_cpp_def___i386__ = yes; then
23921   CFLAGS="$CFLAGS -D__i386__"
23922   LINTFLAGS="$LINTFLAGS -D__i386__"
23923 fi
23924  ;;
23925   *x86_64*)         { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23926 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
23927 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23928   $as_echo_n "(cached) " >&6
23929 else
23930   cat >conftest.$ac_ext <<_ACEOF
23931 /* confdefs.h.  */
23932 _ACEOF
23933 cat confdefs.h >>conftest.$ac_ext
23934 cat >>conftest.$ac_ext <<_ACEOF
23935 /* end confdefs.h.  */
23936 #ifndef __x86_64__
23937 yes
23938 #endif
23939 _ACEOF
23940 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23941   $EGREP "yes" >/dev/null 2>&1; then
23942   ac_cv_cpp_def___x86_64__=yes
23943 else
23944   ac_cv_cpp_def___x86_64__=no
23945 fi
23946 rm -f conftest*
23947
23948 fi
23949 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23950 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
23951 if test $ac_cv_cpp_def___x86_64__ = yes; then
23952   CFLAGS="$CFLAGS -D__x86_64__"
23953   LINTFLAGS="$LINTFLAGS -D__x86_64__"
23954 fi
23955  ;;
23956   *alpha*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23957 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
23958 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23959   $as_echo_n "(cached) " >&6
23960 else
23961   cat >conftest.$ac_ext <<_ACEOF
23962 /* confdefs.h.  */
23963 _ACEOF
23964 cat confdefs.h >>conftest.$ac_ext
23965 cat >>conftest.$ac_ext <<_ACEOF
23966 /* end confdefs.h.  */
23967 #ifndef __ALPHA__
23968 yes
23969 #endif
23970 _ACEOF
23971 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23972   $EGREP "yes" >/dev/null 2>&1; then
23973   ac_cv_cpp_def___ALPHA__=yes
23974 else
23975   ac_cv_cpp_def___ALPHA__=no
23976 fi
23977 rm -f conftest*
23978
23979 fi
23980 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23981 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
23982 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23983   CFLAGS="$CFLAGS -D__ALPHA__"
23984   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23985 fi
23986  ;;
23987   *sparc*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23988 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
23989 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23990   $as_echo_n "(cached) " >&6
23991 else
23992   cat >conftest.$ac_ext <<_ACEOF
23993 /* confdefs.h.  */
23994 _ACEOF
23995 cat confdefs.h >>conftest.$ac_ext
23996 cat >>conftest.$ac_ext <<_ACEOF
23997 /* end confdefs.h.  */
23998 #ifndef __sparc__
23999 yes
24000 #endif
24001 _ACEOF
24002 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24003   $EGREP "yes" >/dev/null 2>&1; then
24004   ac_cv_cpp_def___sparc__=yes
24005 else
24006   ac_cv_cpp_def___sparc__=no
24007 fi
24008 rm -f conftest*
24009
24010 fi
24011 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24012 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24013 if test $ac_cv_cpp_def___sparc__ = yes; then
24014   CFLAGS="$CFLAGS -D__sparc__"
24015   LINTFLAGS="$LINTFLAGS -D__sparc__"
24016 fi
24017  ;;
24018   *powerpc*)        { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24019 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24020 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24021   $as_echo_n "(cached) " >&6
24022 else
24023   cat >conftest.$ac_ext <<_ACEOF
24024 /* confdefs.h.  */
24025 _ACEOF
24026 cat confdefs.h >>conftest.$ac_ext
24027 cat >>conftest.$ac_ext <<_ACEOF
24028 /* end confdefs.h.  */
24029 #ifndef __powerpc__
24030 yes
24031 #endif
24032 _ACEOF
24033 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24034   $EGREP "yes" >/dev/null 2>&1; then
24035   ac_cv_cpp_def___powerpc__=yes
24036 else
24037   ac_cv_cpp_def___powerpc__=no
24038 fi
24039 rm -f conftest*
24040
24041 fi
24042 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24043 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24044 if test $ac_cv_cpp_def___powerpc__ = yes; then
24045   CFLAGS="$CFLAGS -D__powerpc__"
24046   LINTFLAGS="$LINTFLAGS -D__powerpc__"
24047 fi
24048  ;;
24049 esac
24050
24051 case $host_vendor in
24052   *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24053 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24054 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24055   $as_echo_n "(cached) " >&6
24056 else
24057   cat >conftest.$ac_ext <<_ACEOF
24058 /* confdefs.h.  */
24059 _ACEOF
24060 cat confdefs.h >>conftest.$ac_ext
24061 cat >>conftest.$ac_ext <<_ACEOF
24062 /* end confdefs.h.  */
24063 #ifndef __sun__
24064 yes
24065 #endif
24066 _ACEOF
24067 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24068   $EGREP "yes" >/dev/null 2>&1; then
24069   ac_cv_cpp_def___sun__=yes
24070 else
24071   ac_cv_cpp_def___sun__=no
24072 fi
24073 rm -f conftest*
24074
24075 fi
24076 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24077 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24078 if test $ac_cv_cpp_def___sun__ = yes; then
24079   CFLAGS="$CFLAGS -D__sun__"
24080   LINTFLAGS="$LINTFLAGS -D__sun__"
24081 fi
24082  ;;
24083 esac
24084
24085
24086 DEPENDENCIES="### Dependencies:
24087
24088 .INIT: Makefile
24089 .BEGIN: Makefile
24090 Makefile: dummy
24091         -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24092
24093 \$(OBJS): \$(IDL_GEN_HEADERS)
24094 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24095 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24096 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24097 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24098
24099
24100 ALL_MAKERULES=""
24101
24102 ALL_MAKEFILES=""
24103
24104 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24105
24106
24107 ALL_TOP_DIRS=""
24108
24109 ALL_DLL_DIRS=""
24110
24111 ALL_IMPLIB_DIRS=""
24112
24113 ALL_TEST_DIRS=""
24114
24115 ALL_PROGRAM_DIRS=""
24116
24117 ALL_PROGRAM_INSTALL_DIRS=""
24118
24119 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24120
24121
24122
24123
24124
24125 ac_config_commands="$ac_config_commands include/stamp-h"
24126
24127
24128 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24129
24130 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24131
24132 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24133
24134 ac_config_commands="$ac_config_commands dlls/user32/resources"
24135
24136 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24137
24138 ac_config_commands="$ac_config_commands include/wine"
24139
24140
24141 ALL_MAKERULES="$ALL_MAKERULES \\
24142         Make.rules"
24143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24144 Make.rules: Make.rules.in"
24145 MAKE_RULES=Make.rules
24146 ac_config_files="$ac_config_files Make.rules"
24147
24148 ALL_MAKERULES="$ALL_MAKERULES \\
24149         dlls/Makedll.rules"
24150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24151 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24152 MAKE_DLL_RULES=dlls/Makedll.rules
24153 ac_config_files="$ac_config_files dlls/Makedll.rules"
24154
24155 ALL_MAKERULES="$ALL_MAKERULES \\
24156         dlls/Makeimplib.rules"
24157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24158 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24159 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24160 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24161
24162 ALL_MAKERULES="$ALL_MAKERULES \\
24163         dlls/Maketest.rules"
24164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24165 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24166 MAKE_TEST_RULES=dlls/Maketest.rules
24167 ac_config_files="$ac_config_files dlls/Maketest.rules"
24168
24169 ALL_MAKERULES="$ALL_MAKERULES \\
24170         programs/Makeprog.rules"
24171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24172 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24173 MAKE_PROG_RULES=programs/Makeprog.rules
24174 ac_config_files="$ac_config_files programs/Makeprog.rules"
24175
24176
24177
24178
24179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24180 Makefile: Makefile.in Make.rules"
24181 ac_config_files="$ac_config_files Makefile"
24182
24183 ALL_MAKEFILES="$ALL_MAKEFILES \\
24184         dlls/Makefile"
24185 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24186         dlls"
24187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24188 dlls/Makefile: dlls/Makefile.in Make.rules"
24189 ac_config_files="$ac_config_files dlls/Makefile"
24190
24191 ALL_MAKEFILES="$ALL_MAKEFILES \\
24192         dlls/acledit/Makefile"
24193 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24194         acledit"
24195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24196 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24197 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24198
24199 ALL_MAKEFILES="$ALL_MAKEFILES \\
24200         dlls/aclui/Makefile"
24201 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24202         aclui"
24203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24204 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24205 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24206
24207 ALL_MAKEFILES="$ALL_MAKEFILES \\
24208         dlls/activeds/Makefile"
24209 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24210         activeds"
24211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24212 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24213 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24214
24215 ALL_MAKEFILES="$ALL_MAKEFILES \\
24216         dlls/actxprxy/Makefile"
24217 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24218         actxprxy"
24219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24220 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24221 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24222
24223 ALL_MAKEFILES="$ALL_MAKEFILES \\
24224         dlls/adsiid/Makefile"
24225 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24226         adsiid"
24227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24228 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24229 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24230
24231 ALL_MAKEFILES="$ALL_MAKEFILES \\
24232         dlls/advapi32/Makefile"
24233 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24234         advapi32"
24235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24236 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24237 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24238
24239 ALL_MAKEFILES="$ALL_MAKEFILES \\
24240         dlls/advapi32/tests/Makefile"
24241 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24242         advapi32/tests"
24243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24244 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24245 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24246
24247 ALL_MAKEFILES="$ALL_MAKEFILES \\
24248         dlls/advpack/Makefile"
24249 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24250         advpack"
24251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24252 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24253 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24254
24255 ALL_MAKEFILES="$ALL_MAKEFILES \\
24256         dlls/advpack/tests/Makefile"
24257 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24258         advpack/tests"
24259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24260 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24261 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24262
24263 ALL_MAKEFILES="$ALL_MAKEFILES \\
24264         dlls/amstream/Makefile"
24265 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24266         amstream"
24267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24268 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24269 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24270
24271 ALL_MAKEFILES="$ALL_MAKEFILES \\
24272         dlls/appwiz.cpl/Makefile"
24273 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24274         appwiz.cpl"
24275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24276 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24277 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24278
24279 ALL_MAKEFILES="$ALL_MAKEFILES \\
24280         dlls/atl/Makefile"
24281 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24282         atl"
24283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24284 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24285 ac_config_files="$ac_config_files dlls/atl/Makefile"
24286
24287 ALL_MAKEFILES="$ALL_MAKEFILES \\
24288         dlls/authz/Makefile"
24289 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24290         authz"
24291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24292 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24293 ac_config_files="$ac_config_files dlls/authz/Makefile"
24294
24295 ALL_MAKEFILES="$ALL_MAKEFILES \\
24296         dlls/avicap32/Makefile"
24297 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24298         avicap32"
24299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24300 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24301 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24302
24303 ALL_MAKEFILES="$ALL_MAKEFILES \\
24304         dlls/avifil32/Makefile"
24305 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24306         avifil32"
24307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24308 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24309 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24310
24311 ALL_MAKEFILES="$ALL_MAKEFILES \\
24312         dlls/browseui/Makefile"
24313 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24314         browseui"
24315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24316 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24317 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24318
24319 ALL_MAKEFILES="$ALL_MAKEFILES \\
24320         dlls/browseui/tests/Makefile"
24321 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24322         browseui/tests"
24323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24324 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24325 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24326
24327 ALL_MAKEFILES="$ALL_MAKEFILES \\
24328         dlls/cabinet/Makefile"
24329 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24330         cabinet"
24331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24332 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24333 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24334
24335 ALL_MAKEFILES="$ALL_MAKEFILES \\
24336         dlls/cabinet/tests/Makefile"
24337 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24338         cabinet/tests"
24339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24340 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24341 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24342
24343 ALL_MAKEFILES="$ALL_MAKEFILES \\
24344         dlls/capi2032/Makefile"
24345 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24346         capi2032"
24347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24348 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24349 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24350
24351 ALL_MAKEFILES="$ALL_MAKEFILES \\
24352         dlls/cards/Makefile"
24353 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24354         cards"
24355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24356 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24357 ac_config_files="$ac_config_files dlls/cards/Makefile"
24358
24359 ALL_MAKEFILES="$ALL_MAKEFILES \\
24360         dlls/cfgmgr32/Makefile"
24361 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24362         cfgmgr32"
24363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24364 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24365 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24366
24367 ALL_MAKEFILES="$ALL_MAKEFILES \\
24368         dlls/clusapi/Makefile"
24369 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24370         clusapi"
24371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24372 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24373 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24374
24375 ALL_MAKEFILES="$ALL_MAKEFILES \\
24376         dlls/comcat/Makefile"
24377 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24378         comcat"
24379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24380 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24381 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24382
24383 ALL_MAKEFILES="$ALL_MAKEFILES \\
24384         dlls/comcat/tests/Makefile"
24385 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24386         comcat/tests"
24387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24388 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24389 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24390
24391 ALL_MAKEFILES="$ALL_MAKEFILES \\
24392         dlls/comctl32/Makefile"
24393 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24394         comctl32"
24395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24396 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24397 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24398
24399 ALL_MAKEFILES="$ALL_MAKEFILES \\
24400         dlls/comctl32/tests/Makefile"
24401 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24402         comctl32/tests"
24403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24404 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24405 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24406
24407 ALL_MAKEFILES="$ALL_MAKEFILES \\
24408         dlls/comdlg32/Makefile"
24409 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24410         comdlg32"
24411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24412 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24413 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24414
24415 ALL_MAKEFILES="$ALL_MAKEFILES \\
24416         dlls/comdlg32/tests/Makefile"
24417 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24418         comdlg32/tests"
24419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24420 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24421 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24422
24423 ALL_MAKEFILES="$ALL_MAKEFILES \\
24424         dlls/compstui/Makefile"
24425 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24426         compstui"
24427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24428 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24429 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24430
24431 ALL_MAKEFILES="$ALL_MAKEFILES \\
24432         dlls/credui/Makefile"
24433 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24434         credui"
24435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24436 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24437 ac_config_files="$ac_config_files dlls/credui/Makefile"
24438
24439 ALL_MAKEFILES="$ALL_MAKEFILES \\
24440         dlls/credui/tests/Makefile"
24441 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24442         credui/tests"
24443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24444 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24445 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24446
24447 ALL_MAKEFILES="$ALL_MAKEFILES \\
24448         dlls/crtdll/Makefile"
24449 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24450         crtdll"
24451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24452 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24453 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24454
24455 ALL_MAKEFILES="$ALL_MAKEFILES \\
24456         dlls/crypt32/Makefile"
24457 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24458         crypt32"
24459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24460 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24461 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24462
24463 ALL_MAKEFILES="$ALL_MAKEFILES \\
24464         dlls/crypt32/tests/Makefile"
24465 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24466         crypt32/tests"
24467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24468 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24469 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24470
24471 ALL_MAKEFILES="$ALL_MAKEFILES \\
24472         dlls/cryptdlg/Makefile"
24473 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24474         cryptdlg"
24475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24476 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24477 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24478
24479 ALL_MAKEFILES="$ALL_MAKEFILES \\
24480         dlls/cryptdll/Makefile"
24481 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24482         cryptdll"
24483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24484 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24485 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24486
24487 ALL_MAKEFILES="$ALL_MAKEFILES \\
24488         dlls/cryptnet/Makefile"
24489 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24490         cryptnet"
24491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24492 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24493 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24494
24495 ALL_MAKEFILES="$ALL_MAKEFILES \\
24496         dlls/cryptnet/tests/Makefile"
24497 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24498         cryptnet/tests"
24499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24500 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24501 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24502
24503 ALL_MAKEFILES="$ALL_MAKEFILES \\
24504         dlls/cryptui/Makefile"
24505 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24506         cryptui"
24507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24508 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24509 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24510
24511 ALL_MAKEFILES="$ALL_MAKEFILES \\
24512         dlls/cryptui/tests/Makefile"
24513 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24514         cryptui/tests"
24515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24516 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24517 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24518
24519 ALL_MAKEFILES="$ALL_MAKEFILES \\
24520         dlls/ctapi32/Makefile"
24521 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24522         ctapi32"
24523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24524 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24525 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24526
24527 ALL_MAKEFILES="$ALL_MAKEFILES \\
24528         dlls/ctl3d32/Makefile"
24529 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24530         ctl3d32"
24531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24532 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24533 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24534
24535 ALL_MAKEFILES="$ALL_MAKEFILES \\
24536         dlls/d3d10/Makefile"
24537 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24538         d3d10"
24539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24540 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24541 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24542
24543 ALL_MAKEFILES="$ALL_MAKEFILES \\
24544         dlls/d3d10/tests/Makefile"
24545 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24546         d3d10/tests"
24547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24548 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24549 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24550
24551 ALL_MAKEFILES="$ALL_MAKEFILES \\
24552         dlls/d3d10core/Makefile"
24553 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24554         d3d10core"
24555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24556 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24557 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24558
24559 ALL_MAKEFILES="$ALL_MAKEFILES \\
24560         dlls/d3d10core/tests/Makefile"
24561 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24562         d3d10core/tests"
24563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24564 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24565 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24566
24567 ALL_MAKEFILES="$ALL_MAKEFILES \\
24568         dlls/d3d8/Makefile"
24569 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24570         d3d8"
24571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24572 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24573 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24574
24575 ALL_MAKEFILES="$ALL_MAKEFILES \\
24576         dlls/d3d8/tests/Makefile"
24577 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24578         d3d8/tests"
24579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24580 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24581 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24582
24583 ALL_MAKEFILES="$ALL_MAKEFILES \\
24584         dlls/d3d9/Makefile"
24585 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24586         d3d9"
24587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24588 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24589 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24590
24591 ALL_MAKEFILES="$ALL_MAKEFILES \\
24592         dlls/d3d9/tests/Makefile"
24593 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24594         d3d9/tests"
24595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24596 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24597 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24598
24599 ALL_MAKEFILES="$ALL_MAKEFILES \\
24600         dlls/d3dim/Makefile"
24601 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24602         d3dim"
24603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24604 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24605 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24606
24607 ALL_MAKEFILES="$ALL_MAKEFILES \\
24608         dlls/d3drm/Makefile"
24609 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24610         d3drm"
24611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24612 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24613 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24614
24615 ALL_MAKEFILES="$ALL_MAKEFILES \\
24616         dlls/d3drm/tests/Makefile"
24617 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24618         d3drm/tests"
24619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24620 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24621 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24622
24623 ALL_MAKEFILES="$ALL_MAKEFILES \\
24624         dlls/d3dx8/Makefile"
24625 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24626         d3dx8"
24627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24628 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24629 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24630
24631 ALL_MAKEFILES="$ALL_MAKEFILES \\
24632         dlls/d3dx8/tests/Makefile"
24633 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24634         d3dx8/tests"
24635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24636 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24637 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24638
24639 ALL_MAKEFILES="$ALL_MAKEFILES \\
24640         dlls/d3dx9_24/Makefile"
24641 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24642         d3dx9_24"
24643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24644 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24645 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24646
24647 ALL_MAKEFILES="$ALL_MAKEFILES \\
24648         dlls/d3dx9_25/Makefile"
24649 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24650         d3dx9_25"
24651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24652 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24653 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24654
24655 ALL_MAKEFILES="$ALL_MAKEFILES \\
24656         dlls/d3dx9_26/Makefile"
24657 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24658         d3dx9_26"
24659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24660 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24661 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24662
24663 ALL_MAKEFILES="$ALL_MAKEFILES \\
24664         dlls/d3dx9_27/Makefile"
24665 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24666         d3dx9_27"
24667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24668 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24669 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24670
24671 ALL_MAKEFILES="$ALL_MAKEFILES \\
24672         dlls/d3dx9_28/Makefile"
24673 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24674         d3dx9_28"
24675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24676 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24677 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24678
24679 ALL_MAKEFILES="$ALL_MAKEFILES \\
24680         dlls/d3dx9_29/Makefile"
24681 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24682         d3dx9_29"
24683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24684 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24685 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24686
24687 ALL_MAKEFILES="$ALL_MAKEFILES \\
24688         dlls/d3dx9_30/Makefile"
24689 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24690         d3dx9_30"
24691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24692 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24693 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24694
24695 ALL_MAKEFILES="$ALL_MAKEFILES \\
24696         dlls/d3dx9_31/Makefile"
24697 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24698         d3dx9_31"
24699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24700 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24701 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24702
24703 ALL_MAKEFILES="$ALL_MAKEFILES \\
24704         dlls/d3dx9_32/Makefile"
24705 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24706         d3dx9_32"
24707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24708 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24709 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24710
24711 ALL_MAKEFILES="$ALL_MAKEFILES \\
24712         dlls/d3dx9_33/Makefile"
24713 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24714         d3dx9_33"
24715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24716 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24717 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24718
24719 ALL_MAKEFILES="$ALL_MAKEFILES \\
24720         dlls/d3dx9_34/Makefile"
24721 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24722         d3dx9_34"
24723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24724 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24725 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24726
24727 ALL_MAKEFILES="$ALL_MAKEFILES \\
24728         dlls/d3dx9_35/Makefile"
24729 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24730         d3dx9_35"
24731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24732 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24733 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24734
24735 ALL_MAKEFILES="$ALL_MAKEFILES \\
24736         dlls/d3dx9_36/Makefile"
24737 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24738         d3dx9_36"
24739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24740 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24741 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24742
24743 ALL_MAKEFILES="$ALL_MAKEFILES \\
24744         dlls/d3dx9_36/tests/Makefile"
24745 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24746         d3dx9_36/tests"
24747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24748 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24749 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24750
24751 ALL_MAKEFILES="$ALL_MAKEFILES \\
24752         dlls/d3dx9_37/Makefile"
24753 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24754         d3dx9_37"
24755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24756 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24757 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24758
24759 ALL_MAKEFILES="$ALL_MAKEFILES \\
24760         dlls/d3dx9_38/Makefile"
24761 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24762         d3dx9_38"
24763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24764 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
24765 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
24766
24767 ALL_MAKEFILES="$ALL_MAKEFILES \\
24768         dlls/d3dx9_39/Makefile"
24769 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24770         d3dx9_39"
24771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24772 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
24773 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
24774
24775 ALL_MAKEFILES="$ALL_MAKEFILES \\
24776         dlls/d3dx9_40/Makefile"
24777 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24778         d3dx9_40"
24779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24780 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
24781 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
24782
24783 ALL_MAKEFILES="$ALL_MAKEFILES \\
24784         dlls/d3dxof/Makefile"
24785 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24786         d3dxof"
24787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24788 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24789 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24790
24791 ALL_MAKEFILES="$ALL_MAKEFILES \\
24792         dlls/d3dxof/tests/Makefile"
24793 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24794         d3dxof/tests"
24795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24796 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24797 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24798
24799 ALL_MAKEFILES="$ALL_MAKEFILES \\
24800         dlls/dbghelp/Makefile"
24801 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24802         dbghelp"
24803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24804 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24805 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24806
24807 ALL_MAKEFILES="$ALL_MAKEFILES \\
24808         dlls/dciman32/Makefile"
24809 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24810         dciman32"
24811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24812 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24813 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24814
24815 ALL_MAKEFILES="$ALL_MAKEFILES \\
24816         dlls/ddraw/Makefile"
24817 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24818         ddraw"
24819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24820 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24821 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24822
24823 ALL_MAKEFILES="$ALL_MAKEFILES \\
24824         dlls/ddraw/tests/Makefile"
24825 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24826         ddraw/tests"
24827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24828 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24829 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24830
24831 ALL_MAKEFILES="$ALL_MAKEFILES \\
24832         dlls/ddrawex/Makefile"
24833 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24834         ddrawex"
24835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24836 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24837 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24838
24839 ALL_MAKEFILES="$ALL_MAKEFILES \\
24840         dlls/ddrawex/tests/Makefile"
24841 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24842         ddrawex/tests"
24843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24844 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24845 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24846
24847 ALL_MAKEFILES="$ALL_MAKEFILES \\
24848         dlls/devenum/Makefile"
24849 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24850         devenum"
24851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24852 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24853 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24854
24855 ALL_MAKEFILES="$ALL_MAKEFILES \\
24856         dlls/dinput/Makefile"
24857 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24858         dinput"
24859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24860 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24861 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24862
24863 ALL_MAKEFILES="$ALL_MAKEFILES \\
24864         dlls/dinput/tests/Makefile"
24865 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24866         dinput/tests"
24867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24868 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24869 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24870
24871 ALL_MAKEFILES="$ALL_MAKEFILES \\
24872         dlls/dinput8/Makefile"
24873 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24874         dinput8"
24875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24876 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24877 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24878
24879 ALL_MAKEFILES="$ALL_MAKEFILES \\
24880         dlls/dmband/Makefile"
24881 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24882         dmband"
24883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24884 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
24885 ac_config_files="$ac_config_files dlls/dmband/Makefile"
24886
24887 ALL_MAKEFILES="$ALL_MAKEFILES \\
24888         dlls/dmcompos/Makefile"
24889 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24890         dmcompos"
24891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24892 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
24893 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
24894
24895 ALL_MAKEFILES="$ALL_MAKEFILES \\
24896         dlls/dmime/Makefile"
24897 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24898         dmime"
24899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24900 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
24901 ac_config_files="$ac_config_files dlls/dmime/Makefile"
24902
24903 ALL_MAKEFILES="$ALL_MAKEFILES \\
24904         dlls/dmloader/Makefile"
24905 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24906         dmloader"
24907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24908 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
24909 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
24910
24911 ALL_MAKEFILES="$ALL_MAKEFILES \\
24912         dlls/dmscript/Makefile"
24913 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24914         dmscript"
24915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24916 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
24917 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
24918
24919 ALL_MAKEFILES="$ALL_MAKEFILES \\
24920         dlls/dmstyle/Makefile"
24921 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24922         dmstyle"
24923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24924 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
24925 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
24926
24927 ALL_MAKEFILES="$ALL_MAKEFILES \\
24928         dlls/dmsynth/Makefile"
24929 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24930         dmsynth"
24931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24932 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
24933 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
24934
24935 ALL_MAKEFILES="$ALL_MAKEFILES \\
24936         dlls/dmusic/Makefile"
24937 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24938         dmusic"
24939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24940 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
24941 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
24942
24943 ALL_MAKEFILES="$ALL_MAKEFILES \\
24944         dlls/dmusic32/Makefile"
24945 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24946         dmusic32"
24947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24948 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
24949 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
24950
24951 ALL_MAKEFILES="$ALL_MAKEFILES \\
24952         dlls/dnsapi/Makefile"
24953 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24954         dnsapi"
24955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24956 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
24957 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
24958
24959 ALL_MAKEFILES="$ALL_MAKEFILES \\
24960         dlls/dnsapi/tests/Makefile"
24961 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24962         dnsapi/tests"
24963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24964 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
24965 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
24966
24967 ALL_MAKEFILES="$ALL_MAKEFILES \\
24968         dlls/dplay/Makefile"
24969 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24970         dplay"
24971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24972 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
24973 ac_config_files="$ac_config_files dlls/dplay/Makefile"
24974
24975 ALL_MAKEFILES="$ALL_MAKEFILES \\
24976         dlls/dplayx/Makefile"
24977 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24978         dplayx"
24979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24980 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
24981 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
24982
24983 ALL_MAKEFILES="$ALL_MAKEFILES \\
24984         dlls/dplayx/tests/Makefile"
24985 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24986         dplayx/tests"
24987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24988 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
24989 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
24990
24991 ALL_MAKEFILES="$ALL_MAKEFILES \\
24992         dlls/dpnaddr/Makefile"
24993 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24994         dpnaddr"
24995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24996 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
24997 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
24998
24999 ALL_MAKEFILES="$ALL_MAKEFILES \\
25000         dlls/dpnet/Makefile"
25001 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25002         dpnet"
25003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25004 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25005 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25006
25007 ALL_MAKEFILES="$ALL_MAKEFILES \\
25008         dlls/dpnhpast/Makefile"
25009 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25010         dpnhpast"
25011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25012 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25013 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25014
25015 ALL_MAKEFILES="$ALL_MAKEFILES \\
25016         dlls/dpnlobby/Makefile"
25017 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25018         dpnlobby"
25019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25020 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25021 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25022
25023 ALL_MAKEFILES="$ALL_MAKEFILES \\
25024         dlls/dpwsockx/Makefile"
25025 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25026         dpwsockx"
25027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25028 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25029 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25030
25031 ALL_MAKEFILES="$ALL_MAKEFILES \\
25032         dlls/dsound/Makefile"
25033 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25034         dsound"
25035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25036 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25037 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25038
25039 ALL_MAKEFILES="$ALL_MAKEFILES \\
25040         dlls/dsound/tests/Makefile"
25041 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25042         dsound/tests"
25043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25044 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25045 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25046
25047 ALL_MAKEFILES="$ALL_MAKEFILES \\
25048         dlls/dssenh/Makefile"
25049 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25050         dssenh"
25051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25052 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25053 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25054
25055 ALL_MAKEFILES="$ALL_MAKEFILES \\
25056         dlls/dswave/Makefile"
25057 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25058         dswave"
25059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25060 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25061 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25062
25063 ALL_MAKEFILES="$ALL_MAKEFILES \\
25064         dlls/dwmapi/Makefile"
25065 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25066         dwmapi"
25067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25068 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25069 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25070
25071 ALL_MAKEFILES="$ALL_MAKEFILES \\
25072         dlls/dxdiagn/Makefile"
25073 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25074         dxdiagn"
25075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25076 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25077 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25078
25079 ALL_MAKEFILES="$ALL_MAKEFILES \\
25080         dlls/dxerr8/Makefile"
25081 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25082         dxerr8"
25083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25084 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25085 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25086
25087 ALL_MAKEFILES="$ALL_MAKEFILES \\
25088         dlls/dxerr9/Makefile"
25089 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25090         dxerr9"
25091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25092 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25093 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25094
25095 ALL_MAKEFILES="$ALL_MAKEFILES \\
25096         dlls/dxgi/Makefile"
25097 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25098         dxgi"
25099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25100 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25101 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25102
25103 ALL_MAKEFILES="$ALL_MAKEFILES \\
25104         dlls/dxgi/tests/Makefile"
25105 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25106         dxgi/tests"
25107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25108 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25109 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25110
25111 ALL_MAKEFILES="$ALL_MAKEFILES \\
25112         dlls/dxguid/Makefile"
25113 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25114         dxguid"
25115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25116 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25117 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25118
25119 ALL_MAKEFILES="$ALL_MAKEFILES \\
25120         dlls/faultrep/Makefile"
25121 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25122         faultrep"
25123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25124 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25125 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25126
25127 ALL_MAKEFILES="$ALL_MAKEFILES \\
25128         dlls/fusion/Makefile"
25129 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25130         fusion"
25131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25132 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25133 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25134
25135 ALL_MAKEFILES="$ALL_MAKEFILES \\
25136         dlls/fusion/tests/Makefile"
25137 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25138         fusion/tests"
25139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25140 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25141 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25142
25143 ALL_MAKEFILES="$ALL_MAKEFILES \\
25144         dlls/gdi32/Makefile"
25145 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25146         gdi32"
25147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25148 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25149 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25150
25151 ALL_MAKEFILES="$ALL_MAKEFILES \\
25152         dlls/gdi32/tests/Makefile"
25153 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25154         gdi32/tests"
25155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25156 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25157 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25158
25159 ALL_MAKEFILES="$ALL_MAKEFILES \\
25160         dlls/gdiplus/Makefile"
25161 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25162         gdiplus"
25163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25164 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25165 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25166
25167 ALL_MAKEFILES="$ALL_MAKEFILES \\
25168         dlls/gdiplus/tests/Makefile"
25169 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25170         gdiplus/tests"
25171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25172 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25173 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25174
25175 ALL_MAKEFILES="$ALL_MAKEFILES \\
25176         dlls/glu32/Makefile"
25177 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25178         glu32"
25179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25180 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25181 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25182
25183 ALL_MAKEFILES="$ALL_MAKEFILES \\
25184         dlls/gphoto2.ds/Makefile"
25185 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25186         gphoto2.ds"
25187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25188 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25189 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25190
25191 ALL_MAKEFILES="$ALL_MAKEFILES \\
25192         dlls/gpkcsp/Makefile"
25193 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25194         gpkcsp"
25195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25196 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25197 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25198
25199 ALL_MAKEFILES="$ALL_MAKEFILES \\
25200         dlls/hal/Makefile"
25201 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25202         hal"
25203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25204 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25205 ac_config_files="$ac_config_files dlls/hal/Makefile"
25206
25207 ALL_MAKEFILES="$ALL_MAKEFILES \\
25208         dlls/hhctrl.ocx/Makefile"
25209 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25210         hhctrl.ocx"
25211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25212 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25213 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25214
25215 ALL_MAKEFILES="$ALL_MAKEFILES \\
25216         dlls/hid/Makefile"
25217 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25218         hid"
25219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25220 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25221 ac_config_files="$ac_config_files dlls/hid/Makefile"
25222
25223 ALL_MAKEFILES="$ALL_MAKEFILES \\
25224         dlls/hlink/Makefile"
25225 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25226         hlink"
25227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25228 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25229 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25230
25231 ALL_MAKEFILES="$ALL_MAKEFILES \\
25232         dlls/hlink/tests/Makefile"
25233 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25234         hlink/tests"
25235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25236 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25237 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25238
25239 ALL_MAKEFILES="$ALL_MAKEFILES \\
25240         dlls/hnetcfg/Makefile"
25241 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25242         hnetcfg"
25243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25244 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25245 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25246
25247 ALL_MAKEFILES="$ALL_MAKEFILES \\
25248         dlls/httpapi/Makefile"
25249 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25250         httpapi"
25251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25252 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25253 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25254
25255 ALL_MAKEFILES="$ALL_MAKEFILES \\
25256         dlls/iccvid/Makefile"
25257 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25258         iccvid"
25259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25260 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25261 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25262
25263 ALL_MAKEFILES="$ALL_MAKEFILES \\
25264         dlls/icmp/Makefile"
25265 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25266         icmp"
25267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25268 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25269 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25270
25271 ALL_MAKEFILES="$ALL_MAKEFILES \\
25272         dlls/ifsmgr.vxd/Makefile"
25273 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25274         ifsmgr.vxd"
25275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25276 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25277 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25278
25279 ALL_MAKEFILES="$ALL_MAKEFILES \\
25280         dlls/imaadp32.acm/Makefile"
25281 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25282         imaadp32.acm"
25283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25284 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25285 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25286
25287 ALL_MAKEFILES="$ALL_MAKEFILES \\
25288         dlls/imagehlp/Makefile"
25289 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25290         imagehlp"
25291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25292 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25293 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25294
25295 ALL_MAKEFILES="$ALL_MAKEFILES \\
25296         dlls/imm32/Makefile"
25297 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25298         imm32"
25299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25300 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25301 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25302
25303 ALL_MAKEFILES="$ALL_MAKEFILES \\
25304         dlls/imm32/tests/Makefile"
25305 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25306         imm32/tests"
25307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25308 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25309 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25310
25311 ALL_MAKEFILES="$ALL_MAKEFILES \\
25312         dlls/inetcomm/Makefile"
25313 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25314         inetcomm"
25315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25316 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25317 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25318
25319 ALL_MAKEFILES="$ALL_MAKEFILES \\
25320         dlls/inetcomm/tests/Makefile"
25321 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25322         inetcomm/tests"
25323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25324 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25325 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25326
25327 ALL_MAKEFILES="$ALL_MAKEFILES \\
25328         dlls/inetmib1/Makefile"
25329 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25330         inetmib1"
25331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25332 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25333 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25334
25335 ALL_MAKEFILES="$ALL_MAKEFILES \\
25336         dlls/inetmib1/tests/Makefile"
25337 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25338         inetmib1/tests"
25339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25340 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25341 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25342
25343 ALL_MAKEFILES="$ALL_MAKEFILES \\
25344         dlls/infosoft/Makefile"
25345 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25346         infosoft"
25347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25348 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25349 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25350
25351 ALL_MAKEFILES="$ALL_MAKEFILES \\
25352         dlls/infosoft/tests/Makefile"
25353 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25354         infosoft/tests"
25355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25356 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25357 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25358
25359 ALL_MAKEFILES="$ALL_MAKEFILES \\
25360         dlls/initpki/Makefile"
25361 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25362         initpki"
25363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25364 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25365 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25366
25367 ALL_MAKEFILES="$ALL_MAKEFILES \\
25368         dlls/inkobj/Makefile"
25369 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25370         inkobj"
25371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25372 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25373 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25374
25375 ALL_MAKEFILES="$ALL_MAKEFILES \\
25376         dlls/inseng/Makefile"
25377 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25378         inseng"
25379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25380 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25381 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25382
25383 ALL_MAKEFILES="$ALL_MAKEFILES \\
25384         dlls/iphlpapi/Makefile"
25385 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25386         iphlpapi"
25387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25388 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25389 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25390
25391 ALL_MAKEFILES="$ALL_MAKEFILES \\
25392         dlls/iphlpapi/tests/Makefile"
25393 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25394         iphlpapi/tests"
25395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25396 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25397 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25398
25399 ALL_MAKEFILES="$ALL_MAKEFILES \\
25400         dlls/itircl/Makefile"
25401 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25402         itircl"
25403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25404 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25405 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25406
25407 ALL_MAKEFILES="$ALL_MAKEFILES \\
25408         dlls/itss/Makefile"
25409 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25410         itss"
25411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25412 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25413 ac_config_files="$ac_config_files dlls/itss/Makefile"
25414
25415 ALL_MAKEFILES="$ALL_MAKEFILES \\
25416         dlls/itss/tests/Makefile"
25417 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25418         itss/tests"
25419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25420 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25421 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25422
25423 ALL_MAKEFILES="$ALL_MAKEFILES \\
25424         dlls/jscript/Makefile"
25425 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25426         jscript"
25427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25428 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25429 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25430
25431 ALL_MAKEFILES="$ALL_MAKEFILES \\
25432         dlls/jscript/tests/Makefile"
25433 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25434         jscript/tests"
25435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25436 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25437 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25438
25439 ALL_MAKEFILES="$ALL_MAKEFILES \\
25440         dlls/kernel32/Makefile"
25441 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25442         kernel32"
25443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25444 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25445 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25446
25447 ALL_MAKEFILES="$ALL_MAKEFILES \\
25448         dlls/kernel32/tests/Makefile"
25449 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25450         kernel32/tests"
25451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25452 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25453 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25454
25455 ALL_MAKEFILES="$ALL_MAKEFILES \\
25456         dlls/loadperf/Makefile"
25457 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25458         loadperf"
25459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25460 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25461 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25462
25463 ALL_MAKEFILES="$ALL_MAKEFILES \\
25464         dlls/localspl/Makefile"
25465 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25466         localspl"
25467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25468 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25469 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25470
25471 ALL_MAKEFILES="$ALL_MAKEFILES \\
25472         dlls/localspl/tests/Makefile"
25473 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25474         localspl/tests"
25475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25476 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25477 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25478
25479 ALL_MAKEFILES="$ALL_MAKEFILES \\
25480         dlls/localui/Makefile"
25481 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25482         localui"
25483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25484 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25485 ac_config_files="$ac_config_files dlls/localui/Makefile"
25486
25487 ALL_MAKEFILES="$ALL_MAKEFILES \\
25488         dlls/localui/tests/Makefile"
25489 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25490         localui/tests"
25491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25492 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25493 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25494
25495 ALL_MAKEFILES="$ALL_MAKEFILES \\
25496         dlls/lz32/Makefile"
25497 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25498         lz32"
25499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25500 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25501 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25502
25503 ALL_MAKEFILES="$ALL_MAKEFILES \\
25504         dlls/lz32/tests/Makefile"
25505 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25506         lz32/tests"
25507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25508 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25509 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25510
25511 ALL_MAKEFILES="$ALL_MAKEFILES \\
25512         dlls/mapi32/Makefile"
25513 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25514         mapi32"
25515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25516 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25517 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25518
25519 ALL_MAKEFILES="$ALL_MAKEFILES \\
25520         dlls/mapi32/tests/Makefile"
25521 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25522         mapi32/tests"
25523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25524 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25525 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25526
25527 ALL_MAKEFILES="$ALL_MAKEFILES \\
25528         dlls/mciavi32/Makefile"
25529 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25530         mciavi32"
25531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25532 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25533 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25534
25535 ALL_MAKEFILES="$ALL_MAKEFILES \\
25536         dlls/mcicda/Makefile"
25537 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25538         mcicda"
25539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25540 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25541 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25542
25543 ALL_MAKEFILES="$ALL_MAKEFILES \\
25544         dlls/mciseq/Makefile"
25545 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25546         mciseq"
25547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25548 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25549 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25550
25551 ALL_MAKEFILES="$ALL_MAKEFILES \\
25552         dlls/mciwave/Makefile"
25553 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25554         mciwave"
25555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25556 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25557 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25558
25559 ALL_MAKEFILES="$ALL_MAKEFILES \\
25560         dlls/midimap/Makefile"
25561 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25562         midimap"
25563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25564 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25565 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25566
25567 ALL_MAKEFILES="$ALL_MAKEFILES \\
25568         dlls/mlang/Makefile"
25569 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25570         mlang"
25571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25572 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25573 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25574
25575 ALL_MAKEFILES="$ALL_MAKEFILES \\
25576         dlls/mlang/tests/Makefile"
25577 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25578         mlang/tests"
25579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25580 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25581 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25582
25583 ALL_MAKEFILES="$ALL_MAKEFILES \\
25584         dlls/mmdevldr.vxd/Makefile"
25585 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25586         mmdevldr.vxd"
25587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25588 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25589 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25590
25591 ALL_MAKEFILES="$ALL_MAKEFILES \\
25592         dlls/monodebg.vxd/Makefile"
25593 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25594         monodebg.vxd"
25595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25596 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25597 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25598
25599 ALL_MAKEFILES="$ALL_MAKEFILES \\
25600         dlls/mountmgr.sys/Makefile"
25601 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25602         mountmgr.sys"
25603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25604 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25605 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25606
25607 ALL_MAKEFILES="$ALL_MAKEFILES \\
25608         dlls/mpr/Makefile"
25609 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25610         mpr"
25611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25612 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25613 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25614
25615 ALL_MAKEFILES="$ALL_MAKEFILES \\
25616         dlls/mprapi/Makefile"
25617 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25618         mprapi"
25619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25620 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25621 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25622
25623 ALL_MAKEFILES="$ALL_MAKEFILES \\
25624         dlls/msacm32.drv/Makefile"
25625 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25626         msacm32.drv"
25627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25628 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25629 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25630
25631 ALL_MAKEFILES="$ALL_MAKEFILES \\
25632         dlls/msacm32/Makefile"
25633 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25634         msacm32"
25635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25636 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25637 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25638
25639 ALL_MAKEFILES="$ALL_MAKEFILES \\
25640         dlls/msacm32/tests/Makefile"
25641 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25642         msacm32/tests"
25643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25644 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25645 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25646
25647 ALL_MAKEFILES="$ALL_MAKEFILES \\
25648         dlls/msadp32.acm/Makefile"
25649 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25650         msadp32.acm"
25651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25652 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25653 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25654
25655 ALL_MAKEFILES="$ALL_MAKEFILES \\
25656         dlls/mscat32/Makefile"
25657 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25658         mscat32"
25659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25660 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25661 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25662
25663 ALL_MAKEFILES="$ALL_MAKEFILES \\
25664         dlls/mscms/Makefile"
25665 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25666         mscms"
25667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25668 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25669 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25670
25671 ALL_MAKEFILES="$ALL_MAKEFILES \\
25672         dlls/mscms/tests/Makefile"
25673 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25674         mscms/tests"
25675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25676 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25677 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25678
25679 ALL_MAKEFILES="$ALL_MAKEFILES \\
25680         dlls/mscoree/Makefile"
25681 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25682         mscoree"
25683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25684 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25685 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25686
25687 ALL_MAKEFILES="$ALL_MAKEFILES \\
25688         dlls/msctf/Makefile"
25689 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25690         msctf"
25691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25692 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
25693 ac_config_files="$ac_config_files dlls/msctf/Makefile"
25694
25695 ALL_MAKEFILES="$ALL_MAKEFILES \\
25696         dlls/msdmo/Makefile"
25697 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25698         msdmo"
25699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25700 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25701 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25702
25703 ALL_MAKEFILES="$ALL_MAKEFILES \\
25704         dlls/msftedit/Makefile"
25705 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25706         msftedit"
25707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25708 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25709 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25710
25711 ALL_MAKEFILES="$ALL_MAKEFILES \\
25712         dlls/msg711.acm/Makefile"
25713 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25714         msg711.acm"
25715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25716 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25717 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25718
25719 ALL_MAKEFILES="$ALL_MAKEFILES \\
25720         dlls/mshtml.tlb/Makefile"
25721 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25722         mshtml.tlb"
25723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25724 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25725 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25726
25727 ALL_MAKEFILES="$ALL_MAKEFILES \\
25728         dlls/mshtml/Makefile"
25729 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25730         mshtml"
25731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25732 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25733 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25734
25735 ALL_MAKEFILES="$ALL_MAKEFILES \\
25736         dlls/mshtml/tests/Makefile"
25737 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25738         mshtml/tests"
25739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25740 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25741 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25742
25743 ALL_MAKEFILES="$ALL_MAKEFILES \\
25744         dlls/msi/Makefile"
25745 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25746         msi"
25747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25748 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25749 ac_config_files="$ac_config_files dlls/msi/Makefile"
25750
25751 ALL_MAKEFILES="$ALL_MAKEFILES \\
25752         dlls/msi/tests/Makefile"
25753 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25754         msi/tests"
25755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25756 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25757 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25758
25759 ALL_MAKEFILES="$ALL_MAKEFILES \\
25760         dlls/msimg32/Makefile"
25761 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25762         msimg32"
25763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25764 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25765 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25766
25767 ALL_MAKEFILES="$ALL_MAKEFILES \\
25768         dlls/msimtf/Makefile"
25769 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25770         msimtf"
25771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25772 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25773 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25774
25775 ALL_MAKEFILES="$ALL_MAKEFILES \\
25776         dlls/msisip/Makefile"
25777 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25778         msisip"
25779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25780 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25781 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25782
25783 ALL_MAKEFILES="$ALL_MAKEFILES \\
25784         dlls/msisys.ocx/Makefile"
25785 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25786         msisys.ocx"
25787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25788 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25789 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25790
25791 ALL_MAKEFILES="$ALL_MAKEFILES \\
25792         dlls/msnet32/Makefile"
25793 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25794         msnet32"
25795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25796 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25797 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25798
25799 ALL_MAKEFILES="$ALL_MAKEFILES \\
25800         dlls/msrle32/Makefile"
25801 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25802         msrle32"
25803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25804 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25805 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25806
25807 ALL_MAKEFILES="$ALL_MAKEFILES \\
25808         dlls/mssign32/Makefile"
25809 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25810         mssign32"
25811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25812 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
25813 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
25814
25815 ALL_MAKEFILES="$ALL_MAKEFILES \\
25816         dlls/mssip32/Makefile"
25817 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25818         mssip32"
25819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25820 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25821 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25822
25823 ALL_MAKEFILES="$ALL_MAKEFILES \\
25824         dlls/mstask/Makefile"
25825 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25826         mstask"
25827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25828 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25829 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25830
25831 ALL_MAKEFILES="$ALL_MAKEFILES \\
25832         dlls/mstask/tests/Makefile"
25833 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25834         mstask/tests"
25835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25836 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25837 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25838
25839 ALL_MAKEFILES="$ALL_MAKEFILES \\
25840         dlls/msvcirt/Makefile"
25841 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25842         msvcirt"
25843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25844 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25845 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25846
25847 ALL_MAKEFILES="$ALL_MAKEFILES \\
25848         dlls/msvcr71/Makefile"
25849 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25850         msvcr71"
25851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25852 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25853 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25854
25855 ALL_MAKEFILES="$ALL_MAKEFILES \\
25856         dlls/msvcrt/Makefile"
25857 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25858         msvcrt"
25859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25860 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
25861 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
25862
25863 ALL_MAKEFILES="$ALL_MAKEFILES \\
25864         dlls/msvcrt/tests/Makefile"
25865 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25866         msvcrt/tests"
25867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25868 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
25869 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
25870
25871 ALL_MAKEFILES="$ALL_MAKEFILES \\
25872         dlls/msvcrt20/Makefile"
25873 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25874         msvcrt20"
25875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25876 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
25877 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
25878
25879 ALL_MAKEFILES="$ALL_MAKEFILES \\
25880         dlls/msvcrt40/Makefile"
25881 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25882         msvcrt40"
25883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25884 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
25885 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
25886
25887 ALL_MAKEFILES="$ALL_MAKEFILES \\
25888         dlls/msvcrtd/Makefile"
25889 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25890         msvcrtd"
25891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25892 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
25893 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
25894
25895 ALL_MAKEFILES="$ALL_MAKEFILES \\
25896         dlls/msvcrtd/tests/Makefile"
25897 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25898         msvcrtd/tests"
25899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25900 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
25901 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
25902
25903 ALL_MAKEFILES="$ALL_MAKEFILES \\
25904         dlls/msvfw32/Makefile"
25905 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25906         msvfw32"
25907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25908 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
25909 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
25910
25911 ALL_MAKEFILES="$ALL_MAKEFILES \\
25912         dlls/msvfw32/tests/Makefile"
25913 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25914         msvfw32/tests"
25915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25916 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
25917 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
25918
25919 ALL_MAKEFILES="$ALL_MAKEFILES \\
25920         dlls/msvidc32/Makefile"
25921 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25922         msvidc32"
25923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25924 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
25925 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
25926
25927 ALL_MAKEFILES="$ALL_MAKEFILES \\
25928         dlls/mswsock/Makefile"
25929 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25930         mswsock"
25931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25932 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
25933 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
25934
25935 ALL_MAKEFILES="$ALL_MAKEFILES \\
25936         dlls/msxml3/Makefile"
25937 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25938         msxml3"
25939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25940 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
25941 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
25942
25943 ALL_MAKEFILES="$ALL_MAKEFILES \\
25944         dlls/msxml3/tests/Makefile"
25945 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25946         msxml3/tests"
25947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25948 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
25949 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
25950
25951 ALL_MAKEFILES="$ALL_MAKEFILES \\
25952         dlls/nddeapi/Makefile"
25953 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25954         nddeapi"
25955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25956 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
25957 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
25958
25959 ALL_MAKEFILES="$ALL_MAKEFILES \\
25960         dlls/netapi32/Makefile"
25961 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25962         netapi32"
25963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25964 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
25965 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
25966
25967 ALL_MAKEFILES="$ALL_MAKEFILES \\
25968         dlls/netapi32/tests/Makefile"
25969 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25970         netapi32/tests"
25971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25972 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
25973 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
25974
25975 ALL_MAKEFILES="$ALL_MAKEFILES \\
25976         dlls/newdev/Makefile"
25977 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25978         newdev"
25979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25980 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
25981 ac_config_files="$ac_config_files dlls/newdev/Makefile"
25982
25983 ALL_MAKEFILES="$ALL_MAKEFILES \\
25984         dlls/ntdll/Makefile"
25985 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25986         ntdll"
25987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25988 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
25989 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
25990
25991 ALL_MAKEFILES="$ALL_MAKEFILES \\
25992         dlls/ntdll/tests/Makefile"
25993 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25994         ntdll/tests"
25995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25996 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
25997 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
25998
25999 ALL_MAKEFILES="$ALL_MAKEFILES \\
26000         dlls/ntdsapi/Makefile"
26001 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26002         ntdsapi"
26003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26004 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26005 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26006
26007 ALL_MAKEFILES="$ALL_MAKEFILES \\
26008         dlls/ntdsapi/tests/Makefile"
26009 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26010         ntdsapi/tests"
26011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26012 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26013 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26014
26015 ALL_MAKEFILES="$ALL_MAKEFILES \\
26016         dlls/ntoskrnl.exe/Makefile"
26017 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26018         ntoskrnl.exe"
26019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26020 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26021 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26022
26023 ALL_MAKEFILES="$ALL_MAKEFILES \\
26024         dlls/ntprint/Makefile"
26025 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26026         ntprint"
26027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26028 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26029 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26030
26031 ALL_MAKEFILES="$ALL_MAKEFILES \\
26032         dlls/ntprint/tests/Makefile"
26033 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26034         ntprint/tests"
26035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26036 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26037 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26038
26039 ALL_MAKEFILES="$ALL_MAKEFILES \\
26040         dlls/objsel/Makefile"
26041 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26042         objsel"
26043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26044 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26045 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26046
26047 ALL_MAKEFILES="$ALL_MAKEFILES \\
26048         dlls/odbc32/Makefile"
26049 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26050         odbc32"
26051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26052 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26053 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26054
26055 ALL_MAKEFILES="$ALL_MAKEFILES \\
26056         dlls/odbccp32/Makefile"
26057 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26058         odbccp32"
26059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26060 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26061 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26062
26063 ALL_MAKEFILES="$ALL_MAKEFILES \\
26064         dlls/odbccp32/tests/Makefile"
26065 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26066         odbccp32/tests"
26067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26068 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26069 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26070
26071 ALL_MAKEFILES="$ALL_MAKEFILES \\
26072         dlls/ole32/Makefile"
26073 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26074         ole32"
26075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26076 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26077 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26078
26079 ALL_MAKEFILES="$ALL_MAKEFILES \\
26080         dlls/ole32/tests/Makefile"
26081 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26082         ole32/tests"
26083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26084 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26085 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26086
26087 ALL_MAKEFILES="$ALL_MAKEFILES \\
26088         dlls/oleacc/Makefile"
26089 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26090         oleacc"
26091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26092 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26093 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26094
26095 ALL_MAKEFILES="$ALL_MAKEFILES \\
26096         dlls/oleacc/tests/Makefile"
26097 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26098         oleacc/tests"
26099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26100 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26101 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26102
26103 ALL_MAKEFILES="$ALL_MAKEFILES \\
26104         dlls/oleaut32/Makefile"
26105 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26106         oleaut32"
26107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26108 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26109 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26110
26111 ALL_MAKEFILES="$ALL_MAKEFILES \\
26112         dlls/oleaut32/tests/Makefile"
26113 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26114         oleaut32/tests"
26115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26116 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26117 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26118
26119 ALL_MAKEFILES="$ALL_MAKEFILES \\
26120         dlls/olecli32/Makefile"
26121 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26122         olecli32"
26123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26124 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26125 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26126
26127 ALL_MAKEFILES="$ALL_MAKEFILES \\
26128         dlls/oledlg/Makefile"
26129 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26130         oledlg"
26131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26132 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26133 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26134
26135 ALL_MAKEFILES="$ALL_MAKEFILES \\
26136         dlls/olepro32/Makefile"
26137 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26138         olepro32"
26139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26140 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26141 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26142
26143 ALL_MAKEFILES="$ALL_MAKEFILES \\
26144         dlls/olesvr32/Makefile"
26145 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26146         olesvr32"
26147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26148 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26149 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26150
26151 ALL_MAKEFILES="$ALL_MAKEFILES \\
26152         dlls/olethk32/Makefile"
26153 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26154         olethk32"
26155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26156 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26157 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26158
26159 ALL_MAKEFILES="$ALL_MAKEFILES \\
26160         dlls/opengl32/Makefile"
26161 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26162         opengl32"
26163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26164 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26165 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26166
26167 ALL_MAKEFILES="$ALL_MAKEFILES \\
26168         dlls/opengl32/tests/Makefile"
26169 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26170         opengl32/tests"
26171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26172 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26173 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26174
26175 ALL_MAKEFILES="$ALL_MAKEFILES \\
26176         dlls/pdh/Makefile"
26177 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26178         pdh"
26179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26180 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26181 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26182
26183 ALL_MAKEFILES="$ALL_MAKEFILES \\
26184         dlls/pdh/tests/Makefile"
26185 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26186         pdh/tests"
26187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26188 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26189 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26190
26191 ALL_MAKEFILES="$ALL_MAKEFILES \\
26192         dlls/pidgen/Makefile"
26193 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26194         pidgen"
26195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26196 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26197 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26198
26199 ALL_MAKEFILES="$ALL_MAKEFILES \\
26200         dlls/powrprof/Makefile"
26201 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26202         powrprof"
26203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26204 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26205 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26206
26207 ALL_MAKEFILES="$ALL_MAKEFILES \\
26208         dlls/printui/Makefile"
26209 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26210         printui"
26211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26212 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26213 ac_config_files="$ac_config_files dlls/printui/Makefile"
26214
26215 ALL_MAKEFILES="$ALL_MAKEFILES \\
26216         dlls/propsys/Makefile"
26217 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26218         propsys"
26219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26220 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26221 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26222
26223 ALL_MAKEFILES="$ALL_MAKEFILES \\
26224         dlls/psapi/Makefile"
26225 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26226         psapi"
26227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26228 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26229 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26230
26231 ALL_MAKEFILES="$ALL_MAKEFILES \\
26232         dlls/psapi/tests/Makefile"
26233 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26234         psapi/tests"
26235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26236 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26237 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26238
26239 ALL_MAKEFILES="$ALL_MAKEFILES \\
26240         dlls/pstorec/Makefile"
26241 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26242         pstorec"
26243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26244 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26245 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26246
26247 ALL_MAKEFILES="$ALL_MAKEFILES \\
26248         dlls/qcap/Makefile"
26249 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26250         qcap"
26251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26252 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26253 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26254
26255 ALL_MAKEFILES="$ALL_MAKEFILES \\
26256         dlls/qedit/Makefile"
26257 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26258         qedit"
26259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26260 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26261 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26262
26263 ALL_MAKEFILES="$ALL_MAKEFILES \\
26264         dlls/qedit/tests/Makefile"
26265 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26266         qedit/tests"
26267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26268 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26269 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26270
26271 ALL_MAKEFILES="$ALL_MAKEFILES \\
26272         dlls/qmgr/Makefile"
26273 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26274         qmgr"
26275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26276 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26277 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26278
26279 ALL_MAKEFILES="$ALL_MAKEFILES \\
26280         dlls/qmgr/tests/Makefile"
26281 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26282         qmgr/tests"
26283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26284 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26285 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26286
26287 ALL_MAKEFILES="$ALL_MAKEFILES \\
26288         dlls/qmgrprxy/Makefile"
26289 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26290         qmgrprxy"
26291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26292 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26293 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26294
26295 ALL_MAKEFILES="$ALL_MAKEFILES \\
26296         dlls/quartz/Makefile"
26297 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26298         quartz"
26299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26300 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26301 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26302
26303 ALL_MAKEFILES="$ALL_MAKEFILES \\
26304         dlls/quartz/tests/Makefile"
26305 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26306         quartz/tests"
26307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26308 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26309 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26310
26311 ALL_MAKEFILES="$ALL_MAKEFILES \\
26312         dlls/query/Makefile"
26313 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26314         query"
26315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26316 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26317 ac_config_files="$ac_config_files dlls/query/Makefile"
26318
26319 ALL_MAKEFILES="$ALL_MAKEFILES \\
26320         dlls/rasapi32/Makefile"
26321 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26322         rasapi32"
26323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26324 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26325 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26326
26327 ALL_MAKEFILES="$ALL_MAKEFILES \\
26328         dlls/rasapi32/tests/Makefile"
26329 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26330         rasapi32/tests"
26331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26332 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26333 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26334
26335 ALL_MAKEFILES="$ALL_MAKEFILES \\
26336         dlls/rasdlg/Makefile"
26337 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26338         rasdlg"
26339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26340 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26341 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26342
26343 ALL_MAKEFILES="$ALL_MAKEFILES \\
26344         dlls/resutils/Makefile"
26345 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26346         resutils"
26347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26348 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26349 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26350
26351 ALL_MAKEFILES="$ALL_MAKEFILES \\
26352         dlls/riched20/Makefile"
26353 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26354         riched20"
26355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26356 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26357 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26358
26359 ALL_MAKEFILES="$ALL_MAKEFILES \\
26360         dlls/riched20/tests/Makefile"
26361 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26362         riched20/tests"
26363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26364 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26365 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26366
26367 ALL_MAKEFILES="$ALL_MAKEFILES \\
26368         dlls/riched32/Makefile"
26369 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26370         riched32"
26371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26372 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26373 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26374
26375 ALL_MAKEFILES="$ALL_MAKEFILES \\
26376         dlls/riched32/tests/Makefile"
26377 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26378         riched32/tests"
26379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26380 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26381 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26382
26383 ALL_MAKEFILES="$ALL_MAKEFILES \\
26384         dlls/rpcrt4/Makefile"
26385 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26386         rpcrt4"
26387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26388 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26389 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26390
26391 ALL_MAKEFILES="$ALL_MAKEFILES \\
26392         dlls/rpcrt4/tests/Makefile"
26393 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26394         rpcrt4/tests"
26395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26396 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26397 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26398
26399 ALL_MAKEFILES="$ALL_MAKEFILES \\
26400         dlls/rsabase/Makefile"
26401 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26402         rsabase"
26403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26404 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26405 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26406
26407 ALL_MAKEFILES="$ALL_MAKEFILES \\
26408         dlls/rsaenh/Makefile"
26409 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26410         rsaenh"
26411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26412 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26413 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26414
26415 ALL_MAKEFILES="$ALL_MAKEFILES \\
26416         dlls/rsaenh/tests/Makefile"
26417 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26418         rsaenh/tests"
26419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26420 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26421 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26422
26423 ALL_MAKEFILES="$ALL_MAKEFILES \\
26424         dlls/sane.ds/Makefile"
26425 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26426         sane.ds"
26427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26428 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26429 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26430
26431 ALL_MAKEFILES="$ALL_MAKEFILES \\
26432         dlls/sccbase/Makefile"
26433 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26434         sccbase"
26435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26436 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26437 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26438
26439 ALL_MAKEFILES="$ALL_MAKEFILES \\
26440         dlls/schannel/Makefile"
26441 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26442         schannel"
26443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26444 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26445 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26446
26447 ALL_MAKEFILES="$ALL_MAKEFILES \\
26448         dlls/schannel/tests/Makefile"
26449 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26450         schannel/tests"
26451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26452 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26453 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26454
26455 ALL_MAKEFILES="$ALL_MAKEFILES \\
26456         dlls/secur32/Makefile"
26457 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26458         secur32"
26459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26460 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26461 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26462
26463 ALL_MAKEFILES="$ALL_MAKEFILES \\
26464         dlls/secur32/tests/Makefile"
26465 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26466         secur32/tests"
26467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26468 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26469 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26470
26471 ALL_MAKEFILES="$ALL_MAKEFILES \\
26472         dlls/security/Makefile"
26473 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26474         security"
26475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26476 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26477 ac_config_files="$ac_config_files dlls/security/Makefile"
26478
26479 ALL_MAKEFILES="$ALL_MAKEFILES \\
26480         dlls/sensapi/Makefile"
26481 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26482         sensapi"
26483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26484 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26485 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26486
26487 ALL_MAKEFILES="$ALL_MAKEFILES \\
26488         dlls/serialui/Makefile"
26489 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26490         serialui"
26491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26492 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26493 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26494
26495 ALL_MAKEFILES="$ALL_MAKEFILES \\
26496         dlls/serialui/tests/Makefile"
26497 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26498         serialui/tests"
26499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26500 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26501 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26502
26503 ALL_MAKEFILES="$ALL_MAKEFILES \\
26504         dlls/setupapi/Makefile"
26505 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26506         setupapi"
26507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26508 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26509 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26510
26511 ALL_MAKEFILES="$ALL_MAKEFILES \\
26512         dlls/setupapi/tests/Makefile"
26513 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26514         setupapi/tests"
26515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26516 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26517 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26518
26519 ALL_MAKEFILES="$ALL_MAKEFILES \\
26520         dlls/sfc/Makefile"
26521 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26522         sfc"
26523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26524 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26525 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26526
26527 ALL_MAKEFILES="$ALL_MAKEFILES \\
26528         dlls/sfc_os/Makefile"
26529 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26530         sfc_os"
26531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26532 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26533 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26534
26535 ALL_MAKEFILES="$ALL_MAKEFILES \\
26536         dlls/shdoclc/Makefile"
26537 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26538         shdoclc"
26539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26540 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26541 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26542
26543 ALL_MAKEFILES="$ALL_MAKEFILES \\
26544         dlls/shdocvw/Makefile"
26545 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26546         shdocvw"
26547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26548 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26549 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26550
26551 ALL_MAKEFILES="$ALL_MAKEFILES \\
26552         dlls/shdocvw/tests/Makefile"
26553 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26554         shdocvw/tests"
26555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26556 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26557 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26558
26559 ALL_MAKEFILES="$ALL_MAKEFILES \\
26560         dlls/shell32/Makefile"
26561 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26562         shell32"
26563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26564 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26565 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26566
26567 ALL_MAKEFILES="$ALL_MAKEFILES \\
26568         dlls/shell32/tests/Makefile"
26569 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26570         shell32/tests"
26571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26572 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26573 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26574
26575 ALL_MAKEFILES="$ALL_MAKEFILES \\
26576         dlls/shfolder/Makefile"
26577 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26578         shfolder"
26579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26580 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26581 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26582
26583 ALL_MAKEFILES="$ALL_MAKEFILES \\
26584         dlls/shlwapi/Makefile"
26585 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26586         shlwapi"
26587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26588 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26589 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26590
26591 ALL_MAKEFILES="$ALL_MAKEFILES \\
26592         dlls/shlwapi/tests/Makefile"
26593 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26594         shlwapi/tests"
26595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26596 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26597 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26598
26599 ALL_MAKEFILES="$ALL_MAKEFILES \\
26600         dlls/slbcsp/Makefile"
26601 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26602         slbcsp"
26603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26604 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26605 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26606
26607 ALL_MAKEFILES="$ALL_MAKEFILES \\
26608         dlls/slc/Makefile"
26609 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26610         slc"
26611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26612 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26613 ac_config_files="$ac_config_files dlls/slc/Makefile"
26614
26615 ALL_MAKEFILES="$ALL_MAKEFILES \\
26616         dlls/snmpapi/Makefile"
26617 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26618         snmpapi"
26619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26620 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26621 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26622
26623 ALL_MAKEFILES="$ALL_MAKEFILES \\
26624         dlls/snmpapi/tests/Makefile"
26625 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26626         snmpapi/tests"
26627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26628 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26629 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26630
26631 ALL_MAKEFILES="$ALL_MAKEFILES \\
26632         dlls/softpub/Makefile"
26633 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26634         softpub"
26635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26636 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26637 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26638
26639 ALL_MAKEFILES="$ALL_MAKEFILES \\
26640         dlls/spoolss/Makefile"
26641 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26642         spoolss"
26643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26644 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26645 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26646
26647 ALL_MAKEFILES="$ALL_MAKEFILES \\
26648         dlls/spoolss/tests/Makefile"
26649 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26650         spoolss/tests"
26651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26652 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26653 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26654
26655 ALL_MAKEFILES="$ALL_MAKEFILES \\
26656         dlls/stdole2.tlb/Makefile"
26657 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26658         stdole2.tlb"
26659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26660 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26661 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26662
26663 ALL_MAKEFILES="$ALL_MAKEFILES \\
26664         dlls/stdole32.tlb/Makefile"
26665 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26666         stdole32.tlb"
26667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26668 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26669 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26670
26671 ALL_MAKEFILES="$ALL_MAKEFILES \\
26672         dlls/sti/Makefile"
26673 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26674         sti"
26675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26676 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26677 ac_config_files="$ac_config_files dlls/sti/Makefile"
26678
26679 ALL_MAKEFILES="$ALL_MAKEFILES \\
26680         dlls/strmiids/Makefile"
26681 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26682         strmiids"
26683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26684 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26685 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26686
26687 ALL_MAKEFILES="$ALL_MAKEFILES \\
26688         dlls/svrapi/Makefile"
26689 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26690         svrapi"
26691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26692 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26693 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26694
26695 ALL_MAKEFILES="$ALL_MAKEFILES \\
26696         dlls/sxs/Makefile"
26697 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26698         sxs"
26699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26700 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26701 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26702
26703 ALL_MAKEFILES="$ALL_MAKEFILES \\
26704         dlls/tapi32/Makefile"
26705 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26706         tapi32"
26707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26708 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26709 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26710
26711 ALL_MAKEFILES="$ALL_MAKEFILES \\
26712         dlls/traffic/Makefile"
26713 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26714         traffic"
26715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26716 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
26717 ac_config_files="$ac_config_files dlls/traffic/Makefile"
26718
26719 ALL_MAKEFILES="$ALL_MAKEFILES \\
26720         dlls/twain_32/Makefile"
26721 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26722         twain_32"
26723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26724 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26725 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26726
26727 ALL_MAKEFILES="$ALL_MAKEFILES \\
26728         dlls/twain_32/tests/Makefile"
26729 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26730         twain_32/tests"
26731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26732 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
26733 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
26734
26735 ALL_MAKEFILES="$ALL_MAKEFILES \\
26736         dlls/unicows/Makefile"
26737 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26738         unicows"
26739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26740 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26741 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26742
26743 ALL_MAKEFILES="$ALL_MAKEFILES \\
26744         dlls/updspapi/Makefile"
26745 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26746         updspapi"
26747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26748 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
26749 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
26750
26751 ALL_MAKEFILES="$ALL_MAKEFILES \\
26752         dlls/url/Makefile"
26753 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26754         url"
26755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26756 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26757 ac_config_files="$ac_config_files dlls/url/Makefile"
26758
26759 ALL_MAKEFILES="$ALL_MAKEFILES \\
26760         dlls/urlmon/Makefile"
26761 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26762         urlmon"
26763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26764 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26765 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26766
26767 ALL_MAKEFILES="$ALL_MAKEFILES \\
26768         dlls/urlmon/tests/Makefile"
26769 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26770         urlmon/tests"
26771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26772 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26773 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26774
26775 ALL_MAKEFILES="$ALL_MAKEFILES \\
26776         dlls/user32/Makefile"
26777 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26778         user32"
26779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26780 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26781 ac_config_files="$ac_config_files dlls/user32/Makefile"
26782
26783 ALL_MAKEFILES="$ALL_MAKEFILES \\
26784         dlls/user32/tests/Makefile"
26785 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26786         user32/tests"
26787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26788 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26789 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26790
26791 ALL_MAKEFILES="$ALL_MAKEFILES \\
26792         dlls/userenv/Makefile"
26793 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26794         userenv"
26795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26796 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26797 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26798
26799 ALL_MAKEFILES="$ALL_MAKEFILES \\
26800         dlls/userenv/tests/Makefile"
26801 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26802         userenv/tests"
26803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26804 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26805 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26806
26807 ALL_MAKEFILES="$ALL_MAKEFILES \\
26808         dlls/usp10/Makefile"
26809 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26810         usp10"
26811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26812 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26813 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26814
26815 ALL_MAKEFILES="$ALL_MAKEFILES \\
26816         dlls/usp10/tests/Makefile"
26817 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26818         usp10/tests"
26819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26820 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26821 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26822
26823 ALL_MAKEFILES="$ALL_MAKEFILES \\
26824         dlls/uuid/Makefile"
26825 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26826         uuid"
26827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26828 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26829 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26830
26831 ALL_MAKEFILES="$ALL_MAKEFILES \\
26832         dlls/uxtheme/Makefile"
26833 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26834         uxtheme"
26835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26836 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26837 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26838
26839 ALL_MAKEFILES="$ALL_MAKEFILES \\
26840         dlls/uxtheme/tests/Makefile"
26841 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26842         uxtheme/tests"
26843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26844 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26845 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26846
26847 ALL_MAKEFILES="$ALL_MAKEFILES \\
26848         dlls/vdhcp.vxd/Makefile"
26849 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26850         vdhcp.vxd"
26851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26852 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26853 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
26854
26855 ALL_MAKEFILES="$ALL_MAKEFILES \\
26856         dlls/vdmdbg/Makefile"
26857 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26858         vdmdbg"
26859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26860 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
26861 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
26862
26863 ALL_MAKEFILES="$ALL_MAKEFILES \\
26864         dlls/version/Makefile"
26865 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26866         version"
26867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26868 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
26869 ac_config_files="$ac_config_files dlls/version/Makefile"
26870
26871 ALL_MAKEFILES="$ALL_MAKEFILES \\
26872         dlls/version/tests/Makefile"
26873 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26874         version/tests"
26875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26876 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
26877 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
26878
26879 ALL_MAKEFILES="$ALL_MAKEFILES \\
26880         dlls/vmm.vxd/Makefile"
26881 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26882         vmm.vxd"
26883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26884 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
26885 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
26886
26887 ALL_MAKEFILES="$ALL_MAKEFILES \\
26888         dlls/vnbt.vxd/Makefile"
26889 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26890         vnbt.vxd"
26891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26892 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
26893 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
26894
26895 ALL_MAKEFILES="$ALL_MAKEFILES \\
26896         dlls/vnetbios.vxd/Makefile"
26897 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26898         vnetbios.vxd"
26899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26900 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
26901 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
26902
26903 ALL_MAKEFILES="$ALL_MAKEFILES \\
26904         dlls/vtdapi.vxd/Makefile"
26905 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26906         vtdapi.vxd"
26907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26908 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
26909 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
26910
26911 ALL_MAKEFILES="$ALL_MAKEFILES \\
26912         dlls/vwin32.vxd/Makefile"
26913 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26914         vwin32.vxd"
26915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26916 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
26917 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
26918
26919 ALL_MAKEFILES="$ALL_MAKEFILES \\
26920         dlls/w32skrnl/Makefile"
26921 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26922         w32skrnl"
26923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26924 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
26925 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
26926
26927 ALL_MAKEFILES="$ALL_MAKEFILES \\
26928         dlls/winealsa.drv/Makefile"
26929 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26930         winealsa.drv"
26931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26932 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26933 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
26934
26935 ALL_MAKEFILES="$ALL_MAKEFILES \\
26936         dlls/wineaudioio.drv/Makefile"
26937 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26938         wineaudioio.drv"
26939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26940 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26941 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
26942
26943 ALL_MAKEFILES="$ALL_MAKEFILES \\
26944         dlls/winecoreaudio.drv/Makefile"
26945 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26946         winecoreaudio.drv"
26947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26948 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26949 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26950
26951 ALL_MAKEFILES="$ALL_MAKEFILES \\
26952         dlls/winecrt0/Makefile"
26953 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26954         winecrt0"
26955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26956 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26957 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
26958
26959 ALL_MAKEFILES="$ALL_MAKEFILES \\
26960         dlls/wined3d/Makefile"
26961 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26962         wined3d"
26963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26964 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26965 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
26966
26967 ALL_MAKEFILES="$ALL_MAKEFILES \\
26968         dlls/winedos/Makefile"
26969 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26970         winedos"
26971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26972 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26973 ac_config_files="$ac_config_files dlls/winedos/Makefile"
26974
26975 ALL_MAKEFILES="$ALL_MAKEFILES \\
26976         dlls/wineesd.drv/Makefile"
26977 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26978         wineesd.drv"
26979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26980 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26981 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
26982
26983 ALL_MAKEFILES="$ALL_MAKEFILES \\
26984         dlls/winejack.drv/Makefile"
26985 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26986         winejack.drv"
26987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26988 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26989 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
26990
26991 ALL_MAKEFILES="$ALL_MAKEFILES \\
26992         dlls/winejoystick.drv/Makefile"
26993 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26994         winejoystick.drv"
26995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26996 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26997 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
26998
26999 ALL_MAKEFILES="$ALL_MAKEFILES \\
27000         dlls/winemp3.acm/Makefile"
27001 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27002         winemp3.acm"
27003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27004 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27005 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27006
27007 ALL_MAKEFILES="$ALL_MAKEFILES \\
27008         dlls/winenas.drv/Makefile"
27009 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27010         winenas.drv"
27011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27012 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27013 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27014
27015 ALL_MAKEFILES="$ALL_MAKEFILES \\
27016         dlls/wineoss.drv/Makefile"
27017 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27018         wineoss.drv"
27019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27020 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27021 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27022
27023 ALL_MAKEFILES="$ALL_MAKEFILES \\
27024         dlls/wineps.drv/Makefile"
27025 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27026         wineps.drv"
27027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27028 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27029 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27030
27031 ALL_MAKEFILES="$ALL_MAKEFILES \\
27032         dlls/winequartz.drv/Makefile"
27033 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27034         winequartz.drv"
27035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27036 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27037 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27038
27039 ALL_MAKEFILES="$ALL_MAKEFILES \\
27040         dlls/winex11.drv/Makefile"
27041 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27042         winex11.drv"
27043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27044 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27045 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27046
27047 ALL_MAKEFILES="$ALL_MAKEFILES \\
27048         dlls/wing32/Makefile"
27049 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27050         wing32"
27051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27052 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27053 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27054
27055 ALL_MAKEFILES="$ALL_MAKEFILES \\
27056         dlls/winhttp/Makefile"
27057 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27058         winhttp"
27059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27060 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27061 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27062
27063 ALL_MAKEFILES="$ALL_MAKEFILES \\
27064         dlls/winhttp/tests/Makefile"
27065 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27066         winhttp/tests"
27067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27068 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27069 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27070
27071 ALL_MAKEFILES="$ALL_MAKEFILES \\
27072         dlls/wininet/Makefile"
27073 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27074         wininet"
27075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27076 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27077 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27078
27079 ALL_MAKEFILES="$ALL_MAKEFILES \\
27080         dlls/wininet/tests/Makefile"
27081 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27082         wininet/tests"
27083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27084 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27085 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27086
27087 ALL_MAKEFILES="$ALL_MAKEFILES \\
27088         dlls/winmm/Makefile"
27089 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27090         winmm"
27091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27092 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27093 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27094
27095 ALL_MAKEFILES="$ALL_MAKEFILES \\
27096         dlls/winmm/tests/Makefile"
27097 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27098         winmm/tests"
27099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27100 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27101 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27102
27103 ALL_MAKEFILES="$ALL_MAKEFILES \\
27104         dlls/winnls32/Makefile"
27105 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27106         winnls32"
27107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27108 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27109 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27110
27111 ALL_MAKEFILES="$ALL_MAKEFILES \\
27112         dlls/winscard/Makefile"
27113 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27114         winscard"
27115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27116 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27117 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27118
27119 ALL_MAKEFILES="$ALL_MAKEFILES \\
27120         dlls/winspool.drv/Makefile"
27121 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27122         winspool.drv"
27123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27124 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27125 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27126
27127 ALL_MAKEFILES="$ALL_MAKEFILES \\
27128         dlls/winspool.drv/tests/Makefile"
27129 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27130         winspool.drv/tests"
27131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27132 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27133 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27134
27135 ALL_MAKEFILES="$ALL_MAKEFILES \\
27136         dlls/wintab32/Makefile"
27137 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27138         wintab32"
27139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27140 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27141 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27142
27143 ALL_MAKEFILES="$ALL_MAKEFILES \\
27144         dlls/wintrust/Makefile"
27145 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27146         wintrust"
27147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27148 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27149 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27150
27151 ALL_MAKEFILES="$ALL_MAKEFILES \\
27152         dlls/wintrust/tests/Makefile"
27153 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27154         wintrust/tests"
27155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27156 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27157 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27158
27159 ALL_MAKEFILES="$ALL_MAKEFILES \\
27160         dlls/wldap32/Makefile"
27161 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27162         wldap32"
27163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27164 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27165 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27166
27167 ALL_MAKEFILES="$ALL_MAKEFILES \\
27168         dlls/wldap32/tests/Makefile"
27169 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27170         wldap32/tests"
27171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27172 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27173 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27174
27175 ALL_MAKEFILES="$ALL_MAKEFILES \\
27176         dlls/wmi/Makefile"
27177 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27178         wmi"
27179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27180 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27181 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27182
27183 ALL_MAKEFILES="$ALL_MAKEFILES \\
27184         dlls/wnaspi32/Makefile"
27185 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27186         wnaspi32"
27187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27188 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27189 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27190
27191 ALL_MAKEFILES="$ALL_MAKEFILES \\
27192         dlls/wow32/Makefile"
27193 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27194         wow32"
27195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27196 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27197 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27198
27199 ALL_MAKEFILES="$ALL_MAKEFILES \\
27200         dlls/ws2_32/Makefile"
27201 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27202         ws2_32"
27203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27204 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27205 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27206
27207 ALL_MAKEFILES="$ALL_MAKEFILES \\
27208         dlls/ws2_32/tests/Makefile"
27209 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27210         ws2_32/tests"
27211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27212 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27213 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27214
27215 ALL_MAKEFILES="$ALL_MAKEFILES \\
27216         dlls/wsock32/Makefile"
27217 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27218         wsock32"
27219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27220 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27221 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27222
27223 ALL_MAKEFILES="$ALL_MAKEFILES \\
27224         dlls/wtsapi32/Makefile"
27225 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27226         wtsapi32"
27227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27228 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27229 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27230
27231 ALL_MAKEFILES="$ALL_MAKEFILES \\
27232         dlls/wuapi/Makefile"
27233 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27234         wuapi"
27235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27236 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27237 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27238
27239 ALL_MAKEFILES="$ALL_MAKEFILES \\
27240         dlls/xinput1_1/Makefile"
27241 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27242         xinput1_1"
27243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27244 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27245 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27246
27247 ALL_MAKEFILES="$ALL_MAKEFILES \\
27248         dlls/xinput1_2/Makefile"
27249 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27250         xinput1_2"
27251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27252 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27253 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27254
27255 ALL_MAKEFILES="$ALL_MAKEFILES \\
27256         dlls/xinput1_3/Makefile"
27257 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27258         xinput1_3"
27259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27260 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27261 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27262
27263 ALL_MAKEFILES="$ALL_MAKEFILES \\
27264         dlls/xinput1_3/tests/Makefile"
27265 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27266         xinput1_3/tests"
27267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27268 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27269 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27270
27271 ALL_MAKEFILES="$ALL_MAKEFILES \\
27272         dlls/xinput9_1_0/Makefile"
27273 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27274         xinput9_1_0"
27275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27276 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27277 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27278
27279 ALL_MAKEFILES="$ALL_MAKEFILES \\
27280         documentation/Makefile"
27281 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27282         documentation"
27283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27284 documentation/Makefile: documentation/Makefile.in Make.rules"
27285 ac_config_files="$ac_config_files documentation/Makefile"
27286
27287 ALL_MAKEFILES="$ALL_MAKEFILES \\
27288         fonts/Makefile"
27289 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27290         fonts"
27291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27292 fonts/Makefile: fonts/Makefile.in Make.rules"
27293 ac_config_files="$ac_config_files fonts/Makefile"
27294
27295 ALL_MAKEFILES="$ALL_MAKEFILES \\
27296         include/Makefile"
27297 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27298         include"
27299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27300 include/Makefile: include/Makefile.in Make.rules"
27301 ac_config_files="$ac_config_files include/Makefile"
27302
27303 ALL_MAKEFILES="$ALL_MAKEFILES \\
27304         libs/Makefile"
27305 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27306         libs"
27307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27308 libs/Makefile: libs/Makefile.in Make.rules"
27309 ac_config_files="$ac_config_files libs/Makefile"
27310
27311 ALL_MAKEFILES="$ALL_MAKEFILES \\
27312         libs/port/Makefile"
27313
27314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27315 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27316 ac_config_files="$ac_config_files libs/port/Makefile"
27317
27318 ALL_MAKEFILES="$ALL_MAKEFILES \\
27319         libs/wine/Makefile"
27320
27321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27322 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27323 ac_config_files="$ac_config_files libs/wine/Makefile"
27324
27325 ALL_MAKEFILES="$ALL_MAKEFILES \\
27326         libs/wpp/Makefile"
27327
27328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27329 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27330 ac_config_files="$ac_config_files libs/wpp/Makefile"
27331
27332 ALL_MAKEFILES="$ALL_MAKEFILES \\
27333         loader/Makefile"
27334 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27335         loader"
27336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27337 loader/Makefile: loader/Makefile.in Make.rules"
27338 ac_config_files="$ac_config_files loader/Makefile"
27339
27340 ALL_MAKEFILES="$ALL_MAKEFILES \\
27341         programs/Makefile"
27342 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27343         programs"
27344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27345 programs/Makefile: programs/Makefile.in Make.rules"
27346 ac_config_files="$ac_config_files programs/Makefile"
27347
27348 ALL_MAKEFILES="$ALL_MAKEFILES \\
27349         programs/cacls/Makefile"
27350 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27351         cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27352         cacls"
27353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27354 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27355 ac_config_files="$ac_config_files programs/cacls/Makefile"
27356
27357 ALL_MAKEFILES="$ALL_MAKEFILES \\
27358         programs/clock/Makefile"
27359 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27360         clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27361         clock"
27362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27363 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27364 ac_config_files="$ac_config_files programs/clock/Makefile"
27365
27366 ALL_MAKEFILES="$ALL_MAKEFILES \\
27367         programs/cmd/Makefile"
27368 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27369         cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27370         cmd"
27371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27372 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27373 ac_config_files="$ac_config_files programs/cmd/Makefile"
27374
27375 ALL_MAKEFILES="$ALL_MAKEFILES \\
27376         programs/cmdlgtst/Makefile"
27377 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27378         cmdlgtst"
27379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27380 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27381 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27382
27383 ALL_MAKEFILES="$ALL_MAKEFILES \\
27384         programs/control/Makefile"
27385 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27386         control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27387         control"
27388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27389 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27390 ac_config_files="$ac_config_files programs/control/Makefile"
27391
27392 ALL_MAKEFILES="$ALL_MAKEFILES \\
27393         programs/eject/Makefile"
27394 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27395         eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27396         eject"
27397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27398 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27399 ac_config_files="$ac_config_files programs/eject/Makefile"
27400
27401 ALL_MAKEFILES="$ALL_MAKEFILES \\
27402         programs/expand/Makefile"
27403 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27404         expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27405         expand"
27406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27407 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27408 ac_config_files="$ac_config_files programs/expand/Makefile"
27409
27410 ALL_MAKEFILES="$ALL_MAKEFILES \\
27411         programs/explorer/Makefile"
27412 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27413         explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27414         explorer"
27415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27416 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27417 ac_config_files="$ac_config_files programs/explorer/Makefile"
27418
27419 ALL_MAKEFILES="$ALL_MAKEFILES \\
27420         programs/hh/Makefile"
27421 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27422         hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27423         hh"
27424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27425 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27426 ac_config_files="$ac_config_files programs/hh/Makefile"
27427
27428 ALL_MAKEFILES="$ALL_MAKEFILES \\
27429         programs/icinfo/Makefile"
27430 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27431         icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27432         icinfo"
27433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27434 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27435 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27436
27437 ALL_MAKEFILES="$ALL_MAKEFILES \\
27438         programs/iexplore/Makefile"
27439 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27440         iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27441         iexplore"
27442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27443 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27444 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27445
27446 ALL_MAKEFILES="$ALL_MAKEFILES \\
27447         programs/lodctr/Makefile"
27448 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27449         lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27450         lodctr"
27451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27452 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27453 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27454
27455 ALL_MAKEFILES="$ALL_MAKEFILES \\
27456         programs/msiexec/Makefile"
27457 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27458         msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27459         msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27460         msiexec"
27461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27462 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27463 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27464
27465 ALL_MAKEFILES="$ALL_MAKEFILES \\
27466         programs/net/Makefile"
27467 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27468         net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27469         net"
27470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27471 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27472 ac_config_files="$ac_config_files programs/net/Makefile"
27473
27474 ALL_MAKEFILES="$ALL_MAKEFILES \\
27475         programs/notepad/Makefile"
27476 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27477         notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27478         notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27479         notepad"
27480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27481 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27482 ac_config_files="$ac_config_files programs/notepad/Makefile"
27483
27484 ALL_MAKEFILES="$ALL_MAKEFILES \\
27485         programs/oleview/Makefile"
27486 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27487         oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27488         oleview"
27489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27490 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27491 ac_config_files="$ac_config_files programs/oleview/Makefile"
27492
27493 ALL_MAKEFILES="$ALL_MAKEFILES \\
27494         programs/progman/Makefile"
27495 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27496         progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27497         progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27498         progman"
27499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27500 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27501 ac_config_files="$ac_config_files programs/progman/Makefile"
27502
27503 ALL_MAKEFILES="$ALL_MAKEFILES \\
27504         programs/reg/Makefile"
27505 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27506         reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27507         reg"
27508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27509 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27510 ac_config_files="$ac_config_files programs/reg/Makefile"
27511
27512 ALL_MAKEFILES="$ALL_MAKEFILES \\
27513         programs/regedit/Makefile"
27514 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27515         regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27516         regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27517         regedit"
27518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27519 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27520 ac_config_files="$ac_config_files programs/regedit/Makefile"
27521
27522 ALL_MAKEFILES="$ALL_MAKEFILES \\
27523         programs/regsvr32/Makefile"
27524 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27525         regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27526         regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27527         regsvr32"
27528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27529 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27530 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27531
27532 ALL_MAKEFILES="$ALL_MAKEFILES \\
27533         programs/rpcss/Makefile"
27534 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27535         rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27536         rpcss"
27537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27538 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27539 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27540
27541 ALL_MAKEFILES="$ALL_MAKEFILES \\
27542         programs/rundll32/Makefile"
27543 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27544         rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27545         rundll32"
27546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27547 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27548 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27549
27550 ALL_MAKEFILES="$ALL_MAKEFILES \\
27551         programs/secedit/Makefile"
27552 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27553         secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27554         secedit"
27555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27556 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27557 ac_config_files="$ac_config_files programs/secedit/Makefile"
27558
27559 ALL_MAKEFILES="$ALL_MAKEFILES \\
27560         programs/services/Makefile"
27561 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27562         services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27563         services"
27564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27565 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27566 ac_config_files="$ac_config_files programs/services/Makefile"
27567
27568 ALL_MAKEFILES="$ALL_MAKEFILES \\
27569         programs/spoolsv/Makefile"
27570 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27571         spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27572         spoolsv"
27573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27574 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27575 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27576
27577 ALL_MAKEFILES="$ALL_MAKEFILES \\
27578         programs/start/Makefile"
27579 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27580         start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27581         start"
27582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27583 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27584 ac_config_files="$ac_config_files programs/start/Makefile"
27585
27586 ALL_MAKEFILES="$ALL_MAKEFILES \\
27587         programs/svchost/Makefile"
27588 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27589         svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27590         svchost"
27591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27592 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27593 ac_config_files="$ac_config_files programs/svchost/Makefile"
27594
27595 ALL_MAKEFILES="$ALL_MAKEFILES \\
27596         programs/taskmgr/Makefile"
27597 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27598         taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27599         taskmgr"
27600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27601 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27602 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27603
27604 ALL_MAKEFILES="$ALL_MAKEFILES \\
27605         programs/uninstaller/Makefile"
27606 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27607         uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27608         uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27609         uninstaller"
27610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27611 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27612 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27613
27614 ALL_MAKEFILES="$ALL_MAKEFILES \\
27615         programs/unlodctr/Makefile"
27616 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27617         unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27618         unlodctr"
27619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27620 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
27621 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
27622
27623 ALL_MAKEFILES="$ALL_MAKEFILES \\
27624         programs/view/Makefile"
27625 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27626         view"
27627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27628 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27629 ac_config_files="$ac_config_files programs/view/Makefile"
27630
27631 ALL_MAKEFILES="$ALL_MAKEFILES \\
27632         programs/wineboot/Makefile"
27633 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27634         wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27635         wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27636         wineboot"
27637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27638 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27639 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27640
27641 ALL_MAKEFILES="$ALL_MAKEFILES \\
27642         programs/winebrowser/Makefile"
27643 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27644         winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27645         winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27646         winebrowser"
27647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27648 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27649 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27650
27651 ALL_MAKEFILES="$ALL_MAKEFILES \\
27652         programs/winecfg/Makefile"
27653 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27654         winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27655         winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27656         winecfg"
27657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27658 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27659 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27660
27661 ALL_MAKEFILES="$ALL_MAKEFILES \\
27662         programs/wineconsole/Makefile"
27663 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27664         wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27665         wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27666         wineconsole"
27667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27668 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27669 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27670
27671 ALL_MAKEFILES="$ALL_MAKEFILES \\
27672         programs/winedbg/Makefile"
27673 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27674         winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27675         winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27676         winedbg"
27677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27678 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27679 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27680
27681 ALL_MAKEFILES="$ALL_MAKEFILES \\
27682         programs/winedevice/Makefile"
27683 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27684         winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27685         winedevice"
27686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27687 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27688 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27689
27690 ALL_MAKEFILES="$ALL_MAKEFILES \\
27691         programs/winefile/Makefile"
27692 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27693         winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27694         winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27695         winefile"
27696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27697 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27698 ac_config_files="$ac_config_files programs/winefile/Makefile"
27699
27700 ALL_MAKEFILES="$ALL_MAKEFILES \\
27701         programs/winemenubuilder/Makefile"
27702 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27703         winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27704         winemenubuilder"
27705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27706 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27707 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27708
27709 ALL_MAKEFILES="$ALL_MAKEFILES \\
27710         programs/winemine/Makefile"
27711 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27712         winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27713         winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27714         winemine"
27715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27716 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27717 ac_config_files="$ac_config_files programs/winemine/Makefile"
27718
27719 ALL_MAKEFILES="$ALL_MAKEFILES \\
27720         programs/winepath/Makefile"
27721 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27722         winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27723         winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27724         winepath"
27725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27726 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27727 ac_config_files="$ac_config_files programs/winepath/Makefile"
27728
27729 ALL_MAKEFILES="$ALL_MAKEFILES \\
27730         programs/winetest/Makefile"
27731 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27732         winetest"
27733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27734 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27735 ac_config_files="$ac_config_files programs/winetest/Makefile"
27736
27737 ALL_MAKEFILES="$ALL_MAKEFILES \\
27738         programs/winevdm/Makefile"
27739 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27740         winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27741         winevdm"
27742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27743 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27744 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27745
27746 ALL_MAKEFILES="$ALL_MAKEFILES \\
27747         programs/winhlp32/Makefile"
27748 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27749         winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27750         winhlp32"
27751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27752 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27753 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27754
27755 ALL_MAKEFILES="$ALL_MAKEFILES \\
27756         programs/winver/Makefile"
27757 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27758         winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27759         winver"
27760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27761 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27762 ac_config_files="$ac_config_files programs/winver/Makefile"
27763
27764 ALL_MAKEFILES="$ALL_MAKEFILES \\
27765         programs/wordpad/Makefile"
27766 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27767         wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27768         wordpad"
27769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27770 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27771 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27772
27773 ALL_MAKEFILES="$ALL_MAKEFILES \\
27774         programs/write/Makefile"
27775 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27776         write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27777         write"
27778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27779 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27780 ac_config_files="$ac_config_files programs/write/Makefile"
27781
27782 ALL_MAKEFILES="$ALL_MAKEFILES \\
27783         programs/xcopy/Makefile"
27784 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27785         xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27786         xcopy"
27787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27788 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27789 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27790
27791 ALL_MAKEFILES="$ALL_MAKEFILES \\
27792         server/Makefile"
27793 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27794         server"
27795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27796 server/Makefile: server/Makefile.in Make.rules"
27797 ac_config_files="$ac_config_files server/Makefile"
27798
27799 ALL_MAKEFILES="$ALL_MAKEFILES \\
27800         tools/Makefile"
27801 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27802         tools"
27803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27804 tools/Makefile: tools/Makefile.in Make.rules"
27805 ac_config_files="$ac_config_files tools/Makefile"
27806
27807 ALL_MAKEFILES="$ALL_MAKEFILES \\
27808         tools/widl/Makefile"
27809
27810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27811 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27812 ac_config_files="$ac_config_files tools/widl/Makefile"
27813
27814 ALL_MAKEFILES="$ALL_MAKEFILES \\
27815         tools/winebuild/Makefile"
27816
27817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27818 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27819 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27820
27821 ALL_MAKEFILES="$ALL_MAKEFILES \\
27822         tools/winedump/Makefile"
27823
27824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27825 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27826 ac_config_files="$ac_config_files tools/winedump/Makefile"
27827
27828 ALL_MAKEFILES="$ALL_MAKEFILES \\
27829         tools/winegcc/Makefile"
27830
27831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27832 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27833 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27834
27835 ALL_MAKEFILES="$ALL_MAKEFILES \\
27836         tools/wmc/Makefile"
27837
27838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27839 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27840 ac_config_files="$ac_config_files tools/wmc/Makefile"
27841
27842 ALL_MAKEFILES="$ALL_MAKEFILES \\
27843         tools/wrc/Makefile"
27844
27845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27846 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27847 ac_config_files="$ac_config_files tools/wrc/Makefile"
27848
27849
27850
27851 ALL_WINETEST_DEPENDS="# Test binaries"
27852
27853 for dir in $ALL_TEST_DIRS
27854 do
27855     if test "$dir" != "\\"
27856     then
27857         testname=`expr $dir : '\(.*\)/tests'`_test.exe
27858         ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27859 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27860         cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27861     fi
27862 done
27863
27864 cat >confcache <<\_ACEOF
27865 # This file is a shell script that caches the results of configure
27866 # tests run on this system so they can be shared between configure
27867 # scripts and configure runs, see configure's option --config-cache.
27868 # It is not useful on other systems.  If it contains results you don't
27869 # want to keep, you may remove or edit it.
27870 #
27871 # config.status only pays attention to the cache file if you give it
27872 # the --recheck option to rerun configure.
27873 #
27874 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27875 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27876 # following values.
27877
27878 _ACEOF
27879
27880 # The following way of writing the cache mishandles newlines in values,
27881 # but we know of no workaround that is simple, portable, and efficient.
27882 # So, we kill variables containing newlines.
27883 # Ultrix sh set writes to stderr and can't be redirected directly,
27884 # and sets the high bit in the cache file unless we assign to the vars.
27885 (
27886   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27887     eval ac_val=\$$ac_var
27888     case $ac_val in #(
27889     *${as_nl}*)
27890       case $ac_var in #(
27891       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
27892 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
27893       esac
27894       case $ac_var in #(
27895       _ | IFS | as_nl) ;; #(
27896       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
27897       *) $as_unset $ac_var ;;
27898       esac ;;
27899     esac
27900   done
27901
27902   (set) 2>&1 |
27903     case $as_nl`(ac_space=' '; set) 2>&1` in #(
27904     *${as_nl}ac_space=\ *)
27905       # `set' does not quote correctly, so add quotes (double-quote
27906       # substitution turns \\\\ into \\, and sed turns \\ into \).
27907       sed -n \
27908         "s/'/'\\\\''/g;
27909           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27910       ;; #(
27911     *)
27912       # `set' quotes correctly as required by POSIX, so do not add quotes.
27913       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27914       ;;
27915     esac |
27916     sort
27917 ) |
27918   sed '
27919      /^ac_cv_env_/b end
27920      t clear
27921      :clear
27922      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27923      t end
27924      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27925      :end' >>confcache
27926 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27927   if test -w "$cache_file"; then
27928     test "x$cache_file" != "x/dev/null" &&
27929       { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
27930 $as_echo "$as_me: updating cache $cache_file" >&6;}
27931     cat confcache >$cache_file
27932   else
27933     { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27934 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27935   fi
27936 fi
27937 rm -f confcache
27938
27939 test "x$prefix" = xNONE && prefix=$ac_default_prefix
27940 # Let make expand exec_prefix.
27941 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
27942
27943 DEFS=-DHAVE_CONFIG_H
27944
27945 ac_libobjs=
27946 ac_ltlibobjs=
27947 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
27948   # 1. Remove the extension, and $U if already installed.
27949   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
27950   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
27951   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
27952   #    will be set to the directory where LIBOBJS objects are built.
27953   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27954   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27955 done
27956 LIBOBJS=$ac_libobjs
27957
27958 LTLIBOBJS=$ac_ltlibobjs
27959
27960
27961
27962 : ${CONFIG_STATUS=./config.status}
27963 ac_write_fail=0
27964 ac_clean_files_save=$ac_clean_files
27965 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27966 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27967 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
27968 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27969 #! $SHELL
27970 # Generated by $as_me.
27971 # Run this file to recreate the current configuration.
27972 # Compiler output produced by configure, useful for debugging
27973 # configure, is in config.log if it exists.
27974
27975 debug=false
27976 ac_cs_recheck=false
27977 ac_cs_silent=false
27978 SHELL=\${CONFIG_SHELL-$SHELL}
27979 _ACEOF
27980
27981 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27982 ## --------------------- ##
27983 ## M4sh Initialization.  ##
27984 ## --------------------- ##
27985
27986 # Be more Bourne compatible
27987 DUALCASE=1; export DUALCASE # for MKS sh
27988 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27989   emulate sh
27990   NULLCMD=:
27991   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
27992   # is contrary to our usage.  Disable this feature.
27993   alias -g '${1+"$@"}'='"$@"'
27994   setopt NO_GLOB_SUBST
27995 else
27996   case `(set -o) 2>/dev/null` in
27997   *posix*) set -o posix ;;
27998 esac
27999
28000 fi
28001
28002
28003
28004
28005 # PATH needs CR
28006 # Avoid depending upon Character Ranges.
28007 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28008 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28009 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28010 as_cr_digits='0123456789'
28011 as_cr_alnum=$as_cr_Letters$as_cr_digits
28012
28013 as_nl='
28014 '
28015 export as_nl
28016 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28017 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28018 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28019 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28020 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28021   as_echo='printf %s\n'
28022   as_echo_n='printf %s'
28023 else
28024   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28025     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28026     as_echo_n='/usr/ucb/echo -n'
28027   else
28028     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28029     as_echo_n_body='eval
28030       arg=$1;
28031       case $arg in
28032       *"$as_nl"*)
28033         expr "X$arg" : "X\\(.*\\)$as_nl";
28034         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28035       esac;
28036       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28037     '
28038     export as_echo_n_body
28039     as_echo_n='sh -c $as_echo_n_body as_echo'
28040   fi
28041   export as_echo_body
28042   as_echo='sh -c $as_echo_body as_echo'
28043 fi
28044
28045 # The user is always right.
28046 if test "${PATH_SEPARATOR+set}" != set; then
28047   PATH_SEPARATOR=:
28048   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28049     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28050       PATH_SEPARATOR=';'
28051   }
28052 fi
28053
28054 # Support unset when possible.
28055 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28056   as_unset=unset
28057 else
28058   as_unset=false
28059 fi
28060
28061
28062 # IFS
28063 # We need space, tab and new line, in precisely that order.  Quoting is
28064 # there to prevent editors from complaining about space-tab.
28065 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28066 # splitting by setting IFS to empty value.)
28067 IFS=" ""        $as_nl"
28068
28069 # Find who we are.  Look in the path if we contain no directory separator.
28070 case $0 in
28071   *[\\/]* ) as_myself=$0 ;;
28072   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28073 for as_dir in $PATH
28074 do
28075   IFS=$as_save_IFS
28076   test -z "$as_dir" && as_dir=.
28077   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28078 done
28079 IFS=$as_save_IFS
28080
28081      ;;
28082 esac
28083 # We did not find ourselves, most probably we were run as `sh COMMAND'
28084 # in which case we are not to be found in the path.
28085 if test "x$as_myself" = x; then
28086   as_myself=$0
28087 fi
28088 if test ! -f "$as_myself"; then
28089   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28090   { (exit 1); exit 1; }
28091 fi
28092
28093 # Work around bugs in pre-3.0 UWIN ksh.
28094 for as_var in ENV MAIL MAILPATH
28095 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28096 done
28097 PS1='$ '
28098 PS2='> '
28099 PS4='+ '
28100
28101 # NLS nuisances.
28102 LC_ALL=C
28103 export LC_ALL
28104 LANGUAGE=C
28105 export LANGUAGE
28106
28107 # Required to use basename.
28108 if expr a : '\(a\)' >/dev/null 2>&1 &&
28109    test "X`expr 00001 : '.*\(...\)'`" = X001; then
28110   as_expr=expr
28111 else
28112   as_expr=false
28113 fi
28114
28115 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28116   as_basename=basename
28117 else
28118   as_basename=false
28119 fi
28120
28121
28122 # Name of the executable.
28123 as_me=`$as_basename -- "$0" ||
28124 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28125          X"$0" : 'X\(//\)$' \| \
28126          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28127 $as_echo X/"$0" |
28128     sed '/^.*\/\([^/][^/]*\)\/*$/{
28129             s//\1/
28130             q
28131           }
28132           /^X\/\(\/\/\)$/{
28133             s//\1/
28134             q
28135           }
28136           /^X\/\(\/\).*/{
28137             s//\1/
28138             q
28139           }
28140           s/.*/./; q'`
28141
28142 # CDPATH.
28143 $as_unset CDPATH
28144
28145
28146
28147   as_lineno_1=$LINENO
28148   as_lineno_2=$LINENO
28149   test "x$as_lineno_1" != "x$as_lineno_2" &&
28150   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28151
28152   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28153   # uniformly replaced by the line number.  The first 'sed' inserts a
28154   # line-number line after each line using $LINENO; the second 'sed'
28155   # does the real work.  The second script uses 'N' to pair each
28156   # line-number line with the line containing $LINENO, and appends
28157   # trailing '-' during substitution so that $LINENO is not a special
28158   # case at line end.
28159   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28160   # scripts with optimization help from Paolo Bonzini.  Blame Lee
28161   # E. McMahon (1931-1989) for sed's syntax.  :-)
28162   sed -n '
28163     p
28164     /[$]LINENO/=
28165   ' <$as_myself |
28166     sed '
28167       s/[$]LINENO.*/&-/
28168       t lineno
28169       b
28170       :lineno
28171       N
28172       :loop
28173       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28174       t loop
28175       s/-\n.*//
28176     ' >$as_me.lineno &&
28177   chmod +x "$as_me.lineno" ||
28178     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28179    { (exit 1); exit 1; }; }
28180
28181   # Don't try to exec as it changes $[0], causing all sort of problems
28182   # (the dirname of $[0] is not the place where we might find the
28183   # original and so on.  Autoconf is especially sensitive to this).
28184   . "./$as_me.lineno"
28185   # Exit status is that of the last command.
28186   exit
28187 }
28188
28189
28190 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28191   as_dirname=dirname
28192 else
28193   as_dirname=false
28194 fi
28195
28196 ECHO_C= ECHO_N= ECHO_T=
28197 case `echo -n x` in
28198 -n*)
28199   case `echo 'x\c'` in
28200   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
28201   *)   ECHO_C='\c';;
28202   esac;;
28203 *)
28204   ECHO_N='-n';;
28205 esac
28206 if expr a : '\(a\)' >/dev/null 2>&1 &&
28207    test "X`expr 00001 : '.*\(...\)'`" = X001; then
28208   as_expr=expr
28209 else
28210   as_expr=false
28211 fi
28212
28213 rm -f conf$$ conf$$.exe conf$$.file
28214 if test -d conf$$.dir; then
28215   rm -f conf$$.dir/conf$$.file
28216 else
28217   rm -f conf$$.dir
28218   mkdir conf$$.dir 2>/dev/null
28219 fi
28220 if (echo >conf$$.file) 2>/dev/null; then
28221   if ln -s conf$$.file conf$$ 2>/dev/null; then
28222     as_ln_s='ln -s'
28223     # ... but there are two gotchas:
28224     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28225     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28226     # In both cases, we have to default to `cp -p'.
28227     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28228       as_ln_s='cp -p'
28229   elif ln conf$$.file conf$$ 2>/dev/null; then
28230     as_ln_s=ln
28231   else
28232     as_ln_s='cp -p'
28233   fi
28234 else
28235   as_ln_s='cp -p'
28236 fi
28237 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28238 rmdir conf$$.dir 2>/dev/null
28239
28240 if mkdir -p . 2>/dev/null; then
28241   as_mkdir_p=:
28242 else
28243   test -d ./-p && rmdir ./-p
28244   as_mkdir_p=false
28245 fi
28246
28247 if test -x / >/dev/null 2>&1; then
28248   as_test_x='test -x'
28249 else
28250   if ls -dL / >/dev/null 2>&1; then
28251     as_ls_L_option=L
28252   else
28253     as_ls_L_option=
28254   fi
28255   as_test_x='
28256     eval sh -c '\''
28257       if test -d "$1"; then
28258         test -d "$1/.";
28259       else
28260         case $1 in
28261         -*)set "./$1";;
28262         esac;
28263         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28264         ???[sx]*):;;*)false;;esac;fi
28265     '\'' sh
28266   '
28267 fi
28268 as_executable_p=$as_test_x
28269
28270 # Sed expression to map a string onto a valid CPP name.
28271 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28272
28273 # Sed expression to map a string onto a valid variable name.
28274 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28275
28276
28277 exec 6>&1
28278
28279 # Save the log message, to keep $[0] and so on meaningful, and to
28280 # report actual input values of CONFIG_FILES etc. instead of their
28281 # values after options handling.
28282 ac_log="
28283 This file was extended by Wine $as_me 1.1.14, which was
28284 generated by GNU Autoconf 2.63.  Invocation command line was
28285
28286   CONFIG_FILES    = $CONFIG_FILES
28287   CONFIG_HEADERS  = $CONFIG_HEADERS
28288   CONFIG_LINKS    = $CONFIG_LINKS
28289   CONFIG_COMMANDS = $CONFIG_COMMANDS
28290   $ $0 $@
28291
28292 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28293 "
28294
28295 _ACEOF
28296
28297 case $ac_config_files in *"
28298 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28299 esac
28300
28301 case $ac_config_headers in *"
28302 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28303 esac
28304
28305
28306 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28307 # Files that config.status was made for.
28308 config_files="$ac_config_files"
28309 config_headers="$ac_config_headers"
28310 config_commands="$ac_config_commands"
28311
28312 _ACEOF
28313
28314 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28315 ac_cs_usage="\
28316 \`$as_me' instantiates files from templates according to the
28317 current configuration.
28318
28319 Usage: $0 [OPTION]... [FILE]...
28320
28321   -h, --help       print this help, then exit
28322   -V, --version    print version number and configuration settings, then exit
28323   -q, --quiet, --silent
28324                    do not print progress messages
28325   -d, --debug      don't remove temporary files
28326       --recheck    update $as_me by reconfiguring in the same conditions
28327       --file=FILE[:TEMPLATE]
28328                    instantiate the configuration file FILE
28329       --header=FILE[:TEMPLATE]
28330                    instantiate the configuration header FILE
28331
28332 Configuration files:
28333 $config_files
28334
28335 Configuration headers:
28336 $config_headers
28337
28338 Configuration commands:
28339 $config_commands
28340
28341 Report bugs to <bug-autoconf@gnu.org>."
28342
28343 _ACEOF
28344 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28345 ac_cs_version="\\
28346 Wine config.status 1.1.14
28347 configured by $0, generated by GNU Autoconf 2.63,
28348   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28349
28350 Copyright (C) 2008 Free Software Foundation, Inc.
28351 This config.status script is free software; the Free Software Foundation
28352 gives unlimited permission to copy, distribute and modify it."
28353
28354 ac_pwd='$ac_pwd'
28355 srcdir='$srcdir'
28356 INSTALL='$INSTALL'
28357 test -n "\$AWK" || AWK=awk
28358 _ACEOF
28359
28360 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28361 # The default lists apply if the user does not specify any file.
28362 ac_need_defaults=:
28363 while test $# != 0
28364 do
28365   case $1 in
28366   --*=*)
28367     ac_option=`expr "X$1" : 'X\([^=]*\)='`
28368     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28369     ac_shift=:
28370     ;;
28371   *)
28372     ac_option=$1
28373     ac_optarg=$2
28374     ac_shift=shift
28375     ;;
28376   esac
28377
28378   case $ac_option in
28379   # Handling of the options.
28380   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28381     ac_cs_recheck=: ;;
28382   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28383     $as_echo "$ac_cs_version"; exit ;;
28384   --debug | --debu | --deb | --de | --d | -d )
28385     debug=: ;;
28386   --file | --fil | --fi | --f )
28387     $ac_shift
28388     case $ac_optarg in
28389     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28390     esac
28391     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28392     ac_need_defaults=false;;
28393   --header | --heade | --head | --hea )
28394     $ac_shift
28395     case $ac_optarg in
28396     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28397     esac
28398     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28399     ac_need_defaults=false;;
28400   --he | --h)
28401     # Conflict between --help and --header
28402     { $as_echo "$as_me: error: ambiguous option: $1
28403 Try \`$0 --help' for more information." >&2
28404    { (exit 1); exit 1; }; };;
28405   --help | --hel | -h )
28406     $as_echo "$ac_cs_usage"; exit ;;
28407   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28408   | -silent | --silent | --silen | --sile | --sil | --si | --s)
28409     ac_cs_silent=: ;;
28410
28411   # This is an error.
28412   -*) { $as_echo "$as_me: error: unrecognized option: $1
28413 Try \`$0 --help' for more information." >&2
28414    { (exit 1); exit 1; }; } ;;
28415
28416   *) ac_config_targets="$ac_config_targets $1"
28417      ac_need_defaults=false ;;
28418
28419   esac
28420   shift
28421 done
28422
28423 ac_configure_extra_args=
28424
28425 if $ac_cs_silent; then
28426   exec 6>/dev/null
28427   ac_configure_extra_args="$ac_configure_extra_args --silent"
28428 fi
28429
28430 _ACEOF
28431 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28432 if \$ac_cs_recheck; then
28433   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28434   shift
28435   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28436   CONFIG_SHELL='$SHELL'
28437   export CONFIG_SHELL
28438   exec "\$@"
28439 fi
28440
28441 _ACEOF
28442 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28443 exec 5>>config.log
28444 {
28445   echo
28446   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28447 ## Running $as_me. ##
28448 _ASBOX
28449   $as_echo "$ac_log"
28450 } >&5
28451
28452 _ACEOF
28453 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28454 _ACEOF
28455
28456 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28457
28458 # Handling of arguments.
28459 for ac_config_target in $ac_config_targets
28460 do
28461   case $ac_config_target in
28462     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28463     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28464     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28465     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28466     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28467     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28468     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28469     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28470     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28471     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28472     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28473     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28474     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28475     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28476     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28477     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28478     "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28479     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28480     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28481     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28482     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28483     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28484     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28485     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28486     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28487     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28488     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28489     "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
28490     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28491     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28492     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28493     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28494     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28495     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28496     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28497     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28498     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28499     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28500     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28501     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28502     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28503     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28504     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28505     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28506     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28507     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28508     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28509     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28510     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28511     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28512     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28513     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28514     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28515     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28516     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28517     "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28518     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28519     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28520     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28521     "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28522     "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28523     "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28524     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28525     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28526     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28527     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28528     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28529     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28530     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28531     "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28532     "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28533     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28534     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28535     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28536     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28537     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28538     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28539     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28540     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28541     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28542     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28543     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28544     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28545     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28546     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28547     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28548     "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
28549     "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
28550     "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
28551     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28552     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28553     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28554     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28555     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28556     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28557     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28558     "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
28559     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28560     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28561     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28562     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28563     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28564     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28565     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28566     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28567     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28568     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28569     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28570     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28571     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28572     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28573     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28574     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28575     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28576     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28577     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28578     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28579     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28580     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28581     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28582     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28583     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28584     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28585     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28586     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28587     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28588     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28589     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28590     "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28591     "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28592     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28593     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28594     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28595     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28596     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28597     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28598     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28599     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28600     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28601     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28602     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28603     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28604     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28605     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28606     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28607     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28608     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28609     "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
28610     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28611     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28612     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28613     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28614     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28615     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28616     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28617     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28618     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28619     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28620     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28621     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28622     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28623     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28624     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28625     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28626     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28627     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28628     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28629     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28630     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28631     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28632     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28633     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28634     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28635     "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
28636     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28637     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28638     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28639     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28640     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28641     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28642     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28643     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28644     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28645     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28646     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28647     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28648     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28649     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28650     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28651     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28652     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28653     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28654     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28655     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28656     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28657     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28658     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28659     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28660     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28661     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28662     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28663     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28664     "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
28665     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28666     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28667     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28668     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28669     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28670     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28671     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28672     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28673     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28674     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28675     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28676     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28677     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28678     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28679     "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
28680     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28681     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28682     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28683     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28684     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28685     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28686     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28687     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28688     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28689     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28690     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28691     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28692     "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
28693     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28694     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28695     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28696     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28697     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28698     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28699     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28700     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28701     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28702     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28703     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28704     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28705     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28706     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28707     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28708     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28709     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28710     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28711     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28712     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28713     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28714     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28715     "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28716     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28717     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28718     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28719     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28720     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28721     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28722     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28723     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28724     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28725     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28726     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28727     "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
28728     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28729     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28730     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28731     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28732     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28733     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28734     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28735     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28736     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28737     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28738     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28739     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28740     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28741     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28742     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28743     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28744     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28745     "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
28746     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28747     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28748     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28749     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28750     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28751     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28752     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28753     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28754     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28755     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28756     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28757     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28758     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28759     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28760     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28761     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28762     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28763     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28764     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28765     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28766     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28767     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28768     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28769     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28770     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28771     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28772     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28773     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28774     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28775     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28776     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28777     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28778     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28779     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28780     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28781     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28782     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28783     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28784     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28785     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28786     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28787     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28788     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28789     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28790     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28791     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28792     "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
28793     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28794     "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
28795     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28796     "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
28797     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28798     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28799     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28800     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28801     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28802     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28803     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28804     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28805     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28806     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28807     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28808     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28809     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28810     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28811     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28812     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28813     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28814     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28815     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28816     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28817     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28818     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28819     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28820     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28821     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28822     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28823     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28824     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28825     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28826     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28827     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28828     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28829     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28830     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28831     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28832     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28833     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28834     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28835     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28836     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28837     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28838     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28839     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28840     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28841     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28842     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28843     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28844     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28845     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28846     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28847     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28848     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28849     "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28850     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28851     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28852     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28853     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28854     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28855     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28856     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28857     "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
28858     "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28859     "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28860     "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28861     "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28862     "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28863     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28864     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
28865     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
28866     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
28867     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
28868     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
28869     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
28870     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
28871     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
28872     "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
28873     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
28874     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
28875     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28876     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
28877     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
28878     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
28879     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
28880     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
28881     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
28882     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
28883     "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
28884     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
28885     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
28886     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
28887     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
28888     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
28889     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
28890     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
28891     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28892     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
28893     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
28894     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
28895     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
28896     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28897     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
28898     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
28899     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28900     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28901     "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
28902     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
28903     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
28904     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28905     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
28906     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28907     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
28908     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
28909     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
28910     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28911     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
28912     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
28913     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
28914     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
28915     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28916     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
28917     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
28918     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
28919     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
28920     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
28921     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
28922     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
28923     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
28924     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
28925     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
28926     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
28927     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
28928
28929   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28930 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28931    { (exit 1); exit 1; }; };;
28932   esac
28933 done
28934
28935
28936 # If the user did not use the arguments to specify the items to instantiate,
28937 # then the envvar interface is used.  Set only those that are not.
28938 # We use the long form for the default assignment because of an extremely
28939 # bizarre bug on SunOS 4.1.3.
28940 if $ac_need_defaults; then
28941   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
28942   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
28943   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
28944 fi
28945
28946 # Have a temporary directory for convenience.  Make it in the build tree
28947 # simply because there is no reason against having it here, and in addition,
28948 # creating and moving files from /tmp can sometimes cause problems.
28949 # Hook for its removal unless debugging.
28950 # Note that there is a small window in which the directory will not be cleaned:
28951 # after its creation but before its name has been assigned to `$tmp'.
28952 $debug ||
28953 {
28954   tmp=
28955   trap 'exit_status=$?
28956   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28957 ' 0
28958   trap '{ (exit 1); exit 1; }' 1 2 13 15
28959 }
28960 # Create a (secure) tmp directory for tmp files.
28961
28962 {
28963   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28964   test -n "$tmp" && test -d "$tmp"
28965 }  ||
28966 {
28967   tmp=./conf$$-$RANDOM
28968   (umask 077 && mkdir "$tmp")
28969 } ||
28970 {
28971    $as_echo "$as_me: cannot create a temporary directory in ." >&2
28972    { (exit 1); exit 1; }
28973 }
28974
28975 # Set up the scripts for CONFIG_FILES section.
28976 # No need to generate them if there are no CONFIG_FILES.
28977 # This happens for instance with `./config.status config.h'.
28978 if test -n "$CONFIG_FILES"; then
28979
28980 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
28981   ac_cs_awk_getline=:
28982   ac_cs_awk_pipe_init=
28983   ac_cs_awk_read_file='
28984       while ((getline aline < (F[key])) > 0)
28985         print(aline)
28986       close(F[key])'
28987   ac_cs_awk_pipe_fini=
28988 else
28989   ac_cs_awk_getline=false
28990   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
28991   ac_cs_awk_read_file='
28992       print "|#_!!_#|"
28993       print "cat " F[key] " &&"
28994       '$ac_cs_awk_pipe_init
28995   # The final `:' finishes the AND list.
28996   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
28997 fi
28998 ac_cr='\r'
28999 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29000 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29001   ac_cs_awk_cr='\\r'
29002 else
29003   ac_cs_awk_cr=$ac_cr
29004 fi
29005
29006 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29007 _ACEOF
29008
29009 # Create commands to substitute file output variables.
29010 {
29011   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29012   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29013   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29014   echo "_ACAWK" &&
29015   echo "_ACEOF"
29016 } >conf$$files.sh &&
29017 . ./conf$$files.sh ||
29018   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29019 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29020    { (exit 1); exit 1; }; }
29021 rm -f conf$$files.sh
29022
29023 {
29024   echo "cat >conf$$subs.awk <<_ACEOF" &&
29025   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29026   echo "_ACEOF"
29027 } >conf$$subs.sh ||
29028   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29029 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29030    { (exit 1); exit 1; }; }
29031 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29032 ac_delim='%!_!# '
29033 for ac_last_try in false false false false false :; do
29034   . ./conf$$subs.sh ||
29035     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29036 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29037    { (exit 1); exit 1; }; }
29038
29039   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29040   if test $ac_delim_n = $ac_delim_num; then
29041     break
29042   elif $ac_last_try; then
29043     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29044 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29045    { (exit 1); exit 1; }; }
29046   else
29047     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29048   fi
29049 done
29050 rm -f conf$$subs.sh
29051
29052 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29053 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29054 _ACEOF
29055 sed -n '
29056 h
29057 s/^/S["/; s/!.*/"]=/
29058 p
29059 g
29060 s/^[^!]*!//
29061 :repl
29062 t repl
29063 s/'"$ac_delim"'$//
29064 t delim
29065 :nl
29066 h
29067 s/\(.\{148\}\).*/\1/
29068 t more1
29069 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29070 p
29071 n
29072 b repl
29073 :more1
29074 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29075 p
29076 g
29077 s/.\{148\}//
29078 t nl
29079 :delim
29080 h
29081 s/\(.\{148\}\).*/\1/
29082 t more2
29083 s/["\\]/\\&/g; s/^/"/; s/$/"/
29084 p
29085 b
29086 :more2
29087 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29088 p
29089 g
29090 s/.\{148\}//
29091 t delim
29092 ' <conf$$subs.awk | sed '
29093 /^[^""]/{
29094   N
29095   s/\n//
29096 }
29097 ' >>$CONFIG_STATUS || ac_write_fail=1
29098 rm -f conf$$subs.awk
29099 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29100 _ACAWK
29101 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29102   for (key in S) S_is_set[key] = 1
29103   FS = "\a"
29104   \$ac_cs_awk_pipe_init
29105 }
29106 {
29107   line = $ 0
29108   nfields = split(line, field, "@")
29109   substed = 0
29110   len = length(field[1])
29111   for (i = 2; i < nfields; i++) {
29112     key = field[i]
29113     keylen = length(key)
29114     if (S_is_set[key]) {
29115       value = S[key]
29116       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29117       len += length(value) + length(field[++i])
29118       substed = 1
29119     } else
29120       len += 1 + keylen
29121   }
29122   if (nfields == 3 && !substed) {
29123     key = field[2]
29124     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
29125       \$ac_cs_awk_read_file
29126       next
29127     }
29128   }
29129   print line
29130 }
29131 \$ac_cs_awk_pipe_fini
29132 _ACAWK
29133 _ACEOF
29134 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29135 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29136   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29137 else
29138   cat
29139 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29140   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29141 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29142    { (exit 1); exit 1; }; }
29143 _ACEOF
29144
29145 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29146 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29147 # trailing colons and then remove the whole line if VPATH becomes empty
29148 # (actually we leave an empty line to preserve line numbers).
29149 if test "x$srcdir" = x.; then
29150   ac_vpsub='/^[  ]*VPATH[        ]*=/{
29151 s/:*\$(srcdir):*/:/
29152 s/:*\${srcdir}:*/:/
29153 s/:*@srcdir@:*/:/
29154 s/^\([^=]*=[     ]*\):*/\1/
29155 s/:*$//
29156 s/^[^=]*=[       ]*$//
29157 }'
29158 fi
29159
29160 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29161 fi # test -n "$CONFIG_FILES"
29162
29163 # Set up the scripts for CONFIG_HEADERS section.
29164 # No need to generate them if there are no CONFIG_HEADERS.
29165 # This happens for instance with `./config.status Makefile'.
29166 if test -n "$CONFIG_HEADERS"; then
29167 cat >"$tmp/defines.awk" <<\_ACAWK ||
29168 BEGIN {
29169 _ACEOF
29170
29171 # Transform confdefs.h into an awk script `defines.awk', embedded as
29172 # here-document in config.status, that substitutes the proper values into
29173 # config.h.in to produce config.h.
29174
29175 # Create a delimiter string that does not exist in confdefs.h, to ease
29176 # handling of long lines.
29177 ac_delim='%!_!# '
29178 for ac_last_try in false false :; do
29179   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29180   if test -z "$ac_t"; then
29181     break
29182   elif $ac_last_try; then
29183     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29184 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29185    { (exit 1); exit 1; }; }
29186   else
29187     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29188   fi
29189 done
29190
29191 # For the awk script, D is an array of macro values keyed by name,
29192 # likewise P contains macro parameters if any.  Preserve backslash
29193 # newline sequences.
29194
29195 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29196 sed -n '
29197 s/.\{148\}/&'"$ac_delim"'/g
29198 t rset
29199 :rset
29200 s/^[     ]*#[    ]*define[       ][      ]*/ /
29201 t def
29202 d
29203 :def
29204 s/\\$//
29205 t bsnl
29206 s/["\\]/\\&/g
29207 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
29208 D["\1"]=" \3"/p
29209 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
29210 d
29211 :bsnl
29212 s/["\\]/\\&/g
29213 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
29214 D["\1"]=" \3\\\\\\n"\\/p
29215 t cont
29216 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29217 t cont
29218 d
29219 :cont
29220 n
29221 s/.\{148\}/&'"$ac_delim"'/g
29222 t clear
29223 :clear
29224 s/\\$//
29225 t bsnlc
29226 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29227 d
29228 :bsnlc
29229 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29230 b cont
29231 ' <confdefs.h | sed '
29232 s/'"$ac_delim"'/"\\\
29233 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29234
29235 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29236   for (key in D) D_is_set[key] = 1
29237   FS = "\a"
29238 }
29239 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29240   line = \$ 0
29241   split(line, arg, " ")
29242   if (arg[1] == "#") {
29243     defundef = arg[2]
29244     mac1 = arg[3]
29245   } else {
29246     defundef = substr(arg[1], 2)
29247     mac1 = arg[2]
29248   }
29249   split(mac1, mac2, "(") #)
29250   macro = mac2[1]
29251   prefix = substr(line, 1, index(line, defundef) - 1)
29252   if (D_is_set[macro]) {
29253     # Preserve the white space surrounding the "#".
29254     print prefix "define", macro P[macro] D[macro]
29255     next
29256   } else {
29257     # Replace #undef with comments.  This is necessary, for example,
29258     # in the case of _POSIX_SOURCE, which is predefined and required
29259     # on some systems where configure will not decide to define it.
29260     if (defundef == "undef") {
29261       print "/*", prefix defundef, macro, "*/"
29262       next
29263     }
29264   }
29265 }
29266 { print }
29267 _ACAWK
29268 _ACEOF
29269 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29270   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29271 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29272    { (exit 1); exit 1; }; }
29273 fi # test -n "$CONFIG_HEADERS"
29274
29275
29276 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
29277 shift
29278 for ac_tag
29279 do
29280   case $ac_tag in
29281   :[FHLC]) ac_mode=$ac_tag; continue;;
29282   esac
29283   case $ac_mode$ac_tag in
29284   :[FHL]*:*);;
29285   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29286 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29287    { (exit 1); exit 1; }; };;
29288   :[FH]-) ac_tag=-:-;;
29289   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29290   esac
29291   ac_save_IFS=$IFS
29292   IFS=:
29293   set x $ac_tag
29294   IFS=$ac_save_IFS
29295   shift
29296   ac_file=$1
29297   shift
29298
29299   case $ac_mode in
29300   :L) ac_source=$1;;
29301   :[FH])
29302     ac_file_inputs=
29303     for ac_f
29304     do
29305       case $ac_f in
29306       -) ac_f="$tmp/stdin";;
29307       *) # Look for the file first in the build tree, then in the source tree
29308          # (if the path is not absolute).  The absolute path cannot be DOS-style,
29309          # because $ac_f cannot contain `:'.
29310          test -f "$ac_f" ||
29311            case $ac_f in
29312            [\\/$]*) false;;
29313            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29314            esac ||
29315            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29316 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29317    { (exit 1); exit 1; }; };;
29318       esac
29319       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29320       ac_file_inputs="$ac_file_inputs '$ac_f'"
29321     done
29322
29323     # Let's still pretend it is `configure' which instantiates (i.e., don't
29324     # use $as_me), people would be surprised to read:
29325     #    /* config.h.  Generated by config.status.  */
29326     configure_input='Generated from '`
29327           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29328         `' by configure.'
29329     if test x"$ac_file" != x-; then
29330       configure_input="$ac_file.  $configure_input"
29331       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29332 $as_echo "$as_me: creating $ac_file" >&6;}
29333     fi
29334     # Neutralize special characters interpreted by sed in replacement strings.
29335     case $configure_input in #(
29336     *\&* | *\|* | *\\* )
29337        ac_sed_conf_input=`$as_echo "$configure_input" |
29338        sed 's/[\\\\&|]/\\\\&/g'`;; #(
29339     *) ac_sed_conf_input=$configure_input;;
29340     esac
29341
29342     case $ac_tag in
29343     *:-:* | *:-) cat >"$tmp/stdin" \
29344       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29345 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29346    { (exit 1); exit 1; }; } ;;
29347     esac
29348     ;;
29349   esac
29350
29351   ac_dir=`$as_dirname -- "$ac_file" ||
29352 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29353          X"$ac_file" : 'X\(//\)[^/]' \| \
29354          X"$ac_file" : 'X\(//\)$' \| \
29355          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29356 $as_echo X"$ac_file" |
29357     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29358             s//\1/
29359             q
29360           }
29361           /^X\(\/\/\)[^/].*/{
29362             s//\1/
29363             q
29364           }
29365           /^X\(\/\/\)$/{
29366             s//\1/
29367             q
29368           }
29369           /^X\(\/\).*/{
29370             s//\1/
29371             q
29372           }
29373           s/.*/./; q'`
29374   { as_dir="$ac_dir"
29375   case $as_dir in #(
29376   -*) as_dir=./$as_dir;;
29377   esac
29378   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29379     as_dirs=
29380     while :; do
29381       case $as_dir in #(
29382       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29383       *) as_qdir=$as_dir;;
29384       esac
29385       as_dirs="'$as_qdir' $as_dirs"
29386       as_dir=`$as_dirname -- "$as_dir" ||
29387 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29388          X"$as_dir" : 'X\(//\)[^/]' \| \
29389          X"$as_dir" : 'X\(//\)$' \| \
29390          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29391 $as_echo X"$as_dir" |
29392     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29393             s//\1/
29394             q
29395           }
29396           /^X\(\/\/\)[^/].*/{
29397             s//\1/
29398             q
29399           }
29400           /^X\(\/\/\)$/{
29401             s//\1/
29402             q
29403           }
29404           /^X\(\/\).*/{
29405             s//\1/
29406             q
29407           }
29408           s/.*/./; q'`
29409       test -d "$as_dir" && break
29410     done
29411     test -z "$as_dirs" || eval "mkdir $as_dirs"
29412   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29413 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29414    { (exit 1); exit 1; }; }; }
29415   ac_builddir=.
29416
29417 case "$ac_dir" in
29418 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29419 *)
29420   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29421   # A ".." for each directory in $ac_dir_suffix.
29422   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29423   case $ac_top_builddir_sub in
29424   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29425   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29426   esac ;;
29427 esac
29428 ac_abs_top_builddir=$ac_pwd
29429 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29430 # for backward compatibility:
29431 ac_top_builddir=$ac_top_build_prefix
29432
29433 case $srcdir in
29434   .)  # We are building in place.
29435     ac_srcdir=.
29436     ac_top_srcdir=$ac_top_builddir_sub
29437     ac_abs_top_srcdir=$ac_pwd ;;
29438   [\\/]* | ?:[\\/]* )  # Absolute name.
29439     ac_srcdir=$srcdir$ac_dir_suffix;
29440     ac_top_srcdir=$srcdir
29441     ac_abs_top_srcdir=$srcdir ;;
29442   *) # Relative name.
29443     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29444     ac_top_srcdir=$ac_top_build_prefix$srcdir
29445     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29446 esac
29447 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29448
29449
29450   case $ac_mode in
29451   :F)
29452   #
29453   # CONFIG_FILE
29454   #
29455
29456   case $INSTALL in
29457   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29458   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29459   esac
29460 _ACEOF
29461
29462 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29463 # If the template does not know about datarootdir, expand it.
29464 # FIXME: This hack should be removed a few years after 2.60.
29465 ac_datarootdir_hack=; ac_datarootdir_seen=
29466
29467 ac_sed_dataroot='
29468 /datarootdir/ {
29469   p
29470   q
29471 }
29472 /@datadir@/p
29473 /@docdir@/p
29474 /@infodir@/p
29475 /@localedir@/p
29476 /@mandir@/p
29477 '
29478 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
29479 *datarootdir*) ac_datarootdir_seen=yes;;
29480 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29481   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29482 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29483 _ACEOF
29484 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29485   ac_datarootdir_hack='
29486   s&@datadir@&$datadir&g
29487   s&@docdir@&$docdir&g
29488   s&@infodir@&$infodir&g
29489   s&@localedir@&$localedir&g
29490   s&@mandir@&$mandir&g
29491     s&\\\${datarootdir}&$datarootdir&g' ;;
29492 esac
29493 _ACEOF
29494
29495 # Neutralize VPATH when `$srcdir' = `.'.
29496 # Shell code in configure.ac might set extrasub.
29497 # FIXME: do we really want to maintain this feature?
29498 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29499 ac_sed_extra="$ac_vpsub
29500 $extrasub
29501 _ACEOF
29502 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29503 :t
29504 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29505 s|@configure_input@|$ac_sed_conf_input|;t t
29506 s&@top_builddir@&$ac_top_builddir_sub&;t t
29507 s&@top_build_prefix@&$ac_top_build_prefix&;t t
29508 s&@srcdir@&$ac_srcdir&;t t
29509 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29510 s&@top_srcdir@&$ac_top_srcdir&;t t
29511 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29512 s&@builddir@&$ac_builddir&;t t
29513 s&@abs_builddir@&$ac_abs_builddir&;t t
29514 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29515 s&@INSTALL@&$ac_INSTALL&;t t
29516 $ac_datarootdir_hack
29517 "
29518 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29519 if $ac_cs_awk_getline; then
29520   $AWK -f "$tmp/subs.awk"
29521 else
29522   $AWK -f "$tmp/subs.awk" | $SHELL
29523 fi >$tmp/out \
29524   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29525 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29526    { (exit 1); exit 1; }; }
29527
29528 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29529   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29530   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29531   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29532 which seems to be undefined.  Please make sure it is defined." >&5
29533 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29534 which seems to be undefined.  Please make sure it is defined." >&2;}
29535
29536   rm -f "$tmp/stdin"
29537   case $ac_file in
29538   -) cat "$tmp/out" && rm -f "$tmp/out";;
29539   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29540   esac \
29541   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29542 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29543    { (exit 1); exit 1; }; }
29544  ;;
29545   :H)
29546   #
29547   # CONFIG_HEADER
29548   #
29549   if test x"$ac_file" != x-; then
29550     {
29551       $as_echo "/* $configure_input  */" \
29552       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29553     } >"$tmp/config.h" \
29554       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29555 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29556    { (exit 1); exit 1; }; }
29557     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29558       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29559 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29560     else
29561       rm -f "$ac_file"
29562       mv "$tmp/config.h" "$ac_file" \
29563         || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29564 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29565    { (exit 1); exit 1; }; }
29566     fi
29567   else
29568     $as_echo "/* $configure_input  */" \
29569       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29570       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29571 $as_echo "$as_me: error: could not create -" >&2;}
29572    { (exit 1); exit 1; }; }
29573   fi
29574  ;;
29575
29576   :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29577 $as_echo "$as_me: executing $ac_file commands" >&6;}
29578  ;;
29579   esac
29580
29581
29582   case $ac_file$ac_mode in
29583     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29584     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29585 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29586     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29587 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29588     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29589 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29590     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29591 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29592     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29593 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29594     "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29595 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29596
29597   esac
29598 done # for ac_tag
29599
29600
29601 { (exit 0); exit 0; }
29602 _ACEOF
29603 chmod +x $CONFIG_STATUS
29604 ac_clean_files=$ac_clean_files_save
29605
29606 test $ac_write_fail = 0 ||
29607   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29608 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29609    { (exit 1); exit 1; }; }
29610
29611
29612 # configure is writing to config.log, and then calls config.status.
29613 # config.status does its own redirection, appending to config.log.
29614 # Unfortunately, on DOS this fails, as config.log is still kept open
29615 # by configure, so config.status won't be able to write to it; its
29616 # output is simply discarded.  So we exec the FD to /dev/null,
29617 # effectively closing config.log, so it can be properly (re)opened and
29618 # appended to by config.status.  When coming back to configure, we
29619 # need to make the FD available again.
29620 if test "$no_create" != yes; then
29621   ac_cs_success=:
29622   ac_config_status_args=
29623   test "$silent" = yes &&
29624     ac_config_status_args="$ac_config_status_args --quiet"
29625   exec 5>/dev/null
29626   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29627   exec 5>>config.log
29628   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29629   # would make configure fail if this is the last instruction.
29630   $ac_cs_success || { (exit 1); exit 1; }
29631 fi
29632 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29633   { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29634 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29635 fi
29636
29637
29638 if test "$no_create" = "yes"
29639 then
29640   exit 0
29641 fi
29642
29643 ac_save_IFS="$IFS"
29644 if test "x$wine_notices != "x; then
29645     echo >&6
29646     IFS="|"
29647     for msg in $wine_notices; do
29648         IFS="$ac_save_IFS"
29649         if test -n "$msg"; then
29650             { $as_echo "$as_me:$LINENO: $msg" >&5
29651 $as_echo "$as_me: $msg" >&6;}
29652         fi
29653     done
29654 fi
29655 IFS="|"
29656 for msg in $wine_warnings; do
29657     IFS="$ac_save_IFS"
29658     if test -n "$msg"; then
29659         echo >&2
29660         { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29661 $as_echo "$as_me: WARNING: $msg" >&2;}
29662     fi
29663 done
29664 IFS="$ac_save_IFS"
29665
29666 echo "
29667 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
29668 " >&6
29669