ole32: Make ole2nls.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_stress_dll16=${enable_stress_dll16:-no}
3921     enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
3922     enable_vmm_vxd=${enable_vmm_vxd:-no}
3923     enable_vnbt_vxd=${enable_vnbt_vxd:-no}
3924     enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
3925     enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
3926     enable_vwin32_vxd=${enable_vwin32_vxd:-no}
3927     enable_w32skrnl=${enable_w32skrnl:-no}
3928     enable_win87em_dll16=${enable_win87em_dll16:-no}
3929     enable_windebug_dll16=${enable_windebug_dll16:-no}
3930     enable_winedos=${enable_winedos:-no}
3931     enable_winevdm=${enable_winevdm:-no}
3932     enable_winhelp_exe16=${enable_winhelp_exe16:-no}
3933     enable_winoldap_mod16=${enable_winoldap_mod16:-no}
3934 fi
3935
3936 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3937 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3938 if test "${wine_cv_toolsdir+set}" = set; then
3939   $as_echo_n "(cached) " >&6
3940 else
3941   if test -z "$with_wine_tools"; then
3942      if test "$cross_compiling" = "yes"; then
3943        { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3944 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3945    { (exit 1); exit 1; }; }
3946      else
3947        wine_cv_toolsdir="\$(TOPOBJDIR)"
3948      fi
3949    elif test -d "$with_wine_tools/tools/winebuild"; then
3950      case $with_wine_tools in
3951        /*) wine_cv_toolsdir="$with_wine_tools" ;;
3952        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3953      esac
3954    else
3955      { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3956 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3957    { (exit 1); exit 1; }; }
3958    fi
3959 fi
3960 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3961 $as_echo "$wine_cv_toolsdir" >&6; }
3962 TOOLSDIR=$wine_cv_toolsdir
3963
3964 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3965 then
3966     TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3967
3968 fi
3969
3970 for ac_prog in flex
3971 do
3972   # Extract the first word of "$ac_prog", so it can be a program name with args.
3973 set dummy $ac_prog; ac_word=$2
3974 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3975 $as_echo_n "checking for $ac_word... " >&6; }
3976 if test "${ac_cv_prog_FLEX+set}" = set; then
3977   $as_echo_n "(cached) " >&6
3978 else
3979   if test -n "$FLEX"; then
3980   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3981 else
3982 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3983 for as_dir in $PATH
3984 do
3985   IFS=$as_save_IFS
3986   test -z "$as_dir" && as_dir=.
3987   for ac_exec_ext in '' $ac_executable_extensions; do
3988   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3989     ac_cv_prog_FLEX="$ac_prog"
3990     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3991     break 2
3992   fi
3993 done
3994 done
3995 IFS=$as_save_IFS
3996
3997 fi
3998 fi
3999 FLEX=$ac_cv_prog_FLEX
4000 if test -n "$FLEX"; then
4001   { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
4002 $as_echo "$FLEX" >&6; }
4003 else
4004   { $as_echo "$as_me:$LINENO: result: no" >&5
4005 $as_echo "no" >&6; }
4006 fi
4007
4008
4009   test -n "$FLEX" && break
4010 done
4011 test -n "$FLEX" || FLEX="none"
4012
4013 if test "$FLEX" = "none"
4014 then
4015   { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
4016 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
4017    { (exit 1); exit 1; }; }
4018 fi
4019
4020 for ac_prog in bison
4021 do
4022   # Extract the first word of "$ac_prog", so it can be a program name with args.
4023 set dummy $ac_prog; ac_word=$2
4024 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4025 $as_echo_n "checking for $ac_word... " >&6; }
4026 if test "${ac_cv_prog_BISON+set}" = set; then
4027   $as_echo_n "(cached) " >&6
4028 else
4029   if test -n "$BISON"; then
4030   ac_cv_prog_BISON="$BISON" # Let the user override the test.
4031 else
4032 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4033 for as_dir in $PATH
4034 do
4035   IFS=$as_save_IFS
4036   test -z "$as_dir" && as_dir=.
4037   for ac_exec_ext in '' $ac_executable_extensions; do
4038   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4039     ac_cv_prog_BISON="$ac_prog"
4040     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4041     break 2
4042   fi
4043 done
4044 done
4045 IFS=$as_save_IFS
4046
4047 fi
4048 fi
4049 BISON=$ac_cv_prog_BISON
4050 if test -n "$BISON"; then
4051   { $as_echo "$as_me:$LINENO: result: $BISON" >&5
4052 $as_echo "$BISON" >&6; }
4053 else
4054   { $as_echo "$as_me:$LINENO: result: no" >&5
4055 $as_echo "no" >&6; }
4056 fi
4057
4058
4059   test -n "$BISON" && break
4060 done
4061 test -n "$BISON" || BISON="none"
4062
4063 if test "$BISON" = "none"
4064 then
4065   { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4066 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4067    { (exit 1); exit 1; }; }
4068 fi
4069
4070 if test -n "$ac_tool_prefix"; then
4071   for ac_prog in gas as
4072   do
4073     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4074 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4075 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4076 $as_echo_n "checking for $ac_word... " >&6; }
4077 if test "${ac_cv_prog_AS+set}" = set; then
4078   $as_echo_n "(cached) " >&6
4079 else
4080   if test -n "$AS"; then
4081   ac_cv_prog_AS="$AS" # Let the user override the test.
4082 else
4083 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4084 for as_dir in $PATH
4085 do
4086   IFS=$as_save_IFS
4087   test -z "$as_dir" && as_dir=.
4088   for ac_exec_ext in '' $ac_executable_extensions; do
4089   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4090     ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
4091     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4092     break 2
4093   fi
4094 done
4095 done
4096 IFS=$as_save_IFS
4097
4098 fi
4099 fi
4100 AS=$ac_cv_prog_AS
4101 if test -n "$AS"; then
4102   { $as_echo "$as_me:$LINENO: result: $AS" >&5
4103 $as_echo "$AS" >&6; }
4104 else
4105   { $as_echo "$as_me:$LINENO: result: no" >&5
4106 $as_echo "no" >&6; }
4107 fi
4108
4109
4110     test -n "$AS" && break
4111   done
4112 fi
4113 if test -z "$AS"; then
4114   ac_ct_AS=$AS
4115   for ac_prog in gas as
4116 do
4117   # Extract the first word of "$ac_prog", so it can be a program name with args.
4118 set dummy $ac_prog; ac_word=$2
4119 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4120 $as_echo_n "checking for $ac_word... " >&6; }
4121 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
4122   $as_echo_n "(cached) " >&6
4123 else
4124   if test -n "$ac_ct_AS"; then
4125   ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
4126 else
4127 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4128 for as_dir in $PATH
4129 do
4130   IFS=$as_save_IFS
4131   test -z "$as_dir" && as_dir=.
4132   for ac_exec_ext in '' $ac_executable_extensions; do
4133   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4134     ac_cv_prog_ac_ct_AS="$ac_prog"
4135     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4136     break 2
4137   fi
4138 done
4139 done
4140 IFS=$as_save_IFS
4141
4142 fi
4143 fi
4144 ac_ct_AS=$ac_cv_prog_ac_ct_AS
4145 if test -n "$ac_ct_AS"; then
4146   { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
4147 $as_echo "$ac_ct_AS" >&6; }
4148 else
4149   { $as_echo "$as_me:$LINENO: result: no" >&5
4150 $as_echo "no" >&6; }
4151 fi
4152
4153
4154   test -n "$ac_ct_AS" && break
4155 done
4156
4157   if test "x$ac_ct_AS" = x; then
4158     AS="as"
4159   else
4160     case $cross_compiling:$ac_tool_warned in
4161 yes:)
4162 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4163 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4164 ac_tool_warned=yes ;;
4165 esac
4166     AS=$ac_ct_AS
4167   fi
4168 fi
4169
4170 if test -n "$ac_tool_prefix"; then
4171   for ac_prog in ld gld
4172   do
4173     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4174 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4175 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4176 $as_echo_n "checking for $ac_word... " >&6; }
4177 if test "${ac_cv_prog_LD+set}" = set; then
4178   $as_echo_n "(cached) " >&6
4179 else
4180   if test -n "$LD"; then
4181   ac_cv_prog_LD="$LD" # Let the user override the test.
4182 else
4183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4184 for as_dir in $PATH
4185 do
4186   IFS=$as_save_IFS
4187   test -z "$as_dir" && as_dir=.
4188   for ac_exec_ext in '' $ac_executable_extensions; do
4189   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4190     ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
4191     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4192     break 2
4193   fi
4194 done
4195 done
4196 IFS=$as_save_IFS
4197
4198 fi
4199 fi
4200 LD=$ac_cv_prog_LD
4201 if test -n "$LD"; then
4202   { $as_echo "$as_me:$LINENO: result: $LD" >&5
4203 $as_echo "$LD" >&6; }
4204 else
4205   { $as_echo "$as_me:$LINENO: result: no" >&5
4206 $as_echo "no" >&6; }
4207 fi
4208
4209
4210     test -n "$LD" && break
4211   done
4212 fi
4213 if test -z "$LD"; then
4214   ac_ct_LD=$LD
4215   for ac_prog in ld gld
4216 do
4217   # Extract the first word of "$ac_prog", so it can be a program name with args.
4218 set dummy $ac_prog; ac_word=$2
4219 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4220 $as_echo_n "checking for $ac_word... " >&6; }
4221 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4222   $as_echo_n "(cached) " >&6
4223 else
4224   if test -n "$ac_ct_LD"; then
4225   ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4226 else
4227 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4228 for as_dir in $PATH
4229 do
4230   IFS=$as_save_IFS
4231   test -z "$as_dir" && as_dir=.
4232   for ac_exec_ext in '' $ac_executable_extensions; do
4233   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4234     ac_cv_prog_ac_ct_LD="$ac_prog"
4235     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4236     break 2
4237   fi
4238 done
4239 done
4240 IFS=$as_save_IFS
4241
4242 fi
4243 fi
4244 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4245 if test -n "$ac_ct_LD"; then
4246   { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4247 $as_echo "$ac_ct_LD" >&6; }
4248 else
4249   { $as_echo "$as_me:$LINENO: result: no" >&5
4250 $as_echo "no" >&6; }
4251 fi
4252
4253
4254   test -n "$ac_ct_LD" && break
4255 done
4256
4257   if test "x$ac_ct_LD" = x; then
4258     LD="ld"
4259   else
4260     case $cross_compiling:$ac_tool_warned in
4261 yes:)
4262 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4263 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4264 ac_tool_warned=yes ;;
4265 esac
4266     LD=$ac_ct_LD
4267   fi
4268 fi
4269
4270 if test -n "$ac_tool_prefix"; then
4271   for ac_prog in nm gnm
4272   do
4273     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4274 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4275 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4276 $as_echo_n "checking for $ac_word... " >&6; }
4277 if test "${ac_cv_prog_NM+set}" = set; then
4278   $as_echo_n "(cached) " >&6
4279 else
4280   if test -n "$NM"; then
4281   ac_cv_prog_NM="$NM" # Let the user override the test.
4282 else
4283 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4284 for as_dir in $PATH
4285 do
4286   IFS=$as_save_IFS
4287   test -z "$as_dir" && as_dir=.
4288   for ac_exec_ext in '' $ac_executable_extensions; do
4289   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4290     ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
4291     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4292     break 2
4293   fi
4294 done
4295 done
4296 IFS=$as_save_IFS
4297
4298 fi
4299 fi
4300 NM=$ac_cv_prog_NM
4301 if test -n "$NM"; then
4302   { $as_echo "$as_me:$LINENO: result: $NM" >&5
4303 $as_echo "$NM" >&6; }
4304 else
4305   { $as_echo "$as_me:$LINENO: result: no" >&5
4306 $as_echo "no" >&6; }
4307 fi
4308
4309
4310     test -n "$NM" && break
4311   done
4312 fi
4313 if test -z "$NM"; then
4314   ac_ct_NM=$NM
4315   for ac_prog in nm gnm
4316 do
4317   # Extract the first word of "$ac_prog", so it can be a program name with args.
4318 set dummy $ac_prog; ac_word=$2
4319 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4320 $as_echo_n "checking for $ac_word... " >&6; }
4321 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
4322   $as_echo_n "(cached) " >&6
4323 else
4324   if test -n "$ac_ct_NM"; then
4325   ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4326 else
4327 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4328 for as_dir in $PATH
4329 do
4330   IFS=$as_save_IFS
4331   test -z "$as_dir" && as_dir=.
4332   for ac_exec_ext in '' $ac_executable_extensions; do
4333   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4334     ac_cv_prog_ac_ct_NM="$ac_prog"
4335     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4336     break 2
4337   fi
4338 done
4339 done
4340 IFS=$as_save_IFS
4341
4342 fi
4343 fi
4344 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4345 if test -n "$ac_ct_NM"; then
4346   { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
4347 $as_echo "$ac_ct_NM" >&6; }
4348 else
4349   { $as_echo "$as_me:$LINENO: result: no" >&5
4350 $as_echo "no" >&6; }
4351 fi
4352
4353
4354   test -n "$ac_ct_NM" && break
4355 done
4356
4357   if test "x$ac_ct_NM" = x; then
4358     NM="nm"
4359   else
4360     case $cross_compiling:$ac_tool_warned in
4361 yes:)
4362 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4363 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4364 ac_tool_warned=yes ;;
4365 esac
4366     NM=$ac_ct_NM
4367   fi
4368 fi
4369
4370 if test -n "$ac_tool_prefix"; then
4371   for ac_prog in ar gar
4372   do
4373     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4374 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4375 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4376 $as_echo_n "checking for $ac_word... " >&6; }
4377 if test "${ac_cv_prog_AR+set}" = set; then
4378   $as_echo_n "(cached) " >&6
4379 else
4380   if test -n "$AR"; then
4381   ac_cv_prog_AR="$AR" # Let the user override the test.
4382 else
4383 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4384 for as_dir in $PATH
4385 do
4386   IFS=$as_save_IFS
4387   test -z "$as_dir" && as_dir=.
4388   for ac_exec_ext in '' $ac_executable_extensions; do
4389   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4390     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4391     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4392     break 2
4393   fi
4394 done
4395 done
4396 IFS=$as_save_IFS
4397
4398 fi
4399 fi
4400 AR=$ac_cv_prog_AR
4401 if test -n "$AR"; then
4402   { $as_echo "$as_me:$LINENO: result: $AR" >&5
4403 $as_echo "$AR" >&6; }
4404 else
4405   { $as_echo "$as_me:$LINENO: result: no" >&5
4406 $as_echo "no" >&6; }
4407 fi
4408
4409
4410     test -n "$AR" && break
4411   done
4412 fi
4413 if test -z "$AR"; then
4414   ac_ct_AR=$AR
4415   for ac_prog in ar gar
4416 do
4417   # Extract the first word of "$ac_prog", so it can be a program name with args.
4418 set dummy $ac_prog; ac_word=$2
4419 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4420 $as_echo_n "checking for $ac_word... " >&6; }
4421 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4422   $as_echo_n "(cached) " >&6
4423 else
4424   if test -n "$ac_ct_AR"; then
4425   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4426 else
4427 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4428 for as_dir in $PATH
4429 do
4430   IFS=$as_save_IFS
4431   test -z "$as_dir" && as_dir=.
4432   for ac_exec_ext in '' $ac_executable_extensions; do
4433   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4434     ac_cv_prog_ac_ct_AR="$ac_prog"
4435     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4436     break 2
4437   fi
4438 done
4439 done
4440 IFS=$as_save_IFS
4441
4442 fi
4443 fi
4444 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4445 if test -n "$ac_ct_AR"; then
4446   { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4447 $as_echo "$ac_ct_AR" >&6; }
4448 else
4449   { $as_echo "$as_me:$LINENO: result: no" >&5
4450 $as_echo "no" >&6; }
4451 fi
4452
4453
4454   test -n "$ac_ct_AR" && break
4455 done
4456
4457   if test "x$ac_ct_AR" = x; then
4458     AR="ar"
4459   else
4460     case $cross_compiling:$ac_tool_warned in
4461 yes:)
4462 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4463 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4464 ac_tool_warned=yes ;;
4465 esac
4466     AR=$ac_ct_AR
4467   fi
4468 fi
4469
4470 ARFLAGS=rc
4471
4472 if test -n "$ac_tool_prefix"; then
4473   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4474 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4475 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4476 $as_echo_n "checking for $ac_word... " >&6; }
4477 if test "${ac_cv_prog_RANLIB+set}" = set; then
4478   $as_echo_n "(cached) " >&6
4479 else
4480   if test -n "$RANLIB"; then
4481   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4482 else
4483 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4484 for as_dir in $PATH
4485 do
4486   IFS=$as_save_IFS
4487   test -z "$as_dir" && as_dir=.
4488   for ac_exec_ext in '' $ac_executable_extensions; do
4489   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4490     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4491     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4492     break 2
4493   fi
4494 done
4495 done
4496 IFS=$as_save_IFS
4497
4498 fi
4499 fi
4500 RANLIB=$ac_cv_prog_RANLIB
4501 if test -n "$RANLIB"; then
4502   { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
4503 $as_echo "$RANLIB" >&6; }
4504 else
4505   { $as_echo "$as_me:$LINENO: result: no" >&5
4506 $as_echo "no" >&6; }
4507 fi
4508
4509
4510 fi
4511 if test -z "$ac_cv_prog_RANLIB"; then
4512   ac_ct_RANLIB=$RANLIB
4513   # Extract the first word of "ranlib", so it can be a program name with args.
4514 set dummy ranlib; ac_word=$2
4515 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4516 $as_echo_n "checking for $ac_word... " >&6; }
4517 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4518   $as_echo_n "(cached) " >&6
4519 else
4520   if test -n "$ac_ct_RANLIB"; then
4521   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4522 else
4523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4524 for as_dir in $PATH
4525 do
4526   IFS=$as_save_IFS
4527   test -z "$as_dir" && as_dir=.
4528   for ac_exec_ext in '' $ac_executable_extensions; do
4529   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4530     ac_cv_prog_ac_ct_RANLIB="ranlib"
4531     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4532     break 2
4533   fi
4534 done
4535 done
4536 IFS=$as_save_IFS
4537
4538 fi
4539 fi
4540 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4541 if test -n "$ac_ct_RANLIB"; then
4542   { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4543 $as_echo "$ac_ct_RANLIB" >&6; }
4544 else
4545   { $as_echo "$as_me:$LINENO: result: no" >&5
4546 $as_echo "no" >&6; }
4547 fi
4548
4549   if test "x$ac_ct_RANLIB" = x; then
4550     RANLIB=":"
4551   else
4552     case $cross_compiling:$ac_tool_warned in
4553 yes:)
4554 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4555 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4556 ac_tool_warned=yes ;;
4557 esac
4558     RANLIB=$ac_ct_RANLIB
4559   fi
4560 else
4561   RANLIB="$ac_cv_prog_RANLIB"
4562 fi
4563
4564 if test -n "$ac_tool_prefix"; then
4565   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4566 set dummy ${ac_tool_prefix}strip; ac_word=$2
4567 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4568 $as_echo_n "checking for $ac_word... " >&6; }
4569 if test "${ac_cv_prog_STRIP+set}" = set; then
4570   $as_echo_n "(cached) " >&6
4571 else
4572   if test -n "$STRIP"; then
4573   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4574 else
4575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4576 for as_dir in $PATH
4577 do
4578   IFS=$as_save_IFS
4579   test -z "$as_dir" && as_dir=.
4580   for ac_exec_ext in '' $ac_executable_extensions; do
4581   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4582     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4583     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4584     break 2
4585   fi
4586 done
4587 done
4588 IFS=$as_save_IFS
4589
4590 fi
4591 fi
4592 STRIP=$ac_cv_prog_STRIP
4593 if test -n "$STRIP"; then
4594   { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4595 $as_echo "$STRIP" >&6; }
4596 else
4597   { $as_echo "$as_me:$LINENO: result: no" >&5
4598 $as_echo "no" >&6; }
4599 fi
4600
4601
4602 fi
4603 if test -z "$ac_cv_prog_STRIP"; then
4604   ac_ct_STRIP=$STRIP
4605   # Extract the first word of "strip", so it can be a program name with args.
4606 set dummy strip; ac_word=$2
4607 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4608 $as_echo_n "checking for $ac_word... " >&6; }
4609 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4610   $as_echo_n "(cached) " >&6
4611 else
4612   if test -n "$ac_ct_STRIP"; then
4613   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4614 else
4615 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4616 for as_dir in $PATH
4617 do
4618   IFS=$as_save_IFS
4619   test -z "$as_dir" && as_dir=.
4620   for ac_exec_ext in '' $ac_executable_extensions; do
4621   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4622     ac_cv_prog_ac_ct_STRIP="strip"
4623     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4624     break 2
4625   fi
4626 done
4627 done
4628 IFS=$as_save_IFS
4629
4630 fi
4631 fi
4632 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4633 if test -n "$ac_ct_STRIP"; then
4634   { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4635 $as_echo "$ac_ct_STRIP" >&6; }
4636 else
4637   { $as_echo "$as_me:$LINENO: result: no" >&5
4638 $as_echo "no" >&6; }
4639 fi
4640
4641   if test "x$ac_ct_STRIP" = x; then
4642     STRIP="strip"
4643   else
4644     case $cross_compiling:$ac_tool_warned in
4645 yes:)
4646 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4647 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4648 ac_tool_warned=yes ;;
4649 esac
4650     STRIP=$ac_ct_STRIP
4651   fi
4652 else
4653   STRIP="$ac_cv_prog_STRIP"
4654 fi
4655
4656 if test -n "$ac_tool_prefix"; then
4657   # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4658 set dummy ${ac_tool_prefix}windres; ac_word=$2
4659 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4660 $as_echo_n "checking for $ac_word... " >&6; }
4661 if test "${ac_cv_prog_WINDRES+set}" = set; then
4662   $as_echo_n "(cached) " >&6
4663 else
4664   if test -n "$WINDRES"; then
4665   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4666 else
4667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4668 for as_dir in $PATH
4669 do
4670   IFS=$as_save_IFS
4671   test -z "$as_dir" && as_dir=.
4672   for ac_exec_ext in '' $ac_executable_extensions; do
4673   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4674     ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4675     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4676     break 2
4677   fi
4678 done
4679 done
4680 IFS=$as_save_IFS
4681
4682 fi
4683 fi
4684 WINDRES=$ac_cv_prog_WINDRES
4685 if test -n "$WINDRES"; then
4686   { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
4687 $as_echo "$WINDRES" >&6; }
4688 else
4689   { $as_echo "$as_me:$LINENO: result: no" >&5
4690 $as_echo "no" >&6; }
4691 fi
4692
4693
4694 fi
4695 if test -z "$ac_cv_prog_WINDRES"; then
4696   ac_ct_WINDRES=$WINDRES
4697   # Extract the first word of "windres", so it can be a program name with args.
4698 set dummy windres; ac_word=$2
4699 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4700 $as_echo_n "checking for $ac_word... " >&6; }
4701 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4702   $as_echo_n "(cached) " >&6
4703 else
4704   if test -n "$ac_ct_WINDRES"; then
4705   ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4706 else
4707 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4708 for as_dir in $PATH
4709 do
4710   IFS=$as_save_IFS
4711   test -z "$as_dir" && as_dir=.
4712   for ac_exec_ext in '' $ac_executable_extensions; do
4713   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4714     ac_cv_prog_ac_ct_WINDRES="windres"
4715     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4716     break 2
4717   fi
4718 done
4719 done
4720 IFS=$as_save_IFS
4721
4722 fi
4723 fi
4724 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4725 if test -n "$ac_ct_WINDRES"; then
4726   { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4727 $as_echo "$ac_ct_WINDRES" >&6; }
4728 else
4729   { $as_echo "$as_me:$LINENO: result: no" >&5
4730 $as_echo "no" >&6; }
4731 fi
4732
4733   if test "x$ac_ct_WINDRES" = x; then
4734     WINDRES="false"
4735   else
4736     case $cross_compiling:$ac_tool_warned in
4737 yes:)
4738 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4739 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4740 ac_tool_warned=yes ;;
4741 esac
4742     WINDRES=$ac_ct_WINDRES
4743   fi
4744 else
4745   WINDRES="$ac_cv_prog_WINDRES"
4746 fi
4747
4748 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4749 $as_echo_n "checking whether ln -s works... " >&6; }
4750 LN_S=$as_ln_s
4751 if test "$LN_S" = "ln -s"; then
4752   { $as_echo "$as_me:$LINENO: result: yes" >&5
4753 $as_echo "yes" >&6; }
4754 else
4755   { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4756 $as_echo "no, using $LN_S" >&6; }
4757 fi
4758
4759 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4760 $as_echo_n "checking whether ln works... " >&6; }
4761 rm -f conf$$ conf$$.file
4762 echo >conf$$.file
4763 if ln conf$$.file conf$$ 2>/dev/null; then
4764   LN=ln
4765
4766   { $as_echo "$as_me:$LINENO: result: yes" >&5
4767 $as_echo "yes" >&6; }
4768 else
4769   LN="cp -p"
4770
4771   { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4772 $as_echo "no, using $LN" >&6; }
4773 fi
4774 rm -f conf$$ conf$$.file
4775 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4776 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4777 if test "${ac_cv_path_GREP+set}" = set; then
4778   $as_echo_n "(cached) " >&6
4779 else
4780   if test -z "$GREP"; then
4781   ac_path_GREP_found=false
4782   # Loop through the user's path and test for each of PROGNAME-LIST
4783   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4784 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4785 do
4786   IFS=$as_save_IFS
4787   test -z "$as_dir" && as_dir=.
4788   for ac_prog in grep ggrep; do
4789     for ac_exec_ext in '' $ac_executable_extensions; do
4790       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4791       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4792 # Check for GNU ac_path_GREP and select it if it is found.
4793   # Check for GNU $ac_path_GREP
4794 case `"$ac_path_GREP" --version 2>&1` in
4795 *GNU*)
4796   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4797 *)
4798   ac_count=0
4799   $as_echo_n 0123456789 >"conftest.in"
4800   while :
4801   do
4802     cat "conftest.in" "conftest.in" >"conftest.tmp"
4803     mv "conftest.tmp" "conftest.in"
4804     cp "conftest.in" "conftest.nl"
4805     $as_echo 'GREP' >> "conftest.nl"
4806     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4807     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4808     ac_count=`expr $ac_count + 1`
4809     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4810       # Best one so far, save it but keep looking for a better one
4811       ac_cv_path_GREP="$ac_path_GREP"
4812       ac_path_GREP_max=$ac_count
4813     fi
4814     # 10*(2^10) chars as input seems more than enough
4815     test $ac_count -gt 10 && break
4816   done
4817   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4818 esac
4819
4820       $ac_path_GREP_found && break 3
4821     done
4822   done
4823 done
4824 IFS=$as_save_IFS
4825   if test -z "$ac_cv_path_GREP"; then
4826     { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4827 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4828    { (exit 1); exit 1; }; }
4829   fi
4830 else
4831   ac_cv_path_GREP=$GREP
4832 fi
4833
4834 fi
4835 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4836 $as_echo "$ac_cv_path_GREP" >&6; }
4837  GREP="$ac_cv_path_GREP"
4838
4839
4840 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4841 $as_echo_n "checking for egrep... " >&6; }
4842 if test "${ac_cv_path_EGREP+set}" = set; then
4843   $as_echo_n "(cached) " >&6
4844 else
4845   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4846    then ac_cv_path_EGREP="$GREP -E"
4847    else
4848      if test -z "$EGREP"; then
4849   ac_path_EGREP_found=false
4850   # Loop through the user's path and test for each of PROGNAME-LIST
4851   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4852 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4853 do
4854   IFS=$as_save_IFS
4855   test -z "$as_dir" && as_dir=.
4856   for ac_prog in egrep; do
4857     for ac_exec_ext in '' $ac_executable_extensions; do
4858       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4859       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4860 # Check for GNU ac_path_EGREP and select it if it is found.
4861   # Check for GNU $ac_path_EGREP
4862 case `"$ac_path_EGREP" --version 2>&1` in
4863 *GNU*)
4864   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4865 *)
4866   ac_count=0
4867   $as_echo_n 0123456789 >"conftest.in"
4868   while :
4869   do
4870     cat "conftest.in" "conftest.in" >"conftest.tmp"
4871     mv "conftest.tmp" "conftest.in"
4872     cp "conftest.in" "conftest.nl"
4873     $as_echo 'EGREP' >> "conftest.nl"
4874     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4875     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4876     ac_count=`expr $ac_count + 1`
4877     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4878       # Best one so far, save it but keep looking for a better one
4879       ac_cv_path_EGREP="$ac_path_EGREP"
4880       ac_path_EGREP_max=$ac_count
4881     fi
4882     # 10*(2^10) chars as input seems more than enough
4883     test $ac_count -gt 10 && break
4884   done
4885   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4886 esac
4887
4888       $ac_path_EGREP_found && break 3
4889     done
4890   done
4891 done
4892 IFS=$as_save_IFS
4893   if test -z "$ac_cv_path_EGREP"; then
4894     { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4895 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4896    { (exit 1); exit 1; }; }
4897   fi
4898 else
4899   ac_cv_path_EGREP=$EGREP
4900 fi
4901
4902    fi
4903 fi
4904 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4905 $as_echo "$ac_cv_path_EGREP" >&6; }
4906  EGREP="$ac_cv_path_EGREP"
4907
4908
4909 # Extract the first word of "ldconfig", so it can be a program name with args.
4910 set dummy ldconfig; ac_word=$2
4911 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4912 $as_echo_n "checking for $ac_word... " >&6; }
4913 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4914   $as_echo_n "(cached) " >&6
4915 else
4916   case $LDCONFIG in
4917   [\\/]* | ?:[\\/]*)
4918   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4919   ;;
4920   *)
4921   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4922 for as_dir in /sbin /usr/sbin $PATH
4923 do
4924   IFS=$as_save_IFS
4925   test -z "$as_dir" && as_dir=.
4926   for ac_exec_ext in '' $ac_executable_extensions; do
4927   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4928     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4929     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4930     break 2
4931   fi
4932 done
4933 done
4934 IFS=$as_save_IFS
4935
4936   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4937   ;;
4938 esac
4939 fi
4940 LDCONFIG=$ac_cv_path_LDCONFIG
4941 if test -n "$LDCONFIG"; then
4942   { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4943 $as_echo "$LDCONFIG" >&6; }
4944 else
4945   { $as_echo "$as_me:$LINENO: result: no" >&5
4946 $as_echo "no" >&6; }
4947 fi
4948
4949
4950 # Find a good install program.  We prefer a C program (faster),
4951 # so one script is as good as another.  But avoid the broken or
4952 # incompatible versions:
4953 # SysV /etc/install, /usr/sbin/install
4954 # SunOS /usr/etc/install
4955 # IRIX /sbin/install
4956 # AIX /bin/install
4957 # AmigaOS /C/install, which installs bootblocks on floppy discs
4958 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4959 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4960 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4961 # OS/2's system install, which has a completely different semantic
4962 # ./install, which can be erroneously created by make from ./install.sh.
4963 # Reject install programs that cannot install multiple files.
4964 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4965 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4966 if test -z "$INSTALL"; then
4967 if test "${ac_cv_path_install+set}" = set; then
4968   $as_echo_n "(cached) " >&6
4969 else
4970   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4971 for as_dir in $PATH
4972 do
4973   IFS=$as_save_IFS
4974   test -z "$as_dir" && as_dir=.
4975   # Account for people who put trailing slashes in PATH elements.
4976 case $as_dir/ in
4977   ./ | .// | /cC/* | \
4978   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4979   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4980   /usr/ucb/* ) ;;
4981   *)
4982     # OSF1 and SCO ODT 3.0 have their own names for install.
4983     # Don't use installbsd from OSF since it installs stuff as root
4984     # by default.
4985     for ac_prog in ginstall scoinst install; do
4986       for ac_exec_ext in '' $ac_executable_extensions; do
4987         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4988           if test $ac_prog = install &&
4989             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4990             # AIX install.  It has an incompatible calling convention.
4991             :
4992           elif test $ac_prog = install &&
4993             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4994             # program-specific install script used by HP pwplus--don't use.
4995             :
4996           else
4997             rm -rf conftest.one conftest.two conftest.dir
4998             echo one > conftest.one
4999             echo two > conftest.two
5000             mkdir conftest.dir
5001             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5002               test -s conftest.one && test -s conftest.two &&
5003               test -s conftest.dir/conftest.one &&
5004               test -s conftest.dir/conftest.two
5005             then
5006               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5007               break 3
5008             fi
5009           fi
5010         fi
5011       done
5012     done
5013     ;;
5014 esac
5015
5016 done
5017 IFS=$as_save_IFS
5018
5019 rm -rf conftest.one conftest.two conftest.dir
5020
5021 fi
5022   if test "${ac_cv_path_install+set}" = set; then
5023     INSTALL=$ac_cv_path_install
5024   else
5025     # As a last resort, use the slow shell script.  Don't cache a
5026     # value for INSTALL within a source directory, because that will
5027     # break other packages using the cache if that directory is
5028     # removed, or if the value is a relative name.
5029     INSTALL=$ac_install_sh
5030   fi
5031 fi
5032 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
5033 $as_echo "$INSTALL" >&6; }
5034
5035 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5036 # It thinks the first close brace ends the variable substitution.
5037 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5038
5039 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5040
5041 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5042
5043 case "$INSTALL" in
5044   [\\/$]* | ?:[\\/]* ) ;;
5045   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
5046 esac
5047
5048 for ac_prog in lclint lint
5049 do
5050   # Extract the first word of "$ac_prog", so it can be a program name with args.
5051 set dummy $ac_prog; ac_word=$2
5052 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5053 $as_echo_n "checking for $ac_word... " >&6; }
5054 if test "${ac_cv_prog_LINT+set}" = set; then
5055   $as_echo_n "(cached) " >&6
5056 else
5057   if test -n "$LINT"; then
5058   ac_cv_prog_LINT="$LINT" # Let the user override the test.
5059 else
5060 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5061 for as_dir in $PATH
5062 do
5063   IFS=$as_save_IFS
5064   test -z "$as_dir" && as_dir=.
5065   for ac_exec_ext in '' $ac_executable_extensions; do
5066   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5067     ac_cv_prog_LINT="$ac_prog"
5068     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5069     break 2
5070   fi
5071 done
5072 done
5073 IFS=$as_save_IFS
5074
5075 fi
5076 fi
5077 LINT=$ac_cv_prog_LINT
5078 if test -n "$LINT"; then
5079   { $as_echo "$as_me:$LINENO: result: $LINT" >&5
5080 $as_echo "$LINT" >&6; }
5081 else
5082   { $as_echo "$as_me:$LINENO: result: no" >&5
5083 $as_echo "no" >&6; }
5084 fi
5085
5086
5087   test -n "$LINT" && break
5088 done
5089
5090 if test "$LINT" = "lint"
5091 then
5092   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
5093   fi
5094
5095
5096
5097 for ac_prog in fontforge
5098 do
5099   # Extract the first word of "$ac_prog", so it can be a program name with args.
5100 set dummy $ac_prog; ac_word=$2
5101 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5102 $as_echo_n "checking for $ac_word... " >&6; }
5103 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
5104   $as_echo_n "(cached) " >&6
5105 else
5106   if test -n "$FONTFORGE"; then
5107   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
5108 else
5109 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5110 for as_dir in $PATH
5111 do
5112   IFS=$as_save_IFS
5113   test -z "$as_dir" && as_dir=.
5114   for ac_exec_ext in '' $ac_executable_extensions; do
5115   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5116     ac_cv_prog_FONTFORGE="$ac_prog"
5117     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5118     break 2
5119   fi
5120 done
5121 done
5122 IFS=$as_save_IFS
5123
5124 fi
5125 fi
5126 FONTFORGE=$ac_cv_prog_FONTFORGE
5127 if test -n "$FONTFORGE"; then
5128   { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
5129 $as_echo "$FONTFORGE" >&6; }
5130 else
5131   { $as_echo "$as_me:$LINENO: result: no" >&5
5132 $as_echo "no" >&6; }
5133 fi
5134
5135
5136   test -n "$FONTFORGE" && break
5137 done
5138 test -n "$FONTFORGE" || FONTFORGE="false"
5139
5140 for ac_prog in pkg-config
5141 do
5142   # Extract the first word of "$ac_prog", so it can be a program name with args.
5143 set dummy $ac_prog; ac_word=$2
5144 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5145 $as_echo_n "checking for $ac_word... " >&6; }
5146 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5147   $as_echo_n "(cached) " >&6
5148 else
5149   if test -n "$PKG_CONFIG"; then
5150   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5151 else
5152 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5153 for as_dir in $PATH
5154 do
5155   IFS=$as_save_IFS
5156   test -z "$as_dir" && as_dir=.
5157   for ac_exec_ext in '' $ac_executable_extensions; do
5158   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5159     ac_cv_prog_PKG_CONFIG="$ac_prog"
5160     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5161     break 2
5162   fi
5163 done
5164 done
5165 IFS=$as_save_IFS
5166
5167 fi
5168 fi
5169 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5170 if test -n "$PKG_CONFIG"; then
5171   { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
5172 $as_echo "$PKG_CONFIG" >&6; }
5173 else
5174   { $as_echo "$as_me:$LINENO: result: no" >&5
5175 $as_echo "no" >&6; }
5176 fi
5177
5178
5179   test -n "$PKG_CONFIG" && break
5180 done
5181 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5182
5183 for ac_prog in rsvg
5184 do
5185   # Extract the first word of "$ac_prog", so it can be a program name with args.
5186 set dummy $ac_prog; ac_word=$2
5187 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5188 $as_echo_n "checking for $ac_word... " >&6; }
5189 if test "${ac_cv_prog_RSVG+set}" = set; then
5190   $as_echo_n "(cached) " >&6
5191 else
5192   if test -n "$RSVG"; then
5193   ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5194 else
5195 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5196 for as_dir in $PATH
5197 do
5198   IFS=$as_save_IFS
5199   test -z "$as_dir" && as_dir=.
5200   for ac_exec_ext in '' $ac_executable_extensions; do
5201   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5202     ac_cv_prog_RSVG="$ac_prog"
5203     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5204     break 2
5205   fi
5206 done
5207 done
5208 IFS=$as_save_IFS
5209
5210 fi
5211 fi
5212 RSVG=$ac_cv_prog_RSVG
5213 if test -n "$RSVG"; then
5214   { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
5215 $as_echo "$RSVG" >&6; }
5216 else
5217   { $as_echo "$as_me:$LINENO: result: no" >&5
5218 $as_echo "no" >&6; }
5219 fi
5220
5221
5222   test -n "$RSVG" && break
5223 done
5224 test -n "$RSVG" || RSVG="false"
5225
5226 for ac_prog in icotool
5227 do
5228   # Extract the first word of "$ac_prog", so it can be a program name with args.
5229 set dummy $ac_prog; ac_word=$2
5230 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5231 $as_echo_n "checking for $ac_word... " >&6; }
5232 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
5233   $as_echo_n "(cached) " >&6
5234 else
5235   if test -n "$ICOTOOL"; then
5236   ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5237 else
5238 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5239 for as_dir in $PATH
5240 do
5241   IFS=$as_save_IFS
5242   test -z "$as_dir" && as_dir=.
5243   for ac_exec_ext in '' $ac_executable_extensions; do
5244   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5245     ac_cv_prog_ICOTOOL="$ac_prog"
5246     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5247     break 2
5248   fi
5249 done
5250 done
5251 IFS=$as_save_IFS
5252
5253 fi
5254 fi
5255 ICOTOOL=$ac_cv_prog_ICOTOOL
5256 if test -n "$ICOTOOL"; then
5257   { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
5258 $as_echo "$ICOTOOL" >&6; }
5259 else
5260   { $as_echo "$as_me:$LINENO: result: no" >&5
5261 $as_echo "no" >&6; }
5262 fi
5263
5264
5265   test -n "$ICOTOOL" && break
5266 done
5267 test -n "$ICOTOOL" || ICOTOOL="false"
5268
5269
5270 if test "${enable_maintainer_mode+set}" = set
5271 then
5272   if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5273   if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5274   if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5275 fi
5276
5277 case $host_cpu in
5278   *i[3456789]86*)
5279     # Extract the first word of "prelink", so it can be a program name with args.
5280 set dummy prelink; ac_word=$2
5281 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5282 $as_echo_n "checking for $ac_word... " >&6; }
5283 if test "${ac_cv_path_PRELINK+set}" = set; then
5284   $as_echo_n "(cached) " >&6
5285 else
5286   case $PRELINK in
5287   [\\/]* | ?:[\\/]*)
5288   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5289   ;;
5290   *)
5291   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5292 for as_dir in /sbin /usr/sbin $PATH
5293 do
5294   IFS=$as_save_IFS
5295   test -z "$as_dir" && as_dir=.
5296   for ac_exec_ext in '' $ac_executable_extensions; do
5297   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5298     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5299     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5300     break 2
5301   fi
5302 done
5303 done
5304 IFS=$as_save_IFS
5305
5306   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5307   ;;
5308 esac
5309 fi
5310 PRELINK=$ac_cv_path_PRELINK
5311 if test -n "$PRELINK"; then
5312   { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
5313 $as_echo "$PRELINK" >&6; }
5314 else
5315   { $as_echo "$as_me:$LINENO: result: no" >&5
5316 $as_echo "no" >&6; }
5317 fi
5318
5319
5320     ;;
5321 esac
5322
5323
5324
5325 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5326 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
5327 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5328   $as_echo_n "(cached) " >&6
5329 else
5330   ac_check_lib_save_LIBS=$LIBS
5331 LIBS="-li386  $LIBS"
5332 cat >conftest.$ac_ext <<_ACEOF
5333 /* confdefs.h.  */
5334 _ACEOF
5335 cat confdefs.h >>conftest.$ac_ext
5336 cat >>conftest.$ac_ext <<_ACEOF
5337 /* end confdefs.h.  */
5338
5339 /* Override any GCC internal prototype to avoid an error.
5340    Use char because int might match the return type of a GCC
5341    builtin and then its argument prototype would still apply.  */
5342 #ifdef __cplusplus
5343 extern "C"
5344 #endif
5345 char i386_set_ldt ();
5346 int
5347 main ()
5348 {
5349 return i386_set_ldt ();
5350   ;
5351   return 0;
5352 }
5353 _ACEOF
5354 rm -f conftest.$ac_objext conftest$ac_exeext
5355 if { (ac_try="$ac_link"
5356 case "(($ac_try" in
5357   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5358   *) ac_try_echo=$ac_try;;
5359 esac
5360 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5361 $as_echo "$ac_try_echo") >&5
5362   (eval "$ac_link") 2>conftest.er1
5363   ac_status=$?
5364   grep -v '^ *+' conftest.er1 >conftest.err
5365   rm -f conftest.er1
5366   cat conftest.err >&5
5367   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5368   (exit $ac_status); } && {
5369          test -z "$ac_c_werror_flag" ||
5370          test ! -s conftest.err
5371        } && test -s conftest$ac_exeext && {
5372          test "$cross_compiling" = yes ||
5373          $as_test_x conftest$ac_exeext
5374        }; then
5375   ac_cv_lib_i386_i386_set_ldt=yes
5376 else
5377   $as_echo "$as_me: failed program was:" >&5
5378 sed 's/^/| /' conftest.$ac_ext >&5
5379
5380         ac_cv_lib_i386_i386_set_ldt=no
5381 fi
5382
5383 rm -rf conftest.dSYM
5384 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5385       conftest$ac_exeext conftest.$ac_ext
5386 LIBS=$ac_check_lib_save_LIBS
5387 fi
5388 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5389 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5390 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
5391   cat >>confdefs.h <<_ACEOF
5392 #define HAVE_LIBI386 1
5393 _ACEOF
5394
5395   LIBS="-li386 $LIBS"
5396
5397 fi
5398
5399
5400 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5401 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5402 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5403   $as_echo_n "(cached) " >&6
5404 else
5405   ac_check_lib_save_LIBS=$LIBS
5406 LIBS="-lossaudio  $LIBS"
5407 cat >conftest.$ac_ext <<_ACEOF
5408 /* confdefs.h.  */
5409 _ACEOF
5410 cat confdefs.h >>conftest.$ac_ext
5411 cat >>conftest.$ac_ext <<_ACEOF
5412 /* end confdefs.h.  */
5413
5414 /* Override any GCC internal prototype to avoid an error.
5415    Use char because int might match the return type of a GCC
5416    builtin and then its argument prototype would still apply.  */
5417 #ifdef __cplusplus
5418 extern "C"
5419 #endif
5420 char _oss_ioctl ();
5421 int
5422 main ()
5423 {
5424 return _oss_ioctl ();
5425   ;
5426   return 0;
5427 }
5428 _ACEOF
5429 rm -f conftest.$ac_objext conftest$ac_exeext
5430 if { (ac_try="$ac_link"
5431 case "(($ac_try" in
5432   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5433   *) ac_try_echo=$ac_try;;
5434 esac
5435 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5436 $as_echo "$ac_try_echo") >&5
5437   (eval "$ac_link") 2>conftest.er1
5438   ac_status=$?
5439   grep -v '^ *+' conftest.er1 >conftest.err
5440   rm -f conftest.er1
5441   cat conftest.err >&5
5442   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5443   (exit $ac_status); } && {
5444          test -z "$ac_c_werror_flag" ||
5445          test ! -s conftest.err
5446        } && test -s conftest$ac_exeext && {
5447          test "$cross_compiling" = yes ||
5448          $as_test_x conftest$ac_exeext
5449        }; then
5450   ac_cv_lib_ossaudio__oss_ioctl=yes
5451 else
5452   $as_echo "$as_me: failed program was:" >&5
5453 sed 's/^/| /' conftest.$ac_ext >&5
5454
5455         ac_cv_lib_ossaudio__oss_ioctl=no
5456 fi
5457
5458 rm -rf conftest.dSYM
5459 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5460       conftest$ac_exeext conftest.$ac_ext
5461 LIBS=$ac_check_lib_save_LIBS
5462 fi
5463 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5464 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5465 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5466   cat >>confdefs.h <<_ACEOF
5467 #define HAVE_LIBOSSAUDIO 1
5468 _ACEOF
5469
5470   LIBS="-lossaudio $LIBS"
5471
5472 fi
5473
5474
5475 XLIB=""
5476
5477 OPENGL_LIBS=""
5478
5479
5480
5481 ac_ext=c
5482 ac_cpp='$CPP $CPPFLAGS'
5483 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5484 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5485 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5486 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5487 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5488 # On Suns, sometimes $CPP names a directory.
5489 if test -n "$CPP" && test -d "$CPP"; then
5490   CPP=
5491 fi
5492 if test -z "$CPP"; then
5493   if test "${ac_cv_prog_CPP+set}" = set; then
5494   $as_echo_n "(cached) " >&6
5495 else
5496       # Double quotes because CPP needs to be expanded
5497     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5498     do
5499       ac_preproc_ok=false
5500 for ac_c_preproc_warn_flag in '' yes
5501 do
5502   # Use a header file that comes with gcc, so configuring glibc
5503   # with a fresh cross-compiler works.
5504   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5505   # <limits.h> exists even on freestanding compilers.
5506   # On the NeXT, cc -E runs the code through the compiler's parser,
5507   # not just through cpp. "Syntax error" is here to catch this case.
5508   cat >conftest.$ac_ext <<_ACEOF
5509 /* confdefs.h.  */
5510 _ACEOF
5511 cat confdefs.h >>conftest.$ac_ext
5512 cat >>conftest.$ac_ext <<_ACEOF
5513 /* end confdefs.h.  */
5514 #ifdef __STDC__
5515 # include <limits.h>
5516 #else
5517 # include <assert.h>
5518 #endif
5519                      Syntax error
5520 _ACEOF
5521 if { (ac_try="$ac_cpp conftest.$ac_ext"
5522 case "(($ac_try" in
5523   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5524   *) ac_try_echo=$ac_try;;
5525 esac
5526 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5527 $as_echo "$ac_try_echo") >&5
5528   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5529   ac_status=$?
5530   grep -v '^ *+' conftest.er1 >conftest.err
5531   rm -f conftest.er1
5532   cat conftest.err >&5
5533   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5534   (exit $ac_status); } >/dev/null && {
5535          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5536          test ! -s conftest.err
5537        }; then
5538   :
5539 else
5540   $as_echo "$as_me: failed program was:" >&5
5541 sed 's/^/| /' conftest.$ac_ext >&5
5542
5543   # Broken: fails on valid input.
5544 continue
5545 fi
5546
5547 rm -f conftest.err conftest.$ac_ext
5548
5549   # OK, works on sane cases.  Now check whether nonexistent headers
5550   # can be detected and how.
5551   cat >conftest.$ac_ext <<_ACEOF
5552 /* confdefs.h.  */
5553 _ACEOF
5554 cat confdefs.h >>conftest.$ac_ext
5555 cat >>conftest.$ac_ext <<_ACEOF
5556 /* end confdefs.h.  */
5557 #include <ac_nonexistent.h>
5558 _ACEOF
5559 if { (ac_try="$ac_cpp conftest.$ac_ext"
5560 case "(($ac_try" in
5561   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5562   *) ac_try_echo=$ac_try;;
5563 esac
5564 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5565 $as_echo "$ac_try_echo") >&5
5566   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5567   ac_status=$?
5568   grep -v '^ *+' conftest.er1 >conftest.err
5569   rm -f conftest.er1
5570   cat conftest.err >&5
5571   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5572   (exit $ac_status); } >/dev/null && {
5573          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5574          test ! -s conftest.err
5575        }; then
5576   # Broken: success on invalid input.
5577 continue
5578 else
5579   $as_echo "$as_me: failed program was:" >&5
5580 sed 's/^/| /' conftest.$ac_ext >&5
5581
5582   # Passes both tests.
5583 ac_preproc_ok=:
5584 break
5585 fi
5586
5587 rm -f conftest.err conftest.$ac_ext
5588
5589 done
5590 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5591 rm -f conftest.err conftest.$ac_ext
5592 if $ac_preproc_ok; then
5593   break
5594 fi
5595
5596     done
5597     ac_cv_prog_CPP=$CPP
5598
5599 fi
5600   CPP=$ac_cv_prog_CPP
5601 else
5602   ac_cv_prog_CPP=$CPP
5603 fi
5604 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5605 $as_echo "$CPP" >&6; }
5606 ac_preproc_ok=false
5607 for ac_c_preproc_warn_flag in '' yes
5608 do
5609   # Use a header file that comes with gcc, so configuring glibc
5610   # with a fresh cross-compiler works.
5611   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5612   # <limits.h> exists even on freestanding compilers.
5613   # On the NeXT, cc -E runs the code through the compiler's parser,
5614   # not just through cpp. "Syntax error" is here to catch this case.
5615   cat >conftest.$ac_ext <<_ACEOF
5616 /* confdefs.h.  */
5617 _ACEOF
5618 cat confdefs.h >>conftest.$ac_ext
5619 cat >>conftest.$ac_ext <<_ACEOF
5620 /* end confdefs.h.  */
5621 #ifdef __STDC__
5622 # include <limits.h>
5623 #else
5624 # include <assert.h>
5625 #endif
5626                      Syntax error
5627 _ACEOF
5628 if { (ac_try="$ac_cpp conftest.$ac_ext"
5629 case "(($ac_try" in
5630   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5631   *) ac_try_echo=$ac_try;;
5632 esac
5633 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5634 $as_echo "$ac_try_echo") >&5
5635   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5636   ac_status=$?
5637   grep -v '^ *+' conftest.er1 >conftest.err
5638   rm -f conftest.er1
5639   cat conftest.err >&5
5640   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5641   (exit $ac_status); } >/dev/null && {
5642          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5643          test ! -s conftest.err
5644        }; then
5645   :
5646 else
5647   $as_echo "$as_me: failed program was:" >&5
5648 sed 's/^/| /' conftest.$ac_ext >&5
5649
5650   # Broken: fails on valid input.
5651 continue
5652 fi
5653
5654 rm -f conftest.err conftest.$ac_ext
5655
5656   # OK, works on sane cases.  Now check whether nonexistent headers
5657   # can be detected and how.
5658   cat >conftest.$ac_ext <<_ACEOF
5659 /* confdefs.h.  */
5660 _ACEOF
5661 cat confdefs.h >>conftest.$ac_ext
5662 cat >>conftest.$ac_ext <<_ACEOF
5663 /* end confdefs.h.  */
5664 #include <ac_nonexistent.h>
5665 _ACEOF
5666 if { (ac_try="$ac_cpp conftest.$ac_ext"
5667 case "(($ac_try" in
5668   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5669   *) ac_try_echo=$ac_try;;
5670 esac
5671 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5672 $as_echo "$ac_try_echo") >&5
5673   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5674   ac_status=$?
5675   grep -v '^ *+' conftest.er1 >conftest.err
5676   rm -f conftest.er1
5677   cat conftest.err >&5
5678   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5679   (exit $ac_status); } >/dev/null && {
5680          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5681          test ! -s conftest.err
5682        }; then
5683   # Broken: success on invalid input.
5684 continue
5685 else
5686   $as_echo "$as_me: failed program was:" >&5
5687 sed 's/^/| /' conftest.$ac_ext >&5
5688
5689   # Passes both tests.
5690 ac_preproc_ok=:
5691 break
5692 fi
5693
5694 rm -f conftest.err conftest.$ac_ext
5695
5696 done
5697 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5698 rm -f conftest.err conftest.$ac_ext
5699 if $ac_preproc_ok; then
5700   :
5701 else
5702   { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5703 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5704 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5705 See \`config.log' for more details." >&5
5706 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5707 See \`config.log' for more details." >&2;}
5708    { (exit 1); exit 1; }; }; }
5709 fi
5710
5711 ac_ext=c
5712 ac_cpp='$CPP $CPPFLAGS'
5713 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5714 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5715 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5716
5717
5718 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5719 $as_echo_n "checking for ANSI C header files... " >&6; }
5720 if test "${ac_cv_header_stdc+set}" = set; then
5721   $as_echo_n "(cached) " >&6
5722 else
5723   cat >conftest.$ac_ext <<_ACEOF
5724 /* confdefs.h.  */
5725 _ACEOF
5726 cat confdefs.h >>conftest.$ac_ext
5727 cat >>conftest.$ac_ext <<_ACEOF
5728 /* end confdefs.h.  */
5729 #include <stdlib.h>
5730 #include <stdarg.h>
5731 #include <string.h>
5732 #include <float.h>
5733
5734 int
5735 main ()
5736 {
5737
5738   ;
5739   return 0;
5740 }
5741 _ACEOF
5742 rm -f conftest.$ac_objext
5743 if { (ac_try="$ac_compile"
5744 case "(($ac_try" in
5745   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5746   *) ac_try_echo=$ac_try;;
5747 esac
5748 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5749 $as_echo "$ac_try_echo") >&5
5750   (eval "$ac_compile") 2>conftest.er1
5751   ac_status=$?
5752   grep -v '^ *+' conftest.er1 >conftest.err
5753   rm -f conftest.er1
5754   cat conftest.err >&5
5755   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5756   (exit $ac_status); } && {
5757          test -z "$ac_c_werror_flag" ||
5758          test ! -s conftest.err
5759        } && test -s conftest.$ac_objext; then
5760   ac_cv_header_stdc=yes
5761 else
5762   $as_echo "$as_me: failed program was:" >&5
5763 sed 's/^/| /' conftest.$ac_ext >&5
5764
5765         ac_cv_header_stdc=no
5766 fi
5767
5768 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5769
5770 if test $ac_cv_header_stdc = yes; then
5771   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5772   cat >conftest.$ac_ext <<_ACEOF
5773 /* confdefs.h.  */
5774 _ACEOF
5775 cat confdefs.h >>conftest.$ac_ext
5776 cat >>conftest.$ac_ext <<_ACEOF
5777 /* end confdefs.h.  */
5778 #include <string.h>
5779
5780 _ACEOF
5781 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5782   $EGREP "memchr" >/dev/null 2>&1; then
5783   :
5784 else
5785   ac_cv_header_stdc=no
5786 fi
5787 rm -f conftest*
5788
5789 fi
5790
5791 if test $ac_cv_header_stdc = yes; then
5792   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5793   cat >conftest.$ac_ext <<_ACEOF
5794 /* confdefs.h.  */
5795 _ACEOF
5796 cat confdefs.h >>conftest.$ac_ext
5797 cat >>conftest.$ac_ext <<_ACEOF
5798 /* end confdefs.h.  */
5799 #include <stdlib.h>
5800
5801 _ACEOF
5802 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5803   $EGREP "free" >/dev/null 2>&1; then
5804   :
5805 else
5806   ac_cv_header_stdc=no
5807 fi
5808 rm -f conftest*
5809
5810 fi
5811
5812 if test $ac_cv_header_stdc = yes; then
5813   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5814   if test "$cross_compiling" = yes; then
5815   :
5816 else
5817   cat >conftest.$ac_ext <<_ACEOF
5818 /* confdefs.h.  */
5819 _ACEOF
5820 cat confdefs.h >>conftest.$ac_ext
5821 cat >>conftest.$ac_ext <<_ACEOF
5822 /* end confdefs.h.  */
5823 #include <ctype.h>
5824 #include <stdlib.h>
5825 #if ((' ' & 0x0FF) == 0x020)
5826 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5827 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5828 #else
5829 # define ISLOWER(c) \
5830                    (('a' <= (c) && (c) <= 'i') \
5831                      || ('j' <= (c) && (c) <= 'r') \
5832                      || ('s' <= (c) && (c) <= 'z'))
5833 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5834 #endif
5835
5836 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5837 int
5838 main ()
5839 {
5840   int i;
5841   for (i = 0; i < 256; i++)
5842     if (XOR (islower (i), ISLOWER (i))
5843         || toupper (i) != TOUPPER (i))
5844       return 2;
5845   return 0;
5846 }
5847 _ACEOF
5848 rm -f conftest$ac_exeext
5849 if { (ac_try="$ac_link"
5850 case "(($ac_try" in
5851   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5852   *) ac_try_echo=$ac_try;;
5853 esac
5854 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5855 $as_echo "$ac_try_echo") >&5
5856   (eval "$ac_link") 2>&5
5857   ac_status=$?
5858   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5859   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5860   { (case "(($ac_try" in
5861   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5862   *) ac_try_echo=$ac_try;;
5863 esac
5864 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5865 $as_echo "$ac_try_echo") >&5
5866   (eval "$ac_try") 2>&5
5867   ac_status=$?
5868   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5869   (exit $ac_status); }; }; then
5870   :
5871 else
5872   $as_echo "$as_me: program exited with status $ac_status" >&5
5873 $as_echo "$as_me: failed program was:" >&5
5874 sed 's/^/| /' conftest.$ac_ext >&5
5875
5876 ( exit $ac_status )
5877 ac_cv_header_stdc=no
5878 fi
5879 rm -rf conftest.dSYM
5880 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5881 fi
5882
5883
5884 fi
5885 fi
5886 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5887 $as_echo "$ac_cv_header_stdc" >&6; }
5888 if test $ac_cv_header_stdc = yes; then
5889
5890 cat >>confdefs.h <<\_ACEOF
5891 #define STDC_HEADERS 1
5892 _ACEOF
5893
5894 fi
5895
5896 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5897
5898
5899
5900
5901
5902
5903
5904
5905
5906 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5907                   inttypes.h stdint.h unistd.h
5908 do
5909 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5910 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5911 $as_echo_n "checking for $ac_header... " >&6; }
5912 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5913   $as_echo_n "(cached) " >&6
5914 else
5915   cat >conftest.$ac_ext <<_ACEOF
5916 /* confdefs.h.  */
5917 _ACEOF
5918 cat confdefs.h >>conftest.$ac_ext
5919 cat >>conftest.$ac_ext <<_ACEOF
5920 /* end confdefs.h.  */
5921 $ac_includes_default
5922
5923 #include <$ac_header>
5924 _ACEOF
5925 rm -f conftest.$ac_objext
5926 if { (ac_try="$ac_compile"
5927 case "(($ac_try" in
5928   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5929   *) ac_try_echo=$ac_try;;
5930 esac
5931 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5932 $as_echo "$ac_try_echo") >&5
5933   (eval "$ac_compile") 2>conftest.er1
5934   ac_status=$?
5935   grep -v '^ *+' conftest.er1 >conftest.err
5936   rm -f conftest.er1
5937   cat conftest.err >&5
5938   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5939   (exit $ac_status); } && {
5940          test -z "$ac_c_werror_flag" ||
5941          test ! -s conftest.err
5942        } && test -s conftest.$ac_objext; then
5943   eval "$as_ac_Header=yes"
5944 else
5945   $as_echo "$as_me: failed program was:" >&5
5946 sed 's/^/| /' conftest.$ac_ext >&5
5947
5948         eval "$as_ac_Header=no"
5949 fi
5950
5951 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5952 fi
5953 ac_res=`eval 'as_val=${'$as_ac_Header'}
5954                  $as_echo "$as_val"'`
5955                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5956 $as_echo "$ac_res" >&6; }
5957 as_val=`eval 'as_val=${'$as_ac_Header'}
5958                  $as_echo "$as_val"'`
5959    if test "x$as_val" = x""yes; then
5960   cat >>confdefs.h <<_ACEOF
5961 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5962 _ACEOF
5963
5964 fi
5965
5966 done
5967
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 for ac_header in \
6091         AudioUnit/AudioUnit.h \
6092         Carbon/Carbon.h \
6093         CoreAudio/CoreAudio.h \
6094         DiskArbitration/DiskArbitration.h \
6095         IOKit/IOKitLib.h \
6096         IOKit/hid/IOHIDLib.h \
6097         alias.h \
6098         alsa/asoundlib.h \
6099         arpa/inet.h \
6100         arpa/nameser.h \
6101         asm/types.h \
6102         capi20.h \
6103         curses.h \
6104         direct.h \
6105         dirent.h \
6106         dlfcn.h \
6107         elf.h \
6108         float.h \
6109         fontconfig/fontconfig.h \
6110         getopt.h \
6111         grp.h \
6112         ieeefp.h \
6113         inet/mib2.h \
6114         io.h \
6115         jack/jack.h \
6116         jpeglib.h \
6117         kstat.h \
6118         lber.h \
6119         lcms.h \
6120         lcms/lcms.h \
6121         ldap.h \
6122         libaudioio.h \
6123         link.h \
6124         linux/cdrom.h \
6125         linux/compiler.h \
6126         linux/hdreg.h \
6127         linux/input.h \
6128         linux/ioctl.h \
6129         linux/joystick.h \
6130         linux/major.h \
6131         linux/param.h \
6132         linux/serial.h \
6133         linux/types.h \
6134         linux/ucdrom.h \
6135         mach/mach.h \
6136         mach/machine.h \
6137         machine/cpu.h \
6138         machine/limits.h \
6139         machine/soundcard.h \
6140         mntent.h \
6141         ncurses.h \
6142         netdb.h \
6143         netinet/in.h \
6144         netinet/in_systm.h \
6145         netinet/tcp.h \
6146         netinet/tcp_fsm.h \
6147         openssl/err.h \
6148         openssl/ssl.h \
6149         png.h \
6150         poll.h \
6151         process.h \
6152         pthread.h \
6153         pwd.h \
6154         regex.h \
6155         sched.h \
6156         scsi/scsi.h \
6157         scsi/scsi_ioctl.h \
6158         scsi/sg.h \
6159         soundcard.h \
6160         stdint.h \
6161         strings.h \
6162         stropts.h \
6163         sys/asoundlib.h \
6164         sys/cdio.h \
6165         sys/elf32.h \
6166         sys/epoll.h \
6167         sys/errno.h \
6168         sys/event.h \
6169         sys/exec_elf.h \
6170         sys/filio.h \
6171         sys/ioctl.h \
6172         sys/ipc.h \
6173         sys/limits.h \
6174         sys/link.h \
6175         sys/lwp.h \
6176         sys/mman.h \
6177         sys/modem.h \
6178         sys/msg.h \
6179         sys/mtio.h \
6180         sys/param.h \
6181         sys/poll.h \
6182         sys/prctl.h \
6183         sys/protosw.h \
6184         sys/ptrace.h \
6185         sys/reg.h \
6186         sys/resource.h \
6187         sys/scsiio.h \
6188         sys/shm.h \
6189         sys/signal.h \
6190         sys/socket.h \
6191         sys/socketvar.h \
6192         sys/sockio.h \
6193         sys/soundcard.h \
6194         sys/statvfs.h \
6195         sys/strtio.h \
6196         sys/syscall.h \
6197         sys/tihdr.h \
6198         sys/time.h \
6199         sys/timeout.h \
6200         sys/times.h \
6201         sys/uio.h \
6202         sys/un.h \
6203         sys/utsname.h \
6204         sys/vm86.h \
6205         sys/wait.h \
6206         syscall.h \
6207         termios.h \
6208         unistd.h \
6209         utime.h \
6210         valgrind/memcheck.h \
6211         valgrind/valgrind.h
6212
6213 do
6214 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6215 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6216   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6217 $as_echo_n "checking for $ac_header... " >&6; }
6218 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6219   $as_echo_n "(cached) " >&6
6220 fi
6221 ac_res=`eval 'as_val=${'$as_ac_Header'}
6222                  $as_echo "$as_val"'`
6223                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6224 $as_echo "$ac_res" >&6; }
6225 else
6226   # Is the header compilable?
6227 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
6228 $as_echo_n "checking $ac_header usability... " >&6; }
6229 cat >conftest.$ac_ext <<_ACEOF
6230 /* confdefs.h.  */
6231 _ACEOF
6232 cat confdefs.h >>conftest.$ac_ext
6233 cat >>conftest.$ac_ext <<_ACEOF
6234 /* end confdefs.h.  */
6235 $ac_includes_default
6236 #include <$ac_header>
6237 _ACEOF
6238 rm -f conftest.$ac_objext
6239 if { (ac_try="$ac_compile"
6240 case "(($ac_try" in
6241   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6242   *) ac_try_echo=$ac_try;;
6243 esac
6244 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6245 $as_echo "$ac_try_echo") >&5
6246   (eval "$ac_compile") 2>conftest.er1
6247   ac_status=$?
6248   grep -v '^ *+' conftest.er1 >conftest.err
6249   rm -f conftest.er1
6250   cat conftest.err >&5
6251   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6252   (exit $ac_status); } && {
6253          test -z "$ac_c_werror_flag" ||
6254          test ! -s conftest.err
6255        } && test -s conftest.$ac_objext; then
6256   ac_header_compiler=yes
6257 else
6258   $as_echo "$as_me: failed program was:" >&5
6259 sed 's/^/| /' conftest.$ac_ext >&5
6260
6261         ac_header_compiler=no
6262 fi
6263
6264 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6265 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6266 $as_echo "$ac_header_compiler" >&6; }
6267
6268 # Is the header present?
6269 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
6270 $as_echo_n "checking $ac_header presence... " >&6; }
6271 cat >conftest.$ac_ext <<_ACEOF
6272 /* confdefs.h.  */
6273 _ACEOF
6274 cat confdefs.h >>conftest.$ac_ext
6275 cat >>conftest.$ac_ext <<_ACEOF
6276 /* end confdefs.h.  */
6277 #include <$ac_header>
6278 _ACEOF
6279 if { (ac_try="$ac_cpp conftest.$ac_ext"
6280 case "(($ac_try" in
6281   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6282   *) ac_try_echo=$ac_try;;
6283 esac
6284 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6285 $as_echo "$ac_try_echo") >&5
6286   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6287   ac_status=$?
6288   grep -v '^ *+' conftest.er1 >conftest.err
6289   rm -f conftest.er1
6290   cat conftest.err >&5
6291   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6292   (exit $ac_status); } >/dev/null && {
6293          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6294          test ! -s conftest.err
6295        }; then
6296   ac_header_preproc=yes
6297 else
6298   $as_echo "$as_me: failed program was:" >&5
6299 sed 's/^/| /' conftest.$ac_ext >&5
6300
6301   ac_header_preproc=no
6302 fi
6303
6304 rm -f conftest.err conftest.$ac_ext
6305 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6306 $as_echo "$ac_header_preproc" >&6; }
6307
6308 # So?  What about this header?
6309 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6310   yes:no: )
6311     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6312 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6313     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6314 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6315     ac_header_preproc=yes
6316     ;;
6317   no:yes:* )
6318     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6319 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6320     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
6321 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
6322     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6323 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6324     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
6325 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
6326     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6327 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6328     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6329 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6330     ( cat <<\_ASBOX
6331 ## ------------------------------------ ##
6332 ## Report this to wine-devel@winehq.org ##
6333 ## ------------------------------------ ##
6334 _ASBOX
6335      ) | sed "s/^/$as_me: WARNING:     /" >&2
6336     ;;
6337 esac
6338 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6339 $as_echo_n "checking for $ac_header... " >&6; }
6340 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6341   $as_echo_n "(cached) " >&6
6342 else
6343   eval "$as_ac_Header=\$ac_header_preproc"
6344 fi
6345 ac_res=`eval 'as_val=${'$as_ac_Header'}
6346                  $as_echo "$as_val"'`
6347                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6348 $as_echo "$ac_res" >&6; }
6349
6350 fi
6351 as_val=`eval 'as_val=${'$as_ac_Header'}
6352                  $as_echo "$as_val"'`
6353    if test "x$as_val" = x""yes; then
6354   cat >>confdefs.h <<_ACEOF
6355 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6356 _ACEOF
6357
6358 fi
6359
6360 done
6361
6362 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6363 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6364 if test "${ac_cv_header_stat_broken+set}" = set; then
6365   $as_echo_n "(cached) " >&6
6366 else
6367   cat >conftest.$ac_ext <<_ACEOF
6368 /* confdefs.h.  */
6369 _ACEOF
6370 cat confdefs.h >>conftest.$ac_ext
6371 cat >>conftest.$ac_ext <<_ACEOF
6372 /* end confdefs.h.  */
6373 #include <sys/types.h>
6374 #include <sys/stat.h>
6375
6376 #if defined S_ISBLK && defined S_IFDIR
6377 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6378 #endif
6379
6380 #if defined S_ISBLK && defined S_IFCHR
6381 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6382 #endif
6383
6384 #if defined S_ISLNK && defined S_IFREG
6385 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6386 #endif
6387
6388 #if defined S_ISSOCK && defined S_IFREG
6389 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6390 #endif
6391
6392 _ACEOF
6393 rm -f conftest.$ac_objext
6394 if { (ac_try="$ac_compile"
6395 case "(($ac_try" in
6396   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6397   *) ac_try_echo=$ac_try;;
6398 esac
6399 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6400 $as_echo "$ac_try_echo") >&5
6401   (eval "$ac_compile") 2>conftest.er1
6402   ac_status=$?
6403   grep -v '^ *+' conftest.er1 >conftest.err
6404   rm -f conftest.er1
6405   cat conftest.err >&5
6406   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6407   (exit $ac_status); } && {
6408          test -z "$ac_c_werror_flag" ||
6409          test ! -s conftest.err
6410        } && test -s conftest.$ac_objext; then
6411   ac_cv_header_stat_broken=no
6412 else
6413   $as_echo "$as_me: failed program was:" >&5
6414 sed 's/^/| /' conftest.$ac_ext >&5
6415
6416         ac_cv_header_stat_broken=yes
6417 fi
6418
6419 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6420 fi
6421 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6422 $as_echo "$ac_cv_header_stat_broken" >&6; }
6423 if test $ac_cv_header_stat_broken = yes; then
6424
6425 cat >>confdefs.h <<\_ACEOF
6426 #define STAT_MACROS_BROKEN 1
6427 _ACEOF
6428
6429 fi
6430
6431
6432
6433
6434
6435
6436
6437
6438 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6439 do
6440 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6441 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6442 $as_echo_n "checking for $ac_header... " >&6; }
6443 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6444   $as_echo_n "(cached) " >&6
6445 else
6446   cat >conftest.$ac_ext <<_ACEOF
6447 /* confdefs.h.  */
6448 _ACEOF
6449 cat confdefs.h >>conftest.$ac_ext
6450 cat >>conftest.$ac_ext <<_ACEOF
6451 /* end confdefs.h.  */
6452 #include <sys/types.h>
6453      #ifdef HAVE_SYS_PARAM_H
6454      # include <sys/param.h>
6455      #endif
6456
6457 #include <$ac_header>
6458 _ACEOF
6459 rm -f conftest.$ac_objext
6460 if { (ac_try="$ac_compile"
6461 case "(($ac_try" in
6462   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6463   *) ac_try_echo=$ac_try;;
6464 esac
6465 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6466 $as_echo "$ac_try_echo") >&5
6467   (eval "$ac_compile") 2>conftest.er1
6468   ac_status=$?
6469   grep -v '^ *+' conftest.er1 >conftest.err
6470   rm -f conftest.er1
6471   cat conftest.err >&5
6472   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6473   (exit $ac_status); } && {
6474          test -z "$ac_c_werror_flag" ||
6475          test ! -s conftest.err
6476        } && test -s conftest.$ac_objext; then
6477   eval "$as_ac_Header=yes"
6478 else
6479   $as_echo "$as_me: failed program was:" >&5
6480 sed 's/^/| /' conftest.$ac_ext >&5
6481
6482         eval "$as_ac_Header=no"
6483 fi
6484
6485 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6486 fi
6487 ac_res=`eval 'as_val=${'$as_ac_Header'}
6488                  $as_echo "$as_val"'`
6489                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6490 $as_echo "$ac_res" >&6; }
6491 as_val=`eval 'as_val=${'$as_ac_Header'}
6492                  $as_echo "$as_val"'`
6493    if test "x$as_val" = x""yes; then
6494   cat >>confdefs.h <<_ACEOF
6495 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6496 _ACEOF
6497
6498 fi
6499
6500 done
6501
6502
6503
6504
6505
6506
6507
6508
6509
6510
6511
6512
6513
6514
6515
6516 for ac_header in \
6517         netinet/ip.h \
6518         net/if.h \
6519         net/if_arp.h \
6520         net/if_dl.h \
6521         net/if_types.h \
6522         net/route.h \
6523         netinet/if_ether.h \
6524         netinet/if_inarp.h \
6525         netinet/in_pcb.h \
6526         netinet/ip_icmp.h \
6527         netinet/ip_var.h \
6528         netinet/udp.h \
6529         netipx/ipx.h \
6530
6531 do
6532 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6533 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6534 $as_echo_n "checking for $ac_header... " >&6; }
6535 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6536   $as_echo_n "(cached) " >&6
6537 else
6538   cat >conftest.$ac_ext <<_ACEOF
6539 /* confdefs.h.  */
6540 _ACEOF
6541 cat confdefs.h >>conftest.$ac_ext
6542 cat >>conftest.$ac_ext <<_ACEOF
6543 /* end confdefs.h.  */
6544 #include <sys/types.h>
6545      #ifdef HAVE_SYS_SOCKET_H
6546      # include <sys/socket.h>
6547      #endif
6548      #ifdef HAVE_SYS_SOCKETVAR_H
6549      # include <sys/socketvar.h>
6550      #endif
6551      #ifdef HAVE_NET_ROUTE_H
6552      # include <net/route.h>
6553      #endif
6554      #ifdef HAVE_NETINET_IN_H
6555      # include <netinet/in.h>
6556      #endif
6557      #ifdef HAVE_NETINET_IN_SYSTM_H
6558      # include <netinet/in_systm.h>
6559      #endif
6560      #ifdef HAVE_NET_IF_H
6561      # include <net/if.h>
6562      #endif
6563      #ifdef HAVE_NETINET_IP_H
6564      # include <netinet/ip.h>
6565      #endif
6566
6567 #include <$ac_header>
6568 _ACEOF
6569 rm -f conftest.$ac_objext
6570 if { (ac_try="$ac_compile"
6571 case "(($ac_try" in
6572   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6573   *) ac_try_echo=$ac_try;;
6574 esac
6575 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6576 $as_echo "$ac_try_echo") >&5
6577   (eval "$ac_compile") 2>conftest.er1
6578   ac_status=$?
6579   grep -v '^ *+' conftest.er1 >conftest.err
6580   rm -f conftest.er1
6581   cat conftest.err >&5
6582   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6583   (exit $ac_status); } && {
6584          test -z "$ac_c_werror_flag" ||
6585          test ! -s conftest.err
6586        } && test -s conftest.$ac_objext; then
6587   eval "$as_ac_Header=yes"
6588 else
6589   $as_echo "$as_me: failed program was:" >&5
6590 sed 's/^/| /' conftest.$ac_ext >&5
6591
6592         eval "$as_ac_Header=no"
6593 fi
6594
6595 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6596 fi
6597 ac_res=`eval 'as_val=${'$as_ac_Header'}
6598                  $as_echo "$as_val"'`
6599                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6600 $as_echo "$ac_res" >&6; }
6601 as_val=`eval 'as_val=${'$as_ac_Header'}
6602                  $as_echo "$as_val"'`
6603    if test "x$as_val" = x""yes; then
6604   cat >>confdefs.h <<_ACEOF
6605 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6606 _ACEOF
6607
6608 fi
6609
6610 done
6611
6612
6613
6614
6615
6616
6617 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6618 do
6619 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6620 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6621 $as_echo_n "checking for $ac_header... " >&6; }
6622 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6623   $as_echo_n "(cached) " >&6
6624 else
6625   cat >conftest.$ac_ext <<_ACEOF
6626 /* confdefs.h.  */
6627 _ACEOF
6628 cat confdefs.h >>conftest.$ac_ext
6629 cat >>conftest.$ac_ext <<_ACEOF
6630 /* end confdefs.h.  */
6631 #include <sys/types.h>
6632      #ifdef HAVE_ALIAS_H
6633      # include <alias.h>
6634      #endif
6635      #ifdef HAVE_SYS_SOCKET_H
6636      # include <sys/socket.h>
6637      #endif
6638      #ifdef HAVE_SYS_SOCKETVAR_H
6639      # include <sys/socketvar.h>
6640      #endif
6641      #ifdef HAVE_SYS_TIMEOUT_H
6642      # include <sys/timeout.h>
6643      #endif
6644      #ifdef HAVE_NETINET_IN_H
6645      # include <netinet/in.h>
6646      #endif
6647      #ifdef HAVE_NETINET_IN_SYSTM_H
6648      # include <netinet/in_systm.h>
6649      #endif
6650      #ifdef HAVE_NETINET_IP_H
6651      # include <netinet/ip.h>
6652      #endif
6653      #ifdef HAVE_NETINET_IP_VAR_H
6654      # include <netinet/ip_var.h>
6655      #endif
6656      #ifdef HAVE_NETINET_IP_ICMP_H
6657      # include <netinet/ip_icmp.h>
6658      #endif
6659      #ifdef HAVE_NETINET_UDP_H
6660      # include <netinet/udp.h>
6661      #endif
6662      #ifdef HAVE_NETINET_TCP_H
6663      # include <netinet/tcp.h>
6664      #endif
6665      #ifdef HAVE_NETINET_TCP_TIMER_H
6666      #include <netinet/tcp_timer.h>
6667      #endif
6668
6669 #include <$ac_header>
6670 _ACEOF
6671 rm -f conftest.$ac_objext
6672 if { (ac_try="$ac_compile"
6673 case "(($ac_try" in
6674   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6675   *) ac_try_echo=$ac_try;;
6676 esac
6677 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6678 $as_echo "$ac_try_echo") >&5
6679   (eval "$ac_compile") 2>conftest.er1
6680   ac_status=$?
6681   grep -v '^ *+' conftest.er1 >conftest.err
6682   rm -f conftest.er1
6683   cat conftest.err >&5
6684   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6685   (exit $ac_status); } && {
6686          test -z "$ac_c_werror_flag" ||
6687          test ! -s conftest.err
6688        } && test -s conftest.$ac_objext; then
6689   eval "$as_ac_Header=yes"
6690 else
6691   $as_echo "$as_me: failed program was:" >&5
6692 sed 's/^/| /' conftest.$ac_ext >&5
6693
6694         eval "$as_ac_Header=no"
6695 fi
6696
6697 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6698 fi
6699 ac_res=`eval 'as_val=${'$as_ac_Header'}
6700                  $as_echo "$as_val"'`
6701                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6702 $as_echo "$ac_res" >&6; }
6703 as_val=`eval 'as_val=${'$as_ac_Header'}
6704                  $as_echo "$as_val"'`
6705    if test "x$as_val" = x""yes; then
6706   cat >>confdefs.h <<_ACEOF
6707 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6708 _ACEOF
6709
6710 fi
6711
6712 done
6713
6714
6715
6716 for ac_header in linux/ipx.h
6717 do
6718 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6719 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6720 $as_echo_n "checking for $ac_header... " >&6; }
6721 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6722   $as_echo_n "(cached) " >&6
6723 else
6724   cat >conftest.$ac_ext <<_ACEOF
6725 /* confdefs.h.  */
6726 _ACEOF
6727 cat confdefs.h >>conftest.$ac_ext
6728 cat >>conftest.$ac_ext <<_ACEOF
6729 /* end confdefs.h.  */
6730 #include <sys/types.h>
6731      #ifdef HAVE_ASM_TYPES_H
6732      # include <asm/types.h>
6733      #endif
6734      #ifdef HAVE_SYS_SOCKET_H
6735      # include <sys/socket.h>
6736      #endif
6737      #ifdef HAVE_LINUX_TYPES_H
6738      # include <linux/types.h>
6739      #endif
6740
6741 #include <$ac_header>
6742 _ACEOF
6743 rm -f conftest.$ac_objext
6744 if { (ac_try="$ac_compile"
6745 case "(($ac_try" in
6746   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6747   *) ac_try_echo=$ac_try;;
6748 esac
6749 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6750 $as_echo "$ac_try_echo") >&5
6751   (eval "$ac_compile") 2>conftest.er1
6752   ac_status=$?
6753   grep -v '^ *+' conftest.er1 >conftest.err
6754   rm -f conftest.er1
6755   cat conftest.err >&5
6756   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6757   (exit $ac_status); } && {
6758          test -z "$ac_c_werror_flag" ||
6759          test ! -s conftest.err
6760        } && test -s conftest.$ac_objext; then
6761   eval "$as_ac_Header=yes"
6762 else
6763   $as_echo "$as_me: failed program was:" >&5
6764 sed 's/^/| /' conftest.$ac_ext >&5
6765
6766         eval "$as_ac_Header=no"
6767 fi
6768
6769 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6770 fi
6771 ac_res=`eval 'as_val=${'$as_ac_Header'}
6772                  $as_echo "$as_val"'`
6773                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6774 $as_echo "$ac_res" >&6; }
6775 as_val=`eval 'as_val=${'$as_ac_Header'}
6776                  $as_echo "$as_val"'`
6777    if test "x$as_val" = x""yes; then
6778   cat >>confdefs.h <<_ACEOF
6779 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6780 _ACEOF
6781
6782 fi
6783
6784 done
6785
6786
6787
6788 for ac_header in resolv.h
6789 do
6790 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6791 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6792 $as_echo_n "checking for $ac_header... " >&6; }
6793 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6794   $as_echo_n "(cached) " >&6
6795 else
6796   cat >conftest.$ac_ext <<_ACEOF
6797 /* confdefs.h.  */
6798 _ACEOF
6799 cat confdefs.h >>conftest.$ac_ext
6800 cat >>conftest.$ac_ext <<_ACEOF
6801 /* end confdefs.h.  */
6802 #include <sys/types.h>
6803      #ifdef HAVE_SYS_SOCKET_H
6804      # include <sys/socket.h>
6805      #endif
6806      #ifdef HAVE_NETINET_IN_H
6807      # include <netinet/in.h>
6808      #endif
6809      #ifdef HAVE_ARPA_NAMESER_H
6810      # include <arpa/nameser.h>
6811      #endif
6812
6813 #include <$ac_header>
6814 _ACEOF
6815 rm -f conftest.$ac_objext
6816 if { (ac_try="$ac_compile"
6817 case "(($ac_try" in
6818   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6819   *) ac_try_echo=$ac_try;;
6820 esac
6821 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6822 $as_echo "$ac_try_echo") >&5
6823   (eval "$ac_compile") 2>conftest.er1
6824   ac_status=$?
6825   grep -v '^ *+' conftest.er1 >conftest.err
6826   rm -f conftest.er1
6827   cat conftest.err >&5
6828   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6829   (exit $ac_status); } && {
6830          test -z "$ac_c_werror_flag" ||
6831          test ! -s conftest.err
6832        } && test -s conftest.$ac_objext; then
6833   eval "$as_ac_Header=yes"
6834 else
6835   $as_echo "$as_me: failed program was:" >&5
6836 sed 's/^/| /' conftest.$ac_ext >&5
6837
6838         eval "$as_ac_Header=no"
6839 fi
6840
6841 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6842 fi
6843 ac_res=`eval 'as_val=${'$as_ac_Header'}
6844                  $as_echo "$as_val"'`
6845                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6846 $as_echo "$ac_res" >&6; }
6847 as_val=`eval 'as_val=${'$as_ac_Header'}
6848                  $as_echo "$as_val"'`
6849    if test "x$as_val" = x""yes; then
6850   cat >>confdefs.h <<_ACEOF
6851 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6852 _ACEOF
6853
6854 fi
6855
6856 done
6857
6858
6859
6860 for ac_header in ucontext.h
6861 do
6862 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6863 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6864 $as_echo_n "checking for $ac_header... " >&6; }
6865 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6866   $as_echo_n "(cached) " >&6
6867 else
6868   cat >conftest.$ac_ext <<_ACEOF
6869 /* confdefs.h.  */
6870 _ACEOF
6871 cat confdefs.h >>conftest.$ac_ext
6872 cat >>conftest.$ac_ext <<_ACEOF
6873 /* end confdefs.h.  */
6874 #include <signal.h>
6875
6876 #include <$ac_header>
6877 _ACEOF
6878 rm -f conftest.$ac_objext
6879 if { (ac_try="$ac_compile"
6880 case "(($ac_try" in
6881   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6882   *) ac_try_echo=$ac_try;;
6883 esac
6884 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6885 $as_echo "$ac_try_echo") >&5
6886   (eval "$ac_compile") 2>conftest.er1
6887   ac_status=$?
6888   grep -v '^ *+' conftest.er1 >conftest.err
6889   rm -f conftest.er1
6890   cat conftest.err >&5
6891   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6892   (exit $ac_status); } && {
6893          test -z "$ac_c_werror_flag" ||
6894          test ! -s conftest.err
6895        } && test -s conftest.$ac_objext; then
6896   eval "$as_ac_Header=yes"
6897 else
6898   $as_echo "$as_me: failed program was:" >&5
6899 sed 's/^/| /' conftest.$ac_ext >&5
6900
6901         eval "$as_ac_Header=no"
6902 fi
6903
6904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6905 fi
6906 ac_res=`eval 'as_val=${'$as_ac_Header'}
6907                  $as_echo "$as_val"'`
6908                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6909 $as_echo "$ac_res" >&6; }
6910 as_val=`eval 'as_val=${'$as_ac_Header'}
6911                  $as_echo "$as_val"'`
6912    if test "x$as_val" = x""yes; then
6913   cat >>confdefs.h <<_ACEOF
6914 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6915 _ACEOF
6916
6917 fi
6918
6919 done
6920
6921
6922
6923 for ac_header in sys/thr.h
6924 do
6925 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6926 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6927 $as_echo_n "checking for $ac_header... " >&6; }
6928 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6929   $as_echo_n "(cached) " >&6
6930 else
6931   cat >conftest.$ac_ext <<_ACEOF
6932 /* confdefs.h.  */
6933 _ACEOF
6934 cat confdefs.h >>conftest.$ac_ext
6935 cat >>conftest.$ac_ext <<_ACEOF
6936 /* end confdefs.h.  */
6937 #include <sys/types.h>
6938 #ifdef HAVE_UCONTEXT_H
6939 #include <ucontext.h>
6940 #endif
6941
6942 #include <$ac_header>
6943 _ACEOF
6944 rm -f conftest.$ac_objext
6945 if { (ac_try="$ac_compile"
6946 case "(($ac_try" in
6947   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6948   *) ac_try_echo=$ac_try;;
6949 esac
6950 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6951 $as_echo "$ac_try_echo") >&5
6952   (eval "$ac_compile") 2>conftest.er1
6953   ac_status=$?
6954   grep -v '^ *+' conftest.er1 >conftest.err
6955   rm -f conftest.er1
6956   cat conftest.err >&5
6957   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6958   (exit $ac_status); } && {
6959          test -z "$ac_c_werror_flag" ||
6960          test ! -s conftest.err
6961        } && test -s conftest.$ac_objext; then
6962   eval "$as_ac_Header=yes"
6963 else
6964   $as_echo "$as_me: failed program was:" >&5
6965 sed 's/^/| /' conftest.$ac_ext >&5
6966
6967         eval "$as_ac_Header=no"
6968 fi
6969
6970 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6971 fi
6972 ac_res=`eval 'as_val=${'$as_ac_Header'}
6973                  $as_echo "$as_val"'`
6974                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6975 $as_echo "$ac_res" >&6; }
6976 as_val=`eval 'as_val=${'$as_ac_Header'}
6977                  $as_echo "$as_val"'`
6978    if test "x$as_val" = x""yes; then
6979   cat >>confdefs.h <<_ACEOF
6980 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6981 _ACEOF
6982
6983 fi
6984
6985 done
6986
6987
6988
6989 for ac_header in pthread_np.h
6990 do
6991 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6992 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6993 $as_echo_n "checking for $ac_header... " >&6; }
6994 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6995   $as_echo_n "(cached) " >&6
6996 else
6997   cat >conftest.$ac_ext <<_ACEOF
6998 /* confdefs.h.  */
6999 _ACEOF
7000 cat confdefs.h >>conftest.$ac_ext
7001 cat >>conftest.$ac_ext <<_ACEOF
7002 /* end confdefs.h.  */
7003 #ifdef HAVE_PTHREAD_H
7004 #include <pthread.h>
7005 #endif
7006
7007 #include <$ac_header>
7008 _ACEOF
7009 rm -f conftest.$ac_objext
7010 if { (ac_try="$ac_compile"
7011 case "(($ac_try" in
7012   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7013   *) ac_try_echo=$ac_try;;
7014 esac
7015 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7016 $as_echo "$ac_try_echo") >&5
7017   (eval "$ac_compile") 2>conftest.er1
7018   ac_status=$?
7019   grep -v '^ *+' conftest.er1 >conftest.err
7020   rm -f conftest.er1
7021   cat conftest.err >&5
7022   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7023   (exit $ac_status); } && {
7024          test -z "$ac_c_werror_flag" ||
7025          test ! -s conftest.err
7026        } && test -s conftest.$ac_objext; then
7027   eval "$as_ac_Header=yes"
7028 else
7029   $as_echo "$as_me: failed program was:" >&5
7030 sed 's/^/| /' conftest.$ac_ext >&5
7031
7032         eval "$as_ac_Header=no"
7033 fi
7034
7035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7036 fi
7037 ac_res=`eval 'as_val=${'$as_ac_Header'}
7038                  $as_echo "$as_val"'`
7039                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7040 $as_echo "$ac_res" >&6; }
7041 as_val=`eval 'as_val=${'$as_ac_Header'}
7042                  $as_echo "$as_val"'`
7043    if test "x$as_val" = x""yes; then
7044   cat >>confdefs.h <<_ACEOF
7045 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7046 _ACEOF
7047
7048 fi
7049
7050 done
7051
7052
7053
7054 for ac_header in linux/videodev.h
7055 do
7056 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7057 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7058 $as_echo_n "checking for $ac_header... " >&6; }
7059 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7060   $as_echo_n "(cached) " >&6
7061 else
7062   cat >conftest.$ac_ext <<_ACEOF
7063 /* confdefs.h.  */
7064 _ACEOF
7065 cat confdefs.h >>conftest.$ac_ext
7066 cat >>conftest.$ac_ext <<_ACEOF
7067 /* end confdefs.h.  */
7068 #ifdef HAVE_SYS_TIME_H
7069 #include <sys/time.h>
7070 #endif
7071 #include <sys/types.h>
7072 #ifdef HAVE_ASM_TYPES_H
7073 #include <asm/types.h>
7074 #endif
7075
7076 #include <$ac_header>
7077 _ACEOF
7078 rm -f conftest.$ac_objext
7079 if { (ac_try="$ac_compile"
7080 case "(($ac_try" in
7081   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7082   *) ac_try_echo=$ac_try;;
7083 esac
7084 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7085 $as_echo "$ac_try_echo") >&5
7086   (eval "$ac_compile") 2>conftest.er1
7087   ac_status=$?
7088   grep -v '^ *+' conftest.er1 >conftest.err
7089   rm -f conftest.er1
7090   cat conftest.err >&5
7091   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7092   (exit $ac_status); } && {
7093          test -z "$ac_c_werror_flag" ||
7094          test ! -s conftest.err
7095        } && test -s conftest.$ac_objext; then
7096   eval "$as_ac_Header=yes"
7097 else
7098   $as_echo "$as_me: failed program was:" >&5
7099 sed 's/^/| /' conftest.$ac_ext >&5
7100
7101         eval "$as_ac_Header=no"
7102 fi
7103
7104 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7105 fi
7106 ac_res=`eval 'as_val=${'$as_ac_Header'}
7107                  $as_echo "$as_val"'`
7108                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7109 $as_echo "$ac_res" >&6; }
7110 as_val=`eval 'as_val=${'$as_ac_Header'}
7111                  $as_echo "$as_val"'`
7112    if test "x$as_val" = x""yes; then
7113   cat >>confdefs.h <<_ACEOF
7114 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7115 _ACEOF
7116
7117 fi
7118
7119 done
7120
7121
7122
7123 for ac_header in linux/capi.h
7124 do
7125 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7126 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7127 $as_echo_n "checking for $ac_header... " >&6; }
7128 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7129   $as_echo_n "(cached) " >&6
7130 else
7131   cat >conftest.$ac_ext <<_ACEOF
7132 /* confdefs.h.  */
7133 _ACEOF
7134 cat confdefs.h >>conftest.$ac_ext
7135 cat >>conftest.$ac_ext <<_ACEOF
7136 /* end confdefs.h.  */
7137 #define __user
7138
7139 #include <$ac_header>
7140 _ACEOF
7141 rm -f conftest.$ac_objext
7142 if { (ac_try="$ac_compile"
7143 case "(($ac_try" in
7144   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7145   *) ac_try_echo=$ac_try;;
7146 esac
7147 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7148 $as_echo "$ac_try_echo") >&5
7149   (eval "$ac_compile") 2>conftest.er1
7150   ac_status=$?
7151   grep -v '^ *+' conftest.er1 >conftest.err
7152   rm -f conftest.er1
7153   cat conftest.err >&5
7154   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7155   (exit $ac_status); } && {
7156          test -z "$ac_c_werror_flag" ||
7157          test ! -s conftest.err
7158        } && test -s conftest.$ac_objext; then
7159   eval "$as_ac_Header=yes"
7160 else
7161   $as_echo "$as_me: failed program was:" >&5
7162 sed 's/^/| /' conftest.$ac_ext >&5
7163
7164         eval "$as_ac_Header=no"
7165 fi
7166
7167 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7168 fi
7169 ac_res=`eval 'as_val=${'$as_ac_Header'}
7170                  $as_echo "$as_val"'`
7171                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7172 $as_echo "$ac_res" >&6; }
7173 as_val=`eval 'as_val=${'$as_ac_Header'}
7174                  $as_echo "$as_val"'`
7175    if test "x$as_val" = x""yes; then
7176   cat >>confdefs.h <<_ACEOF
7177 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7178 _ACEOF
7179
7180 fi
7181
7182 done
7183
7184
7185
7186 DLLEXT=""
7187
7188 DLLFLAGS="-D_REENTRANT"
7189
7190 LDSHARED=""
7191
7192 LDDLLFLAGS=""
7193
7194 LIBEXT="so"
7195
7196 IMPLIBEXT="def"
7197
7198 LDRPATH_INSTALL=""
7199
7200 LDRPATH_LOCAL=""
7201
7202 # Extract the first word of "ldd", so it can be a program name with args.
7203 set dummy ldd; ac_word=$2
7204 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7205 $as_echo_n "checking for $ac_word... " >&6; }
7206 if test "${ac_cv_path_LDD+set}" = set; then
7207   $as_echo_n "(cached) " >&6
7208 else
7209   case $LDD in
7210   [\\/]* | ?:[\\/]*)
7211   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7212   ;;
7213   *)
7214   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7215 as_dummy="/sbin:/usr/sbin:$PATH"
7216 for as_dir in $as_dummy
7217 do
7218   IFS=$as_save_IFS
7219   test -z "$as_dir" && as_dir=.
7220   for ac_exec_ext in '' $ac_executable_extensions; do
7221   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7222     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7223     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7224     break 2
7225   fi
7226 done
7227 done
7228 IFS=$as_save_IFS
7229
7230   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7231   ;;
7232 esac
7233 fi
7234 LDD=$ac_cv_path_LDD
7235 if test -n "$LDD"; then
7236   { $as_echo "$as_me:$LINENO: result: $LDD" >&5
7237 $as_echo "$LDD" >&6; }
7238 else
7239   { $as_echo "$as_me:$LINENO: result: no" >&5
7240 $as_echo "no" >&6; }
7241 fi
7242
7243
7244
7245 case $host_os in
7246   cygwin*|mingw32*)
7247     if test -n "$ac_tool_prefix"; then
7248   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7249 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7250 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7251 $as_echo_n "checking for $ac_word... " >&6; }
7252 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7253   $as_echo_n "(cached) " >&6
7254 else
7255   if test -n "$DLLTOOL"; then
7256   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7257 else
7258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7259 for as_dir in $PATH
7260 do
7261   IFS=$as_save_IFS
7262   test -z "$as_dir" && as_dir=.
7263   for ac_exec_ext in '' $ac_executable_extensions; do
7264   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7265     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7266     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7267     break 2
7268   fi
7269 done
7270 done
7271 IFS=$as_save_IFS
7272
7273 fi
7274 fi
7275 DLLTOOL=$ac_cv_prog_DLLTOOL
7276 if test -n "$DLLTOOL"; then
7277   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7278 $as_echo "$DLLTOOL" >&6; }
7279 else
7280   { $as_echo "$as_me:$LINENO: result: no" >&5
7281 $as_echo "no" >&6; }
7282 fi
7283
7284
7285 fi
7286 if test -z "$ac_cv_prog_DLLTOOL"; then
7287   ac_ct_DLLTOOL=$DLLTOOL
7288   # Extract the first word of "dlltool", so it can be a program name with args.
7289 set dummy dlltool; ac_word=$2
7290 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7291 $as_echo_n "checking for $ac_word... " >&6; }
7292 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7293   $as_echo_n "(cached) " >&6
7294 else
7295   if test -n "$ac_ct_DLLTOOL"; then
7296   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7297 else
7298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7299 for as_dir in $PATH
7300 do
7301   IFS=$as_save_IFS
7302   test -z "$as_dir" && as_dir=.
7303   for ac_exec_ext in '' $ac_executable_extensions; do
7304   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7305     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7306     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7307     break 2
7308   fi
7309 done
7310 done
7311 IFS=$as_save_IFS
7312
7313 fi
7314 fi
7315 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7316 if test -n "$ac_ct_DLLTOOL"; then
7317   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7318 $as_echo "$ac_ct_DLLTOOL" >&6; }
7319 else
7320   { $as_echo "$as_me:$LINENO: result: no" >&5
7321 $as_echo "no" >&6; }
7322 fi
7323
7324   if test "x$ac_ct_DLLTOOL" = x; then
7325     DLLTOOL="false"
7326   else
7327     case $cross_compiling:$ac_tool_warned in
7328 yes:)
7329 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7330 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7331 ac_tool_warned=yes ;;
7332 esac
7333     DLLTOOL=$ac_ct_DLLTOOL
7334   fi
7335 else
7336   DLLTOOL="$ac_cv_prog_DLLTOOL"
7337 fi
7338
7339     if test -n "$ac_tool_prefix"; then
7340   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7341 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7342 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7343 $as_echo_n "checking for $ac_word... " >&6; }
7344 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7345   $as_echo_n "(cached) " >&6
7346 else
7347   if test -n "$DLLWRAP"; then
7348   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7349 else
7350 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7351 for as_dir in $PATH
7352 do
7353   IFS=$as_save_IFS
7354   test -z "$as_dir" && as_dir=.
7355   for ac_exec_ext in '' $ac_executable_extensions; do
7356   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7357     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7358     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7359     break 2
7360   fi
7361 done
7362 done
7363 IFS=$as_save_IFS
7364
7365 fi
7366 fi
7367 DLLWRAP=$ac_cv_prog_DLLWRAP
7368 if test -n "$DLLWRAP"; then
7369   { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7370 $as_echo "$DLLWRAP" >&6; }
7371 else
7372   { $as_echo "$as_me:$LINENO: result: no" >&5
7373 $as_echo "no" >&6; }
7374 fi
7375
7376
7377 fi
7378 if test -z "$ac_cv_prog_DLLWRAP"; then
7379   ac_ct_DLLWRAP=$DLLWRAP
7380   # Extract the first word of "dllwrap", so it can be a program name with args.
7381 set dummy dllwrap; ac_word=$2
7382 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7383 $as_echo_n "checking for $ac_word... " >&6; }
7384 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7385   $as_echo_n "(cached) " >&6
7386 else
7387   if test -n "$ac_ct_DLLWRAP"; then
7388   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7389 else
7390 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7391 for as_dir in $PATH
7392 do
7393   IFS=$as_save_IFS
7394   test -z "$as_dir" && as_dir=.
7395   for ac_exec_ext in '' $ac_executable_extensions; do
7396   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7397     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7398     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7399     break 2
7400   fi
7401 done
7402 done
7403 IFS=$as_save_IFS
7404
7405 fi
7406 fi
7407 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7408 if test -n "$ac_ct_DLLWRAP"; then
7409   { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7410 $as_echo "$ac_ct_DLLWRAP" >&6; }
7411 else
7412   { $as_echo "$as_me:$LINENO: result: no" >&5
7413 $as_echo "no" >&6; }
7414 fi
7415
7416   if test "x$ac_ct_DLLWRAP" = x; then
7417     DLLWRAP="false"
7418   else
7419     case $cross_compiling:$ac_tool_warned in
7420 yes:)
7421 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7422 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7423 ac_tool_warned=yes ;;
7424 esac
7425     DLLWRAP=$ac_ct_DLLWRAP
7426   fi
7427 else
7428   DLLWRAP="$ac_cv_prog_DLLWRAP"
7429 fi
7430
7431     if test -n "$ac_tool_prefix"; then
7432   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7433 set dummy ${ac_tool_prefix}ar; ac_word=$2
7434 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7435 $as_echo_n "checking for $ac_word... " >&6; }
7436 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7437   $as_echo_n "(cached) " >&6
7438 else
7439   if test -n "$MINGWAR"; then
7440   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7441 else
7442 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7443 for as_dir in $PATH
7444 do
7445   IFS=$as_save_IFS
7446   test -z "$as_dir" && as_dir=.
7447   for ac_exec_ext in '' $ac_executable_extensions; do
7448   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7449     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7450     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7451     break 2
7452   fi
7453 done
7454 done
7455 IFS=$as_save_IFS
7456
7457 fi
7458 fi
7459 MINGWAR=$ac_cv_prog_MINGWAR
7460 if test -n "$MINGWAR"; then
7461   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7462 $as_echo "$MINGWAR" >&6; }
7463 else
7464   { $as_echo "$as_me:$LINENO: result: no" >&5
7465 $as_echo "no" >&6; }
7466 fi
7467
7468
7469 fi
7470 if test -z "$ac_cv_prog_MINGWAR"; then
7471   ac_ct_MINGWAR=$MINGWAR
7472   # Extract the first word of "ar", so it can be a program name with args.
7473 set dummy ar; ac_word=$2
7474 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7475 $as_echo_n "checking for $ac_word... " >&6; }
7476 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7477   $as_echo_n "(cached) " >&6
7478 else
7479   if test -n "$ac_ct_MINGWAR"; then
7480   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7481 else
7482 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7483 for as_dir in $PATH
7484 do
7485   IFS=$as_save_IFS
7486   test -z "$as_dir" && as_dir=.
7487   for ac_exec_ext in '' $ac_executable_extensions; do
7488   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7489     ac_cv_prog_ac_ct_MINGWAR="ar"
7490     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7491     break 2
7492   fi
7493 done
7494 done
7495 IFS=$as_save_IFS
7496
7497 fi
7498 fi
7499 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7500 if test -n "$ac_ct_MINGWAR"; then
7501   { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7502 $as_echo "$ac_ct_MINGWAR" >&6; }
7503 else
7504   { $as_echo "$as_me:$LINENO: result: no" >&5
7505 $as_echo "no" >&6; }
7506 fi
7507
7508   if test "x$ac_ct_MINGWAR" = x; then
7509     MINGWAR="false"
7510   else
7511     case $cross_compiling:$ac_tool_warned in
7512 yes:)
7513 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7514 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7515 ac_tool_warned=yes ;;
7516 esac
7517     MINGWAR=$ac_ct_MINGWAR
7518   fi
7519 else
7520   MINGWAR="$ac_cv_prog_MINGWAR"
7521 fi
7522
7523     if test "$DLLWRAP" = "false"; then
7524       LIBEXT="a"
7525     else
7526             LIBEXT="dll"
7527     fi
7528     IMPLIBEXT="a"
7529         WIN16_FILES=""
7530     WIN16_INSTALL=""
7531         enable_iphlpapi=${enable_iphlpapi:-no}
7532     enable_kernel32=${enable_kernel32:-no}
7533     enable_msvcrt=${enable_msvcrt:-no}
7534     enable_ntdll=${enable_ntdll:-no}
7535     enable_ws2_32=${enable_ws2_32:-no}
7536     enable_loader=${enable_loader:-no}
7537     enable_server=${enable_server:-no}
7538         with_x=${with_x:-no}
7539     with_pthread=${with_pthread:-no}
7540     ;;
7541   darwin*|macosx*)
7542     DLLEXT=".so"
7543     LIBEXT="dylib"
7544     DLLFLAGS="$DLLFLAGS -fPIC"
7545     LDDLLFLAGS="-bundle -multiply_defined suppress"
7546     LIBWINE_LDFLAGS="-multiply_defined suppress"
7547     LDSHARED="\$(CC) -dynamiclib"
7548     STRIP="$STRIP -x"
7549     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7550         SECURITYLIB="-framework Security -framework CoreFoundation"
7551
7552     COREFOUNDATIONLIB="-framework CoreFoundation"
7553
7554     IOKITLIB="-framework IOKit -framework CoreFoundation"
7555
7556     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7557
7558     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7559     then
7560                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7561
7562     fi
7563     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7564     then
7565                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7566
7567     fi
7568     if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7569     then
7570         ac_save_LIBS="$LIBS"
7571         LIBS="$LIBS $IOKITLIB"
7572
7573 for ac_func in IOHIDManagerCreate
7574 do
7575 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7576 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
7577 $as_echo_n "checking for $ac_func... " >&6; }
7578 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7579   $as_echo_n "(cached) " >&6
7580 else
7581   cat >conftest.$ac_ext <<_ACEOF
7582 /* confdefs.h.  */
7583 _ACEOF
7584 cat confdefs.h >>conftest.$ac_ext
7585 cat >>conftest.$ac_ext <<_ACEOF
7586 /* end confdefs.h.  */
7587 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7588    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
7589 #define $ac_func innocuous_$ac_func
7590
7591 /* System header to define __stub macros and hopefully few prototypes,
7592     which can conflict with char $ac_func (); below.
7593     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7594     <limits.h> exists even on freestanding compilers.  */
7595
7596 #ifdef __STDC__
7597 # include <limits.h>
7598 #else
7599 # include <assert.h>
7600 #endif
7601
7602 #undef $ac_func
7603
7604 /* Override any GCC internal prototype to avoid an error.
7605    Use char because int might match the return type of a GCC
7606    builtin and then its argument prototype would still apply.  */
7607 #ifdef __cplusplus
7608 extern "C"
7609 #endif
7610 char $ac_func ();
7611 /* The GNU C library defines this for functions which it implements
7612     to always fail with ENOSYS.  Some functions are actually named
7613     something starting with __ and the normal name is an alias.  */
7614 #if defined __stub_$ac_func || defined __stub___$ac_func
7615 choke me
7616 #endif
7617
7618 int
7619 main ()
7620 {
7621 return $ac_func ();
7622   ;
7623   return 0;
7624 }
7625 _ACEOF
7626 rm -f conftest.$ac_objext conftest$ac_exeext
7627 if { (ac_try="$ac_link"
7628 case "(($ac_try" in
7629   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7630   *) ac_try_echo=$ac_try;;
7631 esac
7632 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7633 $as_echo "$ac_try_echo") >&5
7634   (eval "$ac_link") 2>conftest.er1
7635   ac_status=$?
7636   grep -v '^ *+' conftest.er1 >conftest.err
7637   rm -f conftest.er1
7638   cat conftest.err >&5
7639   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7640   (exit $ac_status); } && {
7641          test -z "$ac_c_werror_flag" ||
7642          test ! -s conftest.err
7643        } && test -s conftest$ac_exeext && {
7644          test "$cross_compiling" = yes ||
7645          $as_test_x conftest$ac_exeext
7646        }; then
7647   eval "$as_ac_var=yes"
7648 else
7649   $as_echo "$as_me: failed program was:" >&5
7650 sed 's/^/| /' conftest.$ac_ext >&5
7651
7652         eval "$as_ac_var=no"
7653 fi
7654
7655 rm -rf conftest.dSYM
7656 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7657       conftest$ac_exeext conftest.$ac_ext
7658 fi
7659 ac_res=`eval 'as_val=${'$as_ac_var'}
7660                  $as_echo "$as_val"'`
7661                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7662 $as_echo "$ac_res" >&6; }
7663 as_val=`eval 'as_val=${'$as_ac_var'}
7664                  $as_echo "$as_val"'`
7665    if test "x$as_val" = x""yes; then
7666   cat >>confdefs.h <<_ACEOF
7667 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7668 _ACEOF
7669
7670 fi
7671 done
7672
7673         LIBS="$ac_save_LIBS"
7674     fi
7675     case $host_cpu in
7676       *powerpc*)
7677         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
7678     esac
7679         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7680     then
7681         CARBONLIB="-framework Carbon"
7682
7683         enable_winequartz_drv=${enable_winequartz_drv:-yes}
7684     fi
7685     ;;
7686   *)
7687     DLLFLAGS="$DLLFLAGS -fPIC"
7688     DLLEXT=".so"
7689     { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7690 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7691 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7692   $as_echo_n "(cached) " >&6
7693 else
7694   ac_wine_try_cflags_saved=$CFLAGS
7695 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7696 cat >conftest.$ac_ext <<_ACEOF
7697 void myfunc() {}
7698 _ACEOF
7699 rm -f conftest.$ac_objext conftest$ac_exeext
7700 if { (ac_try="$ac_link"
7701 case "(($ac_try" in
7702   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7703   *) ac_try_echo=$ac_try;;
7704 esac
7705 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7706 $as_echo "$ac_try_echo") >&5
7707   (eval "$ac_link") 2>conftest.er1
7708   ac_status=$?
7709   grep -v '^ *+' conftest.er1 >conftest.err
7710   rm -f conftest.er1
7711   cat conftest.err >&5
7712   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7713   (exit $ac_status); } && {
7714          test -z "$ac_c_werror_flag" ||
7715          test ! -s conftest.err
7716        } && test -s conftest$ac_exeext && {
7717          test "$cross_compiling" = yes ||
7718          $as_test_x conftest$ac_exeext
7719        }; then
7720   ac_cv_c_dll_gnuelf="yes"
7721 else
7722   $as_echo "$as_me: failed program was:" >&5
7723 sed 's/^/| /' conftest.$ac_ext >&5
7724
7725         ac_cv_c_dll_gnuelf="no"
7726 fi
7727
7728 rm -rf conftest.dSYM
7729 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7730       conftest$ac_exeext conftest.$ac_ext
7731 CFLAGS=$ac_wine_try_cflags_saved
7732 fi
7733 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7734 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7735     if test "$ac_cv_c_dll_gnuelf" = "yes"
7736     then
7737       LDSHARED="\$(CC) -shared"
7738       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7739       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7740 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7741 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7742   $as_echo_n "(cached) " >&6
7743 else
7744   ac_wine_try_cflags_saved=$CFLAGS
7745 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7746 cat >conftest.$ac_ext <<_ACEOF
7747 /* confdefs.h.  */
7748 _ACEOF
7749 cat confdefs.h >>conftest.$ac_ext
7750 cat >>conftest.$ac_ext <<_ACEOF
7751 /* end confdefs.h.  */
7752
7753 int
7754 main ()
7755 {
7756
7757   ;
7758   return 0;
7759 }
7760 _ACEOF
7761 rm -f conftest.$ac_objext conftest$ac_exeext
7762 if { (ac_try="$ac_link"
7763 case "(($ac_try" in
7764   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7765   *) ac_try_echo=$ac_try;;
7766 esac
7767 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7768 $as_echo "$ac_try_echo") >&5
7769   (eval "$ac_link") 2>conftest.er1
7770   ac_status=$?
7771   grep -v '^ *+' conftest.er1 >conftest.err
7772   rm -f conftest.er1
7773   cat conftest.err >&5
7774   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7775   (exit $ac_status); } && {
7776          test -z "$ac_c_werror_flag" ||
7777          test ! -s conftest.err
7778        } && test -s conftest$ac_exeext && {
7779          test "$cross_compiling" = yes ||
7780          $as_test_x conftest$ac_exeext
7781        }; then
7782   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7783 else
7784   $as_echo "$as_me: failed program was:" >&5
7785 sed 's/^/| /' conftest.$ac_ext >&5
7786
7787         ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7788 fi
7789
7790 rm -rf conftest.dSYM
7791 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7792       conftest$ac_exeext conftest.$ac_ext
7793 CFLAGS=$ac_wine_try_cflags_saved
7794 fi
7795 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7796 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7797 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7798   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7799 else
7800   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7801 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7802 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7803   $as_echo_n "(cached) " >&6
7804 else
7805   ac_wine_try_cflags_saved=$CFLAGS
7806 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7807 cat >conftest.$ac_ext <<_ACEOF
7808 /* confdefs.h.  */
7809 _ACEOF
7810 cat confdefs.h >>conftest.$ac_ext
7811 cat >>conftest.$ac_ext <<_ACEOF
7812 /* end confdefs.h.  */
7813
7814 int
7815 main ()
7816 {
7817
7818   ;
7819   return 0;
7820 }
7821 _ACEOF
7822 rm -f conftest.$ac_objext conftest$ac_exeext
7823 if { (ac_try="$ac_link"
7824 case "(($ac_try" in
7825   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7826   *) ac_try_echo=$ac_try;;
7827 esac
7828 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7829 $as_echo "$ac_try_echo") >&5
7830   (eval "$ac_link") 2>conftest.er1
7831   ac_status=$?
7832   grep -v '^ *+' conftest.er1 >conftest.err
7833   rm -f conftest.er1
7834   cat conftest.err >&5
7835   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7836   (exit $ac_status); } && {
7837          test -z "$ac_c_werror_flag" ||
7838          test ! -s conftest.err
7839        } && test -s conftest$ac_exeext && {
7840          test "$cross_compiling" = yes ||
7841          $as_test_x conftest$ac_exeext
7842        }; then
7843   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7844 else
7845   $as_echo "$as_me: failed program was:" >&5
7846 sed 's/^/| /' conftest.$ac_ext >&5
7847
7848         ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7849 fi
7850
7851 rm -rf conftest.dSYM
7852 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7853       conftest$ac_exeext conftest.$ac_ext
7854 CFLAGS=$ac_wine_try_cflags_saved
7855 fi
7856 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7857 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7858 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7859   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7860 fi
7861
7862 fi
7863
7864
7865       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7866 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7867 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7868   $as_echo_n "(cached) " >&6
7869 else
7870   ac_wine_try_cflags_saved=$CFLAGS
7871 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7872 cat >conftest.$ac_ext <<_ACEOF
7873 /* confdefs.h.  */
7874 _ACEOF
7875 cat confdefs.h >>conftest.$ac_ext
7876 cat >>conftest.$ac_ext <<_ACEOF
7877 /* end confdefs.h.  */
7878
7879 int
7880 main ()
7881 {
7882
7883   ;
7884   return 0;
7885 }
7886 _ACEOF
7887 rm -f conftest.$ac_objext conftest$ac_exeext
7888 if { (ac_try="$ac_link"
7889 case "(($ac_try" in
7890   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7891   *) ac_try_echo=$ac_try;;
7892 esac
7893 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7894 $as_echo "$ac_try_echo") >&5
7895   (eval "$ac_link") 2>conftest.er1
7896   ac_status=$?
7897   grep -v '^ *+' conftest.er1 >conftest.err
7898   rm -f conftest.er1
7899   cat conftest.err >&5
7900   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7901   (exit $ac_status); } && {
7902          test -z "$ac_c_werror_flag" ||
7903          test ! -s conftest.err
7904        } && test -s conftest$ac_exeext && {
7905          test "$cross_compiling" = yes ||
7906          $as_test_x conftest$ac_exeext
7907        }; then
7908   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7909 else
7910   $as_echo "$as_me: failed program was:" >&5
7911 sed 's/^/| /' conftest.$ac_ext >&5
7912
7913         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7914 fi
7915
7916 rm -rf conftest.dSYM
7917 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7918       conftest$ac_exeext conftest.$ac_ext
7919 CFLAGS=$ac_wine_try_cflags_saved
7920 fi
7921 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7922 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7923 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7924   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7925 fi
7926
7927
7928       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7929 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7930 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7931   $as_echo_n "(cached) " >&6
7932 else
7933   ac_wine_try_cflags_saved=$CFLAGS
7934 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7935 cat >conftest.$ac_ext <<_ACEOF
7936 /* confdefs.h.  */
7937 _ACEOF
7938 cat confdefs.h >>conftest.$ac_ext
7939 cat >>conftest.$ac_ext <<_ACEOF
7940 /* end confdefs.h.  */
7941
7942 int
7943 main ()
7944 {
7945
7946   ;
7947   return 0;
7948 }
7949 _ACEOF
7950 rm -f conftest.$ac_objext conftest$ac_exeext
7951 if { (ac_try="$ac_link"
7952 case "(($ac_try" in
7953   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7954   *) ac_try_echo=$ac_try;;
7955 esac
7956 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7957 $as_echo "$ac_try_echo") >&5
7958   (eval "$ac_link") 2>conftest.er1
7959   ac_status=$?
7960   grep -v '^ *+' conftest.er1 >conftest.err
7961   rm -f conftest.er1
7962   cat conftest.err >&5
7963   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7964   (exit $ac_status); } && {
7965          test -z "$ac_c_werror_flag" ||
7966          test ! -s conftest.err
7967        } && test -s conftest$ac_exeext && {
7968          test "$cross_compiling" = yes ||
7969          $as_test_x conftest$ac_exeext
7970        }; then
7971   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7972 else
7973   $as_echo "$as_me: failed program was:" >&5
7974 sed 's/^/| /' conftest.$ac_ext >&5
7975
7976         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7977 fi
7978
7979 rm -rf conftest.dSYM
7980 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7981       conftest$ac_exeext conftest.$ac_ext
7982 CFLAGS=$ac_wine_try_cflags_saved
7983 fi
7984 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7985 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7986 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7987   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7988 fi
7989
7990
7991       echo '{ global: *; };' >conftest.map
7992       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7993 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7994 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7995   $as_echo_n "(cached) " >&6
7996 else
7997   ac_wine_try_cflags_saved=$CFLAGS
7998 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7999 cat >conftest.$ac_ext <<_ACEOF
8000 /* confdefs.h.  */
8001 _ACEOF
8002 cat confdefs.h >>conftest.$ac_ext
8003 cat >>conftest.$ac_ext <<_ACEOF
8004 /* end confdefs.h.  */
8005
8006 int
8007 main ()
8008 {
8009
8010   ;
8011   return 0;
8012 }
8013 _ACEOF
8014 rm -f conftest.$ac_objext conftest$ac_exeext
8015 if { (ac_try="$ac_link"
8016 case "(($ac_try" in
8017   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8018   *) ac_try_echo=$ac_try;;
8019 esac
8020 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8021 $as_echo "$ac_try_echo") >&5
8022   (eval "$ac_link") 2>conftest.er1
8023   ac_status=$?
8024   grep -v '^ *+' conftest.er1 >conftest.err
8025   rm -f conftest.er1
8026   cat conftest.err >&5
8027   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8028   (exit $ac_status); } && {
8029          test -z "$ac_c_werror_flag" ||
8030          test ! -s conftest.err
8031        } && test -s conftest$ac_exeext && {
8032          test "$cross_compiling" = yes ||
8033          $as_test_x conftest$ac_exeext
8034        }; then
8035   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8036 else
8037   $as_echo "$as_me: failed program was:" >&5
8038 sed 's/^/| /' conftest.$ac_ext >&5
8039
8040         ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8041 fi
8042
8043 rm -rf conftest.dSYM
8044 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8045       conftest$ac_exeext conftest.$ac_ext
8046 CFLAGS=$ac_wine_try_cflags_saved
8047 fi
8048 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8049 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8050 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8051   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8052 fi
8053
8054       rm -f conftest.map
8055
8056       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8057 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
8058 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8059   $as_echo_n "(cached) " >&6
8060 else
8061   ac_wine_try_cflags_saved=$CFLAGS
8062 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8063 cat >conftest.$ac_ext <<_ACEOF
8064 /* confdefs.h.  */
8065 _ACEOF
8066 cat confdefs.h >>conftest.$ac_ext
8067 cat >>conftest.$ac_ext <<_ACEOF
8068 /* end confdefs.h.  */
8069
8070 int
8071 main ()
8072 {
8073
8074   ;
8075   return 0;
8076 }
8077 _ACEOF
8078 rm -f conftest.$ac_objext conftest$ac_exeext
8079 if { (ac_try="$ac_link"
8080 case "(($ac_try" in
8081   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8082   *) ac_try_echo=$ac_try;;
8083 esac
8084 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8085 $as_echo "$ac_try_echo") >&5
8086   (eval "$ac_link") 2>conftest.er1
8087   ac_status=$?
8088   grep -v '^ *+' conftest.er1 >conftest.err
8089   rm -f conftest.er1
8090   cat conftest.err >&5
8091   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8092   (exit $ac_status); } && {
8093          test -z "$ac_c_werror_flag" ||
8094          test ! -s conftest.err
8095        } && test -s conftest$ac_exeext && {
8096          test "$cross_compiling" = yes ||
8097          $as_test_x conftest$ac_exeext
8098        }; then
8099   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8100 else
8101   $as_echo "$as_me: failed program was:" >&5
8102 sed 's/^/| /' conftest.$ac_ext >&5
8103
8104         ac_cv_cflags__fPIC__Wl___export_dynamic=no
8105 fi
8106
8107 rm -rf conftest.dSYM
8108 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8109       conftest$ac_exeext conftest.$ac_ext
8110 CFLAGS=$ac_wine_try_cflags_saved
8111 fi
8112 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8113 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8114 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
8115   LDEXECFLAGS="-Wl,--export-dynamic"
8116
8117 fi
8118
8119
8120       as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
8121 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8122 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
8123 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8124   $as_echo_n "(cached) " >&6
8125 else
8126   ac_wine_try_cflags_saved=$CFLAGS
8127 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8128 cat >conftest.$ac_ext <<_ACEOF
8129 /* confdefs.h.  */
8130 _ACEOF
8131 cat confdefs.h >>conftest.$ac_ext
8132 cat >>conftest.$ac_ext <<_ACEOF
8133 /* end confdefs.h.  */
8134
8135 int
8136 main ()
8137 {
8138
8139   ;
8140   return 0;
8141 }
8142 _ACEOF
8143 rm -f conftest.$ac_objext conftest$ac_exeext
8144 if { (ac_try="$ac_link"
8145 case "(($ac_try" in
8146   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8147   *) ac_try_echo=$ac_try;;
8148 esac
8149 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8150 $as_echo "$ac_try_echo") >&5
8151   (eval "$ac_link") 2>conftest.er1
8152   ac_status=$?
8153   grep -v '^ *+' conftest.er1 >conftest.err
8154   rm -f conftest.er1
8155   cat conftest.err >&5
8156   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8157   (exit $ac_status); } && {
8158          test -z "$ac_c_werror_flag" ||
8159          test ! -s conftest.err
8160        } && test -s conftest$ac_exeext && {
8161          test "$cross_compiling" = yes ||
8162          $as_test_x conftest$ac_exeext
8163        }; then
8164   eval "$as_ac_var=yes"
8165 else
8166   $as_echo "$as_me: failed program was:" >&5
8167 sed 's/^/| /' conftest.$ac_ext >&5
8168
8169         eval "$as_ac_var=no"
8170 fi
8171
8172 rm -rf conftest.dSYM
8173 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8174       conftest$ac_exeext conftest.$ac_ext
8175 CFLAGS=$ac_wine_try_cflags_saved
8176 fi
8177 ac_res=`eval 'as_val=${'$as_ac_var'}
8178                  $as_echo "$as_val"'`
8179                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8180 $as_echo "$ac_res" >&6; }
8181 if test `eval 'as_val=${'$as_ac_var'}
8182                  $as_echo "$as_val"'` = yes; then
8183   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8184                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8185 else
8186   as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
8187 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8188 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
8189 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8190   $as_echo_n "(cached) " >&6
8191 else
8192   ac_wine_try_cflags_saved=$CFLAGS
8193 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8194 cat >conftest.$ac_ext <<_ACEOF
8195 /* confdefs.h.  */
8196 _ACEOF
8197 cat confdefs.h >>conftest.$ac_ext
8198 cat >>conftest.$ac_ext <<_ACEOF
8199 /* end confdefs.h.  */
8200
8201 int
8202 main ()
8203 {
8204
8205   ;
8206   return 0;
8207 }
8208 _ACEOF
8209 rm -f conftest.$ac_objext conftest$ac_exeext
8210 if { (ac_try="$ac_link"
8211 case "(($ac_try" in
8212   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8213   *) ac_try_echo=$ac_try;;
8214 esac
8215 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8216 $as_echo "$ac_try_echo") >&5
8217   (eval "$ac_link") 2>conftest.er1
8218   ac_status=$?
8219   grep -v '^ *+' conftest.er1 >conftest.err
8220   rm -f conftest.er1
8221   cat conftest.err >&5
8222   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8223   (exit $ac_status); } && {
8224          test -z "$ac_c_werror_flag" ||
8225          test ! -s conftest.err
8226        } && test -s conftest$ac_exeext && {
8227          test "$cross_compiling" = yes ||
8228          $as_test_x conftest$ac_exeext
8229        }; then
8230   eval "$as_ac_var=yes"
8231 else
8232   $as_echo "$as_me: failed program was:" >&5
8233 sed 's/^/| /' conftest.$ac_ext >&5
8234
8235         eval "$as_ac_var=no"
8236 fi
8237
8238 rm -rf conftest.dSYM
8239 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8240       conftest$ac_exeext conftest.$ac_ext
8241 CFLAGS=$ac_wine_try_cflags_saved
8242 fi
8243 ac_res=`eval 'as_val=${'$as_ac_var'}
8244                  $as_echo "$as_val"'`
8245                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8246 $as_echo "$ac_res" >&6; }
8247 if test `eval 'as_val=${'$as_ac_var'}
8248                  $as_echo "$as_val"'` = yes; then
8249   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8250                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8251 fi
8252
8253 fi
8254
8255
8256       { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8257 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
8258 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8259   $as_echo_n "(cached) " >&6
8260 else
8261   ac_wine_try_cflags_saved=$CFLAGS
8262 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8263 cat >conftest.$ac_ext <<_ACEOF
8264 /* confdefs.h.  */
8265 _ACEOF
8266 cat confdefs.h >>conftest.$ac_ext
8267 cat >>conftest.$ac_ext <<_ACEOF
8268 /* end confdefs.h.  */
8269
8270 int
8271 main ()
8272 {
8273
8274   ;
8275   return 0;
8276 }
8277 _ACEOF
8278 rm -f conftest.$ac_objext conftest$ac_exeext
8279 if { (ac_try="$ac_link"
8280 case "(($ac_try" in
8281   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8282   *) ac_try_echo=$ac_try;;
8283 esac
8284 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8285 $as_echo "$ac_try_echo") >&5
8286   (eval "$ac_link") 2>conftest.er1
8287   ac_status=$?
8288   grep -v '^ *+' conftest.er1 >conftest.err
8289   rm -f conftest.er1
8290   cat conftest.err >&5
8291   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8292   (exit $ac_status); } && {
8293          test -z "$ac_c_werror_flag" ||
8294          test ! -s conftest.err
8295        } && test -s conftest$ac_exeext && {
8296          test "$cross_compiling" = yes ||
8297          $as_test_x conftest$ac_exeext
8298        }; then
8299   ac_cv_cflags__Wl___enable_new_dtags=yes
8300 else
8301   $as_echo "$as_me: failed program was:" >&5
8302 sed 's/^/| /' conftest.$ac_ext >&5
8303
8304         ac_cv_cflags__Wl___enable_new_dtags=no
8305 fi
8306
8307 rm -rf conftest.dSYM
8308 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8309       conftest$ac_exeext conftest.$ac_ext
8310 CFLAGS=$ac_wine_try_cflags_saved
8311 fi
8312 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8313 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8314 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8315   LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8316 fi
8317
8318
8319       case $host_cpu in
8320         *i[3456789]86* | x86_64)
8321           { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8322 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8323 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8324   $as_echo_n "(cached) " >&6
8325 else
8326   ac_wine_try_cflags_saved=$CFLAGS
8327 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8328 cat >conftest.$ac_ext <<_ACEOF
8329 /* confdefs.h.  */
8330 _ACEOF
8331 cat confdefs.h >>conftest.$ac_ext
8332 cat >>conftest.$ac_ext <<_ACEOF
8333 /* end confdefs.h.  */
8334
8335 int
8336 main ()
8337 {
8338
8339   ;
8340   return 0;
8341 }
8342 _ACEOF
8343 rm -f conftest.$ac_objext conftest$ac_exeext
8344 if { (ac_try="$ac_link"
8345 case "(($ac_try" in
8346   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8347   *) ac_try_echo=$ac_try;;
8348 esac
8349 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8350 $as_echo "$ac_try_echo") >&5
8351   (eval "$ac_link") 2>conftest.er1
8352   ac_status=$?
8353   grep -v '^ *+' conftest.er1 >conftest.err
8354   rm -f conftest.er1
8355   cat conftest.err >&5
8356   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8357   (exit $ac_status); } && {
8358          test -z "$ac_c_werror_flag" ||
8359          test ! -s conftest.err
8360        } && test -s conftest$ac_exeext && {
8361          test "$cross_compiling" = yes ||
8362          $as_test_x conftest$ac_exeext
8363        }; then
8364   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8365 else
8366   $as_echo "$as_me: failed program was:" >&5
8367 sed 's/^/| /' conftest.$ac_ext >&5
8368
8369         ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8370 fi
8371
8372 rm -rf conftest.dSYM
8373 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8374       conftest$ac_exeext conftest.$ac_ext
8375 CFLAGS=$ac_wine_try_cflags_saved
8376 fi
8377 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8378 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8379 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8380   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8381 fi
8382
8383           ;;
8384       esac
8385
8386     else
8387       { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8388 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8389 if test "${ac_cv_c_dll_unixware+set}" = set; then
8390   $as_echo_n "(cached) " >&6
8391 else
8392   ac_wine_try_cflags_saved=$CFLAGS
8393 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8394 cat >conftest.$ac_ext <<_ACEOF
8395 void myfunc() {}
8396 _ACEOF
8397 rm -f conftest.$ac_objext conftest$ac_exeext
8398 if { (ac_try="$ac_link"
8399 case "(($ac_try" in
8400   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8401   *) ac_try_echo=$ac_try;;
8402 esac
8403 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8404 $as_echo "$ac_try_echo") >&5
8405   (eval "$ac_link") 2>conftest.er1
8406   ac_status=$?
8407   grep -v '^ *+' conftest.er1 >conftest.err
8408   rm -f conftest.er1
8409   cat conftest.err >&5
8410   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8411   (exit $ac_status); } && {
8412          test -z "$ac_c_werror_flag" ||
8413          test ! -s conftest.err
8414        } && test -s conftest$ac_exeext && {
8415          test "$cross_compiling" = yes ||
8416          $as_test_x conftest$ac_exeext
8417        }; then
8418   ac_cv_c_dll_unixware="yes"
8419 else
8420   $as_echo "$as_me: failed program was:" >&5
8421 sed 's/^/| /' conftest.$ac_ext >&5
8422
8423         ac_cv_c_dll_unixware="no"
8424 fi
8425
8426 rm -rf conftest.dSYM
8427 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8428       conftest$ac_exeext conftest.$ac_ext
8429 CFLAGS=$ac_wine_try_cflags_saved
8430 fi
8431 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8432 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8433       if test "$ac_cv_c_dll_unixware" = "yes"
8434       then
8435         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8436         LDDLLFLAGS="-Wl,-G,-B,symbolic"
8437
8438       else
8439         { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8440 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8441 if test "${ac_cv_c_dll_hpux+set}" = set; then
8442   $as_echo_n "(cached) " >&6
8443 else
8444   ac_wine_try_cflags_saved=$CFLAGS
8445 CFLAGS="$CFLAGS -shared"
8446 cat >conftest.$ac_ext <<_ACEOF
8447 void myfunc() {}
8448 _ACEOF
8449 rm -f conftest.$ac_objext conftest$ac_exeext
8450 if { (ac_try="$ac_link"
8451 case "(($ac_try" in
8452   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8453   *) ac_try_echo=$ac_try;;
8454 esac
8455 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8456 $as_echo "$ac_try_echo") >&5
8457   (eval "$ac_link") 2>conftest.er1
8458   ac_status=$?
8459   grep -v '^ *+' conftest.er1 >conftest.err
8460   rm -f conftest.er1
8461   cat conftest.err >&5
8462   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8463   (exit $ac_status); } && {
8464          test -z "$ac_c_werror_flag" ||
8465          test ! -s conftest.err
8466        } && test -s conftest$ac_exeext && {
8467          test "$cross_compiling" = yes ||
8468          $as_test_x conftest$ac_exeext
8469        }; then
8470   ac_cv_c_dll_hpux="yes"
8471 else
8472   $as_echo "$as_me: failed program was:" >&5
8473 sed 's/^/| /' conftest.$ac_ext >&5
8474
8475         ac_cv_c_dll_hpux="no"
8476 fi
8477
8478 rm -rf conftest.dSYM
8479 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8480       conftest$ac_exeext conftest.$ac_ext
8481 CFLAGS=$ac_wine_try_cflags_saved
8482 fi
8483 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8484 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8485         if test "$ac_cv_c_dll_hpux" = "yes"
8486         then
8487           LIBEXT="sl"
8488           DLLEXT=".sl"
8489           LDDLLFLAGS="-shared -fPIC"
8490           LDSHARED="\$(CC) -shared"
8491         fi
8492       fi
8493     fi
8494     ;;
8495 esac
8496
8497 enable_winequartz_drv=${enable_winequartz_drv:-no}
8498
8499 if test "$LIBEXT" = "a"; then
8500   { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8501 It is currently not possible to build Wine without shared library
8502 (.so) support to allow transparent switch between .so and .dll files.
8503 If you are using Linux, you will need a newer binutils.
8504 " >&5
8505 $as_echo "$as_me: error: could not find a way to build shared libraries.
8506 It is currently not possible to build Wine without shared library
8507 (.so) support to allow transparent switch between .so and .dll files.
8508 If you are using Linux, you will need a newer binutils.
8509 " >&2;}
8510    { (exit 1); exit 1; }; }
8511 fi
8512
8513 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8514 then
8515     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
8516 do
8517   # Extract the first word of "$ac_prog", so it can be a program name with args.
8518 set dummy $ac_prog; ac_word=$2
8519 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8520 $as_echo_n "checking for $ac_word... " >&6; }
8521 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8522   $as_echo_n "(cached) " >&6
8523 else
8524   if test -n "$CROSSCC"; then
8525   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8526 else
8527 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8528 for as_dir in $PATH
8529 do
8530   IFS=$as_save_IFS
8531   test -z "$as_dir" && as_dir=.
8532   for ac_exec_ext in '' $ac_executable_extensions; do
8533   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8534     ac_cv_prog_CROSSCC="$ac_prog"
8535     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8536     break 2
8537   fi
8538 done
8539 done
8540 IFS=$as_save_IFS
8541
8542 fi
8543 fi
8544 CROSSCC=$ac_cv_prog_CROSSCC
8545 if test -n "$CROSSCC"; then
8546   { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8547 $as_echo "$CROSSCC" >&6; }
8548 else
8549   { $as_echo "$as_me:$LINENO: result: no" >&5
8550 $as_echo "no" >&6; }
8551 fi
8552
8553
8554   test -n "$CROSSCC" && break
8555 done
8556 test -n "$CROSSCC" || CROSSCC="false"
8557
8558     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
8559 do
8560   # Extract the first word of "$ac_prog", so it can be a program name with args.
8561 set dummy $ac_prog; ac_word=$2
8562 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8563 $as_echo_n "checking for $ac_word... " >&6; }
8564 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8565   $as_echo_n "(cached) " >&6
8566 else
8567   if test -n "$DLLTOOL"; then
8568   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8569 else
8570 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8571 for as_dir in $PATH
8572 do
8573   IFS=$as_save_IFS
8574   test -z "$as_dir" && as_dir=.
8575   for ac_exec_ext in '' $ac_executable_extensions; do
8576   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8577     ac_cv_prog_DLLTOOL="$ac_prog"
8578     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8579     break 2
8580   fi
8581 done
8582 done
8583 IFS=$as_save_IFS
8584
8585 fi
8586 fi
8587 DLLTOOL=$ac_cv_prog_DLLTOOL
8588 if test -n "$DLLTOOL"; then
8589   { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8590 $as_echo "$DLLTOOL" >&6; }
8591 else
8592   { $as_echo "$as_me:$LINENO: result: no" >&5
8593 $as_echo "no" >&6; }
8594 fi
8595
8596
8597   test -n "$DLLTOOL" && break
8598 done
8599 test -n "$DLLTOOL" || DLLTOOL="false"
8600
8601     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
8602 do
8603   # Extract the first word of "$ac_prog", so it can be a program name with args.
8604 set dummy $ac_prog; ac_word=$2
8605 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8606 $as_echo_n "checking for $ac_word... " >&6; }
8607 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8608   $as_echo_n "(cached) " >&6
8609 else
8610   if test -n "$CROSSWINDRES"; then
8611   ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8612 else
8613 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8614 for as_dir in $PATH
8615 do
8616   IFS=$as_save_IFS
8617   test -z "$as_dir" && as_dir=.
8618   for ac_exec_ext in '' $ac_executable_extensions; do
8619   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8620     ac_cv_prog_CROSSWINDRES="$ac_prog"
8621     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8622     break 2
8623   fi
8624 done
8625 done
8626 IFS=$as_save_IFS
8627
8628 fi
8629 fi
8630 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8631 if test -n "$CROSSWINDRES"; then
8632   { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8633 $as_echo "$CROSSWINDRES" >&6; }
8634 else
8635   { $as_echo "$as_me:$LINENO: result: no" >&5
8636 $as_echo "no" >&6; }
8637 fi
8638
8639
8640   test -n "$CROSSWINDRES" && break
8641 done
8642 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8643
8644     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
8645 do
8646   # Extract the first word of "$ac_prog", so it can be a program name with args.
8647 set dummy $ac_prog; ac_word=$2
8648 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8649 $as_echo_n "checking for $ac_word... " >&6; }
8650 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8651   $as_echo_n "(cached) " >&6
8652 else
8653   if test -n "$MINGWAR"; then
8654   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8655 else
8656 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8657 for as_dir in $PATH
8658 do
8659   IFS=$as_save_IFS
8660   test -z "$as_dir" && as_dir=.
8661   for ac_exec_ext in '' $ac_executable_extensions; do
8662   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8663     ac_cv_prog_MINGWAR="$ac_prog"
8664     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8665     break 2
8666   fi
8667 done
8668 done
8669 IFS=$as_save_IFS
8670
8671 fi
8672 fi
8673 MINGWAR=$ac_cv_prog_MINGWAR
8674 if test -n "$MINGWAR"; then
8675   { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8676 $as_echo "$MINGWAR" >&6; }
8677 else
8678   { $as_echo "$as_me:$LINENO: result: no" >&5
8679 $as_echo "no" >&6; }
8680 fi
8681
8682
8683   test -n "$MINGWAR" && break
8684 done
8685 test -n "$MINGWAR" || MINGWAR="false"
8686
8687     if test "$CROSSCC" != "false"
8688     then
8689         CROSSTEST="\$(CROSSTEST)"
8690
8691     fi
8692 fi
8693
8694
8695 if test "$ac_cv_header_pthread_h" = "yes"
8696 then
8697     { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8698 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8699 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8700   $as_echo_n "(cached) " >&6
8701 else
8702   ac_check_lib_save_LIBS=$LIBS
8703 LIBS="-lpthread  $LIBS"
8704 cat >conftest.$ac_ext <<_ACEOF
8705 /* confdefs.h.  */
8706 _ACEOF
8707 cat confdefs.h >>conftest.$ac_ext
8708 cat >>conftest.$ac_ext <<_ACEOF
8709 /* end confdefs.h.  */
8710
8711 /* Override any GCC internal prototype to avoid an error.
8712    Use char because int might match the return type of a GCC
8713    builtin and then its argument prototype would still apply.  */
8714 #ifdef __cplusplus
8715 extern "C"
8716 #endif
8717 char pthread_create ();
8718 int
8719 main ()
8720 {
8721 return pthread_create ();
8722   ;
8723   return 0;
8724 }
8725 _ACEOF
8726 rm -f conftest.$ac_objext conftest$ac_exeext
8727 if { (ac_try="$ac_link"
8728 case "(($ac_try" in
8729   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8730   *) ac_try_echo=$ac_try;;
8731 esac
8732 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8733 $as_echo "$ac_try_echo") >&5
8734   (eval "$ac_link") 2>conftest.er1
8735   ac_status=$?
8736   grep -v '^ *+' conftest.er1 >conftest.err
8737   rm -f conftest.er1
8738   cat conftest.err >&5
8739   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8740   (exit $ac_status); } && {
8741          test -z "$ac_c_werror_flag" ||
8742          test ! -s conftest.err
8743        } && test -s conftest$ac_exeext && {
8744          test "$cross_compiling" = yes ||
8745          $as_test_x conftest$ac_exeext
8746        }; then
8747   ac_cv_lib_pthread_pthread_create=yes
8748 else
8749   $as_echo "$as_me: failed program was:" >&5
8750 sed 's/^/| /' conftest.$ac_ext >&5
8751
8752         ac_cv_lib_pthread_pthread_create=no
8753 fi
8754
8755 rm -rf conftest.dSYM
8756 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8757       conftest$ac_exeext conftest.$ac_ext
8758 LIBS=$ac_check_lib_save_LIBS
8759 fi
8760 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8761 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8762 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8763   LIBPTHREAD="-lpthread"
8764
8765 fi
8766
8767 fi
8768 if test "x$LIBPTHREAD" = "x"; then
8769   case "x$with_pthread" in
8770   xno) ;;
8771   *)   { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8772 Wine cannot support threads without libpthread.
8773 Use the --without-pthread option if you really want this." >&5
8774 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8775 Wine cannot support threads without libpthread.
8776 Use the --without-pthread option if you really want this." >&2;}
8777    { (exit 1); exit 1; }; } ;;
8778 esac
8779 fi
8780
8781
8782
8783 { $as_echo "$as_me:$LINENO: checking for X" >&5
8784 $as_echo_n "checking for X... " >&6; }
8785
8786
8787 # Check whether --with-x was given.
8788 if test "${with_x+set}" = set; then
8789   withval=$with_x;
8790 fi
8791
8792 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8793 if test "x$with_x" = xno; then
8794   # The user explicitly disabled X.
8795   have_x=disabled
8796 else
8797   case $x_includes,$x_libraries in #(
8798     *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8799 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8800    { (exit 1); exit 1; }; };; #(
8801     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8802   $as_echo_n "(cached) " >&6
8803 else
8804   # One or both of the vars are not set, and there is no cached value.
8805 ac_x_includes=no ac_x_libraries=no
8806 rm -f -r conftest.dir
8807 if mkdir conftest.dir; then
8808   cd conftest.dir
8809   cat >Imakefile <<'_ACEOF'
8810 incroot:
8811         @echo incroot='${INCROOT}'
8812 usrlibdir:
8813         @echo usrlibdir='${USRLIBDIR}'
8814 libdir:
8815         @echo libdir='${LIBDIR}'
8816 _ACEOF
8817   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8818     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8819     for ac_var in incroot usrlibdir libdir; do
8820       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8821     done
8822     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8823     for ac_extension in a so sl dylib la dll; do
8824       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8825          test -f "$ac_im_libdir/libX11.$ac_extension"; then
8826         ac_im_usrlibdir=$ac_im_libdir; break
8827       fi
8828     done
8829     # Screen out bogus values from the imake configuration.  They are
8830     # bogus both because they are the default anyway, and because
8831     # using them would break gcc on systems where it needs fixed includes.
8832     case $ac_im_incroot in
8833         /usr/include) ac_x_includes= ;;
8834         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8835     esac
8836     case $ac_im_usrlibdir in
8837         /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8838         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8839     esac
8840   fi
8841   cd ..
8842   rm -f -r conftest.dir
8843 fi
8844
8845 # Standard set of common directories for X headers.
8846 # Check X11 before X11Rn because it is often a symlink to the current release.
8847 ac_x_header_dirs='
8848 /usr/X11/include
8849 /usr/X11R6/include
8850 /usr/X11R5/include
8851 /usr/X11R4/include
8852
8853 /usr/include/X11
8854 /usr/include/X11R6
8855 /usr/include/X11R5
8856 /usr/include/X11R4
8857
8858 /usr/local/X11/include
8859 /usr/local/X11R6/include
8860 /usr/local/X11R5/include
8861 /usr/local/X11R4/include
8862
8863 /usr/local/include/X11
8864 /usr/local/include/X11R6
8865 /usr/local/include/X11R5
8866 /usr/local/include/X11R4
8867
8868 /usr/X386/include
8869 /usr/x386/include
8870 /usr/XFree86/include/X11
8871
8872 /usr/include
8873 /usr/local/include
8874 /usr/unsupported/include
8875 /usr/athena/include
8876 /usr/local/x11r5/include
8877 /usr/lpp/Xamples/include
8878
8879 /usr/openwin/include
8880 /usr/openwin/share/include'
8881
8882 if test "$ac_x_includes" = no; then
8883   # Guess where to find include files, by looking for Xlib.h.
8884   # First, try using that file with no special directory specified.
8885   cat >conftest.$ac_ext <<_ACEOF
8886 /* confdefs.h.  */
8887 _ACEOF
8888 cat confdefs.h >>conftest.$ac_ext
8889 cat >>conftest.$ac_ext <<_ACEOF
8890 /* end confdefs.h.  */
8891 #include <X11/Xlib.h>
8892 _ACEOF
8893 if { (ac_try="$ac_cpp conftest.$ac_ext"
8894 case "(($ac_try" in
8895   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8896   *) ac_try_echo=$ac_try;;
8897 esac
8898 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8899 $as_echo "$ac_try_echo") >&5
8900   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8901   ac_status=$?
8902   grep -v '^ *+' conftest.er1 >conftest.err
8903   rm -f conftest.er1
8904   cat conftest.err >&5
8905   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8906   (exit $ac_status); } >/dev/null && {
8907          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8908          test ! -s conftest.err
8909        }; then
8910   # We can compile using X headers with no special include directory.
8911 ac_x_includes=
8912 else
8913   $as_echo "$as_me: failed program was:" >&5
8914 sed 's/^/| /' conftest.$ac_ext >&5
8915
8916   for ac_dir in $ac_x_header_dirs; do
8917   if test -r "$ac_dir/X11/Xlib.h"; then
8918     ac_x_includes=$ac_dir
8919     break
8920   fi
8921 done
8922 fi
8923
8924 rm -f conftest.err conftest.$ac_ext
8925 fi # $ac_x_includes = no
8926
8927 if test "$ac_x_libraries" = no; then
8928   # Check for the libraries.
8929   # See if we find them without any special options.
8930   # Don't add to $LIBS permanently.
8931   ac_save_LIBS=$LIBS
8932   LIBS="-lX11 $LIBS"
8933   cat >conftest.$ac_ext <<_ACEOF
8934 /* confdefs.h.  */
8935 _ACEOF
8936 cat confdefs.h >>conftest.$ac_ext
8937 cat >>conftest.$ac_ext <<_ACEOF
8938 /* end confdefs.h.  */
8939 #include <X11/Xlib.h>
8940 int
8941 main ()
8942 {
8943 XrmInitialize ()
8944   ;
8945   return 0;
8946 }
8947 _ACEOF
8948 rm -f conftest.$ac_objext conftest$ac_exeext
8949 if { (ac_try="$ac_link"
8950 case "(($ac_try" in
8951   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8952   *) ac_try_echo=$ac_try;;
8953 esac
8954 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8955 $as_echo "$ac_try_echo") >&5
8956   (eval "$ac_link") 2>conftest.er1
8957   ac_status=$?
8958   grep -v '^ *+' conftest.er1 >conftest.err
8959   rm -f conftest.er1
8960   cat conftest.err >&5
8961   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8962   (exit $ac_status); } && {
8963          test -z "$ac_c_werror_flag" ||
8964          test ! -s conftest.err
8965        } && test -s conftest$ac_exeext && {
8966          test "$cross_compiling" = yes ||
8967          $as_test_x conftest$ac_exeext
8968        }; then
8969   LIBS=$ac_save_LIBS
8970 # We can link X programs with no special library path.
8971 ac_x_libraries=
8972 else
8973   $as_echo "$as_me: failed program was:" >&5
8974 sed 's/^/| /' conftest.$ac_ext >&5
8975
8976         LIBS=$ac_save_LIBS
8977 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8978 do
8979   # Don't even attempt the hair of trying to link an X program!
8980   for ac_extension in a so sl dylib la dll; do
8981     if test -r "$ac_dir/libX11.$ac_extension"; then
8982       ac_x_libraries=$ac_dir
8983       break 2
8984     fi
8985   done
8986 done
8987 fi
8988
8989 rm -rf conftest.dSYM
8990 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8991       conftest$ac_exeext conftest.$ac_ext
8992 fi # $ac_x_libraries = no
8993
8994 case $ac_x_includes,$ac_x_libraries in #(
8995   no,* | *,no | *\'*)
8996     # Didn't find X, or a directory has "'" in its name.
8997     ac_cv_have_x="have_x=no";; #(
8998   *)
8999     # Record where we found X for the cache.
9000     ac_cv_have_x="have_x=yes\
9001         ac_x_includes='$ac_x_includes'\
9002         ac_x_libraries='$ac_x_libraries'"
9003 esac
9004 fi
9005 ;; #(
9006     *) have_x=yes;;
9007   esac
9008   eval "$ac_cv_have_x"
9009 fi # $with_x != no
9010
9011 if test "$have_x" != yes; then
9012   { $as_echo "$as_me:$LINENO: result: $have_x" >&5
9013 $as_echo "$have_x" >&6; }
9014   no_x=yes
9015 else
9016   # If each of the values was on the command line, it overrides each guess.
9017   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
9018   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
9019   # Update the cache value to reflect the command line values.
9020   ac_cv_have_x="have_x=yes\
9021         ac_x_includes='$x_includes'\
9022         ac_x_libraries='$x_libraries'"
9023   { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
9024 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
9025 fi
9026
9027 if test "$no_x" = yes; then
9028   # Not all programs may use this symbol, but it does not hurt to define it.
9029
9030 cat >>confdefs.h <<\_ACEOF
9031 #define X_DISPLAY_MISSING 1
9032 _ACEOF
9033
9034   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
9035 else
9036   if test -n "$x_includes"; then
9037     X_CFLAGS="$X_CFLAGS -I$x_includes"
9038   fi
9039
9040   # It would also be nice to do this for all -L options, not just this one.
9041   if test -n "$x_libraries"; then
9042     X_LIBS="$X_LIBS -L$x_libraries"
9043     # For Solaris; some versions of Sun CC require a space after -R and
9044     # others require no space.  Words are not sufficient . . . .
9045     { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
9046 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
9047     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
9048     ac_xsave_c_werror_flag=$ac_c_werror_flag
9049     ac_c_werror_flag=yes
9050     cat >conftest.$ac_ext <<_ACEOF
9051 /* confdefs.h.  */
9052 _ACEOF
9053 cat confdefs.h >>conftest.$ac_ext
9054 cat >>conftest.$ac_ext <<_ACEOF
9055 /* end confdefs.h.  */
9056
9057 int
9058 main ()
9059 {
9060
9061   ;
9062   return 0;
9063 }
9064 _ACEOF
9065 rm -f conftest.$ac_objext conftest$ac_exeext
9066 if { (ac_try="$ac_link"
9067 case "(($ac_try" in
9068   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9069   *) ac_try_echo=$ac_try;;
9070 esac
9071 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9072 $as_echo "$ac_try_echo") >&5
9073   (eval "$ac_link") 2>conftest.er1
9074   ac_status=$?
9075   grep -v '^ *+' conftest.er1 >conftest.err
9076   rm -f conftest.er1
9077   cat conftest.err >&5
9078   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9079   (exit $ac_status); } && {
9080          test -z "$ac_c_werror_flag" ||
9081          test ! -s conftest.err
9082        } && test -s conftest$ac_exeext && {
9083          test "$cross_compiling" = yes ||
9084          $as_test_x conftest$ac_exeext
9085        }; then
9086   { $as_echo "$as_me:$LINENO: result: no" >&5
9087 $as_echo "no" >&6; }
9088        X_LIBS="$X_LIBS -R$x_libraries"
9089 else
9090   $as_echo "$as_me: failed program was:" >&5
9091 sed 's/^/| /' conftest.$ac_ext >&5
9092
9093         LIBS="$ac_xsave_LIBS -R $x_libraries"
9094        cat >conftest.$ac_ext <<_ACEOF
9095 /* confdefs.h.  */
9096 _ACEOF
9097 cat confdefs.h >>conftest.$ac_ext
9098 cat >>conftest.$ac_ext <<_ACEOF
9099 /* end confdefs.h.  */
9100
9101 int
9102 main ()
9103 {
9104
9105   ;
9106   return 0;
9107 }
9108 _ACEOF
9109 rm -f conftest.$ac_objext conftest$ac_exeext
9110 if { (ac_try="$ac_link"
9111 case "(($ac_try" in
9112   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9113   *) ac_try_echo=$ac_try;;
9114 esac
9115 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9116 $as_echo "$ac_try_echo") >&5
9117   (eval "$ac_link") 2>conftest.er1
9118   ac_status=$?
9119   grep -v '^ *+' conftest.er1 >conftest.err
9120   rm -f conftest.er1
9121   cat conftest.err >&5
9122   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9123   (exit $ac_status); } && {
9124          test -z "$ac_c_werror_flag" ||
9125          test ! -s conftest.err
9126        } && test -s conftest$ac_exeext && {
9127          test "$cross_compiling" = yes ||
9128          $as_test_x conftest$ac_exeext
9129        }; then
9130   { $as_echo "$as_me:$LINENO: result: yes" >&5
9131 $as_echo "yes" >&6; }
9132           X_LIBS="$X_LIBS -R $x_libraries"
9133 else
9134   $as_echo "$as_me: failed program was:" >&5
9135 sed 's/^/| /' conftest.$ac_ext >&5
9136
9137         { $as_echo "$as_me:$LINENO: result: neither works" >&5
9138 $as_echo "neither works" >&6; }
9139 fi
9140
9141 rm -rf conftest.dSYM
9142 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9143       conftest$ac_exeext conftest.$ac_ext
9144 fi
9145
9146 rm -rf conftest.dSYM
9147 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9148       conftest$ac_exeext conftest.$ac_ext
9149     ac_c_werror_flag=$ac_xsave_c_werror_flag
9150     LIBS=$ac_xsave_LIBS
9151   fi
9152
9153   # Check for system-dependent libraries X programs must link with.
9154   # Do this before checking for the system-independent R6 libraries
9155   # (-lICE), since we may need -lsocket or whatever for X linking.
9156
9157   if test "$ISC" = yes; then
9158     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9159   else
9160     # Martyn Johnson says this is needed for Ultrix, if the X
9161     # libraries were built with DECnet support.  And Karl Berry says
9162     # the Alpha needs dnet_stub (dnet does not exist).
9163     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9164     cat >conftest.$ac_ext <<_ACEOF
9165 /* confdefs.h.  */
9166 _ACEOF
9167 cat confdefs.h >>conftest.$ac_ext
9168 cat >>conftest.$ac_ext <<_ACEOF
9169 /* end confdefs.h.  */
9170
9171 /* Override any GCC internal prototype to avoid an error.
9172    Use char because int might match the return type of a GCC
9173    builtin and then its argument prototype would still apply.  */
9174 #ifdef __cplusplus
9175 extern "C"
9176 #endif
9177 char XOpenDisplay ();
9178 int
9179 main ()
9180 {
9181 return XOpenDisplay ();
9182   ;
9183   return 0;
9184 }
9185 _ACEOF
9186 rm -f conftest.$ac_objext conftest$ac_exeext
9187 if { (ac_try="$ac_link"
9188 case "(($ac_try" in
9189   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9190   *) ac_try_echo=$ac_try;;
9191 esac
9192 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9193 $as_echo "$ac_try_echo") >&5
9194   (eval "$ac_link") 2>conftest.er1
9195   ac_status=$?
9196   grep -v '^ *+' conftest.er1 >conftest.err
9197   rm -f conftest.er1
9198   cat conftest.err >&5
9199   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9200   (exit $ac_status); } && {
9201          test -z "$ac_c_werror_flag" ||
9202          test ! -s conftest.err
9203        } && test -s conftest$ac_exeext && {
9204          test "$cross_compiling" = yes ||
9205          $as_test_x conftest$ac_exeext
9206        }; then
9207   :
9208 else
9209   $as_echo "$as_me: failed program was:" >&5
9210 sed 's/^/| /' conftest.$ac_ext >&5
9211
9212         { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
9213 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
9214 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
9215   $as_echo_n "(cached) " >&6
9216 else
9217   ac_check_lib_save_LIBS=$LIBS
9218 LIBS="-ldnet  $LIBS"
9219 cat >conftest.$ac_ext <<_ACEOF
9220 /* confdefs.h.  */
9221 _ACEOF
9222 cat confdefs.h >>conftest.$ac_ext
9223 cat >>conftest.$ac_ext <<_ACEOF
9224 /* end confdefs.h.  */
9225
9226 /* Override any GCC internal prototype to avoid an error.
9227    Use char because int might match the return type of a GCC
9228    builtin and then its argument prototype would still apply.  */
9229 #ifdef __cplusplus
9230 extern "C"
9231 #endif
9232 char dnet_ntoa ();
9233 int
9234 main ()
9235 {
9236 return dnet_ntoa ();
9237   ;
9238   return 0;
9239 }
9240 _ACEOF
9241 rm -f conftest.$ac_objext conftest$ac_exeext
9242 if { (ac_try="$ac_link"
9243 case "(($ac_try" in
9244   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9245   *) ac_try_echo=$ac_try;;
9246 esac
9247 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9248 $as_echo "$ac_try_echo") >&5
9249   (eval "$ac_link") 2>conftest.er1
9250   ac_status=$?
9251   grep -v '^ *+' conftest.er1 >conftest.err
9252   rm -f conftest.er1
9253   cat conftest.err >&5
9254   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9255   (exit $ac_status); } && {
9256          test -z "$ac_c_werror_flag" ||
9257          test ! -s conftest.err
9258        } && test -s conftest$ac_exeext && {
9259          test "$cross_compiling" = yes ||
9260          $as_test_x conftest$ac_exeext
9261        }; then
9262   ac_cv_lib_dnet_dnet_ntoa=yes
9263 else
9264   $as_echo "$as_me: failed program was:" >&5
9265 sed 's/^/| /' conftest.$ac_ext >&5
9266
9267         ac_cv_lib_dnet_dnet_ntoa=no
9268 fi
9269
9270 rm -rf conftest.dSYM
9271 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9272       conftest$ac_exeext conftest.$ac_ext
9273 LIBS=$ac_check_lib_save_LIBS
9274 fi
9275 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9276 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9277 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
9278   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9279 fi
9280
9281     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9282       { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9283 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
9284 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9285   $as_echo_n "(cached) " >&6
9286 else
9287   ac_check_lib_save_LIBS=$LIBS
9288 LIBS="-ldnet_stub  $LIBS"
9289 cat >conftest.$ac_ext <<_ACEOF
9290 /* confdefs.h.  */
9291 _ACEOF
9292 cat confdefs.h >>conftest.$ac_ext
9293 cat >>conftest.$ac_ext <<_ACEOF
9294 /* end confdefs.h.  */
9295
9296 /* Override any GCC internal prototype to avoid an error.
9297    Use char because int might match the return type of a GCC
9298    builtin and then its argument prototype would still apply.  */
9299 #ifdef __cplusplus
9300 extern "C"
9301 #endif
9302 char dnet_ntoa ();
9303 int
9304 main ()
9305 {
9306 return dnet_ntoa ();
9307   ;
9308   return 0;
9309 }
9310 _ACEOF
9311 rm -f conftest.$ac_objext conftest$ac_exeext
9312 if { (ac_try="$ac_link"
9313 case "(($ac_try" in
9314   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9315   *) ac_try_echo=$ac_try;;
9316 esac
9317 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9318 $as_echo "$ac_try_echo") >&5
9319   (eval "$ac_link") 2>conftest.er1
9320   ac_status=$?
9321   grep -v '^ *+' conftest.er1 >conftest.err
9322   rm -f conftest.er1
9323   cat conftest.err >&5
9324   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9325   (exit $ac_status); } && {
9326          test -z "$ac_c_werror_flag" ||
9327          test ! -s conftest.err
9328        } && test -s conftest$ac_exeext && {
9329          test "$cross_compiling" = yes ||
9330          $as_test_x conftest$ac_exeext
9331        }; then
9332   ac_cv_lib_dnet_stub_dnet_ntoa=yes
9333 else
9334   $as_echo "$as_me: failed program was:" >&5
9335 sed 's/^/| /' conftest.$ac_ext >&5
9336
9337         ac_cv_lib_dnet_stub_dnet_ntoa=no
9338 fi
9339
9340 rm -rf conftest.dSYM
9341 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9342       conftest$ac_exeext conftest.$ac_ext
9343 LIBS=$ac_check_lib_save_LIBS
9344 fi
9345 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9346 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9347 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
9348   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9349 fi
9350
9351     fi
9352 fi
9353
9354 rm -rf conftest.dSYM
9355 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9356       conftest$ac_exeext conftest.$ac_ext
9357     LIBS="$ac_xsave_LIBS"
9358
9359     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9360     # to get the SysV transport functions.
9361     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9362     # needs -lnsl.
9363     # The nsl library prevents programs from opening the X display
9364     # on Irix 5.2, according to T.E. Dickey.
9365     # The functions gethostbyname, getservbyname, and inet_addr are
9366     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9367     { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
9368 $as_echo_n "checking for gethostbyname... " >&6; }
9369 if test "${ac_cv_func_gethostbyname+set}" = set; then
9370   $as_echo_n "(cached) " >&6
9371 else
9372   cat >conftest.$ac_ext <<_ACEOF
9373 /* confdefs.h.  */
9374 _ACEOF
9375 cat confdefs.h >>conftest.$ac_ext
9376 cat >>conftest.$ac_ext <<_ACEOF
9377 /* end confdefs.h.  */
9378 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9379    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9380 #define gethostbyname innocuous_gethostbyname
9381
9382 /* System header to define __stub macros and hopefully few prototypes,
9383     which can conflict with char gethostbyname (); below.
9384     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9385     <limits.h> exists even on freestanding compilers.  */
9386
9387 #ifdef __STDC__
9388 # include <limits.h>
9389 #else
9390 # include <assert.h>
9391 #endif
9392
9393 #undef gethostbyname
9394
9395 /* Override any GCC internal prototype to avoid an error.
9396    Use char because int might match the return type of a GCC
9397    builtin and then its argument prototype would still apply.  */
9398 #ifdef __cplusplus
9399 extern "C"
9400 #endif
9401 char gethostbyname ();
9402 /* The GNU C library defines this for functions which it implements
9403     to always fail with ENOSYS.  Some functions are actually named
9404     something starting with __ and the normal name is an alias.  */
9405 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9406 choke me
9407 #endif
9408
9409 int
9410 main ()
9411 {
9412 return gethostbyname ();
9413   ;
9414   return 0;
9415 }
9416 _ACEOF
9417 rm -f conftest.$ac_objext conftest$ac_exeext
9418 if { (ac_try="$ac_link"
9419 case "(($ac_try" in
9420   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9421   *) ac_try_echo=$ac_try;;
9422 esac
9423 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9424 $as_echo "$ac_try_echo") >&5
9425   (eval "$ac_link") 2>conftest.er1
9426   ac_status=$?
9427   grep -v '^ *+' conftest.er1 >conftest.err
9428   rm -f conftest.er1
9429   cat conftest.err >&5
9430   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9431   (exit $ac_status); } && {
9432          test -z "$ac_c_werror_flag" ||
9433          test ! -s conftest.err
9434        } && test -s conftest$ac_exeext && {
9435          test "$cross_compiling" = yes ||
9436          $as_test_x conftest$ac_exeext
9437        }; then
9438   ac_cv_func_gethostbyname=yes
9439 else
9440   $as_echo "$as_me: failed program was:" >&5
9441 sed 's/^/| /' conftest.$ac_ext >&5
9442
9443         ac_cv_func_gethostbyname=no
9444 fi
9445
9446 rm -rf conftest.dSYM
9447 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9448       conftest$ac_exeext conftest.$ac_ext
9449 fi
9450 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9451 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9452
9453     if test $ac_cv_func_gethostbyname = no; then
9454       { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9455 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9456 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9457   $as_echo_n "(cached) " >&6
9458 else
9459   ac_check_lib_save_LIBS=$LIBS
9460 LIBS="-lnsl  $LIBS"
9461 cat >conftest.$ac_ext <<_ACEOF
9462 /* confdefs.h.  */
9463 _ACEOF
9464 cat confdefs.h >>conftest.$ac_ext
9465 cat >>conftest.$ac_ext <<_ACEOF
9466 /* end confdefs.h.  */
9467
9468 /* Override any GCC internal prototype to avoid an error.
9469    Use char because int might match the return type of a GCC
9470    builtin and then its argument prototype would still apply.  */
9471 #ifdef __cplusplus
9472 extern "C"
9473 #endif
9474 char gethostbyname ();
9475 int
9476 main ()
9477 {
9478 return gethostbyname ();
9479   ;
9480   return 0;
9481 }
9482 _ACEOF
9483 rm -f conftest.$ac_objext conftest$ac_exeext
9484 if { (ac_try="$ac_link"
9485 case "(($ac_try" in
9486   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9487   *) ac_try_echo=$ac_try;;
9488 esac
9489 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9490 $as_echo "$ac_try_echo") >&5
9491   (eval "$ac_link") 2>conftest.er1
9492   ac_status=$?
9493   grep -v '^ *+' conftest.er1 >conftest.err
9494   rm -f conftest.er1
9495   cat conftest.err >&5
9496   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9497   (exit $ac_status); } && {
9498          test -z "$ac_c_werror_flag" ||
9499          test ! -s conftest.err
9500        } && test -s conftest$ac_exeext && {
9501          test "$cross_compiling" = yes ||
9502          $as_test_x conftest$ac_exeext
9503        }; then
9504   ac_cv_lib_nsl_gethostbyname=yes
9505 else
9506   $as_echo "$as_me: failed program was:" >&5
9507 sed 's/^/| /' conftest.$ac_ext >&5
9508
9509         ac_cv_lib_nsl_gethostbyname=no
9510 fi
9511
9512 rm -rf conftest.dSYM
9513 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9514       conftest$ac_exeext conftest.$ac_ext
9515 LIBS=$ac_check_lib_save_LIBS
9516 fi
9517 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9518 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9519 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9520   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9521 fi
9522
9523       if test $ac_cv_lib_nsl_gethostbyname = no; then
9524         { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9525 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9526 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9527   $as_echo_n "(cached) " >&6
9528 else
9529   ac_check_lib_save_LIBS=$LIBS
9530 LIBS="-lbsd  $LIBS"
9531 cat >conftest.$ac_ext <<_ACEOF
9532 /* confdefs.h.  */
9533 _ACEOF
9534 cat confdefs.h >>conftest.$ac_ext
9535 cat >>conftest.$ac_ext <<_ACEOF
9536 /* end confdefs.h.  */
9537
9538 /* Override any GCC internal prototype to avoid an error.
9539    Use char because int might match the return type of a GCC
9540    builtin and then its argument prototype would still apply.  */
9541 #ifdef __cplusplus
9542 extern "C"
9543 #endif
9544 char gethostbyname ();
9545 int
9546 main ()
9547 {
9548 return gethostbyname ();
9549   ;
9550   return 0;
9551 }
9552 _ACEOF
9553 rm -f conftest.$ac_objext conftest$ac_exeext
9554 if { (ac_try="$ac_link"
9555 case "(($ac_try" in
9556   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9557   *) ac_try_echo=$ac_try;;
9558 esac
9559 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9560 $as_echo "$ac_try_echo") >&5
9561   (eval "$ac_link") 2>conftest.er1
9562   ac_status=$?
9563   grep -v '^ *+' conftest.er1 >conftest.err
9564   rm -f conftest.er1
9565   cat conftest.err >&5
9566   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9567   (exit $ac_status); } && {
9568          test -z "$ac_c_werror_flag" ||
9569          test ! -s conftest.err
9570        } && test -s conftest$ac_exeext && {
9571          test "$cross_compiling" = yes ||
9572          $as_test_x conftest$ac_exeext
9573        }; then
9574   ac_cv_lib_bsd_gethostbyname=yes
9575 else
9576   $as_echo "$as_me: failed program was:" >&5
9577 sed 's/^/| /' conftest.$ac_ext >&5
9578
9579         ac_cv_lib_bsd_gethostbyname=no
9580 fi
9581
9582 rm -rf conftest.dSYM
9583 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9584       conftest$ac_exeext conftest.$ac_ext
9585 LIBS=$ac_check_lib_save_LIBS
9586 fi
9587 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9588 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9589 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9590   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9591 fi
9592
9593       fi
9594     fi
9595
9596     # lieder@skyler.mavd.honeywell.com says without -lsocket,
9597     # socket/setsockopt and other routines are undefined under SCO ODT
9598     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
9599     # on later versions), says Simon Leinen: it contains gethostby*
9600     # variants that don't use the name server (or something).  -lsocket
9601     # must be given before -lnsl if both are needed.  We assume that
9602     # if connect needs -lnsl, so does gethostbyname.
9603     { $as_echo "$as_me:$LINENO: checking for connect" >&5
9604 $as_echo_n "checking for connect... " >&6; }
9605 if test "${ac_cv_func_connect+set}" = set; then
9606   $as_echo_n "(cached) " >&6
9607 else
9608   cat >conftest.$ac_ext <<_ACEOF
9609 /* confdefs.h.  */
9610 _ACEOF
9611 cat confdefs.h >>conftest.$ac_ext
9612 cat >>conftest.$ac_ext <<_ACEOF
9613 /* end confdefs.h.  */
9614 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9615    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9616 #define connect innocuous_connect
9617
9618 /* System header to define __stub macros and hopefully few prototypes,
9619     which can conflict with char connect (); below.
9620     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9621     <limits.h> exists even on freestanding compilers.  */
9622
9623 #ifdef __STDC__
9624 # include <limits.h>
9625 #else
9626 # include <assert.h>
9627 #endif
9628
9629 #undef connect
9630
9631 /* Override any GCC internal prototype to avoid an error.
9632    Use char because int might match the return type of a GCC
9633    builtin and then its argument prototype would still apply.  */
9634 #ifdef __cplusplus
9635 extern "C"
9636 #endif
9637 char connect ();
9638 /* The GNU C library defines this for functions which it implements
9639     to always fail with ENOSYS.  Some functions are actually named
9640     something starting with __ and the normal name is an alias.  */
9641 #if defined __stub_connect || defined __stub___connect
9642 choke me
9643 #endif
9644
9645 int
9646 main ()
9647 {
9648 return connect ();
9649   ;
9650   return 0;
9651 }
9652 _ACEOF
9653 rm -f conftest.$ac_objext conftest$ac_exeext
9654 if { (ac_try="$ac_link"
9655 case "(($ac_try" in
9656   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9657   *) ac_try_echo=$ac_try;;
9658 esac
9659 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9660 $as_echo "$ac_try_echo") >&5
9661   (eval "$ac_link") 2>conftest.er1
9662   ac_status=$?
9663   grep -v '^ *+' conftest.er1 >conftest.err
9664   rm -f conftest.er1
9665   cat conftest.err >&5
9666   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9667   (exit $ac_status); } && {
9668          test -z "$ac_c_werror_flag" ||
9669          test ! -s conftest.err
9670        } && test -s conftest$ac_exeext && {
9671          test "$cross_compiling" = yes ||
9672          $as_test_x conftest$ac_exeext
9673        }; then
9674   ac_cv_func_connect=yes
9675 else
9676   $as_echo "$as_me: failed program was:" >&5
9677 sed 's/^/| /' conftest.$ac_ext >&5
9678
9679         ac_cv_func_connect=no
9680 fi
9681
9682 rm -rf conftest.dSYM
9683 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9684       conftest$ac_exeext conftest.$ac_ext
9685 fi
9686 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9687 $as_echo "$ac_cv_func_connect" >&6; }
9688
9689     if test $ac_cv_func_connect = no; then
9690       { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9691 $as_echo_n "checking for connect in -lsocket... " >&6; }
9692 if test "${ac_cv_lib_socket_connect+set}" = set; then
9693   $as_echo_n "(cached) " >&6
9694 else
9695   ac_check_lib_save_LIBS=$LIBS
9696 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9697 cat >conftest.$ac_ext <<_ACEOF
9698 /* confdefs.h.  */
9699 _ACEOF
9700 cat confdefs.h >>conftest.$ac_ext
9701 cat >>conftest.$ac_ext <<_ACEOF
9702 /* end confdefs.h.  */
9703
9704 /* Override any GCC internal prototype to avoid an error.
9705    Use char because int might match the return type of a GCC
9706    builtin and then its argument prototype would still apply.  */
9707 #ifdef __cplusplus
9708 extern "C"
9709 #endif
9710 char connect ();
9711 int
9712 main ()
9713 {
9714 return connect ();
9715   ;
9716   return 0;
9717 }
9718 _ACEOF
9719 rm -f conftest.$ac_objext conftest$ac_exeext
9720 if { (ac_try="$ac_link"
9721 case "(($ac_try" in
9722   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9723   *) ac_try_echo=$ac_try;;
9724 esac
9725 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9726 $as_echo "$ac_try_echo") >&5
9727   (eval "$ac_link") 2>conftest.er1
9728   ac_status=$?
9729   grep -v '^ *+' conftest.er1 >conftest.err
9730   rm -f conftest.er1
9731   cat conftest.err >&5
9732   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9733   (exit $ac_status); } && {
9734          test -z "$ac_c_werror_flag" ||
9735          test ! -s conftest.err
9736        } && test -s conftest$ac_exeext && {
9737          test "$cross_compiling" = yes ||
9738          $as_test_x conftest$ac_exeext
9739        }; then
9740   ac_cv_lib_socket_connect=yes
9741 else
9742   $as_echo "$as_me: failed program was:" >&5
9743 sed 's/^/| /' conftest.$ac_ext >&5
9744
9745         ac_cv_lib_socket_connect=no
9746 fi
9747
9748 rm -rf conftest.dSYM
9749 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9750       conftest$ac_exeext conftest.$ac_ext
9751 LIBS=$ac_check_lib_save_LIBS
9752 fi
9753 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9754 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9755 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9756   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9757 fi
9758
9759     fi
9760
9761     # Guillermo Gomez says -lposix is necessary on A/UX.
9762     { $as_echo "$as_me:$LINENO: checking for remove" >&5
9763 $as_echo_n "checking for remove... " >&6; }
9764 if test "${ac_cv_func_remove+set}" = set; then
9765   $as_echo_n "(cached) " >&6
9766 else
9767   cat >conftest.$ac_ext <<_ACEOF
9768 /* confdefs.h.  */
9769 _ACEOF
9770 cat confdefs.h >>conftest.$ac_ext
9771 cat >>conftest.$ac_ext <<_ACEOF
9772 /* end confdefs.h.  */
9773 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9774    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9775 #define remove innocuous_remove
9776
9777 /* System header to define __stub macros and hopefully few prototypes,
9778     which can conflict with char remove (); below.
9779     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9780     <limits.h> exists even on freestanding compilers.  */
9781
9782 #ifdef __STDC__
9783 # include <limits.h>
9784 #else
9785 # include <assert.h>
9786 #endif
9787
9788 #undef remove
9789
9790 /* Override any GCC internal prototype to avoid an error.
9791    Use char because int might match the return type of a GCC
9792    builtin and then its argument prototype would still apply.  */
9793 #ifdef __cplusplus
9794 extern "C"
9795 #endif
9796 char remove ();
9797 /* The GNU C library defines this for functions which it implements
9798     to always fail with ENOSYS.  Some functions are actually named
9799     something starting with __ and the normal name is an alias.  */
9800 #if defined __stub_remove || defined __stub___remove
9801 choke me
9802 #endif
9803
9804 int
9805 main ()
9806 {
9807 return remove ();
9808   ;
9809   return 0;
9810 }
9811 _ACEOF
9812 rm -f conftest.$ac_objext conftest$ac_exeext
9813 if { (ac_try="$ac_link"
9814 case "(($ac_try" in
9815   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9816   *) ac_try_echo=$ac_try;;
9817 esac
9818 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9819 $as_echo "$ac_try_echo") >&5
9820   (eval "$ac_link") 2>conftest.er1
9821   ac_status=$?
9822   grep -v '^ *+' conftest.er1 >conftest.err
9823   rm -f conftest.er1
9824   cat conftest.err >&5
9825   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9826   (exit $ac_status); } && {
9827          test -z "$ac_c_werror_flag" ||
9828          test ! -s conftest.err
9829        } && test -s conftest$ac_exeext && {
9830          test "$cross_compiling" = yes ||
9831          $as_test_x conftest$ac_exeext
9832        }; then
9833   ac_cv_func_remove=yes
9834 else
9835   $as_echo "$as_me: failed program was:" >&5
9836 sed 's/^/| /' conftest.$ac_ext >&5
9837
9838         ac_cv_func_remove=no
9839 fi
9840
9841 rm -rf conftest.dSYM
9842 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9843       conftest$ac_exeext conftest.$ac_ext
9844 fi
9845 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9846 $as_echo "$ac_cv_func_remove" >&6; }
9847
9848     if test $ac_cv_func_remove = no; then
9849       { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9850 $as_echo_n "checking for remove in -lposix... " >&6; }
9851 if test "${ac_cv_lib_posix_remove+set}" = set; then
9852   $as_echo_n "(cached) " >&6
9853 else
9854   ac_check_lib_save_LIBS=$LIBS
9855 LIBS="-lposix  $LIBS"
9856 cat >conftest.$ac_ext <<_ACEOF
9857 /* confdefs.h.  */
9858 _ACEOF
9859 cat confdefs.h >>conftest.$ac_ext
9860 cat >>conftest.$ac_ext <<_ACEOF
9861 /* end confdefs.h.  */
9862
9863 /* Override any GCC internal prototype to avoid an error.
9864    Use char because int might match the return type of a GCC
9865    builtin and then its argument prototype would still apply.  */
9866 #ifdef __cplusplus
9867 extern "C"
9868 #endif
9869 char remove ();
9870 int
9871 main ()
9872 {
9873 return remove ();
9874   ;
9875   return 0;
9876 }
9877 _ACEOF
9878 rm -f conftest.$ac_objext conftest$ac_exeext
9879 if { (ac_try="$ac_link"
9880 case "(($ac_try" in
9881   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9882   *) ac_try_echo=$ac_try;;
9883 esac
9884 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9885 $as_echo "$ac_try_echo") >&5
9886   (eval "$ac_link") 2>conftest.er1
9887   ac_status=$?
9888   grep -v '^ *+' conftest.er1 >conftest.err
9889   rm -f conftest.er1
9890   cat conftest.err >&5
9891   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9892   (exit $ac_status); } && {
9893          test -z "$ac_c_werror_flag" ||
9894          test ! -s conftest.err
9895        } && test -s conftest$ac_exeext && {
9896          test "$cross_compiling" = yes ||
9897          $as_test_x conftest$ac_exeext
9898        }; then
9899   ac_cv_lib_posix_remove=yes
9900 else
9901   $as_echo "$as_me: failed program was:" >&5
9902 sed 's/^/| /' conftest.$ac_ext >&5
9903
9904         ac_cv_lib_posix_remove=no
9905 fi
9906
9907 rm -rf conftest.dSYM
9908 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9909       conftest$ac_exeext conftest.$ac_ext
9910 LIBS=$ac_check_lib_save_LIBS
9911 fi
9912 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9913 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9914 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9915   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9916 fi
9917
9918     fi
9919
9920     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9921     { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9922 $as_echo_n "checking for shmat... " >&6; }
9923 if test "${ac_cv_func_shmat+set}" = set; then
9924   $as_echo_n "(cached) " >&6
9925 else
9926   cat >conftest.$ac_ext <<_ACEOF
9927 /* confdefs.h.  */
9928 _ACEOF
9929 cat confdefs.h >>conftest.$ac_ext
9930 cat >>conftest.$ac_ext <<_ACEOF
9931 /* end confdefs.h.  */
9932 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9933    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
9934 #define shmat innocuous_shmat
9935
9936 /* System header to define __stub macros and hopefully few prototypes,
9937     which can conflict with char shmat (); below.
9938     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9939     <limits.h> exists even on freestanding compilers.  */
9940
9941 #ifdef __STDC__
9942 # include <limits.h>
9943 #else
9944 # include <assert.h>
9945 #endif
9946
9947 #undef shmat
9948
9949 /* Override any GCC internal prototype to avoid an error.
9950    Use char because int might match the return type of a GCC
9951    builtin and then its argument prototype would still apply.  */
9952 #ifdef __cplusplus
9953 extern "C"
9954 #endif
9955 char shmat ();
9956 /* The GNU C library defines this for functions which it implements
9957     to always fail with ENOSYS.  Some functions are actually named
9958     something starting with __ and the normal name is an alias.  */
9959 #if defined __stub_shmat || defined __stub___shmat
9960 choke me
9961 #endif
9962
9963 int
9964 main ()
9965 {
9966 return shmat ();
9967   ;
9968   return 0;
9969 }
9970 _ACEOF
9971 rm -f conftest.$ac_objext conftest$ac_exeext
9972 if { (ac_try="$ac_link"
9973 case "(($ac_try" in
9974   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9975   *) ac_try_echo=$ac_try;;
9976 esac
9977 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9978 $as_echo "$ac_try_echo") >&5
9979   (eval "$ac_link") 2>conftest.er1
9980   ac_status=$?
9981   grep -v '^ *+' conftest.er1 >conftest.err
9982   rm -f conftest.er1
9983   cat conftest.err >&5
9984   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9985   (exit $ac_status); } && {
9986          test -z "$ac_c_werror_flag" ||
9987          test ! -s conftest.err
9988        } && test -s conftest$ac_exeext && {
9989          test "$cross_compiling" = yes ||
9990          $as_test_x conftest$ac_exeext
9991        }; then
9992   ac_cv_func_shmat=yes
9993 else
9994   $as_echo "$as_me: failed program was:" >&5
9995 sed 's/^/| /' conftest.$ac_ext >&5
9996
9997         ac_cv_func_shmat=no
9998 fi
9999
10000 rm -rf conftest.dSYM
10001 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10002       conftest$ac_exeext conftest.$ac_ext
10003 fi
10004 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
10005 $as_echo "$ac_cv_func_shmat" >&6; }
10006
10007     if test $ac_cv_func_shmat = no; then
10008       { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
10009 $as_echo_n "checking for shmat in -lipc... " >&6; }
10010 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
10011   $as_echo_n "(cached) " >&6
10012 else
10013   ac_check_lib_save_LIBS=$LIBS
10014 LIBS="-lipc  $LIBS"
10015 cat >conftest.$ac_ext <<_ACEOF
10016 /* confdefs.h.  */
10017 _ACEOF
10018 cat confdefs.h >>conftest.$ac_ext
10019 cat >>conftest.$ac_ext <<_ACEOF
10020 /* end confdefs.h.  */
10021
10022 /* Override any GCC internal prototype to avoid an error.
10023    Use char because int might match the return type of a GCC
10024    builtin and then its argument prototype would still apply.  */
10025 #ifdef __cplusplus
10026 extern "C"
10027 #endif
10028 char shmat ();
10029 int
10030 main ()
10031 {
10032 return shmat ();
10033   ;
10034   return 0;
10035 }
10036 _ACEOF
10037 rm -f conftest.$ac_objext conftest$ac_exeext
10038 if { (ac_try="$ac_link"
10039 case "(($ac_try" in
10040   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10041   *) ac_try_echo=$ac_try;;
10042 esac
10043 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10044 $as_echo "$ac_try_echo") >&5
10045   (eval "$ac_link") 2>conftest.er1
10046   ac_status=$?
10047   grep -v '^ *+' conftest.er1 >conftest.err
10048   rm -f conftest.er1
10049   cat conftest.err >&5
10050   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10051   (exit $ac_status); } && {
10052          test -z "$ac_c_werror_flag" ||
10053          test ! -s conftest.err
10054        } && test -s conftest$ac_exeext && {
10055          test "$cross_compiling" = yes ||
10056          $as_test_x conftest$ac_exeext
10057        }; then
10058   ac_cv_lib_ipc_shmat=yes
10059 else
10060   $as_echo "$as_me: failed program was:" >&5
10061 sed 's/^/| /' conftest.$ac_ext >&5
10062
10063         ac_cv_lib_ipc_shmat=no
10064 fi
10065
10066 rm -rf conftest.dSYM
10067 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10068       conftest$ac_exeext conftest.$ac_ext
10069 LIBS=$ac_check_lib_save_LIBS
10070 fi
10071 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
10072 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
10073 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
10074   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
10075 fi
10076
10077     fi
10078   fi
10079
10080   # Check for libraries that X11R6 Xt/Xaw programs need.
10081   ac_save_LDFLAGS=$LDFLAGS
10082   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
10083   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
10084   # check for ICE first), but we must link in the order -lSM -lICE or
10085   # we get undefined symbols.  So assume we have SM if we have ICE.
10086   # These have to be linked with before -lX11, unlike the other
10087   # libraries we check for below, so use a different variable.
10088   # John Interrante, Karl Berry
10089   { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
10090 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
10091 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
10092   $as_echo_n "(cached) " >&6
10093 else
10094   ac_check_lib_save_LIBS=$LIBS
10095 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
10096 cat >conftest.$ac_ext <<_ACEOF
10097 /* confdefs.h.  */
10098 _ACEOF
10099 cat confdefs.h >>conftest.$ac_ext
10100 cat >>conftest.$ac_ext <<_ACEOF
10101 /* end confdefs.h.  */
10102
10103 /* Override any GCC internal prototype to avoid an error.
10104    Use char because int might match the return type of a GCC
10105    builtin and then its argument prototype would still apply.  */
10106 #ifdef __cplusplus
10107 extern "C"
10108 #endif
10109 char IceConnectionNumber ();
10110 int
10111 main ()
10112 {
10113 return IceConnectionNumber ();
10114   ;
10115   return 0;
10116 }
10117 _ACEOF
10118 rm -f conftest.$ac_objext conftest$ac_exeext
10119 if { (ac_try="$ac_link"
10120 case "(($ac_try" in
10121   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10122   *) ac_try_echo=$ac_try;;
10123 esac
10124 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10125 $as_echo "$ac_try_echo") >&5
10126   (eval "$ac_link") 2>conftest.er1
10127   ac_status=$?
10128   grep -v '^ *+' conftest.er1 >conftest.err
10129   rm -f conftest.er1
10130   cat conftest.err >&5
10131   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10132   (exit $ac_status); } && {
10133          test -z "$ac_c_werror_flag" ||
10134          test ! -s conftest.err
10135        } && test -s conftest$ac_exeext && {
10136          test "$cross_compiling" = yes ||
10137          $as_test_x conftest$ac_exeext
10138        }; then
10139   ac_cv_lib_ICE_IceConnectionNumber=yes
10140 else
10141   $as_echo "$as_me: failed program was:" >&5
10142 sed 's/^/| /' conftest.$ac_ext >&5
10143
10144         ac_cv_lib_ICE_IceConnectionNumber=no
10145 fi
10146
10147 rm -rf conftest.dSYM
10148 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10149       conftest$ac_exeext conftest.$ac_ext
10150 LIBS=$ac_check_lib_save_LIBS
10151 fi
10152 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
10153 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
10154 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
10155   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
10156 fi
10157
10158   LDFLAGS=$ac_save_LDFLAGS
10159
10160 fi
10161
10162
10163 if test "$have_x" = "yes"
10164 then
10165     XLIB="-lXext -lX11"
10166     ac_save_CPPFLAGS="$CPPFLAGS"
10167     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10168
10169     { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
10170 $as_echo_n "checking for -lX11... " >&6; }
10171 if test "${ac_cv_lib_soname_X11+set}" = set; then
10172   $as_echo_n "(cached) " >&6
10173 else
10174   ac_check_soname_save_LIBS=$LIBS
10175 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10176   cat >conftest.$ac_ext <<_ACEOF
10177 /* confdefs.h.  */
10178 _ACEOF
10179 cat confdefs.h >>conftest.$ac_ext
10180 cat >>conftest.$ac_ext <<_ACEOF
10181 /* end confdefs.h.  */
10182
10183 /* Override any GCC internal prototype to avoid an error.
10184    Use char because int might match the return type of a GCC
10185    builtin and then its argument prototype would still apply.  */
10186 #ifdef __cplusplus
10187 extern "C"
10188 #endif
10189 char XCreateWindow ();
10190 int
10191 main ()
10192 {
10193 return XCreateWindow ();
10194   ;
10195   return 0;
10196 }
10197 _ACEOF
10198 rm -f conftest.$ac_objext conftest$ac_exeext
10199 if { (ac_try="$ac_link"
10200 case "(($ac_try" in
10201   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10202   *) ac_try_echo=$ac_try;;
10203 esac
10204 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10205 $as_echo "$ac_try_echo") >&5
10206   (eval "$ac_link") 2>conftest.er1
10207   ac_status=$?
10208   grep -v '^ *+' conftest.er1 >conftest.err
10209   rm -f conftest.er1
10210   cat conftest.err >&5
10211   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10212   (exit $ac_status); } && {
10213          test -z "$ac_c_werror_flag" ||
10214          test ! -s conftest.err
10215        } && test -s conftest$ac_exeext && {
10216          test "$cross_compiling" = yes ||
10217          $as_test_x conftest$ac_exeext
10218        }; then
10219   case "$LIBEXT" in
10220     dll) ;;
10221     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'` ;;
10222     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10223   esac
10224 else
10225   $as_echo "$as_me: failed program was:" >&5
10226 sed 's/^/| /' conftest.$ac_ext >&5
10227
10228
10229 fi
10230
10231 rm -rf conftest.dSYM
10232 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10233       conftest$ac_exeext conftest.$ac_ext
10234   LIBS=$ac_check_soname_save_LIBS
10235 fi
10236 if test "x$ac_cv_lib_soname_X11" = "x"; then
10237   { $as_echo "$as_me:$LINENO: result: not found" >&5
10238 $as_echo "not found" >&6; }
10239
10240 else
10241   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10242 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10243
10244 cat >>confdefs.h <<_ACEOF
10245 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10246 _ACEOF
10247
10248
10249 fi
10250
10251     { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10252 $as_echo_n "checking for -lXext... " >&6; }
10253 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10254   $as_echo_n "(cached) " >&6
10255 else
10256   ac_check_soname_save_LIBS=$LIBS
10257 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10258   cat >conftest.$ac_ext <<_ACEOF
10259 /* confdefs.h.  */
10260 _ACEOF
10261 cat confdefs.h >>conftest.$ac_ext
10262 cat >>conftest.$ac_ext <<_ACEOF
10263 /* end confdefs.h.  */
10264
10265 /* Override any GCC internal prototype to avoid an error.
10266    Use char because int might match the return type of a GCC
10267    builtin and then its argument prototype would still apply.  */
10268 #ifdef __cplusplus
10269 extern "C"
10270 #endif
10271 char XextCreateExtension ();
10272 int
10273 main ()
10274 {
10275 return XextCreateExtension ();
10276   ;
10277   return 0;
10278 }
10279 _ACEOF
10280 rm -f conftest.$ac_objext conftest$ac_exeext
10281 if { (ac_try="$ac_link"
10282 case "(($ac_try" in
10283   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10284   *) ac_try_echo=$ac_try;;
10285 esac
10286 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10287 $as_echo "$ac_try_echo") >&5
10288   (eval "$ac_link") 2>conftest.er1
10289   ac_status=$?
10290   grep -v '^ *+' conftest.er1 >conftest.err
10291   rm -f conftest.er1
10292   cat conftest.err >&5
10293   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10294   (exit $ac_status); } && {
10295          test -z "$ac_c_werror_flag" ||
10296          test ! -s conftest.err
10297        } && test -s conftest$ac_exeext && {
10298          test "$cross_compiling" = yes ||
10299          $as_test_x conftest$ac_exeext
10300        }; then
10301   case "$LIBEXT" in
10302     dll) ;;
10303     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'` ;;
10304     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
10305   esac
10306 else
10307   $as_echo "$as_me: failed program was:" >&5
10308 sed 's/^/| /' conftest.$ac_ext >&5
10309
10310
10311 fi
10312
10313 rm -rf conftest.dSYM
10314 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10315       conftest$ac_exeext conftest.$ac_ext
10316   LIBS=$ac_check_soname_save_LIBS
10317 fi
10318 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10319   { $as_echo "$as_me:$LINENO: result: not found" >&5
10320 $as_echo "not found" >&6; }
10321
10322 else
10323   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10324 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10325
10326 cat >>confdefs.h <<_ACEOF
10327 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10328 _ACEOF
10329
10330
10331 fi
10332
10333
10334
10335
10336
10337
10338
10339
10340
10341
10342
10343
10344
10345
10346 for ac_header in X11/Xlib.h \
10347                       X11/XKBlib.h \
10348                       X11/Xutil.h \
10349                       X11/Xcursor/Xcursor.h \
10350                       X11/extensions/shape.h \
10351                       X11/extensions/XInput.h \
10352                       X11/extensions/XShm.h \
10353                       X11/extensions/Xcomposite.h \
10354                       X11/extensions/Xinerama.h \
10355                       X11/extensions/Xrandr.h \
10356                       X11/extensions/Xrender.h \
10357                       X11/extensions/xf86vmode.h
10358 do
10359 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10360 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10361 $as_echo_n "checking for $ac_header... " >&6; }
10362 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10363   $as_echo_n "(cached) " >&6
10364 else
10365   cat >conftest.$ac_ext <<_ACEOF
10366 /* confdefs.h.  */
10367 _ACEOF
10368 cat confdefs.h >>conftest.$ac_ext
10369 cat >>conftest.$ac_ext <<_ACEOF
10370 /* end confdefs.h.  */
10371 #ifdef HAVE_X11_XLIB_H
10372 # include <X11/Xlib.h>
10373 #endif
10374 #ifdef HAVE_X11_XUTIL_H
10375 # include <X11/Xutil.h>
10376 #endif
10377
10378 #include <$ac_header>
10379 _ACEOF
10380 rm -f conftest.$ac_objext
10381 if { (ac_try="$ac_compile"
10382 case "(($ac_try" in
10383   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10384   *) ac_try_echo=$ac_try;;
10385 esac
10386 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10387 $as_echo "$ac_try_echo") >&5
10388   (eval "$ac_compile") 2>conftest.er1
10389   ac_status=$?
10390   grep -v '^ *+' conftest.er1 >conftest.err
10391   rm -f conftest.er1
10392   cat conftest.err >&5
10393   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10394   (exit $ac_status); } && {
10395          test -z "$ac_c_werror_flag" ||
10396          test ! -s conftest.err
10397        } && test -s conftest.$ac_objext; then
10398   eval "$as_ac_Header=yes"
10399 else
10400   $as_echo "$as_me: failed program was:" >&5
10401 sed 's/^/| /' conftest.$ac_ext >&5
10402
10403         eval "$as_ac_Header=no"
10404 fi
10405
10406 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10407 fi
10408 ac_res=`eval 'as_val=${'$as_ac_Header'}
10409                  $as_echo "$as_val"'`
10410                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10411 $as_echo "$ac_res" >&6; }
10412 as_val=`eval 'as_val=${'$as_ac_Header'}
10413                  $as_echo "$as_val"'`
10414    if test "x$as_val" = x""yes; then
10415   cat >>confdefs.h <<_ACEOF
10416 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10417 _ACEOF
10418
10419 fi
10420
10421 done
10422
10423
10424                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10425         then
10426               { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10427 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10428 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10429   $as_echo_n "(cached) " >&6
10430 else
10431   ac_check_lib_save_LIBS=$LIBS
10432 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10433 cat >conftest.$ac_ext <<_ACEOF
10434 /* confdefs.h.  */
10435 _ACEOF
10436 cat confdefs.h >>conftest.$ac_ext
10437 cat >>conftest.$ac_ext <<_ACEOF
10438 /* end confdefs.h.  */
10439
10440 /* Override any GCC internal prototype to avoid an error.
10441    Use char because int might match the return type of a GCC
10442    builtin and then its argument prototype would still apply.  */
10443 #ifdef __cplusplus
10444 extern "C"
10445 #endif
10446 char XkbQueryExtension ();
10447 int
10448 main ()
10449 {
10450 return XkbQueryExtension ();
10451   ;
10452   return 0;
10453 }
10454 _ACEOF
10455 rm -f conftest.$ac_objext conftest$ac_exeext
10456 if { (ac_try="$ac_link"
10457 case "(($ac_try" in
10458   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10459   *) ac_try_echo=$ac_try;;
10460 esac
10461 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10462 $as_echo "$ac_try_echo") >&5
10463   (eval "$ac_link") 2>conftest.er1
10464   ac_status=$?
10465   grep -v '^ *+' conftest.er1 >conftest.err
10466   rm -f conftest.er1
10467   cat conftest.err >&5
10468   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10469   (exit $ac_status); } && {
10470          test -z "$ac_c_werror_flag" ||
10471          test ! -s conftest.err
10472        } && test -s conftest$ac_exeext && {
10473          test "$cross_compiling" = yes ||
10474          $as_test_x conftest$ac_exeext
10475        }; then
10476   ac_cv_lib_X11_XkbQueryExtension=yes
10477 else
10478   $as_echo "$as_me: failed program was:" >&5
10479 sed 's/^/| /' conftest.$ac_ext >&5
10480
10481         ac_cv_lib_X11_XkbQueryExtension=no
10482 fi
10483
10484 rm -rf conftest.dSYM
10485 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10486       conftest$ac_exeext conftest.$ac_ext
10487 LIBS=$ac_check_lib_save_LIBS
10488 fi
10489 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10490 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10491 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10492
10493 cat >>confdefs.h <<\_ACEOF
10494 #define HAVE_XKB 1
10495 _ACEOF
10496
10497 fi
10498
10499         fi
10500
10501                 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10502         then
10503             { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10504 $as_echo_n "checking for -lXcursor... " >&6; }
10505 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10506   $as_echo_n "(cached) " >&6
10507 else
10508   ac_check_soname_save_LIBS=$LIBS
10509 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10510   cat >conftest.$ac_ext <<_ACEOF
10511 /* confdefs.h.  */
10512 _ACEOF
10513 cat confdefs.h >>conftest.$ac_ext
10514 cat >>conftest.$ac_ext <<_ACEOF
10515 /* end confdefs.h.  */
10516
10517 /* Override any GCC internal prototype to avoid an error.
10518    Use char because int might match the return type of a GCC
10519    builtin and then its argument prototype would still apply.  */
10520 #ifdef __cplusplus
10521 extern "C"
10522 #endif
10523 char XcursorImageLoadCursor ();
10524 int
10525 main ()
10526 {
10527 return XcursorImageLoadCursor ();
10528   ;
10529   return 0;
10530 }
10531 _ACEOF
10532 rm -f conftest.$ac_objext conftest$ac_exeext
10533 if { (ac_try="$ac_link"
10534 case "(($ac_try" in
10535   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10536   *) ac_try_echo=$ac_try;;
10537 esac
10538 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10539 $as_echo "$ac_try_echo") >&5
10540   (eval "$ac_link") 2>conftest.er1
10541   ac_status=$?
10542   grep -v '^ *+' conftest.er1 >conftest.err
10543   rm -f conftest.er1
10544   cat conftest.err >&5
10545   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10546   (exit $ac_status); } && {
10547          test -z "$ac_c_werror_flag" ||
10548          test ! -s conftest.err
10549        } && test -s conftest$ac_exeext && {
10550          test "$cross_compiling" = yes ||
10551          $as_test_x conftest$ac_exeext
10552        }; then
10553   case "$LIBEXT" in
10554     dll) ;;
10555     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'` ;;
10556     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10557   esac
10558 else
10559   $as_echo "$as_me: failed program was:" >&5
10560 sed 's/^/| /' conftest.$ac_ext >&5
10561
10562
10563 fi
10564
10565 rm -rf conftest.dSYM
10566 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10567       conftest$ac_exeext conftest.$ac_ext
10568   LIBS=$ac_check_soname_save_LIBS
10569 fi
10570 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10571   { $as_echo "$as_me:$LINENO: result: not found" >&5
10572 $as_echo "not found" >&6; }
10573
10574 else
10575   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10576 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10577
10578 cat >>confdefs.h <<_ACEOF
10579 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10580 _ACEOF
10581
10582
10583 fi
10584
10585         fi
10586         if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10587   case "x$with_xcursor" in
10588   x)   wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10589   xno) ;;
10590   *)   { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10591 This is an error since --with-xcursor was requested." >&5
10592 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10593 This is an error since --with-xcursor was requested." >&2;}
10594    { (exit 1); exit 1; }; } ;;
10595 esac
10596 fi
10597
10598
10599                 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10600         then
10601             { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10602 $as_echo_n "checking for -lXi... " >&6; }
10603 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10604   $as_echo_n "(cached) " >&6
10605 else
10606   ac_check_soname_save_LIBS=$LIBS
10607 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10608   cat >conftest.$ac_ext <<_ACEOF
10609 /* confdefs.h.  */
10610 _ACEOF
10611 cat confdefs.h >>conftest.$ac_ext
10612 cat >>conftest.$ac_ext <<_ACEOF
10613 /* end confdefs.h.  */
10614
10615 /* Override any GCC internal prototype to avoid an error.
10616    Use char because int might match the return type of a GCC
10617    builtin and then its argument prototype would still apply.  */
10618 #ifdef __cplusplus
10619 extern "C"
10620 #endif
10621 char XOpenDevice ();
10622 int
10623 main ()
10624 {
10625 return XOpenDevice ();
10626   ;
10627   return 0;
10628 }
10629 _ACEOF
10630 rm -f conftest.$ac_objext conftest$ac_exeext
10631 if { (ac_try="$ac_link"
10632 case "(($ac_try" in
10633   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10634   *) ac_try_echo=$ac_try;;
10635 esac
10636 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10637 $as_echo "$ac_try_echo") >&5
10638   (eval "$ac_link") 2>conftest.er1
10639   ac_status=$?
10640   grep -v '^ *+' conftest.er1 >conftest.err
10641   rm -f conftest.er1
10642   cat conftest.err >&5
10643   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10644   (exit $ac_status); } && {
10645          test -z "$ac_c_werror_flag" ||
10646          test ! -s conftest.err
10647        } && test -s conftest$ac_exeext && {
10648          test "$cross_compiling" = yes ||
10649          $as_test_x conftest$ac_exeext
10650        }; then
10651   case "$LIBEXT" in
10652     dll) ;;
10653     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'` ;;
10654     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
10655   esac
10656 else
10657   $as_echo "$as_me: failed program was:" >&5
10658 sed 's/^/| /' conftest.$ac_ext >&5
10659
10660
10661 fi
10662
10663 rm -rf conftest.dSYM
10664 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10665       conftest$ac_exeext conftest.$ac_ext
10666   LIBS=$ac_check_soname_save_LIBS
10667 fi
10668 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10669   { $as_echo "$as_me:$LINENO: result: not found" >&5
10670 $as_echo "not found" >&6; }
10671
10672 else
10673   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10674 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10675
10676 cat >>confdefs.h <<_ACEOF
10677 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10678 _ACEOF
10679
10680
10681 fi
10682
10683         fi
10684         if test "x$ac_cv_lib_soname_Xi" = "x"; then
10685   case "x$with_xinput" in
10686   x)   wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10687   xno) ;;
10688   *)   { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10689 This is an error since --with-xinput was requested." >&5
10690 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10691 This is an error since --with-xinput was requested." >&2;}
10692    { (exit 1); exit 1; }; } ;;
10693 esac
10694 fi
10695
10696
10697                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10698         then
10699               { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10700 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10701 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10702   $as_echo_n "(cached) " >&6
10703 else
10704   ac_check_lib_save_LIBS=$LIBS
10705 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10706 cat >conftest.$ac_ext <<_ACEOF
10707 /* confdefs.h.  */
10708 _ACEOF
10709 cat confdefs.h >>conftest.$ac_ext
10710 cat >>conftest.$ac_ext <<_ACEOF
10711 /* end confdefs.h.  */
10712
10713 /* Override any GCC internal prototype to avoid an error.
10714    Use char because int might match the return type of a GCC
10715    builtin and then its argument prototype would still apply.  */
10716 #ifdef __cplusplus
10717 extern "C"
10718 #endif
10719 char XShmQueryExtension ();
10720 int
10721 main ()
10722 {
10723 return XShmQueryExtension ();
10724   ;
10725   return 0;
10726 }
10727 _ACEOF
10728 rm -f conftest.$ac_objext conftest$ac_exeext
10729 if { (ac_try="$ac_link"
10730 case "(($ac_try" in
10731   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10732   *) ac_try_echo=$ac_try;;
10733 esac
10734 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10735 $as_echo "$ac_try_echo") >&5
10736   (eval "$ac_link") 2>conftest.er1
10737   ac_status=$?
10738   grep -v '^ *+' conftest.er1 >conftest.err
10739   rm -f conftest.er1
10740   cat conftest.err >&5
10741   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10742   (exit $ac_status); } && {
10743          test -z "$ac_c_werror_flag" ||
10744          test ! -s conftest.err
10745        } && test -s conftest$ac_exeext && {
10746          test "$cross_compiling" = yes ||
10747          $as_test_x conftest$ac_exeext
10748        }; then
10749   ac_cv_lib_Xext_XShmQueryExtension=yes
10750 else
10751   $as_echo "$as_me: failed program was:" >&5
10752 sed 's/^/| /' conftest.$ac_ext >&5
10753
10754         ac_cv_lib_Xext_XShmQueryExtension=no
10755 fi
10756
10757 rm -rf conftest.dSYM
10758 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10759       conftest$ac_exeext conftest.$ac_ext
10760 LIBS=$ac_check_lib_save_LIBS
10761 fi
10762 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10763 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10764 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10765
10766 cat >>confdefs.h <<\_ACEOF
10767 #define HAVE_LIBXXSHM 1
10768 _ACEOF
10769
10770 fi
10771
10772         fi
10773         if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10774   case "x$with_xshm" in
10775   x)   wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10776   xno) ;;
10777   *)   { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10778 This is an error since --with-xshm was requested." >&5
10779 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10780 This is an error since --with-xshm was requested." >&2;}
10781    { (exit 1); exit 1; }; } ;;
10782 esac
10783 fi
10784
10785
10786                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10787         then
10788               { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10789 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10790 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10791   $as_echo_n "(cached) " >&6
10792 else
10793   ac_check_lib_save_LIBS=$LIBS
10794 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10795 cat >conftest.$ac_ext <<_ACEOF
10796 /* confdefs.h.  */
10797 _ACEOF
10798 cat confdefs.h >>conftest.$ac_ext
10799 cat >>conftest.$ac_ext <<_ACEOF
10800 /* end confdefs.h.  */
10801
10802 /* Override any GCC internal prototype to avoid an error.
10803    Use char because int might match the return type of a GCC
10804    builtin and then its argument prototype would still apply.  */
10805 #ifdef __cplusplus
10806 extern "C"
10807 #endif
10808 char XShapeQueryExtension ();
10809 int
10810 main ()
10811 {
10812 return XShapeQueryExtension ();
10813   ;
10814   return 0;
10815 }
10816 _ACEOF
10817 rm -f conftest.$ac_objext conftest$ac_exeext
10818 if { (ac_try="$ac_link"
10819 case "(($ac_try" in
10820   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10821   *) ac_try_echo=$ac_try;;
10822 esac
10823 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10824 $as_echo "$ac_try_echo") >&5
10825   (eval "$ac_link") 2>conftest.er1
10826   ac_status=$?
10827   grep -v '^ *+' conftest.er1 >conftest.err
10828   rm -f conftest.er1
10829   cat conftest.err >&5
10830   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10831   (exit $ac_status); } && {
10832          test -z "$ac_c_werror_flag" ||
10833          test ! -s conftest.err
10834        } && test -s conftest$ac_exeext && {
10835          test "$cross_compiling" = yes ||
10836          $as_test_x conftest$ac_exeext
10837        }; then
10838   ac_cv_lib_Xext_XShapeQueryExtension=yes
10839 else
10840   $as_echo "$as_me: failed program was:" >&5
10841 sed 's/^/| /' conftest.$ac_ext >&5
10842
10843         ac_cv_lib_Xext_XShapeQueryExtension=no
10844 fi
10845
10846 rm -rf conftest.dSYM
10847 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10848       conftest$ac_exeext conftest.$ac_ext
10849 LIBS=$ac_check_lib_save_LIBS
10850 fi
10851 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10852 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10853 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10854
10855 cat >>confdefs.h <<\_ACEOF
10856 #define HAVE_LIBXSHAPE 1
10857 _ACEOF
10858
10859 fi
10860
10861         fi
10862         if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10863   case "x$with_xshape" in
10864   x)   wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10865   xno) ;;
10866   *)   { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10867 This is an error since --with-xshape was requested." >&5
10868 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10869 This is an error since --with-xshape was requested." >&2;}
10870    { (exit 1); exit 1; }; } ;;
10871 esac
10872 fi
10873
10874
10875                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10876         then
10877             { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10878 $as_echo_n "checking for -lXxf86vm... " >&6; }
10879 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10880   $as_echo_n "(cached) " >&6
10881 else
10882   ac_check_soname_save_LIBS=$LIBS
10883 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10884   cat >conftest.$ac_ext <<_ACEOF
10885 /* confdefs.h.  */
10886 _ACEOF
10887 cat confdefs.h >>conftest.$ac_ext
10888 cat >>conftest.$ac_ext <<_ACEOF
10889 /* end confdefs.h.  */
10890
10891 /* Override any GCC internal prototype to avoid an error.
10892    Use char because int might match the return type of a GCC
10893    builtin and then its argument prototype would still apply.  */
10894 #ifdef __cplusplus
10895 extern "C"
10896 #endif
10897 char XF86VidModeQueryExtension ();
10898 int
10899 main ()
10900 {
10901 return XF86VidModeQueryExtension ();
10902   ;
10903   return 0;
10904 }
10905 _ACEOF
10906 rm -f conftest.$ac_objext conftest$ac_exeext
10907 if { (ac_try="$ac_link"
10908 case "(($ac_try" in
10909   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10910   *) ac_try_echo=$ac_try;;
10911 esac
10912 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10913 $as_echo "$ac_try_echo") >&5
10914   (eval "$ac_link") 2>conftest.er1
10915   ac_status=$?
10916   grep -v '^ *+' conftest.er1 >conftest.err
10917   rm -f conftest.er1
10918   cat conftest.err >&5
10919   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10920   (exit $ac_status); } && {
10921          test -z "$ac_c_werror_flag" ||
10922          test ! -s conftest.err
10923        } && test -s conftest$ac_exeext && {
10924          test "$cross_compiling" = yes ||
10925          $as_test_x conftest$ac_exeext
10926        }; then
10927   case "$LIBEXT" in
10928     dll) ;;
10929     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'` ;;
10930     *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
10931   esac
10932 else
10933   $as_echo "$as_me: failed program was:" >&5
10934 sed 's/^/| /' conftest.$ac_ext >&5
10935
10936
10937 fi
10938
10939 rm -rf conftest.dSYM
10940 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10941       conftest$ac_exeext conftest.$ac_ext
10942   LIBS=$ac_check_soname_save_LIBS
10943 fi
10944 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10945   { $as_echo "$as_me:$LINENO: result: not found" >&5
10946 $as_echo "not found" >&6; }
10947
10948 else
10949   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10950 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10951
10952 cat >>confdefs.h <<_ACEOF
10953 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10954 _ACEOF
10955
10956
10957 fi
10958
10959         fi
10960         if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10961   case "x$with_xxf86vm" in
10962   x)   wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10963   xno) ;;
10964   *)   { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10965 This is an error since --with-xxf86vm was requested." >&5
10966 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10967 This is an error since --with-xxf86vm was requested." >&2;}
10968    { (exit 1); exit 1; }; } ;;
10969 esac
10970 fi
10971
10972
10973                 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"
10974         then
10975             { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10976 $as_echo_n "checking for -lXrender... " >&6; }
10977 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10978   $as_echo_n "(cached) " >&6
10979 else
10980   ac_check_soname_save_LIBS=$LIBS
10981 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10982   cat >conftest.$ac_ext <<_ACEOF
10983 /* confdefs.h.  */
10984 _ACEOF
10985 cat confdefs.h >>conftest.$ac_ext
10986 cat >>conftest.$ac_ext <<_ACEOF
10987 /* end confdefs.h.  */
10988
10989 /* Override any GCC internal prototype to avoid an error.
10990    Use char because int might match the return type of a GCC
10991    builtin and then its argument prototype would still apply.  */
10992 #ifdef __cplusplus
10993 extern "C"
10994 #endif
10995 char XRenderQueryExtension ();
10996 int
10997 main ()
10998 {
10999 return XRenderQueryExtension ();
11000   ;
11001   return 0;
11002 }
11003 _ACEOF
11004 rm -f conftest.$ac_objext conftest$ac_exeext
11005 if { (ac_try="$ac_link"
11006 case "(($ac_try" in
11007   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11008   *) ac_try_echo=$ac_try;;
11009 esac
11010 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11011 $as_echo "$ac_try_echo") >&5
11012   (eval "$ac_link") 2>conftest.er1
11013   ac_status=$?
11014   grep -v '^ *+' conftest.er1 >conftest.err
11015   rm -f conftest.er1
11016   cat conftest.err >&5
11017   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11018   (exit $ac_status); } && {
11019          test -z "$ac_c_werror_flag" ||
11020          test ! -s conftest.err
11021        } && test -s conftest$ac_exeext && {
11022          test "$cross_compiling" = yes ||
11023          $as_test_x conftest$ac_exeext
11024        }; then
11025   case "$LIBEXT" in
11026     dll) ;;
11027     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'` ;;
11028     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
11029   esac
11030 else
11031   $as_echo "$as_me: failed program was:" >&5
11032 sed 's/^/| /' conftest.$ac_ext >&5
11033
11034
11035 fi
11036
11037 rm -rf conftest.dSYM
11038 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11039       conftest$ac_exeext conftest.$ac_ext
11040   LIBS=$ac_check_soname_save_LIBS
11041 fi
11042 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
11043   { $as_echo "$as_me:$LINENO: result: not found" >&5
11044 $as_echo "not found" >&6; }
11045
11046 else
11047   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
11048 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
11049
11050 cat >>confdefs.h <<_ACEOF
11051 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
11052 _ACEOF
11053
11054        { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
11055 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
11056 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
11057   $as_echo_n "(cached) " >&6
11058 else
11059   ac_check_lib_save_LIBS=$LIBS
11060 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11061 cat >conftest.$ac_ext <<_ACEOF
11062 /* confdefs.h.  */
11063 _ACEOF
11064 cat confdefs.h >>conftest.$ac_ext
11065 cat >>conftest.$ac_ext <<_ACEOF
11066 /* end confdefs.h.  */
11067
11068 /* Override any GCC internal prototype to avoid an error.
11069    Use char because int might match the return type of a GCC
11070    builtin and then its argument prototype would still apply.  */
11071 #ifdef __cplusplus
11072 extern "C"
11073 #endif
11074 char XRenderSetPictureTransform ();
11075 int
11076 main ()
11077 {
11078 return XRenderSetPictureTransform ();
11079   ;
11080   return 0;
11081 }
11082 _ACEOF
11083 rm -f conftest.$ac_objext conftest$ac_exeext
11084 if { (ac_try="$ac_link"
11085 case "(($ac_try" in
11086   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11087   *) ac_try_echo=$ac_try;;
11088 esac
11089 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11090 $as_echo "$ac_try_echo") >&5
11091   (eval "$ac_link") 2>conftest.er1
11092   ac_status=$?
11093   grep -v '^ *+' conftest.er1 >conftest.err
11094   rm -f conftest.er1
11095   cat conftest.err >&5
11096   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11097   (exit $ac_status); } && {
11098          test -z "$ac_c_werror_flag" ||
11099          test ! -s conftest.err
11100        } && test -s conftest$ac_exeext && {
11101          test "$cross_compiling" = yes ||
11102          $as_test_x conftest$ac_exeext
11103        }; then
11104   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
11105 else
11106   $as_echo "$as_me: failed program was:" >&5
11107 sed 's/^/| /' conftest.$ac_ext >&5
11108
11109         ac_cv_lib_Xrender_XRenderSetPictureTransform=no
11110 fi
11111
11112 rm -rf conftest.dSYM
11113 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11114       conftest$ac_exeext conftest.$ac_ext
11115 LIBS=$ac_check_lib_save_LIBS
11116 fi
11117 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
11118 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
11119 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
11120
11121 cat >>confdefs.h <<\_ACEOF
11122 #define HAVE_XRENDERSETPICTURETRANSFORM 1
11123 _ACEOF
11124
11125 fi
11126
11127 fi
11128
11129
11130         fi
11131         if test "x$ac_cv_lib_soname_Xrender" = "x"; then
11132   case "x$with_xrender" in
11133   x)   wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
11134   xno) ;;
11135   *)   { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11136 This is an error since --with-xrender was requested." >&5
11137 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
11138 This is an error since --with-xrender was requested." >&2;}
11139    { (exit 1); exit 1; }; } ;;
11140 esac
11141 fi
11142
11143
11144                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
11145         then
11146                 cat >conftest.$ac_ext <<_ACEOF
11147 /* confdefs.h.  */
11148 _ACEOF
11149 cat confdefs.h >>conftest.$ac_ext
11150 cat >>conftest.$ac_ext <<_ACEOF
11151 /* end confdefs.h.  */
11152 #include <X11/Xlib.h>
11153 #include <X11/extensions/Xrandr.h>
11154 int
11155 main ()
11156 {
11157 static typeof(XRRSetScreenConfigAndRate) * func;
11158   ;
11159   return 0;
11160 }
11161 _ACEOF
11162 rm -f conftest.$ac_objext
11163 if { (ac_try="$ac_compile"
11164 case "(($ac_try" in
11165   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11166   *) ac_try_echo=$ac_try;;
11167 esac
11168 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11169 $as_echo "$ac_try_echo") >&5
11170   (eval "$ac_compile") 2>conftest.er1
11171   ac_status=$?
11172   grep -v '^ *+' conftest.er1 >conftest.err
11173   rm -f conftest.er1
11174   cat conftest.err >&5
11175   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11176   (exit $ac_status); } && {
11177          test -z "$ac_c_werror_flag" ||
11178          test ! -s conftest.err
11179        } && test -s conftest.$ac_objext; then
11180   { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
11181 $as_echo_n "checking for -lXrandr... " >&6; }
11182 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
11183   $as_echo_n "(cached) " >&6
11184 else
11185   ac_check_soname_save_LIBS=$LIBS
11186 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11187   cat >conftest.$ac_ext <<_ACEOF
11188 /* confdefs.h.  */
11189 _ACEOF
11190 cat confdefs.h >>conftest.$ac_ext
11191 cat >>conftest.$ac_ext <<_ACEOF
11192 /* end confdefs.h.  */
11193
11194 /* Override any GCC internal prototype to avoid an error.
11195    Use char because int might match the return type of a GCC
11196    builtin and then its argument prototype would still apply.  */
11197 #ifdef __cplusplus
11198 extern "C"
11199 #endif
11200 char XRRQueryExtension ();
11201 int
11202 main ()
11203 {
11204 return XRRQueryExtension ();
11205   ;
11206   return 0;
11207 }
11208 _ACEOF
11209 rm -f conftest.$ac_objext conftest$ac_exeext
11210 if { (ac_try="$ac_link"
11211 case "(($ac_try" in
11212   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11213   *) ac_try_echo=$ac_try;;
11214 esac
11215 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11216 $as_echo "$ac_try_echo") >&5
11217   (eval "$ac_link") 2>conftest.er1
11218   ac_status=$?
11219   grep -v '^ *+' conftest.er1 >conftest.err
11220   rm -f conftest.er1
11221   cat conftest.err >&5
11222   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11223   (exit $ac_status); } && {
11224          test -z "$ac_c_werror_flag" ||
11225          test ! -s conftest.err
11226        } && test -s conftest$ac_exeext && {
11227          test "$cross_compiling" = yes ||
11228          $as_test_x conftest$ac_exeext
11229        }; then
11230   case "$LIBEXT" in
11231     dll) ;;
11232     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'` ;;
11233     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
11234   esac
11235 else
11236   $as_echo "$as_me: failed program was:" >&5
11237 sed 's/^/| /' conftest.$ac_ext >&5
11238
11239
11240 fi
11241
11242 rm -rf conftest.dSYM
11243 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11244       conftest$ac_exeext conftest.$ac_ext
11245   LIBS=$ac_check_soname_save_LIBS
11246 fi
11247 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11248   { $as_echo "$as_me:$LINENO: result: not found" >&5
11249 $as_echo "not found" >&6; }
11250
11251 else
11252   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11253 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11254
11255 cat >>confdefs.h <<_ACEOF
11256 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11257 _ACEOF
11258
11259
11260 fi
11261
11262 else
11263   $as_echo "$as_me: failed program was:" >&5
11264 sed 's/^/| /' conftest.$ac_ext >&5
11265
11266
11267 fi
11268
11269 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11270         fi
11271         if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11272   case "x$with_xrandr" in
11273   x)   wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11274   xno) ;;
11275   *)   { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11276 This is an error since --with-xrandr was requested." >&5
11277 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11278 This is an error since --with-xrandr was requested." >&2;}
11279    { (exit 1); exit 1; }; } ;;
11280 esac
11281 fi
11282
11283
11284                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11285         then
11286                 cat >conftest.$ac_ext <<_ACEOF
11287 /* confdefs.h.  */
11288 _ACEOF
11289 cat confdefs.h >>conftest.$ac_ext
11290 cat >>conftest.$ac_ext <<_ACEOF
11291 /* end confdefs.h.  */
11292 #include <X11/Xlib.h>
11293 #include <X11/extensions/Xinerama.h>
11294 int
11295 main ()
11296 {
11297 static typeof(XineramaQueryScreens) * func;
11298   ;
11299   return 0;
11300 }
11301 _ACEOF
11302 rm -f conftest.$ac_objext
11303 if { (ac_try="$ac_compile"
11304 case "(($ac_try" in
11305   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11306   *) ac_try_echo=$ac_try;;
11307 esac
11308 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11309 $as_echo "$ac_try_echo") >&5
11310   (eval "$ac_compile") 2>conftest.er1
11311   ac_status=$?
11312   grep -v '^ *+' conftest.er1 >conftest.err
11313   rm -f conftest.er1
11314   cat conftest.err >&5
11315   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11316   (exit $ac_status); } && {
11317          test -z "$ac_c_werror_flag" ||
11318          test ! -s conftest.err
11319        } && test -s conftest.$ac_objext; then
11320   { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11321 $as_echo_n "checking for -lXinerama... " >&6; }
11322 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11323   $as_echo_n "(cached) " >&6
11324 else
11325   ac_check_soname_save_LIBS=$LIBS
11326 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11327   cat >conftest.$ac_ext <<_ACEOF
11328 /* confdefs.h.  */
11329 _ACEOF
11330 cat confdefs.h >>conftest.$ac_ext
11331 cat >>conftest.$ac_ext <<_ACEOF
11332 /* end confdefs.h.  */
11333
11334 /* Override any GCC internal prototype to avoid an error.
11335    Use char because int might match the return type of a GCC
11336    builtin and then its argument prototype would still apply.  */
11337 #ifdef __cplusplus
11338 extern "C"
11339 #endif
11340 char XineramaQueryScreens ();
11341 int
11342 main ()
11343 {
11344 return XineramaQueryScreens ();
11345   ;
11346   return 0;
11347 }
11348 _ACEOF
11349 rm -f conftest.$ac_objext conftest$ac_exeext
11350 if { (ac_try="$ac_link"
11351 case "(($ac_try" in
11352   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11353   *) ac_try_echo=$ac_try;;
11354 esac
11355 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11356 $as_echo "$ac_try_echo") >&5
11357   (eval "$ac_link") 2>conftest.er1
11358   ac_status=$?
11359   grep -v '^ *+' conftest.er1 >conftest.err
11360   rm -f conftest.er1
11361   cat conftest.err >&5
11362   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11363   (exit $ac_status); } && {
11364          test -z "$ac_c_werror_flag" ||
11365          test ! -s conftest.err
11366        } && test -s conftest$ac_exeext && {
11367          test "$cross_compiling" = yes ||
11368          $as_test_x conftest$ac_exeext
11369        }; then
11370   case "$LIBEXT" in
11371     dll) ;;
11372     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'` ;;
11373     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
11374   esac
11375 else
11376   $as_echo "$as_me: failed program was:" >&5
11377 sed 's/^/| /' conftest.$ac_ext >&5
11378
11379
11380 fi
11381
11382 rm -rf conftest.dSYM
11383 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11384       conftest$ac_exeext conftest.$ac_ext
11385   LIBS=$ac_check_soname_save_LIBS
11386 fi
11387 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11388   { $as_echo "$as_me:$LINENO: result: not found" >&5
11389 $as_echo "not found" >&6; }
11390
11391 else
11392   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11393 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11394
11395 cat >>confdefs.h <<_ACEOF
11396 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11397 _ACEOF
11398
11399
11400 fi
11401
11402 else
11403   $as_echo "$as_me: failed program was:" >&5
11404 sed 's/^/| /' conftest.$ac_ext >&5
11405
11406
11407 fi
11408
11409 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11410         fi
11411         if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11412   case "x$with_xinerama" in
11413   x)   wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11414   xno) ;;
11415   *)   { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11416 This is an error since --with-xinerama was requested." >&5
11417 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11418 This is an error since --with-xinerama was requested." >&2;}
11419    { (exit 1); exit 1; }; } ;;
11420 esac
11421 fi
11422
11423
11424                 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11425         then
11426             { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11427 $as_echo_n "checking for -lXcomposite... " >&6; }
11428 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11429   $as_echo_n "(cached) " >&6
11430 else
11431   ac_check_soname_save_LIBS=$LIBS
11432 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11433   cat >conftest.$ac_ext <<_ACEOF
11434 /* confdefs.h.  */
11435 _ACEOF
11436 cat confdefs.h >>conftest.$ac_ext
11437 cat >>conftest.$ac_ext <<_ACEOF
11438 /* end confdefs.h.  */
11439
11440 /* Override any GCC internal prototype to avoid an error.
11441    Use char because int might match the return type of a GCC
11442    builtin and then its argument prototype would still apply.  */
11443 #ifdef __cplusplus
11444 extern "C"
11445 #endif
11446 char XCompositeRedirectWindow ();
11447 int
11448 main ()
11449 {
11450 return XCompositeRedirectWindow ();
11451   ;
11452   return 0;
11453 }
11454 _ACEOF
11455 rm -f conftest.$ac_objext conftest$ac_exeext
11456 if { (ac_try="$ac_link"
11457 case "(($ac_try" in
11458   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11459   *) ac_try_echo=$ac_try;;
11460 esac
11461 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11462 $as_echo "$ac_try_echo") >&5
11463   (eval "$ac_link") 2>conftest.er1
11464   ac_status=$?
11465   grep -v '^ *+' conftest.er1 >conftest.err
11466   rm -f conftest.er1
11467   cat conftest.err >&5
11468   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11469   (exit $ac_status); } && {
11470          test -z "$ac_c_werror_flag" ||
11471          test ! -s conftest.err
11472        } && test -s conftest$ac_exeext && {
11473          test "$cross_compiling" = yes ||
11474          $as_test_x conftest$ac_exeext
11475        }; then
11476   case "$LIBEXT" in
11477     dll) ;;
11478     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'` ;;
11479     *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11480   esac
11481 else
11482   $as_echo "$as_me: failed program was:" >&5
11483 sed 's/^/| /' conftest.$ac_ext >&5
11484
11485
11486 fi
11487
11488 rm -rf conftest.dSYM
11489 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11490       conftest$ac_exeext conftest.$ac_ext
11491   LIBS=$ac_check_soname_save_LIBS
11492 fi
11493 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11494   { $as_echo "$as_me:$LINENO: result: not found" >&5
11495 $as_echo "not found" >&6; }
11496
11497 else
11498   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11499 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11500
11501 cat >>confdefs.h <<_ACEOF
11502 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11503 _ACEOF
11504
11505
11506 fi
11507
11508         fi
11509         if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11510   case "x$with_xcomposite" in
11511   x)   wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11512   xno) ;;
11513   *)   { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11514 This is an error since --with-xcomposite was requested." >&5
11515 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11516 This is an error since --with-xcomposite was requested." >&2;}
11517    { (exit 1); exit 1; }; } ;;
11518 esac
11519 fi
11520
11521
11522                 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11523 $as_echo_n "checking for XICCallback.callback... " >&6; }
11524 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11525   $as_echo_n "(cached) " >&6
11526 else
11527   cat >conftest.$ac_ext <<_ACEOF
11528 /* confdefs.h.  */
11529 _ACEOF
11530 cat confdefs.h >>conftest.$ac_ext
11531 cat >>conftest.$ac_ext <<_ACEOF
11532 /* end confdefs.h.  */
11533 #ifdef HAVE_X11_XLIB_H
11534 #include <X11/Xlib.h>
11535 #endif
11536
11537 int
11538 main ()
11539 {
11540 static XICCallback ac_aggr;
11541 if (ac_aggr.callback)
11542 return 0;
11543   ;
11544   return 0;
11545 }
11546 _ACEOF
11547 rm -f conftest.$ac_objext
11548 if { (ac_try="$ac_compile"
11549 case "(($ac_try" in
11550   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11551   *) ac_try_echo=$ac_try;;
11552 esac
11553 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11554 $as_echo "$ac_try_echo") >&5
11555   (eval "$ac_compile") 2>conftest.er1
11556   ac_status=$?
11557   grep -v '^ *+' conftest.er1 >conftest.err
11558   rm -f conftest.er1
11559   cat conftest.err >&5
11560   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11561   (exit $ac_status); } && {
11562          test -z "$ac_c_werror_flag" ||
11563          test ! -s conftest.err
11564        } && test -s conftest.$ac_objext; then
11565   ac_cv_member_XICCallback_callback=yes
11566 else
11567   $as_echo "$as_me: failed program was:" >&5
11568 sed 's/^/| /' conftest.$ac_ext >&5
11569
11570         cat >conftest.$ac_ext <<_ACEOF
11571 /* confdefs.h.  */
11572 _ACEOF
11573 cat confdefs.h >>conftest.$ac_ext
11574 cat >>conftest.$ac_ext <<_ACEOF
11575 /* end confdefs.h.  */
11576 #ifdef HAVE_X11_XLIB_H
11577 #include <X11/Xlib.h>
11578 #endif
11579
11580 int
11581 main ()
11582 {
11583 static XICCallback ac_aggr;
11584 if (sizeof ac_aggr.callback)
11585 return 0;
11586   ;
11587   return 0;
11588 }
11589 _ACEOF
11590 rm -f conftest.$ac_objext
11591 if { (ac_try="$ac_compile"
11592 case "(($ac_try" in
11593   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11594   *) ac_try_echo=$ac_try;;
11595 esac
11596 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11597 $as_echo "$ac_try_echo") >&5
11598   (eval "$ac_compile") 2>conftest.er1
11599   ac_status=$?
11600   grep -v '^ *+' conftest.er1 >conftest.err
11601   rm -f conftest.er1
11602   cat conftest.err >&5
11603   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11604   (exit $ac_status); } && {
11605          test -z "$ac_c_werror_flag" ||
11606          test ! -s conftest.err
11607        } && test -s conftest.$ac_objext; then
11608   ac_cv_member_XICCallback_callback=yes
11609 else
11610   $as_echo "$as_me: failed program was:" >&5
11611 sed 's/^/| /' conftest.$ac_ext >&5
11612
11613         ac_cv_member_XICCallback_callback=no
11614 fi
11615
11616 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11617 fi
11618
11619 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11620 fi
11621 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11622 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11623 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11624
11625 cat >>confdefs.h <<_ACEOF
11626 #define HAVE_XICCALLBACK_CALLBACK 1
11627 _ACEOF
11628
11629
11630 fi
11631
11632
11633
11634         opengl_msg=""
11635     if test "x$with_opengl" != "xno"
11636     then
11637
11638
11639
11640
11641 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11642 do
11643 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11644 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11645 $as_echo_n "checking for $ac_header... " >&6; }
11646 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11647   $as_echo_n "(cached) " >&6
11648 else
11649   cat >conftest.$ac_ext <<_ACEOF
11650 /* confdefs.h.  */
11651 _ACEOF
11652 cat confdefs.h >>conftest.$ac_ext
11653 cat >>conftest.$ac_ext <<_ACEOF
11654 /* end confdefs.h.  */
11655 #ifdef HAVE_GL_GLX_H
11656 # include <GL/glx.h>
11657 #endif
11658
11659 #include <$ac_header>
11660 _ACEOF
11661 rm -f conftest.$ac_objext
11662 if { (ac_try="$ac_compile"
11663 case "(($ac_try" in
11664   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11665   *) ac_try_echo=$ac_try;;
11666 esac
11667 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11668 $as_echo "$ac_try_echo") >&5
11669   (eval "$ac_compile") 2>conftest.er1
11670   ac_status=$?
11671   grep -v '^ *+' conftest.er1 >conftest.err
11672   rm -f conftest.er1
11673   cat conftest.err >&5
11674   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11675   (exit $ac_status); } && {
11676          test -z "$ac_c_werror_flag" ||
11677          test ! -s conftest.err
11678        } && test -s conftest.$ac_objext; then
11679   eval "$as_ac_Header=yes"
11680 else
11681   $as_echo "$as_me: failed program was:" >&5
11682 sed 's/^/| /' conftest.$ac_ext >&5
11683
11684         eval "$as_ac_Header=no"
11685 fi
11686
11687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11688 fi
11689 ac_res=`eval 'as_val=${'$as_ac_Header'}
11690                  $as_echo "$as_val"'`
11691                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11692 $as_echo "$ac_res" >&6; }
11693 as_val=`eval 'as_val=${'$as_ac_Header'}
11694                  $as_echo "$as_val"'`
11695    if test "x$as_val" = x""yes; then
11696   cat >>confdefs.h <<_ACEOF
11697 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11698 _ACEOF
11699
11700 fi
11701
11702 done
11703
11704         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11705         then
11706                     { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11707 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11708 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11709   $as_echo_n "(cached) " >&6
11710 else
11711   cat >conftest.$ac_ext <<_ACEOF
11712 /* confdefs.h.  */
11713 _ACEOF
11714 cat confdefs.h >>conftest.$ac_ext
11715 cat >>conftest.$ac_ext <<_ACEOF
11716 /* end confdefs.h.  */
11717 #include <GL/gl.h>
11718 int
11719 main ()
11720 {
11721 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11722   ;
11723   return 0;
11724 }
11725 _ACEOF
11726 rm -f conftest.$ac_objext
11727 if { (ac_try="$ac_compile"
11728 case "(($ac_try" in
11729   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11730   *) ac_try_echo=$ac_try;;
11731 esac
11732 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11733 $as_echo "$ac_try_echo") >&5
11734   (eval "$ac_compile") 2>conftest.er1
11735   ac_status=$?
11736   grep -v '^ *+' conftest.er1 >conftest.err
11737   rm -f conftest.er1
11738   cat conftest.err >&5
11739   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11740   (exit $ac_status); } && {
11741          test -z "$ac_c_werror_flag" ||
11742          test ! -s conftest.err
11743        } && test -s conftest.$ac_objext; then
11744   wine_cv_opengl_header_version_OK="yes"
11745 else
11746   $as_echo "$as_me: failed program was:" >&5
11747 sed 's/^/| /' conftest.$ac_ext >&5
11748
11749         wine_cv_opengl_header_version_OK="no"
11750 fi
11751
11752 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11753 fi
11754 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11755 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11756
11757             if test "$wine_cv_opengl_header_version_OK" = "yes"
11758             then
11759                                 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11760 $as_echo_n "checking for -lGL... " >&6; }
11761 if test "${ac_cv_lib_soname_GL+set}" = set; then
11762   $as_echo_n "(cached) " >&6
11763 else
11764   ac_check_soname_save_LIBS=$LIBS
11765 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11766   cat >conftest.$ac_ext <<_ACEOF
11767 /* confdefs.h.  */
11768 _ACEOF
11769 cat confdefs.h >>conftest.$ac_ext
11770 cat >>conftest.$ac_ext <<_ACEOF
11771 /* end confdefs.h.  */
11772
11773 /* Override any GCC internal prototype to avoid an error.
11774    Use char because int might match the return type of a GCC
11775    builtin and then its argument prototype would still apply.  */
11776 #ifdef __cplusplus
11777 extern "C"
11778 #endif
11779 char glXCreateContext ();
11780 int
11781 main ()
11782 {
11783 return glXCreateContext ();
11784   ;
11785   return 0;
11786 }
11787 _ACEOF
11788 rm -f conftest.$ac_objext conftest$ac_exeext
11789 if { (ac_try="$ac_link"
11790 case "(($ac_try" in
11791   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11792   *) ac_try_echo=$ac_try;;
11793 esac
11794 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11795 $as_echo "$ac_try_echo") >&5
11796   (eval "$ac_link") 2>conftest.er1
11797   ac_status=$?
11798   grep -v '^ *+' conftest.er1 >conftest.err
11799   rm -f conftest.er1
11800   cat conftest.err >&5
11801   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11802   (exit $ac_status); } && {
11803          test -z "$ac_c_werror_flag" ||
11804          test ! -s conftest.err
11805        } && test -s conftest$ac_exeext && {
11806          test "$cross_compiling" = yes ||
11807          $as_test_x conftest$ac_exeext
11808        }; then
11809   case "$LIBEXT" in
11810     dll) ;;
11811     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'` ;;
11812     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11813   esac
11814 else
11815   $as_echo "$as_me: failed program was:" >&5
11816 sed 's/^/| /' conftest.$ac_ext >&5
11817
11818
11819 fi
11820
11821 rm -rf conftest.dSYM
11822 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11823       conftest$ac_exeext conftest.$ac_ext
11824   LIBS=$ac_check_soname_save_LIBS
11825 fi
11826 if test "x$ac_cv_lib_soname_GL" = "x"; then
11827   { $as_echo "$as_me:$LINENO: result: not found" >&5
11828 $as_echo "not found" >&6; }
11829        { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11830 $as_echo_n "checking for -lGL... " >&6; }
11831 if test "${ac_cv_lib_soname_GL+set}" = set; then
11832   $as_echo_n "(cached) " >&6
11833 else
11834   ac_check_soname_save_LIBS=$LIBS
11835 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"
11836   cat >conftest.$ac_ext <<_ACEOF
11837 /* confdefs.h.  */
11838 _ACEOF
11839 cat confdefs.h >>conftest.$ac_ext
11840 cat >>conftest.$ac_ext <<_ACEOF
11841 /* end confdefs.h.  */
11842
11843 /* Override any GCC internal prototype to avoid an error.
11844    Use char because int might match the return type of a GCC
11845    builtin and then its argument prototype would still apply.  */
11846 #ifdef __cplusplus
11847 extern "C"
11848 #endif
11849 char glXCreateContext ();
11850 int
11851 main ()
11852 {
11853 return glXCreateContext ();
11854   ;
11855   return 0;
11856 }
11857 _ACEOF
11858 rm -f conftest.$ac_objext conftest$ac_exeext
11859 if { (ac_try="$ac_link"
11860 case "(($ac_try" in
11861   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11862   *) ac_try_echo=$ac_try;;
11863 esac
11864 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11865 $as_echo "$ac_try_echo") >&5
11866   (eval "$ac_link") 2>conftest.er1
11867   ac_status=$?
11868   grep -v '^ *+' conftest.er1 >conftest.err
11869   rm -f conftest.er1
11870   cat conftest.err >&5
11871   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11872   (exit $ac_status); } && {
11873          test -z "$ac_c_werror_flag" ||
11874          test ! -s conftest.err
11875        } && test -s conftest$ac_exeext && {
11876          test "$cross_compiling" = yes ||
11877          $as_test_x conftest$ac_exeext
11878        }; then
11879   case "$LIBEXT" in
11880     dll) ;;
11881     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'` ;;
11882     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
11883   esac
11884 else
11885   $as_echo "$as_me: failed program was:" >&5
11886 sed 's/^/| /' conftest.$ac_ext >&5
11887
11888
11889 fi
11890
11891 rm -rf conftest.dSYM
11892 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11893       conftest$ac_exeext conftest.$ac_ext
11894   LIBS=$ac_check_soname_save_LIBS
11895 fi
11896 if test "x$ac_cv_lib_soname_GL" = "x"; then
11897   { $as_echo "$as_me:$LINENO: result: not found" >&5
11898 $as_echo "not found" >&6; }
11899        if test -f /usr/X11R6/lib/libGL.a
11900                                     then
11901                                         opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11902 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11903                                     else
11904                                         opengl_msg="No OpenGL library found on this system."
11905                                     fi
11906 else
11907   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11908 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11909
11910 cat >>confdefs.h <<_ACEOF
11911 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11912 _ACEOF
11913
11914        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"
11915
11916 cat >>confdefs.h <<\_ACEOF
11917 #define HAVE_OPENGL 1
11918 _ACEOF
11919
11920 fi
11921
11922 else
11923   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11924 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11925
11926 cat >>confdefs.h <<_ACEOF
11927 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11928 _ACEOF
11929
11930        OPENGL_LIBS="-lGL"
11931
11932 cat >>confdefs.h <<\_ACEOF
11933 #define HAVE_OPENGL 1
11934 _ACEOF
11935
11936 fi
11937
11938                  if test "$ac_cv_header_GL_glu_h" = "yes"
11939                  then
11940                     { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11941 $as_echo_n "checking for -lGLU... " >&6; }
11942 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11943   $as_echo_n "(cached) " >&6
11944 else
11945   ac_check_soname_save_LIBS=$LIBS
11946 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11947   cat >conftest.$ac_ext <<_ACEOF
11948 /* confdefs.h.  */
11949 _ACEOF
11950 cat confdefs.h >>conftest.$ac_ext
11951 cat >>conftest.$ac_ext <<_ACEOF
11952 /* end confdefs.h.  */
11953
11954 /* Override any GCC internal prototype to avoid an error.
11955    Use char because int might match the return type of a GCC
11956    builtin and then its argument prototype would still apply.  */
11957 #ifdef __cplusplus
11958 extern "C"
11959 #endif
11960 char gluLookAt ();
11961 int
11962 main ()
11963 {
11964 return gluLookAt ();
11965   ;
11966   return 0;
11967 }
11968 _ACEOF
11969 rm -f conftest.$ac_objext conftest$ac_exeext
11970 if { (ac_try="$ac_link"
11971 case "(($ac_try" in
11972   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11973   *) ac_try_echo=$ac_try;;
11974 esac
11975 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11976 $as_echo "$ac_try_echo") >&5
11977   (eval "$ac_link") 2>conftest.er1
11978   ac_status=$?
11979   grep -v '^ *+' conftest.er1 >conftest.err
11980   rm -f conftest.er1
11981   cat conftest.err >&5
11982   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11983   (exit $ac_status); } && {
11984          test -z "$ac_c_werror_flag" ||
11985          test ! -s conftest.err
11986        } && test -s conftest$ac_exeext && {
11987          test "$cross_compiling" = yes ||
11988          $as_test_x conftest$ac_exeext
11989        }; then
11990   case "$LIBEXT" in
11991     dll) ;;
11992     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'` ;;
11993     *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
11994   esac
11995 else
11996   $as_echo "$as_me: failed program was:" >&5
11997 sed 's/^/| /' conftest.$ac_ext >&5
11998
11999
12000 fi
12001
12002 rm -rf conftest.dSYM
12003 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12004       conftest$ac_exeext conftest.$ac_ext
12005   LIBS=$ac_check_soname_save_LIBS
12006 fi
12007 if test "x$ac_cv_lib_soname_GLU" = "x"; then
12008   { $as_echo "$as_me:$LINENO: result: not found" >&5
12009 $as_echo "not found" >&6; }
12010
12011 else
12012   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
12013 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
12014
12015 cat >>confdefs.h <<_ACEOF
12016 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
12017 _ACEOF
12018
12019
12020 fi
12021
12022                  fi
12023                  if test "x$ac_cv_lib_soname_GLU" = "x"; then
12024   case "x$with_glu" in
12025   x)   wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
12026   xno) ;;
12027   *)   { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
12028 This is an error since --with-glu was requested." >&5
12029 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
12030 This is an error since --with-glu was requested." >&2;}
12031    { (exit 1); exit 1; }; } ;;
12032 esac
12033 fi
12034
12035              else
12036                  opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
12037              fi
12038          else
12039              opengl_msg="OpenGL development headers not found."
12040          fi
12041          test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
12042          test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
12043     else
12044          enable_opengl32=${enable_opengl32:-no}
12045          enable_glu32=${enable_glu32:-no}
12046     fi
12047     if test -n "$opengl_msg"; then
12048   case "x$with_opengl" in
12049   x)   wine_warnings="$wine_warnings|$opengl_msg
12050 OpenGL and Direct3D won't be supported." ;;
12051   xno) ;;
12052   *)   { { $as_echo "$as_me:$LINENO: error: $opengl_msg
12053 OpenGL and Direct3D won't be supported.
12054 This is an error since --with-opengl was requested." >&5
12055 $as_echo "$as_me: error: $opengl_msg
12056 OpenGL and Direct3D won't be supported.
12057 This is an error since --with-opengl was requested." >&2;}
12058    { (exit 1); exit 1; }; } ;;
12059 esac
12060 fi
12061
12062
12063         NASLIBS=""
12064
12065
12066 for ac_header in audio/audiolib.h
12067 do
12068 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12069 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12070   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12071 $as_echo_n "checking for $ac_header... " >&6; }
12072 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12073   $as_echo_n "(cached) " >&6
12074 fi
12075 ac_res=`eval 'as_val=${'$as_ac_Header'}
12076                  $as_echo "$as_val"'`
12077                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12078 $as_echo "$ac_res" >&6; }
12079 else
12080   # Is the header compilable?
12081 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12082 $as_echo_n "checking $ac_header usability... " >&6; }
12083 cat >conftest.$ac_ext <<_ACEOF
12084 /* confdefs.h.  */
12085 _ACEOF
12086 cat confdefs.h >>conftest.$ac_ext
12087 cat >>conftest.$ac_ext <<_ACEOF
12088 /* end confdefs.h.  */
12089 $ac_includes_default
12090 #include <$ac_header>
12091 _ACEOF
12092 rm -f conftest.$ac_objext
12093 if { (ac_try="$ac_compile"
12094 case "(($ac_try" in
12095   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12096   *) ac_try_echo=$ac_try;;
12097 esac
12098 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12099 $as_echo "$ac_try_echo") >&5
12100   (eval "$ac_compile") 2>conftest.er1
12101   ac_status=$?
12102   grep -v '^ *+' conftest.er1 >conftest.err
12103   rm -f conftest.er1
12104   cat conftest.err >&5
12105   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12106   (exit $ac_status); } && {
12107          test -z "$ac_c_werror_flag" ||
12108          test ! -s conftest.err
12109        } && test -s conftest.$ac_objext; then
12110   ac_header_compiler=yes
12111 else
12112   $as_echo "$as_me: failed program was:" >&5
12113 sed 's/^/| /' conftest.$ac_ext >&5
12114
12115         ac_header_compiler=no
12116 fi
12117
12118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12119 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12120 $as_echo "$ac_header_compiler" >&6; }
12121
12122 # Is the header present?
12123 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12124 $as_echo_n "checking $ac_header presence... " >&6; }
12125 cat >conftest.$ac_ext <<_ACEOF
12126 /* confdefs.h.  */
12127 _ACEOF
12128 cat confdefs.h >>conftest.$ac_ext
12129 cat >>conftest.$ac_ext <<_ACEOF
12130 /* end confdefs.h.  */
12131 #include <$ac_header>
12132 _ACEOF
12133 if { (ac_try="$ac_cpp conftest.$ac_ext"
12134 case "(($ac_try" in
12135   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12136   *) ac_try_echo=$ac_try;;
12137 esac
12138 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12139 $as_echo "$ac_try_echo") >&5
12140   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12141   ac_status=$?
12142   grep -v '^ *+' conftest.er1 >conftest.err
12143   rm -f conftest.er1
12144   cat conftest.err >&5
12145   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12146   (exit $ac_status); } >/dev/null && {
12147          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12148          test ! -s conftest.err
12149        }; then
12150   ac_header_preproc=yes
12151 else
12152   $as_echo "$as_me: failed program was:" >&5
12153 sed 's/^/| /' conftest.$ac_ext >&5
12154
12155   ac_header_preproc=no
12156 fi
12157
12158 rm -f conftest.err conftest.$ac_ext
12159 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12160 $as_echo "$ac_header_preproc" >&6; }
12161
12162 # So?  What about this header?
12163 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12164   yes:no: )
12165     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12166 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12167     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12168 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12169     ac_header_preproc=yes
12170     ;;
12171   no:yes:* )
12172     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12173 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12174     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12175 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12176     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12177 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12178     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12179 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12180     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12181 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12182     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12183 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12184     ( cat <<\_ASBOX
12185 ## ------------------------------------ ##
12186 ## Report this to wine-devel@winehq.org ##
12187 ## ------------------------------------ ##
12188 _ASBOX
12189      ) | sed "s/^/$as_me: WARNING:     /" >&2
12190     ;;
12191 esac
12192 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12193 $as_echo_n "checking for $ac_header... " >&6; }
12194 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12195   $as_echo_n "(cached) " >&6
12196 else
12197   eval "$as_ac_Header=\$ac_header_preproc"
12198 fi
12199 ac_res=`eval 'as_val=${'$as_ac_Header'}
12200                  $as_echo "$as_val"'`
12201                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12202 $as_echo "$ac_res" >&6; }
12203
12204 fi
12205 as_val=`eval 'as_val=${'$as_ac_Header'}
12206                  $as_echo "$as_val"'`
12207    if test "x$as_val" = x""yes; then
12208   cat >>confdefs.h <<_ACEOF
12209 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12210 _ACEOF
12211
12212 for ac_header in audio/soundlib.h
12213 do
12214 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12215 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12216 $as_echo_n "checking for $ac_header... " >&6; }
12217 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12218   $as_echo_n "(cached) " >&6
12219 else
12220   cat >conftest.$ac_ext <<_ACEOF
12221 /* confdefs.h.  */
12222 _ACEOF
12223 cat confdefs.h >>conftest.$ac_ext
12224 cat >>conftest.$ac_ext <<_ACEOF
12225 /* end confdefs.h.  */
12226 #include <audio/audiolib.h>
12227
12228 #include <$ac_header>
12229 _ACEOF
12230 rm -f conftest.$ac_objext
12231 if { (ac_try="$ac_compile"
12232 case "(($ac_try" in
12233   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12234   *) ac_try_echo=$ac_try;;
12235 esac
12236 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12237 $as_echo "$ac_try_echo") >&5
12238   (eval "$ac_compile") 2>conftest.er1
12239   ac_status=$?
12240   grep -v '^ *+' conftest.er1 >conftest.err
12241   rm -f conftest.er1
12242   cat conftest.err >&5
12243   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12244   (exit $ac_status); } && {
12245          test -z "$ac_c_werror_flag" ||
12246          test ! -s conftest.err
12247        } && test -s conftest.$ac_objext; then
12248   eval "$as_ac_Header=yes"
12249 else
12250   $as_echo "$as_me: failed program was:" >&5
12251 sed 's/^/| /' conftest.$ac_ext >&5
12252
12253         eval "$as_ac_Header=no"
12254 fi
12255
12256 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12257 fi
12258 ac_res=`eval 'as_val=${'$as_ac_Header'}
12259                  $as_echo "$as_val"'`
12260                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12261 $as_echo "$ac_res" >&6; }
12262 as_val=`eval 'as_val=${'$as_ac_Header'}
12263                  $as_echo "$as_val"'`
12264    if test "x$as_val" = x""yes; then
12265   cat >>confdefs.h <<_ACEOF
12266 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12267 _ACEOF
12268
12269 fi
12270
12271 done
12272
12273           { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12274 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12275 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12276   $as_echo_n "(cached) " >&6
12277 else
12278   ac_check_lib_save_LIBS=$LIBS
12279 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12280 cat >conftest.$ac_ext <<_ACEOF
12281 /* confdefs.h.  */
12282 _ACEOF
12283 cat confdefs.h >>conftest.$ac_ext
12284 cat >>conftest.$ac_ext <<_ACEOF
12285 /* end confdefs.h.  */
12286
12287 /* Override any GCC internal prototype to avoid an error.
12288    Use char because int might match the return type of a GCC
12289    builtin and then its argument prototype would still apply.  */
12290 #ifdef __cplusplus
12291 extern "C"
12292 #endif
12293 char AuCreateFlow ();
12294 int
12295 main ()
12296 {
12297 return AuCreateFlow ();
12298   ;
12299   return 0;
12300 }
12301 _ACEOF
12302 rm -f conftest.$ac_objext conftest$ac_exeext
12303 if { (ac_try="$ac_link"
12304 case "(($ac_try" in
12305   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12306   *) ac_try_echo=$ac_try;;
12307 esac
12308 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12309 $as_echo "$ac_try_echo") >&5
12310   (eval "$ac_link") 2>conftest.er1
12311   ac_status=$?
12312   grep -v '^ *+' conftest.er1 >conftest.err
12313   rm -f conftest.er1
12314   cat conftest.err >&5
12315   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12316   (exit $ac_status); } && {
12317          test -z "$ac_c_werror_flag" ||
12318          test ! -s conftest.err
12319        } && test -s conftest$ac_exeext && {
12320          test "$cross_compiling" = yes ||
12321          $as_test_x conftest$ac_exeext
12322        }; then
12323   ac_cv_lib_audio_AuCreateFlow=yes
12324 else
12325   $as_echo "$as_me: failed program was:" >&5
12326 sed 's/^/| /' conftest.$ac_ext >&5
12327
12328         ac_cv_lib_audio_AuCreateFlow=no
12329 fi
12330
12331 rm -rf conftest.dSYM
12332 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12333       conftest$ac_exeext conftest.$ac_ext
12334 LIBS=$ac_check_lib_save_LIBS
12335 fi
12336 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12337 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12338 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12339
12340 cat >>confdefs.h <<\_ACEOF
12341 #define HAVE_NAS 1
12342 _ACEOF
12343
12344                         { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12345 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12346 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12347   $as_echo_n "(cached) " >&6
12348 else
12349   ac_check_lib_save_LIBS=$LIBS
12350 LIBS="-lXau $X_LIBS $LIBS"
12351 cat >conftest.$ac_ext <<_ACEOF
12352 /* confdefs.h.  */
12353 _ACEOF
12354 cat confdefs.h >>conftest.$ac_ext
12355 cat >>conftest.$ac_ext <<_ACEOF
12356 /* end confdefs.h.  */
12357
12358 /* Override any GCC internal prototype to avoid an error.
12359    Use char because int might match the return type of a GCC
12360    builtin and then its argument prototype would still apply.  */
12361 #ifdef __cplusplus
12362 extern "C"
12363 #endif
12364 char XauGetBestAuthByAddr ();
12365 int
12366 main ()
12367 {
12368 return XauGetBestAuthByAddr ();
12369   ;
12370   return 0;
12371 }
12372 _ACEOF
12373 rm -f conftest.$ac_objext conftest$ac_exeext
12374 if { (ac_try="$ac_link"
12375 case "(($ac_try" in
12376   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12377   *) ac_try_echo=$ac_try;;
12378 esac
12379 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12380 $as_echo "$ac_try_echo") >&5
12381   (eval "$ac_link") 2>conftest.er1
12382   ac_status=$?
12383   grep -v '^ *+' conftest.er1 >conftest.err
12384   rm -f conftest.er1
12385   cat conftest.err >&5
12386   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12387   (exit $ac_status); } && {
12388          test -z "$ac_c_werror_flag" ||
12389          test ! -s conftest.err
12390        } && test -s conftest$ac_exeext && {
12391          test "$cross_compiling" = yes ||
12392          $as_test_x conftest$ac_exeext
12393        }; then
12394   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12395 else
12396   $as_echo "$as_me: failed program was:" >&5
12397 sed 's/^/| /' conftest.$ac_ext >&5
12398
12399         ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12400 fi
12401
12402 rm -rf conftest.dSYM
12403 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12404       conftest$ac_exeext conftest.$ac_ext
12405 LIBS=$ac_check_lib_save_LIBS
12406 fi
12407 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12408 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12409 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12410   NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12411 else
12412   NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12413 fi
12414
12415
12416 fi
12417
12418 fi
12419
12420 done
12421
12422
12423     CPPFLAGS="$ac_save_CPPFLAGS"
12424 else
12425     XLIB=""
12426     X_CFLAGS=""
12427     X_LIBS=""
12428     enable_winex11_drv=${enable_winex11_drv:-no}
12429     enable_opengl32=${enable_opengl32:-no}
12430     enable_glu32=${enable_glu32:-no}
12431 fi
12432 if test "x$XLIB" = "x"; then
12433   case "x$with_x" in
12434   xno) ;;
12435   *)   { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12436 without X support, which probably isn't what you want. You will need to install
12437 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12438 Use the --without-x option if you really want this." >&5
12439 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12440 without X support, which probably isn't what you want. You will need to install
12441 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12442 Use the --without-x option if you really want this." >&2;}
12443    { (exit 1); exit 1; }; } ;;
12444 esac
12445 fi
12446
12447
12448
12449 XML2LIBS=""
12450
12451 XML2INCL=""
12452
12453 XSLTINCL=""
12454
12455 if test "x$with_xml" != "xno"
12456 then
12457     ac_save_CPPFLAGS="$CPPFLAGS"
12458     if test "$PKG_CONFIG" != "false"
12459     then
12460         ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12461         ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12462     else
12463         ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12464         ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
12465     fi
12466     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12467
12468 for ac_header in libxml/parser.h
12469 do
12470 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12471 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12472   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12473 $as_echo_n "checking for $ac_header... " >&6; }
12474 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12475   $as_echo_n "(cached) " >&6
12476 fi
12477 ac_res=`eval 'as_val=${'$as_ac_Header'}
12478                  $as_echo "$as_val"'`
12479                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12480 $as_echo "$ac_res" >&6; }
12481 else
12482   # Is the header compilable?
12483 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12484 $as_echo_n "checking $ac_header usability... " >&6; }
12485 cat >conftest.$ac_ext <<_ACEOF
12486 /* confdefs.h.  */
12487 _ACEOF
12488 cat confdefs.h >>conftest.$ac_ext
12489 cat >>conftest.$ac_ext <<_ACEOF
12490 /* end confdefs.h.  */
12491 $ac_includes_default
12492 #include <$ac_header>
12493 _ACEOF
12494 rm -f conftest.$ac_objext
12495 if { (ac_try="$ac_compile"
12496 case "(($ac_try" in
12497   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12498   *) ac_try_echo=$ac_try;;
12499 esac
12500 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12501 $as_echo "$ac_try_echo") >&5
12502   (eval "$ac_compile") 2>conftest.er1
12503   ac_status=$?
12504   grep -v '^ *+' conftest.er1 >conftest.err
12505   rm -f conftest.er1
12506   cat conftest.err >&5
12507   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12508   (exit $ac_status); } && {
12509          test -z "$ac_c_werror_flag" ||
12510          test ! -s conftest.err
12511        } && test -s conftest.$ac_objext; then
12512   ac_header_compiler=yes
12513 else
12514   $as_echo "$as_me: failed program was:" >&5
12515 sed 's/^/| /' conftest.$ac_ext >&5
12516
12517         ac_header_compiler=no
12518 fi
12519
12520 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12521 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12522 $as_echo "$ac_header_compiler" >&6; }
12523
12524 # Is the header present?
12525 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12526 $as_echo_n "checking $ac_header presence... " >&6; }
12527 cat >conftest.$ac_ext <<_ACEOF
12528 /* confdefs.h.  */
12529 _ACEOF
12530 cat confdefs.h >>conftest.$ac_ext
12531 cat >>conftest.$ac_ext <<_ACEOF
12532 /* end confdefs.h.  */
12533 #include <$ac_header>
12534 _ACEOF
12535 if { (ac_try="$ac_cpp conftest.$ac_ext"
12536 case "(($ac_try" in
12537   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12538   *) ac_try_echo=$ac_try;;
12539 esac
12540 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12541 $as_echo "$ac_try_echo") >&5
12542   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12543   ac_status=$?
12544   grep -v '^ *+' conftest.er1 >conftest.err
12545   rm -f conftest.er1
12546   cat conftest.err >&5
12547   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12548   (exit $ac_status); } >/dev/null && {
12549          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12550          test ! -s conftest.err
12551        }; then
12552   ac_header_preproc=yes
12553 else
12554   $as_echo "$as_me: failed program was:" >&5
12555 sed 's/^/| /' conftest.$ac_ext >&5
12556
12557   ac_header_preproc=no
12558 fi
12559
12560 rm -f conftest.err conftest.$ac_ext
12561 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12562 $as_echo "$ac_header_preproc" >&6; }
12563
12564 # So?  What about this header?
12565 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12566   yes:no: )
12567     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12568 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12569     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12570 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12571     ac_header_preproc=yes
12572     ;;
12573   no:yes:* )
12574     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12575 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12576     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
12577 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
12578     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12579 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12580     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
12581 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
12582     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12583 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12584     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12585 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12586     ( cat <<\_ASBOX
12587 ## ------------------------------------ ##
12588 ## Report this to wine-devel@winehq.org ##
12589 ## ------------------------------------ ##
12590 _ASBOX
12591      ) | sed "s/^/$as_me: WARNING:     /" >&2
12592     ;;
12593 esac
12594 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12595 $as_echo_n "checking for $ac_header... " >&6; }
12596 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12597   $as_echo_n "(cached) " >&6
12598 else
12599   eval "$as_ac_Header=\$ac_header_preproc"
12600 fi
12601 ac_res=`eval 'as_val=${'$as_ac_Header'}
12602                  $as_echo "$as_val"'`
12603                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12604 $as_echo "$ac_res" >&6; }
12605
12606 fi
12607 as_val=`eval 'as_val=${'$as_ac_Header'}
12608                  $as_echo "$as_val"'`
12609    if test "x$as_val" = x""yes; then
12610   cat >>confdefs.h <<_ACEOF
12611 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12612 _ACEOF
12613  { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12614 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12615 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12616   $as_echo_n "(cached) " >&6
12617 else
12618   ac_check_lib_save_LIBS=$LIBS
12619 LIBS="-lxml2 $ac_xml_libs $LIBS"
12620 cat >conftest.$ac_ext <<_ACEOF
12621 /* confdefs.h.  */
12622 _ACEOF
12623 cat confdefs.h >>conftest.$ac_ext
12624 cat >>conftest.$ac_ext <<_ACEOF
12625 /* end confdefs.h.  */
12626
12627 /* Override any GCC internal prototype to avoid an error.
12628    Use char because int might match the return type of a GCC
12629    builtin and then its argument prototype would still apply.  */
12630 #ifdef __cplusplus
12631 extern "C"
12632 #endif
12633 char xmlParseMemory ();
12634 int
12635 main ()
12636 {
12637 return xmlParseMemory ();
12638   ;
12639   return 0;
12640 }
12641 _ACEOF
12642 rm -f conftest.$ac_objext conftest$ac_exeext
12643 if { (ac_try="$ac_link"
12644 case "(($ac_try" in
12645   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12646   *) ac_try_echo=$ac_try;;
12647 esac
12648 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12649 $as_echo "$ac_try_echo") >&5
12650   (eval "$ac_link") 2>conftest.er1
12651   ac_status=$?
12652   grep -v '^ *+' conftest.er1 >conftest.err
12653   rm -f conftest.er1
12654   cat conftest.err >&5
12655   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12656   (exit $ac_status); } && {
12657          test -z "$ac_c_werror_flag" ||
12658          test ! -s conftest.err
12659        } && test -s conftest$ac_exeext && {
12660          test "$cross_compiling" = yes ||
12661          $as_test_x conftest$ac_exeext
12662        }; then
12663   ac_cv_lib_xml2_xmlParseMemory=yes
12664 else
12665   $as_echo "$as_me: failed program was:" >&5
12666 sed 's/^/| /' conftest.$ac_ext >&5
12667
12668         ac_cv_lib_xml2_xmlParseMemory=no
12669 fi
12670
12671 rm -rf conftest.dSYM
12672 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12673       conftest$ac_exeext conftest.$ac_ext
12674 LIBS=$ac_check_lib_save_LIBS
12675 fi
12676 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12677 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12678 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12679
12680 cat >>confdefs.h <<\_ACEOF
12681 #define HAVE_LIBXML2 1
12682 _ACEOF
12683
12684                  XML2LIBS="$ac_xml_libs"
12685                  XML2INCL="$ac_xml_cflags"
12686 fi
12687
12688              { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12689 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12690 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12691   $as_echo_n "(cached) " >&6
12692 else
12693   ac_check_lib_save_LIBS=$LIBS
12694 LIBS="-lxml2 $ac_xml_libs $LIBS"
12695 cat >conftest.$ac_ext <<_ACEOF
12696 /* confdefs.h.  */
12697 _ACEOF
12698 cat confdefs.h >>conftest.$ac_ext
12699 cat >>conftest.$ac_ext <<_ACEOF
12700 /* end confdefs.h.  */
12701
12702 /* Override any GCC internal prototype to avoid an error.
12703    Use char because int might match the return type of a GCC
12704    builtin and then its argument prototype would still apply.  */
12705 #ifdef __cplusplus
12706 extern "C"
12707 #endif
12708 char xmlReadMemory ();
12709 int
12710 main ()
12711 {
12712 return xmlReadMemory ();
12713   ;
12714   return 0;
12715 }
12716 _ACEOF
12717 rm -f conftest.$ac_objext conftest$ac_exeext
12718 if { (ac_try="$ac_link"
12719 case "(($ac_try" in
12720   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12721   *) ac_try_echo=$ac_try;;
12722 esac
12723 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12724 $as_echo "$ac_try_echo") >&5
12725   (eval "$ac_link") 2>conftest.er1
12726   ac_status=$?
12727   grep -v '^ *+' conftest.er1 >conftest.err
12728   rm -f conftest.er1
12729   cat conftest.err >&5
12730   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12731   (exit $ac_status); } && {
12732          test -z "$ac_c_werror_flag" ||
12733          test ! -s conftest.err
12734        } && test -s conftest$ac_exeext && {
12735          test "$cross_compiling" = yes ||
12736          $as_test_x conftest$ac_exeext
12737        }; then
12738   ac_cv_lib_xml2_xmlReadMemory=yes
12739 else
12740   $as_echo "$as_me: failed program was:" >&5
12741 sed 's/^/| /' conftest.$ac_ext >&5
12742
12743         ac_cv_lib_xml2_xmlReadMemory=no
12744 fi
12745
12746 rm -rf conftest.dSYM
12747 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12748       conftest$ac_exeext conftest.$ac_ext
12749 LIBS=$ac_check_lib_save_LIBS
12750 fi
12751 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12752 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12753 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12754
12755 cat >>confdefs.h <<\_ACEOF
12756 #define HAVE_XMLREADMEMORY 1
12757 _ACEOF
12758
12759 fi
12760
12761              { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12762 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12763 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12764   $as_echo_n "(cached) " >&6
12765 else
12766   ac_check_lib_save_LIBS=$LIBS
12767 LIBS="-lxml2 $ac_xml_libs $LIBS"
12768 cat >conftest.$ac_ext <<_ACEOF
12769 /* confdefs.h.  */
12770 _ACEOF
12771 cat confdefs.h >>conftest.$ac_ext
12772 cat >>conftest.$ac_ext <<_ACEOF
12773 /* end confdefs.h.  */
12774
12775 /* Override any GCC internal prototype to avoid an error.
12776    Use char because int might match the return type of a GCC
12777    builtin and then its argument prototype would still apply.  */
12778 #ifdef __cplusplus
12779 extern "C"
12780 #endif
12781 char xmlNewDocPI ();
12782 int
12783 main ()
12784 {
12785 return xmlNewDocPI ();
12786   ;
12787   return 0;
12788 }
12789 _ACEOF
12790 rm -f conftest.$ac_objext conftest$ac_exeext
12791 if { (ac_try="$ac_link"
12792 case "(($ac_try" in
12793   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12794   *) ac_try_echo=$ac_try;;
12795 esac
12796 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12797 $as_echo "$ac_try_echo") >&5
12798   (eval "$ac_link") 2>conftest.er1
12799   ac_status=$?
12800   grep -v '^ *+' conftest.er1 >conftest.err
12801   rm -f conftest.er1
12802   cat conftest.err >&5
12803   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12804   (exit $ac_status); } && {
12805          test -z "$ac_c_werror_flag" ||
12806          test ! -s conftest.err
12807        } && test -s conftest$ac_exeext && {
12808          test "$cross_compiling" = yes ||
12809          $as_test_x conftest$ac_exeext
12810        }; then
12811   ac_cv_lib_xml2_xmlNewDocPI=yes
12812 else
12813   $as_echo "$as_me: failed program was:" >&5
12814 sed 's/^/| /' conftest.$ac_ext >&5
12815
12816         ac_cv_lib_xml2_xmlNewDocPI=no
12817 fi
12818
12819 rm -rf conftest.dSYM
12820 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12821       conftest$ac_exeext conftest.$ac_ext
12822 LIBS=$ac_check_lib_save_LIBS
12823 fi
12824 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12825 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12826 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12827
12828 cat >>confdefs.h <<\_ACEOF
12829 #define HAVE_XMLNEWDOCPI 1
12830 _ACEOF
12831
12832 fi
12833
12834
12835 fi
12836
12837 done
12838
12839     CPPFLAGS="$ac_save_CPPFLAGS"
12840 fi
12841 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12842   case "x$with_xml" in
12843   x)   wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12844   xno) ;;
12845   *)   { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12846 This is an error since --with-xml was requested." >&5
12847 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12848 This is an error since --with-xml was requested." >&2;}
12849    { (exit 1); exit 1; }; } ;;
12850 esac
12851 fi
12852
12853
12854 if test "x$with_xslt" != "xno"
12855 then
12856     if test "$PKG_CONFIG" != "false"
12857     then
12858         ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12859         ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12860     else
12861         ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12862         ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12863     fi
12864     ac_save_CPPFLAGS="$CPPFLAGS"
12865     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12866
12867
12868 for ac_header in libxslt/pattern.h libxslt/transform.h
12869 do
12870 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12871 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12872 $as_echo_n "checking for $ac_header... " >&6; }
12873 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12874   $as_echo_n "(cached) " >&6
12875 else
12876   cat >conftest.$ac_ext <<_ACEOF
12877 /* confdefs.h.  */
12878 _ACEOF
12879 cat confdefs.h >>conftest.$ac_ext
12880 cat >>conftest.$ac_ext <<_ACEOF
12881 /* end confdefs.h.  */
12882 #ifdef HAVE_LIBXSLT_PATTERN_H
12883 # include <libxslt/pattern.h>
12884 #endif
12885
12886 #include <$ac_header>
12887 _ACEOF
12888 rm -f conftest.$ac_objext
12889 if { (ac_try="$ac_compile"
12890 case "(($ac_try" in
12891   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12892   *) ac_try_echo=$ac_try;;
12893 esac
12894 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12895 $as_echo "$ac_try_echo") >&5
12896   (eval "$ac_compile") 2>conftest.er1
12897   ac_status=$?
12898   grep -v '^ *+' conftest.er1 >conftest.err
12899   rm -f conftest.er1
12900   cat conftest.err >&5
12901   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12902   (exit $ac_status); } && {
12903          test -z "$ac_c_werror_flag" ||
12904          test ! -s conftest.err
12905        } && test -s conftest.$ac_objext; then
12906   eval "$as_ac_Header=yes"
12907 else
12908   $as_echo "$as_me: failed program was:" >&5
12909 sed 's/^/| /' conftest.$ac_ext >&5
12910
12911         eval "$as_ac_Header=no"
12912 fi
12913
12914 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12915 fi
12916 ac_res=`eval 'as_val=${'$as_ac_Header'}
12917                  $as_echo "$as_val"'`
12918                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12919 $as_echo "$ac_res" >&6; }
12920 as_val=`eval 'as_val=${'$as_ac_Header'}
12921                  $as_echo "$as_val"'`
12922    if test "x$as_val" = x""yes; then
12923   cat >>confdefs.h <<_ACEOF
12924 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12925 _ACEOF
12926
12927 fi
12928
12929 done
12930
12931     CPPFLAGS="$ac_save_CPPFLAGS"
12932     if test "$ac_cv_header_libxslt_transform_h" = "yes"
12933     then
12934         { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12935 $as_echo_n "checking for -lxslt... " >&6; }
12936 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12937   $as_echo_n "(cached) " >&6
12938 else
12939   ac_check_soname_save_LIBS=$LIBS
12940 LIBS="-lxslt $ac_xslt_libs $LIBS"
12941   cat >conftest.$ac_ext <<_ACEOF
12942 /* confdefs.h.  */
12943 _ACEOF
12944 cat confdefs.h >>conftest.$ac_ext
12945 cat >>conftest.$ac_ext <<_ACEOF
12946 /* end confdefs.h.  */
12947
12948 /* Override any GCC internal prototype to avoid an error.
12949    Use char because int might match the return type of a GCC
12950    builtin and then its argument prototype would still apply.  */
12951 #ifdef __cplusplus
12952 extern "C"
12953 #endif
12954 char xsltCompilePattern ();
12955 int
12956 main ()
12957 {
12958 return xsltCompilePattern ();
12959   ;
12960   return 0;
12961 }
12962 _ACEOF
12963 rm -f conftest.$ac_objext conftest$ac_exeext
12964 if { (ac_try="$ac_link"
12965 case "(($ac_try" in
12966   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12967   *) ac_try_echo=$ac_try;;
12968 esac
12969 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12970 $as_echo "$ac_try_echo") >&5
12971   (eval "$ac_link") 2>conftest.er1
12972   ac_status=$?
12973   grep -v '^ *+' conftest.er1 >conftest.err
12974   rm -f conftest.er1
12975   cat conftest.err >&5
12976   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12977   (exit $ac_status); } && {
12978          test -z "$ac_c_werror_flag" ||
12979          test ! -s conftest.err
12980        } && test -s conftest$ac_exeext && {
12981          test "$cross_compiling" = yes ||
12982          $as_test_x conftest$ac_exeext
12983        }; then
12984   case "$LIBEXT" in
12985     dll) ;;
12986     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'` ;;
12987     *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
12988   esac
12989 else
12990   $as_echo "$as_me: failed program was:" >&5
12991 sed 's/^/| /' conftest.$ac_ext >&5
12992
12993
12994 fi
12995
12996 rm -rf conftest.dSYM
12997 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12998       conftest$ac_exeext conftest.$ac_ext
12999   LIBS=$ac_check_soname_save_LIBS
13000 fi
13001 if test "x$ac_cv_lib_soname_xslt" = "x"; then
13002   { $as_echo "$as_me:$LINENO: result: not found" >&5
13003 $as_echo "not found" >&6; }
13004
13005 else
13006   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
13007 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
13008
13009 cat >>confdefs.h <<_ACEOF
13010 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
13011 _ACEOF
13012
13013        XSLTINCL="$ac_xslt_cflags"
13014 fi
13015
13016     fi
13017 fi
13018 if test "x$ac_cv_lib_soname_xslt" = "x"; then
13019   case "x$with_xslt" in
13020   x)   wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
13021   xno) ;;
13022   *)   { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
13023 This is an error since --with-xslt was requested." >&5
13024 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
13025 This is an error since --with-xslt was requested." >&2;}
13026    { (exit 1); exit 1; }; } ;;
13027 esac
13028 fi
13029
13030
13031 HALINCL=""
13032
13033 if test "x$with_hal" != "xno"
13034 then
13035     ac_save_CPPFLAGS="$CPPFLAGS"
13036     if test "$PKG_CONFIG" != "false"
13037     then
13038         ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
13039         ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
13040         CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
13041     fi
13042
13043
13044 for ac_header in dbus/dbus.h hal/libhal.h
13045 do
13046 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13047 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13048   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13049 $as_echo_n "checking for $ac_header... " >&6; }
13050 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13051   $as_echo_n "(cached) " >&6
13052 fi
13053 ac_res=`eval 'as_val=${'$as_ac_Header'}
13054                  $as_echo "$as_val"'`
13055                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13056 $as_echo "$ac_res" >&6; }
13057 else
13058   # Is the header compilable?
13059 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
13060 $as_echo_n "checking $ac_header usability... " >&6; }
13061 cat >conftest.$ac_ext <<_ACEOF
13062 /* confdefs.h.  */
13063 _ACEOF
13064 cat confdefs.h >>conftest.$ac_ext
13065 cat >>conftest.$ac_ext <<_ACEOF
13066 /* end confdefs.h.  */
13067 $ac_includes_default
13068 #include <$ac_header>
13069 _ACEOF
13070 rm -f conftest.$ac_objext
13071 if { (ac_try="$ac_compile"
13072 case "(($ac_try" in
13073   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13074   *) ac_try_echo=$ac_try;;
13075 esac
13076 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13077 $as_echo "$ac_try_echo") >&5
13078   (eval "$ac_compile") 2>conftest.er1
13079   ac_status=$?
13080   grep -v '^ *+' conftest.er1 >conftest.err
13081   rm -f conftest.er1
13082   cat conftest.err >&5
13083   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13084   (exit $ac_status); } && {
13085          test -z "$ac_c_werror_flag" ||
13086          test ! -s conftest.err
13087        } && test -s conftest.$ac_objext; then
13088   ac_header_compiler=yes
13089 else
13090   $as_echo "$as_me: failed program was:" >&5
13091 sed 's/^/| /' conftest.$ac_ext >&5
13092
13093         ac_header_compiler=no
13094 fi
13095
13096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13097 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13098 $as_echo "$ac_header_compiler" >&6; }
13099
13100 # Is the header present?
13101 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
13102 $as_echo_n "checking $ac_header presence... " >&6; }
13103 cat >conftest.$ac_ext <<_ACEOF
13104 /* confdefs.h.  */
13105 _ACEOF
13106 cat confdefs.h >>conftest.$ac_ext
13107 cat >>conftest.$ac_ext <<_ACEOF
13108 /* end confdefs.h.  */
13109 #include <$ac_header>
13110 _ACEOF
13111 if { (ac_try="$ac_cpp conftest.$ac_ext"
13112 case "(($ac_try" in
13113   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13114   *) ac_try_echo=$ac_try;;
13115 esac
13116 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13117 $as_echo "$ac_try_echo") >&5
13118   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13119   ac_status=$?
13120   grep -v '^ *+' conftest.er1 >conftest.err
13121   rm -f conftest.er1
13122   cat conftest.err >&5
13123   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13124   (exit $ac_status); } >/dev/null && {
13125          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13126          test ! -s conftest.err
13127        }; then
13128   ac_header_preproc=yes
13129 else
13130   $as_echo "$as_me: failed program was:" >&5
13131 sed 's/^/| /' conftest.$ac_ext >&5
13132
13133   ac_header_preproc=no
13134 fi
13135
13136 rm -f conftest.err conftest.$ac_ext
13137 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13138 $as_echo "$ac_header_preproc" >&6; }
13139
13140 # So?  What about this header?
13141 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13142   yes:no: )
13143     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
13144 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
13145     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
13146 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
13147     ac_header_preproc=yes
13148     ;;
13149   no:yes:* )
13150     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
13151 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
13152     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
13153 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
13154     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
13155 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
13156     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
13157 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
13158     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
13159 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
13160     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
13161 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
13162     ( cat <<\_ASBOX
13163 ## ------------------------------------ ##
13164 ## Report this to wine-devel@winehq.org ##
13165 ## ------------------------------------ ##
13166 _ASBOX
13167      ) | sed "s/^/$as_me: WARNING:     /" >&2
13168     ;;
13169 esac
13170 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13171 $as_echo_n "checking for $ac_header... " >&6; }
13172 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13173   $as_echo_n "(cached) " >&6
13174 else
13175   eval "$as_ac_Header=\$ac_header_preproc"
13176 fi
13177 ac_res=`eval 'as_val=${'$as_ac_Header'}
13178                  $as_echo "$as_val"'`
13179                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13180 $as_echo "$ac_res" >&6; }
13181
13182 fi
13183 as_val=`eval 'as_val=${'$as_ac_Header'}
13184                  $as_echo "$as_val"'`
13185    if test "x$as_val" = x""yes; then
13186   cat >>confdefs.h <<_ACEOF
13187 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13188 _ACEOF
13189
13190 fi
13191
13192 done
13193
13194     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13195     then
13196         { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13197 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13198 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13199   $as_echo_n "(cached) " >&6
13200 else
13201   ac_check_lib_save_LIBS=$LIBS
13202 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13203 cat >conftest.$ac_ext <<_ACEOF
13204 /* confdefs.h.  */
13205 _ACEOF
13206 cat confdefs.h >>conftest.$ac_ext
13207 cat >>conftest.$ac_ext <<_ACEOF
13208 /* end confdefs.h.  */
13209
13210 /* Override any GCC internal prototype to avoid an error.
13211    Use char because int might match the return type of a GCC
13212    builtin and then its argument prototype would still apply.  */
13213 #ifdef __cplusplus
13214 extern "C"
13215 #endif
13216 char dbus_connection_close ();
13217 int
13218 main ()
13219 {
13220 return dbus_connection_close ();
13221   ;
13222   return 0;
13223 }
13224 _ACEOF
13225 rm -f conftest.$ac_objext conftest$ac_exeext
13226 if { (ac_try="$ac_link"
13227 case "(($ac_try" in
13228   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13229   *) ac_try_echo=$ac_try;;
13230 esac
13231 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13232 $as_echo "$ac_try_echo") >&5
13233   (eval "$ac_link") 2>conftest.er1
13234   ac_status=$?
13235   grep -v '^ *+' conftest.er1 >conftest.err
13236   rm -f conftest.er1
13237   cat conftest.err >&5
13238   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13239   (exit $ac_status); } && {
13240          test -z "$ac_c_werror_flag" ||
13241          test ! -s conftest.err
13242        } && test -s conftest$ac_exeext && {
13243          test "$cross_compiling" = yes ||
13244          $as_test_x conftest$ac_exeext
13245        }; then
13246   ac_cv_lib_dbus_1_dbus_connection_close=yes
13247 else
13248   $as_echo "$as_me: failed program was:" >&5
13249 sed 's/^/| /' conftest.$ac_ext >&5
13250
13251         ac_cv_lib_dbus_1_dbus_connection_close=no
13252 fi
13253
13254 rm -rf conftest.dSYM
13255 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13256       conftest$ac_exeext conftest.$ac_ext
13257 LIBS=$ac_check_lib_save_LIBS
13258 fi
13259 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13260 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13261 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13262   { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13263 $as_echo_n "checking for -lhal... " >&6; }
13264 if test "${ac_cv_lib_soname_hal+set}" = set; then
13265   $as_echo_n "(cached) " >&6
13266 else
13267   ac_check_soname_save_LIBS=$LIBS
13268 LIBS="-lhal $ac_hal_libs $LIBS"
13269   cat >conftest.$ac_ext <<_ACEOF
13270 /* confdefs.h.  */
13271 _ACEOF
13272 cat confdefs.h >>conftest.$ac_ext
13273 cat >>conftest.$ac_ext <<_ACEOF
13274 /* end confdefs.h.  */
13275
13276 /* Override any GCC internal prototype to avoid an error.
13277    Use char because int might match the return type of a GCC
13278    builtin and then its argument prototype would still apply.  */
13279 #ifdef __cplusplus
13280 extern "C"
13281 #endif
13282 char libhal_ctx_new ();
13283 int
13284 main ()
13285 {
13286 return libhal_ctx_new ();
13287   ;
13288   return 0;
13289 }
13290 _ACEOF
13291 rm -f conftest.$ac_objext conftest$ac_exeext
13292 if { (ac_try="$ac_link"
13293 case "(($ac_try" in
13294   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13295   *) ac_try_echo=$ac_try;;
13296 esac
13297 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13298 $as_echo "$ac_try_echo") >&5
13299   (eval "$ac_link") 2>conftest.er1
13300   ac_status=$?
13301   grep -v '^ *+' conftest.er1 >conftest.err
13302   rm -f conftest.er1
13303   cat conftest.err >&5
13304   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13305   (exit $ac_status); } && {
13306          test -z "$ac_c_werror_flag" ||
13307          test ! -s conftest.err
13308        } && test -s conftest$ac_exeext && {
13309          test "$cross_compiling" = yes ||
13310          $as_test_x conftest$ac_exeext
13311        }; then
13312   case "$LIBEXT" in
13313     dll) ;;
13314     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'` ;;
13315     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
13316   esac
13317 else
13318   $as_echo "$as_me: failed program was:" >&5
13319 sed 's/^/| /' conftest.$ac_ext >&5
13320
13321
13322 fi
13323
13324 rm -rf conftest.dSYM
13325 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13326       conftest$ac_exeext conftest.$ac_ext
13327   LIBS=$ac_check_soname_save_LIBS
13328 fi
13329 if test "x$ac_cv_lib_soname_hal" = "x"; then
13330   { $as_echo "$as_me:$LINENO: result: not found" >&5
13331 $as_echo "not found" >&6; }
13332
13333 else
13334   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13335 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13336
13337 cat >>confdefs.h <<_ACEOF
13338 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13339 _ACEOF
13340
13341        HALINCL="$ac_hal_cflags"
13342 fi
13343
13344 fi
13345
13346     fi
13347     CPPFLAGS="$ac_save_CPPFLAGS"
13348 fi
13349 if test "x$ac_cv_lib_soname_hal" = "x"; then
13350   case "x$with_hal" in
13351   x)   wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13352   xno) ;;
13353   *)   { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13354 This is an error since --with-hal was requested." >&5
13355 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13356 This is an error since --with-hal was requested." >&2;}
13357    { (exit 1); exit 1; }; } ;;
13358 esac
13359 fi
13360
13361
13362 if test "x$with_gnutls" != "xno"
13363 then
13364     ac_save_CPPFLAGS="$CPPFLAGS"
13365     if test "$PKG_CONFIG" != "false"
13366     then
13367         ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13368         ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13369         CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13370     fi
13371     if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13372   { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13373 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13374 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13375   $as_echo_n "(cached) " >&6
13376 fi
13377 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13378 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13379 else
13380   # Is the header compilable?
13381 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13382 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13383 cat >conftest.$ac_ext <<_ACEOF
13384 /* confdefs.h.  */
13385 _ACEOF
13386 cat confdefs.h >>conftest.$ac_ext
13387 cat >>conftest.$ac_ext <<_ACEOF
13388 /* end confdefs.h.  */
13389 $ac_includes_default
13390 #include <gnutls/gnutls.h>
13391 _ACEOF
13392 rm -f conftest.$ac_objext
13393 if { (ac_try="$ac_compile"
13394 case "(($ac_try" in
13395   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13396   *) ac_try_echo=$ac_try;;
13397 esac
13398 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13399 $as_echo "$ac_try_echo") >&5
13400   (eval "$ac_compile") 2>conftest.er1
13401   ac_status=$?
13402   grep -v '^ *+' conftest.er1 >conftest.err
13403   rm -f conftest.er1
13404   cat conftest.err >&5
13405   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13406   (exit $ac_status); } && {
13407          test -z "$ac_c_werror_flag" ||
13408          test ! -s conftest.err
13409        } && test -s conftest.$ac_objext; then
13410   ac_header_compiler=yes
13411 else
13412   $as_echo "$as_me: failed program was:" >&5
13413 sed 's/^/| /' conftest.$ac_ext >&5
13414
13415         ac_header_compiler=no
13416 fi
13417
13418 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13419 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13420 $as_echo "$ac_header_compiler" >&6; }
13421
13422 # Is the header present?
13423 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13424 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13425 cat >conftest.$ac_ext <<_ACEOF
13426 /* confdefs.h.  */
13427 _ACEOF
13428 cat confdefs.h >>conftest.$ac_ext
13429 cat >>conftest.$ac_ext <<_ACEOF
13430 /* end confdefs.h.  */
13431 #include <gnutls/gnutls.h>
13432 _ACEOF
13433 if { (ac_try="$ac_cpp conftest.$ac_ext"
13434 case "(($ac_try" in
13435   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13436   *) ac_try_echo=$ac_try;;
13437 esac
13438 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13439 $as_echo "$ac_try_echo") >&5
13440   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13441   ac_status=$?
13442   grep -v '^ *+' conftest.er1 >conftest.err
13443   rm -f conftest.er1
13444   cat conftest.err >&5
13445   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13446   (exit $ac_status); } >/dev/null && {
13447          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13448          test ! -s conftest.err
13449        }; then
13450   ac_header_preproc=yes
13451 else
13452   $as_echo "$as_me: failed program was:" >&5
13453 sed 's/^/| /' conftest.$ac_ext >&5
13454
13455   ac_header_preproc=no
13456 fi
13457
13458 rm -f conftest.err conftest.$ac_ext
13459 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13460 $as_echo "$ac_header_preproc" >&6; }
13461
13462 # So?  What about this header?
13463 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13464   yes:no: )
13465     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13466 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13467     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13468 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13469     ac_header_preproc=yes
13470     ;;
13471   no:yes:* )
13472     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13473 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13474     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&5
13475 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     check for missing prerequisite headers?" >&2;}
13476     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13477 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13478     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&5
13479 $as_echo "$as_me: WARNING: gnutls/gnutls.h:     section \"Present But Cannot Be Compiled\"" >&2;}
13480     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13481 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13482     { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13483 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13484     ( cat <<\_ASBOX
13485 ## ------------------------------------ ##
13486 ## Report this to wine-devel@winehq.org ##
13487 ## ------------------------------------ ##
13488 _ASBOX
13489      ) | sed "s/^/$as_me: WARNING:     /" >&2
13490     ;;
13491 esac
13492 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13493 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13494 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13495   $as_echo_n "(cached) " >&6
13496 else
13497   ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13498 fi
13499 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13500 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13501
13502 fi
13503 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13504   cat >conftest.$ac_ext <<_ACEOF
13505 /* confdefs.h.  */
13506 _ACEOF
13507 cat confdefs.h >>conftest.$ac_ext
13508 cat >>conftest.$ac_ext <<_ACEOF
13509 /* end confdefs.h.  */
13510 #include <gnutls/gnutls.h>
13511 int
13512 main ()
13513 {
13514 typeof(gnutls_mac_get_key_size) *pfunc;
13515   ;
13516   return 0;
13517 }
13518 _ACEOF
13519 rm -f conftest.$ac_objext
13520 if { (ac_try="$ac_compile"
13521 case "(($ac_try" in
13522   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13523   *) ac_try_echo=$ac_try;;
13524 esac
13525 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13526 $as_echo "$ac_try_echo") >&5
13527   (eval "$ac_compile") 2>conftest.er1
13528   ac_status=$?
13529   grep -v '^ *+' conftest.er1 >conftest.err
13530   rm -f conftest.er1
13531   cat conftest.err >&5
13532   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13533   (exit $ac_status); } && {
13534          test -z "$ac_c_werror_flag" ||
13535          test ! -s conftest.err
13536        } && test -s conftest.$ac_objext; then
13537   { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13538 $as_echo_n "checking for -lgnutls... " >&6; }
13539 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13540   $as_echo_n "(cached) " >&6
13541 else
13542   ac_check_soname_save_LIBS=$LIBS
13543 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13544   cat >conftest.$ac_ext <<_ACEOF
13545 /* confdefs.h.  */
13546 _ACEOF
13547 cat confdefs.h >>conftest.$ac_ext
13548 cat >>conftest.$ac_ext <<_ACEOF
13549 /* end confdefs.h.  */
13550
13551 /* Override any GCC internal prototype to avoid an error.
13552    Use char because int might match the return type of a GCC
13553    builtin and then its argument prototype would still apply.  */
13554 #ifdef __cplusplus
13555 extern "C"
13556 #endif
13557 char gnutls_global_init ();
13558 int
13559 main ()
13560 {
13561 return gnutls_global_init ();
13562   ;
13563   return 0;
13564 }
13565 _ACEOF
13566 rm -f conftest.$ac_objext conftest$ac_exeext
13567 if { (ac_try="$ac_link"
13568 case "(($ac_try" in
13569   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13570   *) ac_try_echo=$ac_try;;
13571 esac
13572 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13573 $as_echo "$ac_try_echo") >&5
13574   (eval "$ac_link") 2>conftest.er1
13575   ac_status=$?
13576   grep -v '^ *+' conftest.er1 >conftest.err
13577   rm -f conftest.er1
13578   cat conftest.err >&5
13579   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13580   (exit $ac_status); } && {
13581          test -z "$ac_c_werror_flag" ||
13582          test ! -s conftest.err
13583        } && test -s conftest$ac_exeext && {
13584          test "$cross_compiling" = yes ||
13585          $as_test_x conftest$ac_exeext
13586        }; then
13587   case "$LIBEXT" in
13588     dll) ;;
13589     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'` ;;
13590     *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13591   esac
13592 else
13593   $as_echo "$as_me: failed program was:" >&5
13594 sed 's/^/| /' conftest.$ac_ext >&5
13595
13596
13597 fi
13598
13599 rm -rf conftest.dSYM
13600 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13601       conftest$ac_exeext conftest.$ac_ext
13602   LIBS=$ac_check_soname_save_LIBS
13603 fi
13604 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13605   { $as_echo "$as_me:$LINENO: result: not found" >&5
13606 $as_echo "not found" >&6; }
13607
13608 else
13609   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13610 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13611
13612 cat >>confdefs.h <<_ACEOF
13613 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13614 _ACEOF
13615
13616        GNUTLSINCL="$ac_gnutls_cflags"
13617
13618 fi
13619
13620 else
13621   $as_echo "$as_me: failed program was:" >&5
13622 sed 's/^/| /' conftest.$ac_ext >&5
13623
13624
13625 fi
13626
13627 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13628 fi
13629
13630
13631     CPPFLAGS="$ac_save_CPPFLAGS"
13632 fi
13633 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13634   case "x$with_gnutls" in
13635   x)   wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13636   xno) ;;
13637   *)   { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13638 This is an error since --with-gnutls was requested." >&5
13639 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13640 This is an error since --with-gnutls was requested." >&2;}
13641    { (exit 1); exit 1; }; } ;;
13642 esac
13643 fi
13644
13645
13646 CURSESLIBS=""
13647 if test "$ac_cv_header_ncurses_h" = "yes"
13648 then
13649     { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13650 $as_echo_n "checking for -lncurses... " >&6; }
13651 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13652   $as_echo_n "(cached) " >&6
13653 else
13654   ac_check_soname_save_LIBS=$LIBS
13655 LIBS="-lncurses  $LIBS"
13656   cat >conftest.$ac_ext <<_ACEOF
13657 /* confdefs.h.  */
13658 _ACEOF
13659 cat confdefs.h >>conftest.$ac_ext
13660 cat >>conftest.$ac_ext <<_ACEOF
13661 /* end confdefs.h.  */
13662
13663 /* Override any GCC internal prototype to avoid an error.
13664    Use char because int might match the return type of a GCC
13665    builtin and then its argument prototype would still apply.  */
13666 #ifdef __cplusplus
13667 extern "C"
13668 #endif
13669 char waddch ();
13670 int
13671 main ()
13672 {
13673 return waddch ();
13674   ;
13675   return 0;
13676 }
13677 _ACEOF
13678 rm -f conftest.$ac_objext conftest$ac_exeext
13679 if { (ac_try="$ac_link"
13680 case "(($ac_try" in
13681   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13682   *) ac_try_echo=$ac_try;;
13683 esac
13684 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13685 $as_echo "$ac_try_echo") >&5
13686   (eval "$ac_link") 2>conftest.er1
13687   ac_status=$?
13688   grep -v '^ *+' conftest.er1 >conftest.err
13689   rm -f conftest.er1
13690   cat conftest.err >&5
13691   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13692   (exit $ac_status); } && {
13693          test -z "$ac_c_werror_flag" ||
13694          test ! -s conftest.err
13695        } && test -s conftest$ac_exeext && {
13696          test "$cross_compiling" = yes ||
13697          $as_test_x conftest$ac_exeext
13698        }; then
13699   case "$LIBEXT" in
13700     dll) ;;
13701     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'` ;;
13702     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
13703   esac
13704 else
13705   $as_echo "$as_me: failed program was:" >&5
13706 sed 's/^/| /' conftest.$ac_ext >&5
13707
13708
13709 fi
13710
13711 rm -rf conftest.dSYM
13712 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13713       conftest$ac_exeext conftest.$ac_ext
13714   LIBS=$ac_check_soname_save_LIBS
13715 fi
13716 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13717   { $as_echo "$as_me:$LINENO: result: not found" >&5
13718 $as_echo "not found" >&6; }
13719
13720 else
13721   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13722 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13723
13724 cat >>confdefs.h <<_ACEOF
13725 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13726 _ACEOF
13727
13728        CURSESLIBS="-lncurses"
13729 fi
13730
13731 elif test "$ac_cv_header_curses_h" = "yes"
13732 then
13733     { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13734 $as_echo_n "checking for -lcurses... " >&6; }
13735 if test "${ac_cv_lib_soname_curses+set}" = set; then
13736   $as_echo_n "(cached) " >&6
13737 else
13738   ac_check_soname_save_LIBS=$LIBS
13739 LIBS="-lcurses  $LIBS"
13740   cat >conftest.$ac_ext <<_ACEOF
13741 /* confdefs.h.  */
13742 _ACEOF
13743 cat confdefs.h >>conftest.$ac_ext
13744 cat >>conftest.$ac_ext <<_ACEOF
13745 /* end confdefs.h.  */
13746
13747 /* Override any GCC internal prototype to avoid an error.
13748    Use char because int might match the return type of a GCC
13749    builtin and then its argument prototype would still apply.  */
13750 #ifdef __cplusplus
13751 extern "C"
13752 #endif
13753 char waddch ();
13754 int
13755 main ()
13756 {
13757 return waddch ();
13758   ;
13759   return 0;
13760 }
13761 _ACEOF
13762 rm -f conftest.$ac_objext conftest$ac_exeext
13763 if { (ac_try="$ac_link"
13764 case "(($ac_try" in
13765   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13766   *) ac_try_echo=$ac_try;;
13767 esac
13768 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13769 $as_echo "$ac_try_echo") >&5
13770   (eval "$ac_link") 2>conftest.er1
13771   ac_status=$?
13772   grep -v '^ *+' conftest.er1 >conftest.err
13773   rm -f conftest.er1
13774   cat conftest.err >&5
13775   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13776   (exit $ac_status); } && {
13777          test -z "$ac_c_werror_flag" ||
13778          test ! -s conftest.err
13779        } && test -s conftest$ac_exeext && {
13780          test "$cross_compiling" = yes ||
13781          $as_test_x conftest$ac_exeext
13782        }; then
13783   case "$LIBEXT" in
13784     dll) ;;
13785     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'` ;;
13786     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13787   esac
13788 else
13789   $as_echo "$as_me: failed program was:" >&5
13790 sed 's/^/| /' conftest.$ac_ext >&5
13791
13792
13793 fi
13794
13795 rm -rf conftest.dSYM
13796 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13797       conftest$ac_exeext conftest.$ac_ext
13798   LIBS=$ac_check_soname_save_LIBS
13799 fi
13800 if test "x$ac_cv_lib_soname_curses" = "x"; then
13801   { $as_echo "$as_me:$LINENO: result: not found" >&5
13802 $as_echo "not found" >&6; }
13803
13804 else
13805   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13806 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13807
13808 cat >>confdefs.h <<_ACEOF
13809 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13810 _ACEOF
13811
13812        CURSESLIBS="-lcurses"
13813 fi
13814
13815 fi
13816 ac_save_LIBS="$LIBS"
13817 LIBS="$LIBS $CURSESLIBS"
13818
13819 for ac_func in mousemask
13820 do
13821 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13822 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13823 $as_echo_n "checking for $ac_func... " >&6; }
13824 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13825   $as_echo_n "(cached) " >&6
13826 else
13827   cat >conftest.$ac_ext <<_ACEOF
13828 /* confdefs.h.  */
13829 _ACEOF
13830 cat confdefs.h >>conftest.$ac_ext
13831 cat >>conftest.$ac_ext <<_ACEOF
13832 /* end confdefs.h.  */
13833 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13834    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13835 #define $ac_func innocuous_$ac_func
13836
13837 /* System header to define __stub macros and hopefully few prototypes,
13838     which can conflict with char $ac_func (); below.
13839     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13840     <limits.h> exists even on freestanding compilers.  */
13841
13842 #ifdef __STDC__
13843 # include <limits.h>
13844 #else
13845 # include <assert.h>
13846 #endif
13847
13848 #undef $ac_func
13849
13850 /* Override any GCC internal prototype to avoid an error.
13851    Use char because int might match the return type of a GCC
13852    builtin and then its argument prototype would still apply.  */
13853 #ifdef __cplusplus
13854 extern "C"
13855 #endif
13856 char $ac_func ();
13857 /* The GNU C library defines this for functions which it implements
13858     to always fail with ENOSYS.  Some functions are actually named
13859     something starting with __ and the normal name is an alias.  */
13860 #if defined __stub_$ac_func || defined __stub___$ac_func
13861 choke me
13862 #endif
13863
13864 int
13865 main ()
13866 {
13867 return $ac_func ();
13868   ;
13869   return 0;
13870 }
13871 _ACEOF
13872 rm -f conftest.$ac_objext conftest$ac_exeext
13873 if { (ac_try="$ac_link"
13874 case "(($ac_try" in
13875   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13876   *) ac_try_echo=$ac_try;;
13877 esac
13878 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13879 $as_echo "$ac_try_echo") >&5
13880   (eval "$ac_link") 2>conftest.er1
13881   ac_status=$?
13882   grep -v '^ *+' conftest.er1 >conftest.err
13883   rm -f conftest.er1
13884   cat conftest.err >&5
13885   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13886   (exit $ac_status); } && {
13887          test -z "$ac_c_werror_flag" ||
13888          test ! -s conftest.err
13889        } && test -s conftest$ac_exeext && {
13890          test "$cross_compiling" = yes ||
13891          $as_test_x conftest$ac_exeext
13892        }; then
13893   eval "$as_ac_var=yes"
13894 else
13895   $as_echo "$as_me: failed program was:" >&5
13896 sed 's/^/| /' conftest.$ac_ext >&5
13897
13898         eval "$as_ac_var=no"
13899 fi
13900
13901 rm -rf conftest.dSYM
13902 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13903       conftest$ac_exeext conftest.$ac_ext
13904 fi
13905 ac_res=`eval 'as_val=${'$as_ac_var'}
13906                  $as_echo "$as_val"'`
13907                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13908 $as_echo "$ac_res" >&6; }
13909 as_val=`eval 'as_val=${'$as_ac_var'}
13910                  $as_echo "$as_val"'`
13911    if test "x$as_val" = x""yes; then
13912   cat >>confdefs.h <<_ACEOF
13913 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13914 _ACEOF
13915
13916 fi
13917 done
13918
13919 LIBS="$ac_save_LIBS"
13920 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13921   case "x$with_curses" in
13922   x)   wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13923   xno) ;;
13924   *)   { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13925 This is an error since --with-curses was requested." >&5
13926 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13927 This is an error since --with-curses was requested." >&2;}
13928    { (exit 1); exit 1; }; } ;;
13929 esac
13930 fi
13931
13932
13933 if test "x$with_sane" != "xno"
13934 then
13935     ac_save_CPPFLAGS="$CPPFLAGS"
13936     # Extract the first word of "sane-config", so it can be a program name with args.
13937 set dummy sane-config; ac_word=$2
13938 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13939 $as_echo_n "checking for $ac_word... " >&6; }
13940 if test "${ac_cv_prog_sane_devel+set}" = set; then
13941   $as_echo_n "(cached) " >&6
13942 else
13943   if test -n "$sane_devel"; then
13944   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13945 else
13946 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13947 for as_dir in $PATH
13948 do
13949   IFS=$as_save_IFS
13950   test -z "$as_dir" && as_dir=.
13951   for ac_exec_ext in '' $ac_executable_extensions; do
13952   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13953     ac_cv_prog_sane_devel="sane-config"
13954     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13955     break 2
13956   fi
13957 done
13958 done
13959 IFS=$as_save_IFS
13960
13961   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13962 fi
13963 fi
13964 sane_devel=$ac_cv_prog_sane_devel
13965 if test -n "$sane_devel"; then
13966   { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13967 $as_echo "$sane_devel" >&6; }
13968 else
13969   { $as_echo "$as_me:$LINENO: result: no" >&5
13970 $as_echo "no" >&6; }
13971 fi
13972
13973
13974     if test "$sane_devel" != "no"
13975     then
13976         ac_sane_incl="`$sane_devel --cflags`"
13977         ac_sane_libs="`$sane_devel --ldflags`"
13978         CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13979     fi
13980     if test "${ac_cv_header_sane_sane_h+set}" = set; then
13981   { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13982 $as_echo_n "checking for sane/sane.h... " >&6; }
13983 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13984   $as_echo_n "(cached) " >&6
13985 fi
13986 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13987 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13988 else
13989   # Is the header compilable?
13990 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13991 $as_echo_n "checking sane/sane.h usability... " >&6; }
13992 cat >conftest.$ac_ext <<_ACEOF
13993 /* confdefs.h.  */
13994 _ACEOF
13995 cat confdefs.h >>conftest.$ac_ext
13996 cat >>conftest.$ac_ext <<_ACEOF
13997 /* end confdefs.h.  */
13998 $ac_includes_default
13999 #include <sane/sane.h>
14000 _ACEOF
14001 rm -f conftest.$ac_objext
14002 if { (ac_try="$ac_compile"
14003 case "(($ac_try" in
14004   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14005   *) ac_try_echo=$ac_try;;
14006 esac
14007 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14008 $as_echo "$ac_try_echo") >&5
14009   (eval "$ac_compile") 2>conftest.er1
14010   ac_status=$?
14011   grep -v '^ *+' conftest.er1 >conftest.err
14012   rm -f conftest.er1
14013   cat conftest.err >&5
14014   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14015   (exit $ac_status); } && {
14016          test -z "$ac_c_werror_flag" ||
14017          test ! -s conftest.err
14018        } && test -s conftest.$ac_objext; then
14019   ac_header_compiler=yes
14020 else
14021   $as_echo "$as_me: failed program was:" >&5
14022 sed 's/^/| /' conftest.$ac_ext >&5
14023
14024         ac_header_compiler=no
14025 fi
14026
14027 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14028 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14029 $as_echo "$ac_header_compiler" >&6; }
14030
14031 # Is the header present?
14032 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
14033 $as_echo_n "checking sane/sane.h presence... " >&6; }
14034 cat >conftest.$ac_ext <<_ACEOF
14035 /* confdefs.h.  */
14036 _ACEOF
14037 cat confdefs.h >>conftest.$ac_ext
14038 cat >>conftest.$ac_ext <<_ACEOF
14039 /* end confdefs.h.  */
14040 #include <sane/sane.h>
14041 _ACEOF
14042 if { (ac_try="$ac_cpp conftest.$ac_ext"
14043 case "(($ac_try" in
14044   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14045   *) ac_try_echo=$ac_try;;
14046 esac
14047 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14048 $as_echo "$ac_try_echo") >&5
14049   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14050   ac_status=$?
14051   grep -v '^ *+' conftest.er1 >conftest.err
14052   rm -f conftest.er1
14053   cat conftest.err >&5
14054   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14055   (exit $ac_status); } >/dev/null && {
14056          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14057          test ! -s conftest.err
14058        }; then
14059   ac_header_preproc=yes
14060 else
14061   $as_echo "$as_me: failed program was:" >&5
14062 sed 's/^/| /' conftest.$ac_ext >&5
14063
14064   ac_header_preproc=no
14065 fi
14066
14067 rm -f conftest.err conftest.$ac_ext
14068 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14069 $as_echo "$ac_header_preproc" >&6; }
14070
14071 # So?  What about this header?
14072 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14073   yes:no: )
14074     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
14075 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14076     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
14077 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
14078     ac_header_preproc=yes
14079     ;;
14080   no:yes:* )
14081     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
14082 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
14083     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&5
14084 $as_echo "$as_me: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&2;}
14085     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
14086 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
14087     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&5
14088 $as_echo "$as_me: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&2;}
14089     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
14090 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
14091     { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
14092 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
14093     ( cat <<\_ASBOX
14094 ## ------------------------------------ ##
14095 ## Report this to wine-devel@winehq.org ##
14096 ## ------------------------------------ ##
14097 _ASBOX
14098      ) | sed "s/^/$as_me: WARNING:     /" >&2
14099     ;;
14100 esac
14101 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
14102 $as_echo_n "checking for sane/sane.h... " >&6; }
14103 if test "${ac_cv_header_sane_sane_h+set}" = set; then
14104   $as_echo_n "(cached) " >&6
14105 else
14106   ac_cv_header_sane_sane_h=$ac_header_preproc
14107 fi
14108 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
14109 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
14110
14111 fi
14112 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
14113   { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
14114 $as_echo_n "checking for -lsane... " >&6; }
14115 if test "${ac_cv_lib_soname_sane+set}" = set; then
14116   $as_echo_n "(cached) " >&6
14117 else
14118   ac_check_soname_save_LIBS=$LIBS
14119 LIBS="-lsane $ac_sane_libs $LIBS"
14120   cat >conftest.$ac_ext <<_ACEOF
14121 /* confdefs.h.  */
14122 _ACEOF
14123 cat confdefs.h >>conftest.$ac_ext
14124 cat >>conftest.$ac_ext <<_ACEOF
14125 /* end confdefs.h.  */
14126
14127 /* Override any GCC internal prototype to avoid an error.
14128    Use char because int might match the return type of a GCC
14129    builtin and then its argument prototype would still apply.  */
14130 #ifdef __cplusplus
14131 extern "C"
14132 #endif
14133 char sane_init ();
14134 int
14135 main ()
14136 {
14137 return sane_init ();
14138   ;
14139   return 0;
14140 }
14141 _ACEOF
14142 rm -f conftest.$ac_objext conftest$ac_exeext
14143 if { (ac_try="$ac_link"
14144 case "(($ac_try" in
14145   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14146   *) ac_try_echo=$ac_try;;
14147 esac
14148 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14149 $as_echo "$ac_try_echo") >&5
14150   (eval "$ac_link") 2>conftest.er1
14151   ac_status=$?
14152   grep -v '^ *+' conftest.er1 >conftest.err
14153   rm -f conftest.er1
14154   cat conftest.err >&5
14155   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14156   (exit $ac_status); } && {
14157          test -z "$ac_c_werror_flag" ||
14158          test ! -s conftest.err
14159        } && test -s conftest$ac_exeext && {
14160          test "$cross_compiling" = yes ||
14161          $as_test_x conftest$ac_exeext
14162        }; then
14163   case "$LIBEXT" in
14164     dll) ;;
14165     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'` ;;
14166     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
14167   esac
14168 else
14169   $as_echo "$as_me: failed program was:" >&5
14170 sed 's/^/| /' conftest.$ac_ext >&5
14171
14172
14173 fi
14174
14175 rm -rf conftest.dSYM
14176 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14177       conftest$ac_exeext conftest.$ac_ext
14178   LIBS=$ac_check_soname_save_LIBS
14179 fi
14180 if test "x$ac_cv_lib_soname_sane" = "x"; then
14181   { $as_echo "$as_me:$LINENO: result: not found" >&5
14182 $as_echo "not found" >&6; }
14183
14184 else
14185   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
14186 $as_echo "$ac_cv_lib_soname_sane" >&6; }
14187
14188 cat >>confdefs.h <<_ACEOF
14189 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
14190 _ACEOF
14191
14192        SANEINCL="$ac_sane_incl"
14193
14194 fi
14195
14196 fi
14197
14198
14199     CPPFLAGS="$ac_save_CPPFLAGS"
14200 fi
14201 if test "x$ac_cv_lib_soname_sane" = "x"; then
14202   case "x$with_sane" in
14203   x)   wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14204   xno) ;;
14205   *)   { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14206 This is an error since --with-sane was requested." >&5
14207 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14208 This is an error since --with-sane was requested." >&2;}
14209    { (exit 1); exit 1; }; } ;;
14210 esac
14211 fi
14212
14213
14214 if test "x$with_gphoto" != "xno"
14215 then
14216     ac_save_CPPFLAGS="$CPPFLAGS"
14217     # Extract the first word of "gphoto2-config", so it can be a program name with args.
14218 set dummy gphoto2-config; ac_word=$2
14219 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14220 $as_echo_n "checking for $ac_word... " >&6; }
14221 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14222   $as_echo_n "(cached) " >&6
14223 else
14224   if test -n "$gphoto2_devel"; then
14225   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14226 else
14227 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14228 for as_dir in $PATH
14229 do
14230   IFS=$as_save_IFS
14231   test -z "$as_dir" && as_dir=.
14232   for ac_exec_ext in '' $ac_executable_extensions; do
14233   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14234     ac_cv_prog_gphoto2_devel="gphoto2-config"
14235     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14236     break 2
14237   fi
14238 done
14239 done
14240 IFS=$as_save_IFS
14241
14242   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14243 fi
14244 fi
14245 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14246 if test -n "$gphoto2_devel"; then
14247   { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14248 $as_echo "$gphoto2_devel" >&6; }
14249 else
14250   { $as_echo "$as_me:$LINENO: result: no" >&5
14251 $as_echo "no" >&6; }
14252 fi
14253
14254
14255     # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14256 set dummy gphoto2-port-config; ac_word=$2
14257 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14258 $as_echo_n "checking for $ac_word... " >&6; }
14259 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14260   $as_echo_n "(cached) " >&6
14261 else
14262   if test -n "$gphoto2port_devel"; then
14263   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14264 else
14265 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14266 for as_dir in $PATH
14267 do
14268   IFS=$as_save_IFS
14269   test -z "$as_dir" && as_dir=.
14270   for ac_exec_ext in '' $ac_executable_extensions; do
14271   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14272     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14273     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14274     break 2
14275   fi
14276 done
14277 done
14278 IFS=$as_save_IFS
14279
14280   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14281 fi
14282 fi
14283 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14284 if test -n "$gphoto2port_devel"; then
14285   { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14286 $as_echo "$gphoto2port_devel" >&6; }
14287 else
14288   { $as_echo "$as_me:$LINENO: result: no" >&5
14289 $as_echo "no" >&6; }
14290 fi
14291
14292
14293     if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14294     then
14295         ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14296         ac_gphoto2_libs=""
14297         for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14298         do
14299             case "$i" in
14300             -L/usr/lib|-L/usr/lib64) ;;
14301             -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14302             esac
14303         done
14304         CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14305     fi
14306     ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14307     if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14308   { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14309 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14310 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14311   $as_echo_n "(cached) " >&6
14312 fi
14313 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14314 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14315 else
14316   # Is the header compilable?
14317 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14318 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14319 cat >conftest.$ac_ext <<_ACEOF
14320 /* confdefs.h.  */
14321 _ACEOF
14322 cat confdefs.h >>conftest.$ac_ext
14323 cat >>conftest.$ac_ext <<_ACEOF
14324 /* end confdefs.h.  */
14325 $ac_includes_default
14326 #include <gphoto2-camera.h>
14327 _ACEOF
14328 rm -f conftest.$ac_objext
14329 if { (ac_try="$ac_compile"
14330 case "(($ac_try" in
14331   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14332   *) ac_try_echo=$ac_try;;
14333 esac
14334 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14335 $as_echo "$ac_try_echo") >&5
14336   (eval "$ac_compile") 2>conftest.er1
14337   ac_status=$?
14338   grep -v '^ *+' conftest.er1 >conftest.err
14339   rm -f conftest.er1
14340   cat conftest.err >&5
14341   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14342   (exit $ac_status); } && {
14343          test -z "$ac_c_werror_flag" ||
14344          test ! -s conftest.err
14345        } && test -s conftest.$ac_objext; then
14346   ac_header_compiler=yes
14347 else
14348   $as_echo "$as_me: failed program was:" >&5
14349 sed 's/^/| /' conftest.$ac_ext >&5
14350
14351         ac_header_compiler=no
14352 fi
14353
14354 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14355 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14356 $as_echo "$ac_header_compiler" >&6; }
14357
14358 # Is the header present?
14359 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14360 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14361 cat >conftest.$ac_ext <<_ACEOF
14362 /* confdefs.h.  */
14363 _ACEOF
14364 cat confdefs.h >>conftest.$ac_ext
14365 cat >>conftest.$ac_ext <<_ACEOF
14366 /* end confdefs.h.  */
14367 #include <gphoto2-camera.h>
14368 _ACEOF
14369 if { (ac_try="$ac_cpp conftest.$ac_ext"
14370 case "(($ac_try" in
14371   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14372   *) ac_try_echo=$ac_try;;
14373 esac
14374 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14375 $as_echo "$ac_try_echo") >&5
14376   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14377   ac_status=$?
14378   grep -v '^ *+' conftest.er1 >conftest.err
14379   rm -f conftest.er1
14380   cat conftest.err >&5
14381   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14382   (exit $ac_status); } >/dev/null && {
14383          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14384          test ! -s conftest.err
14385        }; then
14386   ac_header_preproc=yes
14387 else
14388   $as_echo "$as_me: failed program was:" >&5
14389 sed 's/^/| /' conftest.$ac_ext >&5
14390
14391   ac_header_preproc=no
14392 fi
14393
14394 rm -f conftest.err conftest.$ac_ext
14395 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14396 $as_echo "$ac_header_preproc" >&6; }
14397
14398 # So?  What about this header?
14399 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14400   yes:no: )
14401     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14402 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14403     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14404 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14405     ac_header_preproc=yes
14406     ;;
14407   no:yes:* )
14408     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14409 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14410     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&5
14411 $as_echo "$as_me: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&2;}
14412     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14413 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14414     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&5
14415 $as_echo "$as_me: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&2;}
14416     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14417 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14418     { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14419 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14420     ( cat <<\_ASBOX
14421 ## ------------------------------------ ##
14422 ## Report this to wine-devel@winehq.org ##
14423 ## ------------------------------------ ##
14424 _ASBOX
14425      ) | sed "s/^/$as_me: WARNING:     /" >&2
14426     ;;
14427 esac
14428 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14429 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14430 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14431   $as_echo_n "(cached) " >&6
14432 else
14433   ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14434 fi
14435 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14436 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14437
14438 fi
14439 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14440   { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14441 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14442 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14443   $as_echo_n "(cached) " >&6
14444 else
14445   ac_check_lib_save_LIBS=$LIBS
14446 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14447 cat >conftest.$ac_ext <<_ACEOF
14448 /* confdefs.h.  */
14449 _ACEOF
14450 cat confdefs.h >>conftest.$ac_ext
14451 cat >>conftest.$ac_ext <<_ACEOF
14452 /* end confdefs.h.  */
14453
14454 /* Override any GCC internal prototype to avoid an error.
14455    Use char because int might match the return type of a GCC
14456    builtin and then its argument prototype would still apply.  */
14457 #ifdef __cplusplus
14458 extern "C"
14459 #endif
14460 char gp_camera_new ();
14461 int
14462 main ()
14463 {
14464 return gp_camera_new ();
14465   ;
14466   return 0;
14467 }
14468 _ACEOF
14469 rm -f conftest.$ac_objext conftest$ac_exeext
14470 if { (ac_try="$ac_link"
14471 case "(($ac_try" in
14472   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14473   *) ac_try_echo=$ac_try;;
14474 esac
14475 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14476 $as_echo "$ac_try_echo") >&5
14477   (eval "$ac_link") 2>conftest.er1
14478   ac_status=$?
14479   grep -v '^ *+' conftest.er1 >conftest.err
14480   rm -f conftest.er1
14481   cat conftest.err >&5
14482   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14483   (exit $ac_status); } && {
14484          test -z "$ac_c_werror_flag" ||
14485          test ! -s conftest.err
14486        } && test -s conftest$ac_exeext && {
14487          test "$cross_compiling" = yes ||
14488          $as_test_x conftest$ac_exeext
14489        }; then
14490   ac_cv_lib_gphoto2_gp_camera_new=yes
14491 else
14492   $as_echo "$as_me: failed program was:" >&5
14493 sed 's/^/| /' conftest.$ac_ext >&5
14494
14495         ac_cv_lib_gphoto2_gp_camera_new=no
14496 fi
14497
14498 rm -rf conftest.dSYM
14499 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14500       conftest$ac_exeext conftest.$ac_ext
14501 LIBS=$ac_check_lib_save_LIBS
14502 fi
14503 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14504 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14505 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14506
14507 cat >>confdefs.h <<\_ACEOF
14508 #define HAVE_GPHOTO2 1
14509 _ACEOF
14510
14511                                    GPHOTO2LIBS="$ac_gphoto2_libs"
14512
14513                                    GPHOTO2INCL="$ac_gphoto2_incl"
14514
14515 fi
14516
14517 fi
14518
14519
14520     CPPFLAGS="$ac_save_CPPFLAGS"
14521 fi
14522 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14523   case "x$with_gphoto" in
14524   x)   wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14525   xno) ;;
14526   *)   { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14527 This is an error since --with-gphoto was requested." >&5
14528 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14529 This is an error since --with-gphoto was requested." >&2;}
14530    { (exit 1); exit 1; }; } ;;
14531 esac
14532 fi
14533
14534
14535
14536 RESOLVLIBS=""
14537
14538 if test "$ac_cv_header_resolv_h" = "yes"
14539 then
14540     ac_save_LIBS="$LIBS"
14541     LIBS="$LIBS -lresolv"
14542     cat >conftest.$ac_ext <<_ACEOF
14543 /* confdefs.h.  */
14544 _ACEOF
14545 cat confdefs.h >>conftest.$ac_ext
14546 cat >>conftest.$ac_ext <<_ACEOF
14547 /* end confdefs.h.  */
14548 #ifdef HAVE_NETINET_IN_H
14549 #include <netinet/in.h>
14550 #endif
14551 #include <resolv.h>
14552 int
14553 main ()
14554 {
14555 res_init();
14556   ;
14557   return 0;
14558 }
14559 _ACEOF
14560 rm -f conftest.$ac_objext conftest$ac_exeext
14561 if { (ac_try="$ac_link"
14562 case "(($ac_try" in
14563   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14564   *) ac_try_echo=$ac_try;;
14565 esac
14566 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14567 $as_echo "$ac_try_echo") >&5
14568   (eval "$ac_link") 2>conftest.er1
14569   ac_status=$?
14570   grep -v '^ *+' conftest.er1 >conftest.err
14571   rm -f conftest.er1
14572   cat conftest.err >&5
14573   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14574   (exit $ac_status); } && {
14575          test -z "$ac_c_werror_flag" ||
14576          test ! -s conftest.err
14577        } && test -s conftest$ac_exeext && {
14578          test "$cross_compiling" = yes ||
14579          $as_test_x conftest$ac_exeext
14580        }; then
14581
14582 cat >>confdefs.h <<\_ACEOF
14583 #define HAVE_RESOLV 1
14584 _ACEOF
14585
14586          RESOLVLIBS="-lresolv"
14587 else
14588   $as_echo "$as_me: failed program was:" >&5
14589 sed 's/^/| /' conftest.$ac_ext >&5
14590
14591
14592 fi
14593
14594 rm -rf conftest.dSYM
14595 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14596       conftest$ac_exeext conftest.$ac_ext
14597     LIBS="$ac_save_LIBS"
14598 fi
14599
14600 LCMSLIBS=""
14601
14602 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14603 then
14604     { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14605 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14606 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14607   $as_echo_n "(cached) " >&6
14608 else
14609   ac_check_lib_save_LIBS=$LIBS
14610 LIBS="-llcms  $LIBS"
14611 cat >conftest.$ac_ext <<_ACEOF
14612 /* confdefs.h.  */
14613 _ACEOF
14614 cat confdefs.h >>conftest.$ac_ext
14615 cat >>conftest.$ac_ext <<_ACEOF
14616 /* end confdefs.h.  */
14617
14618 /* Override any GCC internal prototype to avoid an error.
14619    Use char because int might match the return type of a GCC
14620    builtin and then its argument prototype would still apply.  */
14621 #ifdef __cplusplus
14622 extern "C"
14623 #endif
14624 char cmsOpenProfileFromFile ();
14625 int
14626 main ()
14627 {
14628 return cmsOpenProfileFromFile ();
14629   ;
14630   return 0;
14631 }
14632 _ACEOF
14633 rm -f conftest.$ac_objext conftest$ac_exeext
14634 if { (ac_try="$ac_link"
14635 case "(($ac_try" in
14636   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14637   *) ac_try_echo=$ac_try;;
14638 esac
14639 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14640 $as_echo "$ac_try_echo") >&5
14641   (eval "$ac_link") 2>conftest.er1
14642   ac_status=$?
14643   grep -v '^ *+' conftest.er1 >conftest.err
14644   rm -f conftest.er1
14645   cat conftest.err >&5
14646   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14647   (exit $ac_status); } && {
14648          test -z "$ac_c_werror_flag" ||
14649          test ! -s conftest.err
14650        } && test -s conftest$ac_exeext && {
14651          test "$cross_compiling" = yes ||
14652          $as_test_x conftest$ac_exeext
14653        }; then
14654   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14655 else
14656   $as_echo "$as_me: failed program was:" >&5
14657 sed 's/^/| /' conftest.$ac_ext >&5
14658
14659         ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14660 fi
14661
14662 rm -rf conftest.dSYM
14663 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14664       conftest$ac_exeext conftest.$ac_ext
14665 LIBS=$ac_check_lib_save_LIBS
14666 fi
14667 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14668 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14669 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14670
14671 cat >>confdefs.h <<\_ACEOF
14672 #define HAVE_LCMS 1
14673 _ACEOF
14674
14675          LCMSLIBS="-llcms"
14676 fi
14677
14678 fi
14679 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14680   case "x$with_cms" in
14681   x)   wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14682   xno) ;;
14683   *)   { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14684 This is an error since --with-cms was requested." >&5
14685 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14686 This is an error since --with-cms was requested." >&2;}
14687    { (exit 1); exit 1; }; } ;;
14688 esac
14689 fi
14690
14691
14692 if test "x$with_freetype" != "xno"
14693 then
14694     for ac_prog in freetype-config freetype2-config
14695 do
14696   # Extract the first word of "$ac_prog", so it can be a program name with args.
14697 set dummy $ac_prog; ac_word=$2
14698 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14699 $as_echo_n "checking for $ac_word... " >&6; }
14700 if test "${ac_cv_prog_ft_devel+set}" = set; then
14701   $as_echo_n "(cached) " >&6
14702 else
14703   if test -n "$ft_devel"; then
14704   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14705 else
14706 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14707 for as_dir in $PATH
14708 do
14709   IFS=$as_save_IFS
14710   test -z "$as_dir" && as_dir=.
14711   for ac_exec_ext in '' $ac_executable_extensions; do
14712   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14713     ac_cv_prog_ft_devel="$ac_prog"
14714     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14715     break 2
14716   fi
14717 done
14718 done
14719 IFS=$as_save_IFS
14720
14721 fi
14722 fi
14723 ft_devel=$ac_cv_prog_ft_devel
14724 if test -n "$ft_devel"; then
14725   { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14726 $as_echo "$ft_devel" >&6; }
14727 else
14728   { $as_echo "$as_me:$LINENO: result: no" >&5
14729 $as_echo "no" >&6; }
14730 fi
14731
14732
14733   test -n "$ft_devel" && break
14734 done
14735 test -n "$ft_devel" || ft_devel="no"
14736
14737     if test "$ft_devel" != "no"
14738     then
14739         ac_freetype_incl=`$ft_devel --cflags`
14740         ac_freetype_libs=`$ft_devel --libs`
14741     fi
14742     ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14743     { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14744 $as_echo_n "checking for -lfreetype... " >&6; }
14745 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14746   $as_echo_n "(cached) " >&6
14747 else
14748   ac_check_soname_save_LIBS=$LIBS
14749 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14750   cat >conftest.$ac_ext <<_ACEOF
14751 /* confdefs.h.  */
14752 _ACEOF
14753 cat confdefs.h >>conftest.$ac_ext
14754 cat >>conftest.$ac_ext <<_ACEOF
14755 /* end confdefs.h.  */
14756
14757 /* Override any GCC internal prototype to avoid an error.
14758    Use char because int might match the return type of a GCC
14759    builtin and then its argument prototype would still apply.  */
14760 #ifdef __cplusplus
14761 extern "C"
14762 #endif
14763 char FT_Init_FreeType ();
14764 int
14765 main ()
14766 {
14767 return FT_Init_FreeType ();
14768   ;
14769   return 0;
14770 }
14771 _ACEOF
14772 rm -f conftest.$ac_objext conftest$ac_exeext
14773 if { (ac_try="$ac_link"
14774 case "(($ac_try" in
14775   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14776   *) ac_try_echo=$ac_try;;
14777 esac
14778 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14779 $as_echo "$ac_try_echo") >&5
14780   (eval "$ac_link") 2>conftest.er1
14781   ac_status=$?
14782   grep -v '^ *+' conftest.er1 >conftest.err
14783   rm -f conftest.er1
14784   cat conftest.err >&5
14785   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14786   (exit $ac_status); } && {
14787          test -z "$ac_c_werror_flag" ||
14788          test ! -s conftest.err
14789        } && test -s conftest$ac_exeext && {
14790          test "$cross_compiling" = yes ||
14791          $as_test_x conftest$ac_exeext
14792        }; then
14793   case "$LIBEXT" in
14794     dll) ;;
14795     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'` ;;
14796     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
14797   esac
14798 else
14799   $as_echo "$as_me: failed program was:" >&5
14800 sed 's/^/| /' conftest.$ac_ext >&5
14801
14802
14803 fi
14804
14805 rm -rf conftest.dSYM
14806 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14807       conftest$ac_exeext conftest.$ac_ext
14808   LIBS=$ac_check_soname_save_LIBS
14809 fi
14810 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14811   { $as_echo "$as_me:$LINENO: result: not found" >&5
14812 $as_echo "not found" >&6; }
14813        ft_lib=no
14814 else
14815   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14816 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14817
14818 cat >>confdefs.h <<_ACEOF
14819 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14820 _ACEOF
14821
14822        ft_lib=yes
14823 fi
14824
14825     if test "$ft_lib" = "yes"
14826     then
14827         ac_save_CPPFLAGS="$CPPFLAGS"
14828         CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14829
14830
14831
14832
14833
14834
14835
14836
14837
14838
14839
14840
14841
14842 for ac_header in ft2build.h \
14843                          freetype/freetype.h \
14844                          freetype/ftglyph.h \
14845                          freetype/fttypes.h \
14846                          freetype/tttables.h \
14847                          freetype/ftnames.h \
14848                          freetype/ftsnames.h \
14849                          freetype/ttnameid.h \
14850                          freetype/ftoutln.h \
14851                          freetype/ftwinfnt.h \
14852                          freetype/ftmodapi.h \
14853                          freetype/ftlcdfil.h \
14854                          freetype/internal/sfnt.h
14855 do
14856 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14857 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14858 $as_echo_n "checking for $ac_header... " >&6; }
14859 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14860   $as_echo_n "(cached) " >&6
14861 else
14862   cat >conftest.$ac_ext <<_ACEOF
14863 /* confdefs.h.  */
14864 _ACEOF
14865 cat confdefs.h >>conftest.$ac_ext
14866 cat >>conftest.$ac_ext <<_ACEOF
14867 /* end confdefs.h.  */
14868 #ifdef HAVE_FT2BUILD_H
14869                           # include <ft2build.h>
14870                           #endif
14871
14872 #include <$ac_header>
14873 _ACEOF
14874 rm -f conftest.$ac_objext
14875 if { (ac_try="$ac_compile"
14876 case "(($ac_try" in
14877   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14878   *) ac_try_echo=$ac_try;;
14879 esac
14880 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14881 $as_echo "$ac_try_echo") >&5
14882   (eval "$ac_compile") 2>conftest.er1
14883   ac_status=$?
14884   grep -v '^ *+' conftest.er1 >conftest.err
14885   rm -f conftest.er1
14886   cat conftest.err >&5
14887   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14888   (exit $ac_status); } && {
14889          test -z "$ac_c_werror_flag" ||
14890          test ! -s conftest.err
14891        } && test -s conftest.$ac_objext; then
14892   eval "$as_ac_Header=yes"
14893 else
14894   $as_echo "$as_me: failed program was:" >&5
14895 sed 's/^/| /' conftest.$ac_ext >&5
14896
14897         eval "$as_ac_Header=no"
14898 fi
14899
14900 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14901 fi
14902 ac_res=`eval 'as_val=${'$as_ac_Header'}
14903                  $as_echo "$as_val"'`
14904                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14905 $as_echo "$ac_res" >&6; }
14906 as_val=`eval 'as_val=${'$as_ac_Header'}
14907                  $as_echo "$as_val"'`
14908    if test "x$as_val" = x""yes; then
14909   cat >>confdefs.h <<_ACEOF
14910 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14911 _ACEOF
14912
14913 fi
14914
14915 done
14916
14917         cat >conftest.$ac_ext <<_ACEOF
14918 /* confdefs.h.  */
14919 _ACEOF
14920 cat confdefs.h >>conftest.$ac_ext
14921 cat >>conftest.$ac_ext <<_ACEOF
14922 /* end confdefs.h.  */
14923 #include <ft2build.h>
14924                     #include <freetype/fttrigon.h>
14925 _ACEOF
14926 if { (ac_try="$ac_cpp conftest.$ac_ext"
14927 case "(($ac_try" in
14928   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14929   *) ac_try_echo=$ac_try;;
14930 esac
14931 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14932 $as_echo "$ac_try_echo") >&5
14933   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14934   ac_status=$?
14935   grep -v '^ *+' conftest.er1 >conftest.err
14936   rm -f conftest.er1
14937   cat conftest.err >&5
14938   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14939   (exit $ac_status); } >/dev/null && {
14940          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14941          test ! -s conftest.err
14942        }; then
14943
14944 cat >>confdefs.h <<\_ACEOF
14945 #define HAVE_FREETYPE_FTTRIGON_H 1
14946 _ACEOF
14947
14948                     wine_cv_fttrigon=yes
14949 else
14950   $as_echo "$as_me: failed program was:" >&5
14951 sed 's/^/| /' conftest.$ac_ext >&5
14952
14953   wine_cv_fttrigon=no
14954 fi
14955
14956 rm -f conftest.err conftest.$ac_ext
14957         { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14958 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14959 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14960   $as_echo_n "(cached) " >&6
14961 else
14962   ac_cv_type_FT_TrueTypeEngineType=no
14963 cat >conftest.$ac_ext <<_ACEOF
14964 /* confdefs.h.  */
14965 _ACEOF
14966 cat confdefs.h >>conftest.$ac_ext
14967 cat >>conftest.$ac_ext <<_ACEOF
14968 /* end confdefs.h.  */
14969 #include <freetype/ftmodapi.h>
14970
14971 int
14972 main ()
14973 {
14974 if (sizeof (FT_TrueTypeEngineType))
14975        return 0;
14976   ;
14977   return 0;
14978 }
14979 _ACEOF
14980 rm -f conftest.$ac_objext
14981 if { (ac_try="$ac_compile"
14982 case "(($ac_try" in
14983   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14984   *) ac_try_echo=$ac_try;;
14985 esac
14986 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14987 $as_echo "$ac_try_echo") >&5
14988   (eval "$ac_compile") 2>conftest.er1
14989   ac_status=$?
14990   grep -v '^ *+' conftest.er1 >conftest.err
14991   rm -f conftest.er1
14992   cat conftest.err >&5
14993   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14994   (exit $ac_status); } && {
14995          test -z "$ac_c_werror_flag" ||
14996          test ! -s conftest.err
14997        } && test -s conftest.$ac_objext; then
14998   cat >conftest.$ac_ext <<_ACEOF
14999 /* confdefs.h.  */
15000 _ACEOF
15001 cat confdefs.h >>conftest.$ac_ext
15002 cat >>conftest.$ac_ext <<_ACEOF
15003 /* end confdefs.h.  */
15004 #include <freetype/ftmodapi.h>
15005
15006 int
15007 main ()
15008 {
15009 if (sizeof ((FT_TrueTypeEngineType)))
15010           return 0;
15011   ;
15012   return 0;
15013 }
15014 _ACEOF
15015 rm -f conftest.$ac_objext
15016 if { (ac_try="$ac_compile"
15017 case "(($ac_try" in
15018   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15019   *) ac_try_echo=$ac_try;;
15020 esac
15021 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15022 $as_echo "$ac_try_echo") >&5
15023   (eval "$ac_compile") 2>conftest.er1
15024   ac_status=$?
15025   grep -v '^ *+' conftest.er1 >conftest.err
15026   rm -f conftest.er1
15027   cat conftest.err >&5
15028   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15029   (exit $ac_status); } && {
15030          test -z "$ac_c_werror_flag" ||
15031          test ! -s conftest.err
15032        } && test -s conftest.$ac_objext; then
15033   :
15034 else
15035   $as_echo "$as_me: failed program was:" >&5
15036 sed 's/^/| /' conftest.$ac_ext >&5
15037
15038         ac_cv_type_FT_TrueTypeEngineType=yes
15039 fi
15040
15041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15042 else
15043   $as_echo "$as_me: failed program was:" >&5
15044 sed 's/^/| /' conftest.$ac_ext >&5
15045
15046
15047 fi
15048
15049 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15050 fi
15051 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
15052 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
15053 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
15054
15055 cat >>confdefs.h <<_ACEOF
15056 #define HAVE_FT_TRUETYPEENGINETYPE 1
15057 _ACEOF
15058
15059
15060 fi
15061
15062         ac_save_CFLAGS="$CFLAGS"
15063         CFLAGS="$CFLAGS $ac_freetype_libs"
15064
15065 for ac_func in FT_Load_Sfnt_Table
15066 do
15067 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15068 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15069 $as_echo_n "checking for $ac_func... " >&6; }
15070 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15071   $as_echo_n "(cached) " >&6
15072 else
15073   cat >conftest.$ac_ext <<_ACEOF
15074 /* confdefs.h.  */
15075 _ACEOF
15076 cat confdefs.h >>conftest.$ac_ext
15077 cat >>conftest.$ac_ext <<_ACEOF
15078 /* end confdefs.h.  */
15079 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15080    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15081 #define $ac_func innocuous_$ac_func
15082
15083 /* System header to define __stub macros and hopefully few prototypes,
15084     which can conflict with char $ac_func (); below.
15085     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15086     <limits.h> exists even on freestanding compilers.  */
15087
15088 #ifdef __STDC__
15089 # include <limits.h>
15090 #else
15091 # include <assert.h>
15092 #endif
15093
15094 #undef $ac_func
15095
15096 /* Override any GCC internal prototype to avoid an error.
15097    Use char because int might match the return type of a GCC
15098    builtin and then its argument prototype would still apply.  */
15099 #ifdef __cplusplus
15100 extern "C"
15101 #endif
15102 char $ac_func ();
15103 /* The GNU C library defines this for functions which it implements
15104     to always fail with ENOSYS.  Some functions are actually named
15105     something starting with __ and the normal name is an alias.  */
15106 #if defined __stub_$ac_func || defined __stub___$ac_func
15107 choke me
15108 #endif
15109
15110 int
15111 main ()
15112 {
15113 return $ac_func ();
15114   ;
15115   return 0;
15116 }
15117 _ACEOF
15118 rm -f conftest.$ac_objext conftest$ac_exeext
15119 if { (ac_try="$ac_link"
15120 case "(($ac_try" in
15121   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15122   *) ac_try_echo=$ac_try;;
15123 esac
15124 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15125 $as_echo "$ac_try_echo") >&5
15126   (eval "$ac_link") 2>conftest.er1
15127   ac_status=$?
15128   grep -v '^ *+' conftest.er1 >conftest.err
15129   rm -f conftest.er1
15130   cat conftest.err >&5
15131   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15132   (exit $ac_status); } && {
15133          test -z "$ac_c_werror_flag" ||
15134          test ! -s conftest.err
15135        } && test -s conftest$ac_exeext && {
15136          test "$cross_compiling" = yes ||
15137          $as_test_x conftest$ac_exeext
15138        }; then
15139   eval "$as_ac_var=yes"
15140 else
15141   $as_echo "$as_me: failed program was:" >&5
15142 sed 's/^/| /' conftest.$ac_ext >&5
15143
15144         eval "$as_ac_var=no"
15145 fi
15146
15147 rm -rf conftest.dSYM
15148 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15149       conftest$ac_exeext conftest.$ac_ext
15150 fi
15151 ac_res=`eval 'as_val=${'$as_ac_var'}
15152                  $as_echo "$as_val"'`
15153                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15154 $as_echo "$ac_res" >&6; }
15155 as_val=`eval 'as_val=${'$as_ac_var'}
15156                  $as_echo "$as_val"'`
15157    if test "x$as_val" = x""yes; then
15158   cat >>confdefs.h <<_ACEOF
15159 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15160 _ACEOF
15161
15162 fi
15163 done
15164
15165         CFLAGS="$ac_save_CFLAGS"
15166         CPPFLAGS="$ac_save_CPPFLAGS"
15167                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
15168         then
15169
15170 cat >>confdefs.h <<\_ACEOF
15171 #define HAVE_FREETYPE 1
15172 _ACEOF
15173
15174             FREETYPELIBS="$ac_freetype_libs"
15175
15176             FREETYPEINCL="$ac_freetype_incl"
15177
15178         fi
15179     fi
15180 fi
15181 if test "x$FREETYPELIBS" = "x"; then
15182   case "x$with_freetype" in
15183   xno) ;;
15184   *)   { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15185 Use the --without-freetype option if you really want this." >&5
15186 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15187 Use the --without-freetype option if you really want this." >&2;}
15188    { (exit 1); exit 1; }; } ;;
15189 esac
15190 fi
15191
15192 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
15193
15194 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
15195 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
15196 if test "${ac_cv_c_ppdev+set}" = set; then
15197   $as_echo_n "(cached) " >&6
15198 else
15199   cat >conftest.$ac_ext <<_ACEOF
15200 /* confdefs.h.  */
15201 _ACEOF
15202 cat confdefs.h >>conftest.$ac_ext
15203 cat >>conftest.$ac_ext <<_ACEOF
15204 /* end confdefs.h.  */
15205 #include <linux/ppdev.h>
15206 int
15207 main ()
15208 {
15209 ioctl (1,PPCLAIM,0)
15210   ;
15211   return 0;
15212 }
15213 _ACEOF
15214 rm -f conftest.$ac_objext
15215 if { (ac_try="$ac_compile"
15216 case "(($ac_try" in
15217   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15218   *) ac_try_echo=$ac_try;;
15219 esac
15220 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15221 $as_echo "$ac_try_echo") >&5
15222   (eval "$ac_compile") 2>conftest.er1
15223   ac_status=$?
15224   grep -v '^ *+' conftest.er1 >conftest.err
15225   rm -f conftest.er1
15226   cat conftest.err >&5
15227   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15228   (exit $ac_status); } && {
15229          test -z "$ac_c_werror_flag" ||
15230          test ! -s conftest.err
15231        } && test -s conftest.$ac_objext; then
15232   ac_cv_c_ppdev="yes"
15233 else
15234   $as_echo "$as_me: failed program was:" >&5
15235 sed 's/^/| /' conftest.$ac_ext >&5
15236
15237         ac_cv_c_ppdev="no"
15238 fi
15239
15240 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15241 fi
15242 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15243 $as_echo "$ac_cv_c_ppdev" >&6; }
15244 if test "$ac_cv_c_ppdev" = "yes"
15245 then
15246
15247 cat >>confdefs.h <<\_ACEOF
15248 #define HAVE_PPDEV 1
15249 _ACEOF
15250
15251 fi
15252
15253 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15254 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15255 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15256   $as_echo_n "(cached) " >&6
15257 else
15258   ac_cv_type_pthread_rwlock_t=no
15259 cat >conftest.$ac_ext <<_ACEOF
15260 /* confdefs.h.  */
15261 _ACEOF
15262 cat confdefs.h >>conftest.$ac_ext
15263 cat >>conftest.$ac_ext <<_ACEOF
15264 /* end confdefs.h.  */
15265 #define _GNU_SOURCE
15266 #include <pthread.h>
15267
15268 int
15269 main ()
15270 {
15271 if (sizeof (pthread_rwlock_t))
15272        return 0;
15273   ;
15274   return 0;
15275 }
15276 _ACEOF
15277 rm -f conftest.$ac_objext
15278 if { (ac_try="$ac_compile"
15279 case "(($ac_try" in
15280   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15281   *) ac_try_echo=$ac_try;;
15282 esac
15283 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15284 $as_echo "$ac_try_echo") >&5
15285   (eval "$ac_compile") 2>conftest.er1
15286   ac_status=$?
15287   grep -v '^ *+' conftest.er1 >conftest.err
15288   rm -f conftest.er1
15289   cat conftest.err >&5
15290   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15291   (exit $ac_status); } && {
15292          test -z "$ac_c_werror_flag" ||
15293          test ! -s conftest.err
15294        } && test -s conftest.$ac_objext; then
15295   cat >conftest.$ac_ext <<_ACEOF
15296 /* confdefs.h.  */
15297 _ACEOF
15298 cat confdefs.h >>conftest.$ac_ext
15299 cat >>conftest.$ac_ext <<_ACEOF
15300 /* end confdefs.h.  */
15301 #define _GNU_SOURCE
15302 #include <pthread.h>
15303
15304 int
15305 main ()
15306 {
15307 if (sizeof ((pthread_rwlock_t)))
15308           return 0;
15309   ;
15310   return 0;
15311 }
15312 _ACEOF
15313 rm -f conftest.$ac_objext
15314 if { (ac_try="$ac_compile"
15315 case "(($ac_try" in
15316   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15317   *) ac_try_echo=$ac_try;;
15318 esac
15319 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15320 $as_echo "$ac_try_echo") >&5
15321   (eval "$ac_compile") 2>conftest.er1
15322   ac_status=$?
15323   grep -v '^ *+' conftest.er1 >conftest.err
15324   rm -f conftest.er1
15325   cat conftest.err >&5
15326   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15327   (exit $ac_status); } && {
15328          test -z "$ac_c_werror_flag" ||
15329          test ! -s conftest.err
15330        } && test -s conftest.$ac_objext; then
15331   :
15332 else
15333   $as_echo "$as_me: failed program was:" >&5
15334 sed 's/^/| /' conftest.$ac_ext >&5
15335
15336         ac_cv_type_pthread_rwlock_t=yes
15337 fi
15338
15339 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15340 else
15341   $as_echo "$as_me: failed program was:" >&5
15342 sed 's/^/| /' conftest.$ac_ext >&5
15343
15344
15345 fi
15346
15347 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15348 fi
15349 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15350 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15351 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15352
15353 cat >>confdefs.h <<_ACEOF
15354 #define HAVE_PTHREAD_RWLOCK_T 1
15355 _ACEOF
15356
15357
15358 fi
15359 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15360 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15361 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15362   $as_echo_n "(cached) " >&6
15363 else
15364   ac_cv_type_pthread_rwlockattr_t=no
15365 cat >conftest.$ac_ext <<_ACEOF
15366 /* confdefs.h.  */
15367 _ACEOF
15368 cat confdefs.h >>conftest.$ac_ext
15369 cat >>conftest.$ac_ext <<_ACEOF
15370 /* end confdefs.h.  */
15371 #define _GNU_SOURCE
15372 #include <pthread.h>
15373
15374 int
15375 main ()
15376 {
15377 if (sizeof (pthread_rwlockattr_t))
15378        return 0;
15379   ;
15380   return 0;
15381 }
15382 _ACEOF
15383 rm -f conftest.$ac_objext
15384 if { (ac_try="$ac_compile"
15385 case "(($ac_try" in
15386   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15387   *) ac_try_echo=$ac_try;;
15388 esac
15389 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15390 $as_echo "$ac_try_echo") >&5
15391   (eval "$ac_compile") 2>conftest.er1
15392   ac_status=$?
15393   grep -v '^ *+' conftest.er1 >conftest.err
15394   rm -f conftest.er1
15395   cat conftest.err >&5
15396   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15397   (exit $ac_status); } && {
15398          test -z "$ac_c_werror_flag" ||
15399          test ! -s conftest.err
15400        } && test -s conftest.$ac_objext; then
15401   cat >conftest.$ac_ext <<_ACEOF
15402 /* confdefs.h.  */
15403 _ACEOF
15404 cat confdefs.h >>conftest.$ac_ext
15405 cat >>conftest.$ac_ext <<_ACEOF
15406 /* end confdefs.h.  */
15407 #define _GNU_SOURCE
15408 #include <pthread.h>
15409
15410 int
15411 main ()
15412 {
15413 if (sizeof ((pthread_rwlockattr_t)))
15414           return 0;
15415   ;
15416   return 0;
15417 }
15418 _ACEOF
15419 rm -f conftest.$ac_objext
15420 if { (ac_try="$ac_compile"
15421 case "(($ac_try" in
15422   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15423   *) ac_try_echo=$ac_try;;
15424 esac
15425 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15426 $as_echo "$ac_try_echo") >&5
15427   (eval "$ac_compile") 2>conftest.er1
15428   ac_status=$?
15429   grep -v '^ *+' conftest.er1 >conftest.err
15430   rm -f conftest.er1
15431   cat conftest.err >&5
15432   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15433   (exit $ac_status); } && {
15434          test -z "$ac_c_werror_flag" ||
15435          test ! -s conftest.err
15436        } && test -s conftest.$ac_objext; then
15437   :
15438 else
15439   $as_echo "$as_me: failed program was:" >&5
15440 sed 's/^/| /' conftest.$ac_ext >&5
15441
15442         ac_cv_type_pthread_rwlockattr_t=yes
15443 fi
15444
15445 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15446 else
15447   $as_echo "$as_me: failed program was:" >&5
15448 sed 's/^/| /' conftest.$ac_ext >&5
15449
15450
15451 fi
15452
15453 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15454 fi
15455 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15456 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15457 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15458
15459 cat >>confdefs.h <<_ACEOF
15460 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15461 _ACEOF
15462
15463
15464 fi
15465
15466
15467 ac_wine_check_funcs_save_LIBS="$LIBS"
15468 LIBS="$LIBS $LIBPTHREAD"
15469
15470
15471
15472
15473 for ac_func in \
15474         pthread_attr_get_np \
15475         pthread_getattr_np \
15476         pthread_get_stackaddr_np \
15477         pthread_get_stacksize_np
15478 do
15479 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15480 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15481 $as_echo_n "checking for $ac_func... " >&6; }
15482 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15483   $as_echo_n "(cached) " >&6
15484 else
15485   cat >conftest.$ac_ext <<_ACEOF
15486 /* confdefs.h.  */
15487 _ACEOF
15488 cat confdefs.h >>conftest.$ac_ext
15489 cat >>conftest.$ac_ext <<_ACEOF
15490 /* end confdefs.h.  */
15491 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15492    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15493 #define $ac_func innocuous_$ac_func
15494
15495 /* System header to define __stub macros and hopefully few prototypes,
15496     which can conflict with char $ac_func (); below.
15497     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15498     <limits.h> exists even on freestanding compilers.  */
15499
15500 #ifdef __STDC__
15501 # include <limits.h>
15502 #else
15503 # include <assert.h>
15504 #endif
15505
15506 #undef $ac_func
15507
15508 /* Override any GCC internal prototype to avoid an error.
15509    Use char because int might match the return type of a GCC
15510    builtin and then its argument prototype would still apply.  */
15511 #ifdef __cplusplus
15512 extern "C"
15513 #endif
15514 char $ac_func ();
15515 /* The GNU C library defines this for functions which it implements
15516     to always fail with ENOSYS.  Some functions are actually named
15517     something starting with __ and the normal name is an alias.  */
15518 #if defined __stub_$ac_func || defined __stub___$ac_func
15519 choke me
15520 #endif
15521
15522 int
15523 main ()
15524 {
15525 return $ac_func ();
15526   ;
15527   return 0;
15528 }
15529 _ACEOF
15530 rm -f conftest.$ac_objext conftest$ac_exeext
15531 if { (ac_try="$ac_link"
15532 case "(($ac_try" in
15533   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15534   *) ac_try_echo=$ac_try;;
15535 esac
15536 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15537 $as_echo "$ac_try_echo") >&5
15538   (eval "$ac_link") 2>conftest.er1
15539   ac_status=$?
15540   grep -v '^ *+' conftest.er1 >conftest.err
15541   rm -f conftest.er1
15542   cat conftest.err >&5
15543   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15544   (exit $ac_status); } && {
15545          test -z "$ac_c_werror_flag" ||
15546          test ! -s conftest.err
15547        } && test -s conftest$ac_exeext && {
15548          test "$cross_compiling" = yes ||
15549          $as_test_x conftest$ac_exeext
15550        }; then
15551   eval "$as_ac_var=yes"
15552 else
15553   $as_echo "$as_me: failed program was:" >&5
15554 sed 's/^/| /' conftest.$ac_ext >&5
15555
15556         eval "$as_ac_var=no"
15557 fi
15558
15559 rm -rf conftest.dSYM
15560 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15561       conftest$ac_exeext conftest.$ac_ext
15562 fi
15563 ac_res=`eval 'as_val=${'$as_ac_var'}
15564                  $as_echo "$as_val"'`
15565                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15566 $as_echo "$ac_res" >&6; }
15567 as_val=`eval 'as_val=${'$as_ac_var'}
15568                  $as_echo "$as_val"'`
15569    if test "x$as_val" = x""yes; then
15570   cat >>confdefs.h <<_ACEOF
15571 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15572 _ACEOF
15573
15574 fi
15575 done
15576
15577 LIBS="$ac_wine_check_funcs_save_LIBS"
15578
15579 if test "x$with_esd" != xno
15580 then
15581     save_CFLAGS="$CFLAGS"
15582     # Extract the first word of "esd-config", so it can be a program name with args.
15583 set dummy esd-config; ac_word=$2
15584 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15585 $as_echo_n "checking for $ac_word... " >&6; }
15586 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15587   $as_echo_n "(cached) " >&6
15588 else
15589   case $ESDCONFIG in
15590   [\\/]* | ?:[\\/]*)
15591   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15592   ;;
15593   *)
15594   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15595 for as_dir in $PATH
15596 do
15597   IFS=$as_save_IFS
15598   test -z "$as_dir" && as_dir=.
15599   for ac_exec_ext in '' $ac_executable_extensions; do
15600   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15601     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15602     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15603     break 2
15604   fi
15605 done
15606 done
15607 IFS=$as_save_IFS
15608
15609   test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15610   ;;
15611 esac
15612 fi
15613 ESDCONFIG=$ac_cv_path_ESDCONFIG
15614 if test -n "$ESDCONFIG"; then
15615   { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15616 $as_echo "$ESDCONFIG" >&6; }
15617 else
15618   { $as_echo "$as_me:$LINENO: result: no" >&5
15619 $as_echo "no" >&6; }
15620 fi
15621
15622
15623     if test "x$ESDCONFIG" != "xno"
15624     then
15625         ac_esd_incl=""
15626         for i in `$ESDCONFIG --cflags`
15627         do
15628             case "$i" in
15629                 -I*) ac_esd_incl="$ac_esd_incl $i";;
15630             esac
15631         done
15632         ac_esd_libs=`$ESDCONFIG --libs`
15633         CFLAGS="$CFLAGS $ac_esd_incl"
15634     fi
15635     ac_esd_libs=${ac_esd_libs:-"-lesd"}
15636     if test "${ac_cv_header_esd_h+set}" = set; then
15637   { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15638 $as_echo_n "checking for esd.h... " >&6; }
15639 if test "${ac_cv_header_esd_h+set}" = set; then
15640   $as_echo_n "(cached) " >&6
15641 fi
15642 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15643 $as_echo "$ac_cv_header_esd_h" >&6; }
15644 else
15645   # Is the header compilable?
15646 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15647 $as_echo_n "checking esd.h usability... " >&6; }
15648 cat >conftest.$ac_ext <<_ACEOF
15649 /* confdefs.h.  */
15650 _ACEOF
15651 cat confdefs.h >>conftest.$ac_ext
15652 cat >>conftest.$ac_ext <<_ACEOF
15653 /* end confdefs.h.  */
15654 $ac_includes_default
15655 #include <esd.h>
15656 _ACEOF
15657 rm -f conftest.$ac_objext
15658 if { (ac_try="$ac_compile"
15659 case "(($ac_try" in
15660   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15661   *) ac_try_echo=$ac_try;;
15662 esac
15663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15664 $as_echo "$ac_try_echo") >&5
15665   (eval "$ac_compile") 2>conftest.er1
15666   ac_status=$?
15667   grep -v '^ *+' conftest.er1 >conftest.err
15668   rm -f conftest.er1
15669   cat conftest.err >&5
15670   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15671   (exit $ac_status); } && {
15672          test -z "$ac_c_werror_flag" ||
15673          test ! -s conftest.err
15674        } && test -s conftest.$ac_objext; then
15675   ac_header_compiler=yes
15676 else
15677   $as_echo "$as_me: failed program was:" >&5
15678 sed 's/^/| /' conftest.$ac_ext >&5
15679
15680         ac_header_compiler=no
15681 fi
15682
15683 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15684 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15685 $as_echo "$ac_header_compiler" >&6; }
15686
15687 # Is the header present?
15688 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15689 $as_echo_n "checking esd.h presence... " >&6; }
15690 cat >conftest.$ac_ext <<_ACEOF
15691 /* confdefs.h.  */
15692 _ACEOF
15693 cat confdefs.h >>conftest.$ac_ext
15694 cat >>conftest.$ac_ext <<_ACEOF
15695 /* end confdefs.h.  */
15696 #include <esd.h>
15697 _ACEOF
15698 if { (ac_try="$ac_cpp conftest.$ac_ext"
15699 case "(($ac_try" in
15700   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15701   *) ac_try_echo=$ac_try;;
15702 esac
15703 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15704 $as_echo "$ac_try_echo") >&5
15705   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15706   ac_status=$?
15707   grep -v '^ *+' conftest.er1 >conftest.err
15708   rm -f conftest.er1
15709   cat conftest.err >&5
15710   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15711   (exit $ac_status); } >/dev/null && {
15712          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15713          test ! -s conftest.err
15714        }; then
15715   ac_header_preproc=yes
15716 else
15717   $as_echo "$as_me: failed program was:" >&5
15718 sed 's/^/| /' conftest.$ac_ext >&5
15719
15720   ac_header_preproc=no
15721 fi
15722
15723 rm -f conftest.err conftest.$ac_ext
15724 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15725 $as_echo "$ac_header_preproc" >&6; }
15726
15727 # So?  What about this header?
15728 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15729   yes:no: )
15730     { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15731 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15732     { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15733 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15734     ac_header_preproc=yes
15735     ;;
15736   no:yes:* )
15737     { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15738 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15739     { $as_echo "$as_me:$LINENO: WARNING: esd.h:     check for missing prerequisite headers?" >&5
15740 $as_echo "$as_me: WARNING: esd.h:     check for missing prerequisite headers?" >&2;}
15741     { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15742 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15743     { $as_echo "$as_me:$LINENO: WARNING: esd.h:     section \"Present But Cannot Be Compiled\"" >&5
15744 $as_echo "$as_me: WARNING: esd.h:     section \"Present But Cannot Be Compiled\"" >&2;}
15745     { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15746 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15747     { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15748 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15749     ( cat <<\_ASBOX
15750 ## ------------------------------------ ##
15751 ## Report this to wine-devel@winehq.org ##
15752 ## ------------------------------------ ##
15753 _ASBOX
15754      ) | sed "s/^/$as_me: WARNING:     /" >&2
15755     ;;
15756 esac
15757 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15758 $as_echo_n "checking for esd.h... " >&6; }
15759 if test "${ac_cv_header_esd_h+set}" = set; then
15760   $as_echo_n "(cached) " >&6
15761 else
15762   ac_cv_header_esd_h=$ac_header_preproc
15763 fi
15764 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15765 $as_echo "$ac_cv_header_esd_h" >&6; }
15766
15767 fi
15768 if test "x$ac_cv_header_esd_h" = x""yes; then
15769   { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15770 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15771 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15772   $as_echo_n "(cached) " >&6
15773 else
15774   ac_check_lib_save_LIBS=$LIBS
15775 LIBS="-lesd $ac_esd_libs $LIBS"
15776 cat >conftest.$ac_ext <<_ACEOF
15777 /* confdefs.h.  */
15778 _ACEOF
15779 cat confdefs.h >>conftest.$ac_ext
15780 cat >>conftest.$ac_ext <<_ACEOF
15781 /* end confdefs.h.  */
15782
15783 /* Override any GCC internal prototype to avoid an error.
15784    Use char because int might match the return type of a GCC
15785    builtin and then its argument prototype would still apply.  */
15786 #ifdef __cplusplus
15787 extern "C"
15788 #endif
15789 char esd_open_sound ();
15790 int
15791 main ()
15792 {
15793 return esd_open_sound ();
15794   ;
15795   return 0;
15796 }
15797 _ACEOF
15798 rm -f conftest.$ac_objext conftest$ac_exeext
15799 if { (ac_try="$ac_link"
15800 case "(($ac_try" in
15801   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15802   *) ac_try_echo=$ac_try;;
15803 esac
15804 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15805 $as_echo "$ac_try_echo") >&5
15806   (eval "$ac_link") 2>conftest.er1
15807   ac_status=$?
15808   grep -v '^ *+' conftest.er1 >conftest.err
15809   rm -f conftest.er1
15810   cat conftest.err >&5
15811   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15812   (exit $ac_status); } && {
15813          test -z "$ac_c_werror_flag" ||
15814          test ! -s conftest.err
15815        } && test -s conftest$ac_exeext && {
15816          test "$cross_compiling" = yes ||
15817          $as_test_x conftest$ac_exeext
15818        }; then
15819   ac_cv_lib_esd_esd_open_sound=yes
15820 else
15821   $as_echo "$as_me: failed program was:" >&5
15822 sed 's/^/| /' conftest.$ac_ext >&5
15823
15824         ac_cv_lib_esd_esd_open_sound=no
15825 fi
15826
15827 rm -rf conftest.dSYM
15828 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15829       conftest$ac_exeext conftest.$ac_ext
15830 LIBS=$ac_check_lib_save_LIBS
15831 fi
15832 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15833 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15834 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15835   ESDINCL="$ac_esd_incl"
15836
15837              ESDLIBS="$ac_esd_libs"
15838
15839
15840 cat >>confdefs.h <<\_ACEOF
15841 #define HAVE_ESD 1
15842 _ACEOF
15843
15844 fi
15845
15846 fi
15847
15848
15849     CFLAGS="$save_CFLAGS"
15850 fi
15851
15852 ALSALIBS=""
15853
15854 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15855 then
15856     { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15857 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15858 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15859   $as_echo_n "(cached) " >&6
15860 else
15861   ac_check_lib_save_LIBS=$LIBS
15862 LIBS="-lasound  $LIBS"
15863 cat >conftest.$ac_ext <<_ACEOF
15864 /* confdefs.h.  */
15865 _ACEOF
15866 cat confdefs.h >>conftest.$ac_ext
15867 cat >>conftest.$ac_ext <<_ACEOF
15868 /* end confdefs.h.  */
15869
15870 /* Override any GCC internal prototype to avoid an error.
15871    Use char because int might match the return type of a GCC
15872    builtin and then its argument prototype would still apply.  */
15873 #ifdef __cplusplus
15874 extern "C"
15875 #endif
15876 char snd_pcm_hw_params_get_access ();
15877 int
15878 main ()
15879 {
15880 return snd_pcm_hw_params_get_access ();
15881   ;
15882   return 0;
15883 }
15884 _ACEOF
15885 rm -f conftest.$ac_objext conftest$ac_exeext
15886 if { (ac_try="$ac_link"
15887 case "(($ac_try" in
15888   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15889   *) ac_try_echo=$ac_try;;
15890 esac
15891 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15892 $as_echo "$ac_try_echo") >&5
15893   (eval "$ac_link") 2>conftest.er1
15894   ac_status=$?
15895   grep -v '^ *+' conftest.er1 >conftest.err
15896   rm -f conftest.er1
15897   cat conftest.err >&5
15898   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15899   (exit $ac_status); } && {
15900          test -z "$ac_c_werror_flag" ||
15901          test ! -s conftest.err
15902        } && test -s conftest$ac_exeext && {
15903          test "$cross_compiling" = yes ||
15904          $as_test_x conftest$ac_exeext
15905        }; then
15906   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15907 else
15908   $as_echo "$as_me: failed program was:" >&5
15909 sed 's/^/| /' conftest.$ac_ext >&5
15910
15911         ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15912 fi
15913
15914 rm -rf conftest.dSYM
15915 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15916       conftest$ac_exeext conftest.$ac_ext
15917 LIBS=$ac_check_lib_save_LIBS
15918 fi
15919 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15920 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15921 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15922   cat >conftest.$ac_ext <<_ACEOF
15923 /* confdefs.h.  */
15924 _ACEOF
15925 cat confdefs.h >>conftest.$ac_ext
15926 cat >>conftest.$ac_ext <<_ACEOF
15927 /* end confdefs.h.  */
15928 #ifdef HAVE_ALSA_ASOUNDLIB_H
15929 #include <alsa/asoundlib.h>
15930 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15931 #include <sys/asoundlib.h>
15932 #endif
15933 int
15934 main ()
15935 {
15936 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15937   ;
15938   return 0;
15939 }
15940 _ACEOF
15941 rm -f conftest.$ac_objext
15942 if { (ac_try="$ac_compile"
15943 case "(($ac_try" in
15944   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15945   *) ac_try_echo=$ac_try;;
15946 esac
15947 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15948 $as_echo "$ac_try_echo") >&5
15949   (eval "$ac_compile") 2>conftest.er1
15950   ac_status=$?
15951   grep -v '^ *+' conftest.er1 >conftest.err
15952   rm -f conftest.er1
15953   cat conftest.err >&5
15954   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15955   (exit $ac_status); } && {
15956          test -z "$ac_c_werror_flag" ||
15957          test ! -s conftest.err
15958        } && test -s conftest.$ac_objext; then
15959
15960 cat >>confdefs.h <<\_ACEOF
15961 #define HAVE_ALSA 1
15962 _ACEOF
15963
15964                          ALSALIBS="-lasound"
15965 else
15966   $as_echo "$as_me: failed program was:" >&5
15967 sed 's/^/| /' conftest.$ac_ext >&5
15968
15969
15970 fi
15971
15972 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15973 fi
15974
15975 fi
15976
15977 AUDIOIOLIBS=""
15978
15979 if test "$ac_cv_header_libaudioio_h" = "yes"
15980 then
15981     { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15982 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15983 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15984   $as_echo_n "(cached) " >&6
15985 else
15986   ac_check_lib_save_LIBS=$LIBS
15987 LIBS="-laudioio  $LIBS"
15988 cat >conftest.$ac_ext <<_ACEOF
15989 /* confdefs.h.  */
15990 _ACEOF
15991 cat confdefs.h >>conftest.$ac_ext
15992 cat >>conftest.$ac_ext <<_ACEOF
15993 /* end confdefs.h.  */
15994
15995 /* Override any GCC internal prototype to avoid an error.
15996    Use char because int might match the return type of a GCC
15997    builtin and then its argument prototype would still apply.  */
15998 #ifdef __cplusplus
15999 extern "C"
16000 #endif
16001 char AudioIOGetVersion ();
16002 int
16003 main ()
16004 {
16005 return AudioIOGetVersion ();
16006   ;
16007   return 0;
16008 }
16009 _ACEOF
16010 rm -f conftest.$ac_objext conftest$ac_exeext
16011 if { (ac_try="$ac_link"
16012 case "(($ac_try" in
16013   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16014   *) ac_try_echo=$ac_try;;
16015 esac
16016 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16017 $as_echo "$ac_try_echo") >&5
16018   (eval "$ac_link") 2>conftest.er1
16019   ac_status=$?
16020   grep -v '^ *+' conftest.er1 >conftest.err
16021   rm -f conftest.er1
16022   cat conftest.err >&5
16023   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16024   (exit $ac_status); } && {
16025          test -z "$ac_c_werror_flag" ||
16026          test ! -s conftest.err
16027        } && test -s conftest$ac_exeext && {
16028          test "$cross_compiling" = yes ||
16029          $as_test_x conftest$ac_exeext
16030        }; then
16031   ac_cv_lib_audioio_AudioIOGetVersion=yes
16032 else
16033   $as_echo "$as_me: failed program was:" >&5
16034 sed 's/^/| /' conftest.$ac_ext >&5
16035
16036         ac_cv_lib_audioio_AudioIOGetVersion=no
16037 fi
16038
16039 rm -rf conftest.dSYM
16040 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16041       conftest$ac_exeext conftest.$ac_ext
16042 LIBS=$ac_check_lib_save_LIBS
16043 fi
16044 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
16045 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
16046 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
16047   AUDIOIOLIBS="-laudioio"
16048
16049 cat >>confdefs.h <<\_ACEOF
16050 #define HAVE_LIBAUDIOIO 1
16051 _ACEOF
16052
16053 fi
16054
16055 fi
16056
16057
16058 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
16059 then
16060     { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
16061 $as_echo_n "checking for -lcapi20... " >&6; }
16062 if test "${ac_cv_lib_soname_capi20+set}" = set; then
16063   $as_echo_n "(cached) " >&6
16064 else
16065   ac_check_soname_save_LIBS=$LIBS
16066 LIBS="-lcapi20  $LIBS"
16067   cat >conftest.$ac_ext <<_ACEOF
16068 /* confdefs.h.  */
16069 _ACEOF
16070 cat confdefs.h >>conftest.$ac_ext
16071 cat >>conftest.$ac_ext <<_ACEOF
16072 /* end confdefs.h.  */
16073
16074 /* Override any GCC internal prototype to avoid an error.
16075    Use char because int might match the return type of a GCC
16076    builtin and then its argument prototype would still apply.  */
16077 #ifdef __cplusplus
16078 extern "C"
16079 #endif
16080 char capi20_register ();
16081 int
16082 main ()
16083 {
16084 return capi20_register ();
16085   ;
16086   return 0;
16087 }
16088 _ACEOF
16089 rm -f conftest.$ac_objext conftest$ac_exeext
16090 if { (ac_try="$ac_link"
16091 case "(($ac_try" in
16092   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16093   *) ac_try_echo=$ac_try;;
16094 esac
16095 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16096 $as_echo "$ac_try_echo") >&5
16097   (eval "$ac_link") 2>conftest.er1
16098   ac_status=$?
16099   grep -v '^ *+' conftest.er1 >conftest.err
16100   rm -f conftest.er1
16101   cat conftest.err >&5
16102   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16103   (exit $ac_status); } && {
16104          test -z "$ac_c_werror_flag" ||
16105          test ! -s conftest.err
16106        } && test -s conftest$ac_exeext && {
16107          test "$cross_compiling" = yes ||
16108          $as_test_x conftest$ac_exeext
16109        }; then
16110   case "$LIBEXT" in
16111     dll) ;;
16112     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'` ;;
16113     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
16114   esac
16115 else
16116   $as_echo "$as_me: failed program was:" >&5
16117 sed 's/^/| /' conftest.$ac_ext >&5
16118
16119
16120 fi
16121
16122 rm -rf conftest.dSYM
16123 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16124       conftest$ac_exeext conftest.$ac_ext
16125   LIBS=$ac_check_soname_save_LIBS
16126 fi
16127 if test "x$ac_cv_lib_soname_capi20" = "x"; then
16128   { $as_echo "$as_me:$LINENO: result: not found" >&5
16129 $as_echo "not found" >&6; }
16130
16131 else
16132   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
16133 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
16134
16135 cat >>confdefs.h <<_ACEOF
16136 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
16137 _ACEOF
16138
16139
16140 fi
16141
16142 fi
16143 if test "x$ac_cv_lib_soname_capi20" = "x"; then
16144   case "x$with_capi" in
16145   x)   wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
16146   xno) ;;
16147   *)   { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16148 This is an error since --with-capi was requested." >&5
16149 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
16150 This is an error since --with-capi was requested." >&2;}
16151    { (exit 1); exit 1; }; } ;;
16152 esac
16153 fi
16154
16155
16156 CUPSINCL=""
16157
16158 if test "x$with_cups" != "xno"
16159 then
16160     ac_save_CPPFLAGS="$CPPFLAGS"
16161     ac_cups_cflags=`cups-config --cflags 2>/dev/null`
16162     ac_cups_libs=`cups-config --ldflags 2>/dev/null`
16163     CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
16164
16165 for ac_header in cups/cups.h
16166 do
16167 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16168 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16169   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16170 $as_echo_n "checking for $ac_header... " >&6; }
16171 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16172   $as_echo_n "(cached) " >&6
16173 fi
16174 ac_res=`eval 'as_val=${'$as_ac_Header'}
16175                  $as_echo "$as_val"'`
16176                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16177 $as_echo "$ac_res" >&6; }
16178 else
16179   # Is the header compilable?
16180 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16181 $as_echo_n "checking $ac_header usability... " >&6; }
16182 cat >conftest.$ac_ext <<_ACEOF
16183 /* confdefs.h.  */
16184 _ACEOF
16185 cat confdefs.h >>conftest.$ac_ext
16186 cat >>conftest.$ac_ext <<_ACEOF
16187 /* end confdefs.h.  */
16188 $ac_includes_default
16189 #include <$ac_header>
16190 _ACEOF
16191 rm -f conftest.$ac_objext
16192 if { (ac_try="$ac_compile"
16193 case "(($ac_try" in
16194   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16195   *) ac_try_echo=$ac_try;;
16196 esac
16197 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16198 $as_echo "$ac_try_echo") >&5
16199   (eval "$ac_compile") 2>conftest.er1
16200   ac_status=$?
16201   grep -v '^ *+' conftest.er1 >conftest.err
16202   rm -f conftest.er1
16203   cat conftest.err >&5
16204   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16205   (exit $ac_status); } && {
16206          test -z "$ac_c_werror_flag" ||
16207          test ! -s conftest.err
16208        } && test -s conftest.$ac_objext; then
16209   ac_header_compiler=yes
16210 else
16211   $as_echo "$as_me: failed program was:" >&5
16212 sed 's/^/| /' conftest.$ac_ext >&5
16213
16214         ac_header_compiler=no
16215 fi
16216
16217 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16218 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16219 $as_echo "$ac_header_compiler" >&6; }
16220
16221 # Is the header present?
16222 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16223 $as_echo_n "checking $ac_header presence... " >&6; }
16224 cat >conftest.$ac_ext <<_ACEOF
16225 /* confdefs.h.  */
16226 _ACEOF
16227 cat confdefs.h >>conftest.$ac_ext
16228 cat >>conftest.$ac_ext <<_ACEOF
16229 /* end confdefs.h.  */
16230 #include <$ac_header>
16231 _ACEOF
16232 if { (ac_try="$ac_cpp conftest.$ac_ext"
16233 case "(($ac_try" in
16234   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16235   *) ac_try_echo=$ac_try;;
16236 esac
16237 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16238 $as_echo "$ac_try_echo") >&5
16239   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16240   ac_status=$?
16241   grep -v '^ *+' conftest.er1 >conftest.err
16242   rm -f conftest.er1
16243   cat conftest.err >&5
16244   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16245   (exit $ac_status); } >/dev/null && {
16246          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16247          test ! -s conftest.err
16248        }; then
16249   ac_header_preproc=yes
16250 else
16251   $as_echo "$as_me: failed program was:" >&5
16252 sed 's/^/| /' conftest.$ac_ext >&5
16253
16254   ac_header_preproc=no
16255 fi
16256
16257 rm -f conftest.err conftest.$ac_ext
16258 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16259 $as_echo "$ac_header_preproc" >&6; }
16260
16261 # So?  What about this header?
16262 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16263   yes:no: )
16264     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16265 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16266     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16267 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16268     ac_header_preproc=yes
16269     ;;
16270   no:yes:* )
16271     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16272 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16273     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16274 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16275     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16276 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16277     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16278 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16279     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16280 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16281     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16282 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16283     ( cat <<\_ASBOX
16284 ## ------------------------------------ ##
16285 ## Report this to wine-devel@winehq.org ##
16286 ## ------------------------------------ ##
16287 _ASBOX
16288      ) | sed "s/^/$as_me: WARNING:     /" >&2
16289     ;;
16290 esac
16291 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16292 $as_echo_n "checking for $ac_header... " >&6; }
16293 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16294   $as_echo_n "(cached) " >&6
16295 else
16296   eval "$as_ac_Header=\$ac_header_preproc"
16297 fi
16298 ac_res=`eval 'as_val=${'$as_ac_Header'}
16299                  $as_echo "$as_val"'`
16300                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16301 $as_echo "$ac_res" >&6; }
16302
16303 fi
16304 as_val=`eval 'as_val=${'$as_ac_Header'}
16305                  $as_echo "$as_val"'`
16306    if test "x$as_val" = x""yes; then
16307   cat >>confdefs.h <<_ACEOF
16308 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16309 _ACEOF
16310  { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16311 $as_echo_n "checking for -lcups... " >&6; }
16312 if test "${ac_cv_lib_soname_cups+set}" = set; then
16313   $as_echo_n "(cached) " >&6
16314 else
16315   ac_check_soname_save_LIBS=$LIBS
16316 LIBS="-lcups $ac_cups_libs $LIBS"
16317   cat >conftest.$ac_ext <<_ACEOF
16318 /* confdefs.h.  */
16319 _ACEOF
16320 cat confdefs.h >>conftest.$ac_ext
16321 cat >>conftest.$ac_ext <<_ACEOF
16322 /* end confdefs.h.  */
16323
16324 /* Override any GCC internal prototype to avoid an error.
16325    Use char because int might match the return type of a GCC
16326    builtin and then its argument prototype would still apply.  */
16327 #ifdef __cplusplus
16328 extern "C"
16329 #endif
16330 char cupsGetDefault ();
16331 int
16332 main ()
16333 {
16334 return cupsGetDefault ();
16335   ;
16336   return 0;
16337 }
16338 _ACEOF
16339 rm -f conftest.$ac_objext conftest$ac_exeext
16340 if { (ac_try="$ac_link"
16341 case "(($ac_try" in
16342   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16343   *) ac_try_echo=$ac_try;;
16344 esac
16345 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16346 $as_echo "$ac_try_echo") >&5
16347   (eval "$ac_link") 2>conftest.er1
16348   ac_status=$?
16349   grep -v '^ *+' conftest.er1 >conftest.err
16350   rm -f conftest.er1
16351   cat conftest.err >&5
16352   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16353   (exit $ac_status); } && {
16354          test -z "$ac_c_werror_flag" ||
16355          test ! -s conftest.err
16356        } && test -s conftest$ac_exeext && {
16357          test "$cross_compiling" = yes ||
16358          $as_test_x conftest$ac_exeext
16359        }; then
16360   case "$LIBEXT" in
16361     dll) ;;
16362     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'` ;;
16363     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
16364   esac
16365 else
16366   $as_echo "$as_me: failed program was:" >&5
16367 sed 's/^/| /' conftest.$ac_ext >&5
16368
16369
16370 fi
16371
16372 rm -rf conftest.dSYM
16373 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16374       conftest$ac_exeext conftest.$ac_ext
16375   LIBS=$ac_check_soname_save_LIBS
16376 fi
16377 if test "x$ac_cv_lib_soname_cups" = "x"; then
16378   { $as_echo "$as_me:$LINENO: result: not found" >&5
16379 $as_echo "not found" >&6; }
16380
16381 else
16382   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16383 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16384
16385 cat >>confdefs.h <<_ACEOF
16386 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16387 _ACEOF
16388
16389        CUPSINCL="$ac_cups_cflags"
16390 fi
16391
16392 fi
16393
16394 done
16395
16396     CPPFLAGS="$ac_save_CPPFLAGS"
16397 fi
16398 if test "x$ac_cv_lib_soname_cups" = "x"; then
16399   case "x$with_cups" in
16400   x)   wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16401   xno) ;;
16402   *)   { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16403 This is an error since --with-cups was requested." >&5
16404 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16405 This is an error since --with-cups was requested." >&2;}
16406    { (exit 1); exit 1; }; } ;;
16407 esac
16408 fi
16409
16410
16411 if test "$ac_cv_header_jack_jack_h" = "yes"
16412 then
16413     { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16414 $as_echo_n "checking for -ljack... " >&6; }
16415 if test "${ac_cv_lib_soname_jack+set}" = set; then
16416   $as_echo_n "(cached) " >&6
16417 else
16418   ac_check_soname_save_LIBS=$LIBS
16419 LIBS="-ljack  $LIBS"
16420   cat >conftest.$ac_ext <<_ACEOF
16421 /* confdefs.h.  */
16422 _ACEOF
16423 cat confdefs.h >>conftest.$ac_ext
16424 cat >>conftest.$ac_ext <<_ACEOF
16425 /* end confdefs.h.  */
16426
16427 /* Override any GCC internal prototype to avoid an error.
16428    Use char because int might match the return type of a GCC
16429    builtin and then its argument prototype would still apply.  */
16430 #ifdef __cplusplus
16431 extern "C"
16432 #endif
16433 char jack_client_new ();
16434 int
16435 main ()
16436 {
16437 return jack_client_new ();
16438   ;
16439   return 0;
16440 }
16441 _ACEOF
16442 rm -f conftest.$ac_objext conftest$ac_exeext
16443 if { (ac_try="$ac_link"
16444 case "(($ac_try" in
16445   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16446   *) ac_try_echo=$ac_try;;
16447 esac
16448 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16449 $as_echo "$ac_try_echo") >&5
16450   (eval "$ac_link") 2>conftest.er1
16451   ac_status=$?
16452   grep -v '^ *+' conftest.er1 >conftest.err
16453   rm -f conftest.er1
16454   cat conftest.err >&5
16455   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16456   (exit $ac_status); } && {
16457          test -z "$ac_c_werror_flag" ||
16458          test ! -s conftest.err
16459        } && test -s conftest$ac_exeext && {
16460          test "$cross_compiling" = yes ||
16461          $as_test_x conftest$ac_exeext
16462        }; then
16463   case "$LIBEXT" in
16464     dll) ;;
16465     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'` ;;
16466     *) 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'` ;;
16467   esac
16468 else
16469   $as_echo "$as_me: failed program was:" >&5
16470 sed 's/^/| /' conftest.$ac_ext >&5
16471
16472
16473 fi
16474
16475 rm -rf conftest.dSYM
16476 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16477       conftest$ac_exeext conftest.$ac_ext
16478   LIBS=$ac_check_soname_save_LIBS
16479 fi
16480 if test "x$ac_cv_lib_soname_jack" = "x"; then
16481   { $as_echo "$as_me:$LINENO: result: not found" >&5
16482 $as_echo "not found" >&6; }
16483
16484 else
16485   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16486 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16487
16488 cat >>confdefs.h <<_ACEOF
16489 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16490 _ACEOF
16491
16492
16493 fi
16494
16495 fi
16496
16497 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16498 then
16499     { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16500 $as_echo_n "checking for -lfontconfig... " >&6; }
16501 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16502   $as_echo_n "(cached) " >&6
16503 else
16504   ac_check_soname_save_LIBS=$LIBS
16505 LIBS="-lfontconfig  $LIBS"
16506   cat >conftest.$ac_ext <<_ACEOF
16507 /* confdefs.h.  */
16508 _ACEOF
16509 cat confdefs.h >>conftest.$ac_ext
16510 cat >>conftest.$ac_ext <<_ACEOF
16511 /* end confdefs.h.  */
16512
16513 /* Override any GCC internal prototype to avoid an error.
16514    Use char because int might match the return type of a GCC
16515    builtin and then its argument prototype would still apply.  */
16516 #ifdef __cplusplus
16517 extern "C"
16518 #endif
16519 char FcInit ();
16520 int
16521 main ()
16522 {
16523 return FcInit ();
16524   ;
16525   return 0;
16526 }
16527 _ACEOF
16528 rm -f conftest.$ac_objext conftest$ac_exeext
16529 if { (ac_try="$ac_link"
16530 case "(($ac_try" in
16531   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16532   *) ac_try_echo=$ac_try;;
16533 esac
16534 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16535 $as_echo "$ac_try_echo") >&5
16536   (eval "$ac_link") 2>conftest.er1
16537   ac_status=$?
16538   grep -v '^ *+' conftest.er1 >conftest.err
16539   rm -f conftest.er1
16540   cat conftest.err >&5
16541   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16542   (exit $ac_status); } && {
16543          test -z "$ac_c_werror_flag" ||
16544          test ! -s conftest.err
16545        } && test -s conftest$ac_exeext && {
16546          test "$cross_compiling" = yes ||
16547          $as_test_x conftest$ac_exeext
16548        }; then
16549   case "$LIBEXT" in
16550     dll) ;;
16551     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'` ;;
16552     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16553   esac
16554 else
16555   $as_echo "$as_me: failed program was:" >&5
16556 sed 's/^/| /' conftest.$ac_ext >&5
16557
16558
16559 fi
16560
16561 rm -rf conftest.dSYM
16562 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16563       conftest$ac_exeext conftest.$ac_ext
16564   LIBS=$ac_check_soname_save_LIBS
16565 fi
16566 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16567   { $as_echo "$as_me:$LINENO: result: not found" >&5
16568 $as_echo "not found" >&6; }
16569
16570 else
16571   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16572 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16573
16574 cat >>confdefs.h <<_ACEOF
16575 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16576 _ACEOF
16577
16578
16579 fi
16580
16581 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16582 then
16583         ac_save_CPPFLAGS="$CPPFLAGS"
16584     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16585     $as_unset ac_cv_header_fontconfig_fontconfig_h
16586
16587 for ac_header in fontconfig/fontconfig.h
16588 do
16589 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16590 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16591   { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16592 $as_echo_n "checking for $ac_header... " >&6; }
16593 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16594   $as_echo_n "(cached) " >&6
16595 fi
16596 ac_res=`eval 'as_val=${'$as_ac_Header'}
16597                  $as_echo "$as_val"'`
16598                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16599 $as_echo "$ac_res" >&6; }
16600 else
16601   # Is the header compilable?
16602 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16603 $as_echo_n "checking $ac_header usability... " >&6; }
16604 cat >conftest.$ac_ext <<_ACEOF
16605 /* confdefs.h.  */
16606 _ACEOF
16607 cat confdefs.h >>conftest.$ac_ext
16608 cat >>conftest.$ac_ext <<_ACEOF
16609 /* end confdefs.h.  */
16610 $ac_includes_default
16611 #include <$ac_header>
16612 _ACEOF
16613 rm -f conftest.$ac_objext
16614 if { (ac_try="$ac_compile"
16615 case "(($ac_try" in
16616   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16617   *) ac_try_echo=$ac_try;;
16618 esac
16619 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16620 $as_echo "$ac_try_echo") >&5
16621   (eval "$ac_compile") 2>conftest.er1
16622   ac_status=$?
16623   grep -v '^ *+' conftest.er1 >conftest.err
16624   rm -f conftest.er1
16625   cat conftest.err >&5
16626   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16627   (exit $ac_status); } && {
16628          test -z "$ac_c_werror_flag" ||
16629          test ! -s conftest.err
16630        } && test -s conftest.$ac_objext; then
16631   ac_header_compiler=yes
16632 else
16633   $as_echo "$as_me: failed program was:" >&5
16634 sed 's/^/| /' conftest.$ac_ext >&5
16635
16636         ac_header_compiler=no
16637 fi
16638
16639 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16640 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16641 $as_echo "$ac_header_compiler" >&6; }
16642
16643 # Is the header present?
16644 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16645 $as_echo_n "checking $ac_header presence... " >&6; }
16646 cat >conftest.$ac_ext <<_ACEOF
16647 /* confdefs.h.  */
16648 _ACEOF
16649 cat confdefs.h >>conftest.$ac_ext
16650 cat >>conftest.$ac_ext <<_ACEOF
16651 /* end confdefs.h.  */
16652 #include <$ac_header>
16653 _ACEOF
16654 if { (ac_try="$ac_cpp conftest.$ac_ext"
16655 case "(($ac_try" in
16656   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16657   *) ac_try_echo=$ac_try;;
16658 esac
16659 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16660 $as_echo "$ac_try_echo") >&5
16661   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16662   ac_status=$?
16663   grep -v '^ *+' conftest.er1 >conftest.err
16664   rm -f conftest.er1
16665   cat conftest.err >&5
16666   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16667   (exit $ac_status); } >/dev/null && {
16668          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16669          test ! -s conftest.err
16670        }; then
16671   ac_header_preproc=yes
16672 else
16673   $as_echo "$as_me: failed program was:" >&5
16674 sed 's/^/| /' conftest.$ac_ext >&5
16675
16676   ac_header_preproc=no
16677 fi
16678
16679 rm -f conftest.err conftest.$ac_ext
16680 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16681 $as_echo "$ac_header_preproc" >&6; }
16682
16683 # So?  What about this header?
16684 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16685   yes:no: )
16686     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16687 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16688     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16689 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16690     ac_header_preproc=yes
16691     ;;
16692   no:yes:* )
16693     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16694 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16695     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
16696 $as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
16697     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16698 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16699     { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
16700 $as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
16701     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16702 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16703     { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16704 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16705     ( cat <<\_ASBOX
16706 ## ------------------------------------ ##
16707 ## Report this to wine-devel@winehq.org ##
16708 ## ------------------------------------ ##
16709 _ASBOX
16710      ) | sed "s/^/$as_me: WARNING:     /" >&2
16711     ;;
16712 esac
16713 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16714 $as_echo_n "checking for $ac_header... " >&6; }
16715 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16716   $as_echo_n "(cached) " >&6
16717 else
16718   eval "$as_ac_Header=\$ac_header_preproc"
16719 fi
16720 ac_res=`eval 'as_val=${'$as_ac_Header'}
16721                  $as_echo "$as_val"'`
16722                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16723 $as_echo "$ac_res" >&6; }
16724
16725 fi
16726 as_val=`eval 'as_val=${'$as_ac_Header'}
16727                  $as_echo "$as_val"'`
16728    if test "x$as_val" = x""yes; then
16729   cat >>confdefs.h <<_ACEOF
16730 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16731 _ACEOF
16732
16733 fi
16734
16735 done
16736
16737     CPPFLAGS="$ac_save_CPPFLAGS"
16738     if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16739     then
16740         FONTCONFIGINCL="$X_CFLAGS"
16741
16742         { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16743 $as_echo_n "checking for -lfontconfig... " >&6; }
16744 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16745   $as_echo_n "(cached) " >&6
16746 else
16747   ac_check_soname_save_LIBS=$LIBS
16748 LIBS="-lfontconfig $X_LIBS $LIBS"
16749   cat >conftest.$ac_ext <<_ACEOF
16750 /* confdefs.h.  */
16751 _ACEOF
16752 cat confdefs.h >>conftest.$ac_ext
16753 cat >>conftest.$ac_ext <<_ACEOF
16754 /* end confdefs.h.  */
16755
16756 /* Override any GCC internal prototype to avoid an error.
16757    Use char because int might match the return type of a GCC
16758    builtin and then its argument prototype would still apply.  */
16759 #ifdef __cplusplus
16760 extern "C"
16761 #endif
16762 char FcInit ();
16763 int
16764 main ()
16765 {
16766 return FcInit ();
16767   ;
16768   return 0;
16769 }
16770 _ACEOF
16771 rm -f conftest.$ac_objext conftest$ac_exeext
16772 if { (ac_try="$ac_link"
16773 case "(($ac_try" in
16774   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16775   *) ac_try_echo=$ac_try;;
16776 esac
16777 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16778 $as_echo "$ac_try_echo") >&5
16779   (eval "$ac_link") 2>conftest.er1
16780   ac_status=$?
16781   grep -v '^ *+' conftest.er1 >conftest.err
16782   rm -f conftest.er1
16783   cat conftest.err >&5
16784   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16785   (exit $ac_status); } && {
16786          test -z "$ac_c_werror_flag" ||
16787          test ! -s conftest.err
16788        } && test -s conftest$ac_exeext && {
16789          test "$cross_compiling" = yes ||
16790          $as_test_x conftest$ac_exeext
16791        }; then
16792   case "$LIBEXT" in
16793     dll) ;;
16794     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'` ;;
16795     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
16796   esac
16797 else
16798   $as_echo "$as_me: failed program was:" >&5
16799 sed 's/^/| /' conftest.$ac_ext >&5
16800
16801
16802 fi
16803
16804 rm -rf conftest.dSYM
16805 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16806       conftest$ac_exeext conftest.$ac_ext
16807   LIBS=$ac_check_soname_save_LIBS
16808 fi
16809 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16810   { $as_echo "$as_me:$LINENO: result: not found" >&5
16811 $as_echo "not found" >&6; }
16812
16813 else
16814   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16815 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16816
16817 cat >>confdefs.h <<_ACEOF
16818 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16819 _ACEOF
16820
16821
16822 fi
16823
16824     fi
16825 fi
16826 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16827   case "x$with_fontconfig" in
16828   x)   wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16829   xno) ;;
16830   *)   { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16831 This is an error since --with-fontconfig was requested." >&5
16832 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16833 This is an error since --with-fontconfig was requested." >&2;}
16834    { (exit 1); exit 1; }; } ;;
16835 esac
16836 fi
16837
16838
16839 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16840 then
16841     { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16842 $as_echo_n "checking for -lssl... " >&6; }
16843 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16844   $as_echo_n "(cached) " >&6
16845 else
16846   ac_check_soname_save_LIBS=$LIBS
16847 LIBS="-lssl  $LIBS"
16848   cat >conftest.$ac_ext <<_ACEOF
16849 /* confdefs.h.  */
16850 _ACEOF
16851 cat confdefs.h >>conftest.$ac_ext
16852 cat >>conftest.$ac_ext <<_ACEOF
16853 /* end confdefs.h.  */
16854
16855 /* Override any GCC internal prototype to avoid an error.
16856    Use char because int might match the return type of a GCC
16857    builtin and then its argument prototype would still apply.  */
16858 #ifdef __cplusplus
16859 extern "C"
16860 #endif
16861 char SSL_library_init ();
16862 int
16863 main ()
16864 {
16865 return SSL_library_init ();
16866   ;
16867   return 0;
16868 }
16869 _ACEOF
16870 rm -f conftest.$ac_objext conftest$ac_exeext
16871 if { (ac_try="$ac_link"
16872 case "(($ac_try" in
16873   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16874   *) ac_try_echo=$ac_try;;
16875 esac
16876 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16877 $as_echo "$ac_try_echo") >&5
16878   (eval "$ac_link") 2>conftest.er1
16879   ac_status=$?
16880   grep -v '^ *+' conftest.er1 >conftest.err
16881   rm -f conftest.er1
16882   cat conftest.err >&5
16883   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16884   (exit $ac_status); } && {
16885          test -z "$ac_c_werror_flag" ||
16886          test ! -s conftest.err
16887        } && test -s conftest$ac_exeext && {
16888          test "$cross_compiling" = yes ||
16889          $as_test_x conftest$ac_exeext
16890        }; then
16891   case "$LIBEXT" in
16892     dll) ;;
16893     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'` ;;
16894     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
16895   esac
16896 else
16897   $as_echo "$as_me: failed program was:" >&5
16898 sed 's/^/| /' conftest.$ac_ext >&5
16899
16900
16901 fi
16902
16903 rm -rf conftest.dSYM
16904 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16905       conftest$ac_exeext conftest.$ac_ext
16906   LIBS=$ac_check_soname_save_LIBS
16907 fi
16908 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16909   { $as_echo "$as_me:$LINENO: result: not found" >&5
16910 $as_echo "not found" >&6; }
16911
16912 else
16913   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16914 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16915
16916 cat >>confdefs.h <<_ACEOF
16917 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16918 _ACEOF
16919
16920
16921 fi
16922
16923     { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16924 $as_echo_n "checking for -lcrypto... " >&6; }
16925 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16926   $as_echo_n "(cached) " >&6
16927 else
16928   ac_check_soname_save_LIBS=$LIBS
16929 LIBS="-lcrypto  $LIBS"
16930   cat >conftest.$ac_ext <<_ACEOF
16931 /* confdefs.h.  */
16932 _ACEOF
16933 cat confdefs.h >>conftest.$ac_ext
16934 cat >>conftest.$ac_ext <<_ACEOF
16935 /* end confdefs.h.  */
16936
16937 /* Override any GCC internal prototype to avoid an error.
16938    Use char because int might match the return type of a GCC
16939    builtin and then its argument prototype would still apply.  */
16940 #ifdef __cplusplus
16941 extern "C"
16942 #endif
16943 char BIO_new_socket ();
16944 int
16945 main ()
16946 {
16947 return BIO_new_socket ();
16948   ;
16949   return 0;
16950 }
16951 _ACEOF
16952 rm -f conftest.$ac_objext conftest$ac_exeext
16953 if { (ac_try="$ac_link"
16954 case "(($ac_try" in
16955   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16956   *) ac_try_echo=$ac_try;;
16957 esac
16958 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16959 $as_echo "$ac_try_echo") >&5
16960   (eval "$ac_link") 2>conftest.er1
16961   ac_status=$?
16962   grep -v '^ *+' conftest.er1 >conftest.err
16963   rm -f conftest.er1
16964   cat conftest.err >&5
16965   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16966   (exit $ac_status); } && {
16967          test -z "$ac_c_werror_flag" ||
16968          test ! -s conftest.err
16969        } && test -s conftest$ac_exeext && {
16970          test "$cross_compiling" = yes ||
16971          $as_test_x conftest$ac_exeext
16972        }; then
16973   case "$LIBEXT" in
16974     dll) ;;
16975     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'` ;;
16976     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
16977   esac
16978 else
16979   $as_echo "$as_me: failed program was:" >&5
16980 sed 's/^/| /' conftest.$ac_ext >&5
16981
16982
16983 fi
16984
16985 rm -rf conftest.dSYM
16986 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16987       conftest$ac_exeext conftest.$ac_ext
16988   LIBS=$ac_check_soname_save_LIBS
16989 fi
16990 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16991   { $as_echo "$as_me:$LINENO: result: not found" >&5
16992 $as_echo "not found" >&6; }
16993
16994 else
16995   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16996 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16997
16998 cat >>confdefs.h <<_ACEOF
16999 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
17000 _ACEOF
17001
17002
17003 fi
17004
17005 fi
17006 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
17007   case "x$with_openssl" in
17008   x)   wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
17009   xno) ;;
17010   *)   { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
17011 This is an error since --with-openssl was requested." >&5
17012 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
17013 This is an error since --with-openssl was requested." >&2;}
17014    { (exit 1); exit 1; }; } ;;
17015 esac
17016 fi
17017
17018
17019 if test "$ac_cv_header_jpeglib_h" = "yes"
17020 then
17021     { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
17022 $as_echo_n "checking for -ljpeg... " >&6; }
17023 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
17024   $as_echo_n "(cached) " >&6
17025 else
17026   ac_check_soname_save_LIBS=$LIBS
17027 LIBS="-ljpeg  $LIBS"
17028   cat >conftest.$ac_ext <<_ACEOF
17029 /* confdefs.h.  */
17030 _ACEOF
17031 cat confdefs.h >>conftest.$ac_ext
17032 cat >>conftest.$ac_ext <<_ACEOF
17033 /* end confdefs.h.  */
17034
17035 /* Override any GCC internal prototype to avoid an error.
17036    Use char because int might match the return type of a GCC
17037    builtin and then its argument prototype would still apply.  */
17038 #ifdef __cplusplus
17039 extern "C"
17040 #endif
17041 char jpeg_start_decompress ();
17042 int
17043 main ()
17044 {
17045 return jpeg_start_decompress ();
17046   ;
17047   return 0;
17048 }
17049 _ACEOF
17050 rm -f conftest.$ac_objext conftest$ac_exeext
17051 if { (ac_try="$ac_link"
17052 case "(($ac_try" in
17053   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17054   *) ac_try_echo=$ac_try;;
17055 esac
17056 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17057 $as_echo "$ac_try_echo") >&5
17058   (eval "$ac_link") 2>conftest.er1
17059   ac_status=$?
17060   grep -v '^ *+' conftest.er1 >conftest.err
17061   rm -f conftest.er1
17062   cat conftest.err >&5
17063   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17064   (exit $ac_status); } && {
17065          test -z "$ac_c_werror_flag" ||
17066          test ! -s conftest.err
17067        } && test -s conftest$ac_exeext && {
17068          test "$cross_compiling" = yes ||
17069          $as_test_x conftest$ac_exeext
17070        }; then
17071   case "$LIBEXT" in
17072     dll) ;;
17073     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'` ;;
17074     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
17075   esac
17076 else
17077   $as_echo "$as_me: failed program was:" >&5
17078 sed 's/^/| /' conftest.$ac_ext >&5
17079
17080
17081 fi
17082
17083 rm -rf conftest.dSYM
17084 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17085       conftest$ac_exeext conftest.$ac_ext
17086   LIBS=$ac_check_soname_save_LIBS
17087 fi
17088 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
17089   { $as_echo "$as_me:$LINENO: result: not found" >&5
17090 $as_echo "not found" >&6; }
17091
17092 else
17093   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
17094 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
17095
17096 cat >>confdefs.h <<_ACEOF
17097 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
17098 _ACEOF
17099
17100
17101 fi
17102
17103 fi
17104 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
17105   case "x$with_jpeg" in
17106   x)   wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
17107   xno) ;;
17108   *)   { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
17109 This is an error since --with-jpeg was requested." >&5
17110 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
17111 This is an error since --with-jpeg was requested." >&2;}
17112    { (exit 1); exit 1; }; } ;;
17113 esac
17114 fi
17115
17116
17117 if test "$ac_cv_header_png_h" = "yes"
17118 then
17119     { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
17120 $as_echo_n "checking for -lpng... " >&6; }
17121 if test "${ac_cv_lib_soname_png+set}" = set; then
17122   $as_echo_n "(cached) " >&6
17123 else
17124   ac_check_soname_save_LIBS=$LIBS
17125 LIBS="-lpng -lm -lz $LIBS"
17126   cat >conftest.$ac_ext <<_ACEOF
17127 /* confdefs.h.  */
17128 _ACEOF
17129 cat confdefs.h >>conftest.$ac_ext
17130 cat >>conftest.$ac_ext <<_ACEOF
17131 /* end confdefs.h.  */
17132
17133 /* Override any GCC internal prototype to avoid an error.
17134    Use char because int might match the return type of a GCC
17135    builtin and then its argument prototype would still apply.  */
17136 #ifdef __cplusplus
17137 extern "C"
17138 #endif
17139 char png_create_read_struct ();
17140 int
17141 main ()
17142 {
17143 return png_create_read_struct ();
17144   ;
17145   return 0;
17146 }
17147 _ACEOF
17148 rm -f conftest.$ac_objext conftest$ac_exeext
17149 if { (ac_try="$ac_link"
17150 case "(($ac_try" in
17151   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17152   *) ac_try_echo=$ac_try;;
17153 esac
17154 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17155 $as_echo "$ac_try_echo") >&5
17156   (eval "$ac_link") 2>conftest.er1
17157   ac_status=$?
17158   grep -v '^ *+' conftest.er1 >conftest.err
17159   rm -f conftest.er1
17160   cat conftest.err >&5
17161   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17162   (exit $ac_status); } && {
17163          test -z "$ac_c_werror_flag" ||
17164          test ! -s conftest.err
17165        } && test -s conftest$ac_exeext && {
17166          test "$cross_compiling" = yes ||
17167          $as_test_x conftest$ac_exeext
17168        }; then
17169   case "$LIBEXT" in
17170     dll) ;;
17171     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'` ;;
17172     *) 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'` ;;
17173   esac
17174 else
17175   $as_echo "$as_me: failed program was:" >&5
17176 sed 's/^/| /' conftest.$ac_ext >&5
17177
17178
17179 fi
17180
17181 rm -rf conftest.dSYM
17182 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17183       conftest$ac_exeext conftest.$ac_ext
17184   LIBS=$ac_check_soname_save_LIBS
17185 fi
17186 if test "x$ac_cv_lib_soname_png" = "x"; then
17187   { $as_echo "$as_me:$LINENO: result: not found" >&5
17188 $as_echo "not found" >&6; }
17189
17190 else
17191   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
17192 $as_echo "$ac_cv_lib_soname_png" >&6; }
17193
17194 cat >>confdefs.h <<_ACEOF
17195 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
17196 _ACEOF
17197
17198
17199 fi
17200
17201 fi
17202 if test "x$ac_cv_lib_soname_png" = "x"; then
17203   case "x$with_png" in
17204   x)   wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17205   xno) ;;
17206   *)   { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17207 This is an error since --with-png was requested." >&5
17208 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17209 This is an error since --with-png was requested." >&2;}
17210    { (exit 1); exit 1; }; } ;;
17211 esac
17212 fi
17213
17214
17215 if test "$ac_cv_header_kstat_h" = "yes"
17216 then
17217     { $as_echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
17218 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
17219 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
17220   $as_echo_n "(cached) " >&6
17221 else
17222   ac_check_lib_save_LIBS=$LIBS
17223 LIBS="-lkstat  $LIBS"
17224 cat >conftest.$ac_ext <<_ACEOF
17225 /* confdefs.h.  */
17226 _ACEOF
17227 cat confdefs.h >>conftest.$ac_ext
17228 cat >>conftest.$ac_ext <<_ACEOF
17229 /* end confdefs.h.  */
17230
17231 /* Override any GCC internal prototype to avoid an error.
17232    Use char because int might match the return type of a GCC
17233    builtin and then its argument prototype would still apply.  */
17234 #ifdef __cplusplus
17235 extern "C"
17236 #endif
17237 char kstat_open ();
17238 int
17239 main ()
17240 {
17241 return kstat_open ();
17242   ;
17243   return 0;
17244 }
17245 _ACEOF
17246 rm -f conftest.$ac_objext conftest$ac_exeext
17247 if { (ac_try="$ac_link"
17248 case "(($ac_try" in
17249   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17250   *) ac_try_echo=$ac_try;;
17251 esac
17252 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17253 $as_echo "$ac_try_echo") >&5
17254   (eval "$ac_link") 2>conftest.er1
17255   ac_status=$?
17256   grep -v '^ *+' conftest.er1 >conftest.err
17257   rm -f conftest.er1
17258   cat conftest.err >&5
17259   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17260   (exit $ac_status); } && {
17261          test -z "$ac_c_werror_flag" ||
17262          test ! -s conftest.err
17263        } && test -s conftest$ac_exeext && {
17264          test "$cross_compiling" = yes ||
17265          $as_test_x conftest$ac_exeext
17266        }; then
17267   ac_cv_lib_kstat_kstat_open=yes
17268 else
17269   $as_echo "$as_me: failed program was:" >&5
17270 sed 's/^/| /' conftest.$ac_ext >&5
17271
17272         ac_cv_lib_kstat_kstat_open=no
17273 fi
17274
17275 rm -rf conftest.dSYM
17276 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17277       conftest$ac_exeext conftest.$ac_ext
17278 LIBS=$ac_check_lib_save_LIBS
17279 fi
17280 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
17281 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
17282 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then
17283
17284 cat >>confdefs.h <<\_ACEOF
17285 #define HAVE_LIBKSTAT 1
17286 _ACEOF
17287
17288                   LIBKSTAT="-lkstat"
17289
17290 fi
17291
17292 fi
17293
17294 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17295 $as_echo_n "checking for -lodbc... " >&6; }
17296 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17297   $as_echo_n "(cached) " >&6
17298 else
17299   ac_check_soname_save_LIBS=$LIBS
17300 LIBS="-lodbc  $LIBS"
17301   cat >conftest.$ac_ext <<_ACEOF
17302 /* confdefs.h.  */
17303 _ACEOF
17304 cat confdefs.h >>conftest.$ac_ext
17305 cat >>conftest.$ac_ext <<_ACEOF
17306 /* end confdefs.h.  */
17307
17308 /* Override any GCC internal prototype to avoid an error.
17309    Use char because int might match the return type of a GCC
17310    builtin and then its argument prototype would still apply.  */
17311 #ifdef __cplusplus
17312 extern "C"
17313 #endif
17314 char SQLConnect ();
17315 int
17316 main ()
17317 {
17318 return SQLConnect ();
17319   ;
17320   return 0;
17321 }
17322 _ACEOF
17323 rm -f conftest.$ac_objext conftest$ac_exeext
17324 if { (ac_try="$ac_link"
17325 case "(($ac_try" in
17326   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17327   *) ac_try_echo=$ac_try;;
17328 esac
17329 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17330 $as_echo "$ac_try_echo") >&5
17331   (eval "$ac_link") 2>conftest.er1
17332   ac_status=$?
17333   grep -v '^ *+' conftest.er1 >conftest.err
17334   rm -f conftest.er1
17335   cat conftest.err >&5
17336   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17337   (exit $ac_status); } && {
17338          test -z "$ac_c_werror_flag" ||
17339          test ! -s conftest.err
17340        } && test -s conftest$ac_exeext && {
17341          test "$cross_compiling" = yes ||
17342          $as_test_x conftest$ac_exeext
17343        }; then
17344   case "$LIBEXT" in
17345     dll) ;;
17346     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'` ;;
17347     *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
17348   esac
17349 else
17350   $as_echo "$as_me: failed program was:" >&5
17351 sed 's/^/| /' conftest.$ac_ext >&5
17352
17353
17354 fi
17355
17356 rm -rf conftest.dSYM
17357 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17358       conftest$ac_exeext conftest.$ac_ext
17359   LIBS=$ac_check_soname_save_LIBS
17360 fi
17361 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17362   { $as_echo "$as_me:$LINENO: result: not found" >&5
17363 $as_echo "not found" >&6; }
17364        cat >>confdefs.h <<_ACEOF
17365 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17366 _ACEOF
17367
17368 else
17369   { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17370 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17371
17372 cat >>confdefs.h <<_ACEOF
17373 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17374 _ACEOF
17375
17376
17377 fi
17378
17379
17380 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17381         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17382         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17383         "$ac_cv_header_soundcard_h" != "yes" -a \
17384         "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17385 then
17386     wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17387 fi
17388
17389
17390 EXTRACFLAGS=""
17391
17392 if test "x${GCC}" = "xyes"
17393 then
17394   EXTRACFLAGS="-Wall -pipe"
17395
17396     { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17397 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17398 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17399   $as_echo_n "(cached) " >&6
17400 else
17401   if test "$cross_compiling" = yes; then
17402   ac_cv_c_gcc_strength_bug="yes"
17403 else
17404   cat >conftest.$ac_ext <<_ACEOF
17405 /* confdefs.h.  */
17406 _ACEOF
17407 cat confdefs.h >>conftest.$ac_ext
17408 cat >>conftest.$ac_ext <<_ACEOF
17409 /* end confdefs.h.  */
17410 int L[4] = {0,1,2,3};
17411 int
17412 main ()
17413 {
17414 static int Array[3];
17415   unsigned int B = 3;
17416   int i;
17417   for(i=0; i<B; i++) Array[i] = i - 3;
17418   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17419   L[i] = 4;
17420   return (Array[1] != -2 || L[2] != 3)
17421   ;
17422   return 0;
17423 }
17424 _ACEOF
17425 rm -f conftest$ac_exeext
17426 if { (ac_try="$ac_link"
17427 case "(($ac_try" in
17428   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17429   *) ac_try_echo=$ac_try;;
17430 esac
17431 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17432 $as_echo "$ac_try_echo") >&5
17433   (eval "$ac_link") 2>&5
17434   ac_status=$?
17435   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17436   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17437   { (case "(($ac_try" in
17438   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17439   *) ac_try_echo=$ac_try;;
17440 esac
17441 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17442 $as_echo "$ac_try_echo") >&5
17443   (eval "$ac_try") 2>&5
17444   ac_status=$?
17445   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17446   (exit $ac_status); }; }; then
17447   ac_cv_c_gcc_strength_bug="no"
17448 else
17449   $as_echo "$as_me: program exited with status $ac_status" >&5
17450 $as_echo "$as_me: failed program was:" >&5
17451 sed 's/^/| /' conftest.$ac_ext >&5
17452
17453 ( exit $ac_status )
17454 ac_cv_c_gcc_strength_bug="yes"
17455 fi
17456 rm -rf conftest.dSYM
17457 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17458 fi
17459
17460
17461 fi
17462 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17463 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17464   if test "$ac_cv_c_gcc_strength_bug" = "yes"
17465   then
17466     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17467   fi
17468
17469     { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17470 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17471 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17472   $as_echo_n "(cached) " >&6
17473 else
17474   ac_wine_try_cflags_saved=$CFLAGS
17475 CFLAGS="$CFLAGS -fno-builtin"
17476 cat >conftest.$ac_ext <<_ACEOF
17477 /* confdefs.h.  */
17478 _ACEOF
17479 cat confdefs.h >>conftest.$ac_ext
17480 cat >>conftest.$ac_ext <<_ACEOF
17481 /* end confdefs.h.  */
17482
17483 int
17484 main ()
17485 {
17486
17487   ;
17488   return 0;
17489 }
17490 _ACEOF
17491 rm -f conftest.$ac_objext conftest$ac_exeext
17492 if { (ac_try="$ac_link"
17493 case "(($ac_try" in
17494   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17495   *) ac_try_echo=$ac_try;;
17496 esac
17497 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17498 $as_echo "$ac_try_echo") >&5
17499   (eval "$ac_link") 2>conftest.er1
17500   ac_status=$?
17501   grep -v '^ *+' conftest.er1 >conftest.err
17502   rm -f conftest.er1
17503   cat conftest.err >&5
17504   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17505   (exit $ac_status); } && {
17506          test -z "$ac_c_werror_flag" ||
17507          test ! -s conftest.err
17508        } && test -s conftest$ac_exeext && {
17509          test "$cross_compiling" = yes ||
17510          $as_test_x conftest$ac_exeext
17511        }; then
17512   ac_cv_cflags__fno_builtin=yes
17513 else
17514   $as_echo "$as_me: failed program was:" >&5
17515 sed 's/^/| /' conftest.$ac_ext >&5
17516
17517         ac_cv_cflags__fno_builtin=no
17518 fi
17519
17520 rm -rf conftest.dSYM
17521 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17522       conftest$ac_exeext conftest.$ac_ext
17523 CFLAGS=$ac_wine_try_cflags_saved
17524 fi
17525 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17526 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17527 if test $ac_cv_cflags__fno_builtin = yes; then
17528   BUILTINFLAG="-fno-builtin"
17529
17530 fi
17531
17532   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17533 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17534 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17535   $as_echo_n "(cached) " >&6
17536 else
17537   ac_wine_try_cflags_saved=$CFLAGS
17538 CFLAGS="$CFLAGS -fno-strict-aliasing"
17539 cat >conftest.$ac_ext <<_ACEOF
17540 /* confdefs.h.  */
17541 _ACEOF
17542 cat confdefs.h >>conftest.$ac_ext
17543 cat >>conftest.$ac_ext <<_ACEOF
17544 /* end confdefs.h.  */
17545
17546 int
17547 main ()
17548 {
17549
17550   ;
17551   return 0;
17552 }
17553 _ACEOF
17554 rm -f conftest.$ac_objext conftest$ac_exeext
17555 if { (ac_try="$ac_link"
17556 case "(($ac_try" in
17557   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17558   *) ac_try_echo=$ac_try;;
17559 esac
17560 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17561 $as_echo "$ac_try_echo") >&5
17562   (eval "$ac_link") 2>conftest.er1
17563   ac_status=$?
17564   grep -v '^ *+' conftest.er1 >conftest.err
17565   rm -f conftest.er1
17566   cat conftest.err >&5
17567   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17568   (exit $ac_status); } && {
17569          test -z "$ac_c_werror_flag" ||
17570          test ! -s conftest.err
17571        } && test -s conftest$ac_exeext && {
17572          test "$cross_compiling" = yes ||
17573          $as_test_x conftest$ac_exeext
17574        }; then
17575   ac_cv_cflags__fno_strict_aliasing=yes
17576 else
17577   $as_echo "$as_me: failed program was:" >&5
17578 sed 's/^/| /' conftest.$ac_ext >&5
17579
17580         ac_cv_cflags__fno_strict_aliasing=no
17581 fi
17582
17583 rm -rf conftest.dSYM
17584 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17585       conftest$ac_exeext conftest.$ac_ext
17586 CFLAGS=$ac_wine_try_cflags_saved
17587 fi
17588 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17589 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17590 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17591   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17592 fi
17593
17594   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17595 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17596 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17597   $as_echo_n "(cached) " >&6
17598 else
17599   ac_wine_try_cflags_saved=$CFLAGS
17600 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17601 cat >conftest.$ac_ext <<_ACEOF
17602 /* confdefs.h.  */
17603 _ACEOF
17604 cat confdefs.h >>conftest.$ac_ext
17605 cat >>conftest.$ac_ext <<_ACEOF
17606 /* end confdefs.h.  */
17607
17608 int
17609 main ()
17610 {
17611
17612   ;
17613   return 0;
17614 }
17615 _ACEOF
17616 rm -f conftest.$ac_objext conftest$ac_exeext
17617 if { (ac_try="$ac_link"
17618 case "(($ac_try" in
17619   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17620   *) ac_try_echo=$ac_try;;
17621 esac
17622 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17623 $as_echo "$ac_try_echo") >&5
17624   (eval "$ac_link") 2>conftest.er1
17625   ac_status=$?
17626   grep -v '^ *+' conftest.er1 >conftest.err
17627   rm -f conftest.er1
17628   cat conftest.err >&5
17629   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17630   (exit $ac_status); } && {
17631          test -z "$ac_c_werror_flag" ||
17632          test ! -s conftest.err
17633        } && test -s conftest$ac_exeext && {
17634          test "$cross_compiling" = yes ||
17635          $as_test_x conftest$ac_exeext
17636        }; then
17637   ac_cv_cflags__Wdeclaration_after_statement=yes
17638 else
17639   $as_echo "$as_me: failed program was:" >&5
17640 sed 's/^/| /' conftest.$ac_ext >&5
17641
17642         ac_cv_cflags__Wdeclaration_after_statement=no
17643 fi
17644
17645 rm -rf conftest.dSYM
17646 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17647       conftest$ac_exeext conftest.$ac_ext
17648 CFLAGS=$ac_wine_try_cflags_saved
17649 fi
17650 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17651 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17652 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17653   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17654 fi
17655
17656   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17657 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17658 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17659   $as_echo_n "(cached) " >&6
17660 else
17661   ac_wine_try_cflags_saved=$CFLAGS
17662 CFLAGS="$CFLAGS -Wwrite-strings"
17663 cat >conftest.$ac_ext <<_ACEOF
17664 /* confdefs.h.  */
17665 _ACEOF
17666 cat confdefs.h >>conftest.$ac_ext
17667 cat >>conftest.$ac_ext <<_ACEOF
17668 /* end confdefs.h.  */
17669
17670 int
17671 main ()
17672 {
17673
17674   ;
17675   return 0;
17676 }
17677 _ACEOF
17678 rm -f conftest.$ac_objext conftest$ac_exeext
17679 if { (ac_try="$ac_link"
17680 case "(($ac_try" in
17681   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17682   *) ac_try_echo=$ac_try;;
17683 esac
17684 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17685 $as_echo "$ac_try_echo") >&5
17686   (eval "$ac_link") 2>conftest.er1
17687   ac_status=$?
17688   grep -v '^ *+' conftest.er1 >conftest.err
17689   rm -f conftest.er1
17690   cat conftest.err >&5
17691   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17692   (exit $ac_status); } && {
17693          test -z "$ac_c_werror_flag" ||
17694          test ! -s conftest.err
17695        } && test -s conftest$ac_exeext && {
17696          test "$cross_compiling" = yes ||
17697          $as_test_x conftest$ac_exeext
17698        }; then
17699   ac_cv_cflags__Wwrite_strings=yes
17700 else
17701   $as_echo "$as_me: failed program was:" >&5
17702 sed 's/^/| /' conftest.$ac_ext >&5
17703
17704         ac_cv_cflags__Wwrite_strings=no
17705 fi
17706
17707 rm -rf conftest.dSYM
17708 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17709       conftest$ac_exeext conftest.$ac_ext
17710 CFLAGS=$ac_wine_try_cflags_saved
17711 fi
17712 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17713 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17714 if test $ac_cv_cflags__Wwrite_strings = yes; then
17715   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17716 fi
17717
17718   { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17719 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17720 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17721   $as_echo_n "(cached) " >&6
17722 else
17723   ac_wine_try_cflags_saved=$CFLAGS
17724 CFLAGS="$CFLAGS -Wtype-limits"
17725 cat >conftest.$ac_ext <<_ACEOF
17726 /* confdefs.h.  */
17727 _ACEOF
17728 cat confdefs.h >>conftest.$ac_ext
17729 cat >>conftest.$ac_ext <<_ACEOF
17730 /* end confdefs.h.  */
17731
17732 int
17733 main ()
17734 {
17735
17736   ;
17737   return 0;
17738 }
17739 _ACEOF
17740 rm -f conftest.$ac_objext conftest$ac_exeext
17741 if { (ac_try="$ac_link"
17742 case "(($ac_try" in
17743   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17744   *) ac_try_echo=$ac_try;;
17745 esac
17746 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17747 $as_echo "$ac_try_echo") >&5
17748   (eval "$ac_link") 2>conftest.er1
17749   ac_status=$?
17750   grep -v '^ *+' conftest.er1 >conftest.err
17751   rm -f conftest.er1
17752   cat conftest.err >&5
17753   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17754   (exit $ac_status); } && {
17755          test -z "$ac_c_werror_flag" ||
17756          test ! -s conftest.err
17757        } && test -s conftest$ac_exeext && {
17758          test "$cross_compiling" = yes ||
17759          $as_test_x conftest$ac_exeext
17760        }; then
17761   ac_cv_cflags__Wtype_limits=yes
17762 else
17763   $as_echo "$as_me: failed program was:" >&5
17764 sed 's/^/| /' conftest.$ac_ext >&5
17765
17766         ac_cv_cflags__Wtype_limits=no
17767 fi
17768
17769 rm -rf conftest.dSYM
17770 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17771       conftest$ac_exeext conftest.$ac_ext
17772 CFLAGS=$ac_wine_try_cflags_saved
17773 fi
17774 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17775 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17776 if test $ac_cv_cflags__Wtype_limits = yes; then
17777   EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17778 fi
17779
17780
17781     saved_CFLAGS="$CFLAGS"
17782   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17783   { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17784 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17785 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17786   $as_echo_n "(cached) " >&6
17787 else
17788   cat >conftest.$ac_ext <<_ACEOF
17789 /* confdefs.h.  */
17790 _ACEOF
17791 cat confdefs.h >>conftest.$ac_ext
17792 cat >>conftest.$ac_ext <<_ACEOF
17793 /* end confdefs.h.  */
17794 #include <string.h>
17795 int
17796 main ()
17797 {
17798
17799   ;
17800   return 0;
17801 }
17802 _ACEOF
17803 rm -f conftest.$ac_objext
17804 if { (ac_try="$ac_compile"
17805 case "(($ac_try" in
17806   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17807   *) ac_try_echo=$ac_try;;
17808 esac
17809 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17810 $as_echo "$ac_try_echo") >&5
17811   (eval "$ac_compile") 2>conftest.er1
17812   ac_status=$?
17813   grep -v '^ *+' conftest.er1 >conftest.err
17814   rm -f conftest.er1
17815   cat conftest.err >&5
17816   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17817   (exit $ac_status); } && {
17818          test -z "$ac_c_werror_flag" ||
17819          test ! -s conftest.err
17820        } && test -s conftest.$ac_objext; then
17821   ac_cv_c_string_h_warnings=no
17822 else
17823   $as_echo "$as_me: failed program was:" >&5
17824 sed 's/^/| /' conftest.$ac_ext >&5
17825
17826         ac_cv_c_string_h_warnings=yes
17827 fi
17828
17829 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17830 fi
17831 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17832 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17833   CFLAGS="$saved_CFLAGS"
17834   if test "$ac_cv_c_string_h_warnings" = "no"
17835   then
17836     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17837   fi
17838 fi
17839
17840
17841 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17842 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17843 if test "${ac_cv_asm_func_def+set}" = set; then
17844   $as_echo_n "(cached) " >&6
17845 else
17846   cat >conftest.$ac_ext <<_ACEOF
17847 /* confdefs.h.  */
17848 _ACEOF
17849 cat confdefs.h >>conftest.$ac_ext
17850 cat >>conftest.$ac_ext <<_ACEOF
17851 /* end confdefs.h.  */
17852
17853 int
17854 main ()
17855 {
17856 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17857   ;
17858   return 0;
17859 }
17860 _ACEOF
17861 rm -f conftest.$ac_objext conftest$ac_exeext
17862 if { (ac_try="$ac_link"
17863 case "(($ac_try" in
17864   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17865   *) ac_try_echo=$ac_try;;
17866 esac
17867 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17868 $as_echo "$ac_try_echo") >&5
17869   (eval "$ac_link") 2>conftest.er1
17870   ac_status=$?
17871   grep -v '^ *+' conftest.er1 >conftest.err
17872   rm -f conftest.er1
17873   cat conftest.err >&5
17874   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17875   (exit $ac_status); } && {
17876          test -z "$ac_c_werror_flag" ||
17877          test ! -s conftest.err
17878        } && test -s conftest$ac_exeext && {
17879          test "$cross_compiling" = yes ||
17880          $as_test_x conftest$ac_exeext
17881        }; then
17882   ac_cv_asm_func_def=".def"
17883 else
17884   $as_echo "$as_me: failed program was:" >&5
17885 sed 's/^/| /' conftest.$ac_ext >&5
17886
17887         cat >conftest.$ac_ext <<_ACEOF
17888 /* confdefs.h.  */
17889 _ACEOF
17890 cat confdefs.h >>conftest.$ac_ext
17891 cat >>conftest.$ac_ext <<_ACEOF
17892 /* end confdefs.h.  */
17893
17894 int
17895 main ()
17896 {
17897 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17898   ;
17899   return 0;
17900 }
17901 _ACEOF
17902 rm -f conftest.$ac_objext conftest$ac_exeext
17903 if { (ac_try="$ac_link"
17904 case "(($ac_try" in
17905   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17906   *) ac_try_echo=$ac_try;;
17907 esac
17908 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17909 $as_echo "$ac_try_echo") >&5
17910   (eval "$ac_link") 2>conftest.er1
17911   ac_status=$?
17912   grep -v '^ *+' conftest.er1 >conftest.err
17913   rm -f conftest.er1
17914   cat conftest.err >&5
17915   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17916   (exit $ac_status); } && {
17917          test -z "$ac_c_werror_flag" ||
17918          test ! -s conftest.err
17919        } && test -s conftest$ac_exeext && {
17920          test "$cross_compiling" = yes ||
17921          $as_test_x conftest$ac_exeext
17922        }; then
17923   ac_cv_asm_func_def=".type @function"
17924 else
17925   $as_echo "$as_me: failed program was:" >&5
17926 sed 's/^/| /' conftest.$ac_ext >&5
17927
17928         cat >conftest.$ac_ext <<_ACEOF
17929 /* confdefs.h.  */
17930 _ACEOF
17931 cat confdefs.h >>conftest.$ac_ext
17932 cat >>conftest.$ac_ext <<_ACEOF
17933 /* end confdefs.h.  */
17934
17935 int
17936 main ()
17937 {
17938 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17939   ;
17940   return 0;
17941 }
17942 _ACEOF
17943 rm -f conftest.$ac_objext conftest$ac_exeext
17944 if { (ac_try="$ac_link"
17945 case "(($ac_try" in
17946   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17947   *) ac_try_echo=$ac_try;;
17948 esac
17949 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17950 $as_echo "$ac_try_echo") >&5
17951   (eval "$ac_link") 2>conftest.er1
17952   ac_status=$?
17953   grep -v '^ *+' conftest.er1 >conftest.err
17954   rm -f conftest.er1
17955   cat conftest.err >&5
17956   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17957   (exit $ac_status); } && {
17958          test -z "$ac_c_werror_flag" ||
17959          test ! -s conftest.err
17960        } && test -s conftest$ac_exeext && {
17961          test "$cross_compiling" = yes ||
17962          $as_test_x conftest$ac_exeext
17963        }; then
17964   ac_cv_asm_func_def=".type 2"
17965 else
17966   $as_echo "$as_me: failed program was:" >&5
17967 sed 's/^/| /' conftest.$ac_ext >&5
17968
17969         ac_cv_asm_func_def="unknown"
17970 fi
17971
17972 rm -rf conftest.dSYM
17973 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17974       conftest$ac_exeext conftest.$ac_ext
17975 fi
17976
17977 rm -rf conftest.dSYM
17978 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17979       conftest$ac_exeext conftest.$ac_ext
17980 fi
17981
17982 rm -rf conftest.dSYM
17983 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17984       conftest$ac_exeext conftest.$ac_ext
17985 fi
17986 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17987 $as_echo "$ac_cv_asm_func_def" >&6; }
17988
17989
17990
17991 case "$ac_cv_asm_func_def" in
17992   ".def")
17993      cat >>confdefs.h <<\_ACEOF
17994 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17995 _ACEOF
17996  ;;
17997   ".type @function")
17998      cat >>confdefs.h <<\_ACEOF
17999 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
18000 _ACEOF
18001  ;;
18002   ".type 2")
18003      cat >>confdefs.h <<\_ACEOF
18004 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
18005 _ACEOF
18006  ;;
18007   *)
18008      cat >>confdefs.h <<\_ACEOF
18009 #define __ASM_FUNC(name) ""
18010 _ACEOF
18011  ;;
18012 esac
18013
18014
18015 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
18016 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
18017 if test "${ac_cv_c_extern_prefix+set}" = set; then
18018   $as_echo_n "(cached) " >&6
18019 else
18020   cat >conftest.$ac_ext <<_ACEOF
18021 /* confdefs.h.  */
18022 _ACEOF
18023 cat confdefs.h >>conftest.$ac_ext
18024 cat >>conftest.$ac_ext <<_ACEOF
18025 /* end confdefs.h.  */
18026 extern int ac_test;
18027 int
18028 main ()
18029 {
18030 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
18031   ;
18032   return 0;
18033 }
18034 _ACEOF
18035 rm -f conftest.$ac_objext conftest$ac_exeext
18036 if { (ac_try="$ac_link"
18037 case "(($ac_try" in
18038   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18039   *) ac_try_echo=$ac_try;;
18040 esac
18041 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18042 $as_echo "$ac_try_echo") >&5
18043   (eval "$ac_link") 2>conftest.er1
18044   ac_status=$?
18045   grep -v '^ *+' conftest.er1 >conftest.err
18046   rm -f conftest.er1
18047   cat conftest.err >&5
18048   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18049   (exit $ac_status); } && {
18050          test -z "$ac_c_werror_flag" ||
18051          test ! -s conftest.err
18052        } && test -s conftest$ac_exeext && {
18053          test "$cross_compiling" = yes ||
18054          $as_test_x conftest$ac_exeext
18055        }; then
18056   ac_cv_c_extern_prefix="yes"
18057 else
18058   $as_echo "$as_me: failed program was:" >&5
18059 sed 's/^/| /' conftest.$ac_ext >&5
18060
18061         ac_cv_c_extern_prefix="no"
18062 fi
18063
18064 rm -rf conftest.dSYM
18065 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18066       conftest$ac_exeext conftest.$ac_ext
18067 fi
18068 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
18069 $as_echo "$ac_cv_c_extern_prefix" >&6; }
18070
18071
18072
18073 if test "$ac_cv_c_extern_prefix" = "yes"
18074 then
18075   cat >>confdefs.h <<\_ACEOF
18076 #define __ASM_NAME(name) "_" name
18077 _ACEOF
18078
18079 else
18080   cat >>confdefs.h <<\_ACEOF
18081 #define __ASM_NAME(name) name
18082 _ACEOF
18083
18084 fi
18085
18086
18087 LDPATH=""
18088
18089 case $build_os in
18090   cygwin*|mingw32*)
18091     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
18092     ;;
18093   darwin*|macosx*)
18094     ;;
18095   linux*|solaris*)      if test -z "$LDRPATH_LOCAL"
18096     then
18097       LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
18098     fi
18099     ;;
18100   *)
18101     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
18102     ;;
18103 esac
18104
18105 case $host_os in
18106   mingw32*)
18107     CRTLIBS="-lmsvcrt"
18108
18109     SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
18110
18111     ;;
18112 esac
18113
18114 case $host_cpu in
18115   *i[3456789]86*)
18116     case $host_os in
18117       linux* | k*bsd*-gnu)
18118         EXTRA_BINARIES="wine-preloader"
18119  ;;
18120     esac
18121     ;;
18122 esac
18123
18124
18125 ac_save_CFLAGS="$CFLAGS"
18126 CFLAGS="$CFLAGS $BUILTINFLAG"
18127
18128
18129
18130
18131
18132
18133
18134
18135
18136
18137
18138
18139
18140
18141
18142
18143
18144
18145
18146
18147
18148
18149
18150
18151
18152
18153
18154
18155
18156
18157
18158
18159
18160
18161
18162
18163
18164
18165
18166
18167
18168
18169
18170
18171
18172
18173
18174
18175
18176
18177
18178
18179
18180
18181
18182
18183
18184
18185
18186
18187
18188
18189
18190
18191
18192
18193
18194
18195
18196
18197
18198 for ac_func in \
18199         _pclose \
18200         _popen \
18201         _snprintf \
18202         _spawnvp \
18203         _strdup \
18204         _stricmp \
18205         _strnicmp \
18206         _strtoi64 \
18207         _strtoui64 \
18208         _vsnprintf \
18209         asctime_r \
18210         chsize \
18211         dlopen \
18212         epoll_create \
18213         ffs \
18214         finite \
18215         fork \
18216         fpclass \
18217         fstatfs \
18218         fstatvfs \
18219         ftruncate \
18220         futimes \
18221         futimesat \
18222         getdirentries \
18223         getopt_long \
18224         getpagesize \
18225         getpwuid \
18226         gettid \
18227         gettimeofday \
18228         getuid \
18229         inet_ntop \
18230         inet_pton \
18231         kqueue \
18232         lstat \
18233         memmove \
18234         mmap \
18235         pclose \
18236         poll \
18237         popen \
18238         prctl \
18239         pread \
18240         pwrite \
18241         readdir \
18242         readlink \
18243         sched_yield \
18244         select \
18245         setproctitle \
18246         setrlimit \
18247         settimeofday \
18248         sigaltstack \
18249         sigprocmask \
18250         snprintf \
18251         socketpair \
18252         spawnvp \
18253         statfs \
18254         statvfs \
18255         strcasecmp \
18256         strdup \
18257         strerror \
18258         strncasecmp \
18259         strtold \
18260         strtoll \
18261         strtoull \
18262         symlink \
18263         tcgetattr \
18264         thr_kill2 \
18265         timegm \
18266         usleep \
18267         vsnprintf \
18268         wait4 \
18269         waitpid \
18270
18271 do
18272 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18273 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18274 $as_echo_n "checking for $ac_func... " >&6; }
18275 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18276   $as_echo_n "(cached) " >&6
18277 else
18278   cat >conftest.$ac_ext <<_ACEOF
18279 /* confdefs.h.  */
18280 _ACEOF
18281 cat confdefs.h >>conftest.$ac_ext
18282 cat >>conftest.$ac_ext <<_ACEOF
18283 /* end confdefs.h.  */
18284 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18285    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18286 #define $ac_func innocuous_$ac_func
18287
18288 /* System header to define __stub macros and hopefully few prototypes,
18289     which can conflict with char $ac_func (); below.
18290     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18291     <limits.h> exists even on freestanding compilers.  */
18292
18293 #ifdef __STDC__
18294 # include <limits.h>
18295 #else
18296 # include <assert.h>
18297 #endif
18298
18299 #undef $ac_func
18300
18301 /* Override any GCC internal prototype to avoid an error.
18302    Use char because int might match the return type of a GCC
18303    builtin and then its argument prototype would still apply.  */
18304 #ifdef __cplusplus
18305 extern "C"
18306 #endif
18307 char $ac_func ();
18308 /* The GNU C library defines this for functions which it implements
18309     to always fail with ENOSYS.  Some functions are actually named
18310     something starting with __ and the normal name is an alias.  */
18311 #if defined __stub_$ac_func || defined __stub___$ac_func
18312 choke me
18313 #endif
18314
18315 int
18316 main ()
18317 {
18318 return $ac_func ();
18319   ;
18320   return 0;
18321 }
18322 _ACEOF
18323 rm -f conftest.$ac_objext conftest$ac_exeext
18324 if { (ac_try="$ac_link"
18325 case "(($ac_try" in
18326   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18327   *) ac_try_echo=$ac_try;;
18328 esac
18329 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18330 $as_echo "$ac_try_echo") >&5
18331   (eval "$ac_link") 2>conftest.er1
18332   ac_status=$?
18333   grep -v '^ *+' conftest.er1 >conftest.err
18334   rm -f conftest.er1
18335   cat conftest.err >&5
18336   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18337   (exit $ac_status); } && {
18338          test -z "$ac_c_werror_flag" ||
18339          test ! -s conftest.err
18340        } && test -s conftest$ac_exeext && {
18341          test "$cross_compiling" = yes ||
18342          $as_test_x conftest$ac_exeext
18343        }; then
18344   eval "$as_ac_var=yes"
18345 else
18346   $as_echo "$as_me: failed program was:" >&5
18347 sed 's/^/| /' conftest.$ac_ext >&5
18348
18349         eval "$as_ac_var=no"
18350 fi
18351
18352 rm -rf conftest.dSYM
18353 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18354       conftest$ac_exeext conftest.$ac_ext
18355 fi
18356 ac_res=`eval 'as_val=${'$as_ac_var'}
18357                  $as_echo "$as_val"'`
18358                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18359 $as_echo "$ac_res" >&6; }
18360 as_val=`eval 'as_val=${'$as_ac_var'}
18361                  $as_echo "$as_val"'`
18362    if test "x$as_val" = x""yes; then
18363   cat >>confdefs.h <<_ACEOF
18364 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18365 _ACEOF
18366
18367 fi
18368 done
18369
18370 CFLAGS="$ac_save_CFLAGS"
18371
18372 if test "$ac_cv_func_dlopen" = no
18373 then
18374     { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18375 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18376 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18377   $as_echo_n "(cached) " >&6
18378 else
18379   ac_check_lib_save_LIBS=$LIBS
18380 LIBS="-ldl  $LIBS"
18381 cat >conftest.$ac_ext <<_ACEOF
18382 /* confdefs.h.  */
18383 _ACEOF
18384 cat confdefs.h >>conftest.$ac_ext
18385 cat >>conftest.$ac_ext <<_ACEOF
18386 /* end confdefs.h.  */
18387
18388 /* Override any GCC internal prototype to avoid an error.
18389    Use char because int might match the return type of a GCC
18390    builtin and then its argument prototype would still apply.  */
18391 #ifdef __cplusplus
18392 extern "C"
18393 #endif
18394 char dlopen ();
18395 int
18396 main ()
18397 {
18398 return dlopen ();
18399   ;
18400   return 0;
18401 }
18402 _ACEOF
18403 rm -f conftest.$ac_objext conftest$ac_exeext
18404 if { (ac_try="$ac_link"
18405 case "(($ac_try" in
18406   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18407   *) ac_try_echo=$ac_try;;
18408 esac
18409 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18410 $as_echo "$ac_try_echo") >&5
18411   (eval "$ac_link") 2>conftest.er1
18412   ac_status=$?
18413   grep -v '^ *+' conftest.er1 >conftest.err
18414   rm -f conftest.er1
18415   cat conftest.err >&5
18416   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18417   (exit $ac_status); } && {
18418          test -z "$ac_c_werror_flag" ||
18419          test ! -s conftest.err
18420        } && test -s conftest$ac_exeext && {
18421          test "$cross_compiling" = yes ||
18422          $as_test_x conftest$ac_exeext
18423        }; then
18424   ac_cv_lib_dl_dlopen=yes
18425 else
18426   $as_echo "$as_me: failed program was:" >&5
18427 sed 's/^/| /' conftest.$ac_ext >&5
18428
18429         ac_cv_lib_dl_dlopen=no
18430 fi
18431
18432 rm -rf conftest.dSYM
18433 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18434       conftest$ac_exeext conftest.$ac_ext
18435 LIBS=$ac_check_lib_save_LIBS
18436 fi
18437 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18438 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18439 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18440   cat >>confdefs.h <<\_ACEOF
18441 #define HAVE_DLOPEN 1
18442 _ACEOF
18443  LIBDL="-ldl"
18444
18445 fi
18446
18447 fi
18448 ac_wine_check_funcs_save_LIBS="$LIBS"
18449 LIBS="$LIBS $LIBDL"
18450
18451 for ac_func in dladdr
18452 do
18453 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18454 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18455 $as_echo_n "checking for $ac_func... " >&6; }
18456 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18457   $as_echo_n "(cached) " >&6
18458 else
18459   cat >conftest.$ac_ext <<_ACEOF
18460 /* confdefs.h.  */
18461 _ACEOF
18462 cat confdefs.h >>conftest.$ac_ext
18463 cat >>conftest.$ac_ext <<_ACEOF
18464 /* end confdefs.h.  */
18465 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18466    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18467 #define $ac_func innocuous_$ac_func
18468
18469 /* System header to define __stub macros and hopefully few prototypes,
18470     which can conflict with char $ac_func (); below.
18471     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18472     <limits.h> exists even on freestanding compilers.  */
18473
18474 #ifdef __STDC__
18475 # include <limits.h>
18476 #else
18477 # include <assert.h>
18478 #endif
18479
18480 #undef $ac_func
18481
18482 /* Override any GCC internal prototype to avoid an error.
18483    Use char because int might match the return type of a GCC
18484    builtin and then its argument prototype would still apply.  */
18485 #ifdef __cplusplus
18486 extern "C"
18487 #endif
18488 char $ac_func ();
18489 /* The GNU C library defines this for functions which it implements
18490     to always fail with ENOSYS.  Some functions are actually named
18491     something starting with __ and the normal name is an alias.  */
18492 #if defined __stub_$ac_func || defined __stub___$ac_func
18493 choke me
18494 #endif
18495
18496 int
18497 main ()
18498 {
18499 return $ac_func ();
18500   ;
18501   return 0;
18502 }
18503 _ACEOF
18504 rm -f conftest.$ac_objext conftest$ac_exeext
18505 if { (ac_try="$ac_link"
18506 case "(($ac_try" in
18507   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18508   *) ac_try_echo=$ac_try;;
18509 esac
18510 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18511 $as_echo "$ac_try_echo") >&5
18512   (eval "$ac_link") 2>conftest.er1
18513   ac_status=$?
18514   grep -v '^ *+' conftest.er1 >conftest.err
18515   rm -f conftest.er1
18516   cat conftest.err >&5
18517   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18518   (exit $ac_status); } && {
18519          test -z "$ac_c_werror_flag" ||
18520          test ! -s conftest.err
18521        } && test -s conftest$ac_exeext && {
18522          test "$cross_compiling" = yes ||
18523          $as_test_x conftest$ac_exeext
18524        }; then
18525   eval "$as_ac_var=yes"
18526 else
18527   $as_echo "$as_me: failed program was:" >&5
18528 sed 's/^/| /' conftest.$ac_ext >&5
18529
18530         eval "$as_ac_var=no"
18531 fi
18532
18533 rm -rf conftest.dSYM
18534 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18535       conftest$ac_exeext conftest.$ac_ext
18536 fi
18537 ac_res=`eval 'as_val=${'$as_ac_var'}
18538                  $as_echo "$as_val"'`
18539                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18540 $as_echo "$ac_res" >&6; }
18541 as_val=`eval 'as_val=${'$as_ac_var'}
18542                  $as_echo "$as_val"'`
18543    if test "x$as_val" = x""yes; then
18544   cat >>confdefs.h <<_ACEOF
18545 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18546 _ACEOF
18547
18548 fi
18549 done
18550
18551 LIBS="$ac_wine_check_funcs_save_LIBS"
18552
18553 if test "$ac_cv_func_poll" = no
18554 then
18555     { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18556 $as_echo_n "checking for poll in -lpoll... " >&6; }
18557 if test "${ac_cv_lib_poll_poll+set}" = set; then
18558   $as_echo_n "(cached) " >&6
18559 else
18560   ac_check_lib_save_LIBS=$LIBS
18561 LIBS="-lpoll  $LIBS"
18562 cat >conftest.$ac_ext <<_ACEOF
18563 /* confdefs.h.  */
18564 _ACEOF
18565 cat confdefs.h >>conftest.$ac_ext
18566 cat >>conftest.$ac_ext <<_ACEOF
18567 /* end confdefs.h.  */
18568
18569 /* Override any GCC internal prototype to avoid an error.
18570    Use char because int might match the return type of a GCC
18571    builtin and then its argument prototype would still apply.  */
18572 #ifdef __cplusplus
18573 extern "C"
18574 #endif
18575 char poll ();
18576 int
18577 main ()
18578 {
18579 return poll ();
18580   ;
18581   return 0;
18582 }
18583 _ACEOF
18584 rm -f conftest.$ac_objext conftest$ac_exeext
18585 if { (ac_try="$ac_link"
18586 case "(($ac_try" in
18587   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18588   *) ac_try_echo=$ac_try;;
18589 esac
18590 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18591 $as_echo "$ac_try_echo") >&5
18592   (eval "$ac_link") 2>conftest.er1
18593   ac_status=$?
18594   grep -v '^ *+' conftest.er1 >conftest.err
18595   rm -f conftest.er1
18596   cat conftest.err >&5
18597   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18598   (exit $ac_status); } && {
18599          test -z "$ac_c_werror_flag" ||
18600          test ! -s conftest.err
18601        } && test -s conftest$ac_exeext && {
18602          test "$cross_compiling" = yes ||
18603          $as_test_x conftest$ac_exeext
18604        }; then
18605   ac_cv_lib_poll_poll=yes
18606 else
18607   $as_echo "$as_me: failed program was:" >&5
18608 sed 's/^/| /' conftest.$ac_ext >&5
18609
18610         ac_cv_lib_poll_poll=no
18611 fi
18612
18613 rm -rf conftest.dSYM
18614 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18615       conftest$ac_exeext conftest.$ac_ext
18616 LIBS=$ac_check_lib_save_LIBS
18617 fi
18618 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18619 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18620 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18621   cat >>confdefs.h <<\_ACEOF
18622 #define HAVE_POLL 1
18623 _ACEOF
18624  LIBPOLL="-lpoll"
18625
18626 fi
18627
18628 fi
18629
18630 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18631 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18632 if test "${ac_cv_search_gethostbyname+set}" = set; then
18633   $as_echo_n "(cached) " >&6
18634 else
18635   ac_func_search_save_LIBS=$LIBS
18636 cat >conftest.$ac_ext <<_ACEOF
18637 /* confdefs.h.  */
18638 _ACEOF
18639 cat confdefs.h >>conftest.$ac_ext
18640 cat >>conftest.$ac_ext <<_ACEOF
18641 /* end confdefs.h.  */
18642
18643 /* Override any GCC internal prototype to avoid an error.
18644    Use char because int might match the return type of a GCC
18645    builtin and then its argument prototype would still apply.  */
18646 #ifdef __cplusplus
18647 extern "C"
18648 #endif
18649 char gethostbyname ();
18650 int
18651 main ()
18652 {
18653 return gethostbyname ();
18654   ;
18655   return 0;
18656 }
18657 _ACEOF
18658 for ac_lib in '' nsl; do
18659   if test -z "$ac_lib"; then
18660     ac_res="none required"
18661   else
18662     ac_res=-l$ac_lib
18663     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18664   fi
18665   rm -f conftest.$ac_objext conftest$ac_exeext
18666 if { (ac_try="$ac_link"
18667 case "(($ac_try" in
18668   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18669   *) ac_try_echo=$ac_try;;
18670 esac
18671 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18672 $as_echo "$ac_try_echo") >&5
18673   (eval "$ac_link") 2>conftest.er1
18674   ac_status=$?
18675   grep -v '^ *+' conftest.er1 >conftest.err
18676   rm -f conftest.er1
18677   cat conftest.err >&5
18678   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18679   (exit $ac_status); } && {
18680          test -z "$ac_c_werror_flag" ||
18681          test ! -s conftest.err
18682        } && test -s conftest$ac_exeext && {
18683          test "$cross_compiling" = yes ||
18684          $as_test_x conftest$ac_exeext
18685        }; then
18686   ac_cv_search_gethostbyname=$ac_res
18687 else
18688   $as_echo "$as_me: failed program was:" >&5
18689 sed 's/^/| /' conftest.$ac_ext >&5
18690
18691
18692 fi
18693
18694 rm -rf conftest.dSYM
18695 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18696       conftest$ac_exeext
18697   if test "${ac_cv_search_gethostbyname+set}" = set; then
18698   break
18699 fi
18700 done
18701 if test "${ac_cv_search_gethostbyname+set}" = set; then
18702   :
18703 else
18704   ac_cv_search_gethostbyname=no
18705 fi
18706 rm conftest.$ac_ext
18707 LIBS=$ac_func_search_save_LIBS
18708 fi
18709 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18710 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18711 ac_res=$ac_cv_search_gethostbyname
18712 if test "$ac_res" != no; then
18713   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18714
18715 fi
18716
18717
18718 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18719 $as_echo_n "checking for library containing connect... " >&6; }
18720 if test "${ac_cv_search_connect+set}" = set; then
18721   $as_echo_n "(cached) " >&6
18722 else
18723   ac_func_search_save_LIBS=$LIBS
18724 cat >conftest.$ac_ext <<_ACEOF
18725 /* confdefs.h.  */
18726 _ACEOF
18727 cat confdefs.h >>conftest.$ac_ext
18728 cat >>conftest.$ac_ext <<_ACEOF
18729 /* end confdefs.h.  */
18730
18731 /* Override any GCC internal prototype to avoid an error.
18732    Use char because int might match the return type of a GCC
18733    builtin and then its argument prototype would still apply.  */
18734 #ifdef __cplusplus
18735 extern "C"
18736 #endif
18737 char connect ();
18738 int
18739 main ()
18740 {
18741 return connect ();
18742   ;
18743   return 0;
18744 }
18745 _ACEOF
18746 for ac_lib in '' socket; do
18747   if test -z "$ac_lib"; then
18748     ac_res="none required"
18749   else
18750     ac_res=-l$ac_lib
18751     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18752   fi
18753   rm -f conftest.$ac_objext conftest$ac_exeext
18754 if { (ac_try="$ac_link"
18755 case "(($ac_try" in
18756   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18757   *) ac_try_echo=$ac_try;;
18758 esac
18759 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18760 $as_echo "$ac_try_echo") >&5
18761   (eval "$ac_link") 2>conftest.er1
18762   ac_status=$?
18763   grep -v '^ *+' conftest.er1 >conftest.err
18764   rm -f conftest.er1
18765   cat conftest.err >&5
18766   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18767   (exit $ac_status); } && {
18768          test -z "$ac_c_werror_flag" ||
18769          test ! -s conftest.err
18770        } && test -s conftest$ac_exeext && {
18771          test "$cross_compiling" = yes ||
18772          $as_test_x conftest$ac_exeext
18773        }; then
18774   ac_cv_search_connect=$ac_res
18775 else
18776   $as_echo "$as_me: failed program was:" >&5
18777 sed 's/^/| /' conftest.$ac_ext >&5
18778
18779
18780 fi
18781
18782 rm -rf conftest.dSYM
18783 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18784       conftest$ac_exeext
18785   if test "${ac_cv_search_connect+set}" = set; then
18786   break
18787 fi
18788 done
18789 if test "${ac_cv_search_connect+set}" = set; then
18790   :
18791 else
18792   ac_cv_search_connect=no
18793 fi
18794 rm conftest.$ac_ext
18795 LIBS=$ac_func_search_save_LIBS
18796 fi
18797 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18798 $as_echo "$ac_cv_search_connect" >&6; }
18799 ac_res=$ac_cv_search_connect
18800 if test "$ac_res" != no; then
18801   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18802
18803 fi
18804
18805
18806 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18807 $as_echo_n "checking for library containing inet_aton... " >&6; }
18808 if test "${ac_cv_search_inet_aton+set}" = set; then
18809   $as_echo_n "(cached) " >&6
18810 else
18811   ac_func_search_save_LIBS=$LIBS
18812 cat >conftest.$ac_ext <<_ACEOF
18813 /* confdefs.h.  */
18814 _ACEOF
18815 cat confdefs.h >>conftest.$ac_ext
18816 cat >>conftest.$ac_ext <<_ACEOF
18817 /* end confdefs.h.  */
18818
18819 /* Override any GCC internal prototype to avoid an error.
18820    Use char because int might match the return type of a GCC
18821    builtin and then its argument prototype would still apply.  */
18822 #ifdef __cplusplus
18823 extern "C"
18824 #endif
18825 char inet_aton ();
18826 int
18827 main ()
18828 {
18829 return inet_aton ();
18830   ;
18831   return 0;
18832 }
18833 _ACEOF
18834 for ac_lib in '' resolv; do
18835   if test -z "$ac_lib"; then
18836     ac_res="none required"
18837   else
18838     ac_res=-l$ac_lib
18839     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
18840   fi
18841   rm -f conftest.$ac_objext conftest$ac_exeext
18842 if { (ac_try="$ac_link"
18843 case "(($ac_try" in
18844   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18845   *) ac_try_echo=$ac_try;;
18846 esac
18847 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18848 $as_echo "$ac_try_echo") >&5
18849   (eval "$ac_link") 2>conftest.er1
18850   ac_status=$?
18851   grep -v '^ *+' conftest.er1 >conftest.err
18852   rm -f conftest.er1
18853   cat conftest.err >&5
18854   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18855   (exit $ac_status); } && {
18856          test -z "$ac_c_werror_flag" ||
18857          test ! -s conftest.err
18858        } && test -s conftest$ac_exeext && {
18859          test "$cross_compiling" = yes ||
18860          $as_test_x conftest$ac_exeext
18861        }; then
18862   ac_cv_search_inet_aton=$ac_res
18863 else
18864   $as_echo "$as_me: failed program was:" >&5
18865 sed 's/^/| /' conftest.$ac_ext >&5
18866
18867
18868 fi
18869
18870 rm -rf conftest.dSYM
18871 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18872       conftest$ac_exeext
18873   if test "${ac_cv_search_inet_aton+set}" = set; then
18874   break
18875 fi
18876 done
18877 if test "${ac_cv_search_inet_aton+set}" = set; then
18878   :
18879 else
18880   ac_cv_search_inet_aton=no
18881 fi
18882 rm conftest.$ac_ext
18883 LIBS=$ac_func_search_save_LIBS
18884 fi
18885 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18886 $as_echo "$ac_cv_search_inet_aton" >&6; }
18887 ac_res=$ac_cv_search_inet_aton
18888 if test "$ac_res" != no; then
18889   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18890
18891 fi
18892
18893
18894
18895
18896
18897
18898
18899
18900
18901
18902 for ac_func in \
18903         getaddrinfo \
18904         getnameinfo \
18905         getnetbyname \
18906         getprotobyname \
18907         getprotobynumber \
18908         getservbyport \
18909         inet_network \
18910         sendmsg \
18911
18912 do
18913 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18914 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18915 $as_echo_n "checking for $ac_func... " >&6; }
18916 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18917   $as_echo_n "(cached) " >&6
18918 else
18919   cat >conftest.$ac_ext <<_ACEOF
18920 /* confdefs.h.  */
18921 _ACEOF
18922 cat confdefs.h >>conftest.$ac_ext
18923 cat >>conftest.$ac_ext <<_ACEOF
18924 /* end confdefs.h.  */
18925 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18926    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
18927 #define $ac_func innocuous_$ac_func
18928
18929 /* System header to define __stub macros and hopefully few prototypes,
18930     which can conflict with char $ac_func (); below.
18931     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18932     <limits.h> exists even on freestanding compilers.  */
18933
18934 #ifdef __STDC__
18935 # include <limits.h>
18936 #else
18937 # include <assert.h>
18938 #endif
18939
18940 #undef $ac_func
18941
18942 /* Override any GCC internal prototype to avoid an error.
18943    Use char because int might match the return type of a GCC
18944    builtin and then its argument prototype would still apply.  */
18945 #ifdef __cplusplus
18946 extern "C"
18947 #endif
18948 char $ac_func ();
18949 /* The GNU C library defines this for functions which it implements
18950     to always fail with ENOSYS.  Some functions are actually named
18951     something starting with __ and the normal name is an alias.  */
18952 #if defined __stub_$ac_func || defined __stub___$ac_func
18953 choke me
18954 #endif
18955
18956 int
18957 main ()
18958 {
18959 return $ac_func ();
18960   ;
18961   return 0;
18962 }
18963 _ACEOF
18964 rm -f conftest.$ac_objext conftest$ac_exeext
18965 if { (ac_try="$ac_link"
18966 case "(($ac_try" in
18967   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18968   *) ac_try_echo=$ac_try;;
18969 esac
18970 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18971 $as_echo "$ac_try_echo") >&5
18972   (eval "$ac_link") 2>conftest.er1
18973   ac_status=$?
18974   grep -v '^ *+' conftest.er1 >conftest.err
18975   rm -f conftest.er1
18976   cat conftest.err >&5
18977   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18978   (exit $ac_status); } && {
18979          test -z "$ac_c_werror_flag" ||
18980          test ! -s conftest.err
18981        } && test -s conftest$ac_exeext && {
18982          test "$cross_compiling" = yes ||
18983          $as_test_x conftest$ac_exeext
18984        }; then
18985   eval "$as_ac_var=yes"
18986 else
18987   $as_echo "$as_me: failed program was:" >&5
18988 sed 's/^/| /' conftest.$ac_ext >&5
18989
18990         eval "$as_ac_var=no"
18991 fi
18992
18993 rm -rf conftest.dSYM
18994 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18995       conftest$ac_exeext conftest.$ac_ext
18996 fi
18997 ac_res=`eval 'as_val=${'$as_ac_var'}
18998                  $as_echo "$as_val"'`
18999                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19000 $as_echo "$ac_res" >&6; }
19001 as_val=`eval 'as_val=${'$as_ac_var'}
19002                  $as_echo "$as_val"'`
19003    if test "x$as_val" = x""yes; then
19004   cat >>confdefs.h <<_ACEOF
19005 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19006 _ACEOF
19007
19008 fi
19009 done
19010
19011
19012 LDAPLIBS=""
19013
19014 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
19015 then
19016     { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
19017 $as_echo_n "checking for LDAPSortKey... " >&6; }
19018 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
19019   $as_echo_n "(cached) " >&6
19020 else
19021   ac_cv_type_LDAPSortKey=no
19022 cat >conftest.$ac_ext <<_ACEOF
19023 /* confdefs.h.  */
19024 _ACEOF
19025 cat confdefs.h >>conftest.$ac_ext
19026 cat >>conftest.$ac_ext <<_ACEOF
19027 /* end confdefs.h.  */
19028 #include <ldap.h>
19029
19030 int
19031 main ()
19032 {
19033 if (sizeof (LDAPSortKey))
19034        return 0;
19035   ;
19036   return 0;
19037 }
19038 _ACEOF
19039 rm -f conftest.$ac_objext
19040 if { (ac_try="$ac_compile"
19041 case "(($ac_try" in
19042   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19043   *) ac_try_echo=$ac_try;;
19044 esac
19045 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19046 $as_echo "$ac_try_echo") >&5
19047   (eval "$ac_compile") 2>conftest.er1
19048   ac_status=$?
19049   grep -v '^ *+' conftest.er1 >conftest.err
19050   rm -f conftest.er1
19051   cat conftest.err >&5
19052   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19053   (exit $ac_status); } && {
19054          test -z "$ac_c_werror_flag" ||
19055          test ! -s conftest.err
19056        } && test -s conftest.$ac_objext; then
19057   cat >conftest.$ac_ext <<_ACEOF
19058 /* confdefs.h.  */
19059 _ACEOF
19060 cat confdefs.h >>conftest.$ac_ext
19061 cat >>conftest.$ac_ext <<_ACEOF
19062 /* end confdefs.h.  */
19063 #include <ldap.h>
19064
19065 int
19066 main ()
19067 {
19068 if (sizeof ((LDAPSortKey)))
19069           return 0;
19070   ;
19071   return 0;
19072 }
19073 _ACEOF
19074 rm -f conftest.$ac_objext
19075 if { (ac_try="$ac_compile"
19076 case "(($ac_try" in
19077   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19078   *) ac_try_echo=$ac_try;;
19079 esac
19080 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19081 $as_echo "$ac_try_echo") >&5
19082   (eval "$ac_compile") 2>conftest.er1
19083   ac_status=$?
19084   grep -v '^ *+' conftest.er1 >conftest.err
19085   rm -f conftest.er1
19086   cat conftest.err >&5
19087   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19088   (exit $ac_status); } && {
19089          test -z "$ac_c_werror_flag" ||
19090          test ! -s conftest.err
19091        } && test -s conftest.$ac_objext; then
19092   :
19093 else
19094   $as_echo "$as_me: failed program was:" >&5
19095 sed 's/^/| /' conftest.$ac_ext >&5
19096
19097         ac_cv_type_LDAPSortKey=yes
19098 fi
19099
19100 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19101 else
19102   $as_echo "$as_me: failed program was:" >&5
19103 sed 's/^/| /' conftest.$ac_ext >&5
19104
19105
19106 fi
19107
19108 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19109 fi
19110 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
19111 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
19112 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
19113   { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
19114 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
19115 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
19116   $as_echo_n "(cached) " >&6
19117 else
19118   ac_check_lib_save_LIBS=$LIBS
19119 LIBS="-lldap_r $LIBPTHREAD $LIBS"
19120 cat >conftest.$ac_ext <<_ACEOF
19121 /* confdefs.h.  */
19122 _ACEOF
19123 cat confdefs.h >>conftest.$ac_ext
19124 cat >>conftest.$ac_ext <<_ACEOF
19125 /* end confdefs.h.  */
19126
19127 /* Override any GCC internal prototype to avoid an error.
19128    Use char because int might match the return type of a GCC
19129    builtin and then its argument prototype would still apply.  */
19130 #ifdef __cplusplus
19131 extern "C"
19132 #endif
19133 char ldap_initialize ();
19134 int
19135 main ()
19136 {
19137 return ldap_initialize ();
19138   ;
19139   return 0;
19140 }
19141 _ACEOF
19142 rm -f conftest.$ac_objext conftest$ac_exeext
19143 if { (ac_try="$ac_link"
19144 case "(($ac_try" in
19145   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19146   *) ac_try_echo=$ac_try;;
19147 esac
19148 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19149 $as_echo "$ac_try_echo") >&5
19150   (eval "$ac_link") 2>conftest.er1
19151   ac_status=$?
19152   grep -v '^ *+' conftest.er1 >conftest.err
19153   rm -f conftest.er1
19154   cat conftest.err >&5
19155   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19156   (exit $ac_status); } && {
19157          test -z "$ac_c_werror_flag" ||
19158          test ! -s conftest.err
19159        } && test -s conftest$ac_exeext && {
19160          test "$cross_compiling" = yes ||
19161          $as_test_x conftest$ac_exeext
19162        }; then
19163   ac_cv_lib_ldap_r_ldap_initialize=yes
19164 else
19165   $as_echo "$as_me: failed program was:" >&5
19166 sed 's/^/| /' conftest.$ac_ext >&5
19167
19168         ac_cv_lib_ldap_r_ldap_initialize=no
19169 fi
19170
19171 rm -rf conftest.dSYM
19172 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19173       conftest$ac_exeext conftest.$ac_ext
19174 LIBS=$ac_check_lib_save_LIBS
19175 fi
19176 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
19177 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
19178 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
19179   { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
19180 $as_echo_n "checking for ber_init in -llber... " >&6; }
19181 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
19182   $as_echo_n "(cached) " >&6
19183 else
19184   ac_check_lib_save_LIBS=$LIBS
19185 LIBS="-llber $LIBPTHREAD $LIBS"
19186 cat >conftest.$ac_ext <<_ACEOF
19187 /* confdefs.h.  */
19188 _ACEOF
19189 cat confdefs.h >>conftest.$ac_ext
19190 cat >>conftest.$ac_ext <<_ACEOF
19191 /* end confdefs.h.  */
19192
19193 /* Override any GCC internal prototype to avoid an error.
19194    Use char because int might match the return type of a GCC
19195    builtin and then its argument prototype would still apply.  */
19196 #ifdef __cplusplus
19197 extern "C"
19198 #endif
19199 char ber_init ();
19200 int
19201 main ()
19202 {
19203 return ber_init ();
19204   ;
19205   return 0;
19206 }
19207 _ACEOF
19208 rm -f conftest.$ac_objext conftest$ac_exeext
19209 if { (ac_try="$ac_link"
19210 case "(($ac_try" in
19211   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19212   *) ac_try_echo=$ac_try;;
19213 esac
19214 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19215 $as_echo "$ac_try_echo") >&5
19216   (eval "$ac_link") 2>conftest.er1
19217   ac_status=$?
19218   grep -v '^ *+' conftest.er1 >conftest.err
19219   rm -f conftest.er1
19220   cat conftest.err >&5
19221   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19222   (exit $ac_status); } && {
19223          test -z "$ac_c_werror_flag" ||
19224          test ! -s conftest.err
19225        } && test -s conftest$ac_exeext && {
19226          test "$cross_compiling" = yes ||
19227          $as_test_x conftest$ac_exeext
19228        }; then
19229   ac_cv_lib_lber_ber_init=yes
19230 else
19231   $as_echo "$as_me: failed program was:" >&5
19232 sed 's/^/| /' conftest.$ac_ext >&5
19233
19234         ac_cv_lib_lber_ber_init=no
19235 fi
19236
19237 rm -rf conftest.dSYM
19238 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19239       conftest$ac_exeext conftest.$ac_ext
19240 LIBS=$ac_check_lib_save_LIBS
19241 fi
19242 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19243 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19244 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19245
19246 cat >>confdefs.h <<\_ACEOF
19247 #define HAVE_LDAP 1
19248 _ACEOF
19249
19250                  LDAPLIBS="-lldap_r -llber"
19251 fi
19252
19253 fi
19254
19255 fi
19256
19257     ac_wine_check_funcs_save_LIBS="$LIBS"
19258 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19259
19260
19261
19262
19263
19264
19265
19266
19267 for ac_func in \
19268         ldap_count_references \
19269         ldap_first_reference \
19270         ldap_next_reference \
19271         ldap_parse_reference \
19272         ldap_parse_sort_control \
19273         ldap_parse_sortresponse_control \
19274         ldap_parse_vlv_control \
19275         ldap_parse_vlvresponse_control
19276 do
19277 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19278 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19279 $as_echo_n "checking for $ac_func... " >&6; }
19280 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19281   $as_echo_n "(cached) " >&6
19282 else
19283   cat >conftest.$ac_ext <<_ACEOF
19284 /* confdefs.h.  */
19285 _ACEOF
19286 cat confdefs.h >>conftest.$ac_ext
19287 cat >>conftest.$ac_ext <<_ACEOF
19288 /* end confdefs.h.  */
19289 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19290    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
19291 #define $ac_func innocuous_$ac_func
19292
19293 /* System header to define __stub macros and hopefully few prototypes,
19294     which can conflict with char $ac_func (); below.
19295     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19296     <limits.h> exists even on freestanding compilers.  */
19297
19298 #ifdef __STDC__
19299 # include <limits.h>
19300 #else
19301 # include <assert.h>
19302 #endif
19303
19304 #undef $ac_func
19305
19306 /* Override any GCC internal prototype to avoid an error.
19307    Use char because int might match the return type of a GCC
19308    builtin and then its argument prototype would still apply.  */
19309 #ifdef __cplusplus
19310 extern "C"
19311 #endif
19312 char $ac_func ();
19313 /* The GNU C library defines this for functions which it implements
19314     to always fail with ENOSYS.  Some functions are actually named
19315     something starting with __ and the normal name is an alias.  */
19316 #if defined __stub_$ac_func || defined __stub___$ac_func
19317 choke me
19318 #endif
19319
19320 int
19321 main ()
19322 {
19323 return $ac_func ();
19324   ;
19325   return 0;
19326 }
19327 _ACEOF
19328 rm -f conftest.$ac_objext conftest$ac_exeext
19329 if { (ac_try="$ac_link"
19330 case "(($ac_try" in
19331   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19332   *) ac_try_echo=$ac_try;;
19333 esac
19334 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19335 $as_echo "$ac_try_echo") >&5
19336   (eval "$ac_link") 2>conftest.er1
19337   ac_status=$?
19338   grep -v '^ *+' conftest.er1 >conftest.err
19339   rm -f conftest.er1
19340   cat conftest.err >&5
19341   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19342   (exit $ac_status); } && {
19343          test -z "$ac_c_werror_flag" ||
19344          test ! -s conftest.err
19345        } && test -s conftest$ac_exeext && {
19346          test "$cross_compiling" = yes ||
19347          $as_test_x conftest$ac_exeext
19348        }; then
19349   eval "$as_ac_var=yes"
19350 else
19351   $as_echo "$as_me: failed program was:" >&5
19352 sed 's/^/| /' conftest.$ac_ext >&5
19353
19354         eval "$as_ac_var=no"
19355 fi
19356
19357 rm -rf conftest.dSYM
19358 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19359       conftest$ac_exeext conftest.$ac_ext
19360 fi
19361 ac_res=`eval 'as_val=${'$as_ac_var'}
19362                  $as_echo "$as_val"'`
19363                { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19364 $as_echo "$ac_res" >&6; }
19365 as_val=`eval 'as_val=${'$as_ac_var'}
19366                  $as_echo "$as_val"'`
19367    if test "x$as_val" = x""yes; then
19368   cat >>confdefs.h <<_ACEOF
19369 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19370 _ACEOF
19371
19372 fi
19373 done
19374
19375 LIBS="$ac_wine_check_funcs_save_LIBS"
19376 fi
19377 if test "x$LDAPLIBS" = "x"; then
19378   case "x$with_ldap" in
19379   x)   wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19380   xno) ;;
19381   *)   { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19382 This is an error since --with-ldap was requested." >&5
19383 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19384 This is an error since --with-ldap was requested." >&2;}
19385    { (exit 1); exit 1; }; } ;;
19386 esac
19387 fi
19388
19389
19390 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19391 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19392 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19393   $as_echo_n "(cached) " >&6
19394 else
19395   cat >conftest.$ac_ext <<_ACEOF
19396 /* confdefs.h.  */
19397 _ACEOF
19398 cat confdefs.h >>conftest.$ac_ext
19399 cat >>conftest.$ac_ext <<_ACEOF
19400 /* end confdefs.h.  */
19401 #include <sys/stat.h>
19402 int
19403 main ()
19404 {
19405 mkdir("foo");
19406   ;
19407   return 0;
19408 }
19409 _ACEOF
19410 rm -f conftest.$ac_objext
19411 if { (ac_try="$ac_compile"
19412 case "(($ac_try" in
19413   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19414   *) ac_try_echo=$ac_try;;
19415 esac
19416 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19417 $as_echo "$ac_try_echo") >&5
19418   (eval "$ac_compile") 2>conftest.er1
19419   ac_status=$?
19420   grep -v '^ *+' conftest.er1 >conftest.err
19421   rm -f conftest.er1
19422   cat conftest.err >&5
19423   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19424   (exit $ac_status); } && {
19425          test -z "$ac_c_werror_flag" ||
19426          test ! -s conftest.err
19427        } && test -s conftest.$ac_objext; then
19428   wine_cv_one_arg_mkdir=yes
19429 else
19430   $as_echo "$as_me: failed program was:" >&5
19431 sed 's/^/| /' conftest.$ac_ext >&5
19432
19433         wine_cv_one_arg_mkdir=no
19434 fi
19435
19436 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19437 fi
19438 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19439 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19440 if test "$wine_cv_one_arg_mkdir" = "yes"
19441 then
19442
19443 cat >>confdefs.h <<\_ACEOF
19444 #define HAVE_ONE_ARG_MKDIR 1
19445 _ACEOF
19446
19447 fi
19448
19449
19450 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19451 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19452 if test "${ac_cv_c_const+set}" = set; then
19453   $as_echo_n "(cached) " >&6
19454 else
19455   cat >conftest.$ac_ext <<_ACEOF
19456 /* confdefs.h.  */
19457 _ACEOF
19458 cat confdefs.h >>conftest.$ac_ext
19459 cat >>conftest.$ac_ext <<_ACEOF
19460 /* end confdefs.h.  */
19461
19462 int
19463 main ()
19464 {
19465 /* FIXME: Include the comments suggested by Paul. */
19466 #ifndef __cplusplus
19467   /* Ultrix mips cc rejects this.  */
19468   typedef int charset[2];
19469   const charset cs;
19470   /* SunOS 4.1.1 cc rejects this.  */
19471   char const *const *pcpcc;
19472   char **ppc;
19473   /* NEC SVR4.0.2 mips cc rejects this.  */
19474   struct point {int x, y;};
19475   static struct point const zero = {0,0};
19476   /* AIX XL C 1.02.0.0 rejects this.
19477      It does not let you subtract one const X* pointer from another in
19478      an arm of an if-expression whose if-part is not a constant
19479      expression */
19480   const char *g = "string";
19481   pcpcc = &g + (g ? g-g : 0);
19482   /* HPUX 7.0 cc rejects these. */
19483   ++pcpcc;
19484   ppc = (char**) pcpcc;
19485   pcpcc = (char const *const *) ppc;
19486   { /* SCO 3.2v4 cc rejects this.  */
19487     char *t;
19488     char const *s = 0 ? (char *) 0 : (char const *) 0;
19489
19490     *t++ = 0;
19491     if (s) return 0;
19492   }
19493   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
19494     int x[] = {25, 17};
19495     const int *foo = &x[0];
19496     ++foo;
19497   }
19498   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19499     typedef const int *iptr;
19500     iptr p = 0;
19501     ++p;
19502   }
19503   { /* AIX XL C 1.02.0.0 rejects this saying
19504        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19505     struct s { int j; const int *ap[3]; };
19506     struct s *b; b->j = 5;
19507   }
19508   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19509     const int foo = 10;
19510     if (!foo) return 0;
19511   }
19512   return !cs[0] && !zero.x;
19513 #endif
19514
19515   ;
19516   return 0;
19517 }
19518 _ACEOF
19519 rm -f conftest.$ac_objext
19520 if { (ac_try="$ac_compile"
19521 case "(($ac_try" in
19522   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19523   *) ac_try_echo=$ac_try;;
19524 esac
19525 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19526 $as_echo "$ac_try_echo") >&5
19527   (eval "$ac_compile") 2>conftest.er1
19528   ac_status=$?
19529   grep -v '^ *+' conftest.er1 >conftest.err
19530   rm -f conftest.er1
19531   cat conftest.err >&5
19532   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19533   (exit $ac_status); } && {
19534          test -z "$ac_c_werror_flag" ||
19535          test ! -s conftest.err
19536        } && test -s conftest.$ac_objext; then
19537   ac_cv_c_const=yes
19538 else
19539   $as_echo "$as_me: failed program was:" >&5
19540 sed 's/^/| /' conftest.$ac_ext >&5
19541
19542         ac_cv_c_const=no
19543 fi
19544
19545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19546 fi
19547 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19548 $as_echo "$ac_cv_c_const" >&6; }
19549 if test $ac_cv_c_const = no; then
19550
19551 cat >>confdefs.h <<\_ACEOF
19552 #define const /**/
19553 _ACEOF
19554
19555 fi
19556
19557 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19558 $as_echo_n "checking for inline... " >&6; }
19559 if test "${ac_cv_c_inline+set}" = set; then
19560   $as_echo_n "(cached) " >&6
19561 else
19562   ac_cv_c_inline=no
19563 for ac_kw in inline __inline__ __inline; do
19564   cat >conftest.$ac_ext <<_ACEOF
19565 /* confdefs.h.  */
19566 _ACEOF
19567 cat confdefs.h >>conftest.$ac_ext
19568 cat >>conftest.$ac_ext <<_ACEOF
19569 /* end confdefs.h.  */
19570 #ifndef __cplusplus
19571 typedef int foo_t;
19572 static $ac_kw foo_t static_foo () {return 0; }
19573 $ac_kw foo_t foo () {return 0; }
19574 #endif
19575
19576 _ACEOF
19577 rm -f conftest.$ac_objext
19578 if { (ac_try="$ac_compile"
19579 case "(($ac_try" in
19580   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19581   *) ac_try_echo=$ac_try;;
19582 esac
19583 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19584 $as_echo "$ac_try_echo") >&5
19585   (eval "$ac_compile") 2>conftest.er1
19586   ac_status=$?
19587   grep -v '^ *+' conftest.er1 >conftest.err
19588   rm -f conftest.er1
19589   cat conftest.err >&5
19590   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19591   (exit $ac_status); } && {
19592          test -z "$ac_c_werror_flag" ||
19593          test ! -s conftest.err
19594        } && test -s conftest.$ac_objext; then
19595   ac_cv_c_inline=$ac_kw
19596 else
19597   $as_echo "$as_me: failed program was:" >&5
19598 sed 's/^/| /' conftest.$ac_ext >&5
19599
19600
19601 fi
19602
19603 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19604   test "$ac_cv_c_inline" != no && break
19605 done
19606
19607 fi
19608 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19609 $as_echo "$ac_cv_c_inline" >&6; }
19610
19611
19612 case $ac_cv_c_inline in
19613   inline | yes) ;;
19614   *)
19615     case $ac_cv_c_inline in
19616       no) ac_val=;;
19617       *) ac_val=$ac_cv_c_inline;;
19618     esac
19619     cat >>confdefs.h <<_ACEOF
19620 #ifndef __cplusplus
19621 #define inline $ac_val
19622 #endif
19623 _ACEOF
19624     ;;
19625 esac
19626
19627 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19628 $as_echo_n "checking for mode_t... " >&6; }
19629 if test "${ac_cv_type_mode_t+set}" = set; then
19630   $as_echo_n "(cached) " >&6
19631 else
19632   ac_cv_type_mode_t=no
19633 cat >conftest.$ac_ext <<_ACEOF
19634 /* confdefs.h.  */
19635 _ACEOF
19636 cat confdefs.h >>conftest.$ac_ext
19637 cat >>conftest.$ac_ext <<_ACEOF
19638 /* end confdefs.h.  */
19639 $ac_includes_default
19640 int
19641 main ()
19642 {
19643 if (sizeof (mode_t))
19644        return 0;
19645   ;
19646   return 0;
19647 }
19648 _ACEOF
19649 rm -f conftest.$ac_objext
19650 if { (ac_try="$ac_compile"
19651 case "(($ac_try" in
19652   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19653   *) ac_try_echo=$ac_try;;
19654 esac
19655 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19656 $as_echo "$ac_try_echo") >&5
19657   (eval "$ac_compile") 2>conftest.er1
19658   ac_status=$?
19659   grep -v '^ *+' conftest.er1 >conftest.err
19660   rm -f conftest.er1
19661   cat conftest.err >&5
19662   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19663   (exit $ac_status); } && {
19664          test -z "$ac_c_werror_flag" ||
19665          test ! -s conftest.err
19666        } && test -s conftest.$ac_objext; then
19667   cat >conftest.$ac_ext <<_ACEOF
19668 /* confdefs.h.  */
19669 _ACEOF
19670 cat confdefs.h >>conftest.$ac_ext
19671 cat >>conftest.$ac_ext <<_ACEOF
19672 /* end confdefs.h.  */
19673 $ac_includes_default
19674 int
19675 main ()
19676 {
19677 if (sizeof ((mode_t)))
19678           return 0;
19679   ;
19680   return 0;
19681 }
19682 _ACEOF
19683 rm -f conftest.$ac_objext
19684 if { (ac_try="$ac_compile"
19685 case "(($ac_try" in
19686   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19687   *) ac_try_echo=$ac_try;;
19688 esac
19689 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19690 $as_echo "$ac_try_echo") >&5
19691   (eval "$ac_compile") 2>conftest.er1
19692   ac_status=$?
19693   grep -v '^ *+' conftest.er1 >conftest.err
19694   rm -f conftest.er1
19695   cat conftest.err >&5
19696   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19697   (exit $ac_status); } && {
19698          test -z "$ac_c_werror_flag" ||
19699          test ! -s conftest.err
19700        } && test -s conftest.$ac_objext; then
19701   :
19702 else
19703   $as_echo "$as_me: failed program was:" >&5
19704 sed 's/^/| /' conftest.$ac_ext >&5
19705
19706         ac_cv_type_mode_t=yes
19707 fi
19708
19709 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19710 else
19711   $as_echo "$as_me: failed program was:" >&5
19712 sed 's/^/| /' conftest.$ac_ext >&5
19713
19714
19715 fi
19716
19717 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19718 fi
19719 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19720 $as_echo "$ac_cv_type_mode_t" >&6; }
19721 if test "x$ac_cv_type_mode_t" = x""yes; then
19722
19723 cat >>confdefs.h <<_ACEOF
19724 #define HAVE_MODE_T 1
19725 _ACEOF
19726
19727
19728 fi
19729 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19730 $as_echo_n "checking for off_t... " >&6; }
19731 if test "${ac_cv_type_off_t+set}" = set; then
19732   $as_echo_n "(cached) " >&6
19733 else
19734   ac_cv_type_off_t=no
19735 cat >conftest.$ac_ext <<_ACEOF
19736 /* confdefs.h.  */
19737 _ACEOF
19738 cat confdefs.h >>conftest.$ac_ext
19739 cat >>conftest.$ac_ext <<_ACEOF
19740 /* end confdefs.h.  */
19741 $ac_includes_default
19742 int
19743 main ()
19744 {
19745 if (sizeof (off_t))
19746        return 0;
19747   ;
19748   return 0;
19749 }
19750 _ACEOF
19751 rm -f conftest.$ac_objext
19752 if { (ac_try="$ac_compile"
19753 case "(($ac_try" in
19754   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19755   *) ac_try_echo=$ac_try;;
19756 esac
19757 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19758 $as_echo "$ac_try_echo") >&5
19759   (eval "$ac_compile") 2>conftest.er1
19760   ac_status=$?
19761   grep -v '^ *+' conftest.er1 >conftest.err
19762   rm -f conftest.er1
19763   cat conftest.err >&5
19764   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19765   (exit $ac_status); } && {
19766          test -z "$ac_c_werror_flag" ||
19767          test ! -s conftest.err
19768        } && test -s conftest.$ac_objext; then
19769   cat >conftest.$ac_ext <<_ACEOF
19770 /* confdefs.h.  */
19771 _ACEOF
19772 cat confdefs.h >>conftest.$ac_ext
19773 cat >>conftest.$ac_ext <<_ACEOF
19774 /* end confdefs.h.  */
19775 $ac_includes_default
19776 int
19777 main ()
19778 {
19779 if (sizeof ((off_t)))
19780           return 0;
19781   ;
19782   return 0;
19783 }
19784 _ACEOF
19785 rm -f conftest.$ac_objext
19786 if { (ac_try="$ac_compile"
19787 case "(($ac_try" in
19788   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19789   *) ac_try_echo=$ac_try;;
19790 esac
19791 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19792 $as_echo "$ac_try_echo") >&5
19793   (eval "$ac_compile") 2>conftest.er1
19794   ac_status=$?
19795   grep -v '^ *+' conftest.er1 >conftest.err
19796   rm -f conftest.er1
19797   cat conftest.err >&5
19798   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19799   (exit $ac_status); } && {
19800          test -z "$ac_c_werror_flag" ||
19801          test ! -s conftest.err
19802        } && test -s conftest.$ac_objext; then
19803   :
19804 else
19805   $as_echo "$as_me: failed program was:" >&5
19806 sed 's/^/| /' conftest.$ac_ext >&5
19807
19808         ac_cv_type_off_t=yes
19809 fi
19810
19811 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19812 else
19813   $as_echo "$as_me: failed program was:" >&5
19814 sed 's/^/| /' conftest.$ac_ext >&5
19815
19816
19817 fi
19818
19819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19820 fi
19821 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19822 $as_echo "$ac_cv_type_off_t" >&6; }
19823 if test "x$ac_cv_type_off_t" = x""yes; then
19824
19825 cat >>confdefs.h <<_ACEOF
19826 #define HAVE_OFF_T 1
19827 _ACEOF
19828
19829
19830 fi
19831 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19832 $as_echo_n "checking for pid_t... " >&6; }
19833 if test "${ac_cv_type_pid_t+set}" = set; then
19834   $as_echo_n "(cached) " >&6
19835 else
19836   ac_cv_type_pid_t=no
19837 cat >conftest.$ac_ext <<_ACEOF
19838 /* confdefs.h.  */
19839 _ACEOF
19840 cat confdefs.h >>conftest.$ac_ext
19841 cat >>conftest.$ac_ext <<_ACEOF
19842 /* end confdefs.h.  */
19843 $ac_includes_default
19844 int
19845 main ()
19846 {
19847 if (sizeof (pid_t))
19848        return 0;
19849   ;
19850   return 0;
19851 }
19852 _ACEOF
19853 rm -f conftest.$ac_objext
19854 if { (ac_try="$ac_compile"
19855 case "(($ac_try" in
19856   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19857   *) ac_try_echo=$ac_try;;
19858 esac
19859 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19860 $as_echo "$ac_try_echo") >&5
19861   (eval "$ac_compile") 2>conftest.er1
19862   ac_status=$?
19863   grep -v '^ *+' conftest.er1 >conftest.err
19864   rm -f conftest.er1
19865   cat conftest.err >&5
19866   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19867   (exit $ac_status); } && {
19868          test -z "$ac_c_werror_flag" ||
19869          test ! -s conftest.err
19870        } && test -s conftest.$ac_objext; then
19871   cat >conftest.$ac_ext <<_ACEOF
19872 /* confdefs.h.  */
19873 _ACEOF
19874 cat confdefs.h >>conftest.$ac_ext
19875 cat >>conftest.$ac_ext <<_ACEOF
19876 /* end confdefs.h.  */
19877 $ac_includes_default
19878 int
19879 main ()
19880 {
19881 if (sizeof ((pid_t)))
19882           return 0;
19883   ;
19884   return 0;
19885 }
19886 _ACEOF
19887 rm -f conftest.$ac_objext
19888 if { (ac_try="$ac_compile"
19889 case "(($ac_try" in
19890   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19891   *) ac_try_echo=$ac_try;;
19892 esac
19893 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19894 $as_echo "$ac_try_echo") >&5
19895   (eval "$ac_compile") 2>conftest.er1
19896   ac_status=$?
19897   grep -v '^ *+' conftest.er1 >conftest.err
19898   rm -f conftest.er1
19899   cat conftest.err >&5
19900   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19901   (exit $ac_status); } && {
19902          test -z "$ac_c_werror_flag" ||
19903          test ! -s conftest.err
19904        } && test -s conftest.$ac_objext; then
19905   :
19906 else
19907   $as_echo "$as_me: failed program was:" >&5
19908 sed 's/^/| /' conftest.$ac_ext >&5
19909
19910         ac_cv_type_pid_t=yes
19911 fi
19912
19913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19914 else
19915   $as_echo "$as_me: failed program was:" >&5
19916 sed 's/^/| /' conftest.$ac_ext >&5
19917
19918
19919 fi
19920
19921 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19922 fi
19923 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19924 $as_echo "$ac_cv_type_pid_t" >&6; }
19925 if test "x$ac_cv_type_pid_t" = x""yes; then
19926
19927 cat >>confdefs.h <<_ACEOF
19928 #define HAVE_PID_T 1
19929 _ACEOF
19930
19931
19932 fi
19933 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19934 $as_echo_n "checking for size_t... " >&6; }
19935 if test "${ac_cv_type_size_t+set}" = set; then
19936   $as_echo_n "(cached) " >&6
19937 else
19938   ac_cv_type_size_t=no
19939 cat >conftest.$ac_ext <<_ACEOF
19940 /* confdefs.h.  */
19941 _ACEOF
19942 cat confdefs.h >>conftest.$ac_ext
19943 cat >>conftest.$ac_ext <<_ACEOF
19944 /* end confdefs.h.  */
19945 $ac_includes_default
19946 int
19947 main ()
19948 {
19949 if (sizeof (size_t))
19950        return 0;
19951   ;
19952   return 0;
19953 }
19954 _ACEOF
19955 rm -f conftest.$ac_objext
19956 if { (ac_try="$ac_compile"
19957 case "(($ac_try" in
19958   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19959   *) ac_try_echo=$ac_try;;
19960 esac
19961 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19962 $as_echo "$ac_try_echo") >&5
19963   (eval "$ac_compile") 2>conftest.er1
19964   ac_status=$?
19965   grep -v '^ *+' conftest.er1 >conftest.err
19966   rm -f conftest.er1
19967   cat conftest.err >&5
19968   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19969   (exit $ac_status); } && {
19970          test -z "$ac_c_werror_flag" ||
19971          test ! -s conftest.err
19972        } && test -s conftest.$ac_objext; then
19973   cat >conftest.$ac_ext <<_ACEOF
19974 /* confdefs.h.  */
19975 _ACEOF
19976 cat confdefs.h >>conftest.$ac_ext
19977 cat >>conftest.$ac_ext <<_ACEOF
19978 /* end confdefs.h.  */
19979 $ac_includes_default
19980 int
19981 main ()
19982 {
19983 if (sizeof ((size_t)))
19984           return 0;
19985   ;
19986   return 0;
19987 }
19988 _ACEOF
19989 rm -f conftest.$ac_objext
19990 if { (ac_try="$ac_compile"
19991 case "(($ac_try" in
19992   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19993   *) ac_try_echo=$ac_try;;
19994 esac
19995 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19996 $as_echo "$ac_try_echo") >&5
19997   (eval "$ac_compile") 2>conftest.er1
19998   ac_status=$?
19999   grep -v '^ *+' conftest.er1 >conftest.err
20000   rm -f conftest.er1
20001   cat conftest.err >&5
20002   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20003   (exit $ac_status); } && {
20004          test -z "$ac_c_werror_flag" ||
20005          test ! -s conftest.err
20006        } && test -s conftest.$ac_objext; then
20007   :
20008 else
20009   $as_echo "$as_me: failed program was:" >&5
20010 sed 's/^/| /' conftest.$ac_ext >&5
20011
20012         ac_cv_type_size_t=yes
20013 fi
20014
20015 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20016 else
20017   $as_echo "$as_me: failed program was:" >&5
20018 sed 's/^/| /' conftest.$ac_ext >&5
20019
20020
20021 fi
20022
20023 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20024 fi
20025 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
20026 $as_echo "$ac_cv_type_size_t" >&6; }
20027 if test "x$ac_cv_type_size_t" = x""yes; then
20028
20029 cat >>confdefs.h <<_ACEOF
20030 #define HAVE_SIZE_T 1
20031 _ACEOF
20032
20033
20034 fi
20035 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
20036 $as_echo_n "checking for ssize_t... " >&6; }
20037 if test "${ac_cv_type_ssize_t+set}" = set; then
20038   $as_echo_n "(cached) " >&6
20039 else
20040   ac_cv_type_ssize_t=no
20041 cat >conftest.$ac_ext <<_ACEOF
20042 /* confdefs.h.  */
20043 _ACEOF
20044 cat confdefs.h >>conftest.$ac_ext
20045 cat >>conftest.$ac_ext <<_ACEOF
20046 /* end confdefs.h.  */
20047 $ac_includes_default
20048 int
20049 main ()
20050 {
20051 if (sizeof (ssize_t))
20052        return 0;
20053   ;
20054   return 0;
20055 }
20056 _ACEOF
20057 rm -f conftest.$ac_objext
20058 if { (ac_try="$ac_compile"
20059 case "(($ac_try" in
20060   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20061   *) ac_try_echo=$ac_try;;
20062 esac
20063 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20064 $as_echo "$ac_try_echo") >&5
20065   (eval "$ac_compile") 2>conftest.er1
20066   ac_status=$?
20067   grep -v '^ *+' conftest.er1 >conftest.err
20068   rm -f conftest.er1
20069   cat conftest.err >&5
20070   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20071   (exit $ac_status); } && {
20072          test -z "$ac_c_werror_flag" ||
20073          test ! -s conftest.err
20074        } && test -s conftest.$ac_objext; then
20075   cat >conftest.$ac_ext <<_ACEOF
20076 /* confdefs.h.  */
20077 _ACEOF
20078 cat confdefs.h >>conftest.$ac_ext
20079 cat >>conftest.$ac_ext <<_ACEOF
20080 /* end confdefs.h.  */
20081 $ac_includes_default
20082 int
20083 main ()
20084 {
20085 if (sizeof ((ssize_t)))
20086           return 0;
20087   ;
20088   return 0;
20089 }
20090 _ACEOF
20091 rm -f conftest.$ac_objext
20092 if { (ac_try="$ac_compile"
20093 case "(($ac_try" in
20094   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20095   *) ac_try_echo=$ac_try;;
20096 esac
20097 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20098 $as_echo "$ac_try_echo") >&5
20099   (eval "$ac_compile") 2>conftest.er1
20100   ac_status=$?
20101   grep -v '^ *+' conftest.er1 >conftest.err
20102   rm -f conftest.er1
20103   cat conftest.err >&5
20104   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20105   (exit $ac_status); } && {
20106          test -z "$ac_c_werror_flag" ||
20107          test ! -s conftest.err
20108        } && test -s conftest.$ac_objext; then
20109   :
20110 else
20111   $as_echo "$as_me: failed program was:" >&5
20112 sed 's/^/| /' conftest.$ac_ext >&5
20113
20114         ac_cv_type_ssize_t=yes
20115 fi
20116
20117 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20118 else
20119   $as_echo "$as_me: failed program was:" >&5
20120 sed 's/^/| /' conftest.$ac_ext >&5
20121
20122
20123 fi
20124
20125 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20126 fi
20127 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
20128 $as_echo "$ac_cv_type_ssize_t" >&6; }
20129 if test "x$ac_cv_type_ssize_t" = x""yes; then
20130
20131 cat >>confdefs.h <<_ACEOF
20132 #define HAVE_SSIZE_T 1
20133 _ACEOF
20134
20135
20136 fi
20137 { $as_echo "$as_me:$LINENO: checking for long long" >&5
20138 $as_echo_n "checking for long long... " >&6; }
20139 if test "${ac_cv_type_long_long+set}" = set; then
20140   $as_echo_n "(cached) " >&6
20141 else
20142   ac_cv_type_long_long=no
20143 cat >conftest.$ac_ext <<_ACEOF
20144 /* confdefs.h.  */
20145 _ACEOF
20146 cat confdefs.h >>conftest.$ac_ext
20147 cat >>conftest.$ac_ext <<_ACEOF
20148 /* end confdefs.h.  */
20149 $ac_includes_default
20150 int
20151 main ()
20152 {
20153 if (sizeof (long long))
20154        return 0;
20155   ;
20156   return 0;
20157 }
20158 _ACEOF
20159 rm -f conftest.$ac_objext
20160 if { (ac_try="$ac_compile"
20161 case "(($ac_try" in
20162   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20163   *) ac_try_echo=$ac_try;;
20164 esac
20165 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20166 $as_echo "$ac_try_echo") >&5
20167   (eval "$ac_compile") 2>conftest.er1
20168   ac_status=$?
20169   grep -v '^ *+' conftest.er1 >conftest.err
20170   rm -f conftest.er1
20171   cat conftest.err >&5
20172   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20173   (exit $ac_status); } && {
20174          test -z "$ac_c_werror_flag" ||
20175          test ! -s conftest.err
20176        } && test -s conftest.$ac_objext; then
20177   cat >conftest.$ac_ext <<_ACEOF
20178 /* confdefs.h.  */
20179 _ACEOF
20180 cat confdefs.h >>conftest.$ac_ext
20181 cat >>conftest.$ac_ext <<_ACEOF
20182 /* end confdefs.h.  */
20183 $ac_includes_default
20184 int
20185 main ()
20186 {
20187 if (sizeof ((long long)))
20188           return 0;
20189   ;
20190   return 0;
20191 }
20192 _ACEOF
20193 rm -f conftest.$ac_objext
20194 if { (ac_try="$ac_compile"
20195 case "(($ac_try" in
20196   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20197   *) ac_try_echo=$ac_try;;
20198 esac
20199 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20200 $as_echo "$ac_try_echo") >&5
20201   (eval "$ac_compile") 2>conftest.er1
20202   ac_status=$?
20203   grep -v '^ *+' conftest.er1 >conftest.err
20204   rm -f conftest.er1
20205   cat conftest.err >&5
20206   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20207   (exit $ac_status); } && {
20208          test -z "$ac_c_werror_flag" ||
20209          test ! -s conftest.err
20210        } && test -s conftest.$ac_objext; then
20211   :
20212 else
20213   $as_echo "$as_me: failed program was:" >&5
20214 sed 's/^/| /' conftest.$ac_ext >&5
20215
20216         ac_cv_type_long_long=yes
20217 fi
20218
20219 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20220 else
20221   $as_echo "$as_me: failed program was:" >&5
20222 sed 's/^/| /' conftest.$ac_ext >&5
20223
20224
20225 fi
20226
20227 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20228 fi
20229 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20230 $as_echo "$ac_cv_type_long_long" >&6; }
20231 if test "x$ac_cv_type_long_long" = x""yes; then
20232
20233 cat >>confdefs.h <<_ACEOF
20234 #define HAVE_LONG_LONG 1
20235 _ACEOF
20236
20237
20238 fi
20239 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20240 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20241 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20242   $as_echo_n "(cached) " >&6
20243 else
20244   ac_cv_type_fsblkcnt_t=no
20245 cat >conftest.$ac_ext <<_ACEOF
20246 /* confdefs.h.  */
20247 _ACEOF
20248 cat confdefs.h >>conftest.$ac_ext
20249 cat >>conftest.$ac_ext <<_ACEOF
20250 /* end confdefs.h.  */
20251 $ac_includes_default
20252 int
20253 main ()
20254 {
20255 if (sizeof (fsblkcnt_t))
20256        return 0;
20257   ;
20258   return 0;
20259 }
20260 _ACEOF
20261 rm -f conftest.$ac_objext
20262 if { (ac_try="$ac_compile"
20263 case "(($ac_try" in
20264   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20265   *) ac_try_echo=$ac_try;;
20266 esac
20267 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20268 $as_echo "$ac_try_echo") >&5
20269   (eval "$ac_compile") 2>conftest.er1
20270   ac_status=$?
20271   grep -v '^ *+' conftest.er1 >conftest.err
20272   rm -f conftest.er1
20273   cat conftest.err >&5
20274   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20275   (exit $ac_status); } && {
20276          test -z "$ac_c_werror_flag" ||
20277          test ! -s conftest.err
20278        } && test -s conftest.$ac_objext; then
20279   cat >conftest.$ac_ext <<_ACEOF
20280 /* confdefs.h.  */
20281 _ACEOF
20282 cat confdefs.h >>conftest.$ac_ext
20283 cat >>conftest.$ac_ext <<_ACEOF
20284 /* end confdefs.h.  */
20285 $ac_includes_default
20286 int
20287 main ()
20288 {
20289 if (sizeof ((fsblkcnt_t)))
20290           return 0;
20291   ;
20292   return 0;
20293 }
20294 _ACEOF
20295 rm -f conftest.$ac_objext
20296 if { (ac_try="$ac_compile"
20297 case "(($ac_try" in
20298   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20299   *) ac_try_echo=$ac_try;;
20300 esac
20301 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20302 $as_echo "$ac_try_echo") >&5
20303   (eval "$ac_compile") 2>conftest.er1
20304   ac_status=$?
20305   grep -v '^ *+' conftest.er1 >conftest.err
20306   rm -f conftest.er1
20307   cat conftest.err >&5
20308   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20309   (exit $ac_status); } && {
20310          test -z "$ac_c_werror_flag" ||
20311          test ! -s conftest.err
20312        } && test -s conftest.$ac_objext; then
20313   :
20314 else
20315   $as_echo "$as_me: failed program was:" >&5
20316 sed 's/^/| /' conftest.$ac_ext >&5
20317
20318         ac_cv_type_fsblkcnt_t=yes
20319 fi
20320
20321 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20322 else
20323   $as_echo "$as_me: failed program was:" >&5
20324 sed 's/^/| /' conftest.$ac_ext >&5
20325
20326
20327 fi
20328
20329 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20330 fi
20331 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20332 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20333 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20334
20335 cat >>confdefs.h <<_ACEOF
20336 #define HAVE_FSBLKCNT_T 1
20337 _ACEOF
20338
20339
20340 fi
20341 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20342 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20343 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20344   $as_echo_n "(cached) " >&6
20345 else
20346   ac_cv_type_fsfilcnt_t=no
20347 cat >conftest.$ac_ext <<_ACEOF
20348 /* confdefs.h.  */
20349 _ACEOF
20350 cat confdefs.h >>conftest.$ac_ext
20351 cat >>conftest.$ac_ext <<_ACEOF
20352 /* end confdefs.h.  */
20353 $ac_includes_default
20354 int
20355 main ()
20356 {
20357 if (sizeof (fsfilcnt_t))
20358        return 0;
20359   ;
20360   return 0;
20361 }
20362 _ACEOF
20363 rm -f conftest.$ac_objext
20364 if { (ac_try="$ac_compile"
20365 case "(($ac_try" in
20366   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20367   *) ac_try_echo=$ac_try;;
20368 esac
20369 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20370 $as_echo "$ac_try_echo") >&5
20371   (eval "$ac_compile") 2>conftest.er1
20372   ac_status=$?
20373   grep -v '^ *+' conftest.er1 >conftest.err
20374   rm -f conftest.er1
20375   cat conftest.err >&5
20376   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20377   (exit $ac_status); } && {
20378          test -z "$ac_c_werror_flag" ||
20379          test ! -s conftest.err
20380        } && test -s conftest.$ac_objext; then
20381   cat >conftest.$ac_ext <<_ACEOF
20382 /* confdefs.h.  */
20383 _ACEOF
20384 cat confdefs.h >>conftest.$ac_ext
20385 cat >>conftest.$ac_ext <<_ACEOF
20386 /* end confdefs.h.  */
20387 $ac_includes_default
20388 int
20389 main ()
20390 {
20391 if (sizeof ((fsfilcnt_t)))
20392           return 0;
20393   ;
20394   return 0;
20395 }
20396 _ACEOF
20397 rm -f conftest.$ac_objext
20398 if { (ac_try="$ac_compile"
20399 case "(($ac_try" in
20400   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20401   *) ac_try_echo=$ac_try;;
20402 esac
20403 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20404 $as_echo "$ac_try_echo") >&5
20405   (eval "$ac_compile") 2>conftest.er1
20406   ac_status=$?
20407   grep -v '^ *+' conftest.er1 >conftest.err
20408   rm -f conftest.er1
20409   cat conftest.err >&5
20410   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20411   (exit $ac_status); } && {
20412          test -z "$ac_c_werror_flag" ||
20413          test ! -s conftest.err
20414        } && test -s conftest.$ac_objext; then
20415   :
20416 else
20417   $as_echo "$as_me: failed program was:" >&5
20418 sed 's/^/| /' conftest.$ac_ext >&5
20419
20420         ac_cv_type_fsfilcnt_t=yes
20421 fi
20422
20423 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20424 else
20425   $as_echo "$as_me: failed program was:" >&5
20426 sed 's/^/| /' conftest.$ac_ext >&5
20427
20428
20429 fi
20430
20431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20432 fi
20433 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20434 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20435 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20436
20437 cat >>confdefs.h <<_ACEOF
20438 #define HAVE_FSFILCNT_T 1
20439 _ACEOF
20440
20441
20442 fi
20443
20444 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20445 $as_echo_n "checking for sigset_t... " >&6; }
20446 if test "${ac_cv_type_sigset_t+set}" = set; then
20447   $as_echo_n "(cached) " >&6
20448 else
20449   ac_cv_type_sigset_t=no
20450 cat >conftest.$ac_ext <<_ACEOF
20451 /* confdefs.h.  */
20452 _ACEOF
20453 cat confdefs.h >>conftest.$ac_ext
20454 cat >>conftest.$ac_ext <<_ACEOF
20455 /* end confdefs.h.  */
20456 #include <sys/types.h>
20457 #include <signal.h>
20458
20459 int
20460 main ()
20461 {
20462 if (sizeof (sigset_t))
20463        return 0;
20464   ;
20465   return 0;
20466 }
20467 _ACEOF
20468 rm -f conftest.$ac_objext
20469 if { (ac_try="$ac_compile"
20470 case "(($ac_try" in
20471   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20472   *) ac_try_echo=$ac_try;;
20473 esac
20474 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20475 $as_echo "$ac_try_echo") >&5
20476   (eval "$ac_compile") 2>conftest.er1
20477   ac_status=$?
20478   grep -v '^ *+' conftest.er1 >conftest.err
20479   rm -f conftest.er1
20480   cat conftest.err >&5
20481   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20482   (exit $ac_status); } && {
20483          test -z "$ac_c_werror_flag" ||
20484          test ! -s conftest.err
20485        } && test -s conftest.$ac_objext; then
20486   cat >conftest.$ac_ext <<_ACEOF
20487 /* confdefs.h.  */
20488 _ACEOF
20489 cat confdefs.h >>conftest.$ac_ext
20490 cat >>conftest.$ac_ext <<_ACEOF
20491 /* end confdefs.h.  */
20492 #include <sys/types.h>
20493 #include <signal.h>
20494
20495 int
20496 main ()
20497 {
20498 if (sizeof ((sigset_t)))
20499           return 0;
20500   ;
20501   return 0;
20502 }
20503 _ACEOF
20504 rm -f conftest.$ac_objext
20505 if { (ac_try="$ac_compile"
20506 case "(($ac_try" in
20507   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20508   *) ac_try_echo=$ac_try;;
20509 esac
20510 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20511 $as_echo "$ac_try_echo") >&5
20512   (eval "$ac_compile") 2>conftest.er1
20513   ac_status=$?
20514   grep -v '^ *+' conftest.er1 >conftest.err
20515   rm -f conftest.er1
20516   cat conftest.err >&5
20517   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20518   (exit $ac_status); } && {
20519          test -z "$ac_c_werror_flag" ||
20520          test ! -s conftest.err
20521        } && test -s conftest.$ac_objext; then
20522   :
20523 else
20524   $as_echo "$as_me: failed program was:" >&5
20525 sed 's/^/| /' conftest.$ac_ext >&5
20526
20527         ac_cv_type_sigset_t=yes
20528 fi
20529
20530 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20531 else
20532   $as_echo "$as_me: failed program was:" >&5
20533 sed 's/^/| /' conftest.$ac_ext >&5
20534
20535
20536 fi
20537
20538 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20539 fi
20540 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20541 $as_echo "$ac_cv_type_sigset_t" >&6; }
20542 if test "x$ac_cv_type_sigset_t" = x""yes; then
20543
20544 cat >>confdefs.h <<_ACEOF
20545 #define HAVE_SIGSET_T 1
20546 _ACEOF
20547
20548
20549 fi
20550
20551 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20552 $as_echo_n "checking for request_sense... " >&6; }
20553 if test "${ac_cv_type_request_sense+set}" = set; then
20554   $as_echo_n "(cached) " >&6
20555 else
20556   ac_cv_type_request_sense=no
20557 cat >conftest.$ac_ext <<_ACEOF
20558 /* confdefs.h.  */
20559 _ACEOF
20560 cat confdefs.h >>conftest.$ac_ext
20561 cat >>conftest.$ac_ext <<_ACEOF
20562 /* end confdefs.h.  */
20563 #include <linux/cdrom.h>
20564
20565 int
20566 main ()
20567 {
20568 if (sizeof (request_sense))
20569        return 0;
20570   ;
20571   return 0;
20572 }
20573 _ACEOF
20574 rm -f conftest.$ac_objext
20575 if { (ac_try="$ac_compile"
20576 case "(($ac_try" in
20577   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20578   *) ac_try_echo=$ac_try;;
20579 esac
20580 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20581 $as_echo "$ac_try_echo") >&5
20582   (eval "$ac_compile") 2>conftest.er1
20583   ac_status=$?
20584   grep -v '^ *+' conftest.er1 >conftest.err
20585   rm -f conftest.er1
20586   cat conftest.err >&5
20587   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20588   (exit $ac_status); } && {
20589          test -z "$ac_c_werror_flag" ||
20590          test ! -s conftest.err
20591        } && test -s conftest.$ac_objext; then
20592   cat >conftest.$ac_ext <<_ACEOF
20593 /* confdefs.h.  */
20594 _ACEOF
20595 cat confdefs.h >>conftest.$ac_ext
20596 cat >>conftest.$ac_ext <<_ACEOF
20597 /* end confdefs.h.  */
20598 #include <linux/cdrom.h>
20599
20600 int
20601 main ()
20602 {
20603 if (sizeof ((request_sense)))
20604           return 0;
20605   ;
20606   return 0;
20607 }
20608 _ACEOF
20609 rm -f conftest.$ac_objext
20610 if { (ac_try="$ac_compile"
20611 case "(($ac_try" in
20612   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20613   *) ac_try_echo=$ac_try;;
20614 esac
20615 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20616 $as_echo "$ac_try_echo") >&5
20617   (eval "$ac_compile") 2>conftest.er1
20618   ac_status=$?
20619   grep -v '^ *+' conftest.er1 >conftest.err
20620   rm -f conftest.er1
20621   cat conftest.err >&5
20622   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20623   (exit $ac_status); } && {
20624          test -z "$ac_c_werror_flag" ||
20625          test ! -s conftest.err
20626        } && test -s conftest.$ac_objext; then
20627   :
20628 else
20629   $as_echo "$as_me: failed program was:" >&5
20630 sed 's/^/| /' conftest.$ac_ext >&5
20631
20632         ac_cv_type_request_sense=yes
20633 fi
20634
20635 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20636 else
20637   $as_echo "$as_me: failed program was:" >&5
20638 sed 's/^/| /' conftest.$ac_ext >&5
20639
20640
20641 fi
20642
20643 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20644 fi
20645 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20646 $as_echo "$ac_cv_type_request_sense" >&6; }
20647 if test "x$ac_cv_type_request_sense" = x""yes; then
20648
20649 cat >>confdefs.h <<_ACEOF
20650 #define HAVE_REQUEST_SENSE 1
20651 _ACEOF
20652
20653
20654 fi
20655
20656
20657 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20658 $as_echo_n "checking for struct xinpgen... " >&6; }
20659 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20660   $as_echo_n "(cached) " >&6
20661 else
20662   ac_cv_type_struct_xinpgen=no
20663 cat >conftest.$ac_ext <<_ACEOF
20664 /* confdefs.h.  */
20665 _ACEOF
20666 cat confdefs.h >>conftest.$ac_ext
20667 cat >>conftest.$ac_ext <<_ACEOF
20668 /* end confdefs.h.  */
20669 #include <sys/types.h>
20670 #ifdef HAVE_SYS_SOCKET_H
20671 #include <sys/socket.h>
20672 #endif
20673 #ifdef HAVE_SYS_SOCKETVAR_H
20674 #include <sys/socketvar.h>
20675 #endif
20676 #ifdef HAVE_NET_ROUTE_H
20677 #include <net/route.h>
20678 #endif
20679 #ifdef HAVE_NETINET_IN_H
20680 #include <netinet/in.h>
20681 #endif
20682 #ifdef HAVE_NETINET_IN_SYSTM_H
20683 #include <netinet/in_systm.h>
20684 #endif
20685 #ifdef HAVE_NETINET_IP_H
20686 #include <netinet/ip.h>
20687 #endif
20688 #ifdef HAVE_NETINET_IN_PCB_H
20689 #include <netinet/in_pcb.h>
20690 #endif
20691
20692 int
20693 main ()
20694 {
20695 if (sizeof (struct xinpgen))
20696        return 0;
20697   ;
20698   return 0;
20699 }
20700 _ACEOF
20701 rm -f conftest.$ac_objext
20702 if { (ac_try="$ac_compile"
20703 case "(($ac_try" in
20704   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20705   *) ac_try_echo=$ac_try;;
20706 esac
20707 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20708 $as_echo "$ac_try_echo") >&5
20709   (eval "$ac_compile") 2>conftest.er1
20710   ac_status=$?
20711   grep -v '^ *+' conftest.er1 >conftest.err
20712   rm -f conftest.er1
20713   cat conftest.err >&5
20714   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20715   (exit $ac_status); } && {
20716          test -z "$ac_c_werror_flag" ||
20717          test ! -s conftest.err
20718        } && test -s conftest.$ac_objext; then
20719   cat >conftest.$ac_ext <<_ACEOF
20720 /* confdefs.h.  */
20721 _ACEOF
20722 cat confdefs.h >>conftest.$ac_ext
20723 cat >>conftest.$ac_ext <<_ACEOF
20724 /* end confdefs.h.  */
20725 #include <sys/types.h>
20726 #ifdef HAVE_SYS_SOCKET_H
20727 #include <sys/socket.h>
20728 #endif
20729 #ifdef HAVE_SYS_SOCKETVAR_H
20730 #include <sys/socketvar.h>
20731 #endif
20732 #ifdef HAVE_NET_ROUTE_H
20733 #include <net/route.h>
20734 #endif
20735 #ifdef HAVE_NETINET_IN_H
20736 #include <netinet/in.h>
20737 #endif
20738 #ifdef HAVE_NETINET_IN_SYSTM_H
20739 #include <netinet/in_systm.h>
20740 #endif
20741 #ifdef HAVE_NETINET_IP_H
20742 #include <netinet/ip.h>
20743 #endif
20744 #ifdef HAVE_NETINET_IN_PCB_H
20745 #include <netinet/in_pcb.h>
20746 #endif
20747
20748 int
20749 main ()
20750 {
20751 if (sizeof ((struct xinpgen)))
20752           return 0;
20753   ;
20754   return 0;
20755 }
20756 _ACEOF
20757 rm -f conftest.$ac_objext
20758 if { (ac_try="$ac_compile"
20759 case "(($ac_try" in
20760   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20761   *) ac_try_echo=$ac_try;;
20762 esac
20763 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20764 $as_echo "$ac_try_echo") >&5
20765   (eval "$ac_compile") 2>conftest.er1
20766   ac_status=$?
20767   grep -v '^ *+' conftest.er1 >conftest.err
20768   rm -f conftest.er1
20769   cat conftest.err >&5
20770   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20771   (exit $ac_status); } && {
20772          test -z "$ac_c_werror_flag" ||
20773          test ! -s conftest.err
20774        } && test -s conftest.$ac_objext; then
20775   :
20776 else
20777   $as_echo "$as_me: failed program was:" >&5
20778 sed 's/^/| /' conftest.$ac_ext >&5
20779
20780         ac_cv_type_struct_xinpgen=yes
20781 fi
20782
20783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20784 else
20785   $as_echo "$as_me: failed program was:" >&5
20786 sed 's/^/| /' conftest.$ac_ext >&5
20787
20788
20789 fi
20790
20791 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20792 fi
20793 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20794 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20795 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20796
20797 cat >>confdefs.h <<_ACEOF
20798 #define HAVE_STRUCT_XINPGEN 1
20799 _ACEOF
20800
20801
20802 fi
20803
20804
20805 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20806 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20807 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20808   $as_echo_n "(cached) " >&6
20809 else
20810   cat >conftest.$ac_ext <<_ACEOF
20811 /* confdefs.h.  */
20812 _ACEOF
20813 cat confdefs.h >>conftest.$ac_ext
20814 cat >>conftest.$ac_ext <<_ACEOF
20815 /* end confdefs.h.  */
20816 #ifdef HAVE_LINUX_INPUT_H
20817 #include <linux/input.h>
20818 #endif
20819
20820 int
20821 main ()
20822 {
20823 static struct ff_effect ac_aggr;
20824 if (ac_aggr.direction)
20825 return 0;
20826   ;
20827   return 0;
20828 }
20829 _ACEOF
20830 rm -f conftest.$ac_objext
20831 if { (ac_try="$ac_compile"
20832 case "(($ac_try" in
20833   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20834   *) ac_try_echo=$ac_try;;
20835 esac
20836 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20837 $as_echo "$ac_try_echo") >&5
20838   (eval "$ac_compile") 2>conftest.er1
20839   ac_status=$?
20840   grep -v '^ *+' conftest.er1 >conftest.err
20841   rm -f conftest.er1
20842   cat conftest.err >&5
20843   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20844   (exit $ac_status); } && {
20845          test -z "$ac_c_werror_flag" ||
20846          test ! -s conftest.err
20847        } && test -s conftest.$ac_objext; then
20848   ac_cv_member_struct_ff_effect_direction=yes
20849 else
20850   $as_echo "$as_me: failed program was:" >&5
20851 sed 's/^/| /' conftest.$ac_ext >&5
20852
20853         cat >conftest.$ac_ext <<_ACEOF
20854 /* confdefs.h.  */
20855 _ACEOF
20856 cat confdefs.h >>conftest.$ac_ext
20857 cat >>conftest.$ac_ext <<_ACEOF
20858 /* end confdefs.h.  */
20859 #ifdef HAVE_LINUX_INPUT_H
20860 #include <linux/input.h>
20861 #endif
20862
20863 int
20864 main ()
20865 {
20866 static struct ff_effect ac_aggr;
20867 if (sizeof ac_aggr.direction)
20868 return 0;
20869   ;
20870   return 0;
20871 }
20872 _ACEOF
20873 rm -f conftest.$ac_objext
20874 if { (ac_try="$ac_compile"
20875 case "(($ac_try" in
20876   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20877   *) ac_try_echo=$ac_try;;
20878 esac
20879 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20880 $as_echo "$ac_try_echo") >&5
20881   (eval "$ac_compile") 2>conftest.er1
20882   ac_status=$?
20883   grep -v '^ *+' conftest.er1 >conftest.err
20884   rm -f conftest.er1
20885   cat conftest.err >&5
20886   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20887   (exit $ac_status); } && {
20888          test -z "$ac_c_werror_flag" ||
20889          test ! -s conftest.err
20890        } && test -s conftest.$ac_objext; then
20891   ac_cv_member_struct_ff_effect_direction=yes
20892 else
20893   $as_echo "$as_me: failed program was:" >&5
20894 sed 's/^/| /' conftest.$ac_ext >&5
20895
20896         ac_cv_member_struct_ff_effect_direction=no
20897 fi
20898
20899 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20900 fi
20901
20902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20903 fi
20904 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20905 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20906 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20907
20908 cat >>confdefs.h <<_ACEOF
20909 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20910 _ACEOF
20911
20912
20913 fi
20914
20915
20916 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20917 $as_echo_n "checking for sigaddset... " >&6; }
20918 if test "${wine_cv_have_sigaddset+set}" = set; then
20919   $as_echo_n "(cached) " >&6
20920 else
20921   cat >conftest.$ac_ext <<_ACEOF
20922 /* confdefs.h.  */
20923 _ACEOF
20924 cat confdefs.h >>conftest.$ac_ext
20925 cat >>conftest.$ac_ext <<_ACEOF
20926 /* end confdefs.h.  */
20927 #include <signal.h>
20928 int
20929 main ()
20930 {
20931 sigset_t set; sigaddset(&set,SIGTERM);
20932   ;
20933   return 0;
20934 }
20935 _ACEOF
20936 rm -f conftest.$ac_objext conftest$ac_exeext
20937 if { (ac_try="$ac_link"
20938 case "(($ac_try" in
20939   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20940   *) ac_try_echo=$ac_try;;
20941 esac
20942 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20943 $as_echo "$ac_try_echo") >&5
20944   (eval "$ac_link") 2>conftest.er1
20945   ac_status=$?
20946   grep -v '^ *+' conftest.er1 >conftest.err
20947   rm -f conftest.er1
20948   cat conftest.err >&5
20949   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20950   (exit $ac_status); } && {
20951          test -z "$ac_c_werror_flag" ||
20952          test ! -s conftest.err
20953        } && test -s conftest$ac_exeext && {
20954          test "$cross_compiling" = yes ||
20955          $as_test_x conftest$ac_exeext
20956        }; then
20957   wine_cv_have_sigaddset=yes
20958 else
20959   $as_echo "$as_me: failed program was:" >&5
20960 sed 's/^/| /' conftest.$ac_ext >&5
20961
20962         wine_cv_have_sigaddset=no
20963 fi
20964
20965 rm -rf conftest.dSYM
20966 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20967       conftest$ac_exeext conftest.$ac_ext
20968 fi
20969 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20970 $as_echo "$wine_cv_have_sigaddset" >&6; }
20971 if test "$wine_cv_have_sigaddset" = "yes"
20972 then
20973
20974 cat >>confdefs.h <<\_ACEOF
20975 #define HAVE_SIGADDSET 1
20976 _ACEOF
20977
20978 fi
20979
20980
20981 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20982 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20983 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20984   $as_echo_n "(cached) " >&6
20985 else
20986   cat >conftest.$ac_ext <<_ACEOF
20987 /* confdefs.h.  */
20988 _ACEOF
20989 cat confdefs.h >>conftest.$ac_ext
20990 cat >>conftest.$ac_ext <<_ACEOF
20991 /* end confdefs.h.  */
20992 #include <netdb.h>
20993 int
20994 main ()
20995 {
20996
20997     char *name=0;
20998     struct hostent he;
20999     struct hostent *result;
21000     char *buf=0;
21001     int bufsize=0;
21002     int res,errnr;
21003     char *addr=0;
21004     int addrlen=0;
21005     int addrtype=0;
21006     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
21007     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
21008
21009   ;
21010   return 0;
21011 }
21012 _ACEOF
21013 rm -f conftest.$ac_objext conftest$ac_exeext
21014 if { (ac_try="$ac_link"
21015 case "(($ac_try" in
21016   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21017   *) ac_try_echo=$ac_try;;
21018 esac
21019 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21020 $as_echo "$ac_try_echo") >&5
21021   (eval "$ac_link") 2>conftest.er1
21022   ac_status=$?
21023   grep -v '^ *+' conftest.er1 >conftest.err
21024   rm -f conftest.er1
21025   cat conftest.err >&5
21026   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21027   (exit $ac_status); } && {
21028          test -z "$ac_c_werror_flag" ||
21029          test ! -s conftest.err
21030        } && test -s conftest$ac_exeext && {
21031          test "$cross_compiling" = yes ||
21032          $as_test_x conftest$ac_exeext
21033        }; then
21034   wine_cv_linux_gethostbyname_r_6=yes
21035 else
21036   $as_echo "$as_me: failed program was:" >&5
21037 sed 's/^/| /' conftest.$ac_ext >&5
21038
21039         wine_cv_linux_gethostbyname_r_6=no
21040
21041 fi
21042
21043 rm -rf conftest.dSYM
21044 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21045       conftest$ac_exeext conftest.$ac_ext
21046
21047 fi
21048 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
21049 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
21050    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
21051    then
21052
21053 cat >>confdefs.h <<\_ACEOF
21054 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
21055 _ACEOF
21056
21057    fi
21058
21059 if test "$ac_cv_header_linux_joystick_h" = "yes"
21060 then
21061    { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
21062 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
21063 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
21064   $as_echo_n "(cached) " >&6
21065 else
21066   cat >conftest.$ac_ext <<_ACEOF
21067 /* confdefs.h.  */
21068 _ACEOF
21069 cat confdefs.h >>conftest.$ac_ext
21070 cat >>conftest.$ac_ext <<_ACEOF
21071 /* end confdefs.h.  */
21072
21073         #include <sys/ioctl.h>
21074         #include <sys/types.h>
21075         #include <linux/joystick.h>
21076
21077         struct js_event blub;
21078         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
21079         #error "no 2.2 header"
21080         #endif
21081
21082 int
21083 main ()
21084 {
21085 /*empty*/
21086   ;
21087   return 0;
21088 }
21089 _ACEOF
21090 rm -f conftest.$ac_objext
21091 if { (ac_try="$ac_compile"
21092 case "(($ac_try" in
21093   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21094   *) ac_try_echo=$ac_try;;
21095 esac
21096 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21097 $as_echo "$ac_try_echo") >&5
21098   (eval "$ac_compile") 2>conftest.er1
21099   ac_status=$?
21100   grep -v '^ *+' conftest.er1 >conftest.err
21101   rm -f conftest.er1
21102   cat conftest.err >&5
21103   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21104   (exit $ac_status); } && {
21105          test -z "$ac_c_werror_flag" ||
21106          test ! -s conftest.err
21107        } && test -s conftest.$ac_objext; then
21108   wine_cv_linux_joystick_22_api=yes
21109 else
21110   $as_echo "$as_me: failed program was:" >&5
21111 sed 's/^/| /' conftest.$ac_ext >&5
21112
21113         wine_cv_linux_joystick_22_api=no
21114 fi
21115
21116 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21117
21118 fi
21119 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
21120 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
21121    if test "$wine_cv_linux_joystick_22_api" = "yes"
21122    then
21123
21124 cat >>confdefs.h <<\_ACEOF
21125 #define HAVE_LINUX_22_JOYSTICK_API 1
21126 _ACEOF
21127
21128    fi
21129 fi
21130
21131
21132 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
21133 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
21134 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
21135   $as_echo_n "(cached) " >&6
21136 else
21137   cat >conftest.$ac_ext <<_ACEOF
21138 /* confdefs.h.  */
21139 _ACEOF
21140 cat confdefs.h >>conftest.$ac_ext
21141 cat >>conftest.$ac_ext <<_ACEOF
21142 /* end confdefs.h.  */
21143 #include <sys/types.h>
21144 #ifdef HAVE_SYS_PARAM_H
21145 # include <sys/param.h>
21146 #endif
21147 #ifdef HAVE_SYS_MOUNT_H
21148 # include <sys/mount.h>
21149 #endif
21150 #ifdef HAVE_SYS_VFS_H
21151 # include <sys/vfs.h>
21152 #endif
21153 #ifdef HAVE_SYS_STATFS_H
21154 # include <sys/statfs.h>
21155 #endif
21156
21157 int
21158 main ()
21159 {
21160 static struct statfs ac_aggr;
21161 if (ac_aggr.f_bfree)
21162 return 0;
21163   ;
21164   return 0;
21165 }
21166 _ACEOF
21167 rm -f conftest.$ac_objext
21168 if { (ac_try="$ac_compile"
21169 case "(($ac_try" in
21170   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21171   *) ac_try_echo=$ac_try;;
21172 esac
21173 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21174 $as_echo "$ac_try_echo") >&5
21175   (eval "$ac_compile") 2>conftest.er1
21176   ac_status=$?
21177   grep -v '^ *+' conftest.er1 >conftest.err
21178   rm -f conftest.er1
21179   cat conftest.err >&5
21180   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21181   (exit $ac_status); } && {
21182          test -z "$ac_c_werror_flag" ||
21183          test ! -s conftest.err
21184        } && test -s conftest.$ac_objext; then
21185   ac_cv_member_struct_statfs_f_bfree=yes
21186 else
21187   $as_echo "$as_me: failed program was:" >&5
21188 sed 's/^/| /' conftest.$ac_ext >&5
21189
21190         cat >conftest.$ac_ext <<_ACEOF
21191 /* confdefs.h.  */
21192 _ACEOF
21193 cat confdefs.h >>conftest.$ac_ext
21194 cat >>conftest.$ac_ext <<_ACEOF
21195 /* end confdefs.h.  */
21196 #include <sys/types.h>
21197 #ifdef HAVE_SYS_PARAM_H
21198 # include <sys/param.h>
21199 #endif
21200 #ifdef HAVE_SYS_MOUNT_H
21201 # include <sys/mount.h>
21202 #endif
21203 #ifdef HAVE_SYS_VFS_H
21204 # include <sys/vfs.h>
21205 #endif
21206 #ifdef HAVE_SYS_STATFS_H
21207 # include <sys/statfs.h>
21208 #endif
21209
21210 int
21211 main ()
21212 {
21213 static struct statfs ac_aggr;
21214 if (sizeof ac_aggr.f_bfree)
21215 return 0;
21216   ;
21217   return 0;
21218 }
21219 _ACEOF
21220 rm -f conftest.$ac_objext
21221 if { (ac_try="$ac_compile"
21222 case "(($ac_try" in
21223   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21224   *) ac_try_echo=$ac_try;;
21225 esac
21226 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21227 $as_echo "$ac_try_echo") >&5
21228   (eval "$ac_compile") 2>conftest.er1
21229   ac_status=$?
21230   grep -v '^ *+' conftest.er1 >conftest.err
21231   rm -f conftest.er1
21232   cat conftest.err >&5
21233   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21234   (exit $ac_status); } && {
21235          test -z "$ac_c_werror_flag" ||
21236          test ! -s conftest.err
21237        } && test -s conftest.$ac_objext; then
21238   ac_cv_member_struct_statfs_f_bfree=yes
21239 else
21240   $as_echo "$as_me: failed program was:" >&5
21241 sed 's/^/| /' conftest.$ac_ext >&5
21242
21243         ac_cv_member_struct_statfs_f_bfree=no
21244 fi
21245
21246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21247 fi
21248
21249 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21250 fi
21251 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21252 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21253 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21254
21255 cat >>confdefs.h <<_ACEOF
21256 #define HAVE_STRUCT_STATFS_F_BFREE 1
21257 _ACEOF
21258
21259
21260 fi
21261 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21262 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21263 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21264   $as_echo_n "(cached) " >&6
21265 else
21266   cat >conftest.$ac_ext <<_ACEOF
21267 /* confdefs.h.  */
21268 _ACEOF
21269 cat confdefs.h >>conftest.$ac_ext
21270 cat >>conftest.$ac_ext <<_ACEOF
21271 /* end confdefs.h.  */
21272 #include <sys/types.h>
21273 #ifdef HAVE_SYS_PARAM_H
21274 # include <sys/param.h>
21275 #endif
21276 #ifdef HAVE_SYS_MOUNT_H
21277 # include <sys/mount.h>
21278 #endif
21279 #ifdef HAVE_SYS_VFS_H
21280 # include <sys/vfs.h>
21281 #endif
21282 #ifdef HAVE_SYS_STATFS_H
21283 # include <sys/statfs.h>
21284 #endif
21285
21286 int
21287 main ()
21288 {
21289 static struct statfs ac_aggr;
21290 if (ac_aggr.f_bavail)
21291 return 0;
21292   ;
21293   return 0;
21294 }
21295 _ACEOF
21296 rm -f conftest.$ac_objext
21297 if { (ac_try="$ac_compile"
21298 case "(($ac_try" in
21299   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21300   *) ac_try_echo=$ac_try;;
21301 esac
21302 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21303 $as_echo "$ac_try_echo") >&5
21304   (eval "$ac_compile") 2>conftest.er1
21305   ac_status=$?
21306   grep -v '^ *+' conftest.er1 >conftest.err
21307   rm -f conftest.er1
21308   cat conftest.err >&5
21309   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21310   (exit $ac_status); } && {
21311          test -z "$ac_c_werror_flag" ||
21312          test ! -s conftest.err
21313        } && test -s conftest.$ac_objext; then
21314   ac_cv_member_struct_statfs_f_bavail=yes
21315 else
21316   $as_echo "$as_me: failed program was:" >&5
21317 sed 's/^/| /' conftest.$ac_ext >&5
21318
21319         cat >conftest.$ac_ext <<_ACEOF
21320 /* confdefs.h.  */
21321 _ACEOF
21322 cat confdefs.h >>conftest.$ac_ext
21323 cat >>conftest.$ac_ext <<_ACEOF
21324 /* end confdefs.h.  */
21325 #include <sys/types.h>
21326 #ifdef HAVE_SYS_PARAM_H
21327 # include <sys/param.h>
21328 #endif
21329 #ifdef HAVE_SYS_MOUNT_H
21330 # include <sys/mount.h>
21331 #endif
21332 #ifdef HAVE_SYS_VFS_H
21333 # include <sys/vfs.h>
21334 #endif
21335 #ifdef HAVE_SYS_STATFS_H
21336 # include <sys/statfs.h>
21337 #endif
21338
21339 int
21340 main ()
21341 {
21342 static struct statfs ac_aggr;
21343 if (sizeof ac_aggr.f_bavail)
21344 return 0;
21345   ;
21346   return 0;
21347 }
21348 _ACEOF
21349 rm -f conftest.$ac_objext
21350 if { (ac_try="$ac_compile"
21351 case "(($ac_try" in
21352   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21353   *) ac_try_echo=$ac_try;;
21354 esac
21355 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21356 $as_echo "$ac_try_echo") >&5
21357   (eval "$ac_compile") 2>conftest.er1
21358   ac_status=$?
21359   grep -v '^ *+' conftest.er1 >conftest.err
21360   rm -f conftest.er1
21361   cat conftest.err >&5
21362   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21363   (exit $ac_status); } && {
21364          test -z "$ac_c_werror_flag" ||
21365          test ! -s conftest.err
21366        } && test -s conftest.$ac_objext; then
21367   ac_cv_member_struct_statfs_f_bavail=yes
21368 else
21369   $as_echo "$as_me: failed program was:" >&5
21370 sed 's/^/| /' conftest.$ac_ext >&5
21371
21372         ac_cv_member_struct_statfs_f_bavail=no
21373 fi
21374
21375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21376 fi
21377
21378 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21379 fi
21380 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21381 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21382 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21383
21384 cat >>confdefs.h <<_ACEOF
21385 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21386 _ACEOF
21387
21388
21389 fi
21390 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21391 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21392 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21393   $as_echo_n "(cached) " >&6
21394 else
21395   cat >conftest.$ac_ext <<_ACEOF
21396 /* confdefs.h.  */
21397 _ACEOF
21398 cat confdefs.h >>conftest.$ac_ext
21399 cat >>conftest.$ac_ext <<_ACEOF
21400 /* end confdefs.h.  */
21401 #include <sys/types.h>
21402 #ifdef HAVE_SYS_PARAM_H
21403 # include <sys/param.h>
21404 #endif
21405 #ifdef HAVE_SYS_MOUNT_H
21406 # include <sys/mount.h>
21407 #endif
21408 #ifdef HAVE_SYS_VFS_H
21409 # include <sys/vfs.h>
21410 #endif
21411 #ifdef HAVE_SYS_STATFS_H
21412 # include <sys/statfs.h>
21413 #endif
21414
21415 int
21416 main ()
21417 {
21418 static struct statfs ac_aggr;
21419 if (ac_aggr.f_frsize)
21420 return 0;
21421   ;
21422   return 0;
21423 }
21424 _ACEOF
21425 rm -f conftest.$ac_objext
21426 if { (ac_try="$ac_compile"
21427 case "(($ac_try" in
21428   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21429   *) ac_try_echo=$ac_try;;
21430 esac
21431 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21432 $as_echo "$ac_try_echo") >&5
21433   (eval "$ac_compile") 2>conftest.er1
21434   ac_status=$?
21435   grep -v '^ *+' conftest.er1 >conftest.err
21436   rm -f conftest.er1
21437   cat conftest.err >&5
21438   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21439   (exit $ac_status); } && {
21440          test -z "$ac_c_werror_flag" ||
21441          test ! -s conftest.err
21442        } && test -s conftest.$ac_objext; then
21443   ac_cv_member_struct_statfs_f_frsize=yes
21444 else
21445   $as_echo "$as_me: failed program was:" >&5
21446 sed 's/^/| /' conftest.$ac_ext >&5
21447
21448         cat >conftest.$ac_ext <<_ACEOF
21449 /* confdefs.h.  */
21450 _ACEOF
21451 cat confdefs.h >>conftest.$ac_ext
21452 cat >>conftest.$ac_ext <<_ACEOF
21453 /* end confdefs.h.  */
21454 #include <sys/types.h>
21455 #ifdef HAVE_SYS_PARAM_H
21456 # include <sys/param.h>
21457 #endif
21458 #ifdef HAVE_SYS_MOUNT_H
21459 # include <sys/mount.h>
21460 #endif
21461 #ifdef HAVE_SYS_VFS_H
21462 # include <sys/vfs.h>
21463 #endif
21464 #ifdef HAVE_SYS_STATFS_H
21465 # include <sys/statfs.h>
21466 #endif
21467
21468 int
21469 main ()
21470 {
21471 static struct statfs ac_aggr;
21472 if (sizeof ac_aggr.f_frsize)
21473 return 0;
21474   ;
21475   return 0;
21476 }
21477 _ACEOF
21478 rm -f conftest.$ac_objext
21479 if { (ac_try="$ac_compile"
21480 case "(($ac_try" in
21481   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21482   *) ac_try_echo=$ac_try;;
21483 esac
21484 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21485 $as_echo "$ac_try_echo") >&5
21486   (eval "$ac_compile") 2>conftest.er1
21487   ac_status=$?
21488   grep -v '^ *+' conftest.er1 >conftest.err
21489   rm -f conftest.er1
21490   cat conftest.err >&5
21491   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21492   (exit $ac_status); } && {
21493          test -z "$ac_c_werror_flag" ||
21494          test ! -s conftest.err
21495        } && test -s conftest.$ac_objext; then
21496   ac_cv_member_struct_statfs_f_frsize=yes
21497 else
21498   $as_echo "$as_me: failed program was:" >&5
21499 sed 's/^/| /' conftest.$ac_ext >&5
21500
21501         ac_cv_member_struct_statfs_f_frsize=no
21502 fi
21503
21504 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21505 fi
21506
21507 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21508 fi
21509 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21510 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21511 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21512
21513 cat >>confdefs.h <<_ACEOF
21514 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21515 _ACEOF
21516
21517
21518 fi
21519 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21520 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21521 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21522   $as_echo_n "(cached) " >&6
21523 else
21524   cat >conftest.$ac_ext <<_ACEOF
21525 /* confdefs.h.  */
21526 _ACEOF
21527 cat confdefs.h >>conftest.$ac_ext
21528 cat >>conftest.$ac_ext <<_ACEOF
21529 /* end confdefs.h.  */
21530 #include <sys/types.h>
21531 #ifdef HAVE_SYS_PARAM_H
21532 # include <sys/param.h>
21533 #endif
21534 #ifdef HAVE_SYS_MOUNT_H
21535 # include <sys/mount.h>
21536 #endif
21537 #ifdef HAVE_SYS_VFS_H
21538 # include <sys/vfs.h>
21539 #endif
21540 #ifdef HAVE_SYS_STATFS_H
21541 # include <sys/statfs.h>
21542 #endif
21543
21544 int
21545 main ()
21546 {
21547 static struct statfs ac_aggr;
21548 if (ac_aggr.f_ffree)
21549 return 0;
21550   ;
21551   return 0;
21552 }
21553 _ACEOF
21554 rm -f conftest.$ac_objext
21555 if { (ac_try="$ac_compile"
21556 case "(($ac_try" in
21557   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21558   *) ac_try_echo=$ac_try;;
21559 esac
21560 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21561 $as_echo "$ac_try_echo") >&5
21562   (eval "$ac_compile") 2>conftest.er1
21563   ac_status=$?
21564   grep -v '^ *+' conftest.er1 >conftest.err
21565   rm -f conftest.er1
21566   cat conftest.err >&5
21567   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21568   (exit $ac_status); } && {
21569          test -z "$ac_c_werror_flag" ||
21570          test ! -s conftest.err
21571        } && test -s conftest.$ac_objext; then
21572   ac_cv_member_struct_statfs_f_ffree=yes
21573 else
21574   $as_echo "$as_me: failed program was:" >&5
21575 sed 's/^/| /' conftest.$ac_ext >&5
21576
21577         cat >conftest.$ac_ext <<_ACEOF
21578 /* confdefs.h.  */
21579 _ACEOF
21580 cat confdefs.h >>conftest.$ac_ext
21581 cat >>conftest.$ac_ext <<_ACEOF
21582 /* end confdefs.h.  */
21583 #include <sys/types.h>
21584 #ifdef HAVE_SYS_PARAM_H
21585 # include <sys/param.h>
21586 #endif
21587 #ifdef HAVE_SYS_MOUNT_H
21588 # include <sys/mount.h>
21589 #endif
21590 #ifdef HAVE_SYS_VFS_H
21591 # include <sys/vfs.h>
21592 #endif
21593 #ifdef HAVE_SYS_STATFS_H
21594 # include <sys/statfs.h>
21595 #endif
21596
21597 int
21598 main ()
21599 {
21600 static struct statfs ac_aggr;
21601 if (sizeof ac_aggr.f_ffree)
21602 return 0;
21603   ;
21604   return 0;
21605 }
21606 _ACEOF
21607 rm -f conftest.$ac_objext
21608 if { (ac_try="$ac_compile"
21609 case "(($ac_try" in
21610   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21611   *) ac_try_echo=$ac_try;;
21612 esac
21613 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21614 $as_echo "$ac_try_echo") >&5
21615   (eval "$ac_compile") 2>conftest.er1
21616   ac_status=$?
21617   grep -v '^ *+' conftest.er1 >conftest.err
21618   rm -f conftest.er1
21619   cat conftest.err >&5
21620   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21621   (exit $ac_status); } && {
21622          test -z "$ac_c_werror_flag" ||
21623          test ! -s conftest.err
21624        } && test -s conftest.$ac_objext; then
21625   ac_cv_member_struct_statfs_f_ffree=yes
21626 else
21627   $as_echo "$as_me: failed program was:" >&5
21628 sed 's/^/| /' conftest.$ac_ext >&5
21629
21630         ac_cv_member_struct_statfs_f_ffree=no
21631 fi
21632
21633 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21634 fi
21635
21636 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21637 fi
21638 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21639 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21640 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21641
21642 cat >>confdefs.h <<_ACEOF
21643 #define HAVE_STRUCT_STATFS_F_FFREE 1
21644 _ACEOF
21645
21646
21647 fi
21648 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21649 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21650 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21651   $as_echo_n "(cached) " >&6
21652 else
21653   cat >conftest.$ac_ext <<_ACEOF
21654 /* confdefs.h.  */
21655 _ACEOF
21656 cat confdefs.h >>conftest.$ac_ext
21657 cat >>conftest.$ac_ext <<_ACEOF
21658 /* end confdefs.h.  */
21659 #include <sys/types.h>
21660 #ifdef HAVE_SYS_PARAM_H
21661 # include <sys/param.h>
21662 #endif
21663 #ifdef HAVE_SYS_MOUNT_H
21664 # include <sys/mount.h>
21665 #endif
21666 #ifdef HAVE_SYS_VFS_H
21667 # include <sys/vfs.h>
21668 #endif
21669 #ifdef HAVE_SYS_STATFS_H
21670 # include <sys/statfs.h>
21671 #endif
21672
21673 int
21674 main ()
21675 {
21676 static struct statfs ac_aggr;
21677 if (ac_aggr.f_favail)
21678 return 0;
21679   ;
21680   return 0;
21681 }
21682 _ACEOF
21683 rm -f conftest.$ac_objext
21684 if { (ac_try="$ac_compile"
21685 case "(($ac_try" in
21686   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21687   *) ac_try_echo=$ac_try;;
21688 esac
21689 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21690 $as_echo "$ac_try_echo") >&5
21691   (eval "$ac_compile") 2>conftest.er1
21692   ac_status=$?
21693   grep -v '^ *+' conftest.er1 >conftest.err
21694   rm -f conftest.er1
21695   cat conftest.err >&5
21696   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21697   (exit $ac_status); } && {
21698          test -z "$ac_c_werror_flag" ||
21699          test ! -s conftest.err
21700        } && test -s conftest.$ac_objext; then
21701   ac_cv_member_struct_statfs_f_favail=yes
21702 else
21703   $as_echo "$as_me: failed program was:" >&5
21704 sed 's/^/| /' conftest.$ac_ext >&5
21705
21706         cat >conftest.$ac_ext <<_ACEOF
21707 /* confdefs.h.  */
21708 _ACEOF
21709 cat confdefs.h >>conftest.$ac_ext
21710 cat >>conftest.$ac_ext <<_ACEOF
21711 /* end confdefs.h.  */
21712 #include <sys/types.h>
21713 #ifdef HAVE_SYS_PARAM_H
21714 # include <sys/param.h>
21715 #endif
21716 #ifdef HAVE_SYS_MOUNT_H
21717 # include <sys/mount.h>
21718 #endif
21719 #ifdef HAVE_SYS_VFS_H
21720 # include <sys/vfs.h>
21721 #endif
21722 #ifdef HAVE_SYS_STATFS_H
21723 # include <sys/statfs.h>
21724 #endif
21725
21726 int
21727 main ()
21728 {
21729 static struct statfs ac_aggr;
21730 if (sizeof ac_aggr.f_favail)
21731 return 0;
21732   ;
21733   return 0;
21734 }
21735 _ACEOF
21736 rm -f conftest.$ac_objext
21737 if { (ac_try="$ac_compile"
21738 case "(($ac_try" in
21739   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21740   *) ac_try_echo=$ac_try;;
21741 esac
21742 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21743 $as_echo "$ac_try_echo") >&5
21744   (eval "$ac_compile") 2>conftest.er1
21745   ac_status=$?
21746   grep -v '^ *+' conftest.er1 >conftest.err
21747   rm -f conftest.er1
21748   cat conftest.err >&5
21749   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21750   (exit $ac_status); } && {
21751          test -z "$ac_c_werror_flag" ||
21752          test ! -s conftest.err
21753        } && test -s conftest.$ac_objext; then
21754   ac_cv_member_struct_statfs_f_favail=yes
21755 else
21756   $as_echo "$as_me: failed program was:" >&5
21757 sed 's/^/| /' conftest.$ac_ext >&5
21758
21759         ac_cv_member_struct_statfs_f_favail=no
21760 fi
21761
21762 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21763 fi
21764
21765 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21766 fi
21767 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21768 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21769 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21770
21771 cat >>confdefs.h <<_ACEOF
21772 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21773 _ACEOF
21774
21775
21776 fi
21777 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21778 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21779 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21780   $as_echo_n "(cached) " >&6
21781 else
21782   cat >conftest.$ac_ext <<_ACEOF
21783 /* confdefs.h.  */
21784 _ACEOF
21785 cat confdefs.h >>conftest.$ac_ext
21786 cat >>conftest.$ac_ext <<_ACEOF
21787 /* end confdefs.h.  */
21788 #include <sys/types.h>
21789 #ifdef HAVE_SYS_PARAM_H
21790 # include <sys/param.h>
21791 #endif
21792 #ifdef HAVE_SYS_MOUNT_H
21793 # include <sys/mount.h>
21794 #endif
21795 #ifdef HAVE_SYS_VFS_H
21796 # include <sys/vfs.h>
21797 #endif
21798 #ifdef HAVE_SYS_STATFS_H
21799 # include <sys/statfs.h>
21800 #endif
21801
21802 int
21803 main ()
21804 {
21805 static struct statfs ac_aggr;
21806 if (ac_aggr.f_namelen)
21807 return 0;
21808   ;
21809   return 0;
21810 }
21811 _ACEOF
21812 rm -f conftest.$ac_objext
21813 if { (ac_try="$ac_compile"
21814 case "(($ac_try" in
21815   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21816   *) ac_try_echo=$ac_try;;
21817 esac
21818 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21819 $as_echo "$ac_try_echo") >&5
21820   (eval "$ac_compile") 2>conftest.er1
21821   ac_status=$?
21822   grep -v '^ *+' conftest.er1 >conftest.err
21823   rm -f conftest.er1
21824   cat conftest.err >&5
21825   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21826   (exit $ac_status); } && {
21827          test -z "$ac_c_werror_flag" ||
21828          test ! -s conftest.err
21829        } && test -s conftest.$ac_objext; then
21830   ac_cv_member_struct_statfs_f_namelen=yes
21831 else
21832   $as_echo "$as_me: failed program was:" >&5
21833 sed 's/^/| /' conftest.$ac_ext >&5
21834
21835         cat >conftest.$ac_ext <<_ACEOF
21836 /* confdefs.h.  */
21837 _ACEOF
21838 cat confdefs.h >>conftest.$ac_ext
21839 cat >>conftest.$ac_ext <<_ACEOF
21840 /* end confdefs.h.  */
21841 #include <sys/types.h>
21842 #ifdef HAVE_SYS_PARAM_H
21843 # include <sys/param.h>
21844 #endif
21845 #ifdef HAVE_SYS_MOUNT_H
21846 # include <sys/mount.h>
21847 #endif
21848 #ifdef HAVE_SYS_VFS_H
21849 # include <sys/vfs.h>
21850 #endif
21851 #ifdef HAVE_SYS_STATFS_H
21852 # include <sys/statfs.h>
21853 #endif
21854
21855 int
21856 main ()
21857 {
21858 static struct statfs ac_aggr;
21859 if (sizeof ac_aggr.f_namelen)
21860 return 0;
21861   ;
21862   return 0;
21863 }
21864 _ACEOF
21865 rm -f conftest.$ac_objext
21866 if { (ac_try="$ac_compile"
21867 case "(($ac_try" in
21868   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21869   *) ac_try_echo=$ac_try;;
21870 esac
21871 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21872 $as_echo "$ac_try_echo") >&5
21873   (eval "$ac_compile") 2>conftest.er1
21874   ac_status=$?
21875   grep -v '^ *+' conftest.er1 >conftest.err
21876   rm -f conftest.er1
21877   cat conftest.err >&5
21878   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21879   (exit $ac_status); } && {
21880          test -z "$ac_c_werror_flag" ||
21881          test ! -s conftest.err
21882        } && test -s conftest.$ac_objext; then
21883   ac_cv_member_struct_statfs_f_namelen=yes
21884 else
21885   $as_echo "$as_me: failed program was:" >&5
21886 sed 's/^/| /' conftest.$ac_ext >&5
21887
21888         ac_cv_member_struct_statfs_f_namelen=no
21889 fi
21890
21891 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21892 fi
21893
21894 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21895 fi
21896 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21897 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21898 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21899
21900 cat >>confdefs.h <<_ACEOF
21901 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21902 _ACEOF
21903
21904
21905 fi
21906
21907
21908 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21909 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21910 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21911   $as_echo_n "(cached) " >&6
21912 else
21913   cat >conftest.$ac_ext <<_ACEOF
21914 /* confdefs.h.  */
21915 _ACEOF
21916 cat confdefs.h >>conftest.$ac_ext
21917 cat >>conftest.$ac_ext <<_ACEOF
21918 /* end confdefs.h.  */
21919 #ifdef HAVE_SYS_STATVFS_H
21920 #include <sys/statvfs.h>
21921 #endif
21922
21923 int
21924 main ()
21925 {
21926 static struct statvfs ac_aggr;
21927 if (ac_aggr.f_blocks)
21928 return 0;
21929   ;
21930   return 0;
21931 }
21932 _ACEOF
21933 rm -f conftest.$ac_objext
21934 if { (ac_try="$ac_compile"
21935 case "(($ac_try" in
21936   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21937   *) ac_try_echo=$ac_try;;
21938 esac
21939 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21940 $as_echo "$ac_try_echo") >&5
21941   (eval "$ac_compile") 2>conftest.er1
21942   ac_status=$?
21943   grep -v '^ *+' conftest.er1 >conftest.err
21944   rm -f conftest.er1
21945   cat conftest.err >&5
21946   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21947   (exit $ac_status); } && {
21948          test -z "$ac_c_werror_flag" ||
21949          test ! -s conftest.err
21950        } && test -s conftest.$ac_objext; then
21951   ac_cv_member_struct_statvfs_f_blocks=yes
21952 else
21953   $as_echo "$as_me: failed program was:" >&5
21954 sed 's/^/| /' conftest.$ac_ext >&5
21955
21956         cat >conftest.$ac_ext <<_ACEOF
21957 /* confdefs.h.  */
21958 _ACEOF
21959 cat confdefs.h >>conftest.$ac_ext
21960 cat >>conftest.$ac_ext <<_ACEOF
21961 /* end confdefs.h.  */
21962 #ifdef HAVE_SYS_STATVFS_H
21963 #include <sys/statvfs.h>
21964 #endif
21965
21966 int
21967 main ()
21968 {
21969 static struct statvfs ac_aggr;
21970 if (sizeof ac_aggr.f_blocks)
21971 return 0;
21972   ;
21973   return 0;
21974 }
21975 _ACEOF
21976 rm -f conftest.$ac_objext
21977 if { (ac_try="$ac_compile"
21978 case "(($ac_try" in
21979   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21980   *) ac_try_echo=$ac_try;;
21981 esac
21982 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21983 $as_echo "$ac_try_echo") >&5
21984   (eval "$ac_compile") 2>conftest.er1
21985   ac_status=$?
21986   grep -v '^ *+' conftest.er1 >conftest.err
21987   rm -f conftest.er1
21988   cat conftest.err >&5
21989   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21990   (exit $ac_status); } && {
21991          test -z "$ac_c_werror_flag" ||
21992          test ! -s conftest.err
21993        } && test -s conftest.$ac_objext; then
21994   ac_cv_member_struct_statvfs_f_blocks=yes
21995 else
21996   $as_echo "$as_me: failed program was:" >&5
21997 sed 's/^/| /' conftest.$ac_ext >&5
21998
21999         ac_cv_member_struct_statvfs_f_blocks=no
22000 fi
22001
22002 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22003 fi
22004
22005 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22006 fi
22007 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
22008 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
22009 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
22010
22011 cat >>confdefs.h <<_ACEOF
22012 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
22013 _ACEOF
22014
22015
22016 fi
22017
22018
22019 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
22020 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
22021 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
22022   $as_echo_n "(cached) " >&6
22023 else
22024   cat >conftest.$ac_ext <<_ACEOF
22025 /* confdefs.h.  */
22026 _ACEOF
22027 cat confdefs.h >>conftest.$ac_ext
22028 cat >>conftest.$ac_ext <<_ACEOF
22029 /* end confdefs.h.  */
22030 #include <sys/types.h>
22031 #ifdef HAVE_SYS_SOCKET_H
22032 # include <sys/socket.h>
22033 #endif
22034 #ifdef HAVE_SYS_UN_H
22035 # include <sys/un.h>
22036 #endif
22037
22038 int
22039 main ()
22040 {
22041 static struct msghdr ac_aggr;
22042 if (ac_aggr.msg_accrights)
22043 return 0;
22044   ;
22045   return 0;
22046 }
22047 _ACEOF
22048 rm -f conftest.$ac_objext
22049 if { (ac_try="$ac_compile"
22050 case "(($ac_try" in
22051   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22052   *) ac_try_echo=$ac_try;;
22053 esac
22054 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22055 $as_echo "$ac_try_echo") >&5
22056   (eval "$ac_compile") 2>conftest.er1
22057   ac_status=$?
22058   grep -v '^ *+' conftest.er1 >conftest.err
22059   rm -f conftest.er1
22060   cat conftest.err >&5
22061   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22062   (exit $ac_status); } && {
22063          test -z "$ac_c_werror_flag" ||
22064          test ! -s conftest.err
22065        } && test -s conftest.$ac_objext; then
22066   ac_cv_member_struct_msghdr_msg_accrights=yes
22067 else
22068   $as_echo "$as_me: failed program was:" >&5
22069 sed 's/^/| /' conftest.$ac_ext >&5
22070
22071         cat >conftest.$ac_ext <<_ACEOF
22072 /* confdefs.h.  */
22073 _ACEOF
22074 cat confdefs.h >>conftest.$ac_ext
22075 cat >>conftest.$ac_ext <<_ACEOF
22076 /* end confdefs.h.  */
22077 #include <sys/types.h>
22078 #ifdef HAVE_SYS_SOCKET_H
22079 # include <sys/socket.h>
22080 #endif
22081 #ifdef HAVE_SYS_UN_H
22082 # include <sys/un.h>
22083 #endif
22084
22085 int
22086 main ()
22087 {
22088 static struct msghdr ac_aggr;
22089 if (sizeof ac_aggr.msg_accrights)
22090 return 0;
22091   ;
22092   return 0;
22093 }
22094 _ACEOF
22095 rm -f conftest.$ac_objext
22096 if { (ac_try="$ac_compile"
22097 case "(($ac_try" in
22098   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22099   *) ac_try_echo=$ac_try;;
22100 esac
22101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22102 $as_echo "$ac_try_echo") >&5
22103   (eval "$ac_compile") 2>conftest.er1
22104   ac_status=$?
22105   grep -v '^ *+' conftest.er1 >conftest.err
22106   rm -f conftest.er1
22107   cat conftest.err >&5
22108   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22109   (exit $ac_status); } && {
22110          test -z "$ac_c_werror_flag" ||
22111          test ! -s conftest.err
22112        } && test -s conftest.$ac_objext; then
22113   ac_cv_member_struct_msghdr_msg_accrights=yes
22114 else
22115   $as_echo "$as_me: failed program was:" >&5
22116 sed 's/^/| /' conftest.$ac_ext >&5
22117
22118         ac_cv_member_struct_msghdr_msg_accrights=no
22119 fi
22120
22121 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22122 fi
22123
22124 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22125 fi
22126 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
22127 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
22128 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
22129
22130 cat >>confdefs.h <<_ACEOF
22131 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
22132 _ACEOF
22133
22134
22135 fi
22136 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
22137 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
22138 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
22139   $as_echo_n "(cached) " >&6
22140 else
22141   cat >conftest.$ac_ext <<_ACEOF
22142 /* confdefs.h.  */
22143 _ACEOF
22144 cat confdefs.h >>conftest.$ac_ext
22145 cat >>conftest.$ac_ext <<_ACEOF
22146 /* end confdefs.h.  */
22147 #include <sys/types.h>
22148 #ifdef HAVE_SYS_SOCKET_H
22149 # include <sys/socket.h>
22150 #endif
22151 #ifdef HAVE_SYS_UN_H
22152 # include <sys/un.h>
22153 #endif
22154
22155 int
22156 main ()
22157 {
22158 static struct sockaddr ac_aggr;
22159 if (ac_aggr.sa_len)
22160 return 0;
22161   ;
22162   return 0;
22163 }
22164 _ACEOF
22165 rm -f conftest.$ac_objext
22166 if { (ac_try="$ac_compile"
22167 case "(($ac_try" in
22168   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22169   *) ac_try_echo=$ac_try;;
22170 esac
22171 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22172 $as_echo "$ac_try_echo") >&5
22173   (eval "$ac_compile") 2>conftest.er1
22174   ac_status=$?
22175   grep -v '^ *+' conftest.er1 >conftest.err
22176   rm -f conftest.er1
22177   cat conftest.err >&5
22178   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22179   (exit $ac_status); } && {
22180          test -z "$ac_c_werror_flag" ||
22181          test ! -s conftest.err
22182        } && test -s conftest.$ac_objext; then
22183   ac_cv_member_struct_sockaddr_sa_len=yes
22184 else
22185   $as_echo "$as_me: failed program was:" >&5
22186 sed 's/^/| /' conftest.$ac_ext >&5
22187
22188         cat >conftest.$ac_ext <<_ACEOF
22189 /* confdefs.h.  */
22190 _ACEOF
22191 cat confdefs.h >>conftest.$ac_ext
22192 cat >>conftest.$ac_ext <<_ACEOF
22193 /* end confdefs.h.  */
22194 #include <sys/types.h>
22195 #ifdef HAVE_SYS_SOCKET_H
22196 # include <sys/socket.h>
22197 #endif
22198 #ifdef HAVE_SYS_UN_H
22199 # include <sys/un.h>
22200 #endif
22201
22202 int
22203 main ()
22204 {
22205 static struct sockaddr ac_aggr;
22206 if (sizeof ac_aggr.sa_len)
22207 return 0;
22208   ;
22209   return 0;
22210 }
22211 _ACEOF
22212 rm -f conftest.$ac_objext
22213 if { (ac_try="$ac_compile"
22214 case "(($ac_try" in
22215   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22216   *) ac_try_echo=$ac_try;;
22217 esac
22218 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22219 $as_echo "$ac_try_echo") >&5
22220   (eval "$ac_compile") 2>conftest.er1
22221   ac_status=$?
22222   grep -v '^ *+' conftest.er1 >conftest.err
22223   rm -f conftest.er1
22224   cat conftest.err >&5
22225   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22226   (exit $ac_status); } && {
22227          test -z "$ac_c_werror_flag" ||
22228          test ! -s conftest.err
22229        } && test -s conftest.$ac_objext; then
22230   ac_cv_member_struct_sockaddr_sa_len=yes
22231 else
22232   $as_echo "$as_me: failed program was:" >&5
22233 sed 's/^/| /' conftest.$ac_ext >&5
22234
22235         ac_cv_member_struct_sockaddr_sa_len=no
22236 fi
22237
22238 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22239 fi
22240
22241 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22242 fi
22243 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22244 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22245 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22246
22247 cat >>confdefs.h <<_ACEOF
22248 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22249 _ACEOF
22250
22251
22252 fi
22253 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22254 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22255 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22256   $as_echo_n "(cached) " >&6
22257 else
22258   cat >conftest.$ac_ext <<_ACEOF
22259 /* confdefs.h.  */
22260 _ACEOF
22261 cat confdefs.h >>conftest.$ac_ext
22262 cat >>conftest.$ac_ext <<_ACEOF
22263 /* end confdefs.h.  */
22264 #include <sys/types.h>
22265 #ifdef HAVE_SYS_SOCKET_H
22266 # include <sys/socket.h>
22267 #endif
22268 #ifdef HAVE_SYS_UN_H
22269 # include <sys/un.h>
22270 #endif
22271
22272 int
22273 main ()
22274 {
22275 static struct sockaddr_un ac_aggr;
22276 if (ac_aggr.sun_len)
22277 return 0;
22278   ;
22279   return 0;
22280 }
22281 _ACEOF
22282 rm -f conftest.$ac_objext
22283 if { (ac_try="$ac_compile"
22284 case "(($ac_try" in
22285   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22286   *) ac_try_echo=$ac_try;;
22287 esac
22288 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22289 $as_echo "$ac_try_echo") >&5
22290   (eval "$ac_compile") 2>conftest.er1
22291   ac_status=$?
22292   grep -v '^ *+' conftest.er1 >conftest.err
22293   rm -f conftest.er1
22294   cat conftest.err >&5
22295   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22296   (exit $ac_status); } && {
22297          test -z "$ac_c_werror_flag" ||
22298          test ! -s conftest.err
22299        } && test -s conftest.$ac_objext; then
22300   ac_cv_member_struct_sockaddr_un_sun_len=yes
22301 else
22302   $as_echo "$as_me: failed program was:" >&5
22303 sed 's/^/| /' conftest.$ac_ext >&5
22304
22305         cat >conftest.$ac_ext <<_ACEOF
22306 /* confdefs.h.  */
22307 _ACEOF
22308 cat confdefs.h >>conftest.$ac_ext
22309 cat >>conftest.$ac_ext <<_ACEOF
22310 /* end confdefs.h.  */
22311 #include <sys/types.h>
22312 #ifdef HAVE_SYS_SOCKET_H
22313 # include <sys/socket.h>
22314 #endif
22315 #ifdef HAVE_SYS_UN_H
22316 # include <sys/un.h>
22317 #endif
22318
22319 int
22320 main ()
22321 {
22322 static struct sockaddr_un ac_aggr;
22323 if (sizeof ac_aggr.sun_len)
22324 return 0;
22325   ;
22326   return 0;
22327 }
22328 _ACEOF
22329 rm -f conftest.$ac_objext
22330 if { (ac_try="$ac_compile"
22331 case "(($ac_try" in
22332   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22333   *) ac_try_echo=$ac_try;;
22334 esac
22335 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22336 $as_echo "$ac_try_echo") >&5
22337   (eval "$ac_compile") 2>conftest.er1
22338   ac_status=$?
22339   grep -v '^ *+' conftest.er1 >conftest.err
22340   rm -f conftest.er1
22341   cat conftest.err >&5
22342   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22343   (exit $ac_status); } && {
22344          test -z "$ac_c_werror_flag" ||
22345          test ! -s conftest.err
22346        } && test -s conftest.$ac_objext; then
22347   ac_cv_member_struct_sockaddr_un_sun_len=yes
22348 else
22349   $as_echo "$as_me: failed program was:" >&5
22350 sed 's/^/| /' conftest.$ac_ext >&5
22351
22352         ac_cv_member_struct_sockaddr_un_sun_len=no
22353 fi
22354
22355 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22356 fi
22357
22358 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22359 fi
22360 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22361 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22362 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22363
22364 cat >>confdefs.h <<_ACEOF
22365 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22366 _ACEOF
22367
22368
22369 fi
22370
22371
22372 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22373 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22374 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22375   $as_echo_n "(cached) " >&6
22376 else
22377   cat >conftest.$ac_ext <<_ACEOF
22378 /* confdefs.h.  */
22379 _ACEOF
22380 cat confdefs.h >>conftest.$ac_ext
22381 cat >>conftest.$ac_ext <<_ACEOF
22382 /* end confdefs.h.  */
22383 #include <sys/types.h>
22384 #ifdef HAVE_SCSI_SG_H
22385 #include <scsi/sg.h>
22386 #endif
22387
22388 int
22389 main ()
22390 {
22391 static scsireq_t ac_aggr;
22392 if (ac_aggr.cmd)
22393 return 0;
22394   ;
22395   return 0;
22396 }
22397 _ACEOF
22398 rm -f conftest.$ac_objext
22399 if { (ac_try="$ac_compile"
22400 case "(($ac_try" in
22401   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22402   *) ac_try_echo=$ac_try;;
22403 esac
22404 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22405 $as_echo "$ac_try_echo") >&5
22406   (eval "$ac_compile") 2>conftest.er1
22407   ac_status=$?
22408   grep -v '^ *+' conftest.er1 >conftest.err
22409   rm -f conftest.er1
22410   cat conftest.err >&5
22411   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22412   (exit $ac_status); } && {
22413          test -z "$ac_c_werror_flag" ||
22414          test ! -s conftest.err
22415        } && test -s conftest.$ac_objext; then
22416   ac_cv_member_scsireq_t_cmd=yes
22417 else
22418   $as_echo "$as_me: failed program was:" >&5
22419 sed 's/^/| /' conftest.$ac_ext >&5
22420
22421         cat >conftest.$ac_ext <<_ACEOF
22422 /* confdefs.h.  */
22423 _ACEOF
22424 cat confdefs.h >>conftest.$ac_ext
22425 cat >>conftest.$ac_ext <<_ACEOF
22426 /* end confdefs.h.  */
22427 #include <sys/types.h>
22428 #ifdef HAVE_SCSI_SG_H
22429 #include <scsi/sg.h>
22430 #endif
22431
22432 int
22433 main ()
22434 {
22435 static scsireq_t ac_aggr;
22436 if (sizeof ac_aggr.cmd)
22437 return 0;
22438   ;
22439   return 0;
22440 }
22441 _ACEOF
22442 rm -f conftest.$ac_objext
22443 if { (ac_try="$ac_compile"
22444 case "(($ac_try" in
22445   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22446   *) ac_try_echo=$ac_try;;
22447 esac
22448 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22449 $as_echo "$ac_try_echo") >&5
22450   (eval "$ac_compile") 2>conftest.er1
22451   ac_status=$?
22452   grep -v '^ *+' conftest.er1 >conftest.err
22453   rm -f conftest.er1
22454   cat conftest.err >&5
22455   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22456   (exit $ac_status); } && {
22457          test -z "$ac_c_werror_flag" ||
22458          test ! -s conftest.err
22459        } && test -s conftest.$ac_objext; then
22460   ac_cv_member_scsireq_t_cmd=yes
22461 else
22462   $as_echo "$as_me: failed program was:" >&5
22463 sed 's/^/| /' conftest.$ac_ext >&5
22464
22465         ac_cv_member_scsireq_t_cmd=no
22466 fi
22467
22468 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22469 fi
22470
22471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22472 fi
22473 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22474 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22475 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22476
22477 cat >>confdefs.h <<_ACEOF
22478 #define HAVE_SCSIREQ_T_CMD 1
22479 _ACEOF
22480
22481
22482 fi
22483 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22484 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22485 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22486   $as_echo_n "(cached) " >&6
22487 else
22488   cat >conftest.$ac_ext <<_ACEOF
22489 /* confdefs.h.  */
22490 _ACEOF
22491 cat confdefs.h >>conftest.$ac_ext
22492 cat >>conftest.$ac_ext <<_ACEOF
22493 /* end confdefs.h.  */
22494 #include <sys/types.h>
22495 #ifdef HAVE_SCSI_SG_H
22496 #include <scsi/sg.h>
22497 #endif
22498
22499 int
22500 main ()
22501 {
22502 static sg_io_hdr_t ac_aggr;
22503 if (ac_aggr.interface_id)
22504 return 0;
22505   ;
22506   return 0;
22507 }
22508 _ACEOF
22509 rm -f conftest.$ac_objext
22510 if { (ac_try="$ac_compile"
22511 case "(($ac_try" in
22512   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22513   *) ac_try_echo=$ac_try;;
22514 esac
22515 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22516 $as_echo "$ac_try_echo") >&5
22517   (eval "$ac_compile") 2>conftest.er1
22518   ac_status=$?
22519   grep -v '^ *+' conftest.er1 >conftest.err
22520   rm -f conftest.er1
22521   cat conftest.err >&5
22522   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22523   (exit $ac_status); } && {
22524          test -z "$ac_c_werror_flag" ||
22525          test ! -s conftest.err
22526        } && test -s conftest.$ac_objext; then
22527   ac_cv_member_sg_io_hdr_t_interface_id=yes
22528 else
22529   $as_echo "$as_me: failed program was:" >&5
22530 sed 's/^/| /' conftest.$ac_ext >&5
22531
22532         cat >conftest.$ac_ext <<_ACEOF
22533 /* confdefs.h.  */
22534 _ACEOF
22535 cat confdefs.h >>conftest.$ac_ext
22536 cat >>conftest.$ac_ext <<_ACEOF
22537 /* end confdefs.h.  */
22538 #include <sys/types.h>
22539 #ifdef HAVE_SCSI_SG_H
22540 #include <scsi/sg.h>
22541 #endif
22542
22543 int
22544 main ()
22545 {
22546 static sg_io_hdr_t ac_aggr;
22547 if (sizeof ac_aggr.interface_id)
22548 return 0;
22549   ;
22550   return 0;
22551 }
22552 _ACEOF
22553 rm -f conftest.$ac_objext
22554 if { (ac_try="$ac_compile"
22555 case "(($ac_try" in
22556   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22557   *) ac_try_echo=$ac_try;;
22558 esac
22559 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22560 $as_echo "$ac_try_echo") >&5
22561   (eval "$ac_compile") 2>conftest.er1
22562   ac_status=$?
22563   grep -v '^ *+' conftest.er1 >conftest.err
22564   rm -f conftest.er1
22565   cat conftest.err >&5
22566   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22567   (exit $ac_status); } && {
22568          test -z "$ac_c_werror_flag" ||
22569          test ! -s conftest.err
22570        } && test -s conftest.$ac_objext; then
22571   ac_cv_member_sg_io_hdr_t_interface_id=yes
22572 else
22573   $as_echo "$as_me: failed program was:" >&5
22574 sed 's/^/| /' conftest.$ac_ext >&5
22575
22576         ac_cv_member_sg_io_hdr_t_interface_id=no
22577 fi
22578
22579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22580 fi
22581
22582 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22583 fi
22584 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22585 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22586 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22587
22588 cat >>confdefs.h <<_ACEOF
22589 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22590 _ACEOF
22591
22592
22593 fi
22594
22595
22596 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22597 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22598 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22599   $as_echo_n "(cached) " >&6
22600 else
22601   cat >conftest.$ac_ext <<_ACEOF
22602 /* confdefs.h.  */
22603 _ACEOF
22604 cat confdefs.h >>conftest.$ac_ext
22605 cat >>conftest.$ac_ext <<_ACEOF
22606 /* end confdefs.h.  */
22607 #include <signal.h>
22608
22609 int
22610 main ()
22611 {
22612 static siginfo_t ac_aggr;
22613 if (ac_aggr.si_fd)
22614 return 0;
22615   ;
22616   return 0;
22617 }
22618 _ACEOF
22619 rm -f conftest.$ac_objext
22620 if { (ac_try="$ac_compile"
22621 case "(($ac_try" in
22622   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22623   *) ac_try_echo=$ac_try;;
22624 esac
22625 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22626 $as_echo "$ac_try_echo") >&5
22627   (eval "$ac_compile") 2>conftest.er1
22628   ac_status=$?
22629   grep -v '^ *+' conftest.er1 >conftest.err
22630   rm -f conftest.er1
22631   cat conftest.err >&5
22632   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22633   (exit $ac_status); } && {
22634          test -z "$ac_c_werror_flag" ||
22635          test ! -s conftest.err
22636        } && test -s conftest.$ac_objext; then
22637   ac_cv_member_siginfo_t_si_fd=yes
22638 else
22639   $as_echo "$as_me: failed program was:" >&5
22640 sed 's/^/| /' conftest.$ac_ext >&5
22641
22642         cat >conftest.$ac_ext <<_ACEOF
22643 /* confdefs.h.  */
22644 _ACEOF
22645 cat confdefs.h >>conftest.$ac_ext
22646 cat >>conftest.$ac_ext <<_ACEOF
22647 /* end confdefs.h.  */
22648 #include <signal.h>
22649
22650 int
22651 main ()
22652 {
22653 static siginfo_t ac_aggr;
22654 if (sizeof ac_aggr.si_fd)
22655 return 0;
22656   ;
22657   return 0;
22658 }
22659 _ACEOF
22660 rm -f conftest.$ac_objext
22661 if { (ac_try="$ac_compile"
22662 case "(($ac_try" in
22663   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22664   *) ac_try_echo=$ac_try;;
22665 esac
22666 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22667 $as_echo "$ac_try_echo") >&5
22668   (eval "$ac_compile") 2>conftest.er1
22669   ac_status=$?
22670   grep -v '^ *+' conftest.er1 >conftest.err
22671   rm -f conftest.er1
22672   cat conftest.err >&5
22673   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22674   (exit $ac_status); } && {
22675          test -z "$ac_c_werror_flag" ||
22676          test ! -s conftest.err
22677        } && test -s conftest.$ac_objext; then
22678   ac_cv_member_siginfo_t_si_fd=yes
22679 else
22680   $as_echo "$as_me: failed program was:" >&5
22681 sed 's/^/| /' conftest.$ac_ext >&5
22682
22683         ac_cv_member_siginfo_t_si_fd=no
22684 fi
22685
22686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22687 fi
22688
22689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22690 fi
22691 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22692 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22693 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22694
22695 cat >>confdefs.h <<_ACEOF
22696 #define HAVE_SIGINFO_T_SI_FD 1
22697 _ACEOF
22698
22699
22700 fi
22701
22702
22703 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22704 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22705 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22706   $as_echo_n "(cached) " >&6
22707 else
22708   cat >conftest.$ac_ext <<_ACEOF
22709 /* confdefs.h.  */
22710 _ACEOF
22711 cat confdefs.h >>conftest.$ac_ext
22712 cat >>conftest.$ac_ext <<_ACEOF
22713 /* end confdefs.h.  */
22714 #include <sys/types.h>
22715 #ifdef HAVE_SYS_MTIO_H
22716 #include <sys/mtio.h>
22717 #endif
22718
22719 int
22720 main ()
22721 {
22722 static struct mtget ac_aggr;
22723 if (ac_aggr.mt_blksiz)
22724 return 0;
22725   ;
22726   return 0;
22727 }
22728 _ACEOF
22729 rm -f conftest.$ac_objext
22730 if { (ac_try="$ac_compile"
22731 case "(($ac_try" in
22732   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22733   *) ac_try_echo=$ac_try;;
22734 esac
22735 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22736 $as_echo "$ac_try_echo") >&5
22737   (eval "$ac_compile") 2>conftest.er1
22738   ac_status=$?
22739   grep -v '^ *+' conftest.er1 >conftest.err
22740   rm -f conftest.er1
22741   cat conftest.err >&5
22742   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22743   (exit $ac_status); } && {
22744          test -z "$ac_c_werror_flag" ||
22745          test ! -s conftest.err
22746        } && test -s conftest.$ac_objext; then
22747   ac_cv_member_struct_mtget_mt_blksiz=yes
22748 else
22749   $as_echo "$as_me: failed program was:" >&5
22750 sed 's/^/| /' conftest.$ac_ext >&5
22751
22752         cat >conftest.$ac_ext <<_ACEOF
22753 /* confdefs.h.  */
22754 _ACEOF
22755 cat confdefs.h >>conftest.$ac_ext
22756 cat >>conftest.$ac_ext <<_ACEOF
22757 /* end confdefs.h.  */
22758 #include <sys/types.h>
22759 #ifdef HAVE_SYS_MTIO_H
22760 #include <sys/mtio.h>
22761 #endif
22762
22763 int
22764 main ()
22765 {
22766 static struct mtget ac_aggr;
22767 if (sizeof ac_aggr.mt_blksiz)
22768 return 0;
22769   ;
22770   return 0;
22771 }
22772 _ACEOF
22773 rm -f conftest.$ac_objext
22774 if { (ac_try="$ac_compile"
22775 case "(($ac_try" in
22776   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22777   *) ac_try_echo=$ac_try;;
22778 esac
22779 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22780 $as_echo "$ac_try_echo") >&5
22781   (eval "$ac_compile") 2>conftest.er1
22782   ac_status=$?
22783   grep -v '^ *+' conftest.er1 >conftest.err
22784   rm -f conftest.er1
22785   cat conftest.err >&5
22786   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22787   (exit $ac_status); } && {
22788          test -z "$ac_c_werror_flag" ||
22789          test ! -s conftest.err
22790        } && test -s conftest.$ac_objext; then
22791   ac_cv_member_struct_mtget_mt_blksiz=yes
22792 else
22793   $as_echo "$as_me: failed program was:" >&5
22794 sed 's/^/| /' conftest.$ac_ext >&5
22795
22796         ac_cv_member_struct_mtget_mt_blksiz=no
22797 fi
22798
22799 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22800 fi
22801
22802 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22803 fi
22804 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22805 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22806 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22807
22808 cat >>confdefs.h <<_ACEOF
22809 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22810 _ACEOF
22811
22812
22813 fi
22814 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22815 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22816 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22817   $as_echo_n "(cached) " >&6
22818 else
22819   cat >conftest.$ac_ext <<_ACEOF
22820 /* confdefs.h.  */
22821 _ACEOF
22822 cat confdefs.h >>conftest.$ac_ext
22823 cat >>conftest.$ac_ext <<_ACEOF
22824 /* end confdefs.h.  */
22825 #include <sys/types.h>
22826 #ifdef HAVE_SYS_MTIO_H
22827 #include <sys/mtio.h>
22828 #endif
22829
22830 int
22831 main ()
22832 {
22833 static struct mtget ac_aggr;
22834 if (ac_aggr.mt_gstat)
22835 return 0;
22836   ;
22837   return 0;
22838 }
22839 _ACEOF
22840 rm -f conftest.$ac_objext
22841 if { (ac_try="$ac_compile"
22842 case "(($ac_try" in
22843   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22844   *) ac_try_echo=$ac_try;;
22845 esac
22846 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22847 $as_echo "$ac_try_echo") >&5
22848   (eval "$ac_compile") 2>conftest.er1
22849   ac_status=$?
22850   grep -v '^ *+' conftest.er1 >conftest.err
22851   rm -f conftest.er1
22852   cat conftest.err >&5
22853   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22854   (exit $ac_status); } && {
22855          test -z "$ac_c_werror_flag" ||
22856          test ! -s conftest.err
22857        } && test -s conftest.$ac_objext; then
22858   ac_cv_member_struct_mtget_mt_gstat=yes
22859 else
22860   $as_echo "$as_me: failed program was:" >&5
22861 sed 's/^/| /' conftest.$ac_ext >&5
22862
22863         cat >conftest.$ac_ext <<_ACEOF
22864 /* confdefs.h.  */
22865 _ACEOF
22866 cat confdefs.h >>conftest.$ac_ext
22867 cat >>conftest.$ac_ext <<_ACEOF
22868 /* end confdefs.h.  */
22869 #include <sys/types.h>
22870 #ifdef HAVE_SYS_MTIO_H
22871 #include <sys/mtio.h>
22872 #endif
22873
22874 int
22875 main ()
22876 {
22877 static struct mtget ac_aggr;
22878 if (sizeof ac_aggr.mt_gstat)
22879 return 0;
22880   ;
22881   return 0;
22882 }
22883 _ACEOF
22884 rm -f conftest.$ac_objext
22885 if { (ac_try="$ac_compile"
22886 case "(($ac_try" in
22887   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22888   *) ac_try_echo=$ac_try;;
22889 esac
22890 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22891 $as_echo "$ac_try_echo") >&5
22892   (eval "$ac_compile") 2>conftest.er1
22893   ac_status=$?
22894   grep -v '^ *+' conftest.er1 >conftest.err
22895   rm -f conftest.er1
22896   cat conftest.err >&5
22897   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22898   (exit $ac_status); } && {
22899          test -z "$ac_c_werror_flag" ||
22900          test ! -s conftest.err
22901        } && test -s conftest.$ac_objext; then
22902   ac_cv_member_struct_mtget_mt_gstat=yes
22903 else
22904   $as_echo "$as_me: failed program was:" >&5
22905 sed 's/^/| /' conftest.$ac_ext >&5
22906
22907         ac_cv_member_struct_mtget_mt_gstat=no
22908 fi
22909
22910 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22911 fi
22912
22913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22914 fi
22915 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22916 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22917 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22918
22919 cat >>confdefs.h <<_ACEOF
22920 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22921 _ACEOF
22922
22923
22924 fi
22925 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22926 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22927 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22928   $as_echo_n "(cached) " >&6
22929 else
22930   cat >conftest.$ac_ext <<_ACEOF
22931 /* confdefs.h.  */
22932 _ACEOF
22933 cat confdefs.h >>conftest.$ac_ext
22934 cat >>conftest.$ac_ext <<_ACEOF
22935 /* end confdefs.h.  */
22936 #include <sys/types.h>
22937 #ifdef HAVE_SYS_MTIO_H
22938 #include <sys/mtio.h>
22939 #endif
22940
22941 int
22942 main ()
22943 {
22944 static struct mtget ac_aggr;
22945 if (ac_aggr.mt_blkno)
22946 return 0;
22947   ;
22948   return 0;
22949 }
22950 _ACEOF
22951 rm -f conftest.$ac_objext
22952 if { (ac_try="$ac_compile"
22953 case "(($ac_try" in
22954   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22955   *) ac_try_echo=$ac_try;;
22956 esac
22957 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22958 $as_echo "$ac_try_echo") >&5
22959   (eval "$ac_compile") 2>conftest.er1
22960   ac_status=$?
22961   grep -v '^ *+' conftest.er1 >conftest.err
22962   rm -f conftest.er1
22963   cat conftest.err >&5
22964   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22965   (exit $ac_status); } && {
22966          test -z "$ac_c_werror_flag" ||
22967          test ! -s conftest.err
22968        } && test -s conftest.$ac_objext; then
22969   ac_cv_member_struct_mtget_mt_blkno=yes
22970 else
22971   $as_echo "$as_me: failed program was:" >&5
22972 sed 's/^/| /' conftest.$ac_ext >&5
22973
22974         cat >conftest.$ac_ext <<_ACEOF
22975 /* confdefs.h.  */
22976 _ACEOF
22977 cat confdefs.h >>conftest.$ac_ext
22978 cat >>conftest.$ac_ext <<_ACEOF
22979 /* end confdefs.h.  */
22980 #include <sys/types.h>
22981 #ifdef HAVE_SYS_MTIO_H
22982 #include <sys/mtio.h>
22983 #endif
22984
22985 int
22986 main ()
22987 {
22988 static struct mtget ac_aggr;
22989 if (sizeof ac_aggr.mt_blkno)
22990 return 0;
22991   ;
22992   return 0;
22993 }
22994 _ACEOF
22995 rm -f conftest.$ac_objext
22996 if { (ac_try="$ac_compile"
22997 case "(($ac_try" in
22998   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22999   *) ac_try_echo=$ac_try;;
23000 esac
23001 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23002 $as_echo "$ac_try_echo") >&5
23003   (eval "$ac_compile") 2>conftest.er1
23004   ac_status=$?
23005   grep -v '^ *+' conftest.er1 >conftest.err
23006   rm -f conftest.er1
23007   cat conftest.err >&5
23008   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23009   (exit $ac_status); } && {
23010          test -z "$ac_c_werror_flag" ||
23011          test ! -s conftest.err
23012        } && test -s conftest.$ac_objext; then
23013   ac_cv_member_struct_mtget_mt_blkno=yes
23014 else
23015   $as_echo "$as_me: failed program was:" >&5
23016 sed 's/^/| /' conftest.$ac_ext >&5
23017
23018         ac_cv_member_struct_mtget_mt_blkno=no
23019 fi
23020
23021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23022 fi
23023
23024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23025 fi
23026 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
23027 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
23028 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
23029
23030 cat >>confdefs.h <<_ACEOF
23031 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
23032 _ACEOF
23033
23034
23035 fi
23036
23037
23038 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
23039 $as_echo_n "checking for struct option.name... " >&6; }
23040 if test "${ac_cv_member_struct_option_name+set}" = set; then
23041   $as_echo_n "(cached) " >&6
23042 else
23043   cat >conftest.$ac_ext <<_ACEOF
23044 /* confdefs.h.  */
23045 _ACEOF
23046 cat confdefs.h >>conftest.$ac_ext
23047 cat >>conftest.$ac_ext <<_ACEOF
23048 /* end confdefs.h.  */
23049 #ifdef HAVE_GETOPT_H
23050 #include <getopt.h>
23051 #endif
23052
23053 int
23054 main ()
23055 {
23056 static struct option ac_aggr;
23057 if (ac_aggr.name)
23058 return 0;
23059   ;
23060   return 0;
23061 }
23062 _ACEOF
23063 rm -f conftest.$ac_objext
23064 if { (ac_try="$ac_compile"
23065 case "(($ac_try" in
23066   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23067   *) ac_try_echo=$ac_try;;
23068 esac
23069 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23070 $as_echo "$ac_try_echo") >&5
23071   (eval "$ac_compile") 2>conftest.er1
23072   ac_status=$?
23073   grep -v '^ *+' conftest.er1 >conftest.err
23074   rm -f conftest.er1
23075   cat conftest.err >&5
23076   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23077   (exit $ac_status); } && {
23078          test -z "$ac_c_werror_flag" ||
23079          test ! -s conftest.err
23080        } && test -s conftest.$ac_objext; then
23081   ac_cv_member_struct_option_name=yes
23082 else
23083   $as_echo "$as_me: failed program was:" >&5
23084 sed 's/^/| /' conftest.$ac_ext >&5
23085
23086         cat >conftest.$ac_ext <<_ACEOF
23087 /* confdefs.h.  */
23088 _ACEOF
23089 cat confdefs.h >>conftest.$ac_ext
23090 cat >>conftest.$ac_ext <<_ACEOF
23091 /* end confdefs.h.  */
23092 #ifdef HAVE_GETOPT_H
23093 #include <getopt.h>
23094 #endif
23095
23096 int
23097 main ()
23098 {
23099 static struct option ac_aggr;
23100 if (sizeof ac_aggr.name)
23101 return 0;
23102   ;
23103   return 0;
23104 }
23105 _ACEOF
23106 rm -f conftest.$ac_objext
23107 if { (ac_try="$ac_compile"
23108 case "(($ac_try" in
23109   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23110   *) ac_try_echo=$ac_try;;
23111 esac
23112 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23113 $as_echo "$ac_try_echo") >&5
23114   (eval "$ac_compile") 2>conftest.er1
23115   ac_status=$?
23116   grep -v '^ *+' conftest.er1 >conftest.err
23117   rm -f conftest.er1
23118   cat conftest.err >&5
23119   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23120   (exit $ac_status); } && {
23121          test -z "$ac_c_werror_flag" ||
23122          test ! -s conftest.err
23123        } && test -s conftest.$ac_objext; then
23124   ac_cv_member_struct_option_name=yes
23125 else
23126   $as_echo "$as_me: failed program was:" >&5
23127 sed 's/^/| /' conftest.$ac_ext >&5
23128
23129         ac_cv_member_struct_option_name=no
23130 fi
23131
23132 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23133 fi
23134
23135 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23136 fi
23137 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
23138 $as_echo "$ac_cv_member_struct_option_name" >&6; }
23139 if test "x$ac_cv_member_struct_option_name" = x""yes; then
23140
23141 cat >>confdefs.h <<_ACEOF
23142 #define HAVE_STRUCT_OPTION_NAME 1
23143 _ACEOF
23144
23145
23146 fi
23147
23148
23149 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
23150 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
23151 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
23152   $as_echo_n "(cached) " >&6
23153 else
23154   cat >conftest.$ac_ext <<_ACEOF
23155 /* confdefs.h.  */
23156 _ACEOF
23157 cat confdefs.h >>conftest.$ac_ext
23158 cat >>conftest.$ac_ext <<_ACEOF
23159 /* end confdefs.h.  */
23160 $ac_includes_default
23161 int
23162 main ()
23163 {
23164 static struct stat ac_aggr;
23165 if (ac_aggr.st_blocks)
23166 return 0;
23167   ;
23168   return 0;
23169 }
23170 _ACEOF
23171 rm -f conftest.$ac_objext
23172 if { (ac_try="$ac_compile"
23173 case "(($ac_try" in
23174   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23175   *) ac_try_echo=$ac_try;;
23176 esac
23177 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23178 $as_echo "$ac_try_echo") >&5
23179   (eval "$ac_compile") 2>conftest.er1
23180   ac_status=$?
23181   grep -v '^ *+' conftest.er1 >conftest.err
23182   rm -f conftest.er1
23183   cat conftest.err >&5
23184   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23185   (exit $ac_status); } && {
23186          test -z "$ac_c_werror_flag" ||
23187          test ! -s conftest.err
23188        } && test -s conftest.$ac_objext; then
23189   ac_cv_member_struct_stat_st_blocks=yes
23190 else
23191   $as_echo "$as_me: failed program was:" >&5
23192 sed 's/^/| /' conftest.$ac_ext >&5
23193
23194         cat >conftest.$ac_ext <<_ACEOF
23195 /* confdefs.h.  */
23196 _ACEOF
23197 cat confdefs.h >>conftest.$ac_ext
23198 cat >>conftest.$ac_ext <<_ACEOF
23199 /* end confdefs.h.  */
23200 $ac_includes_default
23201 int
23202 main ()
23203 {
23204 static struct stat ac_aggr;
23205 if (sizeof ac_aggr.st_blocks)
23206 return 0;
23207   ;
23208   return 0;
23209 }
23210 _ACEOF
23211 rm -f conftest.$ac_objext
23212 if { (ac_try="$ac_compile"
23213 case "(($ac_try" in
23214   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23215   *) ac_try_echo=$ac_try;;
23216 esac
23217 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23218 $as_echo "$ac_try_echo") >&5
23219   (eval "$ac_compile") 2>conftest.er1
23220   ac_status=$?
23221   grep -v '^ *+' conftest.er1 >conftest.err
23222   rm -f conftest.er1
23223   cat conftest.err >&5
23224   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23225   (exit $ac_status); } && {
23226          test -z "$ac_c_werror_flag" ||
23227          test ! -s conftest.err
23228        } && test -s conftest.$ac_objext; then
23229   ac_cv_member_struct_stat_st_blocks=yes
23230 else
23231   $as_echo "$as_me: failed program was:" >&5
23232 sed 's/^/| /' conftest.$ac_ext >&5
23233
23234         ac_cv_member_struct_stat_st_blocks=no
23235 fi
23236
23237 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23238 fi
23239
23240 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23241 fi
23242 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23243 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23244 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23245
23246 cat >>confdefs.h <<_ACEOF
23247 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23248 _ACEOF
23249
23250
23251 fi
23252 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23253 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23254 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23255   $as_echo_n "(cached) " >&6
23256 else
23257   cat >conftest.$ac_ext <<_ACEOF
23258 /* confdefs.h.  */
23259 _ACEOF
23260 cat confdefs.h >>conftest.$ac_ext
23261 cat >>conftest.$ac_ext <<_ACEOF
23262 /* end confdefs.h.  */
23263 $ac_includes_default
23264 int
23265 main ()
23266 {
23267 static struct stat ac_aggr;
23268 if (ac_aggr.st_mtim)
23269 return 0;
23270   ;
23271   return 0;
23272 }
23273 _ACEOF
23274 rm -f conftest.$ac_objext
23275 if { (ac_try="$ac_compile"
23276 case "(($ac_try" in
23277   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23278   *) ac_try_echo=$ac_try;;
23279 esac
23280 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23281 $as_echo "$ac_try_echo") >&5
23282   (eval "$ac_compile") 2>conftest.er1
23283   ac_status=$?
23284   grep -v '^ *+' conftest.er1 >conftest.err
23285   rm -f conftest.er1
23286   cat conftest.err >&5
23287   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23288   (exit $ac_status); } && {
23289          test -z "$ac_c_werror_flag" ||
23290          test ! -s conftest.err
23291        } && test -s conftest.$ac_objext; then
23292   ac_cv_member_struct_stat_st_mtim=yes
23293 else
23294   $as_echo "$as_me: failed program was:" >&5
23295 sed 's/^/| /' conftest.$ac_ext >&5
23296
23297         cat >conftest.$ac_ext <<_ACEOF
23298 /* confdefs.h.  */
23299 _ACEOF
23300 cat confdefs.h >>conftest.$ac_ext
23301 cat >>conftest.$ac_ext <<_ACEOF
23302 /* end confdefs.h.  */
23303 $ac_includes_default
23304 int
23305 main ()
23306 {
23307 static struct stat ac_aggr;
23308 if (sizeof ac_aggr.st_mtim)
23309 return 0;
23310   ;
23311   return 0;
23312 }
23313 _ACEOF
23314 rm -f conftest.$ac_objext
23315 if { (ac_try="$ac_compile"
23316 case "(($ac_try" in
23317   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23318   *) ac_try_echo=$ac_try;;
23319 esac
23320 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23321 $as_echo "$ac_try_echo") >&5
23322   (eval "$ac_compile") 2>conftest.er1
23323   ac_status=$?
23324   grep -v '^ *+' conftest.er1 >conftest.err
23325   rm -f conftest.er1
23326   cat conftest.err >&5
23327   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23328   (exit $ac_status); } && {
23329          test -z "$ac_c_werror_flag" ||
23330          test ! -s conftest.err
23331        } && test -s conftest.$ac_objext; then
23332   ac_cv_member_struct_stat_st_mtim=yes
23333 else
23334   $as_echo "$as_me: failed program was:" >&5
23335 sed 's/^/| /' conftest.$ac_ext >&5
23336
23337         ac_cv_member_struct_stat_st_mtim=no
23338 fi
23339
23340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23341 fi
23342
23343 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23344 fi
23345 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23346 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23347 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23348
23349 cat >>confdefs.h <<_ACEOF
23350 #define HAVE_STRUCT_STAT_ST_MTIM 1
23351 _ACEOF
23352
23353
23354 fi
23355 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23356 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23357 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23358   $as_echo_n "(cached) " >&6
23359 else
23360   cat >conftest.$ac_ext <<_ACEOF
23361 /* confdefs.h.  */
23362 _ACEOF
23363 cat confdefs.h >>conftest.$ac_ext
23364 cat >>conftest.$ac_ext <<_ACEOF
23365 /* end confdefs.h.  */
23366 $ac_includes_default
23367 int
23368 main ()
23369 {
23370 static struct stat ac_aggr;
23371 if (ac_aggr.st_ctim)
23372 return 0;
23373   ;
23374   return 0;
23375 }
23376 _ACEOF
23377 rm -f conftest.$ac_objext
23378 if { (ac_try="$ac_compile"
23379 case "(($ac_try" in
23380   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23381   *) ac_try_echo=$ac_try;;
23382 esac
23383 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23384 $as_echo "$ac_try_echo") >&5
23385   (eval "$ac_compile") 2>conftest.er1
23386   ac_status=$?
23387   grep -v '^ *+' conftest.er1 >conftest.err
23388   rm -f conftest.er1
23389   cat conftest.err >&5
23390   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23391   (exit $ac_status); } && {
23392          test -z "$ac_c_werror_flag" ||
23393          test ! -s conftest.err
23394        } && test -s conftest.$ac_objext; then
23395   ac_cv_member_struct_stat_st_ctim=yes
23396 else
23397   $as_echo "$as_me: failed program was:" >&5
23398 sed 's/^/| /' conftest.$ac_ext >&5
23399
23400         cat >conftest.$ac_ext <<_ACEOF
23401 /* confdefs.h.  */
23402 _ACEOF
23403 cat confdefs.h >>conftest.$ac_ext
23404 cat >>conftest.$ac_ext <<_ACEOF
23405 /* end confdefs.h.  */
23406 $ac_includes_default
23407 int
23408 main ()
23409 {
23410 static struct stat ac_aggr;
23411 if (sizeof ac_aggr.st_ctim)
23412 return 0;
23413   ;
23414   return 0;
23415 }
23416 _ACEOF
23417 rm -f conftest.$ac_objext
23418 if { (ac_try="$ac_compile"
23419 case "(($ac_try" in
23420   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23421   *) ac_try_echo=$ac_try;;
23422 esac
23423 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23424 $as_echo "$ac_try_echo") >&5
23425   (eval "$ac_compile") 2>conftest.er1
23426   ac_status=$?
23427   grep -v '^ *+' conftest.er1 >conftest.err
23428   rm -f conftest.er1
23429   cat conftest.err >&5
23430   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23431   (exit $ac_status); } && {
23432          test -z "$ac_c_werror_flag" ||
23433          test ! -s conftest.err
23434        } && test -s conftest.$ac_objext; then
23435   ac_cv_member_struct_stat_st_ctim=yes
23436 else
23437   $as_echo "$as_me: failed program was:" >&5
23438 sed 's/^/| /' conftest.$ac_ext >&5
23439
23440         ac_cv_member_struct_stat_st_ctim=no
23441 fi
23442
23443 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23444 fi
23445
23446 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23447 fi
23448 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23449 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23450 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23451
23452 cat >>confdefs.h <<_ACEOF
23453 #define HAVE_STRUCT_STAT_ST_CTIM 1
23454 _ACEOF
23455
23456
23457 fi
23458 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23459 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23460 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23461   $as_echo_n "(cached) " >&6
23462 else
23463   cat >conftest.$ac_ext <<_ACEOF
23464 /* confdefs.h.  */
23465 _ACEOF
23466 cat confdefs.h >>conftest.$ac_ext
23467 cat >>conftest.$ac_ext <<_ACEOF
23468 /* end confdefs.h.  */
23469 $ac_includes_default
23470 int
23471 main ()
23472 {
23473 static struct stat ac_aggr;
23474 if (ac_aggr.st_atim)
23475 return 0;
23476   ;
23477   return 0;
23478 }
23479 _ACEOF
23480 rm -f conftest.$ac_objext
23481 if { (ac_try="$ac_compile"
23482 case "(($ac_try" in
23483   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23484   *) ac_try_echo=$ac_try;;
23485 esac
23486 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23487 $as_echo "$ac_try_echo") >&5
23488   (eval "$ac_compile") 2>conftest.er1
23489   ac_status=$?
23490   grep -v '^ *+' conftest.er1 >conftest.err
23491   rm -f conftest.er1
23492   cat conftest.err >&5
23493   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23494   (exit $ac_status); } && {
23495          test -z "$ac_c_werror_flag" ||
23496          test ! -s conftest.err
23497        } && test -s conftest.$ac_objext; then
23498   ac_cv_member_struct_stat_st_atim=yes
23499 else
23500   $as_echo "$as_me: failed program was:" >&5
23501 sed 's/^/| /' conftest.$ac_ext >&5
23502
23503         cat >conftest.$ac_ext <<_ACEOF
23504 /* confdefs.h.  */
23505 _ACEOF
23506 cat confdefs.h >>conftest.$ac_ext
23507 cat >>conftest.$ac_ext <<_ACEOF
23508 /* end confdefs.h.  */
23509 $ac_includes_default
23510 int
23511 main ()
23512 {
23513 static struct stat ac_aggr;
23514 if (sizeof ac_aggr.st_atim)
23515 return 0;
23516   ;
23517   return 0;
23518 }
23519 _ACEOF
23520 rm -f conftest.$ac_objext
23521 if { (ac_try="$ac_compile"
23522 case "(($ac_try" in
23523   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23524   *) ac_try_echo=$ac_try;;
23525 esac
23526 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23527 $as_echo "$ac_try_echo") >&5
23528   (eval "$ac_compile") 2>conftest.er1
23529   ac_status=$?
23530   grep -v '^ *+' conftest.er1 >conftest.err
23531   rm -f conftest.er1
23532   cat conftest.err >&5
23533   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23534   (exit $ac_status); } && {
23535          test -z "$ac_c_werror_flag" ||
23536          test ! -s conftest.err
23537        } && test -s conftest.$ac_objext; then
23538   ac_cv_member_struct_stat_st_atim=yes
23539 else
23540   $as_echo "$as_me: failed program was:" >&5
23541 sed 's/^/| /' conftest.$ac_ext >&5
23542
23543         ac_cv_member_struct_stat_st_atim=no
23544 fi
23545
23546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23547 fi
23548
23549 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23550 fi
23551 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23552 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23553 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23554
23555 cat >>confdefs.h <<_ACEOF
23556 #define HAVE_STRUCT_STAT_ST_ATIM 1
23557 _ACEOF
23558
23559
23560 fi
23561
23562
23563 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23564 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23565 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23566   $as_echo_n "(cached) " >&6
23567 else
23568   cat >conftest.$ac_ext <<_ACEOF
23569 /* confdefs.h.  */
23570 _ACEOF
23571 cat confdefs.h >>conftest.$ac_ext
23572 cat >>conftest.$ac_ext <<_ACEOF
23573 /* end confdefs.h.  */
23574 #ifdef HAVE_SYS_TYPES_H
23575 #include <sys/types.h>
23576 #endif
23577 #ifdef HAVE_NETINET_IN_H
23578 #include <netinet/in.h>
23579 #endif
23580
23581 int
23582 main ()
23583 {
23584 static struct sockaddr_in6 ac_aggr;
23585 if (ac_aggr.sin6_scope_id)
23586 return 0;
23587   ;
23588   return 0;
23589 }
23590 _ACEOF
23591 rm -f conftest.$ac_objext
23592 if { (ac_try="$ac_compile"
23593 case "(($ac_try" in
23594   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23595   *) ac_try_echo=$ac_try;;
23596 esac
23597 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23598 $as_echo "$ac_try_echo") >&5
23599   (eval "$ac_compile") 2>conftest.er1
23600   ac_status=$?
23601   grep -v '^ *+' conftest.er1 >conftest.err
23602   rm -f conftest.er1
23603   cat conftest.err >&5
23604   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23605   (exit $ac_status); } && {
23606          test -z "$ac_c_werror_flag" ||
23607          test ! -s conftest.err
23608        } && test -s conftest.$ac_objext; then
23609   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23610 else
23611   $as_echo "$as_me: failed program was:" >&5
23612 sed 's/^/| /' conftest.$ac_ext >&5
23613
23614         cat >conftest.$ac_ext <<_ACEOF
23615 /* confdefs.h.  */
23616 _ACEOF
23617 cat confdefs.h >>conftest.$ac_ext
23618 cat >>conftest.$ac_ext <<_ACEOF
23619 /* end confdefs.h.  */
23620 #ifdef HAVE_SYS_TYPES_H
23621 #include <sys/types.h>
23622 #endif
23623 #ifdef HAVE_NETINET_IN_H
23624 #include <netinet/in.h>
23625 #endif
23626
23627 int
23628 main ()
23629 {
23630 static struct sockaddr_in6 ac_aggr;
23631 if (sizeof ac_aggr.sin6_scope_id)
23632 return 0;
23633   ;
23634   return 0;
23635 }
23636 _ACEOF
23637 rm -f conftest.$ac_objext
23638 if { (ac_try="$ac_compile"
23639 case "(($ac_try" in
23640   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23641   *) ac_try_echo=$ac_try;;
23642 esac
23643 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23644 $as_echo "$ac_try_echo") >&5
23645   (eval "$ac_compile") 2>conftest.er1
23646   ac_status=$?
23647   grep -v '^ *+' conftest.er1 >conftest.err
23648   rm -f conftest.er1
23649   cat conftest.err >&5
23650   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23651   (exit $ac_status); } && {
23652          test -z "$ac_c_werror_flag" ||
23653          test ! -s conftest.err
23654        } && test -s conftest.$ac_objext; then
23655   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23656 else
23657   $as_echo "$as_me: failed program was:" >&5
23658 sed 's/^/| /' conftest.$ac_ext >&5
23659
23660         ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23661 fi
23662
23663 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23664 fi
23665
23666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23667 fi
23668 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23669 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23670 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23671
23672 cat >>confdefs.h <<_ACEOF
23673 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23674 _ACEOF
23675
23676
23677 fi
23678
23679
23680 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23681 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23682 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23683   $as_echo_n "(cached) " >&6
23684 else
23685   cat >conftest.$ac_ext <<_ACEOF
23686 /* confdefs.h.  */
23687 _ACEOF
23688 cat confdefs.h >>conftest.$ac_ext
23689 cat >>conftest.$ac_ext <<_ACEOF
23690 /* end confdefs.h.  */
23691 #ifdef HAVE_SYS_TYPES_H
23692 #include <sys/types.h>
23693 #endif
23694 #ifdef HAVE_NETINET_IN_H
23695 # include <netinet/in.h>
23696 #endif
23697 #ifdef HAVE_ARPA_NAMESER_H
23698 # include <arpa/nameser.h>
23699 #endif
23700
23701 int
23702 main ()
23703 {
23704 static ns_msg ac_aggr;
23705 if (ac_aggr._msg_ptr)
23706 return 0;
23707   ;
23708   return 0;
23709 }
23710 _ACEOF
23711 rm -f conftest.$ac_objext
23712 if { (ac_try="$ac_compile"
23713 case "(($ac_try" in
23714   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23715   *) ac_try_echo=$ac_try;;
23716 esac
23717 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23718 $as_echo "$ac_try_echo") >&5
23719   (eval "$ac_compile") 2>conftest.er1
23720   ac_status=$?
23721   grep -v '^ *+' conftest.er1 >conftest.err
23722   rm -f conftest.er1
23723   cat conftest.err >&5
23724   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23725   (exit $ac_status); } && {
23726          test -z "$ac_c_werror_flag" ||
23727          test ! -s conftest.err
23728        } && test -s conftest.$ac_objext; then
23729   ac_cv_member_ns_msg__msg_ptr=yes
23730 else
23731   $as_echo "$as_me: failed program was:" >&5
23732 sed 's/^/| /' conftest.$ac_ext >&5
23733
23734         cat >conftest.$ac_ext <<_ACEOF
23735 /* confdefs.h.  */
23736 _ACEOF
23737 cat confdefs.h >>conftest.$ac_ext
23738 cat >>conftest.$ac_ext <<_ACEOF
23739 /* end confdefs.h.  */
23740 #ifdef HAVE_SYS_TYPES_H
23741 #include <sys/types.h>
23742 #endif
23743 #ifdef HAVE_NETINET_IN_H
23744 # include <netinet/in.h>
23745 #endif
23746 #ifdef HAVE_ARPA_NAMESER_H
23747 # include <arpa/nameser.h>
23748 #endif
23749
23750 int
23751 main ()
23752 {
23753 static ns_msg ac_aggr;
23754 if (sizeof ac_aggr._msg_ptr)
23755 return 0;
23756   ;
23757   return 0;
23758 }
23759 _ACEOF
23760 rm -f conftest.$ac_objext
23761 if { (ac_try="$ac_compile"
23762 case "(($ac_try" in
23763   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23764   *) ac_try_echo=$ac_try;;
23765 esac
23766 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23767 $as_echo "$ac_try_echo") >&5
23768   (eval "$ac_compile") 2>conftest.er1
23769   ac_status=$?
23770   grep -v '^ *+' conftest.er1 >conftest.err
23771   rm -f conftest.er1
23772   cat conftest.err >&5
23773   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23774   (exit $ac_status); } && {
23775          test -z "$ac_c_werror_flag" ||
23776          test ! -s conftest.err
23777        } && test -s conftest.$ac_objext; then
23778   ac_cv_member_ns_msg__msg_ptr=yes
23779 else
23780   $as_echo "$as_me: failed program was:" >&5
23781 sed 's/^/| /' conftest.$ac_ext >&5
23782
23783         ac_cv_member_ns_msg__msg_ptr=no
23784 fi
23785
23786 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23787 fi
23788
23789 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23790 fi
23791 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23792 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23793 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23794
23795 cat >>confdefs.h <<_ACEOF
23796 #define HAVE_NS_MSG__MSG_PTR 1
23797 _ACEOF
23798
23799
23800 fi
23801
23802
23803 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23804 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23805 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23806   $as_echo_n "(cached) " >&6
23807 else
23808   cat >conftest.$ac_ext <<_ACEOF
23809 /* confdefs.h.  */
23810 _ACEOF
23811 cat confdefs.h >>conftest.$ac_ext
23812 cat >>conftest.$ac_ext <<_ACEOF
23813 /* end confdefs.h.  */
23814 #ifdef HAVE_SYS_TYPES_H
23815 #include <sys/types.h>
23816 #endif
23817 #ifdef HAVE_ALIAS_H
23818 #include <alias.h>
23819 #endif
23820 #ifdef HAVE_SYS_SOCKET_H
23821 #include <sys/socket.h>
23822 #endif
23823 #ifdef HAVE_SYS_SOCKETVAR_H
23824 #include <sys/socketvar.h>
23825 #endif
23826 #ifdef HAVE_SYS_TIMEOUT_H
23827 #include <sys/timeout.h>
23828 #endif
23829 #ifdef HAVE_NETINET_IN_H
23830 #include <netinet/in.h>
23831 #endif
23832 #ifdef HAVE_NETINET_IN_SYSTM_H
23833 #include <netinet/in_systm.h>
23834 #endif
23835 #ifdef HAVE_NETINET_IP_H
23836 #include <netinet/ip.h>
23837 #endif
23838 #ifdef HAVE_NETINET_IP_VAR_H
23839 #include <netinet/ip_var.h>
23840 #endif
23841 #ifdef HAVE_NETINET_IP_ICMP_H
23842 #include <netinet/ip_icmp.h>
23843 #endif
23844 #ifdef HAVE_NETINET_ICMP_VAR
23845 #include <netinet/icmp_var.h>
23846 #endif
23847
23848 int
23849 main ()
23850 {
23851 static struct icmpstat ac_aggr;
23852 if (ac_aggr.icps_outhist)
23853 return 0;
23854   ;
23855   return 0;
23856 }
23857 _ACEOF
23858 rm -f conftest.$ac_objext
23859 if { (ac_try="$ac_compile"
23860 case "(($ac_try" in
23861   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23862   *) ac_try_echo=$ac_try;;
23863 esac
23864 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23865 $as_echo "$ac_try_echo") >&5
23866   (eval "$ac_compile") 2>conftest.er1
23867   ac_status=$?
23868   grep -v '^ *+' conftest.er1 >conftest.err
23869   rm -f conftest.er1
23870   cat conftest.err >&5
23871   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23872   (exit $ac_status); } && {
23873          test -z "$ac_c_werror_flag" ||
23874          test ! -s conftest.err
23875        } && test -s conftest.$ac_objext; then
23876   ac_cv_member_struct_icmpstat_icps_outhist=yes
23877 else
23878   $as_echo "$as_me: failed program was:" >&5
23879 sed 's/^/| /' conftest.$ac_ext >&5
23880
23881         cat >conftest.$ac_ext <<_ACEOF
23882 /* confdefs.h.  */
23883 _ACEOF
23884 cat confdefs.h >>conftest.$ac_ext
23885 cat >>conftest.$ac_ext <<_ACEOF
23886 /* end confdefs.h.  */
23887 #ifdef HAVE_SYS_TYPES_H
23888 #include <sys/types.h>
23889 #endif
23890 #ifdef HAVE_ALIAS_H
23891 #include <alias.h>
23892 #endif
23893 #ifdef HAVE_SYS_SOCKET_H
23894 #include <sys/socket.h>
23895 #endif
23896 #ifdef HAVE_SYS_SOCKETVAR_H
23897 #include <sys/socketvar.h>
23898 #endif
23899 #ifdef HAVE_SYS_TIMEOUT_H
23900 #include <sys/timeout.h>
23901 #endif
23902 #ifdef HAVE_NETINET_IN_H
23903 #include <netinet/in.h>
23904 #endif
23905 #ifdef HAVE_NETINET_IN_SYSTM_H
23906 #include <netinet/in_systm.h>
23907 #endif
23908 #ifdef HAVE_NETINET_IP_H
23909 #include <netinet/ip.h>
23910 #endif
23911 #ifdef HAVE_NETINET_IP_VAR_H
23912 #include <netinet/ip_var.h>
23913 #endif
23914 #ifdef HAVE_NETINET_IP_ICMP_H
23915 #include <netinet/ip_icmp.h>
23916 #endif
23917 #ifdef HAVE_NETINET_ICMP_VAR
23918 #include <netinet/icmp_var.h>
23919 #endif
23920
23921 int
23922 main ()
23923 {
23924 static struct icmpstat ac_aggr;
23925 if (sizeof ac_aggr.icps_outhist)
23926 return 0;
23927   ;
23928   return 0;
23929 }
23930 _ACEOF
23931 rm -f conftest.$ac_objext
23932 if { (ac_try="$ac_compile"
23933 case "(($ac_try" in
23934   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23935   *) ac_try_echo=$ac_try;;
23936 esac
23937 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23938 $as_echo "$ac_try_echo") >&5
23939   (eval "$ac_compile") 2>conftest.er1
23940   ac_status=$?
23941   grep -v '^ *+' conftest.er1 >conftest.err
23942   rm -f conftest.er1
23943   cat conftest.err >&5
23944   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23945   (exit $ac_status); } && {
23946          test -z "$ac_c_werror_flag" ||
23947          test ! -s conftest.err
23948        } && test -s conftest.$ac_objext; then
23949   ac_cv_member_struct_icmpstat_icps_outhist=yes
23950 else
23951   $as_echo "$as_me: failed program was:" >&5
23952 sed 's/^/| /' conftest.$ac_ext >&5
23953
23954         ac_cv_member_struct_icmpstat_icps_outhist=no
23955 fi
23956
23957 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23958 fi
23959
23960 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23961 fi
23962 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23963 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23964 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
23965
23966 cat >>confdefs.h <<_ACEOF
23967 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23968 _ACEOF
23969
23970
23971 fi
23972
23973
23974 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23975 $as_echo_n "checking for timezone variable... " >&6; }
23976 if test "${ac_cv_have_timezone+set}" = set; then
23977   $as_echo_n "(cached) " >&6
23978 else
23979   cat >conftest.$ac_ext <<_ACEOF
23980 /* confdefs.h.  */
23981 _ACEOF
23982 cat confdefs.h >>conftest.$ac_ext
23983 cat >>conftest.$ac_ext <<_ACEOF
23984 /* end confdefs.h.  */
23985 #include <time.h>
23986 int
23987 main ()
23988 {
23989 timezone = 1
23990   ;
23991   return 0;
23992 }
23993 _ACEOF
23994 rm -f conftest.$ac_objext conftest$ac_exeext
23995 if { (ac_try="$ac_link"
23996 case "(($ac_try" in
23997   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23998   *) ac_try_echo=$ac_try;;
23999 esac
24000 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24001 $as_echo "$ac_try_echo") >&5
24002   (eval "$ac_link") 2>conftest.er1
24003   ac_status=$?
24004   grep -v '^ *+' conftest.er1 >conftest.err
24005   rm -f conftest.er1
24006   cat conftest.err >&5
24007   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24008   (exit $ac_status); } && {
24009          test -z "$ac_c_werror_flag" ||
24010          test ! -s conftest.err
24011        } && test -s conftest$ac_exeext && {
24012          test "$cross_compiling" = yes ||
24013          $as_test_x conftest$ac_exeext
24014        }; then
24015   ac_cv_have_timezone="yes"
24016 else
24017   $as_echo "$as_me: failed program was:" >&5
24018 sed 's/^/| /' conftest.$ac_ext >&5
24019
24020         ac_cv_have_timezone="no"
24021 fi
24022
24023 rm -rf conftest.dSYM
24024 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24025       conftest$ac_exeext conftest.$ac_ext
24026 fi
24027 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
24028 $as_echo "$ac_cv_have_timezone" >&6; }
24029 if test "$ac_cv_have_timezone" = "yes"
24030 then
24031
24032 cat >>confdefs.h <<\_ACEOF
24033 #define HAVE_TIMEZONE 1
24034 _ACEOF
24035
24036 fi
24037 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
24038 $as_echo_n "checking for daylight variable... " >&6; }
24039 if test "${ac_cv_have_daylight+set}" = set; then
24040   $as_echo_n "(cached) " >&6
24041 else
24042   cat >conftest.$ac_ext <<_ACEOF
24043 /* confdefs.h.  */
24044 _ACEOF
24045 cat confdefs.h >>conftest.$ac_ext
24046 cat >>conftest.$ac_ext <<_ACEOF
24047 /* end confdefs.h.  */
24048 #include <time.h>
24049 int
24050 main ()
24051 {
24052 daylight = 1
24053   ;
24054   return 0;
24055 }
24056 _ACEOF
24057 rm -f conftest.$ac_objext conftest$ac_exeext
24058 if { (ac_try="$ac_link"
24059 case "(($ac_try" in
24060   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24061   *) ac_try_echo=$ac_try;;
24062 esac
24063 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24064 $as_echo "$ac_try_echo") >&5
24065   (eval "$ac_link") 2>conftest.er1
24066   ac_status=$?
24067   grep -v '^ *+' conftest.er1 >conftest.err
24068   rm -f conftest.er1
24069   cat conftest.err >&5
24070   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24071   (exit $ac_status); } && {
24072          test -z "$ac_c_werror_flag" ||
24073          test ! -s conftest.err
24074        } && test -s conftest$ac_exeext && {
24075          test "$cross_compiling" = yes ||
24076          $as_test_x conftest$ac_exeext
24077        }; then
24078   ac_cv_have_daylight="yes"
24079 else
24080   $as_echo "$as_me: failed program was:" >&5
24081 sed 's/^/| /' conftest.$ac_ext >&5
24082
24083         ac_cv_have_daylight="no"
24084 fi
24085
24086 rm -rf conftest.dSYM
24087 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24088       conftest$ac_exeext conftest.$ac_ext
24089 fi
24090 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
24091 $as_echo "$ac_cv_have_daylight" >&6; }
24092 if test "$ac_cv_have_daylight" = "yes"
24093 then
24094
24095 cat >>confdefs.h <<\_ACEOF
24096 #define HAVE_DAYLIGHT 1
24097 _ACEOF
24098
24099 fi
24100
24101 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
24102 $as_echo_n "checking for isinf... " >&6; }
24103 if test "${ac_cv_have_isinf+set}" = set; then
24104   $as_echo_n "(cached) " >&6
24105 else
24106   cat >conftest.$ac_ext <<_ACEOF
24107 /* confdefs.h.  */
24108 _ACEOF
24109 cat confdefs.h >>conftest.$ac_ext
24110 cat >>conftest.$ac_ext <<_ACEOF
24111 /* end confdefs.h.  */
24112 #include <math.h>
24113 int
24114 main ()
24115 {
24116 float f = 0.0; int i=isinf(f)
24117   ;
24118   return 0;
24119 }
24120 _ACEOF
24121 rm -f conftest.$ac_objext conftest$ac_exeext
24122 if { (ac_try="$ac_link"
24123 case "(($ac_try" in
24124   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24125   *) ac_try_echo=$ac_try;;
24126 esac
24127 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24128 $as_echo "$ac_try_echo") >&5
24129   (eval "$ac_link") 2>conftest.er1
24130   ac_status=$?
24131   grep -v '^ *+' conftest.er1 >conftest.err
24132   rm -f conftest.er1
24133   cat conftest.err >&5
24134   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24135   (exit $ac_status); } && {
24136          test -z "$ac_c_werror_flag" ||
24137          test ! -s conftest.err
24138        } && test -s conftest$ac_exeext && {
24139          test "$cross_compiling" = yes ||
24140          $as_test_x conftest$ac_exeext
24141        }; then
24142   ac_cv_have_isinf="yes"
24143 else
24144   $as_echo "$as_me: failed program was:" >&5
24145 sed 's/^/| /' conftest.$ac_ext >&5
24146
24147         ac_cv_have_isinf="no"
24148 fi
24149
24150 rm -rf conftest.dSYM
24151 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24152       conftest$ac_exeext conftest.$ac_ext
24153 fi
24154 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
24155 $as_echo "$ac_cv_have_isinf" >&6; }
24156 if test "$ac_cv_have_isinf" = "yes"
24157 then
24158
24159 cat >>confdefs.h <<\_ACEOF
24160 #define HAVE_ISINF 1
24161 _ACEOF
24162
24163 fi
24164
24165 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
24166 $as_echo_n "checking for isnan... " >&6; }
24167 if test "${ac_cv_have_isnan+set}" = set; then
24168   $as_echo_n "(cached) " >&6
24169 else
24170   cat >conftest.$ac_ext <<_ACEOF
24171 /* confdefs.h.  */
24172 _ACEOF
24173 cat confdefs.h >>conftest.$ac_ext
24174 cat >>conftest.$ac_ext <<_ACEOF
24175 /* end confdefs.h.  */
24176 #include <math.h>
24177 int
24178 main ()
24179 {
24180 float f = 0.0; int i=isnan(f)
24181   ;
24182   return 0;
24183 }
24184 _ACEOF
24185 rm -f conftest.$ac_objext conftest$ac_exeext
24186 if { (ac_try="$ac_link"
24187 case "(($ac_try" in
24188   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24189   *) ac_try_echo=$ac_try;;
24190 esac
24191 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24192 $as_echo "$ac_try_echo") >&5
24193   (eval "$ac_link") 2>conftest.er1
24194   ac_status=$?
24195   grep -v '^ *+' conftest.er1 >conftest.err
24196   rm -f conftest.er1
24197   cat conftest.err >&5
24198   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24199   (exit $ac_status); } && {
24200          test -z "$ac_c_werror_flag" ||
24201          test ! -s conftest.err
24202        } && test -s conftest$ac_exeext && {
24203          test "$cross_compiling" = yes ||
24204          $as_test_x conftest$ac_exeext
24205        }; then
24206   ac_cv_have_isnan="yes"
24207 else
24208   $as_echo "$as_me: failed program was:" >&5
24209 sed 's/^/| /' conftest.$ac_ext >&5
24210
24211         ac_cv_have_isnan="no"
24212 fi
24213
24214 rm -rf conftest.dSYM
24215 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24216       conftest$ac_exeext conftest.$ac_ext
24217 fi
24218 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
24219 $as_echo "$ac_cv_have_isnan" >&6; }
24220 if test "$ac_cv_have_isnan" = "yes"
24221 then
24222
24223 cat >>confdefs.h <<\_ACEOF
24224 #define HAVE_ISNAN 1
24225 _ACEOF
24226
24227 fi
24228
24229
24230 case $host_cpu in
24231   *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
24232 $as_echo_n "checking whether we need to define __i386__... " >&6; }
24233 if test "${ac_cv_cpp_def___i386__+set}" = set; then
24234   $as_echo_n "(cached) " >&6
24235 else
24236   cat >conftest.$ac_ext <<_ACEOF
24237 /* confdefs.h.  */
24238 _ACEOF
24239 cat confdefs.h >>conftest.$ac_ext
24240 cat >>conftest.$ac_ext <<_ACEOF
24241 /* end confdefs.h.  */
24242 #ifndef __i386__
24243 yes
24244 #endif
24245 _ACEOF
24246 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24247   $EGREP "yes" >/dev/null 2>&1; then
24248   ac_cv_cpp_def___i386__=yes
24249 else
24250   ac_cv_cpp_def___i386__=no
24251 fi
24252 rm -f conftest*
24253
24254 fi
24255 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24256 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24257 if test $ac_cv_cpp_def___i386__ = yes; then
24258   CFLAGS="$CFLAGS -D__i386__"
24259   LINTFLAGS="$LINTFLAGS -D__i386__"
24260 fi
24261  ;;
24262   *x86_64*)         { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24263 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24264 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24265   $as_echo_n "(cached) " >&6
24266 else
24267   cat >conftest.$ac_ext <<_ACEOF
24268 /* confdefs.h.  */
24269 _ACEOF
24270 cat confdefs.h >>conftest.$ac_ext
24271 cat >>conftest.$ac_ext <<_ACEOF
24272 /* end confdefs.h.  */
24273 #ifndef __x86_64__
24274 yes
24275 #endif
24276 _ACEOF
24277 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24278   $EGREP "yes" >/dev/null 2>&1; then
24279   ac_cv_cpp_def___x86_64__=yes
24280 else
24281   ac_cv_cpp_def___x86_64__=no
24282 fi
24283 rm -f conftest*
24284
24285 fi
24286 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24287 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24288 if test $ac_cv_cpp_def___x86_64__ = yes; then
24289   CFLAGS="$CFLAGS -D__x86_64__"
24290   LINTFLAGS="$LINTFLAGS -D__x86_64__"
24291 fi
24292  ;;
24293   *alpha*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24294 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24295 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24296   $as_echo_n "(cached) " >&6
24297 else
24298   cat >conftest.$ac_ext <<_ACEOF
24299 /* confdefs.h.  */
24300 _ACEOF
24301 cat confdefs.h >>conftest.$ac_ext
24302 cat >>conftest.$ac_ext <<_ACEOF
24303 /* end confdefs.h.  */
24304 #ifndef __ALPHA__
24305 yes
24306 #endif
24307 _ACEOF
24308 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24309   $EGREP "yes" >/dev/null 2>&1; then
24310   ac_cv_cpp_def___ALPHA__=yes
24311 else
24312   ac_cv_cpp_def___ALPHA__=no
24313 fi
24314 rm -f conftest*
24315
24316 fi
24317 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24318 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24319 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24320   CFLAGS="$CFLAGS -D__ALPHA__"
24321   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24322 fi
24323  ;;
24324   *sparc*)          { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24325 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24326 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24327   $as_echo_n "(cached) " >&6
24328 else
24329   cat >conftest.$ac_ext <<_ACEOF
24330 /* confdefs.h.  */
24331 _ACEOF
24332 cat confdefs.h >>conftest.$ac_ext
24333 cat >>conftest.$ac_ext <<_ACEOF
24334 /* end confdefs.h.  */
24335 #ifndef __sparc__
24336 yes
24337 #endif
24338 _ACEOF
24339 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24340   $EGREP "yes" >/dev/null 2>&1; then
24341   ac_cv_cpp_def___sparc__=yes
24342 else
24343   ac_cv_cpp_def___sparc__=no
24344 fi
24345 rm -f conftest*
24346
24347 fi
24348 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24349 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24350 if test $ac_cv_cpp_def___sparc__ = yes; then
24351   CFLAGS="$CFLAGS -D__sparc__"
24352   LINTFLAGS="$LINTFLAGS -D__sparc__"
24353 fi
24354  ;;
24355   *powerpc*)        { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24356 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24357 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24358   $as_echo_n "(cached) " >&6
24359 else
24360   cat >conftest.$ac_ext <<_ACEOF
24361 /* confdefs.h.  */
24362 _ACEOF
24363 cat confdefs.h >>conftest.$ac_ext
24364 cat >>conftest.$ac_ext <<_ACEOF
24365 /* end confdefs.h.  */
24366 #ifndef __powerpc__
24367 yes
24368 #endif
24369 _ACEOF
24370 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24371   $EGREP "yes" >/dev/null 2>&1; then
24372   ac_cv_cpp_def___powerpc__=yes
24373 else
24374   ac_cv_cpp_def___powerpc__=no
24375 fi
24376 rm -f conftest*
24377
24378 fi
24379 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24380 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24381 if test $ac_cv_cpp_def___powerpc__ = yes; then
24382   CFLAGS="$CFLAGS -D__powerpc__"
24383   LINTFLAGS="$LINTFLAGS -D__powerpc__"
24384 fi
24385  ;;
24386 esac
24387
24388 case $host_vendor in
24389   *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24390 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24391 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24392   $as_echo_n "(cached) " >&6
24393 else
24394   cat >conftest.$ac_ext <<_ACEOF
24395 /* confdefs.h.  */
24396 _ACEOF
24397 cat confdefs.h >>conftest.$ac_ext
24398 cat >>conftest.$ac_ext <<_ACEOF
24399 /* end confdefs.h.  */
24400 #ifndef __sun__
24401 yes
24402 #endif
24403 _ACEOF
24404 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24405   $EGREP "yes" >/dev/null 2>&1; then
24406   ac_cv_cpp_def___sun__=yes
24407 else
24408   ac_cv_cpp_def___sun__=no
24409 fi
24410 rm -f conftest*
24411
24412 fi
24413 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24414 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24415 if test $ac_cv_cpp_def___sun__ = yes; then
24416   CFLAGS="$CFLAGS -D__sun__"
24417   LINTFLAGS="$LINTFLAGS -D__sun__"
24418 fi
24419  ;;
24420 esac
24421
24422
24423 DEPENDENCIES="### Dependencies:
24424
24425 .INIT: Makefile
24426 .BEGIN: Makefile
24427 .MAKEFILEDEPS:
24428 Makefile: dummy
24429         -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24430
24431 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24432 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24433 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24434 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24435 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24436
24437
24438 ALL_MAKERULES=""
24439
24440 ALL_MAKEFILES=""
24441
24442 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24443
24444
24445 ALL_TOP_DIRS=""
24446
24447 ALL_DLL_DIRS=""
24448
24449 ALL_IMPLIB_DIRS=""
24450
24451 ALL_TEST_DIRS=""
24452
24453 ALL_PROGRAM_DIRS=""
24454
24455 ALL_PROGRAM_INSTALL_DIRS=""
24456
24457 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24458
24459
24460
24461
24462
24463 ac_config_commands="$ac_config_commands include/stamp-h"
24464
24465
24466 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24467
24468 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24469
24470 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24471
24472 ac_config_commands="$ac_config_commands dlls/user32/resources"
24473
24474 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24475
24476 ac_config_commands="$ac_config_commands include/wine"
24477
24478
24479 ALL_MAKERULES="$ALL_MAKERULES \\
24480         Make.rules"
24481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24482 Make.rules: Make.rules.in"
24483 MAKE_RULES=Make.rules
24484 ac_config_files="$ac_config_files Make.rules"
24485
24486 ALL_MAKERULES="$ALL_MAKERULES \\
24487         dlls/Makedll.rules"
24488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24489 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24490 MAKE_DLL_RULES=dlls/Makedll.rules
24491 ac_config_files="$ac_config_files dlls/Makedll.rules"
24492
24493 ALL_MAKERULES="$ALL_MAKERULES \\
24494         dlls/Makeimplib.rules"
24495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24496 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24497 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24498 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24499
24500 ALL_MAKERULES="$ALL_MAKERULES \\
24501         dlls/Maketest.rules"
24502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24503 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24504 MAKE_TEST_RULES=dlls/Maketest.rules
24505 ac_config_files="$ac_config_files dlls/Maketest.rules"
24506
24507 ALL_MAKERULES="$ALL_MAKERULES \\
24508         programs/Makeprog.rules"
24509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24510 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24511 MAKE_PROG_RULES=programs/Makeprog.rules
24512 ac_config_files="$ac_config_files programs/Makeprog.rules"
24513
24514
24515
24516
24517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24518 Makefile: Makefile.in Make.rules"
24519 ac_config_files="$ac_config_files Makefile"
24520
24521 ALL_MAKEFILES="$ALL_MAKEFILES \\
24522         dlls/Makefile"
24523 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24524         dlls"
24525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24526 dlls/Makefile: dlls/Makefile.in Make.rules"
24527 ac_config_files="$ac_config_files dlls/Makefile"
24528
24529 ALL_MAKEFILES="$ALL_MAKEFILES \\
24530         dlls/acledit/Makefile"
24531 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24532         acledit"
24533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24534 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24535 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24536
24537 ALL_MAKEFILES="$ALL_MAKEFILES \\
24538         dlls/aclui/Makefile"
24539 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24540         aclui"
24541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24542 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24543 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24544
24545 ALL_MAKEFILES="$ALL_MAKEFILES \\
24546         dlls/activeds/Makefile"
24547 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24548         activeds"
24549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24550 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24551 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24552
24553 ALL_MAKEFILES="$ALL_MAKEFILES \\
24554         dlls/actxprxy/Makefile"
24555 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24556         actxprxy"
24557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24558 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24559 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24560
24561 ALL_MAKEFILES="$ALL_MAKEFILES \\
24562         dlls/adsiid/Makefile"
24563 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24564         adsiid"
24565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24566 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24567 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24568
24569 ALL_MAKEFILES="$ALL_MAKEFILES \\
24570         dlls/advapi32/Makefile"
24571 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24572         advapi32"
24573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24574 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24575 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24576
24577 ALL_MAKEFILES="$ALL_MAKEFILES \\
24578         dlls/advapi32/tests/Makefile"
24579 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24580         advapi32/tests"
24581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24582 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24583 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24584
24585 ALL_MAKEFILES="$ALL_MAKEFILES \\
24586         dlls/advpack/Makefile"
24587 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24588         advpack"
24589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24590 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24591 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24592
24593 ALL_MAKEFILES="$ALL_MAKEFILES \\
24594         dlls/advpack/tests/Makefile"
24595 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24596         advpack/tests"
24597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24598 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24599 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24600
24601 ALL_MAKEFILES="$ALL_MAKEFILES \\
24602         dlls/amstream/Makefile"
24603 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24604         amstream"
24605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24606 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24607 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24608
24609 ALL_MAKEFILES="$ALL_MAKEFILES \\
24610         dlls/appwiz.cpl/Makefile"
24611 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24612         appwiz.cpl"
24613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24614 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24615 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24616
24617 ALL_MAKEFILES="$ALL_MAKEFILES \\
24618         dlls/atl/Makefile"
24619 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24620         atl"
24621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24622 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24623 ac_config_files="$ac_config_files dlls/atl/Makefile"
24624
24625 ALL_MAKEFILES="$ALL_MAKEFILES \\
24626         dlls/authz/Makefile"
24627 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24628         authz"
24629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24630 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24631 ac_config_files="$ac_config_files dlls/authz/Makefile"
24632
24633 ALL_MAKEFILES="$ALL_MAKEFILES \\
24634         dlls/avicap32/Makefile"
24635 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24636         avicap32"
24637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24638 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24639 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24640
24641 ALL_MAKEFILES="$ALL_MAKEFILES \\
24642         dlls/avifil32/Makefile"
24643 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24644         avifil32"
24645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24646 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24647 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24648
24649 ALL_MAKEFILES="$ALL_MAKEFILES \\
24650         dlls/browseui/Makefile"
24651 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24652         browseui"
24653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24654 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24655 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24656
24657 ALL_MAKEFILES="$ALL_MAKEFILES \\
24658         dlls/browseui/tests/Makefile"
24659 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24660         browseui/tests"
24661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24662 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24663 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24664
24665 ALL_MAKEFILES="$ALL_MAKEFILES \\
24666         dlls/cabinet/Makefile"
24667 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24668         cabinet"
24669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24670 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24671 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24672
24673 ALL_MAKEFILES="$ALL_MAKEFILES \\
24674         dlls/cabinet/tests/Makefile"
24675 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24676         cabinet/tests"
24677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24678 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24679 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24680
24681 ALL_MAKEFILES="$ALL_MAKEFILES \\
24682         dlls/capi2032/Makefile"
24683 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24684         capi2032"
24685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24686 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24687 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24688
24689 ALL_MAKEFILES="$ALL_MAKEFILES \\
24690         dlls/cards/Makefile"
24691 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24692         cards"
24693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24694 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24695 ac_config_files="$ac_config_files dlls/cards/Makefile"
24696
24697 ALL_MAKEFILES="$ALL_MAKEFILES \\
24698         dlls/cfgmgr32/Makefile"
24699 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24700         cfgmgr32"
24701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24702 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24703 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24704
24705 ALL_MAKEFILES="$ALL_MAKEFILES \\
24706         dlls/clusapi/Makefile"
24707 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24708         clusapi"
24709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24710 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24711 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24712
24713 ALL_MAKEFILES="$ALL_MAKEFILES \\
24714         dlls/comcat/Makefile"
24715 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24716         comcat"
24717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24718 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24719 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24720
24721 ALL_MAKEFILES="$ALL_MAKEFILES \\
24722         dlls/comcat/tests/Makefile"
24723 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24724         comcat/tests"
24725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24726 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24727 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24728
24729 ALL_MAKEFILES="$ALL_MAKEFILES \\
24730         dlls/comctl32/Makefile"
24731 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24732         comctl32"
24733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24734 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24735 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24736
24737 ALL_MAKEFILES="$ALL_MAKEFILES \\
24738         dlls/comctl32/tests/Makefile"
24739 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24740         comctl32/tests"
24741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24742 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24743 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24744
24745 ALL_MAKEFILES="$ALL_MAKEFILES \\
24746         dlls/comdlg32/Makefile"
24747 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24748         comdlg32"
24749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24750 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24751 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24752
24753 ALL_MAKEFILES="$ALL_MAKEFILES \\
24754         dlls/comdlg32/tests/Makefile"
24755 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24756         comdlg32/tests"
24757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24758 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24759 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24760
24761 ALL_MAKEFILES="$ALL_MAKEFILES \\
24762         dlls/comm.drv16/Makefile"
24763 test "x$enable_comm_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24764         comm.drv16"
24765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24766 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24767 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24768
24769 ALL_MAKEFILES="$ALL_MAKEFILES \\
24770         dlls/compstui/Makefile"
24771 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24772         compstui"
24773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24774 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24775 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24776
24777 ALL_MAKEFILES="$ALL_MAKEFILES \\
24778         dlls/credui/Makefile"
24779 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24780         credui"
24781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24782 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24783 ac_config_files="$ac_config_files dlls/credui/Makefile"
24784
24785 ALL_MAKEFILES="$ALL_MAKEFILES \\
24786         dlls/credui/tests/Makefile"
24787 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24788         credui/tests"
24789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24790 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24791 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24792
24793 ALL_MAKEFILES="$ALL_MAKEFILES \\
24794         dlls/crtdll/Makefile"
24795 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24796         crtdll"
24797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24798 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24799 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24800
24801 ALL_MAKEFILES="$ALL_MAKEFILES \\
24802         dlls/crypt32/Makefile"
24803 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24804         crypt32"
24805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24806 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24807 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24808
24809 ALL_MAKEFILES="$ALL_MAKEFILES \\
24810         dlls/crypt32/tests/Makefile"
24811 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24812         crypt32/tests"
24813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24814 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24815 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24816
24817 ALL_MAKEFILES="$ALL_MAKEFILES \\
24818         dlls/cryptdlg/Makefile"
24819 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24820         cryptdlg"
24821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24822 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24823 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24824
24825 ALL_MAKEFILES="$ALL_MAKEFILES \\
24826         dlls/cryptdll/Makefile"
24827 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24828         cryptdll"
24829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24830 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24831 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24832
24833 ALL_MAKEFILES="$ALL_MAKEFILES \\
24834         dlls/cryptnet/Makefile"
24835 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24836         cryptnet"
24837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24838 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24839 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24840
24841 ALL_MAKEFILES="$ALL_MAKEFILES \\
24842         dlls/cryptnet/tests/Makefile"
24843 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24844         cryptnet/tests"
24845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24846 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24847 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24848
24849 ALL_MAKEFILES="$ALL_MAKEFILES \\
24850         dlls/cryptui/Makefile"
24851 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24852         cryptui"
24853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24854 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24855 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24856
24857 ALL_MAKEFILES="$ALL_MAKEFILES \\
24858         dlls/cryptui/tests/Makefile"
24859 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24860         cryptui/tests"
24861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24862 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24863 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24864
24865 ALL_MAKEFILES="$ALL_MAKEFILES \\
24866         dlls/ctapi32/Makefile"
24867 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24868         ctapi32"
24869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24870 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24871 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24872
24873 ALL_MAKEFILES="$ALL_MAKEFILES \\
24874         dlls/ctl3d32/Makefile"
24875 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24876         ctl3d32"
24877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24878 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24879 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24880
24881 ALL_MAKEFILES="$ALL_MAKEFILES \\
24882         dlls/d3d10/Makefile"
24883 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24884         d3d10"
24885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24886 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24887 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24888
24889 ALL_MAKEFILES="$ALL_MAKEFILES \\
24890         dlls/d3d10/tests/Makefile"
24891 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24892         d3d10/tests"
24893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24894 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24895 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24896
24897 ALL_MAKEFILES="$ALL_MAKEFILES \\
24898         dlls/d3d10core/Makefile"
24899 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24900         d3d10core"
24901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24902 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24903 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24904
24905 ALL_MAKEFILES="$ALL_MAKEFILES \\
24906         dlls/d3d10core/tests/Makefile"
24907 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24908         d3d10core/tests"
24909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24910 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24911 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24912
24913 ALL_MAKEFILES="$ALL_MAKEFILES \\
24914         dlls/d3d8/Makefile"
24915 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24916         d3d8"
24917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24918 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24919 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24920
24921 ALL_MAKEFILES="$ALL_MAKEFILES \\
24922         dlls/d3d8/tests/Makefile"
24923 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24924         d3d8/tests"
24925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24926 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24927 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24928
24929 ALL_MAKEFILES="$ALL_MAKEFILES \\
24930         dlls/d3d9/Makefile"
24931 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24932         d3d9"
24933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24934 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24935 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24936
24937 ALL_MAKEFILES="$ALL_MAKEFILES \\
24938         dlls/d3d9/tests/Makefile"
24939 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24940         d3d9/tests"
24941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24942 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24943 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24944
24945 ALL_MAKEFILES="$ALL_MAKEFILES \\
24946         dlls/d3dim/Makefile"
24947 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24948         d3dim"
24949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24950 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24951 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24952
24953 ALL_MAKEFILES="$ALL_MAKEFILES \\
24954         dlls/d3drm/Makefile"
24955 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24956         d3drm"
24957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24958 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24959 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24960
24961 ALL_MAKEFILES="$ALL_MAKEFILES \\
24962         dlls/d3drm/tests/Makefile"
24963 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24964         d3drm/tests"
24965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24966 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24967 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24968
24969 ALL_MAKEFILES="$ALL_MAKEFILES \\
24970         dlls/d3dx8/Makefile"
24971 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24972         d3dx8"
24973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24974 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24975 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24976
24977 ALL_MAKEFILES="$ALL_MAKEFILES \\
24978         dlls/d3dx8/tests/Makefile"
24979 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24980         d3dx8/tests"
24981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24982 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24983 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24984
24985 ALL_MAKEFILES="$ALL_MAKEFILES \\
24986         dlls/d3dx9_24/Makefile"
24987 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24988         d3dx9_24"
24989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24990 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24991 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24992
24993 ALL_MAKEFILES="$ALL_MAKEFILES \\
24994         dlls/d3dx9_25/Makefile"
24995 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24996         d3dx9_25"
24997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24998 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24999 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
25000
25001 ALL_MAKEFILES="$ALL_MAKEFILES \\
25002         dlls/d3dx9_26/Makefile"
25003 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25004         d3dx9_26"
25005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25006 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
25007 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
25008
25009 ALL_MAKEFILES="$ALL_MAKEFILES \\
25010         dlls/d3dx9_27/Makefile"
25011 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25012         d3dx9_27"
25013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25014 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
25015 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
25016
25017 ALL_MAKEFILES="$ALL_MAKEFILES \\
25018         dlls/d3dx9_28/Makefile"
25019 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25020         d3dx9_28"
25021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25022 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
25023 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
25024
25025 ALL_MAKEFILES="$ALL_MAKEFILES \\
25026         dlls/d3dx9_29/Makefile"
25027 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25028         d3dx9_29"
25029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25030 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
25031 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
25032
25033 ALL_MAKEFILES="$ALL_MAKEFILES \\
25034         dlls/d3dx9_30/Makefile"
25035 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25036         d3dx9_30"
25037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25038 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
25039 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
25040
25041 ALL_MAKEFILES="$ALL_MAKEFILES \\
25042         dlls/d3dx9_31/Makefile"
25043 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25044         d3dx9_31"
25045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25046 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
25047 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
25048
25049 ALL_MAKEFILES="$ALL_MAKEFILES \\
25050         dlls/d3dx9_32/Makefile"
25051 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25052         d3dx9_32"
25053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25054 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
25055 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
25056
25057 ALL_MAKEFILES="$ALL_MAKEFILES \\
25058         dlls/d3dx9_33/Makefile"
25059 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25060         d3dx9_33"
25061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25062 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
25063 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
25064
25065 ALL_MAKEFILES="$ALL_MAKEFILES \\
25066         dlls/d3dx9_34/Makefile"
25067 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25068         d3dx9_34"
25069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25070 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
25071 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
25072
25073 ALL_MAKEFILES="$ALL_MAKEFILES \\
25074         dlls/d3dx9_35/Makefile"
25075 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25076         d3dx9_35"
25077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25078 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
25079 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
25080
25081 ALL_MAKEFILES="$ALL_MAKEFILES \\
25082         dlls/d3dx9_36/Makefile"
25083 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25084         d3dx9_36"
25085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25086 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
25087 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
25088
25089 ALL_MAKEFILES="$ALL_MAKEFILES \\
25090         dlls/d3dx9_36/tests/Makefile"
25091 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25092         d3dx9_36/tests"
25093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25094 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
25095 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
25096
25097 ALL_MAKEFILES="$ALL_MAKEFILES \\
25098         dlls/d3dx9_37/Makefile"
25099 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25100         d3dx9_37"
25101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25102 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
25103 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
25104
25105 ALL_MAKEFILES="$ALL_MAKEFILES \\
25106         dlls/d3dx9_38/Makefile"
25107 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25108         d3dx9_38"
25109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25110 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
25111 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
25112
25113 ALL_MAKEFILES="$ALL_MAKEFILES \\
25114         dlls/d3dx9_39/Makefile"
25115 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25116         d3dx9_39"
25117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25118 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
25119 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
25120
25121 ALL_MAKEFILES="$ALL_MAKEFILES \\
25122         dlls/d3dx9_40/Makefile"
25123 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25124         d3dx9_40"
25125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25126 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
25127 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
25128
25129 ALL_MAKEFILES="$ALL_MAKEFILES \\
25130         dlls/d3dxof/Makefile"
25131 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25132         d3dxof"
25133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25134 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
25135 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
25136
25137 ALL_MAKEFILES="$ALL_MAKEFILES \\
25138         dlls/d3dxof/tests/Makefile"
25139 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25140         d3dxof/tests"
25141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25142 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
25143 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
25144
25145 ALL_MAKEFILES="$ALL_MAKEFILES \\
25146         dlls/dbghelp/Makefile"
25147 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25148         dbghelp"
25149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25150 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
25151 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
25152
25153 ALL_MAKEFILES="$ALL_MAKEFILES \\
25154         dlls/dciman32/Makefile"
25155 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25156         dciman32"
25157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25158 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
25159 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
25160
25161 ALL_MAKEFILES="$ALL_MAKEFILES \\
25162         dlls/ddraw/Makefile"
25163 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25164         ddraw"
25165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25166 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
25167 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
25168
25169 ALL_MAKEFILES="$ALL_MAKEFILES \\
25170         dlls/ddraw/tests/Makefile"
25171 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25172         ddraw/tests"
25173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25174 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
25175 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
25176
25177 ALL_MAKEFILES="$ALL_MAKEFILES \\
25178         dlls/ddrawex/Makefile"
25179 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25180         ddrawex"
25181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25182 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
25183 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
25184
25185 ALL_MAKEFILES="$ALL_MAKEFILES \\
25186         dlls/ddrawex/tests/Makefile"
25187 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25188         ddrawex/tests"
25189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25190 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
25191 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
25192
25193 ALL_MAKEFILES="$ALL_MAKEFILES \\
25194         dlls/devenum/Makefile"
25195 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25196         devenum"
25197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25198 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
25199 ac_config_files="$ac_config_files dlls/devenum/Makefile"
25200
25201 ALL_MAKEFILES="$ALL_MAKEFILES \\
25202         dlls/dinput/Makefile"
25203 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25204         dinput"
25205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25206 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
25207 ac_config_files="$ac_config_files dlls/dinput/Makefile"
25208
25209 ALL_MAKEFILES="$ALL_MAKEFILES \\
25210         dlls/dinput/tests/Makefile"
25211 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25212         dinput/tests"
25213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25214 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25215 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25216
25217 ALL_MAKEFILES="$ALL_MAKEFILES \\
25218         dlls/dinput8/Makefile"
25219 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25220         dinput8"
25221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25222 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25223 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25224
25225 ALL_MAKEFILES="$ALL_MAKEFILES \\
25226         dlls/dispdib.dll16/Makefile"
25227 test "x$enable_dispdib_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25228         dispdib.dll16"
25229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25230 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
25231 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
25232
25233 ALL_MAKEFILES="$ALL_MAKEFILES \\
25234         dlls/display.drv16/Makefile"
25235 test "x$enable_display_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25236         display.drv16"
25237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25238 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
25239 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
25240
25241 ALL_MAKEFILES="$ALL_MAKEFILES \\
25242         dlls/dmband/Makefile"
25243 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25244         dmband"
25245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25246 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25247 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25248
25249 ALL_MAKEFILES="$ALL_MAKEFILES \\
25250         dlls/dmcompos/Makefile"
25251 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25252         dmcompos"
25253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25254 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25255 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25256
25257 ALL_MAKEFILES="$ALL_MAKEFILES \\
25258         dlls/dmime/Makefile"
25259 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25260         dmime"
25261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25262 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25263 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25264
25265 ALL_MAKEFILES="$ALL_MAKEFILES \\
25266         dlls/dmloader/Makefile"
25267 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25268         dmloader"
25269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25270 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25271 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25272
25273 ALL_MAKEFILES="$ALL_MAKEFILES \\
25274         dlls/dmscript/Makefile"
25275 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25276         dmscript"
25277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25278 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25279 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25280
25281 ALL_MAKEFILES="$ALL_MAKEFILES \\
25282         dlls/dmstyle/Makefile"
25283 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25284         dmstyle"
25285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25286 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25287 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25288
25289 ALL_MAKEFILES="$ALL_MAKEFILES \\
25290         dlls/dmsynth/Makefile"
25291 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25292         dmsynth"
25293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25294 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25295 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25296
25297 ALL_MAKEFILES="$ALL_MAKEFILES \\
25298         dlls/dmusic/Makefile"
25299 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25300         dmusic"
25301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25302 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25303 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25304
25305 ALL_MAKEFILES="$ALL_MAKEFILES \\
25306         dlls/dmusic32/Makefile"
25307 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25308         dmusic32"
25309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25310 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25311 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25312
25313 ALL_MAKEFILES="$ALL_MAKEFILES \\
25314         dlls/dnsapi/Makefile"
25315 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25316         dnsapi"
25317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25318 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25319 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25320
25321 ALL_MAKEFILES="$ALL_MAKEFILES \\
25322         dlls/dnsapi/tests/Makefile"
25323 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25324         dnsapi/tests"
25325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25326 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25327 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25328
25329 ALL_MAKEFILES="$ALL_MAKEFILES \\
25330         dlls/dplay/Makefile"
25331 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25332         dplay"
25333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25334 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25335 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25336
25337 ALL_MAKEFILES="$ALL_MAKEFILES \\
25338         dlls/dplayx/Makefile"
25339 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25340         dplayx"
25341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25342 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25343 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25344
25345 ALL_MAKEFILES="$ALL_MAKEFILES \\
25346         dlls/dplayx/tests/Makefile"
25347 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25348         dplayx/tests"
25349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25350 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25351 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25352
25353 ALL_MAKEFILES="$ALL_MAKEFILES \\
25354         dlls/dpnaddr/Makefile"
25355 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25356         dpnaddr"
25357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25358 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25359 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25360
25361 ALL_MAKEFILES="$ALL_MAKEFILES \\
25362         dlls/dpnet/Makefile"
25363 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25364         dpnet"
25365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25366 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25367 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25368
25369 ALL_MAKEFILES="$ALL_MAKEFILES \\
25370         dlls/dpnhpast/Makefile"
25371 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25372         dpnhpast"
25373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25374 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25375 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25376
25377 ALL_MAKEFILES="$ALL_MAKEFILES \\
25378         dlls/dpnlobby/Makefile"
25379 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25380         dpnlobby"
25381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25382 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25383 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25384
25385 ALL_MAKEFILES="$ALL_MAKEFILES \\
25386         dlls/dpwsockx/Makefile"
25387 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25388         dpwsockx"
25389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25390 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25391 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25392
25393 ALL_MAKEFILES="$ALL_MAKEFILES \\
25394         dlls/dsound/Makefile"
25395 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25396         dsound"
25397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25398 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25399 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25400
25401 ALL_MAKEFILES="$ALL_MAKEFILES \\
25402         dlls/dsound/tests/Makefile"
25403 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25404         dsound/tests"
25405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25406 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25407 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25408
25409 ALL_MAKEFILES="$ALL_MAKEFILES \\
25410         dlls/dssenh/Makefile"
25411 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25412         dssenh"
25413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25414 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25415 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25416
25417 ALL_MAKEFILES="$ALL_MAKEFILES \\
25418         dlls/dswave/Makefile"
25419 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25420         dswave"
25421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25422 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25423 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25424
25425 ALL_MAKEFILES="$ALL_MAKEFILES \\
25426         dlls/dwmapi/Makefile"
25427 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25428         dwmapi"
25429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25430 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25431 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25432
25433 ALL_MAKEFILES="$ALL_MAKEFILES \\
25434         dlls/dxdiagn/Makefile"
25435 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25436         dxdiagn"
25437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25438 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25439 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25440
25441 ALL_MAKEFILES="$ALL_MAKEFILES \\
25442         dlls/dxerr8/Makefile"
25443 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25444         dxerr8"
25445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25446 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25447 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25448
25449 ALL_MAKEFILES="$ALL_MAKEFILES \\
25450         dlls/dxerr9/Makefile"
25451 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25452         dxerr9"
25453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25454 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25455 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25456
25457 ALL_MAKEFILES="$ALL_MAKEFILES \\
25458         dlls/dxgi/Makefile"
25459 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25460         dxgi"
25461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25462 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25463 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25464
25465 ALL_MAKEFILES="$ALL_MAKEFILES \\
25466         dlls/dxgi/tests/Makefile"
25467 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25468         dxgi/tests"
25469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25470 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25471 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25472
25473 ALL_MAKEFILES="$ALL_MAKEFILES \\
25474         dlls/dxguid/Makefile"
25475 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25476         dxguid"
25477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25478 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25479 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25480
25481 ALL_MAKEFILES="$ALL_MAKEFILES \\
25482         dlls/faultrep/Makefile"
25483 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25484         faultrep"
25485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25486 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25487 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25488
25489 ALL_MAKEFILES="$ALL_MAKEFILES \\
25490         dlls/fusion/Makefile"
25491 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25492         fusion"
25493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25494 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25495 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25496
25497 ALL_MAKEFILES="$ALL_MAKEFILES \\
25498         dlls/fusion/tests/Makefile"
25499 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25500         fusion/tests"
25501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25502 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25503 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25504
25505 ALL_MAKEFILES="$ALL_MAKEFILES \\
25506         dlls/gdi32/Makefile"
25507 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25508         gdi32"
25509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25510 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25511 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25512
25513 ALL_MAKEFILES="$ALL_MAKEFILES \\
25514         dlls/gdi32/tests/Makefile"
25515 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25516         gdi32/tests"
25517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25518 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25519 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25520
25521 ALL_MAKEFILES="$ALL_MAKEFILES \\
25522         dlls/gdiplus/Makefile"
25523 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25524         gdiplus"
25525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25526 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25527 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25528
25529 ALL_MAKEFILES="$ALL_MAKEFILES \\
25530         dlls/gdiplus/tests/Makefile"
25531 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25532         gdiplus/tests"
25533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25534 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25535 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25536
25537 ALL_MAKEFILES="$ALL_MAKEFILES \\
25538         dlls/glu32/Makefile"
25539 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25540         glu32"
25541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25542 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25543 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25544
25545 ALL_MAKEFILES="$ALL_MAKEFILES \\
25546         dlls/gphoto2.ds/Makefile"
25547 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25548         gphoto2.ds"
25549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25550 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25551 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25552
25553 ALL_MAKEFILES="$ALL_MAKEFILES \\
25554         dlls/gpkcsp/Makefile"
25555 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25556         gpkcsp"
25557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25558 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25559 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25560
25561 ALL_MAKEFILES="$ALL_MAKEFILES \\
25562         dlls/hal/Makefile"
25563 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25564         hal"
25565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25566 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25567 ac_config_files="$ac_config_files dlls/hal/Makefile"
25568
25569 ALL_MAKEFILES="$ALL_MAKEFILES \\
25570         dlls/hhctrl.ocx/Makefile"
25571 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25572         hhctrl.ocx"
25573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25574 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25575 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25576
25577 ALL_MAKEFILES="$ALL_MAKEFILES \\
25578         dlls/hid/Makefile"
25579 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25580         hid"
25581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25582 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25583 ac_config_files="$ac_config_files dlls/hid/Makefile"
25584
25585 ALL_MAKEFILES="$ALL_MAKEFILES \\
25586         dlls/hlink/Makefile"
25587 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25588         hlink"
25589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25590 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25591 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25592
25593 ALL_MAKEFILES="$ALL_MAKEFILES \\
25594         dlls/hlink/tests/Makefile"
25595 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25596         hlink/tests"
25597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25598 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25599 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25600
25601 ALL_MAKEFILES="$ALL_MAKEFILES \\
25602         dlls/hnetcfg/Makefile"
25603 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25604         hnetcfg"
25605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25606 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25607 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25608
25609 ALL_MAKEFILES="$ALL_MAKEFILES \\
25610         dlls/httpapi/Makefile"
25611 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25612         httpapi"
25613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25614 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25615 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25616
25617 ALL_MAKEFILES="$ALL_MAKEFILES \\
25618         dlls/iccvid/Makefile"
25619 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25620         iccvid"
25621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25622 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25623 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25624
25625 ALL_MAKEFILES="$ALL_MAKEFILES \\
25626         dlls/icmp/Makefile"
25627 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25628         icmp"
25629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25630 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25631 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25632
25633 ALL_MAKEFILES="$ALL_MAKEFILES \\
25634         dlls/ifsmgr.vxd/Makefile"
25635 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25636         ifsmgr.vxd"
25637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25638 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25639 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25640
25641 ALL_MAKEFILES="$ALL_MAKEFILES \\
25642         dlls/imaadp32.acm/Makefile"
25643 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25644         imaadp32.acm"
25645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25646 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25647 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25648
25649 ALL_MAKEFILES="$ALL_MAKEFILES \\
25650         dlls/imagehlp/Makefile"
25651 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25652         imagehlp"
25653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25654 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25655 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25656
25657 ALL_MAKEFILES="$ALL_MAKEFILES \\
25658         dlls/imm32/Makefile"
25659 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25660         imm32"
25661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25662 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25663 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25664
25665 ALL_MAKEFILES="$ALL_MAKEFILES \\
25666         dlls/imm32/tests/Makefile"
25667 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25668         imm32/tests"
25669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25670 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25671 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25672
25673 ALL_MAKEFILES="$ALL_MAKEFILES \\
25674         dlls/inetcomm/Makefile"
25675 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25676         inetcomm"
25677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25678 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25679 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25680
25681 ALL_MAKEFILES="$ALL_MAKEFILES \\
25682         dlls/inetcomm/tests/Makefile"
25683 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25684         inetcomm/tests"
25685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25686 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25687 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25688
25689 ALL_MAKEFILES="$ALL_MAKEFILES \\
25690         dlls/inetmib1/Makefile"
25691 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25692         inetmib1"
25693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25694 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25695 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25696
25697 ALL_MAKEFILES="$ALL_MAKEFILES \\
25698         dlls/inetmib1/tests/Makefile"
25699 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25700         inetmib1/tests"
25701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25702 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25703 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25704
25705 ALL_MAKEFILES="$ALL_MAKEFILES \\
25706         dlls/infosoft/Makefile"
25707 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25708         infosoft"
25709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25710 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25711 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25712
25713 ALL_MAKEFILES="$ALL_MAKEFILES \\
25714         dlls/infosoft/tests/Makefile"
25715 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25716         infosoft/tests"
25717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25718 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25719 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25720
25721 ALL_MAKEFILES="$ALL_MAKEFILES \\
25722         dlls/initpki/Makefile"
25723 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25724         initpki"
25725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25726 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25727 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25728
25729 ALL_MAKEFILES="$ALL_MAKEFILES \\
25730         dlls/inkobj/Makefile"
25731 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25732         inkobj"
25733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25734 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25735 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25736
25737 ALL_MAKEFILES="$ALL_MAKEFILES \\
25738         dlls/inseng/Makefile"
25739 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25740         inseng"
25741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25742 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25743 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25744
25745 ALL_MAKEFILES="$ALL_MAKEFILES \\
25746         dlls/iphlpapi/Makefile"
25747 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25748         iphlpapi"
25749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25750 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25751 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25752
25753 ALL_MAKEFILES="$ALL_MAKEFILES \\
25754         dlls/iphlpapi/tests/Makefile"
25755 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25756         iphlpapi/tests"
25757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25758 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25759 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25760
25761 ALL_MAKEFILES="$ALL_MAKEFILES \\
25762         dlls/itircl/Makefile"
25763 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25764         itircl"
25765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25766 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25767 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25768
25769 ALL_MAKEFILES="$ALL_MAKEFILES \\
25770         dlls/itss/Makefile"
25771 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25772         itss"
25773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25774 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25775 ac_config_files="$ac_config_files dlls/itss/Makefile"
25776
25777 ALL_MAKEFILES="$ALL_MAKEFILES \\
25778         dlls/itss/tests/Makefile"
25779 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25780         itss/tests"
25781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25782 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25783 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25784
25785 ALL_MAKEFILES="$ALL_MAKEFILES \\
25786         dlls/jscript/Makefile"
25787 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25788         jscript"
25789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25790 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25791 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25792
25793 ALL_MAKEFILES="$ALL_MAKEFILES \\
25794         dlls/jscript/tests/Makefile"
25795 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25796         jscript/tests"
25797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25798 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25799 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25800
25801 ALL_MAKEFILES="$ALL_MAKEFILES \\
25802         dlls/kernel32/Makefile"
25803 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25804         kernel32"
25805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25806 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25807 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25808
25809 ALL_MAKEFILES="$ALL_MAKEFILES \\
25810         dlls/kernel32/tests/Makefile"
25811 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25812         kernel32/tests"
25813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25814 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25815 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25816
25817 ALL_MAKEFILES="$ALL_MAKEFILES \\
25818         dlls/keyboard.drv16/Makefile"
25819 test "x$enable_keyboard_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25820         keyboard.drv16"
25821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25822 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
25823 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
25824
25825 ALL_MAKEFILES="$ALL_MAKEFILES \\
25826         dlls/loadperf/Makefile"
25827 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25828         loadperf"
25829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25830 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25831 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25832
25833 ALL_MAKEFILES="$ALL_MAKEFILES \\
25834         dlls/localspl/Makefile"
25835 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25836         localspl"
25837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25838 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25839 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25840
25841 ALL_MAKEFILES="$ALL_MAKEFILES \\
25842         dlls/localspl/tests/Makefile"
25843 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25844         localspl/tests"
25845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25846 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25847 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25848
25849 ALL_MAKEFILES="$ALL_MAKEFILES \\
25850         dlls/localui/Makefile"
25851 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25852         localui"
25853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25854 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25855 ac_config_files="$ac_config_files dlls/localui/Makefile"
25856
25857 ALL_MAKEFILES="$ALL_MAKEFILES \\
25858         dlls/localui/tests/Makefile"
25859 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25860         localui/tests"
25861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25862 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25863 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25864
25865 ALL_MAKEFILES="$ALL_MAKEFILES \\
25866         dlls/lz32/Makefile"
25867 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25868         lz32"
25869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25870 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25871 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25872
25873 ALL_MAKEFILES="$ALL_MAKEFILES \\
25874         dlls/lz32/tests/Makefile"
25875 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25876         lz32/tests"
25877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25878 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25879 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25880
25881 ALL_MAKEFILES="$ALL_MAKEFILES \\
25882         dlls/lzexpand.dll16/Makefile"
25883 test "x$enable_lzexpand_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25884         lzexpand.dll16"
25885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25886 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
25887 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
25888
25889 ALL_MAKEFILES="$ALL_MAKEFILES \\
25890         dlls/mapi32/Makefile"
25891 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25892         mapi32"
25893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25894 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25895 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25896
25897 ALL_MAKEFILES="$ALL_MAKEFILES \\
25898         dlls/mapi32/tests/Makefile"
25899 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25900         mapi32/tests"
25901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25902 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25903 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25904
25905 ALL_MAKEFILES="$ALL_MAKEFILES \\
25906         dlls/mciavi32/Makefile"
25907 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25908         mciavi32"
25909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25910 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25911 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25912
25913 ALL_MAKEFILES="$ALL_MAKEFILES \\
25914         dlls/mcicda/Makefile"
25915 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25916         mcicda"
25917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25918 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25919 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25920
25921 ALL_MAKEFILES="$ALL_MAKEFILES \\
25922         dlls/mciqtz32/Makefile"
25923 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25924         mciqtz32"
25925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25926 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
25927 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
25928
25929 ALL_MAKEFILES="$ALL_MAKEFILES \\
25930         dlls/mciseq/Makefile"
25931 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25932         mciseq"
25933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25934 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25935 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25936
25937 ALL_MAKEFILES="$ALL_MAKEFILES \\
25938         dlls/mciwave/Makefile"
25939 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25940         mciwave"
25941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25942 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25943 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25944
25945 ALL_MAKEFILES="$ALL_MAKEFILES \\
25946         dlls/midimap/Makefile"
25947 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25948         midimap"
25949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25950 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25951 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25952
25953 ALL_MAKEFILES="$ALL_MAKEFILES \\
25954         dlls/mlang/Makefile"
25955 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25956         mlang"
25957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25958 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25959 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25960
25961 ALL_MAKEFILES="$ALL_MAKEFILES \\
25962         dlls/mlang/tests/Makefile"
25963 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25964         mlang/tests"
25965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25966 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25967 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25968
25969 ALL_MAKEFILES="$ALL_MAKEFILES \\
25970         dlls/mmdevldr.vxd/Makefile"
25971 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25972         mmdevldr.vxd"
25973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25974 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25975 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25976
25977 ALL_MAKEFILES="$ALL_MAKEFILES \\
25978         dlls/monodebg.vxd/Makefile"
25979 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25980         monodebg.vxd"
25981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25982 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25983 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25984
25985 ALL_MAKEFILES="$ALL_MAKEFILES \\
25986         dlls/mountmgr.sys/Makefile"
25987 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25988         mountmgr.sys"
25989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25990 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25991 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25992
25993 ALL_MAKEFILES="$ALL_MAKEFILES \\
25994         dlls/mouse.drv16/Makefile"
25995 test "x$enable_mouse_drv16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25996         mouse.drv16"
25997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25998 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
25999 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
26000
26001 ALL_MAKEFILES="$ALL_MAKEFILES \\
26002         dlls/mpr/Makefile"
26003 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26004         mpr"
26005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26006 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
26007 ac_config_files="$ac_config_files dlls/mpr/Makefile"
26008
26009 ALL_MAKEFILES="$ALL_MAKEFILES \\
26010         dlls/mprapi/Makefile"
26011 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26012         mprapi"
26013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26014 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
26015 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
26016
26017 ALL_MAKEFILES="$ALL_MAKEFILES \\
26018         dlls/msacm.dll16/Makefile"
26019 test "x$enable_msacm_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26020         msacm.dll16"
26021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26022 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
26023 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
26024
26025 ALL_MAKEFILES="$ALL_MAKEFILES \\
26026         dlls/msacm32.drv/Makefile"
26027 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26028         msacm32.drv"
26029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26030 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
26031 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
26032
26033 ALL_MAKEFILES="$ALL_MAKEFILES \\
26034         dlls/msacm32/Makefile"
26035 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26036         msacm32"
26037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26038 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
26039 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
26040
26041 ALL_MAKEFILES="$ALL_MAKEFILES \\
26042         dlls/msacm32/tests/Makefile"
26043 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26044         msacm32/tests"
26045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26046 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
26047 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
26048
26049 ALL_MAKEFILES="$ALL_MAKEFILES \\
26050         dlls/msadp32.acm/Makefile"
26051 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26052         msadp32.acm"
26053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26054 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
26055 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
26056
26057 ALL_MAKEFILES="$ALL_MAKEFILES \\
26058         dlls/mscat32/Makefile"
26059 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26060         mscat32"
26061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26062 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
26063 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
26064
26065 ALL_MAKEFILES="$ALL_MAKEFILES \\
26066         dlls/mscms/Makefile"
26067 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26068         mscms"
26069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26070 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
26071 ac_config_files="$ac_config_files dlls/mscms/Makefile"
26072
26073 ALL_MAKEFILES="$ALL_MAKEFILES \\
26074         dlls/mscms/tests/Makefile"
26075 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26076         mscms/tests"
26077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26078 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
26079 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
26080
26081 ALL_MAKEFILES="$ALL_MAKEFILES \\
26082         dlls/mscoree/Makefile"
26083 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26084         mscoree"
26085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26086 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
26087 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
26088
26089 ALL_MAKEFILES="$ALL_MAKEFILES \\
26090         dlls/msctf/Makefile"
26091 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26092         msctf"
26093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26094 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
26095 ac_config_files="$ac_config_files dlls/msctf/Makefile"
26096
26097 ALL_MAKEFILES="$ALL_MAKEFILES \\
26098         dlls/msctf/tests/Makefile"
26099 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26100         msctf/tests"
26101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26102 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
26103 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
26104
26105 ALL_MAKEFILES="$ALL_MAKEFILES \\
26106         dlls/msdmo/Makefile"
26107 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26108         msdmo"
26109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26110 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
26111 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
26112
26113 ALL_MAKEFILES="$ALL_MAKEFILES \\
26114         dlls/msftedit/Makefile"
26115 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26116         msftedit"
26117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26118 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
26119 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
26120
26121 ALL_MAKEFILES="$ALL_MAKEFILES \\
26122         dlls/msg711.acm/Makefile"
26123 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26124         msg711.acm"
26125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26126 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
26127 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
26128
26129 ALL_MAKEFILES="$ALL_MAKEFILES \\
26130         dlls/mshtml.tlb/Makefile"
26131 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26132         mshtml.tlb"
26133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26134 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
26135 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
26136
26137 ALL_MAKEFILES="$ALL_MAKEFILES \\
26138         dlls/mshtml/Makefile"
26139 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26140         mshtml"
26141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26142 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
26143 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
26144
26145 ALL_MAKEFILES="$ALL_MAKEFILES \\
26146         dlls/mshtml/tests/Makefile"
26147 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26148         mshtml/tests"
26149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26150 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
26151 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
26152
26153 ALL_MAKEFILES="$ALL_MAKEFILES \\
26154         dlls/msi/Makefile"
26155 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26156         msi"
26157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26158 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
26159 ac_config_files="$ac_config_files dlls/msi/Makefile"
26160
26161 ALL_MAKEFILES="$ALL_MAKEFILES \\
26162         dlls/msi/tests/Makefile"
26163 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26164         msi/tests"
26165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26166 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
26167 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
26168
26169 ALL_MAKEFILES="$ALL_MAKEFILES \\
26170         dlls/msimg32/Makefile"
26171 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26172         msimg32"
26173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26174 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
26175 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
26176
26177 ALL_MAKEFILES="$ALL_MAKEFILES \\
26178         dlls/msimtf/Makefile"
26179 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26180         msimtf"
26181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26182 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
26183 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
26184
26185 ALL_MAKEFILES="$ALL_MAKEFILES \\
26186         dlls/msisip/Makefile"
26187 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26188         msisip"
26189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26190 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
26191 ac_config_files="$ac_config_files dlls/msisip/Makefile"
26192
26193 ALL_MAKEFILES="$ALL_MAKEFILES \\
26194         dlls/msisys.ocx/Makefile"
26195 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26196         msisys.ocx"
26197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26198 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
26199 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
26200
26201 ALL_MAKEFILES="$ALL_MAKEFILES \\
26202         dlls/msnet32/Makefile"
26203 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26204         msnet32"
26205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26206 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
26207 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
26208
26209 ALL_MAKEFILES="$ALL_MAKEFILES \\
26210         dlls/msrle32/Makefile"
26211 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26212         msrle32"
26213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26214 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
26215 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
26216
26217 ALL_MAKEFILES="$ALL_MAKEFILES \\
26218         dlls/mssign32/Makefile"
26219 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26220         mssign32"
26221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26222 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
26223 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
26224
26225 ALL_MAKEFILES="$ALL_MAKEFILES \\
26226         dlls/mssip32/Makefile"
26227 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26228         mssip32"
26229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26230 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
26231 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
26232
26233 ALL_MAKEFILES="$ALL_MAKEFILES \\
26234         dlls/mstask/Makefile"
26235 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26236         mstask"
26237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26238 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
26239 ac_config_files="$ac_config_files dlls/mstask/Makefile"
26240
26241 ALL_MAKEFILES="$ALL_MAKEFILES \\
26242         dlls/mstask/tests/Makefile"
26243 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26244         mstask/tests"
26245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26246 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
26247 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
26248
26249 ALL_MAKEFILES="$ALL_MAKEFILES \\
26250         dlls/msvcirt/Makefile"
26251 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26252         msvcirt"
26253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26254 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
26255 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
26256
26257 ALL_MAKEFILES="$ALL_MAKEFILES \\
26258         dlls/msvcr71/Makefile"
26259 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26260         msvcr71"
26261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26262 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26263 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26264
26265 ALL_MAKEFILES="$ALL_MAKEFILES \\
26266         dlls/msvcrt/Makefile"
26267 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26268         msvcrt"
26269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26270 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26271 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26272
26273 ALL_MAKEFILES="$ALL_MAKEFILES \\
26274         dlls/msvcrt/tests/Makefile"
26275 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26276         msvcrt/tests"
26277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26278 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26279 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26280
26281 ALL_MAKEFILES="$ALL_MAKEFILES \\
26282         dlls/msvcrt20/Makefile"
26283 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26284         msvcrt20"
26285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26286 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26287 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26288
26289 ALL_MAKEFILES="$ALL_MAKEFILES \\
26290         dlls/msvcrt40/Makefile"
26291 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26292         msvcrt40"
26293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26294 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26295 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26296
26297 ALL_MAKEFILES="$ALL_MAKEFILES \\
26298         dlls/msvcrtd/Makefile"
26299 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26300         msvcrtd"
26301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26302 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26303 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26304
26305 ALL_MAKEFILES="$ALL_MAKEFILES \\
26306         dlls/msvcrtd/tests/Makefile"
26307 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26308         msvcrtd/tests"
26309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26310 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26311 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26312
26313 ALL_MAKEFILES="$ALL_MAKEFILES \\
26314         dlls/msvfw32/Makefile"
26315 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26316         msvfw32"
26317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26318 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26319 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26320
26321 ALL_MAKEFILES="$ALL_MAKEFILES \\
26322         dlls/msvfw32/tests/Makefile"
26323 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26324         msvfw32/tests"
26325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26326 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26327 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26328
26329 ALL_MAKEFILES="$ALL_MAKEFILES \\
26330         dlls/msvidc32/Makefile"
26331 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26332         msvidc32"
26333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26334 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26335 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26336
26337 ALL_MAKEFILES="$ALL_MAKEFILES \\
26338         dlls/mswsock/Makefile"
26339 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26340         mswsock"
26341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26342 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26343 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26344
26345 ALL_MAKEFILES="$ALL_MAKEFILES \\
26346         dlls/msxml3/Makefile"
26347 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26348         msxml3"
26349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26350 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26351 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26352
26353 ALL_MAKEFILES="$ALL_MAKEFILES \\
26354         dlls/msxml3/tests/Makefile"
26355 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26356         msxml3/tests"
26357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26358 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26359 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26360
26361 ALL_MAKEFILES="$ALL_MAKEFILES \\
26362         dlls/nddeapi/Makefile"
26363 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26364         nddeapi"
26365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26366 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26367 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26368
26369 ALL_MAKEFILES="$ALL_MAKEFILES \\
26370         dlls/netapi32/Makefile"
26371 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26372         netapi32"
26373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26374 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26375 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26376
26377 ALL_MAKEFILES="$ALL_MAKEFILES \\
26378         dlls/netapi32/tests/Makefile"
26379 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26380         netapi32/tests"
26381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26382 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26383 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26384
26385 ALL_MAKEFILES="$ALL_MAKEFILES \\
26386         dlls/newdev/Makefile"
26387 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26388         newdev"
26389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26390 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26391 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26392
26393 ALL_MAKEFILES="$ALL_MAKEFILES \\
26394         dlls/ntdll/Makefile"
26395 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26396         ntdll"
26397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26398 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26399 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26400
26401 ALL_MAKEFILES="$ALL_MAKEFILES \\
26402         dlls/ntdll/tests/Makefile"
26403 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26404         ntdll/tests"
26405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26406 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26407 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26408
26409 ALL_MAKEFILES="$ALL_MAKEFILES \\
26410         dlls/ntdsapi/Makefile"
26411 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26412         ntdsapi"
26413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26414 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26415 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26416
26417 ALL_MAKEFILES="$ALL_MAKEFILES \\
26418         dlls/ntdsapi/tests/Makefile"
26419 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26420         ntdsapi/tests"
26421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26422 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26423 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26424
26425 ALL_MAKEFILES="$ALL_MAKEFILES \\
26426         dlls/ntoskrnl.exe/Makefile"
26427 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26428         ntoskrnl.exe"
26429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26430 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26431 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26432
26433 ALL_MAKEFILES="$ALL_MAKEFILES \\
26434         dlls/ntprint/Makefile"
26435 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26436         ntprint"
26437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26438 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26439 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26440
26441 ALL_MAKEFILES="$ALL_MAKEFILES \\
26442         dlls/ntprint/tests/Makefile"
26443 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26444         ntprint/tests"
26445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26446 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26447 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26448
26449 ALL_MAKEFILES="$ALL_MAKEFILES \\
26450         dlls/objsel/Makefile"
26451 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26452         objsel"
26453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26454 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26455 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26456
26457 ALL_MAKEFILES="$ALL_MAKEFILES \\
26458         dlls/odbc32/Makefile"
26459 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26460         odbc32"
26461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26462 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26463 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26464
26465 ALL_MAKEFILES="$ALL_MAKEFILES \\
26466         dlls/odbccp32/Makefile"
26467 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26468         odbccp32"
26469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26470 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26471 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26472
26473 ALL_MAKEFILES="$ALL_MAKEFILES \\
26474         dlls/odbccp32/tests/Makefile"
26475 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26476         odbccp32/tests"
26477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26478 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26479 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26480
26481 ALL_MAKEFILES="$ALL_MAKEFILES \\
26482         dlls/ole2conv.dll16/Makefile"
26483 test "x$enable_ole2conv_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26484         ole2conv.dll16"
26485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26486 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
26487 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
26488
26489 ALL_MAKEFILES="$ALL_MAKEFILES \\
26490         dlls/ole2nls.dll16/Makefile"
26491 test "x$enable_ole2nls_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26492         ole2nls.dll16"
26493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26494 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
26495 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
26496
26497 ALL_MAKEFILES="$ALL_MAKEFILES \\
26498         dlls/ole2prox.dll16/Makefile"
26499 test "x$enable_ole2prox_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26500         ole2prox.dll16"
26501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26502 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
26503 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
26504
26505 ALL_MAKEFILES="$ALL_MAKEFILES \\
26506         dlls/ole2thk.dll16/Makefile"
26507 test "x$enable_ole2thk_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26508         ole2thk.dll16"
26509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26510 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
26511 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
26512
26513 ALL_MAKEFILES="$ALL_MAKEFILES \\
26514         dlls/ole32/Makefile"
26515 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26516         ole32"
26517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26518 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26519 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26520
26521 ALL_MAKEFILES="$ALL_MAKEFILES \\
26522         dlls/ole32/tests/Makefile"
26523 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26524         ole32/tests"
26525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26526 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26527 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26528
26529 ALL_MAKEFILES="$ALL_MAKEFILES \\
26530         dlls/oleacc/Makefile"
26531 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26532         oleacc"
26533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26534 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26535 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26536
26537 ALL_MAKEFILES="$ALL_MAKEFILES \\
26538         dlls/oleacc/tests/Makefile"
26539 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26540         oleacc/tests"
26541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26542 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26543 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26544
26545 ALL_MAKEFILES="$ALL_MAKEFILES \\
26546         dlls/oleaut32/Makefile"
26547 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26548         oleaut32"
26549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26550 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26551 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26552
26553 ALL_MAKEFILES="$ALL_MAKEFILES \\
26554         dlls/oleaut32/tests/Makefile"
26555 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26556         oleaut32/tests"
26557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26558 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26559 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26560
26561 ALL_MAKEFILES="$ALL_MAKEFILES \\
26562         dlls/olecli.dll16/Makefile"
26563 test "x$enable_olecli_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26564         olecli.dll16"
26565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26566 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
26567 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
26568
26569 ALL_MAKEFILES="$ALL_MAKEFILES \\
26570         dlls/olecli32/Makefile"
26571 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26572         olecli32"
26573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26574 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26575 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26576
26577 ALL_MAKEFILES="$ALL_MAKEFILES \\
26578         dlls/oledlg/Makefile"
26579 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26580         oledlg"
26581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26582 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26583 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26584
26585 ALL_MAKEFILES="$ALL_MAKEFILES \\
26586         dlls/olepro32/Makefile"
26587 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26588         olepro32"
26589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26590 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26591 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26592
26593 ALL_MAKEFILES="$ALL_MAKEFILES \\
26594         dlls/olesvr.dll16/Makefile"
26595 test "x$enable_olesvr_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26596         olesvr.dll16"
26597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26598 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
26599 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
26600
26601 ALL_MAKEFILES="$ALL_MAKEFILES \\
26602         dlls/olesvr32/Makefile"
26603 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26604         olesvr32"
26605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26606 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26607 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26608
26609 ALL_MAKEFILES="$ALL_MAKEFILES \\
26610         dlls/olethk32/Makefile"
26611 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26612         olethk32"
26613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26614 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26615 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26616
26617 ALL_MAKEFILES="$ALL_MAKEFILES \\
26618         dlls/opengl32/Makefile"
26619 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26620         opengl32"
26621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26622 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26623 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26624
26625 ALL_MAKEFILES="$ALL_MAKEFILES \\
26626         dlls/opengl32/tests/Makefile"
26627 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26628         opengl32/tests"
26629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26630 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26631 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26632
26633 ALL_MAKEFILES="$ALL_MAKEFILES \\
26634         dlls/pdh/Makefile"
26635 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26636         pdh"
26637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26638 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26639 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26640
26641 ALL_MAKEFILES="$ALL_MAKEFILES \\
26642         dlls/pdh/tests/Makefile"
26643 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26644         pdh/tests"
26645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26646 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26647 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26648
26649 ALL_MAKEFILES="$ALL_MAKEFILES \\
26650         dlls/pidgen/Makefile"
26651 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26652         pidgen"
26653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26654 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26655 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26656
26657 ALL_MAKEFILES="$ALL_MAKEFILES \\
26658         dlls/powrprof/Makefile"
26659 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26660         powrprof"
26661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26662 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26663 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26664
26665 ALL_MAKEFILES="$ALL_MAKEFILES \\
26666         dlls/printui/Makefile"
26667 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26668         printui"
26669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26670 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26671 ac_config_files="$ac_config_files dlls/printui/Makefile"
26672
26673 ALL_MAKEFILES="$ALL_MAKEFILES \\
26674         dlls/propsys/Makefile"
26675 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26676         propsys"
26677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26678 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26679 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26680
26681 ALL_MAKEFILES="$ALL_MAKEFILES \\
26682         dlls/psapi/Makefile"
26683 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26684         psapi"
26685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26686 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26687 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26688
26689 ALL_MAKEFILES="$ALL_MAKEFILES \\
26690         dlls/psapi/tests/Makefile"
26691 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26692         psapi/tests"
26693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26694 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26695 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26696
26697 ALL_MAKEFILES="$ALL_MAKEFILES \\
26698         dlls/pstorec/Makefile"
26699 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26700         pstorec"
26701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26702 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26703 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26704
26705 ALL_MAKEFILES="$ALL_MAKEFILES \\
26706         dlls/qcap/Makefile"
26707 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26708         qcap"
26709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26710 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26711 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26712
26713 ALL_MAKEFILES="$ALL_MAKEFILES \\
26714         dlls/qedit/Makefile"
26715 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26716         qedit"
26717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26718 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26719 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26720
26721 ALL_MAKEFILES="$ALL_MAKEFILES \\
26722         dlls/qedit/tests/Makefile"
26723 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26724         qedit/tests"
26725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26726 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26727 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26728
26729 ALL_MAKEFILES="$ALL_MAKEFILES \\
26730         dlls/qmgr/Makefile"
26731 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26732         qmgr"
26733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26734 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26735 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26736
26737 ALL_MAKEFILES="$ALL_MAKEFILES \\
26738         dlls/qmgr/tests/Makefile"
26739 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26740         qmgr/tests"
26741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26742 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26743 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26744
26745 ALL_MAKEFILES="$ALL_MAKEFILES \\
26746         dlls/qmgrprxy/Makefile"
26747 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26748         qmgrprxy"
26749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26750 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26751 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26752
26753 ALL_MAKEFILES="$ALL_MAKEFILES \\
26754         dlls/quartz/Makefile"
26755 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26756         quartz"
26757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26758 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26759 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26760
26761 ALL_MAKEFILES="$ALL_MAKEFILES \\
26762         dlls/quartz/tests/Makefile"
26763 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26764         quartz/tests"
26765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26766 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26767 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26768
26769 ALL_MAKEFILES="$ALL_MAKEFILES \\
26770         dlls/query/Makefile"
26771 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26772         query"
26773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26774 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26775 ac_config_files="$ac_config_files dlls/query/Makefile"
26776
26777 ALL_MAKEFILES="$ALL_MAKEFILES \\
26778         dlls/rasapi32/Makefile"
26779 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26780         rasapi32"
26781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26782 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26783 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26784
26785 ALL_MAKEFILES="$ALL_MAKEFILES \\
26786         dlls/rasapi32/tests/Makefile"
26787 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26788         rasapi32/tests"
26789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26790 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26791 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26792
26793 ALL_MAKEFILES="$ALL_MAKEFILES \\
26794         dlls/rasdlg/Makefile"
26795 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26796         rasdlg"
26797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26798 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26799 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26800
26801 ALL_MAKEFILES="$ALL_MAKEFILES \\
26802         dlls/resutils/Makefile"
26803 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26804         resutils"
26805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26806 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26807 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26808
26809 ALL_MAKEFILES="$ALL_MAKEFILES \\
26810         dlls/riched20/Makefile"
26811 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26812         riched20"
26813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26814 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26815 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26816
26817 ALL_MAKEFILES="$ALL_MAKEFILES \\
26818         dlls/riched20/tests/Makefile"
26819 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26820         riched20/tests"
26821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26822 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26823 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26824
26825 ALL_MAKEFILES="$ALL_MAKEFILES \\
26826         dlls/riched32/Makefile"
26827 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26828         riched32"
26829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26830 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26831 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26832
26833 ALL_MAKEFILES="$ALL_MAKEFILES \\
26834         dlls/riched32/tests/Makefile"
26835 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26836         riched32/tests"
26837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26838 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26839 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26840
26841 ALL_MAKEFILES="$ALL_MAKEFILES \\
26842         dlls/rpcrt4/Makefile"
26843 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26844         rpcrt4"
26845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26846 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26847 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26848
26849 ALL_MAKEFILES="$ALL_MAKEFILES \\
26850         dlls/rpcrt4/tests/Makefile"
26851 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26852         rpcrt4/tests"
26853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26854 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26855 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26856
26857 ALL_MAKEFILES="$ALL_MAKEFILES \\
26858         dlls/rsabase/Makefile"
26859 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26860         rsabase"
26861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26862 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26863 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26864
26865 ALL_MAKEFILES="$ALL_MAKEFILES \\
26866         dlls/rsaenh/Makefile"
26867 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26868         rsaenh"
26869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26870 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26871 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26872
26873 ALL_MAKEFILES="$ALL_MAKEFILES \\
26874         dlls/rsaenh/tests/Makefile"
26875 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26876         rsaenh/tests"
26877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26878 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26879 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26880
26881 ALL_MAKEFILES="$ALL_MAKEFILES \\
26882         dlls/sane.ds/Makefile"
26883 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26884         sane.ds"
26885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26886 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26887 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26888
26889 ALL_MAKEFILES="$ALL_MAKEFILES \\
26890         dlls/sccbase/Makefile"
26891 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26892         sccbase"
26893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26894 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26895 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26896
26897 ALL_MAKEFILES="$ALL_MAKEFILES \\
26898         dlls/schannel/Makefile"
26899 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26900         schannel"
26901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26902 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26903 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26904
26905 ALL_MAKEFILES="$ALL_MAKEFILES \\
26906         dlls/schannel/tests/Makefile"
26907 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26908         schannel/tests"
26909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26910 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26911 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26912
26913 ALL_MAKEFILES="$ALL_MAKEFILES \\
26914         dlls/secur32/Makefile"
26915 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26916         secur32"
26917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26918 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26919 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26920
26921 ALL_MAKEFILES="$ALL_MAKEFILES \\
26922         dlls/secur32/tests/Makefile"
26923 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26924         secur32/tests"
26925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26926 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26927 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26928
26929 ALL_MAKEFILES="$ALL_MAKEFILES \\
26930         dlls/security/Makefile"
26931 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26932         security"
26933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26934 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26935 ac_config_files="$ac_config_files dlls/security/Makefile"
26936
26937 ALL_MAKEFILES="$ALL_MAKEFILES \\
26938         dlls/sensapi/Makefile"
26939 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26940         sensapi"
26941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26942 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26943 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26944
26945 ALL_MAKEFILES="$ALL_MAKEFILES \\
26946         dlls/serialui/Makefile"
26947 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26948         serialui"
26949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26950 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26951 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26952
26953 ALL_MAKEFILES="$ALL_MAKEFILES \\
26954         dlls/serialui/tests/Makefile"
26955 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26956         serialui/tests"
26957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26958 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26959 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26960
26961 ALL_MAKEFILES="$ALL_MAKEFILES \\
26962         dlls/setupapi/Makefile"
26963 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26964         setupapi"
26965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26966 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26967 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26968
26969 ALL_MAKEFILES="$ALL_MAKEFILES \\
26970         dlls/setupapi/tests/Makefile"
26971 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26972         setupapi/tests"
26973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26974 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26975 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26976
26977 ALL_MAKEFILES="$ALL_MAKEFILES \\
26978         dlls/sfc/Makefile"
26979 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26980         sfc"
26981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26982 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26983 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26984
26985 ALL_MAKEFILES="$ALL_MAKEFILES \\
26986         dlls/sfc_os/Makefile"
26987 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26988         sfc_os"
26989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26990 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26991 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26992
26993 ALL_MAKEFILES="$ALL_MAKEFILES \\
26994         dlls/shdoclc/Makefile"
26995 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26996         shdoclc"
26997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26998 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26999 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
27000
27001 ALL_MAKEFILES="$ALL_MAKEFILES \\
27002         dlls/shdocvw/Makefile"
27003 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27004         shdocvw"
27005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27006 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
27007 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
27008
27009 ALL_MAKEFILES="$ALL_MAKEFILES \\
27010         dlls/shdocvw/tests/Makefile"
27011 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27012         shdocvw/tests"
27013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27014 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
27015 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
27016
27017 ALL_MAKEFILES="$ALL_MAKEFILES \\
27018         dlls/shell32/Makefile"
27019 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27020         shell32"
27021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27022 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
27023 ac_config_files="$ac_config_files dlls/shell32/Makefile"
27024
27025 ALL_MAKEFILES="$ALL_MAKEFILES \\
27026         dlls/shell32/tests/Makefile"
27027 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27028         shell32/tests"
27029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27030 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
27031 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
27032
27033 ALL_MAKEFILES="$ALL_MAKEFILES \\
27034         dlls/shfolder/Makefile"
27035 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27036         shfolder"
27037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27038 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
27039 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
27040
27041 ALL_MAKEFILES="$ALL_MAKEFILES \\
27042         dlls/shlwapi/Makefile"
27043 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27044         shlwapi"
27045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27046 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
27047 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
27048
27049 ALL_MAKEFILES="$ALL_MAKEFILES \\
27050         dlls/shlwapi/tests/Makefile"
27051 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27052         shlwapi/tests"
27053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27054 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
27055 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
27056
27057 ALL_MAKEFILES="$ALL_MAKEFILES \\
27058         dlls/slbcsp/Makefile"
27059 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27060         slbcsp"
27061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27062 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
27063 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
27064
27065 ALL_MAKEFILES="$ALL_MAKEFILES \\
27066         dlls/slc/Makefile"
27067 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27068         slc"
27069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27070 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
27071 ac_config_files="$ac_config_files dlls/slc/Makefile"
27072
27073 ALL_MAKEFILES="$ALL_MAKEFILES \\
27074         dlls/snmpapi/Makefile"
27075 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27076         snmpapi"
27077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27078 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
27079 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
27080
27081 ALL_MAKEFILES="$ALL_MAKEFILES \\
27082         dlls/snmpapi/tests/Makefile"
27083 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27084         snmpapi/tests"
27085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27086 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
27087 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
27088
27089 ALL_MAKEFILES="$ALL_MAKEFILES \\
27090         dlls/softpub/Makefile"
27091 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27092         softpub"
27093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27094 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
27095 ac_config_files="$ac_config_files dlls/softpub/Makefile"
27096
27097 ALL_MAKEFILES="$ALL_MAKEFILES \\
27098         dlls/spoolss/Makefile"
27099 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27100         spoolss"
27101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27102 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
27103 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
27104
27105 ALL_MAKEFILES="$ALL_MAKEFILES \\
27106         dlls/spoolss/tests/Makefile"
27107 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27108         spoolss/tests"
27109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27110 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
27111 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
27112
27113 ALL_MAKEFILES="$ALL_MAKEFILES \\
27114         dlls/stdole2.tlb/Makefile"
27115 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27116         stdole2.tlb"
27117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27118 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
27119 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
27120
27121 ALL_MAKEFILES="$ALL_MAKEFILES \\
27122         dlls/stdole32.tlb/Makefile"
27123 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27124         stdole32.tlb"
27125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27126 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
27127 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
27128
27129 ALL_MAKEFILES="$ALL_MAKEFILES \\
27130         dlls/sti/Makefile"
27131 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27132         sti"
27133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27134 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
27135 ac_config_files="$ac_config_files dlls/sti/Makefile"
27136
27137 ALL_MAKEFILES="$ALL_MAKEFILES \\
27138         dlls/stress.dll16/Makefile"
27139 test "x$enable_stress_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27140         stress.dll16"
27141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27142 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
27143 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
27144
27145 ALL_MAKEFILES="$ALL_MAKEFILES \\
27146         dlls/strmiids/Makefile"
27147 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27148         strmiids"
27149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27150 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
27151 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
27152
27153 ALL_MAKEFILES="$ALL_MAKEFILES \\
27154         dlls/svrapi/Makefile"
27155 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27156         svrapi"
27157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27158 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
27159 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
27160
27161 ALL_MAKEFILES="$ALL_MAKEFILES \\
27162         dlls/sxs/Makefile"
27163 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27164         sxs"
27165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27166 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
27167 ac_config_files="$ac_config_files dlls/sxs/Makefile"
27168
27169 ALL_MAKEFILES="$ALL_MAKEFILES \\
27170         dlls/tapi32/Makefile"
27171 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27172         tapi32"
27173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27174 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
27175 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
27176
27177 ALL_MAKEFILES="$ALL_MAKEFILES \\
27178         dlls/traffic/Makefile"
27179 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27180         traffic"
27181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27182 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
27183 ac_config_files="$ac_config_files dlls/traffic/Makefile"
27184
27185 ALL_MAKEFILES="$ALL_MAKEFILES \\
27186         dlls/twain_32/Makefile"
27187 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27188         twain_32"
27189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27190 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
27191 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
27192
27193 ALL_MAKEFILES="$ALL_MAKEFILES \\
27194         dlls/twain_32/tests/Makefile"
27195 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27196         twain_32/tests"
27197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27198 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
27199 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
27200
27201 ALL_MAKEFILES="$ALL_MAKEFILES \\
27202         dlls/unicows/Makefile"
27203 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27204         unicows"
27205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27206 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
27207 ac_config_files="$ac_config_files dlls/unicows/Makefile"
27208
27209 ALL_MAKEFILES="$ALL_MAKEFILES \\
27210         dlls/updspapi/Makefile"
27211 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27212         updspapi"
27213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27214 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
27215 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
27216
27217 ALL_MAKEFILES="$ALL_MAKEFILES \\
27218         dlls/url/Makefile"
27219 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27220         url"
27221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27222 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
27223 ac_config_files="$ac_config_files dlls/url/Makefile"
27224
27225 ALL_MAKEFILES="$ALL_MAKEFILES \\
27226         dlls/urlmon/Makefile"
27227 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27228         urlmon"
27229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27230 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
27231 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
27232
27233 ALL_MAKEFILES="$ALL_MAKEFILES \\
27234         dlls/urlmon/tests/Makefile"
27235 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27236         urlmon/tests"
27237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27238 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
27239 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
27240
27241 ALL_MAKEFILES="$ALL_MAKEFILES \\
27242         dlls/user32/Makefile"
27243 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27244         user32"
27245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27246 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
27247 ac_config_files="$ac_config_files dlls/user32/Makefile"
27248
27249 ALL_MAKEFILES="$ALL_MAKEFILES \\
27250         dlls/user32/tests/Makefile"
27251 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27252         user32/tests"
27253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27254 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
27255 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
27256
27257 ALL_MAKEFILES="$ALL_MAKEFILES \\
27258         dlls/userenv/Makefile"
27259 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27260         userenv"
27261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27262 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
27263 ac_config_files="$ac_config_files dlls/userenv/Makefile"
27264
27265 ALL_MAKEFILES="$ALL_MAKEFILES \\
27266         dlls/userenv/tests/Makefile"
27267 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27268         userenv/tests"
27269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27270 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
27271 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
27272
27273 ALL_MAKEFILES="$ALL_MAKEFILES \\
27274         dlls/usp10/Makefile"
27275 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27276         usp10"
27277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27278 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27279 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27280
27281 ALL_MAKEFILES="$ALL_MAKEFILES \\
27282         dlls/usp10/tests/Makefile"
27283 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27284         usp10/tests"
27285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27286 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27287 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27288
27289 ALL_MAKEFILES="$ALL_MAKEFILES \\
27290         dlls/uuid/Makefile"
27291 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27292         uuid"
27293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27294 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27295 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27296
27297 ALL_MAKEFILES="$ALL_MAKEFILES \\
27298         dlls/uxtheme/Makefile"
27299 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27300         uxtheme"
27301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27302 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27303 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27304
27305 ALL_MAKEFILES="$ALL_MAKEFILES \\
27306         dlls/uxtheme/tests/Makefile"
27307 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27308         uxtheme/tests"
27309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27310 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27311 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27312
27313 ALL_MAKEFILES="$ALL_MAKEFILES \\
27314         dlls/vdhcp.vxd/Makefile"
27315 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27316         vdhcp.vxd"
27317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27318 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27319 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27320
27321 ALL_MAKEFILES="$ALL_MAKEFILES \\
27322         dlls/vdmdbg/Makefile"
27323 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27324         vdmdbg"
27325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27326 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27327 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27328
27329 ALL_MAKEFILES="$ALL_MAKEFILES \\
27330         dlls/version/Makefile"
27331 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27332         version"
27333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27334 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27335 ac_config_files="$ac_config_files dlls/version/Makefile"
27336
27337 ALL_MAKEFILES="$ALL_MAKEFILES \\
27338         dlls/version/tests/Makefile"
27339 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27340         version/tests"
27341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27342 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27343 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27344
27345 ALL_MAKEFILES="$ALL_MAKEFILES \\
27346         dlls/vmm.vxd/Makefile"
27347 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27348         vmm.vxd"
27349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27350 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27351 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27352
27353 ALL_MAKEFILES="$ALL_MAKEFILES \\
27354         dlls/vnbt.vxd/Makefile"
27355 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27356         vnbt.vxd"
27357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27358 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27359 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27360
27361 ALL_MAKEFILES="$ALL_MAKEFILES \\
27362         dlls/vnetbios.vxd/Makefile"
27363 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27364         vnetbios.vxd"
27365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27366 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27367 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27368
27369 ALL_MAKEFILES="$ALL_MAKEFILES \\
27370         dlls/vtdapi.vxd/Makefile"
27371 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27372         vtdapi.vxd"
27373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27374 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27375 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27376
27377 ALL_MAKEFILES="$ALL_MAKEFILES \\
27378         dlls/vwin32.vxd/Makefile"
27379 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27380         vwin32.vxd"
27381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27382 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27383 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27384
27385 ALL_MAKEFILES="$ALL_MAKEFILES \\
27386         dlls/w32skrnl/Makefile"
27387 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27388         w32skrnl"
27389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27390 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27391 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27392
27393 ALL_MAKEFILES="$ALL_MAKEFILES \\
27394         dlls/win87em.dll16/Makefile"
27395 test "x$enable_win87em_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27396         win87em.dll16"
27397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27398 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27399 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27400
27401 ALL_MAKEFILES="$ALL_MAKEFILES \\
27402         dlls/windebug.dll16/Makefile"
27403 test "x$enable_windebug_dll16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27404         windebug.dll16"
27405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27406 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27407 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27408
27409 ALL_MAKEFILES="$ALL_MAKEFILES \\
27410         dlls/winealsa.drv/Makefile"
27411 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27412         winealsa.drv"
27413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27414 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27415 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27416
27417 ALL_MAKEFILES="$ALL_MAKEFILES \\
27418         dlls/wineaudioio.drv/Makefile"
27419 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27420         wineaudioio.drv"
27421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27422 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27423 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27424
27425 ALL_MAKEFILES="$ALL_MAKEFILES \\
27426         dlls/winecoreaudio.drv/Makefile"
27427 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27428         winecoreaudio.drv"
27429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27430 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27431 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27432
27433 ALL_MAKEFILES="$ALL_MAKEFILES \\
27434         dlls/winecrt0/Makefile"
27435 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27436         winecrt0"
27437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27438 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27439 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27440
27441 ALL_MAKEFILES="$ALL_MAKEFILES \\
27442         dlls/wined3d/Makefile"
27443 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27444         wined3d"
27445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27446 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27447 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27448
27449 ALL_MAKEFILES="$ALL_MAKEFILES \\
27450         dlls/winedos/Makefile"
27451 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27452         winedos"
27453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27454 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27455 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27456
27457 ALL_MAKEFILES="$ALL_MAKEFILES \\
27458         dlls/wineesd.drv/Makefile"
27459 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27460         wineesd.drv"
27461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27462 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27463 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27464
27465 ALL_MAKEFILES="$ALL_MAKEFILES \\
27466         dlls/winejack.drv/Makefile"
27467 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27468         winejack.drv"
27469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27470 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27471 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27472
27473 ALL_MAKEFILES="$ALL_MAKEFILES \\
27474         dlls/winejoystick.drv/Makefile"
27475 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27476         winejoystick.drv"
27477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27478 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27479 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27480
27481 ALL_MAKEFILES="$ALL_MAKEFILES \\
27482         dlls/winemp3.acm/Makefile"
27483 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27484         winemp3.acm"
27485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27486 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27487 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27488
27489 ALL_MAKEFILES="$ALL_MAKEFILES \\
27490         dlls/winenas.drv/Makefile"
27491 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27492         winenas.drv"
27493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27494 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27495 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27496
27497 ALL_MAKEFILES="$ALL_MAKEFILES \\
27498         dlls/wineoss.drv/Makefile"
27499 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27500         wineoss.drv"
27501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27502 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27503 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27504
27505 ALL_MAKEFILES="$ALL_MAKEFILES \\
27506         dlls/wineps.drv/Makefile"
27507 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27508         wineps.drv"
27509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27510 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27511 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27512
27513 ALL_MAKEFILES="$ALL_MAKEFILES \\
27514         dlls/winequartz.drv/Makefile"
27515 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27516         winequartz.drv"
27517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27518 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27519 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27520
27521 ALL_MAKEFILES="$ALL_MAKEFILES \\
27522         dlls/winex11.drv/Makefile"
27523 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27524         winex11.drv"
27525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27526 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27527 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27528
27529 ALL_MAKEFILES="$ALL_MAKEFILES \\
27530         dlls/wing32/Makefile"
27531 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27532         wing32"
27533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27534 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27535 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27536
27537 ALL_MAKEFILES="$ALL_MAKEFILES \\
27538         dlls/winhttp/Makefile"
27539 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27540         winhttp"
27541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27542 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27543 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27544
27545 ALL_MAKEFILES="$ALL_MAKEFILES \\
27546         dlls/winhttp/tests/Makefile"
27547 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27548         winhttp/tests"
27549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27550 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27551 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27552
27553 ALL_MAKEFILES="$ALL_MAKEFILES \\
27554         dlls/wininet/Makefile"
27555 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27556         wininet"
27557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27558 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27559 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27560
27561 ALL_MAKEFILES="$ALL_MAKEFILES \\
27562         dlls/wininet/tests/Makefile"
27563 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27564         wininet/tests"
27565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27566 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27567 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27568
27569 ALL_MAKEFILES="$ALL_MAKEFILES \\
27570         dlls/winmm/Makefile"
27571 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27572         winmm"
27573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27574 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27575 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27576
27577 ALL_MAKEFILES="$ALL_MAKEFILES \\
27578         dlls/winmm/tests/Makefile"
27579 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27580         winmm/tests"
27581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27582 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27583 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27584
27585 ALL_MAKEFILES="$ALL_MAKEFILES \\
27586         dlls/winnls32/Makefile"
27587 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27588         winnls32"
27589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27590 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27591 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27592
27593 ALL_MAKEFILES="$ALL_MAKEFILES \\
27594         dlls/winscard/Makefile"
27595 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27596         winscard"
27597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27598 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27599 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27600
27601 ALL_MAKEFILES="$ALL_MAKEFILES \\
27602         dlls/winspool.drv/Makefile"
27603 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27604         winspool.drv"
27605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27606 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27607 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27608
27609 ALL_MAKEFILES="$ALL_MAKEFILES \\
27610         dlls/winspool.drv/tests/Makefile"
27611 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27612         winspool.drv/tests"
27613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27614 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27615 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27616
27617 ALL_MAKEFILES="$ALL_MAKEFILES \\
27618         dlls/wintab32/Makefile"
27619 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27620         wintab32"
27621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27622 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27623 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27624
27625 ALL_MAKEFILES="$ALL_MAKEFILES \\
27626         dlls/wintrust/Makefile"
27627 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27628         wintrust"
27629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27630 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27631 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27632
27633 ALL_MAKEFILES="$ALL_MAKEFILES \\
27634         dlls/wintrust/tests/Makefile"
27635 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27636         wintrust/tests"
27637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27638 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27639 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27640
27641 ALL_MAKEFILES="$ALL_MAKEFILES \\
27642         dlls/wldap32/Makefile"
27643 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27644         wldap32"
27645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27646 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27647 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27648
27649 ALL_MAKEFILES="$ALL_MAKEFILES \\
27650         dlls/wldap32/tests/Makefile"
27651 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27652         wldap32/tests"
27653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27654 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27655 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27656
27657 ALL_MAKEFILES="$ALL_MAKEFILES \\
27658         dlls/wmi/Makefile"
27659 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27660         wmi"
27661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27662 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27663 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27664
27665 ALL_MAKEFILES="$ALL_MAKEFILES \\
27666         dlls/wnaspi32/Makefile"
27667 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27668         wnaspi32"
27669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27670 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27671 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27672
27673 ALL_MAKEFILES="$ALL_MAKEFILES \\
27674         dlls/wow32/Makefile"
27675 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27676         wow32"
27677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27678 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27679 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27680
27681 ALL_MAKEFILES="$ALL_MAKEFILES \\
27682         dlls/ws2_32/Makefile"
27683 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27684         ws2_32"
27685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27686 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27687 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27688
27689 ALL_MAKEFILES="$ALL_MAKEFILES \\
27690         dlls/ws2_32/tests/Makefile"
27691 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27692         ws2_32/tests"
27693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27694 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27695 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27696
27697 ALL_MAKEFILES="$ALL_MAKEFILES \\
27698         dlls/wsock32/Makefile"
27699 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27700         wsock32"
27701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27702 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27703 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27704
27705 ALL_MAKEFILES="$ALL_MAKEFILES \\
27706         dlls/wtsapi32/Makefile"
27707 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27708         wtsapi32"
27709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27710 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27711 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27712
27713 ALL_MAKEFILES="$ALL_MAKEFILES \\
27714         dlls/wuapi/Makefile"
27715 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27716         wuapi"
27717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27718 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27719 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27720
27721 ALL_MAKEFILES="$ALL_MAKEFILES \\
27722         dlls/xinput1_1/Makefile"
27723 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27724         xinput1_1"
27725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27726 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27727 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27728
27729 ALL_MAKEFILES="$ALL_MAKEFILES \\
27730         dlls/xinput1_2/Makefile"
27731 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27732         xinput1_2"
27733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27734 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27735 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27736
27737 ALL_MAKEFILES="$ALL_MAKEFILES \\
27738         dlls/xinput1_3/Makefile"
27739 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27740         xinput1_3"
27741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27742 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27743 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27744
27745 ALL_MAKEFILES="$ALL_MAKEFILES \\
27746         dlls/xinput1_3/tests/Makefile"
27747 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27748         xinput1_3/tests"
27749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27750 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27751 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27752
27753 ALL_MAKEFILES="$ALL_MAKEFILES \\
27754         dlls/xinput9_1_0/Makefile"
27755 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27756         xinput9_1_0"
27757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27758 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27759 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27760
27761 ALL_MAKEFILES="$ALL_MAKEFILES \\
27762         documentation/Makefile"
27763 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27764         documentation"
27765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27766 documentation/Makefile: documentation/Makefile.in Make.rules"
27767 ac_config_files="$ac_config_files documentation/Makefile"
27768
27769 ALL_MAKEFILES="$ALL_MAKEFILES \\
27770         fonts/Makefile"
27771 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27772         fonts"
27773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27774 fonts/Makefile: fonts/Makefile.in Make.rules"
27775 ac_config_files="$ac_config_files fonts/Makefile"
27776
27777 ALL_MAKEFILES="$ALL_MAKEFILES \\
27778         include/Makefile"
27779 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27780         include"
27781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27782 include/Makefile: include/Makefile.in Make.rules"
27783 ac_config_files="$ac_config_files include/Makefile"
27784
27785 ALL_MAKEFILES="$ALL_MAKEFILES \\
27786         libs/Makefile"
27787 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27788         libs"
27789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27790 libs/Makefile: libs/Makefile.in Make.rules"
27791 ac_config_files="$ac_config_files libs/Makefile"
27792
27793 ALL_MAKEFILES="$ALL_MAKEFILES \\
27794         libs/port/Makefile"
27795
27796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27797 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27798 ac_config_files="$ac_config_files libs/port/Makefile"
27799
27800 ALL_MAKEFILES="$ALL_MAKEFILES \\
27801         libs/wine/Makefile"
27802
27803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27804 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27805 ac_config_files="$ac_config_files libs/wine/Makefile"
27806
27807 ALL_MAKEFILES="$ALL_MAKEFILES \\
27808         libs/wpp/Makefile"
27809
27810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27811 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27812 ac_config_files="$ac_config_files libs/wpp/Makefile"
27813
27814 ALL_MAKEFILES="$ALL_MAKEFILES \\
27815         loader/Makefile"
27816 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27817         loader"
27818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27819 loader/Makefile: loader/Makefile.in Make.rules"
27820 ac_config_files="$ac_config_files loader/Makefile"
27821
27822 ALL_MAKEFILES="$ALL_MAKEFILES \\
27823         programs/Makefile"
27824 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27825         programs"
27826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27827 programs/Makefile: programs/Makefile.in Make.rules"
27828 ac_config_files="$ac_config_files programs/Makefile"
27829
27830 ALL_MAKEFILES="$ALL_MAKEFILES \\
27831         programs/cacls/Makefile"
27832 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27833         cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27834         cacls"
27835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27836 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27837 ac_config_files="$ac_config_files programs/cacls/Makefile"
27838
27839 ALL_MAKEFILES="$ALL_MAKEFILES \\
27840         programs/clock/Makefile"
27841 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27842         clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27843         clock"
27844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27845 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27846 ac_config_files="$ac_config_files programs/clock/Makefile"
27847
27848 ALL_MAKEFILES="$ALL_MAKEFILES \\
27849         programs/cmd/Makefile"
27850 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27851         cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27852         cmd"
27853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27854 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27855 ac_config_files="$ac_config_files programs/cmd/Makefile"
27856
27857 ALL_MAKEFILES="$ALL_MAKEFILES \\
27858         programs/cmdlgtst/Makefile"
27859 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27860         cmdlgtst"
27861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27862 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27863 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27864
27865 ALL_MAKEFILES="$ALL_MAKEFILES \\
27866         programs/control/Makefile"
27867 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27868         control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27869         control"
27870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27871 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27872 ac_config_files="$ac_config_files programs/control/Makefile"
27873
27874 ALL_MAKEFILES="$ALL_MAKEFILES \\
27875         programs/eject/Makefile"
27876 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27877         eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27878         eject"
27879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27880 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27881 ac_config_files="$ac_config_files programs/eject/Makefile"
27882
27883 ALL_MAKEFILES="$ALL_MAKEFILES \\
27884         programs/expand/Makefile"
27885 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27886         expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27887         expand"
27888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27889 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27890 ac_config_files="$ac_config_files programs/expand/Makefile"
27891
27892 ALL_MAKEFILES="$ALL_MAKEFILES \\
27893         programs/explorer/Makefile"
27894 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27895         explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27896         explorer"
27897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27898 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27899 ac_config_files="$ac_config_files programs/explorer/Makefile"
27900
27901 ALL_MAKEFILES="$ALL_MAKEFILES \\
27902         programs/hh/Makefile"
27903 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27904         hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27905         hh"
27906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27907 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27908 ac_config_files="$ac_config_files programs/hh/Makefile"
27909
27910 ALL_MAKEFILES="$ALL_MAKEFILES \\
27911         programs/icinfo/Makefile"
27912 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27913         icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27914         icinfo"
27915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27916 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27917 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27918
27919 ALL_MAKEFILES="$ALL_MAKEFILES \\
27920         programs/iexplore/Makefile"
27921 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27922         iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27923         iexplore"
27924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27925 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27926 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27927
27928 ALL_MAKEFILES="$ALL_MAKEFILES \\
27929         programs/lodctr/Makefile"
27930 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27931         lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27932         lodctr"
27933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27934 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27935 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27936
27937 ALL_MAKEFILES="$ALL_MAKEFILES \\
27938         programs/msiexec/Makefile"
27939 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27940         msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27941         msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27942         msiexec"
27943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27944 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27945 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27946
27947 ALL_MAKEFILES="$ALL_MAKEFILES \\
27948         programs/net/Makefile"
27949 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27950         net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27951         net"
27952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27953 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27954 ac_config_files="$ac_config_files programs/net/Makefile"
27955
27956 ALL_MAKEFILES="$ALL_MAKEFILES \\
27957         programs/notepad/Makefile"
27958 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27959         notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27960         notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27961         notepad"
27962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27963 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27964 ac_config_files="$ac_config_files programs/notepad/Makefile"
27965
27966 ALL_MAKEFILES="$ALL_MAKEFILES \\
27967         programs/oleview/Makefile"
27968 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27969         oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27970         oleview"
27971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27972 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27973 ac_config_files="$ac_config_files programs/oleview/Makefile"
27974
27975 ALL_MAKEFILES="$ALL_MAKEFILES \\
27976         programs/progman/Makefile"
27977 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27978         progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27979         progman"
27980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27981 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27982 ac_config_files="$ac_config_files programs/progman/Makefile"
27983
27984 ALL_MAKEFILES="$ALL_MAKEFILES \\
27985         programs/reg/Makefile"
27986 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27987         reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27988         reg"
27989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27990 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27991 ac_config_files="$ac_config_files programs/reg/Makefile"
27992
27993 ALL_MAKEFILES="$ALL_MAKEFILES \\
27994         programs/regedit/Makefile"
27995 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27996         regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27997         regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27998         regedit"
27999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28000 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
28001 ac_config_files="$ac_config_files programs/regedit/Makefile"
28002
28003 ALL_MAKEFILES="$ALL_MAKEFILES \\
28004         programs/regsvr32/Makefile"
28005 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28006         regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28007         regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28008         regsvr32"
28009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28010 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
28011 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
28012
28013 ALL_MAKEFILES="$ALL_MAKEFILES \\
28014         programs/rpcss/Makefile"
28015 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28016         rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28017         rpcss"
28018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28019 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
28020 ac_config_files="$ac_config_files programs/rpcss/Makefile"
28021
28022 ALL_MAKEFILES="$ALL_MAKEFILES \\
28023         programs/rundll32/Makefile"
28024 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28025         rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28026         rundll32"
28027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28028 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
28029 ac_config_files="$ac_config_files programs/rundll32/Makefile"
28030
28031 ALL_MAKEFILES="$ALL_MAKEFILES \\
28032         programs/secedit/Makefile"
28033 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28034         secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28035         secedit"
28036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28037 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
28038 ac_config_files="$ac_config_files programs/secedit/Makefile"
28039
28040 ALL_MAKEFILES="$ALL_MAKEFILES \\
28041         programs/services/Makefile"
28042 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28043         services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28044         services"
28045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28046 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
28047 ac_config_files="$ac_config_files programs/services/Makefile"
28048
28049 ALL_MAKEFILES="$ALL_MAKEFILES \\
28050         programs/spoolsv/Makefile"
28051 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28052         spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28053         spoolsv"
28054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28055 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
28056 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
28057
28058 ALL_MAKEFILES="$ALL_MAKEFILES \\
28059         programs/start/Makefile"
28060 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28061         start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28062         start"
28063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28064 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
28065 ac_config_files="$ac_config_files programs/start/Makefile"
28066
28067 ALL_MAKEFILES="$ALL_MAKEFILES \\
28068         programs/svchost/Makefile"
28069 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28070         svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28071         svchost"
28072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28073 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
28074 ac_config_files="$ac_config_files programs/svchost/Makefile"
28075
28076 ALL_MAKEFILES="$ALL_MAKEFILES \\
28077         programs/taskmgr/Makefile"
28078 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28079         taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28080         taskmgr"
28081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28082 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
28083 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
28084
28085 ALL_MAKEFILES="$ALL_MAKEFILES \\
28086         programs/uninstaller/Makefile"
28087 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28088         uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28089         uninstaller"
28090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28091 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
28092 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
28093
28094 ALL_MAKEFILES="$ALL_MAKEFILES \\
28095         programs/unlodctr/Makefile"
28096 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28097         unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28098         unlodctr"
28099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28100 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
28101 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
28102
28103 ALL_MAKEFILES="$ALL_MAKEFILES \\
28104         programs/view/Makefile"
28105 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28106         view"
28107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28108 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
28109 ac_config_files="$ac_config_files programs/view/Makefile"
28110
28111 ALL_MAKEFILES="$ALL_MAKEFILES \\
28112         programs/wineboot/Makefile"
28113 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28114         wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28115         wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28116         wineboot"
28117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28118 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
28119 ac_config_files="$ac_config_files programs/wineboot/Makefile"
28120
28121 ALL_MAKEFILES="$ALL_MAKEFILES \\
28122         programs/winebrowser/Makefile"
28123 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28124         winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28125         winebrowser"
28126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28127 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
28128 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
28129
28130 ALL_MAKEFILES="$ALL_MAKEFILES \\
28131         programs/winecfg/Makefile"
28132 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28133         winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28134         winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28135         winecfg"
28136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28137 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
28138 ac_config_files="$ac_config_files programs/winecfg/Makefile"
28139
28140 ALL_MAKEFILES="$ALL_MAKEFILES \\
28141         programs/wineconsole/Makefile"
28142 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28143         wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28144         wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28145         wineconsole"
28146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28147 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
28148 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
28149
28150 ALL_MAKEFILES="$ALL_MAKEFILES \\
28151         programs/winedbg/Makefile"
28152 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28153         winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28154         winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28155         winedbg"
28156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28157 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
28158 ac_config_files="$ac_config_files programs/winedbg/Makefile"
28159
28160 ALL_MAKEFILES="$ALL_MAKEFILES \\
28161         programs/winedevice/Makefile"
28162 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28163         winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28164         winedevice"
28165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28166 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
28167 ac_config_files="$ac_config_files programs/winedevice/Makefile"
28168
28169 ALL_MAKEFILES="$ALL_MAKEFILES \\
28170         programs/winefile/Makefile"
28171 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28172         winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28173         winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28174         winefile"
28175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28176 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
28177 ac_config_files="$ac_config_files programs/winefile/Makefile"
28178
28179 ALL_MAKEFILES="$ALL_MAKEFILES \\
28180         programs/winemenubuilder/Makefile"
28181 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28182         winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28183         winemenubuilder"
28184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28185 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
28186 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
28187
28188 ALL_MAKEFILES="$ALL_MAKEFILES \\
28189         programs/winemine/Makefile"
28190 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28191         winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28192         winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28193         winemine"
28194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28195 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
28196 ac_config_files="$ac_config_files programs/winemine/Makefile"
28197
28198 ALL_MAKEFILES="$ALL_MAKEFILES \\
28199         programs/winepath/Makefile"
28200 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28201         winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28202         winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28203         winepath"
28204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28205 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
28206 ac_config_files="$ac_config_files programs/winepath/Makefile"
28207
28208 ALL_MAKEFILES="$ALL_MAKEFILES \\
28209         programs/winetest/Makefile"
28210 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28211         winetest"
28212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28213 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
28214 ac_config_files="$ac_config_files programs/winetest/Makefile"
28215
28216 ALL_MAKEFILES="$ALL_MAKEFILES \\
28217         programs/winevdm/Makefile"
28218 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28219         winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28220         winevdm"
28221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28222 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
28223 ac_config_files="$ac_config_files programs/winevdm/Makefile"
28224
28225 ALL_MAKEFILES="$ALL_MAKEFILES \\
28226         programs/winhelp.exe16/Makefile"
28227 test "x$enable_winhelp_exe16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28228         winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28229         winhelp.exe16"
28230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28231 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
28232 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
28233
28234 ALL_MAKEFILES="$ALL_MAKEFILES \\
28235         programs/winhlp32/Makefile"
28236 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28237         winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28238         winhlp32"
28239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28240 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
28241 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
28242
28243 ALL_MAKEFILES="$ALL_MAKEFILES \\
28244         programs/winoldap.mod16/Makefile"
28245 test "x$enable_winoldap_mod16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28246         winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28247         winoldap.mod16"
28248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28249 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
28250 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
28251
28252 ALL_MAKEFILES="$ALL_MAKEFILES \\
28253         programs/winver/Makefile"
28254 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28255         winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28256         winver"
28257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28258 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
28259 ac_config_files="$ac_config_files programs/winver/Makefile"
28260
28261 ALL_MAKEFILES="$ALL_MAKEFILES \\
28262         programs/wordpad/Makefile"
28263 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28264         wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28265         wordpad"
28266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28267 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
28268 ac_config_files="$ac_config_files programs/wordpad/Makefile"
28269
28270 ALL_MAKEFILES="$ALL_MAKEFILES \\
28271         programs/write/Makefile"
28272 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28273         write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28274         write"
28275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28276 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
28277 ac_config_files="$ac_config_files programs/write/Makefile"
28278
28279 ALL_MAKEFILES="$ALL_MAKEFILES \\
28280         programs/xcopy/Makefile"
28281 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28282         xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28283         xcopy"
28284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28285 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28286 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28287
28288 ALL_MAKEFILES="$ALL_MAKEFILES \\
28289         server/Makefile"
28290 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28291         server"
28292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28293 server/Makefile: server/Makefile.in Make.rules"
28294 ac_config_files="$ac_config_files server/Makefile"
28295
28296 ALL_MAKEFILES="$ALL_MAKEFILES \\
28297         tools/Makefile"
28298 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28299         tools"
28300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28301 tools/Makefile: tools/Makefile.in Make.rules"
28302 ac_config_files="$ac_config_files tools/Makefile"
28303
28304 ALL_MAKEFILES="$ALL_MAKEFILES \\
28305         tools/widl/Makefile"
28306
28307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28308 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28309 ac_config_files="$ac_config_files tools/widl/Makefile"
28310
28311 ALL_MAKEFILES="$ALL_MAKEFILES \\
28312         tools/winebuild/Makefile"
28313
28314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28315 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28316 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28317
28318 ALL_MAKEFILES="$ALL_MAKEFILES \\
28319         tools/winedump/Makefile"
28320
28321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28322 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28323 ac_config_files="$ac_config_files tools/winedump/Makefile"
28324
28325 ALL_MAKEFILES="$ALL_MAKEFILES \\
28326         tools/winegcc/Makefile"
28327
28328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28329 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28330 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28331
28332 ALL_MAKEFILES="$ALL_MAKEFILES \\
28333         tools/wmc/Makefile"
28334
28335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28336 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28337 ac_config_files="$ac_config_files tools/wmc/Makefile"
28338
28339 ALL_MAKEFILES="$ALL_MAKEFILES \\
28340         tools/wrc/Makefile"
28341
28342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28343 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28344 ac_config_files="$ac_config_files tools/wrc/Makefile"
28345
28346
28347
28348 ALL_WINETEST_DEPENDS="# Test binaries"
28349
28350 for dir in $ALL_TEST_DIRS
28351 do
28352     if test "$dir" != "\\"
28353     then
28354         testname=`expr $dir : '\(.*\)/tests'`_test.exe
28355         ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28356 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
28357         cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
28358     fi
28359 done
28360
28361 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28362
28363 cat >confcache <<\_ACEOF
28364 # This file is a shell script that caches the results of configure
28365 # tests run on this system so they can be shared between configure
28366 # scripts and configure runs, see configure's option --config-cache.
28367 # It is not useful on other systems.  If it contains results you don't
28368 # want to keep, you may remove or edit it.
28369 #
28370 # config.status only pays attention to the cache file if you give it
28371 # the --recheck option to rerun configure.
28372 #
28373 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28374 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28375 # following values.
28376
28377 _ACEOF
28378
28379 # The following way of writing the cache mishandles newlines in values,
28380 # but we know of no workaround that is simple, portable, and efficient.
28381 # So, we kill variables containing newlines.
28382 # Ultrix sh set writes to stderr and can't be redirected directly,
28383 # and sets the high bit in the cache file unless we assign to the vars.
28384 (
28385   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28386     eval ac_val=\$$ac_var
28387     case $ac_val in #(
28388     *${as_nl}*)
28389       case $ac_var in #(
28390       *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28391 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28392       esac
28393       case $ac_var in #(
28394       _ | IFS | as_nl) ;; #(
28395       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28396       *) $as_unset $ac_var ;;
28397       esac ;;
28398     esac
28399   done
28400
28401   (set) 2>&1 |
28402     case $as_nl`(ac_space=' '; set) 2>&1` in #(
28403     *${as_nl}ac_space=\ *)
28404       # `set' does not quote correctly, so add quotes (double-quote
28405       # substitution turns \\\\ into \\, and sed turns \\ into \).
28406       sed -n \
28407         "s/'/'\\\\''/g;
28408           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28409       ;; #(
28410     *)
28411       # `set' quotes correctly as required by POSIX, so do not add quotes.
28412       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28413       ;;
28414     esac |
28415     sort
28416 ) |
28417   sed '
28418      /^ac_cv_env_/b end
28419      t clear
28420      :clear
28421      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28422      t end
28423      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28424      :end' >>confcache
28425 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28426   if test -w "$cache_file"; then
28427     test "x$cache_file" != "x/dev/null" &&
28428       { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28429 $as_echo "$as_me: updating cache $cache_file" >&6;}
28430     cat confcache >$cache_file
28431   else
28432     { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28433 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28434   fi
28435 fi
28436 rm -f confcache
28437
28438 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28439 # Let make expand exec_prefix.
28440 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28441
28442 DEFS=-DHAVE_CONFIG_H
28443
28444 ac_libobjs=
28445 ac_ltlibobjs=
28446 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28447   # 1. Remove the extension, and $U if already installed.
28448   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28449   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28450   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
28451   #    will be set to the directory where LIBOBJS objects are built.
28452   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28453   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28454 done
28455 LIBOBJS=$ac_libobjs
28456
28457 LTLIBOBJS=$ac_ltlibobjs
28458
28459
28460
28461 : ${CONFIG_STATUS=./config.status}
28462 ac_write_fail=0
28463 ac_clean_files_save=$ac_clean_files
28464 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28465 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28466 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28467 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28468 #! $SHELL
28469 # Generated by $as_me.
28470 # Run this file to recreate the current configuration.
28471 # Compiler output produced by configure, useful for debugging
28472 # configure, is in config.log if it exists.
28473
28474 debug=false
28475 ac_cs_recheck=false
28476 ac_cs_silent=false
28477 SHELL=\${CONFIG_SHELL-$SHELL}
28478 _ACEOF
28479
28480 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28481 ## --------------------- ##
28482 ## M4sh Initialization.  ##
28483 ## --------------------- ##
28484
28485 # Be more Bourne compatible
28486 DUALCASE=1; export DUALCASE # for MKS sh
28487 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28488   emulate sh
28489   NULLCMD=:
28490   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28491   # is contrary to our usage.  Disable this feature.
28492   alias -g '${1+"$@"}'='"$@"'
28493   setopt NO_GLOB_SUBST
28494 else
28495   case `(set -o) 2>/dev/null` in
28496   *posix*) set -o posix ;;
28497 esac
28498
28499 fi
28500
28501
28502
28503
28504 # PATH needs CR
28505 # Avoid depending upon Character Ranges.
28506 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28507 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28508 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28509 as_cr_digits='0123456789'
28510 as_cr_alnum=$as_cr_Letters$as_cr_digits
28511
28512 as_nl='
28513 '
28514 export as_nl
28515 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28516 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28517 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28518 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28519 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28520   as_echo='printf %s\n'
28521   as_echo_n='printf %s'
28522 else
28523   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28524     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28525     as_echo_n='/usr/ucb/echo -n'
28526   else
28527     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28528     as_echo_n_body='eval
28529       arg=$1;
28530       case $arg in
28531       *"$as_nl"*)
28532         expr "X$arg" : "X\\(.*\\)$as_nl";
28533         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28534       esac;
28535       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28536     '
28537     export as_echo_n_body
28538     as_echo_n='sh -c $as_echo_n_body as_echo'
28539   fi
28540   export as_echo_body
28541   as_echo='sh -c $as_echo_body as_echo'
28542 fi
28543
28544 # The user is always right.
28545 if test "${PATH_SEPARATOR+set}" != set; then
28546   PATH_SEPARATOR=:
28547   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28548     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28549       PATH_SEPARATOR=';'
28550   }
28551 fi
28552
28553 # Support unset when possible.
28554 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28555   as_unset=unset
28556 else
28557   as_unset=false
28558 fi
28559
28560
28561 # IFS
28562 # We need space, tab and new line, in precisely that order.  Quoting is
28563 # there to prevent editors from complaining about space-tab.
28564 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28565 # splitting by setting IFS to empty value.)
28566 IFS=" ""        $as_nl"
28567
28568 # Find who we are.  Look in the path if we contain no directory separator.
28569 case $0 in
28570   *[\\/]* ) as_myself=$0 ;;
28571   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28572 for as_dir in $PATH
28573 do
28574   IFS=$as_save_IFS
28575   test -z "$as_dir" && as_dir=.
28576   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28577 done
28578 IFS=$as_save_IFS
28579
28580      ;;
28581 esac
28582 # We did not find ourselves, most probably we were run as `sh COMMAND'
28583 # in which case we are not to be found in the path.
28584 if test "x$as_myself" = x; then
28585   as_myself=$0
28586 fi
28587 if test ! -f "$as_myself"; then
28588   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28589   { (exit 1); exit 1; }
28590 fi
28591
28592 # Work around bugs in pre-3.0 UWIN ksh.
28593 for as_var in ENV MAIL MAILPATH
28594 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28595 done
28596 PS1='$ '
28597 PS2='> '
28598 PS4='+ '
28599
28600 # NLS nuisances.
28601 LC_ALL=C
28602 export LC_ALL
28603 LANGUAGE=C
28604 export LANGUAGE
28605
28606 # Required to use basename.
28607 if expr a : '\(a\)' >/dev/null 2>&1 &&
28608    test "X`expr 00001 : '.*\(...\)'`" = X001; then
28609   as_expr=expr
28610 else
28611   as_expr=false
28612 fi
28613
28614 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28615   as_basename=basename
28616 else
28617   as_basename=false
28618 fi
28619
28620
28621 # Name of the executable.
28622 as_me=`$as_basename -- "$0" ||
28623 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28624          X"$0" : 'X\(//\)$' \| \
28625          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28626 $as_echo X/"$0" |
28627     sed '/^.*\/\([^/][^/]*\)\/*$/{
28628             s//\1/
28629             q
28630           }
28631           /^X\/\(\/\/\)$/{
28632             s//\1/
28633             q
28634           }
28635           /^X\/\(\/\).*/{
28636             s//\1/
28637             q
28638           }
28639           s/.*/./; q'`
28640
28641 # CDPATH.
28642 $as_unset CDPATH
28643
28644
28645
28646   as_lineno_1=$LINENO
28647   as_lineno_2=$LINENO
28648   test "x$as_lineno_1" != "x$as_lineno_2" &&
28649   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28650
28651   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28652   # uniformly replaced by the line number.  The first 'sed' inserts a
28653   # line-number line after each line using $LINENO; the second 'sed'
28654   # does the real work.  The second script uses 'N' to pair each
28655   # line-number line with the line containing $LINENO, and appends
28656   # trailing '-' during substitution so that $LINENO is not a special
28657   # case at line end.
28658   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28659   # scripts with optimization help from Paolo Bonzini.  Blame Lee
28660   # E. McMahon (1931-1989) for sed's syntax.  :-)
28661   sed -n '
28662     p
28663     /[$]LINENO/=
28664   ' <$as_myself |
28665     sed '
28666       s/[$]LINENO.*/&-/
28667       t lineno
28668       b
28669       :lineno
28670       N
28671       :loop
28672       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28673       t loop
28674       s/-\n.*//
28675     ' >$as_me.lineno &&
28676   chmod +x "$as_me.lineno" ||
28677     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28678    { (exit 1); exit 1; }; }
28679
28680   # Don't try to exec as it changes $[0], causing all sort of problems
28681   # (the dirname of $[0] is not the place where we might find the
28682   # original and so on.  Autoconf is especially sensitive to this).
28683   . "./$as_me.lineno"
28684   # Exit status is that of the last command.
28685   exit
28686 }
28687
28688
28689 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28690   as_dirname=dirname
28691 else
28692   as_dirname=false
28693 fi
28694
28695 ECHO_C= ECHO_N= ECHO_T=
28696 case `echo -n x` in
28697 -n*)
28698   case `echo 'x\c'` in
28699   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
28700   *)   ECHO_C='\c';;
28701   esac;;
28702 *)
28703   ECHO_N='-n';;
28704 esac
28705 if expr a : '\(a\)' >/dev/null 2>&1 &&
28706    test "X`expr 00001 : '.*\(...\)'`" = X001; then
28707   as_expr=expr
28708 else
28709   as_expr=false
28710 fi
28711
28712 rm -f conf$$ conf$$.exe conf$$.file
28713 if test -d conf$$.dir; then
28714   rm -f conf$$.dir/conf$$.file
28715 else
28716   rm -f conf$$.dir
28717   mkdir conf$$.dir 2>/dev/null
28718 fi
28719 if (echo >conf$$.file) 2>/dev/null; then
28720   if ln -s conf$$.file conf$$ 2>/dev/null; then
28721     as_ln_s='ln -s'
28722     # ... but there are two gotchas:
28723     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28724     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28725     # In both cases, we have to default to `cp -p'.
28726     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28727       as_ln_s='cp -p'
28728   elif ln conf$$.file conf$$ 2>/dev/null; then
28729     as_ln_s=ln
28730   else
28731     as_ln_s='cp -p'
28732   fi
28733 else
28734   as_ln_s='cp -p'
28735 fi
28736 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28737 rmdir conf$$.dir 2>/dev/null
28738
28739 if mkdir -p . 2>/dev/null; then
28740   as_mkdir_p=:
28741 else
28742   test -d ./-p && rmdir ./-p
28743   as_mkdir_p=false
28744 fi
28745
28746 if test -x / >/dev/null 2>&1; then
28747   as_test_x='test -x'
28748 else
28749   if ls -dL / >/dev/null 2>&1; then
28750     as_ls_L_option=L
28751   else
28752     as_ls_L_option=
28753   fi
28754   as_test_x='
28755     eval sh -c '\''
28756       if test -d "$1"; then
28757         test -d "$1/.";
28758       else
28759         case $1 in
28760         -*)set "./$1";;
28761         esac;
28762         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28763         ???[sx]*):;;*)false;;esac;fi
28764     '\'' sh
28765   '
28766 fi
28767 as_executable_p=$as_test_x
28768
28769 # Sed expression to map a string onto a valid CPP name.
28770 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28771
28772 # Sed expression to map a string onto a valid variable name.
28773 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28774
28775
28776 exec 6>&1
28777
28778 # Save the log message, to keep $[0] and so on meaningful, and to
28779 # report actual input values of CONFIG_FILES etc. instead of their
28780 # values after options handling.
28781 ac_log="
28782 This file was extended by Wine $as_me 1.1.16, which was
28783 generated by GNU Autoconf 2.63.  Invocation command line was
28784
28785   CONFIG_FILES    = $CONFIG_FILES
28786   CONFIG_HEADERS  = $CONFIG_HEADERS
28787   CONFIG_LINKS    = $CONFIG_LINKS
28788   CONFIG_COMMANDS = $CONFIG_COMMANDS
28789   $ $0 $@
28790
28791 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28792 "
28793
28794 _ACEOF
28795
28796 case $ac_config_files in *"
28797 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28798 esac
28799
28800 case $ac_config_headers in *"
28801 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28802 esac
28803
28804
28805 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28806 # Files that config.status was made for.
28807 config_files="$ac_config_files"
28808 config_headers="$ac_config_headers"
28809 config_commands="$ac_config_commands"
28810
28811 _ACEOF
28812
28813 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28814 ac_cs_usage="\
28815 \`$as_me' instantiates files from templates according to the
28816 current configuration.
28817
28818 Usage: $0 [OPTION]... [FILE]...
28819
28820   -h, --help       print this help, then exit
28821   -V, --version    print version number and configuration settings, then exit
28822   -q, --quiet, --silent
28823                    do not print progress messages
28824   -d, --debug      don't remove temporary files
28825       --recheck    update $as_me by reconfiguring in the same conditions
28826       --file=FILE[:TEMPLATE]
28827                    instantiate the configuration file FILE
28828       --header=FILE[:TEMPLATE]
28829                    instantiate the configuration header FILE
28830
28831 Configuration files:
28832 $config_files
28833
28834 Configuration headers:
28835 $config_headers
28836
28837 Configuration commands:
28838 $config_commands
28839
28840 Report bugs to <bug-autoconf@gnu.org>."
28841
28842 _ACEOF
28843 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28844 ac_cs_version="\\
28845 Wine config.status 1.1.16
28846 configured by $0, generated by GNU Autoconf 2.63,
28847   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28848
28849 Copyright (C) 2008 Free Software Foundation, Inc.
28850 This config.status script is free software; the Free Software Foundation
28851 gives unlimited permission to copy, distribute and modify it."
28852
28853 ac_pwd='$ac_pwd'
28854 srcdir='$srcdir'
28855 INSTALL='$INSTALL'
28856 test -n "\$AWK" || AWK=awk
28857 _ACEOF
28858
28859 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28860 # The default lists apply if the user does not specify any file.
28861 ac_need_defaults=:
28862 while test $# != 0
28863 do
28864   case $1 in
28865   --*=*)
28866     ac_option=`expr "X$1" : 'X\([^=]*\)='`
28867     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28868     ac_shift=:
28869     ;;
28870   *)
28871     ac_option=$1
28872     ac_optarg=$2
28873     ac_shift=shift
28874     ;;
28875   esac
28876
28877   case $ac_option in
28878   # Handling of the options.
28879   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28880     ac_cs_recheck=: ;;
28881   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28882     $as_echo "$ac_cs_version"; exit ;;
28883   --debug | --debu | --deb | --de | --d | -d )
28884     debug=: ;;
28885   --file | --fil | --fi | --f )
28886     $ac_shift
28887     case $ac_optarg in
28888     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28889     esac
28890     CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28891     ac_need_defaults=false;;
28892   --header | --heade | --head | --hea )
28893     $ac_shift
28894     case $ac_optarg in
28895     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28896     esac
28897     CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28898     ac_need_defaults=false;;
28899   --he | --h)
28900     # Conflict between --help and --header
28901     { $as_echo "$as_me: error: ambiguous option: $1
28902 Try \`$0 --help' for more information." >&2
28903    { (exit 1); exit 1; }; };;
28904   --help | --hel | -h )
28905     $as_echo "$ac_cs_usage"; exit ;;
28906   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28907   | -silent | --silent | --silen | --sile | --sil | --si | --s)
28908     ac_cs_silent=: ;;
28909
28910   # This is an error.
28911   -*) { $as_echo "$as_me: error: unrecognized option: $1
28912 Try \`$0 --help' for more information." >&2
28913    { (exit 1); exit 1; }; } ;;
28914
28915   *) ac_config_targets="$ac_config_targets $1"
28916      ac_need_defaults=false ;;
28917
28918   esac
28919   shift
28920 done
28921
28922 ac_configure_extra_args=
28923
28924 if $ac_cs_silent; then
28925   exec 6>/dev/null
28926   ac_configure_extra_args="$ac_configure_extra_args --silent"
28927 fi
28928
28929 _ACEOF
28930 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28931 if \$ac_cs_recheck; then
28932   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28933   shift
28934   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28935   CONFIG_SHELL='$SHELL'
28936   export CONFIG_SHELL
28937   exec "\$@"
28938 fi
28939
28940 _ACEOF
28941 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28942 exec 5>>config.log
28943 {
28944   echo
28945   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28946 ## Running $as_me. ##
28947 _ASBOX
28948   $as_echo "$ac_log"
28949 } >&5
28950
28951 _ACEOF
28952 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28953 _ACEOF
28954
28955 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28956
28957 # Handling of arguments.
28958 for ac_config_target in $ac_config_targets
28959 do
28960   case $ac_config_target in
28961     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28962     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28963     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28964     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28965     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28966     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28967     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28968     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28969     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28970     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28971     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28972     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28973     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28974     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28975     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28976     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28977     "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28978     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28979     "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28980     "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28981     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28982     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28983     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28984     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28985     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28986     "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28987     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28988     "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
28989     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28990     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28991     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28992     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28993     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28994     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28995     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28996     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28997     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28998     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28999     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
29000     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
29001     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
29002     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
29003     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
29004     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
29005     "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
29006     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
29007     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
29008     "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
29009     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
29010     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
29011     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
29012     "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
29013     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
29014     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
29015     "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
29016     "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
29017     "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
29018     "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
29019     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
29020     "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
29021     "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
29022     "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
29023     "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
29024     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
29025     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
29026     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
29027     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
29028     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
29029     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
29030     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
29031     "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
29032     "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
29033     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
29034     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
29035     "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
29036     "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
29037     "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
29038     "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
29039     "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
29040     "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
29041     "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
29042     "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
29043     "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
29044     "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
29045     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
29046     "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
29047     "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
29048     "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
29049     "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
29050     "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
29051     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
29052     "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
29053     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
29054     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
29055     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
29056     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
29057     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
29058     "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
29059     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
29060     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
29061     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
29062     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
29063     "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
29064     "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
29065     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
29066     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
29067     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
29068     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
29069     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
29070     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
29071     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
29072     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
29073     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
29074     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
29075     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
29076     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
29077     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
29078     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
29079     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
29080     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
29081     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
29082     "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
29083     "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
29084     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
29085     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
29086     "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
29087     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
29088     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
29089     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
29090     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
29091     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
29092     "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
29093     "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
29094     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
29095     "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
29096     "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
29097     "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
29098     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
29099     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
29100     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
29101     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
29102     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
29103     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
29104     "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
29105     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
29106     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
29107     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
29108     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
29109     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
29110     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
29111     "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
29112     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
29113     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
29114     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
29115     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
29116     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
29117     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
29118     "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
29119     "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
29120     "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
29121     "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
29122     "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
29123     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
29124     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
29125     "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
29126     "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
29127     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
29128     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
29129     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
29130     "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
29131     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
29132     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
29133     "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
29134     "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
29135     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
29136     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
29137     "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
29138     "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
29139     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
29140     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
29141     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
29142     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
29143     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
29144     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
29145     "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
29146     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
29147     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
29148     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
29149     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
29150     "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
29151     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
29152     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
29153     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
29154     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
29155     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
29156     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
29157     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
29158     "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
29159     "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
29160     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
29161     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
29162     "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
29163     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
29164     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
29165     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
29166     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
29167     "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
29168     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
29169     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
29170     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
29171     "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
29172     "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
29173     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
29174     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
29175     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
29176     "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
29177     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
29178     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
29179     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
29180     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
29181     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
29182     "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
29183     "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
29184     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
29185     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
29186     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
29187     "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
29188     "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
29189     "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
29190     "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
29191     "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
29192     "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
29193     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
29194     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
29195     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
29196     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
29197     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
29198     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
29199     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
29200     "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
29201     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
29202     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
29203     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
29204     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
29205     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
29206     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
29207     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
29208     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
29209     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
29210     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
29211     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
29212     "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
29213     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
29214     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
29215     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
29216     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
29217     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
29218     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
29219     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
29220     "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
29221     "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
29222     "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
29223     "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
29224     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
29225     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
29226     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
29227     "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
29228     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
29229     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
29230     "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
29231     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
29232     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
29233     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
29234     "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
29235     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
29236     "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
29237     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
29238     "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
29239     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
29240     "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
29241     "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
29242     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
29243     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
29244     "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
29245     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
29246     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
29247     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
29248     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
29249     "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
29250     "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
29251     "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
29252     "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
29253     "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
29254     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
29255     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
29256     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
29257     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
29258     "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
29259     "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
29260     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
29261     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
29262     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
29263     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
29264     "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
29265     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
29266     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
29267     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
29268     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
29269     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
29270     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
29271     "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
29272     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
29273     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
29274     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
29275     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
29276     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
29277     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
29278     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
29279     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
29280     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
29281     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
29282     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
29283     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
29284     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
29285     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
29286     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
29287     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29288     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29289     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29290     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29291     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29292     "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29293     "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29294     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29295     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29296     "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29297     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29298     "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29299     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29300     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29301     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29302     "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29303     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29304     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29305     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29306     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29307     "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29308     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29309     "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29310     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29311     "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29312     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29313     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29314     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29315     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29316     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29317     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29318     "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29319     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29320     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29321     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29322     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29323     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29324     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29325     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29326     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29327     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29328     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29329     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29330     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29331     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29332     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29333     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29334     "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29335     "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29336     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29337     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29338     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29339     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29340     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29341     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29342     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29343     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29344     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29345     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29346     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29347     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29348     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29349     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29350     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29351     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29352     "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29353     "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29354     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29355     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29356     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29357     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29358     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29359     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29360     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29361     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29362     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29363     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29364     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29365     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29366     "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29367     "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29368     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29369     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29370     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29371     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29372     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29373     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29374     "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29375     "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29376     "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29377     "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29378     "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29379     "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29380     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29381     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29382     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29383     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29384     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29385     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29386     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29387     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29388     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29389     "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29390     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29391     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29392     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29393     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29394     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29395     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29396     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29397     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29398     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29399     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29400     "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29401     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29402     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29403     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29404     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29405     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29406     "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29407     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29408     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29409     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29410     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29411     "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29412     "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29413     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29414     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29415     "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29416     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29417     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29418     "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29419     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29420     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29421     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29422     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29423     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29424     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29425     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29426     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29427     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29428     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29429     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29430     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29431     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29432     "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29433     "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29434     "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29435     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29436     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29437     "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29438     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29439     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29440     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29441     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29442     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29443     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29444     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29445     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29446     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29447
29448   *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29449 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29450    { (exit 1); exit 1; }; };;
29451   esac
29452 done
29453
29454
29455 # If the user did not use the arguments to specify the items to instantiate,
29456 # then the envvar interface is used.  Set only those that are not.
29457 # We use the long form for the default assignment because of an extremely
29458 # bizarre bug on SunOS 4.1.3.
29459 if $ac_need_defaults; then
29460   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29461   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29462   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29463 fi
29464
29465 # Have a temporary directory for convenience.  Make it in the build tree
29466 # simply because there is no reason against having it here, and in addition,
29467 # creating and moving files from /tmp can sometimes cause problems.
29468 # Hook for its removal unless debugging.
29469 # Note that there is a small window in which the directory will not be cleaned:
29470 # after its creation but before its name has been assigned to `$tmp'.
29471 $debug ||
29472 {
29473   tmp=
29474   trap 'exit_status=$?
29475   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29476 ' 0
29477   trap '{ (exit 1); exit 1; }' 1 2 13 15
29478 }
29479 # Create a (secure) tmp directory for tmp files.
29480
29481 {
29482   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29483   test -n "$tmp" && test -d "$tmp"
29484 }  ||
29485 {
29486   tmp=./conf$$-$RANDOM
29487   (umask 077 && mkdir "$tmp")
29488 } ||
29489 {
29490    $as_echo "$as_me: cannot create a temporary directory in ." >&2
29491    { (exit 1); exit 1; }
29492 }
29493
29494 # Set up the scripts for CONFIG_FILES section.
29495 # No need to generate them if there are no CONFIG_FILES.
29496 # This happens for instance with `./config.status config.h'.
29497 if test -n "$CONFIG_FILES"; then
29498
29499 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29500   ac_cs_awk_getline=:
29501   ac_cs_awk_pipe_init=
29502   ac_cs_awk_read_file='
29503       while ((getline aline < (F[key])) > 0)
29504         print(aline)
29505       close(F[key])'
29506   ac_cs_awk_pipe_fini=
29507 else
29508   ac_cs_awk_getline=false
29509   ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29510   ac_cs_awk_read_file='
29511       print "|#_!!_#|"
29512       print "cat " F[key] " &&"
29513       '$ac_cs_awk_pipe_init
29514   # The final `:' finishes the AND list.
29515   ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29516 fi
29517 ac_cr='\r'
29518 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29519 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29520   ac_cs_awk_cr='\\r'
29521 else
29522   ac_cs_awk_cr=$ac_cr
29523 fi
29524
29525 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29526 _ACEOF
29527
29528 # Create commands to substitute file output variables.
29529 {
29530   echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29531   echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29532   echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29533   echo "_ACAWK" &&
29534   echo "_ACEOF"
29535 } >conf$$files.sh &&
29536 . ./conf$$files.sh ||
29537   { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29538 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29539    { (exit 1); exit 1; }; }
29540 rm -f conf$$files.sh
29541
29542 {
29543   echo "cat >conf$$subs.awk <<_ACEOF" &&
29544   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29545   echo "_ACEOF"
29546 } >conf$$subs.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 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29551 ac_delim='%!_!# '
29552 for ac_last_try in false false false false false :; do
29553   . ./conf$$subs.sh ||
29554     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29555 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29556    { (exit 1); exit 1; }; }
29557
29558   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29559   if test $ac_delim_n = $ac_delim_num; then
29560     break
29561   elif $ac_last_try; then
29562     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29563 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29564    { (exit 1); exit 1; }; }
29565   else
29566     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29567   fi
29568 done
29569 rm -f conf$$subs.sh
29570
29571 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29572 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29573 _ACEOF
29574 sed -n '
29575 h
29576 s/^/S["/; s/!.*/"]=/
29577 p
29578 g
29579 s/^[^!]*!//
29580 :repl
29581 t repl
29582 s/'"$ac_delim"'$//
29583 t delim
29584 :nl
29585 h
29586 s/\(.\{148\}\).*/\1/
29587 t more1
29588 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29589 p
29590 n
29591 b repl
29592 :more1
29593 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29594 p
29595 g
29596 s/.\{148\}//
29597 t nl
29598 :delim
29599 h
29600 s/\(.\{148\}\).*/\1/
29601 t more2
29602 s/["\\]/\\&/g; s/^/"/; s/$/"/
29603 p
29604 b
29605 :more2
29606 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29607 p
29608 g
29609 s/.\{148\}//
29610 t delim
29611 ' <conf$$subs.awk | sed '
29612 /^[^""]/{
29613   N
29614   s/\n//
29615 }
29616 ' >>$CONFIG_STATUS || ac_write_fail=1
29617 rm -f conf$$subs.awk
29618 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29619 _ACAWK
29620 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29621   for (key in S) S_is_set[key] = 1
29622   FS = "\a"
29623   \$ac_cs_awk_pipe_init
29624 }
29625 {
29626   line = $ 0
29627   nfields = split(line, field, "@")
29628   substed = 0
29629   len = length(field[1])
29630   for (i = 2; i < nfields; i++) {
29631     key = field[i]
29632     keylen = length(key)
29633     if (S_is_set[key]) {
29634       value = S[key]
29635       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29636       len += length(value) + length(field[++i])
29637       substed = 1
29638     } else
29639       len += 1 + keylen
29640   }
29641   if (nfields == 3 && !substed) {
29642     key = field[2]
29643     if (F[key] != "" && line ~ /^[       ]*@.*@[         ]*$/) {
29644       \$ac_cs_awk_read_file
29645       next
29646     }
29647   }
29648   print line
29649 }
29650 \$ac_cs_awk_pipe_fini
29651 _ACAWK
29652 _ACEOF
29653 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29654 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29655   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29656 else
29657   cat
29658 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29659   || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29660 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29661    { (exit 1); exit 1; }; }
29662 _ACEOF
29663
29664 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29665 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29666 # trailing colons and then remove the whole line if VPATH becomes empty
29667 # (actually we leave an empty line to preserve line numbers).
29668 if test "x$srcdir" = x.; then
29669   ac_vpsub='/^[  ]*VPATH[        ]*=/{
29670 s/:*\$(srcdir):*/:/
29671 s/:*\${srcdir}:*/:/
29672 s/:*@srcdir@:*/:/
29673 s/^\([^=]*=[     ]*\):*/\1/
29674 s/:*$//
29675 s/^[^=]*=[       ]*$//
29676 }'
29677 fi
29678
29679 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29680 fi # test -n "$CONFIG_FILES"
29681
29682 # Set up the scripts for CONFIG_HEADERS section.
29683 # No need to generate them if there are no CONFIG_HEADERS.
29684 # This happens for instance with `./config.status Makefile'.
29685 if test -n "$CONFIG_HEADERS"; then
29686 cat >"$tmp/defines.awk" <<\_ACAWK ||
29687 BEGIN {
29688 _ACEOF
29689
29690 # Transform confdefs.h into an awk script `defines.awk', embedded as
29691 # here-document in config.status, that substitutes the proper values into
29692 # config.h.in to produce config.h.
29693
29694 # Create a delimiter string that does not exist in confdefs.h, to ease
29695 # handling of long lines.
29696 ac_delim='%!_!# '
29697 for ac_last_try in false false :; do
29698   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
29699   if test -z "$ac_t"; then
29700     break
29701   elif $ac_last_try; then
29702     { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
29703 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
29704    { (exit 1); exit 1; }; }
29705   else
29706     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29707   fi
29708 done
29709
29710 # For the awk script, D is an array of macro values keyed by name,
29711 # likewise P contains macro parameters if any.  Preserve backslash
29712 # newline sequences.
29713
29714 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29715 sed -n '
29716 s/.\{148\}/&'"$ac_delim"'/g
29717 t rset
29718 :rset
29719 s/^[     ]*#[    ]*define[       ][      ]*/ /
29720 t def
29721 d
29722 :def
29723 s/\\$//
29724 t bsnl
29725 s/["\\]/\\&/g
29726 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
29727 D["\1"]=" \3"/p
29728 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
29729 d
29730 :bsnl
29731 s/["\\]/\\&/g
29732 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
29733 D["\1"]=" \3\\\\\\n"\\/p
29734 t cont
29735 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29736 t cont
29737 d
29738 :cont
29739 n
29740 s/.\{148\}/&'"$ac_delim"'/g
29741 t clear
29742 :clear
29743 s/\\$//
29744 t bsnlc
29745 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29746 d
29747 :bsnlc
29748 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29749 b cont
29750 ' <confdefs.h | sed '
29751 s/'"$ac_delim"'/"\\\
29752 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29753
29754 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29755   for (key in D) D_is_set[key] = 1
29756   FS = "\a"
29757 }
29758 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29759   line = \$ 0
29760   split(line, arg, " ")
29761   if (arg[1] == "#") {
29762     defundef = arg[2]
29763     mac1 = arg[3]
29764   } else {
29765     defundef = substr(arg[1], 2)
29766     mac1 = arg[2]
29767   }
29768   split(mac1, mac2, "(") #)
29769   macro = mac2[1]
29770   prefix = substr(line, 1, index(line, defundef) - 1)
29771   if (D_is_set[macro]) {
29772     # Preserve the white space surrounding the "#".
29773     print prefix "define", macro P[macro] D[macro]
29774     next
29775   } else {
29776     # Replace #undef with comments.  This is necessary, for example,
29777     # in the case of _POSIX_SOURCE, which is predefined and required
29778     # on some systems where configure will not decide to define it.
29779     if (defundef == "undef") {
29780       print "/*", prefix defundef, macro, "*/"
29781       next
29782     }
29783   }
29784 }
29785 { print }
29786 _ACAWK
29787 _ACEOF
29788 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29789   { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29790 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29791    { (exit 1); exit 1; }; }
29792 fi # test -n "$CONFIG_HEADERS"
29793
29794
29795 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
29796 shift
29797 for ac_tag
29798 do
29799   case $ac_tag in
29800   :[FHLC]) ac_mode=$ac_tag; continue;;
29801   esac
29802   case $ac_mode$ac_tag in
29803   :[FHL]*:*);;
29804   :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29805 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29806    { (exit 1); exit 1; }; };;
29807   :[FH]-) ac_tag=-:-;;
29808   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29809   esac
29810   ac_save_IFS=$IFS
29811   IFS=:
29812   set x $ac_tag
29813   IFS=$ac_save_IFS
29814   shift
29815   ac_file=$1
29816   shift
29817
29818   case $ac_mode in
29819   :L) ac_source=$1;;
29820   :[FH])
29821     ac_file_inputs=
29822     for ac_f
29823     do
29824       case $ac_f in
29825       -) ac_f="$tmp/stdin";;
29826       *) # Look for the file first in the build tree, then in the source tree
29827          # (if the path is not absolute).  The absolute path cannot be DOS-style,
29828          # because $ac_f cannot contain `:'.
29829          test -f "$ac_f" ||
29830            case $ac_f in
29831            [\\/$]*) false;;
29832            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29833            esac ||
29834            { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29835 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29836    { (exit 1); exit 1; }; };;
29837       esac
29838       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29839       ac_file_inputs="$ac_file_inputs '$ac_f'"
29840     done
29841
29842     # Let's still pretend it is `configure' which instantiates (i.e., don't
29843     # use $as_me), people would be surprised to read:
29844     #    /* config.h.  Generated by config.status.  */
29845     configure_input='Generated from '`
29846           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29847         `' by configure.'
29848     if test x"$ac_file" != x-; then
29849       configure_input="$ac_file.  $configure_input"
29850       { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29851 $as_echo "$as_me: creating $ac_file" >&6;}
29852     fi
29853     # Neutralize special characters interpreted by sed in replacement strings.
29854     case $configure_input in #(
29855     *\&* | *\|* | *\\* )
29856        ac_sed_conf_input=`$as_echo "$configure_input" |
29857        sed 's/[\\\\&|]/\\\\&/g'`;; #(
29858     *) ac_sed_conf_input=$configure_input;;
29859     esac
29860
29861     case $ac_tag in
29862     *:-:* | *:-) cat >"$tmp/stdin" \
29863       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29864 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29865    { (exit 1); exit 1; }; } ;;
29866     esac
29867     ;;
29868   esac
29869
29870   ac_dir=`$as_dirname -- "$ac_file" ||
29871 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29872          X"$ac_file" : 'X\(//\)[^/]' \| \
29873          X"$ac_file" : 'X\(//\)$' \| \
29874          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29875 $as_echo X"$ac_file" |
29876     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29877             s//\1/
29878             q
29879           }
29880           /^X\(\/\/\)[^/].*/{
29881             s//\1/
29882             q
29883           }
29884           /^X\(\/\/\)$/{
29885             s//\1/
29886             q
29887           }
29888           /^X\(\/\).*/{
29889             s//\1/
29890             q
29891           }
29892           s/.*/./; q'`
29893   { as_dir="$ac_dir"
29894   case $as_dir in #(
29895   -*) as_dir=./$as_dir;;
29896   esac
29897   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29898     as_dirs=
29899     while :; do
29900       case $as_dir in #(
29901       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29902       *) as_qdir=$as_dir;;
29903       esac
29904       as_dirs="'$as_qdir' $as_dirs"
29905       as_dir=`$as_dirname -- "$as_dir" ||
29906 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29907          X"$as_dir" : 'X\(//\)[^/]' \| \
29908          X"$as_dir" : 'X\(//\)$' \| \
29909          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29910 $as_echo X"$as_dir" |
29911     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29912             s//\1/
29913             q
29914           }
29915           /^X\(\/\/\)[^/].*/{
29916             s//\1/
29917             q
29918           }
29919           /^X\(\/\/\)$/{
29920             s//\1/
29921             q
29922           }
29923           /^X\(\/\).*/{
29924             s//\1/
29925             q
29926           }
29927           s/.*/./; q'`
29928       test -d "$as_dir" && break
29929     done
29930     test -z "$as_dirs" || eval "mkdir $as_dirs"
29931   } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29932 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29933    { (exit 1); exit 1; }; }; }
29934   ac_builddir=.
29935
29936 case "$ac_dir" in
29937 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29938 *)
29939   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29940   # A ".." for each directory in $ac_dir_suffix.
29941   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29942   case $ac_top_builddir_sub in
29943   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29944   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29945   esac ;;
29946 esac
29947 ac_abs_top_builddir=$ac_pwd
29948 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29949 # for backward compatibility:
29950 ac_top_builddir=$ac_top_build_prefix
29951
29952 case $srcdir in
29953   .)  # We are building in place.
29954     ac_srcdir=.
29955     ac_top_srcdir=$ac_top_builddir_sub
29956     ac_abs_top_srcdir=$ac_pwd ;;
29957   [\\/]* | ?:[\\/]* )  # Absolute name.
29958     ac_srcdir=$srcdir$ac_dir_suffix;
29959     ac_top_srcdir=$srcdir
29960     ac_abs_top_srcdir=$srcdir ;;
29961   *) # Relative name.
29962     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29963     ac_top_srcdir=$ac_top_build_prefix$srcdir
29964     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29965 esac
29966 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29967
29968
29969   case $ac_mode in
29970   :F)
29971   #
29972   # CONFIG_FILE
29973   #
29974
29975   case $INSTALL in
29976   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29977   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29978   esac
29979 _ACEOF
29980
29981 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29982 # If the template does not know about datarootdir, expand it.
29983 # FIXME: This hack should be removed a few years after 2.60.
29984 ac_datarootdir_hack=; ac_datarootdir_seen=
29985
29986 ac_sed_dataroot='
29987 /datarootdir/ {
29988   p
29989   q
29990 }
29991 /@datadir@/p
29992 /@docdir@/p
29993 /@infodir@/p
29994 /@localedir@/p
29995 /@mandir@/p
29996 '
29997 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
29998 *datarootdir*) ac_datarootdir_seen=yes;;
29999 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
30000   { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
30001 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
30002 _ACEOF
30003 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30004   ac_datarootdir_hack='
30005   s&@datadir@&$datadir&g
30006   s&@docdir@&$docdir&g
30007   s&@infodir@&$infodir&g
30008   s&@localedir@&$localedir&g
30009   s&@mandir@&$mandir&g
30010     s&\\\${datarootdir}&$datarootdir&g' ;;
30011 esac
30012 _ACEOF
30013
30014 # Neutralize VPATH when `$srcdir' = `.'.
30015 # Shell code in configure.ac might set extrasub.
30016 # FIXME: do we really want to maintain this feature?
30017 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30018 ac_sed_extra="$ac_vpsub
30019 $extrasub
30020 _ACEOF
30021 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30022 :t
30023 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
30024 s|@configure_input@|$ac_sed_conf_input|;t t
30025 s&@top_builddir@&$ac_top_builddir_sub&;t t
30026 s&@top_build_prefix@&$ac_top_build_prefix&;t t
30027 s&@srcdir@&$ac_srcdir&;t t
30028 s&@abs_srcdir@&$ac_abs_srcdir&;t t
30029 s&@top_srcdir@&$ac_top_srcdir&;t t
30030 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
30031 s&@builddir@&$ac_builddir&;t t
30032 s&@abs_builddir@&$ac_abs_builddir&;t t
30033 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
30034 s&@INSTALL@&$ac_INSTALL&;t t
30035 $ac_datarootdir_hack
30036 "
30037 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
30038 if $ac_cs_awk_getline; then
30039   $AWK -f "$tmp/subs.awk"
30040 else
30041   $AWK -f "$tmp/subs.awk" | $SHELL
30042 fi >$tmp/out \
30043   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30044 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30045    { (exit 1); exit 1; }; }
30046
30047 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
30048   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
30049   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
30050   { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30051 which seems to be undefined.  Please make sure it is defined." >&5
30052 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30053 which seems to be undefined.  Please make sure it is defined." >&2;}
30054
30055   rm -f "$tmp/stdin"
30056   case $ac_file in
30057   -) cat "$tmp/out" && rm -f "$tmp/out";;
30058   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
30059   esac \
30060   || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30061 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30062    { (exit 1); exit 1; }; }
30063  ;;
30064   :H)
30065   #
30066   # CONFIG_HEADER
30067   #
30068   if test x"$ac_file" != x-; then
30069     {
30070       $as_echo "/* $configure_input  */" \
30071       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
30072     } >"$tmp/config.h" \
30073       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30074 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30075    { (exit 1); exit 1; }; }
30076     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
30077       { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
30078 $as_echo "$as_me: $ac_file is unchanged" >&6;}
30079     else
30080       rm -f "$ac_file"
30081       mv "$tmp/config.h" "$ac_file" \
30082         || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30083 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30084    { (exit 1); exit 1; }; }
30085     fi
30086   else
30087     $as_echo "/* $configure_input  */" \
30088       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
30089       || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
30090 $as_echo "$as_me: error: could not create -" >&2;}
30091    { (exit 1); exit 1; }; }
30092   fi
30093  ;;
30094
30095   :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
30096 $as_echo "$as_me: executing $ac_file commands" >&6;}
30097  ;;
30098   esac
30099
30100
30101   case $ac_file$ac_mode in
30102     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
30103     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
30104 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
30105     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
30106 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
30107     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
30108 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
30109     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
30110 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
30111     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
30112 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
30113     "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
30114 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
30115
30116   esac
30117 done # for ac_tag
30118
30119
30120 { (exit 0); exit 0; }
30121 _ACEOF
30122 chmod +x $CONFIG_STATUS
30123 ac_clean_files=$ac_clean_files_save
30124
30125 test $ac_write_fail = 0 ||
30126   { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
30127 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
30128    { (exit 1); exit 1; }; }
30129
30130
30131 # configure is writing to config.log, and then calls config.status.
30132 # config.status does its own redirection, appending to config.log.
30133 # Unfortunately, on DOS this fails, as config.log is still kept open
30134 # by configure, so config.status won't be able to write to it; its
30135 # output is simply discarded.  So we exec the FD to /dev/null,
30136 # effectively closing config.log, so it can be properly (re)opened and
30137 # appended to by config.status.  When coming back to configure, we
30138 # need to make the FD available again.
30139 if test "$no_create" != yes; then
30140   ac_cs_success=:
30141   ac_config_status_args=
30142   test "$silent" = yes &&
30143     ac_config_status_args="$ac_config_status_args --quiet"
30144   exec 5>/dev/null
30145   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
30146   exec 5>>config.log
30147   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30148   # would make configure fail if this is the last instruction.
30149   $ac_cs_success || { (exit 1); exit 1; }
30150 fi
30151 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
30152   { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
30153 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
30154 fi
30155
30156
30157 if test "$no_create" = "yes"
30158 then
30159   exit 0
30160 fi
30161
30162 ac_save_IFS="$IFS"
30163 if test "x$wine_notices != "x; then
30164     echo >&6
30165     IFS="|"
30166     for msg in $wine_notices; do
30167         IFS="$ac_save_IFS"
30168         if test -n "$msg"; then
30169             { $as_echo "$as_me:$LINENO: $msg" >&5
30170 $as_echo "$as_me: $msg" >&6;}
30171         fi
30172     done
30173 fi
30174 IFS="|"
30175 for msg in $wine_warnings; do
30176     IFS="$ac_save_IFS"
30177     if test -n "$msg"; then
30178         echo >&2
30179         { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
30180 $as_echo "$as_me: WARNING: $msg" >&2;}
30181     fi
30182 done
30183 IFS="$ac_save_IFS"
30184
30185 echo "
30186 $as_me: Finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine.
30187 " >&6
30188