ole32: Make storage.dll into a stand-alone 16-bit module.
[wine] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.16.
4 #
5 # Report bugs to <wine-devel@winehq.org>.
6 #
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization.  ##
13 ## --------------------- ##
14
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18   emulate sh
19   NULLCMD=:
20   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21   # is contrary to our usage.  Disable this feature.
22   alias -g '${1+"$@"}'='"$@"'
23   setopt NO_GLOB_SUBST
24 else
25   case `(set -o) 2>/dev/null` in
26   *posix*) set -o posix ;;
27 esac
28
29 fi
30
31
32
33
34 # PATH needs CR
35 # Avoid depending upon Character Ranges.
36 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39 as_cr_digits='0123456789'
40 as_cr_alnum=$as_cr_Letters$as_cr_digits
41
42 as_nl='
43 '
44 export as_nl
45 # Printing a long string crashes Solaris 7 /usr/bin/printf.
46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50   as_echo='printf %s\n'
51   as_echo_n='printf %s'
52 else
53   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55     as_echo_n='/usr/ucb/echo -n'
56   else
57     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58     as_echo_n_body='eval
59       arg=$1;
60       case $arg in
61       *"$as_nl"*)
62         expr "X$arg" : "X\\(.*\\)$as_nl";
63         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64       esac;
65       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66     '
67     export as_echo_n_body
68     as_echo_n='sh -c $as_echo_n_body as_echo'
69   fi
70   export as_echo_body
71   as_echo='sh -c $as_echo_body as_echo'
72 fi
73
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76   PATH_SEPARATOR=:
77   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79       PATH_SEPARATOR=';'
80   }
81 fi
82
83 # Support unset when possible.
84 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
85   as_unset=unset
86 else
87   as_unset=false
88 fi
89
90
91 # IFS
92 # We need space, tab and new line, in precisely that order.  Quoting is
93 # there to prevent editors from complaining about space-tab.
94 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
95 # splitting by setting IFS to empty value.)
96 IFS=" ""        $as_nl"
97
98 # Find who we are.  Look in the path if we contain no directory separator.
99 case $0 in
100   *[\\/]* ) as_myself=$0 ;;
101   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102 for as_dir in $PATH
103 do
104   IFS=$as_save_IFS
105   test -z "$as_dir" && as_dir=.
106   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107 done
108 IFS=$as_save_IFS
109
110      ;;
111 esac
112 # We did not find ourselves, most probably we were run as `sh COMMAND'
113 # in which case we are not to be found in the path.
114 if test "x$as_myself" = x; then
115   as_myself=$0
116 fi
117 if test ! -f "$as_myself"; then
118   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
119   { (exit 1); exit 1; }
120 fi
121
122 # Work around bugs in pre-3.0 UWIN ksh.
123 for as_var in ENV MAIL MAILPATH
124 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
125 done
126 PS1='$ '
127 PS2='> '
128 PS4='+ '
129
130 # NLS nuisances.
131 LC_ALL=C
132 export LC_ALL
133 LANGUAGE=C
134 export LANGUAGE
135
136 # Required to use basename.
137 if expr a : '\(a\)' >/dev/null 2>&1 &&
138    test "X`expr 00001 : '.*\(...\)'`" = X001; then
139   as_expr=expr
140 else
141   as_expr=false
142 fi
143
144 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
145   as_basename=basename
146 else
147   as_basename=false
148 fi
149
150
151 # Name of the executable.
152 as_me=`$as_basename -- "$0" ||
153 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
154          X"$0" : 'X\(//\)$' \| \
155          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
156 $as_echo X/"$0" |
157     sed '/^.*\/\([^/][^/]*\)\/*$/{
158             s//\1/
159             q
160           }
161           /^X\/\(\/\/\)$/{
162             s//\1/
163             q
164           }
165           /^X\/\(\/\).*/{
166             s//\1/
167             q
168           }
169           s/.*/./; q'`
170
171 # CDPATH.
172 $as_unset CDPATH
173
174
175 if test "x$CONFIG_SHELL" = x; then
176   if (eval ":") 2>/dev/null; then
177   as_have_required=yes
178 else
179   as_have_required=no
180 fi
181
182   if test $as_have_required = yes &&     (eval ":
183 (as_func_return () {
184   (exit \$1)
185 }
186 as_func_success () {
187   as_func_return 0
188 }
189 as_func_failure () {
190   as_func_return 1
191 }
192 as_func_ret_success () {
193   return 0
194 }
195 as_func_ret_failure () {
196   return 1
197 }
198
199 exitcode=0
200 if as_func_success; then
201   :
202 else
203   exitcode=1
204   echo as_func_success failed.
205 fi
206
207 if as_func_failure; then
208   exitcode=1
209   echo as_func_failure succeeded.
210 fi
211
212 if as_func_ret_success; then
213   :
214 else
215   exitcode=1
216   echo as_func_ret_success failed.
217 fi
218
219 if as_func_ret_failure; then
220   exitcode=1
221   echo as_func_ret_failure succeeded.
222 fi
223
224 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
225   :
226 else
227   exitcode=1
228   echo positional parameters were not saved.
229 fi
230
231 test \$exitcode = 0) || { (exit 1); exit 1; }
232
233 (
234   as_lineno_1=\$LINENO
235   as_lineno_2=\$LINENO
236   test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
237   test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
238 ") 2> /dev/null; then
239   :
240 else
241   as_candidate_shells=
242     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
243 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
244 do
245   IFS=$as_save_IFS
246   test -z "$as_dir" && as_dir=.
247   case $as_dir in
248          /*)
249            for as_base in sh bash ksh sh5; do
250              as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
251            done;;
252        esac
253 done
254 IFS=$as_save_IFS
255
256
257       for as_shell in $as_candidate_shells $SHELL; do
258          # Try only shells that exist, to save several forks.
259          if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
260                 { ("$as_shell") 2> /dev/null <<\_ASEOF
261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262   emulate sh
263   NULLCMD=:
264   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
265   # is contrary to our usage.  Disable this feature.
266   alias -g '${1+"$@"}'='"$@"'
267   setopt NO_GLOB_SUBST
268 else
269   case `(set -o) 2>/dev/null` in
270   *posix*) set -o posix ;;
271 esac
272
273 fi
274
275
276 :
277 _ASEOF
278 }; then
279   CONFIG_SHELL=$as_shell
280                as_have_required=yes
281                if { "$as_shell" 2> /dev/null <<\_ASEOF
282 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
283   emulate sh
284   NULLCMD=:
285   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
286   # is contrary to our usage.  Disable this feature.
287   alias -g '${1+"$@"}'='"$@"'
288   setopt NO_GLOB_SUBST
289 else
290   case `(set -o) 2>/dev/null` in
291   *posix*) set -o posix ;;
292 esac
293
294 fi
295
296
297 :
298 (as_func_return () {
299   (exit $1)
300 }
301 as_func_success () {
302   as_func_return 0
303 }
304 as_func_failure () {
305   as_func_return 1
306 }
307 as_func_ret_success () {
308   return 0
309 }
310 as_func_ret_failure () {
311   return 1
312 }
313
314 exitcode=0
315 if as_func_success; then
316   :
317 else
318   exitcode=1
319   echo as_func_success failed.
320 fi
321
322 if as_func_failure; then
323   exitcode=1
324   echo as_func_failure succeeded.
325 fi
326
327 if as_func_ret_success; then
328   :
329 else
330   exitcode=1
331   echo as_func_ret_success failed.
332 fi
333
334 if as_func_ret_failure; then
335   exitcode=1
336   echo as_func_ret_failure succeeded.
337 fi
338
339 if ( set x; as_func_ret_success y && test x = "$1" ); then
340   :
341 else
342   exitcode=1
343   echo positional parameters were not saved.
344 fi
345
346 test $exitcode = 0) || { (exit 1); exit 1; }
347
348 (
349   as_lineno_1=$LINENO
350   as_lineno_2=$LINENO
351   test "x$as_lineno_1" != "x$as_lineno_2" &&
352   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
353
354 _ASEOF
355 }; then
356   break
357 fi
358
359 fi
360
361       done
362
363       if test "x$CONFIG_SHELL" != x; then
364   for as_var in BASH_ENV ENV
365         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
366         done
367         export CONFIG_SHELL
368         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
369 fi
370
371
372     if test $as_have_required = no; then
373   echo This script requires a shell more modern than all the
374       echo shells that I found on your system.  Please install a
375       echo modern shell, or manually run the script under such a
376       echo shell if you do have one.
377       { (exit 1); exit 1; }
378 fi
379
380
381 fi
382
383 fi
384
385
386
387 (eval "as_func_return () {
388   (exit \$1)
389 }
390 as_func_success () {
391   as_func_return 0
392 }
393 as_func_failure () {
394   as_func_return 1
395 }
396 as_func_ret_success () {
397   return 0
398 }
399 as_func_ret_failure () {
400   return 1
401 }
402
403 exitcode=0
404 if as_func_success; then
405   :
406 else
407   exitcode=1
408   echo as_func_success failed.
409 fi
410
411 if as_func_failure; then
412   exitcode=1
413   echo as_func_failure succeeded.
414 fi
415
416 if as_func_ret_success; then
417   :
418 else
419   exitcode=1
420   echo as_func_ret_success failed.
421 fi
422
423 if as_func_ret_failure; then
424   exitcode=1
425   echo as_func_ret_failure succeeded.
426 fi
427
428 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
429   :
430 else
431   exitcode=1
432   echo positional parameters were not saved.
433 fi
434
435 test \$exitcode = 0") || {
436   echo No shell found that supports shell functions.
437   echo Please tell bug-autoconf@gnu.org about your system,
438   echo including any error possibly output before this message.
439   echo This can help us improve future autoconf versions.
440   echo Configuration will now proceed without shell functions.
441 }
442
443
444
445   as_lineno_1=$LINENO
446   as_lineno_2=$LINENO
447   test "x$as_lineno_1" != "x$as_lineno_2" &&
448   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
449
450   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
451   # uniformly replaced by the line number.  The first 'sed' inserts a
452   # line-number line after each line using $LINENO; the second 'sed'
453   # does the real work.  The second script uses 'N' to pair each
454   # line-number line with the line containing $LINENO, and appends
455   # trailing '-' during substitution so that $LINENO is not a special
456   # case at line end.
457   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
458   # scripts with optimization help from Paolo Bonzini.  Blame Lee
459   # E. McMahon (1931-1989) for sed's syntax.  :-)
460   sed -n '
461     p
462     /[$]LINENO/=
463   ' <$as_myself |
464     sed '
465       s/[$]LINENO.*/&-/
466       t lineno
467       b
468       :lineno
469       N
470       :loop
471       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
472       t loop
473       s/-\n.*//
474     ' >$as_me.lineno &&
475   chmod +x "$as_me.lineno" ||
476     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
477    { (exit 1); exit 1; }; }
478
479   # Don't try to exec as it changes $[0], causing all sort of problems
480   # (the dirname of $[0] is not the place where we might find the
481   # original and so on.  Autoconf is especially sensitive to this).
482   . "./$as_me.lineno"
483   # Exit status is that of the last command.
484   exit
485 }
486
487
488 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
489   as_dirname=dirname
490 else
491   as_dirname=false
492 fi
493
494 ECHO_C= ECHO_N= ECHO_T=
495 case `echo -n x` in
496 -n*)
497   case `echo 'x\c'` in
498   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
499   *)   ECHO_C='\c';;
500   esac;;
501 *)
502   ECHO_N='-n';;
503 esac
504 if expr a : '\(a\)' >/dev/null 2>&1 &&
505    test "X`expr 00001 : '.*\(...\)'`" = X001; then
506   as_expr=expr
507 else
508   as_expr=false
509 fi
510
511 rm -f conf$$ conf$$.exe conf$$.file
512 if test -d conf$$.dir; then
513   rm -f conf$$.dir/conf$$.file
514 else
515   rm -f conf$$.dir
516   mkdir conf$$.dir 2>/dev/null
517 fi
518 if (echo >conf$$.file) 2>/dev/null; then
519   if ln -s conf$$.file conf$$ 2>/dev/null; then
520     as_ln_s='ln -s'
521     # ... but there are two gotchas:
522     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
523     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
524     # In both cases, we have to default to `cp -p'.
525     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
526       as_ln_s='cp -p'
527   elif ln conf$$.file conf$$ 2>/dev/null; then
528     as_ln_s=ln
529   else
530     as_ln_s='cp -p'
531   fi
532 else
533   as_ln_s='cp -p'
534 fi
535 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
536 rmdir conf$$.dir 2>/dev/null
537
538 if mkdir -p . 2>/dev/null; then
539   as_mkdir_p=:
540 else
541   test -d ./-p && rmdir ./-p
542   as_mkdir_p=false
543 fi
544
545 if test -x / >/dev/null 2>&1; then
546   as_test_x='test -x'
547 else
548   if ls -dL / >/dev/null 2>&1; then
549     as_ls_L_option=L
550   else
551     as_ls_L_option=
552   fi
553   as_test_x='
554     eval sh -c '\''
555       if test -d "$1"; then
556         test -d "$1/.";
557       else
558         case $1 in
559         -*)set "./$1";;
560         esac;
561         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
562         ???[sx]*):;;*)false;;esac;fi
563     '\'' sh
564   '
565 fi
566 as_executable_p=$as_test_x
567
568 # Sed expression to map a string onto a valid CPP name.
569 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
570
571 # Sed expression to map a string onto a valid variable name.
572 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
573
574
575
576 exec 7<&0 </dev/null 6>&1
577
578 # Name of the host.
579 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
580 # so uname gets run too.
581 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
582
583 #
584 # Initializations.
585 #
586 ac_default_prefix=/usr/local
587 ac_clean_files=
588 ac_config_libobj_dir=.
589 LIBOBJS=
590 cross_compiling=no
591 subdirs=
592 MFLAGS=
593 MAKEFLAGS=
594 SHELL=${CONFIG_SHELL-/bin/sh}
595
596 # Identity of this package.
597 PACKAGE_NAME='Wine'
598 PACKAGE_TARNAME='wine'
599 PACKAGE_VERSION='1.1.16'
600 PACKAGE_STRING='Wine 1.1.16'
601 PACKAGE_BUGREPORT='wine-devel@winehq.org'
602
603 ac_unique_file="server/atom.c"
604 # Factoring default headers for most tests.
605 ac_includes_default="\
606 #include <stdio.h>
607 #ifdef HAVE_SYS_TYPES_H
608 # include <sys/types.h>
609 #endif
610 #ifdef HAVE_SYS_STAT_H
611 # include <sys/stat.h>
612 #endif
613 #ifdef STDC_HEADERS
614 # include <stdlib.h>
615 # include <stddef.h>
616 #else
617 # ifdef HAVE_STDLIB_H
618 #  include <stdlib.h>
619 # endif
620 #endif
621 #ifdef HAVE_STRING_H
622 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
623 #  include <memory.h>
624 # endif
625 # include <string.h>
626 #endif
627 #ifdef HAVE_STRINGS_H
628 # include <strings.h>
629 #endif
630 #ifdef HAVE_INTTYPES_H
631 # include <inttypes.h>
632 #endif
633 #ifdef HAVE_STDINT_H
634 # include <stdint.h>
635 #endif
636 #ifdef HAVE_UNISTD_H
637 # include <unistd.h>
638 #endif"
639
640 ac_subst_vars='LTLIBOBJS
641 LIBOBJS
642 ALL_WINETEST_DEPENDS
643 ALL_PROGRAM_BIN_INSTALL_DIRS
644 ALL_PROGRAM_INSTALL_DIRS
645 ALL_PROGRAM_DIRS
646 ALL_TEST_DIRS
647 ALL_IMPLIB_DIRS
648 ALL_DLL_DIRS
649 ALL_TOP_DIRS
650 ALL_MAKEFILE_DEPENDS
651 ALL_MAKEFILES
652 ALL_MAKERULES
653 DEPENDENCIES
654 LDAPLIBS
655 LIBPOLL
656 LIBDL
657 EXTRA_BINARIES
658 SOCKETLIBS
659 CRTLIBS
660 LDPATH
661 BUILTINFLAG
662 EXTRACFLAGS
663 LIBKSTAT
664 FONTCONFIGINCL
665 CUPSINCL
666 AUDIOIOLIBS
667 ALSALIBS
668 ESDLIBS
669 ESDINCL
670 ESDCONFIG
671 FREETYPEINCL
672 FREETYPELIBS
673 ft_devel
674 LCMSLIBS
675 RESOLVLIBS
676 GPHOTO2INCL
677 GPHOTO2LIBS
678 gphoto2port_devel
679 gphoto2_devel
680 SANEINCL
681 sane_devel
682 GNUTLSINCL
683 HALINCL
684 XSLTINCL
685 XML2INCL
686 XML2LIBS
687 NASLIBS
688 X_EXTRA_LIBS
689 X_LIBS
690 X_PRE_LIBS
691 X_CFLAGS
692 XMKMF
693 LIBPTHREAD
694 CROSSTEST
695 CROSSWINDRES
696 CROSSCC
697 CARBONLIB
698 COREAUDIO
699 DISKARBITRATIONLIB
700 LDEXECFLAGS
701 IOKITLIB
702 COREFOUNDATIONLIB
703 SECURITYLIB
704 MINGWAR
705 DLLWRAP
706 DLLTOOL
707 LDD
708 LDRPATH_LOCAL
709 LDRPATH_INSTALL
710 IMPLIBEXT
711 LIBEXT
712 LDDLLFLAGS
713 LDSHARED
714 DLLFLAGS
715 DLLEXT
716 CPP
717 OPENGL_LIBS
718 XLIB
719 PRELINK
720 ICOTOOL
721 RSVG
722 PKG_CONFIG
723 FONTFORGE
724 LINTFLAGS
725 LINT
726 INSTALL_DATA
727 INSTALL_SCRIPT
728 INSTALL_PROGRAM
729 LDCONFIG
730 EGREP
731 GREP
732 LN
733 LN_S
734 WINDRES
735 STRIP
736 RANLIB
737 ARFLAGS
738 ac_ct_AR
739 AR
740 ac_ct_NM
741 NM
742 ac_ct_LD
743 LD
744 ac_ct_AS
745 AS
746 BISON
747 FLEX
748 TOOLSDIR
749 WIN16_INSTALL
750 WIN16_FILES
751 TARGETFLAGS
752 CPPBIN
753 ac_ct_CXX
754 CXXFLAGS
755 CXX
756 OBJEXT
757 EXEEXT
758 ac_ct_CC
759 CPPFLAGS
760 LDFLAGS
761 CFLAGS
762 CC
763 SET_MAKE
764 host_os
765 host_vendor
766 host_cpu
767 host
768 build_os
769 build_vendor
770 build_cpu
771 build
772 MAINTAINER_MODE
773 target_alias
774 host_alias
775 build_alias
776 LIBS
777 ECHO_T
778 ECHO_N
779 ECHO_C
780 DEFS
781 mandir
782 localedir
783 libdir
784 psdir
785 pdfdir
786 dvidir
787 htmldir
788 infodir
789 docdir
790 oldincludedir
791 includedir
792 localstatedir
793 sharedstatedir
794 sysconfdir
795 datadir
796 datarootdir
797 libexecdir
798 sbindir
799 bindir
800 program_transform_name
801 prefix
802 exec_prefix
803 PACKAGE_BUGREPORT
804 PACKAGE_STRING
805 PACKAGE_VERSION
806 PACKAGE_TARNAME
807 PACKAGE_NAME
808 PATH_SEPARATOR
809 SHELL'
810 ac_subst_files='MAKE_RULES
811 MAKE_DLL_RULES
812 MAKE_IMPLIB_RULES
813 MAKE_TEST_RULES
814 MAKE_PROG_RULES'
815 ac_user_opts='
816 enable_option_checking
817 enable_win16
818 enable_win64
819 enable_tests
820 enable_maintainer_mode
821 with_alsa
822 with_audioio
823 with_capi
824 with_cms
825 with_coreaudio
826 with_cups
827 with_curses
828 with_esd
829 with_fontconfig
830 with_freetype
831 with_gphoto
832 with_glu
833 with_gnutls
834 with_hal
835 with_jack
836 with_jpeg
837 with_ldap
838 with_nas
839 with_opengl
840 with_openssl
841 with_oss
842 with_png
843 with_pthread
844 with_sane
845 with_xcomposite
846 with_xcursor
847 with_xinerama
848 with_xinput
849 with_xml
850 with_xrandr
851 with_xrender
852 with_xshape
853 with_xshm
854 with_xslt
855 with_xxf86vm
856 with_wine_tools
857 with_x
858 '
859       ac_precious_vars='build_alias
860 host_alias
861 target_alias
862 CC
863 CFLAGS
864 LDFLAGS
865 LIBS
866 CPPFLAGS
867 CXX
868 CXXFLAGS
869 CCC
870 CPP
871 XMKMF'
872
873
874 # Initialize some variables set by options.
875 ac_init_help=
876 ac_init_version=false
877 ac_unrecognized_opts=
878 ac_unrecognized_sep=
879 # The variables have the same names as the options, with
880 # dashes changed to underlines.
881 cache_file=/dev/null
882 exec_prefix=NONE
883 no_create=
884 no_recursion=
885 prefix=NONE
886 program_prefix=NONE
887 program_suffix=NONE
888 program_transform_name=s,x,x,
889 silent=
890 site=
891 srcdir=
892 verbose=
893 x_includes=NONE
894 x_libraries=NONE
895
896 # Installation directory options.
897 # These are left unexpanded so users can "make install exec_prefix=/foo"
898 # and all the variables that are supposed to be based on exec_prefix
899 # by default will actually change.
900 # Use braces instead of parens because sh, perl, etc. also accept them.
901 # (The list follows the same order as the GNU Coding Standards.)
902 bindir='${exec_prefix}/bin'
903 sbindir='${exec_prefix}/sbin'
904 libexecdir='${exec_prefix}/libexec'
905 datarootdir='${prefix}/share'
906 datadir='${datarootdir}'
907 sysconfdir='${prefix}/etc'
908 sharedstatedir='${prefix}/com'
909 localstatedir='${prefix}/var'
910 includedir='${prefix}/include'
911 oldincludedir='/usr/include'
912 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
913 infodir='${datarootdir}/info'
914 htmldir='${docdir}'
915 dvidir='${docdir}'
916 pdfdir='${docdir}'
917 psdir='${docdir}'
918 libdir='${exec_prefix}/lib'
919 localedir='${datarootdir}/locale'
920 mandir='${datarootdir}/man'
921
922 ac_prev=
923 ac_dashdash=
924 for ac_option
925 do
926   # If the previous option needs an argument, assign it.
927   if test -n "$ac_prev"; then
928     eval $ac_prev=\$ac_option
929     ac_prev=
930     continue
931   fi
932
933   case $ac_option in
934   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
935   *)    ac_optarg=yes ;;
936   esac
937
938   # Accept the important Cygnus configure options, so we can diagnose typos.
939
940   case $ac_dashdash$ac_option in
941   --)
942     ac_dashdash=yes ;;
943
944   -bindir | --bindir | --bindi | --bind | --bin | --bi)
945     ac_prev=bindir ;;
946   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
947     bindir=$ac_optarg ;;
948
949   -build | --build | --buil | --bui | --bu)
950     ac_prev=build_alias ;;
951   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
952     build_alias=$ac_optarg ;;
953
954   -cache-file | --cache-file | --cache-fil | --cache-fi \
955   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
956     ac_prev=cache_file ;;
957   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
958   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
959     cache_file=$ac_optarg ;;
960
961   --config-cache | -C)
962     cache_file=config.cache ;;
963
964   -datadir | --datadir | --datadi | --datad)
965     ac_prev=datadir ;;
966   -datadir=* | --datadir=* | --datadi=* | --datad=*)
967     datadir=$ac_optarg ;;
968
969   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
970   | --dataroo | --dataro | --datar)
971     ac_prev=datarootdir ;;
972   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
973   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
974     datarootdir=$ac_optarg ;;
975
976   -disable-* | --disable-*)
977     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
978     # Reject names that are not valid shell variable names.
979     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
980       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
981    { (exit 1); exit 1; }; }
982     ac_useropt_orig=$ac_useropt
983     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
984     case $ac_user_opts in
985       *"
986 "enable_$ac_useropt"
987 "*) ;;
988       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
989          ac_unrecognized_sep=', ';;
990     esac
991     eval enable_$ac_useropt=no ;;
992
993   -docdir | --docdir | --docdi | --doc | --do)
994     ac_prev=docdir ;;
995   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
996     docdir=$ac_optarg ;;
997
998   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
999     ac_prev=dvidir ;;
1000   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1001     dvidir=$ac_optarg ;;
1002
1003   -enable-* | --enable-*)
1004     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1005     # Reject names that are not valid shell variable names.
1006     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1007       { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1008    { (exit 1); exit 1; }; }
1009     ac_useropt_orig=$ac_useropt
1010     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1011     case $ac_user_opts in
1012       *"
1013 "enable_$ac_useropt"
1014 "*) ;;
1015       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1016          ac_unrecognized_sep=', ';;
1017     esac
1018     eval enable_$ac_useropt=\$ac_optarg ;;
1019
1020   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1021   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1022   | --exec | --exe | --ex)
1023     ac_prev=exec_prefix ;;
1024   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1025   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1026   | --exec=* | --exe=* | --ex=*)
1027     exec_prefix=$ac_optarg ;;
1028
1029   -gas | --gas | --ga | --g)
1030     # Obsolete; use --with-gas.
1031     with_gas=yes ;;
1032
1033   -help | --help | --hel | --he | -h)
1034     ac_init_help=long ;;
1035   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1036     ac_init_help=recursive ;;
1037   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1038     ac_init_help=short ;;
1039
1040   -host | --host | --hos | --ho)
1041     ac_prev=host_alias ;;
1042   -host=* | --host=* | --hos=* | --ho=*)
1043     host_alias=$ac_optarg ;;
1044
1045   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1046     ac_prev=htmldir ;;
1047   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1048   | --ht=*)
1049     htmldir=$ac_optarg ;;
1050
1051   -includedir | --includedir | --includedi | --included | --include \
1052   | --includ | --inclu | --incl | --inc)
1053     ac_prev=includedir ;;
1054   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1055   | --includ=* | --inclu=* | --incl=* | --inc=*)
1056     includedir=$ac_optarg ;;
1057
1058   -infodir | --infodir | --infodi | --infod | --info | --inf)
1059     ac_prev=infodir ;;
1060   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1061     infodir=$ac_optarg ;;
1062
1063   -libdir | --libdir | --libdi | --libd)
1064     ac_prev=libdir ;;
1065   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1066     libdir=$ac_optarg ;;
1067
1068   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1069   | --libexe | --libex | --libe)
1070     ac_prev=libexecdir ;;
1071   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1072   | --libexe=* | --libex=* | --libe=*)
1073     libexecdir=$ac_optarg ;;
1074
1075   -localedir | --localedir | --localedi | --localed | --locale)
1076     ac_prev=localedir ;;
1077   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1078     localedir=$ac_optarg ;;
1079
1080   -localstatedir | --localstatedir | --localstatedi | --localstated \
1081   | --localstate | --localstat | --localsta | --localst | --locals)
1082     ac_prev=localstatedir ;;
1083   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1084   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1085     localstatedir=$ac_optarg ;;
1086
1087   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1088     ac_prev=mandir ;;
1089   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1090     mandir=$ac_optarg ;;
1091
1092   -nfp | --nfp | --nf)
1093     # Obsolete; use --without-fp.
1094     with_fp=no ;;
1095
1096   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1097   | --no-cr | --no-c | -n)
1098     no_create=yes ;;
1099
1100   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1101   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1102     no_recursion=yes ;;
1103
1104   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1105   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1106   | --oldin | --oldi | --old | --ol | --o)
1107     ac_prev=oldincludedir ;;
1108   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1109   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1110   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1111     oldincludedir=$ac_optarg ;;
1112
1113   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1114     ac_prev=prefix ;;
1115   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1116     prefix=$ac_optarg ;;
1117
1118   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1119   | --program-pre | --program-pr | --program-p)
1120     ac_prev=program_prefix ;;
1121   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1122   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1123     program_prefix=$ac_optarg ;;
1124
1125   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1126   | --program-suf | --program-su | --program-s)
1127     ac_prev=program_suffix ;;
1128   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1129   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1130     program_suffix=$ac_optarg ;;
1131
1132   -program-transform-name | --program-transform-name \
1133   | --program-transform-nam | --program-transform-na \
1134   | --program-transform-n | --program-transform- \
1135   | --program-transform | --program-transfor \
1136   | --program-transfo | --program-transf \
1137   | --program-trans | --program-tran \
1138   | --progr-tra | --program-tr | --program-t)
1139     ac_prev=program_transform_name ;;
1140   -program-transform-name=* | --program-transform-name=* \
1141   | --program-transform-nam=* | --program-transform-na=* \
1142   | --program-transform-n=* | --program-transform-=* \
1143   | --program-transform=* | --program-transfor=* \
1144   | --program-transfo=* | --program-transf=* \
1145   | --program-trans=* | --program-tran=* \
1146   | --progr-tra=* | --program-tr=* | --program-t=*)
1147     program_transform_name=$ac_optarg ;;
1148
1149   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1150     ac_prev=pdfdir ;;
1151   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1152     pdfdir=$ac_optarg ;;
1153
1154   -psdir | --psdir | --psdi | --psd | --ps)
1155     ac_prev=psdir ;;
1156   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1157     psdir=$ac_optarg ;;
1158
1159   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1160   | -silent | --silent | --silen | --sile | --sil)
1161     silent=yes ;;
1162
1163   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1164     ac_prev=sbindir ;;
1165   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1166   | --sbi=* | --sb=*)
1167     sbindir=$ac_optarg ;;
1168
1169   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1170   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1171   | --sharedst | --shareds | --shared | --share | --shar \
1172   | --sha | --sh)
1173     ac_prev=sharedstatedir ;;
1174   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1175   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1176   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1177   | --sha=* | --sh=*)
1178     sharedstatedir=$ac_optarg ;;
1179
1180   -site | --site | --sit)
1181     ac_prev=site ;;
1182   -site=* | --site=* | --sit=*)
1183     site=$ac_optarg ;;
1184
1185   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1186     ac_prev=srcdir ;;
1187   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1188     srcdir=$ac_optarg ;;
1189
1190   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1191   | --syscon | --sysco | --sysc | --sys | --sy)
1192     ac_prev=sysconfdir ;;
1193   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1194   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1195     sysconfdir=$ac_optarg ;;
1196
1197   -target | --target | --targe | --targ | --tar | --ta | --t)
1198     ac_prev=target_alias ;;
1199   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1200     target_alias=$ac_optarg ;;
1201
1202   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1203     verbose=yes ;;
1204
1205   -version | --version | --versio | --versi | --vers | -V)
1206     ac_init_version=: ;;
1207
1208   -with-* | --with-*)
1209     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1210     # Reject names that are not valid shell variable names.
1211     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1212       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1213    { (exit 1); exit 1; }; }
1214     ac_useropt_orig=$ac_useropt
1215     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1216     case $ac_user_opts in
1217       *"
1218 "with_$ac_useropt"
1219 "*) ;;
1220       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1221          ac_unrecognized_sep=', ';;
1222     esac
1223     eval with_$ac_useropt=\$ac_optarg ;;
1224
1225   -without-* | --without-*)
1226     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1227     # Reject names that are not valid shell variable names.
1228     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1229       { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1230    { (exit 1); exit 1; }; }
1231     ac_useropt_orig=$ac_useropt
1232     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1233     case $ac_user_opts in
1234       *"
1235 "with_$ac_useropt"
1236 "*) ;;
1237       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1238          ac_unrecognized_sep=', ';;
1239     esac
1240     eval with_$ac_useropt=no ;;
1241
1242   --x)
1243     # Obsolete; use --with-x.
1244     with_x=yes ;;
1245
1246   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1247   | --x-incl | --x-inc | --x-in | --x-i)
1248     ac_prev=x_includes ;;
1249   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1250   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1251     x_includes=$ac_optarg ;;
1252
1253   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1254   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1255     ac_prev=x_libraries ;;
1256   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1257   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1258     x_libraries=$ac_optarg ;;
1259
1260   -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1261 Try \`$0 --help' for more information." >&2
1262    { (exit 1); exit 1; }; }
1263     ;;
1264
1265   *=*)
1266     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1267     # Reject names that are not valid shell variable names.
1268     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1269       { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1270    { (exit 1); exit 1; }; }
1271     eval $ac_envvar=\$ac_optarg
1272     export $ac_envvar ;;
1273
1274   *)
1275     # FIXME: should be removed in autoconf 3.0.
1276     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1277     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1278       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1279     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1280     ;;
1281
1282   esac
1283 done
1284
1285 if test -n "$ac_prev"; then
1286   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1287   { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1288    { (exit 1); exit 1; }; }
1289 fi
1290
1291 if test -n "$ac_unrecognized_opts"; then
1292   case $enable_option_checking in
1293     no) ;;
1294     fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1295    { (exit 1); exit 1; }; } ;;
1296     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1297   esac
1298 fi
1299
1300 # Check all directory arguments for consistency.
1301 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1302                 datadir sysconfdir sharedstatedir localstatedir includedir \
1303                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1304                 libdir localedir mandir
1305 do
1306   eval ac_val=\$$ac_var
1307   # Remove trailing slashes.
1308   case $ac_val in
1309     */ )
1310       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1311       eval $ac_var=\$ac_val;;
1312   esac
1313   # Be sure to have absolute directory names.
1314   case $ac_val in
1315     [\\/$]* | ?:[\\/]* )  continue;;
1316     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1317   esac
1318   { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1319    { (exit 1); exit 1; }; }
1320 done
1321
1322 # There might be people who depend on the old broken behavior: `$host'
1323 # used to hold the argument of --host etc.
1324 # FIXME: To remove some day.
1325 build=$build_alias
1326 host=$host_alias
1327 target=$target_alias
1328
1329 # FIXME: To remove some day.
1330 if test "x$host_alias" != x; then
1331   if test "x$build_alias" = x; then
1332     cross_compiling=maybe
1333     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1334     If a cross compiler is detected then cross compile mode will be used." >&2
1335   elif test "x$build_alias" != "x$host_alias"; then
1336     cross_compiling=yes
1337   fi
1338 fi
1339
1340 ac_tool_prefix=
1341 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1342
1343 test "$silent" = yes && exec 6>/dev/null
1344
1345
1346 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1347 ac_ls_di=`ls -di .` &&
1348 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1349   { $as_echo "$as_me: error: working directory cannot be determined" >&2
1350    { (exit 1); exit 1; }; }
1351 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1352   { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1353    { (exit 1); exit 1; }; }
1354
1355
1356 # Find the source files, if location was not specified.
1357 if test -z "$srcdir"; then
1358   ac_srcdir_defaulted=yes
1359   # Try the directory containing this script, then the parent directory.
1360   ac_confdir=`$as_dirname -- "$as_myself" ||
1361 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1362          X"$as_myself" : 'X\(//\)[^/]' \| \
1363          X"$as_myself" : 'X\(//\)$' \| \
1364          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1365 $as_echo X"$as_myself" |
1366     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1367             s//\1/
1368             q
1369           }
1370           /^X\(\/\/\)[^/].*/{
1371             s//\1/
1372             q
1373           }
1374           /^X\(\/\/\)$/{
1375             s//\1/
1376             q
1377           }
1378           /^X\(\/\).*/{
1379             s//\1/
1380             q
1381           }
1382           s/.*/./; q'`
1383   srcdir=$ac_confdir
1384   if test ! -r "$srcdir/$ac_unique_file"; then
1385     srcdir=..
1386   fi
1387 else
1388   ac_srcdir_defaulted=no
1389 fi
1390 if test ! -r "$srcdir/$ac_unique_file"; then
1391   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1392   { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1393    { (exit 1); exit 1; }; }
1394 fi
1395 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1396 ac_abs_confdir=`(
1397         cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1398    { (exit 1); exit 1; }; }
1399         pwd)`
1400 # When building in place, set srcdir=.
1401 if test "$ac_abs_confdir" = "$ac_pwd"; then
1402   srcdir=.
1403 fi
1404 # Remove unnecessary trailing slashes from srcdir.
1405 # Double slashes in file names in object file debugging info
1406 # mess up M-x gdb in Emacs.
1407 case $srcdir in
1408 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1409 esac
1410 for ac_var in $ac_precious_vars; do
1411   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1412   eval ac_env_${ac_var}_value=\$${ac_var}
1413   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1414   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1415 done
1416
1417 #
1418 # Report the --help message.
1419 #
1420 if test "$ac_init_help" = "long"; then
1421   # Omit some internal or obsolete options to make the list less imposing.
1422   # This message is too long to be a string in the A/UX 3.1 sh.
1423   cat <<_ACEOF
1424 \`configure' configures Wine 1.1.16 to adapt to many kinds of systems.
1425
1426 Usage: $0 [OPTION]... [VAR=VALUE]...
1427
1428 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1429 VAR=VALUE.  See below for descriptions of some of the useful variables.
1430
1431 Defaults for the options are specified in brackets.
1432
1433 Configuration:
1434   -h, --help              display this help and exit
1435       --help=short        display options specific to this package
1436       --help=recursive    display the short help of all the included packages
1437   -V, --version           display version information and exit
1438   -q, --quiet, --silent   do not print \`checking...' messages
1439       --cache-file=FILE   cache test results in FILE [disabled]
1440   -C, --config-cache      alias for \`--cache-file=config.cache'
1441   -n, --no-create         do not create output files
1442       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1443
1444 Installation directories:
1445   --prefix=PREFIX         install architecture-independent files in PREFIX
1446                           [$ac_default_prefix]
1447   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1448                           [PREFIX]
1449
1450 By default, \`make install' will install all the files in
1451 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1452 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1453 for instance \`--prefix=\$HOME'.
1454
1455 For better control, use the options below.
1456
1457 Fine tuning of the installation directories:
1458   --bindir=DIR            user executables [EPREFIX/bin]
1459   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1460   --libexecdir=DIR        program executables [EPREFIX/libexec]
1461   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1462   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1463   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1464   --libdir=DIR            object code libraries [EPREFIX/lib]
1465   --includedir=DIR        C header files [PREFIX/include]
1466   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1467   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1468   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1469   --infodir=DIR           info documentation [DATAROOTDIR/info]
1470   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1471   --mandir=DIR            man documentation [DATAROOTDIR/man]
1472   --docdir=DIR            documentation root [DATAROOTDIR/doc/wine]
1473   --htmldir=DIR           html documentation [DOCDIR]
1474   --dvidir=DIR            dvi documentation [DOCDIR]
1475   --pdfdir=DIR            pdf documentation [DOCDIR]
1476   --psdir=DIR             ps documentation [DOCDIR]
1477 _ACEOF
1478
1479   cat <<\_ACEOF
1480
1481 X features:
1482   --x-includes=DIR    X include files are in DIR
1483   --x-libraries=DIR   X library files are in DIR
1484
1485 System types:
1486   --build=BUILD     configure for building on BUILD [guessed]
1487   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1488 _ACEOF
1489 fi
1490
1491 if test -n "$ac_init_help"; then
1492   case $ac_init_help in
1493      short | recursive ) echo "Configuration of Wine 1.1.16:";;
1494    esac
1495   cat <<\_ACEOF
1496
1497 Optional Features:
1498   --disable-option-checking  ignore unrecognized --enable/--with options
1499   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1500   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1501   --disable-win16         do not include Win16 support
1502   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1503                           binaries)
1504   --disable-tests         do not build the regression tests
1505   --enable-maintainer-mode
1506                           enable maintainer-specific build rules
1507
1508 Optional Packages:
1509   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1510   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1511   --without-alsa          do not use the Alsa sound support
1512   --without-audioio       do not use the AudioIO sound support
1513   --without-capi          do not use CAPI (ISDN support)
1514   --without-cms           do not use CMS (color management support)
1515   --without-coreaudio     do not use the CoreAudio sound support
1516   --without-cups          do not use CUPS
1517   --without-curses        do not use (n)curses
1518   --without-esd           do not use the EsounD sound support
1519   --without-fontconfig    do not use fontconfig
1520   --without-freetype      do not use the FreeType library
1521   --without-gphoto        do not use gphoto (Digital Camera support)
1522   --without-glu           do not use the GLU library
1523   --without-gnutls        do not use GnuTLS (schannel support)
1524   --without-hal           do not use HAL (dynamic device support)
1525   --without-jack          do not use the Jack sound support
1526   --without-jpeg          do not use JPEG
1527   --without-ldap          do not use LDAP
1528   --without-nas           do not use the NAS sound support
1529   --without-opengl        do not use OpenGL
1530   --without-openssl       do not use OpenSSL
1531   --without-oss           do not use the OSS sound support
1532   --without-png           do not use PNG
1533   --without-pthread       do not use the pthread library
1534   --without-sane          do not use SANE (scanner support)
1535   --without-xcomposite    do not use the Xcomposite extension
1536   --without-xcursor       do not use the Xcursor extension
1537   --without-xinerama      do not use Xinerama (multi-monitor support)
1538   --without-xinput        do not use the Xinput extension
1539   --without-xml           do not use XML
1540   --without-xrandr        do not use Xrandr (resolution changes)
1541   --without-xrender       do not use the Xrender extension
1542   --without-xshape        do not use the Xshape extension
1543   --without-xshm          do not use XShm (shared memory extension)
1544   --without-xslt          do not use XSLT
1545   --without-xxf86vm       do not use XFree video mode extension
1546   --with-wine-tools=DIR   use Wine tools from directory DIR
1547   --with-x                use the X Window System
1548
1549 Some influential environment variables:
1550   CC          C compiler command
1551   CFLAGS      C compiler flags
1552   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1553               nonstandard directory <lib dir>
1554   LIBS        libraries to pass to the linker, e.g. -l<library>
1555   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1556               you have headers in a nonstandard directory <include dir>
1557   CXX         C++ compiler command
1558   CXXFLAGS    C++ compiler flags
1559   CPP         C preprocessor
1560   XMKMF       Path to xmkmf, Makefile generator for X Window System
1561
1562 Use these variables to override the choices made by `configure' or to help
1563 it to find libraries and programs with nonstandard names/locations.
1564
1565 Report bugs to <wine-devel@winehq.org>.
1566 _ACEOF
1567 ac_status=$?
1568 fi
1569
1570 if test "$ac_init_help" = "recursive"; then
1571   # If there are subdirs, report their specific --help.
1572   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1573     test -d "$ac_dir" ||
1574       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1575       continue
1576     ac_builddir=.
1577
1578 case "$ac_dir" in
1579 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1580 *)
1581   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1582   # A ".." for each directory in $ac_dir_suffix.
1583   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1584   case $ac_top_builddir_sub in
1585   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1586   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1587   esac ;;
1588 esac
1589 ac_abs_top_builddir=$ac_pwd
1590 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1591 # for backward compatibility:
1592 ac_top_builddir=$ac_top_build_prefix
1593
1594 case $srcdir in
1595   .)  # We are building in place.
1596     ac_srcdir=.
1597     ac_top_srcdir=$ac_top_builddir_sub
1598     ac_abs_top_srcdir=$ac_pwd ;;
1599   [\\/]* | ?:[\\/]* )  # Absolute name.
1600     ac_srcdir=$srcdir$ac_dir_suffix;
1601     ac_top_srcdir=$srcdir
1602     ac_abs_top_srcdir=$srcdir ;;
1603   *) # Relative name.
1604     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1605     ac_top_srcdir=$ac_top_build_prefix$srcdir
1606     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1607 esac
1608 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1609
1610     cd "$ac_dir" || { ac_status=$?; continue; }
1611     # Check for guested configure.
1612     if test -f "$ac_srcdir/configure.gnu"; then
1613       echo &&
1614       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1615     elif test -f "$ac_srcdir/configure"; then
1616       echo &&
1617       $SHELL "$ac_srcdir/configure" --help=recursive
1618     else
1619       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1620     fi || ac_status=$?
1621     cd "$ac_pwd" || { ac_status=$?; break; }
1622   done
1623 fi
1624
1625 test -n "$ac_init_help" && exit $ac_status
1626 if $ac_init_version; then
1627   cat <<\_ACEOF
1628 Wine configure 1.1.16
1629 generated by GNU Autoconf 2.63
1630
1631 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1632 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1633 This configure script is free software; the Free Software Foundation
1634 gives unlimited permission to copy, distribute and modify it.
1635 _ACEOF
1636   exit
1637 fi
1638 cat >config.log <<_ACEOF
1639 This file contains any messages produced by compilers while
1640 running configure, to aid debugging if configure makes a mistake.
1641
1642 It was created by Wine $as_me 1.1.16, which was
1643 generated by GNU Autoconf 2.63.  Invocation command line was
1644
1645   $ $0 $@
1646
1647 _ACEOF
1648 exec 5>>config.log
1649 {
1650 cat <<_ASUNAME
1651 ## --------- ##
1652 ## Platform. ##
1653 ## --------- ##
1654
1655 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1656 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1657 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1658 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1659 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1660
1661 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1662 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1663
1664 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1665 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1666 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1667 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1668 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1669 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1670 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1671
1672 _ASUNAME
1673
1674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1675 for as_dir in $PATH
1676 do
1677   IFS=$as_save_IFS
1678   test -z "$as_dir" && as_dir=.
1679   $as_echo "PATH: $as_dir"
1680 done
1681 IFS=$as_save_IFS
1682
1683 } >&5
1684
1685 cat >&5 <<_ACEOF
1686
1687
1688 ## ----------- ##
1689 ## Core tests. ##
1690 ## ----------- ##
1691
1692 _ACEOF
1693
1694
1695 # Keep a trace of the command line.
1696 # Strip out --no-create and --no-recursion so they do not pile up.
1697 # Strip out --silent because we don't want to record it for future runs.
1698 # Also quote any args containing shell meta-characters.
1699 # Make two passes to allow for proper duplicate-argument suppression.
1700 ac_configure_args=
1701 ac_configure_args0=
1702 ac_configure_args1=
1703 ac_must_keep_next=false
1704 for ac_pass in 1 2
1705 do
1706   for ac_arg
1707   do
1708     case $ac_arg in
1709     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1710     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1711     | -silent | --silent | --silen | --sile | --sil)
1712       continue ;;
1713     *\'*)
1714       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1715     esac
1716     case $ac_pass in
1717     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1718     2)
1719       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1720       if test $ac_must_keep_next = true; then
1721         ac_must_keep_next=false # Got value, back to normal.
1722       else
1723         case $ac_arg in
1724           *=* | --config-cache | -C | -disable-* | --disable-* \
1725           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1726           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1727           | -with-* | --with-* | -without-* | --without-* | --x)
1728             case "$ac_configure_args0 " in
1729               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1730             esac
1731             ;;
1732           -* ) ac_must_keep_next=true ;;
1733         esac
1734       fi
1735       ac_configure_args="$ac_configure_args '$ac_arg'"
1736       ;;
1737     esac
1738   done
1739 done
1740 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1741 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1742
1743 # When interrupted or exit'd, cleanup temporary files, and complete
1744 # config.log.  We remove comments because anyway the quotes in there
1745 # would cause problems or look ugly.
1746 # WARNING: Use '\'' to represent an apostrophe within the trap.
1747 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1748 trap 'exit_status=$?
1749   # Save into config.log some information that might help in debugging.
1750   {
1751     echo
1752
1753     cat <<\_ASBOX
1754 ## ---------------- ##
1755 ## Cache variables. ##
1756 ## ---------------- ##
1757 _ASBOX
1758     echo
1759     # The following way of writing the cache mishandles newlines in values,
1760 (
1761   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1762     eval ac_val=\$$ac_var
1763     case $ac_val in #(
1764     *${as_nl}*)
1765       case $ac_var in #(
1766       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1767 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1768       esac
1769       case $ac_var in #(
1770       _ | IFS | as_nl) ;; #(
1771       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1772       *) $as_unset $ac_var ;;
1773       esac ;;
1774     esac
1775   done
1776   (set) 2>&1 |
1777     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1778     *${as_nl}ac_space=\ *)
1779       sed -n \
1780         "s/'\''/'\''\\\\'\'''\''/g;
1781           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1782       ;; #(
1783     *)
1784       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1785       ;;
1786     esac |
1787     sort
1788 )
1789     echo
1790
1791     cat <<\_ASBOX
1792 ## ----------------- ##
1793 ## Output variables. ##
1794 ## ----------------- ##
1795 _ASBOX
1796     echo
1797     for ac_var in $ac_subst_vars
1798     do
1799       eval ac_val=\$$ac_var
1800       case $ac_val in
1801       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1802       esac
1803       $as_echo "$ac_var='\''$ac_val'\''"
1804     done | sort
1805     echo
1806
1807     if test -n "$ac_subst_files"; then
1808       cat <<\_ASBOX
1809 ## ------------------- ##
1810 ## File substitutions. ##
1811 ## ------------------- ##
1812 _ASBOX
1813       echo
1814       for ac_var in $ac_subst_files
1815       do
1816         eval ac_val=\$$ac_var
1817         case $ac_val in
1818         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1819         esac
1820         $as_echo "$ac_var='\''$ac_val'\''"
1821       done | sort
1822       echo
1823     fi
1824
1825     if test -s confdefs.h; then
1826       cat <<\_ASBOX
1827 ## ----------- ##
1828 ## confdefs.h. ##
1829 ## ----------- ##
1830 _ASBOX
1831       echo
1832       cat confdefs.h
1833       echo
1834     fi
1835     test "$ac_signal" != 0 &&
1836       $as_echo "$as_me: caught signal $ac_signal"
1837     $as_echo "$as_me: exit $exit_status"
1838   } >&5
1839   rm -f core *.core core.conftest.* &&
1840     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1841     exit $exit_status
1842 ' 0
1843 for ac_signal in 1 2 13 15; do
1844   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1845 done
1846 ac_signal=0
1847
1848 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1849 rm -f -r conftest* confdefs.h
1850
1851 # Predefined preprocessor variables.
1852
1853 cat >>confdefs.h <<_ACEOF
1854 #define PACKAGE_NAME "$PACKAGE_NAME"
1855 _ACEOF
1856
1857
1858 cat >>confdefs.h <<_ACEOF
1859 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1860 _ACEOF
1861
1862
1863 cat >>confdefs.h <<_ACEOF
1864 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1865 _ACEOF
1866
1867
1868 cat >>confdefs.h <<_ACEOF
1869 #define PACKAGE_STRING "$PACKAGE_STRING"
1870 _ACEOF
1871
1872
1873 cat >>confdefs.h <<_ACEOF
1874 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1875 _ACEOF
1876
1877
1878 # Let the site file select an alternate cache file if it wants to.
1879 # Prefer an explicitly selected file to automatically selected ones.
1880 ac_site_file1=NONE
1881 ac_site_file2=NONE
1882 if test -n "$CONFIG_SITE"; then
1883   ac_site_file1=$CONFIG_SITE
1884 elif test "x$prefix" != xNONE; then
1885   ac_site_file1=$prefix/share/config.site
1886   ac_site_file2=$prefix/etc/config.site
1887 else
1888   ac_site_file1=$ac_default_prefix/share/config.site
1889   ac_site_file2=$ac_default_prefix/etc/config.site
1890 fi
1891 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1892 do
1893   test "x$ac_site_file" = xNONE && continue
1894   if test -r "$ac_site_file"; then
1895     { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1896 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1897     sed 's/^/| /' "$ac_site_file" >&5
1898     . "$ac_site_file"
1899   fi
1900 done
1901
1902 if test -r "$cache_file"; then
1903   # Some versions of bash will fail to source /dev/null (special
1904   # files actually), so we avoid doing that.
1905   if test -f "$cache_file"; then
1906     { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1907 $as_echo "$as_me: loading cache $cache_file" >&6;}
1908     case $cache_file in
1909       [\\/]* | ?:[\\/]* ) . "$cache_file";;
1910       *)                      . "./$cache_file";;
1911     esac
1912   fi
1913 else
1914   { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1915 $as_echo "$as_me: creating cache $cache_file" >&6;}
1916   >$cache_file
1917 fi
1918
1919 # Check that the precious variables saved in the cache have kept the same
1920 # value.
1921 ac_cache_corrupted=false
1922 for ac_var in $ac_precious_vars; do
1923   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1924   eval ac_new_set=\$ac_env_${ac_var}_set
1925   eval ac_old_val=\$ac_cv_env_${ac_var}_value
1926   eval ac_new_val=\$ac_env_${ac_var}_value
1927   case $ac_old_set,$ac_new_set in
1928     set,)
1929       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1930 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1931       ac_cache_corrupted=: ;;
1932     ,set)
1933       { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1934 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1935       ac_cache_corrupted=: ;;
1936     ,);;
1937     *)
1938       if test "x$ac_old_val" != "x$ac_new_val"; then
1939         # differences in whitespace do not lead to failure.
1940         ac_old_val_w=`echo x $ac_old_val`
1941         ac_new_val_w=`echo x $ac_new_val`
1942         if test "$ac_old_val_w" != "$ac_new_val_w"; then
1943           { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1944 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1945           ac_cache_corrupted=:
1946         else
1947           { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1948 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1949           eval $ac_var=\$ac_old_val
1950         fi
1951         { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
1952 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
1953         { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
1954 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
1955       fi;;
1956   esac
1957   # Pass precious variables to config.status.
1958   if test "$ac_new_set" = set; then
1959     case $ac_new_val in
1960     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1961     *) ac_arg=$ac_var=$ac_new_val ;;
1962     esac
1963     case " $ac_configure_args " in
1964       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1965       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1966     esac
1967   fi
1968 done
1969 if $ac_cache_corrupted; then
1970   { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1971 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1972   { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1973 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1974   { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1975 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1976    { (exit 1); exit 1; }; }
1977 fi
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003 ac_ext=c
2004 ac_cpp='$CPP $CPPFLAGS'
2005 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2006 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2007 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2008
2009
2010
2011 ac_config_headers="$ac_config_headers include/config.h"
2012
2013 ac_aux_dir=
2014 for ac_dir in tools "$srcdir"/tools; do
2015   if test -f "$ac_dir/install-sh"; then
2016     ac_aux_dir=$ac_dir
2017     ac_install_sh="$ac_aux_dir/install-sh -c"
2018     break
2019   elif test -f "$ac_dir/install.sh"; then
2020     ac_aux_dir=$ac_dir
2021     ac_install_sh="$ac_aux_dir/install.sh -c"
2022     break
2023   elif test -f "$ac_dir/shtool"; then
2024     ac_aux_dir=$ac_dir
2025     ac_install_sh="$ac_aux_dir/shtool install -c"
2026     break
2027   fi
2028 done
2029 if test -z "$ac_aux_dir"; then
2030   { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2031 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2032    { (exit 1); exit 1; }; }
2033 fi
2034
2035 # These three variables are undocumented and unsupported,
2036 # and are intended to be withdrawn in a future Autoconf release.
2037 # They can cause serious problems if a builder's source tree is in a directory
2038 # whose full name contains unusual characters.
2039 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2040 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2041 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2042
2043
2044
2045
2046 # Check whether --enable-win16 was given.
2047 if test "${enable_win16+set}" = set; then
2048   enableval=$enable_win16;
2049 fi
2050
2051 # Check whether --enable-win64 was given.
2052 if test "${enable_win64+set}" = set; then
2053   enableval=$enable_win64;
2054 fi
2055
2056 # Check whether --enable-tests was given.
2057 if test "${enable_tests+set}" = set; then
2058   enableval=$enable_tests;
2059 fi
2060
2061 # Check whether --enable-maintainer-mode was given.
2062 if test "${enable_maintainer_mode+set}" = set; then
2063   enableval=$enable_maintainer_mode;
2064 else
2065   MAINTAINER_MODE=\#
2066
2067 fi
2068
2069
2070
2071 # Check whether --with-alsa was given.
2072 if test "${with_alsa+set}" = set; then
2073   withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2074 fi
2075
2076
2077 # Check whether --with-audioio was given.
2078 if test "${with_audioio+set}" = set; then
2079   withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2080 fi
2081
2082
2083 # Check whether --with-capi was given.
2084 if test "${with_capi+set}" = set; then
2085   withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2086 fi
2087
2088
2089 # Check whether --with-cms was given.
2090 if test "${with_cms+set}" = set; then
2091   withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2092 fi
2093
2094
2095 # Check whether --with-coreaudio was given.
2096 if test "${with_coreaudio+set}" = set; then
2097   withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2098 fi
2099
2100
2101 # Check whether --with-cups was given.
2102 if test "${with_cups+set}" = set; then
2103   withval=$with_cups;
2104 fi
2105
2106
2107 # Check whether --with-curses was given.
2108 if test "${with_curses+set}" = set; then
2109   withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2110 fi
2111
2112
2113 # Check whether --with-esd was given.
2114 if test "${with_esd+set}" = set; then
2115   withval=$with_esd;
2116 fi
2117
2118
2119 # Check whether --with-fontconfig was given.
2120 if test "${with_fontconfig+set}" = set; then
2121   withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2122 fi
2123
2124
2125 # Check whether --with-freetype was given.
2126 if test "${with_freetype+set}" = set; then
2127   withval=$with_freetype;
2128 fi
2129
2130
2131 # Check whether --with-gphoto was given.
2132 if test "${with_gphoto+set}" = set; then
2133   withval=$with_gphoto;
2134 fi
2135
2136
2137 # Check whether --with-glu was given.
2138 if test "${with_glu+set}" = set; then
2139   withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2140 fi
2141
2142
2143 # Check whether --with-gnutls was given.
2144 if test "${with_gnutls+set}" = set; then
2145   withval=$with_gnutls;
2146 fi
2147
2148
2149 # Check whether --with-hal was given.
2150 if test "${with_hal+set}" = set; then
2151   withval=$with_hal;
2152 fi
2153
2154
2155 # Check whether --with-jack was given.
2156 if test "${with_jack+set}" = set; then
2157   withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2158 fi
2159
2160
2161 # Check whether --with-jpeg was given.
2162 if test "${with_jpeg+set}" = set; then
2163   withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2164 fi
2165
2166
2167 # Check whether --with-ldap was given.
2168 if test "${with_ldap+set}" = set; then
2169   withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2170 fi
2171
2172
2173 # Check whether --with-nas was given.
2174 if test "${with_nas+set}" = set; then
2175   withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2176 fi
2177
2178
2179 # Check whether --with-opengl was given.
2180 if test "${with_opengl+set}" = set; then
2181   withval=$with_opengl;
2182 fi
2183
2184
2185 # Check whether --with-openssl was given.
2186 if test "${with_openssl+set}" = set; then
2187   withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2188 fi
2189
2190
2191 # Check whether --with-oss was given.
2192 if test "${with_oss+set}" = set; then
2193   withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2194 fi
2195
2196
2197 # Check whether --with-png was given.
2198 if test "${with_png+set}" = set; then
2199   withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2200 fi
2201
2202
2203 # Check whether --with-pthread was given.
2204 if test "${with_pthread+set}" = set; then
2205   withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2206 fi
2207
2208
2209 # Check whether --with-sane was given.
2210 if test "${with_sane+set}" = set; then
2211   withval=$with_sane;
2212 fi
2213
2214
2215 # Check whether --with-xcomposite was given.
2216 if test "${with_xcomposite+set}" = set; then
2217   withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2218 fi
2219
2220
2221 # Check whether --with-xcursor was given.
2222 if test "${with_xcursor+set}" = set; then
2223   withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2224 fi
2225
2226
2227 # Check whether --with-xinerama was given.
2228 if test "${with_xinerama+set}" = set; then
2229   withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2230 fi
2231
2232
2233 # Check whether --with-xinput was given.
2234 if test "${with_xinput+set}" = set; then
2235   withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2236 fi
2237
2238
2239 # Check whether --with-xml was given.
2240 if test "${with_xml+set}" = set; then
2241   withval=$with_xml;
2242 fi
2243
2244
2245 # Check whether --with-xrandr was given.
2246 if test "${with_xrandr+set}" = set; then
2247   withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2248 fi
2249
2250
2251 # Check whether --with-xrender was given.
2252 if test "${with_xrender+set}" = set; then
2253   withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2254 fi
2255
2256
2257 # Check whether --with-xshape was given.
2258 if test "${with_xshape+set}" = set; then
2259   withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2260 fi
2261
2262
2263 # Check whether --with-xshm was given.
2264 if test "${with_xshm+set}" = set; then
2265   withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2266 fi
2267
2268
2269 # Check whether --with-xslt was given.
2270 if test "${with_xslt+set}" = set; then
2271   withval=$with_xslt;
2272 fi
2273
2274
2275 # Check whether --with-xxf86vm was given.
2276 if test "${with_xxf86vm+set}" = set; then
2277   withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2278 fi
2279
2280
2281
2282 # Check whether --with-wine-tools was given.
2283 if test "${with_wine_tools+set}" = set; then
2284   withval=$with_wine_tools;
2285 fi
2286
2287
2288 # Make sure we can run config.sub.
2289 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2290   { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2291 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2292    { (exit 1); exit 1; }; }
2293
2294 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2295 $as_echo_n "checking build system type... " >&6; }
2296 if test "${ac_cv_build+set}" = set; then
2297   $as_echo_n "(cached) " >&6
2298 else
2299   ac_build_alias=$build_alias
2300 test "x$ac_build_alias" = x &&
2301   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2302 test "x$ac_build_alias" = x &&
2303   { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2304 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2305    { (exit 1); exit 1; }; }
2306 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2307   { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2308 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2309    { (exit 1); exit 1; }; }
2310
2311 fi
2312 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2313 $as_echo "$ac_cv_build" >&6; }
2314 case $ac_cv_build in
2315 *-*-*) ;;
2316 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2317 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2318    { (exit 1); exit 1; }; };;
2319 esac
2320 build=$ac_cv_build
2321 ac_save_IFS=$IFS; IFS='-'
2322 set x $ac_cv_build
2323 shift
2324 build_cpu=$1
2325 build_vendor=$2
2326 shift; shift
2327 # Remember, the first character of IFS is used to create $*,
2328 # except with old shells:
2329 build_os=$*
2330 IFS=$ac_save_IFS
2331 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2332
2333
2334 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2335 $as_echo_n "checking host system type... " >&6; }
2336 if test "${ac_cv_host+set}" = set; then
2337   $as_echo_n "(cached) " >&6
2338 else
2339   if test "x$host_alias" = x; then
2340   ac_cv_host=$ac_cv_build
2341 else
2342   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2343     { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2344 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2345    { (exit 1); exit 1; }; }
2346 fi
2347
2348 fi
2349 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2350 $as_echo "$ac_cv_host" >&6; }
2351 case $ac_cv_host in
2352 *-*-*) ;;
2353 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2354 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2355    { (exit 1); exit 1; }; };;
2356 esac
2357 host=$ac_cv_host
2358 ac_save_IFS=$IFS; IFS='-'
2359 set x $ac_cv_host
2360 shift
2361 host_cpu=$1
2362 host_vendor=$2
2363 shift; shift
2364 # Remember, the first character of IFS is used to create $*,
2365 # except with old shells:
2366 host_os=$*
2367 IFS=$ac_save_IFS
2368 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2369
2370
2371
2372 case "$srcdir" in
2373  .) ;;
2374  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2375       { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2376 You need to run 'make distclean' in the source tree first." >&5
2377 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2378 You need to run 'make distclean' in the source tree first." >&2;}
2379    { (exit 1); exit 1; }; }
2380     fi ;;
2381 esac
2382
2383
2384 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2385 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2386 set x ${MAKE-make}
2387 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2388 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2389   $as_echo_n "(cached) " >&6
2390 else
2391   cat >conftest.make <<\_ACEOF
2392 SHELL = /bin/sh
2393 all:
2394         @echo '@@@%%%=$(MAKE)=@@@%%%'
2395 _ACEOF
2396 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2397 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2398   *@@@%%%=?*=@@@%%%*)
2399     eval ac_cv_prog_make_${ac_make}_set=yes;;
2400   *)
2401     eval ac_cv_prog_make_${ac_make}_set=no;;
2402 esac
2403 rm -f conftest.make
2404 fi
2405 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2406   { $as_echo "$as_me:$LINENO: result: yes" >&5
2407 $as_echo "yes" >&6; }
2408   SET_MAKE=
2409 else
2410   { $as_echo "$as_me:$LINENO: result: no" >&5
2411 $as_echo "no" >&6; }
2412   SET_MAKE="MAKE=${MAKE-make}"
2413 fi
2414
2415 ac_ext=c
2416 ac_cpp='$CPP $CPPFLAGS'
2417 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2418 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2419 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2420 if test -n "$ac_tool_prefix"; then
2421   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2422 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2423 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2424 $as_echo_n "checking for $ac_word... " >&6; }
2425 if test "${ac_cv_prog_CC+set}" = set; then
2426   $as_echo_n "(cached) " >&6
2427 else
2428   if test -n "$CC"; then
2429   ac_cv_prog_CC="$CC" # Let the user override the test.
2430 else
2431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2432 for as_dir in $PATH
2433 do
2434   IFS=$as_save_IFS
2435   test -z "$as_dir" && as_dir=.
2436   for ac_exec_ext in '' $ac_executable_extensions; do
2437   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2438     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2439     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2440     break 2
2441   fi
2442 done
2443 done
2444 IFS=$as_save_IFS
2445
2446 fi
2447 fi
2448 CC=$ac_cv_prog_CC
2449 if test -n "$CC"; then
2450   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2451 $as_echo "$CC" >&6; }
2452 else
2453   { $as_echo "$as_me:$LINENO: result: no" >&5
2454 $as_echo "no" >&6; }
2455 fi
2456
2457
2458 fi
2459 if test -z "$ac_cv_prog_CC"; then
2460   ac_ct_CC=$CC
2461   # Extract the first word of "gcc", so it can be a program name with args.
2462 set dummy gcc; ac_word=$2
2463 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2464 $as_echo_n "checking for $ac_word... " >&6; }
2465 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2466   $as_echo_n "(cached) " >&6
2467 else
2468   if test -n "$ac_ct_CC"; then
2469   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2470 else
2471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2472 for as_dir in $PATH
2473 do
2474   IFS=$as_save_IFS
2475   test -z "$as_dir" && as_dir=.
2476   for ac_exec_ext in '' $ac_executable_extensions; do
2477   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2478     ac_cv_prog_ac_ct_CC="gcc"
2479     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2480     break 2
2481   fi
2482 done
2483 done
2484 IFS=$as_save_IFS
2485
2486 fi
2487 fi
2488 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2489 if test -n "$ac_ct_CC"; then
2490   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2491 $as_echo "$ac_ct_CC" >&6; }
2492 else
2493   { $as_echo "$as_me:$LINENO: result: no" >&5
2494 $as_echo "no" >&6; }
2495 fi
2496
2497   if test "x$ac_ct_CC" = x; then
2498     CC=""
2499   else
2500     case $cross_compiling:$ac_tool_warned in
2501 yes:)
2502 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2503 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2504 ac_tool_warned=yes ;;
2505 esac
2506     CC=$ac_ct_CC
2507   fi
2508 else
2509   CC="$ac_cv_prog_CC"
2510 fi
2511
2512 if test -z "$CC"; then
2513           if test -n "$ac_tool_prefix"; then
2514     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2515 set dummy ${ac_tool_prefix}cc; ac_word=$2
2516 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2517 $as_echo_n "checking for $ac_word... " >&6; }
2518 if test "${ac_cv_prog_CC+set}" = set; then
2519   $as_echo_n "(cached) " >&6
2520 else
2521   if test -n "$CC"; then
2522   ac_cv_prog_CC="$CC" # Let the user override the test.
2523 else
2524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2525 for as_dir in $PATH
2526 do
2527   IFS=$as_save_IFS
2528   test -z "$as_dir" && as_dir=.
2529   for ac_exec_ext in '' $ac_executable_extensions; do
2530   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2531     ac_cv_prog_CC="${ac_tool_prefix}cc"
2532     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2533     break 2
2534   fi
2535 done
2536 done
2537 IFS=$as_save_IFS
2538
2539 fi
2540 fi
2541 CC=$ac_cv_prog_CC
2542 if test -n "$CC"; then
2543   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2544 $as_echo "$CC" >&6; }
2545 else
2546   { $as_echo "$as_me:$LINENO: result: no" >&5
2547 $as_echo "no" >&6; }
2548 fi
2549
2550
2551   fi
2552 fi
2553 if test -z "$CC"; then
2554   # Extract the first word of "cc", so it can be a program name with args.
2555 set dummy cc; ac_word=$2
2556 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2557 $as_echo_n "checking for $ac_word... " >&6; }
2558 if test "${ac_cv_prog_CC+set}" = set; then
2559   $as_echo_n "(cached) " >&6
2560 else
2561   if test -n "$CC"; then
2562   ac_cv_prog_CC="$CC" # Let the user override the test.
2563 else
2564   ac_prog_rejected=no
2565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2566 for as_dir in $PATH
2567 do
2568   IFS=$as_save_IFS
2569   test -z "$as_dir" && as_dir=.
2570   for ac_exec_ext in '' $ac_executable_extensions; do
2571   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2572     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2573        ac_prog_rejected=yes
2574        continue
2575      fi
2576     ac_cv_prog_CC="cc"
2577     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2578     break 2
2579   fi
2580 done
2581 done
2582 IFS=$as_save_IFS
2583
2584 if test $ac_prog_rejected = yes; then
2585   # We found a bogon in the path, so make sure we never use it.
2586   set dummy $ac_cv_prog_CC
2587   shift
2588   if test $# != 0; then
2589     # We chose a different compiler from the bogus one.
2590     # However, it has the same basename, so the bogon will be chosen
2591     # first if we set CC to just the basename; use the full file name.
2592     shift
2593     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2594   fi
2595 fi
2596 fi
2597 fi
2598 CC=$ac_cv_prog_CC
2599 if test -n "$CC"; then
2600   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2601 $as_echo "$CC" >&6; }
2602 else
2603   { $as_echo "$as_me:$LINENO: result: no" >&5
2604 $as_echo "no" >&6; }
2605 fi
2606
2607
2608 fi
2609 if test -z "$CC"; then
2610   if test -n "$ac_tool_prefix"; then
2611   for ac_prog in cl.exe
2612   do
2613     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2614 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2615 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2616 $as_echo_n "checking for $ac_word... " >&6; }
2617 if test "${ac_cv_prog_CC+set}" = set; then
2618   $as_echo_n "(cached) " >&6
2619 else
2620   if test -n "$CC"; then
2621   ac_cv_prog_CC="$CC" # Let the user override the test.
2622 else
2623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2624 for as_dir in $PATH
2625 do
2626   IFS=$as_save_IFS
2627   test -z "$as_dir" && as_dir=.
2628   for ac_exec_ext in '' $ac_executable_extensions; do
2629   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2630     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2631     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2632     break 2
2633   fi
2634 done
2635 done
2636 IFS=$as_save_IFS
2637
2638 fi
2639 fi
2640 CC=$ac_cv_prog_CC
2641 if test -n "$CC"; then
2642   { $as_echo "$as_me:$LINENO: result: $CC" >&5
2643 $as_echo "$CC" >&6; }
2644 else
2645   { $as_echo "$as_me:$LINENO: result: no" >&5
2646 $as_echo "no" >&6; }
2647 fi
2648
2649
2650     test -n "$CC" && break
2651   done
2652 fi
2653 if test -z "$CC"; then
2654   ac_ct_CC=$CC
2655   for ac_prog in cl.exe
2656 do
2657   # Extract the first word of "$ac_prog", so it can be a program name with args.
2658 set dummy $ac_prog; ac_word=$2
2659 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2660 $as_echo_n "checking for $ac_word... " >&6; }
2661 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2662   $as_echo_n "(cached) " >&6
2663 else
2664   if test -n "$ac_ct_CC"; then
2665   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2666 else
2667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2668 for as_dir in $PATH
2669 do
2670   IFS=$as_save_IFS
2671   test -z "$as_dir" && as_dir=.
2672   for ac_exec_ext in '' $ac_executable_extensions; do
2673   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2674     ac_cv_prog_ac_ct_CC="$ac_prog"
2675     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2676     break 2
2677   fi
2678 done
2679 done
2680 IFS=$as_save_IFS
2681
2682 fi
2683 fi
2684 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2685 if test -n "$ac_ct_CC"; then
2686   { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2687 $as_echo "$ac_ct_CC" >&6; }
2688 else
2689   { $as_echo "$as_me:$LINENO: result: no" >&5
2690 $as_echo "no" >&6; }
2691 fi
2692
2693
2694   test -n "$ac_ct_CC" && break
2695 done
2696
2697   if test "x$ac_ct_CC" = x; then
2698     CC=""
2699   else
2700     case $cross_compiling:$ac_tool_warned in
2701 yes:)
2702 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2703 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2704 ac_tool_warned=yes ;;
2705 esac
2706     CC=$ac_ct_CC
2707   fi
2708 fi
2709
2710 fi
2711
2712
2713 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2714 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2715 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2716 See \`config.log' for more details." >&5
2717 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2718 See \`config.log' for more details." >&2;}
2719    { (exit 1); exit 1; }; }; }
2720
2721 # Provide some information about the compiler.
2722 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2723 set X $ac_compile
2724 ac_compiler=$2
2725 { (ac_try="$ac_compiler --version >&5"
2726 case "(($ac_try" in
2727   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2728   *) ac_try_echo=$ac_try;;
2729 esac
2730 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2731 $as_echo "$ac_try_echo") >&5
2732   (eval "$ac_compiler --version >&5") 2>&5
2733   ac_status=$?
2734   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2735   (exit $ac_status); }
2736 { (ac_try="$ac_compiler -v >&5"
2737 case "(($ac_try" in
2738   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2739   *) ac_try_echo=$ac_try;;
2740 esac
2741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2742 $as_echo "$ac_try_echo") >&5
2743   (eval "$ac_compiler -v >&5") 2>&5
2744   ac_status=$?
2745   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2746   (exit $ac_status); }
2747 { (ac_try="$ac_compiler -V >&5"
2748 case "(($ac_try" in
2749   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2750   *) ac_try_echo=$ac_try;;
2751 esac
2752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2753 $as_echo "$ac_try_echo") >&5
2754   (eval "$ac_compiler -V >&5") 2>&5
2755   ac_status=$?
2756   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2757   (exit $ac_status); }
2758
2759 cat >conftest.$ac_ext <<_ACEOF
2760 /* confdefs.h.  */
2761 _ACEOF
2762 cat confdefs.h >>conftest.$ac_ext
2763 cat >>conftest.$ac_ext <<_ACEOF
2764 /* end confdefs.h.  */
2765
2766 int
2767 main ()
2768 {
2769
2770   ;
2771   return 0;
2772 }
2773 _ACEOF
2774 ac_clean_files_save=$ac_clean_files
2775 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2776 # Try to create an executable without -o first, disregard a.out.
2777 # It will help us diagnose broken compilers, and finding out an intuition
2778 # of exeext.
2779 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2780 $as_echo_n "checking for C compiler default output file name... " >&6; }
2781 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2782
2783 # The possible output files:
2784 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2785
2786 ac_rmfiles=
2787 for ac_file in $ac_files
2788 do
2789   case $ac_file in
2790     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2791     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2792   esac
2793 done
2794 rm -f $ac_rmfiles
2795
2796 if { (ac_try="$ac_link_default"
2797 case "(($ac_try" in
2798   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2799   *) ac_try_echo=$ac_try;;
2800 esac
2801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2802 $as_echo "$ac_try_echo") >&5
2803   (eval "$ac_link_default") 2>&5
2804   ac_status=$?
2805   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2806   (exit $ac_status); }; then
2807   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2808 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2809 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
2810 # so that the user can short-circuit this test for compilers unknown to
2811 # Autoconf.
2812 for ac_file in $ac_files ''
2813 do
2814   test -f "$ac_file" || continue
2815   case $ac_file in
2816     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2817         ;;
2818     [ab].out )
2819         # We found the default executable, but exeext='' is most
2820         # certainly right.
2821         break;;
2822     *.* )
2823         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2824         then :; else
2825            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2826         fi
2827         # We set ac_cv_exeext here because the later test for it is not
2828         # safe: cross compilers may not add the suffix if given an `-o'
2829         # argument, so we may need to know it at that point already.
2830         # Even if this section looks crufty: it has the advantage of
2831         # actually working.
2832         break;;
2833     * )
2834         break;;
2835   esac
2836 done
2837 test "$ac_cv_exeext" = no && ac_cv_exeext=
2838
2839 else
2840   ac_file=''
2841 fi
2842
2843 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2844 $as_echo "$ac_file" >&6; }
2845 if test -z "$ac_file"; then
2846   $as_echo "$as_me: failed program was:" >&5
2847 sed 's/^/| /' conftest.$ac_ext >&5
2848
2849 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2850 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2851 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2852 See \`config.log' for more details." >&5
2853 $as_echo "$as_me: error: C compiler cannot create executables
2854 See \`config.log' for more details." >&2;}
2855    { (exit 77); exit 77; }; }; }
2856 fi
2857
2858 ac_exeext=$ac_cv_exeext
2859
2860 # Check that the compiler produces executables we can run.  If not, either
2861 # the compiler is broken, or we cross compile.
2862 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2863 $as_echo_n "checking whether the C compiler works... " >&6; }
2864 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2865 # If not cross compiling, check that we can run a simple program.
2866 if test "$cross_compiling" != yes; then
2867   if { ac_try='./$ac_file'
2868   { (case "(($ac_try" in
2869   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2870   *) ac_try_echo=$ac_try;;
2871 esac
2872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2873 $as_echo "$ac_try_echo") >&5
2874   (eval "$ac_try") 2>&5
2875   ac_status=$?
2876   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2877   (exit $ac_status); }; }; then
2878     cross_compiling=no
2879   else
2880     if test "$cross_compiling" = maybe; then
2881         cross_compiling=yes
2882     else
2883         { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2884 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2885 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2886 If you meant to cross compile, use \`--host'.
2887 See \`config.log' for more details." >&5
2888 $as_echo "$as_me: error: cannot run C compiled programs.
2889 If you meant to cross compile, use \`--host'.
2890 See \`config.log' for more details." >&2;}
2891    { (exit 1); exit 1; }; }; }
2892     fi
2893   fi
2894 fi
2895 { $as_echo "$as_me:$LINENO: result: yes" >&5
2896 $as_echo "yes" >&6; }
2897
2898 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2899 ac_clean_files=$ac_clean_files_save
2900 # Check that the compiler produces executables we can run.  If not, either
2901 # the compiler is broken, or we cross compile.
2902 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2903 $as_echo_n "checking whether we are cross compiling... " >&6; }
2904 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2905 $as_echo "$cross_compiling" >&6; }
2906
2907 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2908 $as_echo_n "checking for suffix of executables... " >&6; }
2909 if { (ac_try="$ac_link"
2910 case "(($ac_try" in
2911   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2912   *) ac_try_echo=$ac_try;;
2913 esac
2914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2915 $as_echo "$ac_try_echo") >&5
2916   (eval "$ac_link") 2>&5
2917   ac_status=$?
2918   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2919   (exit $ac_status); }; then
2920   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2921 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2922 # work properly (i.e., refer to `conftest.exe'), while it won't with
2923 # `rm'.
2924 for ac_file in conftest.exe conftest conftest.*; do
2925   test -f "$ac_file" || continue
2926   case $ac_file in
2927     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2928     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2929           break;;
2930     * ) break;;
2931   esac
2932 done
2933 else
2934   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2935 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2936 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2937 See \`config.log' for more details." >&5
2938 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2939 See \`config.log' for more details." >&2;}
2940    { (exit 1); exit 1; }; }; }
2941 fi
2942
2943 rm -f conftest$ac_cv_exeext
2944 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2945 $as_echo "$ac_cv_exeext" >&6; }
2946
2947 rm -f conftest.$ac_ext
2948 EXEEXT=$ac_cv_exeext
2949 ac_exeext=$EXEEXT
2950 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2951 $as_echo_n "checking for suffix of object files... " >&6; }
2952 if test "${ac_cv_objext+set}" = set; then
2953   $as_echo_n "(cached) " >&6
2954 else
2955   cat >conftest.$ac_ext <<_ACEOF
2956 /* confdefs.h.  */
2957 _ACEOF
2958 cat confdefs.h >>conftest.$ac_ext
2959 cat >>conftest.$ac_ext <<_ACEOF
2960 /* end confdefs.h.  */
2961
2962 int
2963 main ()
2964 {
2965
2966   ;
2967   return 0;
2968 }
2969 _ACEOF
2970 rm -f conftest.o conftest.obj
2971 if { (ac_try="$ac_compile"
2972 case "(($ac_try" in
2973   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2974   *) ac_try_echo=$ac_try;;
2975 esac
2976 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2977 $as_echo "$ac_try_echo") >&5
2978   (eval "$ac_compile") 2>&5
2979   ac_status=$?
2980   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2981   (exit $ac_status); }; then
2982   for ac_file in conftest.o conftest.obj conftest.*; do
2983   test -f "$ac_file" || continue;
2984   case $ac_file in
2985     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2986     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2987        break;;
2988   esac
2989 done
2990 else
2991   $as_echo "$as_me: failed program was:" >&5
2992 sed 's/^/| /' conftest.$ac_ext >&5
2993
2994 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2995 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2996 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2997 See \`config.log' for more details." >&5
2998 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2999 See \`config.log' for more details." >&2;}
3000    { (exit 1); exit 1; }; }; }
3001 fi
3002
3003 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3004 fi
3005 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3006 $as_echo "$ac_cv_objext" >&6; }
3007 OBJEXT=$ac_cv_objext
3008 ac_objext=$OBJEXT
3009 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3010 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3011 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3012   $as_echo_n "(cached) " >&6
3013 else
3014   cat >conftest.$ac_ext <<_ACEOF
3015 /* confdefs.h.  */
3016 _ACEOF
3017 cat confdefs.h >>conftest.$ac_ext
3018 cat >>conftest.$ac_ext <<_ACEOF
3019 /* end confdefs.h.  */
3020
3021 int
3022 main ()
3023 {
3024 #ifndef __GNUC__
3025        choke me
3026 #endif
3027
3028   ;
3029   return 0;
3030 }
3031 _ACEOF
3032 rm -f conftest.$ac_objext
3033 if { (ac_try="$ac_compile"
3034 case "(($ac_try" in
3035   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3036   *) ac_try_echo=$ac_try;;
3037 esac
3038 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3039 $as_echo "$ac_try_echo") >&5
3040   (eval "$ac_compile") 2>conftest.er1
3041   ac_status=$?
3042   grep -v '^ *+' conftest.er1 >conftest.err
3043   rm -f conftest.er1
3044   cat conftest.err >&5
3045   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3046   (exit $ac_status); } && {
3047          test -z "$ac_c_werror_flag" ||
3048          test ! -s conftest.err
3049        } && test -s conftest.$ac_objext; then
3050   ac_compiler_gnu=yes
3051 else
3052   $as_echo "$as_me: failed program was:" >&5
3053 sed 's/^/| /' conftest.$ac_ext >&5
3054
3055         ac_compiler_gnu=no
3056 fi
3057
3058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3059 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3060
3061 fi
3062 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3063 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3064 if test $ac_compiler_gnu = yes; then
3065   GCC=yes
3066 else
3067   GCC=
3068 fi
3069 ac_test_CFLAGS=${CFLAGS+set}
3070 ac_save_CFLAGS=$CFLAGS
3071 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3072 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3073 if test "${ac_cv_prog_cc_g+set}" = set; then
3074   $as_echo_n "(cached) " >&6
3075 else
3076   ac_save_c_werror_flag=$ac_c_werror_flag
3077    ac_c_werror_flag=yes
3078    ac_cv_prog_cc_g=no
3079    CFLAGS="-g"
3080    cat >conftest.$ac_ext <<_ACEOF
3081 /* confdefs.h.  */
3082 _ACEOF
3083 cat confdefs.h >>conftest.$ac_ext
3084 cat >>conftest.$ac_ext <<_ACEOF
3085 /* end confdefs.h.  */
3086
3087 int
3088 main ()
3089 {
3090
3091   ;
3092   return 0;
3093 }
3094 _ACEOF
3095 rm -f conftest.$ac_objext
3096 if { (ac_try="$ac_compile"
3097 case "(($ac_try" in
3098   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3099   *) ac_try_echo=$ac_try;;
3100 esac
3101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3102 $as_echo "$ac_try_echo") >&5
3103   (eval "$ac_compile") 2>conftest.er1
3104   ac_status=$?
3105   grep -v '^ *+' conftest.er1 >conftest.err
3106   rm -f conftest.er1
3107   cat conftest.err >&5
3108   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3109   (exit $ac_status); } && {
3110          test -z "$ac_c_werror_flag" ||
3111          test ! -s conftest.err
3112        } && test -s conftest.$ac_objext; then
3113   ac_cv_prog_cc_g=yes
3114 else
3115   $as_echo "$as_me: failed program was:" >&5
3116 sed 's/^/| /' conftest.$ac_ext >&5
3117
3118         CFLAGS=""
3119       cat >conftest.$ac_ext <<_ACEOF
3120 /* confdefs.h.  */
3121 _ACEOF
3122 cat confdefs.h >>conftest.$ac_ext
3123 cat >>conftest.$ac_ext <<_ACEOF
3124 /* end confdefs.h.  */
3125
3126 int
3127 main ()
3128 {
3129
3130   ;
3131   return 0;
3132 }
3133 _ACEOF
3134 rm -f conftest.$ac_objext
3135 if { (ac_try="$ac_compile"
3136 case "(($ac_try" in
3137   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3138   *) ac_try_echo=$ac_try;;
3139 esac
3140 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3141 $as_echo "$ac_try_echo") >&5
3142   (eval "$ac_compile") 2>conftest.er1
3143   ac_status=$?
3144   grep -v '^ *+' conftest.er1 >conftest.err
3145   rm -f conftest.er1
3146   cat conftest.err >&5
3147   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3148   (exit $ac_status); } && {
3149          test -z "$ac_c_werror_flag" ||
3150          test ! -s conftest.err
3151        } && test -s conftest.$ac_objext; then
3152   :
3153 else
3154   $as_echo "$as_me: failed program was:" >&5
3155 sed 's/^/| /' conftest.$ac_ext >&5
3156
3157         ac_c_werror_flag=$ac_save_c_werror_flag
3158          CFLAGS="-g"
3159          cat >conftest.$ac_ext <<_ACEOF
3160 /* confdefs.h.  */
3161 _ACEOF
3162 cat confdefs.h >>conftest.$ac_ext
3163 cat >>conftest.$ac_ext <<_ACEOF
3164 /* end confdefs.h.  */
3165
3166 int
3167 main ()
3168 {
3169
3170   ;
3171   return 0;
3172 }
3173 _ACEOF
3174 rm -f conftest.$ac_objext
3175 if { (ac_try="$ac_compile"
3176 case "(($ac_try" in
3177   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3178   *) ac_try_echo=$ac_try;;
3179 esac
3180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3181 $as_echo "$ac_try_echo") >&5
3182   (eval "$ac_compile") 2>conftest.er1
3183   ac_status=$?
3184   grep -v '^ *+' conftest.er1 >conftest.err
3185   rm -f conftest.er1
3186   cat conftest.err >&5
3187   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3188   (exit $ac_status); } && {
3189          test -z "$ac_c_werror_flag" ||
3190          test ! -s conftest.err
3191        } && test -s conftest.$ac_objext; then
3192   ac_cv_prog_cc_g=yes
3193 else
3194   $as_echo "$as_me: failed program was:" >&5
3195 sed 's/^/| /' conftest.$ac_ext >&5
3196
3197
3198 fi
3199
3200 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3201 fi
3202
3203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3204 fi
3205
3206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3207    ac_c_werror_flag=$ac_save_c_werror_flag
3208 fi
3209 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3210 $as_echo "$ac_cv_prog_cc_g" >&6; }
3211 if test "$ac_test_CFLAGS" = set; then
3212   CFLAGS=$ac_save_CFLAGS
3213 elif test $ac_cv_prog_cc_g = yes; then
3214   if test "$GCC" = yes; then
3215     CFLAGS="-g -O2"
3216   else
3217     CFLAGS="-g"
3218   fi
3219 else
3220   if test "$GCC" = yes; then
3221     CFLAGS="-O2"
3222   else
3223     CFLAGS=
3224   fi
3225 fi
3226 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3227 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3228 if test "${ac_cv_prog_cc_c89+set}" = set; then
3229   $as_echo_n "(cached) " >&6
3230 else
3231   ac_cv_prog_cc_c89=no
3232 ac_save_CC=$CC
3233 cat >conftest.$ac_ext <<_ACEOF
3234 /* confdefs.h.  */
3235 _ACEOF
3236 cat confdefs.h >>conftest.$ac_ext
3237 cat >>conftest.$ac_ext <<_ACEOF
3238 /* end confdefs.h.  */
3239 #include <stdarg.h>
3240 #include <stdio.h>
3241 #include <sys/types.h>
3242 #include <sys/stat.h>
3243 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3244 struct buf { int x; };
3245 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3246 static char *e (p, i)
3247      char **p;
3248      int i;
3249 {
3250   return p[i];
3251 }
3252 static char *f (char * (*g) (char **, int), char **p, ...)
3253 {
3254   char *s;
3255   va_list v;
3256   va_start (v,p);
3257   s = g (p, va_arg (v,int));
3258   va_end (v);
3259   return s;
3260 }
3261
3262 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3263    function prototypes and stuff, but not '\xHH' hex character constants.
3264    These don't provoke an error unfortunately, instead are silently treated
3265    as 'x'.  The following induces an error, until -std is added to get
3266    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3267    array size at least.  It's necessary to write '\x00'==0 to get something
3268    that's true only with -std.  */
3269 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3270
3271 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3272    inside strings and character constants.  */
3273 #define FOO(x) 'x'
3274 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3275
3276 int test (int i, double x);
3277 struct s1 {int (*f) (int a);};
3278 struct s2 {int (*f) (double a);};
3279 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3280 int argc;
3281 char **argv;
3282 int
3283 main ()
3284 {
3285 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3286   ;
3287   return 0;
3288 }
3289 _ACEOF
3290 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3291         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3292 do
3293   CC="$ac_save_CC $ac_arg"
3294   rm -f conftest.$ac_objext
3295 if { (ac_try="$ac_compile"
3296 case "(($ac_try" in
3297   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3298   *) ac_try_echo=$ac_try;;
3299 esac
3300 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3301 $as_echo "$ac_try_echo") >&5
3302   (eval "$ac_compile") 2>conftest.er1
3303   ac_status=$?
3304   grep -v '^ *+' conftest.er1 >conftest.err
3305   rm -f conftest.er1
3306   cat conftest.err >&5
3307   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3308   (exit $ac_status); } && {
3309          test -z "$ac_c_werror_flag" ||
3310          test ! -s conftest.err
3311        } && test -s conftest.$ac_objext; then
3312   ac_cv_prog_cc_c89=$ac_arg
3313 else
3314   $as_echo "$as_me: failed program was:" >&5
3315 sed 's/^/| /' conftest.$ac_ext >&5
3316
3317
3318 fi
3319
3320 rm -f core conftest.err conftest.$ac_objext
3321   test "x$ac_cv_prog_cc_c89" != "xno" && break
3322 done
3323 rm -f conftest.$ac_ext
3324 CC=$ac_save_CC
3325
3326 fi
3327 # AC_CACHE_VAL
3328 case "x$ac_cv_prog_cc_c89" in
3329   x)
3330     { $as_echo "$as_me:$LINENO: result: none needed" >&5
3331 $as_echo "none needed" >&6; } ;;
3332   xno)
3333     { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3334 $as_echo "unsupported" >&6; } ;;
3335   *)
3336     CC="$CC $ac_cv_prog_cc_c89"
3337     { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3338 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3339 esac
3340
3341
3342 ac_ext=c
3343 ac_cpp='$CPP $CPPFLAGS'
3344 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3345 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3346 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3347
3348 ac_ext=cpp
3349 ac_cpp='$CXXCPP $CPPFLAGS'
3350 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3351 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3352 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3353 if test -z "$CXX"; then
3354   if test -n "$CCC"; then
3355     CXX=$CCC
3356   else
3357     if test -n "$ac_tool_prefix"; then
3358   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3359   do
3360     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3361 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3362 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3363 $as_echo_n "checking for $ac_word... " >&6; }
3364 if test "${ac_cv_prog_CXX+set}" = set; then
3365   $as_echo_n "(cached) " >&6
3366 else
3367   if test -n "$CXX"; then
3368   ac_cv_prog_CXX="$CXX" # Let the user override the test.
3369 else
3370 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3371 for as_dir in $PATH
3372 do
3373   IFS=$as_save_IFS
3374   test -z "$as_dir" && as_dir=.
3375   for ac_exec_ext in '' $ac_executable_extensions; do
3376   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3377     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3378     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3379     break 2
3380   fi
3381 done
3382 done
3383 IFS=$as_save_IFS
3384
3385 fi
3386 fi
3387 CXX=$ac_cv_prog_CXX
3388 if test -n "$CXX"; then
3389   { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3390 $as_echo "$CXX" >&6; }
3391 else
3392   { $as_echo "$as_me:$LINENO: result: no" >&5
3393 $as_echo "no" >&6; }
3394 fi
3395
3396
3397     test -n "$CXX" && break
3398   done
3399 fi
3400 if test -z "$CXX"; then
3401   ac_ct_CXX=$CXX
3402   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3403 do
3404   # Extract the first word of "$ac_prog", so it can be a program name with args.
3405 set dummy $ac_prog; ac_word=$2
3406 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3407 $as_echo_n "checking for $ac_word... " >&6; }
3408 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3409   $as_echo_n "(cached) " >&6
3410 else
3411   if test -n "$ac_ct_CXX"; then
3412   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3413 else
3414 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3415 for as_dir in $PATH
3416 do
3417   IFS=$as_save_IFS
3418   test -z "$as_dir" && as_dir=.
3419   for ac_exec_ext in '' $ac_executable_extensions; do
3420   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3421     ac_cv_prog_ac_ct_CXX="$ac_prog"
3422     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3423     break 2
3424   fi
3425 done
3426 done
3427 IFS=$as_save_IFS
3428
3429 fi
3430 fi
3431 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3432 if test -n "$ac_ct_CXX"; then
3433   { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3434 $as_echo "$ac_ct_CXX" >&6; }
3435 else
3436   { $as_echo "$as_me:$LINENO: result: no" >&5
3437 $as_echo "no" >&6; }
3438 fi
3439
3440
3441   test -n "$ac_ct_CXX" && break
3442 done
3443
3444   if test "x$ac_ct_CXX" = x; then
3445     CXX="g++"
3446   else
3447     case $cross_compiling:$ac_tool_warned in
3448 yes:)
3449 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3450 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3451 ac_tool_warned=yes ;;
3452 esac
3453     CXX=$ac_ct_CXX
3454   fi
3455 fi
3456
3457   fi
3458 fi
3459 # Provide some information about the compiler.
3460 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3461 set X $ac_compile
3462 ac_compiler=$2
3463 { (ac_try="$ac_compiler --version >&5"
3464 case "(($ac_try" in
3465   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3466   *) ac_try_echo=$ac_try;;
3467 esac
3468 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3469 $as_echo "$ac_try_echo") >&5
3470   (eval "$ac_compiler --version >&5") 2>&5
3471   ac_status=$?
3472   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3473   (exit $ac_status); }
3474 { (ac_try="$ac_compiler -v >&5"
3475 case "(($ac_try" in
3476   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3477   *) ac_try_echo=$ac_try;;
3478 esac
3479 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3480 $as_echo "$ac_try_echo") >&5
3481   (eval "$ac_compiler -v >&5") 2>&5
3482   ac_status=$?
3483   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3484   (exit $ac_status); }
3485 { (ac_try="$ac_compiler -V >&5"
3486 case "(($ac_try" in
3487   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3488   *) ac_try_echo=$ac_try;;
3489 esac
3490 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3491 $as_echo "$ac_try_echo") >&5
3492   (eval "$ac_compiler -V >&5") 2>&5
3493   ac_status=$?
3494   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3495   (exit $ac_status); }
3496
3497 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3498 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3499 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3500   $as_echo_n "(cached) " >&6
3501 else
3502   cat >conftest.$ac_ext <<_ACEOF
3503 /* confdefs.h.  */
3504 _ACEOF
3505 cat confdefs.h >>conftest.$ac_ext
3506 cat >>conftest.$ac_ext <<_ACEOF
3507 /* end confdefs.h.  */
3508
3509 int
3510 main ()
3511 {
3512 #ifndef __GNUC__
3513        choke me
3514 #endif
3515
3516   ;
3517   return 0;
3518 }
3519 _ACEOF
3520 rm -f conftest.$ac_objext
3521 if { (ac_try="$ac_compile"
3522 case "(($ac_try" in
3523   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3524   *) ac_try_echo=$ac_try;;
3525 esac
3526 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3527 $as_echo "$ac_try_echo") >&5
3528   (eval "$ac_compile") 2>conftest.er1
3529   ac_status=$?
3530   grep -v '^ *+' conftest.er1 >conftest.err
3531   rm -f conftest.er1
3532   cat conftest.err >&5
3533   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3534   (exit $ac_status); } && {
3535          test -z "$ac_cxx_werror_flag" ||
3536          test ! -s conftest.err
3537        } && test -s conftest.$ac_objext; then
3538   ac_compiler_gnu=yes
3539 else
3540   $as_echo "$as_me: failed program was:" >&5
3541 sed 's/^/| /' conftest.$ac_ext >&5
3542
3543         ac_compiler_gnu=no
3544 fi
3545
3546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3547 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3548
3549 fi
3550 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3551 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3552 if test $ac_compiler_gnu = yes; then
3553   GXX=yes
3554 else
3555   GXX=
3556 fi
3557 ac_test_CXXFLAGS=${CXXFLAGS+set}
3558 ac_save_CXXFLAGS=$CXXFLAGS
3559 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3560 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3561 if test "${ac_cv_prog_cxx_g+set}" = set; then
3562   $as_echo_n "(cached) " >&6
3563 else
3564   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3565    ac_cxx_werror_flag=yes
3566    ac_cv_prog_cxx_g=no
3567    CXXFLAGS="-g"
3568    cat >conftest.$ac_ext <<_ACEOF
3569 /* confdefs.h.  */
3570 _ACEOF
3571 cat confdefs.h >>conftest.$ac_ext
3572 cat >>conftest.$ac_ext <<_ACEOF
3573 /* end confdefs.h.  */
3574
3575 int
3576 main ()
3577 {
3578
3579   ;
3580   return 0;
3581 }
3582 _ACEOF
3583 rm -f conftest.$ac_objext
3584 if { (ac_try="$ac_compile"
3585 case "(($ac_try" in
3586   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3587   *) ac_try_echo=$ac_try;;
3588 esac
3589 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3590 $as_echo "$ac_try_echo") >&5
3591   (eval "$ac_compile") 2>conftest.er1
3592   ac_status=$?
3593   grep -v '^ *+' conftest.er1 >conftest.err
3594   rm -f conftest.er1
3595   cat conftest.err >&5
3596   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3597   (exit $ac_status); } && {
3598          test -z "$ac_cxx_werror_flag" ||
3599          test ! -s conftest.err
3600        } && test -s conftest.$ac_objext; then
3601   ac_cv_prog_cxx_g=yes
3602 else
3603   $as_echo "$as_me: failed program was:" >&5
3604 sed 's/^/| /' conftest.$ac_ext >&5
3605
3606         CXXFLAGS=""
3607       cat >conftest.$ac_ext <<_ACEOF
3608 /* confdefs.h.  */
3609 _ACEOF
3610 cat confdefs.h >>conftest.$ac_ext
3611 cat >>conftest.$ac_ext <<_ACEOF
3612 /* end confdefs.h.  */
3613
3614 int
3615 main ()
3616 {
3617
3618   ;
3619   return 0;
3620 }
3621 _ACEOF
3622 rm -f conftest.$ac_objext
3623 if { (ac_try="$ac_compile"
3624 case "(($ac_try" in
3625   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3626   *) ac_try_echo=$ac_try;;
3627 esac
3628 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3629 $as_echo "$ac_try_echo") >&5
3630   (eval "$ac_compile") 2>conftest.er1
3631   ac_status=$?
3632   grep -v '^ *+' conftest.er1 >conftest.err
3633   rm -f conftest.er1
3634   cat conftest.err >&5
3635   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3636   (exit $ac_status); } && {
3637          test -z "$ac_cxx_werror_flag" ||
3638          test ! -s conftest.err
3639        } && test -s conftest.$ac_objext; then
3640   :
3641 else
3642   $as_echo "$as_me: failed program was:" >&5
3643 sed 's/^/| /' conftest.$ac_ext >&5
3644
3645         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3646          CXXFLAGS="-g"
3647          cat >conftest.$ac_ext <<_ACEOF
3648 /* confdefs.h.  */
3649 _ACEOF
3650 cat confdefs.h >>conftest.$ac_ext
3651 cat >>conftest.$ac_ext <<_ACEOF
3652 /* end confdefs.h.  */
3653
3654 int
3655 main ()
3656 {
3657
3658   ;
3659   return 0;
3660 }
3661 _ACEOF
3662 rm -f conftest.$ac_objext
3663 if { (ac_try="$ac_compile"
3664 case "(($ac_try" in
3665   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3666   *) ac_try_echo=$ac_try;;
3667 esac
3668 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3669 $as_echo "$ac_try_echo") >&5
3670   (eval "$ac_compile") 2>conftest.er1
3671   ac_status=$?
3672   grep -v '^ *+' conftest.er1 >conftest.err
3673   rm -f conftest.er1
3674   cat conftest.err >&5
3675   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3676   (exit $ac_status); } && {
3677          test -z "$ac_cxx_werror_flag" ||
3678          test ! -s conftest.err
3679        } && test -s conftest.$ac_objext; then
3680   ac_cv_prog_cxx_g=yes
3681 else
3682   $as_echo "$as_me: failed program was:" >&5
3683 sed 's/^/| /' conftest.$ac_ext >&5
3684
3685
3686 fi
3687
3688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3689 fi
3690
3691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3692 fi
3693
3694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3695    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3696 fi
3697 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3698 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3699 if test "$ac_test_CXXFLAGS" = set; then
3700   CXXFLAGS=$ac_save_CXXFLAGS
3701 elif test $ac_cv_prog_cxx_g = yes; then
3702   if test "$GXX" = yes; then
3703     CXXFLAGS="-g -O2"
3704   else
3705     CXXFLAGS="-g"
3706   fi
3707 else
3708   if test "$GXX" = yes; then
3709     CXXFLAGS="-O2"
3710   else
3711     CXXFLAGS=
3712   fi
3713 fi
3714 ac_ext=c
3715 ac_cpp='$CPP $CPPFLAGS'
3716 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3717 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3718 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3719
3720 if test -n "$ac_tool_prefix"; then
3721   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3722 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3723 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3724 $as_echo_n "checking for $ac_word... " >&6; }
3725 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3726   $as_echo_n "(cached) " >&6
3727 else
3728   if test -n "$CPPBIN"; then
3729   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3730 else
3731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3732 for as_dir in $PATH
3733 do
3734   IFS=$as_save_IFS
3735   test -z "$as_dir" && as_dir=.
3736   for ac_exec_ext in '' $ac_executable_extensions; do
3737   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3738     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3739     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3740     break 2
3741   fi
3742 done
3743 done
3744 IFS=$as_save_IFS
3745
3746 fi
3747 fi
3748 CPPBIN=$ac_cv_prog_CPPBIN
3749 if test -n "$CPPBIN"; then
3750   { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3751 $as_echo "$CPPBIN" >&6; }
3752 else
3753   { $as_echo "$as_me:$LINENO: result: no" >&5
3754 $as_echo "no" >&6; }
3755 fi
3756
3757
3758 fi
3759 if test -z "$ac_cv_prog_CPPBIN"; then
3760   ac_ct_CPPBIN=$CPPBIN
3761   # Extract the first word of "cpp", so it can be a program name with args.
3762 set dummy cpp; ac_word=$2
3763 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3764 $as_echo_n "checking for $ac_word... " >&6; }
3765 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3766   $as_echo_n "(cached) " >&6
3767 else
3768   if test -n "$ac_ct_CPPBIN"; then
3769   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3770 else
3771 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3772 for as_dir in $PATH
3773 do
3774   IFS=$as_save_IFS
3775   test -z "$as_dir" && as_dir=.
3776   for ac_exec_ext in '' $ac_executable_extensions; do
3777   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3778     ac_cv_prog_ac_ct_CPPBIN="cpp"
3779     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3780     break 2
3781   fi
3782 done
3783 done
3784 IFS=$as_save_IFS
3785
3786 fi
3787 fi
3788 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3789 if test -n "$ac_ct_CPPBIN"; then
3790   { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3791 $as_echo "$ac_ct_CPPBIN" >&6; }
3792 else
3793   { $as_echo "$as_me:$LINENO: result: no" >&5
3794 $as_echo "no" >&6; }
3795 fi
3796
3797   if test "x$ac_ct_CPPBIN" = x; then
3798     CPPBIN="cpp"
3799   else
3800     case $cross_compiling:$ac_tool_warned in
3801 yes:)
3802 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3803 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3804 ac_tool_warned=yes ;;
3805 esac
3806     CPPBIN=$ac_ct_CPPBIN
3807   fi
3808 else
3809   CPPBIN="$ac_cv_prog_CPPBIN"
3810 fi
3811
3812
3813 case $host in
3814   x86_64*)
3815     if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3816     then
3817       CC="$CC -m32"
3818       CXX="$CXX -m32"
3819       { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3820 $as_echo_n "checking whether $CC works... " >&6; }
3821
3822 cat >conftest.$ac_ext <<_ACEOF
3823 /* confdefs.h.  */
3824 _ACEOF
3825 cat confdefs.h >>conftest.$ac_ext
3826 cat >>conftest.$ac_ext <<_ACEOF
3827 /* end confdefs.h.  */
3828
3829 int
3830 main ()
3831 {
3832
3833   ;
3834   return 0;
3835 }
3836 _ACEOF
3837 rm -f conftest.$ac_objext conftest$ac_exeext
3838 if { (ac_try="$ac_link"
3839 case "(($ac_try" in
3840   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3841   *) ac_try_echo=$ac_try;;
3842 esac
3843 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3844 $as_echo "$ac_try_echo") >&5
3845   (eval "$ac_link") 2>conftest.er1
3846   ac_status=$?
3847   grep -v '^ *+' conftest.er1 >conftest.err
3848   rm -f conftest.er1
3849   cat conftest.err >&5
3850   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3851   (exit $ac_status); } && {
3852          test -z "$ac_c_werror_flag" ||
3853          test ! -s conftest.err
3854        } && test -s conftest$ac_exeext && {
3855          test "$cross_compiling" = yes ||
3856          $as_test_x conftest$ac_exeext
3857        }; then
3858   { $as_echo "$as_me:$LINENO: result: yes" >&5
3859 $as_echo "yes" >&6; }
3860 else
3861   $as_echo "$as_me: failed program was:" >&5
3862 sed 's/^/| /' conftest.$ac_ext >&5
3863
3864         { $as_echo "$as_me:$LINENO: result: no" >&5
3865 $as_echo "no" >&6; }
3866                       { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3867 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3868    { (exit 1); exit 1; }; }
3869 fi
3870
3871 rm -rf conftest.dSYM
3872 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3873       conftest$ac_exeext conftest.$ac_ext
3874       LD="${LD:-ld} -m elf_i386"
3875       AS="${AS:-as} --32"
3876       host_cpu="i386"
3877       notice_platform="32-bit "
3878       TARGETFLAGS="-m32"
3879
3880       enable_win16=${enable_win16:-yes}
3881     else
3882       TARGETFLAGS="-m64"
3883
3884     fi
3885     ;;
3886   *-mingw32*)
3887     enable_win16=${enable_win16:-no}
3888     ;;
3889   i[3456789]86*)
3890     enable_win16=${enable_win16:-yes}
3891     ;;
3892 esac
3893
3894 enable_win16=${enable_win16:-no}
3895
3896 WIN16_FILES="\$(WIN16_FILES)"
3897
3898 WIN16_INSTALL="\$(WIN16_INSTALL)"
3899
3900 if test "x$enable_win16" != "xyes"
3901 then
3902     WIN16_FILES=""
3903     WIN16_INSTALL=""
3904     enable_comm_drv16=${enable_comm_drv16:-no}
3905     enable_dispdib_dll16=${enable_dispdib_dll16:-no}
3906     enable_display_drv16=${enable_display_drv16:-no}
3907     enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
3908     enable_keyboard_drv16=${enable_keyboard_drv16:-no}
3909     enable_lzexpand_dll16=${enable_lzexpand_dll16:-no}
3910     enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
3911     enable_monodebg_vxd=${enable_monodebg_vxd:-no}
3912     enable_mouse_drv16=${enable_mouse_drv16:-no}
3913     enable_msacm_dll16=${enable_msacm_dll16:-no}
3914     enable_ole2conv_dll16=${enable_ole2conv_dll16:-no}
3915     enable_ole2nls_dll16=${enable_ole2nls_dll16:-no}
3916     enable_ole2prox_dll16=${enable_ole2prox_dll16:-no}
3917     enable_ole2thk_dll16=${enable_ole2thk_dll16:-no}
3918     enable_olecli_dll16=${enable_olecli_dll16:-no}
3919     enable_olesvr_dll16=${enable_olesvr_dll16:-no}
3920     enable_storage_dll16=${enable_storage_dll16:-no}
3921     enable_stress_dll16=${enable_stress_dll16:-no}
3922     enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
3923     enable_vmm_vxd=${enable_vmm_vxd:-no}
3924     enable_vnbt_vxd=${enable_vnbt_vxd:-no}
3925     enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
3926     enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
3927     enable_vwin32_vxd=${enable_vwin32_vxd:-no}
3928     enable_w32skrnl=${enable_w32skrnl:-no}
3929     enable_win87em_dll16=${enable_win87em_dll16:-no}
3930     enable_windebug_dll16=${enable_windebug_dll16:-no}
3931     enable_winedos=${enable_winedos:-no}
3932     enable_winevdm=${enable_winevdm:-no}
3933     enable_winhelp_exe16=${enable_winhelp_exe16:-no}
3934     enable_winoldap_mod16=${enable_winoldap_mod16:-no}
3935 fi
3936
3937 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3938 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3939 if test "${wine_cv_toolsdir+set}" = set; then
3940   $as_echo_n "(cached) " >&6
3941 else
3942   if test -z "$with_wine_tools"; then
3943      if test "$cross_compiling" = "yes"; then
3944        { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3945 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3946    { (exit 1); exit 1; }; }
3947      else
3948        wine_cv_toolsdir="\$(TOPOBJDIR)"
3949      fi
3950    elif test -d "$with_wine_tools/tools/winebuild"; then
3951      case $with_wine_tools in
3952        /*) wine_cv_toolsdir="$with_wine_tools" ;;
3953        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3954      esac
3955    else
3956      { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3957 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3958    { (exit 1); exit 1; }; }
3959    fi
3960 fi
3961 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3962 $as_echo "$wine_cv_toolsdir" >&6; }
3963 TOOLSDIR=$wine_cv_toolsdir
3964
3965 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3966 then
3967     TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3968
3969 fi
3970
3971 for ac_prog in flex
3972 do
3973   # Extract the first word of "$ac_prog", so it can be a program name with args.
3974 set dummy $ac_prog; ac_word=$2
3975 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3976 $as_echo_n "checking for $ac_word... " >&6; }
3977 if test "${ac_cv_prog_FLEX+set}" = set; then
3978   $as_echo_n "(cached) " >&6
3979 else
3980   if test -n "$FLEX"; then
3981   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3982 else
3983 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3984 for as_dir in $PATH
3985 do
3986   IFS=$as_save_IFS
3987   test -z "$as_dir" && as_dir=.
3988   for ac_exec_ext in '' $ac_executable_extensions; do
3989   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3990     ac_cv_prog_FLEX="$ac_prog"
3991     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3992     break 2
3993   fi
3994 done
3995 done
3996 IFS=$as_save_IFS
3997
3998 fi
3999 fi
4000 FLEX=$ac_cv_prog_FLEX
4001 if test -n "$FLEX"; then
4002   { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
4003 $as_echo "$FLEX" >&6; }
4004 else
4005   { $as_echo "$as_me:$LINENO: result: no" >&5
4006 $as_echo "no" >&6; }
4007 fi
4008
4009
4010   test -n "$FLEX" && break
4011 done
4012 test -n "$FLEX" || FLEX="none"
4013
4014 if test "$FLEX" = "none"
4015 then
4016   { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
4017 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
4018    { (exit 1); exit 1; }; }
4019 fi
4020
4021 for ac_prog in bison
4022 do
4023   # Extract the first word of "$ac_prog", so it can be a program name with args.
4024 set dummy $ac_prog; ac_word=$2
4025 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4026 $as_echo_n "checking for $ac_word... " >&6; }
4027 if test "${ac_cv_prog_BISON+set}" = set; then
4028   $as_echo_n "(cached) " >&6
4029 else
4030   if test -n "$BISON"; then
4031   ac_cv_prog_BISON="$BISON" # Let the user override the test.
4032 else
4033 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4034 for as_dir in $PATH
4035 do
4036   IFS=$as_save_IFS
4037   test -z "$as_dir" && as_dir=.
4038   for ac_exec_ext in '' $ac_executable_extensions; do
4039   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4040     ac_cv_prog_BISON="$ac_prog"
4041     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4042     break 2
4043   fi
4044 done
4045 done
4046 IFS=$as_save_IFS
4047
4048 fi
4049 fi
4050 BISON=$ac_cv_prog_BISON
4051 if test -n "$BISON"; then
4052   { $as_echo "$as_me:$LINENO: result: $BISON" >&5
4053 $as_echo "$BISON" >&6; }
4054 else
4055   { $as_echo "$as_me:$LINENO: result: no" >&5
4056 $as_echo "no" >&6; }
4057 fi
4058
4059
4060   test -n "$BISON" && break
4061 done
4062 test -n "$BISON" || BISON="none"
4063
4064 if test "$BISON" = "none"
4065 then
4066   { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4067 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4068    { (exit 1); exit 1; }; }
4069 fi
4070
4071 if test -n "$ac_tool_prefix"; then
4072   for ac_prog in gas as
4073   do
4074     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4075 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4076 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4077 $as_echo_n "checking for $ac_word... " >&6; }
4078 if test "${ac_cv_prog_AS+set}" = set; then
4079   $as_echo_n "(cached) " >&6
4080 else
4081   if test -n "$AS"; then
4082   ac_cv_prog_AS="$AS" # Let the user override the test.
4083 else
4084 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4085 for as_dir in $PATH
4086 do
4087   IFS=$as_save_IFS
4088   test -z "$as_dir" && as_dir=.
4089   for ac_exec_ext in '' $ac_executable_extensions; do
4090   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4091     ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
4092     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4093     break 2
4094   fi
4095 done
4096 done
4097 IFS=$as_save_IFS
4098
4099 fi
4100 fi
4101 AS=$ac_cv_prog_AS
4102 if test -n "$AS"; then
4103   { $as_echo "$as_me:$LINENO: result: $AS" >&5
4104 $as_echo "$AS" >&6; }
4105 else
4106   { $as_echo "$as_me:$LINENO: result: no" >&5
4107 $as_echo "no" >&6; }
4108 fi
4109
4110
4111     test -n "$AS" && break
4112   done
4113 fi
4114 if test -z "$AS"; then
4115   ac_ct_AS=$AS
4116   for ac_prog in gas as
4117 do
4118   # Extract the first word of "$ac_prog", so it can be a program name with args.
4119 set dummy $ac_prog; ac_word=$2
4120 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4121 $as_echo_n "checking for $ac_word... " >&6; }
4122 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
4123   $as_echo_n "(cached) " >&6
4124 else
4125   if test -n "$ac_ct_AS"; then
4126   ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
4127 else
4128 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4129 for as_dir in $PATH
4130 do
4131   IFS=$as_save_IFS
4132   test -z "$as_dir" && as_dir=.
4133   for ac_exec_ext in '' $ac_executable_extensions; do
4134   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4135     ac_cv_prog_ac_ct_AS="$ac_prog"
4136     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4137     break 2
4138   fi
4139 done
4140 done
4141 IFS=$as_save_IFS
4142
4143 fi
4144 fi
4145 ac_ct_AS=$ac_cv_prog_ac_ct_AS
4146 if test -n "$ac_ct_AS"; then
4147   { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
4148 $as_echo "$ac_ct_AS" >&6; }
4149 else
4150   { $as_echo "$as_me:$LINENO: result: no" >&5
4151 $as_echo "no" >&6; }
4152 fi
4153
4154
4155   test -n "$ac_ct_AS" && break
4156 done
4157
4158   if test "x$ac_ct_AS" = x; then
4159     AS="as"
4160   else
4161     case $cross_compiling:$ac_tool_warned in
4162 yes:)
4163 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4164 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4165 ac_tool_warned=yes ;;
4166 esac
4167     AS=$ac_ct_AS
4168   fi
4169 fi
4170
4171 if test -n "$ac_tool_prefix"; then
4172   for ac_prog in ld gld
4173   do
4174     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4175 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4176 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4177 $as_echo_n "checking for $ac_word... " >&6; }
4178 if test "${ac_cv_prog_LD+set}" = set; then
4179   $as_echo_n "(cached) " >&6
4180 else
4181   if test -n "$LD"; then
4182   ac_cv_prog_LD="$LD" # Let the user override the test.
4183 else
4184 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4185 for as_dir in $PATH
4186 do
4187   IFS=$as_save_IFS
4188   test -z "$as_dir" && as_dir=.
4189   for ac_exec_ext in '' $ac_executable_extensions; do
4190   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4191     ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
4192     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4193     break 2
4194   fi
4195 done
4196 done
4197 IFS=$as_save_IFS
4198
4199 fi
4200 fi
4201 LD=$ac_cv_prog_LD
4202 if test -n "$LD"; then
4203   { $as_echo "$as_me:$LINENO: result: $LD" >&5
4204 $as_echo "$LD" >&6; }
4205 else
4206   { $as_echo "$as_me:$LINENO: result: no" >&5
4207 $as_echo "no" >&6; }
4208 fi
4209
4210
4211     test -n "$LD" && break
4212   done
4213 fi
4214 if test -z "$LD"; then
4215   ac_ct_LD=$LD
4216   for ac_prog in ld gld
4217 do
4218   # Extract the first word of "$ac_prog", so it can be a program name with args.
4219 set dummy $ac_prog; ac_word=$2
4220 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4221 $as_echo_n "checking for $ac_word... " >&6; }
4222 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4223   $as_echo_n "(cached) " >&6
4224 else
4225   if test -n "$ac_ct_LD"; then
4226   ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4227 else
4228 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4229 for as_dir in $PATH
4230 do
4231   IFS=$as_save_IFS
4232   test -z "$as_dir" && as_dir=.
4233   for ac_exec_ext in '' $ac_executable_extensions; do
4234   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4235     ac_cv_prog_ac_ct_LD="$ac_prog"
4236     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4237     break 2
4238   fi
4239 done
4240 done
4241 IFS=$as_save_IFS
4242
4243 fi
4244 fi
4245 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4246 if test -n "$ac_ct_LD"; then
4247   { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4248 $as_echo "$ac_ct_LD" >&6; }
4249 else
4250   { $as_echo "$as_me:$LINENO: result: no" >&5
4251 $as_echo "no" >&6; }
4252 fi
4253
4254
4255   test -n "$ac_ct_LD" && break
4256 done
4257
4258   if test "x$ac_ct_LD" = x; then
4259     LD="ld"
4260   else
4261     case $cross_compiling:$ac_tool_warned in
4262 yes:)
4263 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4264 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4265 ac_tool_warned=yes ;;
4266 esac
4267     LD=$ac_ct_LD
4268   fi
4269 fi
4270
4271 if test -n "$ac_tool_prefix"; then
4272   for ac_prog in nm gnm
4273   do
4274     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4275 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4276 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4277 $as_echo_n "checking for $ac_word... " >&6; }
4278 if test "${ac_cv_prog_NM+set}" = set; then
4279   $as_echo_n "(cached) " >&6
4280 else
4281   if test -n "$NM"; then
4282   ac_cv_prog_NM="$NM" # Let the user override the test.
4283 else
4284 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4285 for as_dir in $PATH
4286 do
4287   IFS=$as_save_IFS
4288   test -z "$as_dir" && as_dir=.
4289   for ac_exec_ext in '' $ac_executable_extensions; do
4290   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4291     ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
4292     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4293     break 2
4294   fi
4295 done
4296 done
4297 IFS=$as_save_IFS
4298
4299 fi
4300 fi
4301 NM=$ac_cv_prog_NM
4302 if test -n "$NM"; then
4303   { $as_echo "$as_me:$LINENO: result: $NM" >&5
4304 $as_echo "$NM" >&6; }
4305 else
4306   { $as_echo "$as_me:$LINENO: result: no" >&5
4307 $as_echo "no" >&6; }
4308 fi
4309
4310
4311     test -n "$NM" && break
4312   done
4313 fi
4314 if test -z "$NM"; then
4315   ac_ct_NM=$NM
4316   for ac_prog in nm gnm
4317 do
4318   # Extract the first word of "$ac_prog", so it can be a program name with args.
4319 set dummy $ac_prog; ac_word=$2
4320 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4321 $as_echo_n "checking for $ac_word... " >&6; }
4322 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
4323   $as_echo_n "(cached) " >&6
4324 else
4325   if test -n "$ac_ct_NM"; then
4326   ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4327 else
4328 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4329 for as_dir in $PATH
4330 do
4331   IFS=$as_save_IFS
4332   test -z "$as_dir" && as_dir=.
4333   for ac_exec_ext in '' $ac_executable_extensions; do
4334   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4335     ac_cv_prog_ac_ct_NM="$ac_prog"
4336     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4337     break 2
4338   fi
4339 done
4340 done
4341 IFS=$as_save_IFS
4342
4343 fi
4344 fi
4345 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4346 if test -n "$ac_ct_NM"; then
4347   { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
4348 $as_echo "$ac_ct_NM" >&6; }
4349 else
4350   { $as_echo "$as_me:$LINENO: result: no" >&5
4351 $as_echo "no" >&6; }
4352 fi
4353
4354
4355   test -n "$ac_ct_NM" && break
4356 done
4357
4358   if test "x$ac_ct_NM" = x; then
4359     NM="nm"
4360   else
4361     case $cross_compiling:$ac_tool_warned in
4362 yes:)
4363 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4364 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4365 ac_tool_warned=yes ;;
4366 esac
4367     NM=$ac_ct_NM
4368   fi
4369 fi
4370
4371 if test -n "$ac_tool_prefix"; then
4372   for ac_prog in ar gar
4373   do
4374     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4375 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4376 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4377 $as_echo_n "checking for $ac_word... " >&6; }
4378 if test "${ac_cv_prog_AR+set}" = set; then
4379   $as_echo_n "(cached) " >&6
4380 else
4381   if test -n "$AR"; then
4382   ac_cv_prog_AR="$AR" # Let the user override the test.
4383 else
4384 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4385 for as_dir in $PATH
4386 do
4387   IFS=$as_save_IFS
4388   test -z "$as_dir" && as_dir=.
4389   for ac_exec_ext in '' $ac_executable_extensions; do
4390   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4391     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4392     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4393     break 2
4394   fi
4395 done
4396 done
4397 IFS=$as_save_IFS
4398
4399 fi
4400 fi
4401 AR=$ac_cv_prog_AR
4402 if test -n "$AR"; then
4403   { $as_echo "$as_me:$LINENO: result: $AR" >&5
4404 $as_echo "$AR" >&6; }
4405 else
4406   { $as_echo "$as_me:$LINENO: result: no" >&5
4407 $as_echo "no" >&6; }
4408 fi
4409
4410
4411     test -n "$AR" && break
4412   done
4413 fi
4414 if test -z "$AR"; then
4415   ac_ct_AR=$AR
4416   for ac_prog in ar gar
4417 do
4418   # Extract the first word of "$ac_prog", so it can be a program name with args.
4419 set dummy $ac_prog; ac_word=$2
4420 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4421 $as_echo_n "checking for $ac_word... " >&6; }
4422 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4423   $as_echo_n "(cached) " >&6
4424 else
4425   if test -n "$ac_ct_AR"; then
4426   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4427 else
4428 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4429 for as_dir in $PATH
4430 do
4431   IFS=$as_save_IFS
4432   test -z "$as_dir" && as_dir=.
4433   for ac_exec_ext in '' $ac_executable_extensions; do
4434   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4435     ac_cv_prog_ac_ct_AR="$ac_prog"
4436     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4437     break 2
4438   fi
4439 done
4440 done
4441 IFS=$as_save_IFS
4442
4443 fi
4444 fi
4445 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4446 if test -n "$ac_ct_AR"; then
4447   { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4448 $as_echo "$ac_ct_AR" >&6; }
4449 else
4450   { $as_echo "$as_me:$LINENO: result: no" >&5
4451 $as_echo "no" >&6; }
4452 fi
4453
4454
4455   test -n "$ac_ct_AR" && break
4456 done
4457
4458   if test "x$ac_ct_AR" = x; then
4459     AR="ar"
4460   else
4461     case $cross_compiling:$ac_tool_warned in
4462 yes:)
4463 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4464 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4465 ac_tool_warned=yes ;;
4466 esac
4467     AR=$ac_ct_AR
4468   fi
4469 fi
4470
4471 ARFLAGS=rc
4472
4473 if test -n "$ac_tool_prefix"; then
4474   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4475 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4476 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4477 $as_echo_n "checking for $ac_word... " >&6; }
4478 if test "${ac_cv_prog_RANLIB+set}" = set; then
4479   $as_echo_n "(cached) " >&6
4480 else
4481   if test -n "$RANLIB"; then
4482   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4483 else
4484 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4485 for as_dir in $PATH
4486 do
4487   IFS=$as_save_IFS
4488   test -z "$as_dir" && as_dir=.
4489   for ac_exec_ext in '' $ac_executable_extensions; do
4490   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4491     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4492     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4493     break 2
4494   fi
4495 done
4496 done
4497 IFS=$as_save_IFS
4498
4499 fi
4500 fi
4501 RANLIB=$ac_cv_prog_RANLIB
4502 if test -n "$RANLIB"; then
4503   { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
4504 $as_echo "$RANLIB" >&6; }
4505 else
4506   { $as_echo "$as_me:$LINENO: result: no" >&5
4507 $as_echo "no" >&6; }
4508 fi
4509
4510
4511 fi
4512 if test -z "$ac_cv_prog_RANLIB"; then
4513   ac_ct_RANLIB=$RANLIB
4514   # Extract the first word of "ranlib", so it can be a program name with args.
4515 set dummy ranlib; ac_word=$2
4516 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4517 $as_echo_n "checking for $ac_word... " >&6; }
4518 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4519   $as_echo_n "(cached) " >&6
4520 else
4521   if test -n "$ac_ct_RANLIB"; then
4522   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4523 else
4524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4525 for as_dir in $PATH
4526 do
4527   IFS=$as_save_IFS
4528   test -z "$as_dir" && as_dir=.
4529   for ac_exec_ext in '' $ac_executable_extensions; do
4530   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4531     ac_cv_prog_ac_ct_RANLIB="ranlib"
4532     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4533     break 2
4534   fi
4535 done
4536 done
4537 IFS=$as_save_IFS
4538
4539 fi
4540 fi
4541 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4542 if test -n "$ac_ct_RANLIB"; then
4543   { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4544 $as_echo "$ac_ct_RANLIB" >&6; }
4545 else
4546   { $as_echo "$as_me:$LINENO: result: no" >&5
4547 $as_echo "no" >&6; }
4548 fi
4549
4550   if test "x$ac_ct_RANLIB" = x; then
4551     RANLIB=":"
4552   else
4553     case $cross_compiling:$ac_tool_warned in
4554 yes:)
4555 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4556 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4557 ac_tool_warned=yes ;;
4558 esac
4559     RANLIB=$ac_ct_RANLIB
4560   fi
4561 else
4562   RANLIB="$ac_cv_prog_RANLIB"
4563 fi
4564
4565 if test -n "$ac_tool_prefix"; then
4566   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4567 set dummy ${ac_tool_prefix}strip; ac_word=$2
4568 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4569 $as_echo_n "checking for $ac_word... " >&6; }
4570 if test "${ac_cv_prog_STRIP+set}" = set; then
4571   $as_echo_n "(cached) " >&6
4572 else
4573   if test -n "$STRIP"; then
4574   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4575 else
4576 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4577 for as_dir in $PATH
4578 do
4579   IFS=$as_save_IFS
4580   test -z "$as_dir" && as_dir=.
4581   for ac_exec_ext in '' $ac_executable_extensions; do
4582   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4583     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4584     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4585     break 2
4586   fi
4587 done
4588 done
4589 IFS=$as_save_IFS
4590
4591 fi
4592 fi
4593 STRIP=$ac_cv_prog_STRIP
4594 if test -n "$STRIP"; then
4595   { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4596 $as_echo "$STRIP" >&6; }
4597 else
4598   { $as_echo "$as_me:$LINENO: result: no" >&5
4599 $as_echo "no" >&6; }
4600 fi
4601
4602
4603 fi
4604 if test -z "$ac_cv_prog_STRIP"; then
4605   ac_ct_STRIP=$STRIP
4606   # Extract the first word of "strip", so it can be a program name with args.
4607 set dummy strip; ac_word=$2
4608 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4609 $as_echo_n "checking for $ac_word... " >&6; }
4610 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4611   $as_echo_n "(cached) " >&6
4612 else
4613   if test -n "$ac_ct_STRIP"; then
4614   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4615 else
4616 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4617 for as_dir in $PATH
4618 do
4619   IFS=$as_save_IFS
4620   test -z "$as_dir" && as_dir=.
4621   for ac_exec_ext in '' $ac_executable_extensions; do
4622   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4623     ac_cv_prog_ac_ct_STRIP="strip"
4624     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4625     break 2
4626   fi
4627 done
4628 done
4629 IFS=$as_save_IFS
4630
4631 fi
4632 fi
4633 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4634 if test -n "$ac_ct_STRIP"; then
4635   { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4636 $as_echo "$ac_ct_STRIP" >&6; }
4637 else
4638   { $as_echo "$as_me:$LINENO: result: no" >&5
4639 $as_echo "no" >&6; }
4640 fi
4641
4642   if test "x$ac_ct_STRIP" = x; then
4643     STRIP="strip"
4644   else
4645     case $cross_compiling:$ac_tool_warned in
4646 yes:)
4647 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4648 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4649 ac_tool_warned=yes ;;
4650 esac
4651     STRIP=$ac_ct_STRIP
4652   fi
4653 else
4654   STRIP="$ac_cv_prog_STRIP"
4655 fi
4656
4657 if test -n "$ac_tool_prefix"; then
4658   # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4659 set dummy ${ac_tool_prefix}windres; ac_word=$2
4660 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4661 $as_echo_n "checking for $ac_word... " >&6; }
4662 if test "${ac_cv_prog_WINDRES+set}" = set; then
4663   $as_echo_n "(cached) " >&6
4664 else
4665   if test -n "$WINDRES"; then
4666   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4667 else
4668 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4669 for as_dir in $PATH
4670 do
4671   IFS=$as_save_IFS
4672   test -z "$as_dir" && as_dir=.
4673   for ac_exec_ext in '' $ac_executable_extensions; do
4674   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4675     ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4676     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4677     break 2
4678   fi
4679 done
4680 done
4681 IFS=$as_save_IFS
4682
4683 fi
4684 fi
4685 WINDRES=$ac_cv_prog_WINDRES
4686 if test -n "$WINDRES"; then
4687   { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
4688 $as_echo "$WINDRES" >&6; }
4689 else
4690   { $as_echo "$as_me:$LINENO: result: no" >&5
4691 $as_echo "no" >&6; }
4692 fi
4693
4694
4695 fi
4696 if test -z "$ac_cv_prog_WINDRES"; then
4697   ac_ct_WINDRES=$WINDRES
4698   # Extract the first word of "windres", so it can be a program name with args.
4699 set dummy windres; ac_word=$2
4700 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4701 $as_echo_n "checking for $ac_word... " >&6; }
4702 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4703   $as_echo_n "(cached) " >&6
4704 else
4705   if test -n "$ac_ct_WINDRES"; then
4706   ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4707 else
4708 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4709 for as_dir in $PATH
4710 do
4711   IFS=$as_save_IFS
4712   test -z "$as_dir" && as_dir=.
4713   for ac_exec_ext in '' $ac_executable_extensions; do
4714   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4715     ac_cv_prog_ac_ct_WINDRES="windres"
4716     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4717     break 2
4718   fi
4719 done
4720 done
4721 IFS=$as_save_IFS
4722
4723 fi
4724 fi
4725 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4726 if test -n "$ac_ct_WINDRES"; then
4727   { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4728 $as_echo "$ac_ct_WINDRES" >&6; }
4729 else
4730   { $as_echo "$as_me:$LINENO: result: no" >&5
4731 $as_echo "no" >&6; }
4732 fi
4733
4734   if test "x$ac_ct_WINDRES" = x; then
4735     WINDRES="false"
4736   else
4737     case $cross_compiling:$ac_tool_warned in
4738 yes:)
4739 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4740 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4741 ac_tool_warned=yes ;;
4742 esac
4743     WINDRES=$ac_ct_WINDRES
4744   fi
4745 else
4746   WINDRES="$ac_cv_prog_WINDRES"
4747 fi
4748
4749 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4750 $as_echo_n "checking whether ln -s works... " >&6; }
4751 LN_S=$as_ln_s
4752 if test "$LN_S" = "ln -s"; then
4753   { $as_echo "$as_me:$LINENO: result: yes" >&5
4754 $as_echo "yes" >&6; }
4755 else
4756   { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4757 $as_echo "no, using $LN_S" >&6; }
4758 fi
4759
4760 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4761 $as_echo_n "checking whether ln works... " >&6; }
4762 rm -f conf$$ conf$$.file
4763 echo >conf$$.file
4764 if ln conf$$.file conf$$ 2>/dev/null; then
4765   LN=ln
4766
4767   { $as_echo "$as_me:$LINENO: result: yes" >&5
4768 $as_echo "yes" >&6; }
4769 else
4770   LN="cp -p"
4771
4772   { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4773 $as_echo "no, using $LN" >&6; }
4774 fi
4775 rm -f conf$$ conf$$.file
4776 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4777 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4778 if test "${ac_cv_path_GREP+set}" = set; then
4779   $as_echo_n "(cached) " >&6
4780 else
4781   if test -z "$GREP"; then
4782   ac_path_GREP_found=false
4783   # Loop through the user's path and test for each of PROGNAME-LIST
4784   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4785 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4786 do
4787   IFS=$as_save_IFS
4788   test -z "$as_dir" && as_dir=.
4789   for ac_prog in grep ggrep; do
4790     for ac_exec_ext in '' $ac_executable_extensions; do
4791       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4792       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4793 # Check for GNU ac_path_GREP and select it if it is found.
4794   # Check for GNU $ac_path_GREP
4795 case `"$ac_path_GREP" --version 2>&1` in
4796 *GNU*)
4797   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4798 *)
4799   ac_count=0
4800   $as_echo_n 0123456789 >"conftest.in"
4801   while :
4802   do
4803     cat "conftest.in" "conftest.in" >"conftest.tmp"
4804     mv "conftest.tmp" "conftest.in"
4805     cp "conftest.in" "conftest.nl"
4806     $as_echo 'GREP' >> "conftest.nl"
4807     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4808     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4809     ac_count=`expr $ac_count + 1`
4810     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4811       # Best one so far, save it but keep looking for a better one
4812       ac_cv_path_GREP="$ac_path_GREP"
4813       ac_path_GREP_max=$ac_count
4814     fi
4815     # 10*(2^10) chars as input seems more than enough
4816     test $ac_count -gt 10 && break
4817   done
4818   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4819 esac
4820
4821       $ac_path_GREP_found && break 3
4822     done
4823   done
4824 done
4825 IFS=$as_save_IFS
4826   if test -z "$ac_cv_path_GREP"; then
4827     { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4828 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4829    { (exit 1); exit 1; }; }
4830   fi
4831 else
4832   ac_cv_path_GREP=$GREP
4833 fi
4834
4835 fi
4836 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4837 $as_echo "$ac_cv_path_GREP" >&6; }
4838  GREP="$ac_cv_path_GREP"
4839
4840
4841 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4842 $as_echo_n "checking for egrep... " >&6; }
4843 if test "${ac_cv_path_EGREP+set}" = set; then
4844   $as_echo_n "(cached) " >&6
4845 else
4846   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4847    then ac_cv_path_EGREP="$GREP -E"
4848    else
4849      if test -z "$EGREP"; then
4850   ac_path_EGREP_found=false
4851   # Loop through the user's path and test for each of PROGNAME-LIST
4852   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4853 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4854 do
4855   IFS=$as_save_IFS
4856   test -z "$as_dir" && as_dir=.
4857   for ac_prog in egrep; do
4858     for ac_exec_ext in '' $ac_executable_extensions; do
4859       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4860       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4861 # Check for GNU ac_path_EGREP and select it if it is found.
4862   # Check for GNU $ac_path_EGREP
4863 case `"$ac_path_EGREP" --version 2>&1` in
4864 *GNU*)
4865   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4866 *)
4867   ac_count=0
4868   $as_echo_n 0123456789 >"conftest.in"
4869   while :
4870   do
4871     cat "conftest.in" "conftest.in" >"conftest.tmp"
4872     mv "conftest.tmp" "conftest.in"
4873     cp "conftest.in" "conftest.nl"
4874     $as_echo 'EGREP' >> "conftest.nl"
4875     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4876     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4877     ac_count=`expr $ac_count + 1`
4878     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4879       # Best one so far, save it but keep looking for a better one
4880       ac_cv_path_EGREP="$ac_path_EGREP"
4881       ac_path_EGREP_max=$ac_count
4882     fi
4883     # 10*(2^10) chars as input seems more than enough
4884     test $ac_count -gt 10 && break
4885   done
4886   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4887 esac
4888
4889       $ac_path_EGREP_found && break 3
4890     done
4891   done
4892 done
4893 IFS=$as_save_IFS
4894   if test -z "$ac_cv_path_EGREP"; then
4895     { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4896 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4897    { (exit 1); exit 1; }; }
4898   fi
4899 else
4900   ac_cv_path_EGREP=$EGREP
4901 fi
4902
4903    fi
4904 fi
4905 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4906 $as_echo "$ac_cv_path_EGREP" >&6; }
4907  EGREP="$ac_cv_path_EGREP"
4908
4909
4910 # Extract the first word of "ldconfig", so it can be a program name with args.
4911 set dummy ldconfig; ac_word=$2
4912 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4913 $as_echo_n "checking for $ac_word... " >&6; }
4914 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4915   $as_echo_n "(cached) " >&6
4916 else
4917   case $LDCONFIG in
4918   [\\/]* | ?:[\\/]*)
4919   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4920   ;;
4921   *)
4922   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4923 for as_dir in /sbin /usr/sbin $PATH
4924 do
4925   IFS=$as_save_IFS
4926   test -z "$as_dir" && as_dir=.
4927   for ac_exec_ext in '' $ac_executable_extensions; do
4928   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4929     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4930     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4931     break 2
4932   fi
4933 done
4934 done
4935 IFS=$as_save_IFS
4936
4937   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4938   ;;
4939 esac
4940 fi
4941 LDCONFIG=$ac_cv_path_LDCONFIG
4942 if test -n "$LDCONFIG"; then
4943   { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4944 $as_echo "$LDCONFIG" >&6; }
4945 else
4946   { $as_echo "$as_me:$LINENO: result: no" >&5
4947 $as_echo "no" >&6; }
4948 fi
4949
4950
4951 # Find a good install program.  We prefer a C program (faster),
4952 # so one script is as good as another.  But avoid the broken or
4953 # incompatible versions:
4954 # SysV /etc/install, /usr/sbin/install
4955 # SunOS /usr/etc/install
4956 # IRIX /sbin/install
4957 # AIX /bin/install
4958 # AmigaOS /C/install, which installs bootblocks on floppy discs
4959 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4960 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4961 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4962 # OS/2's system install, which has a completely different semantic
4963 # ./install, which can be erroneously created by make from ./install.sh.
4964 # Reject install programs that cannot install multiple files.
4965 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4966 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4967 if test -z "$INSTALL"; then
4968 if test "${ac_cv_path_install+set}" = set; then
4969   $as_echo_n "(cached) " >&6
4970 else
4971   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4972 for as_dir in $PATH
4973 do
4974   IFS=$as_save_IFS
4975   test -z "$as_dir" && as_dir=.
4976   # Account for people who put trailing slashes in PATH elements.
4977 case $as_dir/ in
4978   ./ | .// | /cC/* | \
4979   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4980   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4981   /usr/ucb/* ) ;;
4982   *)
4983     # OSF1 and SCO ODT 3.0 have their own names for install.
4984     # Don't use installbsd from OSF since it installs stuff as root
4985     # by default.
4986     for ac_prog in ginstall scoinst install; do
4987       for ac_exec_ext in '' $ac_executable_extensions; do
4988         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4989           if test $ac_prog = install &&
4990             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4991             # AIX install.  It has an incompatible calling convention.
4992             :
4993           elif test $ac_prog = install &&
4994             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4995             # program-specific install script used by HP pwplus--don't use.
4996             :
4997           else
4998             rm -rf conftest.one conftest.two conftest.dir
4999             echo one > conftest.one
5000             echo two > conftest.two
5001             mkdir conftest.dir
5002             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5003               test -s conftest.one && test -s conftest.two &&
5004               test -s conftest.dir/conftest.one &&
5005               test -s conftest.dir/conftest.two
5006             then
5007               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5008               break 3
5009             fi
5010           fi
5011         fi
5012       done
5013     done
5014     ;;
5015 esac
5016
5017 done
5018 IFS=$as_save_IFS
5019
5020 rm -rf conftest.one conftest.two conftest.dir
5021
5022 fi
5023   if test "${ac_cv_path_install+set}" = set; then
5024     INSTALL=$ac_cv_path_install
5025   else
5026     # As a last resort, use the slow shell script.  Don't cache a
5027     # value for INSTALL within a source directory, because that will
5028     # break other packages using the cache if that directory is
5029     # removed, or if the value is a relative name.
5030     INSTALL=$ac_install_sh
5031   fi
5032 fi
5033 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
5034 $as_echo "$INSTALL" >&6; }
5035
5036 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5037 # It thinks the first close brace ends the variable substitution.
5038 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5039
5040 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5041
5042 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5043
5044 case "$INSTALL" in
5045   [\\/$]* | ?:[\\/]* ) ;;
5046   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
5047 esac
5048
5049 for ac_prog in lclint lint
5050 do
5051   # Extract the first word of "$ac_prog", so it can be a program name with args.
5052 set dummy $ac_prog; ac_word=$2
5053 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5054 $as_echo_n "checking for $ac_word... " >&6; }
5055 if test "${ac_cv_prog_LINT+set}" = set; then
5056   $as_echo_n "(cached) " >&6
5057 else
5058   if test -n "$LINT"; then
5059   ac_cv_prog_LINT="$LINT" # Let the user override the test.
5060 else
5061 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5062 for as_dir in $PATH
5063 do
5064   IFS=$as_save_IFS
5065   test -z "$as_dir" && as_dir=.
5066   for ac_exec_ext in '' $ac_executable_extensions; do
5067   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5068     ac_cv_prog_LINT="$ac_prog"
5069     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5070     break 2
5071   fi
5072 done
5073 done
5074 IFS=$as_save_IFS
5075
5076 fi
5077 fi
5078 LINT=$ac_cv_prog_LINT
5079 if test -n "$LINT"; then
5080   { $as_echo "$as_me:$LINENO: result: $LINT" >&5
5081 $as_echo "$LINT" >&6; }
5082 else
5083   { $as_echo "$as_me:$LINENO: result: no" >&5
5084 $as_echo "no" >&6; }
5085 fi
5086
5087
5088   test -n "$LINT" && break
5089 done
5090
5091 if test "$LINT" = "lint"
5092 then
5093   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
5094   fi
5095
5096
5097
5098 for ac_prog in fontforge
5099 do
5100   # Extract the first word of "$ac_prog", so it can be a program name with args.
5101 set dummy $ac_prog; ac_word=$2
5102 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5103 $as_echo_n "checking for $ac_word... " >&6; }
5104 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
5105   $as_echo_n "(cached) " >&6
5106 else
5107   if test -n "$FONTFORGE"; then
5108   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5109 else
5110 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5111 for as_dir in $PATH
5112 do
5113   IFS=$as_save_IFS
5114   test -z "$as_dir" && as_dir=.
5115   for ac_exec_ext in '' $ac_executable_extensions; do
5116   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5117     ac_cv_prog_FONTFORGE="$ac_prog"
5118     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5119     break 2
5120   fi
5121 done
5122 done
5123 IFS=$as_save_IFS
5124
5125 fi
5126 fi
5127 FONTFORGE=$ac_cv_prog_FONTFORGE
5128 if test -n "$FONTFORGE"; then
5129   { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
5130 $as_echo "$FONTFORGE" >&6; }
5131 else
5132   { $as_echo "$as_me:$LINENO: result: no" >&5
5133 $as_echo "no" >&6; }
5134 fi
5135
5136
5137   test -n "$FONTFORGE" && break
5138 done
5139 test -n "$FONTFORGE" || FONTFORGE="false"
5140
5141 for ac_prog in pkg-config
5142 do
5143   # Extract the first word of "$ac_prog", so it can be a program name with args.
5144 set dummy $ac_prog; ac_word=$2
5145 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5146 $as_echo_n "checking for $ac_word... " >&6; }
5147 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5148   $as_echo_n "(cached) " >&6
5149 else
5150   if test -n "$PKG_CONFIG"; then
5151   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5152 else
5153 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5154 for as_dir in $PATH
5155 do
5156   IFS=$as_save_IFS
5157   test -z "$as_dir" && as_dir=.
5158   for ac_exec_ext in '' $ac_executable_extensions; do
5159   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5160     ac_cv_prog_PKG_CONFIG="$ac_prog"
5161     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5162     break 2
5163   fi
5164 done
5165 done
5166 IFS=$as_save_IFS
5167
5168 fi
5169 fi
5170 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5171 if test -n "$PKG_CONFIG"; then
5172   { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
5173 $as_echo "$PKG_CONFIG" >&6; }
5174 else
5175   { $as_echo "$as_me:$LINENO: result: no" >&5
5176 $as_echo "no" >&6; }
5177 fi
5178
5179
5180   test -n "$PKG_CONFIG" && break
5181 done
5182 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5183
5184 for ac_prog in rsvg
5185 do
5186   # Extract the first word of "$ac_prog", so it can be a program name with args.
5187 set dummy $ac_prog; ac_word=$2
5188 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5189 $as_echo_n "checking for $ac_word... " >&6; }
5190 if test "${ac_cv_prog_RSVG+set}" = set; then
5191   $as_echo_n "(cached) " >&6
5192 else
5193   if test -n "$RSVG"; then
5194   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5195 else
5196 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5197 for as_dir in $PATH
5198 do
5199   IFS=$as_save_IFS
5200   test -z "$as_dir" && as_dir=.
5201   for ac_exec_ext in '' $ac_executable_extensions; do
5202   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5203     ac_cv_prog_RSVG="$ac_prog"
5204     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5205     break 2
5206   fi
5207 done
5208 done
5209 IFS=$as_save_IFS
5210
5211 fi
5212 fi
5213 RSVG=$ac_cv_prog_RSVG
5214 if test -n "$RSVG"; then
5215   { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
5216 $as_echo "$RSVG" >&6; }
5217 else
5218   { $as_echo "$as_me:$LINENO: result: no" >&5
5219 $as_echo "no" >&6; }
5220 fi
5221
5222
5223   test -n "$RSVG" && break
5224 done
5225 test -n "$RSVG" || RSVG="false"
5226
5227 for ac_prog in icotool
5228 do
5229   # Extract the first word of "$ac_prog", so it can be a program name with args.
5230 set dummy $ac_prog; ac_word=$2
5231 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5232 $as_echo_n "checking for $ac_word... " >&6; }
5233 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
5234   $as_echo_n "(cached) " >&6
5235 else
5236   if test -n "$ICOTOOL"; then
5237   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5238 else
5239 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5240 for as_dir in $PATH
5241 do
5242   IFS=$as_save_IFS
5243   test -z "$as_dir" && as_dir=.
5244   for ac_exec_ext in '' $ac_executable_extensions; do
5245   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5246     ac_cv_prog_ICOTOOL="$ac_prog"
5247     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5248     break 2
5249   fi
5250 done
5251 done
5252 IFS=$as_save_IFS
5253
5254 fi
5255 fi
5256 ICOTOOL=$ac_cv_prog_ICOTOOL
5257 if test -n "$ICOTOOL"; then
5258   { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
5259 $as_echo "$ICOTOOL" >&6; }
5260 else
5261   { $as_echo "$as_me:$LINENO: result: no" >&5
5262 $as_echo "no" >&6; }
5263 fi
5264
5265
5266   test -n "$ICOTOOL" && break
5267 done
5268 test -n "$ICOTOOL" || ICOTOOL="false"
5269
5270
5271 if test "${enable_maintainer_mode+set}" = set
5272 then
5273   if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5274   if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5275   if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5276 fi
5277
5278 case $host_cpu in
5279   *i[3456789]86*)
5280     # Extract the first word of "prelink", so it can be a program name with args.
5281 set dummy prelink; ac_word=$2
5282 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5283 $as_echo_n "checking for $ac_word... " >&6; }
5284 if test "${ac_cv_path_PRELINK+set}" = set; then
5285   $as_echo_n "(cached) " >&6
5286 else
5287   case $PRELINK in
5288   [\\/]* | ?:[\\/]*)
5289   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5290   ;;
5291   *)
5292   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5293 for as_dir in /sbin /usr/sbin $PATH
5294 do
5295   IFS=$as_save_IFS
5296   test -z "$as_dir" && as_dir=.
5297   for ac_exec_ext in '' $ac_executable_extensions; do
5298   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5299     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5300     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5301     break 2
5302   fi
5303 done
5304 done
5305 IFS=$as_save_IFS
5306
5307   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5308   ;;
5309 esac
5310 fi
5311 PRELINK=$ac_cv_path_PRELINK
5312 if test -n "$PRELINK"; then
5313   { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
5314 $as_echo "$PRELINK" >&6; }
5315 else
5316   { $as_echo "$as_me:$LINENO: result: no" >&5
5317 $as_echo "no" >&6; }
5318 fi
5319
5320
5321     ;;
5322 esac
5323
5324
5325
5326 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5327 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5328 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5329   $as_echo_n "(cached) " >&6
5330 else
5331   ac_check_lib_save_LIBS=$LIBS
5332 LIBS="-li386  $LIBS"
5333 cat >conftest.$ac_ext <<_ACEOF
5334 /* confdefs.h.  */
5335 _ACEOF
5336 cat confdefs.h >>conftest.$ac_ext
5337 cat >>conftest.$ac_ext <<_ACEOF
5338 /* end confdefs.h.  */
5339
5340 /* Override any GCC internal prototype to avoid an error.
5341    Use char because int might match the return type of a GCC
5342    builtin and then its argument prototype would still apply.  */
5343 #ifdef __cplusplus
5344 extern "C"
5345 #endif
5346 char i386_set_ldt ();
5347 int
5348 main ()
5349 {
5350 return i386_set_ldt ();
5351   ;
5352   return 0;
5353 }
5354 _ACEOF
5355 rm -f conftest.$ac_objext conftest$ac_exeext
5356 if { (ac_try="$ac_link"
5357 case "(($ac_try" in
5358   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5359   *) ac_try_echo=$ac_try;;
5360 esac
5361 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5362 $as_echo "$ac_try_echo") >&5
5363   (eval "$ac_link") 2>conftest.er1
5364   ac_status=$?
5365   grep -v '^ *+' conftest.er1 >conftest.err
5366   rm -f conftest.er1
5367   cat conftest.err >&5
5368   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5369   (exit $ac_status); } && {
5370          test -z "$ac_c_werror_flag" ||
5371          test ! -s conftest.err
5372        } && test -s conftest$ac_exeext && {
5373          test "$cross_compiling" = yes ||
5374          $as_test_x conftest$ac_exeext
5375        }; then
5376   ac_cv_lib_i386_i386_set_ldt=yes
5377 else
5378   $as_echo "$as_me: failed program was:" >&5
5379 sed 's/^/| /' conftest.$ac_ext >&5
5380
5381         ac_cv_lib_i386_i386_set_ldt=no
5382 fi
5383
5384 rm -rf conftest.dSYM
5385 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5386       conftest$ac_exeext conftest.$ac_ext
5387 LIBS=$ac_check_lib_save_LIBS
5388 fi
5389 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5390 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5391 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
5392   cat >>confdefs.h <<_ACEOF
5393 #define HAVE_LIBI386 1
5394 _ACEOF
5395
5396   LIBS="-li386 $LIBS"
5397
5398 fi
5399
5400
5401 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5402 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5403 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5404   $as_echo_n "(cached) " >&6
5405 else
5406   ac_check_lib_save_LIBS=$LIBS
5407 LIBS="-lossaudio  $LIBS"
5408 cat >conftest.$ac_ext <<_ACEOF
5409 /* confdefs.h.  */
5410 _ACEOF
5411 cat confdefs.h >>conftest.$ac_ext
5412 cat >>conftest.$ac_ext <<_ACEOF
5413 /* end confdefs.h.  */
5414
5415 /* Override any GCC internal prototype to avoid an error.
5416    Use char because int might match the return type of a GCC
5417    builtin and then its argument prototype would still apply.  */
5418 #ifdef __cplusplus
5419 extern "C"
5420 #endif
5421 char _oss_ioctl ();
5422 int
5423 main ()
5424 {
5425 return _oss_ioctl ();
5426   ;
5427   return 0;
5428 }
5429 _ACEOF
5430 rm -f conftest.$ac_objext conftest$ac_exeext
5431 if { (ac_try="$ac_link"
5432 case "(($ac_try" in
5433   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5434   *) ac_try_echo=$ac_try;;
5435 esac
5436 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5437 $as_echo "$ac_try_echo") >&5
5438   (eval "$ac_link") 2>conftest.er1
5439   ac_status=$?
5440   grep -v '^ *+' conftest.er1 >conftest.err
5441   rm -f conftest.er1
5442   cat conftest.err >&5
5443   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5444   (exit $ac_status); } && {
5445          test -z "$ac_c_werror_flag" ||
5446          test ! -s conftest.err
5447        } && test -s conftest$ac_exeext && {
5448          test "$cross_compiling" = yes ||
5449          $as_test_x conftest$ac_exeext
5450        }; then
5451   ac_cv_lib_ossaudio__oss_ioctl=yes
5452 else
5453   $as_echo "$as_me: failed program was:" >&5
5454 sed 's/^/| /' conftest.$ac_ext >&5
5455
5456         ac_cv_lib_ossaudio__oss_ioctl=no
5457 fi
5458
5459 rm -rf conftest.dSYM
5460 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5461       conftest$ac_exeext conftest.$ac_ext
5462 LIBS=$ac_check_lib_save_LIBS
5463 fi
5464 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5465 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5466 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5467   cat >>confdefs.h <<_ACEOF
5468 #define HAVE_LIBOSSAUDIO 1
5469 _ACEOF
5470
5471   LIBS="-lossaudio $LIBS"
5472
5473 fi
5474
5475
5476 XLIB=""
5477
5478 OPENGL_LIBS=""
5479
5480
5481
5482 ac_ext=c
5483 ac_cpp='$CPP $CPPFLAGS'
5484 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5485 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5486 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5487 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5488 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5489 # On Suns, sometimes $CPP names a directory.
5490 if test -n "$CPP" && test -d "$CPP"; then
5491   CPP=
5492 fi
5493 if test -z "$CPP"; then
5494   if test "${ac_cv_prog_CPP+set}" = set; then
5495   $as_echo_n "(cached) " >&6
5496 else
5497       # Double quotes because CPP needs to be expanded
5498     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5499     do
5500       ac_preproc_ok=false
5501 for ac_c_preproc_warn_flag in '' yes
5502 do
5503   # Use a header file that comes with gcc, so configuring glibc
5504   # with a fresh cross-compiler works.
5505   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5506   # <limits.h> exists even on freestanding compilers.
5507   # On the NeXT, cc -E runs the code through the compiler's parser,
5508   # not just through cpp. "Syntax error" is here to catch this case.
5509   cat >conftest.$ac_ext <<_ACEOF
5510 /* confdefs.h.  */
5511 _ACEOF
5512 cat confdefs.h >>conftest.$ac_ext
5513 cat >>conftest.$ac_ext <<_ACEOF
5514 /* end confdefs.h.  */
5515 #ifdef __STDC__
5516 # include <limits.h>
5517 #else
5518 # include <assert.h>
5519 #endif
5520                      Syntax error
5521 _ACEOF
5522 if { (ac_try="$ac_cpp conftest.$ac_ext"
5523 case "(($ac_try" in
5524   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5525   *) ac_try_echo=$ac_try;;
5526 esac
5527 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5528 $as_echo "$ac_try_echo") >&5
5529   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5530   ac_status=$?
5531   grep -v '^ *+' conftest.er1 >conftest.err
5532   rm -f conftest.er1
5533   cat conftest.err >&5
5534   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5535   (exit $ac_status); } >/dev/null && {
5536          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5537          test ! -s conftest.err
5538        }; then
5539   :
5540 else
5541   $as_echo "$as_me: failed program was:" >&5
5542 sed 's/^/| /' conftest.$ac_ext >&5
5543
5544   # Broken: fails on valid input.
5545 continue
5546 fi
5547
5548 rm -f conftest.err conftest.$ac_ext
5549
5550   # OK, works on sane cases.  Now check whether nonexistent headers
5551   # can be detected and how.
5552   cat >conftest.$ac_ext <<_ACEOF
5553 /* confdefs.h.  */
5554 _ACEOF
5555 cat confdefs.h >>conftest.$ac_ext
5556 cat >>conftest.$ac_ext <<_ACEOF
5557 /* end confdefs.h.  */
5558 #include <ac_nonexistent.h>
5559 _ACEOF
5560 if { (ac_try="$ac_cpp conftest.$ac_ext"
5561 case "(($ac_try" in
5562   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5563   *) ac_try_echo=$ac_try;;
5564 esac
5565 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5566 $as_echo "$ac_try_echo") >&5
5567   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5568   ac_status=$?
5569   grep -v '^ *+' conftest.er1 >conftest.err
5570   rm -f conftest.er1
5571   cat conftest.err >&5
5572   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5573   (exit $ac_status); } >/dev/null && {
5574          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5575          test ! -s conftest.err
5576        }; then
5577   # Broken: success on invalid input.
5578 continue
5579 else
5580   $as_echo "$as_me: failed program was:" >&5
5581 sed 's/^/| /' conftest.$ac_ext >&5
5582
5583   # Passes both tests.
5584 ac_preproc_ok=:
5585 break
5586 fi
5587
5588 rm -f conftest.err conftest.$ac_ext
5589
5590 done
5591 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5592 rm -f conftest.err conftest.$ac_ext
5593 if $ac_preproc_ok; then
5594   break
5595 fi
5596
5597     done
5598     ac_cv_prog_CPP=$CPP
5599
5600 fi
5601   CPP=$ac_cv_prog_CPP
5602 else
5603   ac_cv_prog_CPP=$CPP
5604 fi
5605 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5606 $as_echo "$CPP" >&6; }
5607 ac_preproc_ok=false
5608 for ac_c_preproc_warn_flag in '' yes
5609 do
5610   # Use a header file that comes with gcc, so configuring glibc
5611   # with a fresh cross-compiler works.
5612   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5613   # <limits.h> exists even on freestanding compilers.
5614   # On the NeXT, cc -E runs the code through the compiler's parser,
5615   # not just through cpp. "Syntax error" is here to catch this case.
5616   cat >conftest.$ac_ext <<_ACEOF
5617 /* confdefs.h.  */
5618 _ACEOF
5619 cat confdefs.h >>conftest.$ac_ext
5620 cat >>conftest.$ac_ext <<_ACEOF
5621 /* end confdefs.h.  */
5622 #ifdef __STDC__
5623 # include <limits.h>
5624 #else
5625 # include <assert.h>
5626 #endif
5627                      Syntax error
5628 _ACEOF
5629 if { (ac_try="$ac_cpp conftest.$ac_ext"
5630 case "(($ac_try" in
5631   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5632   *) ac_try_echo=$ac_try;;
5633 esac
5634 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5635 $as_echo "$ac_try_echo") >&5
5636   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5637   ac_status=$?
5638   grep -v '^ *+' conftest.er1 >conftest.err
5639   rm -f conftest.er1
5640   cat conftest.err >&5
5641   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5642   (exit $ac_status); } >/dev/null && {
5643          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5644          test ! -s conftest.err
5645        }; then
5646   :
5647 else
5648   $as_echo "$as_me: failed program was:" >&5
5649 sed 's/^/| /' conftest.$ac_ext >&5
5650
5651   # Broken: fails on valid input.
5652 continue
5653 fi
5654
5655 rm -f conftest.err conftest.$ac_ext
5656
5657   # OK, works on sane cases.  Now check whether nonexistent headers
5658   # can be detected and how.
5659   cat >conftest.$ac_ext <<_ACEOF
5660 /* confdefs.h.  */
5661 _ACEOF
5662 cat confdefs.h >>conftest.$ac_ext
5663 cat >>conftest.$ac_ext <<_ACEOF
5664 /* end confdefs.h.  */
5665 #include <ac_nonexistent.h>
5666 _ACEOF
5667 if { (ac_try="$ac_cpp conftest.$ac_ext"
5668 case "(($ac_try" in
5669   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5670   *) ac_try_echo=$ac_try;;
5671 esac
5672 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5673 $as_echo "$ac_try_echo") >&5
5674   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5675   ac_status=$?
5676   grep -v '^ *+' conftest.er1 >conftest.err
5677   rm -f conftest.er1
5678   cat conftest.err >&5
5679   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5680   (exit $ac_status); } >/dev/null && {
5681          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5682          test ! -s conftest.err
5683        }; then
5684   # Broken: success on invalid input.
5685 continue
5686 else
5687   $as_echo "$as_me: failed program was:" >&5
5688 sed 's/^/| /' conftest.$ac_ext >&5
5689
5690   # Passes both tests.
5691 ac_preproc_ok=:
5692 break
5693 fi
5694
5695 rm -f conftest.err conftest.$ac_ext
5696
5697 done
5698 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5699 rm -f conftest.err conftest.$ac_ext
5700 if $ac_preproc_ok; then
5701   :
5702 else
5703   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5704 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5705 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5706 See \`config.log' for more details." >&5
5707 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5708 See \`config.log' for more details." >&2;}
5709    { (exit 1); exit 1; }; }; }
5710 fi
5711
5712 ac_ext=c
5713 ac_cpp='$CPP $CPPFLAGS'
5714 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5715 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5716 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5717
5718
5719 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5720 $as_echo_n "checking for ANSI C header files... " >&6; }
5721 if test "${ac_cv_header_stdc+set}" = set; then
5722   $as_echo_n "(cached) " >&6
5723 else
5724   cat >conftest.$ac_ext <<_ACEOF
5725 /* confdefs.h.  */
5726 _ACEOF
5727 cat confdefs.h >>conftest.$ac_ext
5728 cat >>conftest.$ac_ext <<_ACEOF
5729 /* end confdefs.h.  */
5730 #include <stdlib.h>
5731 #include <stdarg.h>
5732 #include <string.h>
5733 #include <float.h>
5734
5735 int
5736 main ()
5737 {
5738
5739   ;
5740   return 0;
5741 }
5742 _ACEOF
5743 rm -f conftest.$ac_objext
5744 if { (ac_try="$ac_compile"
5745 case "(($ac_try" in
5746   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5747   *) ac_try_echo=$ac_try;;
5748 esac
5749 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5750 $as_echo "$ac_try_echo") >&5
5751   (eval "$ac_compile") 2>conftest.er1
5752   ac_status=$?
5753   grep -v '^ *+' conftest.er1 >conftest.err
5754   rm -f conftest.er1
5755   cat conftest.err >&5
5756   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5757   (exit $ac_status); } && {
5758          test -z "$ac_c_werror_flag" ||
5759          test ! -s conftest.err
5760        } && test -s conftest.$ac_objext; then
5761   ac_cv_header_stdc=yes
5762 else
5763   $as_echo "$as_me: failed program was:" >&5
5764 sed 's/^/| /' conftest.$ac_ext >&5
5765
5766         ac_cv_header_stdc=no
5767 fi
5768
5769 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5770
5771 if test $ac_cv_header_stdc = yes; then
5772   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5773   cat >conftest.$ac_ext <<_ACEOF
5774 /* confdefs.h.  */
5775 _ACEOF
5776 cat confdefs.h >>conftest.$ac_ext
5777 cat >>conftest.$ac_ext <<_ACEOF
5778 /* end confdefs.h.  */
5779 #include <string.h>
5780
5781 _ACEOF
5782 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5783   $EGREP "memchr" >/dev/null 2>&1; then
5784   :
5785 else
5786   ac_cv_header_stdc=no
5787 fi
5788 rm -f conftest*
5789
5790 fi
5791
5792 if test $ac_cv_header_stdc = yes; then
5793   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5794   cat >conftest.$ac_ext <<_ACEOF
5795 /* confdefs.h.  */
5796 _ACEOF
5797 cat confdefs.h >>conftest.$ac_ext
5798 cat >>conftest.$ac_ext <<_ACEOF
5799 /* end confdefs.h.  */
5800 #include <stdlib.h>
5801
5802 _ACEOF
5803 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5804   $EGREP "free" >/dev/null 2>&1; then
5805   :
5806 else
5807   ac_cv_header_stdc=no
5808 fi
5809 rm -f conftest*
5810
5811 fi
5812
5813 if test $ac_cv_header_stdc = yes; then
5814   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5815   if test "$cross_compiling" = yes; then
5816   :
5817 else
5818   cat >conftest.$ac_ext <<_ACEOF
5819 /* confdefs.h.  */
5820 _ACEOF
5821 cat confdefs.h >>conftest.$ac_ext
5822 cat >>conftest.$ac_ext <<_ACEOF
5823 /* end confdefs.h.  */
5824 #include <ctype.h>
5825 #include <stdlib.h>
5826 #if ((' ' & 0x0FF) == 0x020)
5827 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5828 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5829 #else
5830 # define ISLOWER(c) \
5831                    (('a' <= (c) && (c) <= 'i') \
5832                      || ('j' <= (c) && (c) <= 'r') \
5833                      || ('s' <= (c) && (c) <= 'z'))
5834 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5835 #endif
5836
5837 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5838 int
5839 main ()
5840 {
5841   int i;
5842   for (i = 0; i < 256; i++)
5843     if (XOR (islower (i), ISLOWER (i))
5844         || toupper (i) != TOUPPER (i))
5845       return 2;
5846   return 0;
5847 }
5848 _ACEOF
5849 rm -f conftest$ac_exeext
5850 if { (ac_try="$ac_link"
5851 case "(($ac_try" in
5852   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5853   *) ac_try_echo=$ac_try;;
5854 esac
5855 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5856 $as_echo "$ac_try_echo") >&5
5857   (eval "$ac_link") 2>&5
5858   ac_status=$?
5859   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5860   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5861   { (case "(($ac_try" in
5862   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5863   *) ac_try_echo=$ac_try;;
5864 esac
5865 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5866 $as_echo "$ac_try_echo") >&5
5867   (eval "$ac_try") 2>&5
5868   ac_status=$?
5869   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5870   (exit $ac_status); }; }; then
5871   :
5872 else
5873   $as_echo "$as_me: program exited with status $ac_status" >&5
5874 $as_echo "$as_me: failed program was:" >&5
5875 sed 's/^/| /' conftest.$ac_ext >&5
5876
5877 ( exit $ac_status )
5878 ac_cv_header_stdc=no
5879 fi
5880 rm -rf conftest.dSYM
5881 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5882 fi
5883
5884
5885 fi
5886 fi
5887 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5888 $as_echo "$ac_cv_header_stdc" >&6; }
5889 if test $ac_cv_header_stdc = yes; then
5890
5891 cat >>confdefs.h <<\_ACEOF
5892 #define STDC_HEADERS 1
5893 _ACEOF
5894
5895 fi
5896
5897 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5898
5899
5900
5901
5902
5903
5904
5905
5906
5907 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5908                   inttypes.h stdint.h unistd.h
5909 do
5910 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5911 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5912 $as_echo_n "checking for $ac_header... " >&6; }
5913 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5914   $as_echo_n "(cached) " >&6
5915 else
5916   cat >conftest.$ac_ext <<_ACEOF
5917 /* confdefs.h.  */
5918 _ACEOF
5919 cat confdefs.h >>conftest.$ac_ext
5920 cat >>conftest.$ac_ext <<_ACEOF
5921 /* end confdefs.h.  */
5922 $ac_includes_default
5923
5924 #include <$ac_header>
5925 _ACEOF
5926 rm -f conftest.$ac_objext
5927 if { (ac_try="$ac_compile"
5928 case "(($ac_try" in
5929   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5930   *) ac_try_echo=$ac_try;;
5931 esac
5932 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5933 $as_echo "$ac_try_echo") >&5
5934   (eval "$ac_compile") 2>conftest.er1
5935   ac_status=$?
5936   grep -v '^ *+' conftest.er1 >conftest.err
5937   rm -f conftest.er1
5938   cat conftest.err >&5
5939   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5940   (exit $ac_status); } && {
5941          test -z "$ac_c_werror_flag" ||
5942          test ! -s conftest.err
5943        } && test -s conftest.$ac_objext; then
5944   eval "$as_ac_Header=yes"
5945 else
5946   $as_echo "$as_me: failed program was:" >&5
5947 sed 's/^/| /' conftest.$ac_ext >&5
5948
5949         eval "$as_ac_Header=no"
5950 fi
5951
5952 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5953 fi
5954 ac_res=`eval 'as_val=${'$as_ac_Header'}
5955                  $as_echo "$as_val"'`
5956                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5957 $as_echo "$ac_res" >&6; }
5958 as_val=`eval 'as_val=${'$as_ac_Header'}
5959                  $as_echo "$as_val"'`
5960    if test "x$as_val" = x""yes; then
5961   cat >>confdefs.h <<_ACEOF
5962 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5963 _ACEOF
5964
5965 fi
5966
5967 done
5968
5969
5970
5971
5972
5973
5974
5975
5976
5977
5978
5979
5980
5981
5982
5983
5984
5985
5986
5987
5988
5989
5990
5991
5992
5993
5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
6004
6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
6040
6041
6042
6043
6044
6045
6046
6047
6048
6049
6050
6051
6052
6053
6054
6055
6056
6057
6058
6059
6060
6061
6062
6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
6073
6074
6075
6076
6077
6078
6079
6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090
6091 for ac_header in \
6092         AudioUnit/AudioUnit.h \
6093         Carbon/Carbon.h \
6094         CoreAudio/CoreAudio.h \
6095         DiskArbitration/DiskArbitration.h \
6096         IOKit/IOKitLib.h \
6097         IOKit/hid/IOHIDLib.h \
6098         alias.h \
6099         alsa/asoundlib.h \
6100         arpa/inet.h \
6101         arpa/nameser.h \
6102         asm/types.h \
6103         capi20.h \
6104         curses.h \
6105         direct.h \
6106         dirent.h \
6107         dlfcn.h \
6108         elf.h \
6109         float.h \
6110         fontconfig/fontconfig.h \
6111         getopt.h \
6112         grp.h \
6113         ieeefp.h \
6114         inet/mib2.h \
6115         io.h \
6116         jack/jack.h \
6117         jpeglib.h \
6118         kstat.h \
6119         lber.h \
6120         lcms.h \
6121         lcms/lcms.h \
6122         ldap.h \
6123         libaudioio.h \
6124         link.h \
6125         linux/cdrom.h \
6126         linux/compiler.h \
6127         linux/hdreg.h \
6128         linux/input.h \
6129         linux/ioctl.h \
6130         linux/joystick.h \
6131         linux/major.h \
6132         linux/param.h \
6133         linux/serial.h \
6134         linux/types.h \
6135         linux/ucdrom.h \
6136         mach/mach.h \
6137         mach/machine.h \
6138         machine/cpu.h \
6139         machine/limits.h \
6140         machine/soundcard.h \
6141         mntent.h \
6142         ncurses.h \
6143         netdb.h \
6144         netinet/in.h \
6145         netinet/in_systm.h \
6146         netinet/tcp.h \
6147         netinet/tcp_fsm.h \
6148         openssl/err.h \
6149         openssl/ssl.h \
6150         png.h \
6151         poll.h \
6152         process.h \
6153         pthread.h \
6154         pwd.h \
6155         regex.h \
6156         sched.h \
6157         scsi/scsi.h \
6158         scsi/scsi_ioctl.h \
6159         scsi/sg.h \
6160         soundcard.h \
6161         stdint.h \
6162         strings.h \
6163         stropts.h \
6164         sys/asoundlib.h \
6165         sys/cdio.h \
6166         sys/elf32.h \
6167         sys/epoll.h \
6168         sys/errno.h \
6169         sys/event.h \
6170         sys/exec_elf.h \
6171         sys/filio.h \
6172         sys/ioctl.h \
6173         sys/ipc.h \
6174         sys/limits.h \
6175         sys/link.h \
6176         sys/lwp.h \
6177         sys/mman.h \
6178         sys/modem.h \
6179         sys/msg.h \
6180         sys/mtio.h \
6181         sys/param.h \
6182         sys/poll.h \
6183         sys/prctl.h \
6184         sys/protosw.h \
6185         sys/ptrace.h \
6186         sys/reg.h \
6187         sys/resource.h \
6188         sys/scsiio.h \
6189         sys/shm.h \
6190         sys/signal.h \
6191         sys/socket.h \
6192         sys/socketvar.h \
6193         sys/sockio.h \
6194         sys/soundcard.h \
6195         sys/statvfs.h \
6196         sys/strtio.h \
6197         sys/syscall.h \
6198         sys/tihdr.h \
6199         sys/time.h \
6200         sys/timeout.h \
6201         sys/times.h \
6202         sys/uio.h \
6203         sys/un.h \
6204         sys/utsname.h \
6205         sys/vm86.h \
6206         sys/wait.h \
6207         syscall.h \
6208         termios.h \
6209         unistd.h \
6210         utime.h \
6211         valgrind/memcheck.h \
6212         valgrind/valgrind.h
6213
6214 do
6215 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6216 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6217   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6218 $as_echo_n "checking for $ac_header... " >&6; }
6219 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6220   $as_echo_n "(cached) " >&6
6221 fi
6222 ac_res=`eval 'as_val=${'$as_ac_Header'}
6223                  $as_echo "$as_val"'`
6224                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6225 $as_echo "$ac_res" >&6; }
6226 else
6227   # Is the header compilable?
6228 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
6229 $as_echo_n "checking $ac_header usability... " >&6; }
6230 cat >conftest.$ac_ext <<_ACEOF
6231 /* confdefs.h.  */
6232 _ACEOF
6233 cat confdefs.h >>conftest.$ac_ext
6234 cat >>conftest.$ac_ext <<_ACEOF
6235 /* end confdefs.h.  */
6236 $ac_includes_default
6237 #include <$ac_header>
6238 _ACEOF
6239 rm -f conftest.$ac_objext
6240 if { (ac_try="$ac_compile"
6241 case "(($ac_try" in
6242   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6243   *) ac_try_echo=$ac_try;;
6244 esac
6245 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6246 $as_echo "$ac_try_echo") >&5
6247   (eval "$ac_compile") 2>conftest.er1
6248   ac_status=$?
6249   grep -v '^ *+' conftest.er1 >conftest.err
6250   rm -f conftest.er1
6251   cat conftest.err >&5
6252   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6253   (exit $ac_status); } && {
6254          test -z "$ac_c_werror_flag" ||
6255          test ! -s conftest.err
6256        } && test -s conftest.$ac_objext; then
6257   ac_header_compiler=yes
6258 else
6259   $as_echo "$as_me: failed program was:" >&5
6260 sed 's/^/| /' conftest.$ac_ext >&5
6261
6262         ac_header_compiler=no
6263 fi
6264
6265 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6266 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6267 $as_echo "$ac_header_compiler" >&6; }
6268
6269 # Is the header present?
6270 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
6271 $as_echo_n "checking $ac_header presence... " >&6; }
6272 cat >conftest.$ac_ext <<_ACEOF
6273 /* confdefs.h.  */
6274 _ACEOF
6275 cat confdefs.h >>conftest.$ac_ext
6276 cat >>conftest.$ac_ext <<_ACEOF
6277 /* end confdefs.h.  */
6278 #include <$ac_header>
6279 _ACEOF
6280 if { (ac_try="$ac_cpp conftest.$ac_ext"
6281 case "(($ac_try" in
6282   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6283   *) ac_try_echo=$ac_try;;
6284 esac
6285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6286 $as_echo "$ac_try_echo") >&5
6287   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6288   ac_status=$?
6289   grep -v '^ *+' conftest.er1 >conftest.err
6290   rm -f conftest.er1
6291   cat conftest.err >&5
6292   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6293   (exit $ac_status); } >/dev/null && {
6294          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6295          test ! -s conftest.err
6296        }; then
6297   ac_header_preproc=yes
6298 else
6299   $as_echo "$as_me: failed program was:" >&5
6300 sed 's/^/| /' conftest.$ac_ext >&5
6301
6302   ac_header_preproc=no
6303 fi
6304
6305 rm -f conftest.err conftest.$ac_ext
6306 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6307 $as_echo "$ac_header_preproc" >&6; }
6308
6309 # So?  What about this header?
6310 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6311   yes:no: )
6312     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6313 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6314     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6315 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6316     ac_header_preproc=yes
6317     ;;
6318   no:yes:* )
6319     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6320 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6321     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
6322 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
6323     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6324 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6325     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
6326 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
6327     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6328 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6329     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6330 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6331     ( cat <<\_ASBOX
6332 ## ------------------------------------ ##
6333 ## Report this to wine-devel@winehq.org ##
6334 ## ------------------------------------ ##
6335 _ASBOX
6336      ) | sed "s/^/$as_me: WARNING:     /" >&2
6337     ;;
6338 esac
6339 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6340 $as_echo_n "checking for $ac_header... " >&6; }
6341 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6342   $as_echo_n "(cached) " >&6
6343 else
6344   eval "$as_ac_Header=\$ac_header_preproc"
6345 fi
6346 ac_res=`eval 'as_val=${'$as_ac_Header'}
6347                  $as_echo "$as_val"'`
6348                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6349 $as_echo "$ac_res" >&6; }
6350
6351 fi
6352 as_val=`eval 'as_val=${'$as_ac_Header'}
6353                  $as_echo "$as_val"'`
6354    if test "x$as_val" = x""yes; then
6355   cat >>confdefs.h <<_ACEOF
6356 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6357 _ACEOF
6358
6359 fi
6360
6361 done
6362
6363 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6364 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6365 if test "${ac_cv_header_stat_broken+set}" = set; then
6366   $as_echo_n "(cached) " >&6
6367 else
6368   cat >conftest.$ac_ext <<_ACEOF
6369 /* confdefs.h.  */
6370 _ACEOF
6371 cat confdefs.h >>conftest.$ac_ext
6372 cat >>conftest.$ac_ext <<_ACEOF
6373 /* end confdefs.h.  */
6374 #include <sys/types.h>
6375 #include <sys/stat.h>
6376
6377 #if defined S_ISBLK && defined S_IFDIR
6378 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6379 #endif
6380
6381 #if defined S_ISBLK && defined S_IFCHR
6382 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6383 #endif
6384
6385 #if defined S_ISLNK && defined S_IFREG
6386 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6387 #endif
6388
6389 #if defined S_ISSOCK && defined S_IFREG
6390 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6391 #endif
6392
6393 _ACEOF
6394 rm -f conftest.$ac_objext
6395 if { (ac_try="$ac_compile"
6396 case "(($ac_try" in
6397   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6398   *) ac_try_echo=$ac_try;;
6399 esac
6400 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6401 $as_echo "$ac_try_echo") >&5
6402   (eval "$ac_compile") 2>conftest.er1
6403   ac_status=$?
6404   grep -v '^ *+' conftest.er1 >conftest.err
6405   rm -f conftest.er1
6406   cat conftest.err >&5
6407   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6408   (exit $ac_status); } && {
6409          test -z "$ac_c_werror_flag" ||
6410          test ! -s conftest.err
6411        } && test -s conftest.$ac_objext; then
6412   ac_cv_header_stat_broken=no
6413 else
6414   $as_echo "$as_me: failed program was:" >&5
6415 sed 's/^/| /' conftest.$ac_ext >&5
6416
6417         ac_cv_header_stat_broken=yes
6418 fi
6419
6420 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6421 fi
6422 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6423 $as_echo "$ac_cv_header_stat_broken" >&6; }
6424 if test $ac_cv_header_stat_broken = yes; then
6425
6426 cat >>confdefs.h <<\_ACEOF
6427 #define STAT_MACROS_BROKEN 1
6428 _ACEOF
6429
6430 fi
6431
6432
6433
6434
6435
6436
6437
6438
6439 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6440 do
6441 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6442 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6443 $as_echo_n "checking for $ac_header... " >&6; }
6444 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6445   $as_echo_n "(cached) " >&6
6446 else
6447   cat >conftest.$ac_ext <<_ACEOF
6448 /* confdefs.h.  */
6449 _ACEOF
6450 cat confdefs.h >>conftest.$ac_ext
6451 cat >>conftest.$ac_ext <<_ACEOF
6452 /* end confdefs.h.  */
6453 #include <sys/types.h>
6454      #ifdef HAVE_SYS_PARAM_H
6455      # include <sys/param.h>
6456      #endif
6457
6458 #include <$ac_header>
6459 _ACEOF
6460 rm -f conftest.$ac_objext
6461 if { (ac_try="$ac_compile"
6462 case "(($ac_try" in
6463   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6464   *) ac_try_echo=$ac_try;;
6465 esac
6466 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6467 $as_echo "$ac_try_echo") >&5
6468   (eval "$ac_compile") 2>conftest.er1
6469   ac_status=$?
6470   grep -v '^ *+' conftest.er1 >conftest.err
6471   rm -f conftest.er1
6472   cat conftest.err >&5
6473   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6474   (exit $ac_status); } && {
6475          test -z "$ac_c_werror_flag" ||
6476          test ! -s conftest.err
6477        } && test -s conftest.$ac_objext; then
6478   eval "$as_ac_Header=yes"
6479 else
6480   $as_echo "$as_me: failed program was:" >&5
6481 sed 's/^/| /' conftest.$ac_ext >&5
6482
6483         eval "$as_ac_Header=no"
6484 fi
6485
6486 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6487 fi
6488 ac_res=`eval 'as_val=${'$as_ac_Header'}
6489                  $as_echo "$as_val"'`
6490                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6491 $as_echo "$ac_res" >&6; }
6492 as_val=`eval 'as_val=${'$as_ac_Header'}
6493                  $as_echo "$as_val"'`
6494    if test "x$as_val" = x""yes; then
6495   cat >>confdefs.h <<_ACEOF
6496 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6497 _ACEOF
6498
6499 fi
6500
6501 done
6502
6503
6504
6505
6506
6507
6508
6509
6510
6511
6512
6513
6514
6515
6516
6517 for ac_header in \
6518         netinet/ip.h \
6519         net/if.h \
6520         net/if_arp.h \
6521         net/if_dl.h \
6522         net/if_types.h \
6523         net/route.h \
6524         netinet/if_ether.h \
6525         netinet/if_inarp.h \
6526         netinet/in_pcb.h \
6527         netinet/ip_icmp.h \
6528         netinet/ip_var.h \
6529         netinet/udp.h \
6530         netipx/ipx.h \
6531
6532 do
6533 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6534 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6535 $as_echo_n "checking for $ac_header... " >&6; }
6536 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6537   $as_echo_n "(cached) " >&6
6538 else
6539   cat >conftest.$ac_ext <<_ACEOF
6540 /* confdefs.h.  */
6541 _ACEOF
6542 cat confdefs.h >>conftest.$ac_ext
6543 cat >>conftest.$ac_ext <<_ACEOF
6544 /* end confdefs.h.  */
6545 #include <sys/types.h>
6546      #ifdef HAVE_SYS_SOCKET_H
6547      # include <sys/socket.h>
6548      #endif
6549      #ifdef HAVE_SYS_SOCKETVAR_H
6550      # include <sys/socketvar.h>
6551      #endif
6552      #ifdef HAVE_NET_ROUTE_H
6553      # include <net/route.h>
6554      #endif
6555      #ifdef HAVE_NETINET_IN_H
6556      # include <netinet/in.h>
6557      #endif
6558      #ifdef HAVE_NETINET_IN_SYSTM_H
6559      # include <netinet/in_systm.h>
6560      #endif
6561      #ifdef HAVE_NET_IF_H
6562      # include <net/if.h>
6563      #endif
6564      #ifdef HAVE_NETINET_IP_H
6565      # include <netinet/ip.h>
6566      #endif
6567
6568 #include <$ac_header>
6569 _ACEOF
6570 rm -f conftest.$ac_objext
6571 if { (ac_try="$ac_compile"
6572 case "(($ac_try" in
6573   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6574   *) ac_try_echo=$ac_try;;
6575 esac
6576 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6577 $as_echo "$ac_try_echo") >&5
6578   (eval "$ac_compile") 2>conftest.er1
6579   ac_status=$?
6580   grep -v '^ *+' conftest.er1 >conftest.err
6581   rm -f conftest.er1
6582   cat conftest.err >&5
6583   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6584   (exit $ac_status); } && {
6585          test -z "$ac_c_werror_flag" ||
6586          test ! -s conftest.err
6587        } && test -s conftest.$ac_objext; then
6588   eval "$as_ac_Header=yes"
6589 else
6590   $as_echo "$as_me: failed program was:" >&5
6591 sed 's/^/| /' conftest.$ac_ext >&5
6592
6593         eval "$as_ac_Header=no"
6594 fi
6595
6596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6597 fi
6598 ac_res=`eval 'as_val=${'$as_ac_Header'}
6599                  $as_echo "$as_val"'`
6600                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6601 $as_echo "$ac_res" >&6; }
6602 as_val=`eval 'as_val=${'$as_ac_Header'}
6603                  $as_echo "$as_val"'`
6604    if test "x$as_val" = x""yes; then
6605   cat >>confdefs.h <<_ACEOF
6606 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6607 _ACEOF
6608
6609 fi
6610
6611 done
6612
6613
6614
6615
6616
6617
6618 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6619 do
6620 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6621 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6622 $as_echo_n "checking for $ac_header... " >&6; }
6623 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6624   $as_echo_n "(cached) " >&6
6625 else
6626   cat >conftest.$ac_ext <<_ACEOF
6627 /* confdefs.h.  */
6628 _ACEOF
6629 cat confdefs.h >>conftest.$ac_ext
6630 cat >>conftest.$ac_ext <<_ACEOF
6631 /* end confdefs.h.  */
6632 #include <sys/types.h>
6633      #ifdef HAVE_ALIAS_H
6634      # include <alias.h>
6635      #endif
6636      #ifdef HAVE_SYS_SOCKET_H
6637      # include <sys/socket.h>
6638      #endif
6639      #ifdef HAVE_SYS_SOCKETVAR_H
6640      # include <sys/socketvar.h>
6641      #endif
6642      #ifdef HAVE_SYS_TIMEOUT_H
6643      # include <sys/timeout.h>
6644      #endif
6645      #ifdef HAVE_NETINET_IN_H
6646      # include <netinet/in.h>
6647      #endif
6648      #ifdef HAVE_NETINET_IN_SYSTM_H
6649      # include <netinet/in_systm.h>
6650      #endif
6651      #ifdef HAVE_NETINET_IP_H
6652      # include <netinet/ip.h>
6653      #endif
6654      #ifdef HAVE_NETINET_IP_VAR_H
6655      # include <netinet/ip_var.h>
6656      #endif
6657      #ifdef HAVE_NETINET_IP_ICMP_H
6658      # include <netinet/ip_icmp.h>
6659      #endif
6660      #ifdef HAVE_NETINET_UDP_H
6661      # include <netinet/udp.h>
6662      #endif
6663      #ifdef HAVE_NETINET_TCP_H
6664      # include <netinet/tcp.h>
6665      #endif
6666      #ifdef HAVE_NETINET_TCP_TIMER_H
6667      #include <netinet/tcp_timer.h>
6668      #endif
6669
6670 #include <$ac_header>
6671 _ACEOF
6672 rm -f conftest.$ac_objext
6673 if { (ac_try="$ac_compile"
6674 case "(($ac_try" in
6675   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6676   *) ac_try_echo=$ac_try;;
6677 esac
6678 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6679 $as_echo "$ac_try_echo") >&5
6680   (eval "$ac_compile") 2>conftest.er1
6681   ac_status=$?
6682   grep -v '^ *+' conftest.er1 >conftest.err
6683   rm -f conftest.er1
6684   cat conftest.err >&5
6685   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6686   (exit $ac_status); } && {
6687          test -z "$ac_c_werror_flag" ||
6688          test ! -s conftest.err
6689        } && test -s conftest.$ac_objext; then
6690   eval "$as_ac_Header=yes"
6691 else
6692   $as_echo "$as_me: failed program was:" >&5
6693 sed 's/^/| /' conftest.$ac_ext >&5
6694
6695         eval "$as_ac_Header=no"
6696 fi
6697
6698 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6699 fi
6700 ac_res=`eval 'as_val=${'$as_ac_Header'}
6701                  $as_echo "$as_val"'`
6702                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6703 $as_echo "$ac_res" >&6; }
6704 as_val=`eval 'as_val=${'$as_ac_Header'}
6705                  $as_echo "$as_val"'`
6706    if test "x$as_val" = x""yes; then
6707   cat >>confdefs.h <<_ACEOF
6708 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6709 _ACEOF
6710
6711 fi
6712
6713 done
6714
6715
6716
6717 for ac_header in linux/ipx.h
6718 do
6719 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6720 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6721 $as_echo_n "checking for $ac_header... " >&6; }
6722 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6723   $as_echo_n "(cached) " >&6
6724 else
6725   cat >conftest.$ac_ext <<_ACEOF
6726 /* confdefs.h.  */
6727 _ACEOF
6728 cat confdefs.h >>conftest.$ac_ext
6729 cat >>conftest.$ac_ext <<_ACEOF
6730 /* end confdefs.h.  */
6731 #include <sys/types.h>
6732      #ifdef HAVE_ASM_TYPES_H
6733      # include <asm/types.h>
6734      #endif
6735      #ifdef HAVE_SYS_SOCKET_H
6736      # include <sys/socket.h>
6737      #endif
6738      #ifdef HAVE_LINUX_TYPES_H
6739      # include <linux/types.h>
6740      #endif
6741
6742 #include <$ac_header>
6743 _ACEOF
6744 rm -f conftest.$ac_objext
6745 if { (ac_try="$ac_compile"
6746 case "(($ac_try" in
6747   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6748   *) ac_try_echo=$ac_try;;
6749 esac
6750 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6751 $as_echo "$ac_try_echo") >&5
6752   (eval "$ac_compile") 2>conftest.er1
6753   ac_status=$?
6754   grep -v '^ *+' conftest.er1 >conftest.err
6755   rm -f conftest.er1
6756   cat conftest.err >&5
6757   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6758   (exit $ac_status); } && {
6759          test -z "$ac_c_werror_flag" ||
6760          test ! -s conftest.err
6761        } && test -s conftest.$ac_objext; then
6762   eval "$as_ac_Header=yes"
6763 else
6764   $as_echo "$as_me: failed program was:" >&5
6765 sed 's/^/| /' conftest.$ac_ext >&5
6766
6767         eval "$as_ac_Header=no"
6768 fi
6769
6770 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6771 fi
6772 ac_res=`eval 'as_val=${'$as_ac_Header'}
6773                  $as_echo "$as_val"'`
6774                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6775 $as_echo "$ac_res" >&6; }
6776 as_val=`eval 'as_val=${'$as_ac_Header'}
6777                  $as_echo "$as_val"'`
6778    if test "x$as_val" = x""yes; then
6779   cat >>confdefs.h <<_ACEOF
6780 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6781 _ACEOF
6782
6783 fi
6784
6785 done
6786
6787
6788
6789 for ac_header in resolv.h
6790 do
6791 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6792 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6793 $as_echo_n "checking for $ac_header... " >&6; }
6794 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6795   $as_echo_n "(cached) " >&6
6796 else
6797   cat >conftest.$ac_ext <<_ACEOF
6798 /* confdefs.h.  */
6799 _ACEOF
6800 cat confdefs.h >>conftest.$ac_ext
6801 cat >>conftest.$ac_ext <<_ACEOF
6802 /* end confdefs.h.  */
6803 #include <sys/types.h>
6804      #ifdef HAVE_SYS_SOCKET_H
6805      # include <sys/socket.h>
6806      #endif
6807      #ifdef HAVE_NETINET_IN_H
6808      # include <netinet/in.h>
6809      #endif
6810      #ifdef HAVE_ARPA_NAMESER_H
6811      # include <arpa/nameser.h>
6812      #endif
6813
6814 #include <$ac_header>
6815 _ACEOF
6816 rm -f conftest.$ac_objext
6817 if { (ac_try="$ac_compile"
6818 case "(($ac_try" in
6819   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6820   *) ac_try_echo=$ac_try;;
6821 esac
6822 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6823 $as_echo "$ac_try_echo") >&5
6824   (eval "$ac_compile") 2>conftest.er1
6825   ac_status=$?
6826   grep -v '^ *+' conftest.er1 >conftest.err
6827   rm -f conftest.er1
6828   cat conftest.err >&5
6829   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6830   (exit $ac_status); } && {
6831          test -z "$ac_c_werror_flag" ||
6832          test ! -s conftest.err
6833        } && test -s conftest.$ac_objext; then
6834   eval "$as_ac_Header=yes"
6835 else
6836   $as_echo "$as_me: failed program was:" >&5
6837 sed 's/^/| /' conftest.$ac_ext >&5
6838
6839         eval "$as_ac_Header=no"
6840 fi
6841
6842 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6843 fi
6844 ac_res=`eval 'as_val=${'$as_ac_Header'}
6845                  $as_echo "$as_val"'`
6846                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6847 $as_echo "$ac_res" >&6; }
6848 as_val=`eval 'as_val=${'$as_ac_Header'}
6849                  $as_echo "$as_val"'`
6850    if test "x$as_val" = x""yes; then
6851   cat >>confdefs.h <<_ACEOF
6852 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6853 _ACEOF
6854
6855 fi
6856
6857 done
6858
6859
6860
6861 for ac_header in ucontext.h
6862 do
6863 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6864 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6865 $as_echo_n "checking for $ac_header... " >&6; }
6866 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6867   $as_echo_n "(cached) " >&6
6868 else
6869   cat >conftest.$ac_ext <<_ACEOF
6870 /* confdefs.h.  */
6871 _ACEOF
6872 cat confdefs.h >>conftest.$ac_ext
6873 cat >>conftest.$ac_ext <<_ACEOF
6874 /* end confdefs.h.  */
6875 #include <signal.h>
6876
6877 #include <$ac_header>
6878 _ACEOF
6879 rm -f conftest.$ac_objext
6880 if { (ac_try="$ac_compile"
6881 case "(($ac_try" in
6882   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6883   *) ac_try_echo=$ac_try;;
6884 esac
6885 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6886 $as_echo "$ac_try_echo") >&5
6887   (eval "$ac_compile") 2>conftest.er1
6888   ac_status=$?
6889   grep -v '^ *+' conftest.er1 >conftest.err
6890   rm -f conftest.er1
6891   cat conftest.err >&5
6892   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6893   (exit $ac_status); } && {
6894          test -z "$ac_c_werror_flag" ||
6895          test ! -s conftest.err
6896        } && test -s conftest.$ac_objext; then
6897   eval "$as_ac_Header=yes"
6898 else
6899   $as_echo "$as_me: failed program was:" >&5
6900 sed 's/^/| /' conftest.$ac_ext >&5
6901
6902         eval "$as_ac_Header=no"
6903 fi
6904
6905 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6906 fi
6907 ac_res=`eval 'as_val=${'$as_ac_Header'}
6908                  $as_echo "$as_val"'`
6909                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6910 $as_echo "$ac_res" >&6; }
6911 as_val=`eval 'as_val=${'$as_ac_Header'}
6912                  $as_echo "$as_val"'`
6913    if test "x$as_val" = x""yes; then
6914   cat >>confdefs.h <<_ACEOF
6915 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6916 _ACEOF
6917
6918 fi
6919
6920 done
6921
6922
6923
6924 for ac_header in sys/thr.h
6925 do
6926 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6927 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6928 $as_echo_n "checking for $ac_header... " >&6; }
6929 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6930   $as_echo_n "(cached) " >&6
6931 else
6932   cat >conftest.$ac_ext <<_ACEOF
6933 /* confdefs.h.  */
6934 _ACEOF
6935 cat confdefs.h >>conftest.$ac_ext
6936 cat >>conftest.$ac_ext <<_ACEOF
6937 /* end confdefs.h.  */
6938 #include <sys/types.h>
6939 #ifdef HAVE_UCONTEXT_H
6940 #include <ucontext.h>
6941 #endif
6942
6943 #include <$ac_header>
6944 _ACEOF
6945 rm -f conftest.$ac_objext
6946 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
6963   eval "$as_ac_Header=yes"
6964 else
6965   $as_echo "$as_me: failed program was:" >&5
6966 sed 's/^/| /' conftest.$ac_ext >&5
6967
6968         eval "$as_ac_Header=no"
6969 fi
6970
6971 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6972 fi
6973 ac_res=`eval 'as_val=${'$as_ac_Header'}
6974                  $as_echo "$as_val"'`
6975                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6976 $as_echo "$ac_res" >&6; }
6977 as_val=`eval 'as_val=${'$as_ac_Header'}
6978                  $as_echo "$as_val"'`
6979    if test "x$as_val" = x""yes; then
6980   cat >>confdefs.h <<_ACEOF
6981 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6982 _ACEOF
6983
6984 fi
6985
6986 done
6987
6988
6989
6990 for ac_header in pthread_np.h
6991 do
6992 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6993 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6994 $as_echo_n "checking for $ac_header... " >&6; }
6995 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6996   $as_echo_n "(cached) " >&6
6997 else
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 #ifdef HAVE_PTHREAD_H
7005 #include <pthread.h>
7006 #endif
7007
7008 #include <$ac_header>
7009 _ACEOF
7010 rm -f conftest.$ac_objext
7011 if { (ac_try="$ac_compile"
7012 case "(($ac_try" in
7013   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7014   *) ac_try_echo=$ac_try;;
7015 esac
7016 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7017 $as_echo "$ac_try_echo") >&5
7018   (eval "$ac_compile") 2>conftest.er1
7019   ac_status=$?
7020   grep -v '^ *+' conftest.er1 >conftest.err
7021   rm -f conftest.er1
7022   cat conftest.err >&5
7023   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7024   (exit $ac_status); } && {
7025          test -z "$ac_c_werror_flag" ||
7026          test ! -s conftest.err
7027        } && test -s conftest.$ac_objext; then
7028   eval "$as_ac_Header=yes"
7029 else
7030   $as_echo "$as_me: failed program was:" >&5
7031 sed 's/^/| /' conftest.$ac_ext >&5
7032
7033         eval "$as_ac_Header=no"
7034 fi
7035
7036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7037 fi
7038 ac_res=`eval 'as_val=${'$as_ac_Header'}
7039                  $as_echo "$as_val"'`
7040                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7041 $as_echo "$ac_res" >&6; }
7042 as_val=`eval 'as_val=${'$as_ac_Header'}
7043                  $as_echo "$as_val"'`
7044    if test "x$as_val" = x""yes; then
7045   cat >>confdefs.h <<_ACEOF
7046 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7047 _ACEOF
7048
7049 fi
7050
7051 done
7052
7053
7054
7055 for ac_header in linux/videodev.h
7056 do
7057 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7058 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7059 $as_echo_n "checking for $ac_header... " >&6; }
7060 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7061   $as_echo_n "(cached) " >&6
7062 else
7063   cat >conftest.$ac_ext <<_ACEOF
7064 /* confdefs.h.  */
7065 _ACEOF
7066 cat confdefs.h >>conftest.$ac_ext
7067 cat >>conftest.$ac_ext <<_ACEOF
7068 /* end confdefs.h.  */
7069 #ifdef HAVE_SYS_TIME_H
7070 #include <sys/time.h>
7071 #endif
7072 #include <sys/types.h>
7073 #ifdef HAVE_ASM_TYPES_H
7074 #include <asm/types.h>
7075 #endif
7076
7077 #include <$ac_header>
7078 _ACEOF
7079 rm -f conftest.$ac_objext
7080 if { (ac_try="$ac_compile"
7081 case "(($ac_try" in
7082   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7083   *) ac_try_echo=$ac_try;;
7084 esac
7085 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7086 $as_echo "$ac_try_echo") >&5
7087   (eval "$ac_compile") 2>conftest.er1
7088   ac_status=$?
7089   grep -v '^ *+' conftest.er1 >conftest.err
7090   rm -f conftest.er1
7091   cat conftest.err >&5
7092   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7093   (exit $ac_status); } && {
7094          test -z "$ac_c_werror_flag" ||
7095          test ! -s conftest.err
7096        } && test -s conftest.$ac_objext; then
7097   eval "$as_ac_Header=yes"
7098 else
7099   $as_echo "$as_me: failed program was:" >&5
7100 sed 's/^/| /' conftest.$ac_ext >&5
7101
7102         eval "$as_ac_Header=no"
7103 fi
7104
7105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7106 fi
7107 ac_res=`eval 'as_val=${'$as_ac_Header'}
7108                  $as_echo "$as_val"'`
7109                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7110 $as_echo "$ac_res" >&6; }
7111 as_val=`eval 'as_val=${'$as_ac_Header'}
7112                  $as_echo "$as_val"'`
7113    if test "x$as_val" = x""yes; then
7114   cat >>confdefs.h <<_ACEOF
7115 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7116 _ACEOF
7117
7118 fi
7119
7120 done
7121
7122
7123
7124 for ac_header in linux/capi.h
7125 do
7126 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7127 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7128 $as_echo_n "checking for $ac_header... " >&6; }
7129 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7130   $as_echo_n "(cached) " >&6
7131 else
7132   cat >conftest.$ac_ext <<_ACEOF
7133 /* confdefs.h.  */
7134 _ACEOF
7135 cat confdefs.h >>conftest.$ac_ext
7136 cat >>conftest.$ac_ext <<_ACEOF
7137 /* end confdefs.h.  */
7138 #define __user
7139
7140 #include <$ac_header>
7141 _ACEOF
7142 rm -f conftest.$ac_objext
7143 if { (ac_try="$ac_compile"
7144 case "(($ac_try" in
7145   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7146   *) ac_try_echo=$ac_try;;
7147 esac
7148 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7149 $as_echo "$ac_try_echo") >&5
7150   (eval "$ac_compile") 2>conftest.er1
7151   ac_status=$?
7152   grep -v '^ *+' conftest.er1 >conftest.err
7153   rm -f conftest.er1
7154   cat conftest.err >&5
7155   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7156   (exit $ac_status); } && {
7157          test -z "$ac_c_werror_flag" ||
7158          test ! -s conftest.err
7159        } && test -s conftest.$ac_objext; then
7160   eval "$as_ac_Header=yes"
7161 else
7162   $as_echo "$as_me: failed program was:" >&5
7163 sed 's/^/| /' conftest.$ac_ext >&5
7164
7165         eval "$as_ac_Header=no"
7166 fi
7167
7168 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7169 fi
7170 ac_res=`eval 'as_val=${'$as_ac_Header'}
7171                  $as_echo "$as_val"'`
7172                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7173 $as_echo "$ac_res" >&6; }
7174 as_val=`eval 'as_val=${'$as_ac_Header'}
7175                  $as_echo "$as_val"'`
7176    if test "x$as_val" = x""yes; then
7177   cat >>confdefs.h <<_ACEOF
7178 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7179 _ACEOF
7180
7181 fi
7182
7183 done
7184
7185
7186
7187 DLLEXT=""
7188
7189 DLLFLAGS="-D_REENTRANT"
7190
7191 LDSHARED=""
7192
7193 LDDLLFLAGS=""
7194
7195 LIBEXT="so"
7196
7197 IMPLIBEXT="def"
7198
7199 LDRPATH_INSTALL=""
7200
7201 LDRPATH_LOCAL=""
7202
7203 # Extract the first word of "ldd", so it can be a program name with args.
7204 set dummy ldd; ac_word=$2
7205 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7206 $as_echo_n "checking for $ac_word... " >&6; }
7207 if test "${ac_cv_path_LDD+set}" = set; then
7208   $as_echo_n "(cached) " >&6
7209 else
7210   case $LDD in
7211   [\\/]* | ?:[\\/]*)
7212   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7213   ;;
7214   *)
7215   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7216 as_dummy="/sbin:/usr/sbin:$PATH"
7217 for as_dir in $as_dummy
7218 do
7219   IFS=$as_save_IFS
7220   test -z "$as_dir" && as_dir=.
7221   for ac_exec_ext in '' $ac_executable_extensions; do
7222   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7223     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7224     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7225     break 2
7226   fi
7227 done
7228 done
7229 IFS=$as_save_IFS
7230
7231   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7232   ;;
7233 esac
7234 fi
7235 LDD=$ac_cv_path_LDD
7236 if test -n "$LDD"; then
7237   { $as_echo "$as_me:$LINENO: result: $LDD" >&5
7238 $as_echo "$LDD" >&6; }
7239 else
7240   { $as_echo "$as_me:$LINENO: result: no" >&5
7241 $as_echo "no" >&6; }
7242 fi
7243
7244
7245
7246 case $host_os in
7247   cygwin*|mingw32*)
7248     if test -n "$ac_tool_prefix"; then
7249   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7250 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7251 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7252 $as_echo_n "checking for $ac_word... " >&6; }
7253 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7254   $as_echo_n "(cached) " >&6
7255 else
7256   if test -n "$DLLTOOL"; then
7257   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7258 else
7259 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7260 for as_dir in $PATH
7261 do
7262   IFS=$as_save_IFS
7263   test -z "$as_dir" && as_dir=.
7264   for ac_exec_ext in '' $ac_executable_extensions; do
7265   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7266     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7267     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7268     break 2
7269   fi
7270 done
7271 done
7272 IFS=$as_save_IFS
7273
7274 fi
7275 fi
7276 DLLTOOL=$ac_cv_prog_DLLTOOL
7277 if test -n "$DLLTOOL"; then
7278   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7279 $as_echo "$DLLTOOL" >&6; }
7280 else
7281   { $as_echo "$as_me:$LINENO: result: no" >&5
7282 $as_echo "no" >&6; }
7283 fi
7284
7285
7286 fi
7287 if test -z "$ac_cv_prog_DLLTOOL"; then
7288   ac_ct_DLLTOOL=$DLLTOOL
7289   # Extract the first word of "dlltool", so it can be a program name with args.
7290 set dummy dlltool; ac_word=$2
7291 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7292 $as_echo_n "checking for $ac_word... " >&6; }
7293 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7294   $as_echo_n "(cached) " >&6
7295 else
7296   if test -n "$ac_ct_DLLTOOL"; then
7297   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7298 else
7299 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7300 for as_dir in $PATH
7301 do
7302   IFS=$as_save_IFS
7303   test -z "$as_dir" && as_dir=.
7304   for ac_exec_ext in '' $ac_executable_extensions; do
7305   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7306     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7307     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7308     break 2
7309   fi
7310 done
7311 done
7312 IFS=$as_save_IFS
7313
7314 fi
7315 fi
7316 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7317 if test -n "$ac_ct_DLLTOOL"; then
7318   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7319 $as_echo "$ac_ct_DLLTOOL" >&6; }
7320 else
7321   { $as_echo "$as_me:$LINENO: result: no" >&5
7322 $as_echo "no" >&6; }
7323 fi
7324
7325   if test "x$ac_ct_DLLTOOL" = x; then
7326     DLLTOOL="false"
7327   else
7328     case $cross_compiling:$ac_tool_warned in
7329 yes:)
7330 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7331 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7332 ac_tool_warned=yes ;;
7333 esac
7334     DLLTOOL=$ac_ct_DLLTOOL
7335   fi
7336 else
7337   DLLTOOL="$ac_cv_prog_DLLTOOL"
7338 fi
7339
7340     if test -n "$ac_tool_prefix"; then
7341   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7342 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7343 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7344 $as_echo_n "checking for $ac_word... " >&6; }
7345 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7346   $as_echo_n "(cached) " >&6
7347 else
7348   if test -n "$DLLWRAP"; then
7349   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7350 else
7351 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7352 for as_dir in $PATH
7353 do
7354   IFS=$as_save_IFS
7355   test -z "$as_dir" && as_dir=.
7356   for ac_exec_ext in '' $ac_executable_extensions; do
7357   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7358     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7359     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7360     break 2
7361   fi
7362 done
7363 done
7364 IFS=$as_save_IFS
7365
7366 fi
7367 fi
7368 DLLWRAP=$ac_cv_prog_DLLWRAP
7369 if test -n "$DLLWRAP"; then
7370   { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7371 $as_echo "$DLLWRAP" >&6; }
7372 else
7373   { $as_echo "$as_me:$LINENO: result: no" >&5
7374 $as_echo "no" >&6; }
7375 fi
7376
7377
7378 fi
7379 if test -z "$ac_cv_prog_DLLWRAP"; then
7380   ac_ct_DLLWRAP=$DLLWRAP
7381   # Extract the first word of "dllwrap", so it can be a program name with args.
7382 set dummy dllwrap; ac_word=$2
7383 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7384 $as_echo_n "checking for $ac_word... " >&6; }
7385 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7386   $as_echo_n "(cached) " >&6
7387 else
7388   if test -n "$ac_ct_DLLWRAP"; then
7389   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7390 else
7391 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7392 for as_dir in $PATH
7393 do
7394   IFS=$as_save_IFS
7395   test -z "$as_dir" && as_dir=.
7396   for ac_exec_ext in '' $ac_executable_extensions; do
7397   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7398     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7399     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7400     break 2
7401   fi
7402 done
7403 done
7404 IFS=$as_save_IFS
7405
7406 fi
7407 fi
7408 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7409 if test -n "$ac_ct_DLLWRAP"; then
7410   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7411 $as_echo "$ac_ct_DLLWRAP" >&6; }
7412 else
7413   { $as_echo "$as_me:$LINENO: result: no" >&5
7414 $as_echo "no" >&6; }
7415 fi
7416
7417   if test "x$ac_ct_DLLWRAP" = x; then
7418     DLLWRAP="false"
7419   else
7420     case $cross_compiling:$ac_tool_warned in
7421 yes:)
7422 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7423 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7424 ac_tool_warned=yes ;;
7425 esac
7426     DLLWRAP=$ac_ct_DLLWRAP
7427   fi
7428 else
7429   DLLWRAP="$ac_cv_prog_DLLWRAP"
7430 fi
7431
7432     if test -n "$ac_tool_prefix"; then
7433   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7434 set dummy ${ac_tool_prefix}ar; ac_word=$2
7435 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7436 $as_echo_n "checking for $ac_word... " >&6; }
7437 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7438   $as_echo_n "(cached) " >&6
7439 else
7440   if test -n "$MINGWAR"; then
7441   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7442 else
7443 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7444 for as_dir in $PATH
7445 do
7446   IFS=$as_save_IFS
7447   test -z "$as_dir" && as_dir=.
7448   for ac_exec_ext in '' $ac_executable_extensions; do
7449   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7450     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7451     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7452     break 2
7453   fi
7454 done
7455 done
7456 IFS=$as_save_IFS
7457
7458 fi
7459 fi
7460 MINGWAR=$ac_cv_prog_MINGWAR
7461 if test -n "$MINGWAR"; then
7462   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7463 $as_echo "$MINGWAR" >&6; }
7464 else
7465   { $as_echo "$as_me:$LINENO: result: no" >&5
7466 $as_echo "no" >&6; }
7467 fi
7468
7469
7470 fi
7471 if test -z "$ac_cv_prog_MINGWAR"; then
7472   ac_ct_MINGWAR=$MINGWAR
7473   # Extract the first word of "ar", so it can be a program name with args.
7474 set dummy ar; ac_word=$2
7475 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7476 $as_echo_n "checking for $ac_word... " >&6; }
7477 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7478   $as_echo_n "(cached) " >&6
7479 else
7480   if test -n "$ac_ct_MINGWAR"; then
7481   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7482 else
7483 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7484 for as_dir in $PATH
7485 do
7486   IFS=$as_save_IFS
7487   test -z "$as_dir" && as_dir=.
7488   for ac_exec_ext in '' $ac_executable_extensions; do
7489   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7490     ac_cv_prog_ac_ct_MINGWAR="ar"
7491     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7492     break 2
7493   fi
7494 done
7495 done
7496 IFS=$as_save_IFS
7497
7498 fi
7499 fi
7500 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7501 if test -n "$ac_ct_MINGWAR"; then
7502   { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7503 $as_echo "$ac_ct_MINGWAR" >&6; }
7504 else
7505   { $as_echo "$as_me:$LINENO: result: no" >&5
7506 $as_echo "no" >&6; }
7507 fi
7508
7509   if test "x$ac_ct_MINGWAR" = x; then
7510     MINGWAR="false"
7511   else
7512     case $cross_compiling:$ac_tool_warned in
7513 yes:)
7514 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7515 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7516 ac_tool_warned=yes ;;
7517 esac
7518     MINGWAR=$ac_ct_MINGWAR
7519   fi
7520 else
7521   MINGWAR="$ac_cv_prog_MINGWAR"
7522 fi
7523
7524     if test "$DLLWRAP" = "false"; then
7525       LIBEXT="a"
7526     else
7527             LIBEXT="dll"
7528     fi
7529     IMPLIBEXT="a"
7530         WIN16_FILES=""
7531     WIN16_INSTALL=""
7532         enable_iphlpapi=${enable_iphlpapi:-no}
7533     enable_kernel32=${enable_kernel32:-no}
7534     enable_msvcrt=${enable_msvcrt:-no}
7535     enable_ntdll=${enable_ntdll:-no}
7536     enable_ws2_32=${enable_ws2_32:-no}
7537     enable_loader=${enable_loader:-no}
7538     enable_server=${enable_server:-no}
7539         with_x=${with_x:-no}
7540     with_pthread=${with_pthread:-no}
7541     ;;
7542   darwin*|macosx*)
7543     DLLEXT=".so"
7544     LIBEXT="dylib"
7545     DLLFLAGS="$DLLFLAGS -fPIC"
7546     LDDLLFLAGS="-bundle -multiply_defined suppress"
7547     LIBWINE_LDFLAGS="-multiply_defined suppress"
7548     LDSHARED="\$(CC) -dynamiclib"
7549     STRIP="$STRIP -x"
7550     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7551         SECURITYLIB="-framework Security -framework CoreFoundation"
7552
7553     COREFOUNDATIONLIB="-framework CoreFoundation"
7554
7555     IOKITLIB="-framework IOKit -framework CoreFoundation"
7556
7557     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7558
7559     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7560     then
7561                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7562
7563     fi
7564     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7565     then
7566                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7567
7568     fi
7569     if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7570     then
7571         ac_save_LIBS="$LIBS"
7572         LIBS="$LIBS $IOKITLIB"
7573
7574 for ac_func in IOHIDManagerCreate
7575 do
7576 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7577 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
7578 $as_echo_n "checking for $ac_func... " >&6; }
7579 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7580   $as_echo_n "(cached) " >&6
7581 else
7582   cat >conftest.$ac_ext <<_ACEOF
7583 /* confdefs.h.  */
7584 _ACEOF
7585 cat confdefs.h >>conftest.$ac_ext
7586 cat >>conftest.$ac_ext <<_ACEOF
7587 /* end confdefs.h.  */
7588 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7589    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
7590 #define $ac_func innocuous_$ac_func
7591
7592 /* System header to define __stub macros and hopefully few prototypes,
7593     which can conflict with char $ac_func (); below.
7594     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7595     <limits.h> exists even on freestanding compilers.  */
7596
7597 #ifdef __STDC__
7598 # include <limits.h>
7599 #else
7600 # include <assert.h>
7601 #endif
7602
7603 #undef $ac_func
7604
7605 /* Override any GCC internal prototype to avoid an error.
7606    Use char because int might match the return type of a GCC
7607    builtin and then its argument prototype would still apply.  */
7608 #ifdef __cplusplus
7609 extern "C"
7610 #endif
7611 char $ac_func ();
7612 /* The GNU C library defines this for functions which it implements
7613     to always fail with ENOSYS.  Some functions are actually named
7614     something starting with __ and the normal name is an alias.  */
7615 #if defined __stub_$ac_func || defined __stub___$ac_func
7616 choke me
7617 #endif
7618
7619 int
7620 main ()
7621 {
7622 return $ac_func ();
7623   ;
7624   return 0;
7625 }
7626 _ACEOF
7627 rm -f conftest.$ac_objext conftest$ac_exeext
7628 if { (ac_try="$ac_link"
7629 case "(($ac_try" in
7630   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7631   *) ac_try_echo=$ac_try;;
7632 esac
7633 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7634 $as_echo "$ac_try_echo") >&5
7635   (eval "$ac_link") 2>conftest.er1
7636   ac_status=$?
7637   grep -v '^ *+' conftest.er1 >conftest.err
7638   rm -f conftest.er1
7639   cat conftest.err >&5
7640   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7641   (exit $ac_status); } && {
7642          test -z "$ac_c_werror_flag" ||
7643          test ! -s conftest.err
7644        } && test -s conftest$ac_exeext && {
7645          test "$cross_compiling" = yes ||
7646          $as_test_x conftest$ac_exeext
7647        }; then
7648   eval "$as_ac_var=yes"
7649 else
7650   $as_echo "$as_me: failed program was:" >&5
7651 sed 's/^/| /' conftest.$ac_ext >&5
7652
7653         eval "$as_ac_var=no"
7654 fi
7655
7656 rm -rf conftest.dSYM
7657 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7658       conftest$ac_exeext conftest.$ac_ext
7659 fi
7660 ac_res=`eval 'as_val=${'$as_ac_var'}
7661                  $as_echo "$as_val"'`
7662                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7663 $as_echo "$ac_res" >&6; }
7664 as_val=`eval 'as_val=${'$as_ac_var'}
7665                  $as_echo "$as_val"'`
7666    if test "x$as_val" = x""yes; then
7667   cat >>confdefs.h <<_ACEOF
7668 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7669 _ACEOF
7670
7671 fi
7672 done
7673
7674         LIBS="$ac_save_LIBS"
7675     fi
7676     case $host_cpu in
7677       *powerpc*)
7678         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
7679     esac
7680         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7681     then
7682         CARBONLIB="-framework Carbon"
7683
7684         enable_winequartz_drv=${enable_winequartz_drv:-yes}
7685     fi
7686     ;;
7687   *)
7688     DLLFLAGS="$DLLFLAGS -fPIC"
7689     DLLEXT=".so"
7690     { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7691 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7692 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7693   $as_echo_n "(cached) " >&6
7694 else
7695   ac_wine_try_cflags_saved=$CFLAGS
7696 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7697 cat >conftest.$ac_ext <<_ACEOF
7698 void myfunc() {}
7699 _ACEOF
7700 rm -f conftest.$ac_objext conftest$ac_exeext
7701 if { (ac_try="$ac_link"
7702 case "(($ac_try" in
7703   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7704   *) ac_try_echo=$ac_try;;
7705 esac
7706 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7707 $as_echo "$ac_try_echo") >&5
7708   (eval "$ac_link") 2>conftest.er1
7709   ac_status=$?
7710   grep -v '^ *+' conftest.er1 >conftest.err
7711   rm -f conftest.er1
7712   cat conftest.err >&5
7713   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7714   (exit $ac_status); } && {
7715          test -z "$ac_c_werror_flag" ||
7716          test ! -s conftest.err
7717        } && test -s conftest$ac_exeext && {
7718          test "$cross_compiling" = yes ||
7719          $as_test_x conftest$ac_exeext
7720        }; then
7721   ac_cv_c_dll_gnuelf="yes"
7722 else
7723   $as_echo "$as_me: failed program was:" >&5
7724 sed 's/^/| /' conftest.$ac_ext >&5
7725
7726         ac_cv_c_dll_gnuelf="no"
7727 fi
7728
7729 rm -rf conftest.dSYM
7730 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7731       conftest$ac_exeext conftest.$ac_ext
7732 CFLAGS=$ac_wine_try_cflags_saved
7733 fi
7734 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7735 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7736     if test "$ac_cv_c_dll_gnuelf" = "yes"
7737     then
7738       LDSHARED="\$(CC) -shared"
7739       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7740       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7741 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7742 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7743   $as_echo_n "(cached) " >&6
7744 else
7745   ac_wine_try_cflags_saved=$CFLAGS
7746 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7747 cat >conftest.$ac_ext <<_ACEOF
7748 /* confdefs.h.  */
7749 _ACEOF
7750 cat confdefs.h >>conftest.$ac_ext
7751 cat >>conftest.$ac_ext <<_ACEOF
7752 /* end confdefs.h.  */
7753
7754 int
7755 main ()
7756 {
7757
7758   ;
7759   return 0;
7760 }
7761 _ACEOF
7762 rm -f conftest.$ac_objext conftest$ac_exeext
7763 if { (ac_try="$ac_link"
7764 case "(($ac_try" in
7765   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7766   *) ac_try_echo=$ac_try;;
7767 esac
7768 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7769 $as_echo "$ac_try_echo") >&5
7770   (eval "$ac_link") 2>conftest.er1
7771   ac_status=$?
7772   grep -v '^ *+' conftest.er1 >conftest.err
7773   rm -f conftest.er1
7774   cat conftest.err >&5
7775   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7776   (exit $ac_status); } && {
7777          test -z "$ac_c_werror_flag" ||
7778          test ! -s conftest.err
7779        } && test -s conftest$ac_exeext && {
7780          test "$cross_compiling" = yes ||
7781          $as_test_x conftest$ac_exeext
7782        }; then
7783   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7784 else
7785   $as_echo "$as_me: failed program was:" >&5
7786 sed 's/^/| /' conftest.$ac_ext >&5
7787
7788         ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7789 fi
7790
7791 rm -rf conftest.dSYM
7792 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7793       conftest$ac_exeext conftest.$ac_ext
7794 CFLAGS=$ac_wine_try_cflags_saved
7795 fi
7796 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7797 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7798 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7799   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7800 else
7801   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7802 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7803 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7804   $as_echo_n "(cached) " >&6
7805 else
7806   ac_wine_try_cflags_saved=$CFLAGS
7807 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7808 cat >conftest.$ac_ext <<_ACEOF
7809 /* confdefs.h.  */
7810 _ACEOF
7811 cat confdefs.h >>conftest.$ac_ext
7812 cat >>conftest.$ac_ext <<_ACEOF
7813 /* end confdefs.h.  */
7814
7815 int
7816 main ()
7817 {
7818
7819   ;
7820   return 0;
7821 }
7822 _ACEOF
7823 rm -f conftest.$ac_objext conftest$ac_exeext
7824 if { (ac_try="$ac_link"
7825 case "(($ac_try" in
7826   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7827   *) ac_try_echo=$ac_try;;
7828 esac
7829 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7830 $as_echo "$ac_try_echo") >&5
7831   (eval "$ac_link") 2>conftest.er1
7832   ac_status=$?
7833   grep -v '^ *+' conftest.er1 >conftest.err
7834   rm -f conftest.er1
7835   cat conftest.err >&5
7836   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7837   (exit $ac_status); } && {
7838          test -z "$ac_c_werror_flag" ||
7839          test ! -s conftest.err
7840        } && test -s conftest$ac_exeext && {
7841          test "$cross_compiling" = yes ||
7842          $as_test_x conftest$ac_exeext
7843        }; then
7844   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7845 else
7846   $as_echo "$as_me: failed program was:" >&5
7847 sed 's/^/| /' conftest.$ac_ext >&5
7848
7849         ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7850 fi
7851
7852 rm -rf conftest.dSYM
7853 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7854       conftest$ac_exeext conftest.$ac_ext
7855 CFLAGS=$ac_wine_try_cflags_saved
7856 fi
7857 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7858 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7859 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7860   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7861 fi
7862
7863 fi
7864
7865
7866       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7867 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7868 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7869   $as_echo_n "(cached) " >&6
7870 else
7871   ac_wine_try_cflags_saved=$CFLAGS
7872 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7873 cat >conftest.$ac_ext <<_ACEOF
7874 /* confdefs.h.  */
7875 _ACEOF
7876 cat confdefs.h >>conftest.$ac_ext
7877 cat >>conftest.$ac_ext <<_ACEOF
7878 /* end confdefs.h.  */
7879
7880 int
7881 main ()
7882 {
7883
7884   ;
7885   return 0;
7886 }
7887 _ACEOF
7888 rm -f conftest.$ac_objext conftest$ac_exeext
7889 if { (ac_try="$ac_link"
7890 case "(($ac_try" in
7891   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7892   *) ac_try_echo=$ac_try;;
7893 esac
7894 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7895 $as_echo "$ac_try_echo") >&5
7896   (eval "$ac_link") 2>conftest.er1
7897   ac_status=$?
7898   grep -v '^ *+' conftest.er1 >conftest.err
7899   rm -f conftest.er1
7900   cat conftest.err >&5
7901   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7902   (exit $ac_status); } && {
7903          test -z "$ac_c_werror_flag" ||
7904          test ! -s conftest.err
7905        } && test -s conftest$ac_exeext && {
7906          test "$cross_compiling" = yes ||
7907          $as_test_x conftest$ac_exeext
7908        }; then
7909   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7910 else
7911   $as_echo "$as_me: failed program was:" >&5
7912 sed 's/^/| /' conftest.$ac_ext >&5
7913
7914         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7915 fi
7916
7917 rm -rf conftest.dSYM
7918 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7919       conftest$ac_exeext conftest.$ac_ext
7920 CFLAGS=$ac_wine_try_cflags_saved
7921 fi
7922 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7923 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7924 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7925   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7926 fi
7927
7928
7929       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7930 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7931 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7932   $as_echo_n "(cached) " >&6
7933 else
7934   ac_wine_try_cflags_saved=$CFLAGS
7935 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7936 cat >conftest.$ac_ext <<_ACEOF
7937 /* confdefs.h.  */
7938 _ACEOF
7939 cat confdefs.h >>conftest.$ac_ext
7940 cat >>conftest.$ac_ext <<_ACEOF
7941 /* end confdefs.h.  */
7942
7943 int
7944 main ()
7945 {
7946
7947   ;
7948   return 0;
7949 }
7950 _ACEOF
7951 rm -f conftest.$ac_objext conftest$ac_exeext
7952 if { (ac_try="$ac_link"
7953 case "(($ac_try" in
7954   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7955   *) ac_try_echo=$ac_try;;
7956 esac
7957 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7958 $as_echo "$ac_try_echo") >&5
7959   (eval "$ac_link") 2>conftest.er1
7960   ac_status=$?
7961   grep -v '^ *+' conftest.er1 >conftest.err
7962   rm -f conftest.er1
7963   cat conftest.err >&5
7964   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7965   (exit $ac_status); } && {
7966          test -z "$ac_c_werror_flag" ||
7967          test ! -s conftest.err
7968        } && test -s conftest$ac_exeext && {
7969          test "$cross_compiling" = yes ||
7970          $as_test_x conftest$ac_exeext
7971        }; then
7972   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7973 else
7974   $as_echo "$as_me: failed program was:" >&5
7975 sed 's/^/| /' conftest.$ac_ext >&5
7976
7977         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7978 fi
7979
7980 rm -rf conftest.dSYM
7981 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7982       conftest$ac_exeext conftest.$ac_ext
7983 CFLAGS=$ac_wine_try_cflags_saved
7984 fi
7985 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7986 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7987 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7988   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7989 fi
7990
7991
7992       echo '{ global: *; };' >conftest.map
7993       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7994 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7995 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7996   $as_echo_n "(cached) " >&6
7997 else
7998   ac_wine_try_cflags_saved=$CFLAGS
7999 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8000 cat >conftest.$ac_ext <<_ACEOF
8001 /* confdefs.h.  */
8002 _ACEOF
8003 cat confdefs.h >>conftest.$ac_ext
8004 cat >>conftest.$ac_ext <<_ACEOF
8005 /* end confdefs.h.  */
8006
8007 int
8008 main ()
8009 {
8010
8011   ;
8012   return 0;
8013 }
8014 _ACEOF
8015 rm -f conftest.$ac_objext conftest$ac_exeext
8016 if { (ac_try="$ac_link"
8017 case "(($ac_try" in
8018   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8019   *) ac_try_echo=$ac_try;;
8020 esac
8021 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8022 $as_echo "$ac_try_echo") >&5
8023   (eval "$ac_link") 2>conftest.er1
8024   ac_status=$?
8025   grep -v '^ *+' conftest.er1 >conftest.err
8026   rm -f conftest.er1
8027   cat conftest.err >&5
8028   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8029   (exit $ac_status); } && {
8030          test -z "$ac_c_werror_flag" ||
8031          test ! -s conftest.err
8032        } && test -s conftest$ac_exeext && {
8033          test "$cross_compiling" = yes ||
8034          $as_test_x conftest$ac_exeext
8035        }; then
8036   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8037 else
8038   $as_echo "$as_me: failed program was:" >&5
8039 sed 's/^/| /' conftest.$ac_ext >&5
8040
8041         ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8042 fi
8043
8044 rm -rf conftest.dSYM
8045 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8046       conftest$ac_exeext conftest.$ac_ext
8047 CFLAGS=$ac_wine_try_cflags_saved
8048 fi
8049 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8050 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8051 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8052   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8053 fi
8054
8055       rm -f conftest.map
8056
8057       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8058 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8059 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8060   $as_echo_n "(cached) " >&6
8061 else
8062   ac_wine_try_cflags_saved=$CFLAGS
8063 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8064 cat >conftest.$ac_ext <<_ACEOF
8065 /* confdefs.h.  */
8066 _ACEOF
8067 cat confdefs.h >>conftest.$ac_ext
8068 cat >>conftest.$ac_ext <<_ACEOF
8069 /* end confdefs.h.  */
8070
8071 int
8072 main ()
8073 {
8074
8075   ;
8076   return 0;
8077 }
8078 _ACEOF
8079 rm -f conftest.$ac_objext conftest$ac_exeext
8080 if { (ac_try="$ac_link"
8081 case "(($ac_try" in
8082   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8083   *) ac_try_echo=$ac_try;;
8084 esac
8085 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8086 $as_echo "$ac_try_echo") >&5
8087   (eval "$ac_link") 2>conftest.er1
8088   ac_status=$?
8089   grep -v '^ *+' conftest.er1 >conftest.err
8090   rm -f conftest.er1
8091   cat conftest.err >&5
8092   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8093   (exit $ac_status); } && {
8094          test -z "$ac_c_werror_flag" ||
8095          test ! -s conftest.err
8096        } && test -s conftest$ac_exeext && {
8097          test "$cross_compiling" = yes ||
8098          $as_test_x conftest$ac_exeext
8099        }; then
8100   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8101 else
8102   $as_echo "$as_me: failed program was:" >&5
8103 sed 's/^/| /' conftest.$ac_ext >&5
8104
8105         ac_cv_cflags__fPIC__Wl___export_dynamic=no
8106 fi
8107
8108 rm -rf conftest.dSYM
8109 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8110       conftest$ac_exeext conftest.$ac_ext
8111 CFLAGS=$ac_wine_try_cflags_saved
8112 fi
8113 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8114 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8115 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
8116   LDEXECFLAGS="-Wl,--export-dynamic"
8117
8118 fi
8119
8120
8121       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
8122 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8123 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8124 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8125   $as_echo_n "(cached) " >&6
8126 else
8127   ac_wine_try_cflags_saved=$CFLAGS
8128 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8129 cat >conftest.$ac_ext <<_ACEOF
8130 /* confdefs.h.  */
8131 _ACEOF
8132 cat confdefs.h >>conftest.$ac_ext
8133 cat >>conftest.$ac_ext <<_ACEOF
8134 /* end confdefs.h.  */
8135
8136 int
8137 main ()
8138 {
8139
8140   ;
8141   return 0;
8142 }
8143 _ACEOF
8144 rm -f conftest.$ac_objext conftest$ac_exeext
8145 if { (ac_try="$ac_link"
8146 case "(($ac_try" in
8147   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8148   *) ac_try_echo=$ac_try;;
8149 esac
8150 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8151 $as_echo "$ac_try_echo") >&5
8152   (eval "$ac_link") 2>conftest.er1
8153   ac_status=$?
8154   grep -v '^ *+' conftest.er1 >conftest.err
8155   rm -f conftest.er1
8156   cat conftest.err >&5
8157   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8158   (exit $ac_status); } && {
8159          test -z "$ac_c_werror_flag" ||
8160          test ! -s conftest.err
8161        } && test -s conftest$ac_exeext && {
8162          test "$cross_compiling" = yes ||
8163          $as_test_x conftest$ac_exeext
8164        }; then
8165   eval "$as_ac_var=yes"
8166 else
8167   $as_echo "$as_me: failed program was:" >&5
8168 sed 's/^/| /' conftest.$ac_ext >&5
8169
8170         eval "$as_ac_var=no"
8171 fi
8172
8173 rm -rf conftest.dSYM
8174 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8175       conftest$ac_exeext conftest.$ac_ext
8176 CFLAGS=$ac_wine_try_cflags_saved
8177 fi
8178 ac_res=`eval 'as_val=${'$as_ac_var'}
8179                  $as_echo "$as_val"'`
8180                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8181 $as_echo "$ac_res" >&6; }
8182 if test `eval 'as_val=${'$as_ac_var'}
8183                  $as_echo "$as_val"'` = yes; then
8184   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8185                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8186 else
8187   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
8188 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8189 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8190 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8191   $as_echo_n "(cached) " >&6
8192 else
8193   ac_wine_try_cflags_saved=$CFLAGS
8194 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8195 cat >conftest.$ac_ext <<_ACEOF
8196 /* confdefs.h.  */
8197 _ACEOF
8198 cat confdefs.h >>conftest.$ac_ext
8199 cat >>conftest.$ac_ext <<_ACEOF
8200 /* end confdefs.h.  */
8201
8202 int
8203 main ()
8204 {
8205
8206   ;
8207   return 0;
8208 }
8209 _ACEOF
8210 rm -f conftest.$ac_objext conftest$ac_exeext
8211 if { (ac_try="$ac_link"
8212 case "(($ac_try" in
8213   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8214   *) ac_try_echo=$ac_try;;
8215 esac
8216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8217 $as_echo "$ac_try_echo") >&5
8218   (eval "$ac_link") 2>conftest.er1
8219   ac_status=$?
8220   grep -v '^ *+' conftest.er1 >conftest.err
8221   rm -f conftest.er1
8222   cat conftest.err >&5
8223   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8224   (exit $ac_status); } && {
8225          test -z "$ac_c_werror_flag" ||
8226          test ! -s conftest.err
8227        } && test -s conftest$ac_exeext && {
8228          test "$cross_compiling" = yes ||
8229          $as_test_x conftest$ac_exeext
8230        }; then
8231   eval "$as_ac_var=yes"
8232 else
8233   $as_echo "$as_me: failed program was:" >&5
8234 sed 's/^/| /' conftest.$ac_ext >&5
8235
8236         eval "$as_ac_var=no"
8237 fi
8238
8239 rm -rf conftest.dSYM
8240 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8241       conftest$ac_exeext conftest.$ac_ext
8242 CFLAGS=$ac_wine_try_cflags_saved
8243 fi
8244 ac_res=`eval 'as_val=${'$as_ac_var'}
8245                  $as_echo "$as_val"'`
8246                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8247 $as_echo "$ac_res" >&6; }
8248 if test `eval 'as_val=${'$as_ac_var'}
8249                  $as_echo "$as_val"'` = yes; then
8250   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8251                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8252 fi
8253
8254 fi
8255
8256
8257       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8258 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8259 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8260   $as_echo_n "(cached) " >&6
8261 else
8262   ac_wine_try_cflags_saved=$CFLAGS
8263 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8264 cat >conftest.$ac_ext <<_ACEOF
8265 /* confdefs.h.  */
8266 _ACEOF
8267 cat confdefs.h >>conftest.$ac_ext
8268 cat >>conftest.$ac_ext <<_ACEOF
8269 /* end confdefs.h.  */
8270
8271 int
8272 main ()
8273 {
8274
8275   ;
8276   return 0;
8277 }
8278 _ACEOF
8279 rm -f conftest.$ac_objext conftest$ac_exeext
8280 if { (ac_try="$ac_link"
8281 case "(($ac_try" in
8282   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8283   *) ac_try_echo=$ac_try;;
8284 esac
8285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8286 $as_echo "$ac_try_echo") >&5
8287   (eval "$ac_link") 2>conftest.er1
8288   ac_status=$?
8289   grep -v '^ *+' conftest.er1 >conftest.err
8290   rm -f conftest.er1
8291   cat conftest.err >&5
8292   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8293   (exit $ac_status); } && {
8294          test -z "$ac_c_werror_flag" ||
8295          test ! -s conftest.err
8296        } && test -s conftest$ac_exeext && {
8297          test "$cross_compiling" = yes ||
8298          $as_test_x conftest$ac_exeext
8299        }; then
8300   ac_cv_cflags__Wl___enable_new_dtags=yes
8301 else
8302   $as_echo "$as_me: failed program was:" >&5
8303 sed 's/^/| /' conftest.$ac_ext >&5
8304
8305         ac_cv_cflags__Wl___enable_new_dtags=no
8306 fi
8307
8308 rm -rf conftest.dSYM
8309 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8310       conftest$ac_exeext conftest.$ac_ext
8311 CFLAGS=$ac_wine_try_cflags_saved
8312 fi
8313 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8314 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8315 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8316   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8317 fi
8318
8319
8320       case $host_cpu in
8321         *i[3456789]86* | x86_64)
8322           { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8323 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8324 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8325   $as_echo_n "(cached) " >&6
8326 else
8327   ac_wine_try_cflags_saved=$CFLAGS
8328 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8329 cat >conftest.$ac_ext <<_ACEOF
8330 /* confdefs.h.  */
8331 _ACEOF
8332 cat confdefs.h >>conftest.$ac_ext
8333 cat >>conftest.$ac_ext <<_ACEOF
8334 /* end confdefs.h.  */
8335
8336 int
8337 main ()
8338 {
8339
8340   ;
8341   return 0;
8342 }
8343 _ACEOF
8344 rm -f conftest.$ac_objext conftest$ac_exeext
8345 if { (ac_try="$ac_link"
8346 case "(($ac_try" in
8347   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8348   *) ac_try_echo=$ac_try;;
8349 esac
8350 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8351 $as_echo "$ac_try_echo") >&5
8352   (eval "$ac_link") 2>conftest.er1
8353   ac_status=$?
8354   grep -v '^ *+' conftest.er1 >conftest.err
8355   rm -f conftest.er1
8356   cat conftest.err >&5
8357   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8358   (exit $ac_status); } && {
8359          test -z "$ac_c_werror_flag" ||
8360          test ! -s conftest.err
8361        } && test -s conftest$ac_exeext && {
8362          test "$cross_compiling" = yes ||
8363          $as_test_x conftest$ac_exeext
8364        }; then
8365   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8366 else
8367   $as_echo "$as_me: failed program was:" >&5
8368 sed 's/^/| /' conftest.$ac_ext >&5
8369
8370         ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8371 fi
8372
8373 rm -rf conftest.dSYM
8374 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8375       conftest$ac_exeext conftest.$ac_ext
8376 CFLAGS=$ac_wine_try_cflags_saved
8377 fi
8378 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8379 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8380 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8381   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8382 fi
8383
8384           ;;
8385       esac
8386
8387     else
8388       { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8389 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8390 if test "${ac_cv_c_dll_unixware+set}" = set; then
8391   $as_echo_n "(cached) " >&6
8392 else
8393   ac_wine_try_cflags_saved=$CFLAGS
8394 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8395 cat >conftest.$ac_ext <<_ACEOF
8396 void myfunc() {}
8397 _ACEOF
8398 rm -f conftest.$ac_objext conftest$ac_exeext
8399 if { (ac_try="$ac_link"
8400 case "(($ac_try" in
8401   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8402   *) ac_try_echo=$ac_try;;
8403 esac
8404 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8405 $as_echo "$ac_try_echo") >&5
8406   (eval "$ac_link") 2>conftest.er1
8407   ac_status=$?
8408   grep -v '^ *+' conftest.er1 >conftest.err
8409   rm -f conftest.er1
8410   cat conftest.err >&5
8411   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8412   (exit $ac_status); } && {
8413          test -z "$ac_c_werror_flag" ||
8414          test ! -s conftest.err
8415        } && test -s conftest$ac_exeext && {
8416          test "$cross_compiling" = yes ||
8417          $as_test_x conftest$ac_exeext
8418        }; then
8419   ac_cv_c_dll_unixware="yes"
8420 else
8421   $as_echo "$as_me: failed program was:" >&5
8422 sed 's/^/| /' conftest.$ac_ext >&5
8423
8424         ac_cv_c_dll_unixware="no"
8425 fi
8426
8427 rm -rf conftest.dSYM
8428 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8429       conftest$ac_exeext conftest.$ac_ext
8430 CFLAGS=$ac_wine_try_cflags_saved
8431 fi
8432 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8433 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8434       if test "$ac_cv_c_dll_unixware" = "yes"
8435       then
8436         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8437         LDDLLFLAGS="-Wl,-G,-B,symbolic"
8438
8439       else
8440         { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8441 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8442 if test "${ac_cv_c_dll_hpux+set}" = set; then
8443   $as_echo_n "(cached) " >&6
8444 else
8445   ac_wine_try_cflags_saved=$CFLAGS
8446 CFLAGS="$CFLAGS -shared"
8447 cat >conftest.$ac_ext <<_ACEOF
8448 void myfunc() {}
8449 _ACEOF
8450 rm -f conftest.$ac_objext conftest$ac_exeext
8451 if { (ac_try="$ac_link"
8452 case "(($ac_try" in
8453   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8454   *) ac_try_echo=$ac_try;;
8455 esac
8456 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8457 $as_echo "$ac_try_echo") >&5
8458   (eval "$ac_link") 2>conftest.er1
8459   ac_status=$?
8460   grep -v '^ *+' conftest.er1 >conftest.err
8461   rm -f conftest.er1
8462   cat conftest.err >&5
8463   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8464   (exit $ac_status); } && {
8465          test -z "$ac_c_werror_flag" ||
8466          test ! -s conftest.err
8467        } && test -s conftest$ac_exeext && {
8468          test "$cross_compiling" = yes ||
8469          $as_test_x conftest$ac_exeext
8470        }; then
8471   ac_cv_c_dll_hpux="yes"
8472 else
8473   $as_echo "$as_me: failed program was:" >&5
8474 sed 's/^/| /' conftest.$ac_ext >&5
8475
8476         ac_cv_c_dll_hpux="no"
8477 fi
8478
8479 rm -rf conftest.dSYM
8480 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8481       conftest$ac_exeext conftest.$ac_ext
8482 CFLAGS=$ac_wine_try_cflags_saved
8483 fi
8484 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8485 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8486         if test "$ac_cv_c_dll_hpux" = "yes"
8487         then
8488           LIBEXT="sl"
8489           DLLEXT=".sl"
8490           LDDLLFLAGS="-shared -fPIC"
8491           LDSHARED="\$(CC) -shared"
8492         fi
8493       fi
8494     fi
8495     ;;
8496 esac
8497
8498 enable_winequartz_drv=${enable_winequartz_drv:-no}
8499
8500 if test "$LIBEXT" = "a"; then
8501   { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8502 It is currently not possible to build Wine without shared library
8503 (.so) support to allow transparent switch between .so and .dll files.
8504 If you are using Linux, you will need a newer binutils.
8505 " >&5
8506 $as_echo "$as_me: error: could not find a way to build shared libraries.
8507 It is currently not possible to build Wine without shared library
8508 (.so) support to allow transparent switch between .so and .dll files.
8509 If you are using Linux, you will need a newer binutils.
8510 " >&2;}
8511    { (exit 1); exit 1; }; }
8512 fi
8513
8514 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8515 then
8516     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
8517 do
8518   # Extract the first word of "$ac_prog", so it can be a program name with args.
8519 set dummy $ac_prog; ac_word=$2
8520 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8521 $as_echo_n "checking for $ac_word... " >&6; }
8522 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8523   $as_echo_n "(cached) " >&6
8524 else
8525   if test -n "$CROSSCC"; then
8526   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8527 else
8528 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8529 for as_dir in $PATH
8530 do
8531   IFS=$as_save_IFS
8532   test -z "$as_dir" && as_dir=.
8533   for ac_exec_ext in '' $ac_executable_extensions; do
8534   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8535     ac_cv_prog_CROSSCC="$ac_prog"
8536     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8537     break 2
8538   fi
8539 done
8540 done
8541 IFS=$as_save_IFS
8542
8543 fi
8544 fi
8545 CROSSCC=$ac_cv_prog_CROSSCC
8546 if test -n "$CROSSCC"; then
8547   { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8548 $as_echo "$CROSSCC" >&6; }
8549 else
8550   { $as_echo "$as_me:$LINENO: result: no" >&5
8551 $as_echo "no" >&6; }
8552 fi
8553
8554
8555   test -n "$CROSSCC" && break
8556 done
8557 test -n "$CROSSCC" || CROSSCC="false"
8558
8559     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
8560 do
8561   # Extract the first word of "$ac_prog", so it can be a program name with args.
8562 set dummy $ac_prog; ac_word=$2
8563 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8564 $as_echo_n "checking for $ac_word... " >&6; }
8565 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8566   $as_echo_n "(cached) " >&6
8567 else
8568   if test -n "$DLLTOOL"; then
8569   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8570 else
8571 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8572 for as_dir in $PATH
8573 do
8574   IFS=$as_save_IFS
8575   test -z "$as_dir" && as_dir=.
8576   for ac_exec_ext in '' $ac_executable_extensions; do
8577   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8578     ac_cv_prog_DLLTOOL="$ac_prog"
8579     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8580     break 2
8581   fi
8582 done
8583 done
8584 IFS=$as_save_IFS
8585
8586 fi
8587 fi
8588 DLLTOOL=$ac_cv_prog_DLLTOOL
8589 if test -n "$DLLTOOL"; then
8590   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8591 $as_echo "$DLLTOOL" >&6; }
8592 else
8593   { $as_echo "$as_me:$LINENO: result: no" >&5
8594 $as_echo "no" >&6; }
8595 fi
8596
8597
8598   test -n "$DLLTOOL" && break
8599 done
8600 test -n "$DLLTOOL" || DLLTOOL="false"
8601
8602     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
8603 do
8604   # Extract the first word of "$ac_prog", so it can be a program name with args.
8605 set dummy $ac_prog; ac_word=$2
8606 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8607 $as_echo_n "checking for $ac_word... " >&6; }
8608 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8609   $as_echo_n "(cached) " >&6
8610 else
8611   if test -n "$CROSSWINDRES"; then
8612   ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8613 else
8614 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8615 for as_dir in $PATH
8616 do
8617   IFS=$as_save_IFS
8618   test -z "$as_dir" && as_dir=.
8619   for ac_exec_ext in '' $ac_executable_extensions; do
8620   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8621     ac_cv_prog_CROSSWINDRES="$ac_prog"
8622     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8623     break 2
8624   fi
8625 done
8626 done
8627 IFS=$as_save_IFS
8628
8629 fi
8630 fi
8631 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8632 if test -n "$CROSSWINDRES"; then
8633   { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8634 $as_echo "$CROSSWINDRES" >&6; }
8635 else
8636   { $as_echo "$as_me:$LINENO: result: no" >&5
8637 $as_echo "no" >&6; }
8638 fi
8639
8640
8641   test -n "$CROSSWINDRES" && break
8642 done
8643 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8644
8645     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
8646 do
8647   # Extract the first word of "$ac_prog", so it can be a program name with args.
8648 set dummy $ac_prog; ac_word=$2
8649 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8650 $as_echo_n "checking for $ac_word... " >&6; }
8651 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8652   $as_echo_n "(cached) " >&6
8653 else
8654   if test -n "$MINGWAR"; then
8655   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8656 else
8657 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8658 for as_dir in $PATH
8659 do
8660   IFS=$as_save_IFS
8661   test -z "$as_dir" && as_dir=.
8662   for ac_exec_ext in '' $ac_executable_extensions; do
8663   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8664     ac_cv_prog_MINGWAR="$ac_prog"
8665     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8666     break 2
8667   fi
8668 done
8669 done
8670 IFS=$as_save_IFS
8671
8672 fi
8673 fi
8674 MINGWAR=$ac_cv_prog_MINGWAR
8675 if test -n "$MINGWAR"; then
8676   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8677 $as_echo "$MINGWAR" >&6; }
8678 else
8679   { $as_echo "$as_me:$LINENO: result: no" >&5
8680 $as_echo "no" >&6; }
8681 fi
8682
8683
8684   test -n "$MINGWAR" && break
8685 done
8686 test -n "$MINGWAR" || MINGWAR="false"
8687
8688     if test "$CROSSCC" != "false"
8689     then
8690         CROSSTEST="\$(CROSSTEST)"
8691
8692     fi
8693 fi
8694
8695
8696 if test "$ac_cv_header_pthread_h" = "yes"
8697 then
8698     { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8699 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8700 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8701   $as_echo_n "(cached) " >&6
8702 else
8703   ac_check_lib_save_LIBS=$LIBS
8704 LIBS="-lpthread  $LIBS"
8705 cat >conftest.$ac_ext <<_ACEOF
8706 /* confdefs.h.  */
8707 _ACEOF
8708 cat confdefs.h >>conftest.$ac_ext
8709 cat >>conftest.$ac_ext <<_ACEOF
8710 /* end confdefs.h.  */
8711
8712 /* Override any GCC internal prototype to avoid an error.
8713    Use char because int might match the return type of a GCC
8714    builtin and then its argument prototype would still apply.  */
8715 #ifdef __cplusplus
8716 extern "C"
8717 #endif
8718 char pthread_create ();
8719 int
8720 main ()
8721 {
8722 return pthread_create ();
8723   ;
8724   return 0;
8725 }
8726 _ACEOF
8727 rm -f conftest.$ac_objext conftest$ac_exeext
8728 if { (ac_try="$ac_link"
8729 case "(($ac_try" in
8730   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8731   *) ac_try_echo=$ac_try;;
8732 esac
8733 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8734 $as_echo "$ac_try_echo") >&5
8735   (eval "$ac_link") 2>conftest.er1
8736   ac_status=$?
8737   grep -v '^ *+' conftest.er1 >conftest.err
8738   rm -f conftest.er1
8739   cat conftest.err >&5
8740   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8741   (exit $ac_status); } && {
8742          test -z "$ac_c_werror_flag" ||
8743          test ! -s conftest.err
8744        } && test -s conftest$ac_exeext && {
8745          test "$cross_compiling" = yes ||
8746          $as_test_x conftest$ac_exeext
8747        }; then
8748   ac_cv_lib_pthread_pthread_create=yes
8749 else
8750   $as_echo "$as_me: failed program was:" >&5
8751 sed 's/^/| /' conftest.$ac_ext >&5
8752
8753         ac_cv_lib_pthread_pthread_create=no
8754 fi
8755
8756 rm -rf conftest.dSYM
8757 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8758       conftest$ac_exeext conftest.$ac_ext
8759 LIBS=$ac_check_lib_save_LIBS
8760 fi
8761 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8762 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8763 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8764   LIBPTHREAD="-lpthread"
8765
8766 fi
8767
8768 fi
8769 if test "x$LIBPTHREAD" = "x"; then
8770   case "x$with_pthread" in
8771   xno) ;;
8772   *)   { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8773 Wine cannot support threads without libpthread.
8774 Use the --without-pthread option if you really want this." >&5
8775 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8776 Wine cannot support threads without libpthread.
8777 Use the --without-pthread option if you really want this." >&2;}
8778    { (exit 1); exit 1; }; } ;;
8779 esac
8780 fi
8781
8782
8783
8784 { $as_echo "$as_me:$LINENO: checking for X" >&5
8785 $as_echo_n "checking for X... " >&6; }
8786
8787
8788 # Check whether --with-x was given.
8789 if test "${with_x+set}" = set; then
8790   withval=$with_x;
8791 fi
8792
8793 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8794 if test "x$with_x" = xno; then
8795   # The user explicitly disabled X.
8796   have_x=disabled
8797 else
8798   case $x_includes,$x_libraries in #(
8799     *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8800 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8801    { (exit 1); exit 1; }; };; #(
8802     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8803   $as_echo_n "(cached) " >&6
8804 else
8805   # One or both of the vars are not set, and there is no cached value.
8806 ac_x_includes=no ac_x_libraries=no
8807 rm -f -r conftest.dir
8808 if mkdir conftest.dir; then
8809   cd conftest.dir
8810   cat >Imakefile <<'_ACEOF'
8811 incroot:
8812         @echo incroot='${INCROOT}'
8813 usrlibdir:
8814         @echo usrlibdir='${USRLIBDIR}'
8815 libdir:
8816         @echo libdir='${LIBDIR}'
8817 _ACEOF
8818   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8819     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8820     for ac_var in incroot usrlibdir libdir; do
8821       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8822     done
8823     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8824     for ac_extension in a so sl dylib la dll; do
8825       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8826          test -f "$ac_im_libdir/libX11.$ac_extension"; then
8827         ac_im_usrlibdir=$ac_im_libdir; break
8828       fi
8829     done
8830     # Screen out bogus values from the imake configuration.  They are
8831     # bogus both because they are the default anyway, and because
8832     # using them would break gcc on systems where it needs fixed includes.
8833     case $ac_im_incroot in
8834         /usr/include) ac_x_includes= ;;
8835         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8836     esac
8837     case $ac_im_usrlibdir in
8838         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8839         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8840     esac
8841   fi
8842   cd ..
8843   rm -f -r conftest.dir
8844 fi
8845
8846 # Standard set of common directories for X headers.
8847 # Check X11 before X11Rn because it is often a symlink to the current release.
8848 ac_x_header_dirs='
8849 /usr/X11/include
8850 /usr/X11R6/include
8851 /usr/X11R5/include
8852 /usr/X11R4/include
8853
8854 /usr/include/X11
8855 /usr/include/X11R6
8856 /usr/include/X11R5
8857 /usr/include/X11R4
8858
8859 /usr/local/X11/include
8860 /usr/local/X11R6/include
8861 /usr/local/X11R5/include
8862 /usr/local/X11R4/include
8863
8864 /usr/local/include/X11
8865 /usr/local/include/X11R6
8866 /usr/local/include/X11R5
8867 /usr/local/include/X11R4
8868
8869 /usr/X386/include
8870 /usr/x386/include
8871 /usr/XFree86/include/X11
8872
8873 /usr/include
8874 /usr/local/include
8875 /usr/unsupported/include
8876 /usr/athena/include
8877 /usr/local/x11r5/include
8878 /usr/lpp/Xamples/include
8879
8880 /usr/openwin/include
8881 /usr/openwin/share/include'
8882
8883 if test "$ac_x_includes" = no; then
8884   # Guess where to find include files, by looking for Xlib.h.
8885   # First, try using that file with no special directory specified.
8886   cat >conftest.$ac_ext <<_ACEOF
8887 /* confdefs.h.  */
8888 _ACEOF
8889 cat confdefs.h >>conftest.$ac_ext
8890 cat >>conftest.$ac_ext <<_ACEOF
8891 /* end confdefs.h.  */
8892 #include <X11/Xlib.h>
8893 _ACEOF
8894 if { (ac_try="$ac_cpp conftest.$ac_ext"
8895 case "(($ac_try" in
8896   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8897   *) ac_try_echo=$ac_try;;
8898 esac
8899 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8900 $as_echo "$ac_try_echo") >&5
8901   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8902   ac_status=$?
8903   grep -v '^ *+' conftest.er1 >conftest.err
8904   rm -f conftest.er1
8905   cat conftest.err >&5
8906   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8907   (exit $ac_status); } >/dev/null && {
8908          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8909          test ! -s conftest.err
8910        }; then
8911   # We can compile using X headers with no special include directory.
8912 ac_x_includes=
8913 else
8914   $as_echo "$as_me: failed program was:" >&5
8915 sed 's/^/| /' conftest.$ac_ext >&5
8916
8917   for ac_dir in $ac_x_header_dirs; do
8918   if test -r "$ac_dir/X11/Xlib.h"; then
8919     ac_x_includes=$ac_dir
8920     break
8921   fi
8922 done
8923 fi
8924
8925 rm -f conftest.err conftest.$ac_ext
8926 fi # $ac_x_includes = no
8927
8928 if test "$ac_x_libraries" = no; then
8929   # Check for the libraries.
8930   # See if we find them without any special options.
8931   # Don't add to $LIBS permanently.
8932   ac_save_LIBS=$LIBS
8933   LIBS="-lX11 $LIBS"
8934   cat >conftest.$ac_ext <<_ACEOF
8935 /* confdefs.h.  */
8936 _ACEOF
8937 cat confdefs.h >>conftest.$ac_ext
8938 cat >>conftest.$ac_ext <<_ACEOF
8939 /* end confdefs.h.  */
8940 #include <X11/Xlib.h>
8941 int
8942 main ()
8943 {
8944 XrmInitialize ()
8945   ;
8946   return 0;
8947 }
8948 _ACEOF
8949 rm -f conftest.$ac_objext conftest$ac_exeext
8950 if { (ac_try="$ac_link"
8951 case "(($ac_try" in
8952   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8953   *) ac_try_echo=$ac_try;;
8954 esac
8955 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8956 $as_echo "$ac_try_echo") >&5
8957   (eval "$ac_link") 2>conftest.er1
8958   ac_status=$?
8959   grep -v '^ *+' conftest.er1 >conftest.err
8960   rm -f conftest.er1
8961   cat conftest.err >&5
8962   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8963   (exit $ac_status); } && {
8964          test -z "$ac_c_werror_flag" ||
8965          test ! -s conftest.err
8966        } && test -s conftest$ac_exeext && {
8967          test "$cross_compiling" = yes ||
8968          $as_test_x conftest$ac_exeext
8969        }; then
8970   LIBS=$ac_save_LIBS
8971 # We can link X programs with no special library path.
8972 ac_x_libraries=
8973 else
8974   $as_echo "$as_me: failed program was:" >&5
8975 sed 's/^/| /' conftest.$ac_ext >&5
8976
8977         LIBS=$ac_save_LIBS
8978 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8979 do
8980   # Don't even attempt the hair of trying to link an X program!
8981   for ac_extension in a so sl dylib la dll; do
8982     if test -r "$ac_dir/libX11.$ac_extension"; then
8983       ac_x_libraries=$ac_dir
8984       break 2
8985     fi
8986   done
8987 done
8988 fi
8989
8990 rm -rf conftest.dSYM
8991 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8992       conftest$ac_exeext conftest.$ac_ext
8993 fi # $ac_x_libraries = no
8994
8995 case $ac_x_includes,$ac_x_libraries in #(
8996   no,* | *,no | *\'*)
8997     # Didn't find X, or a directory has "'" in its name.
8998     ac_cv_have_x="have_x=no";; #(
8999   *)
9000     # Record where we found X for the cache.
9001     ac_cv_have_x="have_x=yes\
9002         ac_x_includes='$ac_x_includes'\
9003         ac_x_libraries='$ac_x_libraries'"
9004 esac
9005 fi
9006 ;; #(
9007     *) have_x=yes;;
9008   esac
9009   eval "$ac_cv_have_x"
9010 fi # $with_x != no
9011
9012 if test "$have_x" != yes; then
9013   { $as_echo "$as_me:$LINENO: result: $have_x" >&5
9014 $as_echo "$have_x" >&6; }
9015   no_x=yes
9016 else
9017   # If each of the values was on the command line, it overrides each guess.
9018   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9019   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9020   # Update the cache value to reflect the command line values.
9021   ac_cv_have_x="have_x=yes\
9022         ac_x_includes='$x_includes'\
9023         ac_x_libraries='$x_libraries'"
9024   { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
9025 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9026 fi
9027
9028 if test "$no_x" = yes; then
9029   # Not all programs may use this symbol, but it does not hurt to define it.
9030
9031 cat >>confdefs.h <<\_ACEOF
9032 #define X_DISPLAY_MISSING 1
9033 _ACEOF
9034
9035   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
9036 else
9037   if test -n "$x_includes"; then
9038     X_CFLAGS="$X_CFLAGS -I$x_includes"
9039   fi
9040
9041   # It would also be nice to do this for all -L options, not just this one.
9042   if test -n "$x_libraries"; then
9043     X_LIBS="$X_LIBS -L$x_libraries"
9044     # For Solaris; some versions of Sun CC require a space after -R and
9045     # others require no space.  Words are not sufficient . . . .
9046     { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
9047 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9048     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
9049     ac_xsave_c_werror_flag=$ac_c_werror_flag
9050     ac_c_werror_flag=yes
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   { $as_echo "$as_me:$LINENO: result: no" >&5
9088 $as_echo "no" >&6; }
9089        X_LIBS="$X_LIBS -R$x_libraries"
9090 else
9091   $as_echo "$as_me: failed program was:" >&5
9092 sed 's/^/| /' conftest.$ac_ext >&5
9093
9094         LIBS="$ac_xsave_LIBS -R $x_libraries"
9095        cat >conftest.$ac_ext <<_ACEOF
9096 /* confdefs.h.  */
9097 _ACEOF
9098 cat confdefs.h >>conftest.$ac_ext
9099 cat >>conftest.$ac_ext <<_ACEOF
9100 /* end confdefs.h.  */
9101
9102 int
9103 main ()
9104 {
9105
9106   ;
9107   return 0;
9108 }
9109 _ACEOF
9110 rm -f conftest.$ac_objext conftest$ac_exeext
9111 if { (ac_try="$ac_link"
9112 case "(($ac_try" in
9113   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9114   *) ac_try_echo=$ac_try;;
9115 esac
9116 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9117 $as_echo "$ac_try_echo") >&5
9118   (eval "$ac_link") 2>conftest.er1
9119   ac_status=$?
9120   grep -v '^ *+' conftest.er1 >conftest.err
9121   rm -f conftest.er1
9122   cat conftest.err >&5
9123   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9124   (exit $ac_status); } && {
9125          test -z "$ac_c_werror_flag" ||
9126          test ! -s conftest.err
9127        } && test -s conftest$ac_exeext && {
9128          test "$cross_compiling" = yes ||
9129          $as_test_x conftest$ac_exeext
9130        }; then
9131   { $as_echo "$as_me:$LINENO: result: yes" >&5
9132 $as_echo "yes" >&6; }
9133           X_LIBS="$X_LIBS -R $x_libraries"
9134 else
9135   $as_echo "$as_me: failed program was:" >&5
9136 sed 's/^/| /' conftest.$ac_ext >&5
9137
9138         { $as_echo "$as_me:$LINENO: result: neither works" >&5
9139 $as_echo "neither works" >&6; }
9140 fi
9141
9142 rm -rf conftest.dSYM
9143 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9144       conftest$ac_exeext conftest.$ac_ext
9145 fi
9146
9147 rm -rf conftest.dSYM
9148 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9149       conftest$ac_exeext conftest.$ac_ext
9150     ac_c_werror_flag=$ac_xsave_c_werror_flag
9151     LIBS=$ac_xsave_LIBS
9152   fi
9153
9154   # Check for system-dependent libraries X programs must link with.
9155   # Do this before checking for the system-independent R6 libraries
9156   # (-lICE), since we may need -lsocket or whatever for X linking.
9157
9158   if test "$ISC" = yes; then
9159     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9160   else
9161     # Martyn Johnson says this is needed for Ultrix, if the X
9162     # libraries were built with DECnet support.  And Karl Berry says
9163     # the Alpha needs dnet_stub (dnet does not exist).
9164     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9165     cat >conftest.$ac_ext <<_ACEOF
9166 /* confdefs.h.  */
9167 _ACEOF
9168 cat confdefs.h >>conftest.$ac_ext
9169 cat >>conftest.$ac_ext <<_ACEOF
9170 /* end confdefs.h.  */
9171
9172 /* Override any GCC internal prototype to avoid an error.
9173    Use char because int might match the return type of a GCC
9174    builtin and then its argument prototype would still apply.  */
9175 #ifdef __cplusplus
9176 extern "C"
9177 #endif
9178 char XOpenDisplay ();
9179 int
9180 main ()
9181 {
9182 return XOpenDisplay ();
9183   ;
9184   return 0;
9185 }
9186 _ACEOF
9187 rm -f conftest.$ac_objext conftest$ac_exeext
9188 if { (ac_try="$ac_link"
9189 case "(($ac_try" in
9190   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9191   *) ac_try_echo=$ac_try;;
9192 esac
9193 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9194 $as_echo "$ac_try_echo") >&5
9195   (eval "$ac_link") 2>conftest.er1
9196   ac_status=$?
9197   grep -v '^ *+' conftest.er1 >conftest.err
9198   rm -f conftest.er1
9199   cat conftest.err >&5
9200   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9201   (exit $ac_status); } && {
9202          test -z "$ac_c_werror_flag" ||
9203          test ! -s conftest.err
9204        } && test -s conftest$ac_exeext && {
9205          test "$cross_compiling" = yes ||
9206          $as_test_x conftest$ac_exeext
9207        }; then
9208   :
9209 else
9210   $as_echo "$as_me: failed program was:" >&5
9211 sed 's/^/| /' conftest.$ac_ext >&5
9212
9213         { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
9214 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9215 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
9216   $as_echo_n "(cached) " >&6
9217 else
9218   ac_check_lib_save_LIBS=$LIBS
9219 LIBS="-ldnet  $LIBS"
9220 cat >conftest.$ac_ext <<_ACEOF
9221 /* confdefs.h.  */
9222 _ACEOF
9223 cat confdefs.h >>conftest.$ac_ext
9224 cat >>conftest.$ac_ext <<_ACEOF
9225 /* end confdefs.h.  */
9226
9227 /* Override any GCC internal prototype to avoid an error.
9228    Use char because int might match the return type of a GCC
9229    builtin and then its argument prototype would still apply.  */
9230 #ifdef __cplusplus
9231 extern "C"
9232 #endif
9233 char dnet_ntoa ();
9234 int
9235 main ()
9236 {
9237 return dnet_ntoa ();
9238   ;
9239   return 0;
9240 }
9241 _ACEOF
9242 rm -f conftest.$ac_objext conftest$ac_exeext
9243 if { (ac_try="$ac_link"
9244 case "(($ac_try" in
9245   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9246   *) ac_try_echo=$ac_try;;
9247 esac
9248 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9249 $as_echo "$ac_try_echo") >&5
9250   (eval "$ac_link") 2>conftest.er1
9251   ac_status=$?
9252   grep -v '^ *+' conftest.er1 >conftest.err
9253   rm -f conftest.er1
9254   cat conftest.err >&5
9255   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9256   (exit $ac_status); } && {
9257          test -z "$ac_c_werror_flag" ||
9258          test ! -s conftest.err
9259        } && test -s conftest$ac_exeext && {
9260          test "$cross_compiling" = yes ||
9261          $as_test_x conftest$ac_exeext
9262        }; then
9263   ac_cv_lib_dnet_dnet_ntoa=yes
9264 else
9265   $as_echo "$as_me: failed program was:" >&5
9266 sed 's/^/| /' conftest.$ac_ext >&5
9267
9268         ac_cv_lib_dnet_dnet_ntoa=no
9269 fi
9270
9271 rm -rf conftest.dSYM
9272 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9273       conftest$ac_exeext conftest.$ac_ext
9274 LIBS=$ac_check_lib_save_LIBS
9275 fi
9276 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9277 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9278 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
9279   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9280 fi
9281
9282     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9283       { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9284 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9285 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9286   $as_echo_n "(cached) " >&6
9287 else
9288   ac_check_lib_save_LIBS=$LIBS
9289 LIBS="-ldnet_stub  $LIBS"
9290 cat >conftest.$ac_ext <<_ACEOF
9291 /* confdefs.h.  */
9292 _ACEOF
9293 cat confdefs.h >>conftest.$ac_ext
9294 cat >>conftest.$ac_ext <<_ACEOF
9295 /* end confdefs.h.  */
9296
9297 /* Override any GCC internal prototype to avoid an error.
9298    Use char because int might match the return type of a GCC
9299    builtin and then its argument prototype would still apply.  */
9300 #ifdef __cplusplus
9301 extern "C"
9302 #endif
9303 char dnet_ntoa ();
9304 int
9305 main ()
9306 {
9307 return dnet_ntoa ();
9308   ;
9309   return 0;
9310 }
9311 _ACEOF
9312 rm -f conftest.$ac_objext conftest$ac_exeext
9313 if { (ac_try="$ac_link"
9314 case "(($ac_try" in
9315   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9316   *) ac_try_echo=$ac_try;;
9317 esac
9318 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9319 $as_echo "$ac_try_echo") >&5
9320   (eval "$ac_link") 2>conftest.er1
9321   ac_status=$?
9322   grep -v '^ *+' conftest.er1 >conftest.err
9323   rm -f conftest.er1
9324   cat conftest.err >&5
9325   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9326   (exit $ac_status); } && {
9327          test -z "$ac_c_werror_flag" ||
9328          test ! -s conftest.err
9329        } && test -s conftest$ac_exeext && {
9330          test "$cross_compiling" = yes ||
9331          $as_test_x conftest$ac_exeext
9332        }; then
9333   ac_cv_lib_dnet_stub_dnet_ntoa=yes
9334 else
9335   $as_echo "$as_me: failed program was:" >&5
9336 sed 's/^/| /' conftest.$ac_ext >&5
9337
9338         ac_cv_lib_dnet_stub_dnet_ntoa=no
9339 fi
9340
9341 rm -rf conftest.dSYM
9342 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9343       conftest$ac_exeext conftest.$ac_ext
9344 LIBS=$ac_check_lib_save_LIBS
9345 fi
9346 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9347 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9348 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
9349   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9350 fi
9351
9352     fi
9353 fi
9354
9355 rm -rf conftest.dSYM
9356 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9357       conftest$ac_exeext conftest.$ac_ext
9358     LIBS="$ac_xsave_LIBS"
9359
9360     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9361     # to get the SysV transport functions.
9362     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9363     # needs -lnsl.
9364     # The nsl library prevents programs from opening the X display
9365     # on Irix 5.2, according to T.E. Dickey.
9366     # The functions gethostbyname, getservbyname, and inet_addr are
9367     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9368     { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
9369 $as_echo_n "checking for gethostbyname... " >&6; }
9370 if test "${ac_cv_func_gethostbyname+set}" = set; then
9371   $as_echo_n "(cached) " >&6
9372 else
9373   cat >conftest.$ac_ext <<_ACEOF
9374 /* confdefs.h.  */
9375 _ACEOF
9376 cat confdefs.h >>conftest.$ac_ext
9377 cat >>conftest.$ac_ext <<_ACEOF
9378 /* end confdefs.h.  */
9379 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9380    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9381 #define gethostbyname innocuous_gethostbyname
9382
9383 /* System header to define __stub macros and hopefully few prototypes,
9384     which can conflict with char gethostbyname (); below.
9385     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9386     <limits.h> exists even on freestanding compilers.  */
9387
9388 #ifdef __STDC__
9389 # include <limits.h>
9390 #else
9391 # include <assert.h>
9392 #endif
9393
9394 #undef gethostbyname
9395
9396 /* Override any GCC internal prototype to avoid an error.
9397    Use char because int might match the return type of a GCC
9398    builtin and then its argument prototype would still apply.  */
9399 #ifdef __cplusplus
9400 extern "C"
9401 #endif
9402 char gethostbyname ();
9403 /* The GNU C library defines this for functions which it implements
9404     to always fail with ENOSYS.  Some functions are actually named
9405     something starting with __ and the normal name is an alias.  */
9406 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9407 choke me
9408 #endif
9409
9410 int
9411 main ()
9412 {
9413 return gethostbyname ();
9414   ;
9415   return 0;
9416 }
9417 _ACEOF
9418 rm -f conftest.$ac_objext conftest$ac_exeext
9419 if { (ac_try="$ac_link"
9420 case "(($ac_try" in
9421   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9422   *) ac_try_echo=$ac_try;;
9423 esac
9424 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9425 $as_echo "$ac_try_echo") >&5
9426   (eval "$ac_link") 2>conftest.er1
9427   ac_status=$?
9428   grep -v '^ *+' conftest.er1 >conftest.err
9429   rm -f conftest.er1
9430   cat conftest.err >&5
9431   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9432   (exit $ac_status); } && {
9433          test -z "$ac_c_werror_flag" ||
9434          test ! -s conftest.err
9435        } && test -s conftest$ac_exeext && {
9436          test "$cross_compiling" = yes ||
9437          $as_test_x conftest$ac_exeext
9438        }; then
9439   ac_cv_func_gethostbyname=yes
9440 else
9441   $as_echo "$as_me: failed program was:" >&5
9442 sed 's/^/| /' conftest.$ac_ext >&5
9443
9444         ac_cv_func_gethostbyname=no
9445 fi
9446
9447 rm -rf conftest.dSYM
9448 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9449       conftest$ac_exeext conftest.$ac_ext
9450 fi
9451 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9452 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9453
9454     if test $ac_cv_func_gethostbyname = no; then
9455       { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9456 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9457 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9458   $as_echo_n "(cached) " >&6
9459 else
9460   ac_check_lib_save_LIBS=$LIBS
9461 LIBS="-lnsl  $LIBS"
9462 cat >conftest.$ac_ext <<_ACEOF
9463 /* confdefs.h.  */
9464 _ACEOF
9465 cat confdefs.h >>conftest.$ac_ext
9466 cat >>conftest.$ac_ext <<_ACEOF
9467 /* end confdefs.h.  */
9468
9469 /* Override any GCC internal prototype to avoid an error.
9470    Use char because int might match the return type of a GCC
9471    builtin and then its argument prototype would still apply.  */
9472 #ifdef __cplusplus
9473 extern "C"
9474 #endif
9475 char gethostbyname ();
9476 int
9477 main ()
9478 {
9479 return gethostbyname ();
9480   ;
9481   return 0;
9482 }
9483 _ACEOF
9484 rm -f conftest.$ac_objext conftest$ac_exeext
9485 if { (ac_try="$ac_link"
9486 case "(($ac_try" in
9487   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9488   *) ac_try_echo=$ac_try;;
9489 esac
9490 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9491 $as_echo "$ac_try_echo") >&5
9492   (eval "$ac_link") 2>conftest.er1
9493   ac_status=$?
9494   grep -v '^ *+' conftest.er1 >conftest.err
9495   rm -f conftest.er1
9496   cat conftest.err >&5
9497   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9498   (exit $ac_status); } && {
9499          test -z "$ac_c_werror_flag" ||
9500          test ! -s conftest.err
9501        } && test -s conftest$ac_exeext && {
9502          test "$cross_compiling" = yes ||
9503          $as_test_x conftest$ac_exeext
9504        }; then
9505   ac_cv_lib_nsl_gethostbyname=yes
9506 else
9507   $as_echo "$as_me: failed program was:" >&5
9508 sed 's/^/| /' conftest.$ac_ext >&5
9509
9510         ac_cv_lib_nsl_gethostbyname=no
9511 fi
9512
9513 rm -rf conftest.dSYM
9514 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9515       conftest$ac_exeext conftest.$ac_ext
9516 LIBS=$ac_check_lib_save_LIBS
9517 fi
9518 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9519 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9520 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9521   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9522 fi
9523
9524       if test $ac_cv_lib_nsl_gethostbyname = no; then
9525         { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9526 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9527 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9528   $as_echo_n "(cached) " >&6
9529 else
9530   ac_check_lib_save_LIBS=$LIBS
9531 LIBS="-lbsd  $LIBS"
9532 cat >conftest.$ac_ext <<_ACEOF
9533 /* confdefs.h.  */
9534 _ACEOF
9535 cat confdefs.h >>conftest.$ac_ext
9536 cat >>conftest.$ac_ext <<_ACEOF
9537 /* end confdefs.h.  */
9538
9539 /* Override any GCC internal prototype to avoid an error.
9540    Use char because int might match the return type of a GCC
9541    builtin and then its argument prototype would still apply.  */
9542 #ifdef __cplusplus
9543 extern "C"
9544 #endif
9545 char gethostbyname ();
9546 int
9547 main ()
9548 {
9549 return gethostbyname ();
9550   ;
9551   return 0;
9552 }
9553 _ACEOF
9554 rm -f conftest.$ac_objext conftest$ac_exeext
9555 if { (ac_try="$ac_link"
9556 case "(($ac_try" in
9557   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9558   *) ac_try_echo=$ac_try;;
9559 esac
9560 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9561 $as_echo "$ac_try_echo") >&5
9562   (eval "$ac_link") 2>conftest.er1
9563   ac_status=$?
9564   grep -v '^ *+' conftest.er1 >conftest.err
9565   rm -f conftest.er1
9566   cat conftest.err >&5
9567   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9568   (exit $ac_status); } && {
9569          test -z "$ac_c_werror_flag" ||
9570          test ! -s conftest.err
9571        } && test -s conftest$ac_exeext && {
9572          test "$cross_compiling" = yes ||
9573          $as_test_x conftest$ac_exeext
9574        }; then
9575   ac_cv_lib_bsd_gethostbyname=yes
9576 else
9577   $as_echo "$as_me: failed program was:" >&5
9578 sed 's/^/| /' conftest.$ac_ext >&5
9579
9580         ac_cv_lib_bsd_gethostbyname=no
9581 fi
9582
9583 rm -rf conftest.dSYM
9584 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9585       conftest$ac_exeext conftest.$ac_ext
9586 LIBS=$ac_check_lib_save_LIBS
9587 fi
9588 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9589 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9590 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9591   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9592 fi
9593
9594       fi
9595     fi
9596
9597     # lieder@skyler.mavd.honeywell.com says without -lsocket,
9598     # socket/setsockopt and other routines are undefined under SCO ODT
9599     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
9600     # on later versions), says Simon Leinen: it contains gethostby*
9601     # variants that don't use the name server (or something).  -lsocket
9602     # must be given before -lnsl if both are needed.  We assume that
9603     # if connect needs -lnsl, so does gethostbyname.
9604     { $as_echo "$as_me:$LINENO: checking for connect" >&5
9605 $as_echo_n "checking for connect... " >&6; }
9606 if test "${ac_cv_func_connect+set}" = set; then
9607   $as_echo_n "(cached) " >&6
9608 else
9609   cat >conftest.$ac_ext <<_ACEOF
9610 /* confdefs.h.  */
9611 _ACEOF
9612 cat confdefs.h >>conftest.$ac_ext
9613 cat >>conftest.$ac_ext <<_ACEOF
9614 /* end confdefs.h.  */
9615 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9616    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9617 #define connect innocuous_connect
9618
9619 /* System header to define __stub macros and hopefully few prototypes,
9620     which can conflict with char connect (); below.
9621     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9622     <limits.h> exists even on freestanding compilers.  */
9623
9624 #ifdef __STDC__
9625 # include <limits.h>
9626 #else
9627 # include <assert.h>
9628 #endif
9629
9630 #undef connect
9631
9632 /* Override any GCC internal prototype to avoid an error.
9633    Use char because int might match the return type of a GCC
9634    builtin and then its argument prototype would still apply.  */
9635 #ifdef __cplusplus
9636 extern "C"
9637 #endif
9638 char connect ();
9639 /* The GNU C library defines this for functions which it implements
9640     to always fail with ENOSYS.  Some functions are actually named
9641     something starting with __ and the normal name is an alias.  */
9642 #if defined __stub_connect || defined __stub___connect
9643 choke me
9644 #endif
9645
9646 int
9647 main ()
9648 {
9649 return connect ();
9650   ;
9651   return 0;
9652 }
9653 _ACEOF
9654 rm -f conftest.$ac_objext conftest$ac_exeext
9655 if { (ac_try="$ac_link"
9656 case "(($ac_try" in
9657   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9658   *) ac_try_echo=$ac_try;;
9659 esac
9660 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9661 $as_echo "$ac_try_echo") >&5
9662   (eval "$ac_link") 2>conftest.er1
9663   ac_status=$?
9664   grep -v '^ *+' conftest.er1 >conftest.err
9665   rm -f conftest.er1
9666   cat conftest.err >&5
9667   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9668   (exit $ac_status); } && {
9669          test -z "$ac_c_werror_flag" ||
9670          test ! -s conftest.err
9671        } && test -s conftest$ac_exeext && {
9672          test "$cross_compiling" = yes ||
9673          $as_test_x conftest$ac_exeext
9674        }; then
9675   ac_cv_func_connect=yes
9676 else
9677   $as_echo "$as_me: failed program was:" >&5
9678 sed 's/^/| /' conftest.$ac_ext >&5
9679
9680         ac_cv_func_connect=no
9681 fi
9682
9683 rm -rf conftest.dSYM
9684 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9685       conftest$ac_exeext conftest.$ac_ext
9686 fi
9687 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9688 $as_echo "$ac_cv_func_connect" >&6; }
9689
9690     if test $ac_cv_func_connect = no; then
9691       { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9692 $as_echo_n "checking for connect in -lsocket... " >&6; }
9693 if test "${ac_cv_lib_socket_connect+set}" = set; then
9694   $as_echo_n "(cached) " >&6
9695 else
9696   ac_check_lib_save_LIBS=$LIBS
9697 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9698 cat >conftest.$ac_ext <<_ACEOF
9699 /* confdefs.h.  */
9700 _ACEOF
9701 cat confdefs.h >>conftest.$ac_ext
9702 cat >>conftest.$ac_ext <<_ACEOF
9703 /* end confdefs.h.  */
9704
9705 /* Override any GCC internal prototype to avoid an error.
9706    Use char because int might match the return type of a GCC
9707    builtin and then its argument prototype would still apply.  */
9708 #ifdef __cplusplus
9709 extern "C"
9710 #endif
9711 char connect ();
9712 int
9713 main ()
9714 {
9715 return connect ();
9716   ;
9717   return 0;
9718 }
9719 _ACEOF
9720 rm -f conftest.$ac_objext conftest$ac_exeext
9721 if { (ac_try="$ac_link"
9722 case "(($ac_try" in
9723   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9724   *) ac_try_echo=$ac_try;;
9725 esac
9726 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9727 $as_echo "$ac_try_echo") >&5
9728   (eval "$ac_link") 2>conftest.er1
9729   ac_status=$?
9730   grep -v '^ *+' conftest.er1 >conftest.err
9731   rm -f conftest.er1
9732   cat conftest.err >&5
9733   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9734   (exit $ac_status); } && {
9735          test -z "$ac_c_werror_flag" ||
9736          test ! -s conftest.err
9737        } && test -s conftest$ac_exeext && {
9738          test "$cross_compiling" = yes ||
9739          $as_test_x conftest$ac_exeext
9740        }; then
9741   ac_cv_lib_socket_connect=yes
9742 else
9743   $as_echo "$as_me: failed program was:" >&5
9744 sed 's/^/| /' conftest.$ac_ext >&5
9745
9746         ac_cv_lib_socket_connect=no
9747 fi
9748
9749 rm -rf conftest.dSYM
9750 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9751       conftest$ac_exeext conftest.$ac_ext
9752 LIBS=$ac_check_lib_save_LIBS
9753 fi
9754 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9755 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9756 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9757   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9758 fi
9759
9760     fi
9761
9762     # Guillermo Gomez says -lposix is necessary on A/UX.
9763     { $as_echo "$as_me:$LINENO: checking for remove" >&5
9764 $as_echo_n "checking for remove... " >&6; }
9765 if test "${ac_cv_func_remove+set}" = set; then
9766   $as_echo_n "(cached) " >&6
9767 else
9768   cat >conftest.$ac_ext <<_ACEOF
9769 /* confdefs.h.  */
9770 _ACEOF
9771 cat confdefs.h >>conftest.$ac_ext
9772 cat >>conftest.$ac_ext <<_ACEOF
9773 /* end confdefs.h.  */
9774 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9775    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9776 #define remove innocuous_remove
9777
9778 /* System header to define __stub macros and hopefully few prototypes,
9779     which can conflict with char remove (); below.
9780     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9781     <limits.h> exists even on freestanding compilers.  */
9782
9783 #ifdef __STDC__
9784 # include <limits.h>
9785 #else
9786 # include <assert.h>
9787 #endif
9788
9789 #undef remove
9790
9791 /* Override any GCC internal prototype to avoid an error.
9792    Use char because int might match the return type of a GCC
9793    builtin and then its argument prototype would still apply.  */
9794 #ifdef __cplusplus
9795 extern "C"
9796 #endif
9797 char remove ();
9798 /* The GNU C library defines this for functions which it implements
9799     to always fail with ENOSYS.  Some functions are actually named
9800     something starting with __ and the normal name is an alias.  */
9801 #if defined __stub_remove || defined __stub___remove
9802 choke me
9803 #endif
9804
9805 int
9806 main ()
9807 {
9808 return remove ();
9809   ;
9810   return 0;
9811 }
9812 _ACEOF
9813 rm -f conftest.$ac_objext conftest$ac_exeext
9814 if { (ac_try="$ac_link"
9815 case "(($ac_try" in
9816   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9817   *) ac_try_echo=$ac_try;;
9818 esac
9819 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9820 $as_echo "$ac_try_echo") >&5
9821   (eval "$ac_link") 2>conftest.er1
9822   ac_status=$?
9823   grep -v '^ *+' conftest.er1 >conftest.err
9824   rm -f conftest.er1
9825   cat conftest.err >&5
9826   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9827   (exit $ac_status); } && {
9828          test -z "$ac_c_werror_flag" ||
9829          test ! -s conftest.err
9830        } && test -s conftest$ac_exeext && {
9831          test "$cross_compiling" = yes ||
9832          $as_test_x conftest$ac_exeext
9833        }; then
9834   ac_cv_func_remove=yes
9835 else
9836   $as_echo "$as_me: failed program was:" >&5
9837 sed 's/^/| /' conftest.$ac_ext >&5
9838
9839         ac_cv_func_remove=no
9840 fi
9841
9842 rm -rf conftest.dSYM
9843 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9844       conftest$ac_exeext conftest.$ac_ext
9845 fi
9846 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9847 $as_echo "$ac_cv_func_remove" >&6; }
9848
9849     if test $ac_cv_func_remove = no; then
9850       { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9851 $as_echo_n "checking for remove in -lposix... " >&6; }
9852 if test "${ac_cv_lib_posix_remove+set}" = set; then
9853   $as_echo_n "(cached) " >&6
9854 else
9855   ac_check_lib_save_LIBS=$LIBS
9856 LIBS="-lposix  $LIBS"
9857 cat >conftest.$ac_ext <<_ACEOF
9858 /* confdefs.h.  */
9859 _ACEOF
9860 cat confdefs.h >>conftest.$ac_ext
9861 cat >>conftest.$ac_ext <<_ACEOF
9862 /* end confdefs.h.  */
9863
9864 /* Override any GCC internal prototype to avoid an error.
9865    Use char because int might match the return type of a GCC
9866    builtin and then its argument prototype would still apply.  */
9867 #ifdef __cplusplus
9868 extern "C"
9869 #endif
9870 char remove ();
9871 int
9872 main ()
9873 {
9874 return remove ();
9875   ;
9876   return 0;
9877 }
9878 _ACEOF
9879 rm -f conftest.$ac_objext conftest$ac_exeext
9880 if { (ac_try="$ac_link"
9881 case "(($ac_try" in
9882   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9883   *) ac_try_echo=$ac_try;;
9884 esac
9885 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9886 $as_echo "$ac_try_echo") >&5
9887   (eval "$ac_link") 2>conftest.er1
9888   ac_status=$?
9889   grep -v '^ *+' conftest.er1 >conftest.err
9890   rm -f conftest.er1
9891   cat conftest.err >&5
9892   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9893   (exit $ac_status); } && {
9894          test -z "$ac_c_werror_flag" ||
9895          test ! -s conftest.err
9896        } && test -s conftest$ac_exeext && {
9897          test "$cross_compiling" = yes ||
9898          $as_test_x conftest$ac_exeext
9899        }; then
9900   ac_cv_lib_posix_remove=yes
9901 else
9902   $as_echo "$as_me: failed program was:" >&5
9903 sed 's/^/| /' conftest.$ac_ext >&5
9904
9905         ac_cv_lib_posix_remove=no
9906 fi
9907
9908 rm -rf conftest.dSYM
9909 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9910       conftest$ac_exeext conftest.$ac_ext
9911 LIBS=$ac_check_lib_save_LIBS
9912 fi
9913 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9914 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9915 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9916   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9917 fi
9918
9919     fi
9920
9921     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9922     { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9923 $as_echo_n "checking for shmat... " >&6; }
9924 if test "${ac_cv_func_shmat+set}" = set; then
9925   $as_echo_n "(cached) " >&6
9926 else
9927   cat >conftest.$ac_ext <<_ACEOF
9928 /* confdefs.h.  */
9929 _ACEOF
9930 cat confdefs.h >>conftest.$ac_ext
9931 cat >>conftest.$ac_ext <<_ACEOF
9932 /* end confdefs.h.  */
9933 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9934    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9935 #define shmat innocuous_shmat
9936
9937 /* System header to define __stub macros and hopefully few prototypes,
9938     which can conflict with char shmat (); below.
9939     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9940     <limits.h> exists even on freestanding compilers.  */
9941
9942 #ifdef __STDC__
9943 # include <limits.h>
9944 #else
9945 # include <assert.h>
9946 #endif
9947
9948 #undef shmat
9949
9950 /* Override any GCC internal prototype to avoid an error.
9951    Use char because int might match the return type of a GCC
9952    builtin and then its argument prototype would still apply.  */
9953 #ifdef __cplusplus
9954 extern "C"
9955 #endif
9956 char shmat ();
9957 /* The GNU C library defines this for functions which it implements
9958     to always fail with ENOSYS.  Some functions are actually named
9959     something starting with __ and the normal name is an alias.  */
9960 #if defined __stub_shmat || defined __stub___shmat
9961 choke me
9962 #endif
9963
9964 int
9965 main ()
9966 {
9967 return shmat ();
9968   ;
9969   return 0;
9970 }
9971 _ACEOF
9972 rm -f conftest.$ac_objext conftest$ac_exeext
9973 if { (ac_try="$ac_link"
9974 case "(($ac_try" in
9975   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9976   *) ac_try_echo=$ac_try;;
9977 esac
9978 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9979 $as_echo "$ac_try_echo") >&5
9980   (eval "$ac_link") 2>conftest.er1
9981   ac_status=$?
9982   grep -v '^ *+' conftest.er1 >conftest.err
9983   rm -f conftest.er1
9984   cat conftest.err >&5
9985   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9986   (exit $ac_status); } && {
9987          test -z "$ac_c_werror_flag" ||
9988          test ! -s conftest.err
9989        } && test -s conftest$ac_exeext && {
9990          test "$cross_compiling" = yes ||
9991          $as_test_x conftest$ac_exeext
9992        }; then
9993   ac_cv_func_shmat=yes
9994 else
9995   $as_echo "$as_me: failed program was:" >&5
9996 sed 's/^/| /' conftest.$ac_ext >&5
9997
9998         ac_cv_func_shmat=no
9999 fi
10000
10001 rm -rf conftest.dSYM
10002 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10003       conftest$ac_exeext conftest.$ac_ext
10004 fi
10005 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
10006 $as_echo "$ac_cv_func_shmat" >&6; }
10007
10008     if test $ac_cv_func_shmat = no; then
10009       { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
10010 $as_echo_n "checking for shmat in -lipc... " >&6; }
10011 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
10012   $as_echo_n "(cached) " >&6
10013 else
10014   ac_check_lib_save_LIBS=$LIBS
10015 LIBS="-lipc  $LIBS"
10016 cat >conftest.$ac_ext <<_ACEOF
10017 /* confdefs.h.  */
10018 _ACEOF
10019 cat confdefs.h >>conftest.$ac_ext
10020 cat >>conftest.$ac_ext <<_ACEOF
10021 /* end confdefs.h.  */
10022
10023 /* Override any GCC internal prototype to avoid an error.
10024    Use char because int might match the return type of a GCC
10025    builtin and then its argument prototype would still apply.  */
10026 #ifdef __cplusplus
10027 extern "C"
10028 #endif
10029 char shmat ();
10030 int
10031 main ()
10032 {
10033 return shmat ();
10034   ;
10035   return 0;
10036 }
10037 _ACEOF
10038 rm -f conftest.$ac_objext conftest$ac_exeext
10039 if { (ac_try="$ac_link"
10040 case "(($ac_try" in
10041   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10042   *) ac_try_echo=$ac_try;;
10043 esac
10044 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10045 $as_echo "$ac_try_echo") >&5
10046   (eval "$ac_link") 2>conftest.er1
10047   ac_status=$?
10048   grep -v '^ *+' conftest.er1 >conftest.err
10049   rm -f conftest.er1
10050   cat conftest.err >&5
10051   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10052   (exit $ac_status); } && {
10053          test -z "$ac_c_werror_flag" ||
10054          test ! -s conftest.err
10055        } && test -s conftest$ac_exeext && {
10056          test "$cross_compiling" = yes ||
10057          $as_test_x conftest$ac_exeext
10058        }; then
10059   ac_cv_lib_ipc_shmat=yes
10060 else
10061   $as_echo "$as_me: failed program was:" >&5
10062 sed 's/^/| /' conftest.$ac_ext >&5
10063
10064         ac_cv_lib_ipc_shmat=no
10065 fi
10066
10067 rm -rf conftest.dSYM
10068 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10069       conftest$ac_exeext conftest.$ac_ext
10070 LIBS=$ac_check_lib_save_LIBS
10071 fi
10072 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
10073 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
10074 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
10075   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
10076 fi
10077
10078     fi
10079   fi
10080
10081   # Check for libraries that X11R6 Xt/Xaw programs need.
10082   ac_save_LDFLAGS=$LDFLAGS
10083   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
10084   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
10085   # check for ICE first), but we must link in the order -lSM -lICE or
10086   # we get undefined symbols.  So assume we have SM if we have ICE.
10087   # These have to be linked with before -lX11, unlike the other
10088   # libraries we check for below, so use a different variable.
10089   # John Interrante, Karl Berry
10090   { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
10091 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
10092 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
10093   $as_echo_n "(cached) " >&6
10094 else
10095   ac_check_lib_save_LIBS=$LIBS
10096 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
10097 cat >conftest.$ac_ext <<_ACEOF
10098 /* confdefs.h.  */
10099 _ACEOF
10100 cat confdefs.h >>conftest.$ac_ext
10101 cat >>conftest.$ac_ext <<_ACEOF
10102 /* end confdefs.h.  */
10103
10104 /* Override any GCC internal prototype to avoid an error.
10105    Use char because int might match the return type of a GCC
10106    builtin and then its argument prototype would still apply.  */
10107 #ifdef __cplusplus
10108 extern "C"
10109 #endif
10110 char IceConnectionNumber ();
10111 int
10112 main ()
10113 {
10114 return IceConnectionNumber ();
10115   ;
10116   return 0;
10117 }
10118 _ACEOF
10119 rm -f conftest.$ac_objext conftest$ac_exeext
10120 if { (ac_try="$ac_link"
10121 case "(($ac_try" in
10122   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10123   *) ac_try_echo=$ac_try;;
10124 esac
10125 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10126 $as_echo "$ac_try_echo") >&5
10127   (eval "$ac_link") 2>conftest.er1
10128   ac_status=$?
10129   grep -v '^ *+' conftest.er1 >conftest.err
10130   rm -f conftest.er1
10131   cat conftest.err >&5
10132   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10133   (exit $ac_status); } && {
10134          test -z "$ac_c_werror_flag" ||
10135          test ! -s conftest.err
10136        } && test -s conftest$ac_exeext && {
10137          test "$cross_compiling" = yes ||
10138          $as_test_x conftest$ac_exeext
10139        }; then
10140   ac_cv_lib_ICE_IceConnectionNumber=yes
10141 else
10142   $as_echo "$as_me: failed program was:" >&5
10143 sed 's/^/| /' conftest.$ac_ext >&5
10144
10145         ac_cv_lib_ICE_IceConnectionNumber=no
10146 fi
10147
10148 rm -rf conftest.dSYM
10149 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10150       conftest$ac_exeext conftest.$ac_ext
10151 LIBS=$ac_check_lib_save_LIBS
10152 fi
10153 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
10154 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
10155 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
10156   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
10157 fi
10158
10159   LDFLAGS=$ac_save_LDFLAGS
10160
10161 fi
10162
10163
10164 if test "$have_x" = "yes"
10165 then
10166     XLIB="-lXext -lX11"
10167     ac_save_CPPFLAGS="$CPPFLAGS"
10168     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10169
10170     { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
10171 $as_echo_n "checking for -lX11... " >&6; }
10172 if test "${ac_cv_lib_soname_X11+set}" = set; then
10173   $as_echo_n "(cached) " >&6
10174 else
10175   ac_check_soname_save_LIBS=$LIBS
10176 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10177   cat >conftest.$ac_ext <<_ACEOF
10178 /* confdefs.h.  */
10179 _ACEOF
10180 cat confdefs.h >>conftest.$ac_ext
10181 cat >>conftest.$ac_ext <<_ACEOF
10182 /* end confdefs.h.  */
10183
10184 /* Override any GCC internal prototype to avoid an error.
10185    Use char because int might match the return type of a GCC
10186    builtin and then its argument prototype would still apply.  */
10187 #ifdef __cplusplus
10188 extern "C"
10189 #endif
10190 char XCreateWindow ();
10191 int
10192 main ()
10193 {
10194 return XCreateWindow ();
10195   ;
10196   return 0;
10197 }
10198 _ACEOF
10199 rm -f conftest.$ac_objext conftest$ac_exeext
10200 if { (ac_try="$ac_link"
10201 case "(($ac_try" in
10202   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10203   *) ac_try_echo=$ac_try;;
10204 esac
10205 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10206 $as_echo "$ac_try_echo") >&5
10207   (eval "$ac_link") 2>conftest.er1
10208   ac_status=$?
10209   grep -v '^ *+' conftest.er1 >conftest.err
10210   rm -f conftest.er1
10211   cat conftest.err >&5
10212   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10213   (exit $ac_status); } && {
10214          test -z "$ac_c_werror_flag" ||
10215          test ! -s conftest.err
10216        } && test -s conftest$ac_exeext && {
10217          test "$cross_compiling" = yes ||
10218          $as_test_x conftest$ac_exeext
10219        }; then
10220   case "$LIBEXT" in
10221     dll) ;;
10222     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'` ;;
10223     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10224   esac
10225 else
10226   $as_echo "$as_me: failed program was:" >&5
10227 sed 's/^/| /' conftest.$ac_ext >&5
10228
10229
10230 fi
10231
10232 rm -rf conftest.dSYM
10233 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10234       conftest$ac_exeext conftest.$ac_ext
10235   LIBS=$ac_check_soname_save_LIBS
10236 fi
10237 if test "x$ac_cv_lib_soname_X11" = "x"; then
10238   { $as_echo "$as_me:$LINENO: result: not found" >&5
10239 $as_echo "not found" >&6; }
10240
10241 else
10242   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10243 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10244
10245 cat >>confdefs.h <<_ACEOF
10246 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10247 _ACEOF
10248
10249
10250 fi
10251
10252     { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10253 $as_echo_n "checking for -lXext... " >&6; }
10254 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10255   $as_echo_n "(cached) " >&6
10256 else
10257   ac_check_soname_save_LIBS=$LIBS
10258 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10259   cat >conftest.$ac_ext <<_ACEOF
10260 /* confdefs.h.  */
10261 _ACEOF
10262 cat confdefs.h >>conftest.$ac_ext
10263 cat >>conftest.$ac_ext <<_ACEOF
10264 /* end confdefs.h.  */
10265
10266 /* Override any GCC internal prototype to avoid an error.
10267    Use char because int might match the return type of a GCC
10268    builtin and then its argument prototype would still apply.  */
10269 #ifdef __cplusplus
10270 extern "C"
10271 #endif
10272 char XextCreateExtension ();
10273 int
10274 main ()
10275 {
10276 return XextCreateExtension ();
10277   ;
10278   return 0;
10279 }
10280 _ACEOF
10281 rm -f conftest.$ac_objext conftest$ac_exeext
10282 if { (ac_try="$ac_link"
10283 case "(($ac_try" in
10284   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10285   *) ac_try_echo=$ac_try;;
10286 esac
10287 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10288 $as_echo "$ac_try_echo") >&5
10289   (eval "$ac_link") 2>conftest.er1
10290   ac_status=$?
10291   grep -v '^ *+' conftest.er1 >conftest.err
10292   rm -f conftest.er1
10293   cat conftest.err >&5
10294   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10295   (exit $ac_status); } && {
10296          test -z "$ac_c_werror_flag" ||
10297          test ! -s conftest.err
10298        } && test -s conftest$ac_exeext && {
10299          test "$cross_compiling" = yes ||
10300          $as_test_x conftest$ac_exeext
10301        }; then
10302   case "$LIBEXT" in
10303     dll) ;;
10304     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'` ;;
10305     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10306   esac
10307 else
10308   $as_echo "$as_me: failed program was:" >&5
10309 sed 's/^/| /' conftest.$ac_ext >&5
10310
10311
10312 fi
10313
10314 rm -rf conftest.dSYM
10315 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10316       conftest$ac_exeext conftest.$ac_ext
10317   LIBS=$ac_check_soname_save_LIBS
10318 fi
10319 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10320   { $as_echo "$as_me:$LINENO: result: not found" >&5
10321 $as_echo "not found" >&6; }
10322
10323 else
10324   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10325 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10326
10327 cat >>confdefs.h <<_ACEOF
10328 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10329 _ACEOF
10330
10331
10332 fi
10333
10334
10335
10336
10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347 for ac_header in X11/Xlib.h \
10348                       X11/XKBlib.h \
10349                       X11/Xutil.h \
10350                       X11/Xcursor/Xcursor.h \
10351                       X11/extensions/shape.h \
10352                       X11/extensions/XInput.h \
10353                       X11/extensions/XShm.h \
10354                       X11/extensions/Xcomposite.h \
10355                       X11/extensions/Xinerama.h \
10356                       X11/extensions/Xrandr.h \
10357                       X11/extensions/Xrender.h \
10358                       X11/extensions/xf86vmode.h
10359 do
10360 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10361 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10362 $as_echo_n "checking for $ac_header... " >&6; }
10363 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10364   $as_echo_n "(cached) " >&6
10365 else
10366   cat >conftest.$ac_ext <<_ACEOF
10367 /* confdefs.h.  */
10368 _ACEOF
10369 cat confdefs.h >>conftest.$ac_ext
10370 cat >>conftest.$ac_ext <<_ACEOF
10371 /* end confdefs.h.  */
10372 #ifdef HAVE_X11_XLIB_H
10373 # include <X11/Xlib.h>
10374 #endif
10375 #ifdef HAVE_X11_XUTIL_H
10376 # include <X11/Xutil.h>
10377 #endif
10378
10379 #include <$ac_header>
10380 _ACEOF
10381 rm -f conftest.$ac_objext
10382 if { (ac_try="$ac_compile"
10383 case "(($ac_try" in
10384   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10385   *) ac_try_echo=$ac_try;;
10386 esac
10387 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10388 $as_echo "$ac_try_echo") >&5
10389   (eval "$ac_compile") 2>conftest.er1
10390   ac_status=$?
10391   grep -v '^ *+' conftest.er1 >conftest.err
10392   rm -f conftest.er1
10393   cat conftest.err >&5
10394   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10395   (exit $ac_status); } && {
10396          test -z "$ac_c_werror_flag" ||
10397          test ! -s conftest.err
10398        } && test -s conftest.$ac_objext; then
10399   eval "$as_ac_Header=yes"
10400 else
10401   $as_echo "$as_me: failed program was:" >&5
10402 sed 's/^/| /' conftest.$ac_ext >&5
10403
10404         eval "$as_ac_Header=no"
10405 fi
10406
10407 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10408 fi
10409 ac_res=`eval 'as_val=${'$as_ac_Header'}
10410                  $as_echo "$as_val"'`
10411                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10412 $as_echo "$ac_res" >&6; }
10413 as_val=`eval 'as_val=${'$as_ac_Header'}
10414                  $as_echo "$as_val"'`
10415    if test "x$as_val" = x""yes; then
10416   cat >>confdefs.h <<_ACEOF
10417 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10418 _ACEOF
10419
10420 fi
10421
10422 done
10423
10424
10425                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10426         then
10427               { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10428 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10429 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10430   $as_echo_n "(cached) " >&6
10431 else
10432   ac_check_lib_save_LIBS=$LIBS
10433 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10434 cat >conftest.$ac_ext <<_ACEOF
10435 /* confdefs.h.  */
10436 _ACEOF
10437 cat confdefs.h >>conftest.$ac_ext
10438 cat >>conftest.$ac_ext <<_ACEOF
10439 /* end confdefs.h.  */
10440
10441 /* Override any GCC internal prototype to avoid an error.
10442    Use char because int might match the return type of a GCC
10443    builtin and then its argument prototype would still apply.  */
10444 #ifdef __cplusplus
10445 extern "C"
10446 #endif
10447 char XkbQueryExtension ();
10448 int
10449 main ()
10450 {
10451 return XkbQueryExtension ();
10452   ;
10453   return 0;
10454 }
10455 _ACEOF
10456 rm -f conftest.$ac_objext conftest$ac_exeext
10457 if { (ac_try="$ac_link"
10458 case "(($ac_try" in
10459   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10460   *) ac_try_echo=$ac_try;;
10461 esac
10462 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10463 $as_echo "$ac_try_echo") >&5
10464   (eval "$ac_link") 2>conftest.er1
10465   ac_status=$?
10466   grep -v '^ *+' conftest.er1 >conftest.err
10467   rm -f conftest.er1
10468   cat conftest.err >&5
10469   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10470   (exit $ac_status); } && {
10471          test -z "$ac_c_werror_flag" ||
10472          test ! -s conftest.err
10473        } && test -s conftest$ac_exeext && {
10474          test "$cross_compiling" = yes ||
10475          $as_test_x conftest$ac_exeext
10476        }; then
10477   ac_cv_lib_X11_XkbQueryExtension=yes
10478 else
10479   $as_echo "$as_me: failed program was:" >&5
10480 sed 's/^/| /' conftest.$ac_ext >&5
10481
10482         ac_cv_lib_X11_XkbQueryExtension=no
10483 fi
10484
10485 rm -rf conftest.dSYM
10486 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10487       conftest$ac_exeext conftest.$ac_ext
10488 LIBS=$ac_check_lib_save_LIBS
10489 fi
10490 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10491 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10492 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10493
10494 cat >>confdefs.h <<\_ACEOF
10495 #define HAVE_XKB 1
10496 _ACEOF
10497
10498 fi
10499
10500         fi
10501
10502                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10503         then
10504             { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10505 $as_echo_n "checking for -lXcursor... " >&6; }
10506 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10507   $as_echo_n "(cached) " >&6
10508 else
10509   ac_check_soname_save_LIBS=$LIBS
10510 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10511   cat >conftest.$ac_ext <<_ACEOF
10512 /* confdefs.h.  */
10513 _ACEOF
10514 cat confdefs.h >>conftest.$ac_ext
10515 cat >>conftest.$ac_ext <<_ACEOF
10516 /* end confdefs.h.  */
10517
10518 /* Override any GCC internal prototype to avoid an error.
10519    Use char because int might match the return type of a GCC
10520    builtin and then its argument prototype would still apply.  */
10521 #ifdef __cplusplus
10522 extern "C"
10523 #endif
10524 char XcursorImageLoadCursor ();
10525 int
10526 main ()
10527 {
10528 return XcursorImageLoadCursor ();
10529   ;
10530   return 0;
10531 }
10532 _ACEOF
10533 rm -f conftest.$ac_objext conftest$ac_exeext
10534 if { (ac_try="$ac_link"
10535 case "(($ac_try" in
10536   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10537   *) ac_try_echo=$ac_try;;
10538 esac
10539 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10540 $as_echo "$ac_try_echo") >&5
10541   (eval "$ac_link") 2>conftest.er1
10542   ac_status=$?
10543   grep -v '^ *+' conftest.er1 >conftest.err
10544   rm -f conftest.er1
10545   cat conftest.err >&5
10546   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10547   (exit $ac_status); } && {
10548          test -z "$ac_c_werror_flag" ||
10549          test ! -s conftest.err
10550        } && test -s conftest$ac_exeext && {
10551          test "$cross_compiling" = yes ||
10552          $as_test_x conftest$ac_exeext
10553        }; then
10554   case "$LIBEXT" in
10555     dll) ;;
10556     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'` ;;
10557     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10558   esac
10559 else
10560   $as_echo "$as_me: failed program was:" >&5
10561 sed 's/^/| /' conftest.$ac_ext >&5
10562
10563
10564 fi
10565
10566 rm -rf conftest.dSYM
10567 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10568       conftest$ac_exeext conftest.$ac_ext
10569   LIBS=$ac_check_soname_save_LIBS
10570 fi
10571 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10572   { $as_echo "$as_me:$LINENO: result: not found" >&5
10573 $as_echo "not found" >&6; }
10574
10575 else
10576   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10577 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10578
10579 cat >>confdefs.h <<_ACEOF
10580 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10581 _ACEOF
10582
10583
10584 fi
10585
10586         fi
10587         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10588   case "x$with_xcursor" in
10589   x)   wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10590   xno) ;;
10591   *)   { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10592 This is an error since --with-xcursor was requested." >&5
10593 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10594 This is an error since --with-xcursor was requested." >&2;}
10595    { (exit 1); exit 1; }; } ;;
10596 esac
10597 fi
10598
10599
10600                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10601         then
10602             { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10603 $as_echo_n "checking for -lXi... " >&6; }
10604 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10605   $as_echo_n "(cached) " >&6
10606 else
10607   ac_check_soname_save_LIBS=$LIBS
10608 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10609   cat >conftest.$ac_ext <<_ACEOF
10610 /* confdefs.h.  */
10611 _ACEOF
10612 cat confdefs.h >>conftest.$ac_ext
10613 cat >>conftest.$ac_ext <<_ACEOF
10614 /* end confdefs.h.  */
10615
10616 /* Override any GCC internal prototype to avoid an error.
10617    Use char because int might match the return type of a GCC
10618    builtin and then its argument prototype would still apply.  */
10619 #ifdef __cplusplus
10620 extern "C"
10621 #endif
10622 char XOpenDevice ();
10623 int
10624 main ()
10625 {
10626 return XOpenDevice ();
10627   ;
10628   return 0;
10629 }
10630 _ACEOF
10631 rm -f conftest.$ac_objext conftest$ac_exeext
10632 if { (ac_try="$ac_link"
10633 case "(($ac_try" in
10634   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10635   *) ac_try_echo=$ac_try;;
10636 esac
10637 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10638 $as_echo "$ac_try_echo") >&5
10639   (eval "$ac_link") 2>conftest.er1
10640   ac_status=$?
10641   grep -v '^ *+' conftest.er1 >conftest.err
10642   rm -f conftest.er1
10643   cat conftest.err >&5
10644   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10645   (exit $ac_status); } && {
10646          test -z "$ac_c_werror_flag" ||
10647          test ! -s conftest.err
10648        } && test -s conftest$ac_exeext && {
10649          test "$cross_compiling" = yes ||
10650          $as_test_x conftest$ac_exeext
10651        }; then
10652   case "$LIBEXT" in
10653     dll) ;;
10654     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'` ;;
10655     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10656   esac
10657 else
10658   $as_echo "$as_me: failed program was:" >&5
10659 sed 's/^/| /' conftest.$ac_ext >&5
10660
10661
10662 fi
10663
10664 rm -rf conftest.dSYM
10665 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10666       conftest$ac_exeext conftest.$ac_ext
10667   LIBS=$ac_check_soname_save_LIBS
10668 fi
10669 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10670   { $as_echo "$as_me:$LINENO: result: not found" >&5
10671 $as_echo "not found" >&6; }
10672
10673 else
10674   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10675 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10676
10677 cat >>confdefs.h <<_ACEOF
10678 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10679 _ACEOF
10680
10681
10682 fi
10683
10684         fi
10685         if test "x$ac_cv_lib_soname_Xi" = "x"; then
10686   case "x$with_xinput" in
10687   x)   wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10688   xno) ;;
10689   *)   { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10690 This is an error since --with-xinput was requested." >&5
10691 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10692 This is an error since --with-xinput was requested." >&2;}
10693    { (exit 1); exit 1; }; } ;;
10694 esac
10695 fi
10696
10697
10698                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10699         then
10700               { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10701 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10702 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10703   $as_echo_n "(cached) " >&6
10704 else
10705   ac_check_lib_save_LIBS=$LIBS
10706 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10707 cat >conftest.$ac_ext <<_ACEOF
10708 /* confdefs.h.  */
10709 _ACEOF
10710 cat confdefs.h >>conftest.$ac_ext
10711 cat >>conftest.$ac_ext <<_ACEOF
10712 /* end confdefs.h.  */
10713
10714 /* Override any GCC internal prototype to avoid an error.
10715    Use char because int might match the return type of a GCC
10716    builtin and then its argument prototype would still apply.  */
10717 #ifdef __cplusplus
10718 extern "C"
10719 #endif
10720 char XShmQueryExtension ();
10721 int
10722 main ()
10723 {
10724 return XShmQueryExtension ();
10725   ;
10726   return 0;
10727 }
10728 _ACEOF
10729 rm -f conftest.$ac_objext conftest$ac_exeext
10730 if { (ac_try="$ac_link"
10731 case "(($ac_try" in
10732   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10733   *) ac_try_echo=$ac_try;;
10734 esac
10735 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10736 $as_echo "$ac_try_echo") >&5
10737   (eval "$ac_link") 2>conftest.er1
10738   ac_status=$?
10739   grep -v '^ *+' conftest.er1 >conftest.err
10740   rm -f conftest.er1
10741   cat conftest.err >&5
10742   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10743   (exit $ac_status); } && {
10744          test -z "$ac_c_werror_flag" ||
10745          test ! -s conftest.err
10746        } && test -s conftest$ac_exeext && {
10747          test "$cross_compiling" = yes ||
10748          $as_test_x conftest$ac_exeext
10749        }; then
10750   ac_cv_lib_Xext_XShmQueryExtension=yes
10751 else
10752   $as_echo "$as_me: failed program was:" >&5
10753 sed 's/^/| /' conftest.$ac_ext >&5
10754
10755         ac_cv_lib_Xext_XShmQueryExtension=no
10756 fi
10757
10758 rm -rf conftest.dSYM
10759 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10760       conftest$ac_exeext conftest.$ac_ext
10761 LIBS=$ac_check_lib_save_LIBS
10762 fi
10763 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10764 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10765 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10766
10767 cat >>confdefs.h <<\_ACEOF
10768 #define HAVE_LIBXXSHM 1
10769 _ACEOF
10770
10771 fi
10772
10773         fi
10774         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10775   case "x$with_xshm" in
10776   x)   wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10777   xno) ;;
10778   *)   { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10779 This is an error since --with-xshm was requested." >&5
10780 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10781 This is an error since --with-xshm was requested." >&2;}
10782    { (exit 1); exit 1; }; } ;;
10783 esac
10784 fi
10785
10786
10787                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10788         then
10789               { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10790 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10791 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10792   $as_echo_n "(cached) " >&6
10793 else
10794   ac_check_lib_save_LIBS=$LIBS
10795 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10796 cat >conftest.$ac_ext <<_ACEOF
10797 /* confdefs.h.  */
10798 _ACEOF
10799 cat confdefs.h >>conftest.$ac_ext
10800 cat >>conftest.$ac_ext <<_ACEOF
10801 /* end confdefs.h.  */
10802
10803 /* Override any GCC internal prototype to avoid an error.
10804    Use char because int might match the return type of a GCC
10805    builtin and then its argument prototype would still apply.  */
10806 #ifdef __cplusplus
10807 extern "C"
10808 #endif
10809 char XShapeQueryExtension ();
10810 int
10811 main ()
10812 {
10813 return XShapeQueryExtension ();
10814   ;
10815   return 0;
10816 }
10817 _ACEOF
10818 rm -f conftest.$ac_objext conftest$ac_exeext
10819 if { (ac_try="$ac_link"
10820 case "(($ac_try" in
10821   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10822   *) ac_try_echo=$ac_try;;
10823 esac
10824 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10825 $as_echo "$ac_try_echo") >&5
10826   (eval "$ac_link") 2>conftest.er1
10827   ac_status=$?
10828   grep -v '^ *+' conftest.er1 >conftest.err
10829   rm -f conftest.er1
10830   cat conftest.err >&5
10831   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10832   (exit $ac_status); } && {
10833          test -z "$ac_c_werror_flag" ||
10834          test ! -s conftest.err
10835        } && test -s conftest$ac_exeext && {
10836          test "$cross_compiling" = yes ||
10837          $as_test_x conftest$ac_exeext
10838        }; then
10839   ac_cv_lib_Xext_XShapeQueryExtension=yes
10840 else
10841   $as_echo "$as_me: failed program was:" >&5
10842 sed 's/^/| /' conftest.$ac_ext >&5
10843
10844         ac_cv_lib_Xext_XShapeQueryExtension=no
10845 fi
10846
10847 rm -rf conftest.dSYM
10848 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10849       conftest$ac_exeext conftest.$ac_ext
10850 LIBS=$ac_check_lib_save_LIBS
10851 fi
10852 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10853 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10854 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10855
10856 cat >>confdefs.h <<\_ACEOF
10857 #define HAVE_LIBXSHAPE 1
10858 _ACEOF
10859
10860 fi
10861
10862         fi
10863         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10864   case "x$with_xshape" in
10865   x)   wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10866   xno) ;;
10867   *)   { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10868 This is an error since --with-xshape was requested." >&5
10869 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10870 This is an error since --with-xshape was requested." >&2;}
10871    { (exit 1); exit 1; }; } ;;
10872 esac
10873 fi
10874
10875
10876                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10877         then
10878             { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10879 $as_echo_n "checking for -lXxf86vm... " >&6; }
10880 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10881   $as_echo_n "(cached) " >&6
10882 else
10883   ac_check_soname_save_LIBS=$LIBS
10884 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10885   cat >conftest.$ac_ext <<_ACEOF
10886 /* confdefs.h.  */
10887 _ACEOF
10888 cat confdefs.h >>conftest.$ac_ext
10889 cat >>conftest.$ac_ext <<_ACEOF
10890 /* end confdefs.h.  */
10891
10892 /* Override any GCC internal prototype to avoid an error.
10893    Use char because int might match the return type of a GCC
10894    builtin and then its argument prototype would still apply.  */
10895 #ifdef __cplusplus
10896 extern "C"
10897 #endif
10898 char XF86VidModeQueryExtension ();
10899 int
10900 main ()
10901 {
10902 return XF86VidModeQueryExtension ();
10903   ;
10904   return 0;
10905 }
10906 _ACEOF
10907 rm -f conftest.$ac_objext conftest$ac_exeext
10908 if { (ac_try="$ac_link"
10909 case "(($ac_try" in
10910   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10911   *) ac_try_echo=$ac_try;;
10912 esac
10913 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10914 $as_echo "$ac_try_echo") >&5
10915   (eval "$ac_link") 2>conftest.er1
10916   ac_status=$?
10917   grep -v '^ *+' conftest.er1 >conftest.err
10918   rm -f conftest.er1
10919   cat conftest.err >&5
10920   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10921   (exit $ac_status); } && {
10922          test -z "$ac_c_werror_flag" ||
10923          test ! -s conftest.err
10924        } && test -s conftest$ac_exeext && {
10925          test "$cross_compiling" = yes ||
10926          $as_test_x conftest$ac_exeext
10927        }; then
10928   case "$LIBEXT" in
10929     dll) ;;
10930     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'` ;;
10931     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10932   esac
10933 else
10934   $as_echo "$as_me: failed program was:" >&5
10935 sed 's/^/| /' conftest.$ac_ext >&5
10936
10937
10938 fi
10939
10940 rm -rf conftest.dSYM
10941 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10942       conftest$ac_exeext conftest.$ac_ext
10943   LIBS=$ac_check_soname_save_LIBS
10944 fi
10945 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10946   { $as_echo "$as_me:$LINENO: result: not found" >&5
10947 $as_echo "not found" >&6; }
10948
10949 else
10950   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10951 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10952
10953 cat >>confdefs.h <<_ACEOF
10954 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10955 _ACEOF
10956
10957
10958 fi
10959
10960         fi
10961         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10962   case "x$with_xxf86vm" in
10963   x)   wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10964   xno) ;;
10965   *)   { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10966 This is an error since --with-xxf86vm was requested." >&5
10967 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10968 This is an error since --with-xxf86vm was requested." >&2;}
10969    { (exit 1); exit 1; }; } ;;
10970 esac
10971 fi
10972
10973
10974                 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"
10975         then
10976             { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10977 $as_echo_n "checking for -lXrender... " >&6; }
10978 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10979   $as_echo_n "(cached) " >&6
10980 else
10981   ac_check_soname_save_LIBS=$LIBS
10982 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
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
10990 /* Override any GCC internal prototype to avoid an error.
10991    Use char because int might match the return type of a GCC
10992    builtin and then its argument prototype would still apply.  */
10993 #ifdef __cplusplus
10994 extern "C"
10995 #endif
10996 char XRenderQueryExtension ();
10997 int
10998 main ()
10999 {
11000 return XRenderQueryExtension ();
11001   ;
11002   return 0;
11003 }
11004 _ACEOF
11005 rm -f conftest.$ac_objext conftest$ac_exeext
11006 if { (ac_try="$ac_link"
11007 case "(($ac_try" in
11008   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11009   *) ac_try_echo=$ac_try;;
11010 esac
11011 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11012 $as_echo "$ac_try_echo") >&5
11013   (eval "$ac_link") 2>conftest.er1
11014   ac_status=$?
11015   grep -v '^ *+' conftest.er1 >conftest.err
11016   rm -f conftest.er1
11017   cat conftest.err >&5
11018   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11019   (exit $ac_status); } && {
11020          test -z "$ac_c_werror_flag" ||
11021          test ! -s conftest.err
11022        } && test -s conftest$ac_exeext && {
11023          test "$cross_compiling" = yes ||
11024          $as_test_x conftest$ac_exeext
11025        }; then
11026   case "$LIBEXT" in
11027     dll) ;;
11028     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'` ;;
11029     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
11030   esac
11031 else
11032   $as_echo "$as_me: failed program was:" >&5
11033 sed 's/^/| /' conftest.$ac_ext >&5
11034
11035
11036 fi
11037
11038 rm -rf conftest.dSYM
11039 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11040       conftest$ac_exeext conftest.$ac_ext
11041   LIBS=$ac_check_soname_save_LIBS
11042 fi
11043 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
11044   { $as_echo "$as_me:$LINENO: result: not found" >&5
11045 $as_echo "not found" >&6; }
11046
11047 else
11048   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
11049 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
11050
11051 cat >>confdefs.h <<_ACEOF
11052 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
11053 _ACEOF
11054
11055        { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
11056 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
11057 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
11058   $as_echo_n "(cached) " >&6
11059 else
11060   ac_check_lib_save_LIBS=$LIBS
11061 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11062 cat >conftest.$ac_ext <<_ACEOF
11063 /* confdefs.h.  */
11064 _ACEOF
11065 cat confdefs.h >>conftest.$ac_ext
11066 cat >>conftest.$ac_ext <<_ACEOF
11067 /* end confdefs.h.  */
11068
11069 /* Override any GCC internal prototype to avoid an error.
11070    Use char because int might match the return type of a GCC
11071    builtin and then its argument prototype would still apply.  */
11072 #ifdef __cplusplus
11073 extern "C"
11074 #endif
11075 char XRenderSetPictureTransform ();
11076 int
11077 main ()
11078 {
11079 return XRenderSetPictureTransform ();
11080   ;
11081   return 0;
11082 }
11083 _ACEOF
11084 rm -f conftest.$ac_objext conftest$ac_exeext
11085 if { (ac_try="$ac_link"
11086 case "(($ac_try" in
11087   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11088   *) ac_try_echo=$ac_try;;
11089 esac
11090 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11091 $as_echo "$ac_try_echo") >&5
11092   (eval "$ac_link") 2>conftest.er1
11093   ac_status=$?
11094   grep -v '^ *+' conftest.er1 >conftest.err
11095   rm -f conftest.er1
11096   cat conftest.err >&5
11097   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11098   (exit $ac_status); } && {
11099          test -z "$ac_c_werror_flag" ||
11100          test ! -s conftest.err
11101        } && test -s conftest$ac_exeext && {
11102          test "$cross_compiling" = yes ||
11103          $as_test_x conftest$ac_exeext
11104        }; then
11105   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
11106 else
11107   $as_echo "$as_me: failed program was:" >&5
11108 sed 's/^/| /' conftest.$ac_ext >&5
11109
11110         ac_cv_lib_Xrender_XRenderSetPictureTransform=no
11111 fi
11112
11113 rm -rf conftest.dSYM
11114 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11115       conftest$ac_exeext conftest.$ac_ext
11116 LIBS=$ac_check_lib_save_LIBS
11117 fi
11118 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
11119 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
11120 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
11121
11122 cat >>confdefs.h <<\_ACEOF
11123 #define HAVE_XRENDERSETPICTURETRANSFORM 1
11124 _ACEOF
11125
11126 fi
11127
11128 fi
11129
11130
11131         fi
11132         if test "x$ac_cv_lib_soname_Xrender" = "x"; then
11133   case "x$with_xrender" in
11134   x)   wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
11135   xno) ;;
11136   *)   { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11137 This is an error since --with-xrender was requested." >&5
11138 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11139 This is an error since --with-xrender was requested." >&2;}
11140    { (exit 1); exit 1; }; } ;;
11141 esac
11142 fi
11143
11144
11145                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
11146         then
11147                 cat >conftest.$ac_ext <<_ACEOF
11148 /* confdefs.h.  */
11149 _ACEOF
11150 cat confdefs.h >>conftest.$ac_ext
11151 cat >>conftest.$ac_ext <<_ACEOF
11152 /* end confdefs.h.  */
11153 #include <X11/Xlib.h>
11154 #include <X11/extensions/Xrandr.h>
11155 int
11156 main ()
11157 {
11158 static typeof(XRRSetScreenConfigAndRate) * func;
11159   ;
11160   return 0;
11161 }
11162 _ACEOF
11163 rm -f conftest.$ac_objext
11164 if { (ac_try="$ac_compile"
11165 case "(($ac_try" in
11166   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11167   *) ac_try_echo=$ac_try;;
11168 esac
11169 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11170 $as_echo "$ac_try_echo") >&5
11171   (eval "$ac_compile") 2>conftest.er1
11172   ac_status=$?
11173   grep -v '^ *+' conftest.er1 >conftest.err
11174   rm -f conftest.er1
11175   cat conftest.err >&5
11176   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11177   (exit $ac_status); } && {
11178          test -z "$ac_c_werror_flag" ||
11179          test ! -s conftest.err
11180        } && test -s conftest.$ac_objext; then
11181   { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
11182 $as_echo_n "checking for -lXrandr... " >&6; }
11183 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
11184   $as_echo_n "(cached) " >&6
11185 else
11186   ac_check_soname_save_LIBS=$LIBS
11187 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11188   cat >conftest.$ac_ext <<_ACEOF
11189 /* confdefs.h.  */
11190 _ACEOF
11191 cat confdefs.h >>conftest.$ac_ext
11192 cat >>conftest.$ac_ext <<_ACEOF
11193 /* end confdefs.h.  */
11194
11195 /* Override any GCC internal prototype to avoid an error.
11196    Use char because int might match the return type of a GCC
11197    builtin and then its argument prototype would still apply.  */
11198 #ifdef __cplusplus
11199 extern "C"
11200 #endif
11201 char XRRQueryExtension ();
11202 int
11203 main ()
11204 {
11205 return XRRQueryExtension ();
11206   ;
11207   return 0;
11208 }
11209 _ACEOF
11210 rm -f conftest.$ac_objext conftest$ac_exeext
11211 if { (ac_try="$ac_link"
11212 case "(($ac_try" in
11213   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11214   *) ac_try_echo=$ac_try;;
11215 esac
11216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11217 $as_echo "$ac_try_echo") >&5
11218   (eval "$ac_link") 2>conftest.er1
11219   ac_status=$?
11220   grep -v '^ *+' conftest.er1 >conftest.err
11221   rm -f conftest.er1
11222   cat conftest.err >&5
11223   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11224   (exit $ac_status); } && {
11225          test -z "$ac_c_werror_flag" ||
11226          test ! -s conftest.err
11227        } && test -s conftest$ac_exeext && {
11228          test "$cross_compiling" = yes ||
11229          $as_test_x conftest$ac_exeext
11230        }; then
11231   case "$LIBEXT" in
11232     dll) ;;
11233     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'` ;;
11234     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
11235   esac
11236 else
11237   $as_echo "$as_me: failed program was:" >&5
11238 sed 's/^/| /' conftest.$ac_ext >&5
11239
11240
11241 fi
11242
11243 rm -rf conftest.dSYM
11244 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11245       conftest$ac_exeext conftest.$ac_ext
11246   LIBS=$ac_check_soname_save_LIBS
11247 fi
11248 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11249   { $as_echo "$as_me:$LINENO: result: not found" >&5
11250 $as_echo "not found" >&6; }
11251
11252 else
11253   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11254 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11255
11256 cat >>confdefs.h <<_ACEOF
11257 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11258 _ACEOF
11259
11260
11261 fi
11262
11263 else
11264   $as_echo "$as_me: failed program was:" >&5
11265 sed 's/^/| /' conftest.$ac_ext >&5
11266
11267
11268 fi
11269
11270 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11271         fi
11272         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11273   case "x$with_xrandr" in
11274   x)   wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11275   xno) ;;
11276   *)   { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11277 This is an error since --with-xrandr was requested." >&5
11278 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11279 This is an error since --with-xrandr was requested." >&2;}
11280    { (exit 1); exit 1; }; } ;;
11281 esac
11282 fi
11283
11284
11285                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11286         then
11287                 cat >conftest.$ac_ext <<_ACEOF
11288 /* confdefs.h.  */
11289 _ACEOF
11290 cat confdefs.h >>conftest.$ac_ext
11291 cat >>conftest.$ac_ext <<_ACEOF
11292 /* end confdefs.h.  */
11293 #include <X11/Xlib.h>
11294 #include <X11/extensions/Xinerama.h>
11295 int
11296 main ()
11297 {
11298 static typeof(XineramaQueryScreens) * func;
11299   ;
11300   return 0;
11301 }
11302 _ACEOF
11303 rm -f conftest.$ac_objext
11304 if { (ac_try="$ac_compile"
11305 case "(($ac_try" in
11306   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11307   *) ac_try_echo=$ac_try;;
11308 esac
11309 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11310 $as_echo "$ac_try_echo") >&5
11311   (eval "$ac_compile") 2>conftest.er1
11312   ac_status=$?
11313   grep -v '^ *+' conftest.er1 >conftest.err
11314   rm -f conftest.er1
11315   cat conftest.err >&5
11316   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11317   (exit $ac_status); } && {
11318          test -z "$ac_c_werror_flag" ||
11319          test ! -s conftest.err
11320        } && test -s conftest.$ac_objext; then
11321   { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11322 $as_echo_n "checking for -lXinerama... " >&6; }
11323 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11324   $as_echo_n "(cached) " >&6
11325 else
11326   ac_check_soname_save_LIBS=$LIBS
11327 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11328   cat >conftest.$ac_ext <<_ACEOF
11329 /* confdefs.h.  */
11330 _ACEOF
11331 cat confdefs.h >>conftest.$ac_ext
11332 cat >>conftest.$ac_ext <<_ACEOF
11333 /* end confdefs.h.  */
11334
11335 /* Override any GCC internal prototype to avoid an error.
11336    Use char because int might match the return type of a GCC
11337    builtin and then its argument prototype would still apply.  */
11338 #ifdef __cplusplus
11339 extern "C"
11340 #endif
11341 char XineramaQueryScreens ();
11342 int
11343 main ()
11344 {
11345 return XineramaQueryScreens ();
11346   ;
11347   return 0;
11348 }
11349 _ACEOF
11350 rm -f conftest.$ac_objext conftest$ac_exeext
11351 if { (ac_try="$ac_link"
11352 case "(($ac_try" in
11353   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11354   *) ac_try_echo=$ac_try;;
11355 esac
11356 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11357 $as_echo "$ac_try_echo") >&5
11358   (eval "$ac_link") 2>conftest.er1
11359   ac_status=$?
11360   grep -v '^ *+' conftest.er1 >conftest.err
11361   rm -f conftest.er1
11362   cat conftest.err >&5
11363   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11364   (exit $ac_status); } && {
11365          test -z "$ac_c_werror_flag" ||
11366          test ! -s conftest.err
11367        } && test -s conftest$ac_exeext && {
11368          test "$cross_compiling" = yes ||
11369          $as_test_x conftest$ac_exeext
11370        }; then
11371   case "$LIBEXT" in
11372     dll) ;;
11373     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'` ;;
11374     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
11375   esac
11376 else
11377   $as_echo "$as_me: failed program was:" >&5
11378 sed 's/^/| /' conftest.$ac_ext >&5
11379
11380
11381 fi
11382
11383 rm -rf conftest.dSYM
11384 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11385       conftest$ac_exeext conftest.$ac_ext
11386   LIBS=$ac_check_soname_save_LIBS
11387 fi
11388 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11389   { $as_echo "$as_me:$LINENO: result: not found" >&5
11390 $as_echo "not found" >&6; }
11391
11392 else
11393   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11394 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11395
11396 cat >>confdefs.h <<_ACEOF
11397 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11398 _ACEOF
11399
11400
11401 fi
11402
11403 else
11404   $as_echo "$as_me: failed program was:" >&5
11405 sed 's/^/| /' conftest.$ac_ext >&5
11406
11407
11408 fi
11409
11410 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11411         fi
11412         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11413   case "x$with_xinerama" in
11414   x)   wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11415   xno) ;;
11416   *)   { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11417 This is an error since --with-xinerama was requested." >&5
11418 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11419 This is an error since --with-xinerama was requested." >&2;}
11420    { (exit 1); exit 1; }; } ;;
11421 esac
11422 fi
11423
11424
11425                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11426         then
11427             { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11428 $as_echo_n "checking for -lXcomposite... " >&6; }
11429 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11430   $as_echo_n "(cached) " >&6
11431 else
11432   ac_check_soname_save_LIBS=$LIBS
11433 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11434   cat >conftest.$ac_ext <<_ACEOF
11435 /* confdefs.h.  */
11436 _ACEOF
11437 cat confdefs.h >>conftest.$ac_ext
11438 cat >>conftest.$ac_ext <<_ACEOF
11439 /* end confdefs.h.  */
11440
11441 /* Override any GCC internal prototype to avoid an error.
11442    Use char because int might match the return type of a GCC
11443    builtin and then its argument prototype would still apply.  */
11444 #ifdef __cplusplus
11445 extern "C"
11446 #endif
11447 char XCompositeRedirectWindow ();
11448 int
11449 main ()
11450 {
11451 return XCompositeRedirectWindow ();
11452   ;
11453   return 0;
11454 }
11455 _ACEOF
11456 rm -f conftest.$ac_objext conftest$ac_exeext
11457 if { (ac_try="$ac_link"
11458 case "(($ac_try" in
11459   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11460   *) ac_try_echo=$ac_try;;
11461 esac
11462 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11463 $as_echo "$ac_try_echo") >&5
11464   (eval "$ac_link") 2>conftest.er1
11465   ac_status=$?
11466   grep -v '^ *+' conftest.er1 >conftest.err
11467   rm -f conftest.er1
11468   cat conftest.err >&5
11469   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11470   (exit $ac_status); } && {
11471          test -z "$ac_c_werror_flag" ||
11472          test ! -s conftest.err
11473        } && test -s conftest$ac_exeext && {
11474          test "$cross_compiling" = yes ||
11475          $as_test_x conftest$ac_exeext
11476        }; then
11477   case "$LIBEXT" in
11478     dll) ;;
11479     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'` ;;
11480     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11481   esac
11482 else
11483   $as_echo "$as_me: failed program was:" >&5
11484 sed 's/^/| /' conftest.$ac_ext >&5
11485
11486
11487 fi
11488
11489 rm -rf conftest.dSYM
11490 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11491       conftest$ac_exeext conftest.$ac_ext
11492   LIBS=$ac_check_soname_save_LIBS
11493 fi
11494 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11495   { $as_echo "$as_me:$LINENO: result: not found" >&5
11496 $as_echo "not found" >&6; }
11497
11498 else
11499   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11500 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11501
11502 cat >>confdefs.h <<_ACEOF
11503 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11504 _ACEOF
11505
11506
11507 fi
11508
11509         fi
11510         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11511   case "x$with_xcomposite" in
11512   x)   wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11513   xno) ;;
11514   *)   { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11515 This is an error since --with-xcomposite was requested." >&5
11516 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11517 This is an error since --with-xcomposite was requested." >&2;}
11518    { (exit 1); exit 1; }; } ;;
11519 esac
11520 fi
11521
11522
11523                 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11524 $as_echo_n "checking for XICCallback.callback... " >&6; }
11525 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11526   $as_echo_n "(cached) " >&6
11527 else
11528   cat >conftest.$ac_ext <<_ACEOF
11529 /* confdefs.h.  */
11530 _ACEOF
11531 cat confdefs.h >>conftest.$ac_ext
11532 cat >>conftest.$ac_ext <<_ACEOF
11533 /* end confdefs.h.  */
11534 #ifdef HAVE_X11_XLIB_H
11535 #include <X11/Xlib.h>
11536 #endif
11537
11538 int
11539 main ()
11540 {
11541 static XICCallback ac_aggr;
11542 if (ac_aggr.callback)
11543 return 0;
11544   ;
11545   return 0;
11546 }
11547 _ACEOF
11548 rm -f conftest.$ac_objext
11549 if { (ac_try="$ac_compile"
11550 case "(($ac_try" in
11551   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11552   *) ac_try_echo=$ac_try;;
11553 esac
11554 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11555 $as_echo "$ac_try_echo") >&5
11556   (eval "$ac_compile") 2>conftest.er1
11557   ac_status=$?
11558   grep -v '^ *+' conftest.er1 >conftest.err
11559   rm -f conftest.er1
11560   cat conftest.err >&5
11561   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11562   (exit $ac_status); } && {
11563          test -z "$ac_c_werror_flag" ||
11564          test ! -s conftest.err
11565        } && test -s conftest.$ac_objext; then
11566   ac_cv_member_XICCallback_callback=yes
11567 else
11568   $as_echo "$as_me: failed program was:" >&5
11569 sed 's/^/| /' conftest.$ac_ext >&5
11570
11571         cat >conftest.$ac_ext <<_ACEOF
11572 /* confdefs.h.  */
11573 _ACEOF
11574 cat confdefs.h >>conftest.$ac_ext
11575 cat >>conftest.$ac_ext <<_ACEOF
11576 /* end confdefs.h.  */
11577 #ifdef HAVE_X11_XLIB_H
11578 #include <X11/Xlib.h>
11579 #endif
11580
11581 int
11582 main ()
11583 {
11584 static XICCallback ac_aggr;
11585 if (sizeof ac_aggr.callback)
11586 return 0;
11587   ;
11588   return 0;
11589 }
11590 _ACEOF
11591 rm -f conftest.$ac_objext
11592 if { (ac_try="$ac_compile"
11593 case "(($ac_try" in
11594   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11595   *) ac_try_echo=$ac_try;;
11596 esac
11597 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11598 $as_echo "$ac_try_echo") >&5
11599   (eval "$ac_compile") 2>conftest.er1
11600   ac_status=$?
11601   grep -v '^ *+' conftest.er1 >conftest.err
11602   rm -f conftest.er1
11603   cat conftest.err >&5
11604   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11605   (exit $ac_status); } && {
11606          test -z "$ac_c_werror_flag" ||
11607          test ! -s conftest.err
11608        } && test -s conftest.$ac_objext; then
11609   ac_cv_member_XICCallback_callback=yes
11610 else
11611   $as_echo "$as_me: failed program was:" >&5
11612 sed 's/^/| /' conftest.$ac_ext >&5
11613
11614         ac_cv_member_XICCallback_callback=no
11615 fi
11616
11617 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11618 fi
11619
11620 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11621 fi
11622 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11623 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11624 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11625
11626 cat >>confdefs.h <<_ACEOF
11627 #define HAVE_XICCALLBACK_CALLBACK 1
11628 _ACEOF
11629
11630
11631 fi
11632
11633
11634
11635         opengl_msg=""
11636     if test "x$with_opengl" != "xno"
11637     then
11638
11639
11640
11641
11642 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11643 do
11644 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11645 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11646 $as_echo_n "checking for $ac_header... " >&6; }
11647 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11648   $as_echo_n "(cached) " >&6
11649 else
11650   cat >conftest.$ac_ext <<_ACEOF
11651 /* confdefs.h.  */
11652 _ACEOF
11653 cat confdefs.h >>conftest.$ac_ext
11654 cat >>conftest.$ac_ext <<_ACEOF
11655 /* end confdefs.h.  */
11656 #ifdef HAVE_GL_GLX_H
11657 # include <GL/glx.h>
11658 #endif
11659
11660 #include <$ac_header>
11661 _ACEOF
11662 rm -f conftest.$ac_objext
11663 if { (ac_try="$ac_compile"
11664 case "(($ac_try" in
11665   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11666   *) ac_try_echo=$ac_try;;
11667 esac
11668 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11669 $as_echo "$ac_try_echo") >&5
11670   (eval "$ac_compile") 2>conftest.er1
11671   ac_status=$?
11672   grep -v '^ *+' conftest.er1 >conftest.err
11673   rm -f conftest.er1
11674   cat conftest.err >&5
11675   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11676   (exit $ac_status); } && {
11677          test -z "$ac_c_werror_flag" ||
11678          test ! -s conftest.err
11679        } && test -s conftest.$ac_objext; then
11680   eval "$as_ac_Header=yes"
11681 else
11682   $as_echo "$as_me: failed program was:" >&5
11683 sed 's/^/| /' conftest.$ac_ext >&5
11684
11685         eval "$as_ac_Header=no"
11686 fi
11687
11688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11689 fi
11690 ac_res=`eval 'as_val=${'$as_ac_Header'}
11691                  $as_echo "$as_val"'`
11692                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11693 $as_echo "$ac_res" >&6; }
11694 as_val=`eval 'as_val=${'$as_ac_Header'}
11695                  $as_echo "$as_val"'`
11696    if test "x$as_val" = x""yes; then
11697   cat >>confdefs.h <<_ACEOF
11698 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11699 _ACEOF
11700
11701 fi
11702
11703 done
11704
11705         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11706         then
11707                     { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11708 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11709 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11710   $as_echo_n "(cached) " >&6
11711 else
11712   cat >conftest.$ac_ext <<_ACEOF
11713 /* confdefs.h.  */
11714 _ACEOF
11715 cat confdefs.h >>conftest.$ac_ext
11716 cat >>conftest.$ac_ext <<_ACEOF
11717 /* end confdefs.h.  */
11718 #include <GL/gl.h>
11719 int
11720 main ()
11721 {
11722 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11723   ;
11724   return 0;
11725 }
11726 _ACEOF
11727 rm -f conftest.$ac_objext
11728 if { (ac_try="$ac_compile"
11729 case "(($ac_try" in
11730   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11731   *) ac_try_echo=$ac_try;;
11732 esac
11733 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11734 $as_echo "$ac_try_echo") >&5
11735   (eval "$ac_compile") 2>conftest.er1
11736   ac_status=$?
11737   grep -v '^ *+' conftest.er1 >conftest.err
11738   rm -f conftest.er1
11739   cat conftest.err >&5
11740   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11741   (exit $ac_status); } && {
11742          test -z "$ac_c_werror_flag" ||
11743          test ! -s conftest.err
11744        } && test -s conftest.$ac_objext; then
11745   wine_cv_opengl_header_version_OK="yes"
11746 else
11747   $as_echo "$as_me: failed program was:" >&5
11748 sed 's/^/| /' conftest.$ac_ext >&5
11749
11750         wine_cv_opengl_header_version_OK="no"
11751 fi
11752
11753 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11754 fi
11755 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11756 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11757
11758             if test "$wine_cv_opengl_header_version_OK" = "yes"
11759             then
11760                                 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11761 $as_echo_n "checking for -lGL... " >&6; }
11762 if test "${ac_cv_lib_soname_GL+set}" = set; then
11763   $as_echo_n "(cached) " >&6
11764 else
11765   ac_check_soname_save_LIBS=$LIBS
11766 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11767   cat >conftest.$ac_ext <<_ACEOF
11768 /* confdefs.h.  */
11769 _ACEOF
11770 cat confdefs.h >>conftest.$ac_ext
11771 cat >>conftest.$ac_ext <<_ACEOF
11772 /* end confdefs.h.  */
11773
11774 /* Override any GCC internal prototype to avoid an error.
11775    Use char because int might match the return type of a GCC
11776    builtin and then its argument prototype would still apply.  */
11777 #ifdef __cplusplus
11778 extern "C"
11779 #endif
11780 char glXCreateContext ();
11781 int
11782 main ()
11783 {
11784 return glXCreateContext ();
11785   ;
11786   return 0;
11787 }
11788 _ACEOF
11789 rm -f conftest.$ac_objext conftest$ac_exeext
11790 if { (ac_try="$ac_link"
11791 case "(($ac_try" in
11792   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11793   *) ac_try_echo=$ac_try;;
11794 esac
11795 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11796 $as_echo "$ac_try_echo") >&5
11797   (eval "$ac_link") 2>conftest.er1
11798   ac_status=$?
11799   grep -v '^ *+' conftest.er1 >conftest.err
11800   rm -f conftest.er1
11801   cat conftest.err >&5
11802   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11803   (exit $ac_status); } && {
11804          test -z "$ac_c_werror_flag" ||
11805          test ! -s conftest.err
11806        } && test -s conftest$ac_exeext && {
11807          test "$cross_compiling" = yes ||
11808          $as_test_x conftest$ac_exeext
11809        }; then
11810   case "$LIBEXT" in
11811     dll) ;;
11812     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'` ;;
11813     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11814   esac
11815 else
11816   $as_echo "$as_me: failed program was:" >&5
11817 sed 's/^/| /' conftest.$ac_ext >&5
11818
11819
11820 fi
11821
11822 rm -rf conftest.dSYM
11823 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11824       conftest$ac_exeext conftest.$ac_ext
11825   LIBS=$ac_check_soname_save_LIBS
11826 fi
11827 if test "x$ac_cv_lib_soname_GL" = "x"; then
11828   { $as_echo "$as_me:$LINENO: result: not found" >&5
11829 $as_echo "not found" >&6; }
11830        { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11831 $as_echo_n "checking for -lGL... " >&6; }
11832 if test "${ac_cv_lib_soname_GL+set}" = set; then
11833   $as_echo_n "(cached) " >&6
11834 else
11835   ac_check_soname_save_LIBS=$LIBS
11836 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"
11837   cat >conftest.$ac_ext <<_ACEOF
11838 /* confdefs.h.  */
11839 _ACEOF
11840 cat confdefs.h >>conftest.$ac_ext
11841 cat >>conftest.$ac_ext <<_ACEOF
11842 /* end confdefs.h.  */
11843
11844 /* Override any GCC internal prototype to avoid an error.
11845    Use char because int might match the return type of a GCC
11846    builtin and then its argument prototype would still apply.  */
11847 #ifdef __cplusplus
11848 extern "C"
11849 #endif
11850 char glXCreateContext ();
11851 int
11852 main ()
11853 {
11854 return glXCreateContext ();
11855   ;
11856   return 0;
11857 }
11858 _ACEOF
11859 rm -f conftest.$ac_objext conftest$ac_exeext
11860 if { (ac_try="$ac_link"
11861 case "(($ac_try" in
11862   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11863   *) ac_try_echo=$ac_try;;
11864 esac
11865 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11866 $as_echo "$ac_try_echo") >&5
11867   (eval "$ac_link") 2>conftest.er1
11868   ac_status=$?
11869   grep -v '^ *+' conftest.er1 >conftest.err
11870   rm -f conftest.er1
11871   cat conftest.err >&5
11872   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11873   (exit $ac_status); } && {
11874          test -z "$ac_c_werror_flag" ||
11875          test ! -s conftest.err
11876        } && test -s conftest$ac_exeext && {
11877          test "$cross_compiling" = yes ||
11878          $as_test_x conftest$ac_exeext
11879        }; then
11880   case "$LIBEXT" in
11881     dll) ;;
11882     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'` ;;
11883     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11884   esac
11885 else
11886   $as_echo "$as_me: failed program was:" >&5
11887 sed 's/^/| /' conftest.$ac_ext >&5
11888
11889
11890 fi
11891
11892 rm -rf conftest.dSYM
11893 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11894       conftest$ac_exeext conftest.$ac_ext
11895   LIBS=$ac_check_soname_save_LIBS
11896 fi
11897 if test "x$ac_cv_lib_soname_GL" = "x"; then
11898   { $as_echo "$as_me:$LINENO: result: not found" >&5
11899 $as_echo "not found" >&6; }
11900        if test -f /usr/X11R6/lib/libGL.a
11901                                     then
11902                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11903 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11904                                     else
11905                                         opengl_msg="No OpenGL library found on this system."
11906                                     fi
11907 else
11908   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11909 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11910
11911 cat >>confdefs.h <<_ACEOF
11912 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11913 _ACEOF
11914
11915        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"
11916
11917 cat >>confdefs.h <<\_ACEOF
11918 #define HAVE_OPENGL 1
11919 _ACEOF
11920
11921 fi
11922
11923 else
11924   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11925 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11926
11927 cat >>confdefs.h <<_ACEOF
11928 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11929 _ACEOF
11930
11931        OPENGL_LIBS="-lGL"
11932
11933 cat >>confdefs.h <<\_ACEOF
11934 #define HAVE_OPENGL 1
11935 _ACEOF
11936
11937 fi
11938
11939                  if test "$ac_cv_header_GL_glu_h" = "yes"
11940                  then
11941                     { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11942 $as_echo_n "checking for -lGLU... " >&6; }
11943 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11944   $as_echo_n "(cached) " >&6
11945 else
11946   ac_check_soname_save_LIBS=$LIBS
11947 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11948   cat >conftest.$ac_ext <<_ACEOF
11949 /* confdefs.h.  */
11950 _ACEOF
11951 cat confdefs.h >>conftest.$ac_ext
11952 cat >>conftest.$ac_ext <<_ACEOF
11953 /* end confdefs.h.  */
11954
11955 /* Override any GCC internal prototype to avoid an error.
11956    Use char because int might match the return type of a GCC
11957    builtin and then its argument prototype would still apply.  */
11958 #ifdef __cplusplus
11959 extern "C"
11960 #endif
11961 char gluLookAt ();
11962 int
11963 main ()
11964 {
11965 return gluLookAt ();
11966   ;
11967   return 0;
11968 }
11969 _ACEOF
11970 rm -f conftest.$ac_objext conftest$ac_exeext
11971 if { (ac_try="$ac_link"
11972 case "(($ac_try" in
11973   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11974   *) ac_try_echo=$ac_try;;
11975 esac
11976 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11977 $as_echo "$ac_try_echo") >&5
11978   (eval "$ac_link") 2>conftest.er1
11979   ac_status=$?
11980   grep -v '^ *+' conftest.er1 >conftest.err
11981   rm -f conftest.er1
11982   cat conftest.err >&5
11983   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11984   (exit $ac_status); } && {
11985          test -z "$ac_c_werror_flag" ||
11986          test ! -s conftest.err
11987        } && test -s conftest$ac_exeext && {
11988          test "$cross_compiling" = yes ||
11989          $as_test_x conftest$ac_exeext
11990        }; then
11991   case "$LIBEXT" in
11992     dll) ;;
11993     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'` ;;
11994     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11995   esac
11996 else
11997   $as_echo "$as_me: failed program was:" >&5
11998 sed 's/^/| /' conftest.$ac_ext >&5
11999
12000
12001 fi
12002
12003 rm -rf conftest.dSYM
12004 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12005       conftest$ac_exeext conftest.$ac_ext
12006   LIBS=$ac_check_soname_save_LIBS
12007 fi
12008 if test "x$ac_cv_lib_soname_GLU" = "x"; then
12009   { $as_echo "$as_me:$LINENO: result: not found" >&5
12010 $as_echo "not found" >&6; }
12011
12012 else
12013   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
12014 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
12015
12016 cat >>confdefs.h <<_ACEOF
12017 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
12018 _ACEOF
12019
12020
12021 fi
12022
12023                  fi
12024                  if test "x$ac_cv_lib_soname_GLU" = "x"; then
12025   case "x$with_glu" in
12026   x)   wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
12027   xno) ;;
12028   *)   { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
12029 This is an error since --with-glu was requested." >&5
12030 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
12031 This is an error since --with-glu was requested." >&2;}
12032    { (exit 1); exit 1; }; } ;;
12033 esac
12034 fi
12035
12036              else
12037                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
12038              fi
12039          else
12040              opengl_msg="OpenGL development headers not found."
12041          fi
12042          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
12043          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
12044     else
12045          enable_opengl32=${enable_opengl32:-no}
12046          enable_glu32=${enable_glu32:-no}
12047     fi
12048     if test -n "$opengl_msg"; then
12049   case "x$with_opengl" in
12050   x)   wine_warnings="$wine_warnings|$opengl_msg
12051 OpenGL and Direct3D won't be supported." ;;
12052   xno) ;;
12053   *)   { { $as_echo "$as_me:$LINENO: error: $opengl_msg
12054 OpenGL and Direct3D won't be supported.
12055 This is an error since --with-opengl was requested." >&5
12056 $as_echo "$as_me: error: $opengl_msg
12057 OpenGL and Direct3D won't be supported.
12058 This is an error since --with-opengl was requested." >&2;}
12059    { (exit 1); exit 1; }; } ;;
12060 esac
12061 fi
12062
12063
12064         NASLIBS=""
12065
12066
12067 for ac_header in audio/audiolib.h
12068 do
12069 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12070 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12071   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12072 $as_echo_n "checking for $ac_header... " >&6; }
12073 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12074   $as_echo_n "(cached) " >&6
12075 fi
12076 ac_res=`eval 'as_val=${'$as_ac_Header'}
12077                  $as_echo "$as_val"'`
12078                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12079 $as_echo "$ac_res" >&6; }
12080 else
12081   # Is the header compilable?
12082 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12083 $as_echo_n "checking $ac_header usability... " >&6; }
12084 cat >conftest.$ac_ext <<_ACEOF
12085 /* confdefs.h.  */
12086 _ACEOF
12087 cat confdefs.h >>conftest.$ac_ext
12088 cat >>conftest.$ac_ext <<_ACEOF
12089 /* end confdefs.h.  */
12090 $ac_includes_default
12091 #include <$ac_header>
12092 _ACEOF
12093 rm -f conftest.$ac_objext
12094 if { (ac_try="$ac_compile"
12095 case "(($ac_try" in
12096   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12097   *) ac_try_echo=$ac_try;;
12098 esac
12099 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12100 $as_echo "$ac_try_echo") >&5
12101   (eval "$ac_compile") 2>conftest.er1
12102   ac_status=$?
12103   grep -v '^ *+' conftest.er1 >conftest.err
12104   rm -f conftest.er1
12105   cat conftest.err >&5
12106   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12107   (exit $ac_status); } && {
12108          test -z "$ac_c_werror_flag" ||
12109          test ! -s conftest.err
12110        } && test -s conftest.$ac_objext; then
12111   ac_header_compiler=yes
12112 else
12113   $as_echo "$as_me: failed program was:" >&5
12114 sed 's/^/| /' conftest.$ac_ext >&5
12115
12116         ac_header_compiler=no
12117 fi
12118
12119 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12120 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12121 $as_echo "$ac_header_compiler" >&6; }
12122
12123 # Is the header present?
12124 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12125 $as_echo_n "checking $ac_header presence... " >&6; }
12126 cat >conftest.$ac_ext <<_ACEOF
12127 /* confdefs.h.  */
12128 _ACEOF
12129 cat confdefs.h >>conftest.$ac_ext
12130 cat >>conftest.$ac_ext <<_ACEOF
12131 /* end confdefs.h.  */
12132 #include <$ac_header>
12133 _ACEOF
12134 if { (ac_try="$ac_cpp conftest.$ac_ext"
12135 case "(($ac_try" in
12136   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12137   *) ac_try_echo=$ac_try;;
12138 esac
12139 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12140 $as_echo "$ac_try_echo") >&5
12141   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12142   ac_status=$?
12143   grep -v '^ *+' conftest.er1 >conftest.err
12144   rm -f conftest.er1
12145   cat conftest.err >&5
12146   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12147   (exit $ac_status); } >/dev/null && {
12148          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12149          test ! -s conftest.err
12150        }; then
12151   ac_header_preproc=yes
12152 else
12153   $as_echo "$as_me: failed program was:" >&5
12154 sed 's/^/| /' conftest.$ac_ext >&5
12155
12156   ac_header_preproc=no
12157 fi
12158
12159 rm -f conftest.err conftest.$ac_ext
12160 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12161 $as_echo "$ac_header_preproc" >&6; }
12162
12163 # So?  What about this header?
12164 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12165   yes:no: )
12166     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12167 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12168     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12169 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12170     ac_header_preproc=yes
12171     ;;
12172   no:yes:* )
12173     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12174 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12175     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12176 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12177     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12178 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12179     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12180 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12181     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12182 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12183     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12184 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12185     ( cat <<\_ASBOX
12186 ## ------------------------------------ ##
12187 ## Report this to wine-devel@winehq.org ##
12188 ## ------------------------------------ ##
12189 _ASBOX
12190      ) | sed "s/^/$as_me: WARNING:     /" >&2
12191     ;;
12192 esac
12193 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12194 $as_echo_n "checking for $ac_header... " >&6; }
12195 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12196   $as_echo_n "(cached) " >&6
12197 else
12198   eval "$as_ac_Header=\$ac_header_preproc"
12199 fi
12200 ac_res=`eval 'as_val=${'$as_ac_Header'}
12201                  $as_echo "$as_val"'`
12202                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12203 $as_echo "$ac_res" >&6; }
12204
12205 fi
12206 as_val=`eval 'as_val=${'$as_ac_Header'}
12207                  $as_echo "$as_val"'`
12208    if test "x$as_val" = x""yes; then
12209   cat >>confdefs.h <<_ACEOF
12210 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12211 _ACEOF
12212
12213 for ac_header in audio/soundlib.h
12214 do
12215 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12216 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12217 $as_echo_n "checking for $ac_header... " >&6; }
12218 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12219   $as_echo_n "(cached) " >&6
12220 else
12221   cat >conftest.$ac_ext <<_ACEOF
12222 /* confdefs.h.  */
12223 _ACEOF
12224 cat confdefs.h >>conftest.$ac_ext
12225 cat >>conftest.$ac_ext <<_ACEOF
12226 /* end confdefs.h.  */
12227 #include <audio/audiolib.h>
12228
12229 #include <$ac_header>
12230 _ACEOF
12231 rm -f conftest.$ac_objext
12232 if { (ac_try="$ac_compile"
12233 case "(($ac_try" in
12234   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12235   *) ac_try_echo=$ac_try;;
12236 esac
12237 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12238 $as_echo "$ac_try_echo") >&5
12239   (eval "$ac_compile") 2>conftest.er1
12240   ac_status=$?
12241   grep -v '^ *+' conftest.er1 >conftest.err
12242   rm -f conftest.er1
12243   cat conftest.err >&5
12244   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12245   (exit $ac_status); } && {
12246          test -z "$ac_c_werror_flag" ||
12247          test ! -s conftest.err
12248        } && test -s conftest.$ac_objext; then
12249   eval "$as_ac_Header=yes"
12250 else
12251   $as_echo "$as_me: failed program was:" >&5
12252 sed 's/^/| /' conftest.$ac_ext >&5
12253
12254         eval "$as_ac_Header=no"
12255 fi
12256
12257 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12258 fi
12259 ac_res=`eval 'as_val=${'$as_ac_Header'}
12260                  $as_echo "$as_val"'`
12261                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12262 $as_echo "$ac_res" >&6; }
12263 as_val=`eval 'as_val=${'$as_ac_Header'}
12264                  $as_echo "$as_val"'`
12265    if test "x$as_val" = x""yes; then
12266   cat >>confdefs.h <<_ACEOF
12267 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12268 _ACEOF
12269
12270 fi
12271
12272 done
12273
12274           { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12275 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12276 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12277   $as_echo_n "(cached) " >&6
12278 else
12279   ac_check_lib_save_LIBS=$LIBS
12280 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12281 cat >conftest.$ac_ext <<_ACEOF
12282 /* confdefs.h.  */
12283 _ACEOF
12284 cat confdefs.h >>conftest.$ac_ext
12285 cat >>conftest.$ac_ext <<_ACEOF
12286 /* end confdefs.h.  */
12287
12288 /* Override any GCC internal prototype to avoid an error.
12289    Use char because int might match the return type of a GCC
12290    builtin and then its argument prototype would still apply.  */
12291 #ifdef __cplusplus
12292 extern "C"
12293 #endif
12294 char AuCreateFlow ();
12295 int
12296 main ()
12297 {
12298 return AuCreateFlow ();
12299   ;
12300   return 0;
12301 }
12302 _ACEOF
12303 rm -f conftest.$ac_objext conftest$ac_exeext
12304 if { (ac_try="$ac_link"
12305 case "(($ac_try" in
12306   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12307   *) ac_try_echo=$ac_try;;
12308 esac
12309 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12310 $as_echo "$ac_try_echo") >&5
12311   (eval "$ac_link") 2>conftest.er1
12312   ac_status=$?
12313   grep -v '^ *+' conftest.er1 >conftest.err
12314   rm -f conftest.er1
12315   cat conftest.err >&5
12316   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12317   (exit $ac_status); } && {
12318          test -z "$ac_c_werror_flag" ||
12319          test ! -s conftest.err
12320        } && test -s conftest$ac_exeext && {
12321          test "$cross_compiling" = yes ||
12322          $as_test_x conftest$ac_exeext
12323        }; then
12324   ac_cv_lib_audio_AuCreateFlow=yes
12325 else
12326   $as_echo "$as_me: failed program was:" >&5
12327 sed 's/^/| /' conftest.$ac_ext >&5
12328
12329         ac_cv_lib_audio_AuCreateFlow=no
12330 fi
12331
12332 rm -rf conftest.dSYM
12333 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12334       conftest$ac_exeext conftest.$ac_ext
12335 LIBS=$ac_check_lib_save_LIBS
12336 fi
12337 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12338 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12339 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12340
12341 cat >>confdefs.h <<\_ACEOF
12342 #define HAVE_NAS 1
12343 _ACEOF
12344
12345                         { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12346 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12347 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12348   $as_echo_n "(cached) " >&6
12349 else
12350   ac_check_lib_save_LIBS=$LIBS
12351 LIBS="-lXau $X_LIBS $LIBS"
12352 cat >conftest.$ac_ext <<_ACEOF
12353 /* confdefs.h.  */
12354 _ACEOF
12355 cat confdefs.h >>conftest.$ac_ext
12356 cat >>conftest.$ac_ext <<_ACEOF
12357 /* end confdefs.h.  */
12358
12359 /* Override any GCC internal prototype to avoid an error.
12360    Use char because int might match the return type of a GCC
12361    builtin and then its argument prototype would still apply.  */
12362 #ifdef __cplusplus
12363 extern "C"
12364 #endif
12365 char XauGetBestAuthByAddr ();
12366 int
12367 main ()
12368 {
12369 return XauGetBestAuthByAddr ();
12370   ;
12371   return 0;
12372 }
12373 _ACEOF
12374 rm -f conftest.$ac_objext conftest$ac_exeext
12375 if { (ac_try="$ac_link"
12376 case "(($ac_try" in
12377   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12378   *) ac_try_echo=$ac_try;;
12379 esac
12380 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12381 $as_echo "$ac_try_echo") >&5
12382   (eval "$ac_link") 2>conftest.er1
12383   ac_status=$?
12384   grep -v '^ *+' conftest.er1 >conftest.err
12385   rm -f conftest.er1
12386   cat conftest.err >&5
12387   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12388   (exit $ac_status); } && {
12389          test -z "$ac_c_werror_flag" ||
12390          test ! -s conftest.err
12391        } && test -s conftest$ac_exeext && {
12392          test "$cross_compiling" = yes ||
12393          $as_test_x conftest$ac_exeext
12394        }; then
12395   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12396 else
12397   $as_echo "$as_me: failed program was:" >&5
12398 sed 's/^/| /' conftest.$ac_ext >&5
12399
12400         ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12401 fi
12402
12403 rm -rf conftest.dSYM
12404 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12405       conftest$ac_exeext conftest.$ac_ext
12406 LIBS=$ac_check_lib_save_LIBS
12407 fi
12408 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12409 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12410 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12411   NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12412 else
12413   NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12414 fi
12415
12416
12417 fi
12418
12419 fi
12420
12421 done
12422
12423
12424     CPPFLAGS="$ac_save_CPPFLAGS"
12425 else
12426     XLIB=""
12427     X_CFLAGS=""
12428     X_LIBS=""
12429     enable_winex11_drv=${enable_winex11_drv:-no}
12430     enable_opengl32=${enable_opengl32:-no}
12431     enable_glu32=${enable_glu32:-no}
12432 fi
12433 if test "x$XLIB" = "x"; then
12434   case "x$with_x" in
12435   xno) ;;
12436   *)   { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12437 without X support, which probably isn't what you want. You will need to install
12438 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12439 Use the --without-x option if you really want this." >&5
12440 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12441 without X support, which probably isn't what you want. You will need to install
12442 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12443 Use the --without-x option if you really want this." >&2;}
12444    { (exit 1); exit 1; }; } ;;
12445 esac
12446 fi
12447
12448
12449
12450 XML2LIBS=""
12451
12452 XML2INCL=""
12453
12454 XSLTINCL=""
12455
12456 if test "x$with_xml" != "xno"
12457 then
12458     ac_save_CPPFLAGS="$CPPFLAGS"
12459     if test "$PKG_CONFIG" != "false"
12460     then
12461         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12462         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12463     else
12464         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12465         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
12466     fi
12467     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12468
12469 for ac_header in libxml/parser.h
12470 do
12471 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12472 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12473   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12474 $as_echo_n "checking for $ac_header... " >&6; }
12475 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12476   $as_echo_n "(cached) " >&6
12477 fi
12478 ac_res=`eval 'as_val=${'$as_ac_Header'}
12479                  $as_echo "$as_val"'`
12480                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12481 $as_echo "$ac_res" >&6; }
12482 else
12483   # Is the header compilable?
12484 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12485 $as_echo_n "checking $ac_header usability... " >&6; }
12486 cat >conftest.$ac_ext <<_ACEOF
12487 /* confdefs.h.  */
12488 _ACEOF
12489 cat confdefs.h >>conftest.$ac_ext
12490 cat >>conftest.$ac_ext <<_ACEOF
12491 /* end confdefs.h.  */
12492 $ac_includes_default
12493 #include <$ac_header>
12494 _ACEOF
12495 rm -f conftest.$ac_objext
12496 if { (ac_try="$ac_compile"
12497 case "(($ac_try" in
12498   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12499   *) ac_try_echo=$ac_try;;
12500 esac
12501 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12502 $as_echo "$ac_try_echo") >&5
12503   (eval "$ac_compile") 2>conftest.er1
12504   ac_status=$?
12505   grep -v '^ *+' conftest.er1 >conftest.err
12506   rm -f conftest.er1
12507   cat conftest.err >&5
12508   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12509   (exit $ac_status); } && {
12510          test -z "$ac_c_werror_flag" ||
12511          test ! -s conftest.err
12512        } && test -s conftest.$ac_objext; then
12513   ac_header_compiler=yes
12514 else
12515   $as_echo "$as_me: failed program was:" >&5
12516 sed 's/^/| /' conftest.$ac_ext >&5
12517
12518         ac_header_compiler=no
12519 fi
12520
12521 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12522 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12523 $as_echo "$ac_header_compiler" >&6; }
12524
12525 # Is the header present?
12526 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12527 $as_echo_n "checking $ac_header presence... " >&6; }
12528 cat >conftest.$ac_ext <<_ACEOF
12529 /* confdefs.h.  */
12530 _ACEOF
12531 cat confdefs.h >>conftest.$ac_ext
12532 cat >>conftest.$ac_ext <<_ACEOF
12533 /* end confdefs.h.  */
12534 #include <$ac_header>
12535 _ACEOF
12536 if { (ac_try="$ac_cpp conftest.$ac_ext"
12537 case "(($ac_try" in
12538   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12539   *) ac_try_echo=$ac_try;;
12540 esac
12541 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12542 $as_echo "$ac_try_echo") >&5
12543   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12544   ac_status=$?
12545   grep -v '^ *+' conftest.er1 >conftest.err
12546   rm -f conftest.er1
12547   cat conftest.err >&5
12548   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12549   (exit $ac_status); } >/dev/null && {
12550          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12551          test ! -s conftest.err
12552        }; then
12553   ac_header_preproc=yes
12554 else
12555   $as_echo "$as_me: failed program was:" >&5
12556 sed 's/^/| /' conftest.$ac_ext >&5
12557
12558   ac_header_preproc=no
12559 fi
12560
12561 rm -f conftest.err conftest.$ac_ext
12562 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12563 $as_echo "$ac_header_preproc" >&6; }
12564
12565 # So?  What about this header?
12566 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12567   yes:no: )
12568     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12569 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12570     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12571 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12572     ac_header_preproc=yes
12573     ;;
12574   no:yes:* )
12575     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12576 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12577     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12578 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12579     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12580 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12581     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12582 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12583     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12584 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12585     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12586 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12587     ( cat <<\_ASBOX
12588 ## ------------------------------------ ##
12589 ## Report this to wine-devel@winehq.org ##
12590 ## ------------------------------------ ##
12591 _ASBOX
12592      ) | sed "s/^/$as_me: WARNING:     /" >&2
12593     ;;
12594 esac
12595 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12596 $as_echo_n "checking for $ac_header... " >&6; }
12597 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12598   $as_echo_n "(cached) " >&6
12599 else
12600   eval "$as_ac_Header=\$ac_header_preproc"
12601 fi
12602 ac_res=`eval 'as_val=${'$as_ac_Header'}
12603                  $as_echo "$as_val"'`
12604                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12605 $as_echo "$ac_res" >&6; }
12606
12607 fi
12608 as_val=`eval 'as_val=${'$as_ac_Header'}
12609                  $as_echo "$as_val"'`
12610    if test "x$as_val" = x""yes; then
12611   cat >>confdefs.h <<_ACEOF
12612 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12613 _ACEOF
12614  { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12615 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12616 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12617   $as_echo_n "(cached) " >&6
12618 else
12619   ac_check_lib_save_LIBS=$LIBS
12620 LIBS="-lxml2 $ac_xml_libs $LIBS"
12621 cat >conftest.$ac_ext <<_ACEOF
12622 /* confdefs.h.  */
12623 _ACEOF
12624 cat confdefs.h >>conftest.$ac_ext
12625 cat >>conftest.$ac_ext <<_ACEOF
12626 /* end confdefs.h.  */
12627
12628 /* Override any GCC internal prototype to avoid an error.
12629    Use char because int might match the return type of a GCC
12630    builtin and then its argument prototype would still apply.  */
12631 #ifdef __cplusplus
12632 extern "C"
12633 #endif
12634 char xmlParseMemory ();
12635 int
12636 main ()
12637 {
12638 return xmlParseMemory ();
12639   ;
12640   return 0;
12641 }
12642 _ACEOF
12643 rm -f conftest.$ac_objext conftest$ac_exeext
12644 if { (ac_try="$ac_link"
12645 case "(($ac_try" in
12646   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12647   *) ac_try_echo=$ac_try;;
12648 esac
12649 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12650 $as_echo "$ac_try_echo") >&5
12651   (eval "$ac_link") 2>conftest.er1
12652   ac_status=$?
12653   grep -v '^ *+' conftest.er1 >conftest.err
12654   rm -f conftest.er1
12655   cat conftest.err >&5
12656   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12657   (exit $ac_status); } && {
12658          test -z "$ac_c_werror_flag" ||
12659          test ! -s conftest.err
12660        } && test -s conftest$ac_exeext && {
12661          test "$cross_compiling" = yes ||
12662          $as_test_x conftest$ac_exeext
12663        }; then
12664   ac_cv_lib_xml2_xmlParseMemory=yes
12665 else
12666   $as_echo "$as_me: failed program was:" >&5
12667 sed 's/^/| /' conftest.$ac_ext >&5
12668
12669         ac_cv_lib_xml2_xmlParseMemory=no
12670 fi
12671
12672 rm -rf conftest.dSYM
12673 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12674       conftest$ac_exeext conftest.$ac_ext
12675 LIBS=$ac_check_lib_save_LIBS
12676 fi
12677 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12678 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12679 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12680
12681 cat >>confdefs.h <<\_ACEOF
12682 #define HAVE_LIBXML2 1
12683 _ACEOF
12684
12685                  XML2LIBS="$ac_xml_libs"
12686                  XML2INCL="$ac_xml_cflags"
12687 fi
12688
12689              { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12690 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12691 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12692   $as_echo_n "(cached) " >&6
12693 else
12694   ac_check_lib_save_LIBS=$LIBS
12695 LIBS="-lxml2 $ac_xml_libs $LIBS"
12696 cat >conftest.$ac_ext <<_ACEOF
12697 /* confdefs.h.  */
12698 _ACEOF
12699 cat confdefs.h >>conftest.$ac_ext
12700 cat >>conftest.$ac_ext <<_ACEOF
12701 /* end confdefs.h.  */
12702
12703 /* Override any GCC internal prototype to avoid an error.
12704    Use char because int might match the return type of a GCC
12705    builtin and then its argument prototype would still apply.  */
12706 #ifdef __cplusplus
12707 extern "C"
12708 #endif
12709 char xmlReadMemory ();
12710 int
12711 main ()
12712 {
12713 return xmlReadMemory ();
12714   ;
12715   return 0;
12716 }
12717 _ACEOF
12718 rm -f conftest.$ac_objext conftest$ac_exeext
12719 if { (ac_try="$ac_link"
12720 case "(($ac_try" in
12721   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12722   *) ac_try_echo=$ac_try;;
12723 esac
12724 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12725 $as_echo "$ac_try_echo") >&5
12726   (eval "$ac_link") 2>conftest.er1
12727   ac_status=$?
12728   grep -v '^ *+' conftest.er1 >conftest.err
12729   rm -f conftest.er1
12730   cat conftest.err >&5
12731   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12732   (exit $ac_status); } && {
12733          test -z "$ac_c_werror_flag" ||
12734          test ! -s conftest.err
12735        } && test -s conftest$ac_exeext && {
12736          test "$cross_compiling" = yes ||
12737          $as_test_x conftest$ac_exeext
12738        }; then
12739   ac_cv_lib_xml2_xmlReadMemory=yes
12740 else
12741   $as_echo "$as_me: failed program was:" >&5
12742 sed 's/^/| /' conftest.$ac_ext >&5
12743
12744         ac_cv_lib_xml2_xmlReadMemory=no
12745 fi
12746
12747 rm -rf conftest.dSYM
12748 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12749       conftest$ac_exeext conftest.$ac_ext
12750 LIBS=$ac_check_lib_save_LIBS
12751 fi
12752 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12753 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12754 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12755
12756 cat >>confdefs.h <<\_ACEOF
12757 #define HAVE_XMLREADMEMORY 1
12758 _ACEOF
12759
12760 fi
12761
12762              { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12763 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12764 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12765   $as_echo_n "(cached) " >&6
12766 else
12767   ac_check_lib_save_LIBS=$LIBS
12768 LIBS="-lxml2 $ac_xml_libs $LIBS"
12769 cat >conftest.$ac_ext <<_ACEOF
12770 /* confdefs.h.  */
12771 _ACEOF
12772 cat confdefs.h >>conftest.$ac_ext
12773 cat >>conftest.$ac_ext <<_ACEOF
12774 /* end confdefs.h.  */
12775
12776 /* Override any GCC internal prototype to avoid an error.
12777    Use char because int might match the return type of a GCC
12778    builtin and then its argument prototype would still apply.  */
12779 #ifdef __cplusplus
12780 extern "C"
12781 #endif
12782 char xmlNewDocPI ();
12783 int
12784 main ()
12785 {
12786 return xmlNewDocPI ();
12787   ;
12788   return 0;
12789 }
12790 _ACEOF
12791 rm -f conftest.$ac_objext conftest$ac_exeext
12792 if { (ac_try="$ac_link"
12793 case "(($ac_try" in
12794   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12795   *) ac_try_echo=$ac_try;;
12796 esac
12797 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12798 $as_echo "$ac_try_echo") >&5
12799   (eval "$ac_link") 2>conftest.er1
12800   ac_status=$?
12801   grep -v '^ *+' conftest.er1 >conftest.err
12802   rm -f conftest.er1
12803   cat conftest.err >&5
12804   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12805   (exit $ac_status); } && {
12806          test -z "$ac_c_werror_flag" ||
12807          test ! -s conftest.err
12808        } && test -s conftest$ac_exeext && {
12809          test "$cross_compiling" = yes ||
12810          $as_test_x conftest$ac_exeext
12811        }; then
12812   ac_cv_lib_xml2_xmlNewDocPI=yes
12813 else
12814   $as_echo "$as_me: failed program was:" >&5
12815 sed 's/^/| /' conftest.$ac_ext >&5
12816
12817         ac_cv_lib_xml2_xmlNewDocPI=no
12818 fi
12819
12820 rm -rf conftest.dSYM
12821 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12822       conftest$ac_exeext conftest.$ac_ext
12823 LIBS=$ac_check_lib_save_LIBS
12824 fi
12825 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12826 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12827 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12828
12829 cat >>confdefs.h <<\_ACEOF
12830 #define HAVE_XMLNEWDOCPI 1
12831 _ACEOF
12832
12833 fi
12834
12835
12836 fi
12837
12838 done
12839
12840     CPPFLAGS="$ac_save_CPPFLAGS"
12841 fi
12842 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12843   case "x$with_xml" in
12844   x)   wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12845   xno) ;;
12846   *)   { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12847 This is an error since --with-xml was requested." >&5
12848 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12849 This is an error since --with-xml was requested." >&2;}
12850    { (exit 1); exit 1; }; } ;;
12851 esac
12852 fi
12853
12854
12855 if test "x$with_xslt" != "xno"
12856 then
12857     if test "$PKG_CONFIG" != "false"
12858     then
12859         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12860         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12861     else
12862         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12863         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12864     fi
12865     ac_save_CPPFLAGS="$CPPFLAGS"
12866     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12867
12868
12869 for ac_header in libxslt/pattern.h libxslt/transform.h
12870 do
12871 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12872 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12873 $as_echo_n "checking for $ac_header... " >&6; }
12874 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12875   $as_echo_n "(cached) " >&6
12876 else
12877   cat >conftest.$ac_ext <<_ACEOF
12878 /* confdefs.h.  */
12879 _ACEOF
12880 cat confdefs.h >>conftest.$ac_ext
12881 cat >>conftest.$ac_ext <<_ACEOF
12882 /* end confdefs.h.  */
12883 #ifdef HAVE_LIBXSLT_PATTERN_H
12884 # include <libxslt/pattern.h>
12885 #endif
12886
12887 #include <$ac_header>
12888 _ACEOF
12889 rm -f conftest.$ac_objext
12890 if { (ac_try="$ac_compile"
12891 case "(($ac_try" in
12892   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12893   *) ac_try_echo=$ac_try;;
12894 esac
12895 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12896 $as_echo "$ac_try_echo") >&5
12897   (eval "$ac_compile") 2>conftest.er1
12898   ac_status=$?
12899   grep -v '^ *+' conftest.er1 >conftest.err
12900   rm -f conftest.er1
12901   cat conftest.err >&5
12902   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12903   (exit $ac_status); } && {
12904          test -z "$ac_c_werror_flag" ||
12905          test ! -s conftest.err
12906        } && test -s conftest.$ac_objext; then
12907   eval "$as_ac_Header=yes"
12908 else
12909   $as_echo "$as_me: failed program was:" >&5
12910 sed 's/^/| /' conftest.$ac_ext >&5
12911
12912         eval "$as_ac_Header=no"
12913 fi
12914
12915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12916 fi
12917 ac_res=`eval 'as_val=${'$as_ac_Header'}
12918                  $as_echo "$as_val"'`
12919                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12920 $as_echo "$ac_res" >&6; }
12921 as_val=`eval 'as_val=${'$as_ac_Header'}
12922                  $as_echo "$as_val"'`
12923    if test "x$as_val" = x""yes; then
12924   cat >>confdefs.h <<_ACEOF
12925 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12926 _ACEOF
12927
12928 fi
12929
12930 done
12931
12932     CPPFLAGS="$ac_save_CPPFLAGS"
12933     if test "$ac_cv_header_libxslt_transform_h" = "yes"
12934     then
12935         { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12936 $as_echo_n "checking for -lxslt... " >&6; }
12937 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12938   $as_echo_n "(cached) " >&6
12939 else
12940   ac_check_soname_save_LIBS=$LIBS
12941 LIBS="-lxslt $ac_xslt_libs $LIBS"
12942   cat >conftest.$ac_ext <<_ACEOF
12943 /* confdefs.h.  */
12944 _ACEOF
12945 cat confdefs.h >>conftest.$ac_ext
12946 cat >>conftest.$ac_ext <<_ACEOF
12947 /* end confdefs.h.  */
12948
12949 /* Override any GCC internal prototype to avoid an error.
12950    Use char because int might match the return type of a GCC
12951    builtin and then its argument prototype would still apply.  */
12952 #ifdef __cplusplus
12953 extern "C"
12954 #endif
12955 char xsltCompilePattern ();
12956 int
12957 main ()
12958 {
12959 return xsltCompilePattern ();
12960   ;
12961   return 0;
12962 }
12963 _ACEOF
12964 rm -f conftest.$ac_objext conftest$ac_exeext
12965 if { (ac_try="$ac_link"
12966 case "(($ac_try" in
12967   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12968   *) ac_try_echo=$ac_try;;
12969 esac
12970 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12971 $as_echo "$ac_try_echo") >&5
12972   (eval "$ac_link") 2>conftest.er1
12973   ac_status=$?
12974   grep -v '^ *+' conftest.er1 >conftest.err
12975   rm -f conftest.er1
12976   cat conftest.err >&5
12977   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12978   (exit $ac_status); } && {
12979          test -z "$ac_c_werror_flag" ||
12980          test ! -s conftest.err
12981        } && test -s conftest$ac_exeext && {
12982          test "$cross_compiling" = yes ||
12983          $as_test_x conftest$ac_exeext
12984        }; then
12985   case "$LIBEXT" in
12986     dll) ;;
12987     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'` ;;
12988     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
12989   esac
12990 else
12991   $as_echo "$as_me: failed program was:" >&5
12992 sed 's/^/| /' conftest.$ac_ext >&5
12993
12994
12995 fi
12996
12997 rm -rf conftest.dSYM
12998 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12999       conftest$ac_exeext conftest.$ac_ext
13000   LIBS=$ac_check_soname_save_LIBS
13001 fi
13002 if test "x$ac_cv_lib_soname_xslt" = "x"; then
13003   { $as_echo "$as_me:$LINENO: result: not found" >&5
13004 $as_echo "not found" >&6; }
13005
13006 else
13007   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
13008 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
13009
13010 cat >>confdefs.h <<_ACEOF
13011 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
13012 _ACEOF
13013
13014        XSLTINCL="$ac_xslt_cflags"
13015 fi
13016
13017     fi
13018 fi
13019 if test "x$ac_cv_lib_soname_xslt" = "x"; then
13020   case "x$with_xslt" in
13021   x)   wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
13022   xno) ;;
13023   *)   { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
13024 This is an error since --with-xslt was requested." >&5
13025 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
13026 This is an error since --with-xslt was requested." >&2;}
13027    { (exit 1); exit 1; }; } ;;
13028 esac
13029 fi
13030
13031
13032 HALINCL=""
13033
13034 if test "x$with_hal" != "xno"
13035 then
13036     ac_save_CPPFLAGS="$CPPFLAGS"
13037     if test "$PKG_CONFIG" != "false"
13038     then
13039         ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
13040         ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
13041         CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
13042     fi
13043
13044
13045 for ac_header in dbus/dbus.h hal/libhal.h
13046 do
13047 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13048 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13049   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13050 $as_echo_n "checking for $ac_header... " >&6; }
13051 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13052   $as_echo_n "(cached) " >&6
13053 fi
13054 ac_res=`eval 'as_val=${'$as_ac_Header'}
13055                  $as_echo "$as_val"'`
13056                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13057 $as_echo "$ac_res" >&6; }
13058 else
13059   # Is the header compilable?
13060 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
13061 $as_echo_n "checking $ac_header usability... " >&6; }
13062 cat >conftest.$ac_ext <<_ACEOF
13063 /* confdefs.h.  */
13064 _ACEOF
13065 cat confdefs.h >>conftest.$ac_ext
13066 cat >>conftest.$ac_ext <<_ACEOF
13067 /* end confdefs.h.  */
13068 $ac_includes_default
13069 #include <$ac_header>
13070 _ACEOF
13071 rm -f conftest.$ac_objext
13072 if { (ac_try="$ac_compile"
13073 case "(($ac_try" in
13074   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13075   *) ac_try_echo=$ac_try;;
13076 esac
13077 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13078 $as_echo "$ac_try_echo") >&5
13079   (eval "$ac_compile") 2>conftest.er1
13080   ac_status=$?
13081   grep -v '^ *+' conftest.er1 >conftest.err
13082   rm -f conftest.er1
13083   cat conftest.err >&5
13084   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13085   (exit $ac_status); } && {
13086          test -z "$ac_c_werror_flag" ||
13087          test ! -s conftest.err
13088        } && test -s conftest.$ac_objext; then
13089   ac_header_compiler=yes
13090 else
13091   $as_echo "$as_me: failed program was:" >&5
13092 sed 's/^/| /' conftest.$ac_ext >&5
13093
13094         ac_header_compiler=no
13095 fi
13096
13097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13098 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13099 $as_echo "$ac_header_compiler" >&6; }
13100
13101 # Is the header present?
13102 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
13103 $as_echo_n "checking $ac_header presence... " >&6; }
13104 cat >conftest.$ac_ext <<_ACEOF
13105 /* confdefs.h.  */
13106 _ACEOF
13107 cat confdefs.h >>conftest.$ac_ext
13108 cat >>conftest.$ac_ext <<_ACEOF
13109 /* end confdefs.h.  */
13110 #include <$ac_header>
13111 _ACEOF
13112 if { (ac_try="$ac_cpp conftest.$ac_ext"
13113 case "(($ac_try" in
13114   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13115   *) ac_try_echo=$ac_try;;
13116 esac
13117 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13118 $as_echo "$ac_try_echo") >&5
13119   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13120   ac_status=$?
13121   grep -v '^ *+' conftest.er1 >conftest.err
13122   rm -f conftest.er1
13123   cat conftest.err >&5
13124   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13125   (exit $ac_status); } >/dev/null && {
13126          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13127          test ! -s conftest.err
13128        }; then
13129   ac_header_preproc=yes
13130 else
13131   $as_echo "$as_me: failed program was:" >&5
13132 sed 's/^/| /' conftest.$ac_ext >&5
13133
13134   ac_header_preproc=no
13135 fi
13136
13137 rm -f conftest.err conftest.$ac_ext
13138 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13139 $as_echo "$ac_header_preproc" >&6; }
13140
13141 # So?  What about this header?
13142 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13143   yes:no: )
13144     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13145 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13146     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13147 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13148     ac_header_preproc=yes
13149     ;;
13150   no:yes:* )
13151     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13152 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13153     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
13154 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
13155     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13156 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13157     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
13158 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
13159     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13160 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13161     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13162 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13163     ( cat <<\_ASBOX
13164 ## ------------------------------------ ##
13165 ## Report this to wine-devel@winehq.org ##
13166 ## ------------------------------------ ##
13167 _ASBOX
13168      ) | sed "s/^/$as_me: WARNING:     /" >&2
13169     ;;
13170 esac
13171 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13172 $as_echo_n "checking for $ac_header... " >&6; }
13173 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13174   $as_echo_n "(cached) " >&6
13175 else
13176   eval "$as_ac_Header=\$ac_header_preproc"
13177 fi
13178 ac_res=`eval 'as_val=${'$as_ac_Header'}
13179                  $as_echo "$as_val"'`
13180                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13181 $as_echo "$ac_res" >&6; }
13182
13183 fi
13184 as_val=`eval 'as_val=${'$as_ac_Header'}
13185                  $as_echo "$as_val"'`
13186    if test "x$as_val" = x""yes; then
13187   cat >>confdefs.h <<_ACEOF
13188 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13189 _ACEOF
13190
13191 fi
13192
13193 done
13194
13195     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13196     then
13197         { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13198 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13199 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13200   $as_echo_n "(cached) " >&6
13201 else
13202   ac_check_lib_save_LIBS=$LIBS
13203 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13204 cat >conftest.$ac_ext <<_ACEOF
13205 /* confdefs.h.  */
13206 _ACEOF
13207 cat confdefs.h >>conftest.$ac_ext
13208 cat >>conftest.$ac_ext <<_ACEOF
13209 /* end confdefs.h.  */
13210
13211 /* Override any GCC internal prototype to avoid an error.
13212    Use char because int might match the return type of a GCC
13213    builtin and then its argument prototype would still apply.  */
13214 #ifdef __cplusplus
13215 extern "C"
13216 #endif
13217 char dbus_connection_close ();
13218 int
13219 main ()
13220 {
13221 return dbus_connection_close ();
13222   ;
13223   return 0;
13224 }
13225 _ACEOF
13226 rm -f conftest.$ac_objext conftest$ac_exeext
13227 if { (ac_try="$ac_link"
13228 case "(($ac_try" in
13229   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13230   *) ac_try_echo=$ac_try;;
13231 esac
13232 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13233 $as_echo "$ac_try_echo") >&5
13234   (eval "$ac_link") 2>conftest.er1
13235   ac_status=$?
13236   grep -v '^ *+' conftest.er1 >conftest.err
13237   rm -f conftest.er1
13238   cat conftest.err >&5
13239   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13240   (exit $ac_status); } && {
13241          test -z "$ac_c_werror_flag" ||
13242          test ! -s conftest.err
13243        } && test -s conftest$ac_exeext && {
13244          test "$cross_compiling" = yes ||
13245          $as_test_x conftest$ac_exeext
13246        }; then
13247   ac_cv_lib_dbus_1_dbus_connection_close=yes
13248 else
13249   $as_echo "$as_me: failed program was:" >&5
13250 sed 's/^/| /' conftest.$ac_ext >&5
13251
13252         ac_cv_lib_dbus_1_dbus_connection_close=no
13253 fi
13254
13255 rm -rf conftest.dSYM
13256 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13257       conftest$ac_exeext conftest.$ac_ext
13258 LIBS=$ac_check_lib_save_LIBS
13259 fi
13260 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13261 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13262 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13263   { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13264 $as_echo_n "checking for -lhal... " >&6; }
13265 if test "${ac_cv_lib_soname_hal+set}" = set; then
13266   $as_echo_n "(cached) " >&6
13267 else
13268   ac_check_soname_save_LIBS=$LIBS
13269 LIBS="-lhal $ac_hal_libs $LIBS"
13270   cat >conftest.$ac_ext <<_ACEOF
13271 /* confdefs.h.  */
13272 _ACEOF
13273 cat confdefs.h >>conftest.$ac_ext
13274 cat >>conftest.$ac_ext <<_ACEOF
13275 /* end confdefs.h.  */
13276
13277 /* Override any GCC internal prototype to avoid an error.
13278    Use char because int might match the return type of a GCC
13279    builtin and then its argument prototype would still apply.  */
13280 #ifdef __cplusplus
13281 extern "C"
13282 #endif
13283 char libhal_ctx_new ();
13284 int
13285 main ()
13286 {
13287 return libhal_ctx_new ();
13288   ;
13289   return 0;
13290 }
13291 _ACEOF
13292 rm -f conftest.$ac_objext conftest$ac_exeext
13293 if { (ac_try="$ac_link"
13294 case "(($ac_try" in
13295   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13296   *) ac_try_echo=$ac_try;;
13297 esac
13298 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13299 $as_echo "$ac_try_echo") >&5
13300   (eval "$ac_link") 2>conftest.er1
13301   ac_status=$?
13302   grep -v '^ *+' conftest.er1 >conftest.err
13303   rm -f conftest.er1
13304   cat conftest.err >&5
13305   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13306   (exit $ac_status); } && {
13307          test -z "$ac_c_werror_flag" ||
13308          test ! -s conftest.err
13309        } && test -s conftest$ac_exeext && {
13310          test "$cross_compiling" = yes ||
13311          $as_test_x conftest$ac_exeext
13312        }; then
13313   case "$LIBEXT" in
13314     dll) ;;
13315     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'` ;;
13316     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
13317   esac
13318 else
13319   $as_echo "$as_me: failed program was:" >&5
13320 sed 's/^/| /' conftest.$ac_ext >&5
13321
13322
13323 fi
13324
13325 rm -rf conftest.dSYM
13326 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13327       conftest$ac_exeext conftest.$ac_ext
13328   LIBS=$ac_check_soname_save_LIBS
13329 fi
13330 if test "x$ac_cv_lib_soname_hal" = "x"; then
13331   { $as_echo "$as_me:$LINENO: result: not found" >&5
13332 $as_echo "not found" >&6; }
13333
13334 else
13335   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13336 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13337
13338 cat >>confdefs.h <<_ACEOF
13339 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13340 _ACEOF
13341
13342        HALINCL="$ac_hal_cflags"
13343 fi
13344
13345 fi
13346
13347     fi
13348     CPPFLAGS="$ac_save_CPPFLAGS"
13349 fi
13350 if test "x$ac_cv_lib_soname_hal" = "x"; then
13351   case "x$with_hal" in
13352   x)   wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13353   xno) ;;
13354   *)   { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13355 This is an error since --with-hal was requested." >&5
13356 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13357 This is an error since --with-hal was requested." >&2;}
13358    { (exit 1); exit 1; }; } ;;
13359 esac
13360 fi
13361
13362
13363 if test "x$with_gnutls" != "xno"
13364 then
13365     ac_save_CPPFLAGS="$CPPFLAGS"
13366     if test "$PKG_CONFIG" != "false"
13367     then
13368         ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13369         ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13370         CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13371     fi
13372     if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13373   { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13374 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13375 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13376   $as_echo_n "(cached) " >&6
13377 fi
13378 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13379 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13380 else
13381   # Is the header compilable?
13382 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13383 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13384 cat >conftest.$ac_ext <<_ACEOF
13385 /* confdefs.h.  */
13386 _ACEOF
13387 cat confdefs.h >>conftest.$ac_ext
13388 cat >>conftest.$ac_ext <<_ACEOF
13389 /* end confdefs.h.  */
13390 $ac_includes_default
13391 #include <gnutls/gnutls.h>
13392 _ACEOF
13393 rm -f conftest.$ac_objext
13394 if { (ac_try="$ac_compile"
13395 case "(($ac_try" in
13396   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13397   *) ac_try_echo=$ac_try;;
13398 esac
13399 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13400 $as_echo "$ac_try_echo") >&5
13401   (eval "$ac_compile") 2>conftest.er1
13402   ac_status=$?
13403   grep -v '^ *+' conftest.er1 >conftest.err
13404   rm -f conftest.er1
13405   cat conftest.err >&5
13406   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13407   (exit $ac_status); } && {
13408          test -z "$ac_c_werror_flag" ||
13409          test ! -s conftest.err
13410        } && test -s conftest.$ac_objext; then
13411   ac_header_compiler=yes
13412 else
13413   $as_echo "$as_me: failed program was:" >&5
13414 sed 's/^/| /' conftest.$ac_ext >&5
13415
13416         ac_header_compiler=no
13417 fi
13418
13419 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13420 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13421 $as_echo "$ac_header_compiler" >&6; }
13422
13423 # Is the header present?
13424 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13425 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13426 cat >conftest.$ac_ext <<_ACEOF
13427 /* confdefs.h.  */
13428 _ACEOF
13429 cat confdefs.h >>conftest.$ac_ext
13430 cat >>conftest.$ac_ext <<_ACEOF
13431 /* end confdefs.h.  */
13432 #include <gnutls/gnutls.h>
13433 _ACEOF
13434 if { (ac_try="$ac_cpp conftest.$ac_ext"
13435 case "(($ac_try" in
13436   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13437   *) ac_try_echo=$ac_try;;
13438 esac
13439 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13440 $as_echo "$ac_try_echo") >&5
13441   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13442   ac_status=$?
13443   grep -v '^ *+' conftest.er1 >conftest.err
13444   rm -f conftest.er1
13445   cat conftest.err >&5
13446   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13447   (exit $ac_status); } >/dev/null && {
13448          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13449          test ! -s conftest.err
13450        }; then
13451   ac_header_preproc=yes
13452 else
13453   $as_echo "$as_me: failed program was:" >&5
13454 sed 's/^/| /' conftest.$ac_ext >&5
13455
13456   ac_header_preproc=no
13457 fi
13458
13459 rm -f conftest.err conftest.$ac_ext
13460 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13461 $as_echo "$ac_header_preproc" >&6; }
13462
13463 # So?  What about this header?
13464 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13465   yes:no: )
13466     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13467 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13468     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13469 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13470     ac_header_preproc=yes
13471     ;;
13472   no:yes:* )
13473     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13474 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13475     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&5
13476 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&2;}
13477     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13478 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13479     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&5
13480 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13481     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13482 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13483     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13484 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13485     ( cat <<\_ASBOX
13486 ## ------------------------------------ ##
13487 ## Report this to wine-devel@winehq.org ##
13488 ## ------------------------------------ ##
13489 _ASBOX
13490      ) | sed "s/^/$as_me: WARNING:     /" >&2
13491     ;;
13492 esac
13493 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13494 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13495 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13496   $as_echo_n "(cached) " >&6
13497 else
13498   ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13499 fi
13500 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13501 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13502
13503 fi
13504 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13505   cat >conftest.$ac_ext <<_ACEOF
13506 /* confdefs.h.  */
13507 _ACEOF
13508 cat confdefs.h >>conftest.$ac_ext
13509 cat >>conftest.$ac_ext <<_ACEOF
13510 /* end confdefs.h.  */
13511 #include <gnutls/gnutls.h>
13512 int
13513 main ()
13514 {
13515 typeof(gnutls_mac_get_key_size) *pfunc;
13516   ;
13517   return 0;
13518 }
13519 _ACEOF
13520 rm -f conftest.$ac_objext
13521 if { (ac_try="$ac_compile"
13522 case "(($ac_try" in
13523   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13524   *) ac_try_echo=$ac_try;;
13525 esac
13526 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13527 $as_echo "$ac_try_echo") >&5
13528   (eval "$ac_compile") 2>conftest.er1
13529   ac_status=$?
13530   grep -v '^ *+' conftest.er1 >conftest.err
13531   rm -f conftest.er1
13532   cat conftest.err >&5
13533   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13534   (exit $ac_status); } && {
13535          test -z "$ac_c_werror_flag" ||
13536          test ! -s conftest.err
13537        } && test -s conftest.$ac_objext; then
13538   { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13539 $as_echo_n "checking for -lgnutls... " >&6; }
13540 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13541   $as_echo_n "(cached) " >&6
13542 else
13543   ac_check_soname_save_LIBS=$LIBS
13544 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13545   cat >conftest.$ac_ext <<_ACEOF
13546 /* confdefs.h.  */
13547 _ACEOF
13548 cat confdefs.h >>conftest.$ac_ext
13549 cat >>conftest.$ac_ext <<_ACEOF
13550 /* end confdefs.h.  */
13551
13552 /* Override any GCC internal prototype to avoid an error.
13553    Use char because int might match the return type of a GCC
13554    builtin and then its argument prototype would still apply.  */
13555 #ifdef __cplusplus
13556 extern "C"
13557 #endif
13558 char gnutls_global_init ();
13559 int
13560 main ()
13561 {
13562 return gnutls_global_init ();
13563   ;
13564   return 0;
13565 }
13566 _ACEOF
13567 rm -f conftest.$ac_objext conftest$ac_exeext
13568 if { (ac_try="$ac_link"
13569 case "(($ac_try" in
13570   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13571   *) ac_try_echo=$ac_try;;
13572 esac
13573 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13574 $as_echo "$ac_try_echo") >&5
13575   (eval "$ac_link") 2>conftest.er1
13576   ac_status=$?
13577   grep -v '^ *+' conftest.er1 >conftest.err
13578   rm -f conftest.er1
13579   cat conftest.err >&5
13580   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13581   (exit $ac_status); } && {
13582          test -z "$ac_c_werror_flag" ||
13583          test ! -s conftest.err
13584        } && test -s conftest$ac_exeext && {
13585          test "$cross_compiling" = yes ||
13586          $as_test_x conftest$ac_exeext
13587        }; then
13588   case "$LIBEXT" in
13589     dll) ;;
13590     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'` ;;
13591     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13592   esac
13593 else
13594   $as_echo "$as_me: failed program was:" >&5
13595 sed 's/^/| /' conftest.$ac_ext >&5
13596
13597
13598 fi
13599
13600 rm -rf conftest.dSYM
13601 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13602       conftest$ac_exeext conftest.$ac_ext
13603   LIBS=$ac_check_soname_save_LIBS
13604 fi
13605 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13606   { $as_echo "$as_me:$LINENO: result: not found" >&5
13607 $as_echo "not found" >&6; }
13608
13609 else
13610   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13611 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13612
13613 cat >>confdefs.h <<_ACEOF
13614 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13615 _ACEOF
13616
13617        GNUTLSINCL="$ac_gnutls_cflags"
13618
13619 fi
13620
13621 else
13622   $as_echo "$as_me: failed program was:" >&5
13623 sed 's/^/| /' conftest.$ac_ext >&5
13624
13625
13626 fi
13627
13628 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13629 fi
13630
13631
13632     CPPFLAGS="$ac_save_CPPFLAGS"
13633 fi
13634 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13635   case "x$with_gnutls" in
13636   x)   wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13637   xno) ;;
13638   *)   { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13639 This is an error since --with-gnutls was requested." >&5
13640 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13641 This is an error since --with-gnutls was requested." >&2;}
13642    { (exit 1); exit 1; }; } ;;
13643 esac
13644 fi
13645
13646
13647 CURSESLIBS=""
13648 if test "$ac_cv_header_ncurses_h" = "yes"
13649 then
13650     { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13651 $as_echo_n "checking for -lncurses... " >&6; }
13652 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13653   $as_echo_n "(cached) " >&6
13654 else
13655   ac_check_soname_save_LIBS=$LIBS
13656 LIBS="-lncurses  $LIBS"
13657   cat >conftest.$ac_ext <<_ACEOF
13658 /* confdefs.h.  */
13659 _ACEOF
13660 cat confdefs.h >>conftest.$ac_ext
13661 cat >>conftest.$ac_ext <<_ACEOF
13662 /* end confdefs.h.  */
13663
13664 /* Override any GCC internal prototype to avoid an error.
13665    Use char because int might match the return type of a GCC
13666    builtin and then its argument prototype would still apply.  */
13667 #ifdef __cplusplus
13668 extern "C"
13669 #endif
13670 char waddch ();
13671 int
13672 main ()
13673 {
13674 return waddch ();
13675   ;
13676   return 0;
13677 }
13678 _ACEOF
13679 rm -f conftest.$ac_objext conftest$ac_exeext
13680 if { (ac_try="$ac_link"
13681 case "(($ac_try" in
13682   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13683   *) ac_try_echo=$ac_try;;
13684 esac
13685 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13686 $as_echo "$ac_try_echo") >&5
13687   (eval "$ac_link") 2>conftest.er1
13688   ac_status=$?
13689   grep -v '^ *+' conftest.er1 >conftest.err
13690   rm -f conftest.er1
13691   cat conftest.err >&5
13692   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13693   (exit $ac_status); } && {
13694          test -z "$ac_c_werror_flag" ||
13695          test ! -s conftest.err
13696        } && test -s conftest$ac_exeext && {
13697          test "$cross_compiling" = yes ||
13698          $as_test_x conftest$ac_exeext
13699        }; then
13700   case "$LIBEXT" in
13701     dll) ;;
13702     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'` ;;
13703     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
13704   esac
13705 else
13706   $as_echo "$as_me: failed program was:" >&5
13707 sed 's/^/| /' conftest.$ac_ext >&5
13708
13709
13710 fi
13711
13712 rm -rf conftest.dSYM
13713 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13714       conftest$ac_exeext conftest.$ac_ext
13715   LIBS=$ac_check_soname_save_LIBS
13716 fi
13717 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13718   { $as_echo "$as_me:$LINENO: result: not found" >&5
13719 $as_echo "not found" >&6; }
13720
13721 else
13722   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13723 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13724
13725 cat >>confdefs.h <<_ACEOF
13726 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13727 _ACEOF
13728
13729        CURSESLIBS="-lncurses"
13730 fi
13731
13732 elif test "$ac_cv_header_curses_h" = "yes"
13733 then
13734     { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13735 $as_echo_n "checking for -lcurses... " >&6; }
13736 if test "${ac_cv_lib_soname_curses+set}" = set; then
13737   $as_echo_n "(cached) " >&6
13738 else
13739   ac_check_soname_save_LIBS=$LIBS
13740 LIBS="-lcurses  $LIBS"
13741   cat >conftest.$ac_ext <<_ACEOF
13742 /* confdefs.h.  */
13743 _ACEOF
13744 cat confdefs.h >>conftest.$ac_ext
13745 cat >>conftest.$ac_ext <<_ACEOF
13746 /* end confdefs.h.  */
13747
13748 /* Override any GCC internal prototype to avoid an error.
13749    Use char because int might match the return type of a GCC
13750    builtin and then its argument prototype would still apply.  */
13751 #ifdef __cplusplus
13752 extern "C"
13753 #endif
13754 char waddch ();
13755 int
13756 main ()
13757 {
13758 return waddch ();
13759   ;
13760   return 0;
13761 }
13762 _ACEOF
13763 rm -f conftest.$ac_objext conftest$ac_exeext
13764 if { (ac_try="$ac_link"
13765 case "(($ac_try" in
13766   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13767   *) ac_try_echo=$ac_try;;
13768 esac
13769 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13770 $as_echo "$ac_try_echo") >&5
13771   (eval "$ac_link") 2>conftest.er1
13772   ac_status=$?
13773   grep -v '^ *+' conftest.er1 >conftest.err
13774   rm -f conftest.er1
13775   cat conftest.err >&5
13776   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13777   (exit $ac_status); } && {
13778          test -z "$ac_c_werror_flag" ||
13779          test ! -s conftest.err
13780        } && test -s conftest$ac_exeext && {
13781          test "$cross_compiling" = yes ||
13782          $as_test_x conftest$ac_exeext
13783        }; then
13784   case "$LIBEXT" in
13785     dll) ;;
13786     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'` ;;
13787     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13788   esac
13789 else
13790   $as_echo "$as_me: failed program was:" >&5
13791 sed 's/^/| /' conftest.$ac_ext >&5
13792
13793
13794 fi
13795
13796 rm -rf conftest.dSYM
13797 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13798       conftest$ac_exeext conftest.$ac_ext
13799   LIBS=$ac_check_soname_save_LIBS
13800 fi
13801 if test "x$ac_cv_lib_soname_curses" = "x"; then
13802   { $as_echo "$as_me:$LINENO: result: not found" >&5
13803 $as_echo "not found" >&6; }
13804
13805 else
13806   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13807 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13808
13809 cat >>confdefs.h <<_ACEOF
13810 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13811 _ACEOF
13812
13813        CURSESLIBS="-lcurses"
13814 fi
13815
13816 fi
13817 ac_save_LIBS="$LIBS"
13818 LIBS="$LIBS $CURSESLIBS"
13819
13820 for ac_func in mousemask
13821 do
13822 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13823 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13824 $as_echo_n "checking for $ac_func... " >&6; }
13825 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13826   $as_echo_n "(cached) " >&6
13827 else
13828   cat >conftest.$ac_ext <<_ACEOF
13829 /* confdefs.h.  */
13830 _ACEOF
13831 cat confdefs.h >>conftest.$ac_ext
13832 cat >>conftest.$ac_ext <<_ACEOF
13833 /* end confdefs.h.  */
13834 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13835    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13836 #define $ac_func innocuous_$ac_func
13837
13838 /* System header to define __stub macros and hopefully few prototypes,
13839     which can conflict with char $ac_func (); below.
13840     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13841     <limits.h> exists even on freestanding compilers.  */
13842
13843 #ifdef __STDC__
13844 # include <limits.h>
13845 #else
13846 # include <assert.h>
13847 #endif
13848
13849 #undef $ac_func
13850
13851 /* Override any GCC internal prototype to avoid an error.
13852    Use char because int might match the return type of a GCC
13853    builtin and then its argument prototype would still apply.  */
13854 #ifdef __cplusplus
13855 extern "C"
13856 #endif
13857 char $ac_func ();
13858 /* The GNU C library defines this for functions which it implements
13859     to always fail with ENOSYS.  Some functions are actually named
13860     something starting with __ and the normal name is an alias.  */
13861 #if defined __stub_$ac_func || defined __stub___$ac_func
13862 choke me
13863 #endif
13864
13865 int
13866 main ()
13867 {
13868 return $ac_func ();
13869   ;
13870   return 0;
13871 }
13872 _ACEOF
13873 rm -f conftest.$ac_objext conftest$ac_exeext
13874 if { (ac_try="$ac_link"
13875 case "(($ac_try" in
13876   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13877   *) ac_try_echo=$ac_try;;
13878 esac
13879 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13880 $as_echo "$ac_try_echo") >&5
13881   (eval "$ac_link") 2>conftest.er1
13882   ac_status=$?
13883   grep -v '^ *+' conftest.er1 >conftest.err
13884   rm -f conftest.er1
13885   cat conftest.err >&5
13886   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13887   (exit $ac_status); } && {
13888          test -z "$ac_c_werror_flag" ||
13889          test ! -s conftest.err
13890        } && test -s conftest$ac_exeext && {
13891          test "$cross_compiling" = yes ||
13892          $as_test_x conftest$ac_exeext
13893        }; then
13894   eval "$as_ac_var=yes"
13895 else
13896   $as_echo "$as_me: failed program was:" >&5
13897 sed 's/^/| /' conftest.$ac_ext >&5
13898
13899         eval "$as_ac_var=no"
13900 fi
13901
13902 rm -rf conftest.dSYM
13903 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13904       conftest$ac_exeext conftest.$ac_ext
13905 fi
13906 ac_res=`eval 'as_val=${'$as_ac_var'}
13907                  $as_echo "$as_val"'`
13908                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13909 $as_echo "$ac_res" >&6; }
13910 as_val=`eval 'as_val=${'$as_ac_var'}
13911                  $as_echo "$as_val"'`
13912    if test "x$as_val" = x""yes; then
13913   cat >>confdefs.h <<_ACEOF
13914 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13915 _ACEOF
13916
13917 fi
13918 done
13919
13920 LIBS="$ac_save_LIBS"
13921 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13922   case "x$with_curses" in
13923   x)   wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13924   xno) ;;
13925   *)   { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13926 This is an error since --with-curses was requested." >&5
13927 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13928 This is an error since --with-curses was requested." >&2;}
13929    { (exit 1); exit 1; }; } ;;
13930 esac
13931 fi
13932
13933
13934 if test "x$with_sane" != "xno"
13935 then
13936     ac_save_CPPFLAGS="$CPPFLAGS"
13937     # Extract the first word of "sane-config", so it can be a program name with args.
13938 set dummy sane-config; ac_word=$2
13939 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13940 $as_echo_n "checking for $ac_word... " >&6; }
13941 if test "${ac_cv_prog_sane_devel+set}" = set; then
13942   $as_echo_n "(cached) " >&6
13943 else
13944   if test -n "$sane_devel"; then
13945   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13946 else
13947 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13948 for as_dir in $PATH
13949 do
13950   IFS=$as_save_IFS
13951   test -z "$as_dir" && as_dir=.
13952   for ac_exec_ext in '' $ac_executable_extensions; do
13953   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13954     ac_cv_prog_sane_devel="sane-config"
13955     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13956     break 2
13957   fi
13958 done
13959 done
13960 IFS=$as_save_IFS
13961
13962   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13963 fi
13964 fi
13965 sane_devel=$ac_cv_prog_sane_devel
13966 if test -n "$sane_devel"; then
13967   { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13968 $as_echo "$sane_devel" >&6; }
13969 else
13970   { $as_echo "$as_me:$LINENO: result: no" >&5
13971 $as_echo "no" >&6; }
13972 fi
13973
13974
13975     if test "$sane_devel" != "no"
13976     then
13977         ac_sane_incl="`$sane_devel --cflags`"
13978         ac_sane_libs="`$sane_devel --ldflags`"
13979         CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13980     fi
13981     if test "${ac_cv_header_sane_sane_h+set}" = set; then
13982   { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13983 $as_echo_n "checking for sane/sane.h... " >&6; }
13984 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13985   $as_echo_n "(cached) " >&6
13986 fi
13987 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13988 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13989 else
13990   # Is the header compilable?
13991 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13992 $as_echo_n "checking sane/sane.h usability... " >&6; }
13993 cat >conftest.$ac_ext <<_ACEOF
13994 /* confdefs.h.  */
13995 _ACEOF
13996 cat confdefs.h >>conftest.$ac_ext
13997 cat >>conftest.$ac_ext <<_ACEOF
13998 /* end confdefs.h.  */
13999 $ac_includes_default
14000 #include <sane/sane.h>
14001 _ACEOF
14002 rm -f conftest.$ac_objext
14003 if { (ac_try="$ac_compile"
14004 case "(($ac_try" in
14005   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14006   *) ac_try_echo=$ac_try;;
14007 esac
14008 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14009 $as_echo "$ac_try_echo") >&5
14010   (eval "$ac_compile") 2>conftest.er1
14011   ac_status=$?
14012   grep -v '^ *+' conftest.er1 >conftest.err
14013   rm -f conftest.er1
14014   cat conftest.err >&5
14015   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14016   (exit $ac_status); } && {
14017          test -z "$ac_c_werror_flag" ||
14018          test ! -s conftest.err
14019        } && test -s conftest.$ac_objext; then
14020   ac_header_compiler=yes
14021 else
14022   $as_echo "$as_me: failed program was:" >&5
14023 sed 's/^/| /' conftest.$ac_ext >&5
14024
14025         ac_header_compiler=no
14026 fi
14027
14028 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14029 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14030 $as_echo "$ac_header_compiler" >&6; }
14031
14032 # Is the header present?
14033 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
14034 $as_echo_n "checking sane/sane.h presence... " >&6; }
14035 cat >conftest.$ac_ext <<_ACEOF
14036 /* confdefs.h.  */
14037 _ACEOF
14038 cat confdefs.h >>conftest.$ac_ext
14039 cat >>conftest.$ac_ext <<_ACEOF
14040 /* end confdefs.h.  */
14041 #include <sane/sane.h>
14042 _ACEOF
14043 if { (ac_try="$ac_cpp conftest.$ac_ext"
14044 case "(($ac_try" in
14045   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14046   *) ac_try_echo=$ac_try;;
14047 esac
14048 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14049 $as_echo "$ac_try_echo") >&5
14050   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14051   ac_status=$?
14052   grep -v '^ *+' conftest.er1 >conftest.err
14053   rm -f conftest.er1
14054   cat conftest.err >&5
14055   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14056   (exit $ac_status); } >/dev/null && {
14057          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14058          test ! -s conftest.err
14059        }; then
14060   ac_header_preproc=yes
14061 else
14062   $as_echo "$as_me: failed program was:" >&5
14063 sed 's/^/| /' conftest.$ac_ext >&5
14064
14065   ac_header_preproc=no
14066 fi
14067
14068 rm -f conftest.err conftest.$ac_ext
14069 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14070 $as_echo "$ac_header_preproc" >&6; }
14071
14072 # So?  What about this header?
14073 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14074   yes:no: )
14075     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
14076 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14077     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
14078 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
14079     ac_header_preproc=yes
14080     ;;
14081   no:yes:* )
14082     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
14083 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
14084     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&5
14085 $as_echo "$as_me: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&2;}
14086     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
14087 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
14088     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&5
14089 $as_echo "$as_me: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&2;}
14090     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
14091 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
14092     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
14093 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
14094     ( cat <<\_ASBOX
14095 ## ------------------------------------ ##
14096 ## Report this to wine-devel@winehq.org ##
14097 ## ------------------------------------ ##
14098 _ASBOX
14099      ) | sed "s/^/$as_me: WARNING:     /" >&2
14100     ;;
14101 esac
14102 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
14103 $as_echo_n "checking for sane/sane.h... " >&6; }
14104 if test "${ac_cv_header_sane_sane_h+set}" = set; then
14105   $as_echo_n "(cached) " >&6
14106 else
14107   ac_cv_header_sane_sane_h=$ac_header_preproc
14108 fi
14109 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
14110 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
14111
14112 fi
14113 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
14114   { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
14115 $as_echo_n "checking for -lsane... " >&6; }
14116 if test "${ac_cv_lib_soname_sane+set}" = set; then
14117   $as_echo_n "(cached) " >&6
14118 else
14119   ac_check_soname_save_LIBS=$LIBS
14120 LIBS="-lsane $ac_sane_libs $LIBS"
14121   cat >conftest.$ac_ext <<_ACEOF
14122 /* confdefs.h.  */
14123 _ACEOF
14124 cat confdefs.h >>conftest.$ac_ext
14125 cat >>conftest.$ac_ext <<_ACEOF
14126 /* end confdefs.h.  */
14127
14128 /* Override any GCC internal prototype to avoid an error.
14129    Use char because int might match the return type of a GCC
14130    builtin and then its argument prototype would still apply.  */
14131 #ifdef __cplusplus
14132 extern "C"
14133 #endif
14134 char sane_init ();
14135 int
14136 main ()
14137 {
14138 return sane_init ();
14139   ;
14140   return 0;
14141 }
14142 _ACEOF
14143 rm -f conftest.$ac_objext conftest$ac_exeext
14144 if { (ac_try="$ac_link"
14145 case "(($ac_try" in
14146   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14147   *) ac_try_echo=$ac_try;;
14148 esac
14149 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14150 $as_echo "$ac_try_echo") >&5
14151   (eval "$ac_link") 2>conftest.er1
14152   ac_status=$?
14153   grep -v '^ *+' conftest.er1 >conftest.err
14154   rm -f conftest.er1
14155   cat conftest.err >&5
14156   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14157   (exit $ac_status); } && {
14158          test -z "$ac_c_werror_flag" ||
14159          test ! -s conftest.err
14160        } && test -s conftest$ac_exeext && {
14161          test "$cross_compiling" = yes ||
14162          $as_test_x conftest$ac_exeext
14163        }; then
14164   case "$LIBEXT" in
14165     dll) ;;
14166     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'` ;;
14167     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
14168   esac
14169 else
14170   $as_echo "$as_me: failed program was:" >&5
14171 sed 's/^/| /' conftest.$ac_ext >&5
14172
14173
14174 fi
14175
14176 rm -rf conftest.dSYM
14177 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14178       conftest$ac_exeext conftest.$ac_ext
14179   LIBS=$ac_check_soname_save_LIBS
14180 fi
14181 if test "x$ac_cv_lib_soname_sane" = "x"; then
14182   { $as_echo "$as_me:$LINENO: result: not found" >&5
14183 $as_echo "not found" >&6; }
14184
14185 else
14186   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
14187 $as_echo "$ac_cv_lib_soname_sane" >&6; }
14188
14189 cat >>confdefs.h <<_ACEOF
14190 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
14191 _ACEOF
14192
14193        SANEINCL="$ac_sane_incl"
14194
14195 fi
14196
14197 fi
14198
14199
14200     CPPFLAGS="$ac_save_CPPFLAGS"
14201 fi
14202 if test "x$ac_cv_lib_soname_sane" = "x"; then
14203   case "x$with_sane" in
14204   x)   wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14205   xno) ;;
14206   *)   { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14207 This is an error since --with-sane was requested." >&5
14208 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14209 This is an error since --with-sane was requested." >&2;}
14210    { (exit 1); exit 1; }; } ;;
14211 esac
14212 fi
14213
14214
14215 if test "x$with_gphoto" != "xno"
14216 then
14217     ac_save_CPPFLAGS="$CPPFLAGS"
14218     # Extract the first word of "gphoto2-config", so it can be a program name with args.
14219 set dummy gphoto2-config; ac_word=$2
14220 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14221 $as_echo_n "checking for $ac_word... " >&6; }
14222 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14223   $as_echo_n "(cached) " >&6
14224 else
14225   if test -n "$gphoto2_devel"; then
14226   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14227 else
14228 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14229 for as_dir in $PATH
14230 do
14231   IFS=$as_save_IFS
14232   test -z "$as_dir" && as_dir=.
14233   for ac_exec_ext in '' $ac_executable_extensions; do
14234   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14235     ac_cv_prog_gphoto2_devel="gphoto2-config"
14236     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14237     break 2
14238   fi
14239 done
14240 done
14241 IFS=$as_save_IFS
14242
14243   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14244 fi
14245 fi
14246 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14247 if test -n "$gphoto2_devel"; then
14248   { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14249 $as_echo "$gphoto2_devel" >&6; }
14250 else
14251   { $as_echo "$as_me:$LINENO: result: no" >&5
14252 $as_echo "no" >&6; }
14253 fi
14254
14255
14256     # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14257 set dummy gphoto2-port-config; ac_word=$2
14258 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14259 $as_echo_n "checking for $ac_word... " >&6; }
14260 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14261   $as_echo_n "(cached) " >&6
14262 else
14263   if test -n "$gphoto2port_devel"; then
14264   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14265 else
14266 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14267 for as_dir in $PATH
14268 do
14269   IFS=$as_save_IFS
14270   test -z "$as_dir" && as_dir=.
14271   for ac_exec_ext in '' $ac_executable_extensions; do
14272   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14273     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14274     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14275     break 2
14276   fi
14277 done
14278 done
14279 IFS=$as_save_IFS
14280
14281   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14282 fi
14283 fi
14284 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14285 if test -n "$gphoto2port_devel"; then
14286   { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14287 $as_echo "$gphoto2port_devel" >&6; }
14288 else
14289   { $as_echo "$as_me:$LINENO: result: no" >&5
14290 $as_echo "no" >&6; }
14291 fi
14292
14293
14294     if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14295     then
14296         ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14297         ac_gphoto2_libs=""
14298         for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14299         do
14300             case "$i" in
14301             -L/usr/lib|-L/usr/lib64) ;;
14302             -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14303             esac
14304         done
14305         CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14306     fi
14307     ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14308     if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14309   { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14310 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14311 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14312   $as_echo_n "(cached) " >&6
14313 fi
14314 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14315 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14316 else
14317   # Is the header compilable?
14318 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14319 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14320 cat >conftest.$ac_ext <<_ACEOF
14321 /* confdefs.h.  */
14322 _ACEOF
14323 cat confdefs.h >>conftest.$ac_ext
14324 cat >>conftest.$ac_ext <<_ACEOF
14325 /* end confdefs.h.  */
14326 $ac_includes_default
14327 #include <gphoto2-camera.h>
14328 _ACEOF
14329 rm -f conftest.$ac_objext
14330 if { (ac_try="$ac_compile"
14331 case "(($ac_try" in
14332   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14333   *) ac_try_echo=$ac_try;;
14334 esac
14335 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14336 $as_echo "$ac_try_echo") >&5
14337   (eval "$ac_compile") 2>conftest.er1
14338   ac_status=$?
14339   grep -v '^ *+' conftest.er1 >conftest.err
14340   rm -f conftest.er1
14341   cat conftest.err >&5
14342   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14343   (exit $ac_status); } && {
14344          test -z "$ac_c_werror_flag" ||
14345          test ! -s conftest.err
14346        } && test -s conftest.$ac_objext; then
14347   ac_header_compiler=yes
14348 else
14349   $as_echo "$as_me: failed program was:" >&5
14350 sed 's/^/| /' conftest.$ac_ext >&5
14351
14352         ac_header_compiler=no
14353 fi
14354
14355 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14356 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14357 $as_echo "$ac_header_compiler" >&6; }
14358
14359 # Is the header present?
14360 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14361 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14362 cat >conftest.$ac_ext <<_ACEOF
14363 /* confdefs.h.  */
14364 _ACEOF
14365 cat confdefs.h >>conftest.$ac_ext
14366 cat >>conftest.$ac_ext <<_ACEOF
14367 /* end confdefs.h.  */
14368 #include <gphoto2-camera.h>
14369 _ACEOF
14370 if { (ac_try="$ac_cpp conftest.$ac_ext"
14371 case "(($ac_try" in
14372   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14373   *) ac_try_echo=$ac_try;;
14374 esac
14375 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14376 $as_echo "$ac_try_echo") >&5
14377   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14378   ac_status=$?
14379   grep -v '^ *+' conftest.er1 >conftest.err
14380   rm -f conftest.er1
14381   cat conftest.err >&5
14382   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14383   (exit $ac_status); } >/dev/null && {
14384          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14385          test ! -s conftest.err
14386        }; then
14387   ac_header_preproc=yes
14388 else
14389   $as_echo "$as_me: failed program was:" >&5
14390 sed 's/^/| /' conftest.$ac_ext >&5
14391
14392   ac_header_preproc=no
14393 fi
14394
14395 rm -f conftest.err conftest.$ac_ext
14396 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14397 $as_echo "$ac_header_preproc" >&6; }
14398
14399 # So?  What about this header?
14400 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14401   yes:no: )
14402     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14403 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14404     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14405 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14406     ac_header_preproc=yes
14407     ;;
14408   no:yes:* )
14409     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14410 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14411     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&5
14412 $as_echo "$as_me: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&2;}
14413     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14414 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14415     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&5
14416 $as_echo "$as_me: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&2;}
14417     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14418 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14419     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14420 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14421     ( cat <<\_ASBOX
14422 ## ------------------------------------ ##
14423 ## Report this to wine-devel@winehq.org ##
14424 ## ------------------------------------ ##
14425 _ASBOX
14426      ) | sed "s/^/$as_me: WARNING:     /" >&2
14427     ;;
14428 esac
14429 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14430 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14431 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14432   $as_echo_n "(cached) " >&6
14433 else
14434   ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14435 fi
14436 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14437 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14438
14439 fi
14440 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14441   { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14442 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14443 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14444   $as_echo_n "(cached) " >&6
14445 else
14446   ac_check_lib_save_LIBS=$LIBS
14447 LIBS="-lgphoto2 $ac_gphoto2_libs $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 gp_camera_new ();
14462 int
14463 main ()
14464 {
14465 return gp_camera_new ();
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_gphoto2_gp_camera_new=yes
14492 else
14493   $as_echo "$as_me: failed program was:" >&5
14494 sed 's/^/| /' conftest.$ac_ext >&5
14495
14496         ac_cv_lib_gphoto2_gp_camera_new=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_gphoto2_gp_camera_new" >&5
14505 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14506 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14507
14508 cat >>confdefs.h <<\_ACEOF
14509 #define HAVE_GPHOTO2 1
14510 _ACEOF
14511
14512                                    GPHOTO2LIBS="$ac_gphoto2_libs"
14513
14514                                    GPHOTO2INCL="$ac_gphoto2_incl"
14515
14516 fi
14517
14518 fi
14519
14520
14521     CPPFLAGS="$ac_save_CPPFLAGS"
14522 fi
14523 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14524   case "x$with_gphoto" in
14525   x)   wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14526   xno) ;;
14527   *)   { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14528 This is an error since --with-gphoto was requested." >&5
14529 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14530 This is an error since --with-gphoto was requested." >&2;}
14531    { (exit 1); exit 1; }; } ;;
14532 esac
14533 fi
14534
14535
14536
14537 RESOLVLIBS=""
14538
14539 if test "$ac_cv_header_resolv_h" = "yes"
14540 then
14541     ac_save_LIBS="$LIBS"
14542     LIBS="$LIBS -lresolv"
14543     cat >conftest.$ac_ext <<_ACEOF
14544 /* confdefs.h.  */
14545 _ACEOF
14546 cat confdefs.h >>conftest.$ac_ext
14547 cat >>conftest.$ac_ext <<_ACEOF
14548 /* end confdefs.h.  */
14549 #ifdef HAVE_NETINET_IN_H
14550 #include <netinet/in.h>
14551 #endif
14552 #include <resolv.h>
14553 int
14554 main ()
14555 {
14556 res_init();
14557   ;
14558   return 0;
14559 }
14560 _ACEOF
14561 rm -f conftest.$ac_objext conftest$ac_exeext
14562 if { (ac_try="$ac_link"
14563 case "(($ac_try" in
14564   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14565   *) ac_try_echo=$ac_try;;
14566 esac
14567 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14568 $as_echo "$ac_try_echo") >&5
14569   (eval "$ac_link") 2>conftest.er1
14570   ac_status=$?
14571   grep -v '^ *+' conftest.er1 >conftest.err
14572   rm -f conftest.er1
14573   cat conftest.err >&5
14574   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14575   (exit $ac_status); } && {
14576          test -z "$ac_c_werror_flag" ||
14577          test ! -s conftest.err
14578        } && test -s conftest$ac_exeext && {
14579          test "$cross_compiling" = yes ||
14580          $as_test_x conftest$ac_exeext
14581        }; then
14582
14583 cat >>confdefs.h <<\_ACEOF
14584 #define HAVE_RESOLV 1
14585 _ACEOF
14586
14587          RESOLVLIBS="-lresolv"
14588 else
14589   $as_echo "$as_me: failed program was:" >&5
14590 sed 's/^/| /' conftest.$ac_ext >&5
14591
14592
14593 fi
14594
14595 rm -rf conftest.dSYM
14596 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14597       conftest$ac_exeext conftest.$ac_ext
14598     LIBS="$ac_save_LIBS"
14599 fi
14600
14601 LCMSLIBS=""
14602
14603 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14604 then
14605     { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14606 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14607 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14608   $as_echo_n "(cached) " >&6
14609 else
14610   ac_check_lib_save_LIBS=$LIBS
14611 LIBS="-llcms  $LIBS"
14612 cat >conftest.$ac_ext <<_ACEOF
14613 /* confdefs.h.  */
14614 _ACEOF
14615 cat confdefs.h >>conftest.$ac_ext
14616 cat >>conftest.$ac_ext <<_ACEOF
14617 /* end confdefs.h.  */
14618
14619 /* Override any GCC internal prototype to avoid an error.
14620    Use char because int might match the return type of a GCC
14621    builtin and then its argument prototype would still apply.  */
14622 #ifdef __cplusplus
14623 extern "C"
14624 #endif
14625 char cmsOpenProfileFromFile ();
14626 int
14627 main ()
14628 {
14629 return cmsOpenProfileFromFile ();
14630   ;
14631   return 0;
14632 }
14633 _ACEOF
14634 rm -f conftest.$ac_objext conftest$ac_exeext
14635 if { (ac_try="$ac_link"
14636 case "(($ac_try" in
14637   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14638   *) ac_try_echo=$ac_try;;
14639 esac
14640 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14641 $as_echo "$ac_try_echo") >&5
14642   (eval "$ac_link") 2>conftest.er1
14643   ac_status=$?
14644   grep -v '^ *+' conftest.er1 >conftest.err
14645   rm -f conftest.er1
14646   cat conftest.err >&5
14647   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14648   (exit $ac_status); } && {
14649          test -z "$ac_c_werror_flag" ||
14650          test ! -s conftest.err
14651        } && test -s conftest$ac_exeext && {
14652          test "$cross_compiling" = yes ||
14653          $as_test_x conftest$ac_exeext
14654        }; then
14655   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14656 else
14657   $as_echo "$as_me: failed program was:" >&5
14658 sed 's/^/| /' conftest.$ac_ext >&5
14659
14660         ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14661 fi
14662
14663 rm -rf conftest.dSYM
14664 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14665       conftest$ac_exeext conftest.$ac_ext
14666 LIBS=$ac_check_lib_save_LIBS
14667 fi
14668 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14669 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14670 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14671
14672 cat >>confdefs.h <<\_ACEOF
14673 #define HAVE_LCMS 1
14674 _ACEOF
14675
14676          LCMSLIBS="-llcms"
14677 fi
14678
14679 fi
14680 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14681   case "x$with_cms" in
14682   x)   wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14683   xno) ;;
14684   *)   { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14685 This is an error since --with-cms was requested." >&5
14686 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14687 This is an error since --with-cms was requested." >&2;}
14688    { (exit 1); exit 1; }; } ;;
14689 esac
14690 fi
14691
14692
14693 if test "x$with_freetype" != "xno"
14694 then
14695     for ac_prog in freetype-config freetype2-config
14696 do
14697   # Extract the first word of "$ac_prog", so it can be a program name with args.
14698 set dummy $ac_prog; ac_word=$2
14699 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14700 $as_echo_n "checking for $ac_word... " >&6; }
14701 if test "${ac_cv_prog_ft_devel+set}" = set; then
14702   $as_echo_n "(cached) " >&6
14703 else
14704   if test -n "$ft_devel"; then
14705   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14706 else
14707 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14708 for as_dir in $PATH
14709 do
14710   IFS=$as_save_IFS
14711   test -z "$as_dir" && as_dir=.
14712   for ac_exec_ext in '' $ac_executable_extensions; do
14713   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14714     ac_cv_prog_ft_devel="$ac_prog"
14715     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14716     break 2
14717   fi
14718 done
14719 done
14720 IFS=$as_save_IFS
14721
14722 fi
14723 fi
14724 ft_devel=$ac_cv_prog_ft_devel
14725 if test -n "$ft_devel"; then
14726   { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14727 $as_echo "$ft_devel" >&6; }
14728 else
14729   { $as_echo "$as_me:$LINENO: result: no" >&5
14730 $as_echo "no" >&6; }
14731 fi
14732
14733
14734   test -n "$ft_devel" && break
14735 done
14736 test -n "$ft_devel" || ft_devel="no"
14737
14738     if test "$ft_devel" != "no"
14739     then
14740         ac_freetype_incl=`$ft_devel --cflags`
14741         ac_freetype_libs=`$ft_devel --libs`
14742     fi
14743     ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14744     { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14745 $as_echo_n "checking for -lfreetype... " >&6; }
14746 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14747   $as_echo_n "(cached) " >&6
14748 else
14749   ac_check_soname_save_LIBS=$LIBS
14750 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14751   cat >conftest.$ac_ext <<_ACEOF
14752 /* confdefs.h.  */
14753 _ACEOF
14754 cat confdefs.h >>conftest.$ac_ext
14755 cat >>conftest.$ac_ext <<_ACEOF
14756 /* end confdefs.h.  */
14757
14758 /* Override any GCC internal prototype to avoid an error.
14759    Use char because int might match the return type of a GCC
14760    builtin and then its argument prototype would still apply.  */
14761 #ifdef __cplusplus
14762 extern "C"
14763 #endif
14764 char FT_Init_FreeType ();
14765 int
14766 main ()
14767 {
14768 return FT_Init_FreeType ();
14769   ;
14770   return 0;
14771 }
14772 _ACEOF
14773 rm -f conftest.$ac_objext conftest$ac_exeext
14774 if { (ac_try="$ac_link"
14775 case "(($ac_try" in
14776   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14777   *) ac_try_echo=$ac_try;;
14778 esac
14779 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14780 $as_echo "$ac_try_echo") >&5
14781   (eval "$ac_link") 2>conftest.er1
14782   ac_status=$?
14783   grep -v '^ *+' conftest.er1 >conftest.err
14784   rm -f conftest.er1
14785   cat conftest.err >&5
14786   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14787   (exit $ac_status); } && {
14788          test -z "$ac_c_werror_flag" ||
14789          test ! -s conftest.err
14790        } && test -s conftest$ac_exeext && {
14791          test "$cross_compiling" = yes ||
14792          $as_test_x conftest$ac_exeext
14793        }; then
14794   case "$LIBEXT" in
14795     dll) ;;
14796     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'` ;;
14797     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
14798   esac
14799 else
14800   $as_echo "$as_me: failed program was:" >&5
14801 sed 's/^/| /' conftest.$ac_ext >&5
14802
14803
14804 fi
14805
14806 rm -rf conftest.dSYM
14807 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14808       conftest$ac_exeext conftest.$ac_ext
14809   LIBS=$ac_check_soname_save_LIBS
14810 fi
14811 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14812   { $as_echo "$as_me:$LINENO: result: not found" >&5
14813 $as_echo "not found" >&6; }
14814        ft_lib=no
14815 else
14816   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14817 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14818
14819 cat >>confdefs.h <<_ACEOF
14820 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14821 _ACEOF
14822
14823        ft_lib=yes
14824 fi
14825
14826     if test "$ft_lib" = "yes"
14827     then
14828         ac_save_CPPFLAGS="$CPPFLAGS"
14829         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14830
14831
14832
14833
14834
14835
14836
14837
14838
14839
14840
14841
14842
14843 for ac_header in ft2build.h \
14844                          freetype/freetype.h \
14845                          freetype/ftglyph.h \
14846                          freetype/fttypes.h \
14847                          freetype/tttables.h \
14848                          freetype/ftnames.h \
14849                          freetype/ftsnames.h \
14850                          freetype/ttnameid.h \
14851                          freetype/ftoutln.h \
14852                          freetype/ftwinfnt.h \
14853                          freetype/ftmodapi.h \
14854                          freetype/ftlcdfil.h \
14855                          freetype/internal/sfnt.h
14856 do
14857 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14858 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14859 $as_echo_n "checking for $ac_header... " >&6; }
14860 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14861   $as_echo_n "(cached) " >&6
14862 else
14863   cat >conftest.$ac_ext <<_ACEOF
14864 /* confdefs.h.  */
14865 _ACEOF
14866 cat confdefs.h >>conftest.$ac_ext
14867 cat >>conftest.$ac_ext <<_ACEOF
14868 /* end confdefs.h.  */
14869 #ifdef HAVE_FT2BUILD_H
14870                           # include <ft2build.h>
14871                           #endif
14872
14873 #include <$ac_header>
14874 _ACEOF
14875 rm -f conftest.$ac_objext
14876 if { (ac_try="$ac_compile"
14877 case "(($ac_try" in
14878   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14879   *) ac_try_echo=$ac_try;;
14880 esac
14881 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14882 $as_echo "$ac_try_echo") >&5
14883   (eval "$ac_compile") 2>conftest.er1
14884   ac_status=$?
14885   grep -v '^ *+' conftest.er1 >conftest.err
14886   rm -f conftest.er1
14887   cat conftest.err >&5
14888   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14889   (exit $ac_status); } && {
14890          test -z "$ac_c_werror_flag" ||
14891          test ! -s conftest.err
14892        } && test -s conftest.$ac_objext; then
14893   eval "$as_ac_Header=yes"
14894 else
14895   $as_echo "$as_me: failed program was:" >&5
14896 sed 's/^/| /' conftest.$ac_ext >&5
14897
14898         eval "$as_ac_Header=no"
14899 fi
14900
14901 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14902 fi
14903 ac_res=`eval 'as_val=${'$as_ac_Header'}
14904                  $as_echo "$as_val"'`
14905                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14906 $as_echo "$ac_res" >&6; }
14907 as_val=`eval 'as_val=${'$as_ac_Header'}
14908                  $as_echo "$as_val"'`
14909    if test "x$as_val" = x""yes; then
14910   cat >>confdefs.h <<_ACEOF
14911 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14912 _ACEOF
14913
14914 fi
14915
14916 done
14917
14918         cat >conftest.$ac_ext <<_ACEOF
14919 /* confdefs.h.  */
14920 _ACEOF
14921 cat confdefs.h >>conftest.$ac_ext
14922 cat >>conftest.$ac_ext <<_ACEOF
14923 /* end confdefs.h.  */
14924 #include <ft2build.h>
14925                     #include <freetype/fttrigon.h>
14926 _ACEOF
14927 if { (ac_try="$ac_cpp conftest.$ac_ext"
14928 case "(($ac_try" in
14929   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14930   *) ac_try_echo=$ac_try;;
14931 esac
14932 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14933 $as_echo "$ac_try_echo") >&5
14934   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14935   ac_status=$?
14936   grep -v '^ *+' conftest.er1 >conftest.err
14937   rm -f conftest.er1
14938   cat conftest.err >&5
14939   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14940   (exit $ac_status); } >/dev/null && {
14941          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14942          test ! -s conftest.err
14943        }; then
14944
14945 cat >>confdefs.h <<\_ACEOF
14946 #define HAVE_FREETYPE_FTTRIGON_H 1
14947 _ACEOF
14948
14949                     wine_cv_fttrigon=yes
14950 else
14951   $as_echo "$as_me: failed program was:" >&5
14952 sed 's/^/| /' conftest.$ac_ext >&5
14953
14954   wine_cv_fttrigon=no
14955 fi
14956
14957 rm -f conftest.err conftest.$ac_ext
14958         { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14959 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14960 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14961   $as_echo_n "(cached) " >&6
14962 else
14963   ac_cv_type_FT_TrueTypeEngineType=no
14964 cat >conftest.$ac_ext <<_ACEOF
14965 /* confdefs.h.  */
14966 _ACEOF
14967 cat confdefs.h >>conftest.$ac_ext
14968 cat >>conftest.$ac_ext <<_ACEOF
14969 /* end confdefs.h.  */
14970 #include <freetype/ftmodapi.h>
14971
14972 int
14973 main ()
14974 {
14975 if (sizeof (FT_TrueTypeEngineType))
14976        return 0;
14977   ;
14978   return 0;
14979 }
14980 _ACEOF
14981 rm -f conftest.$ac_objext
14982 if { (ac_try="$ac_compile"
14983 case "(($ac_try" in
14984   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14985   *) ac_try_echo=$ac_try;;
14986 esac
14987 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14988 $as_echo "$ac_try_echo") >&5
14989   (eval "$ac_compile") 2>conftest.er1
14990   ac_status=$?
14991   grep -v '^ *+' conftest.er1 >conftest.err
14992   rm -f conftest.er1
14993   cat conftest.err >&5
14994   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14995   (exit $ac_status); } && {
14996          test -z "$ac_c_werror_flag" ||
14997          test ! -s conftest.err
14998        } && test -s conftest.$ac_objext; then
14999   cat >conftest.$ac_ext <<_ACEOF
15000 /* confdefs.h.  */
15001 _ACEOF
15002 cat confdefs.h >>conftest.$ac_ext
15003 cat >>conftest.$ac_ext <<_ACEOF
15004 /* end confdefs.h.  */
15005 #include <freetype/ftmodapi.h>
15006
15007 int
15008 main ()
15009 {
15010 if (sizeof ((FT_TrueTypeEngineType)))
15011           return 0;
15012   ;
15013   return 0;
15014 }
15015 _ACEOF
15016 rm -f conftest.$ac_objext
15017 if { (ac_try="$ac_compile"
15018 case "(($ac_try" in
15019   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15020   *) ac_try_echo=$ac_try;;
15021 esac
15022 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15023 $as_echo "$ac_try_echo") >&5
15024   (eval "$ac_compile") 2>conftest.er1
15025   ac_status=$?
15026   grep -v '^ *+' conftest.er1 >conftest.err
15027   rm -f conftest.er1
15028   cat conftest.err >&5
15029   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15030   (exit $ac_status); } && {
15031          test -z "$ac_c_werror_flag" ||
15032          test ! -s conftest.err
15033        } && test -s conftest.$ac_objext; then
15034   :
15035 else
15036   $as_echo "$as_me: failed program was:" >&5
15037 sed 's/^/| /' conftest.$ac_ext >&5
15038
15039         ac_cv_type_FT_TrueTypeEngineType=yes
15040 fi
15041
15042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15043 else
15044   $as_echo "$as_me: failed program was:" >&5
15045 sed 's/^/| /' conftest.$ac_ext >&5
15046
15047
15048 fi
15049
15050 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15051 fi
15052 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
15053 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
15054 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
15055
15056 cat >>confdefs.h <<_ACEOF
15057 #define HAVE_FT_TRUETYPEENGINETYPE 1
15058 _ACEOF
15059
15060
15061 fi
15062
15063         ac_save_CFLAGS="$CFLAGS"
15064         CFLAGS="$CFLAGS $ac_freetype_libs"
15065
15066 for ac_func in FT_Load_Sfnt_Table
15067 do
15068 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15069 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15070 $as_echo_n "checking for $ac_func... " >&6; }
15071 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15072   $as_echo_n "(cached) " >&6
15073 else
15074   cat >conftest.$ac_ext <<_ACEOF
15075 /* confdefs.h.  */
15076 _ACEOF
15077 cat confdefs.h >>conftest.$ac_ext
15078 cat >>conftest.$ac_ext <<_ACEOF
15079 /* end confdefs.h.  */
15080 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15081    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15082 #define $ac_func innocuous_$ac_func
15083
15084 /* System header to define __stub macros and hopefully few prototypes,
15085     which can conflict with char $ac_func (); below.
15086     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15087     <limits.h> exists even on freestanding compilers.  */
15088
15089 #ifdef __STDC__
15090 # include <limits.h>
15091 #else
15092 # include <assert.h>
15093 #endif
15094
15095 #undef $ac_func
15096
15097 /* Override any GCC internal prototype to avoid an error.
15098    Use char because int might match the return type of a GCC
15099    builtin and then its argument prototype would still apply.  */
15100 #ifdef __cplusplus
15101 extern "C"
15102 #endif
15103 char $ac_func ();
15104 /* The GNU C library defines this for functions which it implements
15105     to always fail with ENOSYS.  Some functions are actually named
15106     something starting with __ and the normal name is an alias.  */
15107 #if defined __stub_$ac_func || defined __stub___$ac_func
15108 choke me
15109 #endif
15110
15111 int
15112 main ()
15113 {
15114 return $ac_func ();
15115   ;
15116   return 0;
15117 }
15118 _ACEOF
15119 rm -f conftest.$ac_objext conftest$ac_exeext
15120 if { (ac_try="$ac_link"
15121 case "(($ac_try" in
15122   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15123   *) ac_try_echo=$ac_try;;
15124 esac
15125 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15126 $as_echo "$ac_try_echo") >&5
15127   (eval "$ac_link") 2>conftest.er1
15128   ac_status=$?
15129   grep -v '^ *+' conftest.er1 >conftest.err
15130   rm -f conftest.er1
15131   cat conftest.err >&5
15132   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15133   (exit $ac_status); } && {
15134          test -z "$ac_c_werror_flag" ||
15135          test ! -s conftest.err
15136        } && test -s conftest$ac_exeext && {
15137          test "$cross_compiling" = yes ||
15138          $as_test_x conftest$ac_exeext
15139        }; then
15140   eval "$as_ac_var=yes"
15141 else
15142   $as_echo "$as_me: failed program was:" >&5
15143 sed 's/^/| /' conftest.$ac_ext >&5
15144
15145         eval "$as_ac_var=no"
15146 fi
15147
15148 rm -rf conftest.dSYM
15149 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15150       conftest$ac_exeext conftest.$ac_ext
15151 fi
15152 ac_res=`eval 'as_val=${'$as_ac_var'}
15153                  $as_echo "$as_val"'`
15154                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15155 $as_echo "$ac_res" >&6; }
15156 as_val=`eval 'as_val=${'$as_ac_var'}
15157                  $as_echo "$as_val"'`
15158    if test "x$as_val" = x""yes; then
15159   cat >>confdefs.h <<_ACEOF
15160 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15161 _ACEOF
15162
15163 fi
15164 done
15165
15166         CFLAGS="$ac_save_CFLAGS"
15167         CPPFLAGS="$ac_save_CPPFLAGS"
15168                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
15169         then
15170
15171 cat >>confdefs.h <<\_ACEOF
15172 #define HAVE_FREETYPE 1
15173 _ACEOF
15174
15175             FREETYPELIBS="$ac_freetype_libs"
15176
15177             FREETYPEINCL="$ac_freetype_incl"
15178
15179         fi
15180     fi
15181 fi
15182 if test "x$FREETYPELIBS" = "x"; then
15183   case "x$with_freetype" in
15184   xno) ;;
15185   *)   { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15186 Use the --without-freetype option if you really want this." >&5
15187 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15188 Use the --without-freetype option if you really want this." >&2;}
15189    { (exit 1); exit 1; }; } ;;
15190 esac
15191 fi
15192
15193 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
15194
15195 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
15196 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
15197 if test "${ac_cv_c_ppdev+set}" = set; then
15198   $as_echo_n "(cached) " >&6
15199 else
15200   cat >conftest.$ac_ext <<_ACEOF
15201 /* confdefs.h.  */
15202 _ACEOF
15203 cat confdefs.h >>conftest.$ac_ext
15204 cat >>conftest.$ac_ext <<_ACEOF
15205 /* end confdefs.h.  */
15206 #include <linux/ppdev.h>
15207 int
15208 main ()
15209 {
15210 ioctl (1,PPCLAIM,0)
15211   ;
15212   return 0;
15213 }
15214 _ACEOF
15215 rm -f conftest.$ac_objext
15216 if { (ac_try="$ac_compile"
15217 case "(($ac_try" in
15218   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15219   *) ac_try_echo=$ac_try;;
15220 esac
15221 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15222 $as_echo "$ac_try_echo") >&5
15223   (eval "$ac_compile") 2>conftest.er1
15224   ac_status=$?
15225   grep -v '^ *+' conftest.er1 >conftest.err
15226   rm -f conftest.er1
15227   cat conftest.err >&5
15228   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15229   (exit $ac_status); } && {
15230          test -z "$ac_c_werror_flag" ||
15231          test ! -s conftest.err
15232        } && test -s conftest.$ac_objext; then
15233   ac_cv_c_ppdev="yes"
15234 else
15235   $as_echo "$as_me: failed program was:" >&5
15236 sed 's/^/| /' conftest.$ac_ext >&5
15237
15238         ac_cv_c_ppdev="no"
15239 fi
15240
15241 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15242 fi
15243 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15244 $as_echo "$ac_cv_c_ppdev" >&6; }
15245 if test "$ac_cv_c_ppdev" = "yes"
15246 then
15247
15248 cat >>confdefs.h <<\_ACEOF
15249 #define HAVE_PPDEV 1
15250 _ACEOF
15251
15252 fi
15253
15254 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15255 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15256 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15257   $as_echo_n "(cached) " >&6
15258 else
15259   ac_cv_type_pthread_rwlock_t=no
15260 cat >conftest.$ac_ext <<_ACEOF
15261 /* confdefs.h.  */
15262 _ACEOF
15263 cat confdefs.h >>conftest.$ac_ext
15264 cat >>conftest.$ac_ext <<_ACEOF
15265 /* end confdefs.h.  */
15266 #define _GNU_SOURCE
15267 #include <pthread.h>
15268
15269 int
15270 main ()
15271 {
15272 if (sizeof (pthread_rwlock_t))
15273        return 0;
15274   ;
15275   return 0;
15276 }
15277 _ACEOF
15278 rm -f conftest.$ac_objext
15279 if { (ac_try="$ac_compile"
15280 case "(($ac_try" in
15281   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15282   *) ac_try_echo=$ac_try;;
15283 esac
15284 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15285 $as_echo "$ac_try_echo") >&5
15286   (eval "$ac_compile") 2>conftest.er1
15287   ac_status=$?
15288   grep -v '^ *+' conftest.er1 >conftest.err
15289   rm -f conftest.er1
15290   cat conftest.err >&5
15291   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15292   (exit $ac_status); } && {
15293          test -z "$ac_c_werror_flag" ||
15294          test ! -s conftest.err
15295        } && test -s conftest.$ac_objext; then
15296   cat >conftest.$ac_ext <<_ACEOF
15297 /* confdefs.h.  */
15298 _ACEOF
15299 cat confdefs.h >>conftest.$ac_ext
15300 cat >>conftest.$ac_ext <<_ACEOF
15301 /* end confdefs.h.  */
15302 #define _GNU_SOURCE
15303 #include <pthread.h>
15304
15305 int
15306 main ()
15307 {
15308 if (sizeof ((pthread_rwlock_t)))
15309           return 0;
15310   ;
15311   return 0;
15312 }
15313 _ACEOF
15314 rm -f conftest.$ac_objext
15315 if { (ac_try="$ac_compile"
15316 case "(($ac_try" in
15317   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15318   *) ac_try_echo=$ac_try;;
15319 esac
15320 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15321 $as_echo "$ac_try_echo") >&5
15322   (eval "$ac_compile") 2>conftest.er1
15323   ac_status=$?
15324   grep -v '^ *+' conftest.er1 >conftest.err
15325   rm -f conftest.er1
15326   cat conftest.err >&5
15327   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15328   (exit $ac_status); } && {
15329          test -z "$ac_c_werror_flag" ||
15330          test ! -s conftest.err
15331        } && test -s conftest.$ac_objext; then
15332   :
15333 else
15334   $as_echo "$as_me: failed program was:" >&5
15335 sed 's/^/| /' conftest.$ac_ext >&5
15336
15337         ac_cv_type_pthread_rwlock_t=yes
15338 fi
15339
15340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15341 else
15342   $as_echo "$as_me: failed program was:" >&5
15343 sed 's/^/| /' conftest.$ac_ext >&5
15344
15345
15346 fi
15347
15348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15349 fi
15350 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15351 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15352 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15353
15354 cat >>confdefs.h <<_ACEOF
15355 #define HAVE_PTHREAD_RWLOCK_T 1
15356 _ACEOF
15357
15358
15359 fi
15360 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15361 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15362 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15363   $as_echo_n "(cached) " >&6
15364 else
15365   ac_cv_type_pthread_rwlockattr_t=no
15366 cat >conftest.$ac_ext <<_ACEOF
15367 /* confdefs.h.  */
15368 _ACEOF
15369 cat confdefs.h >>conftest.$ac_ext
15370 cat >>conftest.$ac_ext <<_ACEOF
15371 /* end confdefs.h.  */
15372 #define _GNU_SOURCE
15373 #include <pthread.h>
15374
15375 int
15376 main ()
15377 {
15378 if (sizeof (pthread_rwlockattr_t))
15379        return 0;
15380   ;
15381   return 0;
15382 }
15383 _ACEOF
15384 rm -f conftest.$ac_objext
15385 if { (ac_try="$ac_compile"
15386 case "(($ac_try" in
15387   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15388   *) ac_try_echo=$ac_try;;
15389 esac
15390 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15391 $as_echo "$ac_try_echo") >&5
15392   (eval "$ac_compile") 2>conftest.er1
15393   ac_status=$?
15394   grep -v '^ *+' conftest.er1 >conftest.err
15395   rm -f conftest.er1
15396   cat conftest.err >&5
15397   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15398   (exit $ac_status); } && {
15399          test -z "$ac_c_werror_flag" ||
15400          test ! -s conftest.err
15401        } && test -s conftest.$ac_objext; then
15402   cat >conftest.$ac_ext <<_ACEOF
15403 /* confdefs.h.  */
15404 _ACEOF
15405 cat confdefs.h >>conftest.$ac_ext
15406 cat >>conftest.$ac_ext <<_ACEOF
15407 /* end confdefs.h.  */
15408 #define _GNU_SOURCE
15409 #include <pthread.h>
15410
15411 int
15412 main ()
15413 {
15414 if (sizeof ((pthread_rwlockattr_t)))
15415           return 0;
15416   ;
15417   return 0;
15418 }
15419 _ACEOF
15420 rm -f conftest.$ac_objext
15421 if { (ac_try="$ac_compile"
15422 case "(($ac_try" in
15423   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15424   *) ac_try_echo=$ac_try;;
15425 esac
15426 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15427 $as_echo "$ac_try_echo") >&5
15428   (eval "$ac_compile") 2>conftest.er1
15429   ac_status=$?
15430   grep -v '^ *+' conftest.er1 >conftest.err
15431   rm -f conftest.er1
15432   cat conftest.err >&5
15433   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15434   (exit $ac_status); } && {
15435          test -z "$ac_c_werror_flag" ||
15436          test ! -s conftest.err
15437        } && test -s conftest.$ac_objext; then
15438   :
15439 else
15440   $as_echo "$as_me: failed program was:" >&5
15441 sed 's/^/| /' conftest.$ac_ext >&5
15442
15443         ac_cv_type_pthread_rwlockattr_t=yes
15444 fi
15445
15446 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15447 else
15448   $as_echo "$as_me: failed program was:" >&5
15449 sed 's/^/| /' conftest.$ac_ext >&5
15450
15451
15452 fi
15453
15454 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15455 fi
15456 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15457 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15458 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15459
15460 cat >>confdefs.h <<_ACEOF
15461 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15462 _ACEOF
15463
15464
15465 fi
15466
15467
15468 ac_wine_check_funcs_save_LIBS="$LIBS"
15469 LIBS="$LIBS $LIBPTHREAD"
15470
15471
15472
15473
15474 for ac_func in \
15475         pthread_attr_get_np \
15476         pthread_getattr_np \
15477         pthread_get_stackaddr_np \
15478         pthread_get_stacksize_np
15479 do
15480 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15481 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15482 $as_echo_n "checking for $ac_func... " >&6; }
15483 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15484   $as_echo_n "(cached) " >&6
15485 else
15486   cat >conftest.$ac_ext <<_ACEOF
15487 /* confdefs.h.  */
15488 _ACEOF
15489 cat confdefs.h >>conftest.$ac_ext
15490 cat >>conftest.$ac_ext <<_ACEOF
15491 /* end confdefs.h.  */
15492 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15493    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15494 #define $ac_func innocuous_$ac_func
15495
15496 /* System header to define __stub macros and hopefully few prototypes,
15497     which can conflict with char $ac_func (); below.
15498     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15499     <limits.h> exists even on freestanding compilers.  */
15500
15501 #ifdef __STDC__
15502 # include <limits.h>
15503 #else
15504 # include <assert.h>
15505 #endif
15506
15507 #undef $ac_func
15508
15509 /* Override any GCC internal prototype to avoid an error.
15510    Use char because int might match the return type of a GCC
15511    builtin and then its argument prototype would still apply.  */
15512 #ifdef __cplusplus
15513 extern "C"
15514 #endif
15515 char $ac_func ();
15516 /* The GNU C library defines this for functions which it implements
15517     to always fail with ENOSYS.  Some functions are actually named
15518     something starting with __ and the normal name is an alias.  */
15519 #if defined __stub_$ac_func || defined __stub___$ac_func
15520 choke me
15521 #endif
15522
15523 int
15524 main ()
15525 {
15526 return $ac_func ();
15527   ;
15528   return 0;
15529 }
15530 _ACEOF
15531 rm -f conftest.$ac_objext conftest$ac_exeext
15532 if { (ac_try="$ac_link"
15533 case "(($ac_try" in
15534   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15535   *) ac_try_echo=$ac_try;;
15536 esac
15537 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15538 $as_echo "$ac_try_echo") >&5
15539   (eval "$ac_link") 2>conftest.er1
15540   ac_status=$?
15541   grep -v '^ *+' conftest.er1 >conftest.err
15542   rm -f conftest.er1
15543   cat conftest.err >&5
15544   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15545   (exit $ac_status); } && {
15546          test -z "$ac_c_werror_flag" ||
15547          test ! -s conftest.err
15548        } && test -s conftest$ac_exeext && {
15549          test "$cross_compiling" = yes ||
15550          $as_test_x conftest$ac_exeext
15551        }; then
15552   eval "$as_ac_var=yes"
15553 else
15554   $as_echo "$as_me: failed program was:" >&5
15555 sed 's/^/| /' conftest.$ac_ext >&5
15556
15557         eval "$as_ac_var=no"
15558 fi
15559
15560 rm -rf conftest.dSYM
15561 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15562       conftest$ac_exeext conftest.$ac_ext
15563 fi
15564 ac_res=`eval 'as_val=${'$as_ac_var'}
15565                  $as_echo "$as_val"'`
15566                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15567 $as_echo "$ac_res" >&6; }
15568 as_val=`eval 'as_val=${'$as_ac_var'}
15569                  $as_echo "$as_val"'`
15570    if test "x$as_val" = x""yes; then
15571   cat >>confdefs.h <<_ACEOF
15572 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15573 _ACEOF
15574
15575 fi
15576 done
15577
15578 LIBS="$ac_wine_check_funcs_save_LIBS"
15579
15580 if test "x$with_esd" != xno
15581 then
15582     save_CFLAGS="$CFLAGS"
15583     # Extract the first word of "esd-config", so it can be a program name with args.
15584 set dummy esd-config; ac_word=$2
15585 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15586 $as_echo_n "checking for $ac_word... " >&6; }
15587 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15588   $as_echo_n "(cached) " >&6
15589 else
15590   case $ESDCONFIG in
15591   [\\/]* | ?:[\\/]*)
15592   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15593   ;;
15594   *)
15595   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15596 for as_dir in $PATH
15597 do
15598   IFS=$as_save_IFS
15599   test -z "$as_dir" && as_dir=.
15600   for ac_exec_ext in '' $ac_executable_extensions; do
15601   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15602     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15603     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15604     break 2
15605   fi
15606 done
15607 done
15608 IFS=$as_save_IFS
15609
15610   test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15611   ;;
15612 esac
15613 fi
15614 ESDCONFIG=$ac_cv_path_ESDCONFIG
15615 if test -n "$ESDCONFIG"; then
15616   { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15617 $as_echo "$ESDCONFIG" >&6; }
15618 else
15619   { $as_echo "$as_me:$LINENO: result: no" >&5
15620 $as_echo "no" >&6; }
15621 fi
15622
15623
15624     if test "x$ESDCONFIG" != "xno"
15625     then
15626         ac_esd_incl=""
15627         for i in `$ESDCONFIG --cflags`
15628         do
15629             case "$i" in
15630                 -I*) ac_esd_incl="$ac_esd_incl $i";;
15631             esac
15632         done
15633         ac_esd_libs=`$ESDCONFIG --libs`
15634         CFLAGS="$CFLAGS $ac_esd_incl"
15635     fi
15636     ac_esd_libs=${ac_esd_libs:-"-lesd"}
15637     if test "${ac_cv_header_esd_h+set}" = set; then
15638   { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15639 $as_echo_n "checking for esd.h... " >&6; }
15640 if test "${ac_cv_header_esd_h+set}" = set; then
15641   $as_echo_n "(cached) " >&6
15642 fi
15643 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15644 $as_echo "$ac_cv_header_esd_h" >&6; }
15645 else
15646   # Is the header compilable?
15647 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15648 $as_echo_n "checking esd.h usability... " >&6; }
15649 cat >conftest.$ac_ext <<_ACEOF
15650 /* confdefs.h.  */
15651 _ACEOF
15652 cat confdefs.h >>conftest.$ac_ext
15653 cat >>conftest.$ac_ext <<_ACEOF
15654 /* end confdefs.h.  */
15655 $ac_includes_default
15656 #include <esd.h>
15657 _ACEOF
15658 rm -f conftest.$ac_objext
15659 if { (ac_try="$ac_compile"
15660 case "(($ac_try" in
15661   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15662   *) ac_try_echo=$ac_try;;
15663 esac
15664 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15665 $as_echo "$ac_try_echo") >&5
15666   (eval "$ac_compile") 2>conftest.er1
15667   ac_status=$?
15668   grep -v '^ *+' conftest.er1 >conftest.err
15669   rm -f conftest.er1
15670   cat conftest.err >&5
15671   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15672   (exit $ac_status); } && {
15673          test -z "$ac_c_werror_flag" ||
15674          test ! -s conftest.err
15675        } && test -s conftest.$ac_objext; then
15676   ac_header_compiler=yes
15677 else
15678   $as_echo "$as_me: failed program was:" >&5
15679 sed 's/^/| /' conftest.$ac_ext >&5
15680
15681         ac_header_compiler=no
15682 fi
15683
15684 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15685 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15686 $as_echo "$ac_header_compiler" >&6; }
15687
15688 # Is the header present?
15689 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15690 $as_echo_n "checking esd.h presence... " >&6; }
15691 cat >conftest.$ac_ext <<_ACEOF
15692 /* confdefs.h.  */
15693 _ACEOF
15694 cat confdefs.h >>conftest.$ac_ext
15695 cat >>conftest.$ac_ext <<_ACEOF
15696 /* end confdefs.h.  */
15697 #include <esd.h>
15698 _ACEOF
15699 if { (ac_try="$ac_cpp conftest.$ac_ext"
15700 case "(($ac_try" in
15701   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15702   *) ac_try_echo=$ac_try;;
15703 esac
15704 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15705 $as_echo "$ac_try_echo") >&5
15706   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15707   ac_status=$?
15708   grep -v '^ *+' conftest.er1 >conftest.err
15709   rm -f conftest.er1
15710   cat conftest.err >&5
15711   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15712   (exit $ac_status); } >/dev/null && {
15713          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15714          test ! -s conftest.err
15715        }; then
15716   ac_header_preproc=yes
15717 else
15718   $as_echo "$as_me: failed program was:" >&5
15719 sed 's/^/| /' conftest.$ac_ext >&5
15720
15721   ac_header_preproc=no
15722 fi
15723
15724 rm -f conftest.err conftest.$ac_ext
15725 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15726 $as_echo "$ac_header_preproc" >&6; }
15727
15728 # So?  What about this header?
15729 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15730   yes:no: )
15731     { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15732 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15733     { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15734 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15735     ac_header_preproc=yes
15736     ;;
15737   no:yes:* )
15738     { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15739 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15740     { $as_echo "$as_me:$LINENO: WARNING: esd.h:     check for missing prerequisite headers?" >&5
15741 $as_echo "$as_me: WARNING: esd.h:     check for missing prerequisite headers?" >&2;}
15742     { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15743 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15744     { $as_echo "$as_me:$LINENO: WARNING: esd.h:     section \"Present But Cannot Be Compiled\"" >&5
15745 $as_echo "$as_me: WARNING: esd.h:     section \"Present But Cannot Be Compiled\"" >&2;}
15746     { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15747 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15748     { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15749 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15750     ( cat <<\_ASBOX
15751 ## ------------------------------------ ##
15752 ## Report this to wine-devel@winehq.org ##
15753 ## ------------------------------------ ##
15754 _ASBOX
15755      ) | sed "s/^/$as_me: WARNING:     /" >&2
15756     ;;
15757 esac
15758 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15759 $as_echo_n "checking for esd.h... " >&6; }
15760 if test "${ac_cv_header_esd_h+set}" = set; then
15761   $as_echo_n "(cached) " >&6
15762 else
15763   ac_cv_header_esd_h=$ac_header_preproc
15764 fi
15765 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15766 $as_echo "$ac_cv_header_esd_h" >&6; }
15767
15768 fi
15769 if test "x$ac_cv_header_esd_h" = x""yes; then
15770   { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15771 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15772 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15773   $as_echo_n "(cached) " >&6
15774 else
15775   ac_check_lib_save_LIBS=$LIBS
15776 LIBS="-lesd $ac_esd_libs $LIBS"
15777 cat >conftest.$ac_ext <<_ACEOF
15778 /* confdefs.h.  */
15779 _ACEOF
15780 cat confdefs.h >>conftest.$ac_ext
15781 cat >>conftest.$ac_ext <<_ACEOF
15782 /* end confdefs.h.  */
15783
15784 /* Override any GCC internal prototype to avoid an error.
15785    Use char because int might match the return type of a GCC
15786    builtin and then its argument prototype would still apply.  */
15787 #ifdef __cplusplus
15788 extern "C"
15789 #endif
15790 char esd_open_sound ();
15791 int
15792 main ()
15793 {
15794 return esd_open_sound ();
15795   ;
15796   return 0;
15797 }
15798 _ACEOF
15799 rm -f conftest.$ac_objext conftest$ac_exeext
15800 if { (ac_try="$ac_link"
15801 case "(($ac_try" in
15802   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15803   *) ac_try_echo=$ac_try;;
15804 esac
15805 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15806 $as_echo "$ac_try_echo") >&5
15807   (eval "$ac_link") 2>conftest.er1
15808   ac_status=$?
15809   grep -v '^ *+' conftest.er1 >conftest.err
15810   rm -f conftest.er1
15811   cat conftest.err >&5
15812   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15813   (exit $ac_status); } && {
15814          test -z "$ac_c_werror_flag" ||
15815          test ! -s conftest.err
15816        } && test -s conftest$ac_exeext && {
15817          test "$cross_compiling" = yes ||
15818          $as_test_x conftest$ac_exeext
15819        }; then
15820   ac_cv_lib_esd_esd_open_sound=yes
15821 else
15822   $as_echo "$as_me: failed program was:" >&5
15823 sed 's/^/| /' conftest.$ac_ext >&5
15824
15825         ac_cv_lib_esd_esd_open_sound=no
15826 fi
15827
15828 rm -rf conftest.dSYM
15829 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15830       conftest$ac_exeext conftest.$ac_ext
15831 LIBS=$ac_check_lib_save_LIBS
15832 fi
15833 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15834 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15835 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15836   ESDINCL="$ac_esd_incl"
15837
15838              ESDLIBS="$ac_esd_libs"
15839
15840
15841 cat >>confdefs.h <<\_ACEOF
15842 #define HAVE_ESD 1
15843 _ACEOF
15844
15845 fi
15846
15847 fi
15848
15849
15850     CFLAGS="$save_CFLAGS"
15851 fi
15852
15853 ALSALIBS=""
15854
15855 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15856 then
15857     { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15858 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15859 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15860   $as_echo_n "(cached) " >&6
15861 else
15862   ac_check_lib_save_LIBS=$LIBS
15863 LIBS="-lasound  $LIBS"
15864 cat >conftest.$ac_ext <<_ACEOF
15865 /* confdefs.h.  */
15866 _ACEOF
15867 cat confdefs.h >>conftest.$ac_ext
15868 cat >>conftest.$ac_ext <<_ACEOF
15869 /* end confdefs.h.  */
15870
15871 /* Override any GCC internal prototype to avoid an error.
15872    Use char because int might match the return type of a GCC
15873    builtin and then its argument prototype would still apply.  */
15874 #ifdef __cplusplus
15875 extern "C"
15876 #endif
15877 char snd_pcm_hw_params_get_access ();
15878 int
15879 main ()
15880 {
15881 return snd_pcm_hw_params_get_access ();
15882   ;
15883   return 0;
15884 }
15885 _ACEOF
15886 rm -f conftest.$ac_objext conftest$ac_exeext
15887 if { (ac_try="$ac_link"
15888 case "(($ac_try" in
15889   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15890   *) ac_try_echo=$ac_try;;
15891 esac
15892 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15893 $as_echo "$ac_try_echo") >&5
15894   (eval "$ac_link") 2>conftest.er1
15895   ac_status=$?
15896   grep -v '^ *+' conftest.er1 >conftest.err
15897   rm -f conftest.er1
15898   cat conftest.err >&5
15899   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15900   (exit $ac_status); } && {
15901          test -z "$ac_c_werror_flag" ||
15902          test ! -s conftest.err
15903        } && test -s conftest$ac_exeext && {
15904          test "$cross_compiling" = yes ||
15905          $as_test_x conftest$ac_exeext
15906        }; then
15907   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15908 else
15909   $as_echo "$as_me: failed program was:" >&5
15910 sed 's/^/| /' conftest.$ac_ext >&5
15911
15912         ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15913 fi
15914
15915 rm -rf conftest.dSYM
15916 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15917       conftest$ac_exeext conftest.$ac_ext
15918 LIBS=$ac_check_lib_save_LIBS
15919 fi
15920 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15921 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15922 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15923   cat >conftest.$ac_ext <<_ACEOF
15924 /* confdefs.h.  */
15925 _ACEOF
15926 cat confdefs.h >>conftest.$ac_ext
15927 cat >>conftest.$ac_ext <<_ACEOF
15928 /* end confdefs.h.  */
15929 #ifdef HAVE_ALSA_ASOUNDLIB_H
15930 #include <alsa/asoundlib.h>
15931 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15932 #include <sys/asoundlib.h>
15933 #endif
15934 int
15935 main ()
15936 {
15937 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15938   ;
15939   return 0;
15940 }
15941 _ACEOF
15942 rm -f conftest.$ac_objext
15943 if { (ac_try="$ac_compile"
15944 case "(($ac_try" in
15945   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15946   *) ac_try_echo=$ac_try;;
15947 esac
15948 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15949 $as_echo "$ac_try_echo") >&5
15950   (eval "$ac_compile") 2>conftest.er1
15951   ac_status=$?
15952   grep -v '^ *+' conftest.er1 >conftest.err
15953   rm -f conftest.er1
15954   cat conftest.err >&5
15955   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15956   (exit $ac_status); } && {
15957          test -z "$ac_c_werror_flag" ||
15958          test ! -s conftest.err
15959        } && test -s conftest.$ac_objext; then
15960
15961 cat >>confdefs.h <<\_ACEOF
15962 #define HAVE_ALSA 1
15963 _ACEOF
15964
15965                          ALSALIBS="-lasound"
15966 else
15967   $as_echo "$as_me: failed program was:" >&5
15968 sed 's/^/| /' conftest.$ac_ext >&5
15969
15970
15971 fi
15972
15973 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15974 fi
15975
15976 fi
15977
15978 AUDIOIOLIBS=""
15979
15980 if test "$ac_cv_header_libaudioio_h" = "yes"
15981 then
15982     { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15983 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15984 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15985   $as_echo_n "(cached) " >&6
15986 else
15987   ac_check_lib_save_LIBS=$LIBS
15988 LIBS="-laudioio  $LIBS"
15989 cat >conftest.$ac_ext <<_ACEOF
15990 /* confdefs.h.  */
15991 _ACEOF
15992 cat confdefs.h >>conftest.$ac_ext
15993 cat >>conftest.$ac_ext <<_ACEOF
15994 /* end confdefs.h.  */
15995
15996 /* Override any GCC internal prototype to avoid an error.
15997    Use char because int might match the return type of a GCC
15998    builtin and then its argument prototype would still apply.  */
15999 #ifdef __cplusplus
16000 extern "C"
16001 #endif
16002 char AudioIOGetVersion ();
16003 int
16004 main ()
16005 {
16006 return AudioIOGetVersion ();
16007   ;
16008   return 0;
16009 }
16010 _ACEOF
16011 rm -f conftest.$ac_objext conftest$ac_exeext
16012 if { (ac_try="$ac_link"
16013 case "(($ac_try" in
16014   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16015   *) ac_try_echo=$ac_try;;
16016 esac
16017 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16018 $as_echo "$ac_try_echo") >&5
16019   (eval "$ac_link") 2>conftest.er1
16020   ac_status=$?
16021   grep -v '^ *+' conftest.er1 >conftest.err
16022   rm -f conftest.er1
16023   cat conftest.err >&5
16024   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16025   (exit $ac_status); } && {
16026          test -z "$ac_c_werror_flag" ||
16027          test ! -s conftest.err
16028        } && test -s conftest$ac_exeext && {
16029          test "$cross_compiling" = yes ||
16030          $as_test_x conftest$ac_exeext
16031        }; then
16032   ac_cv_lib_audioio_AudioIOGetVersion=yes
16033 else
16034   $as_echo "$as_me: failed program was:" >&5
16035 sed 's/^/| /' conftest.$ac_ext >&5
16036
16037         ac_cv_lib_audioio_AudioIOGetVersion=no
16038 fi
16039
16040 rm -rf conftest.dSYM
16041 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16042       conftest$ac_exeext conftest.$ac_ext
16043 LIBS=$ac_check_lib_save_LIBS
16044 fi
16045 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
16046 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
16047 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
16048   AUDIOIOLIBS="-laudioio"
16049
16050 cat >>confdefs.h <<\_ACEOF
16051 #define HAVE_LIBAUDIOIO 1
16052 _ACEOF
16053
16054 fi
16055
16056 fi
16057
16058
16059 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
16060 then
16061     { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
16062 $as_echo_n "checking for -lcapi20... " >&6; }
16063 if test "${ac_cv_lib_soname_capi20+set}" = set; then
16064   $as_echo_n "(cached) " >&6
16065 else
16066   ac_check_soname_save_LIBS=$LIBS
16067 LIBS="-lcapi20  $LIBS"
16068   cat >conftest.$ac_ext <<_ACEOF
16069 /* confdefs.h.  */
16070 _ACEOF
16071 cat confdefs.h >>conftest.$ac_ext
16072 cat >>conftest.$ac_ext <<_ACEOF
16073 /* end confdefs.h.  */
16074
16075 /* Override any GCC internal prototype to avoid an error.
16076    Use char because int might match the return type of a GCC
16077    builtin and then its argument prototype would still apply.  */
16078 #ifdef __cplusplus
16079 extern "C"
16080 #endif
16081 char capi20_register ();
16082 int
16083 main ()
16084 {
16085 return capi20_register ();
16086   ;
16087   return 0;
16088 }
16089 _ACEOF
16090 rm -f conftest.$ac_objext conftest$ac_exeext
16091 if { (ac_try="$ac_link"
16092 case "(($ac_try" in
16093   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16094   *) ac_try_echo=$ac_try;;
16095 esac
16096 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16097 $as_echo "$ac_try_echo") >&5
16098   (eval "$ac_link") 2>conftest.er1
16099   ac_status=$?
16100   grep -v '^ *+' conftest.er1 >conftest.err
16101   rm -f conftest.er1
16102   cat conftest.err >&5
16103   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16104   (exit $ac_status); } && {
16105          test -z "$ac_c_werror_flag" ||
16106          test ! -s conftest.err
16107        } && test -s conftest$ac_exeext && {
16108          test "$cross_compiling" = yes ||
16109          $as_test_x conftest$ac_exeext
16110        }; then
16111   case "$LIBEXT" in
16112     dll) ;;
16113     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'` ;;
16114     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
16115   esac
16116 else
16117   $as_echo "$as_me: failed program was:" >&5
16118 sed 's/^/| /' conftest.$ac_ext >&5
16119
16120
16121 fi
16122
16123 rm -rf conftest.dSYM
16124 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16125       conftest$ac_exeext conftest.$ac_ext
16126   LIBS=$ac_check_soname_save_LIBS
16127 fi
16128 if test "x$ac_cv_lib_soname_capi20" = "x"; then
16129   { $as_echo "$as_me:$LINENO: result: not found" >&5
16130 $as_echo "not found" >&6; }
16131
16132 else
16133   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
16134 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
16135
16136 cat >>confdefs.h <<_ACEOF
16137 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
16138 _ACEOF
16139
16140
16141 fi
16142
16143 fi
16144 if test "x$ac_cv_lib_soname_capi20" = "x"; then
16145   case "x$with_capi" in
16146   x)   wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
16147   xno) ;;
16148   *)   { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16149 This is an error since --with-capi was requested." >&5
16150 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16151 This is an error since --with-capi was requested." >&2;}
16152    { (exit 1); exit 1; }; } ;;
16153 esac
16154 fi
16155
16156
16157 CUPSINCL=""
16158
16159 if test "x$with_cups" != "xno"
16160 then
16161     ac_save_CPPFLAGS="$CPPFLAGS"
16162     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
16163     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
16164     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
16165
16166 for ac_header in cups/cups.h
16167 do
16168 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16169 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16170   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16171 $as_echo_n "checking for $ac_header... " >&6; }
16172 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16173   $as_echo_n "(cached) " >&6
16174 fi
16175 ac_res=`eval 'as_val=${'$as_ac_Header'}
16176                  $as_echo "$as_val"'`
16177                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16178 $as_echo "$ac_res" >&6; }
16179 else
16180   # Is the header compilable?
16181 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16182 $as_echo_n "checking $ac_header usability... " >&6; }
16183 cat >conftest.$ac_ext <<_ACEOF
16184 /* confdefs.h.  */
16185 _ACEOF
16186 cat confdefs.h >>conftest.$ac_ext
16187 cat >>conftest.$ac_ext <<_ACEOF
16188 /* end confdefs.h.  */
16189 $ac_includes_default
16190 #include <$ac_header>
16191 _ACEOF
16192 rm -f conftest.$ac_objext
16193 if { (ac_try="$ac_compile"
16194 case "(($ac_try" in
16195   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16196   *) ac_try_echo=$ac_try;;
16197 esac
16198 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16199 $as_echo "$ac_try_echo") >&5
16200   (eval "$ac_compile") 2>conftest.er1
16201   ac_status=$?
16202   grep -v '^ *+' conftest.er1 >conftest.err
16203   rm -f conftest.er1
16204   cat conftest.err >&5
16205   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16206   (exit $ac_status); } && {
16207          test -z "$ac_c_werror_flag" ||
16208          test ! -s conftest.err
16209        } && test -s conftest.$ac_objext; then
16210   ac_header_compiler=yes
16211 else
16212   $as_echo "$as_me: failed program was:" >&5
16213 sed 's/^/| /' conftest.$ac_ext >&5
16214
16215         ac_header_compiler=no
16216 fi
16217
16218 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16219 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16220 $as_echo "$ac_header_compiler" >&6; }
16221
16222 # Is the header present?
16223 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16224 $as_echo_n "checking $ac_header presence... " >&6; }
16225 cat >conftest.$ac_ext <<_ACEOF
16226 /* confdefs.h.  */
16227 _ACEOF
16228 cat confdefs.h >>conftest.$ac_ext
16229 cat >>conftest.$ac_ext <<_ACEOF
16230 /* end confdefs.h.  */
16231 #include <$ac_header>
16232 _ACEOF
16233 if { (ac_try="$ac_cpp conftest.$ac_ext"
16234 case "(($ac_try" in
16235   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16236   *) ac_try_echo=$ac_try;;
16237 esac
16238 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16239 $as_echo "$ac_try_echo") >&5
16240   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16241   ac_status=$?
16242   grep -v '^ *+' conftest.er1 >conftest.err
16243   rm -f conftest.er1
16244   cat conftest.err >&5
16245   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16246   (exit $ac_status); } >/dev/null && {
16247          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16248          test ! -s conftest.err
16249        }; then
16250   ac_header_preproc=yes
16251 else
16252   $as_echo "$as_me: failed program was:" >&5
16253 sed 's/^/| /' conftest.$ac_ext >&5
16254
16255   ac_header_preproc=no
16256 fi
16257
16258 rm -f conftest.err conftest.$ac_ext
16259 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16260 $as_echo "$ac_header_preproc" >&6; }
16261
16262 # So?  What about this header?
16263 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16264   yes:no: )
16265     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16266 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16267     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16268 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16269     ac_header_preproc=yes
16270     ;;
16271   no:yes:* )
16272     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16273 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16274     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16275 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16276     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16277 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16278     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16279 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16280     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16281 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16282     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16283 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16284     ( cat <<\_ASBOX
16285 ## ------------------------------------ ##
16286 ## Report this to wine-devel@winehq.org ##
16287 ## ------------------------------------ ##
16288 _ASBOX
16289      ) | sed "s/^/$as_me: WARNING:     /" >&2
16290     ;;
16291 esac
16292 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16293 $as_echo_n "checking for $ac_header... " >&6; }
16294 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16295   $as_echo_n "(cached) " >&6
16296 else
16297   eval "$as_ac_Header=\$ac_header_preproc"
16298 fi
16299 ac_res=`eval 'as_val=${'$as_ac_Header'}
16300                  $as_echo "$as_val"'`
16301                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16302 $as_echo "$ac_res" >&6; }
16303
16304 fi
16305 as_val=`eval 'as_val=${'$as_ac_Header'}
16306                  $as_echo "$as_val"'`
16307    if test "x$as_val" = x""yes; then
16308   cat >>confdefs.h <<_ACEOF
16309 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16310 _ACEOF
16311  { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16312 $as_echo_n "checking for -lcups... " >&6; }
16313 if test "${ac_cv_lib_soname_cups+set}" = set; then
16314   $as_echo_n "(cached) " >&6
16315 else
16316   ac_check_soname_save_LIBS=$LIBS
16317 LIBS="-lcups $ac_cups_libs $LIBS"
16318   cat >conftest.$ac_ext <<_ACEOF
16319 /* confdefs.h.  */
16320 _ACEOF
16321 cat confdefs.h >>conftest.$ac_ext
16322 cat >>conftest.$ac_ext <<_ACEOF
16323 /* end confdefs.h.  */
16324
16325 /* Override any GCC internal prototype to avoid an error.
16326    Use char because int might match the return type of a GCC
16327    builtin and then its argument prototype would still apply.  */
16328 #ifdef __cplusplus
16329 extern "C"
16330 #endif
16331 char cupsGetDefault ();
16332 int
16333 main ()
16334 {
16335 return cupsGetDefault ();
16336   ;
16337   return 0;
16338 }
16339 _ACEOF
16340 rm -f conftest.$ac_objext conftest$ac_exeext
16341 if { (ac_try="$ac_link"
16342 case "(($ac_try" in
16343   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16344   *) ac_try_echo=$ac_try;;
16345 esac
16346 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16347 $as_echo "$ac_try_echo") >&5
16348   (eval "$ac_link") 2>conftest.er1
16349   ac_status=$?
16350   grep -v '^ *+' conftest.er1 >conftest.err
16351   rm -f conftest.er1
16352   cat conftest.err >&5
16353   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16354   (exit $ac_status); } && {
16355          test -z "$ac_c_werror_flag" ||
16356          test ! -s conftest.err
16357        } && test -s conftest$ac_exeext && {
16358          test "$cross_compiling" = yes ||
16359          $as_test_x conftest$ac_exeext
16360        }; then
16361   case "$LIBEXT" in
16362     dll) ;;
16363     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'` ;;
16364     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16365   esac
16366 else
16367   $as_echo "$as_me: failed program was:" >&5
16368 sed 's/^/| /' conftest.$ac_ext >&5
16369
16370
16371 fi
16372
16373 rm -rf conftest.dSYM
16374 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16375       conftest$ac_exeext conftest.$ac_ext
16376   LIBS=$ac_check_soname_save_LIBS
16377 fi
16378 if test "x$ac_cv_lib_soname_cups" = "x"; then
16379   { $as_echo "$as_me:$LINENO: result: not found" >&5
16380 $as_echo "not found" >&6; }
16381
16382 else
16383   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16384 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16385
16386 cat >>confdefs.h <<_ACEOF
16387 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16388 _ACEOF
16389
16390        CUPSINCL="$ac_cups_cflags"
16391 fi
16392
16393 fi
16394
16395 done
16396
16397     CPPFLAGS="$ac_save_CPPFLAGS"
16398 fi
16399 if test "x$ac_cv_lib_soname_cups" = "x"; then
16400   case "x$with_cups" in
16401   x)   wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16402   xno) ;;
16403   *)   { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16404 This is an error since --with-cups was requested." >&5
16405 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16406 This is an error since --with-cups was requested." >&2;}
16407    { (exit 1); exit 1; }; } ;;
16408 esac
16409 fi
16410
16411
16412 if test "$ac_cv_header_jack_jack_h" = "yes"
16413 then
16414     { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16415 $as_echo_n "checking for -ljack... " >&6; }
16416 if test "${ac_cv_lib_soname_jack+set}" = set; then
16417   $as_echo_n "(cached) " >&6
16418 else
16419   ac_check_soname_save_LIBS=$LIBS
16420 LIBS="-ljack  $LIBS"
16421   cat >conftest.$ac_ext <<_ACEOF
16422 /* confdefs.h.  */
16423 _ACEOF
16424 cat confdefs.h >>conftest.$ac_ext
16425 cat >>conftest.$ac_ext <<_ACEOF
16426 /* end confdefs.h.  */
16427
16428 /* Override any GCC internal prototype to avoid an error.
16429    Use char because int might match the return type of a GCC
16430    builtin and then its argument prototype would still apply.  */
16431 #ifdef __cplusplus
16432 extern "C"
16433 #endif
16434 char jack_client_new ();
16435 int
16436 main ()
16437 {
16438 return jack_client_new ();
16439   ;
16440   return 0;
16441 }
16442 _ACEOF
16443 rm -f conftest.$ac_objext conftest$ac_exeext
16444 if { (ac_try="$ac_link"
16445 case "(($ac_try" in
16446   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16447   *) ac_try_echo=$ac_try;;
16448 esac
16449 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16450 $as_echo "$ac_try_echo") >&5
16451   (eval "$ac_link") 2>conftest.er1
16452   ac_status=$?
16453   grep -v '^ *+' conftest.er1 >conftest.err
16454   rm -f conftest.er1
16455   cat conftest.err >&5
16456   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16457   (exit $ac_status); } && {
16458          test -z "$ac_c_werror_flag" ||
16459          test ! -s conftest.err
16460        } && test -s conftest$ac_exeext && {
16461          test "$cross_compiling" = yes ||
16462          $as_test_x conftest$ac_exeext
16463        }; then
16464   case "$LIBEXT" in
16465     dll) ;;
16466     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'` ;;
16467     *) 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'` ;;
16468   esac
16469 else
16470   $as_echo "$as_me: failed program was:" >&5
16471 sed 's/^/| /' conftest.$ac_ext >&5
16472
16473
16474 fi
16475
16476 rm -rf conftest.dSYM
16477 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16478       conftest$ac_exeext conftest.$ac_ext
16479   LIBS=$ac_check_soname_save_LIBS
16480 fi
16481 if test "x$ac_cv_lib_soname_jack" = "x"; then
16482   { $as_echo "$as_me:$LINENO: result: not found" >&5
16483 $as_echo "not found" >&6; }
16484
16485 else
16486   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16487 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16488
16489 cat >>confdefs.h <<_ACEOF
16490 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16491 _ACEOF
16492
16493
16494 fi
16495
16496 fi
16497
16498 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16499 then
16500     { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16501 $as_echo_n "checking for -lfontconfig... " >&6; }
16502 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16503   $as_echo_n "(cached) " >&6
16504 else
16505   ac_check_soname_save_LIBS=$LIBS
16506 LIBS="-lfontconfig  $LIBS"
16507   cat >conftest.$ac_ext <<_ACEOF
16508 /* confdefs.h.  */
16509 _ACEOF
16510 cat confdefs.h >>conftest.$ac_ext
16511 cat >>conftest.$ac_ext <<_ACEOF
16512 /* end confdefs.h.  */
16513
16514 /* Override any GCC internal prototype to avoid an error.
16515    Use char because int might match the return type of a GCC
16516    builtin and then its argument prototype would still apply.  */
16517 #ifdef __cplusplus
16518 extern "C"
16519 #endif
16520 char FcInit ();
16521 int
16522 main ()
16523 {
16524 return FcInit ();
16525   ;
16526   return 0;
16527 }
16528 _ACEOF
16529 rm -f conftest.$ac_objext conftest$ac_exeext
16530 if { (ac_try="$ac_link"
16531 case "(($ac_try" in
16532   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16533   *) ac_try_echo=$ac_try;;
16534 esac
16535 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16536 $as_echo "$ac_try_echo") >&5
16537   (eval "$ac_link") 2>conftest.er1
16538   ac_status=$?
16539   grep -v '^ *+' conftest.er1 >conftest.err
16540   rm -f conftest.er1
16541   cat conftest.err >&5
16542   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16543   (exit $ac_status); } && {
16544          test -z "$ac_c_werror_flag" ||
16545          test ! -s conftest.err
16546        } && test -s conftest$ac_exeext && {
16547          test "$cross_compiling" = yes ||
16548          $as_test_x conftest$ac_exeext
16549        }; then
16550   case "$LIBEXT" in
16551     dll) ;;
16552     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'` ;;
16553     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16554   esac
16555 else
16556   $as_echo "$as_me: failed program was:" >&5
16557 sed 's/^/| /' conftest.$ac_ext >&5
16558
16559
16560 fi
16561
16562 rm -rf conftest.dSYM
16563 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16564       conftest$ac_exeext conftest.$ac_ext
16565   LIBS=$ac_check_soname_save_LIBS
16566 fi
16567 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16568   { $as_echo "$as_me:$LINENO: result: not found" >&5
16569 $as_echo "not found" >&6; }
16570
16571 else
16572   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16573 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16574
16575 cat >>confdefs.h <<_ACEOF
16576 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16577 _ACEOF
16578
16579
16580 fi
16581
16582 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16583 then
16584         ac_save_CPPFLAGS="$CPPFLAGS"
16585     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16586     $as_unset ac_cv_header_fontconfig_fontconfig_h
16587
16588 for ac_header in fontconfig/fontconfig.h
16589 do
16590 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16591 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16592   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16593 $as_echo_n "checking for $ac_header... " >&6; }
16594 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16595   $as_echo_n "(cached) " >&6
16596 fi
16597 ac_res=`eval 'as_val=${'$as_ac_Header'}
16598                  $as_echo "$as_val"'`
16599                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16600 $as_echo "$ac_res" >&6; }
16601 else
16602   # Is the header compilable?
16603 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16604 $as_echo_n "checking $ac_header usability... " >&6; }
16605 cat >conftest.$ac_ext <<_ACEOF
16606 /* confdefs.h.  */
16607 _ACEOF
16608 cat confdefs.h >>conftest.$ac_ext
16609 cat >>conftest.$ac_ext <<_ACEOF
16610 /* end confdefs.h.  */
16611 $ac_includes_default
16612 #include <$ac_header>
16613 _ACEOF
16614 rm -f conftest.$ac_objext
16615 if { (ac_try="$ac_compile"
16616 case "(($ac_try" in
16617   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16618   *) ac_try_echo=$ac_try;;
16619 esac
16620 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16621 $as_echo "$ac_try_echo") >&5
16622   (eval "$ac_compile") 2>conftest.er1
16623   ac_status=$?
16624   grep -v '^ *+' conftest.er1 >conftest.err
16625   rm -f conftest.er1
16626   cat conftest.err >&5
16627   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16628   (exit $ac_status); } && {
16629          test -z "$ac_c_werror_flag" ||
16630          test ! -s conftest.err
16631        } && test -s conftest.$ac_objext; then
16632   ac_header_compiler=yes
16633 else
16634   $as_echo "$as_me: failed program was:" >&5
16635 sed 's/^/| /' conftest.$ac_ext >&5
16636
16637         ac_header_compiler=no
16638 fi
16639
16640 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16641 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16642 $as_echo "$ac_header_compiler" >&6; }
16643
16644 # Is the header present?
16645 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16646 $as_echo_n "checking $ac_header presence... " >&6; }
16647 cat >conftest.$ac_ext <<_ACEOF
16648 /* confdefs.h.  */
16649 _ACEOF
16650 cat confdefs.h >>conftest.$ac_ext
16651 cat >>conftest.$ac_ext <<_ACEOF
16652 /* end confdefs.h.  */
16653 #include <$ac_header>
16654 _ACEOF
16655 if { (ac_try="$ac_cpp conftest.$ac_ext"
16656 case "(($ac_try" in
16657   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16658   *) ac_try_echo=$ac_try;;
16659 esac
16660 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16661 $as_echo "$ac_try_echo") >&5
16662   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16663   ac_status=$?
16664   grep -v '^ *+' conftest.er1 >conftest.err
16665   rm -f conftest.er1
16666   cat conftest.err >&5
16667   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16668   (exit $ac_status); } >/dev/null && {
16669          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16670          test ! -s conftest.err
16671        }; then
16672   ac_header_preproc=yes
16673 else
16674   $as_echo "$as_me: failed program was:" >&5
16675 sed 's/^/| /' conftest.$ac_ext >&5
16676
16677   ac_header_preproc=no
16678 fi
16679
16680 rm -f conftest.err conftest.$ac_ext
16681 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16682 $as_echo "$ac_header_preproc" >&6; }
16683
16684 # So?  What about this header?
16685 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16686   yes:no: )
16687     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16688 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16689     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16690 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16691     ac_header_preproc=yes
16692     ;;
16693   no:yes:* )
16694     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16695 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16696     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16697 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16698     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16699 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16700     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16701 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16702     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16703 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16704     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16705 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16706     ( cat <<\_ASBOX
16707 ## ------------------------------------ ##
16708 ## Report this to wine-devel@winehq.org ##
16709 ## ------------------------------------ ##
16710 _ASBOX
16711      ) | sed "s/^/$as_me: WARNING:     /" >&2
16712     ;;
16713 esac
16714 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16715 $as_echo_n "checking for $ac_header... " >&6; }
16716 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16717   $as_echo_n "(cached) " >&6
16718 else
16719   eval "$as_ac_Header=\$ac_header_preproc"
16720 fi
16721 ac_res=`eval 'as_val=${'$as_ac_Header'}
16722                  $as_echo "$as_val"'`
16723                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16724 $as_echo "$ac_res" >&6; }
16725
16726 fi
16727 as_val=`eval 'as_val=${'$as_ac_Header'}
16728                  $as_echo "$as_val"'`
16729    if test "x$as_val" = x""yes; then
16730   cat >>confdefs.h <<_ACEOF
16731 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16732 _ACEOF
16733
16734 fi
16735
16736 done
16737
16738     CPPFLAGS="$ac_save_CPPFLAGS"
16739     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16740     then
16741         FONTCONFIGINCL="$X_CFLAGS"
16742
16743         { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16744 $as_echo_n "checking for -lfontconfig... " >&6; }
16745 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16746   $as_echo_n "(cached) " >&6
16747 else
16748   ac_check_soname_save_LIBS=$LIBS
16749 LIBS="-lfontconfig $X_LIBS $LIBS"
16750   cat >conftest.$ac_ext <<_ACEOF
16751 /* confdefs.h.  */
16752 _ACEOF
16753 cat confdefs.h >>conftest.$ac_ext
16754 cat >>conftest.$ac_ext <<_ACEOF
16755 /* end confdefs.h.  */
16756
16757 /* Override any GCC internal prototype to avoid an error.
16758    Use char because int might match the return type of a GCC
16759    builtin and then its argument prototype would still apply.  */
16760 #ifdef __cplusplus
16761 extern "C"
16762 #endif
16763 char FcInit ();
16764 int
16765 main ()
16766 {
16767 return FcInit ();
16768   ;
16769   return 0;
16770 }
16771 _ACEOF
16772 rm -f conftest.$ac_objext conftest$ac_exeext
16773 if { (ac_try="$ac_link"
16774 case "(($ac_try" in
16775   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16776   *) ac_try_echo=$ac_try;;
16777 esac
16778 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16779 $as_echo "$ac_try_echo") >&5
16780   (eval "$ac_link") 2>conftest.er1
16781   ac_status=$?
16782   grep -v '^ *+' conftest.er1 >conftest.err
16783   rm -f conftest.er1
16784   cat conftest.err >&5
16785   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16786   (exit $ac_status); } && {
16787          test -z "$ac_c_werror_flag" ||
16788          test ! -s conftest.err
16789        } && test -s conftest$ac_exeext && {
16790          test "$cross_compiling" = yes ||
16791          $as_test_x conftest$ac_exeext
16792        }; then
16793   case "$LIBEXT" in
16794     dll) ;;
16795     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'` ;;
16796     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16797   esac
16798 else
16799   $as_echo "$as_me: failed program was:" >&5
16800 sed 's/^/| /' conftest.$ac_ext >&5
16801
16802
16803 fi
16804
16805 rm -rf conftest.dSYM
16806 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16807       conftest$ac_exeext conftest.$ac_ext
16808   LIBS=$ac_check_soname_save_LIBS
16809 fi
16810 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16811   { $as_echo "$as_me:$LINENO: result: not found" >&5
16812 $as_echo "not found" >&6; }
16813
16814 else
16815   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16816 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16817
16818 cat >>confdefs.h <<_ACEOF
16819 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16820 _ACEOF
16821
16822
16823 fi
16824
16825     fi
16826 fi
16827 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16828   case "x$with_fontconfig" in
16829   x)   wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16830   xno) ;;
16831   *)   { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16832 This is an error since --with-fontconfig was requested." >&5
16833 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16834 This is an error since --with-fontconfig was requested." >&2;}
16835    { (exit 1); exit 1; }; } ;;
16836 esac
16837 fi
16838
16839
16840 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16841 then
16842     { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16843 $as_echo_n "checking for -lssl... " >&6; }
16844 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16845   $as_echo_n "(cached) " >&6
16846 else
16847   ac_check_soname_save_LIBS=$LIBS
16848 LIBS="-lssl  $LIBS"
16849   cat >conftest.$ac_ext <<_ACEOF
16850 /* confdefs.h.  */
16851 _ACEOF
16852 cat confdefs.h >>conftest.$ac_ext
16853 cat >>conftest.$ac_ext <<_ACEOF
16854 /* end confdefs.h.  */
16855
16856 /* Override any GCC internal prototype to avoid an error.
16857    Use char because int might match the return type of a GCC
16858    builtin and then its argument prototype would still apply.  */
16859 #ifdef __cplusplus
16860 extern "C"
16861 #endif
16862 char SSL_library_init ();
16863 int
16864 main ()
16865 {
16866 return SSL_library_init ();
16867   ;
16868   return 0;
16869 }
16870 _ACEOF
16871 rm -f conftest.$ac_objext conftest$ac_exeext
16872 if { (ac_try="$ac_link"
16873 case "(($ac_try" in
16874   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16875   *) ac_try_echo=$ac_try;;
16876 esac
16877 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16878 $as_echo "$ac_try_echo") >&5
16879   (eval "$ac_link") 2>conftest.er1
16880   ac_status=$?
16881   grep -v '^ *+' conftest.er1 >conftest.err
16882   rm -f conftest.er1
16883   cat conftest.err >&5
16884   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16885   (exit $ac_status); } && {
16886          test -z "$ac_c_werror_flag" ||
16887          test ! -s conftest.err
16888        } && test -s conftest$ac_exeext && {
16889          test "$cross_compiling" = yes ||
16890          $as_test_x conftest$ac_exeext
16891        }; then
16892   case "$LIBEXT" in
16893     dll) ;;
16894     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'` ;;
16895     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
16896   esac
16897 else
16898   $as_echo "$as_me: failed program was:" >&5
16899 sed 's/^/| /' conftest.$ac_ext >&5
16900
16901
16902 fi
16903
16904 rm -rf conftest.dSYM
16905 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16906       conftest$ac_exeext conftest.$ac_ext
16907   LIBS=$ac_check_soname_save_LIBS
16908 fi
16909 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16910   { $as_echo "$as_me:$LINENO: result: not found" >&5
16911 $as_echo "not found" >&6; }
16912
16913 else
16914   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16915 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16916
16917 cat >>confdefs.h <<_ACEOF
16918 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16919 _ACEOF
16920
16921
16922 fi
16923
16924     { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16925 $as_echo_n "checking for -lcrypto... " >&6; }
16926 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16927   $as_echo_n "(cached) " >&6
16928 else
16929   ac_check_soname_save_LIBS=$LIBS
16930 LIBS="-lcrypto  $LIBS"
16931   cat >conftest.$ac_ext <<_ACEOF
16932 /* confdefs.h.  */
16933 _ACEOF
16934 cat confdefs.h >>conftest.$ac_ext
16935 cat >>conftest.$ac_ext <<_ACEOF
16936 /* end confdefs.h.  */
16937
16938 /* Override any GCC internal prototype to avoid an error.
16939    Use char because int might match the return type of a GCC
16940    builtin and then its argument prototype would still apply.  */
16941 #ifdef __cplusplus
16942 extern "C"
16943 #endif
16944 char BIO_new_socket ();
16945 int
16946 main ()
16947 {
16948 return BIO_new_socket ();
16949   ;
16950   return 0;
16951 }
16952 _ACEOF
16953 rm -f conftest.$ac_objext conftest$ac_exeext
16954 if { (ac_try="$ac_link"
16955 case "(($ac_try" in
16956   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16957   *) ac_try_echo=$ac_try;;
16958 esac
16959 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16960 $as_echo "$ac_try_echo") >&5
16961   (eval "$ac_link") 2>conftest.er1
16962   ac_status=$?
16963   grep -v '^ *+' conftest.er1 >conftest.err
16964   rm -f conftest.er1
16965   cat conftest.err >&5
16966   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16967   (exit $ac_status); } && {
16968          test -z "$ac_c_werror_flag" ||
16969          test ! -s conftest.err
16970        } && test -s conftest$ac_exeext && {
16971          test "$cross_compiling" = yes ||
16972          $as_test_x conftest$ac_exeext
16973        }; then
16974   case "$LIBEXT" in
16975     dll) ;;
16976     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'` ;;
16977     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
16978   esac
16979 else
16980   $as_echo "$as_me: failed program was:" >&5
16981 sed 's/^/| /' conftest.$ac_ext >&5
16982
16983
16984 fi
16985
16986 rm -rf conftest.dSYM
16987 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16988       conftest$ac_exeext conftest.$ac_ext
16989   LIBS=$ac_check_soname_save_LIBS
16990 fi
16991 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16992   { $as_echo "$as_me:$LINENO: result: not found" >&5
16993 $as_echo "not found" >&6; }
16994
16995 else
16996   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16997 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16998
16999 cat >>confdefs.h <<_ACEOF
17000 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
17001 _ACEOF
17002
17003
17004 fi
17005
17006 fi
17007 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
17008   case "x$with_openssl" in
17009   x)   wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
17010   xno) ;;
17011   *)   { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
17012 This is an error since --with-openssl was requested." >&5
17013 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
17014 This is an error since --with-openssl was requested." >&2;}
17015    { (exit 1); exit 1; }; } ;;
17016 esac
17017 fi
17018
17019
17020 if test "$ac_cv_header_jpeglib_h" = "yes"
17021 then
17022     { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
17023 $as_echo_n "checking for -ljpeg... " >&6; }
17024 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
17025   $as_echo_n "(cached) " >&6
17026 else
17027   ac_check_soname_save_LIBS=$LIBS
17028 LIBS="-ljpeg  $LIBS"
17029   cat >conftest.$ac_ext <<_ACEOF
17030 /* confdefs.h.  */
17031 _ACEOF
17032 cat confdefs.h >>conftest.$ac_ext
17033 cat >>conftest.$ac_ext <<_ACEOF
17034 /* end confdefs.h.  */
17035
17036 /* Override any GCC internal prototype to avoid an error.
17037    Use char because int might match the return type of a GCC
17038    builtin and then its argument prototype would still apply.  */
17039 #ifdef __cplusplus
17040 extern "C"
17041 #endif
17042 char jpeg_start_decompress ();
17043 int
17044 main ()
17045 {
17046 return jpeg_start_decompress ();
17047   ;
17048   return 0;
17049 }
17050 _ACEOF
17051 rm -f conftest.$ac_objext conftest$ac_exeext
17052 if { (ac_try="$ac_link"
17053 case "(($ac_try" in
17054   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17055   *) ac_try_echo=$ac_try;;
17056 esac
17057 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17058 $as_echo "$ac_try_echo") >&5
17059   (eval "$ac_link") 2>conftest.er1
17060   ac_status=$?
17061   grep -v '^ *+' conftest.er1 >conftest.err
17062   rm -f conftest.er1
17063   cat conftest.err >&5
17064   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17065   (exit $ac_status); } && {
17066          test -z "$ac_c_werror_flag" ||
17067          test ! -s conftest.err
17068        } && test -s conftest$ac_exeext && {
17069          test "$cross_compiling" = yes ||
17070          $as_test_x conftest$ac_exeext
17071        }; then
17072   case "$LIBEXT" in
17073     dll) ;;
17074     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'` ;;
17075     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
17076   esac
17077 else
17078   $as_echo "$as_me: failed program was:" >&5
17079 sed 's/^/| /' conftest.$ac_ext >&5
17080
17081
17082 fi
17083
17084 rm -rf conftest.dSYM
17085 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17086       conftest$ac_exeext conftest.$ac_ext
17087   LIBS=$ac_check_soname_save_LIBS
17088 fi
17089 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
17090   { $as_echo "$as_me:$LINENO: result: not found" >&5
17091 $as_echo "not found" >&6; }
17092
17093 else
17094   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
17095 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
17096
17097 cat >>confdefs.h <<_ACEOF
17098 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
17099 _ACEOF
17100
17101
17102 fi
17103
17104 fi
17105 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
17106   case "x$with_jpeg" in
17107   x)   wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
17108   xno) ;;
17109   *)   { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
17110 This is an error since --with-jpeg was requested." >&5
17111 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
17112 This is an error since --with-jpeg was requested." >&2;}
17113    { (exit 1); exit 1; }; } ;;
17114 esac
17115 fi
17116
17117
17118 if test "$ac_cv_header_png_h" = "yes"
17119 then
17120     { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
17121 $as_echo_n "checking for -lpng... " >&6; }
17122 if test "${ac_cv_lib_soname_png+set}" = set; then
17123   $as_echo_n "(cached) " >&6
17124 else
17125   ac_check_soname_save_LIBS=$LIBS
17126 LIBS="-lpng -lm -lz $LIBS"
17127   cat >conftest.$ac_ext <<_ACEOF
17128 /* confdefs.h.  */
17129 _ACEOF
17130 cat confdefs.h >>conftest.$ac_ext
17131 cat >>conftest.$ac_ext <<_ACEOF
17132 /* end confdefs.h.  */
17133
17134 /* Override any GCC internal prototype to avoid an error.
17135    Use char because int might match the return type of a GCC
17136    builtin and then its argument prototype would still apply.  */
17137 #ifdef __cplusplus
17138 extern "C"
17139 #endif
17140 char png_create_read_struct ();
17141 int
17142 main ()
17143 {
17144 return png_create_read_struct ();
17145   ;
17146   return 0;
17147 }
17148 _ACEOF
17149 rm -f conftest.$ac_objext conftest$ac_exeext
17150 if { (ac_try="$ac_link"
17151 case "(($ac_try" in
17152   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17153   *) ac_try_echo=$ac_try;;
17154 esac
17155 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17156 $as_echo "$ac_try_echo") >&5
17157   (eval "$ac_link") 2>conftest.er1
17158   ac_status=$?
17159   grep -v '^ *+' conftest.er1 >conftest.err
17160   rm -f conftest.er1
17161   cat conftest.err >&5
17162   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17163   (exit $ac_status); } && {
17164          test -z "$ac_c_werror_flag" ||
17165          test ! -s conftest.err
17166        } && test -s conftest$ac_exeext && {
17167          test "$cross_compiling" = yes ||
17168          $as_test_x conftest$ac_exeext
17169        }; then
17170   case "$LIBEXT" in
17171     dll) ;;
17172     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'` ;;
17173     *) 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'` ;;
17174   esac
17175 else
17176   $as_echo "$as_me: failed program was:" >&5
17177 sed 's/^/| /' conftest.$ac_ext >&5
17178
17179
17180 fi
17181
17182 rm -rf conftest.dSYM
17183 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17184       conftest$ac_exeext conftest.$ac_ext
17185   LIBS=$ac_check_soname_save_LIBS
17186 fi
17187 if test "x$ac_cv_lib_soname_png" = "x"; then
17188   { $as_echo "$as_me:$LINENO: result: not found" >&5
17189 $as_echo "not found" >&6; }
17190
17191 else
17192   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
17193 $as_echo "$ac_cv_lib_soname_png" >&6; }
17194
17195 cat >>confdefs.h <<_ACEOF
17196 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
17197 _ACEOF
17198
17199
17200 fi
17201
17202 fi
17203 if test "x$ac_cv_lib_soname_png" = "x"; then
17204   case "x$with_png" in
17205   x)   wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17206   xno) ;;
17207   *)   { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17208 This is an error since --with-png was requested." >&5
17209 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17210 This is an error since --with-png was requested." >&2;}
17211    { (exit 1); exit 1; }; } ;;
17212 esac
17213 fi
17214
17215
17216 if test "$ac_cv_header_kstat_h" = "yes"
17217 then
17218     { $as_echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
17219 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
17220 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
17221   $as_echo_n "(cached) " >&6
17222 else
17223   ac_check_lib_save_LIBS=$LIBS
17224 LIBS="-lkstat  $LIBS"
17225 cat >conftest.$ac_ext <<_ACEOF
17226 /* confdefs.h.  */
17227 _ACEOF
17228 cat confdefs.h >>conftest.$ac_ext
17229 cat >>conftest.$ac_ext <<_ACEOF
17230 /* end confdefs.h.  */
17231
17232 /* Override any GCC internal prototype to avoid an error.
17233    Use char because int might match the return type of a GCC
17234    builtin and then its argument prototype would still apply.  */
17235 #ifdef __cplusplus
17236 extern "C"
17237 #endif
17238 char kstat_open ();
17239 int
17240 main ()
17241 {
17242 return kstat_open ();
17243   ;
17244   return 0;
17245 }
17246 _ACEOF
17247 rm -f conftest.$ac_objext conftest$ac_exeext
17248 if { (ac_try="$ac_link"
17249 case "(($ac_try" in
17250   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17251   *) ac_try_echo=$ac_try;;
17252 esac
17253 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17254 $as_echo "$ac_try_echo") >&5
17255   (eval "$ac_link") 2>conftest.er1
17256   ac_status=$?
17257   grep -v '^ *+' conftest.er1 >conftest.err
17258   rm -f conftest.er1
17259   cat conftest.err >&5
17260   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17261   (exit $ac_status); } && {
17262          test -z "$ac_c_werror_flag" ||
17263          test ! -s conftest.err
17264        } && test -s conftest$ac_exeext && {
17265          test "$cross_compiling" = yes ||
17266          $as_test_x conftest$ac_exeext
17267        }; then
17268   ac_cv_lib_kstat_kstat_open=yes
17269 else
17270   $as_echo "$as_me: failed program was:" >&5
17271 sed 's/^/| /' conftest.$ac_ext >&5
17272
17273         ac_cv_lib_kstat_kstat_open=no
17274 fi
17275
17276 rm -rf conftest.dSYM
17277 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17278       conftest$ac_exeext conftest.$ac_ext
17279 LIBS=$ac_check_lib_save_LIBS
17280 fi
17281 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
17282 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
17283 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then
17284
17285 cat >>confdefs.h <<\_ACEOF
17286 #define HAVE_LIBKSTAT 1
17287 _ACEOF
17288
17289                   LIBKSTAT="-lkstat"
17290
17291 fi
17292
17293 fi
17294
17295 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17296 $as_echo_n "checking for -lodbc... " >&6; }
17297 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17298   $as_echo_n "(cached) " >&6
17299 else
17300   ac_check_soname_save_LIBS=$LIBS
17301 LIBS="-lodbc  $LIBS"
17302   cat >conftest.$ac_ext <<_ACEOF
17303 /* confdefs.h.  */
17304 _ACEOF
17305 cat confdefs.h >>conftest.$ac_ext
17306 cat >>conftest.$ac_ext <<_ACEOF
17307 /* end confdefs.h.  */
17308
17309 /* Override any GCC internal prototype to avoid an error.
17310    Use char because int might match the return type of a GCC
17311    builtin and then its argument prototype would still apply.  */
17312 #ifdef __cplusplus
17313 extern "C"
17314 #endif
17315 char SQLConnect ();
17316 int
17317 main ()
17318 {
17319 return SQLConnect ();
17320   ;
17321   return 0;
17322 }
17323 _ACEOF
17324 rm -f conftest.$ac_objext conftest$ac_exeext
17325 if { (ac_try="$ac_link"
17326 case "(($ac_try" in
17327   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17328   *) ac_try_echo=$ac_try;;
17329 esac
17330 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17331 $as_echo "$ac_try_echo") >&5
17332   (eval "$ac_link") 2>conftest.er1
17333   ac_status=$?
17334   grep -v '^ *+' conftest.er1 >conftest.err
17335   rm -f conftest.er1
17336   cat conftest.err >&5
17337   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17338   (exit $ac_status); } && {
17339          test -z "$ac_c_werror_flag" ||
17340          test ! -s conftest.err
17341        } && test -s conftest$ac_exeext && {
17342          test "$cross_compiling" = yes ||
17343          $as_test_x conftest$ac_exeext
17344        }; then
17345   case "$LIBEXT" in
17346     dll) ;;
17347     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'` ;;
17348     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
17349   esac
17350 else
17351   $as_echo "$as_me: failed program was:" >&5
17352 sed 's/^/| /' conftest.$ac_ext >&5
17353
17354
17355 fi
17356
17357 rm -rf conftest.dSYM
17358 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17359       conftest$ac_exeext conftest.$ac_ext
17360   LIBS=$ac_check_soname_save_LIBS
17361 fi
17362 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17363   { $as_echo "$as_me:$LINENO: result: not found" >&5
17364 $as_echo "not found" >&6; }
17365        cat >>confdefs.h <<_ACEOF
17366 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17367 _ACEOF
17368
17369 else
17370   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17371 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17372
17373 cat >>confdefs.h <<_ACEOF
17374 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17375 _ACEOF
17376
17377
17378 fi
17379
17380
17381 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17382         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17383         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17384         "$ac_cv_header_soundcard_h" != "yes" -a \
17385         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17386 then
17387     wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17388 fi
17389
17390
17391 EXTRACFLAGS=""
17392
17393 if test "x${GCC}" = "xyes"
17394 then
17395   EXTRACFLAGS="-Wall -pipe"
17396
17397     { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17398 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17399 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17400   $as_echo_n "(cached) " >&6
17401 else
17402   if test "$cross_compiling" = yes; then
17403   ac_cv_c_gcc_strength_bug="yes"
17404 else
17405   cat >conftest.$ac_ext <<_ACEOF
17406 /* confdefs.h.  */
17407 _ACEOF
17408 cat confdefs.h >>conftest.$ac_ext
17409 cat >>conftest.$ac_ext <<_ACEOF
17410 /* end confdefs.h.  */
17411 int L[4] = {0,1,2,3};
17412 int
17413 main ()
17414 {
17415 static int Array[3];
17416   unsigned int B = 3;
17417   int i;
17418   for(i=0; i<B; i++) Array[i] = i - 3;
17419   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17420   L[i] = 4;
17421   return (Array[1] != -2 || L[2] != 3)
17422   ;
17423   return 0;
17424 }
17425 _ACEOF
17426 rm -f conftest$ac_exeext
17427 if { (ac_try="$ac_link"
17428 case "(($ac_try" in
17429   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17430   *) ac_try_echo=$ac_try;;
17431 esac
17432 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17433 $as_echo "$ac_try_echo") >&5
17434   (eval "$ac_link") 2>&5
17435   ac_status=$?
17436   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17437   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17438   { (case "(($ac_try" in
17439   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17440   *) ac_try_echo=$ac_try;;
17441 esac
17442 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17443 $as_echo "$ac_try_echo") >&5
17444   (eval "$ac_try") 2>&5
17445   ac_status=$?
17446   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17447   (exit $ac_status); }; }; then
17448   ac_cv_c_gcc_strength_bug="no"
17449 else
17450   $as_echo "$as_me: program exited with status $ac_status" >&5
17451 $as_echo "$as_me: failed program was:" >&5
17452 sed 's/^/| /' conftest.$ac_ext >&5
17453
17454 ( exit $ac_status )
17455 ac_cv_c_gcc_strength_bug="yes"
17456 fi
17457 rm -rf conftest.dSYM
17458 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17459 fi
17460
17461
17462 fi
17463 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17464 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17465   if test "$ac_cv_c_gcc_strength_bug" = "yes"
17466   then
17467     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17468   fi
17469
17470     { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17471 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17472 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17473   $as_echo_n "(cached) " >&6
17474 else
17475   ac_wine_try_cflags_saved=$CFLAGS
17476 CFLAGS="$CFLAGS -fno-builtin"
17477 cat >conftest.$ac_ext <<_ACEOF
17478 /* confdefs.h.  */
17479 _ACEOF
17480 cat confdefs.h >>conftest.$ac_ext
17481 cat >>conftest.$ac_ext <<_ACEOF
17482 /* end confdefs.h.  */
17483
17484 int
17485 main ()
17486 {
17487
17488   ;
17489   return 0;
17490 }
17491 _ACEOF
17492 rm -f conftest.$ac_objext conftest$ac_exeext
17493 if { (ac_try="$ac_link"
17494 case "(($ac_try" in
17495   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17496   *) ac_try_echo=$ac_try;;
17497 esac
17498 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17499 $as_echo "$ac_try_echo") >&5
17500   (eval "$ac_link") 2>conftest.er1
17501   ac_status=$?
17502   grep -v '^ *+' conftest.er1 >conftest.err
17503   rm -f conftest.er1
17504   cat conftest.err >&5
17505   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17506   (exit $ac_status); } && {
17507          test -z "$ac_c_werror_flag" ||
17508          test ! -s conftest.err
17509        } && test -s conftest$ac_exeext && {
17510          test "$cross_compiling" = yes ||
17511          $as_test_x conftest$ac_exeext
17512        }; then
17513   ac_cv_cflags__fno_builtin=yes
17514 else
17515   $as_echo "$as_me: failed program was:" >&5
17516 sed 's/^/| /' conftest.$ac_ext >&5
17517
17518         ac_cv_cflags__fno_builtin=no
17519 fi
17520
17521 rm -rf conftest.dSYM
17522 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17523       conftest$ac_exeext conftest.$ac_ext
17524 CFLAGS=$ac_wine_try_cflags_saved
17525 fi
17526 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17527 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17528 if test $ac_cv_cflags__fno_builtin = yes; then
17529   BUILTINFLAG="-fno-builtin"
17530
17531 fi
17532
17533   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17534 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17535 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17536   $as_echo_n "(cached) " >&6
17537 else
17538   ac_wine_try_cflags_saved=$CFLAGS
17539 CFLAGS="$CFLAGS -fno-strict-aliasing"
17540 cat >conftest.$ac_ext <<_ACEOF
17541 /* confdefs.h.  */
17542 _ACEOF
17543 cat confdefs.h >>conftest.$ac_ext
17544 cat >>conftest.$ac_ext <<_ACEOF
17545 /* end confdefs.h.  */
17546
17547 int
17548 main ()
17549 {
17550
17551   ;
17552   return 0;
17553 }
17554 _ACEOF
17555 rm -f conftest.$ac_objext conftest$ac_exeext
17556 if { (ac_try="$ac_link"
17557 case "(($ac_try" in
17558   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17559   *) ac_try_echo=$ac_try;;
17560 esac
17561 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17562 $as_echo "$ac_try_echo") >&5
17563   (eval "$ac_link") 2>conftest.er1
17564   ac_status=$?
17565   grep -v '^ *+' conftest.er1 >conftest.err
17566   rm -f conftest.er1
17567   cat conftest.err >&5
17568   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17569   (exit $ac_status); } && {
17570          test -z "$ac_c_werror_flag" ||
17571          test ! -s conftest.err
17572        } && test -s conftest$ac_exeext && {
17573          test "$cross_compiling" = yes ||
17574          $as_test_x conftest$ac_exeext
17575        }; then
17576   ac_cv_cflags__fno_strict_aliasing=yes
17577 else
17578   $as_echo "$as_me: failed program was:" >&5
17579 sed 's/^/| /' conftest.$ac_ext >&5
17580
17581         ac_cv_cflags__fno_strict_aliasing=no
17582 fi
17583
17584 rm -rf conftest.dSYM
17585 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17586       conftest$ac_exeext conftest.$ac_ext
17587 CFLAGS=$ac_wine_try_cflags_saved
17588 fi
17589 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17590 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17591 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17592   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17593 fi
17594
17595   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17596 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17597 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17598   $as_echo_n "(cached) " >&6
17599 else
17600   ac_wine_try_cflags_saved=$CFLAGS
17601 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17602 cat >conftest.$ac_ext <<_ACEOF
17603 /* confdefs.h.  */
17604 _ACEOF
17605 cat confdefs.h >>conftest.$ac_ext
17606 cat >>conftest.$ac_ext <<_ACEOF
17607 /* end confdefs.h.  */
17608
17609 int
17610 main ()
17611 {
17612
17613   ;
17614   return 0;
17615 }
17616 _ACEOF
17617 rm -f conftest.$ac_objext conftest$ac_exeext
17618 if { (ac_try="$ac_link"
17619 case "(($ac_try" in
17620   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17621   *) ac_try_echo=$ac_try;;
17622 esac
17623 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17624 $as_echo "$ac_try_echo") >&5
17625   (eval "$ac_link") 2>conftest.er1
17626   ac_status=$?
17627   grep -v '^ *+' conftest.er1 >conftest.err
17628   rm -f conftest.er1
17629   cat conftest.err >&5
17630   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17631   (exit $ac_status); } && {
17632          test -z "$ac_c_werror_flag" ||
17633          test ! -s conftest.err
17634        } && test -s conftest$ac_exeext && {
17635          test "$cross_compiling" = yes ||
17636          $as_test_x conftest$ac_exeext
17637        }; then
17638   ac_cv_cflags__Wdeclaration_after_statement=yes
17639 else
17640   $as_echo "$as_me: failed program was:" >&5
17641 sed 's/^/| /' conftest.$ac_ext >&5
17642
17643         ac_cv_cflags__Wdeclaration_after_statement=no
17644 fi
17645
17646 rm -rf conftest.dSYM
17647 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17648       conftest$ac_exeext conftest.$ac_ext
17649 CFLAGS=$ac_wine_try_cflags_saved
17650 fi
17651 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17652 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17653 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17654   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17655 fi
17656
17657   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17658 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17659 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17660   $as_echo_n "(cached) " >&6
17661 else
17662   ac_wine_try_cflags_saved=$CFLAGS
17663 CFLAGS="$CFLAGS -Wwrite-strings"
17664 cat >conftest.$ac_ext <<_ACEOF
17665 /* confdefs.h.  */
17666 _ACEOF
17667 cat confdefs.h >>conftest.$ac_ext
17668 cat >>conftest.$ac_ext <<_ACEOF
17669 /* end confdefs.h.  */
17670
17671 int
17672 main ()
17673 {
17674
17675   ;
17676   return 0;
17677 }
17678 _ACEOF
17679 rm -f conftest.$ac_objext conftest$ac_exeext
17680 if { (ac_try="$ac_link"
17681 case "(($ac_try" in
17682   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17683   *) ac_try_echo=$ac_try;;
17684 esac
17685 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17686 $as_echo "$ac_try_echo") >&5
17687   (eval "$ac_link") 2>conftest.er1
17688   ac_status=$?
17689   grep -v '^ *+' conftest.er1 >conftest.err
17690   rm -f conftest.er1
17691   cat conftest.err >&5
17692   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17693   (exit $ac_status); } && {
17694          test -z "$ac_c_werror_flag" ||
17695          test ! -s conftest.err
17696        } && test -s conftest$ac_exeext && {
17697          test "$cross_compiling" = yes ||
17698          $as_test_x conftest$ac_exeext
17699        }; then
17700   ac_cv_cflags__Wwrite_strings=yes
17701 else
17702   $as_echo "$as_me: failed program was:" >&5
17703 sed 's/^/| /' conftest.$ac_ext >&5
17704
17705         ac_cv_cflags__Wwrite_strings=no
17706 fi
17707
17708 rm -rf conftest.dSYM
17709 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17710       conftest$ac_exeext conftest.$ac_ext
17711 CFLAGS=$ac_wine_try_cflags_saved
17712 fi
17713 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17714 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17715 if test $ac_cv_cflags__Wwrite_strings = yes; then
17716   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17717 fi
17718
17719   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17720 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17721 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17722   $as_echo_n "(cached) " >&6
17723 else
17724   ac_wine_try_cflags_saved=$CFLAGS
17725 CFLAGS="$CFLAGS -Wtype-limits"
17726 cat >conftest.$ac_ext <<_ACEOF
17727 /* confdefs.h.  */
17728 _ACEOF
17729 cat confdefs.h >>conftest.$ac_ext
17730 cat >>conftest.$ac_ext <<_ACEOF
17731 /* end confdefs.h.  */
17732
17733 int
17734 main ()
17735 {
17736
17737   ;
17738   return 0;
17739 }
17740 _ACEOF
17741 rm -f conftest.$ac_objext conftest$ac_exeext
17742 if { (ac_try="$ac_link"
17743 case "(($ac_try" in
17744   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17745   *) ac_try_echo=$ac_try;;
17746 esac
17747 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17748 $as_echo "$ac_try_echo") >&5
17749   (eval "$ac_link") 2>conftest.er1
17750   ac_status=$?
17751   grep -v '^ *+' conftest.er1 >conftest.err
17752   rm -f conftest.er1
17753   cat conftest.err >&5
17754   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17755   (exit $ac_status); } && {
17756          test -z "$ac_c_werror_flag" ||
17757          test ! -s conftest.err
17758        } && test -s conftest$ac_exeext && {
17759          test "$cross_compiling" = yes ||
17760          $as_test_x conftest$ac_exeext
17761        }; then
17762   ac_cv_cflags__Wtype_limits=yes
17763 else
17764   $as_echo "$as_me: failed program was:" >&5
17765 sed 's/^/| /' conftest.$ac_ext >&5
17766
17767         ac_cv_cflags__Wtype_limits=no
17768 fi
17769
17770 rm -rf conftest.dSYM
17771 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17772       conftest$ac_exeext conftest.$ac_ext
17773 CFLAGS=$ac_wine_try_cflags_saved
17774 fi
17775 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17776 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17777 if test $ac_cv_cflags__Wtype_limits = yes; then
17778   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17779 fi
17780
17781
17782     saved_CFLAGS="$CFLAGS"
17783   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17784   { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17785 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17786 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17787   $as_echo_n "(cached) " >&6
17788 else
17789   cat >conftest.$ac_ext <<_ACEOF
17790 /* confdefs.h.  */
17791 _ACEOF
17792 cat confdefs.h >>conftest.$ac_ext
17793 cat >>conftest.$ac_ext <<_ACEOF
17794 /* end confdefs.h.  */
17795 #include <string.h>
17796 int
17797 main ()
17798 {
17799
17800   ;
17801   return 0;
17802 }
17803 _ACEOF
17804 rm -f conftest.$ac_objext
17805 if { (ac_try="$ac_compile"
17806 case "(($ac_try" in
17807   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17808   *) ac_try_echo=$ac_try;;
17809 esac
17810 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17811 $as_echo "$ac_try_echo") >&5
17812   (eval "$ac_compile") 2>conftest.er1
17813   ac_status=$?
17814   grep -v '^ *+' conftest.er1 >conftest.err
17815   rm -f conftest.er1
17816   cat conftest.err >&5
17817   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17818   (exit $ac_status); } && {
17819          test -z "$ac_c_werror_flag" ||
17820          test ! -s conftest.err
17821        } && test -s conftest.$ac_objext; then
17822   ac_cv_c_string_h_warnings=no
17823 else
17824   $as_echo "$as_me: failed program was:" >&5
17825 sed 's/^/| /' conftest.$ac_ext >&5
17826
17827         ac_cv_c_string_h_warnings=yes
17828 fi
17829
17830 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17831 fi
17832 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17833 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17834   CFLAGS="$saved_CFLAGS"
17835   if test "$ac_cv_c_string_h_warnings" = "no"
17836   then
17837     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17838   fi
17839 fi
17840
17841
17842 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17843 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17844 if test "${ac_cv_asm_func_def+set}" = set; then
17845   $as_echo_n "(cached) " >&6
17846 else
17847   cat >conftest.$ac_ext <<_ACEOF
17848 /* confdefs.h.  */
17849 _ACEOF
17850 cat confdefs.h >>conftest.$ac_ext
17851 cat >>conftest.$ac_ext <<_ACEOF
17852 /* end confdefs.h.  */
17853
17854 int
17855 main ()
17856 {
17857 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17858   ;
17859   return 0;
17860 }
17861 _ACEOF
17862 rm -f conftest.$ac_objext conftest$ac_exeext
17863 if { (ac_try="$ac_link"
17864 case "(($ac_try" in
17865   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17866   *) ac_try_echo=$ac_try;;
17867 esac
17868 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17869 $as_echo "$ac_try_echo") >&5
17870   (eval "$ac_link") 2>conftest.er1
17871   ac_status=$?
17872   grep -v '^ *+' conftest.er1 >conftest.err
17873   rm -f conftest.er1
17874   cat conftest.err >&5
17875   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17876   (exit $ac_status); } && {
17877          test -z "$ac_c_werror_flag" ||
17878          test ! -s conftest.err
17879        } && test -s conftest$ac_exeext && {
17880          test "$cross_compiling" = yes ||
17881          $as_test_x conftest$ac_exeext
17882        }; then
17883   ac_cv_asm_func_def=".def"
17884 else
17885   $as_echo "$as_me: failed program was:" >&5
17886 sed 's/^/| /' conftest.$ac_ext >&5
17887
17888         cat >conftest.$ac_ext <<_ACEOF
17889 /* confdefs.h.  */
17890 _ACEOF
17891 cat confdefs.h >>conftest.$ac_ext
17892 cat >>conftest.$ac_ext <<_ACEOF
17893 /* end confdefs.h.  */
17894
17895 int
17896 main ()
17897 {
17898 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17899   ;
17900   return 0;
17901 }
17902 _ACEOF
17903 rm -f conftest.$ac_objext conftest$ac_exeext
17904 if { (ac_try="$ac_link"
17905 case "(($ac_try" in
17906   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17907   *) ac_try_echo=$ac_try;;
17908 esac
17909 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17910 $as_echo "$ac_try_echo") >&5
17911   (eval "$ac_link") 2>conftest.er1
17912   ac_status=$?
17913   grep -v '^ *+' conftest.er1 >conftest.err
17914   rm -f conftest.er1
17915   cat conftest.err >&5
17916   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17917   (exit $ac_status); } && {
17918          test -z "$ac_c_werror_flag" ||
17919          test ! -s conftest.err
17920        } && test -s conftest$ac_exeext && {
17921          test "$cross_compiling" = yes ||
17922          $as_test_x conftest$ac_exeext
17923        }; then
17924   ac_cv_asm_func_def=".type @function"
17925 else
17926   $as_echo "$as_me: failed program was:" >&5
17927 sed 's/^/| /' conftest.$ac_ext >&5
17928
17929         cat >conftest.$ac_ext <<_ACEOF
17930 /* confdefs.h.  */
17931 _ACEOF
17932 cat confdefs.h >>conftest.$ac_ext
17933 cat >>conftest.$ac_ext <<_ACEOF
17934 /* end confdefs.h.  */
17935
17936 int
17937 main ()
17938 {
17939 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17940   ;
17941   return 0;
17942 }
17943 _ACEOF
17944 rm -f conftest.$ac_objext conftest$ac_exeext
17945 if { (ac_try="$ac_link"
17946 case "(($ac_try" in
17947   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17948   *) ac_try_echo=$ac_try;;
17949 esac
17950 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17951 $as_echo "$ac_try_echo") >&5
17952   (eval "$ac_link") 2>conftest.er1
17953   ac_status=$?
17954   grep -v '^ *+' conftest.er1 >conftest.err
17955   rm -f conftest.er1
17956   cat conftest.err >&5
17957   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17958   (exit $ac_status); } && {
17959          test -z "$ac_c_werror_flag" ||
17960          test ! -s conftest.err
17961        } && test -s conftest$ac_exeext && {
17962          test "$cross_compiling" = yes ||
17963          $as_test_x conftest$ac_exeext
17964        }; then
17965   ac_cv_asm_func_def=".type 2"
17966 else
17967   $as_echo "$as_me: failed program was:" >&5
17968 sed 's/^/| /' conftest.$ac_ext >&5
17969
17970         ac_cv_asm_func_def="unknown"
17971 fi
17972
17973 rm -rf conftest.dSYM
17974 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17975       conftest$ac_exeext conftest.$ac_ext
17976 fi
17977
17978 rm -rf conftest.dSYM
17979 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17980       conftest$ac_exeext conftest.$ac_ext
17981 fi
17982
17983 rm -rf conftest.dSYM
17984 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17985       conftest$ac_exeext conftest.$ac_ext
17986 fi
17987 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17988 $as_echo "$ac_cv_asm_func_def" >&6; }
17989
17990
17991
17992 case "$ac_cv_asm_func_def" in
17993   ".def")
17994      cat >>confdefs.h <<\_ACEOF
17995 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17996 _ACEOF
17997  ;;
17998   ".type @function")
17999      cat >>confdefs.h <<\_ACEOF
18000 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
18001 _ACEOF
18002  ;;
18003   ".type 2")
18004      cat >>confdefs.h <<\_ACEOF
18005 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
18006 _ACEOF
18007  ;;
18008   *)
18009      cat >>confdefs.h <<\_ACEOF
18010 #define __ASM_FUNC(name) ""
18011 _ACEOF
18012  ;;
18013 esac
18014
18015
18016 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
18017 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
18018 if test "${ac_cv_c_extern_prefix+set}" = set; then
18019   $as_echo_n "(cached) " >&6
18020 else
18021   cat >conftest.$ac_ext <<_ACEOF
18022 /* confdefs.h.  */
18023 _ACEOF
18024 cat confdefs.h >>conftest.$ac_ext
18025 cat >>conftest.$ac_ext <<_ACEOF
18026 /* end confdefs.h.  */
18027 extern int ac_test;
18028 int
18029 main ()
18030 {
18031 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
18032   ;
18033   return 0;
18034 }
18035 _ACEOF
18036 rm -f conftest.$ac_objext conftest$ac_exeext
18037 if { (ac_try="$ac_link"
18038 case "(($ac_try" in
18039   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18040   *) ac_try_echo=$ac_try;;
18041 esac
18042 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18043 $as_echo "$ac_try_echo") >&5
18044   (eval "$ac_link") 2>conftest.er1
18045   ac_status=$?
18046   grep -v '^ *+' conftest.er1 >conftest.err
18047   rm -f conftest.er1
18048   cat conftest.err >&5
18049   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18050   (exit $ac_status); } && {
18051          test -z "$ac_c_werror_flag" ||
18052          test ! -s conftest.err
18053        } && test -s conftest$ac_exeext && {
18054          test "$cross_compiling" = yes ||
18055          $as_test_x conftest$ac_exeext
18056        }; then
18057   ac_cv_c_extern_prefix="yes"
18058 else
18059   $as_echo "$as_me: failed program was:" >&5
18060 sed 's/^/| /' conftest.$ac_ext >&5
18061
18062         ac_cv_c_extern_prefix="no"
18063 fi
18064
18065 rm -rf conftest.dSYM
18066 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18067       conftest$ac_exeext conftest.$ac_ext
18068 fi
18069 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
18070 $as_echo "$ac_cv_c_extern_prefix" >&6; }
18071
18072
18073
18074 if test "$ac_cv_c_extern_prefix" = "yes"
18075 then
18076   cat >>confdefs.h <<\_ACEOF
18077 #define __ASM_NAME(name) "_" name
18078 _ACEOF
18079
18080 else
18081   cat >>confdefs.h <<\_ACEOF
18082 #define __ASM_NAME(name) name
18083 _ACEOF
18084
18085 fi
18086
18087
18088 LDPATH=""
18089
18090 case $build_os in
18091   cygwin*|mingw32*)
18092     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
18093     ;;
18094   darwin*|macosx*)
18095     ;;
18096   linux*|solaris*)      if test -z "$LDRPATH_LOCAL"
18097     then
18098       LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
18099     fi
18100     ;;
18101   *)
18102     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
18103     ;;
18104 esac
18105
18106 case $host_os in
18107   mingw32*)
18108     CRTLIBS="-lmsvcrt"
18109
18110     SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
18111
18112     ;;
18113 esac
18114
18115 case $host_cpu in
18116   *i[3456789]86*)
18117     case $host_os in
18118       linux* | k*bsd*-gnu)
18119         EXTRA_BINARIES="wine-preloader"
18120  ;;
18121     esac
18122     ;;
18123 esac
18124
18125
18126 ac_save_CFLAGS="$CFLAGS"
18127 CFLAGS="$CFLAGS $BUILTINFLAG"
18128
18129
18130
18131
18132
18133
18134
18135
18136
18137
18138
18139
18140
18141
18142
18143
18144
18145
18146
18147
18148
18149
18150
18151
18152
18153
18154
18155
18156
18157
18158
18159
18160
18161
18162
18163
18164
18165
18166
18167
18168
18169
18170
18171
18172
18173
18174
18175
18176
18177
18178
18179
18180
18181
18182
18183
18184
18185
18186
18187
18188
18189
18190
18191
18192
18193
18194
18195
18196
18197
18198
18199 for ac_func in \
18200         _pclose \
18201         _popen \
18202         _snprintf \
18203         _spawnvp \
18204         _strdup \
18205         _stricmp \
18206         _strnicmp \
18207         _strtoi64 \
18208         _strtoui64 \
18209         _vsnprintf \
18210         asctime_r \
18211         chsize \
18212         dlopen \
18213         epoll_create \
18214         ffs \
18215         finite \
18216         fork \
18217         fpclass \
18218         fstatfs \
18219         fstatvfs \
18220         ftruncate \
18221         futimes \
18222         futimesat \
18223         getdirentries \
18224         getopt_long \
18225         getpagesize \
18226         getpwuid \
18227         gettid \
18228         gettimeofday \
18229         getuid \
18230         inet_ntop \
18231         inet_pton \
18232         kqueue \
18233         lstat \
18234         memmove \
18235         mmap \
18236         pclose \
18237         poll \
18238         popen \
18239         prctl \
18240         pread \
18241         pwrite \
18242         readdir \
18243         readlink \
18244         sched_yield \
18245         select \
18246         setproctitle \
18247         setrlimit \
18248         settimeofday \
18249         sigaltstack \
18250         sigprocmask \
18251         snprintf \
18252         socketpair \
18253         spawnvp \
18254         statfs \
18255         statvfs \
18256         strcasecmp \
18257         strdup \
18258         strerror \
18259         strncasecmp \
18260         strtold \
18261         strtoll \
18262         strtoull \
18263         symlink \
18264         tcgetattr \
18265         thr_kill2 \
18266         timegm \
18267         usleep \
18268         vsnprintf \
18269         wait4 \
18270         waitpid \
18271
18272 do
18273 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18274 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18275 $as_echo_n "checking for $ac_func... " >&6; }
18276 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18277   $as_echo_n "(cached) " >&6
18278 else
18279   cat >conftest.$ac_ext <<_ACEOF
18280 /* confdefs.h.  */
18281 _ACEOF
18282 cat confdefs.h >>conftest.$ac_ext
18283 cat >>conftest.$ac_ext <<_ACEOF
18284 /* end confdefs.h.  */
18285 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18286    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18287 #define $ac_func innocuous_$ac_func
18288
18289 /* System header to define __stub macros and hopefully few prototypes,
18290     which can conflict with char $ac_func (); below.
18291     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18292     <limits.h> exists even on freestanding compilers.  */
18293
18294 #ifdef __STDC__
18295 # include <limits.h>
18296 #else
18297 # include <assert.h>
18298 #endif
18299
18300 #undef $ac_func
18301
18302 /* Override any GCC internal prototype to avoid an error.
18303    Use char because int might match the return type of a GCC
18304    builtin and then its argument prototype would still apply.  */
18305 #ifdef __cplusplus
18306 extern "C"
18307 #endif
18308 char $ac_func ();
18309 /* The GNU C library defines this for functions which it implements
18310     to always fail with ENOSYS.  Some functions are actually named
18311     something starting with __ and the normal name is an alias.  */
18312 #if defined __stub_$ac_func || defined __stub___$ac_func
18313 choke me
18314 #endif
18315
18316 int
18317 main ()
18318 {
18319 return $ac_func ();
18320   ;
18321   return 0;
18322 }
18323 _ACEOF
18324 rm -f conftest.$ac_objext conftest$ac_exeext
18325 if { (ac_try="$ac_link"
18326 case "(($ac_try" in
18327   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18328   *) ac_try_echo=$ac_try;;
18329 esac
18330 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18331 $as_echo "$ac_try_echo") >&5
18332   (eval "$ac_link") 2>conftest.er1
18333   ac_status=$?
18334   grep -v '^ *+' conftest.er1 >conftest.err
18335   rm -f conftest.er1
18336   cat conftest.err >&5
18337   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18338   (exit $ac_status); } && {
18339          test -z "$ac_c_werror_flag" ||
18340          test ! -s conftest.err
18341        } && test -s conftest$ac_exeext && {
18342          test "$cross_compiling" = yes ||
18343          $as_test_x conftest$ac_exeext
18344        }; then
18345   eval "$as_ac_var=yes"
18346 else
18347   $as_echo "$as_me: failed program was:" >&5
18348 sed 's/^/| /' conftest.$ac_ext >&5
18349
18350         eval "$as_ac_var=no"
18351 fi
18352
18353 rm -rf conftest.dSYM
18354 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18355       conftest$ac_exeext conftest.$ac_ext
18356 fi
18357 ac_res=`eval 'as_val=${'$as_ac_var'}
18358                  $as_echo "$as_val"'`
18359                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18360 $as_echo "$ac_res" >&6; }
18361 as_val=`eval 'as_val=${'$as_ac_var'}
18362                  $as_echo "$as_val"'`
18363    if test "x$as_val" = x""yes; then
18364   cat >>confdefs.h <<_ACEOF
18365 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18366 _ACEOF
18367
18368 fi
18369 done
18370
18371 CFLAGS="$ac_save_CFLAGS"
18372
18373 if test "$ac_cv_func_dlopen" = no
18374 then
18375     { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18376 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18377 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18378   $as_echo_n "(cached) " >&6
18379 else
18380   ac_check_lib_save_LIBS=$LIBS
18381 LIBS="-ldl  $LIBS"
18382 cat >conftest.$ac_ext <<_ACEOF
18383 /* confdefs.h.  */
18384 _ACEOF
18385 cat confdefs.h >>conftest.$ac_ext
18386 cat >>conftest.$ac_ext <<_ACEOF
18387 /* end confdefs.h.  */
18388
18389 /* Override any GCC internal prototype to avoid an error.
18390    Use char because int might match the return type of a GCC
18391    builtin and then its argument prototype would still apply.  */
18392 #ifdef __cplusplus
18393 extern "C"
18394 #endif
18395 char dlopen ();
18396 int
18397 main ()
18398 {
18399 return dlopen ();
18400   ;
18401   return 0;
18402 }
18403 _ACEOF
18404 rm -f conftest.$ac_objext conftest$ac_exeext
18405 if { (ac_try="$ac_link"
18406 case "(($ac_try" in
18407   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18408   *) ac_try_echo=$ac_try;;
18409 esac
18410 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18411 $as_echo "$ac_try_echo") >&5
18412   (eval "$ac_link") 2>conftest.er1
18413   ac_status=$?
18414   grep -v '^ *+' conftest.er1 >conftest.err
18415   rm -f conftest.er1
18416   cat conftest.err >&5
18417   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18418   (exit $ac_status); } && {
18419          test -z "$ac_c_werror_flag" ||
18420          test ! -s conftest.err
18421        } && test -s conftest$ac_exeext && {
18422          test "$cross_compiling" = yes ||
18423          $as_test_x conftest$ac_exeext
18424        }; then
18425   ac_cv_lib_dl_dlopen=yes
18426 else
18427   $as_echo "$as_me: failed program was:" >&5
18428 sed 's/^/| /' conftest.$ac_ext >&5
18429
18430         ac_cv_lib_dl_dlopen=no
18431 fi
18432
18433 rm -rf conftest.dSYM
18434 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18435       conftest$ac_exeext conftest.$ac_ext
18436 LIBS=$ac_check_lib_save_LIBS
18437 fi
18438 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18439 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18440 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18441   cat >>confdefs.h <<\_ACEOF
18442 #define HAVE_DLOPEN 1
18443 _ACEOF
18444  LIBDL="-ldl"
18445
18446 fi
18447
18448 fi
18449 ac_wine_check_funcs_save_LIBS="$LIBS"
18450 LIBS="$LIBS $LIBDL"
18451
18452 for ac_func in dladdr
18453 do
18454 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18455 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18456 $as_echo_n "checking for $ac_func... " >&6; }
18457 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18458   $as_echo_n "(cached) " >&6
18459 else
18460   cat >conftest.$ac_ext <<_ACEOF
18461 /* confdefs.h.  */
18462 _ACEOF
18463 cat confdefs.h >>conftest.$ac_ext
18464 cat >>conftest.$ac_ext <<_ACEOF
18465 /* end confdefs.h.  */
18466 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18467    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18468 #define $ac_func innocuous_$ac_func
18469
18470 /* System header to define __stub macros and hopefully few prototypes,
18471     which can conflict with char $ac_func (); below.
18472     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18473     <limits.h> exists even on freestanding compilers.  */
18474
18475 #ifdef __STDC__
18476 # include <limits.h>
18477 #else
18478 # include <assert.h>
18479 #endif
18480
18481 #undef $ac_func
18482
18483 /* Override any GCC internal prototype to avoid an error.
18484    Use char because int might match the return type of a GCC
18485    builtin and then its argument prototype would still apply.  */
18486 #ifdef __cplusplus
18487 extern "C"
18488 #endif
18489 char $ac_func ();
18490 /* The GNU C library defines this for functions which it implements
18491     to always fail with ENOSYS.  Some functions are actually named
18492     something starting with __ and the normal name is an alias.  */
18493 #if defined __stub_$ac_func || defined __stub___$ac_func
18494 choke me
18495 #endif
18496
18497 int
18498 main ()
18499 {
18500 return $ac_func ();
18501   ;
18502   return 0;
18503 }
18504 _ACEOF
18505 rm -f conftest.$ac_objext conftest$ac_exeext
18506 if { (ac_try="$ac_link"
18507 case "(($ac_try" in
18508   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18509   *) ac_try_echo=$ac_try;;
18510 esac
18511 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18512 $as_echo "$ac_try_echo") >&5
18513   (eval "$ac_link") 2>conftest.er1
18514   ac_status=$?
18515   grep -v '^ *+' conftest.er1 >conftest.err
18516   rm -f conftest.er1
18517   cat conftest.err >&5
18518   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18519   (exit $ac_status); } && {
18520          test -z "$ac_c_werror_flag" ||
18521          test ! -s conftest.err
18522        } && test -s conftest$ac_exeext && {
18523          test "$cross_compiling" = yes ||
18524          $as_test_x conftest$ac_exeext
18525        }; then
18526   eval "$as_ac_var=yes"
18527 else
18528   $as_echo "$as_me: failed program was:" >&5
18529 sed 's/^/| /' conftest.$ac_ext >&5
18530
18531         eval "$as_ac_var=no"
18532 fi
18533
18534 rm -rf conftest.dSYM
18535 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18536       conftest$ac_exeext conftest.$ac_ext
18537 fi
18538 ac_res=`eval 'as_val=${'$as_ac_var'}
18539                  $as_echo "$as_val"'`
18540                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18541 $as_echo "$ac_res" >&6; }
18542 as_val=`eval 'as_val=${'$as_ac_var'}
18543                  $as_echo "$as_val"'`
18544    if test "x$as_val" = x""yes; then
18545   cat >>confdefs.h <<_ACEOF
18546 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18547 _ACEOF
18548
18549 fi
18550 done
18551
18552 LIBS="$ac_wine_check_funcs_save_LIBS"
18553
18554 if test "$ac_cv_func_poll" = no
18555 then
18556     { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18557 $as_echo_n "checking for poll in -lpoll... " >&6; }
18558 if test "${ac_cv_lib_poll_poll+set}" = set; then
18559   $as_echo_n "(cached) " >&6
18560 else
18561   ac_check_lib_save_LIBS=$LIBS
18562 LIBS="-lpoll  $LIBS"
18563 cat >conftest.$ac_ext <<_ACEOF
18564 /* confdefs.h.  */
18565 _ACEOF
18566 cat confdefs.h >>conftest.$ac_ext
18567 cat >>conftest.$ac_ext <<_ACEOF
18568 /* end confdefs.h.  */
18569
18570 /* Override any GCC internal prototype to avoid an error.
18571    Use char because int might match the return type of a GCC
18572    builtin and then its argument prototype would still apply.  */
18573 #ifdef __cplusplus
18574 extern "C"
18575 #endif
18576 char poll ();
18577 int
18578 main ()
18579 {
18580 return poll ();
18581   ;
18582   return 0;
18583 }
18584 _ACEOF
18585 rm -f conftest.$ac_objext conftest$ac_exeext
18586 if { (ac_try="$ac_link"
18587 case "(($ac_try" in
18588   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18589   *) ac_try_echo=$ac_try;;
18590 esac
18591 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18592 $as_echo "$ac_try_echo") >&5
18593   (eval "$ac_link") 2>conftest.er1
18594   ac_status=$?
18595   grep -v '^ *+' conftest.er1 >conftest.err
18596   rm -f conftest.er1
18597   cat conftest.err >&5
18598   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18599   (exit $ac_status); } && {
18600          test -z "$ac_c_werror_flag" ||
18601          test ! -s conftest.err
18602        } && test -s conftest$ac_exeext && {
18603          test "$cross_compiling" = yes ||
18604          $as_test_x conftest$ac_exeext
18605        }; then
18606   ac_cv_lib_poll_poll=yes
18607 else
18608   $as_echo "$as_me: failed program was:" >&5
18609 sed 's/^/| /' conftest.$ac_ext >&5
18610
18611         ac_cv_lib_poll_poll=no
18612 fi
18613
18614 rm -rf conftest.dSYM
18615 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18616       conftest$ac_exeext conftest.$ac_ext
18617 LIBS=$ac_check_lib_save_LIBS
18618 fi
18619 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18620 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18621 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18622   cat >>confdefs.h <<\_ACEOF
18623 #define HAVE_POLL 1
18624 _ACEOF
18625  LIBPOLL="-lpoll"
18626
18627 fi
18628
18629 fi
18630
18631 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18632 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18633 if test "${ac_cv_search_gethostbyname+set}" = set; then
18634   $as_echo_n "(cached) " >&6
18635 else
18636   ac_func_search_save_LIBS=$LIBS
18637 cat >conftest.$ac_ext <<_ACEOF
18638 /* confdefs.h.  */
18639 _ACEOF
18640 cat confdefs.h >>conftest.$ac_ext
18641 cat >>conftest.$ac_ext <<_ACEOF
18642 /* end confdefs.h.  */
18643
18644 /* Override any GCC internal prototype to avoid an error.
18645    Use char because int might match the return type of a GCC
18646    builtin and then its argument prototype would still apply.  */
18647 #ifdef __cplusplus
18648 extern "C"
18649 #endif
18650 char gethostbyname ();
18651 int
18652 main ()
18653 {
18654 return gethostbyname ();
18655   ;
18656   return 0;
18657 }
18658 _ACEOF
18659 for ac_lib in '' nsl; do
18660   if test -z "$ac_lib"; then
18661     ac_res="none required"
18662   else
18663     ac_res=-l$ac_lib
18664     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18665   fi
18666   rm -f conftest.$ac_objext conftest$ac_exeext
18667 if { (ac_try="$ac_link"
18668 case "(($ac_try" in
18669   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18670   *) ac_try_echo=$ac_try;;
18671 esac
18672 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18673 $as_echo "$ac_try_echo") >&5
18674   (eval "$ac_link") 2>conftest.er1
18675   ac_status=$?
18676   grep -v '^ *+' conftest.er1 >conftest.err
18677   rm -f conftest.er1
18678   cat conftest.err >&5
18679   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18680   (exit $ac_status); } && {
18681          test -z "$ac_c_werror_flag" ||
18682          test ! -s conftest.err
18683        } && test -s conftest$ac_exeext && {
18684          test "$cross_compiling" = yes ||
18685          $as_test_x conftest$ac_exeext
18686        }; then
18687   ac_cv_search_gethostbyname=$ac_res
18688 else
18689   $as_echo "$as_me: failed program was:" >&5
18690 sed 's/^/| /' conftest.$ac_ext >&5
18691
18692
18693 fi
18694
18695 rm -rf conftest.dSYM
18696 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18697       conftest$ac_exeext
18698   if test "${ac_cv_search_gethostbyname+set}" = set; then
18699   break
18700 fi
18701 done
18702 if test "${ac_cv_search_gethostbyname+set}" = set; then
18703   :
18704 else
18705   ac_cv_search_gethostbyname=no
18706 fi
18707 rm conftest.$ac_ext
18708 LIBS=$ac_func_search_save_LIBS
18709 fi
18710 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18711 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18712 ac_res=$ac_cv_search_gethostbyname
18713 if test "$ac_res" != no; then
18714   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18715
18716 fi
18717
18718
18719 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18720 $as_echo_n "checking for library containing connect... " >&6; }
18721 if test "${ac_cv_search_connect+set}" = set; then
18722   $as_echo_n "(cached) " >&6
18723 else
18724   ac_func_search_save_LIBS=$LIBS
18725 cat >conftest.$ac_ext <<_ACEOF
18726 /* confdefs.h.  */
18727 _ACEOF
18728 cat confdefs.h >>conftest.$ac_ext
18729 cat >>conftest.$ac_ext <<_ACEOF
18730 /* end confdefs.h.  */
18731
18732 /* Override any GCC internal prototype to avoid an error.
18733    Use char because int might match the return type of a GCC
18734    builtin and then its argument prototype would still apply.  */
18735 #ifdef __cplusplus
18736 extern "C"
18737 #endif
18738 char connect ();
18739 int
18740 main ()
18741 {
18742 return connect ();
18743   ;
18744   return 0;
18745 }
18746 _ACEOF
18747 for ac_lib in '' socket; do
18748   if test -z "$ac_lib"; then
18749     ac_res="none required"
18750   else
18751     ac_res=-l$ac_lib
18752     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18753   fi
18754   rm -f conftest.$ac_objext conftest$ac_exeext
18755 if { (ac_try="$ac_link"
18756 case "(($ac_try" in
18757   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18758   *) ac_try_echo=$ac_try;;
18759 esac
18760 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18761 $as_echo "$ac_try_echo") >&5
18762   (eval "$ac_link") 2>conftest.er1
18763   ac_status=$?
18764   grep -v '^ *+' conftest.er1 >conftest.err
18765   rm -f conftest.er1
18766   cat conftest.err >&5
18767   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18768   (exit $ac_status); } && {
18769          test -z "$ac_c_werror_flag" ||
18770          test ! -s conftest.err
18771        } && test -s conftest$ac_exeext && {
18772          test "$cross_compiling" = yes ||
18773          $as_test_x conftest$ac_exeext
18774        }; then
18775   ac_cv_search_connect=$ac_res
18776 else
18777   $as_echo "$as_me: failed program was:" >&5
18778 sed 's/^/| /' conftest.$ac_ext >&5
18779
18780
18781 fi
18782
18783 rm -rf conftest.dSYM
18784 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18785       conftest$ac_exeext
18786   if test "${ac_cv_search_connect+set}" = set; then
18787   break
18788 fi
18789 done
18790 if test "${ac_cv_search_connect+set}" = set; then
18791   :
18792 else
18793   ac_cv_search_connect=no
18794 fi
18795 rm conftest.$ac_ext
18796 LIBS=$ac_func_search_save_LIBS
18797 fi
18798 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18799 $as_echo "$ac_cv_search_connect" >&6; }
18800 ac_res=$ac_cv_search_connect
18801 if test "$ac_res" != no; then
18802   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18803
18804 fi
18805
18806
18807 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18808 $as_echo_n "checking for library containing inet_aton... " >&6; }
18809 if test "${ac_cv_search_inet_aton+set}" = set; then
18810   $as_echo_n "(cached) " >&6
18811 else
18812   ac_func_search_save_LIBS=$LIBS
18813 cat >conftest.$ac_ext <<_ACEOF
18814 /* confdefs.h.  */
18815 _ACEOF
18816 cat confdefs.h >>conftest.$ac_ext
18817 cat >>conftest.$ac_ext <<_ACEOF
18818 /* end confdefs.h.  */
18819
18820 /* Override any GCC internal prototype to avoid an error.
18821    Use char because int might match the return type of a GCC
18822    builtin and then its argument prototype would still apply.  */
18823 #ifdef __cplusplus
18824 extern "C"
18825 #endif
18826 char inet_aton ();
18827 int
18828 main ()
18829 {
18830 return inet_aton ();
18831   ;
18832   return 0;
18833 }
18834 _ACEOF
18835 for ac_lib in '' resolv; do
18836   if test -z "$ac_lib"; then
18837     ac_res="none required"
18838   else
18839     ac_res=-l$ac_lib
18840     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18841   fi
18842   rm -f conftest.$ac_objext conftest$ac_exeext
18843 if { (ac_try="$ac_link"
18844 case "(($ac_try" in
18845   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18846   *) ac_try_echo=$ac_try;;
18847 esac
18848 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18849 $as_echo "$ac_try_echo") >&5
18850   (eval "$ac_link") 2>conftest.er1
18851   ac_status=$?
18852   grep -v '^ *+' conftest.er1 >conftest.err
18853   rm -f conftest.er1
18854   cat conftest.err >&5
18855   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18856   (exit $ac_status); } && {
18857          test -z "$ac_c_werror_flag" ||
18858          test ! -s conftest.err
18859        } && test -s conftest$ac_exeext && {
18860          test "$cross_compiling" = yes ||
18861          $as_test_x conftest$ac_exeext
18862        }; then
18863   ac_cv_search_inet_aton=$ac_res
18864 else
18865   $as_echo "$as_me: failed program was:" >&5
18866 sed 's/^/| /' conftest.$ac_ext >&5
18867
18868
18869 fi
18870
18871 rm -rf conftest.dSYM
18872 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18873       conftest$ac_exeext
18874   if test "${ac_cv_search_inet_aton+set}" = set; then
18875   break
18876 fi
18877 done
18878 if test "${ac_cv_search_inet_aton+set}" = set; then
18879   :
18880 else
18881   ac_cv_search_inet_aton=no
18882 fi
18883 rm conftest.$ac_ext
18884 LIBS=$ac_func_search_save_LIBS
18885 fi
18886 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18887 $as_echo "$ac_cv_search_inet_aton" >&6; }
18888 ac_res=$ac_cv_search_inet_aton
18889 if test "$ac_res" != no; then
18890   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18891
18892 fi
18893
18894
18895
18896
18897
18898
18899
18900
18901
18902
18903 for ac_func in \
18904         getaddrinfo \
18905         getnameinfo \
18906         getnetbyname \
18907         getprotobyname \
18908         getprotobynumber \
18909         getservbyport \
18910         inet_network \
18911         sendmsg \
18912
18913 do
18914 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18915 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18916 $as_echo_n "checking for $ac_func... " >&6; }
18917 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18918   $as_echo_n "(cached) " >&6
18919 else
18920   cat >conftest.$ac_ext <<_ACEOF
18921 /* confdefs.h.  */
18922 _ACEOF
18923 cat confdefs.h >>conftest.$ac_ext
18924 cat >>conftest.$ac_ext <<_ACEOF
18925 /* end confdefs.h.  */
18926 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18927    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18928 #define $ac_func innocuous_$ac_func
18929
18930 /* System header to define __stub macros and hopefully few prototypes,
18931     which can conflict with char $ac_func (); below.
18932     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18933     <limits.h> exists even on freestanding compilers.  */
18934
18935 #ifdef __STDC__
18936 # include <limits.h>
18937 #else
18938 # include <assert.h>
18939 #endif
18940
18941 #undef $ac_func
18942
18943 /* Override any GCC internal prototype to avoid an error.
18944    Use char because int might match the return type of a GCC
18945    builtin and then its argument prototype would still apply.  */
18946 #ifdef __cplusplus
18947 extern "C"
18948 #endif
18949 char $ac_func ();
18950 /* The GNU C library defines this for functions which it implements
18951     to always fail with ENOSYS.  Some functions are actually named
18952     something starting with __ and the normal name is an alias.  */
18953 #if defined __stub_$ac_func || defined __stub___$ac_func
18954 choke me
18955 #endif
18956
18957 int
18958 main ()
18959 {
18960 return $ac_func ();
18961   ;
18962   return 0;
18963 }
18964 _ACEOF
18965 rm -f conftest.$ac_objext conftest$ac_exeext
18966 if { (ac_try="$ac_link"
18967 case "(($ac_try" in
18968   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18969   *) ac_try_echo=$ac_try;;
18970 esac
18971 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18972 $as_echo "$ac_try_echo") >&5
18973   (eval "$ac_link") 2>conftest.er1
18974   ac_status=$?
18975   grep -v '^ *+' conftest.er1 >conftest.err
18976   rm -f conftest.er1
18977   cat conftest.err >&5
18978   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18979   (exit $ac_status); } && {
18980          test -z "$ac_c_werror_flag" ||
18981          test ! -s conftest.err
18982        } && test -s conftest$ac_exeext && {
18983          test "$cross_compiling" = yes ||
18984          $as_test_x conftest$ac_exeext
18985        }; then
18986   eval "$as_ac_var=yes"
18987 else
18988   $as_echo "$as_me: failed program was:" >&5
18989 sed 's/^/| /' conftest.$ac_ext >&5
18990
18991         eval "$as_ac_var=no"
18992 fi
18993
18994 rm -rf conftest.dSYM
18995 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18996       conftest$ac_exeext conftest.$ac_ext
18997 fi
18998 ac_res=`eval 'as_val=${'$as_ac_var'}
18999                  $as_echo "$as_val"'`
19000                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19001 $as_echo "$ac_res" >&6; }
19002 as_val=`eval 'as_val=${'$as_ac_var'}
19003                  $as_echo "$as_val"'`
19004    if test "x$as_val" = x""yes; then
19005   cat >>confdefs.h <<_ACEOF
19006 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19007 _ACEOF
19008
19009 fi
19010 done
19011
19012
19013 LDAPLIBS=""
19014
19015 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
19016 then
19017     { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
19018 $as_echo_n "checking for LDAPSortKey... " >&6; }
19019 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
19020   $as_echo_n "(cached) " >&6
19021 else
19022   ac_cv_type_LDAPSortKey=no
19023 cat >conftest.$ac_ext <<_ACEOF
19024 /* confdefs.h.  */
19025 _ACEOF
19026 cat confdefs.h >>conftest.$ac_ext
19027 cat >>conftest.$ac_ext <<_ACEOF
19028 /* end confdefs.h.  */
19029 #include <ldap.h>
19030
19031 int
19032 main ()
19033 {
19034 if (sizeof (LDAPSortKey))
19035        return 0;
19036   ;
19037   return 0;
19038 }
19039 _ACEOF
19040 rm -f conftest.$ac_objext
19041 if { (ac_try="$ac_compile"
19042 case "(($ac_try" in
19043   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19044   *) ac_try_echo=$ac_try;;
19045 esac
19046 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19047 $as_echo "$ac_try_echo") >&5
19048   (eval "$ac_compile") 2>conftest.er1
19049   ac_status=$?
19050   grep -v '^ *+' conftest.er1 >conftest.err
19051   rm -f conftest.er1
19052   cat conftest.err >&5
19053   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19054   (exit $ac_status); } && {
19055          test -z "$ac_c_werror_flag" ||
19056          test ! -s conftest.err
19057        } && test -s conftest.$ac_objext; then
19058   cat >conftest.$ac_ext <<_ACEOF
19059 /* confdefs.h.  */
19060 _ACEOF
19061 cat confdefs.h >>conftest.$ac_ext
19062 cat >>conftest.$ac_ext <<_ACEOF
19063 /* end confdefs.h.  */
19064 #include <ldap.h>
19065
19066 int
19067 main ()
19068 {
19069 if (sizeof ((LDAPSortKey)))
19070           return 0;
19071   ;
19072   return 0;
19073 }
19074 _ACEOF
19075 rm -f conftest.$ac_objext
19076 if { (ac_try="$ac_compile"
19077 case "(($ac_try" in
19078   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19079   *) ac_try_echo=$ac_try;;
19080 esac
19081 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19082 $as_echo "$ac_try_echo") >&5
19083   (eval "$ac_compile") 2>conftest.er1
19084   ac_status=$?
19085   grep -v '^ *+' conftest.er1 >conftest.err
19086   rm -f conftest.er1
19087   cat conftest.err >&5
19088   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19089   (exit $ac_status); } && {
19090          test -z "$ac_c_werror_flag" ||
19091          test ! -s conftest.err
19092        } && test -s conftest.$ac_objext; then
19093   :
19094 else
19095   $as_echo "$as_me: failed program was:" >&5
19096 sed 's/^/| /' conftest.$ac_ext >&5
19097
19098         ac_cv_type_LDAPSortKey=yes
19099 fi
19100
19101 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19102 else
19103   $as_echo "$as_me: failed program was:" >&5
19104 sed 's/^/| /' conftest.$ac_ext >&5
19105
19106
19107 fi
19108
19109 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19110 fi
19111 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
19112 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
19113 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
19114   { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
19115 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
19116 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
19117   $as_echo_n "(cached) " >&6
19118 else
19119   ac_check_lib_save_LIBS=$LIBS
19120 LIBS="-lldap_r $LIBPTHREAD $LIBS"
19121 cat >conftest.$ac_ext <<_ACEOF
19122 /* confdefs.h.  */
19123 _ACEOF
19124 cat confdefs.h >>conftest.$ac_ext
19125 cat >>conftest.$ac_ext <<_ACEOF
19126 /* end confdefs.h.  */
19127
19128 /* Override any GCC internal prototype to avoid an error.
19129    Use char because int might match the return type of a GCC
19130    builtin and then its argument prototype would still apply.  */
19131 #ifdef __cplusplus
19132 extern "C"
19133 #endif
19134 char ldap_initialize ();
19135 int
19136 main ()
19137 {
19138 return ldap_initialize ();
19139   ;
19140   return 0;
19141 }
19142 _ACEOF
19143 rm -f conftest.$ac_objext conftest$ac_exeext
19144 if { (ac_try="$ac_link"
19145 case "(($ac_try" in
19146   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19147   *) ac_try_echo=$ac_try;;
19148 esac
19149 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19150 $as_echo "$ac_try_echo") >&5
19151   (eval "$ac_link") 2>conftest.er1
19152   ac_status=$?
19153   grep -v '^ *+' conftest.er1 >conftest.err
19154   rm -f conftest.er1
19155   cat conftest.err >&5
19156   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19157   (exit $ac_status); } && {
19158          test -z "$ac_c_werror_flag" ||
19159          test ! -s conftest.err
19160        } && test -s conftest$ac_exeext && {
19161          test "$cross_compiling" = yes ||
19162          $as_test_x conftest$ac_exeext
19163        }; then
19164   ac_cv_lib_ldap_r_ldap_initialize=yes
19165 else
19166   $as_echo "$as_me: failed program was:" >&5
19167 sed 's/^/| /' conftest.$ac_ext >&5
19168
19169         ac_cv_lib_ldap_r_ldap_initialize=no
19170 fi
19171
19172 rm -rf conftest.dSYM
19173 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19174       conftest$ac_exeext conftest.$ac_ext
19175 LIBS=$ac_check_lib_save_LIBS
19176 fi
19177 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
19178 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
19179 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
19180   { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
19181 $as_echo_n "checking for ber_init in -llber... " >&6; }
19182 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
19183   $as_echo_n "(cached) " >&6
19184 else
19185   ac_check_lib_save_LIBS=$LIBS
19186 LIBS="-llber $LIBPTHREAD $LIBS"
19187 cat >conftest.$ac_ext <<_ACEOF
19188 /* confdefs.h.  */
19189 _ACEOF
19190 cat confdefs.h >>conftest.$ac_ext
19191 cat >>conftest.$ac_ext <<_ACEOF
19192 /* end confdefs.h.  */
19193
19194 /* Override any GCC internal prototype to avoid an error.
19195    Use char because int might match the return type of a GCC
19196    builtin and then its argument prototype would still apply.  */
19197 #ifdef __cplusplus
19198 extern "C"
19199 #endif
19200 char ber_init ();
19201 int
19202 main ()
19203 {
19204 return ber_init ();
19205   ;
19206   return 0;
19207 }
19208 _ACEOF
19209 rm -f conftest.$ac_objext conftest$ac_exeext
19210 if { (ac_try="$ac_link"
19211 case "(($ac_try" in
19212   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19213   *) ac_try_echo=$ac_try;;
19214 esac
19215 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19216 $as_echo "$ac_try_echo") >&5
19217   (eval "$ac_link") 2>conftest.er1
19218   ac_status=$?
19219   grep -v '^ *+' conftest.er1 >conftest.err
19220   rm -f conftest.er1
19221   cat conftest.err >&5
19222   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19223   (exit $ac_status); } && {
19224          test -z "$ac_c_werror_flag" ||
19225          test ! -s conftest.err
19226        } && test -s conftest$ac_exeext && {
19227          test "$cross_compiling" = yes ||
19228          $as_test_x conftest$ac_exeext
19229        }; then
19230   ac_cv_lib_lber_ber_init=yes
19231 else
19232   $as_echo "$as_me: failed program was:" >&5
19233 sed 's/^/| /' conftest.$ac_ext >&5
19234
19235         ac_cv_lib_lber_ber_init=no
19236 fi
19237
19238 rm -rf conftest.dSYM
19239 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19240       conftest$ac_exeext conftest.$ac_ext
19241 LIBS=$ac_check_lib_save_LIBS
19242 fi
19243 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19244 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19245 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19246
19247 cat >>confdefs.h <<\_ACEOF
19248 #define HAVE_LDAP 1
19249 _ACEOF
19250
19251                  LDAPLIBS="-lldap_r -llber"
19252 fi
19253
19254 fi
19255
19256 fi
19257
19258     ac_wine_check_funcs_save_LIBS="$LIBS"
19259 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19260
19261
19262
19263
19264
19265
19266
19267
19268 for ac_func in \
19269         ldap_count_references \
19270         ldap_first_reference \
19271         ldap_next_reference \
19272         ldap_parse_reference \
19273         ldap_parse_sort_control \
19274         ldap_parse_sortresponse_control \
19275         ldap_parse_vlv_control \
19276         ldap_parse_vlvresponse_control
19277 do
19278 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19279 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19280 $as_echo_n "checking for $ac_func... " >&6; }
19281 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19282   $as_echo_n "(cached) " >&6
19283 else
19284   cat >conftest.$ac_ext <<_ACEOF
19285 /* confdefs.h.  */
19286 _ACEOF
19287 cat confdefs.h >>conftest.$ac_ext
19288 cat >>conftest.$ac_ext <<_ACEOF
19289 /* end confdefs.h.  */
19290 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19291    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
19292 #define $ac_func innocuous_$ac_func
19293
19294 /* System header to define __stub macros and hopefully few prototypes,
19295     which can conflict with char $ac_func (); below.
19296     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19297     <limits.h> exists even on freestanding compilers.  */
19298
19299 #ifdef __STDC__
19300 # include <limits.h>
19301 #else
19302 # include <assert.h>
19303 #endif
19304
19305 #undef $ac_func
19306
19307 /* Override any GCC internal prototype to avoid an error.
19308    Use char because int might match the return type of a GCC
19309    builtin and then its argument prototype would still apply.  */
19310 #ifdef __cplusplus
19311 extern "C"
19312 #endif
19313 char $ac_func ();
19314 /* The GNU C library defines this for functions which it implements
19315     to always fail with ENOSYS.  Some functions are actually named
19316     something starting with __ and the normal name is an alias.  */
19317 #if defined __stub_$ac_func || defined __stub___$ac_func
19318 choke me
19319 #endif
19320
19321 int
19322 main ()
19323 {
19324 return $ac_func ();
19325   ;
19326   return 0;
19327 }
19328 _ACEOF
19329 rm -f conftest.$ac_objext conftest$ac_exeext
19330 if { (ac_try="$ac_link"
19331 case "(($ac_try" in
19332   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19333   *) ac_try_echo=$ac_try;;
19334 esac
19335 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19336 $as_echo "$ac_try_echo") >&5
19337   (eval "$ac_link") 2>conftest.er1
19338   ac_status=$?
19339   grep -v '^ *+' conftest.er1 >conftest.err
19340   rm -f conftest.er1
19341   cat conftest.err >&5
19342   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19343   (exit $ac_status); } && {
19344          test -z "$ac_c_werror_flag" ||
19345          test ! -s conftest.err
19346        } && test -s conftest$ac_exeext && {
19347          test "$cross_compiling" = yes ||
19348          $as_test_x conftest$ac_exeext
19349        }; then
19350   eval "$as_ac_var=yes"
19351 else
19352   $as_echo "$as_me: failed program was:" >&5
19353 sed 's/^/| /' conftest.$ac_ext >&5
19354
19355         eval "$as_ac_var=no"
19356 fi
19357
19358 rm -rf conftest.dSYM
19359 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19360       conftest$ac_exeext conftest.$ac_ext
19361 fi
19362 ac_res=`eval 'as_val=${'$as_ac_var'}
19363                  $as_echo "$as_val"'`
19364                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19365 $as_echo "$ac_res" >&6; }
19366 as_val=`eval 'as_val=${'$as_ac_var'}
19367                  $as_echo "$as_val"'`
19368    if test "x$as_val" = x""yes; then
19369   cat >>confdefs.h <<_ACEOF
19370 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19371 _ACEOF
19372
19373 fi
19374 done
19375
19376 LIBS="$ac_wine_check_funcs_save_LIBS"
19377 fi
19378 if test "x$LDAPLIBS" = "x"; then
19379   case "x$with_ldap" in
19380   x)   wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19381   xno) ;;
19382   *)   { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19383 This is an error since --with-ldap was requested." >&5
19384 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19385 This is an error since --with-ldap was requested." >&2;}
19386    { (exit 1); exit 1; }; } ;;
19387 esac
19388 fi
19389
19390
19391 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19392 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19393 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19394   $as_echo_n "(cached) " >&6
19395 else
19396   cat >conftest.$ac_ext <<_ACEOF
19397 /* confdefs.h.  */
19398 _ACEOF
19399 cat confdefs.h >>conftest.$ac_ext
19400 cat >>conftest.$ac_ext <<_ACEOF
19401 /* end confdefs.h.  */
19402 #include <sys/stat.h>
19403 int
19404 main ()
19405 {
19406 mkdir("foo");
19407   ;
19408   return 0;
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   wine_cv_one_arg_mkdir=yes
19430 else
19431   $as_echo "$as_me: failed program was:" >&5
19432 sed 's/^/| /' conftest.$ac_ext >&5
19433
19434         wine_cv_one_arg_mkdir=no
19435 fi
19436
19437 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19438 fi
19439 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19440 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19441 if test "$wine_cv_one_arg_mkdir" = "yes"
19442 then
19443
19444 cat >>confdefs.h <<\_ACEOF
19445 #define HAVE_ONE_ARG_MKDIR 1
19446 _ACEOF
19447
19448 fi
19449
19450
19451 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19452 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19453 if test "${ac_cv_c_const+set}" = set; then
19454   $as_echo_n "(cached) " >&6
19455 else
19456   cat >conftest.$ac_ext <<_ACEOF
19457 /* confdefs.h.  */
19458 _ACEOF
19459 cat confdefs.h >>conftest.$ac_ext
19460 cat >>conftest.$ac_ext <<_ACEOF
19461 /* end confdefs.h.  */
19462
19463 int
19464 main ()
19465 {
19466 /* FIXME: Include the comments suggested by Paul. */
19467 #ifndef __cplusplus
19468   /* Ultrix mips cc rejects this.  */
19469   typedef int charset[2];
19470   const charset cs;
19471   /* SunOS 4.1.1 cc rejects this.  */
19472   char const *const *pcpcc;
19473   char **ppc;
19474   /* NEC SVR4.0.2 mips cc rejects this.  */
19475   struct point {int x, y;};
19476   static struct point const zero = {0,0};
19477   /* AIX XL C 1.02.0.0 rejects this.
19478      It does not let you subtract one const X* pointer from another in
19479      an arm of an if-expression whose if-part is not a constant
19480      expression */
19481   const char *g = "string";
19482   pcpcc = &g + (g ? g-g : 0);
19483   /* HPUX 7.0 cc rejects these. */
19484   ++pcpcc;
19485   ppc = (char**) pcpcc;
19486   pcpcc = (char const *const *) ppc;
19487   { /* SCO 3.2v4 cc rejects this.  */
19488     char *t;
19489     char const *s = 0 ? (char *) 0 : (char const *) 0;
19490
19491     *t++ = 0;
19492     if (s) return 0;
19493   }
19494   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
19495     int x[] = {25, 17};
19496     const int *foo = &x[0];
19497     ++foo;
19498   }
19499   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19500     typedef const int *iptr;
19501     iptr p = 0;
19502     ++p;
19503   }
19504   { /* AIX XL C 1.02.0.0 rejects this saying
19505        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19506     struct s { int j; const int *ap[3]; };
19507     struct s *b; b->j = 5;
19508   }
19509   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19510     const int foo = 10;
19511     if (!foo) return 0;
19512   }
19513   return !cs[0] && !zero.x;
19514 #endif
19515
19516   ;
19517   return 0;
19518 }
19519 _ACEOF
19520 rm -f conftest.$ac_objext
19521 if { (ac_try="$ac_compile"
19522 case "(($ac_try" in
19523   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19524   *) ac_try_echo=$ac_try;;
19525 esac
19526 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19527 $as_echo "$ac_try_echo") >&5
19528   (eval "$ac_compile") 2>conftest.er1
19529   ac_status=$?
19530   grep -v '^ *+' conftest.er1 >conftest.err
19531   rm -f conftest.er1
19532   cat conftest.err >&5
19533   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19534   (exit $ac_status); } && {
19535          test -z "$ac_c_werror_flag" ||
19536          test ! -s conftest.err
19537        } && test -s conftest.$ac_objext; then
19538   ac_cv_c_const=yes
19539 else
19540   $as_echo "$as_me: failed program was:" >&5
19541 sed 's/^/| /' conftest.$ac_ext >&5
19542
19543         ac_cv_c_const=no
19544 fi
19545
19546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19547 fi
19548 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19549 $as_echo "$ac_cv_c_const" >&6; }
19550 if test $ac_cv_c_const = no; then
19551
19552 cat >>confdefs.h <<\_ACEOF
19553 #define const /**/
19554 _ACEOF
19555
19556 fi
19557
19558 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19559 $as_echo_n "checking for inline... " >&6; }
19560 if test "${ac_cv_c_inline+set}" = set; then
19561   $as_echo_n "(cached) " >&6
19562 else
19563   ac_cv_c_inline=no
19564 for ac_kw in inline __inline__ __inline; do
19565   cat >conftest.$ac_ext <<_ACEOF
19566 /* confdefs.h.  */
19567 _ACEOF
19568 cat confdefs.h >>conftest.$ac_ext
19569 cat >>conftest.$ac_ext <<_ACEOF
19570 /* end confdefs.h.  */
19571 #ifndef __cplusplus
19572 typedef int foo_t;
19573 static $ac_kw foo_t static_foo () {return 0; }
19574 $ac_kw foo_t foo () {return 0; }
19575 #endif
19576
19577 _ACEOF
19578 rm -f conftest.$ac_objext
19579 if { (ac_try="$ac_compile"
19580 case "(($ac_try" in
19581   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19582   *) ac_try_echo=$ac_try;;
19583 esac
19584 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19585 $as_echo "$ac_try_echo") >&5
19586   (eval "$ac_compile") 2>conftest.er1
19587   ac_status=$?
19588   grep -v '^ *+' conftest.er1 >conftest.err
19589   rm -f conftest.er1
19590   cat conftest.err >&5
19591   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19592   (exit $ac_status); } && {
19593          test -z "$ac_c_werror_flag" ||
19594          test ! -s conftest.err
19595        } && test -s conftest.$ac_objext; then
19596   ac_cv_c_inline=$ac_kw
19597 else
19598   $as_echo "$as_me: failed program was:" >&5
19599 sed 's/^/| /' conftest.$ac_ext >&5
19600
19601
19602 fi
19603
19604 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19605   test "$ac_cv_c_inline" != no && break
19606 done
19607
19608 fi
19609 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19610 $as_echo "$ac_cv_c_inline" >&6; }
19611
19612
19613 case $ac_cv_c_inline in
19614   inline | yes) ;;
19615   *)
19616     case $ac_cv_c_inline in
19617       no) ac_val=;;
19618       *) ac_val=$ac_cv_c_inline;;
19619     esac
19620     cat >>confdefs.h <<_ACEOF
19621 #ifndef __cplusplus
19622 #define inline $ac_val
19623 #endif
19624 _ACEOF
19625     ;;
19626 esac
19627
19628 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19629 $as_echo_n "checking for mode_t... " >&6; }
19630 if test "${ac_cv_type_mode_t+set}" = set; then
19631   $as_echo_n "(cached) " >&6
19632 else
19633   ac_cv_type_mode_t=no
19634 cat >conftest.$ac_ext <<_ACEOF
19635 /* confdefs.h.  */
19636 _ACEOF
19637 cat confdefs.h >>conftest.$ac_ext
19638 cat >>conftest.$ac_ext <<_ACEOF
19639 /* end confdefs.h.  */
19640 $ac_includes_default
19641 int
19642 main ()
19643 {
19644 if (sizeof (mode_t))
19645        return 0;
19646   ;
19647   return 0;
19648 }
19649 _ACEOF
19650 rm -f conftest.$ac_objext
19651 if { (ac_try="$ac_compile"
19652 case "(($ac_try" in
19653   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19654   *) ac_try_echo=$ac_try;;
19655 esac
19656 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19657 $as_echo "$ac_try_echo") >&5
19658   (eval "$ac_compile") 2>conftest.er1
19659   ac_status=$?
19660   grep -v '^ *+' conftest.er1 >conftest.err
19661   rm -f conftest.er1
19662   cat conftest.err >&5
19663   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19664   (exit $ac_status); } && {
19665          test -z "$ac_c_werror_flag" ||
19666          test ! -s conftest.err
19667        } && test -s conftest.$ac_objext; then
19668   cat >conftest.$ac_ext <<_ACEOF
19669 /* confdefs.h.  */
19670 _ACEOF
19671 cat confdefs.h >>conftest.$ac_ext
19672 cat >>conftest.$ac_ext <<_ACEOF
19673 /* end confdefs.h.  */
19674 $ac_includes_default
19675 int
19676 main ()
19677 {
19678 if (sizeof ((mode_t)))
19679           return 0;
19680   ;
19681   return 0;
19682 }
19683 _ACEOF
19684 rm -f conftest.$ac_objext
19685 if { (ac_try="$ac_compile"
19686 case "(($ac_try" in
19687   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19688   *) ac_try_echo=$ac_try;;
19689 esac
19690 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19691 $as_echo "$ac_try_echo") >&5
19692   (eval "$ac_compile") 2>conftest.er1
19693   ac_status=$?
19694   grep -v '^ *+' conftest.er1 >conftest.err
19695   rm -f conftest.er1
19696   cat conftest.err >&5
19697   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19698   (exit $ac_status); } && {
19699          test -z "$ac_c_werror_flag" ||
19700          test ! -s conftest.err
19701        } && test -s conftest.$ac_objext; then
19702   :
19703 else
19704   $as_echo "$as_me: failed program was:" >&5
19705 sed 's/^/| /' conftest.$ac_ext >&5
19706
19707         ac_cv_type_mode_t=yes
19708 fi
19709
19710 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19711 else
19712   $as_echo "$as_me: failed program was:" >&5
19713 sed 's/^/| /' conftest.$ac_ext >&5
19714
19715
19716 fi
19717
19718 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19719 fi
19720 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19721 $as_echo "$ac_cv_type_mode_t" >&6; }
19722 if test "x$ac_cv_type_mode_t" = x""yes; then
19723
19724 cat >>confdefs.h <<_ACEOF
19725 #define HAVE_MODE_T 1
19726 _ACEOF
19727
19728
19729 fi
19730 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19731 $as_echo_n "checking for off_t... " >&6; }
19732 if test "${ac_cv_type_off_t+set}" = set; then
19733   $as_echo_n "(cached) " >&6
19734 else
19735   ac_cv_type_off_t=no
19736 cat >conftest.$ac_ext <<_ACEOF
19737 /* confdefs.h.  */
19738 _ACEOF
19739 cat confdefs.h >>conftest.$ac_ext
19740 cat >>conftest.$ac_ext <<_ACEOF
19741 /* end confdefs.h.  */
19742 $ac_includes_default
19743 int
19744 main ()
19745 {
19746 if (sizeof (off_t))
19747        return 0;
19748   ;
19749   return 0;
19750 }
19751 _ACEOF
19752 rm -f conftest.$ac_objext
19753 if { (ac_try="$ac_compile"
19754 case "(($ac_try" in
19755   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19756   *) ac_try_echo=$ac_try;;
19757 esac
19758 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19759 $as_echo "$ac_try_echo") >&5
19760   (eval "$ac_compile") 2>conftest.er1
19761   ac_status=$?
19762   grep -v '^ *+' conftest.er1 >conftest.err
19763   rm -f conftest.er1
19764   cat conftest.err >&5
19765   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19766   (exit $ac_status); } && {
19767          test -z "$ac_c_werror_flag" ||
19768          test ! -s conftest.err
19769        } && test -s conftest.$ac_objext; then
19770   cat >conftest.$ac_ext <<_ACEOF
19771 /* confdefs.h.  */
19772 _ACEOF
19773 cat confdefs.h >>conftest.$ac_ext
19774 cat >>conftest.$ac_ext <<_ACEOF
19775 /* end confdefs.h.  */
19776 $ac_includes_default
19777 int
19778 main ()
19779 {
19780 if (sizeof ((off_t)))
19781           return 0;
19782   ;
19783   return 0;
19784 }
19785 _ACEOF
19786 rm -f conftest.$ac_objext
19787 if { (ac_try="$ac_compile"
19788 case "(($ac_try" in
19789   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19790   *) ac_try_echo=$ac_try;;
19791 esac
19792 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19793 $as_echo "$ac_try_echo") >&5
19794   (eval "$ac_compile") 2>conftest.er1
19795   ac_status=$?
19796   grep -v '^ *+' conftest.er1 >conftest.err
19797   rm -f conftest.er1
19798   cat conftest.err >&5
19799   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19800   (exit $ac_status); } && {
19801          test -z "$ac_c_werror_flag" ||
19802          test ! -s conftest.err
19803        } && test -s conftest.$ac_objext; then
19804   :
19805 else
19806   $as_echo "$as_me: failed program was:" >&5
19807 sed 's/^/| /' conftest.$ac_ext >&5
19808
19809         ac_cv_type_off_t=yes
19810 fi
19811
19812 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19813 else
19814   $as_echo "$as_me: failed program was:" >&5
19815 sed 's/^/| /' conftest.$ac_ext >&5
19816
19817
19818 fi
19819
19820 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19821 fi
19822 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19823 $as_echo "$ac_cv_type_off_t" >&6; }
19824 if test "x$ac_cv_type_off_t" = x""yes; then
19825
19826 cat >>confdefs.h <<_ACEOF
19827 #define HAVE_OFF_T 1
19828 _ACEOF
19829
19830
19831 fi
19832 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19833 $as_echo_n "checking for pid_t... " >&6; }
19834 if test "${ac_cv_type_pid_t+set}" = set; then
19835   $as_echo_n "(cached) " >&6
19836 else
19837   ac_cv_type_pid_t=no
19838 cat >conftest.$ac_ext <<_ACEOF
19839 /* confdefs.h.  */
19840 _ACEOF
19841 cat confdefs.h >>conftest.$ac_ext
19842 cat >>conftest.$ac_ext <<_ACEOF
19843 /* end confdefs.h.  */
19844 $ac_includes_default
19845 int
19846 main ()
19847 {
19848 if (sizeof (pid_t))
19849        return 0;
19850   ;
19851   return 0;
19852 }
19853 _ACEOF
19854 rm -f conftest.$ac_objext
19855 if { (ac_try="$ac_compile"
19856 case "(($ac_try" in
19857   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19858   *) ac_try_echo=$ac_try;;
19859 esac
19860 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19861 $as_echo "$ac_try_echo") >&5
19862   (eval "$ac_compile") 2>conftest.er1
19863   ac_status=$?
19864   grep -v '^ *+' conftest.er1 >conftest.err
19865   rm -f conftest.er1
19866   cat conftest.err >&5
19867   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19868   (exit $ac_status); } && {
19869          test -z "$ac_c_werror_flag" ||
19870          test ! -s conftest.err
19871        } && test -s conftest.$ac_objext; then
19872   cat >conftest.$ac_ext <<_ACEOF
19873 /* confdefs.h.  */
19874 _ACEOF
19875 cat confdefs.h >>conftest.$ac_ext
19876 cat >>conftest.$ac_ext <<_ACEOF
19877 /* end confdefs.h.  */
19878 $ac_includes_default
19879 int
19880 main ()
19881 {
19882 if (sizeof ((pid_t)))
19883           return 0;
19884   ;
19885   return 0;
19886 }
19887 _ACEOF
19888 rm -f conftest.$ac_objext
19889 if { (ac_try="$ac_compile"
19890 case "(($ac_try" in
19891   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19892   *) ac_try_echo=$ac_try;;
19893 esac
19894 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19895 $as_echo "$ac_try_echo") >&5
19896   (eval "$ac_compile") 2>conftest.er1
19897   ac_status=$?
19898   grep -v '^ *+' conftest.er1 >conftest.err
19899   rm -f conftest.er1
19900   cat conftest.err >&5
19901   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19902   (exit $ac_status); } && {
19903          test -z "$ac_c_werror_flag" ||
19904          test ! -s conftest.err
19905        } && test -s conftest.$ac_objext; then
19906   :
19907 else
19908   $as_echo "$as_me: failed program was:" >&5
19909 sed 's/^/| /' conftest.$ac_ext >&5
19910
19911         ac_cv_type_pid_t=yes
19912 fi
19913
19914 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19915 else
19916   $as_echo "$as_me: failed program was:" >&5
19917 sed 's/^/| /' conftest.$ac_ext >&5
19918
19919
19920 fi
19921
19922 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19923 fi
19924 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19925 $as_echo "$ac_cv_type_pid_t" >&6; }
19926 if test "x$ac_cv_type_pid_t" = x""yes; then
19927
19928 cat >>confdefs.h <<_ACEOF
19929 #define HAVE_PID_T 1
19930 _ACEOF
19931
19932
19933 fi
19934 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19935 $as_echo_n "checking for size_t... " >&6; }
19936 if test "${ac_cv_type_size_t+set}" = set; then
19937   $as_echo_n "(cached) " >&6
19938 else
19939   ac_cv_type_size_t=no
19940 cat >conftest.$ac_ext <<_ACEOF
19941 /* confdefs.h.  */
19942 _ACEOF
19943 cat confdefs.h >>conftest.$ac_ext
19944 cat >>conftest.$ac_ext <<_ACEOF
19945 /* end confdefs.h.  */
19946 $ac_includes_default
19947 int
19948 main ()
19949 {
19950 if (sizeof (size_t))
19951        return 0;
19952   ;
19953   return 0;
19954 }
19955 _ACEOF
19956 rm -f conftest.$ac_objext
19957 if { (ac_try="$ac_compile"
19958 case "(($ac_try" in
19959   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19960   *) ac_try_echo=$ac_try;;
19961 esac
19962 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19963 $as_echo "$ac_try_echo") >&5
19964   (eval "$ac_compile") 2>conftest.er1
19965   ac_status=$?
19966   grep -v '^ *+' conftest.er1 >conftest.err
19967   rm -f conftest.er1
19968   cat conftest.err >&5
19969   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19970   (exit $ac_status); } && {
19971          test -z "$ac_c_werror_flag" ||
19972          test ! -s conftest.err
19973        } && test -s conftest.$ac_objext; then
19974   cat >conftest.$ac_ext <<_ACEOF
19975 /* confdefs.h.  */
19976 _ACEOF
19977 cat confdefs.h >>conftest.$ac_ext
19978 cat >>conftest.$ac_ext <<_ACEOF
19979 /* end confdefs.h.  */
19980 $ac_includes_default
19981 int
19982 main ()
19983 {
19984 if (sizeof ((size_t)))
19985           return 0;
19986   ;
19987   return 0;
19988 }
19989 _ACEOF
19990 rm -f conftest.$ac_objext
19991 if { (ac_try="$ac_compile"
19992 case "(($ac_try" in
19993   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19994   *) ac_try_echo=$ac_try;;
19995 esac
19996 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19997 $as_echo "$ac_try_echo") >&5
19998   (eval "$ac_compile") 2>conftest.er1
19999   ac_status=$?
20000   grep -v '^ *+' conftest.er1 >conftest.err
20001   rm -f conftest.er1
20002   cat conftest.err >&5
20003   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20004   (exit $ac_status); } && {
20005          test -z "$ac_c_werror_flag" ||
20006          test ! -s conftest.err
20007        } && test -s conftest.$ac_objext; then
20008   :
20009 else
20010   $as_echo "$as_me: failed program was:" >&5
20011 sed 's/^/| /' conftest.$ac_ext >&5
20012
20013         ac_cv_type_size_t=yes
20014 fi
20015
20016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20017 else
20018   $as_echo "$as_me: failed program was:" >&5
20019 sed 's/^/| /' conftest.$ac_ext >&5
20020
20021
20022 fi
20023
20024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20025 fi
20026 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
20027 $as_echo "$ac_cv_type_size_t" >&6; }
20028 if test "x$ac_cv_type_size_t" = x""yes; then
20029
20030 cat >>confdefs.h <<_ACEOF
20031 #define HAVE_SIZE_T 1
20032 _ACEOF
20033
20034
20035 fi
20036 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
20037 $as_echo_n "checking for ssize_t... " >&6; }
20038 if test "${ac_cv_type_ssize_t+set}" = set; then
20039   $as_echo_n "(cached) " >&6
20040 else
20041   ac_cv_type_ssize_t=no
20042 cat >conftest.$ac_ext <<_ACEOF
20043 /* confdefs.h.  */
20044 _ACEOF
20045 cat confdefs.h >>conftest.$ac_ext
20046 cat >>conftest.$ac_ext <<_ACEOF
20047 /* end confdefs.h.  */
20048 $ac_includes_default
20049 int
20050 main ()
20051 {
20052 if (sizeof (ssize_t))
20053        return 0;
20054   ;
20055   return 0;
20056 }
20057 _ACEOF
20058 rm -f conftest.$ac_objext
20059 if { (ac_try="$ac_compile"
20060 case "(($ac_try" in
20061   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20062   *) ac_try_echo=$ac_try;;
20063 esac
20064 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20065 $as_echo "$ac_try_echo") >&5
20066   (eval "$ac_compile") 2>conftest.er1
20067   ac_status=$?
20068   grep -v '^ *+' conftest.er1 >conftest.err
20069   rm -f conftest.er1
20070   cat conftest.err >&5
20071   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20072   (exit $ac_status); } && {
20073          test -z "$ac_c_werror_flag" ||
20074          test ! -s conftest.err
20075        } && test -s conftest.$ac_objext; then
20076   cat >conftest.$ac_ext <<_ACEOF
20077 /* confdefs.h.  */
20078 _ACEOF
20079 cat confdefs.h >>conftest.$ac_ext
20080 cat >>conftest.$ac_ext <<_ACEOF
20081 /* end confdefs.h.  */
20082 $ac_includes_default
20083 int
20084 main ()
20085 {
20086 if (sizeof ((ssize_t)))
20087           return 0;
20088   ;
20089   return 0;
20090 }
20091 _ACEOF
20092 rm -f conftest.$ac_objext
20093 if { (ac_try="$ac_compile"
20094 case "(($ac_try" in
20095   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20096   *) ac_try_echo=$ac_try;;
20097 esac
20098 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20099 $as_echo "$ac_try_echo") >&5
20100   (eval "$ac_compile") 2>conftest.er1
20101   ac_status=$?
20102   grep -v '^ *+' conftest.er1 >conftest.err
20103   rm -f conftest.er1
20104   cat conftest.err >&5
20105   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20106   (exit $ac_status); } && {
20107          test -z "$ac_c_werror_flag" ||
20108          test ! -s conftest.err
20109        } && test -s conftest.$ac_objext; then
20110   :
20111 else
20112   $as_echo "$as_me: failed program was:" >&5
20113 sed 's/^/| /' conftest.$ac_ext >&5
20114
20115         ac_cv_type_ssize_t=yes
20116 fi
20117
20118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20119 else
20120   $as_echo "$as_me: failed program was:" >&5
20121 sed 's/^/| /' conftest.$ac_ext >&5
20122
20123
20124 fi
20125
20126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20127 fi
20128 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
20129 $as_echo "$ac_cv_type_ssize_t" >&6; }
20130 if test "x$ac_cv_type_ssize_t" = x""yes; then
20131
20132 cat >>confdefs.h <<_ACEOF
20133 #define HAVE_SSIZE_T 1
20134 _ACEOF
20135
20136
20137 fi
20138 { $as_echo "$as_me:$LINENO: checking for long long" >&5
20139 $as_echo_n "checking for long long... " >&6; }
20140 if test "${ac_cv_type_long_long+set}" = set; then
20141   $as_echo_n "(cached) " >&6
20142 else
20143   ac_cv_type_long_long=no
20144 cat >conftest.$ac_ext <<_ACEOF
20145 /* confdefs.h.  */
20146 _ACEOF
20147 cat confdefs.h >>conftest.$ac_ext
20148 cat >>conftest.$ac_ext <<_ACEOF
20149 /* end confdefs.h.  */
20150 $ac_includes_default
20151 int
20152 main ()
20153 {
20154 if (sizeof (long long))
20155        return 0;
20156   ;
20157   return 0;
20158 }
20159 _ACEOF
20160 rm -f conftest.$ac_objext
20161 if { (ac_try="$ac_compile"
20162 case "(($ac_try" in
20163   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20164   *) ac_try_echo=$ac_try;;
20165 esac
20166 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20167 $as_echo "$ac_try_echo") >&5
20168   (eval "$ac_compile") 2>conftest.er1
20169   ac_status=$?
20170   grep -v '^ *+' conftest.er1 >conftest.err
20171   rm -f conftest.er1
20172   cat conftest.err >&5
20173   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20174   (exit $ac_status); } && {
20175          test -z "$ac_c_werror_flag" ||
20176          test ! -s conftest.err
20177        } && test -s conftest.$ac_objext; then
20178   cat >conftest.$ac_ext <<_ACEOF
20179 /* confdefs.h.  */
20180 _ACEOF
20181 cat confdefs.h >>conftest.$ac_ext
20182 cat >>conftest.$ac_ext <<_ACEOF
20183 /* end confdefs.h.  */
20184 $ac_includes_default
20185 int
20186 main ()
20187 {
20188 if (sizeof ((long long)))
20189           return 0;
20190   ;
20191   return 0;
20192 }
20193 _ACEOF
20194 rm -f conftest.$ac_objext
20195 if { (ac_try="$ac_compile"
20196 case "(($ac_try" in
20197   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20198   *) ac_try_echo=$ac_try;;
20199 esac
20200 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20201 $as_echo "$ac_try_echo") >&5
20202   (eval "$ac_compile") 2>conftest.er1
20203   ac_status=$?
20204   grep -v '^ *+' conftest.er1 >conftest.err
20205   rm -f conftest.er1
20206   cat conftest.err >&5
20207   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20208   (exit $ac_status); } && {
20209          test -z "$ac_c_werror_flag" ||
20210          test ! -s conftest.err
20211        } && test -s conftest.$ac_objext; then
20212   :
20213 else
20214   $as_echo "$as_me: failed program was:" >&5
20215 sed 's/^/| /' conftest.$ac_ext >&5
20216
20217         ac_cv_type_long_long=yes
20218 fi
20219
20220 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20221 else
20222   $as_echo "$as_me: failed program was:" >&5
20223 sed 's/^/| /' conftest.$ac_ext >&5
20224
20225
20226 fi
20227
20228 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20229 fi
20230 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20231 $as_echo "$ac_cv_type_long_long" >&6; }
20232 if test "x$ac_cv_type_long_long" = x""yes; then
20233
20234 cat >>confdefs.h <<_ACEOF
20235 #define HAVE_LONG_LONG 1
20236 _ACEOF
20237
20238
20239 fi
20240 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20241 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20242 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20243   $as_echo_n "(cached) " >&6
20244 else
20245   ac_cv_type_fsblkcnt_t=no
20246 cat >conftest.$ac_ext <<_ACEOF
20247 /* confdefs.h.  */
20248 _ACEOF
20249 cat confdefs.h >>conftest.$ac_ext
20250 cat >>conftest.$ac_ext <<_ACEOF
20251 /* end confdefs.h.  */
20252 $ac_includes_default
20253 int
20254 main ()
20255 {
20256 if (sizeof (fsblkcnt_t))
20257        return 0;
20258   ;
20259   return 0;
20260 }
20261 _ACEOF
20262 rm -f conftest.$ac_objext
20263 if { (ac_try="$ac_compile"
20264 case "(($ac_try" in
20265   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20266   *) ac_try_echo=$ac_try;;
20267 esac
20268 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20269 $as_echo "$ac_try_echo") >&5
20270   (eval "$ac_compile") 2>conftest.er1
20271   ac_status=$?
20272   grep -v '^ *+' conftest.er1 >conftest.err
20273   rm -f conftest.er1
20274   cat conftest.err >&5
20275   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20276   (exit $ac_status); } && {
20277          test -z "$ac_c_werror_flag" ||
20278          test ! -s conftest.err
20279        } && test -s conftest.$ac_objext; then
20280   cat >conftest.$ac_ext <<_ACEOF
20281 /* confdefs.h.  */
20282 _ACEOF
20283 cat confdefs.h >>conftest.$ac_ext
20284 cat >>conftest.$ac_ext <<_ACEOF
20285 /* end confdefs.h.  */
20286 $ac_includes_default
20287 int
20288 main ()
20289 {
20290 if (sizeof ((fsblkcnt_t)))
20291           return 0;
20292   ;
20293   return 0;
20294 }
20295 _ACEOF
20296 rm -f conftest.$ac_objext
20297 if { (ac_try="$ac_compile"
20298 case "(($ac_try" in
20299   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20300   *) ac_try_echo=$ac_try;;
20301 esac
20302 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20303 $as_echo "$ac_try_echo") >&5
20304   (eval "$ac_compile") 2>conftest.er1
20305   ac_status=$?
20306   grep -v '^ *+' conftest.er1 >conftest.err
20307   rm -f conftest.er1
20308   cat conftest.err >&5
20309   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20310   (exit $ac_status); } && {
20311          test -z "$ac_c_werror_flag" ||
20312          test ! -s conftest.err
20313        } && test -s conftest.$ac_objext; then
20314   :
20315 else
20316   $as_echo "$as_me: failed program was:" >&5
20317 sed 's/^/| /' conftest.$ac_ext >&5
20318
20319         ac_cv_type_fsblkcnt_t=yes
20320 fi
20321
20322 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20323 else
20324   $as_echo "$as_me: failed program was:" >&5
20325 sed 's/^/| /' conftest.$ac_ext >&5
20326
20327
20328 fi
20329
20330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20331 fi
20332 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20333 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20334 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20335
20336 cat >>confdefs.h <<_ACEOF
20337 #define HAVE_FSBLKCNT_T 1
20338 _ACEOF
20339
20340
20341 fi
20342 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20343 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20344 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20345   $as_echo_n "(cached) " >&6
20346 else
20347   ac_cv_type_fsfilcnt_t=no
20348 cat >conftest.$ac_ext <<_ACEOF
20349 /* confdefs.h.  */
20350 _ACEOF
20351 cat confdefs.h >>conftest.$ac_ext
20352 cat >>conftest.$ac_ext <<_ACEOF
20353 /* end confdefs.h.  */
20354 $ac_includes_default
20355 int
20356 main ()
20357 {
20358 if (sizeof (fsfilcnt_t))
20359        return 0;
20360   ;
20361   return 0;
20362 }
20363 _ACEOF
20364 rm -f conftest.$ac_objext
20365 if { (ac_try="$ac_compile"
20366 case "(($ac_try" in
20367   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20368   *) ac_try_echo=$ac_try;;
20369 esac
20370 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20371 $as_echo "$ac_try_echo") >&5
20372   (eval "$ac_compile") 2>conftest.er1
20373   ac_status=$?
20374   grep -v '^ *+' conftest.er1 >conftest.err
20375   rm -f conftest.er1
20376   cat conftest.err >&5
20377   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20378   (exit $ac_status); } && {
20379          test -z "$ac_c_werror_flag" ||
20380          test ! -s conftest.err
20381        } && test -s conftest.$ac_objext; then
20382   cat >conftest.$ac_ext <<_ACEOF
20383 /* confdefs.h.  */
20384 _ACEOF
20385 cat confdefs.h >>conftest.$ac_ext
20386 cat >>conftest.$ac_ext <<_ACEOF
20387 /* end confdefs.h.  */
20388 $ac_includes_default
20389 int
20390 main ()
20391 {
20392 if (sizeof ((fsfilcnt_t)))
20393           return 0;
20394   ;
20395   return 0;
20396 }
20397 _ACEOF
20398 rm -f conftest.$ac_objext
20399 if { (ac_try="$ac_compile"
20400 case "(($ac_try" in
20401   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20402   *) ac_try_echo=$ac_try;;
20403 esac
20404 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20405 $as_echo "$ac_try_echo") >&5
20406   (eval "$ac_compile") 2>conftest.er1
20407   ac_status=$?
20408   grep -v '^ *+' conftest.er1 >conftest.err
20409   rm -f conftest.er1
20410   cat conftest.err >&5
20411   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20412   (exit $ac_status); } && {
20413          test -z "$ac_c_werror_flag" ||
20414          test ! -s conftest.err
20415        } && test -s conftest.$ac_objext; then
20416   :
20417 else
20418   $as_echo "$as_me: failed program was:" >&5
20419 sed 's/^/| /' conftest.$ac_ext >&5
20420
20421         ac_cv_type_fsfilcnt_t=yes
20422 fi
20423
20424 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20425 else
20426   $as_echo "$as_me: failed program was:" >&5
20427 sed 's/^/| /' conftest.$ac_ext >&5
20428
20429
20430 fi
20431
20432 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20433 fi
20434 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20435 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20436 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20437
20438 cat >>confdefs.h <<_ACEOF
20439 #define HAVE_FSFILCNT_T 1
20440 _ACEOF
20441
20442
20443 fi
20444
20445 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20446 $as_echo_n "checking for sigset_t... " >&6; }
20447 if test "${ac_cv_type_sigset_t+set}" = set; then
20448   $as_echo_n "(cached) " >&6
20449 else
20450   ac_cv_type_sigset_t=no
20451 cat >conftest.$ac_ext <<_ACEOF
20452 /* confdefs.h.  */
20453 _ACEOF
20454 cat confdefs.h >>conftest.$ac_ext
20455 cat >>conftest.$ac_ext <<_ACEOF
20456 /* end confdefs.h.  */
20457 #include <sys/types.h>
20458 #include <signal.h>
20459
20460 int
20461 main ()
20462 {
20463 if (sizeof (sigset_t))
20464        return 0;
20465   ;
20466   return 0;
20467 }
20468 _ACEOF
20469 rm -f conftest.$ac_objext
20470 if { (ac_try="$ac_compile"
20471 case "(($ac_try" in
20472   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20473   *) ac_try_echo=$ac_try;;
20474 esac
20475 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20476 $as_echo "$ac_try_echo") >&5
20477   (eval "$ac_compile") 2>conftest.er1
20478   ac_status=$?
20479   grep -v '^ *+' conftest.er1 >conftest.err
20480   rm -f conftest.er1
20481   cat conftest.err >&5
20482   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20483   (exit $ac_status); } && {
20484          test -z "$ac_c_werror_flag" ||
20485          test ! -s conftest.err
20486        } && test -s conftest.$ac_objext; then
20487   cat >conftest.$ac_ext <<_ACEOF
20488 /* confdefs.h.  */
20489 _ACEOF
20490 cat confdefs.h >>conftest.$ac_ext
20491 cat >>conftest.$ac_ext <<_ACEOF
20492 /* end confdefs.h.  */
20493 #include <sys/types.h>
20494 #include <signal.h>
20495
20496 int
20497 main ()
20498 {
20499 if (sizeof ((sigset_t)))
20500           return 0;
20501   ;
20502   return 0;
20503 }
20504 _ACEOF
20505 rm -f conftest.$ac_objext
20506 if { (ac_try="$ac_compile"
20507 case "(($ac_try" in
20508   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20509   *) ac_try_echo=$ac_try;;
20510 esac
20511 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20512 $as_echo "$ac_try_echo") >&5
20513   (eval "$ac_compile") 2>conftest.er1
20514   ac_status=$?
20515   grep -v '^ *+' conftest.er1 >conftest.err
20516   rm -f conftest.er1
20517   cat conftest.err >&5
20518   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20519   (exit $ac_status); } && {
20520          test -z "$ac_c_werror_flag" ||
20521          test ! -s conftest.err
20522        } && test -s conftest.$ac_objext; then
20523   :
20524 else
20525   $as_echo "$as_me: failed program was:" >&5
20526 sed 's/^/| /' conftest.$ac_ext >&5
20527
20528         ac_cv_type_sigset_t=yes
20529 fi
20530
20531 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20532 else
20533   $as_echo "$as_me: failed program was:" >&5
20534 sed 's/^/| /' conftest.$ac_ext >&5
20535
20536
20537 fi
20538
20539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20540 fi
20541 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20542 $as_echo "$ac_cv_type_sigset_t" >&6; }
20543 if test "x$ac_cv_type_sigset_t" = x""yes; then
20544
20545 cat >>confdefs.h <<_ACEOF
20546 #define HAVE_SIGSET_T 1
20547 _ACEOF
20548
20549
20550 fi
20551
20552 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20553 $as_echo_n "checking for request_sense... " >&6; }
20554 if test "${ac_cv_type_request_sense+set}" = set; then
20555   $as_echo_n "(cached) " >&6
20556 else
20557   ac_cv_type_request_sense=no
20558 cat >conftest.$ac_ext <<_ACEOF
20559 /* confdefs.h.  */
20560 _ACEOF
20561 cat confdefs.h >>conftest.$ac_ext
20562 cat >>conftest.$ac_ext <<_ACEOF
20563 /* end confdefs.h.  */
20564 #include <linux/cdrom.h>
20565
20566 int
20567 main ()
20568 {
20569 if (sizeof (request_sense))
20570        return 0;
20571   ;
20572   return 0;
20573 }
20574 _ACEOF
20575 rm -f conftest.$ac_objext
20576 if { (ac_try="$ac_compile"
20577 case "(($ac_try" in
20578   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20579   *) ac_try_echo=$ac_try;;
20580 esac
20581 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20582 $as_echo "$ac_try_echo") >&5
20583   (eval "$ac_compile") 2>conftest.er1
20584   ac_status=$?
20585   grep -v '^ *+' conftest.er1 >conftest.err
20586   rm -f conftest.er1
20587   cat conftest.err >&5
20588   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20589   (exit $ac_status); } && {
20590          test -z "$ac_c_werror_flag" ||
20591          test ! -s conftest.err
20592        } && test -s conftest.$ac_objext; then
20593   cat >conftest.$ac_ext <<_ACEOF
20594 /* confdefs.h.  */
20595 _ACEOF
20596 cat confdefs.h >>conftest.$ac_ext
20597 cat >>conftest.$ac_ext <<_ACEOF
20598 /* end confdefs.h.  */
20599 #include <linux/cdrom.h>
20600
20601 int
20602 main ()
20603 {
20604 if (sizeof ((request_sense)))
20605           return 0;
20606   ;
20607   return 0;
20608 }
20609 _ACEOF
20610 rm -f conftest.$ac_objext
20611 if { (ac_try="$ac_compile"
20612 case "(($ac_try" in
20613   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20614   *) ac_try_echo=$ac_try;;
20615 esac
20616 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20617 $as_echo "$ac_try_echo") >&5
20618   (eval "$ac_compile") 2>conftest.er1
20619   ac_status=$?
20620   grep -v '^ *+' conftest.er1 >conftest.err
20621   rm -f conftest.er1
20622   cat conftest.err >&5
20623   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20624   (exit $ac_status); } && {
20625          test -z "$ac_c_werror_flag" ||
20626          test ! -s conftest.err
20627        } && test -s conftest.$ac_objext; then
20628   :
20629 else
20630   $as_echo "$as_me: failed program was:" >&5
20631 sed 's/^/| /' conftest.$ac_ext >&5
20632
20633         ac_cv_type_request_sense=yes
20634 fi
20635
20636 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20637 else
20638   $as_echo "$as_me: failed program was:" >&5
20639 sed 's/^/| /' conftest.$ac_ext >&5
20640
20641
20642 fi
20643
20644 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20645 fi
20646 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20647 $as_echo "$ac_cv_type_request_sense" >&6; }
20648 if test "x$ac_cv_type_request_sense" = x""yes; then
20649
20650 cat >>confdefs.h <<_ACEOF
20651 #define HAVE_REQUEST_SENSE 1
20652 _ACEOF
20653
20654
20655 fi
20656
20657
20658 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20659 $as_echo_n "checking for struct xinpgen... " >&6; }
20660 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20661   $as_echo_n "(cached) " >&6
20662 else
20663   ac_cv_type_struct_xinpgen=no
20664 cat >conftest.$ac_ext <<_ACEOF
20665 /* confdefs.h.  */
20666 _ACEOF
20667 cat confdefs.h >>conftest.$ac_ext
20668 cat >>conftest.$ac_ext <<_ACEOF
20669 /* end confdefs.h.  */
20670 #include <sys/types.h>
20671 #ifdef HAVE_SYS_SOCKET_H
20672 #include <sys/socket.h>
20673 #endif
20674 #ifdef HAVE_SYS_SOCKETVAR_H
20675 #include <sys/socketvar.h>
20676 #endif
20677 #ifdef HAVE_NET_ROUTE_H
20678 #include <net/route.h>
20679 #endif
20680 #ifdef HAVE_NETINET_IN_H
20681 #include <netinet/in.h>
20682 #endif
20683 #ifdef HAVE_NETINET_IN_SYSTM_H
20684 #include <netinet/in_systm.h>
20685 #endif
20686 #ifdef HAVE_NETINET_IP_H
20687 #include <netinet/ip.h>
20688 #endif
20689 #ifdef HAVE_NETINET_IN_PCB_H
20690 #include <netinet/in_pcb.h>
20691 #endif
20692
20693 int
20694 main ()
20695 {
20696 if (sizeof (struct xinpgen))
20697        return 0;
20698   ;
20699   return 0;
20700 }
20701 _ACEOF
20702 rm -f conftest.$ac_objext
20703 if { (ac_try="$ac_compile"
20704 case "(($ac_try" in
20705   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20706   *) ac_try_echo=$ac_try;;
20707 esac
20708 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20709 $as_echo "$ac_try_echo") >&5
20710   (eval "$ac_compile") 2>conftest.er1
20711   ac_status=$?
20712   grep -v '^ *+' conftest.er1 >conftest.err
20713   rm -f conftest.er1
20714   cat conftest.err >&5
20715   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20716   (exit $ac_status); } && {
20717          test -z "$ac_c_werror_flag" ||
20718          test ! -s conftest.err
20719        } && test -s conftest.$ac_objext; then
20720   cat >conftest.$ac_ext <<_ACEOF
20721 /* confdefs.h.  */
20722 _ACEOF
20723 cat confdefs.h >>conftest.$ac_ext
20724 cat >>conftest.$ac_ext <<_ACEOF
20725 /* end confdefs.h.  */
20726 #include <sys/types.h>
20727 #ifdef HAVE_SYS_SOCKET_H
20728 #include <sys/socket.h>
20729 #endif
20730 #ifdef HAVE_SYS_SOCKETVAR_H
20731 #include <sys/socketvar.h>
20732 #endif
20733 #ifdef HAVE_NET_ROUTE_H
20734 #include <net/route.h>
20735 #endif
20736 #ifdef HAVE_NETINET_IN_H
20737 #include <netinet/in.h>
20738 #endif
20739 #ifdef HAVE_NETINET_IN_SYSTM_H
20740 #include <netinet/in_systm.h>
20741 #endif
20742 #ifdef HAVE_NETINET_IP_H
20743 #include <netinet/ip.h>
20744 #endif
20745 #ifdef HAVE_NETINET_IN_PCB_H
20746 #include <netinet/in_pcb.h>
20747 #endif
20748
20749 int
20750 main ()
20751 {
20752 if (sizeof ((struct xinpgen)))
20753           return 0;
20754   ;
20755   return 0;
20756 }
20757 _ACEOF
20758 rm -f conftest.$ac_objext
20759 if { (ac_try="$ac_compile"
20760 case "(($ac_try" in
20761   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20762   *) ac_try_echo=$ac_try;;
20763 esac
20764 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20765 $as_echo "$ac_try_echo") >&5
20766   (eval "$ac_compile") 2>conftest.er1
20767   ac_status=$?
20768   grep -v '^ *+' conftest.er1 >conftest.err
20769   rm -f conftest.er1
20770   cat conftest.err >&5
20771   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20772   (exit $ac_status); } && {
20773          test -z "$ac_c_werror_flag" ||
20774          test ! -s conftest.err
20775        } && test -s conftest.$ac_objext; then
20776   :
20777 else
20778   $as_echo "$as_me: failed program was:" >&5
20779 sed 's/^/| /' conftest.$ac_ext >&5
20780
20781         ac_cv_type_struct_xinpgen=yes
20782 fi
20783
20784 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20785 else
20786   $as_echo "$as_me: failed program was:" >&5
20787 sed 's/^/| /' conftest.$ac_ext >&5
20788
20789
20790 fi
20791
20792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20793 fi
20794 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20795 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20796 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20797
20798 cat >>confdefs.h <<_ACEOF
20799 #define HAVE_STRUCT_XINPGEN 1
20800 _ACEOF
20801
20802
20803 fi
20804
20805
20806 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20807 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20808 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20809   $as_echo_n "(cached) " >&6
20810 else
20811   cat >conftest.$ac_ext <<_ACEOF
20812 /* confdefs.h.  */
20813 _ACEOF
20814 cat confdefs.h >>conftest.$ac_ext
20815 cat >>conftest.$ac_ext <<_ACEOF
20816 /* end confdefs.h.  */
20817 #ifdef HAVE_LINUX_INPUT_H
20818 #include <linux/input.h>
20819 #endif
20820
20821 int
20822 main ()
20823 {
20824 static struct ff_effect ac_aggr;
20825 if (ac_aggr.direction)
20826 return 0;
20827   ;
20828   return 0;
20829 }
20830 _ACEOF
20831 rm -f conftest.$ac_objext
20832 if { (ac_try="$ac_compile"
20833 case "(($ac_try" in
20834   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20835   *) ac_try_echo=$ac_try;;
20836 esac
20837 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20838 $as_echo "$ac_try_echo") >&5
20839   (eval "$ac_compile") 2>conftest.er1
20840   ac_status=$?
20841   grep -v '^ *+' conftest.er1 >conftest.err
20842   rm -f conftest.er1
20843   cat conftest.err >&5
20844   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20845   (exit $ac_status); } && {
20846          test -z "$ac_c_werror_flag" ||
20847          test ! -s conftest.err
20848        } && test -s conftest.$ac_objext; then
20849   ac_cv_member_struct_ff_effect_direction=yes
20850 else
20851   $as_echo "$as_me: failed program was:" >&5
20852 sed 's/^/| /' conftest.$ac_ext >&5
20853
20854         cat >conftest.$ac_ext <<_ACEOF
20855 /* confdefs.h.  */
20856 _ACEOF
20857 cat confdefs.h >>conftest.$ac_ext
20858 cat >>conftest.$ac_ext <<_ACEOF
20859 /* end confdefs.h.  */
20860 #ifdef HAVE_LINUX_INPUT_H
20861 #include <linux/input.h>
20862 #endif
20863
20864 int
20865 main ()
20866 {
20867 static struct ff_effect ac_aggr;
20868 if (sizeof ac_aggr.direction)
20869 return 0;
20870   ;
20871   return 0;
20872 }
20873 _ACEOF
20874 rm -f conftest.$ac_objext
20875 if { (ac_try="$ac_compile"
20876 case "(($ac_try" in
20877   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20878   *) ac_try_echo=$ac_try;;
20879 esac
20880 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20881 $as_echo "$ac_try_echo") >&5
20882   (eval "$ac_compile") 2>conftest.er1
20883   ac_status=$?
20884   grep -v '^ *+' conftest.er1 >conftest.err
20885   rm -f conftest.er1
20886   cat conftest.err >&5
20887   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20888   (exit $ac_status); } && {
20889          test -z "$ac_c_werror_flag" ||
20890          test ! -s conftest.err
20891        } && test -s conftest.$ac_objext; then
20892   ac_cv_member_struct_ff_effect_direction=yes
20893 else
20894   $as_echo "$as_me: failed program was:" >&5
20895 sed 's/^/| /' conftest.$ac_ext >&5
20896
20897         ac_cv_member_struct_ff_effect_direction=no
20898 fi
20899
20900 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20901 fi
20902
20903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20904 fi
20905 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20906 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20907 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20908
20909 cat >>confdefs.h <<_ACEOF
20910 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20911 _ACEOF
20912
20913
20914 fi
20915
20916
20917 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20918 $as_echo_n "checking for sigaddset... " >&6; }
20919 if test "${wine_cv_have_sigaddset+set}" = set; then
20920   $as_echo_n "(cached) " >&6
20921 else
20922   cat >conftest.$ac_ext <<_ACEOF
20923 /* confdefs.h.  */
20924 _ACEOF
20925 cat confdefs.h >>conftest.$ac_ext
20926 cat >>conftest.$ac_ext <<_ACEOF
20927 /* end confdefs.h.  */
20928 #include <signal.h>
20929 int
20930 main ()
20931 {
20932 sigset_t set; sigaddset(&set,SIGTERM);
20933   ;
20934   return 0;
20935 }
20936 _ACEOF
20937 rm -f conftest.$ac_objext conftest$ac_exeext
20938 if { (ac_try="$ac_link"
20939 case "(($ac_try" in
20940   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20941   *) ac_try_echo=$ac_try;;
20942 esac
20943 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20944 $as_echo "$ac_try_echo") >&5
20945   (eval "$ac_link") 2>conftest.er1
20946   ac_status=$?
20947   grep -v '^ *+' conftest.er1 >conftest.err
20948   rm -f conftest.er1
20949   cat conftest.err >&5
20950   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20951   (exit $ac_status); } && {
20952          test -z "$ac_c_werror_flag" ||
20953          test ! -s conftest.err
20954        } && test -s conftest$ac_exeext && {
20955          test "$cross_compiling" = yes ||
20956          $as_test_x conftest$ac_exeext
20957        }; then
20958   wine_cv_have_sigaddset=yes
20959 else
20960   $as_echo "$as_me: failed program was:" >&5
20961 sed 's/^/| /' conftest.$ac_ext >&5
20962
20963         wine_cv_have_sigaddset=no
20964 fi
20965
20966 rm -rf conftest.dSYM
20967 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20968       conftest$ac_exeext conftest.$ac_ext
20969 fi
20970 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20971 $as_echo "$wine_cv_have_sigaddset" >&6; }
20972 if test "$wine_cv_have_sigaddset" = "yes"
20973 then
20974
20975 cat >>confdefs.h <<\_ACEOF
20976 #define HAVE_SIGADDSET 1
20977 _ACEOF
20978
20979 fi
20980
20981
20982 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20983 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20984 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20985   $as_echo_n "(cached) " >&6
20986 else
20987   cat >conftest.$ac_ext <<_ACEOF
20988 /* confdefs.h.  */
20989 _ACEOF
20990 cat confdefs.h >>conftest.$ac_ext
20991 cat >>conftest.$ac_ext <<_ACEOF
20992 /* end confdefs.h.  */
20993 #include <netdb.h>
20994 int
20995 main ()
20996 {
20997
20998     char *name=0;
20999     struct hostent he;
21000     struct hostent *result;
21001     char *buf=0;
21002     int bufsize=0;
21003     int res,errnr;
21004     char *addr=0;
21005     int addrlen=0;
21006     int addrtype=0;
21007     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
21008     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
21009
21010   ;
21011   return 0;
21012 }
21013 _ACEOF
21014 rm -f conftest.$ac_objext conftest$ac_exeext
21015 if { (ac_try="$ac_link"
21016 case "(($ac_try" in
21017   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21018   *) ac_try_echo=$ac_try;;
21019 esac
21020 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21021 $as_echo "$ac_try_echo") >&5
21022   (eval "$ac_link") 2>conftest.er1
21023   ac_status=$?
21024   grep -v '^ *+' conftest.er1 >conftest.err
21025   rm -f conftest.er1
21026   cat conftest.err >&5
21027   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21028   (exit $ac_status); } && {
21029          test -z "$ac_c_werror_flag" ||
21030          test ! -s conftest.err
21031        } && test -s conftest$ac_exeext && {
21032          test "$cross_compiling" = yes ||
21033          $as_test_x conftest$ac_exeext
21034        }; then
21035   wine_cv_linux_gethostbyname_r_6=yes
21036 else
21037   $as_echo "$as_me: failed program was:" >&5
21038 sed 's/^/| /' conftest.$ac_ext >&5
21039
21040         wine_cv_linux_gethostbyname_r_6=no
21041
21042 fi
21043
21044 rm -rf conftest.dSYM
21045 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21046       conftest$ac_exeext conftest.$ac_ext
21047
21048 fi
21049 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
21050 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
21051    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
21052    then
21053
21054 cat >>confdefs.h <<\_ACEOF
21055 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
21056 _ACEOF
21057
21058    fi
21059
21060 if test "$ac_cv_header_linux_joystick_h" = "yes"
21061 then
21062    { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
21063 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
21064 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
21065   $as_echo_n "(cached) " >&6
21066 else
21067   cat >conftest.$ac_ext <<_ACEOF
21068 /* confdefs.h.  */
21069 _ACEOF
21070 cat confdefs.h >>conftest.$ac_ext
21071 cat >>conftest.$ac_ext <<_ACEOF
21072 /* end confdefs.h.  */
21073
21074         #include <sys/ioctl.h>
21075         #include <sys/types.h>
21076         #include <linux/joystick.h>
21077
21078         struct js_event blub;
21079         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
21080         #error "no 2.2 header"
21081         #endif
21082
21083 int
21084 main ()
21085 {
21086 /*empty*/
21087   ;
21088   return 0;
21089 }
21090 _ACEOF
21091 rm -f conftest.$ac_objext
21092 if { (ac_try="$ac_compile"
21093 case "(($ac_try" in
21094   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21095   *) ac_try_echo=$ac_try;;
21096 esac
21097 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21098 $as_echo "$ac_try_echo") >&5
21099   (eval "$ac_compile") 2>conftest.er1
21100   ac_status=$?
21101   grep -v '^ *+' conftest.er1 >conftest.err
21102   rm -f conftest.er1
21103   cat conftest.err >&5
21104   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21105   (exit $ac_status); } && {
21106          test -z "$ac_c_werror_flag" ||
21107          test ! -s conftest.err
21108        } && test -s conftest.$ac_objext; then
21109   wine_cv_linux_joystick_22_api=yes
21110 else
21111   $as_echo "$as_me: failed program was:" >&5
21112 sed 's/^/| /' conftest.$ac_ext >&5
21113
21114         wine_cv_linux_joystick_22_api=no
21115 fi
21116
21117 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21118
21119 fi
21120 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
21121 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
21122    if test "$wine_cv_linux_joystick_22_api" = "yes"
21123    then
21124
21125 cat >>confdefs.h <<\_ACEOF
21126 #define HAVE_LINUX_22_JOYSTICK_API 1
21127 _ACEOF
21128
21129    fi
21130 fi
21131
21132
21133 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
21134 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
21135 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
21136   $as_echo_n "(cached) " >&6
21137 else
21138   cat >conftest.$ac_ext <<_ACEOF
21139 /* confdefs.h.  */
21140 _ACEOF
21141 cat confdefs.h >>conftest.$ac_ext
21142 cat >>conftest.$ac_ext <<_ACEOF
21143 /* end confdefs.h.  */
21144 #include <sys/types.h>
21145 #ifdef HAVE_SYS_PARAM_H
21146 # include <sys/param.h>
21147 #endif
21148 #ifdef HAVE_SYS_MOUNT_H
21149 # include <sys/mount.h>
21150 #endif
21151 #ifdef HAVE_SYS_VFS_H
21152 # include <sys/vfs.h>
21153 #endif
21154 #ifdef HAVE_SYS_STATFS_H
21155 # include <sys/statfs.h>
21156 #endif
21157
21158 int
21159 main ()
21160 {
21161 static struct statfs ac_aggr;
21162 if (ac_aggr.f_bfree)
21163 return 0;
21164   ;
21165   return 0;
21166 }
21167 _ACEOF
21168 rm -f conftest.$ac_objext
21169 if { (ac_try="$ac_compile"
21170 case "(($ac_try" in
21171   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21172   *) ac_try_echo=$ac_try;;
21173 esac
21174 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21175 $as_echo "$ac_try_echo") >&5
21176   (eval "$ac_compile") 2>conftest.er1
21177   ac_status=$?
21178   grep -v '^ *+' conftest.er1 >conftest.err
21179   rm -f conftest.er1
21180   cat conftest.err >&5
21181   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21182   (exit $ac_status); } && {
21183          test -z "$ac_c_werror_flag" ||
21184          test ! -s conftest.err
21185        } && test -s conftest.$ac_objext; then
21186   ac_cv_member_struct_statfs_f_bfree=yes
21187 else
21188   $as_echo "$as_me: failed program was:" >&5
21189 sed 's/^/| /' conftest.$ac_ext >&5
21190
21191         cat >conftest.$ac_ext <<_ACEOF
21192 /* confdefs.h.  */
21193 _ACEOF
21194 cat confdefs.h >>conftest.$ac_ext
21195 cat >>conftest.$ac_ext <<_ACEOF
21196 /* end confdefs.h.  */
21197 #include <sys/types.h>
21198 #ifdef HAVE_SYS_PARAM_H
21199 # include <sys/param.h>
21200 #endif
21201 #ifdef HAVE_SYS_MOUNT_H
21202 # include <sys/mount.h>
21203 #endif
21204 #ifdef HAVE_SYS_VFS_H
21205 # include <sys/vfs.h>
21206 #endif
21207 #ifdef HAVE_SYS_STATFS_H
21208 # include <sys/statfs.h>
21209 #endif
21210
21211 int
21212 main ()
21213 {
21214 static struct statfs ac_aggr;
21215 if (sizeof ac_aggr.f_bfree)
21216 return 0;
21217   ;
21218   return 0;
21219 }
21220 _ACEOF
21221 rm -f conftest.$ac_objext
21222 if { (ac_try="$ac_compile"
21223 case "(($ac_try" in
21224   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21225   *) ac_try_echo=$ac_try;;
21226 esac
21227 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21228 $as_echo "$ac_try_echo") >&5
21229   (eval "$ac_compile") 2>conftest.er1
21230   ac_status=$?
21231   grep -v '^ *+' conftest.er1 >conftest.err
21232   rm -f conftest.er1
21233   cat conftest.err >&5
21234   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21235   (exit $ac_status); } && {
21236          test -z "$ac_c_werror_flag" ||
21237          test ! -s conftest.err
21238        } && test -s conftest.$ac_objext; then
21239   ac_cv_member_struct_statfs_f_bfree=yes
21240 else
21241   $as_echo "$as_me: failed program was:" >&5
21242 sed 's/^/| /' conftest.$ac_ext >&5
21243
21244         ac_cv_member_struct_statfs_f_bfree=no
21245 fi
21246
21247 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21248 fi
21249
21250 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21251 fi
21252 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21253 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21254 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21255
21256 cat >>confdefs.h <<_ACEOF
21257 #define HAVE_STRUCT_STATFS_F_BFREE 1
21258 _ACEOF
21259
21260
21261 fi
21262 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21263 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21264 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21265   $as_echo_n "(cached) " >&6
21266 else
21267   cat >conftest.$ac_ext <<_ACEOF
21268 /* confdefs.h.  */
21269 _ACEOF
21270 cat confdefs.h >>conftest.$ac_ext
21271 cat >>conftest.$ac_ext <<_ACEOF
21272 /* end confdefs.h.  */
21273 #include <sys/types.h>
21274 #ifdef HAVE_SYS_PARAM_H
21275 # include <sys/param.h>
21276 #endif
21277 #ifdef HAVE_SYS_MOUNT_H
21278 # include <sys/mount.h>
21279 #endif
21280 #ifdef HAVE_SYS_VFS_H
21281 # include <sys/vfs.h>
21282 #endif
21283 #ifdef HAVE_SYS_STATFS_H
21284 # include <sys/statfs.h>
21285 #endif
21286
21287 int
21288 main ()
21289 {
21290 static struct statfs ac_aggr;
21291 if (ac_aggr.f_bavail)
21292 return 0;
21293   ;
21294   return 0;
21295 }
21296 _ACEOF
21297 rm -f conftest.$ac_objext
21298 if { (ac_try="$ac_compile"
21299 case "(($ac_try" in
21300   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21301   *) ac_try_echo=$ac_try;;
21302 esac
21303 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21304 $as_echo "$ac_try_echo") >&5
21305   (eval "$ac_compile") 2>conftest.er1
21306   ac_status=$?
21307   grep -v '^ *+' conftest.er1 >conftest.err
21308   rm -f conftest.er1
21309   cat conftest.err >&5
21310   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21311   (exit $ac_status); } && {
21312          test -z "$ac_c_werror_flag" ||
21313          test ! -s conftest.err
21314        } && test -s conftest.$ac_objext; then
21315   ac_cv_member_struct_statfs_f_bavail=yes
21316 else
21317   $as_echo "$as_me: failed program was:" >&5
21318 sed 's/^/| /' conftest.$ac_ext >&5
21319
21320         cat >conftest.$ac_ext <<_ACEOF
21321 /* confdefs.h.  */
21322 _ACEOF
21323 cat confdefs.h >>conftest.$ac_ext
21324 cat >>conftest.$ac_ext <<_ACEOF
21325 /* end confdefs.h.  */
21326 #include <sys/types.h>
21327 #ifdef HAVE_SYS_PARAM_H
21328 # include <sys/param.h>
21329 #endif
21330 #ifdef HAVE_SYS_MOUNT_H
21331 # include <sys/mount.h>
21332 #endif
21333 #ifdef HAVE_SYS_VFS_H
21334 # include <sys/vfs.h>
21335 #endif
21336 #ifdef HAVE_SYS_STATFS_H
21337 # include <sys/statfs.h>
21338 #endif
21339
21340 int
21341 main ()
21342 {
21343 static struct statfs ac_aggr;
21344 if (sizeof ac_aggr.f_bavail)
21345 return 0;
21346   ;
21347   return 0;
21348 }
21349 _ACEOF
21350 rm -f conftest.$ac_objext
21351 if { (ac_try="$ac_compile"
21352 case "(($ac_try" in
21353   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21354   *) ac_try_echo=$ac_try;;
21355 esac
21356 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21357 $as_echo "$ac_try_echo") >&5
21358   (eval "$ac_compile") 2>conftest.er1
21359   ac_status=$?
21360   grep -v '^ *+' conftest.er1 >conftest.err
21361   rm -f conftest.er1
21362   cat conftest.err >&5
21363   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21364   (exit $ac_status); } && {
21365          test -z "$ac_c_werror_flag" ||
21366          test ! -s conftest.err
21367        } && test -s conftest.$ac_objext; then
21368   ac_cv_member_struct_statfs_f_bavail=yes
21369 else
21370   $as_echo "$as_me: failed program was:" >&5
21371 sed 's/^/| /' conftest.$ac_ext >&5
21372
21373         ac_cv_member_struct_statfs_f_bavail=no
21374 fi
21375
21376 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21377 fi
21378
21379 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21380 fi
21381 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21382 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21383 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21384
21385 cat >>confdefs.h <<_ACEOF
21386 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21387 _ACEOF
21388
21389
21390 fi
21391 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21392 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21393 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21394   $as_echo_n "(cached) " >&6
21395 else
21396   cat >conftest.$ac_ext <<_ACEOF
21397 /* confdefs.h.  */
21398 _ACEOF
21399 cat confdefs.h >>conftest.$ac_ext
21400 cat >>conftest.$ac_ext <<_ACEOF
21401 /* end confdefs.h.  */
21402 #include <sys/types.h>
21403 #ifdef HAVE_SYS_PARAM_H
21404 # include <sys/param.h>
21405 #endif
21406 #ifdef HAVE_SYS_MOUNT_H
21407 # include <sys/mount.h>
21408 #endif
21409 #ifdef HAVE_SYS_VFS_H
21410 # include <sys/vfs.h>
21411 #endif
21412 #ifdef HAVE_SYS_STATFS_H
21413 # include <sys/statfs.h>
21414 #endif
21415
21416 int
21417 main ()
21418 {
21419 static struct statfs ac_aggr;
21420 if (ac_aggr.f_frsize)
21421 return 0;
21422   ;
21423   return 0;
21424 }
21425 _ACEOF
21426 rm -f conftest.$ac_objext
21427 if { (ac_try="$ac_compile"
21428 case "(($ac_try" in
21429   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21430   *) ac_try_echo=$ac_try;;
21431 esac
21432 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21433 $as_echo "$ac_try_echo") >&5
21434   (eval "$ac_compile") 2>conftest.er1
21435   ac_status=$?
21436   grep -v '^ *+' conftest.er1 >conftest.err
21437   rm -f conftest.er1
21438   cat conftest.err >&5
21439   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21440   (exit $ac_status); } && {
21441          test -z "$ac_c_werror_flag" ||
21442          test ! -s conftest.err
21443        } && test -s conftest.$ac_objext; then
21444   ac_cv_member_struct_statfs_f_frsize=yes
21445 else
21446   $as_echo "$as_me: failed program was:" >&5
21447 sed 's/^/| /' conftest.$ac_ext >&5
21448
21449         cat >conftest.$ac_ext <<_ACEOF
21450 /* confdefs.h.  */
21451 _ACEOF
21452 cat confdefs.h >>conftest.$ac_ext
21453 cat >>conftest.$ac_ext <<_ACEOF
21454 /* end confdefs.h.  */
21455 #include <sys/types.h>
21456 #ifdef HAVE_SYS_PARAM_H
21457 # include <sys/param.h>
21458 #endif
21459 #ifdef HAVE_SYS_MOUNT_H
21460 # include <sys/mount.h>
21461 #endif
21462 #ifdef HAVE_SYS_VFS_H
21463 # include <sys/vfs.h>
21464 #endif
21465 #ifdef HAVE_SYS_STATFS_H
21466 # include <sys/statfs.h>
21467 #endif
21468
21469 int
21470 main ()
21471 {
21472 static struct statfs ac_aggr;
21473 if (sizeof ac_aggr.f_frsize)
21474 return 0;
21475   ;
21476   return 0;
21477 }
21478 _ACEOF
21479 rm -f conftest.$ac_objext
21480 if { (ac_try="$ac_compile"
21481 case "(($ac_try" in
21482   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21483   *) ac_try_echo=$ac_try;;
21484 esac
21485 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21486 $as_echo "$ac_try_echo") >&5
21487   (eval "$ac_compile") 2>conftest.er1
21488   ac_status=$?
21489   grep -v '^ *+' conftest.er1 >conftest.err
21490   rm -f conftest.er1
21491   cat conftest.err >&5
21492   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21493   (exit $ac_status); } && {
21494          test -z "$ac_c_werror_flag" ||
21495          test ! -s conftest.err
21496        } && test -s conftest.$ac_objext; then
21497   ac_cv_member_struct_statfs_f_frsize=yes
21498 else
21499   $as_echo "$as_me: failed program was:" >&5
21500 sed 's/^/| /' conftest.$ac_ext >&5
21501
21502         ac_cv_member_struct_statfs_f_frsize=no
21503 fi
21504
21505 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21506 fi
21507
21508 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21509 fi
21510 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21511 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21512 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21513
21514 cat >>confdefs.h <<_ACEOF
21515 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21516 _ACEOF
21517
21518
21519 fi
21520 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21521 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21522 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21523   $as_echo_n "(cached) " >&6
21524 else
21525   cat >conftest.$ac_ext <<_ACEOF
21526 /* confdefs.h.  */
21527 _ACEOF
21528 cat confdefs.h >>conftest.$ac_ext
21529 cat >>conftest.$ac_ext <<_ACEOF
21530 /* end confdefs.h.  */
21531 #include <sys/types.h>
21532 #ifdef HAVE_SYS_PARAM_H
21533 # include <sys/param.h>
21534 #endif
21535 #ifdef HAVE_SYS_MOUNT_H
21536 # include <sys/mount.h>
21537 #endif
21538 #ifdef HAVE_SYS_VFS_H
21539 # include <sys/vfs.h>
21540 #endif
21541 #ifdef HAVE_SYS_STATFS_H
21542 # include <sys/statfs.h>
21543 #endif
21544
21545 int
21546 main ()
21547 {
21548 static struct statfs ac_aggr;
21549 if (ac_aggr.f_ffree)
21550 return 0;
21551   ;
21552   return 0;
21553 }
21554 _ACEOF
21555 rm -f conftest.$ac_objext
21556 if { (ac_try="$ac_compile"
21557 case "(($ac_try" in
21558   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21559   *) ac_try_echo=$ac_try;;
21560 esac
21561 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21562 $as_echo "$ac_try_echo") >&5
21563   (eval "$ac_compile") 2>conftest.er1
21564   ac_status=$?
21565   grep -v '^ *+' conftest.er1 >conftest.err
21566   rm -f conftest.er1
21567   cat conftest.err >&5
21568   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21569   (exit $ac_status); } && {
21570          test -z "$ac_c_werror_flag" ||
21571          test ! -s conftest.err
21572        } && test -s conftest.$ac_objext; then
21573   ac_cv_member_struct_statfs_f_ffree=yes
21574 else
21575   $as_echo "$as_me: failed program was:" >&5
21576 sed 's/^/| /' conftest.$ac_ext >&5
21577
21578         cat >conftest.$ac_ext <<_ACEOF
21579 /* confdefs.h.  */
21580 _ACEOF
21581 cat confdefs.h >>conftest.$ac_ext
21582 cat >>conftest.$ac_ext <<_ACEOF
21583 /* end confdefs.h.  */
21584 #include <sys/types.h>
21585 #ifdef HAVE_SYS_PARAM_H
21586 # include <sys/param.h>
21587 #endif
21588 #ifdef HAVE_SYS_MOUNT_H
21589 # include <sys/mount.h>
21590 #endif
21591 #ifdef HAVE_SYS_VFS_H
21592 # include <sys/vfs.h>
21593 #endif
21594 #ifdef HAVE_SYS_STATFS_H
21595 # include <sys/statfs.h>
21596 #endif
21597
21598 int
21599 main ()
21600 {
21601 static struct statfs ac_aggr;
21602 if (sizeof ac_aggr.f_ffree)
21603 return 0;
21604   ;
21605   return 0;
21606 }
21607 _ACEOF
21608 rm -f conftest.$ac_objext
21609 if { (ac_try="$ac_compile"
21610 case "(($ac_try" in
21611   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21612   *) ac_try_echo=$ac_try;;
21613 esac
21614 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21615 $as_echo "$ac_try_echo") >&5
21616   (eval "$ac_compile") 2>conftest.er1
21617   ac_status=$?
21618   grep -v '^ *+' conftest.er1 >conftest.err
21619   rm -f conftest.er1
21620   cat conftest.err >&5
21621   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21622   (exit $ac_status); } && {
21623          test -z "$ac_c_werror_flag" ||
21624          test ! -s conftest.err
21625        } && test -s conftest.$ac_objext; then
21626   ac_cv_member_struct_statfs_f_ffree=yes
21627 else
21628   $as_echo "$as_me: failed program was:" >&5
21629 sed 's/^/| /' conftest.$ac_ext >&5
21630
21631         ac_cv_member_struct_statfs_f_ffree=no
21632 fi
21633
21634 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21635 fi
21636
21637 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21638 fi
21639 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21640 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21641 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21642
21643 cat >>confdefs.h <<_ACEOF
21644 #define HAVE_STRUCT_STATFS_F_FFREE 1
21645 _ACEOF
21646
21647
21648 fi
21649 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21650 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21651 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21652   $as_echo_n "(cached) " >&6
21653 else
21654   cat >conftest.$ac_ext <<_ACEOF
21655 /* confdefs.h.  */
21656 _ACEOF
21657 cat confdefs.h >>conftest.$ac_ext
21658 cat >>conftest.$ac_ext <<_ACEOF
21659 /* end confdefs.h.  */
21660 #include <sys/types.h>
21661 #ifdef HAVE_SYS_PARAM_H
21662 # include <sys/param.h>
21663 #endif
21664 #ifdef HAVE_SYS_MOUNT_H
21665 # include <sys/mount.h>
21666 #endif
21667 #ifdef HAVE_SYS_VFS_H
21668 # include <sys/vfs.h>
21669 #endif
21670 #ifdef HAVE_SYS_STATFS_H
21671 # include <sys/statfs.h>
21672 #endif
21673
21674 int
21675 main ()
21676 {
21677 static struct statfs ac_aggr;
21678 if (ac_aggr.f_favail)
21679 return 0;
21680   ;
21681   return 0;
21682 }
21683 _ACEOF
21684 rm -f conftest.$ac_objext
21685 if { (ac_try="$ac_compile"
21686 case "(($ac_try" in
21687   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21688   *) ac_try_echo=$ac_try;;
21689 esac
21690 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21691 $as_echo "$ac_try_echo") >&5
21692   (eval "$ac_compile") 2>conftest.er1
21693   ac_status=$?
21694   grep -v '^ *+' conftest.er1 >conftest.err
21695   rm -f conftest.er1
21696   cat conftest.err >&5
21697   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21698   (exit $ac_status); } && {
21699          test -z "$ac_c_werror_flag" ||
21700          test ! -s conftest.err
21701        } && test -s conftest.$ac_objext; then
21702   ac_cv_member_struct_statfs_f_favail=yes
21703 else
21704   $as_echo "$as_me: failed program was:" >&5
21705 sed 's/^/| /' conftest.$ac_ext >&5
21706
21707         cat >conftest.$ac_ext <<_ACEOF
21708 /* confdefs.h.  */
21709 _ACEOF
21710 cat confdefs.h >>conftest.$ac_ext
21711 cat >>conftest.$ac_ext <<_ACEOF
21712 /* end confdefs.h.  */
21713 #include <sys/types.h>
21714 #ifdef HAVE_SYS_PARAM_H
21715 # include <sys/param.h>
21716 #endif
21717 #ifdef HAVE_SYS_MOUNT_H
21718 # include <sys/mount.h>
21719 #endif
21720 #ifdef HAVE_SYS_VFS_H
21721 # include <sys/vfs.h>
21722 #endif
21723 #ifdef HAVE_SYS_STATFS_H
21724 # include <sys/statfs.h>
21725 #endif
21726
21727 int
21728 main ()
21729 {
21730 static struct statfs ac_aggr;
21731 if (sizeof ac_aggr.f_favail)
21732 return 0;
21733   ;
21734   return 0;
21735 }
21736 _ACEOF
21737 rm -f conftest.$ac_objext
21738 if { (ac_try="$ac_compile"
21739 case "(($ac_try" in
21740   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21741   *) ac_try_echo=$ac_try;;
21742 esac
21743 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21744 $as_echo "$ac_try_echo") >&5
21745   (eval "$ac_compile") 2>conftest.er1
21746   ac_status=$?
21747   grep -v '^ *+' conftest.er1 >conftest.err
21748   rm -f conftest.er1
21749   cat conftest.err >&5
21750   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21751   (exit $ac_status); } && {
21752          test -z "$ac_c_werror_flag" ||
21753          test ! -s conftest.err
21754        } && test -s conftest.$ac_objext; then
21755   ac_cv_member_struct_statfs_f_favail=yes
21756 else
21757   $as_echo "$as_me: failed program was:" >&5
21758 sed 's/^/| /' conftest.$ac_ext >&5
21759
21760         ac_cv_member_struct_statfs_f_favail=no
21761 fi
21762
21763 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21764 fi
21765
21766 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21767 fi
21768 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21769 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21770 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21771
21772 cat >>confdefs.h <<_ACEOF
21773 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21774 _ACEOF
21775
21776
21777 fi
21778 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21779 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21780 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21781   $as_echo_n "(cached) " >&6
21782 else
21783   cat >conftest.$ac_ext <<_ACEOF
21784 /* confdefs.h.  */
21785 _ACEOF
21786 cat confdefs.h >>conftest.$ac_ext
21787 cat >>conftest.$ac_ext <<_ACEOF
21788 /* end confdefs.h.  */
21789 #include <sys/types.h>
21790 #ifdef HAVE_SYS_PARAM_H
21791 # include <sys/param.h>
21792 #endif
21793 #ifdef HAVE_SYS_MOUNT_H
21794 # include <sys/mount.h>
21795 #endif
21796 #ifdef HAVE_SYS_VFS_H
21797 # include <sys/vfs.h>
21798 #endif
21799 #ifdef HAVE_SYS_STATFS_H
21800 # include <sys/statfs.h>
21801 #endif
21802
21803 int
21804 main ()
21805 {
21806 static struct statfs ac_aggr;
21807 if (ac_aggr.f_namelen)
21808 return 0;
21809   ;
21810   return 0;
21811 }
21812 _ACEOF
21813 rm -f conftest.$ac_objext
21814 if { (ac_try="$ac_compile"
21815 case "(($ac_try" in
21816   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21817   *) ac_try_echo=$ac_try;;
21818 esac
21819 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21820 $as_echo "$ac_try_echo") >&5
21821   (eval "$ac_compile") 2>conftest.er1
21822   ac_status=$?
21823   grep -v '^ *+' conftest.er1 >conftest.err
21824   rm -f conftest.er1
21825   cat conftest.err >&5
21826   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21827   (exit $ac_status); } && {
21828          test -z "$ac_c_werror_flag" ||
21829          test ! -s conftest.err
21830        } && test -s conftest.$ac_objext; then
21831   ac_cv_member_struct_statfs_f_namelen=yes
21832 else
21833   $as_echo "$as_me: failed program was:" >&5
21834 sed 's/^/| /' conftest.$ac_ext >&5
21835
21836         cat >conftest.$ac_ext <<_ACEOF
21837 /* confdefs.h.  */
21838 _ACEOF
21839 cat confdefs.h >>conftest.$ac_ext
21840 cat >>conftest.$ac_ext <<_ACEOF
21841 /* end confdefs.h.  */
21842 #include <sys/types.h>
21843 #ifdef HAVE_SYS_PARAM_H
21844 # include <sys/param.h>
21845 #endif
21846 #ifdef HAVE_SYS_MOUNT_H
21847 # include <sys/mount.h>
21848 #endif
21849 #ifdef HAVE_SYS_VFS_H
21850 # include <sys/vfs.h>
21851 #endif
21852 #ifdef HAVE_SYS_STATFS_H
21853 # include <sys/statfs.h>
21854 #endif
21855
21856 int
21857 main ()
21858 {
21859 static struct statfs ac_aggr;
21860 if (sizeof ac_aggr.f_namelen)
21861 return 0;
21862   ;
21863   return 0;
21864 }
21865 _ACEOF
21866 rm -f conftest.$ac_objext
21867 if { (ac_try="$ac_compile"
21868 case "(($ac_try" in
21869   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21870   *) ac_try_echo=$ac_try;;
21871 esac
21872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21873 $as_echo "$ac_try_echo") >&5
21874   (eval "$ac_compile") 2>conftest.er1
21875   ac_status=$?
21876   grep -v '^ *+' conftest.er1 >conftest.err
21877   rm -f conftest.er1
21878   cat conftest.err >&5
21879   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21880   (exit $ac_status); } && {
21881          test -z "$ac_c_werror_flag" ||
21882          test ! -s conftest.err
21883        } && test -s conftest.$ac_objext; then
21884   ac_cv_member_struct_statfs_f_namelen=yes
21885 else
21886   $as_echo "$as_me: failed program was:" >&5
21887 sed 's/^/| /' conftest.$ac_ext >&5
21888
21889         ac_cv_member_struct_statfs_f_namelen=no
21890 fi
21891
21892 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21893 fi
21894
21895 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21896 fi
21897 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21898 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21899 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21900
21901 cat >>confdefs.h <<_ACEOF
21902 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21903 _ACEOF
21904
21905
21906 fi
21907
21908
21909 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21910 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21911 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21912   $as_echo_n "(cached) " >&6
21913 else
21914   cat >conftest.$ac_ext <<_ACEOF
21915 /* confdefs.h.  */
21916 _ACEOF
21917 cat confdefs.h >>conftest.$ac_ext
21918 cat >>conftest.$ac_ext <<_ACEOF
21919 /* end confdefs.h.  */
21920 #ifdef HAVE_SYS_STATVFS_H
21921 #include <sys/statvfs.h>
21922 #endif
21923
21924 int
21925 main ()
21926 {
21927 static struct statvfs ac_aggr;
21928 if (ac_aggr.f_blocks)
21929 return 0;
21930   ;
21931   return 0;
21932 }
21933 _ACEOF
21934 rm -f conftest.$ac_objext
21935 if { (ac_try="$ac_compile"
21936 case "(($ac_try" in
21937   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21938   *) ac_try_echo=$ac_try;;
21939 esac
21940 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21941 $as_echo "$ac_try_echo") >&5
21942   (eval "$ac_compile") 2>conftest.er1
21943   ac_status=$?
21944   grep -v '^ *+' conftest.er1 >conftest.err
21945   rm -f conftest.er1
21946   cat conftest.err >&5
21947   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21948   (exit $ac_status); } && {
21949          test -z "$ac_c_werror_flag" ||
21950          test ! -s conftest.err
21951        } && test -s conftest.$ac_objext; then
21952   ac_cv_member_struct_statvfs_f_blocks=yes
21953 else
21954   $as_echo "$as_me: failed program was:" >&5
21955 sed 's/^/| /' conftest.$ac_ext >&5
21956
21957         cat >conftest.$ac_ext <<_ACEOF
21958 /* confdefs.h.  */
21959 _ACEOF
21960 cat confdefs.h >>conftest.$ac_ext
21961 cat >>conftest.$ac_ext <<_ACEOF
21962 /* end confdefs.h.  */
21963 #ifdef HAVE_SYS_STATVFS_H
21964 #include <sys/statvfs.h>
21965 #endif
21966
21967 int
21968 main ()
21969 {
21970 static struct statvfs ac_aggr;
21971 if (sizeof ac_aggr.f_blocks)
21972 return 0;
21973   ;
21974   return 0;
21975 }
21976 _ACEOF
21977 rm -f conftest.$ac_objext
21978 if { (ac_try="$ac_compile"
21979 case "(($ac_try" in
21980   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21981   *) ac_try_echo=$ac_try;;
21982 esac
21983 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21984 $as_echo "$ac_try_echo") >&5
21985   (eval "$ac_compile") 2>conftest.er1
21986   ac_status=$?
21987   grep -v '^ *+' conftest.er1 >conftest.err
21988   rm -f conftest.er1
21989   cat conftest.err >&5
21990   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21991   (exit $ac_status); } && {
21992          test -z "$ac_c_werror_flag" ||
21993          test ! -s conftest.err
21994        } && test -s conftest.$ac_objext; then
21995   ac_cv_member_struct_statvfs_f_blocks=yes
21996 else
21997   $as_echo "$as_me: failed program was:" >&5
21998 sed 's/^/| /' conftest.$ac_ext >&5
21999
22000         ac_cv_member_struct_statvfs_f_blocks=no
22001 fi
22002
22003 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22004 fi
22005
22006 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22007 fi
22008 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
22009 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
22010 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
22011
22012 cat >>confdefs.h <<_ACEOF
22013 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
22014 _ACEOF
22015
22016
22017 fi
22018
22019
22020 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
22021 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
22022 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
22023   $as_echo_n "(cached) " >&6
22024 else
22025   cat >conftest.$ac_ext <<_ACEOF
22026 /* confdefs.h.  */
22027 _ACEOF
22028 cat confdefs.h >>conftest.$ac_ext
22029 cat >>conftest.$ac_ext <<_ACEOF
22030 /* end confdefs.h.  */
22031 #include <sys/types.h>
22032 #ifdef HAVE_SYS_SOCKET_H
22033 # include <sys/socket.h>
22034 #endif
22035 #ifdef HAVE_SYS_UN_H
22036 # include <sys/un.h>
22037 #endif
22038
22039 int
22040 main ()
22041 {
22042 static struct msghdr ac_aggr;
22043 if (ac_aggr.msg_accrights)
22044 return 0;
22045   ;
22046   return 0;
22047 }
22048 _ACEOF
22049 rm -f conftest.$ac_objext
22050 if { (ac_try="$ac_compile"
22051 case "(($ac_try" in
22052   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22053   *) ac_try_echo=$ac_try;;
22054 esac
22055 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22056 $as_echo "$ac_try_echo") >&5
22057   (eval "$ac_compile") 2>conftest.er1
22058   ac_status=$?
22059   grep -v '^ *+' conftest.er1 >conftest.err
22060   rm -f conftest.er1
22061   cat conftest.err >&5
22062   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22063   (exit $ac_status); } && {
22064          test -z "$ac_c_werror_flag" ||
22065          test ! -s conftest.err
22066        } && test -s conftest.$ac_objext; then
22067   ac_cv_member_struct_msghdr_msg_accrights=yes
22068 else
22069   $as_echo "$as_me: failed program was:" >&5
22070 sed 's/^/| /' conftest.$ac_ext >&5
22071
22072         cat >conftest.$ac_ext <<_ACEOF
22073 /* confdefs.h.  */
22074 _ACEOF
22075 cat confdefs.h >>conftest.$ac_ext
22076 cat >>conftest.$ac_ext <<_ACEOF
22077 /* end confdefs.h.  */
22078 #include <sys/types.h>
22079 #ifdef HAVE_SYS_SOCKET_H
22080 # include <sys/socket.h>
22081 #endif
22082 #ifdef HAVE_SYS_UN_H
22083 # include <sys/un.h>
22084 #endif
22085
22086 int
22087 main ()
22088 {
22089 static struct msghdr ac_aggr;
22090 if (sizeof ac_aggr.msg_accrights)
22091 return 0;
22092   ;
22093   return 0;
22094 }
22095 _ACEOF
22096 rm -f conftest.$ac_objext
22097 if { (ac_try="$ac_compile"
22098 case "(($ac_try" in
22099   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22100   *) ac_try_echo=$ac_try;;
22101 esac
22102 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22103 $as_echo "$ac_try_echo") >&5
22104   (eval "$ac_compile") 2>conftest.er1
22105   ac_status=$?
22106   grep -v '^ *+' conftest.er1 >conftest.err
22107   rm -f conftest.er1
22108   cat conftest.err >&5
22109   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22110   (exit $ac_status); } && {
22111          test -z "$ac_c_werror_flag" ||
22112          test ! -s conftest.err
22113        } && test -s conftest.$ac_objext; then
22114   ac_cv_member_struct_msghdr_msg_accrights=yes
22115 else
22116   $as_echo "$as_me: failed program was:" >&5
22117 sed 's/^/| /' conftest.$ac_ext >&5
22118
22119         ac_cv_member_struct_msghdr_msg_accrights=no
22120 fi
22121
22122 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22123 fi
22124
22125 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22126 fi
22127 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
22128 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
22129 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
22130
22131 cat >>confdefs.h <<_ACEOF
22132 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
22133 _ACEOF
22134
22135
22136 fi
22137 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
22138 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
22139 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
22140   $as_echo_n "(cached) " >&6
22141 else
22142   cat >conftest.$ac_ext <<_ACEOF
22143 /* confdefs.h.  */
22144 _ACEOF
22145 cat confdefs.h >>conftest.$ac_ext
22146 cat >>conftest.$ac_ext <<_ACEOF
22147 /* end confdefs.h.  */
22148 #include <sys/types.h>
22149 #ifdef HAVE_SYS_SOCKET_H
22150 # include <sys/socket.h>
22151 #endif
22152 #ifdef HAVE_SYS_UN_H
22153 # include <sys/un.h>
22154 #endif
22155
22156 int
22157 main ()
22158 {
22159 static struct sockaddr ac_aggr;
22160 if (ac_aggr.sa_len)
22161 return 0;
22162   ;
22163   return 0;
22164 }
22165 _ACEOF
22166 rm -f conftest.$ac_objext
22167 if { (ac_try="$ac_compile"
22168 case "(($ac_try" in
22169   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22170   *) ac_try_echo=$ac_try;;
22171 esac
22172 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22173 $as_echo "$ac_try_echo") >&5
22174   (eval "$ac_compile") 2>conftest.er1
22175   ac_status=$?
22176   grep -v '^ *+' conftest.er1 >conftest.err
22177   rm -f conftest.er1
22178   cat conftest.err >&5
22179   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22180   (exit $ac_status); } && {
22181          test -z "$ac_c_werror_flag" ||
22182          test ! -s conftest.err
22183        } && test -s conftest.$ac_objext; then
22184   ac_cv_member_struct_sockaddr_sa_len=yes
22185 else
22186   $as_echo "$as_me: failed program was:" >&5
22187 sed 's/^/| /' conftest.$ac_ext >&5
22188
22189         cat >conftest.$ac_ext <<_ACEOF
22190 /* confdefs.h.  */
22191 _ACEOF
22192 cat confdefs.h >>conftest.$ac_ext
22193 cat >>conftest.$ac_ext <<_ACEOF
22194 /* end confdefs.h.  */
22195 #include <sys/types.h>
22196 #ifdef HAVE_SYS_SOCKET_H
22197 # include <sys/socket.h>
22198 #endif
22199 #ifdef HAVE_SYS_UN_H
22200 # include <sys/un.h>
22201 #endif
22202
22203 int
22204 main ()
22205 {
22206 static struct sockaddr ac_aggr;
22207 if (sizeof ac_aggr.sa_len)
22208 return 0;
22209   ;
22210   return 0;
22211 }
22212 _ACEOF
22213 rm -f conftest.$ac_objext
22214 if { (ac_try="$ac_compile"
22215 case "(($ac_try" in
22216   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22217   *) ac_try_echo=$ac_try;;
22218 esac
22219 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22220 $as_echo "$ac_try_echo") >&5
22221   (eval "$ac_compile") 2>conftest.er1
22222   ac_status=$?
22223   grep -v '^ *+' conftest.er1 >conftest.err
22224   rm -f conftest.er1
22225   cat conftest.err >&5
22226   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22227   (exit $ac_status); } && {
22228          test -z "$ac_c_werror_flag" ||
22229          test ! -s conftest.err
22230        } && test -s conftest.$ac_objext; then
22231   ac_cv_member_struct_sockaddr_sa_len=yes
22232 else
22233   $as_echo "$as_me: failed program was:" >&5
22234 sed 's/^/| /' conftest.$ac_ext >&5
22235
22236         ac_cv_member_struct_sockaddr_sa_len=no
22237 fi
22238
22239 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22240 fi
22241
22242 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22243 fi
22244 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22245 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22246 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22247
22248 cat >>confdefs.h <<_ACEOF
22249 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22250 _ACEOF
22251
22252
22253 fi
22254 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22255 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22256 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22257   $as_echo_n "(cached) " >&6
22258 else
22259   cat >conftest.$ac_ext <<_ACEOF
22260 /* confdefs.h.  */
22261 _ACEOF
22262 cat confdefs.h >>conftest.$ac_ext
22263 cat >>conftest.$ac_ext <<_ACEOF
22264 /* end confdefs.h.  */
22265 #include <sys/types.h>
22266 #ifdef HAVE_SYS_SOCKET_H
22267 # include <sys/socket.h>
22268 #endif
22269 #ifdef HAVE_SYS_UN_H
22270 # include <sys/un.h>
22271 #endif
22272
22273 int
22274 main ()
22275 {
22276 static struct sockaddr_un ac_aggr;
22277 if (ac_aggr.sun_len)
22278 return 0;
22279   ;
22280   return 0;
22281 }
22282 _ACEOF
22283 rm -f conftest.$ac_objext
22284 if { (ac_try="$ac_compile"
22285 case "(($ac_try" in
22286   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22287   *) ac_try_echo=$ac_try;;
22288 esac
22289 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22290 $as_echo "$ac_try_echo") >&5
22291   (eval "$ac_compile") 2>conftest.er1
22292   ac_status=$?
22293   grep -v '^ *+' conftest.er1 >conftest.err
22294   rm -f conftest.er1
22295   cat conftest.err >&5
22296   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22297   (exit $ac_status); } && {
22298          test -z "$ac_c_werror_flag" ||
22299          test ! -s conftest.err
22300        } && test -s conftest.$ac_objext; then
22301   ac_cv_member_struct_sockaddr_un_sun_len=yes
22302 else
22303   $as_echo "$as_me: failed program was:" >&5
22304 sed 's/^/| /' conftest.$ac_ext >&5
22305
22306         cat >conftest.$ac_ext <<_ACEOF
22307 /* confdefs.h.  */
22308 _ACEOF
22309 cat confdefs.h >>conftest.$ac_ext
22310 cat >>conftest.$ac_ext <<_ACEOF
22311 /* end confdefs.h.  */
22312 #include <sys/types.h>
22313 #ifdef HAVE_SYS_SOCKET_H
22314 # include <sys/socket.h>
22315 #endif
22316 #ifdef HAVE_SYS_UN_H
22317 # include <sys/un.h>
22318 #endif
22319
22320 int
22321 main ()
22322 {
22323 static struct sockaddr_un ac_aggr;
22324 if (sizeof ac_aggr.sun_len)
22325 return 0;
22326   ;
22327   return 0;
22328 }
22329 _ACEOF
22330 rm -f conftest.$ac_objext
22331 if { (ac_try="$ac_compile"
22332 case "(($ac_try" in
22333   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22334   *) ac_try_echo=$ac_try;;
22335 esac
22336 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22337 $as_echo "$ac_try_echo") >&5
22338   (eval "$ac_compile") 2>conftest.er1
22339   ac_status=$?
22340   grep -v '^ *+' conftest.er1 >conftest.err
22341   rm -f conftest.er1
22342   cat conftest.err >&5
22343   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22344   (exit $ac_status); } && {
22345          test -z "$ac_c_werror_flag" ||
22346          test ! -s conftest.err
22347        } && test -s conftest.$ac_objext; then
22348   ac_cv_member_struct_sockaddr_un_sun_len=yes
22349 else
22350   $as_echo "$as_me: failed program was:" >&5
22351 sed 's/^/| /' conftest.$ac_ext >&5
22352
22353         ac_cv_member_struct_sockaddr_un_sun_len=no
22354 fi
22355
22356 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22357 fi
22358
22359 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22360 fi
22361 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22362 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22363 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22364
22365 cat >>confdefs.h <<_ACEOF
22366 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22367 _ACEOF
22368
22369
22370 fi
22371
22372
22373 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22374 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22375 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22376   $as_echo_n "(cached) " >&6
22377 else
22378   cat >conftest.$ac_ext <<_ACEOF
22379 /* confdefs.h.  */
22380 _ACEOF
22381 cat confdefs.h >>conftest.$ac_ext
22382 cat >>conftest.$ac_ext <<_ACEOF
22383 /* end confdefs.h.  */
22384 #include <sys/types.h>
22385 #ifdef HAVE_SCSI_SG_H
22386 #include <scsi/sg.h>
22387 #endif
22388
22389 int
22390 main ()
22391 {
22392 static scsireq_t ac_aggr;
22393 if (ac_aggr.cmd)
22394 return 0;
22395   ;
22396   return 0;
22397 }
22398 _ACEOF
22399 rm -f conftest.$ac_objext
22400 if { (ac_try="$ac_compile"
22401 case "(($ac_try" in
22402   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22403   *) ac_try_echo=$ac_try;;
22404 esac
22405 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22406 $as_echo "$ac_try_echo") >&5
22407   (eval "$ac_compile") 2>conftest.er1
22408   ac_status=$?
22409   grep -v '^ *+' conftest.er1 >conftest.err
22410   rm -f conftest.er1
22411   cat conftest.err >&5
22412   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22413   (exit $ac_status); } && {
22414          test -z "$ac_c_werror_flag" ||
22415          test ! -s conftest.err
22416        } && test -s conftest.$ac_objext; then
22417   ac_cv_member_scsireq_t_cmd=yes
22418 else
22419   $as_echo "$as_me: failed program was:" >&5
22420 sed 's/^/| /' conftest.$ac_ext >&5
22421
22422         cat >conftest.$ac_ext <<_ACEOF
22423 /* confdefs.h.  */
22424 _ACEOF
22425 cat confdefs.h >>conftest.$ac_ext
22426 cat >>conftest.$ac_ext <<_ACEOF
22427 /* end confdefs.h.  */
22428 #include <sys/types.h>
22429 #ifdef HAVE_SCSI_SG_H
22430 #include <scsi/sg.h>
22431 #endif
22432
22433 int
22434 main ()
22435 {
22436 static scsireq_t ac_aggr;
22437 if (sizeof ac_aggr.cmd)
22438 return 0;
22439   ;
22440   return 0;
22441 }
22442 _ACEOF
22443 rm -f conftest.$ac_objext
22444 if { (ac_try="$ac_compile"
22445 case "(($ac_try" in
22446   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22447   *) ac_try_echo=$ac_try;;
22448 esac
22449 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22450 $as_echo "$ac_try_echo") >&5
22451   (eval "$ac_compile") 2>conftest.er1
22452   ac_status=$?
22453   grep -v '^ *+' conftest.er1 >conftest.err
22454   rm -f conftest.er1
22455   cat conftest.err >&5
22456   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22457   (exit $ac_status); } && {
22458          test -z "$ac_c_werror_flag" ||
22459          test ! -s conftest.err
22460        } && test -s conftest.$ac_objext; then
22461   ac_cv_member_scsireq_t_cmd=yes
22462 else
22463   $as_echo "$as_me: failed program was:" >&5
22464 sed 's/^/| /' conftest.$ac_ext >&5
22465
22466         ac_cv_member_scsireq_t_cmd=no
22467 fi
22468
22469 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22470 fi
22471
22472 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22473 fi
22474 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22475 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22476 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22477
22478 cat >>confdefs.h <<_ACEOF
22479 #define HAVE_SCSIREQ_T_CMD 1
22480 _ACEOF
22481
22482
22483 fi
22484 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22485 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22486 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22487   $as_echo_n "(cached) " >&6
22488 else
22489   cat >conftest.$ac_ext <<_ACEOF
22490 /* confdefs.h.  */
22491 _ACEOF
22492 cat confdefs.h >>conftest.$ac_ext
22493 cat >>conftest.$ac_ext <<_ACEOF
22494 /* end confdefs.h.  */
22495 #include <sys/types.h>
22496 #ifdef HAVE_SCSI_SG_H
22497 #include <scsi/sg.h>
22498 #endif
22499
22500 int
22501 main ()
22502 {
22503 static sg_io_hdr_t ac_aggr;
22504 if (ac_aggr.interface_id)
22505 return 0;
22506   ;
22507   return 0;
22508 }
22509 _ACEOF
22510 rm -f conftest.$ac_objext
22511 if { (ac_try="$ac_compile"
22512 case "(($ac_try" in
22513   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22514   *) ac_try_echo=$ac_try;;
22515 esac
22516 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22517 $as_echo "$ac_try_echo") >&5
22518   (eval "$ac_compile") 2>conftest.er1
22519   ac_status=$?
22520   grep -v '^ *+' conftest.er1 >conftest.err
22521   rm -f conftest.er1
22522   cat conftest.err >&5
22523   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22524   (exit $ac_status); } && {
22525          test -z "$ac_c_werror_flag" ||
22526          test ! -s conftest.err
22527        } && test -s conftest.$ac_objext; then
22528   ac_cv_member_sg_io_hdr_t_interface_id=yes
22529 else
22530   $as_echo "$as_me: failed program was:" >&5
22531 sed 's/^/| /' conftest.$ac_ext >&5
22532
22533         cat >conftest.$ac_ext <<_ACEOF
22534 /* confdefs.h.  */
22535 _ACEOF
22536 cat confdefs.h >>conftest.$ac_ext
22537 cat >>conftest.$ac_ext <<_ACEOF
22538 /* end confdefs.h.  */
22539 #include <sys/types.h>
22540 #ifdef HAVE_SCSI_SG_H
22541 #include <scsi/sg.h>
22542 #endif
22543
22544 int
22545 main ()
22546 {
22547 static sg_io_hdr_t ac_aggr;
22548 if (sizeof ac_aggr.interface_id)
22549 return 0;
22550   ;
22551   return 0;
22552 }
22553 _ACEOF
22554 rm -f conftest.$ac_objext
22555 if { (ac_try="$ac_compile"
22556 case "(($ac_try" in
22557   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22558   *) ac_try_echo=$ac_try;;
22559 esac
22560 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22561 $as_echo "$ac_try_echo") >&5
22562   (eval "$ac_compile") 2>conftest.er1
22563   ac_status=$?
22564   grep -v '^ *+' conftest.er1 >conftest.err
22565   rm -f conftest.er1
22566   cat conftest.err >&5
22567   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22568   (exit $ac_status); } && {
22569          test -z "$ac_c_werror_flag" ||
22570          test ! -s conftest.err
22571        } && test -s conftest.$ac_objext; then
22572   ac_cv_member_sg_io_hdr_t_interface_id=yes
22573 else
22574   $as_echo "$as_me: failed program was:" >&5
22575 sed 's/^/| /' conftest.$ac_ext >&5
22576
22577         ac_cv_member_sg_io_hdr_t_interface_id=no
22578 fi
22579
22580 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22581 fi
22582
22583 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22584 fi
22585 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22586 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22587 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22588
22589 cat >>confdefs.h <<_ACEOF
22590 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22591 _ACEOF
22592
22593
22594 fi
22595
22596
22597 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22598 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22599 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22600   $as_echo_n "(cached) " >&6
22601 else
22602   cat >conftest.$ac_ext <<_ACEOF
22603 /* confdefs.h.  */
22604 _ACEOF
22605 cat confdefs.h >>conftest.$ac_ext
22606 cat >>conftest.$ac_ext <<_ACEOF
22607 /* end confdefs.h.  */
22608 #include <signal.h>
22609
22610 int
22611 main ()
22612 {
22613 static siginfo_t ac_aggr;
22614 if (ac_aggr.si_fd)
22615 return 0;
22616   ;
22617   return 0;
22618 }
22619 _ACEOF
22620 rm -f conftest.$ac_objext
22621 if { (ac_try="$ac_compile"
22622 case "(($ac_try" in
22623   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22624   *) ac_try_echo=$ac_try;;
22625 esac
22626 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22627 $as_echo "$ac_try_echo") >&5
22628   (eval "$ac_compile") 2>conftest.er1
22629   ac_status=$?
22630   grep -v '^ *+' conftest.er1 >conftest.err
22631   rm -f conftest.er1
22632   cat conftest.err >&5
22633   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22634   (exit $ac_status); } && {
22635          test -z "$ac_c_werror_flag" ||
22636          test ! -s conftest.err
22637        } && test -s conftest.$ac_objext; then
22638   ac_cv_member_siginfo_t_si_fd=yes
22639 else
22640   $as_echo "$as_me: failed program was:" >&5
22641 sed 's/^/| /' conftest.$ac_ext >&5
22642
22643         cat >conftest.$ac_ext <<_ACEOF
22644 /* confdefs.h.  */
22645 _ACEOF
22646 cat confdefs.h >>conftest.$ac_ext
22647 cat >>conftest.$ac_ext <<_ACEOF
22648 /* end confdefs.h.  */
22649 #include <signal.h>
22650
22651 int
22652 main ()
22653 {
22654 static siginfo_t ac_aggr;
22655 if (sizeof ac_aggr.si_fd)
22656 return 0;
22657   ;
22658   return 0;
22659 }
22660 _ACEOF
22661 rm -f conftest.$ac_objext
22662 if { (ac_try="$ac_compile"
22663 case "(($ac_try" in
22664   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22665   *) ac_try_echo=$ac_try;;
22666 esac
22667 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22668 $as_echo "$ac_try_echo") >&5
22669   (eval "$ac_compile") 2>conftest.er1
22670   ac_status=$?
22671   grep -v '^ *+' conftest.er1 >conftest.err
22672   rm -f conftest.er1
22673   cat conftest.err >&5
22674   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22675   (exit $ac_status); } && {
22676          test -z "$ac_c_werror_flag" ||
22677          test ! -s conftest.err
22678        } && test -s conftest.$ac_objext; then
22679   ac_cv_member_siginfo_t_si_fd=yes
22680 else
22681   $as_echo "$as_me: failed program was:" >&5
22682 sed 's/^/| /' conftest.$ac_ext >&5
22683
22684         ac_cv_member_siginfo_t_si_fd=no
22685 fi
22686
22687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22688 fi
22689
22690 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22691 fi
22692 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22693 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22694 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22695
22696 cat >>confdefs.h <<_ACEOF
22697 #define HAVE_SIGINFO_T_SI_FD 1
22698 _ACEOF
22699
22700
22701 fi
22702
22703
22704 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22705 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22706 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22707   $as_echo_n "(cached) " >&6
22708 else
22709   cat >conftest.$ac_ext <<_ACEOF
22710 /* confdefs.h.  */
22711 _ACEOF
22712 cat confdefs.h >>conftest.$ac_ext
22713 cat >>conftest.$ac_ext <<_ACEOF
22714 /* end confdefs.h.  */
22715 #include <sys/types.h>
22716 #ifdef HAVE_SYS_MTIO_H
22717 #include <sys/mtio.h>
22718 #endif
22719
22720 int
22721 main ()
22722 {
22723 static struct mtget ac_aggr;
22724 if (ac_aggr.mt_blksiz)
22725 return 0;
22726   ;
22727   return 0;
22728 }
22729 _ACEOF
22730 rm -f conftest.$ac_objext
22731 if { (ac_try="$ac_compile"
22732 case "(($ac_try" in
22733   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22734   *) ac_try_echo=$ac_try;;
22735 esac
22736 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22737 $as_echo "$ac_try_echo") >&5
22738   (eval "$ac_compile") 2>conftest.er1
22739   ac_status=$?
22740   grep -v '^ *+' conftest.er1 >conftest.err
22741   rm -f conftest.er1
22742   cat conftest.err >&5
22743   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22744   (exit $ac_status); } && {
22745          test -z "$ac_c_werror_flag" ||
22746          test ! -s conftest.err
22747        } && test -s conftest.$ac_objext; then
22748   ac_cv_member_struct_mtget_mt_blksiz=yes
22749 else
22750   $as_echo "$as_me: failed program was:" >&5
22751 sed 's/^/| /' conftest.$ac_ext >&5
22752
22753         cat >conftest.$ac_ext <<_ACEOF
22754 /* confdefs.h.  */
22755 _ACEOF
22756 cat confdefs.h >>conftest.$ac_ext
22757 cat >>conftest.$ac_ext <<_ACEOF
22758 /* end confdefs.h.  */
22759 #include <sys/types.h>
22760 #ifdef HAVE_SYS_MTIO_H
22761 #include <sys/mtio.h>
22762 #endif
22763
22764 int
22765 main ()
22766 {
22767 static struct mtget ac_aggr;
22768 if (sizeof ac_aggr.mt_blksiz)
22769 return 0;
22770   ;
22771   return 0;
22772 }
22773 _ACEOF
22774 rm -f conftest.$ac_objext
22775 if { (ac_try="$ac_compile"
22776 case "(($ac_try" in
22777   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22778   *) ac_try_echo=$ac_try;;
22779 esac
22780 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22781 $as_echo "$ac_try_echo") >&5
22782   (eval "$ac_compile") 2>conftest.er1
22783   ac_status=$?
22784   grep -v '^ *+' conftest.er1 >conftest.err
22785   rm -f conftest.er1
22786   cat conftest.err >&5
22787   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22788   (exit $ac_status); } && {
22789          test -z "$ac_c_werror_flag" ||
22790          test ! -s conftest.err
22791        } && test -s conftest.$ac_objext; then
22792   ac_cv_member_struct_mtget_mt_blksiz=yes
22793 else
22794   $as_echo "$as_me: failed program was:" >&5
22795 sed 's/^/| /' conftest.$ac_ext >&5
22796
22797         ac_cv_member_struct_mtget_mt_blksiz=no
22798 fi
22799
22800 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22801 fi
22802
22803 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22804 fi
22805 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22806 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22807 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22808
22809 cat >>confdefs.h <<_ACEOF
22810 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22811 _ACEOF
22812
22813
22814 fi
22815 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22816 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22817 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22818   $as_echo_n "(cached) " >&6
22819 else
22820   cat >conftest.$ac_ext <<_ACEOF
22821 /* confdefs.h.  */
22822 _ACEOF
22823 cat confdefs.h >>conftest.$ac_ext
22824 cat >>conftest.$ac_ext <<_ACEOF
22825 /* end confdefs.h.  */
22826 #include <sys/types.h>
22827 #ifdef HAVE_SYS_MTIO_H
22828 #include <sys/mtio.h>
22829 #endif
22830
22831 int
22832 main ()
22833 {
22834 static struct mtget ac_aggr;
22835 if (ac_aggr.mt_gstat)
22836 return 0;
22837   ;
22838   return 0;
22839 }
22840 _ACEOF
22841 rm -f conftest.$ac_objext
22842 if { (ac_try="$ac_compile"
22843 case "(($ac_try" in
22844   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22845   *) ac_try_echo=$ac_try;;
22846 esac
22847 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22848 $as_echo "$ac_try_echo") >&5
22849   (eval "$ac_compile") 2>conftest.er1
22850   ac_status=$?
22851   grep -v '^ *+' conftest.er1 >conftest.err
22852   rm -f conftest.er1
22853   cat conftest.err >&5
22854   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22855   (exit $ac_status); } && {
22856          test -z "$ac_c_werror_flag" ||
22857          test ! -s conftest.err
22858        } && test -s conftest.$ac_objext; then
22859   ac_cv_member_struct_mtget_mt_gstat=yes
22860 else
22861   $as_echo "$as_me: failed program was:" >&5
22862 sed 's/^/| /' conftest.$ac_ext >&5
22863
22864         cat >conftest.$ac_ext <<_ACEOF
22865 /* confdefs.h.  */
22866 _ACEOF
22867 cat confdefs.h >>conftest.$ac_ext
22868 cat >>conftest.$ac_ext <<_ACEOF
22869 /* end confdefs.h.  */
22870 #include <sys/types.h>
22871 #ifdef HAVE_SYS_MTIO_H
22872 #include <sys/mtio.h>
22873 #endif
22874
22875 int
22876 main ()
22877 {
22878 static struct mtget ac_aggr;
22879 if (sizeof ac_aggr.mt_gstat)
22880 return 0;
22881   ;
22882   return 0;
22883 }
22884 _ACEOF
22885 rm -f conftest.$ac_objext
22886 if { (ac_try="$ac_compile"
22887 case "(($ac_try" in
22888   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22889   *) ac_try_echo=$ac_try;;
22890 esac
22891 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22892 $as_echo "$ac_try_echo") >&5
22893   (eval "$ac_compile") 2>conftest.er1
22894   ac_status=$?
22895   grep -v '^ *+' conftest.er1 >conftest.err
22896   rm -f conftest.er1
22897   cat conftest.err >&5
22898   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22899   (exit $ac_status); } && {
22900          test -z "$ac_c_werror_flag" ||
22901          test ! -s conftest.err
22902        } && test -s conftest.$ac_objext; then
22903   ac_cv_member_struct_mtget_mt_gstat=yes
22904 else
22905   $as_echo "$as_me: failed program was:" >&5
22906 sed 's/^/| /' conftest.$ac_ext >&5
22907
22908         ac_cv_member_struct_mtget_mt_gstat=no
22909 fi
22910
22911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22912 fi
22913
22914 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22915 fi
22916 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22917 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22918 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22919
22920 cat >>confdefs.h <<_ACEOF
22921 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22922 _ACEOF
22923
22924
22925 fi
22926 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22927 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22928 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22929   $as_echo_n "(cached) " >&6
22930 else
22931   cat >conftest.$ac_ext <<_ACEOF
22932 /* confdefs.h.  */
22933 _ACEOF
22934 cat confdefs.h >>conftest.$ac_ext
22935 cat >>conftest.$ac_ext <<_ACEOF
22936 /* end confdefs.h.  */
22937 #include <sys/types.h>
22938 #ifdef HAVE_SYS_MTIO_H
22939 #include <sys/mtio.h>
22940 #endif
22941
22942 int
22943 main ()
22944 {
22945 static struct mtget ac_aggr;
22946 if (ac_aggr.mt_blkno)
22947 return 0;
22948   ;
22949   return 0;
22950 }
22951 _ACEOF
22952 rm -f conftest.$ac_objext
22953 if { (ac_try="$ac_compile"
22954 case "(($ac_try" in
22955   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22956   *) ac_try_echo=$ac_try;;
22957 esac
22958 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22959 $as_echo "$ac_try_echo") >&5
22960   (eval "$ac_compile") 2>conftest.er1
22961   ac_status=$?
22962   grep -v '^ *+' conftest.er1 >conftest.err
22963   rm -f conftest.er1
22964   cat conftest.err >&5
22965   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22966   (exit $ac_status); } && {
22967          test -z "$ac_c_werror_flag" ||
22968          test ! -s conftest.err
22969        } && test -s conftest.$ac_objext; then
22970   ac_cv_member_struct_mtget_mt_blkno=yes
22971 else
22972   $as_echo "$as_me: failed program was:" >&5
22973 sed 's/^/| /' conftest.$ac_ext >&5
22974
22975         cat >conftest.$ac_ext <<_ACEOF
22976 /* confdefs.h.  */
22977 _ACEOF
22978 cat confdefs.h >>conftest.$ac_ext
22979 cat >>conftest.$ac_ext <<_ACEOF
22980 /* end confdefs.h.  */
22981 #include <sys/types.h>
22982 #ifdef HAVE_SYS_MTIO_H
22983 #include <sys/mtio.h>
22984 #endif
22985
22986 int
22987 main ()
22988 {
22989 static struct mtget ac_aggr;
22990 if (sizeof ac_aggr.mt_blkno)
22991 return 0;
22992   ;
22993   return 0;
22994 }
22995 _ACEOF
22996 rm -f conftest.$ac_objext
22997 if { (ac_try="$ac_compile"
22998 case "(($ac_try" in
22999   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23000   *) ac_try_echo=$ac_try;;
23001 esac
23002 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23003 $as_echo "$ac_try_echo") >&5
23004   (eval "$ac_compile") 2>conftest.er1
23005   ac_status=$?
23006   grep -v '^ *+' conftest.er1 >conftest.err
23007   rm -f conftest.er1
23008   cat conftest.err >&5
23009   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23010   (exit $ac_status); } && {
23011          test -z "$ac_c_werror_flag" ||
23012          test ! -s conftest.err
23013        } && test -s conftest.$ac_objext; then
23014   ac_cv_member_struct_mtget_mt_blkno=yes
23015 else
23016   $as_echo "$as_me: failed program was:" >&5
23017 sed 's/^/| /' conftest.$ac_ext >&5
23018
23019         ac_cv_member_struct_mtget_mt_blkno=no
23020 fi
23021
23022 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23023 fi
23024
23025 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23026 fi
23027 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
23028 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
23029 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
23030
23031 cat >>confdefs.h <<_ACEOF
23032 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
23033 _ACEOF
23034
23035
23036 fi
23037
23038
23039 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
23040 $as_echo_n "checking for struct option.name... " >&6; }
23041 if test "${ac_cv_member_struct_option_name+set}" = set; then
23042   $as_echo_n "(cached) " >&6
23043 else
23044   cat >conftest.$ac_ext <<_ACEOF
23045 /* confdefs.h.  */
23046 _ACEOF
23047 cat confdefs.h >>conftest.$ac_ext
23048 cat >>conftest.$ac_ext <<_ACEOF
23049 /* end confdefs.h.  */
23050 #ifdef HAVE_GETOPT_H
23051 #include <getopt.h>
23052 #endif
23053
23054 int
23055 main ()
23056 {
23057 static struct option ac_aggr;
23058 if (ac_aggr.name)
23059 return 0;
23060   ;
23061   return 0;
23062 }
23063 _ACEOF
23064 rm -f conftest.$ac_objext
23065 if { (ac_try="$ac_compile"
23066 case "(($ac_try" in
23067   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23068   *) ac_try_echo=$ac_try;;
23069 esac
23070 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23071 $as_echo "$ac_try_echo") >&5
23072   (eval "$ac_compile") 2>conftest.er1
23073   ac_status=$?
23074   grep -v '^ *+' conftest.er1 >conftest.err
23075   rm -f conftest.er1
23076   cat conftest.err >&5
23077   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23078   (exit $ac_status); } && {
23079          test -z "$ac_c_werror_flag" ||
23080          test ! -s conftest.err
23081        } && test -s conftest.$ac_objext; then
23082   ac_cv_member_struct_option_name=yes
23083 else
23084   $as_echo "$as_me: failed program was:" >&5
23085 sed 's/^/| /' conftest.$ac_ext >&5
23086
23087         cat >conftest.$ac_ext <<_ACEOF
23088 /* confdefs.h.  */
23089 _ACEOF
23090 cat confdefs.h >>conftest.$ac_ext
23091 cat >>conftest.$ac_ext <<_ACEOF
23092 /* end confdefs.h.  */
23093 #ifdef HAVE_GETOPT_H
23094 #include <getopt.h>
23095 #endif
23096
23097 int
23098 main ()
23099 {
23100 static struct option ac_aggr;
23101 if (sizeof ac_aggr.name)
23102 return 0;
23103   ;
23104   return 0;
23105 }
23106 _ACEOF
23107 rm -f conftest.$ac_objext
23108 if { (ac_try="$ac_compile"
23109 case "(($ac_try" in
23110   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23111   *) ac_try_echo=$ac_try;;
23112 esac
23113 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23114 $as_echo "$ac_try_echo") >&5
23115   (eval "$ac_compile") 2>conftest.er1
23116   ac_status=$?
23117   grep -v '^ *+' conftest.er1 >conftest.err
23118   rm -f conftest.er1
23119   cat conftest.err >&5
23120   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23121   (exit $ac_status); } && {
23122          test -z "$ac_c_werror_flag" ||
23123          test ! -s conftest.err
23124        } && test -s conftest.$ac_objext; then
23125   ac_cv_member_struct_option_name=yes
23126 else
23127   $as_echo "$as_me: failed program was:" >&5
23128 sed 's/^/| /' conftest.$ac_ext >&5
23129
23130         ac_cv_member_struct_option_name=no
23131 fi
23132
23133 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23134 fi
23135
23136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23137 fi
23138 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
23139 $as_echo "$ac_cv_member_struct_option_name" >&6; }
23140 if test "x$ac_cv_member_struct_option_name" = x""yes; then
23141
23142 cat >>confdefs.h <<_ACEOF
23143 #define HAVE_STRUCT_OPTION_NAME 1
23144 _ACEOF
23145
23146
23147 fi
23148
23149
23150 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
23151 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
23152 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
23153   $as_echo_n "(cached) " >&6
23154 else
23155   cat >conftest.$ac_ext <<_ACEOF
23156 /* confdefs.h.  */
23157 _ACEOF
23158 cat confdefs.h >>conftest.$ac_ext
23159 cat >>conftest.$ac_ext <<_ACEOF
23160 /* end confdefs.h.  */
23161 $ac_includes_default
23162 int
23163 main ()
23164 {
23165 static struct stat ac_aggr;
23166 if (ac_aggr.st_blocks)
23167 return 0;
23168   ;
23169   return 0;
23170 }
23171 _ACEOF
23172 rm -f conftest.$ac_objext
23173 if { (ac_try="$ac_compile"
23174 case "(($ac_try" in
23175   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23176   *) ac_try_echo=$ac_try;;
23177 esac
23178 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23179 $as_echo "$ac_try_echo") >&5
23180   (eval "$ac_compile") 2>conftest.er1
23181   ac_status=$?
23182   grep -v '^ *+' conftest.er1 >conftest.err
23183   rm -f conftest.er1
23184   cat conftest.err >&5
23185   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23186   (exit $ac_status); } && {
23187          test -z "$ac_c_werror_flag" ||
23188          test ! -s conftest.err
23189        } && test -s conftest.$ac_objext; then
23190   ac_cv_member_struct_stat_st_blocks=yes
23191 else
23192   $as_echo "$as_me: failed program was:" >&5
23193 sed 's/^/| /' conftest.$ac_ext >&5
23194
23195         cat >conftest.$ac_ext <<_ACEOF
23196 /* confdefs.h.  */
23197 _ACEOF
23198 cat confdefs.h >>conftest.$ac_ext
23199 cat >>conftest.$ac_ext <<_ACEOF
23200 /* end confdefs.h.  */
23201 $ac_includes_default
23202 int
23203 main ()
23204 {
23205 static struct stat ac_aggr;
23206 if (sizeof ac_aggr.st_blocks)
23207 return 0;
23208   ;
23209   return 0;
23210 }
23211 _ACEOF
23212 rm -f conftest.$ac_objext
23213 if { (ac_try="$ac_compile"
23214 case "(($ac_try" in
23215   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23216   *) ac_try_echo=$ac_try;;
23217 esac
23218 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23219 $as_echo "$ac_try_echo") >&5
23220   (eval "$ac_compile") 2>conftest.er1
23221   ac_status=$?
23222   grep -v '^ *+' conftest.er1 >conftest.err
23223   rm -f conftest.er1
23224   cat conftest.err >&5
23225   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23226   (exit $ac_status); } && {
23227          test -z "$ac_c_werror_flag" ||
23228          test ! -s conftest.err
23229        } && test -s conftest.$ac_objext; then
23230   ac_cv_member_struct_stat_st_blocks=yes
23231 else
23232   $as_echo "$as_me: failed program was:" >&5
23233 sed 's/^/| /' conftest.$ac_ext >&5
23234
23235         ac_cv_member_struct_stat_st_blocks=no
23236 fi
23237
23238 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23239 fi
23240
23241 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23242 fi
23243 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23244 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23245 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23246
23247 cat >>confdefs.h <<_ACEOF
23248 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23249 _ACEOF
23250
23251
23252 fi
23253 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23254 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23255 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23256   $as_echo_n "(cached) " >&6
23257 else
23258   cat >conftest.$ac_ext <<_ACEOF
23259 /* confdefs.h.  */
23260 _ACEOF
23261 cat confdefs.h >>conftest.$ac_ext
23262 cat >>conftest.$ac_ext <<_ACEOF
23263 /* end confdefs.h.  */
23264 $ac_includes_default
23265 int
23266 main ()
23267 {
23268 static struct stat ac_aggr;
23269 if (ac_aggr.st_mtim)
23270 return 0;
23271   ;
23272   return 0;
23273 }
23274 _ACEOF
23275 rm -f conftest.$ac_objext
23276 if { (ac_try="$ac_compile"
23277 case "(($ac_try" in
23278   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23279   *) ac_try_echo=$ac_try;;
23280 esac
23281 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23282 $as_echo "$ac_try_echo") >&5
23283   (eval "$ac_compile") 2>conftest.er1
23284   ac_status=$?
23285   grep -v '^ *+' conftest.er1 >conftest.err
23286   rm -f conftest.er1
23287   cat conftest.err >&5
23288   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23289   (exit $ac_status); } && {
23290          test -z "$ac_c_werror_flag" ||
23291          test ! -s conftest.err
23292        } && test -s conftest.$ac_objext; then
23293   ac_cv_member_struct_stat_st_mtim=yes
23294 else
23295   $as_echo "$as_me: failed program was:" >&5
23296 sed 's/^/| /' conftest.$ac_ext >&5
23297
23298         cat >conftest.$ac_ext <<_ACEOF
23299 /* confdefs.h.  */
23300 _ACEOF
23301 cat confdefs.h >>conftest.$ac_ext
23302 cat >>conftest.$ac_ext <<_ACEOF
23303 /* end confdefs.h.  */
23304 $ac_includes_default
23305 int
23306 main ()
23307 {
23308 static struct stat ac_aggr;
23309 if (sizeof ac_aggr.st_mtim)
23310 return 0;
23311   ;
23312   return 0;
23313 }
23314 _ACEOF
23315 rm -f conftest.$ac_objext
23316 if { (ac_try="$ac_compile"
23317 case "(($ac_try" in
23318   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23319   *) ac_try_echo=$ac_try;;
23320 esac
23321 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23322 $as_echo "$ac_try_echo") >&5
23323   (eval "$ac_compile") 2>conftest.er1
23324   ac_status=$?
23325   grep -v '^ *+' conftest.er1 >conftest.err
23326   rm -f conftest.er1
23327   cat conftest.err >&5
23328   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23329   (exit $ac_status); } && {
23330          test -z "$ac_c_werror_flag" ||
23331          test ! -s conftest.err
23332        } && test -s conftest.$ac_objext; then
23333   ac_cv_member_struct_stat_st_mtim=yes
23334 else
23335   $as_echo "$as_me: failed program was:" >&5
23336 sed 's/^/| /' conftest.$ac_ext >&5
23337
23338         ac_cv_member_struct_stat_st_mtim=no
23339 fi
23340
23341 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23342 fi
23343
23344 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23345 fi
23346 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23347 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23348 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23349
23350 cat >>confdefs.h <<_ACEOF
23351 #define HAVE_STRUCT_STAT_ST_MTIM 1
23352 _ACEOF
23353
23354
23355 fi
23356 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23357 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23358 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23359   $as_echo_n "(cached) " >&6
23360 else
23361   cat >conftest.$ac_ext <<_ACEOF
23362 /* confdefs.h.  */
23363 _ACEOF
23364 cat confdefs.h >>conftest.$ac_ext
23365 cat >>conftest.$ac_ext <<_ACEOF
23366 /* end confdefs.h.  */
23367 $ac_includes_default
23368 int
23369 main ()
23370 {
23371 static struct stat ac_aggr;
23372 if (ac_aggr.st_ctim)
23373 return 0;
23374   ;
23375   return 0;
23376 }
23377 _ACEOF
23378 rm -f conftest.$ac_objext
23379 if { (ac_try="$ac_compile"
23380 case "(($ac_try" in
23381   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23382   *) ac_try_echo=$ac_try;;
23383 esac
23384 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23385 $as_echo "$ac_try_echo") >&5
23386   (eval "$ac_compile") 2>conftest.er1
23387   ac_status=$?
23388   grep -v '^ *+' conftest.er1 >conftest.err
23389   rm -f conftest.er1
23390   cat conftest.err >&5
23391   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23392   (exit $ac_status); } && {
23393          test -z "$ac_c_werror_flag" ||
23394          test ! -s conftest.err
23395        } && test -s conftest.$ac_objext; then
23396   ac_cv_member_struct_stat_st_ctim=yes
23397 else
23398   $as_echo "$as_me: failed program was:" >&5
23399 sed 's/^/| /' conftest.$ac_ext >&5
23400
23401         cat >conftest.$ac_ext <<_ACEOF
23402 /* confdefs.h.  */
23403 _ACEOF
23404 cat confdefs.h >>conftest.$ac_ext
23405 cat >>conftest.$ac_ext <<_ACEOF
23406 /* end confdefs.h.  */
23407 $ac_includes_default
23408 int
23409 main ()
23410 {
23411 static struct stat ac_aggr;
23412 if (sizeof ac_aggr.st_ctim)
23413 return 0;
23414   ;
23415   return 0;
23416 }
23417 _ACEOF
23418 rm -f conftest.$ac_objext
23419 if { (ac_try="$ac_compile"
23420 case "(($ac_try" in
23421   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23422   *) ac_try_echo=$ac_try;;
23423 esac
23424 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23425 $as_echo "$ac_try_echo") >&5
23426   (eval "$ac_compile") 2>conftest.er1
23427   ac_status=$?
23428   grep -v '^ *+' conftest.er1 >conftest.err
23429   rm -f conftest.er1
23430   cat conftest.err >&5
23431   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23432   (exit $ac_status); } && {
23433          test -z "$ac_c_werror_flag" ||
23434          test ! -s conftest.err
23435        } && test -s conftest.$ac_objext; then
23436   ac_cv_member_struct_stat_st_ctim=yes
23437 else
23438   $as_echo "$as_me: failed program was:" >&5
23439 sed 's/^/| /' conftest.$ac_ext >&5
23440
23441         ac_cv_member_struct_stat_st_ctim=no
23442 fi
23443
23444 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23445 fi
23446
23447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23448 fi
23449 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23450 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23451 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23452
23453 cat >>confdefs.h <<_ACEOF
23454 #define HAVE_STRUCT_STAT_ST_CTIM 1
23455 _ACEOF
23456
23457
23458 fi
23459 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23460 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23461 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23462   $as_echo_n "(cached) " >&6
23463 else
23464   cat >conftest.$ac_ext <<_ACEOF
23465 /* confdefs.h.  */
23466 _ACEOF
23467 cat confdefs.h >>conftest.$ac_ext
23468 cat >>conftest.$ac_ext <<_ACEOF
23469 /* end confdefs.h.  */
23470 $ac_includes_default
23471 int
23472 main ()
23473 {
23474 static struct stat ac_aggr;
23475 if (ac_aggr.st_atim)
23476 return 0;
23477   ;
23478   return 0;
23479 }
23480 _ACEOF
23481 rm -f conftest.$ac_objext
23482 if { (ac_try="$ac_compile"
23483 case "(($ac_try" in
23484   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23485   *) ac_try_echo=$ac_try;;
23486 esac
23487 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23488 $as_echo "$ac_try_echo") >&5
23489   (eval "$ac_compile") 2>conftest.er1
23490   ac_status=$?
23491   grep -v '^ *+' conftest.er1 >conftest.err
23492   rm -f conftest.er1
23493   cat conftest.err >&5
23494   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23495   (exit $ac_status); } && {
23496          test -z "$ac_c_werror_flag" ||
23497          test ! -s conftest.err
23498        } && test -s conftest.$ac_objext; then
23499   ac_cv_member_struct_stat_st_atim=yes
23500 else
23501   $as_echo "$as_me: failed program was:" >&5
23502 sed 's/^/| /' conftest.$ac_ext >&5
23503
23504         cat >conftest.$ac_ext <<_ACEOF
23505 /* confdefs.h.  */
23506 _ACEOF
23507 cat confdefs.h >>conftest.$ac_ext
23508 cat >>conftest.$ac_ext <<_ACEOF
23509 /* end confdefs.h.  */
23510 $ac_includes_default
23511 int
23512 main ()
23513 {
23514 static struct stat ac_aggr;
23515 if (sizeof ac_aggr.st_atim)
23516 return 0;
23517   ;
23518   return 0;
23519 }
23520 _ACEOF
23521 rm -f conftest.$ac_objext
23522 if { (ac_try="$ac_compile"
23523 case "(($ac_try" in
23524   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23525   *) ac_try_echo=$ac_try;;
23526 esac
23527 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23528 $as_echo "$ac_try_echo") >&5
23529   (eval "$ac_compile") 2>conftest.er1
23530   ac_status=$?
23531   grep -v '^ *+' conftest.er1 >conftest.err
23532   rm -f conftest.er1
23533   cat conftest.err >&5
23534   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23535   (exit $ac_status); } && {
23536          test -z "$ac_c_werror_flag" ||
23537          test ! -s conftest.err
23538        } && test -s conftest.$ac_objext; then
23539   ac_cv_member_struct_stat_st_atim=yes
23540 else
23541   $as_echo "$as_me: failed program was:" >&5
23542 sed 's/^/| /' conftest.$ac_ext >&5
23543
23544         ac_cv_member_struct_stat_st_atim=no
23545 fi
23546
23547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23548 fi
23549
23550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23551 fi
23552 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23553 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23554 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23555
23556 cat >>confdefs.h <<_ACEOF
23557 #define HAVE_STRUCT_STAT_ST_ATIM 1
23558 _ACEOF
23559
23560
23561 fi
23562
23563
23564 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23565 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23566 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23567   $as_echo_n "(cached) " >&6
23568 else
23569   cat >conftest.$ac_ext <<_ACEOF
23570 /* confdefs.h.  */
23571 _ACEOF
23572 cat confdefs.h >>conftest.$ac_ext
23573 cat >>conftest.$ac_ext <<_ACEOF
23574 /* end confdefs.h.  */
23575 #ifdef HAVE_SYS_TYPES_H
23576 #include <sys/types.h>
23577 #endif
23578 #ifdef HAVE_NETINET_IN_H
23579 #include <netinet/in.h>
23580 #endif
23581
23582 int
23583 main ()
23584 {
23585 static struct sockaddr_in6 ac_aggr;
23586 if (ac_aggr.sin6_scope_id)
23587 return 0;
23588   ;
23589   return 0;
23590 }
23591 _ACEOF
23592 rm -f conftest.$ac_objext
23593 if { (ac_try="$ac_compile"
23594 case "(($ac_try" in
23595   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23596   *) ac_try_echo=$ac_try;;
23597 esac
23598 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23599 $as_echo "$ac_try_echo") >&5
23600   (eval "$ac_compile") 2>conftest.er1
23601   ac_status=$?
23602   grep -v '^ *+' conftest.er1 >conftest.err
23603   rm -f conftest.er1
23604   cat conftest.err >&5
23605   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23606   (exit $ac_status); } && {
23607          test -z "$ac_c_werror_flag" ||
23608          test ! -s conftest.err
23609        } && test -s conftest.$ac_objext; then
23610   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23611 else
23612   $as_echo "$as_me: failed program was:" >&5
23613 sed 's/^/| /' conftest.$ac_ext >&5
23614
23615         cat >conftest.$ac_ext <<_ACEOF
23616 /* confdefs.h.  */
23617 _ACEOF
23618 cat confdefs.h >>conftest.$ac_ext
23619 cat >>conftest.$ac_ext <<_ACEOF
23620 /* end confdefs.h.  */
23621 #ifdef HAVE_SYS_TYPES_H
23622 #include <sys/types.h>
23623 #endif
23624 #ifdef HAVE_NETINET_IN_H
23625 #include <netinet/in.h>
23626 #endif
23627
23628 int
23629 main ()
23630 {
23631 static struct sockaddr_in6 ac_aggr;
23632 if (sizeof ac_aggr.sin6_scope_id)
23633 return 0;
23634   ;
23635   return 0;
23636 }
23637 _ACEOF
23638 rm -f conftest.$ac_objext
23639 if { (ac_try="$ac_compile"
23640 case "(($ac_try" in
23641   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23642   *) ac_try_echo=$ac_try;;
23643 esac
23644 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23645 $as_echo "$ac_try_echo") >&5
23646   (eval "$ac_compile") 2>conftest.er1
23647   ac_status=$?
23648   grep -v '^ *+' conftest.er1 >conftest.err
23649   rm -f conftest.er1
23650   cat conftest.err >&5
23651   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23652   (exit $ac_status); } && {
23653          test -z "$ac_c_werror_flag" ||
23654          test ! -s conftest.err
23655        } && test -s conftest.$ac_objext; then
23656   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23657 else
23658   $as_echo "$as_me: failed program was:" >&5
23659 sed 's/^/| /' conftest.$ac_ext >&5
23660
23661         ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23662 fi
23663
23664 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23665 fi
23666
23667 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23668 fi
23669 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23670 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23671 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23672
23673 cat >>confdefs.h <<_ACEOF
23674 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23675 _ACEOF
23676
23677
23678 fi
23679
23680
23681 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23682 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23683 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23684   $as_echo_n "(cached) " >&6
23685 else
23686   cat >conftest.$ac_ext <<_ACEOF
23687 /* confdefs.h.  */
23688 _ACEOF
23689 cat confdefs.h >>conftest.$ac_ext
23690 cat >>conftest.$ac_ext <<_ACEOF
23691 /* end confdefs.h.  */
23692 #ifdef HAVE_SYS_TYPES_H
23693 #include <sys/types.h>
23694 #endif
23695 #ifdef HAVE_NETINET_IN_H
23696 # include <netinet/in.h>
23697 #endif
23698 #ifdef HAVE_ARPA_NAMESER_H
23699 # include <arpa/nameser.h>
23700 #endif
23701
23702 int
23703 main ()
23704 {
23705 static ns_msg ac_aggr;
23706 if (ac_aggr._msg_ptr)
23707 return 0;
23708   ;
23709   return 0;
23710 }
23711 _ACEOF
23712 rm -f conftest.$ac_objext
23713 if { (ac_try="$ac_compile"
23714 case "(($ac_try" in
23715   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23716   *) ac_try_echo=$ac_try;;
23717 esac
23718 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23719 $as_echo "$ac_try_echo") >&5
23720   (eval "$ac_compile") 2>conftest.er1
23721   ac_status=$?
23722   grep -v '^ *+' conftest.er1 >conftest.err
23723   rm -f conftest.er1
23724   cat conftest.err >&5
23725   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23726   (exit $ac_status); } && {
23727          test -z "$ac_c_werror_flag" ||
23728          test ! -s conftest.err
23729        } && test -s conftest.$ac_objext; then
23730   ac_cv_member_ns_msg__msg_ptr=yes
23731 else
23732   $as_echo "$as_me: failed program was:" >&5
23733 sed 's/^/| /' conftest.$ac_ext >&5
23734
23735         cat >conftest.$ac_ext <<_ACEOF
23736 /* confdefs.h.  */
23737 _ACEOF
23738 cat confdefs.h >>conftest.$ac_ext
23739 cat >>conftest.$ac_ext <<_ACEOF
23740 /* end confdefs.h.  */
23741 #ifdef HAVE_SYS_TYPES_H
23742 #include <sys/types.h>
23743 #endif
23744 #ifdef HAVE_NETINET_IN_H
23745 # include <netinet/in.h>
23746 #endif
23747 #ifdef HAVE_ARPA_NAMESER_H
23748 # include <arpa/nameser.h>
23749 #endif
23750
23751 int
23752 main ()
23753 {
23754 static ns_msg ac_aggr;
23755 if (sizeof ac_aggr._msg_ptr)
23756 return 0;
23757   ;
23758   return 0;
23759 }
23760 _ACEOF
23761 rm -f conftest.$ac_objext
23762 if { (ac_try="$ac_compile"
23763 case "(($ac_try" in
23764   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23765   *) ac_try_echo=$ac_try;;
23766 esac
23767 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23768 $as_echo "$ac_try_echo") >&5
23769   (eval "$ac_compile") 2>conftest.er1
23770   ac_status=$?
23771   grep -v '^ *+' conftest.er1 >conftest.err
23772   rm -f conftest.er1
23773   cat conftest.err >&5
23774   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23775   (exit $ac_status); } && {
23776          test -z "$ac_c_werror_flag" ||
23777          test ! -s conftest.err
23778        } && test -s conftest.$ac_objext; then
23779   ac_cv_member_ns_msg__msg_ptr=yes
23780 else
23781   $as_echo "$as_me: failed program was:" >&5
23782 sed 's/^/| /' conftest.$ac_ext >&5
23783
23784         ac_cv_member_ns_msg__msg_ptr=no
23785 fi
23786
23787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23788 fi
23789
23790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23791 fi
23792 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23793 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23794 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23795
23796 cat >>confdefs.h <<_ACEOF
23797 #define HAVE_NS_MSG__MSG_PTR 1
23798 _ACEOF
23799
23800
23801 fi
23802
23803
23804 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23805 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23806 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23807   $as_echo_n "(cached) " >&6
23808 else
23809   cat >conftest.$ac_ext <<_ACEOF
23810 /* confdefs.h.  */
23811 _ACEOF
23812 cat confdefs.h >>conftest.$ac_ext
23813 cat >>conftest.$ac_ext <<_ACEOF
23814 /* end confdefs.h.  */
23815 #ifdef HAVE_SYS_TYPES_H
23816 #include <sys/types.h>
23817 #endif
23818 #ifdef HAVE_ALIAS_H
23819 #include <alias.h>
23820 #endif
23821 #ifdef HAVE_SYS_SOCKET_H
23822 #include <sys/socket.h>
23823 #endif
23824 #ifdef HAVE_SYS_SOCKETVAR_H
23825 #include <sys/socketvar.h>
23826 #endif
23827 #ifdef HAVE_SYS_TIMEOUT_H
23828 #include <sys/timeout.h>
23829 #endif
23830 #ifdef HAVE_NETINET_IN_H
23831 #include <netinet/in.h>
23832 #endif
23833 #ifdef HAVE_NETINET_IN_SYSTM_H
23834 #include <netinet/in_systm.h>
23835 #endif
23836 #ifdef HAVE_NETINET_IP_H
23837 #include <netinet/ip.h>
23838 #endif
23839 #ifdef HAVE_NETINET_IP_VAR_H
23840 #include <netinet/ip_var.h>
23841 #endif
23842 #ifdef HAVE_NETINET_IP_ICMP_H
23843 #include <netinet/ip_icmp.h>
23844 #endif
23845 #ifdef HAVE_NETINET_ICMP_VAR
23846 #include <netinet/icmp_var.h>
23847 #endif
23848
23849 int
23850 main ()
23851 {
23852 static struct icmpstat ac_aggr;
23853 if (ac_aggr.icps_outhist)
23854 return 0;
23855   ;
23856   return 0;
23857 }
23858 _ACEOF
23859 rm -f conftest.$ac_objext
23860 if { (ac_try="$ac_compile"
23861 case "(($ac_try" in
23862   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23863   *) ac_try_echo=$ac_try;;
23864 esac
23865 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23866 $as_echo "$ac_try_echo") >&5
23867   (eval "$ac_compile") 2>conftest.er1
23868   ac_status=$?
23869   grep -v '^ *+' conftest.er1 >conftest.err
23870   rm -f conftest.er1
23871   cat conftest.err >&5
23872   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23873   (exit $ac_status); } && {
23874          test -z "$ac_c_werror_flag" ||
23875          test ! -s conftest.err
23876        } && test -s conftest.$ac_objext; then
23877   ac_cv_member_struct_icmpstat_icps_outhist=yes
23878 else
23879   $as_echo "$as_me: failed program was:" >&5
23880 sed 's/^/| /' conftest.$ac_ext >&5
23881
23882         cat >conftest.$ac_ext <<_ACEOF
23883 /* confdefs.h.  */
23884 _ACEOF
23885 cat confdefs.h >>conftest.$ac_ext
23886 cat >>conftest.$ac_ext <<_ACEOF
23887 /* end confdefs.h.  */
23888 #ifdef HAVE_SYS_TYPES_H
23889 #include <sys/types.h>
23890 #endif
23891 #ifdef HAVE_ALIAS_H
23892 #include <alias.h>
23893 #endif
23894 #ifdef HAVE_SYS_SOCKET_H
23895 #include <sys/socket.h>
23896 #endif
23897 #ifdef HAVE_SYS_SOCKETVAR_H
23898 #include <sys/socketvar.h>
23899 #endif
23900 #ifdef HAVE_SYS_TIMEOUT_H
23901 #include <sys/timeout.h>
23902 #endif
23903 #ifdef HAVE_NETINET_IN_H
23904 #include <netinet/in.h>
23905 #endif
23906 #ifdef HAVE_NETINET_IN_SYSTM_H
23907 #include <netinet/in_systm.h>
23908 #endif
23909 #ifdef HAVE_NETINET_IP_H
23910 #include <netinet/ip.h>
23911 #endif
23912 #ifdef HAVE_NETINET_IP_VAR_H
23913 #include <netinet/ip_var.h>
23914 #endif
23915 #ifdef HAVE_NETINET_IP_ICMP_H
23916 #include <netinet/ip_icmp.h>
23917 #endif
23918 #ifdef HAVE_NETINET_ICMP_VAR
23919 #include <netinet/icmp_var.h>
23920 #endif
23921
23922 int
23923 main ()
23924 {
23925 static struct icmpstat ac_aggr;
23926 if (sizeof ac_aggr.icps_outhist)
23927 return 0;
23928   ;
23929   return 0;
23930 }
23931 _ACEOF
23932 rm -f conftest.$ac_objext
23933 if { (ac_try="$ac_compile"
23934 case "(($ac_try" in
23935   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23936   *) ac_try_echo=$ac_try;;
23937 esac
23938 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23939 $as_echo "$ac_try_echo") >&5
23940   (eval "$ac_compile") 2>conftest.er1
23941   ac_status=$?
23942   grep -v '^ *+' conftest.er1 >conftest.err
23943   rm -f conftest.er1
23944   cat conftest.err >&5
23945   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23946   (exit $ac_status); } && {
23947          test -z "$ac_c_werror_flag" ||
23948          test ! -s conftest.err
23949        } && test -s conftest.$ac_objext; then
23950   ac_cv_member_struct_icmpstat_icps_outhist=yes
23951 else
23952   $as_echo "$as_me: failed program was:" >&5
23953 sed 's/^/| /' conftest.$ac_ext >&5
23954
23955         ac_cv_member_struct_icmpstat_icps_outhist=no
23956 fi
23957
23958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23959 fi
23960
23961 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23962 fi
23963 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23964 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23965 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
23966
23967 cat >>confdefs.h <<_ACEOF
23968 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23969 _ACEOF
23970
23971
23972 fi
23973
23974
23975 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23976 $as_echo_n "checking for timezone variable... " >&6; }
23977 if test "${ac_cv_have_timezone+set}" = set; then
23978   $as_echo_n "(cached) " >&6
23979 else
23980   cat >conftest.$ac_ext <<_ACEOF
23981 /* confdefs.h.  */
23982 _ACEOF
23983 cat confdefs.h >>conftest.$ac_ext
23984 cat >>conftest.$ac_ext <<_ACEOF
23985 /* end confdefs.h.  */
23986 #include <time.h>
23987 int
23988 main ()
23989 {
23990 timezone = 1
23991   ;
23992   return 0;
23993 }
23994 _ACEOF
23995 rm -f conftest.$ac_objext conftest$ac_exeext
23996 if { (ac_try="$ac_link"
23997 case "(($ac_try" in
23998   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23999   *) ac_try_echo=$ac_try;;
24000 esac
24001 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24002 $as_echo "$ac_try_echo") >&5
24003   (eval "$ac_link") 2>conftest.er1
24004   ac_status=$?
24005   grep -v '^ *+' conftest.er1 >conftest.err
24006   rm -f conftest.er1
24007   cat conftest.err >&5
24008   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24009   (exit $ac_status); } && {
24010          test -z "$ac_c_werror_flag" ||
24011          test ! -s conftest.err
24012        } && test -s conftest$ac_exeext && {
24013          test "$cross_compiling" = yes ||
24014          $as_test_x conftest$ac_exeext
24015        }; then
24016   ac_cv_have_timezone="yes"
24017 else
24018   $as_echo "$as_me: failed program was:" >&5
24019 sed 's/^/| /' conftest.$ac_ext >&5
24020
24021         ac_cv_have_timezone="no"
24022 fi
24023
24024 rm -rf conftest.dSYM
24025 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24026       conftest$ac_exeext conftest.$ac_ext
24027 fi
24028 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
24029 $as_echo "$ac_cv_have_timezone" >&6; }
24030 if test "$ac_cv_have_timezone" = "yes"
24031 then
24032
24033 cat >>confdefs.h <<\_ACEOF
24034 #define HAVE_TIMEZONE 1
24035 _ACEOF
24036
24037 fi
24038 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
24039 $as_echo_n "checking for daylight variable... " >&6; }
24040 if test "${ac_cv_have_daylight+set}" = set; then
24041   $as_echo_n "(cached) " >&6
24042 else
24043   cat >conftest.$ac_ext <<_ACEOF
24044 /* confdefs.h.  */
24045 _ACEOF
24046 cat confdefs.h >>conftest.$ac_ext
24047 cat >>conftest.$ac_ext <<_ACEOF
24048 /* end confdefs.h.  */
24049 #include <time.h>
24050 int
24051 main ()
24052 {
24053 daylight = 1
24054   ;
24055   return 0;
24056 }
24057 _ACEOF
24058 rm -f conftest.$ac_objext conftest$ac_exeext
24059 if { (ac_try="$ac_link"
24060 case "(($ac_try" in
24061   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24062   *) ac_try_echo=$ac_try;;
24063 esac
24064 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24065 $as_echo "$ac_try_echo") >&5
24066   (eval "$ac_link") 2>conftest.er1
24067   ac_status=$?
24068   grep -v '^ *+' conftest.er1 >conftest.err
24069   rm -f conftest.er1
24070   cat conftest.err >&5
24071   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24072   (exit $ac_status); } && {
24073          test -z "$ac_c_werror_flag" ||
24074          test ! -s conftest.err
24075        } && test -s conftest$ac_exeext && {
24076          test "$cross_compiling" = yes ||
24077          $as_test_x conftest$ac_exeext
24078        }; then
24079   ac_cv_have_daylight="yes"
24080 else
24081   $as_echo "$as_me: failed program was:" >&5
24082 sed 's/^/| /' conftest.$ac_ext >&5
24083
24084         ac_cv_have_daylight="no"
24085 fi
24086
24087 rm -rf conftest.dSYM
24088 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24089       conftest$ac_exeext conftest.$ac_ext
24090 fi
24091 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
24092 $as_echo "$ac_cv_have_daylight" >&6; }
24093 if test "$ac_cv_have_daylight" = "yes"
24094 then
24095
24096 cat >>confdefs.h <<\_ACEOF
24097 #define HAVE_DAYLIGHT 1
24098 _ACEOF
24099
24100 fi
24101
24102 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
24103 $as_echo_n "checking for isinf... " >&6; }
24104 if test "${ac_cv_have_isinf+set}" = set; then
24105   $as_echo_n "(cached) " >&6
24106 else
24107   cat >conftest.$ac_ext <<_ACEOF
24108 /* confdefs.h.  */
24109 _ACEOF
24110 cat confdefs.h >>conftest.$ac_ext
24111 cat >>conftest.$ac_ext <<_ACEOF
24112 /* end confdefs.h.  */
24113 #include <math.h>
24114 int
24115 main ()
24116 {
24117 float f = 0.0; int i=isinf(f)
24118   ;
24119   return 0;
24120 }
24121 _ACEOF
24122 rm -f conftest.$ac_objext conftest$ac_exeext
24123 if { (ac_try="$ac_link"
24124 case "(($ac_try" in
24125   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24126   *) ac_try_echo=$ac_try;;
24127 esac
24128 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24129 $as_echo "$ac_try_echo") >&5
24130   (eval "$ac_link") 2>conftest.er1
24131   ac_status=$?
24132   grep -v '^ *+' conftest.er1 >conftest.err
24133   rm -f conftest.er1
24134   cat conftest.err >&5
24135   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24136   (exit $ac_status); } && {
24137          test -z "$ac_c_werror_flag" ||
24138          test ! -s conftest.err
24139        } && test -s conftest$ac_exeext && {
24140          test "$cross_compiling" = yes ||
24141          $as_test_x conftest$ac_exeext
24142        }; then
24143   ac_cv_have_isinf="yes"
24144 else
24145   $as_echo "$as_me: failed program was:" >&5
24146 sed 's/^/| /' conftest.$ac_ext >&5
24147
24148         ac_cv_have_isinf="no"
24149 fi
24150
24151 rm -rf conftest.dSYM
24152 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24153       conftest$ac_exeext conftest.$ac_ext
24154 fi
24155 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
24156 $as_echo "$ac_cv_have_isinf" >&6; }
24157 if test "$ac_cv_have_isinf" = "yes"
24158 then
24159
24160 cat >>confdefs.h <<\_ACEOF
24161 #define HAVE_ISINF 1
24162 _ACEOF
24163
24164 fi
24165
24166 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
24167 $as_echo_n "checking for isnan... " >&6; }
24168 if test "${ac_cv_have_isnan+set}" = set; then
24169   $as_echo_n "(cached) " >&6
24170 else
24171   cat >conftest.$ac_ext <<_ACEOF
24172 /* confdefs.h.  */
24173 _ACEOF
24174 cat confdefs.h >>conftest.$ac_ext
24175 cat >>conftest.$ac_ext <<_ACEOF
24176 /* end confdefs.h.  */
24177 #include <math.h>
24178 int
24179 main ()
24180 {
24181 float f = 0.0; int i=isnan(f)
24182   ;
24183   return 0;
24184 }
24185 _ACEOF
24186 rm -f conftest.$ac_objext conftest$ac_exeext
24187 if { (ac_try="$ac_link"
24188 case "(($ac_try" in
24189   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24190   *) ac_try_echo=$ac_try;;
24191 esac
24192 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24193 $as_echo "$ac_try_echo") >&5
24194   (eval "$ac_link") 2>conftest.er1
24195   ac_status=$?
24196   grep -v '^ *+' conftest.er1 >conftest.err
24197   rm -f conftest.er1
24198   cat conftest.err >&5
24199   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24200   (exit $ac_status); } && {
24201          test -z "$ac_c_werror_flag" ||
24202          test ! -s conftest.err
24203        } && test -s conftest$ac_exeext && {
24204          test "$cross_compiling" = yes ||
24205          $as_test_x conftest$ac_exeext
24206        }; then
24207   ac_cv_have_isnan="yes"
24208 else
24209   $as_echo "$as_me: failed program was:" >&5
24210 sed 's/^/| /' conftest.$ac_ext >&5
24211
24212         ac_cv_have_isnan="no"
24213 fi
24214
24215 rm -rf conftest.dSYM
24216 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24217       conftest$ac_exeext conftest.$ac_ext
24218 fi
24219 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
24220 $as_echo "$ac_cv_have_isnan" >&6; }
24221 if test "$ac_cv_have_isnan" = "yes"
24222 then
24223
24224 cat >>confdefs.h <<\_ACEOF
24225 #define HAVE_ISNAN 1
24226 _ACEOF
24227
24228 fi
24229
24230
24231 case $host_cpu in
24232   *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
24233 $as_echo_n "checking whether we need to define __i386__... " >&6; }
24234 if test "${ac_cv_cpp_def___i386__+set}" = set; then
24235   $as_echo_n "(cached) " >&6
24236 else
24237   cat >conftest.$ac_ext <<_ACEOF
24238 /* confdefs.h.  */
24239 _ACEOF
24240 cat confdefs.h >>conftest.$ac_ext
24241 cat >>conftest.$ac_ext <<_ACEOF
24242 /* end confdefs.h.  */
24243 #ifndef __i386__
24244 yes
24245 #endif
24246 _ACEOF
24247 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24248   $EGREP "yes" >/dev/null 2>&1; then
24249   ac_cv_cpp_def___i386__=yes
24250 else
24251   ac_cv_cpp_def___i386__=no
24252 fi
24253 rm -f conftest*
24254
24255 fi
24256 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24257 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24258 if test $ac_cv_cpp_def___i386__ = yes; then
24259   CFLAGS="$CFLAGS -D__i386__"
24260   LINTFLAGS="$LINTFLAGS -D__i386__"
24261 fi
24262  ;;
24263   *x86_64*)         { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24264 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24265 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24266   $as_echo_n "(cached) " >&6
24267 else
24268   cat >conftest.$ac_ext <<_ACEOF
24269 /* confdefs.h.  */
24270 _ACEOF
24271 cat confdefs.h >>conftest.$ac_ext
24272 cat >>conftest.$ac_ext <<_ACEOF
24273 /* end confdefs.h.  */
24274 #ifndef __x86_64__
24275 yes
24276 #endif
24277 _ACEOF
24278 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24279   $EGREP "yes" >/dev/null 2>&1; then
24280   ac_cv_cpp_def___x86_64__=yes
24281 else
24282   ac_cv_cpp_def___x86_64__=no
24283 fi
24284 rm -f conftest*
24285
24286 fi
24287 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24288 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24289 if test $ac_cv_cpp_def___x86_64__ = yes; then
24290   CFLAGS="$CFLAGS -D__x86_64__"
24291   LINTFLAGS="$LINTFLAGS -D__x86_64__"
24292 fi
24293  ;;
24294   *alpha*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24295 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24296 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24297   $as_echo_n "(cached) " >&6
24298 else
24299   cat >conftest.$ac_ext <<_ACEOF
24300 /* confdefs.h.  */
24301 _ACEOF
24302 cat confdefs.h >>conftest.$ac_ext
24303 cat >>conftest.$ac_ext <<_ACEOF
24304 /* end confdefs.h.  */
24305 #ifndef __ALPHA__
24306 yes
24307 #endif
24308 _ACEOF
24309 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24310   $EGREP "yes" >/dev/null 2>&1; then
24311   ac_cv_cpp_def___ALPHA__=yes
24312 else
24313   ac_cv_cpp_def___ALPHA__=no
24314 fi
24315 rm -f conftest*
24316
24317 fi
24318 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24319 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24320 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24321   CFLAGS="$CFLAGS -D__ALPHA__"
24322   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24323 fi
24324  ;;
24325   *sparc*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24326 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24327 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24328   $as_echo_n "(cached) " >&6
24329 else
24330   cat >conftest.$ac_ext <<_ACEOF
24331 /* confdefs.h.  */
24332 _ACEOF
24333 cat confdefs.h >>conftest.$ac_ext
24334 cat >>conftest.$ac_ext <<_ACEOF
24335 /* end confdefs.h.  */
24336 #ifndef __sparc__
24337 yes
24338 #endif
24339 _ACEOF
24340 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24341   $EGREP "yes" >/dev/null 2>&1; then
24342   ac_cv_cpp_def___sparc__=yes
24343 else
24344   ac_cv_cpp_def___sparc__=no
24345 fi
24346 rm -f conftest*
24347
24348 fi
24349 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24350 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24351 if test $ac_cv_cpp_def___sparc__ = yes; then
24352   CFLAGS="$CFLAGS -D__sparc__"
24353   LINTFLAGS="$LINTFLAGS -D__sparc__"
24354 fi
24355  ;;
24356   *powerpc*)        { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24357 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24358 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24359   $as_echo_n "(cached) " >&6
24360 else
24361   cat >conftest.$ac_ext <<_ACEOF
24362 /* confdefs.h.  */
24363 _ACEOF
24364 cat confdefs.h >>conftest.$ac_ext
24365 cat >>conftest.$ac_ext <<_ACEOF
24366 /* end confdefs.h.  */
24367 #ifndef __powerpc__
24368 yes
24369 #endif
24370 _ACEOF
24371 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24372   $EGREP "yes" >/dev/null 2>&1; then
24373   ac_cv_cpp_def___powerpc__=yes
24374 else
24375   ac_cv_cpp_def___powerpc__=no
24376 fi
24377 rm -f conftest*
24378
24379 fi
24380 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24381 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24382 if test $ac_cv_cpp_def___powerpc__ = yes; then
24383   CFLAGS="$CFLAGS -D__powerpc__"
24384   LINTFLAGS="$LINTFLAGS -D__powerpc__"
24385 fi
24386  ;;
24387 esac
24388
24389 case $host_vendor in
24390   *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24391 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24392 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24393   $as_echo_n "(cached) " >&6
24394 else
24395   cat >conftest.$ac_ext <<_ACEOF
24396 /* confdefs.h.  */
24397 _ACEOF
24398 cat confdefs.h >>conftest.$ac_ext
24399 cat >>conftest.$ac_ext <<_ACEOF
24400 /* end confdefs.h.  */
24401 #ifndef __sun__
24402 yes
24403 #endif
24404 _ACEOF
24405 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24406   $EGREP "yes" >/dev/null 2>&1; then
24407   ac_cv_cpp_def___sun__=yes
24408 else
24409   ac_cv_cpp_def___sun__=no
24410 fi
24411 rm -f conftest*
24412
24413 fi
24414 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24415 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24416 if test $ac_cv_cpp_def___sun__ = yes; then
24417   CFLAGS="$CFLAGS -D__sun__"
24418   LINTFLAGS="$LINTFLAGS -D__sun__"
24419 fi
24420  ;;
24421 esac
24422
24423
24424 DEPENDENCIES="### Dependencies:
24425
24426 .INIT: Makefile
24427 .BEGIN: Makefile
24428 .MAKEFILEDEPS:
24429 Makefile: dummy
24430         -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24431
24432 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24433 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24434 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24435 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24436 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24437
24438
24439 ALL_MAKERULES=""
24440
24441 ALL_MAKEFILES=""
24442
24443 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24444
24445
24446 ALL_TOP_DIRS=""
24447
24448 ALL_DLL_DIRS=""
24449
24450 ALL_IMPLIB_DIRS=""
24451
24452 ALL_TEST_DIRS=""
24453
24454 ALL_PROGRAM_DIRS=""
24455
24456 ALL_PROGRAM_INSTALL_DIRS=""
24457
24458 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24459
24460
24461
24462
24463
24464 ac_config_commands="$ac_config_commands include/stamp-h"
24465
24466
24467 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24468
24469 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24470
24471 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24472
24473 ac_config_commands="$ac_config_commands dlls/user32/resources"
24474
24475 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24476
24477 ac_config_commands="$ac_config_commands include/wine"
24478
24479
24480 ALL_MAKERULES="$ALL_MAKERULES \\
24481         Make.rules"
24482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24483 Make.rules: Make.rules.in"
24484 MAKE_RULES=Make.rules
24485 ac_config_files="$ac_config_files Make.rules"
24486
24487 ALL_MAKERULES="$ALL_MAKERULES \\
24488         dlls/Makedll.rules"
24489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24490 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24491 MAKE_DLL_RULES=dlls/Makedll.rules
24492 ac_config_files="$ac_config_files dlls/Makedll.rules"
24493
24494 ALL_MAKERULES="$ALL_MAKERULES \\
24495         dlls/Makeimplib.rules"
24496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24497 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24498 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24499 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24500
24501 ALL_MAKERULES="$ALL_MAKERULES \\
24502         dlls/Maketest.rules"
24503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24504 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24505 MAKE_TEST_RULES=dlls/Maketest.rules
24506 ac_config_files="$ac_config_files dlls/Maketest.rules"
24507
24508 ALL_MAKERULES="$ALL_MAKERULES \\
24509         programs/Makeprog.rules"
24510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24511 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24512 MAKE_PROG_RULES=programs/Makeprog.rules
24513 ac_config_files="$ac_config_files programs/Makeprog.rules"
24514
24515
24516
24517
24518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24519 Makefile: Makefile.in Make.rules"
24520 ac_config_files="$ac_config_files Makefile"
24521
24522 ALL_MAKEFILES="$ALL_MAKEFILES \\
24523         dlls/Makefile"
24524 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24525         dlls"
24526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24527 dlls/Makefile: dlls/Makefile.in Make.rules"
24528 ac_config_files="$ac_config_files dlls/Makefile"
24529
24530 ALL_MAKEFILES="$ALL_MAKEFILES \\
24531         dlls/acledit/Makefile"
24532 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24533         acledit"
24534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24535 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24536 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24537
24538 ALL_MAKEFILES="$ALL_MAKEFILES \\
24539         dlls/aclui/Makefile"
24540 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24541         aclui"
24542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24543 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24544 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24545
24546 ALL_MAKEFILES="$ALL_MAKEFILES \\
24547         dlls/activeds/Makefile"
24548 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24549         activeds"
24550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24551 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24552 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24553
24554 ALL_MAKEFILES="$ALL_MAKEFILES \\
24555         dlls/actxprxy/Makefile"
24556 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24557         actxprxy"
24558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24559 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24560 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24561
24562 ALL_MAKEFILES="$ALL_MAKEFILES \\
24563         dlls/adsiid/Makefile"
24564 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24565         adsiid"
24566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24567 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24568 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24569
24570 ALL_MAKEFILES="$ALL_MAKEFILES \\
24571         dlls/advapi32/Makefile"
24572 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24573         advapi32"
24574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24575 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24576 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24577
24578 ALL_MAKEFILES="$ALL_MAKEFILES \\
24579         dlls/advapi32/tests/Makefile"
24580 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24581         advapi32/tests"
24582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24583 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24584 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24585
24586 ALL_MAKEFILES="$ALL_MAKEFILES \\
24587         dlls/advpack/Makefile"
24588 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24589         advpack"
24590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24591 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24592 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24593
24594 ALL_MAKEFILES="$ALL_MAKEFILES \\
24595         dlls/advpack/tests/Makefile"
24596 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24597         advpack/tests"
24598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24599 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24600 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24601
24602 ALL_MAKEFILES="$ALL_MAKEFILES \\
24603         dlls/amstream/Makefile"
24604 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24605         amstream"
24606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24607 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24608 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24609
24610 ALL_MAKEFILES="$ALL_MAKEFILES \\
24611         dlls/appwiz.cpl/Makefile"
24612 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24613         appwiz.cpl"
24614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24615 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24616 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24617
24618 ALL_MAKEFILES="$ALL_MAKEFILES \\
24619         dlls/atl/Makefile"
24620 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24621         atl"
24622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24623 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24624 ac_config_files="$ac_config_files dlls/atl/Makefile"
24625
24626 ALL_MAKEFILES="$ALL_MAKEFILES \\
24627         dlls/authz/Makefile"
24628 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24629         authz"
24630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24631 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24632 ac_config_files="$ac_config_files dlls/authz/Makefile"
24633
24634 ALL_MAKEFILES="$ALL_MAKEFILES \\
24635         dlls/avicap32/Makefile"
24636 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24637         avicap32"
24638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24639 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24640 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24641
24642 ALL_MAKEFILES="$ALL_MAKEFILES \\
24643         dlls/avifil32/Makefile"
24644 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24645         avifil32"
24646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24647 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24648 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24649
24650 ALL_MAKEFILES="$ALL_MAKEFILES \\
24651         dlls/browseui/Makefile"
24652 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24653         browseui"
24654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24655 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24656 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24657
24658 ALL_MAKEFILES="$ALL_MAKEFILES \\
24659         dlls/browseui/tests/Makefile"
24660 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24661         browseui/tests"
24662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24663 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24664 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24665
24666 ALL_MAKEFILES="$ALL_MAKEFILES \\
24667         dlls/cabinet/Makefile"
24668 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24669         cabinet"
24670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24671 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24672 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24673
24674 ALL_MAKEFILES="$ALL_MAKEFILES \\
24675         dlls/cabinet/tests/Makefile"
24676 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24677         cabinet/tests"
24678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24679 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24680 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24681
24682 ALL_MAKEFILES="$ALL_MAKEFILES \\
24683         dlls/capi2032/Makefile"
24684 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24685         capi2032"
24686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24687 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24688 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24689
24690 ALL_MAKEFILES="$ALL_MAKEFILES \\
24691         dlls/cards/Makefile"
24692 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24693         cards"
24694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24695 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24696 ac_config_files="$ac_config_files dlls/cards/Makefile"
24697
24698 ALL_MAKEFILES="$ALL_MAKEFILES \\
24699         dlls/cfgmgr32/Makefile"
24700 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24701         cfgmgr32"
24702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24703 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24704 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24705
24706 ALL_MAKEFILES="$ALL_MAKEFILES \\
24707         dlls/clusapi/Makefile"
24708 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24709         clusapi"
24710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24711 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24712 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24713
24714 ALL_MAKEFILES="$ALL_MAKEFILES \\
24715         dlls/comcat/Makefile"
24716 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24717         comcat"
24718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24719 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24720 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24721
24722 ALL_MAKEFILES="$ALL_MAKEFILES \\
24723         dlls/comcat/tests/Makefile"
24724 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24725         comcat/tests"
24726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24727 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24728 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24729
24730 ALL_MAKEFILES="$ALL_MAKEFILES \\
24731         dlls/comctl32/Makefile"
24732 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24733         comctl32"
24734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24735 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24736 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24737
24738 ALL_MAKEFILES="$ALL_MAKEFILES \\
24739         dlls/comctl32/tests/Makefile"
24740 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24741         comctl32/tests"
24742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24743 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24744 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24745
24746 ALL_MAKEFILES="$ALL_MAKEFILES \\
24747         dlls/comdlg32/Makefile"
24748 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24749         comdlg32"
24750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24751 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24752 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24753
24754 ALL_MAKEFILES="$ALL_MAKEFILES \\
24755         dlls/comdlg32/tests/Makefile"
24756 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24757         comdlg32/tests"
24758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24759 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24760 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24761
24762 ALL_MAKEFILES="$ALL_MAKEFILES \\
24763         dlls/comm.drv16/Makefile"
24764 test "x$enable_comm_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24765         comm.drv16"
24766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24767 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24768 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24769
24770 ALL_MAKEFILES="$ALL_MAKEFILES \\
24771         dlls/compstui/Makefile"
24772 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24773         compstui"
24774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24775 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24776 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24777
24778 ALL_MAKEFILES="$ALL_MAKEFILES \\
24779         dlls/credui/Makefile"
24780 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24781         credui"
24782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24783 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24784 ac_config_files="$ac_config_files dlls/credui/Makefile"
24785
24786 ALL_MAKEFILES="$ALL_MAKEFILES \\
24787         dlls/credui/tests/Makefile"
24788 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24789         credui/tests"
24790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24791 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24792 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24793
24794 ALL_MAKEFILES="$ALL_MAKEFILES \\
24795         dlls/crtdll/Makefile"
24796 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24797         crtdll"
24798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24799 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24800 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24801
24802 ALL_MAKEFILES="$ALL_MAKEFILES \\
24803         dlls/crypt32/Makefile"
24804 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24805         crypt32"
24806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24807 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24808 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24809
24810 ALL_MAKEFILES="$ALL_MAKEFILES \\
24811         dlls/crypt32/tests/Makefile"
24812 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24813         crypt32/tests"
24814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24815 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24816 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24817
24818 ALL_MAKEFILES="$ALL_MAKEFILES \\
24819         dlls/cryptdlg/Makefile"
24820 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24821         cryptdlg"
24822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24823 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24824 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24825
24826 ALL_MAKEFILES="$ALL_MAKEFILES \\
24827         dlls/cryptdll/Makefile"
24828 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24829         cryptdll"
24830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24831 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24832 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24833
24834 ALL_MAKEFILES="$ALL_MAKEFILES \\
24835         dlls/cryptnet/Makefile"
24836 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24837         cryptnet"
24838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24839 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24840 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24841
24842 ALL_MAKEFILES="$ALL_MAKEFILES \\
24843         dlls/cryptnet/tests/Makefile"
24844 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24845         cryptnet/tests"
24846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24847 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24848 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24849
24850 ALL_MAKEFILES="$ALL_MAKEFILES \\
24851         dlls/cryptui/Makefile"
24852 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24853         cryptui"
24854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24855 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24856 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24857
24858 ALL_MAKEFILES="$ALL_MAKEFILES \\
24859         dlls/cryptui/tests/Makefile"
24860 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24861         cryptui/tests"
24862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24863 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24864 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24865
24866 ALL_MAKEFILES="$ALL_MAKEFILES \\
24867         dlls/ctapi32/Makefile"
24868 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24869         ctapi32"
24870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24871 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24872 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24873
24874 ALL_MAKEFILES="$ALL_MAKEFILES \\
24875         dlls/ctl3d32/Makefile"
24876 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24877         ctl3d32"
24878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24879 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24880 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24881
24882 ALL_MAKEFILES="$ALL_MAKEFILES \\
24883         dlls/d3d10/Makefile"
24884 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24885         d3d10"
24886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24887 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24888 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24889
24890 ALL_MAKEFILES="$ALL_MAKEFILES \\
24891         dlls/d3d10/tests/Makefile"
24892 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24893         d3d10/tests"
24894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24895 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24896 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24897
24898 ALL_MAKEFILES="$ALL_MAKEFILES \\
24899         dlls/d3d10core/Makefile"
24900 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24901         d3d10core"
24902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24903 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24904 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24905
24906 ALL_MAKEFILES="$ALL_MAKEFILES \\
24907         dlls/d3d10core/tests/Makefile"
24908 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24909         d3d10core/tests"
24910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24911 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24912 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24913
24914 ALL_MAKEFILES="$ALL_MAKEFILES \\
24915         dlls/d3d8/Makefile"
24916 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24917         d3d8"
24918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24919 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24920 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24921
24922 ALL_MAKEFILES="$ALL_MAKEFILES \\
24923         dlls/d3d8/tests/Makefile"
24924 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24925         d3d8/tests"
24926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24927 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24928 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24929
24930 ALL_MAKEFILES="$ALL_MAKEFILES \\
24931         dlls/d3d9/Makefile"
24932 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24933         d3d9"
24934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24935 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24936 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24937
24938 ALL_MAKEFILES="$ALL_MAKEFILES \\
24939         dlls/d3d9/tests/Makefile"
24940 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24941         d3d9/tests"
24942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24943 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24944 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24945
24946 ALL_MAKEFILES="$ALL_MAKEFILES \\
24947         dlls/d3dim/Makefile"
24948 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24949         d3dim"
24950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24951 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24952 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24953
24954 ALL_MAKEFILES="$ALL_MAKEFILES \\
24955         dlls/d3drm/Makefile"
24956 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24957         d3drm"
24958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24959 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24960 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24961
24962 ALL_MAKEFILES="$ALL_MAKEFILES \\
24963         dlls/d3drm/tests/Makefile"
24964 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24965         d3drm/tests"
24966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24967 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24968 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24969
24970 ALL_MAKEFILES="$ALL_MAKEFILES \\
24971         dlls/d3dx8/Makefile"
24972 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24973         d3dx8"
24974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24975 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24976 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24977
24978 ALL_MAKEFILES="$ALL_MAKEFILES \\
24979         dlls/d3dx8/tests/Makefile"
24980 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24981         d3dx8/tests"
24982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24983 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24984 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24985
24986 ALL_MAKEFILES="$ALL_MAKEFILES \\
24987         dlls/d3dx9_24/Makefile"
24988 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24989         d3dx9_24"
24990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24991 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24992 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24993
24994 ALL_MAKEFILES="$ALL_MAKEFILES \\
24995         dlls/d3dx9_25/Makefile"
24996 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24997         d3dx9_25"
24998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24999 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
25000 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
25001
25002 ALL_MAKEFILES="$ALL_MAKEFILES \\
25003         dlls/d3dx9_26/Makefile"
25004 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25005         d3dx9_26"
25006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25007 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
25008 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
25009
25010 ALL_MAKEFILES="$ALL_MAKEFILES \\
25011         dlls/d3dx9_27/Makefile"
25012 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25013         d3dx9_27"
25014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25015 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
25016 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
25017
25018 ALL_MAKEFILES="$ALL_MAKEFILES \\
25019         dlls/d3dx9_28/Makefile"
25020 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25021         d3dx9_28"
25022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25023 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
25024 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
25025
25026 ALL_MAKEFILES="$ALL_MAKEFILES \\
25027         dlls/d3dx9_29/Makefile"
25028 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25029         d3dx9_29"
25030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25031 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
25032 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
25033
25034 ALL_MAKEFILES="$ALL_MAKEFILES \\
25035         dlls/d3dx9_30/Makefile"
25036 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25037         d3dx9_30"
25038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25039 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
25040 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
25041
25042 ALL_MAKEFILES="$ALL_MAKEFILES \\
25043         dlls/d3dx9_31/Makefile"
25044 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25045         d3dx9_31"
25046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25047 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
25048 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
25049
25050 ALL_MAKEFILES="$ALL_MAKEFILES \\
25051         dlls/d3dx9_32/Makefile"
25052 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25053         d3dx9_32"
25054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25055 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
25056 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
25057
25058 ALL_MAKEFILES="$ALL_MAKEFILES \\
25059         dlls/d3dx9_33/Makefile"
25060 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25061         d3dx9_33"
25062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25063 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
25064 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
25065
25066 ALL_MAKEFILES="$ALL_MAKEFILES \\
25067         dlls/d3dx9_34/Makefile"
25068 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25069         d3dx9_34"
25070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25071 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
25072 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
25073
25074 ALL_MAKEFILES="$ALL_MAKEFILES \\
25075         dlls/d3dx9_35/Makefile"
25076 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25077         d3dx9_35"
25078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25079 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
25080 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
25081
25082 ALL_MAKEFILES="$ALL_MAKEFILES \\
25083         dlls/d3dx9_36/Makefile"
25084 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25085         d3dx9_36"
25086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25087 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
25088 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
25089
25090 ALL_MAKEFILES="$ALL_MAKEFILES \\
25091         dlls/d3dx9_36/tests/Makefile"
25092 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25093         d3dx9_36/tests"
25094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25095 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
25096 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
25097
25098 ALL_MAKEFILES="$ALL_MAKEFILES \\
25099         dlls/d3dx9_37/Makefile"
25100 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25101         d3dx9_37"
25102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25103 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
25104 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
25105
25106 ALL_MAKEFILES="$ALL_MAKEFILES \\
25107         dlls/d3dx9_38/Makefile"
25108 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25109         d3dx9_38"
25110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25111 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
25112 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
25113
25114 ALL_MAKEFILES="$ALL_MAKEFILES \\
25115         dlls/d3dx9_39/Makefile"
25116 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25117         d3dx9_39"
25118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25119 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
25120 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
25121
25122 ALL_MAKEFILES="$ALL_MAKEFILES \\
25123         dlls/d3dx9_40/Makefile"
25124 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25125         d3dx9_40"
25126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25127 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
25128 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
25129
25130 ALL_MAKEFILES="$ALL_MAKEFILES \\
25131         dlls/d3dxof/Makefile"
25132 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25133         d3dxof"
25134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25135 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
25136 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
25137
25138 ALL_MAKEFILES="$ALL_MAKEFILES \\
25139         dlls/d3dxof/tests/Makefile"
25140 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25141         d3dxof/tests"
25142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25143 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
25144 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
25145
25146 ALL_MAKEFILES="$ALL_MAKEFILES \\
25147         dlls/dbghelp/Makefile"
25148 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25149         dbghelp"
25150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25151 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
25152 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
25153
25154 ALL_MAKEFILES="$ALL_MAKEFILES \\
25155         dlls/dciman32/Makefile"
25156 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25157         dciman32"
25158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25159 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
25160 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
25161
25162 ALL_MAKEFILES="$ALL_MAKEFILES \\
25163         dlls/ddraw/Makefile"
25164 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25165         ddraw"
25166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25167 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
25168 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
25169
25170 ALL_MAKEFILES="$ALL_MAKEFILES \\
25171         dlls/ddraw/tests/Makefile"
25172 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25173         ddraw/tests"
25174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25175 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
25176 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
25177
25178 ALL_MAKEFILES="$ALL_MAKEFILES \\
25179         dlls/ddrawex/Makefile"
25180 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25181         ddrawex"
25182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25183 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
25184 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
25185
25186 ALL_MAKEFILES="$ALL_MAKEFILES \\
25187         dlls/ddrawex/tests/Makefile"
25188 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25189         ddrawex/tests"
25190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25191 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
25192 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
25193
25194 ALL_MAKEFILES="$ALL_MAKEFILES \\
25195         dlls/devenum/Makefile"
25196 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25197         devenum"
25198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25199 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
25200 ac_config_files="$ac_config_files dlls/devenum/Makefile"
25201
25202 ALL_MAKEFILES="$ALL_MAKEFILES \\
25203         dlls/dinput/Makefile"
25204 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25205         dinput"
25206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25207 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
25208 ac_config_files="$ac_config_files dlls/dinput/Makefile"
25209
25210 ALL_MAKEFILES="$ALL_MAKEFILES \\
25211         dlls/dinput/tests/Makefile"
25212 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25213         dinput/tests"
25214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25215 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25216 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25217
25218 ALL_MAKEFILES="$ALL_MAKEFILES \\
25219         dlls/dinput8/Makefile"
25220 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25221         dinput8"
25222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25223 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25224 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25225
25226 ALL_MAKEFILES="$ALL_MAKEFILES \\
25227         dlls/dispdib.dll16/Makefile"
25228 test "x$enable_dispdib_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25229         dispdib.dll16"
25230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25231 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
25232 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
25233
25234 ALL_MAKEFILES="$ALL_MAKEFILES \\
25235         dlls/display.drv16/Makefile"
25236 test "x$enable_display_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25237         display.drv16"
25238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25239 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
25240 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
25241
25242 ALL_MAKEFILES="$ALL_MAKEFILES \\
25243         dlls/dmband/Makefile"
25244 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25245         dmband"
25246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25247 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25248 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25249
25250 ALL_MAKEFILES="$ALL_MAKEFILES \\
25251         dlls/dmcompos/Makefile"
25252 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25253         dmcompos"
25254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25255 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25256 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25257
25258 ALL_MAKEFILES="$ALL_MAKEFILES \\
25259         dlls/dmime/Makefile"
25260 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25261         dmime"
25262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25263 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25264 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25265
25266 ALL_MAKEFILES="$ALL_MAKEFILES \\
25267         dlls/dmloader/Makefile"
25268 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25269         dmloader"
25270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25271 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25272 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25273
25274 ALL_MAKEFILES="$ALL_MAKEFILES \\
25275         dlls/dmscript/Makefile"
25276 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25277         dmscript"
25278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25279 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25280 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25281
25282 ALL_MAKEFILES="$ALL_MAKEFILES \\
25283         dlls/dmstyle/Makefile"
25284 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25285         dmstyle"
25286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25287 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25288 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25289
25290 ALL_MAKEFILES="$ALL_MAKEFILES \\
25291         dlls/dmsynth/Makefile"
25292 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25293         dmsynth"
25294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25295 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25296 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25297
25298 ALL_MAKEFILES="$ALL_MAKEFILES \\
25299         dlls/dmusic/Makefile"
25300 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25301         dmusic"
25302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25303 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25304 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25305
25306 ALL_MAKEFILES="$ALL_MAKEFILES \\
25307         dlls/dmusic32/Makefile"
25308 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25309         dmusic32"
25310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25311 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25312 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25313
25314 ALL_MAKEFILES="$ALL_MAKEFILES \\
25315         dlls/dnsapi/Makefile"
25316 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25317         dnsapi"
25318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25319 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25320 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25321
25322 ALL_MAKEFILES="$ALL_MAKEFILES \\
25323         dlls/dnsapi/tests/Makefile"
25324 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25325         dnsapi/tests"
25326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25327 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25328 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25329
25330 ALL_MAKEFILES="$ALL_MAKEFILES \\
25331         dlls/dplay/Makefile"
25332 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25333         dplay"
25334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25335 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25336 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25337
25338 ALL_MAKEFILES="$ALL_MAKEFILES \\
25339         dlls/dplayx/Makefile"
25340 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25341         dplayx"
25342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25343 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25344 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25345
25346 ALL_MAKEFILES="$ALL_MAKEFILES \\
25347         dlls/dplayx/tests/Makefile"
25348 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25349         dplayx/tests"
25350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25351 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25352 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25353
25354 ALL_MAKEFILES="$ALL_MAKEFILES \\
25355         dlls/dpnaddr/Makefile"
25356 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25357         dpnaddr"
25358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25359 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25360 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25361
25362 ALL_MAKEFILES="$ALL_MAKEFILES \\
25363         dlls/dpnet/Makefile"
25364 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25365         dpnet"
25366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25367 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25368 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25369
25370 ALL_MAKEFILES="$ALL_MAKEFILES \\
25371         dlls/dpnhpast/Makefile"
25372 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25373         dpnhpast"
25374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25375 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25376 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25377
25378 ALL_MAKEFILES="$ALL_MAKEFILES \\
25379         dlls/dpnlobby/Makefile"
25380 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25381         dpnlobby"
25382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25383 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25384 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25385
25386 ALL_MAKEFILES="$ALL_MAKEFILES \\
25387         dlls/dpwsockx/Makefile"
25388 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25389         dpwsockx"
25390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25391 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25392 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25393
25394 ALL_MAKEFILES="$ALL_MAKEFILES \\
25395         dlls/dsound/Makefile"
25396 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25397         dsound"
25398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25399 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25400 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25401
25402 ALL_MAKEFILES="$ALL_MAKEFILES \\
25403         dlls/dsound/tests/Makefile"
25404 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25405         dsound/tests"
25406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25407 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25408 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25409
25410 ALL_MAKEFILES="$ALL_MAKEFILES \\
25411         dlls/dssenh/Makefile"
25412 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25413         dssenh"
25414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25415 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25416 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25417
25418 ALL_MAKEFILES="$ALL_MAKEFILES \\
25419         dlls/dswave/Makefile"
25420 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25421         dswave"
25422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25423 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25424 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25425
25426 ALL_MAKEFILES="$ALL_MAKEFILES \\
25427         dlls/dwmapi/Makefile"
25428 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25429         dwmapi"
25430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25431 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25432 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25433
25434 ALL_MAKEFILES="$ALL_MAKEFILES \\
25435         dlls/dxdiagn/Makefile"
25436 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25437         dxdiagn"
25438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25439 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25440 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25441
25442 ALL_MAKEFILES="$ALL_MAKEFILES \\
25443         dlls/dxerr8/Makefile"
25444 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25445         dxerr8"
25446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25447 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25448 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25449
25450 ALL_MAKEFILES="$ALL_MAKEFILES \\
25451         dlls/dxerr9/Makefile"
25452 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25453         dxerr9"
25454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25455 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25456 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25457
25458 ALL_MAKEFILES="$ALL_MAKEFILES \\
25459         dlls/dxgi/Makefile"
25460 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25461         dxgi"
25462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25463 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25464 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25465
25466 ALL_MAKEFILES="$ALL_MAKEFILES \\
25467         dlls/dxgi/tests/Makefile"
25468 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25469         dxgi/tests"
25470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25471 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25472 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25473
25474 ALL_MAKEFILES="$ALL_MAKEFILES \\
25475         dlls/dxguid/Makefile"
25476 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25477         dxguid"
25478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25479 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25480 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25481
25482 ALL_MAKEFILES="$ALL_MAKEFILES \\
25483         dlls/faultrep/Makefile"
25484 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25485         faultrep"
25486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25487 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25488 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25489
25490 ALL_MAKEFILES="$ALL_MAKEFILES \\
25491         dlls/fusion/Makefile"
25492 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25493         fusion"
25494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25495 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25496 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25497
25498 ALL_MAKEFILES="$ALL_MAKEFILES \\
25499         dlls/fusion/tests/Makefile"
25500 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25501         fusion/tests"
25502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25503 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25504 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25505
25506 ALL_MAKEFILES="$ALL_MAKEFILES \\
25507         dlls/gdi32/Makefile"
25508 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25509         gdi32"
25510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25511 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25512 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25513
25514 ALL_MAKEFILES="$ALL_MAKEFILES \\
25515         dlls/gdi32/tests/Makefile"
25516 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25517         gdi32/tests"
25518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25519 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25520 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25521
25522 ALL_MAKEFILES="$ALL_MAKEFILES \\
25523         dlls/gdiplus/Makefile"
25524 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25525         gdiplus"
25526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25527 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25528 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25529
25530 ALL_MAKEFILES="$ALL_MAKEFILES \\
25531         dlls/gdiplus/tests/Makefile"
25532 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25533         gdiplus/tests"
25534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25535 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25536 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25537
25538 ALL_MAKEFILES="$ALL_MAKEFILES \\
25539         dlls/glu32/Makefile"
25540 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25541         glu32"
25542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25543 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25544 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25545
25546 ALL_MAKEFILES="$ALL_MAKEFILES \\
25547         dlls/gphoto2.ds/Makefile"
25548 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25549         gphoto2.ds"
25550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25551 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25552 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25553
25554 ALL_MAKEFILES="$ALL_MAKEFILES \\
25555         dlls/gpkcsp/Makefile"
25556 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25557         gpkcsp"
25558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25559 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25560 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25561
25562 ALL_MAKEFILES="$ALL_MAKEFILES \\
25563         dlls/hal/Makefile"
25564 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25565         hal"
25566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25567 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25568 ac_config_files="$ac_config_files dlls/hal/Makefile"
25569
25570 ALL_MAKEFILES="$ALL_MAKEFILES \\
25571         dlls/hhctrl.ocx/Makefile"
25572 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25573         hhctrl.ocx"
25574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25575 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25576 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25577
25578 ALL_MAKEFILES="$ALL_MAKEFILES \\
25579         dlls/hid/Makefile"
25580 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25581         hid"
25582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25583 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25584 ac_config_files="$ac_config_files dlls/hid/Makefile"
25585
25586 ALL_MAKEFILES="$ALL_MAKEFILES \\
25587         dlls/hlink/Makefile"
25588 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25589         hlink"
25590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25591 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25592 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25593
25594 ALL_MAKEFILES="$ALL_MAKEFILES \\
25595         dlls/hlink/tests/Makefile"
25596 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25597         hlink/tests"
25598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25599 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25600 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25601
25602 ALL_MAKEFILES="$ALL_MAKEFILES \\
25603         dlls/hnetcfg/Makefile"
25604 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25605         hnetcfg"
25606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25607 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25608 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25609
25610 ALL_MAKEFILES="$ALL_MAKEFILES \\
25611         dlls/httpapi/Makefile"
25612 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25613         httpapi"
25614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25615 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25616 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25617
25618 ALL_MAKEFILES="$ALL_MAKEFILES \\
25619         dlls/iccvid/Makefile"
25620 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25621         iccvid"
25622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25623 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25624 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25625
25626 ALL_MAKEFILES="$ALL_MAKEFILES \\
25627         dlls/icmp/Makefile"
25628 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25629         icmp"
25630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25631 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25632 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25633
25634 ALL_MAKEFILES="$ALL_MAKEFILES \\
25635         dlls/ifsmgr.vxd/Makefile"
25636 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25637         ifsmgr.vxd"
25638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25639 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25640 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25641
25642 ALL_MAKEFILES="$ALL_MAKEFILES \\
25643         dlls/imaadp32.acm/Makefile"
25644 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25645         imaadp32.acm"
25646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25647 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25648 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25649
25650 ALL_MAKEFILES="$ALL_MAKEFILES \\
25651         dlls/imagehlp/Makefile"
25652 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25653         imagehlp"
25654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25655 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25656 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25657
25658 ALL_MAKEFILES="$ALL_MAKEFILES \\
25659         dlls/imm32/Makefile"
25660 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25661         imm32"
25662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25663 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25664 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25665
25666 ALL_MAKEFILES="$ALL_MAKEFILES \\
25667         dlls/imm32/tests/Makefile"
25668 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25669         imm32/tests"
25670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25671 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25672 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25673
25674 ALL_MAKEFILES="$ALL_MAKEFILES \\
25675         dlls/inetcomm/Makefile"
25676 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25677         inetcomm"
25678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25679 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25680 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25681
25682 ALL_MAKEFILES="$ALL_MAKEFILES \\
25683         dlls/inetcomm/tests/Makefile"
25684 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25685         inetcomm/tests"
25686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25687 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25688 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25689
25690 ALL_MAKEFILES="$ALL_MAKEFILES \\
25691         dlls/inetmib1/Makefile"
25692 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25693         inetmib1"
25694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25695 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25696 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25697
25698 ALL_MAKEFILES="$ALL_MAKEFILES \\
25699         dlls/inetmib1/tests/Makefile"
25700 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25701         inetmib1/tests"
25702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25703 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25704 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25705
25706 ALL_MAKEFILES="$ALL_MAKEFILES \\
25707         dlls/infosoft/Makefile"
25708 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25709         infosoft"
25710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25711 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25712 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25713
25714 ALL_MAKEFILES="$ALL_MAKEFILES \\
25715         dlls/infosoft/tests/Makefile"
25716 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25717         infosoft/tests"
25718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25719 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25720 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25721
25722 ALL_MAKEFILES="$ALL_MAKEFILES \\
25723         dlls/initpki/Makefile"
25724 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25725         initpki"
25726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25727 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25728 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25729
25730 ALL_MAKEFILES="$ALL_MAKEFILES \\
25731         dlls/inkobj/Makefile"
25732 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25733         inkobj"
25734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25735 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25736 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25737
25738 ALL_MAKEFILES="$ALL_MAKEFILES \\
25739         dlls/inseng/Makefile"
25740 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25741         inseng"
25742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25743 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25744 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25745
25746 ALL_MAKEFILES="$ALL_MAKEFILES \\
25747         dlls/iphlpapi/Makefile"
25748 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25749         iphlpapi"
25750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25751 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25752 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25753
25754 ALL_MAKEFILES="$ALL_MAKEFILES \\
25755         dlls/iphlpapi/tests/Makefile"
25756 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25757         iphlpapi/tests"
25758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25759 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25760 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25761
25762 ALL_MAKEFILES="$ALL_MAKEFILES \\
25763         dlls/itircl/Makefile"
25764 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25765         itircl"
25766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25767 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25768 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25769
25770 ALL_MAKEFILES="$ALL_MAKEFILES \\
25771         dlls/itss/Makefile"
25772 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25773         itss"
25774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25775 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25776 ac_config_files="$ac_config_files dlls/itss/Makefile"
25777
25778 ALL_MAKEFILES="$ALL_MAKEFILES \\
25779         dlls/itss/tests/Makefile"
25780 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25781         itss/tests"
25782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25783 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25784 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25785
25786 ALL_MAKEFILES="$ALL_MAKEFILES \\
25787         dlls/jscript/Makefile"
25788 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25789         jscript"
25790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25791 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25792 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25793
25794 ALL_MAKEFILES="$ALL_MAKEFILES \\
25795         dlls/jscript/tests/Makefile"
25796 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25797         jscript/tests"
25798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25799 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25800 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25801
25802 ALL_MAKEFILES="$ALL_MAKEFILES \\
25803         dlls/kernel32/Makefile"
25804 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25805         kernel32"
25806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25807 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25808 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25809
25810 ALL_MAKEFILES="$ALL_MAKEFILES \\
25811         dlls/kernel32/tests/Makefile"
25812 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25813         kernel32/tests"
25814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25815 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25816 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25817
25818 ALL_MAKEFILES="$ALL_MAKEFILES \\
25819         dlls/keyboard.drv16/Makefile"
25820 test "x$enable_keyboard_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25821         keyboard.drv16"
25822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25823 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
25824 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
25825
25826 ALL_MAKEFILES="$ALL_MAKEFILES \\
25827         dlls/loadperf/Makefile"
25828 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25829         loadperf"
25830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25831 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25832 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25833
25834 ALL_MAKEFILES="$ALL_MAKEFILES \\
25835         dlls/localspl/Makefile"
25836 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25837         localspl"
25838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25839 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25840 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25841
25842 ALL_MAKEFILES="$ALL_MAKEFILES \\
25843         dlls/localspl/tests/Makefile"
25844 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25845         localspl/tests"
25846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25847 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25848 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25849
25850 ALL_MAKEFILES="$ALL_MAKEFILES \\
25851         dlls/localui/Makefile"
25852 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25853         localui"
25854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25855 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25856 ac_config_files="$ac_config_files dlls/localui/Makefile"
25857
25858 ALL_MAKEFILES="$ALL_MAKEFILES \\
25859         dlls/localui/tests/Makefile"
25860 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25861         localui/tests"
25862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25863 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25864 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25865
25866 ALL_MAKEFILES="$ALL_MAKEFILES \\
25867         dlls/lz32/Makefile"
25868 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25869         lz32"
25870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25871 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25872 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25873
25874 ALL_MAKEFILES="$ALL_MAKEFILES \\
25875         dlls/lz32/tests/Makefile"
25876 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25877         lz32/tests"
25878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25879 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25880 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25881
25882 ALL_MAKEFILES="$ALL_MAKEFILES \\
25883         dlls/lzexpand.dll16/Makefile"
25884 test "x$enable_lzexpand_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25885         lzexpand.dll16"
25886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25887 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
25888 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
25889
25890 ALL_MAKEFILES="$ALL_MAKEFILES \\
25891         dlls/mapi32/Makefile"
25892 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25893         mapi32"
25894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25895 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25896 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25897
25898 ALL_MAKEFILES="$ALL_MAKEFILES \\
25899         dlls/mapi32/tests/Makefile"
25900 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25901         mapi32/tests"
25902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25903 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25904 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25905
25906 ALL_MAKEFILES="$ALL_MAKEFILES \\
25907         dlls/mciavi32/Makefile"
25908 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25909         mciavi32"
25910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25911 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25912 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25913
25914 ALL_MAKEFILES="$ALL_MAKEFILES \\
25915         dlls/mcicda/Makefile"
25916 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25917         mcicda"
25918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25919 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25920 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25921
25922 ALL_MAKEFILES="$ALL_MAKEFILES \\
25923         dlls/mciqtz32/Makefile"
25924 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25925         mciqtz32"
25926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25927 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
25928 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
25929
25930 ALL_MAKEFILES="$ALL_MAKEFILES \\
25931         dlls/mciseq/Makefile"
25932 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25933         mciseq"
25934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25935 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25936 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25937
25938 ALL_MAKEFILES="$ALL_MAKEFILES \\
25939         dlls/mciwave/Makefile"
25940 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25941         mciwave"
25942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25943 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25944 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25945
25946 ALL_MAKEFILES="$ALL_MAKEFILES \\
25947         dlls/midimap/Makefile"
25948 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25949         midimap"
25950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25951 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25952 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25953
25954 ALL_MAKEFILES="$ALL_MAKEFILES \\
25955         dlls/mlang/Makefile"
25956 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25957         mlang"
25958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25959 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25960 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25961
25962 ALL_MAKEFILES="$ALL_MAKEFILES \\
25963         dlls/mlang/tests/Makefile"
25964 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25965         mlang/tests"
25966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25967 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25968 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25969
25970 ALL_MAKEFILES="$ALL_MAKEFILES \\
25971         dlls/mmdevldr.vxd/Makefile"
25972 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25973         mmdevldr.vxd"
25974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25975 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25976 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25977
25978 ALL_MAKEFILES="$ALL_MAKEFILES \\
25979         dlls/monodebg.vxd/Makefile"
25980 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25981         monodebg.vxd"
25982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25983 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25984 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25985
25986 ALL_MAKEFILES="$ALL_MAKEFILES \\
25987         dlls/mountmgr.sys/Makefile"
25988 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25989         mountmgr.sys"
25990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25991 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25992 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25993
25994 ALL_MAKEFILES="$ALL_MAKEFILES \\
25995         dlls/mouse.drv16/Makefile"
25996 test "x$enable_mouse_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25997         mouse.drv16"
25998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25999 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
26000 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
26001
26002 ALL_MAKEFILES="$ALL_MAKEFILES \\
26003         dlls/mpr/Makefile"
26004 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26005         mpr"
26006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26007 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
26008 ac_config_files="$ac_config_files dlls/mpr/Makefile"
26009
26010 ALL_MAKEFILES="$ALL_MAKEFILES \\
26011         dlls/mprapi/Makefile"
26012 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26013         mprapi"
26014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26015 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
26016 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
26017
26018 ALL_MAKEFILES="$ALL_MAKEFILES \\
26019         dlls/msacm.dll16/Makefile"
26020 test "x$enable_msacm_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26021         msacm.dll16"
26022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26023 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
26024 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
26025
26026 ALL_MAKEFILES="$ALL_MAKEFILES \\
26027         dlls/msacm32.drv/Makefile"
26028 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26029         msacm32.drv"
26030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26031 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
26032 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
26033
26034 ALL_MAKEFILES="$ALL_MAKEFILES \\
26035         dlls/msacm32/Makefile"
26036 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26037         msacm32"
26038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26039 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
26040 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
26041
26042 ALL_MAKEFILES="$ALL_MAKEFILES \\
26043         dlls/msacm32/tests/Makefile"
26044 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26045         msacm32/tests"
26046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26047 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
26048 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
26049
26050 ALL_MAKEFILES="$ALL_MAKEFILES \\
26051         dlls/msadp32.acm/Makefile"
26052 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26053         msadp32.acm"
26054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26055 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
26056 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
26057
26058 ALL_MAKEFILES="$ALL_MAKEFILES \\
26059         dlls/mscat32/Makefile"
26060 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26061         mscat32"
26062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26063 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
26064 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
26065
26066 ALL_MAKEFILES="$ALL_MAKEFILES \\
26067         dlls/mscms/Makefile"
26068 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26069         mscms"
26070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26071 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
26072 ac_config_files="$ac_config_files dlls/mscms/Makefile"
26073
26074 ALL_MAKEFILES="$ALL_MAKEFILES \\
26075         dlls/mscms/tests/Makefile"
26076 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26077         mscms/tests"
26078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26079 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
26080 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
26081
26082 ALL_MAKEFILES="$ALL_MAKEFILES \\
26083         dlls/mscoree/Makefile"
26084 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26085         mscoree"
26086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26087 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
26088 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
26089
26090 ALL_MAKEFILES="$ALL_MAKEFILES \\
26091         dlls/msctf/Makefile"
26092 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26093         msctf"
26094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26095 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
26096 ac_config_files="$ac_config_files dlls/msctf/Makefile"
26097
26098 ALL_MAKEFILES="$ALL_MAKEFILES \\
26099         dlls/msctf/tests/Makefile"
26100 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26101         msctf/tests"
26102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26103 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
26104 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
26105
26106 ALL_MAKEFILES="$ALL_MAKEFILES \\
26107         dlls/msdmo/Makefile"
26108 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26109         msdmo"
26110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26111 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
26112 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
26113
26114 ALL_MAKEFILES="$ALL_MAKEFILES \\
26115         dlls/msftedit/Makefile"
26116 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26117         msftedit"
26118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26119 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
26120 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
26121
26122 ALL_MAKEFILES="$ALL_MAKEFILES \\
26123         dlls/msg711.acm/Makefile"
26124 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26125         msg711.acm"
26126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26127 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
26128 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
26129
26130 ALL_MAKEFILES="$ALL_MAKEFILES \\
26131         dlls/mshtml.tlb/Makefile"
26132 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26133         mshtml.tlb"
26134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26135 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
26136 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
26137
26138 ALL_MAKEFILES="$ALL_MAKEFILES \\
26139         dlls/mshtml/Makefile"
26140 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26141         mshtml"
26142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26143 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
26144 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
26145
26146 ALL_MAKEFILES="$ALL_MAKEFILES \\
26147         dlls/mshtml/tests/Makefile"
26148 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26149         mshtml/tests"
26150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26151 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
26152 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
26153
26154 ALL_MAKEFILES="$ALL_MAKEFILES \\
26155         dlls/msi/Makefile"
26156 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26157         msi"
26158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26159 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
26160 ac_config_files="$ac_config_files dlls/msi/Makefile"
26161
26162 ALL_MAKEFILES="$ALL_MAKEFILES \\
26163         dlls/msi/tests/Makefile"
26164 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26165         msi/tests"
26166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26167 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
26168 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
26169
26170 ALL_MAKEFILES="$ALL_MAKEFILES \\
26171         dlls/msimg32/Makefile"
26172 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26173         msimg32"
26174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26175 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
26176 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
26177
26178 ALL_MAKEFILES="$ALL_MAKEFILES \\
26179         dlls/msimtf/Makefile"
26180 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26181         msimtf"
26182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26183 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
26184 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
26185
26186 ALL_MAKEFILES="$ALL_MAKEFILES \\
26187         dlls/msisip/Makefile"
26188 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26189         msisip"
26190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26191 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
26192 ac_config_files="$ac_config_files dlls/msisip/Makefile"
26193
26194 ALL_MAKEFILES="$ALL_MAKEFILES \\
26195         dlls/msisys.ocx/Makefile"
26196 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26197         msisys.ocx"
26198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26199 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
26200 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
26201
26202 ALL_MAKEFILES="$ALL_MAKEFILES \\
26203         dlls/msnet32/Makefile"
26204 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26205         msnet32"
26206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26207 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
26208 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
26209
26210 ALL_MAKEFILES="$ALL_MAKEFILES \\
26211         dlls/msrle32/Makefile"
26212 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26213         msrle32"
26214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26215 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
26216 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
26217
26218 ALL_MAKEFILES="$ALL_MAKEFILES \\
26219         dlls/mssign32/Makefile"
26220 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26221         mssign32"
26222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26223 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
26224 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
26225
26226 ALL_MAKEFILES="$ALL_MAKEFILES \\
26227         dlls/mssip32/Makefile"
26228 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26229         mssip32"
26230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26231 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
26232 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
26233
26234 ALL_MAKEFILES="$ALL_MAKEFILES \\
26235         dlls/mstask/Makefile"
26236 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26237         mstask"
26238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26239 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
26240 ac_config_files="$ac_config_files dlls/mstask/Makefile"
26241
26242 ALL_MAKEFILES="$ALL_MAKEFILES \\
26243         dlls/mstask/tests/Makefile"
26244 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26245         mstask/tests"
26246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26247 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
26248 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
26249
26250 ALL_MAKEFILES="$ALL_MAKEFILES \\
26251         dlls/msvcirt/Makefile"
26252 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26253         msvcirt"
26254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26255 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
26256 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
26257
26258 ALL_MAKEFILES="$ALL_MAKEFILES \\
26259         dlls/msvcr71/Makefile"
26260 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26261         msvcr71"
26262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26263 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26264 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26265
26266 ALL_MAKEFILES="$ALL_MAKEFILES \\
26267         dlls/msvcrt/Makefile"
26268 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26269         msvcrt"
26270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26271 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26272 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26273
26274 ALL_MAKEFILES="$ALL_MAKEFILES \\
26275         dlls/msvcrt/tests/Makefile"
26276 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26277         msvcrt/tests"
26278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26279 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26280 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26281
26282 ALL_MAKEFILES="$ALL_MAKEFILES \\
26283         dlls/msvcrt20/Makefile"
26284 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26285         msvcrt20"
26286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26287 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26288 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26289
26290 ALL_MAKEFILES="$ALL_MAKEFILES \\
26291         dlls/msvcrt40/Makefile"
26292 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26293         msvcrt40"
26294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26295 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26296 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26297
26298 ALL_MAKEFILES="$ALL_MAKEFILES \\
26299         dlls/msvcrtd/Makefile"
26300 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26301         msvcrtd"
26302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26303 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26304 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26305
26306 ALL_MAKEFILES="$ALL_MAKEFILES \\
26307         dlls/msvcrtd/tests/Makefile"
26308 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26309         msvcrtd/tests"
26310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26311 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26312 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26313
26314 ALL_MAKEFILES="$ALL_MAKEFILES \\
26315         dlls/msvfw32/Makefile"
26316 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26317         msvfw32"
26318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26319 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26320 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26321
26322 ALL_MAKEFILES="$ALL_MAKEFILES \\
26323         dlls/msvfw32/tests/Makefile"
26324 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26325         msvfw32/tests"
26326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26327 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26328 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26329
26330 ALL_MAKEFILES="$ALL_MAKEFILES \\
26331         dlls/msvidc32/Makefile"
26332 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26333         msvidc32"
26334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26335 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26336 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26337
26338 ALL_MAKEFILES="$ALL_MAKEFILES \\
26339         dlls/mswsock/Makefile"
26340 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26341         mswsock"
26342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26343 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26344 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26345
26346 ALL_MAKEFILES="$ALL_MAKEFILES \\
26347         dlls/msxml3/Makefile"
26348 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26349         msxml3"
26350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26351 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26352 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26353
26354 ALL_MAKEFILES="$ALL_MAKEFILES \\
26355         dlls/msxml3/tests/Makefile"
26356 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26357         msxml3/tests"
26358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26359 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26360 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26361
26362 ALL_MAKEFILES="$ALL_MAKEFILES \\
26363         dlls/nddeapi/Makefile"
26364 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26365         nddeapi"
26366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26367 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26368 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26369
26370 ALL_MAKEFILES="$ALL_MAKEFILES \\
26371         dlls/netapi32/Makefile"
26372 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26373         netapi32"
26374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26375 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26376 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26377
26378 ALL_MAKEFILES="$ALL_MAKEFILES \\
26379         dlls/netapi32/tests/Makefile"
26380 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26381         netapi32/tests"
26382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26383 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26384 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26385
26386 ALL_MAKEFILES="$ALL_MAKEFILES \\
26387         dlls/newdev/Makefile"
26388 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26389         newdev"
26390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26391 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26392 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26393
26394 ALL_MAKEFILES="$ALL_MAKEFILES \\
26395         dlls/ntdll/Makefile"
26396 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26397         ntdll"
26398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26399 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26400 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26401
26402 ALL_MAKEFILES="$ALL_MAKEFILES \\
26403         dlls/ntdll/tests/Makefile"
26404 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26405         ntdll/tests"
26406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26407 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26408 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26409
26410 ALL_MAKEFILES="$ALL_MAKEFILES \\
26411         dlls/ntdsapi/Makefile"
26412 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26413         ntdsapi"
26414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26415 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26416 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26417
26418 ALL_MAKEFILES="$ALL_MAKEFILES \\
26419         dlls/ntdsapi/tests/Makefile"
26420 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26421         ntdsapi/tests"
26422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26423 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26424 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26425
26426 ALL_MAKEFILES="$ALL_MAKEFILES \\
26427         dlls/ntoskrnl.exe/Makefile"
26428 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26429         ntoskrnl.exe"
26430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26431 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26432 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26433
26434 ALL_MAKEFILES="$ALL_MAKEFILES \\
26435         dlls/ntprint/Makefile"
26436 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26437         ntprint"
26438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26439 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26440 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26441
26442 ALL_MAKEFILES="$ALL_MAKEFILES \\
26443         dlls/ntprint/tests/Makefile"
26444 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26445         ntprint/tests"
26446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26447 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26448 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26449
26450 ALL_MAKEFILES="$ALL_MAKEFILES \\
26451         dlls/objsel/Makefile"
26452 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26453         objsel"
26454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26455 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26456 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26457
26458 ALL_MAKEFILES="$ALL_MAKEFILES \\
26459         dlls/odbc32/Makefile"
26460 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26461         odbc32"
26462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26463 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26464 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26465
26466 ALL_MAKEFILES="$ALL_MAKEFILES \\
26467         dlls/odbccp32/Makefile"
26468 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26469         odbccp32"
26470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26471 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26472 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26473
26474 ALL_MAKEFILES="$ALL_MAKEFILES \\
26475         dlls/odbccp32/tests/Makefile"
26476 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26477         odbccp32/tests"
26478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26479 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26480 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26481
26482 ALL_MAKEFILES="$ALL_MAKEFILES \\
26483         dlls/ole2conv.dll16/Makefile"
26484 test "x$enable_ole2conv_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26485         ole2conv.dll16"
26486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26487 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
26488 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
26489
26490 ALL_MAKEFILES="$ALL_MAKEFILES \\
26491         dlls/ole2nls.dll16/Makefile"
26492 test "x$enable_ole2nls_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26493         ole2nls.dll16"
26494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26495 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
26496 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
26497
26498 ALL_MAKEFILES="$ALL_MAKEFILES \\
26499         dlls/ole2prox.dll16/Makefile"
26500 test "x$enable_ole2prox_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26501         ole2prox.dll16"
26502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26503 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
26504 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
26505
26506 ALL_MAKEFILES="$ALL_MAKEFILES \\
26507         dlls/ole2thk.dll16/Makefile"
26508 test "x$enable_ole2thk_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26509         ole2thk.dll16"
26510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26511 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
26512 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
26513
26514 ALL_MAKEFILES="$ALL_MAKEFILES \\
26515         dlls/ole32/Makefile"
26516 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26517         ole32"
26518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26519 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26520 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26521
26522 ALL_MAKEFILES="$ALL_MAKEFILES \\
26523         dlls/ole32/tests/Makefile"
26524 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26525         ole32/tests"
26526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26527 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26528 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26529
26530 ALL_MAKEFILES="$ALL_MAKEFILES \\
26531         dlls/oleacc/Makefile"
26532 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26533         oleacc"
26534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26535 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26536 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26537
26538 ALL_MAKEFILES="$ALL_MAKEFILES \\
26539         dlls/oleacc/tests/Makefile"
26540 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26541         oleacc/tests"
26542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26543 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26544 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26545
26546 ALL_MAKEFILES="$ALL_MAKEFILES \\
26547         dlls/oleaut32/Makefile"
26548 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26549         oleaut32"
26550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26551 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26552 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26553
26554 ALL_MAKEFILES="$ALL_MAKEFILES \\
26555         dlls/oleaut32/tests/Makefile"
26556 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26557         oleaut32/tests"
26558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26559 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26560 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26561
26562 ALL_MAKEFILES="$ALL_MAKEFILES \\
26563         dlls/olecli.dll16/Makefile"
26564 test "x$enable_olecli_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26565         olecli.dll16"
26566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26567 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
26568 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
26569
26570 ALL_MAKEFILES="$ALL_MAKEFILES \\
26571         dlls/olecli32/Makefile"
26572 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26573         olecli32"
26574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26575 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26576 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26577
26578 ALL_MAKEFILES="$ALL_MAKEFILES \\
26579         dlls/oledlg/Makefile"
26580 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26581         oledlg"
26582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26583 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26584 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26585
26586 ALL_MAKEFILES="$ALL_MAKEFILES \\
26587         dlls/olepro32/Makefile"
26588 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26589         olepro32"
26590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26591 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26592 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26593
26594 ALL_MAKEFILES="$ALL_MAKEFILES \\
26595         dlls/olesvr.dll16/Makefile"
26596 test "x$enable_olesvr_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26597         olesvr.dll16"
26598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26599 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
26600 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
26601
26602 ALL_MAKEFILES="$ALL_MAKEFILES \\
26603         dlls/olesvr32/Makefile"
26604 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26605         olesvr32"
26606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26607 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26608 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26609
26610 ALL_MAKEFILES="$ALL_MAKEFILES \\
26611         dlls/olethk32/Makefile"
26612 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26613         olethk32"
26614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26615 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26616 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26617
26618 ALL_MAKEFILES="$ALL_MAKEFILES \\
26619         dlls/opengl32/Makefile"
26620 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26621         opengl32"
26622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26623 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26624 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26625
26626 ALL_MAKEFILES="$ALL_MAKEFILES \\
26627         dlls/opengl32/tests/Makefile"
26628 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26629         opengl32/tests"
26630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26631 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26632 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26633
26634 ALL_MAKEFILES="$ALL_MAKEFILES \\
26635         dlls/pdh/Makefile"
26636 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26637         pdh"
26638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26639 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26640 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26641
26642 ALL_MAKEFILES="$ALL_MAKEFILES \\
26643         dlls/pdh/tests/Makefile"
26644 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26645         pdh/tests"
26646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26647 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26648 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26649
26650 ALL_MAKEFILES="$ALL_MAKEFILES \\
26651         dlls/pidgen/Makefile"
26652 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26653         pidgen"
26654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26655 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26656 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26657
26658 ALL_MAKEFILES="$ALL_MAKEFILES \\
26659         dlls/powrprof/Makefile"
26660 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26661         powrprof"
26662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26663 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26664 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26665
26666 ALL_MAKEFILES="$ALL_MAKEFILES \\
26667         dlls/printui/Makefile"
26668 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26669         printui"
26670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26671 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26672 ac_config_files="$ac_config_files dlls/printui/Makefile"
26673
26674 ALL_MAKEFILES="$ALL_MAKEFILES \\
26675         dlls/propsys/Makefile"
26676 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26677         propsys"
26678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26679 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26680 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26681
26682 ALL_MAKEFILES="$ALL_MAKEFILES \\
26683         dlls/psapi/Makefile"
26684 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26685         psapi"
26686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26687 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26688 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26689
26690 ALL_MAKEFILES="$ALL_MAKEFILES \\
26691         dlls/psapi/tests/Makefile"
26692 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26693         psapi/tests"
26694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26695 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26696 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26697
26698 ALL_MAKEFILES="$ALL_MAKEFILES \\
26699         dlls/pstorec/Makefile"
26700 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26701         pstorec"
26702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26703 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26704 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26705
26706 ALL_MAKEFILES="$ALL_MAKEFILES \\
26707         dlls/qcap/Makefile"
26708 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26709         qcap"
26710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26711 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26712 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26713
26714 ALL_MAKEFILES="$ALL_MAKEFILES \\
26715         dlls/qedit/Makefile"
26716 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26717         qedit"
26718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26719 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26720 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26721
26722 ALL_MAKEFILES="$ALL_MAKEFILES \\
26723         dlls/qedit/tests/Makefile"
26724 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26725         qedit/tests"
26726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26727 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26728 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26729
26730 ALL_MAKEFILES="$ALL_MAKEFILES \\
26731         dlls/qmgr/Makefile"
26732 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26733         qmgr"
26734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26735 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26736 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26737
26738 ALL_MAKEFILES="$ALL_MAKEFILES \\
26739         dlls/qmgr/tests/Makefile"
26740 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26741         qmgr/tests"
26742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26743 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26744 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26745
26746 ALL_MAKEFILES="$ALL_MAKEFILES \\
26747         dlls/qmgrprxy/Makefile"
26748 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26749         qmgrprxy"
26750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26751 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26752 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26753
26754 ALL_MAKEFILES="$ALL_MAKEFILES \\
26755         dlls/quartz/Makefile"
26756 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26757         quartz"
26758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26759 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26760 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26761
26762 ALL_MAKEFILES="$ALL_MAKEFILES \\
26763         dlls/quartz/tests/Makefile"
26764 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26765         quartz/tests"
26766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26767 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26768 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26769
26770 ALL_MAKEFILES="$ALL_MAKEFILES \\
26771         dlls/query/Makefile"
26772 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26773         query"
26774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26775 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26776 ac_config_files="$ac_config_files dlls/query/Makefile"
26777
26778 ALL_MAKEFILES="$ALL_MAKEFILES \\
26779         dlls/rasapi32/Makefile"
26780 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26781         rasapi32"
26782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26783 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26784 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26785
26786 ALL_MAKEFILES="$ALL_MAKEFILES \\
26787         dlls/rasapi32/tests/Makefile"
26788 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26789         rasapi32/tests"
26790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26791 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26792 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26793
26794 ALL_MAKEFILES="$ALL_MAKEFILES \\
26795         dlls/rasdlg/Makefile"
26796 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26797         rasdlg"
26798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26799 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26800 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26801
26802 ALL_MAKEFILES="$ALL_MAKEFILES \\
26803         dlls/resutils/Makefile"
26804 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26805         resutils"
26806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26807 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26808 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26809
26810 ALL_MAKEFILES="$ALL_MAKEFILES \\
26811         dlls/riched20/Makefile"
26812 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26813         riched20"
26814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26815 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26816 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26817
26818 ALL_MAKEFILES="$ALL_MAKEFILES \\
26819         dlls/riched20/tests/Makefile"
26820 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26821         riched20/tests"
26822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26823 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26824 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26825
26826 ALL_MAKEFILES="$ALL_MAKEFILES \\
26827         dlls/riched32/Makefile"
26828 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26829         riched32"
26830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26831 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26832 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26833
26834 ALL_MAKEFILES="$ALL_MAKEFILES \\
26835         dlls/riched32/tests/Makefile"
26836 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26837         riched32/tests"
26838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26839 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26840 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26841
26842 ALL_MAKEFILES="$ALL_MAKEFILES \\
26843         dlls/rpcrt4/Makefile"
26844 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26845         rpcrt4"
26846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26847 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26848 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26849
26850 ALL_MAKEFILES="$ALL_MAKEFILES \\
26851         dlls/rpcrt4/tests/Makefile"
26852 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26853         rpcrt4/tests"
26854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26855 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26856 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26857
26858 ALL_MAKEFILES="$ALL_MAKEFILES \\
26859         dlls/rsabase/Makefile"
26860 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26861         rsabase"
26862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26863 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26864 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26865
26866 ALL_MAKEFILES="$ALL_MAKEFILES \\
26867         dlls/rsaenh/Makefile"
26868 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26869         rsaenh"
26870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26871 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26872 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26873
26874 ALL_MAKEFILES="$ALL_MAKEFILES \\
26875         dlls/rsaenh/tests/Makefile"
26876 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26877         rsaenh/tests"
26878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26879 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26880 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26881
26882 ALL_MAKEFILES="$ALL_MAKEFILES \\
26883         dlls/sane.ds/Makefile"
26884 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26885         sane.ds"
26886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26887 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26888 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26889
26890 ALL_MAKEFILES="$ALL_MAKEFILES \\
26891         dlls/sccbase/Makefile"
26892 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26893         sccbase"
26894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26895 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26896 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26897
26898 ALL_MAKEFILES="$ALL_MAKEFILES \\
26899         dlls/schannel/Makefile"
26900 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26901         schannel"
26902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26903 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26904 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26905
26906 ALL_MAKEFILES="$ALL_MAKEFILES \\
26907         dlls/schannel/tests/Makefile"
26908 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26909         schannel/tests"
26910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26911 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26912 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26913
26914 ALL_MAKEFILES="$ALL_MAKEFILES \\
26915         dlls/secur32/Makefile"
26916 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26917         secur32"
26918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26919 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26920 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26921
26922 ALL_MAKEFILES="$ALL_MAKEFILES \\
26923         dlls/secur32/tests/Makefile"
26924 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26925         secur32/tests"
26926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26927 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26928 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26929
26930 ALL_MAKEFILES="$ALL_MAKEFILES \\
26931         dlls/security/Makefile"
26932 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26933         security"
26934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26935 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26936 ac_config_files="$ac_config_files dlls/security/Makefile"
26937
26938 ALL_MAKEFILES="$ALL_MAKEFILES \\
26939         dlls/sensapi/Makefile"
26940 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26941         sensapi"
26942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26943 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26944 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26945
26946 ALL_MAKEFILES="$ALL_MAKEFILES \\
26947         dlls/serialui/Makefile"
26948 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26949         serialui"
26950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26951 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26952 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26953
26954 ALL_MAKEFILES="$ALL_MAKEFILES \\
26955         dlls/serialui/tests/Makefile"
26956 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26957         serialui/tests"
26958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26959 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26960 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26961
26962 ALL_MAKEFILES="$ALL_MAKEFILES \\
26963         dlls/setupapi/Makefile"
26964 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26965         setupapi"
26966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26967 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26968 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26969
26970 ALL_MAKEFILES="$ALL_MAKEFILES \\
26971         dlls/setupapi/tests/Makefile"
26972 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26973         setupapi/tests"
26974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26975 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26976 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26977
26978 ALL_MAKEFILES="$ALL_MAKEFILES \\
26979         dlls/sfc/Makefile"
26980 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26981         sfc"
26982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26983 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26984 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26985
26986 ALL_MAKEFILES="$ALL_MAKEFILES \\
26987         dlls/sfc_os/Makefile"
26988 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26989         sfc_os"
26990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26991 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26992 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26993
26994 ALL_MAKEFILES="$ALL_MAKEFILES \\
26995         dlls/shdoclc/Makefile"
26996 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26997         shdoclc"
26998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26999 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
27000 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
27001
27002 ALL_MAKEFILES="$ALL_MAKEFILES \\
27003         dlls/shdocvw/Makefile"
27004 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27005         shdocvw"
27006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27007 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
27008 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
27009
27010 ALL_MAKEFILES="$ALL_MAKEFILES \\
27011         dlls/shdocvw/tests/Makefile"
27012 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27013         shdocvw/tests"
27014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27015 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
27016 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
27017
27018 ALL_MAKEFILES="$ALL_MAKEFILES \\
27019         dlls/shell32/Makefile"
27020 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27021         shell32"
27022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27023 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
27024 ac_config_files="$ac_config_files dlls/shell32/Makefile"
27025
27026 ALL_MAKEFILES="$ALL_MAKEFILES \\
27027         dlls/shell32/tests/Makefile"
27028 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27029         shell32/tests"
27030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27031 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
27032 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
27033
27034 ALL_MAKEFILES="$ALL_MAKEFILES \\
27035         dlls/shfolder/Makefile"
27036 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27037         shfolder"
27038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27039 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
27040 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
27041
27042 ALL_MAKEFILES="$ALL_MAKEFILES \\
27043         dlls/shlwapi/Makefile"
27044 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27045         shlwapi"
27046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27047 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
27048 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
27049
27050 ALL_MAKEFILES="$ALL_MAKEFILES \\
27051         dlls/shlwapi/tests/Makefile"
27052 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27053         shlwapi/tests"
27054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27055 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
27056 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
27057
27058 ALL_MAKEFILES="$ALL_MAKEFILES \\
27059         dlls/slbcsp/Makefile"
27060 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27061         slbcsp"
27062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27063 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
27064 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
27065
27066 ALL_MAKEFILES="$ALL_MAKEFILES \\
27067         dlls/slc/Makefile"
27068 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27069         slc"
27070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27071 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
27072 ac_config_files="$ac_config_files dlls/slc/Makefile"
27073
27074 ALL_MAKEFILES="$ALL_MAKEFILES \\
27075         dlls/snmpapi/Makefile"
27076 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27077         snmpapi"
27078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27079 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
27080 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
27081
27082 ALL_MAKEFILES="$ALL_MAKEFILES \\
27083         dlls/snmpapi/tests/Makefile"
27084 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27085         snmpapi/tests"
27086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27087 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
27088 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
27089
27090 ALL_MAKEFILES="$ALL_MAKEFILES \\
27091         dlls/softpub/Makefile"
27092 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27093         softpub"
27094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27095 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
27096 ac_config_files="$ac_config_files dlls/softpub/Makefile"
27097
27098 ALL_MAKEFILES="$ALL_MAKEFILES \\
27099         dlls/spoolss/Makefile"
27100 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27101         spoolss"
27102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27103 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
27104 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
27105
27106 ALL_MAKEFILES="$ALL_MAKEFILES \\
27107         dlls/spoolss/tests/Makefile"
27108 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27109         spoolss/tests"
27110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27111 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
27112 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
27113
27114 ALL_MAKEFILES="$ALL_MAKEFILES \\
27115         dlls/stdole2.tlb/Makefile"
27116 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27117         stdole2.tlb"
27118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27119 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
27120 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
27121
27122 ALL_MAKEFILES="$ALL_MAKEFILES \\
27123         dlls/stdole32.tlb/Makefile"
27124 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27125         stdole32.tlb"
27126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27127 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
27128 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
27129
27130 ALL_MAKEFILES="$ALL_MAKEFILES \\
27131         dlls/sti/Makefile"
27132 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27133         sti"
27134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27135 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
27136 ac_config_files="$ac_config_files dlls/sti/Makefile"
27137
27138 ALL_MAKEFILES="$ALL_MAKEFILES \\
27139         dlls/storage.dll16/Makefile"
27140 test "x$enable_storage_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27141         storage.dll16"
27142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27143 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
27144 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
27145
27146 ALL_MAKEFILES="$ALL_MAKEFILES \\
27147         dlls/stress.dll16/Makefile"
27148 test "x$enable_stress_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27149         stress.dll16"
27150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27151 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
27152 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
27153
27154 ALL_MAKEFILES="$ALL_MAKEFILES \\
27155         dlls/strmiids/Makefile"
27156 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27157         strmiids"
27158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27159 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
27160 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
27161
27162 ALL_MAKEFILES="$ALL_MAKEFILES \\
27163         dlls/svrapi/Makefile"
27164 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27165         svrapi"
27166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27167 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
27168 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
27169
27170 ALL_MAKEFILES="$ALL_MAKEFILES \\
27171         dlls/sxs/Makefile"
27172 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27173         sxs"
27174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27175 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
27176 ac_config_files="$ac_config_files dlls/sxs/Makefile"
27177
27178 ALL_MAKEFILES="$ALL_MAKEFILES \\
27179         dlls/tapi32/Makefile"
27180 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27181         tapi32"
27182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27183 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
27184 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
27185
27186 ALL_MAKEFILES="$ALL_MAKEFILES \\
27187         dlls/traffic/Makefile"
27188 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27189         traffic"
27190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27191 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
27192 ac_config_files="$ac_config_files dlls/traffic/Makefile"
27193
27194 ALL_MAKEFILES="$ALL_MAKEFILES \\
27195         dlls/twain_32/Makefile"
27196 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27197         twain_32"
27198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27199 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
27200 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
27201
27202 ALL_MAKEFILES="$ALL_MAKEFILES \\
27203         dlls/twain_32/tests/Makefile"
27204 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27205         twain_32/tests"
27206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27207 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
27208 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
27209
27210 ALL_MAKEFILES="$ALL_MAKEFILES \\
27211         dlls/unicows/Makefile"
27212 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27213         unicows"
27214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27215 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
27216 ac_config_files="$ac_config_files dlls/unicows/Makefile"
27217
27218 ALL_MAKEFILES="$ALL_MAKEFILES \\
27219         dlls/updspapi/Makefile"
27220 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27221         updspapi"
27222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27223 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
27224 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
27225
27226 ALL_MAKEFILES="$ALL_MAKEFILES \\
27227         dlls/url/Makefile"
27228 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27229         url"
27230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27231 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
27232 ac_config_files="$ac_config_files dlls/url/Makefile"
27233
27234 ALL_MAKEFILES="$ALL_MAKEFILES \\
27235         dlls/urlmon/Makefile"
27236 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27237         urlmon"
27238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27239 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
27240 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
27241
27242 ALL_MAKEFILES="$ALL_MAKEFILES \\
27243         dlls/urlmon/tests/Makefile"
27244 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27245         urlmon/tests"
27246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27247 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
27248 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
27249
27250 ALL_MAKEFILES="$ALL_MAKEFILES \\
27251         dlls/user32/Makefile"
27252 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27253         user32"
27254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27255 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
27256 ac_config_files="$ac_config_files dlls/user32/Makefile"
27257
27258 ALL_MAKEFILES="$ALL_MAKEFILES \\
27259         dlls/user32/tests/Makefile"
27260 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27261         user32/tests"
27262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27263 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
27264 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
27265
27266 ALL_MAKEFILES="$ALL_MAKEFILES \\
27267         dlls/userenv/Makefile"
27268 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27269         userenv"
27270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27271 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
27272 ac_config_files="$ac_config_files dlls/userenv/Makefile"
27273
27274 ALL_MAKEFILES="$ALL_MAKEFILES \\
27275         dlls/userenv/tests/Makefile"
27276 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27277         userenv/tests"
27278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27279 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
27280 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
27281
27282 ALL_MAKEFILES="$ALL_MAKEFILES \\
27283         dlls/usp10/Makefile"
27284 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27285         usp10"
27286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27287 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27288 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27289
27290 ALL_MAKEFILES="$ALL_MAKEFILES \\
27291         dlls/usp10/tests/Makefile"
27292 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27293         usp10/tests"
27294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27295 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27296 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27297
27298 ALL_MAKEFILES="$ALL_MAKEFILES \\
27299         dlls/uuid/Makefile"
27300 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27301         uuid"
27302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27303 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27304 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27305
27306 ALL_MAKEFILES="$ALL_MAKEFILES \\
27307         dlls/uxtheme/Makefile"
27308 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27309         uxtheme"
27310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27311 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27312 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27313
27314 ALL_MAKEFILES="$ALL_MAKEFILES \\
27315         dlls/uxtheme/tests/Makefile"
27316 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27317         uxtheme/tests"
27318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27319 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27320 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27321
27322 ALL_MAKEFILES="$ALL_MAKEFILES \\
27323         dlls/vdhcp.vxd/Makefile"
27324 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27325         vdhcp.vxd"
27326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27327 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27328 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27329
27330 ALL_MAKEFILES="$ALL_MAKEFILES \\
27331         dlls/vdmdbg/Makefile"
27332 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27333         vdmdbg"
27334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27335 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27336 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27337
27338 ALL_MAKEFILES="$ALL_MAKEFILES \\
27339         dlls/version/Makefile"
27340 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27341         version"
27342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27343 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27344 ac_config_files="$ac_config_files dlls/version/Makefile"
27345
27346 ALL_MAKEFILES="$ALL_MAKEFILES \\
27347         dlls/version/tests/Makefile"
27348 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27349         version/tests"
27350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27351 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27352 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27353
27354 ALL_MAKEFILES="$ALL_MAKEFILES \\
27355         dlls/vmm.vxd/Makefile"
27356 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27357         vmm.vxd"
27358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27359 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27360 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27361
27362 ALL_MAKEFILES="$ALL_MAKEFILES \\
27363         dlls/vnbt.vxd/Makefile"
27364 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27365         vnbt.vxd"
27366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27367 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27368 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27369
27370 ALL_MAKEFILES="$ALL_MAKEFILES \\
27371         dlls/vnetbios.vxd/Makefile"
27372 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27373         vnetbios.vxd"
27374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27375 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27376 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27377
27378 ALL_MAKEFILES="$ALL_MAKEFILES \\
27379         dlls/vtdapi.vxd/Makefile"
27380 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27381         vtdapi.vxd"
27382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27383 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27384 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27385
27386 ALL_MAKEFILES="$ALL_MAKEFILES \\
27387         dlls/vwin32.vxd/Makefile"
27388 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27389         vwin32.vxd"
27390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27391 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27392 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27393
27394 ALL_MAKEFILES="$ALL_MAKEFILES \\
27395         dlls/w32skrnl/Makefile"
27396 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27397         w32skrnl"
27398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27399 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27400 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27401
27402 ALL_MAKEFILES="$ALL_MAKEFILES \\
27403         dlls/win87em.dll16/Makefile"
27404 test "x$enable_win87em_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27405         win87em.dll16"
27406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27407 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27408 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27409
27410 ALL_MAKEFILES="$ALL_MAKEFILES \\
27411         dlls/windebug.dll16/Makefile"
27412 test "x$enable_windebug_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27413         windebug.dll16"
27414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27415 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27416 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27417
27418 ALL_MAKEFILES="$ALL_MAKEFILES \\
27419         dlls/winealsa.drv/Makefile"
27420 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27421         winealsa.drv"
27422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27423 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27424 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27425
27426 ALL_MAKEFILES="$ALL_MAKEFILES \\
27427         dlls/wineaudioio.drv/Makefile"
27428 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27429         wineaudioio.drv"
27430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27431 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27432 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27433
27434 ALL_MAKEFILES="$ALL_MAKEFILES \\
27435         dlls/winecoreaudio.drv/Makefile"
27436 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27437         winecoreaudio.drv"
27438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27439 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27440 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27441
27442 ALL_MAKEFILES="$ALL_MAKEFILES \\
27443         dlls/winecrt0/Makefile"
27444 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27445         winecrt0"
27446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27447 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27448 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27449
27450 ALL_MAKEFILES="$ALL_MAKEFILES \\
27451         dlls/wined3d/Makefile"
27452 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27453         wined3d"
27454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27455 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27456 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27457
27458 ALL_MAKEFILES="$ALL_MAKEFILES \\
27459         dlls/winedos/Makefile"
27460 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27461         winedos"
27462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27463 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27464 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27465
27466 ALL_MAKEFILES="$ALL_MAKEFILES \\
27467         dlls/wineesd.drv/Makefile"
27468 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27469         wineesd.drv"
27470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27471 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27472 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27473
27474 ALL_MAKEFILES="$ALL_MAKEFILES \\
27475         dlls/winejack.drv/Makefile"
27476 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27477         winejack.drv"
27478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27479 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27480 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27481
27482 ALL_MAKEFILES="$ALL_MAKEFILES \\
27483         dlls/winejoystick.drv/Makefile"
27484 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27485         winejoystick.drv"
27486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27487 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27488 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27489
27490 ALL_MAKEFILES="$ALL_MAKEFILES \\
27491         dlls/winemp3.acm/Makefile"
27492 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27493         winemp3.acm"
27494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27495 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27496 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27497
27498 ALL_MAKEFILES="$ALL_MAKEFILES \\
27499         dlls/winenas.drv/Makefile"
27500 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27501         winenas.drv"
27502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27503 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27504 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27505
27506 ALL_MAKEFILES="$ALL_MAKEFILES \\
27507         dlls/wineoss.drv/Makefile"
27508 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27509         wineoss.drv"
27510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27511 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27512 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27513
27514 ALL_MAKEFILES="$ALL_MAKEFILES \\
27515         dlls/wineps.drv/Makefile"
27516 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27517         wineps.drv"
27518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27519 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27520 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27521
27522 ALL_MAKEFILES="$ALL_MAKEFILES \\
27523         dlls/winequartz.drv/Makefile"
27524 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27525         winequartz.drv"
27526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27527 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27528 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27529
27530 ALL_MAKEFILES="$ALL_MAKEFILES \\
27531         dlls/winex11.drv/Makefile"
27532 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27533         winex11.drv"
27534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27535 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27536 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27537
27538 ALL_MAKEFILES="$ALL_MAKEFILES \\
27539         dlls/wing32/Makefile"
27540 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27541         wing32"
27542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27543 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27544 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27545
27546 ALL_MAKEFILES="$ALL_MAKEFILES \\
27547         dlls/winhttp/Makefile"
27548 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27549         winhttp"
27550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27551 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27552 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27553
27554 ALL_MAKEFILES="$ALL_MAKEFILES \\
27555         dlls/winhttp/tests/Makefile"
27556 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27557         winhttp/tests"
27558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27559 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27560 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27561
27562 ALL_MAKEFILES="$ALL_MAKEFILES \\
27563         dlls/wininet/Makefile"
27564 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27565         wininet"
27566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27567 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27568 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27569
27570 ALL_MAKEFILES="$ALL_MAKEFILES \\
27571         dlls/wininet/tests/Makefile"
27572 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27573         wininet/tests"
27574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27575 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27576 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27577
27578 ALL_MAKEFILES="$ALL_MAKEFILES \\
27579         dlls/winmm/Makefile"
27580 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27581         winmm"
27582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27583 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27584 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27585
27586 ALL_MAKEFILES="$ALL_MAKEFILES \\
27587         dlls/winmm/tests/Makefile"
27588 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27589         winmm/tests"
27590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27591 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27592 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27593
27594 ALL_MAKEFILES="$ALL_MAKEFILES \\
27595         dlls/winnls32/Makefile"
27596 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27597         winnls32"
27598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27599 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27600 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27601
27602 ALL_MAKEFILES="$ALL_MAKEFILES \\
27603         dlls/winscard/Makefile"
27604 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27605         winscard"
27606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27607 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27608 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27609
27610 ALL_MAKEFILES="$ALL_MAKEFILES \\
27611         dlls/winspool.drv/Makefile"
27612 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27613         winspool.drv"
27614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27615 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27616 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27617
27618 ALL_MAKEFILES="$ALL_MAKEFILES \\
27619         dlls/winspool.drv/tests/Makefile"
27620 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27621         winspool.drv/tests"
27622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27623 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27624 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27625
27626 ALL_MAKEFILES="$ALL_MAKEFILES \\
27627         dlls/wintab32/Makefile"
27628 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27629         wintab32"
27630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27631 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27632 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27633
27634 ALL_MAKEFILES="$ALL_MAKEFILES \\
27635         dlls/wintrust/Makefile"
27636 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27637         wintrust"
27638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27639 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27640 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27641
27642 ALL_MAKEFILES="$ALL_MAKEFILES \\
27643         dlls/wintrust/tests/Makefile"
27644 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27645         wintrust/tests"
27646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27647 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27648 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27649
27650 ALL_MAKEFILES="$ALL_MAKEFILES \\
27651         dlls/wldap32/Makefile"
27652 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27653         wldap32"
27654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27655 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27656 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27657
27658 ALL_MAKEFILES="$ALL_MAKEFILES \\
27659         dlls/wldap32/tests/Makefile"
27660 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27661         wldap32/tests"
27662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27663 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27664 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27665
27666 ALL_MAKEFILES="$ALL_MAKEFILES \\
27667         dlls/wmi/Makefile"
27668 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27669         wmi"
27670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27671 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27672 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27673
27674 ALL_MAKEFILES="$ALL_MAKEFILES \\
27675         dlls/wnaspi32/Makefile"
27676 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27677         wnaspi32"
27678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27679 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27680 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27681
27682 ALL_MAKEFILES="$ALL_MAKEFILES \\
27683         dlls/wow32/Makefile"
27684 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27685         wow32"
27686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27687 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27688 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27689
27690 ALL_MAKEFILES="$ALL_MAKEFILES \\
27691         dlls/ws2_32/Makefile"
27692 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27693         ws2_32"
27694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27695 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27696 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27697
27698 ALL_MAKEFILES="$ALL_MAKEFILES \\
27699         dlls/ws2_32/tests/Makefile"
27700 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27701         ws2_32/tests"
27702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27703 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27704 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27705
27706 ALL_MAKEFILES="$ALL_MAKEFILES \\
27707         dlls/wsock32/Makefile"
27708 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27709         wsock32"
27710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27711 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27712 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27713
27714 ALL_MAKEFILES="$ALL_MAKEFILES \\
27715         dlls/wtsapi32/Makefile"
27716 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27717         wtsapi32"
27718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27719 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27720 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27721
27722 ALL_MAKEFILES="$ALL_MAKEFILES \\
27723         dlls/wuapi/Makefile"
27724 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27725         wuapi"
27726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27727 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27728 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27729
27730 ALL_MAKEFILES="$ALL_MAKEFILES \\
27731         dlls/xinput1_1/Makefile"
27732 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27733         xinput1_1"
27734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27735 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27736 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27737
27738 ALL_MAKEFILES="$ALL_MAKEFILES \\
27739         dlls/xinput1_2/Makefile"
27740 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27741         xinput1_2"
27742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27743 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27744 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27745
27746 ALL_MAKEFILES="$ALL_MAKEFILES \\
27747         dlls/xinput1_3/Makefile"
27748 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27749         xinput1_3"
27750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27751 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27752 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27753
27754 ALL_MAKEFILES="$ALL_MAKEFILES \\
27755         dlls/xinput1_3/tests/Makefile"
27756 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27757         xinput1_3/tests"
27758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27759 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27760 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27761
27762 ALL_MAKEFILES="$ALL_MAKEFILES \\
27763         dlls/xinput9_1_0/Makefile"
27764 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27765         xinput9_1_0"
27766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27767 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27768 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27769
27770 ALL_MAKEFILES="$ALL_MAKEFILES \\
27771         documentation/Makefile"
27772 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27773         documentation"
27774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27775 documentation/Makefile: documentation/Makefile.in Make.rules"
27776 ac_config_files="$ac_config_files documentation/Makefile"
27777
27778 ALL_MAKEFILES="$ALL_MAKEFILES \\
27779         fonts/Makefile"
27780 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27781         fonts"
27782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27783 fonts/Makefile: fonts/Makefile.in Make.rules"
27784 ac_config_files="$ac_config_files fonts/Makefile"
27785
27786 ALL_MAKEFILES="$ALL_MAKEFILES \\
27787         include/Makefile"
27788 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27789         include"
27790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27791 include/Makefile: include/Makefile.in Make.rules"
27792 ac_config_files="$ac_config_files include/Makefile"
27793
27794 ALL_MAKEFILES="$ALL_MAKEFILES \\
27795         libs/Makefile"
27796 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27797         libs"
27798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27799 libs/Makefile: libs/Makefile.in Make.rules"
27800 ac_config_files="$ac_config_files libs/Makefile"
27801
27802 ALL_MAKEFILES="$ALL_MAKEFILES \\
27803         libs/port/Makefile"
27804
27805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27806 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27807 ac_config_files="$ac_config_files libs/port/Makefile"
27808
27809 ALL_MAKEFILES="$ALL_MAKEFILES \\
27810         libs/wine/Makefile"
27811
27812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27813 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27814 ac_config_files="$ac_config_files libs/wine/Makefile"
27815
27816 ALL_MAKEFILES="$ALL_MAKEFILES \\
27817         libs/wpp/Makefile"
27818
27819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27820 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27821 ac_config_files="$ac_config_files libs/wpp/Makefile"
27822
27823 ALL_MAKEFILES="$ALL_MAKEFILES \\
27824         loader/Makefile"
27825 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27826         loader"
27827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27828 loader/Makefile: loader/Makefile.in Make.rules"
27829 ac_config_files="$ac_config_files loader/Makefile"
27830
27831 ALL_MAKEFILES="$ALL_MAKEFILES \\
27832         programs/Makefile"
27833 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27834         programs"
27835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27836 programs/Makefile: programs/Makefile.in Make.rules"
27837 ac_config_files="$ac_config_files programs/Makefile"
27838
27839 ALL_MAKEFILES="$ALL_MAKEFILES \\
27840         programs/cacls/Makefile"
27841 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27842         cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27843         cacls"
27844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27845 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27846 ac_config_files="$ac_config_files programs/cacls/Makefile"
27847
27848 ALL_MAKEFILES="$ALL_MAKEFILES \\
27849         programs/clock/Makefile"
27850 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27851         clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27852         clock"
27853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27854 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27855 ac_config_files="$ac_config_files programs/clock/Makefile"
27856
27857 ALL_MAKEFILES="$ALL_MAKEFILES \\
27858         programs/cmd/Makefile"
27859 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27860         cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27861         cmd"
27862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27863 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27864 ac_config_files="$ac_config_files programs/cmd/Makefile"
27865
27866 ALL_MAKEFILES="$ALL_MAKEFILES \\
27867         programs/cmdlgtst/Makefile"
27868 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27869         cmdlgtst"
27870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27871 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27872 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27873
27874 ALL_MAKEFILES="$ALL_MAKEFILES \\
27875         programs/control/Makefile"
27876 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27877         control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27878         control"
27879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27880 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27881 ac_config_files="$ac_config_files programs/control/Makefile"
27882
27883 ALL_MAKEFILES="$ALL_MAKEFILES \\
27884         programs/eject/Makefile"
27885 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27886         eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27887         eject"
27888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27889 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27890 ac_config_files="$ac_config_files programs/eject/Makefile"
27891
27892 ALL_MAKEFILES="$ALL_MAKEFILES \\
27893         programs/expand/Makefile"
27894 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27895         expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27896         expand"
27897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27898 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27899 ac_config_files="$ac_config_files programs/expand/Makefile"
27900
27901 ALL_MAKEFILES="$ALL_MAKEFILES \\
27902         programs/explorer/Makefile"
27903 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27904         explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27905         explorer"
27906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27907 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27908 ac_config_files="$ac_config_files programs/explorer/Makefile"
27909
27910 ALL_MAKEFILES="$ALL_MAKEFILES \\
27911         programs/hh/Makefile"
27912 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27913         hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27914         hh"
27915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27916 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27917 ac_config_files="$ac_config_files programs/hh/Makefile"
27918
27919 ALL_MAKEFILES="$ALL_MAKEFILES \\
27920         programs/icinfo/Makefile"
27921 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27922         icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27923         icinfo"
27924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27925 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27926 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27927
27928 ALL_MAKEFILES="$ALL_MAKEFILES \\
27929         programs/iexplore/Makefile"
27930 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27931         iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27932         iexplore"
27933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27934 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27935 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27936
27937 ALL_MAKEFILES="$ALL_MAKEFILES \\
27938         programs/lodctr/Makefile"
27939 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27940         lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27941         lodctr"
27942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27943 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27944 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27945
27946 ALL_MAKEFILES="$ALL_MAKEFILES \\
27947         programs/msiexec/Makefile"
27948 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27949         msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27950         msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27951         msiexec"
27952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27953 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27954 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27955
27956 ALL_MAKEFILES="$ALL_MAKEFILES \\
27957         programs/net/Makefile"
27958 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27959         net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27960         net"
27961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27962 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27963 ac_config_files="$ac_config_files programs/net/Makefile"
27964
27965 ALL_MAKEFILES="$ALL_MAKEFILES \\
27966         programs/notepad/Makefile"
27967 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27968         notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27969         notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27970         notepad"
27971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27972 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27973 ac_config_files="$ac_config_files programs/notepad/Makefile"
27974
27975 ALL_MAKEFILES="$ALL_MAKEFILES \\
27976         programs/oleview/Makefile"
27977 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27978         oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27979         oleview"
27980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27981 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27982 ac_config_files="$ac_config_files programs/oleview/Makefile"
27983
27984 ALL_MAKEFILES="$ALL_MAKEFILES \\
27985         programs/progman/Makefile"
27986 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27987         progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27988         progman"
27989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27990 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27991 ac_config_files="$ac_config_files programs/progman/Makefile"
27992
27993 ALL_MAKEFILES="$ALL_MAKEFILES \\
27994         programs/reg/Makefile"
27995 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27996         reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27997         reg"
27998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27999 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
28000 ac_config_files="$ac_config_files programs/reg/Makefile"
28001
28002 ALL_MAKEFILES="$ALL_MAKEFILES \\
28003         programs/regedit/Makefile"
28004 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28005         regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28006         regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28007         regedit"
28008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28009 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
28010 ac_config_files="$ac_config_files programs/regedit/Makefile"
28011
28012 ALL_MAKEFILES="$ALL_MAKEFILES \\
28013         programs/regsvr32/Makefile"
28014 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28015         regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28016         regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28017         regsvr32"
28018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28019 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
28020 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
28021
28022 ALL_MAKEFILES="$ALL_MAKEFILES \\
28023         programs/rpcss/Makefile"
28024 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28025         rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28026         rpcss"
28027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28028 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
28029 ac_config_files="$ac_config_files programs/rpcss/Makefile"
28030
28031 ALL_MAKEFILES="$ALL_MAKEFILES \\
28032         programs/rundll32/Makefile"
28033 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28034         rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28035         rundll32"
28036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28037 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
28038 ac_config_files="$ac_config_files programs/rundll32/Makefile"
28039
28040 ALL_MAKEFILES="$ALL_MAKEFILES \\
28041         programs/secedit/Makefile"
28042 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28043         secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28044         secedit"
28045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28046 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
28047 ac_config_files="$ac_config_files programs/secedit/Makefile"
28048
28049 ALL_MAKEFILES="$ALL_MAKEFILES \\
28050         programs/services/Makefile"
28051 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28052         services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28053         services"
28054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28055 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
28056 ac_config_files="$ac_config_files programs/services/Makefile"
28057
28058 ALL_MAKEFILES="$ALL_MAKEFILES \\
28059         programs/spoolsv/Makefile"
28060 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28061         spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28062         spoolsv"
28063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28064 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
28065 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
28066
28067 ALL_MAKEFILES="$ALL_MAKEFILES \\
28068         programs/start/Makefile"
28069 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28070         start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28071         start"
28072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28073 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
28074 ac_config_files="$ac_config_files programs/start/Makefile"
28075
28076 ALL_MAKEFILES="$ALL_MAKEFILES \\
28077         programs/svchost/Makefile"
28078 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28079         svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28080         svchost"
28081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28082 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
28083 ac_config_files="$ac_config_files programs/svchost/Makefile"
28084
28085 ALL_MAKEFILES="$ALL_MAKEFILES \\
28086         programs/taskmgr/Makefile"
28087 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28088         taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28089         taskmgr"
28090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28091 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
28092 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
28093
28094 ALL_MAKEFILES="$ALL_MAKEFILES \\
28095         programs/uninstaller/Makefile"
28096 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28097         uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28098         uninstaller"
28099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28100 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
28101 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
28102
28103 ALL_MAKEFILES="$ALL_MAKEFILES \\
28104         programs/unlodctr/Makefile"
28105 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28106         unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28107         unlodctr"
28108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28109 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
28110 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
28111
28112 ALL_MAKEFILES="$ALL_MAKEFILES \\
28113         programs/view/Makefile"
28114 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28115         view"
28116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28117 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
28118 ac_config_files="$ac_config_files programs/view/Makefile"
28119
28120 ALL_MAKEFILES="$ALL_MAKEFILES \\
28121         programs/wineboot/Makefile"
28122 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28123         wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28124         wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28125         wineboot"
28126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28127 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
28128 ac_config_files="$ac_config_files programs/wineboot/Makefile"
28129
28130 ALL_MAKEFILES="$ALL_MAKEFILES \\
28131         programs/winebrowser/Makefile"
28132 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28133         winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28134         winebrowser"
28135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28136 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
28137 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
28138
28139 ALL_MAKEFILES="$ALL_MAKEFILES \\
28140         programs/winecfg/Makefile"
28141 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28142         winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28143         winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28144         winecfg"
28145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28146 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
28147 ac_config_files="$ac_config_files programs/winecfg/Makefile"
28148
28149 ALL_MAKEFILES="$ALL_MAKEFILES \\
28150         programs/wineconsole/Makefile"
28151 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28152         wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28153         wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28154         wineconsole"
28155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28156 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
28157 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
28158
28159 ALL_MAKEFILES="$ALL_MAKEFILES \\
28160         programs/winedbg/Makefile"
28161 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28162         winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28163         winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28164         winedbg"
28165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28166 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
28167 ac_config_files="$ac_config_files programs/winedbg/Makefile"
28168
28169 ALL_MAKEFILES="$ALL_MAKEFILES \\
28170         programs/winedevice/Makefile"
28171 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28172         winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28173         winedevice"
28174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28175 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
28176 ac_config_files="$ac_config_files programs/winedevice/Makefile"
28177
28178 ALL_MAKEFILES="$ALL_MAKEFILES \\
28179         programs/winefile/Makefile"
28180 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28181         winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28182         winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28183         winefile"
28184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28185 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
28186 ac_config_files="$ac_config_files programs/winefile/Makefile"
28187
28188 ALL_MAKEFILES="$ALL_MAKEFILES \\
28189         programs/winemenubuilder/Makefile"
28190 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28191         winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28192         winemenubuilder"
28193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28194 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
28195 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
28196
28197 ALL_MAKEFILES="$ALL_MAKEFILES \\
28198         programs/winemine/Makefile"
28199 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28200         winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28201         winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28202         winemine"
28203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28204 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
28205 ac_config_files="$ac_config_files programs/winemine/Makefile"
28206
28207 ALL_MAKEFILES="$ALL_MAKEFILES \\
28208         programs/winepath/Makefile"
28209 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28210         winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28211         winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28212         winepath"
28213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28214 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
28215 ac_config_files="$ac_config_files programs/winepath/Makefile"
28216
28217 ALL_MAKEFILES="$ALL_MAKEFILES \\
28218         programs/winetest/Makefile"
28219 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28220         winetest"
28221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28222 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
28223 ac_config_files="$ac_config_files programs/winetest/Makefile"
28224
28225 ALL_MAKEFILES="$ALL_MAKEFILES \\
28226         programs/winevdm/Makefile"
28227 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28228         winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28229         winevdm"
28230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28231 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
28232 ac_config_files="$ac_config_files programs/winevdm/Makefile"
28233
28234 ALL_MAKEFILES="$ALL_MAKEFILES \\
28235         programs/winhelp.exe16/Makefile"
28236 test "x$enable_winhelp_exe16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28237         winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28238         winhelp.exe16"
28239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28240 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
28241 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
28242
28243 ALL_MAKEFILES="$ALL_MAKEFILES \\
28244         programs/winhlp32/Makefile"
28245 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28246         winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28247         winhlp32"
28248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28249 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
28250 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
28251
28252 ALL_MAKEFILES="$ALL_MAKEFILES \\
28253         programs/winoldap.mod16/Makefile"
28254 test "x$enable_winoldap_mod16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28255         winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28256         winoldap.mod16"
28257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28258 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
28259 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
28260
28261 ALL_MAKEFILES="$ALL_MAKEFILES \\
28262         programs/winver/Makefile"
28263 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28264         winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28265         winver"
28266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28267 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
28268 ac_config_files="$ac_config_files programs/winver/Makefile"
28269
28270 ALL_MAKEFILES="$ALL_MAKEFILES \\
28271         programs/wordpad/Makefile"
28272 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28273         wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28274         wordpad"
28275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28276 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
28277 ac_config_files="$ac_config_files programs/wordpad/Makefile"
28278
28279 ALL_MAKEFILES="$ALL_MAKEFILES \\
28280         programs/write/Makefile"
28281 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28282         write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28283         write"
28284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28285 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
28286 ac_config_files="$ac_config_files programs/write/Makefile"
28287
28288 ALL_MAKEFILES="$ALL_MAKEFILES \\
28289         programs/xcopy/Makefile"
28290 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28291         xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28292         xcopy"
28293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28294 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28295 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28296
28297 ALL_MAKEFILES="$ALL_MAKEFILES \\
28298         server/Makefile"
28299 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28300         server"
28301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28302 server/Makefile: server/Makefile.in Make.rules"
28303 ac_config_files="$ac_config_files server/Makefile"
28304
28305 ALL_MAKEFILES="$ALL_MAKEFILES \\
28306         tools/Makefile"
28307 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28308         tools"
28309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28310 tools/Makefile: tools/Makefile.in Make.rules"
28311 ac_config_files="$ac_config_files tools/Makefile"
28312
28313 ALL_MAKEFILES="$ALL_MAKEFILES \\
28314         tools/widl/Makefile"
28315
28316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28317 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28318 ac_config_files="$ac_config_files tools/widl/Makefile"
28319
28320 ALL_MAKEFILES="$ALL_MAKEFILES \\
28321         tools/winebuild/Makefile"
28322
28323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28324 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28325 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28326
28327 ALL_MAKEFILES="$ALL_MAKEFILES \\
28328         tools/winedump/Makefile"
28329
28330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28331 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28332 ac_config_files="$ac_config_files tools/winedump/Makefile"
28333
28334 ALL_MAKEFILES="$ALL_MAKEFILES \\
28335         tools/winegcc/Makefile"
28336
28337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28338 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28339 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28340
28341 ALL_MAKEFILES="$ALL_MAKEFILES \\
28342         tools/wmc/Makefile"
28343
28344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28345 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28346 ac_config_files="$ac_config_files tools/wmc/Makefile"
28347
28348 ALL_MAKEFILES="$ALL_MAKEFILES \\
28349         tools/wrc/Makefile"
28350
28351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28352 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28353 ac_config_files="$ac_config_files tools/wrc/Makefile"
28354
28355
28356
28357 ALL_WINETEST_DEPENDS="# Test binaries"
28358
28359 for dir in $ALL_TEST_DIRS
28360 do
28361     if test "$dir" != "\\"
28362     then
28363         testname=`expr $dir : '\(.*\)/tests'`_test.exe
28364         ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28365 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
28366         cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
28367     fi
28368 done
28369
28370 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28371
28372 cat >confcache <<\_ACEOF
28373 # This file is a shell script that caches the results of configure
28374 # tests run on this system so they can be shared between configure
28375 # scripts and configure runs, see configure's option --config-cache.
28376 # It is not useful on other systems.  If it contains results you don't
28377 # want to keep, you may remove or edit it.
28378 #
28379 # config.status only pays attention to the cache file if you give it
28380 # the --recheck option to rerun configure.
28381 #
28382 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28383 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28384 # following values.
28385
28386 _ACEOF
28387
28388 # The following way of writing the cache mishandles newlines in values,
28389 # but we know of no workaround that is simple, portable, and efficient.
28390 # So, we kill variables containing newlines.
28391 # Ultrix sh set writes to stderr and can't be redirected directly,
28392 # and sets the high bit in the cache file unless we assign to the vars.
28393 (
28394   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28395     eval ac_val=\$$ac_var
28396     case $ac_val in #(
28397     *${as_nl}*)
28398       case $ac_var in #(
28399       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28400 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28401       esac
28402       case $ac_var in #(
28403       _ | IFS | as_nl) ;; #(
28404       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28405       *) $as_unset $ac_var ;;
28406       esac ;;
28407     esac
28408   done
28409
28410   (set) 2>&1 |
28411     case $as_nl`(ac_space=' '; set) 2>&1` in #(
28412     *${as_nl}ac_space=\ *)
28413       # `set' does not quote correctly, so add quotes (double-quote
28414       # substitution turns \\\\ into \\, and sed turns \\ into \).
28415       sed -n \
28416         "s/'/'\\\\''/g;
28417           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28418       ;; #(
28419     *)
28420       # `set' quotes correctly as required by POSIX, so do not add quotes.
28421       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28422       ;;
28423     esac |
28424     sort
28425 ) |
28426   sed '
28427      /^ac_cv_env_/b end
28428      t clear
28429      :clear
28430      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28431      t end
28432      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28433      :end' >>confcache
28434 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28435   if test -w "$cache_file"; then
28436     test "x$cache_file" != "x/dev/null" &&
28437       { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28438 $as_echo "$as_me: updating cache $cache_file" >&6;}
28439     cat confcache >$cache_file
28440   else
28441     { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28442 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28443   fi
28444 fi
28445 rm -f confcache
28446
28447 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28448 # Let make expand exec_prefix.
28449 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28450
28451 DEFS=-DHAVE_CONFIG_H
28452
28453 ac_libobjs=
28454 ac_ltlibobjs=
28455 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28456   # 1. Remove the extension, and $U if already installed.
28457   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28458   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28459   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
28460   #    will be set to the directory where LIBOBJS objects are built.
28461   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28462   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28463 done
28464 LIBOBJS=$ac_libobjs
28465
28466 LTLIBOBJS=$ac_ltlibobjs
28467
28468
28469
28470 : ${CONFIG_STATUS=./config.status}
28471 ac_write_fail=0
28472 ac_clean_files_save=$ac_clean_files
28473 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28474 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28475 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28476 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28477 #! $SHELL
28478 # Generated by $as_me.
28479 # Run this file to recreate the current configuration.
28480 # Compiler output produced by configure, useful for debugging
28481 # configure, is in config.log if it exists.
28482
28483 debug=false
28484 ac_cs_recheck=false
28485 ac_cs_silent=false
28486 SHELL=\${CONFIG_SHELL-$SHELL}
28487 _ACEOF
28488
28489 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28490 ## --------------------- ##
28491 ## M4sh Initialization.  ##
28492 ## --------------------- ##
28493
28494 # Be more Bourne compatible
28495 DUALCASE=1; export DUALCASE # for MKS sh
28496 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28497   emulate sh
28498   NULLCMD=:
28499   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28500   # is contrary to our usage.  Disable this feature.
28501   alias -g '${1+"$@"}'='"$@"'
28502   setopt NO_GLOB_SUBST
28503 else
28504   case `(set -o) 2>/dev/null` in
28505   *posix*) set -o posix ;;
28506 esac
28507
28508 fi
28509
28510
28511
28512
28513 # PATH needs CR
28514 # Avoid depending upon Character Ranges.
28515 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28516 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28517 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28518 as_cr_digits='0123456789'
28519 as_cr_alnum=$as_cr_Letters$as_cr_digits
28520
28521 as_nl='
28522 '
28523 export as_nl
28524 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28525 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28526 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28527 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28528 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28529   as_echo='printf %s\n'
28530   as_echo_n='printf %s'
28531 else
28532   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28533     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28534     as_echo_n='/usr/ucb/echo -n'
28535   else
28536     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28537     as_echo_n_body='eval
28538       arg=$1;
28539       case $arg in
28540       *"$as_nl"*)
28541         expr "X$arg" : "X\\(.*\\)$as_nl";
28542         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28543       esac;
28544       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28545     '
28546     export as_echo_n_body
28547     as_echo_n='sh -c $as_echo_n_body as_echo'
28548   fi
28549   export as_echo_body
28550   as_echo='sh -c $as_echo_body as_echo'
28551 fi
28552
28553 # The user is always right.
28554 if test "${PATH_SEPARATOR+set}" != set; then
28555   PATH_SEPARATOR=:
28556   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28557     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28558       PATH_SEPARATOR=';'
28559   }
28560 fi
28561
28562 # Support unset when possible.
28563 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28564   as_unset=unset
28565 else
28566   as_unset=false
28567 fi
28568
28569
28570 # IFS
28571 # We need space, tab and new line, in precisely that order.  Quoting is
28572 # there to prevent editors from complaining about space-tab.
28573 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28574 # splitting by setting IFS to empty value.)
28575 IFS=" ""        $as_nl"
28576
28577 # Find who we are.  Look in the path if we contain no directory separator.
28578 case $0 in
28579   *[\\/]* ) as_myself=$0 ;;
28580   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28581 for as_dir in $PATH
28582 do
28583   IFS=$as_save_IFS
28584   test -z "$as_dir" && as_dir=.
28585   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28586 done
28587 IFS=$as_save_IFS
28588
28589      ;;
28590 esac
28591 # We did not find ourselves, most probably we were run as `sh COMMAND'
28592 # in which case we are not to be found in the path.
28593 if test "x$as_myself" = x; then
28594   as_myself=$0
28595 fi
28596 if test ! -f "$as_myself"; then
28597   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28598   { (exit 1); exit 1; }
28599 fi
28600
28601 # Work around bugs in pre-3.0 UWIN ksh.
28602 for as_var in ENV MAIL MAILPATH
28603 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28604 done
28605 PS1='$ '
28606 PS2='> '
28607 PS4='+ '
28608
28609 # NLS nuisances.
28610 LC_ALL=C
28611 export LC_ALL
28612 LANGUAGE=C
28613 export LANGUAGE
28614
28615 # Required to use basename.
28616 if expr a : '\(a\)' >/dev/null 2>&1 &&
28617    test "X`expr 00001 : '.*\(...\)'`" = X001; then
28618   as_expr=expr
28619 else
28620   as_expr=false
28621 fi
28622
28623 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28624   as_basename=basename
28625 else
28626   as_basename=false
28627 fi
28628
28629
28630 # Name of the executable.
28631 as_me=`$as_basename -- "$0" ||
28632 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28633          X"$0" : 'X\(//\)$' \| \
28634          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28635 $as_echo X/"$0" |
28636     sed '/^.*\/\([^/][^/]*\)\/*$/{
28637             s//\1/
28638             q
28639           }
28640           /^X\/\(\/\/\)$/{
28641             s//\1/
28642             q
28643           }
28644           /^X\/\(\/\).*/{
28645             s//\1/
28646             q
28647           }
28648           s/.*/./; q'`
28649
28650 # CDPATH.
28651 $as_unset CDPATH
28652
28653
28654
28655   as_lineno_1=$LINENO
28656   as_lineno_2=$LINENO
28657   test "x$as_lineno_1" != "x$as_lineno_2" &&
28658   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28659
28660   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28661   # uniformly replaced by the line number.  The first 'sed' inserts a
28662   # line-number line after each line using $LINENO; the second 'sed'
28663   # does the real work.  The second script uses 'N' to pair each
28664   # line-number line with the line containing $LINENO, and appends
28665   # trailing '-' during substitution so that $LINENO is not a special
28666   # case at line end.
28667   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28668   # scripts with optimization help from Paolo Bonzini.  Blame Lee
28669   # E. McMahon (1931-1989) for sed's syntax.  :-)
28670   sed -n '
28671     p
28672     /[$]LINENO/=
28673   ' <$as_myself |
28674     sed '
28675       s/[$]LINENO.*/&-/
28676       t lineno
28677       b
28678       :lineno
28679       N
28680       :loop
28681       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28682       t loop
28683       s/-\n.*//
28684     ' >$as_me.lineno &&
28685   chmod +x "$as_me.lineno" ||
28686     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28687    { (exit 1); exit 1; }; }
28688
28689   # Don't try to exec as it changes $[0], causing all sort of problems
28690   # (the dirname of $[0] is not the place where we might find the
28691   # original and so on.  Autoconf is especially sensitive to this).
28692   . "./$as_me.lineno"
28693   # Exit status is that of the last command.
28694   exit
28695 }
28696
28697
28698 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28699   as_dirname=dirname
28700 else
28701   as_dirname=false
28702 fi
28703
28704 ECHO_C= ECHO_N= ECHO_T=
28705 case `echo -n x` in
28706 -n*)
28707   case `echo 'x\c'` in
28708   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
28709   *)   ECHO_C='\c';;
28710   esac;;
28711 *)
28712   ECHO_N='-n';;
28713 esac
28714 if expr a : '\(a\)' >/dev/null 2>&1 &&
28715    test "X`expr 00001 : '.*\(...\)'`" = X001; then
28716   as_expr=expr
28717 else
28718   as_expr=false
28719 fi
28720
28721 rm -f conf$$ conf$$.exe conf$$.file
28722 if test -d conf$$.dir; then
28723   rm -f conf$$.dir/conf$$.file
28724 else
28725   rm -f conf$$.dir
28726   mkdir conf$$.dir 2>/dev/null
28727 fi
28728 if (echo >conf$$.file) 2>/dev/null; then
28729   if ln -s conf$$.file conf$$ 2>/dev/null; then
28730     as_ln_s='ln -s'
28731     # ... but there are two gotchas:
28732     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28733     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28734     # In both cases, we have to default to `cp -p'.
28735     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28736       as_ln_s='cp -p'
28737   elif ln conf$$.file conf$$ 2>/dev/null; then
28738     as_ln_s=ln
28739   else
28740     as_ln_s='cp -p'
28741   fi
28742 else
28743   as_ln_s='cp -p'
28744 fi
28745 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28746 rmdir conf$$.dir 2>/dev/null
28747
28748 if mkdir -p . 2>/dev/null; then
28749   as_mkdir_p=:
28750 else
28751   test -d ./-p && rmdir ./-p
28752   as_mkdir_p=false
28753 fi
28754
28755 if test -x / >/dev/null 2>&1; then
28756   as_test_x='test -x'
28757 else
28758   if ls -dL / >/dev/null 2>&1; then
28759     as_ls_L_option=L
28760   else
28761     as_ls_L_option=
28762   fi
28763   as_test_x='
28764     eval sh -c '\''
28765       if test -d "$1"; then
28766         test -d "$1/.";
28767       else
28768         case $1 in
28769         -*)set "./$1";;
28770         esac;
28771         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28772         ???[sx]*):;;*)false;;esac;fi
28773     '\'' sh
28774   '
28775 fi
28776 as_executable_p=$as_test_x
28777
28778 # Sed expression to map a string onto a valid CPP name.
28779 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28780
28781 # Sed expression to map a string onto a valid variable name.
28782 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28783
28784
28785 exec 6>&1
28786
28787 # Save the log message, to keep $[0] and so on meaningful, and to
28788 # report actual input values of CONFIG_FILES etc. instead of their
28789 # values after options handling.
28790 ac_log="
28791 This file was extended by Wine $as_me 1.1.16, which was
28792 generated by GNU Autoconf 2.63.  Invocation command line was
28793
28794   CONFIG_FILES    = $CONFIG_FILES
28795   CONFIG_HEADERS  = $CONFIG_HEADERS
28796   CONFIG_LINKS    = $CONFIG_LINKS
28797   CONFIG_COMMANDS = $CONFIG_COMMANDS
28798   $ $0 $@
28799
28800 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28801 "
28802
28803 _ACEOF
28804
28805 case $ac_config_files in *"
28806 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28807 esac
28808
28809 case $ac_config_headers in *"
28810 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28811 esac
28812
28813
28814 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28815 # Files that config.status was made for.
28816 config_files="$ac_config_files"
28817 config_headers="$ac_config_headers"
28818 config_commands="$ac_config_commands"
28819
28820 _ACEOF
28821
28822 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28823 ac_cs_usage="\
28824 \`$as_me' instantiates files from templates according to the
28825 current configuration.
28826
28827 Usage: $0 [OPTION]... [FILE]...
28828
28829   -h, --help       print this help, then exit
28830   -V, --version    print version number and configuration settings, then exit
28831   -q, --quiet, --silent
28832                    do not print progress messages
28833   -d, --debug      don't remove temporary files
28834       --recheck    update $as_me by reconfiguring in the same conditions
28835       --file=FILE[:TEMPLATE]
28836                    instantiate the configuration file FILE
28837       --header=FILE[:TEMPLATE]
28838                    instantiate the configuration header FILE
28839
28840 Configuration files:
28841 $config_files
28842
28843 Configuration headers:
28844 $config_headers
28845
28846 Configuration commands:
28847 $config_commands
28848
28849 Report bugs to <bug-autoconf@gnu.org>."
28850
28851 _ACEOF
28852 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28853 ac_cs_version="\\
28854 Wine config.status 1.1.16
28855 configured by $0, generated by GNU Autoconf 2.63,
28856   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28857
28858 Copyright (C) 2008 Free Software Foundation, Inc.
28859 This config.status script is free software; the Free Software Foundation
28860 gives unlimited permission to copy, distribute and modify it."
28861
28862 ac_pwd='$ac_pwd'
28863 srcdir='$srcdir'
28864 INSTALL='$INSTALL'
28865 test -n "\$AWK" || AWK=awk
28866 _ACEOF
28867
28868 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28869 # The default lists apply if the user does not specify any file.
28870 ac_need_defaults=:
28871 while test $# != 0
28872 do
28873   case $1 in
28874   --*=*)
28875     ac_option=`expr "X$1" : 'X\([^=]*\)='`
28876     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28877     ac_shift=:
28878     ;;
28879   *)
28880     ac_option=$1
28881     ac_optarg=$2
28882     ac_shift=shift
28883     ;;
28884   esac
28885
28886   case $ac_option in
28887   # Handling of the options.
28888   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28889     ac_cs_recheck=: ;;
28890   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28891     $as_echo "$ac_cs_version"; exit ;;
28892   --debug | --debu | --deb | --de | --d | -d )
28893     debug=: ;;
28894   --file | --fil | --fi | --f )
28895     $ac_shift
28896     case $ac_optarg in
28897     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28898     esac
28899     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28900     ac_need_defaults=false;;
28901   --header | --heade | --head | --hea )
28902     $ac_shift
28903     case $ac_optarg in
28904     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28905     esac
28906     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28907     ac_need_defaults=false;;
28908   --he | --h)
28909     # Conflict between --help and --header
28910     { $as_echo "$as_me: error: ambiguous option: $1
28911 Try \`$0 --help' for more information." >&2
28912    { (exit 1); exit 1; }; };;
28913   --help | --hel | -h )
28914     $as_echo "$ac_cs_usage"; exit ;;
28915   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28916   | -silent | --silent | --silen | --sile | --sil | --si | --s)
28917     ac_cs_silent=: ;;
28918
28919   # This is an error.
28920   -*) { $as_echo "$as_me: error: unrecognized option: $1
28921 Try \`$0 --help' for more information." >&2
28922    { (exit 1); exit 1; }; } ;;
28923
28924   *) ac_config_targets="$ac_config_targets $1"
28925      ac_need_defaults=false ;;
28926
28927   esac
28928   shift
28929 done
28930
28931 ac_configure_extra_args=
28932
28933 if $ac_cs_silent; then
28934   exec 6>/dev/null
28935   ac_configure_extra_args="$ac_configure_extra_args --silent"
28936 fi
28937
28938 _ACEOF
28939 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28940 if \$ac_cs_recheck; then
28941   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28942   shift
28943   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28944   CONFIG_SHELL='$SHELL'
28945   export CONFIG_SHELL
28946   exec "\$@"
28947 fi
28948
28949 _ACEOF
28950 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28951 exec 5>>config.log
28952 {
28953   echo
28954   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28955 ## Running $as_me. ##
28956 _ASBOX
28957   $as_echo "$ac_log"
28958 } >&5
28959
28960 _ACEOF
28961 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28962 _ACEOF
28963
28964 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28965
28966 # Handling of arguments.
28967 for ac_config_target in $ac_config_targets
28968 do
28969   case $ac_config_target in
28970     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28971     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28972     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28973     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28974     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28975     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28976     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28977     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28978     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28979     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28980     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28981     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28982     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28983     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28984     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28985     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28986     "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28987     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28988     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28989     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28990     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28991     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28992     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28993     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28994     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28995     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28996     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28997     "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
28998     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28999     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
29000     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
29001     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
29002     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
29003     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
29004     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
29005     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
29006     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
29007     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
29008     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
29009     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
29010     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
29011     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
29012     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
29013     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
29014     "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
29015     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
29016     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
29017     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
29018     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
29019     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
29020     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
29021     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
29022     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
29023     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
29024     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
29025     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
29026     "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
29027     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
29028     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
29029     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
29030     "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
29031     "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
29032     "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
29033     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
29034     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
29035     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
29036     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
29037     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
29038     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
29039     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
29040     "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
29041     "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
29042     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
29043     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
29044     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
29045     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
29046     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
29047     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
29048     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
29049     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
29050     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
29051     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
29052     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
29053     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
29054     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
29055     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
29056     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
29057     "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
29058     "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
29059     "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
29060     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
29061     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
29062     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
29063     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
29064     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
29065     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
29066     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
29067     "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
29068     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
29069     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
29070     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
29071     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
29072     "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
29073     "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
29074     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
29075     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
29076     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
29077     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
29078     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
29079     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
29080     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
29081     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
29082     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
29083     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
29084     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
29085     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
29086     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
29087     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
29088     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
29089     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
29090     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
29091     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
29092     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
29093     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
29094     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
29095     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
29096     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
29097     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
29098     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
29099     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
29100     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
29101     "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
29102     "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
29103     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
29104     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
29105     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
29106     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
29107     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
29108     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
29109     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
29110     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
29111     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
29112     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
29113     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
29114     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
29115     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
29116     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
29117     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
29118     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
29119     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
29120     "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
29121     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
29122     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
29123     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
29124     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
29125     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
29126     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
29127     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
29128     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
29129     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
29130     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
29131     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
29132     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
29133     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
29134     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
29135     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
29136     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
29137     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
29138     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
29139     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
29140     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
29141     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
29142     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
29143     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
29144     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
29145     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
29146     "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
29147     "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
29148     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
29149     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
29150     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
29151     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
29152     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
29153     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
29154     "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
29155     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
29156     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
29157     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
29158     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
29159     "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
29160     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
29161     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
29162     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
29163     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
29164     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
29165     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
29166     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
29167     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
29168     "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
29169     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
29170     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
29171     "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
29172     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
29173     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
29174     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
29175     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
29176     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
29177     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
29178     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
29179     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
29180     "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
29181     "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
29182     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
29183     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
29184     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
29185     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
29186     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
29187     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
29188     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
29189     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
29190     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
29191     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
29192     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
29193     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
29194     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
29195     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
29196     "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
29197     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
29198     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
29199     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
29200     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
29201     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
29202     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
29203     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
29204     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
29205     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
29206     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
29207     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
29208     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
29209     "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
29210     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
29211     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
29212     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
29213     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
29214     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
29215     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
29216     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
29217     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
29218     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
29219     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
29220     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
29221     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
29222     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
29223     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
29224     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
29225     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
29226     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
29227     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
29228     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
29229     "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
29230     "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
29231     "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
29232     "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
29233     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
29234     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
29235     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
29236     "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
29237     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
29238     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
29239     "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
29240     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
29241     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
29242     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
29243     "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
29244     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
29245     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
29246     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
29247     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
29248     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
29249     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
29250     "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
29251     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
29252     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
29253     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
29254     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
29255     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
29256     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
29257     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
29258     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
29259     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
29260     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
29261     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
29262     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
29263     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
29264     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
29265     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
29266     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
29267     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
29268     "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
29269     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
29270     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
29271     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
29272     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
29273     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
29274     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
29275     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
29276     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
29277     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
29278     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
29279     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
29280     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
29281     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
29282     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
29283     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
29284     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
29285     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
29286     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
29287     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
29288     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
29289     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
29290     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
29291     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
29292     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
29293     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
29294     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
29295     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
29296     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29297     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29298     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29299     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29300     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29301     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29302     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29303     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29304     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29305     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29306     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29307     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29308     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29309     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29310     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29311     "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
29312     "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29313     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29314     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29315     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29316     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29317     "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29318     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29319     "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29320     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29321     "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29322     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29323     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29324     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29325     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29326     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29327     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29328     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29329     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29330     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29331     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29332     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29333     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29334     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29335     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29336     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29337     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29338     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29339     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29340     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29341     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29342     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29343     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29344     "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29345     "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29346     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29347     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29348     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29349     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29350     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29351     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29352     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29353     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29354     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29355     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29356     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29357     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29358     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29359     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29360     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29361     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29362     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29363     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29364     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29365     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29366     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29367     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29368     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29369     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29370     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29371     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29372     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29373     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29374     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29375     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29376     "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29377     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29378     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29379     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29380     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29381     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29382     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29383     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29384     "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29385     "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29386     "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29387     "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29388     "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29389     "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29390     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29391     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29392     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29393     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29394     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29395     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29396     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29397     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29398     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29399     "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29400     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29401     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29402     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29403     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29404     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29405     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29406     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29407     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29408     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29409     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29410     "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29411     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29412     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29413     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29414     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29415     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29416     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29417     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29418     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29419     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29420     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29421     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29422     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29423     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29424     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29425     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29426     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29427     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29428     "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29429     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29430     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29431     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29432     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29433     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29434     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29435     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29436     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29437     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29438     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29439     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29440     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29441     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29442     "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29443     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29444     "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29445     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29446     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29447     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29448     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29449     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29450     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29451     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29452     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29453     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29454     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29455     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29456     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29457
29458   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29459 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29460    { (exit 1); exit 1; }; };;
29461   esac
29462 done
29463
29464
29465 # If the user did not use the arguments to specify the items to instantiate,
29466 # then the envvar interface is used.  Set only those that are not.
29467 # We use the long form for the default assignment because of an extremely
29468 # bizarre bug on SunOS 4.1.3.
29469 if $ac_need_defaults; then
29470   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29471   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29472   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29473 fi
29474
29475 # Have a temporary directory for convenience.  Make it in the build tree
29476 # simply because there is no reason against having it here, and in addition,
29477 # creating and moving files from /tmp can sometimes cause problems.
29478 # Hook for its removal unless debugging.
29479 # Note that there is a small window in which the directory will not be cleaned:
29480 # after its creation but before its name has been assigned to `$tmp'.
29481 $debug ||
29482 {
29483   tmp=
29484   trap 'exit_status=$?
29485   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29486 ' 0
29487   trap '{ (exit 1); exit 1; }' 1 2 13 15
29488 }
29489 # Create a (secure) tmp directory for tmp files.
29490
29491 {
29492   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29493   test -n "$tmp" && test -d "$tmp"
29494 }  ||
29495 {
29496   tmp=./conf$$-$RANDOM
29497   (umask 077 && mkdir "$tmp")
29498 } ||
29499 {
29500    $as_echo "$as_me: cannot create a temporary directory in ." >&2
29501    { (exit 1); exit 1; }
29502 }
29503
29504 # Set up the scripts for CONFIG_FILES section.
29505 # No need to generate them if there are no CONFIG_FILES.
29506 # This happens for instance with `./config.status config.h'.
29507 if test -n "$CONFIG_FILES"; then
29508
29509 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29510   ac_cs_awk_getline=:
29511   ac_cs_awk_pipe_init=
29512   ac_cs_awk_read_file='
29513       while ((getline aline < (F[key])) > 0)
29514         print(aline)
29515       close(F[key])'
29516   ac_cs_awk_pipe_fini=
29517 else
29518   ac_cs_awk_getline=false
29519   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29520   ac_cs_awk_read_file='
29521       print "|#_!!_#|"
29522       print "cat " F[key] " &&"
29523       '$ac_cs_awk_pipe_init
29524   # The final `:' finishes the AND list.
29525   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29526 fi
29527 ac_cr='\r'
29528 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29529 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29530   ac_cs_awk_cr='\\r'
29531 else
29532   ac_cs_awk_cr=$ac_cr
29533 fi
29534
29535 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29536 _ACEOF
29537
29538 # Create commands to substitute file output variables.
29539 {
29540   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29541   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29542   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29543   echo "_ACAWK" &&
29544   echo "_ACEOF"
29545 } >conf$$files.sh &&
29546 . ./conf$$files.sh ||
29547   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29548 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29549    { (exit 1); exit 1; }; }
29550 rm -f conf$$files.sh
29551
29552 {
29553   echo "cat >conf$$subs.awk <<_ACEOF" &&
29554   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29555   echo "_ACEOF"
29556 } >conf$$subs.sh ||
29557   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29558 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29559    { (exit 1); exit 1; }; }
29560 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29561 ac_delim='%!_!# '
29562 for ac_last_try in false false false false false :; do
29563   . ./conf$$subs.sh ||
29564     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29565 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29566    { (exit 1); exit 1; }; }
29567
29568   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29569   if test $ac_delim_n = $ac_delim_num; then
29570     break
29571   elif $ac_last_try; then
29572     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29573 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29574    { (exit 1); exit 1; }; }
29575   else
29576     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29577   fi
29578 done
29579 rm -f conf$$subs.sh
29580
29581 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29582 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29583 _ACEOF
29584 sed -n '
29585 h
29586 s/^/S["/; s/!.*/"]=/
29587 p
29588 g
29589 s/^[^!]*!//
29590 :repl
29591 t repl
29592 s/'"$ac_delim"'$//
29593 t delim
29594 :nl
29595 h
29596 s/\(.\{148\}\).*/\1/
29597 t more1
29598 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29599 p
29600 n
29601 b repl
29602 :more1
29603 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29604 p
29605 g
29606 s/.\{148\}//
29607 t nl
29608 :delim
29609 h
29610 s/\(.\{148\}\).*/\1/
29611 t more2
29612 s/["\\]/\\&/g; s/^/"/; s/$/"/
29613 p
29614 b
29615 :more2
29616 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29617 p
29618 g
29619 s/.\{148\}//
29620 t delim
29621 ' <conf$$subs.awk | sed '
29622 /^[^""]/{
29623   N
29624   s/\n//
29625 }
29626 ' >>$CONFIG_STATUS || ac_write_fail=1
29627 rm -f conf$$subs.awk
29628 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29629 _ACAWK
29630 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29631   for (key in S) S_is_set[key] = 1
29632   FS = "\a"
29633   \$ac_cs_awk_pipe_init
29634 }
29635 {
29636   line = $ 0
29637   nfields = split(line, field, "@")
29638   substed = 0
29639   len = length(field[1])
29640   for (i = 2; i < nfields; i++) {
29641     key = field[i]
29642     keylen = length(key)
29643     if (S_is_set[key]) {
29644       value = S[key]
29645       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29646       len += length(value) + length(field[++i])
29647       substed = 1
29648     } else
29649       len += 1 + keylen
29650   }
29651   if (nfields == 3 && !substed) {
29652     key = field[2]
29653     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
29654       \$ac_cs_awk_read_file
29655       next
29656     }
29657   }
29658   print line
29659 }
29660 \$ac_cs_awk_pipe_fini
29661 _ACAWK
29662 _ACEOF
29663 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29664 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29665   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29666 else
29667   cat
29668 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29669   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29670 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29671    { (exit 1); exit 1; }; }
29672 _ACEOF
29673
29674 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29675 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29676 # trailing colons and then remove the whole line if VPATH becomes empty
29677 # (actually we leave an empty line to preserve line numbers).
29678 if test "x$srcdir" = x.; then
29679   ac_vpsub='/^[  ]*VPATH[        ]*=/{
29680 s/:*\$(srcdir):*/:/
29681 s/:*\${srcdir}:*/:/
29682 s/:*@srcdir@:*/:/
29683 s/^\([^=]*=[     ]*\):*/\1/
29684 s/:*$//
29685 s/^[^=]*=[       ]*$//
29686 }'
29687 fi
29688
29689 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29690 fi # test -n "$CONFIG_FILES"
29691
29692 # Set up the scripts for CONFIG_HEADERS section.
29693 # No need to generate them if there are no CONFIG_HEADERS.
29694 # This happens for instance with `./config.status Makefile'.
29695 if test -n "$CONFIG_HEADERS"; then
29696 cat >"$tmp/defines.awk" <<\_ACAWK ||
29697 BEGIN {
29698 _ACEOF
29699
29700 # Transform confdefs.h into an awk script `defines.awk', embedded as
29701 # here-document in config.status, that substitutes the proper values into
29702 # config.h.in to produce config.h.
29703
29704 # Create a delimiter string that does not exist in confdefs.h, to ease
29705 # handling of long lines.
29706 ac_delim='%!_!# '
29707 for ac_last_try in false false :; do
29708   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29709   if test -z "$ac_t"; then
29710     break
29711   elif $ac_last_try; then
29712     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29713 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29714    { (exit 1); exit 1; }; }
29715   else
29716     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29717   fi
29718 done
29719
29720 # For the awk script, D is an array of macro values keyed by name,
29721 # likewise P contains macro parameters if any.  Preserve backslash
29722 # newline sequences.
29723
29724 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29725 sed -n '
29726 s/.\{148\}/&'"$ac_delim"'/g
29727 t rset
29728 :rset
29729 s/^[     ]*#[    ]*define[       ][      ]*/ /
29730 t def
29731 d
29732 :def
29733 s/\\$//
29734 t bsnl
29735 s/["\\]/\\&/g
29736 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
29737 D["\1"]=" \3"/p
29738 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
29739 d
29740 :bsnl
29741 s/["\\]/\\&/g
29742 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
29743 D["\1"]=" \3\\\\\\n"\\/p
29744 t cont
29745 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29746 t cont
29747 d
29748 :cont
29749 n
29750 s/.\{148\}/&'"$ac_delim"'/g
29751 t clear
29752 :clear
29753 s/\\$//
29754 t bsnlc
29755 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29756 d
29757 :bsnlc
29758 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29759 b cont
29760 ' <confdefs.h | sed '
29761 s/'"$ac_delim"'/"\\\
29762 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29763
29764 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29765   for (key in D) D_is_set[key] = 1
29766   FS = "\a"
29767 }
29768 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29769   line = \$ 0
29770   split(line, arg, " ")
29771   if (arg[1] == "#") {
29772     defundef = arg[2]
29773     mac1 = arg[3]
29774   } else {
29775     defundef = substr(arg[1], 2)
29776     mac1 = arg[2]
29777   }
29778   split(mac1, mac2, "(") #)
29779   macro = mac2[1]
29780   prefix = substr(line, 1, index(line, defundef) - 1)
29781   if (D_is_set[macro]) {
29782     # Preserve the white space surrounding the "#".
29783     print prefix "define", macro P[macro] D[macro]
29784     next
29785   } else {
29786     # Replace #undef with comments.  This is necessary, for example,
29787     # in the case of _POSIX_SOURCE, which is predefined and required
29788     # on some systems where configure will not decide to define it.
29789     if (defundef == "undef") {
29790       print "/*", prefix defundef, macro, "*/"
29791       next
29792     }
29793   }
29794 }
29795 { print }
29796 _ACAWK
29797 _ACEOF
29798 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29799   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29800 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29801    { (exit 1); exit 1; }; }
29802 fi # test -n "$CONFIG_HEADERS"
29803
29804
29805 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
29806 shift
29807 for ac_tag
29808 do
29809   case $ac_tag in
29810   :[FHLC]) ac_mode=$ac_tag; continue;;
29811   esac
29812   case $ac_mode$ac_tag in
29813   :[FHL]*:*);;
29814   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29815 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29816    { (exit 1); exit 1; }; };;
29817   :[FH]-) ac_tag=-:-;;
29818   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29819   esac
29820   ac_save_IFS=$IFS
29821   IFS=:
29822   set x $ac_tag
29823   IFS=$ac_save_IFS
29824   shift
29825   ac_file=$1
29826   shift
29827
29828   case $ac_mode in
29829   :L) ac_source=$1;;
29830   :[FH])
29831     ac_file_inputs=
29832     for ac_f
29833     do
29834       case $ac_f in
29835       -) ac_f="$tmp/stdin";;
29836       *) # Look for the file first in the build tree, then in the source tree
29837          # (if the path is not absolute).  The absolute path cannot be DOS-style,
29838          # because $ac_f cannot contain `:'.
29839          test -f "$ac_f" ||
29840            case $ac_f in
29841            [\\/$]*) false;;
29842            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29843            esac ||
29844            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29845 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29846    { (exit 1); exit 1; }; };;
29847       esac
29848       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29849       ac_file_inputs="$ac_file_inputs '$ac_f'"
29850     done
29851
29852     # Let's still pretend it is `configure' which instantiates (i.e., don't
29853     # use $as_me), people would be surprised to read:
29854     #    /* config.h.  Generated by config.status.  */
29855     configure_input='Generated from '`
29856           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29857         `' by configure.'
29858     if test x"$ac_file" != x-; then
29859       configure_input="$ac_file.  $configure_input"
29860       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29861 $as_echo "$as_me: creating $ac_file" >&6;}
29862     fi
29863     # Neutralize special characters interpreted by sed in replacement strings.
29864     case $configure_input in #(
29865     *\&* | *\|* | *\\* )
29866        ac_sed_conf_input=`$as_echo "$configure_input" |
29867        sed 's/[\\\\&|]/\\\\&/g'`;; #(
29868     *) ac_sed_conf_input=$configure_input;;
29869     esac
29870
29871     case $ac_tag in
29872     *:-:* | *:-) cat >"$tmp/stdin" \
29873       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29874 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29875    { (exit 1); exit 1; }; } ;;
29876     esac
29877     ;;
29878   esac
29879
29880   ac_dir=`$as_dirname -- "$ac_file" ||
29881 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29882          X"$ac_file" : 'X\(//\)[^/]' \| \
29883          X"$ac_file" : 'X\(//\)$' \| \
29884          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29885 $as_echo X"$ac_file" |
29886     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29887             s//\1/
29888             q
29889           }
29890           /^X\(\/\/\)[^/].*/{
29891             s//\1/
29892             q
29893           }
29894           /^X\(\/\/\)$/{
29895             s//\1/
29896             q
29897           }
29898           /^X\(\/\).*/{
29899             s//\1/
29900             q
29901           }
29902           s/.*/./; q'`
29903   { as_dir="$ac_dir"
29904   case $as_dir in #(
29905   -*) as_dir=./$as_dir;;
29906   esac
29907   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29908     as_dirs=
29909     while :; do
29910       case $as_dir in #(
29911       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29912       *) as_qdir=$as_dir;;
29913       esac
29914       as_dirs="'$as_qdir' $as_dirs"
29915       as_dir=`$as_dirname -- "$as_dir" ||
29916 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29917          X"$as_dir" : 'X\(//\)[^/]' \| \
29918          X"$as_dir" : 'X\(//\)$' \| \
29919          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29920 $as_echo X"$as_dir" |
29921     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29922             s//\1/
29923             q
29924           }
29925           /^X\(\/\/\)[^/].*/{
29926             s//\1/
29927             q
29928           }
29929           /^X\(\/\/\)$/{
29930             s//\1/
29931             q
29932           }
29933           /^X\(\/\).*/{
29934             s//\1/
29935             q
29936           }
29937           s/.*/./; q'`
29938       test -d "$as_dir" && break
29939     done
29940     test -z "$as_dirs" || eval "mkdir $as_dirs"
29941   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29942 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29943    { (exit 1); exit 1; }; }; }
29944   ac_builddir=.
29945
29946 case "$ac_dir" in
29947 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29948 *)
29949   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29950   # A ".." for each directory in $ac_dir_suffix.
29951   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29952   case $ac_top_builddir_sub in
29953   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29954   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29955   esac ;;
29956 esac
29957 ac_abs_top_builddir=$ac_pwd
29958 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29959 # for backward compatibility:
29960 ac_top_builddir=$ac_top_build_prefix
29961
29962 case $srcdir in
29963   .)  # We are building in place.
29964     ac_srcdir=.
29965     ac_top_srcdir=$ac_top_builddir_sub
29966     ac_abs_top_srcdir=$ac_pwd ;;
29967   [\\/]* | ?:[\\/]* )  # Absolute name.
29968     ac_srcdir=$srcdir$ac_dir_suffix;
29969     ac_top_srcdir=$srcdir
29970     ac_abs_top_srcdir=$srcdir ;;
29971   *) # Relative name.
29972     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29973     ac_top_srcdir=$ac_top_build_prefix$srcdir
29974     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29975 esac
29976 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29977
29978
29979   case $ac_mode in
29980   :F)
29981   #
29982   # CONFIG_FILE
29983   #
29984
29985   case $INSTALL in
29986   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29987   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29988   esac
29989 _ACEOF
29990
29991 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29992 # If the template does not know about datarootdir, expand it.
29993 # FIXME: This hack should be removed a few years after 2.60.
29994 ac_datarootdir_hack=; ac_datarootdir_seen=
29995
29996 ac_sed_dataroot='
29997 /datarootdir/ {
29998   p
29999   q
30000 }
30001 /@datadir@/p
30002 /@docdir@/p
30003 /@infodir@/p
30004 /@localedir@/p
30005 /@mandir@/p
30006 '
30007 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
30008 *datarootdir*) ac_datarootdir_seen=yes;;
30009 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
30010   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
30011 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
30012 _ACEOF
30013 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30014   ac_datarootdir_hack='
30015   s&@datadir@&$datadir&g
30016   s&@docdir@&$docdir&g
30017   s&@infodir@&$infodir&g
30018   s&@localedir@&$localedir&g
30019   s&@mandir@&$mandir&g
30020     s&\\\${datarootdir}&$datarootdir&g' ;;
30021 esac
30022 _ACEOF
30023
30024 # Neutralize VPATH when `$srcdir' = `.'.
30025 # Shell code in configure.ac might set extrasub.
30026 # FIXME: do we really want to maintain this feature?
30027 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30028 ac_sed_extra="$ac_vpsub
30029 $extrasub
30030 _ACEOF
30031 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30032 :t
30033 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
30034 s|@configure_input@|$ac_sed_conf_input|;t t
30035 s&@top_builddir@&$ac_top_builddir_sub&;t t
30036 s&@top_build_prefix@&$ac_top_build_prefix&;t t
30037 s&@srcdir@&$ac_srcdir&;t t
30038 s&@abs_srcdir@&$ac_abs_srcdir&;t t
30039 s&@top_srcdir@&$ac_top_srcdir&;t t
30040 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
30041 s&@builddir@&$ac_builddir&;t t
30042 s&@abs_builddir@&$ac_abs_builddir&;t t
30043 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
30044 s&@INSTALL@&$ac_INSTALL&;t t
30045 $ac_datarootdir_hack
30046 "
30047 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
30048 if $ac_cs_awk_getline; then
30049   $AWK -f "$tmp/subs.awk"
30050 else
30051   $AWK -f "$tmp/subs.awk" | $SHELL
30052 fi >$tmp/out \
30053   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30054 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30055    { (exit 1); exit 1; }; }
30056
30057 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
30058   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
30059   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
30060   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30061 which seems to be undefined.  Please make sure it is defined." >&5
30062 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30063 which seems to be undefined.  Please make sure it is defined." >&2;}
30064
30065   rm -f "$tmp/stdin"
30066   case $ac_file in
30067   -) cat "$tmp/out" && rm -f "$tmp/out";;
30068   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
30069   esac \
30070   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30071 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30072    { (exit 1); exit 1; }; }
30073  ;;
30074   :H)
30075   #
30076   # CONFIG_HEADER
30077   #
30078   if test x"$ac_file" != x-; then
30079     {
30080       $as_echo "/* $configure_input  */" \
30081       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
30082     } >"$tmp/config.h" \
30083       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30084 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30085    { (exit 1); exit 1; }; }
30086     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
30087       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
30088 $as_echo "$as_me: $ac_file is unchanged" >&6;}
30089     else
30090       rm -f "$ac_file"
30091       mv "$tmp/config.h" "$ac_file" \
30092         || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30093 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30094    { (exit 1); exit 1; }; }
30095     fi
30096   else
30097     $as_echo "/* $configure_input  */" \
30098       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
30099       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
30100 $as_echo "$as_me: error: could not create -" >&2;}
30101    { (exit 1); exit 1; }; }
30102   fi
30103  ;;
30104
30105   :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
30106 $as_echo "$as_me: executing $ac_file commands" >&6;}
30107  ;;
30108   esac
30109
30110
30111   case $ac_file$ac_mode in
30112     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
30113     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
30114 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
30115     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
30116 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
30117     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
30118 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
30119     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
30120 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
30121     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
30122 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
30123     "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
30124 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
30125
30126   esac
30127 done # for ac_tag
30128
30129
30130 { (exit 0); exit 0; }
30131 _ACEOF
30132 chmod +x $CONFIG_STATUS
30133 ac_clean_files=$ac_clean_files_save
30134
30135 test $ac_write_fail = 0 ||
30136   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
30137 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
30138    { (exit 1); exit 1; }; }
30139
30140
30141 # configure is writing to config.log, and then calls config.status.
30142 # config.status does its own redirection, appending to config.log.
30143 # Unfortunately, on DOS this fails, as config.log is still kept open
30144 # by configure, so config.status won't be able to write to it; its
30145 # output is simply discarded.  So we exec the FD to /dev/null,
30146 # effectively closing config.log, so it can be properly (re)opened and
30147 # appended to by config.status.  When coming back to configure, we
30148 # need to make the FD available again.
30149 if test "$no_create" != yes; then
30150   ac_cs_success=:
30151   ac_config_status_args=
30152   test "$silent" = yes &&
30153     ac_config_status_args="$ac_config_status_args --quiet"
30154   exec 5>/dev/null
30155   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
30156   exec 5>>config.log
30157   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30158   # would make configure fail if this is the last instruction.
30159   $ac_cs_success || { (exit 1); exit 1; }
30160 fi
30161 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
30162   { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
30163 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
30164 fi
30165
30166
30167 if test "$no_create" = "yes"
30168 then
30169   exit 0
30170 fi
30171
30172 ac_save_IFS="$IFS"
30173 if test "x$wine_notices != "x; then
30174     echo >&6
30175     IFS="|"
30176     for msg in $wine_notices; do
30177         IFS="$ac_save_IFS"
30178         if test -n "$msg"; then
30179             { $as_echo "$as_me:$LINENO: $msg" >&5
30180 $as_echo "$as_me: $msg" >&6;}
30181         fi
30182     done
30183 fi
30184 IFS="|"
30185 for msg in $wine_warnings; do
30186     IFS="$ac_save_IFS"
30187     if test -n "$msg"; then
30188         echo >&2
30189         { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
30190 $as_echo "$as_me: WARNING: $msg" >&2;}
30191     fi
30192 done
30193 IFS="$ac_save_IFS"
30194
30195 echo "
30196 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
30197 " >&6
30198